aws-sdk-billingconductor 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-billingconductor/client.rb +126 -48
- data/lib/aws-sdk-billingconductor/client_api.rb +68 -5
- data/lib/aws-sdk-billingconductor/endpoint_provider.rb +10 -10
- data/lib/aws-sdk-billingconductor/endpoints.rb +14 -0
- data/lib/aws-sdk-billingconductor/errors.rb +5 -0
- data/lib/aws-sdk-billingconductor/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-billingconductor/types.rb +312 -88
- data/lib/aws-sdk-billingconductor.rb +1 -1
- metadata +2 -2
@@ -23,12 +23,6 @@ module Aws::BillingConductor
|
|
23
23
|
include Aws::Structure
|
24
24
|
end
|
25
25
|
|
26
|
-
# <i> <b>Amazon Web Services Billing Conductor is in beta release and is
|
27
|
-
# subject to change. Your use of Amazon Web Services Billing Conductor
|
28
|
-
# is subject to the Beta Service Participation terms of the <a
|
29
|
-
# href="https://aws.amazon.com/service-terms/">Amazon Web Services
|
30
|
-
# Service Terms</a> (Section 1.10).</b> </i>
|
31
|
-
#
|
32
26
|
# A representation of a linked account.
|
33
27
|
#
|
34
28
|
# @!attribute [rw] account_id
|
@@ -161,11 +155,11 @@ module Aws::BillingConductor
|
|
161
155
|
# A representation of a resource association error.
|
162
156
|
#
|
163
157
|
# @!attribute [rw] message
|
164
|
-
# The reason the resource association failed.
|
158
|
+
# The reason why the resource association failed.
|
165
159
|
# @return [String]
|
166
160
|
#
|
167
161
|
# @!attribute [rw] reason
|
168
|
-
# A static error code that used to classify the type of failure.
|
162
|
+
# A static error code that's used to classify the type of failure.
|
169
163
|
# @return [String]
|
170
164
|
#
|
171
165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/AssociateResourceError AWS API Documentation
|
@@ -205,7 +199,7 @@ module Aws::BillingConductor
|
|
205
199
|
# resource_arns: ["CustomLineItemAssociationElement"], # required
|
206
200
|
# billing_period_range: {
|
207
201
|
# inclusive_start_billing_period: "BillingPeriod", # required
|
208
|
-
# exclusive_end_billing_period: "BillingPeriod",
|
202
|
+
# exclusive_end_billing_period: "BillingPeriod",
|
209
203
|
# },
|
210
204
|
# }
|
211
205
|
#
|
@@ -260,7 +254,7 @@ module Aws::BillingConductor
|
|
260
254
|
# resource_arns: ["CustomLineItemAssociationElement"], # required
|
261
255
|
# billing_period_range: {
|
262
256
|
# inclusive_start_billing_period: "BillingPeriod", # required
|
263
|
-
# exclusive_end_billing_period: "BillingPeriod",
|
257
|
+
# exclusive_end_billing_period: "BillingPeriod",
|
264
258
|
# },
|
265
259
|
# }
|
266
260
|
#
|
@@ -353,7 +347,7 @@ module Aws::BillingConductor
|
|
353
347
|
# A representation of a billing group.
|
354
348
|
#
|
355
349
|
# @!attribute [rw] name
|
356
|
-
# The billing group
|
350
|
+
# The name of the billing group.
|
357
351
|
# @return [String]
|
358
352
|
#
|
359
353
|
# @!attribute [rw] arn
|
@@ -362,7 +356,7 @@ module Aws::BillingConductor
|
|
362
356
|
# @return [String]
|
363
357
|
#
|
364
358
|
# @!attribute [rw] description
|
365
|
-
# The billing group
|
359
|
+
# The description of the billing group.
|
366
360
|
# @return [String]
|
367
361
|
#
|
368
362
|
# @!attribute [rw] primary_account_id
|
@@ -379,11 +373,11 @@ module Aws::BillingConductor
|
|
379
373
|
# @return [Integer]
|
380
374
|
#
|
381
375
|
# @!attribute [rw] creation_time
|
382
|
-
# The time the billing group was created.
|
376
|
+
# The time when the billing group was created.
|
383
377
|
# @return [Integer]
|
384
378
|
#
|
385
379
|
# @!attribute [rw] last_modified_time
|
386
|
-
# The most recent time the billing group was modified.
|
380
|
+
# The most recent time when the billing group was modified.
|
387
381
|
# @return [Integer]
|
388
382
|
#
|
389
383
|
# @!attribute [rw] status
|
@@ -422,8 +416,8 @@ module Aws::BillingConductor
|
|
422
416
|
# }
|
423
417
|
#
|
424
418
|
# @!attribute [rw] pricing_plan_arn
|
425
|
-
# The Amazon Resource Name (ARN) of the pricing plan used to
|
426
|
-
# the Amazon Web Services charges for a billing group.
|
419
|
+
# The Amazon Resource Name (ARN) of the pricing plan that's used to
|
420
|
+
# compute the Amazon Web Services charges for a billing group.
|
427
421
|
# @return [String]
|
428
422
|
#
|
429
423
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ComputationPreference AWS API Documentation
|
@@ -448,12 +442,17 @@ module Aws::BillingConductor
|
|
448
442
|
# Type of the resource in use.
|
449
443
|
# @return [String]
|
450
444
|
#
|
445
|
+
# @!attribute [rw] reason
|
446
|
+
# Reason for the inconsistent state.
|
447
|
+
# @return [String]
|
448
|
+
#
|
451
449
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ConflictException AWS API Documentation
|
452
450
|
#
|
453
451
|
class ConflictException < Struct.new(
|
454
452
|
:message,
|
455
453
|
:resource_id,
|
456
|
-
:resource_type
|
454
|
+
:resource_type,
|
455
|
+
:reason)
|
457
456
|
SENSITIVE = []
|
458
457
|
include Aws::Structure
|
459
458
|
end
|
@@ -504,7 +503,7 @@ module Aws::BillingConductor
|
|
504
503
|
# @return [String]
|
505
504
|
#
|
506
505
|
# @!attribute [rw] description
|
507
|
-
# The billing group
|
506
|
+
# The description of the billing group.
|
508
507
|
# @return [String]
|
509
508
|
#
|
510
509
|
# @!attribute [rw] tags
|
@@ -548,7 +547,7 @@ module Aws::BillingConductor
|
|
548
547
|
# billing_group_arn: "BillingGroupArn", # required
|
549
548
|
# billing_period_range: {
|
550
549
|
# inclusive_start_billing_period: "BillingPeriod", # required
|
551
|
-
# exclusive_end_billing_period: "BillingPeriod",
|
550
|
+
# exclusive_end_billing_period: "BillingPeriod",
|
552
551
|
# },
|
553
552
|
# tags: {
|
554
553
|
# "TagKey" => "TagValue",
|
@@ -649,12 +648,12 @@ module Aws::BillingConductor
|
|
649
648
|
# @return [String]
|
650
649
|
#
|
651
650
|
# @!attribute [rw] name
|
652
|
-
# The pricing plan
|
653
|
-
# plan.
|
651
|
+
# The name of the pricing plan. The names must be unique to each
|
652
|
+
# pricing plan.
|
654
653
|
# @return [String]
|
655
654
|
#
|
656
655
|
# @!attribute [rw] description
|
657
|
-
# The pricing plan
|
656
|
+
# The description of the pricing plan.
|
658
657
|
# @return [String]
|
659
658
|
#
|
660
659
|
# @!attribute [rw] pricing_rule_arns
|
@@ -698,17 +697,18 @@ module Aws::BillingConductor
|
|
698
697
|
# client_token: "ClientToken",
|
699
698
|
# name: "PricingRuleName", # required
|
700
699
|
# description: "PricingRuleDescription",
|
701
|
-
# scope: "GLOBAL", # required, accepts GLOBAL, SERVICE
|
700
|
+
# scope: "GLOBAL", # required, accepts GLOBAL, SERVICE, BILLING_ENTITY
|
702
701
|
# type: "MARKUP", # required, accepts MARKUP, DISCOUNT
|
703
702
|
# modifier_percentage: 1.0, # required
|
704
703
|
# service: "Service",
|
705
704
|
# tags: {
|
706
705
|
# "TagKey" => "TagValue",
|
707
706
|
# },
|
707
|
+
# billing_entity: "BillingEntity",
|
708
708
|
# }
|
709
709
|
#
|
710
710
|
# @!attribute [rw] client_token
|
711
|
-
# The token that
|
711
|
+
# The token that's needed to support idempotency. Idempotency isn't
|
712
712
|
# currently supported, but will be implemented in a future update.
|
713
713
|
#
|
714
714
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -725,8 +725,8 @@ module Aws::BillingConductor
|
|
725
725
|
# @return [String]
|
726
726
|
#
|
727
727
|
# @!attribute [rw] scope
|
728
|
-
# The scope of pricing rule that indicates if it
|
729
|
-
# applicable, or
|
728
|
+
# The scope of pricing rule that indicates if it's globally
|
729
|
+
# applicable, or it's service-specific.
|
730
730
|
# @return [String]
|
731
731
|
#
|
732
732
|
# @!attribute [rw] type
|
@@ -734,7 +734,7 @@ module Aws::BillingConductor
|
|
734
734
|
# @return [String]
|
735
735
|
#
|
736
736
|
# @!attribute [rw] modifier_percentage
|
737
|
-
# A percentage modifier applied on the public pricing rates.
|
737
|
+
# A percentage modifier that's applied on the public pricing rates.
|
738
738
|
# @return [Float]
|
739
739
|
#
|
740
740
|
# @!attribute [rw] service
|
@@ -747,6 +747,12 @@ module Aws::BillingConductor
|
|
747
747
|
# pricing rule.
|
748
748
|
# @return [Hash<String,String>]
|
749
749
|
#
|
750
|
+
# @!attribute [rw] billing_entity
|
751
|
+
# The seller of services provided by Amazon Web Services, their
|
752
|
+
# affiliates, or third-party providers selling services via Amazon Web
|
753
|
+
# Services Marketplace.
|
754
|
+
# @return [String]
|
755
|
+
#
|
750
756
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/CreatePricingRuleInput AWS API Documentation
|
751
757
|
#
|
752
758
|
class CreatePricingRuleInput < Struct.new(
|
@@ -757,7 +763,8 @@ module Aws::BillingConductor
|
|
757
763
|
:type,
|
758
764
|
:modifier_percentage,
|
759
765
|
:service,
|
760
|
-
:tags
|
766
|
+
:tags,
|
767
|
+
:billing_entity)
|
761
768
|
SENSITIVE = [:name, :description]
|
762
769
|
include Aws::Structure
|
763
770
|
end
|
@@ -782,7 +789,7 @@ module Aws::BillingConductor
|
|
782
789
|
#
|
783
790
|
# {
|
784
791
|
# inclusive_start_billing_period: "BillingPeriod", # required
|
785
|
-
# exclusive_end_billing_period: "BillingPeriod",
|
792
|
+
# exclusive_end_billing_period: "BillingPeriod",
|
786
793
|
# }
|
787
794
|
#
|
788
795
|
# @!attribute [rw] inclusive_start_billing_period
|
@@ -846,8 +853,8 @@ module Aws::BillingConductor
|
|
846
853
|
include Aws::Structure
|
847
854
|
end
|
848
855
|
|
849
|
-
# A representation of the charge details associated with a flat
|
850
|
-
# line item.
|
856
|
+
# A representation of the charge details that are associated with a flat
|
857
|
+
# custom line item.
|
851
858
|
#
|
852
859
|
# @note When making an API call, you may pass CustomLineItemFlatChargeDetails
|
853
860
|
# data as a hash:
|
@@ -894,7 +901,7 @@ module Aws::BillingConductor
|
|
894
901
|
# @return [String]
|
895
902
|
#
|
896
903
|
# @!attribute [rw] product_code
|
897
|
-
# The product code associated with the custom line item.
|
904
|
+
# The product code that's associated with the custom line item.
|
898
905
|
# @return [String]
|
899
906
|
#
|
900
907
|
# @!attribute [rw] billing_group_arn
|
@@ -907,7 +914,7 @@ module Aws::BillingConductor
|
|
907
914
|
# @return [Integer]
|
908
915
|
#
|
909
916
|
# @!attribute [rw] last_modified_time
|
910
|
-
# The most recent time the custom line item was modified.
|
917
|
+
# The most recent time when the custom line item was modified.
|
911
918
|
# @return [Integer]
|
912
919
|
#
|
913
920
|
# @!attribute [rw] association_size
|
@@ -931,8 +938,8 @@ module Aws::BillingConductor
|
|
931
938
|
include Aws::Structure
|
932
939
|
end
|
933
940
|
|
934
|
-
# A representation of the charge details associated with a
|
935
|
-
# custom line item.
|
941
|
+
# A representation of the charge details that are associated with a
|
942
|
+
# percentage custom line item.
|
936
943
|
#
|
937
944
|
# @note When making an API call, you may pass CustomLineItemPercentageChargeDetails
|
938
945
|
# data as a hash:
|
@@ -962,6 +969,72 @@ module Aws::BillingConductor
|
|
962
969
|
include Aws::Structure
|
963
970
|
end
|
964
971
|
|
972
|
+
# A representation of a custom line item version.
|
973
|
+
#
|
974
|
+
# @!attribute [rw] name
|
975
|
+
# The name of the custom line item.
|
976
|
+
# @return [String]
|
977
|
+
#
|
978
|
+
# @!attribute [rw] charge_details
|
979
|
+
# A representation of the charge details of a custom line item.
|
980
|
+
# @return [Types::ListCustomLineItemChargeDetails]
|
981
|
+
#
|
982
|
+
# @!attribute [rw] currency_code
|
983
|
+
# The charge value currency of the custom line item.
|
984
|
+
# @return [String]
|
985
|
+
#
|
986
|
+
# @!attribute [rw] description
|
987
|
+
# The description of the custom line item.
|
988
|
+
# @return [String]
|
989
|
+
#
|
990
|
+
# @!attribute [rw] product_code
|
991
|
+
# The product code that’s associated with the custom line item.
|
992
|
+
# @return [String]
|
993
|
+
#
|
994
|
+
# @!attribute [rw] billing_group_arn
|
995
|
+
# The Amazon Resource Name (ARN) of the billing group that the custom
|
996
|
+
# line item applies to.
|
997
|
+
# @return [String]
|
998
|
+
#
|
999
|
+
# @!attribute [rw] creation_time
|
1000
|
+
# The time when the custom line item version was created.
|
1001
|
+
# @return [Integer]
|
1002
|
+
#
|
1003
|
+
# @!attribute [rw] last_modified_time
|
1004
|
+
# The most recent time that the custom line item version was modified.
|
1005
|
+
# @return [Integer]
|
1006
|
+
#
|
1007
|
+
# @!attribute [rw] association_size
|
1008
|
+
# The number of resources that are associated with the custom line
|
1009
|
+
# item.
|
1010
|
+
# @return [Integer]
|
1011
|
+
#
|
1012
|
+
# @!attribute [rw] start_billing_period
|
1013
|
+
# The start billing period of the custom line item version.
|
1014
|
+
# @return [String]
|
1015
|
+
#
|
1016
|
+
# @!attribute [rw] end_billing_period
|
1017
|
+
# The end billing period of the custom line item version.
|
1018
|
+
# @return [String]
|
1019
|
+
#
|
1020
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/CustomLineItemVersionListElement AWS API Documentation
|
1021
|
+
#
|
1022
|
+
class CustomLineItemVersionListElement < Struct.new(
|
1023
|
+
:name,
|
1024
|
+
:charge_details,
|
1025
|
+
:currency_code,
|
1026
|
+
:description,
|
1027
|
+
:product_code,
|
1028
|
+
:billing_group_arn,
|
1029
|
+
:creation_time,
|
1030
|
+
:last_modified_time,
|
1031
|
+
:association_size,
|
1032
|
+
:start_billing_period,
|
1033
|
+
:end_billing_period)
|
1034
|
+
SENSITIVE = [:name, :description]
|
1035
|
+
include Aws::Structure
|
1036
|
+
end
|
1037
|
+
|
965
1038
|
# @note When making an API call, you may pass DeleteBillingGroupInput
|
966
1039
|
# data as a hash:
|
967
1040
|
#
|
@@ -970,7 +1043,7 @@ module Aws::BillingConductor
|
|
970
1043
|
# }
|
971
1044
|
#
|
972
1045
|
# @!attribute [rw] arn
|
973
|
-
# The Amazon Resource Name (ARN) of the billing group you're
|
1046
|
+
# The Amazon Resource Name (ARN) of the billing group that you're
|
974
1047
|
# deleting.
|
975
1048
|
# @return [String]
|
976
1049
|
#
|
@@ -1001,7 +1074,7 @@ module Aws::BillingConductor
|
|
1001
1074
|
# arn: "CustomLineItemArn", # required
|
1002
1075
|
# billing_period_range: {
|
1003
1076
|
# inclusive_start_billing_period: "BillingPeriod", # required
|
1004
|
-
# exclusive_end_billing_period: "BillingPeriod",
|
1077
|
+
# exclusive_end_billing_period: "BillingPeriod",
|
1005
1078
|
# },
|
1006
1079
|
# }
|
1007
1080
|
#
|
@@ -1043,7 +1116,8 @@ module Aws::BillingConductor
|
|
1043
1116
|
# }
|
1044
1117
|
#
|
1045
1118
|
# @!attribute [rw] arn
|
1046
|
-
# The Amazon Resource Name (ARN) of the pricing plan you're
|
1119
|
+
# The Amazon Resource Name (ARN) of the pricing plan that you're
|
1120
|
+
# deleting.
|
1047
1121
|
# @return [String]
|
1048
1122
|
#
|
1049
1123
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/DeletePricingPlanInput AWS API Documentation
|
@@ -1074,7 +1148,8 @@ module Aws::BillingConductor
|
|
1074
1148
|
# }
|
1075
1149
|
#
|
1076
1150
|
# @!attribute [rw] arn
|
1077
|
-
# The Amazon Resource Name (ARN) of the pricing rule you are
|
1151
|
+
# The Amazon Resource Name (ARN) of the pricing rule that you are
|
1152
|
+
# deleting.
|
1078
1153
|
# @return [String]
|
1079
1154
|
#
|
1080
1155
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/DeletePricingRuleInput AWS API Documentation
|
@@ -1183,8 +1258,8 @@ module Aws::BillingConductor
|
|
1183
1258
|
# @return [String]
|
1184
1259
|
#
|
1185
1260
|
# @!attribute [rw] error
|
1186
|
-
# An `AssociateResourceError` shown if the resource
|
1187
|
-
# fails.
|
1261
|
+
# An `AssociateResourceError` that's shown if the resource
|
1262
|
+
# disassociation fails.
|
1188
1263
|
# @return [Types::AssociateResourceError]
|
1189
1264
|
#
|
1190
1265
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/DisassociateResourceResponseElement AWS API Documentation
|
@@ -1278,7 +1353,7 @@ module Aws::BillingConductor
|
|
1278
1353
|
#
|
1279
1354
|
# `MONITORED`\: linked accounts that are associated to billing groups.
|
1280
1355
|
#
|
1281
|
-
# `UNMONITORED`\: linked accounts that
|
1356
|
+
# `UNMONITORED`\: linked accounts that aren't associated to billing
|
1282
1357
|
# groups.
|
1283
1358
|
#
|
1284
1359
|
# `Billing Group Arn`\: linked accounts that are associated to the
|
@@ -1286,7 +1361,8 @@ module Aws::BillingConductor
|
|
1286
1361
|
# @return [Types::ListAccountAssociationsFilter]
|
1287
1362
|
#
|
1288
1363
|
# @!attribute [rw] next_token
|
1289
|
-
# The pagination token used on subsequent calls to retrieve
|
1364
|
+
# The pagination token that's used on subsequent calls to retrieve
|
1365
|
+
# accounts.
|
1290
1366
|
# @return [String]
|
1291
1367
|
#
|
1292
1368
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListAccountAssociationsInput AWS API Documentation
|
@@ -1304,7 +1380,8 @@ module Aws::BillingConductor
|
|
1304
1380
|
# @return [Array<Types::AccountAssociationsListElement>]
|
1305
1381
|
#
|
1306
1382
|
# @!attribute [rw] next_token
|
1307
|
-
# The pagination token used on subsequent calls to get
|
1383
|
+
# The pagination token that's used on subsequent calls to get
|
1384
|
+
# accounts.
|
1308
1385
|
# @return [String]
|
1309
1386
|
#
|
1310
1387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListAccountAssociationsOutput AWS API Documentation
|
@@ -1359,7 +1436,8 @@ module Aws::BillingConductor
|
|
1359
1436
|
# @return [Integer]
|
1360
1437
|
#
|
1361
1438
|
# @!attribute [rw] next_token
|
1362
|
-
# The pagination token used on subsequent calls to get
|
1439
|
+
# The pagination token that's used on subsequent calls to get
|
1440
|
+
# reports.
|
1363
1441
|
# @return [String]
|
1364
1442
|
#
|
1365
1443
|
# @!attribute [rw] filters
|
@@ -1383,7 +1461,8 @@ module Aws::BillingConductor
|
|
1383
1461
|
# @return [Array<Types::BillingGroupCostReportElement>]
|
1384
1462
|
#
|
1385
1463
|
# @!attribute [rw] next_token
|
1386
|
-
# The pagination token used on subsequent calls to get
|
1464
|
+
# The pagination token that's used on subsequent calls to get
|
1465
|
+
# reports.
|
1387
1466
|
# @return [String]
|
1388
1467
|
#
|
1389
1468
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListBillingGroupCostReportsOutput AWS API Documentation
|
@@ -1447,7 +1526,8 @@ module Aws::BillingConductor
|
|
1447
1526
|
# @return [Integer]
|
1448
1527
|
#
|
1449
1528
|
# @!attribute [rw] next_token
|
1450
|
-
# The pagination token used on subsequent calls to get billing
|
1529
|
+
# The pagination token that's used on subsequent calls to get billing
|
1530
|
+
# groups.
|
1451
1531
|
# @return [String]
|
1452
1532
|
#
|
1453
1533
|
# @!attribute [rw] filters
|
@@ -1471,7 +1551,8 @@ module Aws::BillingConductor
|
|
1471
1551
|
# @return [Array<Types::BillingGroupListElement>]
|
1472
1552
|
#
|
1473
1553
|
# @!attribute [rw] next_token
|
1474
|
-
# The pagination token used on subsequent calls to get billing
|
1554
|
+
# The pagination token that's used on subsequent calls to get billing
|
1555
|
+
# groups.
|
1475
1556
|
# @return [String]
|
1476
1557
|
#
|
1477
1558
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListBillingGroupsOutput AWS API Documentation
|
@@ -1510,8 +1591,8 @@ module Aws::BillingConductor
|
|
1510
1591
|
include Aws::Structure
|
1511
1592
|
end
|
1512
1593
|
|
1513
|
-
# A representation of the charge details associated with a flat
|
1514
|
-
# line item.
|
1594
|
+
# A representation of the charge details that are associated with a flat
|
1595
|
+
# custom line item.
|
1515
1596
|
#
|
1516
1597
|
# @!attribute [rw] charge_value
|
1517
1598
|
# The custom line item's fixed charge value in USD.
|
@@ -1525,8 +1606,8 @@ module Aws::BillingConductor
|
|
1525
1606
|
include Aws::Structure
|
1526
1607
|
end
|
1527
1608
|
|
1528
|
-
# A representation of the charge details associated with a
|
1529
|
-
# custom line item.
|
1609
|
+
# A representation of the charge details that are associated with a
|
1610
|
+
# percentage custom line item.
|
1530
1611
|
#
|
1531
1612
|
# @!attribute [rw] percentage_value
|
1532
1613
|
# The custom line item's percentage value. This will be multiplied
|
@@ -1542,6 +1623,124 @@ module Aws::BillingConductor
|
|
1542
1623
|
include Aws::Structure
|
1543
1624
|
end
|
1544
1625
|
|
1626
|
+
# A billing period filter that specifies the custom line item versions
|
1627
|
+
# to retrieve.
|
1628
|
+
#
|
1629
|
+
# @note When making an API call, you may pass ListCustomLineItemVersionsBillingPeriodRangeFilter
|
1630
|
+
# data as a hash:
|
1631
|
+
#
|
1632
|
+
# {
|
1633
|
+
# start_billing_period: "BillingPeriod",
|
1634
|
+
# end_billing_period: "BillingPeriod",
|
1635
|
+
# }
|
1636
|
+
#
|
1637
|
+
# @!attribute [rw] start_billing_period
|
1638
|
+
# The inclusive start billing period that defines a billing period
|
1639
|
+
# range where a custom line item version is applied.
|
1640
|
+
# @return [String]
|
1641
|
+
#
|
1642
|
+
# @!attribute [rw] end_billing_period
|
1643
|
+
# The exclusive end billing period that defines a billing period range
|
1644
|
+
# where a custom line item version is applied.
|
1645
|
+
# @return [String]
|
1646
|
+
#
|
1647
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemVersionsBillingPeriodRangeFilter AWS API Documentation
|
1648
|
+
#
|
1649
|
+
class ListCustomLineItemVersionsBillingPeriodRangeFilter < Struct.new(
|
1650
|
+
:start_billing_period,
|
1651
|
+
:end_billing_period)
|
1652
|
+
SENSITIVE = []
|
1653
|
+
include Aws::Structure
|
1654
|
+
end
|
1655
|
+
|
1656
|
+
# A filter that specifies the billing period range where the custom line
|
1657
|
+
# item versions reside.
|
1658
|
+
#
|
1659
|
+
# @note When making an API call, you may pass ListCustomLineItemVersionsFilter
|
1660
|
+
# data as a hash:
|
1661
|
+
#
|
1662
|
+
# {
|
1663
|
+
# billing_period_range: {
|
1664
|
+
# start_billing_period: "BillingPeriod",
|
1665
|
+
# end_billing_period: "BillingPeriod",
|
1666
|
+
# },
|
1667
|
+
# }
|
1668
|
+
#
|
1669
|
+
# @!attribute [rw] billing_period_range
|
1670
|
+
# The billing period range in which the custom line item version is
|
1671
|
+
# applied.
|
1672
|
+
# @return [Types::ListCustomLineItemVersionsBillingPeriodRangeFilter]
|
1673
|
+
#
|
1674
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemVersionsFilter AWS API Documentation
|
1675
|
+
#
|
1676
|
+
class ListCustomLineItemVersionsFilter < Struct.new(
|
1677
|
+
:billing_period_range)
|
1678
|
+
SENSITIVE = []
|
1679
|
+
include Aws::Structure
|
1680
|
+
end
|
1681
|
+
|
1682
|
+
# @note When making an API call, you may pass ListCustomLineItemVersionsInput
|
1683
|
+
# data as a hash:
|
1684
|
+
#
|
1685
|
+
# {
|
1686
|
+
# arn: "CustomLineItemArn", # required
|
1687
|
+
# max_results: 1,
|
1688
|
+
# next_token: "Token",
|
1689
|
+
# filters: {
|
1690
|
+
# billing_period_range: {
|
1691
|
+
# start_billing_period: "BillingPeriod",
|
1692
|
+
# end_billing_period: "BillingPeriod",
|
1693
|
+
# },
|
1694
|
+
# },
|
1695
|
+
# }
|
1696
|
+
#
|
1697
|
+
# @!attribute [rw] arn
|
1698
|
+
# The Amazon Resource Name (ARN) for the custom line item.
|
1699
|
+
# @return [String]
|
1700
|
+
#
|
1701
|
+
# @!attribute [rw] max_results
|
1702
|
+
# The maximum number of custom line item versions to retrieve.
|
1703
|
+
# @return [Integer]
|
1704
|
+
#
|
1705
|
+
# @!attribute [rw] next_token
|
1706
|
+
# The pagination token that's used on subsequent calls to retrieve
|
1707
|
+
# custom line item versions.
|
1708
|
+
# @return [String]
|
1709
|
+
#
|
1710
|
+
# @!attribute [rw] filters
|
1711
|
+
# A `ListCustomLineItemVersionsFilter` that specifies the billing
|
1712
|
+
# period range in which the custom line item versions are applied.
|
1713
|
+
# @return [Types::ListCustomLineItemVersionsFilter]
|
1714
|
+
#
|
1715
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemVersionsInput AWS API Documentation
|
1716
|
+
#
|
1717
|
+
class ListCustomLineItemVersionsInput < Struct.new(
|
1718
|
+
:arn,
|
1719
|
+
:max_results,
|
1720
|
+
:next_token,
|
1721
|
+
:filters)
|
1722
|
+
SENSITIVE = []
|
1723
|
+
include Aws::Structure
|
1724
|
+
end
|
1725
|
+
|
1726
|
+
# @!attribute [rw] custom_line_item_versions
|
1727
|
+
# A list of `CustomLineItemVersionListElements` that are received.
|
1728
|
+
# @return [Array<Types::CustomLineItemVersionListElement>]
|
1729
|
+
#
|
1730
|
+
# @!attribute [rw] next_token
|
1731
|
+
# The pagination token that's used on subsequent calls to retrieve
|
1732
|
+
# custom line item versions.
|
1733
|
+
# @return [String]
|
1734
|
+
#
|
1735
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemVersionsOutput AWS API Documentation
|
1736
|
+
#
|
1737
|
+
class ListCustomLineItemVersionsOutput < Struct.new(
|
1738
|
+
:custom_line_item_versions,
|
1739
|
+
:next_token)
|
1740
|
+
SENSITIVE = []
|
1741
|
+
include Aws::Structure
|
1742
|
+
end
|
1743
|
+
|
1545
1744
|
# A filter that specifies the custom line items and billing groups to
|
1546
1745
|
# retrieve FFLI information.
|
1547
1746
|
#
|
@@ -1600,8 +1799,8 @@ module Aws::BillingConductor
|
|
1600
1799
|
# @return [Integer]
|
1601
1800
|
#
|
1602
1801
|
# @!attribute [rw] next_token
|
1603
|
-
# The pagination token used on subsequent calls to get custom
|
1604
|
-
# items (FFLIs).
|
1802
|
+
# The pagination token that's used on subsequent calls to get custom
|
1803
|
+
# line items (FFLIs).
|
1605
1804
|
# @return [String]
|
1606
1805
|
#
|
1607
1806
|
# @!attribute [rw] filters
|
@@ -1626,8 +1825,8 @@ module Aws::BillingConductor
|
|
1626
1825
|
# @return [Array<Types::CustomLineItemListElement>]
|
1627
1826
|
#
|
1628
1827
|
# @!attribute [rw] next_token
|
1629
|
-
# The pagination token used on subsequent calls to get custom
|
1630
|
-
# items (FFLIs).
|
1828
|
+
# The pagination token that's used on subsequent calls to get custom
|
1829
|
+
# line items (FFLIs).
|
1631
1830
|
# @return [String]
|
1632
1831
|
#
|
1633
1832
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemsOutput AWS API Documentation
|
@@ -1690,8 +1889,8 @@ module Aws::BillingConductor
|
|
1690
1889
|
# @return [String]
|
1691
1890
|
#
|
1692
1891
|
# @!attribute [rw] pricing_plan_arns
|
1693
|
-
# The list containing pricing plans associated with the
|
1694
|
-
# pricing rule.
|
1892
|
+
# The list containing pricing plans that are associated with the
|
1893
|
+
# requested pricing rule.
|
1695
1894
|
# @return [Array<String>]
|
1696
1895
|
#
|
1697
1896
|
# @!attribute [rw] next_token
|
@@ -1758,7 +1957,8 @@ module Aws::BillingConductor
|
|
1758
1957
|
# @return [Integer]
|
1759
1958
|
#
|
1760
1959
|
# @!attribute [rw] next_token
|
1761
|
-
# The pagination token used on subsequent call to get pricing
|
1960
|
+
# The pagination token that's used on subsequent call to get pricing
|
1961
|
+
# plans.
|
1762
1962
|
# @return [String]
|
1763
1963
|
#
|
1764
1964
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListPricingPlansInput AWS API Documentation
|
@@ -1782,7 +1982,8 @@ module Aws::BillingConductor
|
|
1782
1982
|
# @return [Array<Types::PricingPlanListElement>]
|
1783
1983
|
#
|
1784
1984
|
# @!attribute [rw] next_token
|
1785
|
-
# The pagination token used on subsequent calls to get pricing
|
1985
|
+
# The pagination token that's used on subsequent calls to get pricing
|
1986
|
+
# plans.
|
1786
1987
|
# @return [String]
|
1787
1988
|
#
|
1788
1989
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListPricingPlansOutput AWS API Documentation
|
@@ -1846,8 +2047,8 @@ module Aws::BillingConductor
|
|
1846
2047
|
# @return [String]
|
1847
2048
|
#
|
1848
2049
|
# @!attribute [rw] pricing_rule_arns
|
1849
|
-
# A list containing pricing rules associated with the
|
1850
|
-
# pricing plan.
|
2050
|
+
# A list containing pricing rules that are associated with the
|
2051
|
+
# requested pricing plan.
|
1851
2052
|
# @return [Array<String>]
|
1852
2053
|
#
|
1853
2054
|
# @!attribute [rw] next_token
|
@@ -1914,7 +2115,8 @@ module Aws::BillingConductor
|
|
1914
2115
|
# @return [Integer]
|
1915
2116
|
#
|
1916
2117
|
# @!attribute [rw] next_token
|
1917
|
-
# The pagination token used on subsequent call to get pricing
|
2118
|
+
# The pagination token that's used on subsequent call to get pricing
|
2119
|
+
# rules.
|
1918
2120
|
# @return [String]
|
1919
2121
|
#
|
1920
2122
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListPricingRulesInput AWS API Documentation
|
@@ -1938,7 +2140,8 @@ module Aws::BillingConductor
|
|
1938
2140
|
# @return [Array<Types::PricingRuleListElement>]
|
1939
2141
|
#
|
1940
2142
|
# @!attribute [rw] next_token
|
1941
|
-
# The pagination token used on subsequent calls to get pricing
|
2143
|
+
# The pagination token that's used on subsequent calls to get pricing
|
2144
|
+
# rules.
|
1942
2145
|
# @return [String]
|
1943
2146
|
#
|
1944
2147
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListPricingRulesOutput AWS API Documentation
|
@@ -2003,7 +2206,8 @@ module Aws::BillingConductor
|
|
2003
2206
|
# @return [Integer]
|
2004
2207
|
#
|
2005
2208
|
# @!attribute [rw] next_token
|
2006
|
-
# (Optional) The pagination token returned by a previous
|
2209
|
+
# (Optional) The pagination token that's returned by a previous
|
2210
|
+
# request.
|
2007
2211
|
# @return [String]
|
2008
2212
|
#
|
2009
2213
|
# @!attribute [rw] filters
|
@@ -2059,11 +2263,16 @@ module Aws::BillingConductor
|
|
2059
2263
|
# associated resource.
|
2060
2264
|
# @return [String]
|
2061
2265
|
#
|
2266
|
+
# @!attribute [rw] end_billing_period
|
2267
|
+
# The end billing period of the associated resource.
|
2268
|
+
# @return [String]
|
2269
|
+
#
|
2062
2270
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListResourcesAssociatedToCustomLineItemResponseElement AWS API Documentation
|
2063
2271
|
#
|
2064
2272
|
class ListResourcesAssociatedToCustomLineItemResponseElement < Struct.new(
|
2065
2273
|
:arn,
|
2066
|
-
:relationship
|
2274
|
+
:relationship,
|
2275
|
+
:end_billing_period)
|
2067
2276
|
SENSITIVE = []
|
2068
2277
|
include Aws::Structure
|
2069
2278
|
end
|
@@ -2116,16 +2325,16 @@ module Aws::BillingConductor
|
|
2116
2325
|
# @return [String]
|
2117
2326
|
#
|
2118
2327
|
# @!attribute [rw] size
|
2119
|
-
# The pricing rules count currently associated with this
|
2120
|
-
# list element.
|
2328
|
+
# The pricing rules count that's currently associated with this
|
2329
|
+
# pricing plan list element.
|
2121
2330
|
# @return [Integer]
|
2122
2331
|
#
|
2123
2332
|
# @!attribute [rw] creation_time
|
2124
|
-
# The time the pricing plan was created.
|
2333
|
+
# The time when the pricing plan was created.
|
2125
2334
|
# @return [Integer]
|
2126
2335
|
#
|
2127
2336
|
# @!attribute [rw] last_modified_time
|
2128
|
-
# The most recent time the pricing plan was modified.
|
2337
|
+
# The most recent time when the pricing plan was modified.
|
2129
2338
|
# @return [Integer]
|
2130
2339
|
#
|
2131
2340
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/PricingPlanListElement AWS API Documentation
|
@@ -2179,13 +2388,19 @@ module Aws::BillingConductor
|
|
2179
2388
|
# @return [Integer]
|
2180
2389
|
#
|
2181
2390
|
# @!attribute [rw] creation_time
|
2182
|
-
# The time the pricing rule was created.
|
2391
|
+
# The time when the pricing rule was created.
|
2183
2392
|
# @return [Integer]
|
2184
2393
|
#
|
2185
2394
|
# @!attribute [rw] last_modified_time
|
2186
|
-
# The most recent time the pricing rule was modified.
|
2395
|
+
# The most recent time when the pricing rule was modified.
|
2187
2396
|
# @return [Integer]
|
2188
2397
|
#
|
2398
|
+
# @!attribute [rw] billing_entity
|
2399
|
+
# The seller of services provided by Amazon Web Services, their
|
2400
|
+
# affiliates, or third-party providers selling services via Amazon Web
|
2401
|
+
# Services Marketplace.
|
2402
|
+
# @return [String]
|
2403
|
+
#
|
2189
2404
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/PricingRuleListElement AWS API Documentation
|
2190
2405
|
#
|
2191
2406
|
class PricingRuleListElement < Struct.new(
|
@@ -2198,7 +2413,8 @@ module Aws::BillingConductor
|
|
2198
2413
|
:service,
|
2199
2414
|
:associated_pricing_plan_count,
|
2200
2415
|
:creation_time,
|
2201
|
-
:last_modified_time
|
2416
|
+
:last_modified_time,
|
2417
|
+
:billing_entity)
|
2202
2418
|
SENSITIVE = [:name, :description]
|
2203
2419
|
include Aws::Structure
|
2204
2420
|
end
|
@@ -2415,7 +2631,7 @@ module Aws::BillingConductor
|
|
2415
2631
|
# @return [Integer]
|
2416
2632
|
#
|
2417
2633
|
# @!attribute [rw] last_modified_time
|
2418
|
-
# The most recent time the billing group was modified.
|
2634
|
+
# The most recent time when the billing group was modified.
|
2419
2635
|
# @return [Integer]
|
2420
2636
|
#
|
2421
2637
|
# @!attribute [rw] status
|
@@ -2477,8 +2693,8 @@ module Aws::BillingConductor
|
|
2477
2693
|
include Aws::Structure
|
2478
2694
|
end
|
2479
2695
|
|
2480
|
-
# A representation of the new charge details associated with a
|
2481
|
-
# custom line item.
|
2696
|
+
# A representation of the new charge details that are associated with a
|
2697
|
+
# flat custom line item.
|
2482
2698
|
#
|
2483
2699
|
# @note When making an API call, you may pass UpdateCustomLineItemFlatChargeDetails
|
2484
2700
|
# data as a hash:
|
@@ -2504,7 +2720,7 @@ module Aws::BillingConductor
|
|
2504
2720
|
#
|
2505
2721
|
# {
|
2506
2722
|
# arn: "CustomLineItemArn", # required
|
2507
|
-
# name: "
|
2723
|
+
# name: "CustomLineItemName",
|
2508
2724
|
# description: "CustomLineItemDescription",
|
2509
2725
|
# charge_details: {
|
2510
2726
|
# flat: {
|
@@ -2516,7 +2732,7 @@ module Aws::BillingConductor
|
|
2516
2732
|
# },
|
2517
2733
|
# billing_period_range: {
|
2518
2734
|
# inclusive_start_billing_period: "BillingPeriod", # required
|
2519
|
-
# exclusive_end_billing_period: "BillingPeriod",
|
2735
|
+
# exclusive_end_billing_period: "BillingPeriod",
|
2520
2736
|
# },
|
2521
2737
|
# }
|
2522
2738
|
#
|
@@ -2577,7 +2793,7 @@ module Aws::BillingConductor
|
|
2577
2793
|
# @return [Types::ListCustomLineItemChargeDetails]
|
2578
2794
|
#
|
2579
2795
|
# @!attribute [rw] last_modified_time
|
2580
|
-
# The most recent time the custom line item was modified.
|
2796
|
+
# The most recent time when the custom line item was modified.
|
2581
2797
|
# @return [Integer]
|
2582
2798
|
#
|
2583
2799
|
# @!attribute [rw] association_size
|
@@ -2598,7 +2814,7 @@ module Aws::BillingConductor
|
|
2598
2814
|
include Aws::Structure
|
2599
2815
|
end
|
2600
2816
|
|
2601
|
-
# A representation of the new charge details associated with a
|
2817
|
+
# A representation of the new charge details that are associated with a
|
2602
2818
|
# percentage custom line item.
|
2603
2819
|
#
|
2604
2820
|
# @note When making an API call, you may pass UpdateCustomLineItemPercentageChargeDetails
|
@@ -2632,7 +2848,8 @@ module Aws::BillingConductor
|
|
2632
2848
|
# }
|
2633
2849
|
#
|
2634
2850
|
# @!attribute [rw] arn
|
2635
|
-
# The Amazon Resource Name (ARN) of the pricing plan you're
|
2851
|
+
# The Amazon Resource Name (ARN) of the pricing plan that you're
|
2852
|
+
# updating.
|
2636
2853
|
# @return [String]
|
2637
2854
|
#
|
2638
2855
|
# @!attribute [rw] name
|
@@ -2641,7 +2858,7 @@ module Aws::BillingConductor
|
|
2641
2858
|
# @return [String]
|
2642
2859
|
#
|
2643
2860
|
# @!attribute [rw] description
|
2644
|
-
# The pricing plan
|
2861
|
+
# The description of the pricing plan.
|
2645
2862
|
# @return [String]
|
2646
2863
|
#
|
2647
2864
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdatePricingPlanInput AWS API Documentation
|
@@ -2668,12 +2885,12 @@ module Aws::BillingConductor
|
|
2668
2885
|
# @return [String]
|
2669
2886
|
#
|
2670
2887
|
# @!attribute [rw] size
|
2671
|
-
# The pricing rules count currently associated with this
|
2672
|
-
# list.
|
2888
|
+
# The pricing rules count that's currently associated with this
|
2889
|
+
# pricing plan list.
|
2673
2890
|
# @return [Integer]
|
2674
2891
|
#
|
2675
2892
|
# @!attribute [rw] last_modified_time
|
2676
|
-
# The most recent time the pricing plan was modified.
|
2893
|
+
# The most recent time when the pricing plan was modified.
|
2677
2894
|
# @return [Integer]
|
2678
2895
|
#
|
2679
2896
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdatePricingPlanOutput AWS API Documentation
|
@@ -2747,8 +2964,8 @@ module Aws::BillingConductor
|
|
2747
2964
|
# @return [String]
|
2748
2965
|
#
|
2749
2966
|
# @!attribute [rw] scope
|
2750
|
-
# The scope of pricing rule that indicates if it
|
2751
|
-
# applicable, or
|
2967
|
+
# The scope of pricing rule that indicates if it's globally
|
2968
|
+
# applicable, or it's service-specific.
|
2752
2969
|
# @return [String]
|
2753
2970
|
#
|
2754
2971
|
# @!attribute [rw] type
|
@@ -2772,6 +2989,12 @@ module Aws::BillingConductor
|
|
2772
2989
|
# The most recent time the pricing rule was modified.
|
2773
2990
|
# @return [Integer]
|
2774
2991
|
#
|
2992
|
+
# @!attribute [rw] billing_entity
|
2993
|
+
# The seller of services provided by Amazon Web Services, their
|
2994
|
+
# affiliates, or third-party providers selling services via Amazon Web
|
2995
|
+
# Services Marketplace.
|
2996
|
+
# @return [String]
|
2997
|
+
#
|
2775
2998
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdatePricingRuleOutput AWS API Documentation
|
2776
2999
|
#
|
2777
3000
|
class UpdatePricingRuleOutput < Struct.new(
|
@@ -2783,7 +3006,8 @@ module Aws::BillingConductor
|
|
2783
3006
|
:modifier_percentage,
|
2784
3007
|
:service,
|
2785
3008
|
:associated_pricing_plan_count,
|
2786
|
-
:last_modified_time
|
3009
|
+
:last_modified_time,
|
3010
|
+
:billing_entity)
|
2787
3011
|
SENSITIVE = [:name, :description]
|
2788
3012
|
include Aws::Structure
|
2789
3013
|
end
|