aws-sdk-billingconductor 1.0.0 → 1.2.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 +133 -47
- data/lib/aws-sdk-billingconductor/client_api.rb +64 -5
- data/lib/aws-sdk-billingconductor/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-billingconductor/endpoint_provider.rb +170 -0
- data/lib/aws-sdk-billingconductor/endpoints.rb +449 -0
- data/lib/aws-sdk-billingconductor/errors.rb +5 -0
- data/lib/aws-sdk-billingconductor/plugins/endpoints.rb +130 -0
- data/lib/aws-sdk-billingconductor/types.rb +286 -84
- data/lib/aws-sdk-billingconductor.rb +5 -1
- metadata +8 -4
@@ -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
|
@@ -708,7 +707,7 @@ module Aws::BillingConductor
|
|
708
707
|
# }
|
709
708
|
#
|
710
709
|
# @!attribute [rw] client_token
|
711
|
-
# The token that
|
710
|
+
# The token that's needed to support idempotency. Idempotency isn't
|
712
711
|
# currently supported, but will be implemented in a future update.
|
713
712
|
#
|
714
713
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -725,8 +724,8 @@ module Aws::BillingConductor
|
|
725
724
|
# @return [String]
|
726
725
|
#
|
727
726
|
# @!attribute [rw] scope
|
728
|
-
# The scope of pricing rule that indicates if it
|
729
|
-
# applicable, or
|
727
|
+
# The scope of pricing rule that indicates if it's globally
|
728
|
+
# applicable, or it's service-specific.
|
730
729
|
# @return [String]
|
731
730
|
#
|
732
731
|
# @!attribute [rw] type
|
@@ -734,7 +733,7 @@ module Aws::BillingConductor
|
|
734
733
|
# @return [String]
|
735
734
|
#
|
736
735
|
# @!attribute [rw] modifier_percentage
|
737
|
-
# A percentage modifier applied on the public pricing rates.
|
736
|
+
# A percentage modifier that's applied on the public pricing rates.
|
738
737
|
# @return [Float]
|
739
738
|
#
|
740
739
|
# @!attribute [rw] service
|
@@ -782,7 +781,7 @@ module Aws::BillingConductor
|
|
782
781
|
#
|
783
782
|
# {
|
784
783
|
# inclusive_start_billing_period: "BillingPeriod", # required
|
785
|
-
# exclusive_end_billing_period: "BillingPeriod",
|
784
|
+
# exclusive_end_billing_period: "BillingPeriod",
|
786
785
|
# }
|
787
786
|
#
|
788
787
|
# @!attribute [rw] inclusive_start_billing_period
|
@@ -846,8 +845,8 @@ module Aws::BillingConductor
|
|
846
845
|
include Aws::Structure
|
847
846
|
end
|
848
847
|
|
849
|
-
# A representation of the charge details associated with a flat
|
850
|
-
# line item.
|
848
|
+
# A representation of the charge details that are associated with a flat
|
849
|
+
# custom line item.
|
851
850
|
#
|
852
851
|
# @note When making an API call, you may pass CustomLineItemFlatChargeDetails
|
853
852
|
# data as a hash:
|
@@ -894,7 +893,7 @@ module Aws::BillingConductor
|
|
894
893
|
# @return [String]
|
895
894
|
#
|
896
895
|
# @!attribute [rw] product_code
|
897
|
-
# The product code associated with the custom line item.
|
896
|
+
# The product code that's associated with the custom line item.
|
898
897
|
# @return [String]
|
899
898
|
#
|
900
899
|
# @!attribute [rw] billing_group_arn
|
@@ -907,7 +906,7 @@ module Aws::BillingConductor
|
|
907
906
|
# @return [Integer]
|
908
907
|
#
|
909
908
|
# @!attribute [rw] last_modified_time
|
910
|
-
# The most recent time the custom line item was modified.
|
909
|
+
# The most recent time when the custom line item was modified.
|
911
910
|
# @return [Integer]
|
912
911
|
#
|
913
912
|
# @!attribute [rw] association_size
|
@@ -931,8 +930,8 @@ module Aws::BillingConductor
|
|
931
930
|
include Aws::Structure
|
932
931
|
end
|
933
932
|
|
934
|
-
# A representation of the charge details associated with a
|
935
|
-
# custom line item.
|
933
|
+
# A representation of the charge details that are associated with a
|
934
|
+
# percentage custom line item.
|
936
935
|
#
|
937
936
|
# @note When making an API call, you may pass CustomLineItemPercentageChargeDetails
|
938
937
|
# data as a hash:
|
@@ -962,6 +961,72 @@ module Aws::BillingConductor
|
|
962
961
|
include Aws::Structure
|
963
962
|
end
|
964
963
|
|
964
|
+
# A representation of a custom line item version.
|
965
|
+
#
|
966
|
+
# @!attribute [rw] name
|
967
|
+
# The name of the custom line item.
|
968
|
+
# @return [String]
|
969
|
+
#
|
970
|
+
# @!attribute [rw] charge_details
|
971
|
+
# A representation of the charge details of a custom line item.
|
972
|
+
# @return [Types::ListCustomLineItemChargeDetails]
|
973
|
+
#
|
974
|
+
# @!attribute [rw] currency_code
|
975
|
+
# The charge value currency of the custom line item.
|
976
|
+
# @return [String]
|
977
|
+
#
|
978
|
+
# @!attribute [rw] description
|
979
|
+
# The description of the custom line item.
|
980
|
+
# @return [String]
|
981
|
+
#
|
982
|
+
# @!attribute [rw] product_code
|
983
|
+
# The product code that’s associated with the custom line item.
|
984
|
+
# @return [String]
|
985
|
+
#
|
986
|
+
# @!attribute [rw] billing_group_arn
|
987
|
+
# The Amazon Resource Name (ARN) of the billing group that the custom
|
988
|
+
# line item applies to.
|
989
|
+
# @return [String]
|
990
|
+
#
|
991
|
+
# @!attribute [rw] creation_time
|
992
|
+
# The time when the custom line item version was created.
|
993
|
+
# @return [Integer]
|
994
|
+
#
|
995
|
+
# @!attribute [rw] last_modified_time
|
996
|
+
# The most recent time that the custom line item version was modified.
|
997
|
+
# @return [Integer]
|
998
|
+
#
|
999
|
+
# @!attribute [rw] association_size
|
1000
|
+
# The number of resources that are associated with the custom line
|
1001
|
+
# item.
|
1002
|
+
# @return [Integer]
|
1003
|
+
#
|
1004
|
+
# @!attribute [rw] start_billing_period
|
1005
|
+
# The start billing period of the custom line item version.
|
1006
|
+
# @return [String]
|
1007
|
+
#
|
1008
|
+
# @!attribute [rw] end_billing_period
|
1009
|
+
# The end billing period of the custom line item version.
|
1010
|
+
# @return [String]
|
1011
|
+
#
|
1012
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/CustomLineItemVersionListElement AWS API Documentation
|
1013
|
+
#
|
1014
|
+
class CustomLineItemVersionListElement < Struct.new(
|
1015
|
+
:name,
|
1016
|
+
:charge_details,
|
1017
|
+
:currency_code,
|
1018
|
+
:description,
|
1019
|
+
:product_code,
|
1020
|
+
:billing_group_arn,
|
1021
|
+
:creation_time,
|
1022
|
+
:last_modified_time,
|
1023
|
+
:association_size,
|
1024
|
+
:start_billing_period,
|
1025
|
+
:end_billing_period)
|
1026
|
+
SENSITIVE = [:name, :description]
|
1027
|
+
include Aws::Structure
|
1028
|
+
end
|
1029
|
+
|
965
1030
|
# @note When making an API call, you may pass DeleteBillingGroupInput
|
966
1031
|
# data as a hash:
|
967
1032
|
#
|
@@ -970,7 +1035,7 @@ module Aws::BillingConductor
|
|
970
1035
|
# }
|
971
1036
|
#
|
972
1037
|
# @!attribute [rw] arn
|
973
|
-
# The Amazon Resource Name (ARN) of the billing group you're
|
1038
|
+
# The Amazon Resource Name (ARN) of the billing group that you're
|
974
1039
|
# deleting.
|
975
1040
|
# @return [String]
|
976
1041
|
#
|
@@ -1001,7 +1066,7 @@ module Aws::BillingConductor
|
|
1001
1066
|
# arn: "CustomLineItemArn", # required
|
1002
1067
|
# billing_period_range: {
|
1003
1068
|
# inclusive_start_billing_period: "BillingPeriod", # required
|
1004
|
-
# exclusive_end_billing_period: "BillingPeriod",
|
1069
|
+
# exclusive_end_billing_period: "BillingPeriod",
|
1005
1070
|
# },
|
1006
1071
|
# }
|
1007
1072
|
#
|
@@ -1043,7 +1108,8 @@ module Aws::BillingConductor
|
|
1043
1108
|
# }
|
1044
1109
|
#
|
1045
1110
|
# @!attribute [rw] arn
|
1046
|
-
# The Amazon Resource Name (ARN) of the pricing plan you're
|
1111
|
+
# The Amazon Resource Name (ARN) of the pricing plan that you're
|
1112
|
+
# deleting.
|
1047
1113
|
# @return [String]
|
1048
1114
|
#
|
1049
1115
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/DeletePricingPlanInput AWS API Documentation
|
@@ -1074,7 +1140,8 @@ module Aws::BillingConductor
|
|
1074
1140
|
# }
|
1075
1141
|
#
|
1076
1142
|
# @!attribute [rw] arn
|
1077
|
-
# The Amazon Resource Name (ARN) of the pricing rule you are
|
1143
|
+
# The Amazon Resource Name (ARN) of the pricing rule that you are
|
1144
|
+
# deleting.
|
1078
1145
|
# @return [String]
|
1079
1146
|
#
|
1080
1147
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/DeletePricingRuleInput AWS API Documentation
|
@@ -1183,8 +1250,8 @@ module Aws::BillingConductor
|
|
1183
1250
|
# @return [String]
|
1184
1251
|
#
|
1185
1252
|
# @!attribute [rw] error
|
1186
|
-
# An `AssociateResourceError` shown if the resource
|
1187
|
-
# fails.
|
1253
|
+
# An `AssociateResourceError` that's shown if the resource
|
1254
|
+
# disassociation fails.
|
1188
1255
|
# @return [Types::AssociateResourceError]
|
1189
1256
|
#
|
1190
1257
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/DisassociateResourceResponseElement AWS API Documentation
|
@@ -1278,7 +1345,7 @@ module Aws::BillingConductor
|
|
1278
1345
|
#
|
1279
1346
|
# `MONITORED`\: linked accounts that are associated to billing groups.
|
1280
1347
|
#
|
1281
|
-
# `UNMONITORED`\: linked accounts that
|
1348
|
+
# `UNMONITORED`\: linked accounts that aren't associated to billing
|
1282
1349
|
# groups.
|
1283
1350
|
#
|
1284
1351
|
# `Billing Group Arn`\: linked accounts that are associated to the
|
@@ -1286,7 +1353,8 @@ module Aws::BillingConductor
|
|
1286
1353
|
# @return [Types::ListAccountAssociationsFilter]
|
1287
1354
|
#
|
1288
1355
|
# @!attribute [rw] next_token
|
1289
|
-
# The pagination token used on subsequent calls to retrieve
|
1356
|
+
# The pagination token that's used on subsequent calls to retrieve
|
1357
|
+
# accounts.
|
1290
1358
|
# @return [String]
|
1291
1359
|
#
|
1292
1360
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListAccountAssociationsInput AWS API Documentation
|
@@ -1304,7 +1372,8 @@ module Aws::BillingConductor
|
|
1304
1372
|
# @return [Array<Types::AccountAssociationsListElement>]
|
1305
1373
|
#
|
1306
1374
|
# @!attribute [rw] next_token
|
1307
|
-
# The pagination token used on subsequent calls to get
|
1375
|
+
# The pagination token that's used on subsequent calls to get
|
1376
|
+
# accounts.
|
1308
1377
|
# @return [String]
|
1309
1378
|
#
|
1310
1379
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListAccountAssociationsOutput AWS API Documentation
|
@@ -1359,7 +1428,8 @@ module Aws::BillingConductor
|
|
1359
1428
|
# @return [Integer]
|
1360
1429
|
#
|
1361
1430
|
# @!attribute [rw] next_token
|
1362
|
-
# The pagination token used on subsequent calls to get
|
1431
|
+
# The pagination token that's used on subsequent calls to get
|
1432
|
+
# reports.
|
1363
1433
|
# @return [String]
|
1364
1434
|
#
|
1365
1435
|
# @!attribute [rw] filters
|
@@ -1383,7 +1453,8 @@ module Aws::BillingConductor
|
|
1383
1453
|
# @return [Array<Types::BillingGroupCostReportElement>]
|
1384
1454
|
#
|
1385
1455
|
# @!attribute [rw] next_token
|
1386
|
-
# The pagination token used on subsequent calls to get
|
1456
|
+
# The pagination token that's used on subsequent calls to get
|
1457
|
+
# reports.
|
1387
1458
|
# @return [String]
|
1388
1459
|
#
|
1389
1460
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListBillingGroupCostReportsOutput AWS API Documentation
|
@@ -1447,7 +1518,8 @@ module Aws::BillingConductor
|
|
1447
1518
|
# @return [Integer]
|
1448
1519
|
#
|
1449
1520
|
# @!attribute [rw] next_token
|
1450
|
-
# The pagination token used on subsequent calls to get billing
|
1521
|
+
# The pagination token that's used on subsequent calls to get billing
|
1522
|
+
# groups.
|
1451
1523
|
# @return [String]
|
1452
1524
|
#
|
1453
1525
|
# @!attribute [rw] filters
|
@@ -1471,7 +1543,8 @@ module Aws::BillingConductor
|
|
1471
1543
|
# @return [Array<Types::BillingGroupListElement>]
|
1472
1544
|
#
|
1473
1545
|
# @!attribute [rw] next_token
|
1474
|
-
# The pagination token used on subsequent calls to get billing
|
1546
|
+
# The pagination token that's used on subsequent calls to get billing
|
1547
|
+
# groups.
|
1475
1548
|
# @return [String]
|
1476
1549
|
#
|
1477
1550
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListBillingGroupsOutput AWS API Documentation
|
@@ -1510,8 +1583,8 @@ module Aws::BillingConductor
|
|
1510
1583
|
include Aws::Structure
|
1511
1584
|
end
|
1512
1585
|
|
1513
|
-
# A representation of the charge details associated with a flat
|
1514
|
-
# line item.
|
1586
|
+
# A representation of the charge details that are associated with a flat
|
1587
|
+
# custom line item.
|
1515
1588
|
#
|
1516
1589
|
# @!attribute [rw] charge_value
|
1517
1590
|
# The custom line item's fixed charge value in USD.
|
@@ -1525,8 +1598,8 @@ module Aws::BillingConductor
|
|
1525
1598
|
include Aws::Structure
|
1526
1599
|
end
|
1527
1600
|
|
1528
|
-
# A representation of the charge details associated with a
|
1529
|
-
# custom line item.
|
1601
|
+
# A representation of the charge details that are associated with a
|
1602
|
+
# percentage custom line item.
|
1530
1603
|
#
|
1531
1604
|
# @!attribute [rw] percentage_value
|
1532
1605
|
# The custom line item's percentage value. This will be multiplied
|
@@ -1542,6 +1615,124 @@ module Aws::BillingConductor
|
|
1542
1615
|
include Aws::Structure
|
1543
1616
|
end
|
1544
1617
|
|
1618
|
+
# A billing period filter that specifies the custom line item versions
|
1619
|
+
# to retrieve.
|
1620
|
+
#
|
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
|
+
# @!attribute [rw] start_billing_period
|
1630
|
+
# The inclusive start billing period that defines a billing period
|
1631
|
+
# range where a custom line item version is applied.
|
1632
|
+
# @return [String]
|
1633
|
+
#
|
1634
|
+
# @!attribute [rw] end_billing_period
|
1635
|
+
# The exclusive end billing period that defines a billing period range
|
1636
|
+
# where a custom line item version is applied.
|
1637
|
+
# @return [String]
|
1638
|
+
#
|
1639
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemVersionsBillingPeriodRangeFilter AWS API Documentation
|
1640
|
+
#
|
1641
|
+
class ListCustomLineItemVersionsBillingPeriodRangeFilter < Struct.new(
|
1642
|
+
:start_billing_period,
|
1643
|
+
:end_billing_period)
|
1644
|
+
SENSITIVE = []
|
1645
|
+
include Aws::Structure
|
1646
|
+
end
|
1647
|
+
|
1648
|
+
# A filter that specifies the billing period range where the custom line
|
1649
|
+
# item versions reside.
|
1650
|
+
#
|
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
|
+
# @!attribute [rw] billing_period_range
|
1662
|
+
# The billing period range in which the custom line item version is
|
1663
|
+
# applied.
|
1664
|
+
# @return [Types::ListCustomLineItemVersionsBillingPeriodRangeFilter]
|
1665
|
+
#
|
1666
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemVersionsFilter AWS API Documentation
|
1667
|
+
#
|
1668
|
+
class ListCustomLineItemVersionsFilter < Struct.new(
|
1669
|
+
:billing_period_range)
|
1670
|
+
SENSITIVE = []
|
1671
|
+
include Aws::Structure
|
1672
|
+
end
|
1673
|
+
|
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
|
+
# @!attribute [rw] arn
|
1690
|
+
# The Amazon Resource Name (ARN) for the custom line item.
|
1691
|
+
# @return [String]
|
1692
|
+
#
|
1693
|
+
# @!attribute [rw] max_results
|
1694
|
+
# The maximum number of custom line item versions to retrieve.
|
1695
|
+
# @return [Integer]
|
1696
|
+
#
|
1697
|
+
# @!attribute [rw] next_token
|
1698
|
+
# The pagination token that's used on subsequent calls to retrieve
|
1699
|
+
# custom line item versions.
|
1700
|
+
# @return [String]
|
1701
|
+
#
|
1702
|
+
# @!attribute [rw] filters
|
1703
|
+
# A `ListCustomLineItemVersionsFilter` that specifies the billing
|
1704
|
+
# period range in which the custom line item versions are applied.
|
1705
|
+
# @return [Types::ListCustomLineItemVersionsFilter]
|
1706
|
+
#
|
1707
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemVersionsInput AWS API Documentation
|
1708
|
+
#
|
1709
|
+
class ListCustomLineItemVersionsInput < Struct.new(
|
1710
|
+
:arn,
|
1711
|
+
:max_results,
|
1712
|
+
:next_token,
|
1713
|
+
:filters)
|
1714
|
+
SENSITIVE = []
|
1715
|
+
include Aws::Structure
|
1716
|
+
end
|
1717
|
+
|
1718
|
+
# @!attribute [rw] custom_line_item_versions
|
1719
|
+
# A list of `CustomLineItemVersionListElements` that are received.
|
1720
|
+
# @return [Array<Types::CustomLineItemVersionListElement>]
|
1721
|
+
#
|
1722
|
+
# @!attribute [rw] next_token
|
1723
|
+
# The pagination token that's used on subsequent calls to retrieve
|
1724
|
+
# custom line item versions.
|
1725
|
+
# @return [String]
|
1726
|
+
#
|
1727
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemVersionsOutput AWS API Documentation
|
1728
|
+
#
|
1729
|
+
class ListCustomLineItemVersionsOutput < Struct.new(
|
1730
|
+
:custom_line_item_versions,
|
1731
|
+
:next_token)
|
1732
|
+
SENSITIVE = []
|
1733
|
+
include Aws::Structure
|
1734
|
+
end
|
1735
|
+
|
1545
1736
|
# A filter that specifies the custom line items and billing groups to
|
1546
1737
|
# retrieve FFLI information.
|
1547
1738
|
#
|
@@ -1600,8 +1791,8 @@ module Aws::BillingConductor
|
|
1600
1791
|
# @return [Integer]
|
1601
1792
|
#
|
1602
1793
|
# @!attribute [rw] next_token
|
1603
|
-
# The pagination token used on subsequent calls to get custom
|
1604
|
-
# items (FFLIs).
|
1794
|
+
# The pagination token that's used on subsequent calls to get custom
|
1795
|
+
# line items (FFLIs).
|
1605
1796
|
# @return [String]
|
1606
1797
|
#
|
1607
1798
|
# @!attribute [rw] filters
|
@@ -1626,8 +1817,8 @@ module Aws::BillingConductor
|
|
1626
1817
|
# @return [Array<Types::CustomLineItemListElement>]
|
1627
1818
|
#
|
1628
1819
|
# @!attribute [rw] next_token
|
1629
|
-
# The pagination token used on subsequent calls to get custom
|
1630
|
-
# items (FFLIs).
|
1820
|
+
# The pagination token that's used on subsequent calls to get custom
|
1821
|
+
# line items (FFLIs).
|
1631
1822
|
# @return [String]
|
1632
1823
|
#
|
1633
1824
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemsOutput AWS API Documentation
|
@@ -1690,8 +1881,8 @@ module Aws::BillingConductor
|
|
1690
1881
|
# @return [String]
|
1691
1882
|
#
|
1692
1883
|
# @!attribute [rw] pricing_plan_arns
|
1693
|
-
# The list containing pricing plans associated with the
|
1694
|
-
# pricing rule.
|
1884
|
+
# The list containing pricing plans that are associated with the
|
1885
|
+
# requested pricing rule.
|
1695
1886
|
# @return [Array<String>]
|
1696
1887
|
#
|
1697
1888
|
# @!attribute [rw] next_token
|
@@ -1758,7 +1949,8 @@ module Aws::BillingConductor
|
|
1758
1949
|
# @return [Integer]
|
1759
1950
|
#
|
1760
1951
|
# @!attribute [rw] next_token
|
1761
|
-
# The pagination token used on subsequent call to get pricing
|
1952
|
+
# The pagination token that's used on subsequent call to get pricing
|
1953
|
+
# plans.
|
1762
1954
|
# @return [String]
|
1763
1955
|
#
|
1764
1956
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListPricingPlansInput AWS API Documentation
|
@@ -1782,7 +1974,8 @@ module Aws::BillingConductor
|
|
1782
1974
|
# @return [Array<Types::PricingPlanListElement>]
|
1783
1975
|
#
|
1784
1976
|
# @!attribute [rw] next_token
|
1785
|
-
# The pagination token used on subsequent calls to get pricing
|
1977
|
+
# The pagination token that's used on subsequent calls to get pricing
|
1978
|
+
# plans.
|
1786
1979
|
# @return [String]
|
1787
1980
|
#
|
1788
1981
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListPricingPlansOutput AWS API Documentation
|
@@ -1846,8 +2039,8 @@ module Aws::BillingConductor
|
|
1846
2039
|
# @return [String]
|
1847
2040
|
#
|
1848
2041
|
# @!attribute [rw] pricing_rule_arns
|
1849
|
-
# A list containing pricing rules associated with the
|
1850
|
-
# pricing plan.
|
2042
|
+
# A list containing pricing rules that are associated with the
|
2043
|
+
# requested pricing plan.
|
1851
2044
|
# @return [Array<String>]
|
1852
2045
|
#
|
1853
2046
|
# @!attribute [rw] next_token
|
@@ -1914,7 +2107,8 @@ module Aws::BillingConductor
|
|
1914
2107
|
# @return [Integer]
|
1915
2108
|
#
|
1916
2109
|
# @!attribute [rw] next_token
|
1917
|
-
# The pagination token used on subsequent call to get pricing
|
2110
|
+
# The pagination token that's used on subsequent call to get pricing
|
2111
|
+
# rules.
|
1918
2112
|
# @return [String]
|
1919
2113
|
#
|
1920
2114
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListPricingRulesInput AWS API Documentation
|
@@ -1938,7 +2132,8 @@ module Aws::BillingConductor
|
|
1938
2132
|
# @return [Array<Types::PricingRuleListElement>]
|
1939
2133
|
#
|
1940
2134
|
# @!attribute [rw] next_token
|
1941
|
-
# The pagination token used on subsequent calls to get pricing
|
2135
|
+
# The pagination token that's used on subsequent calls to get pricing
|
2136
|
+
# rules.
|
1942
2137
|
# @return [String]
|
1943
2138
|
#
|
1944
2139
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListPricingRulesOutput AWS API Documentation
|
@@ -2003,7 +2198,8 @@ module Aws::BillingConductor
|
|
2003
2198
|
# @return [Integer]
|
2004
2199
|
#
|
2005
2200
|
# @!attribute [rw] next_token
|
2006
|
-
# (Optional) The pagination token returned by a previous
|
2201
|
+
# (Optional) The pagination token that's returned by a previous
|
2202
|
+
# request.
|
2007
2203
|
# @return [String]
|
2008
2204
|
#
|
2009
2205
|
# @!attribute [rw] filters
|
@@ -2059,11 +2255,16 @@ module Aws::BillingConductor
|
|
2059
2255
|
# associated resource.
|
2060
2256
|
# @return [String]
|
2061
2257
|
#
|
2258
|
+
# @!attribute [rw] end_billing_period
|
2259
|
+
# The end billing period of the associated resource.
|
2260
|
+
# @return [String]
|
2261
|
+
#
|
2062
2262
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListResourcesAssociatedToCustomLineItemResponseElement AWS API Documentation
|
2063
2263
|
#
|
2064
2264
|
class ListResourcesAssociatedToCustomLineItemResponseElement < Struct.new(
|
2065
2265
|
:arn,
|
2066
|
-
:relationship
|
2266
|
+
:relationship,
|
2267
|
+
:end_billing_period)
|
2067
2268
|
SENSITIVE = []
|
2068
2269
|
include Aws::Structure
|
2069
2270
|
end
|
@@ -2116,16 +2317,16 @@ module Aws::BillingConductor
|
|
2116
2317
|
# @return [String]
|
2117
2318
|
#
|
2118
2319
|
# @!attribute [rw] size
|
2119
|
-
# The pricing rules count currently associated with this
|
2120
|
-
# list element.
|
2320
|
+
# The pricing rules count that's currently associated with this
|
2321
|
+
# pricing plan list element.
|
2121
2322
|
# @return [Integer]
|
2122
2323
|
#
|
2123
2324
|
# @!attribute [rw] creation_time
|
2124
|
-
# The time the pricing plan was created.
|
2325
|
+
# The time when the pricing plan was created.
|
2125
2326
|
# @return [Integer]
|
2126
2327
|
#
|
2127
2328
|
# @!attribute [rw] last_modified_time
|
2128
|
-
# The most recent time the pricing plan was modified.
|
2329
|
+
# The most recent time when the pricing plan was modified.
|
2129
2330
|
# @return [Integer]
|
2130
2331
|
#
|
2131
2332
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/PricingPlanListElement AWS API Documentation
|
@@ -2179,11 +2380,11 @@ module Aws::BillingConductor
|
|
2179
2380
|
# @return [Integer]
|
2180
2381
|
#
|
2181
2382
|
# @!attribute [rw] creation_time
|
2182
|
-
# The time the pricing rule was created.
|
2383
|
+
# The time when the pricing rule was created.
|
2183
2384
|
# @return [Integer]
|
2184
2385
|
#
|
2185
2386
|
# @!attribute [rw] last_modified_time
|
2186
|
-
# The most recent time the pricing rule was modified.
|
2387
|
+
# The most recent time when the pricing rule was modified.
|
2187
2388
|
# @return [Integer]
|
2188
2389
|
#
|
2189
2390
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/PricingRuleListElement AWS API Documentation
|
@@ -2415,7 +2616,7 @@ module Aws::BillingConductor
|
|
2415
2616
|
# @return [Integer]
|
2416
2617
|
#
|
2417
2618
|
# @!attribute [rw] last_modified_time
|
2418
|
-
# The most recent time the billing group was modified.
|
2619
|
+
# The most recent time when the billing group was modified.
|
2419
2620
|
# @return [Integer]
|
2420
2621
|
#
|
2421
2622
|
# @!attribute [rw] status
|
@@ -2477,8 +2678,8 @@ module Aws::BillingConductor
|
|
2477
2678
|
include Aws::Structure
|
2478
2679
|
end
|
2479
2680
|
|
2480
|
-
# A representation of the new charge details associated with a
|
2481
|
-
# custom line item.
|
2681
|
+
# A representation of the new charge details that are associated with a
|
2682
|
+
# flat custom line item.
|
2482
2683
|
#
|
2483
2684
|
# @note When making an API call, you may pass UpdateCustomLineItemFlatChargeDetails
|
2484
2685
|
# data as a hash:
|
@@ -2504,7 +2705,7 @@ module Aws::BillingConductor
|
|
2504
2705
|
#
|
2505
2706
|
# {
|
2506
2707
|
# arn: "CustomLineItemArn", # required
|
2507
|
-
# name: "
|
2708
|
+
# name: "CustomLineItemName",
|
2508
2709
|
# description: "CustomLineItemDescription",
|
2509
2710
|
# charge_details: {
|
2510
2711
|
# flat: {
|
@@ -2516,7 +2717,7 @@ module Aws::BillingConductor
|
|
2516
2717
|
# },
|
2517
2718
|
# billing_period_range: {
|
2518
2719
|
# inclusive_start_billing_period: "BillingPeriod", # required
|
2519
|
-
# exclusive_end_billing_period: "BillingPeriod",
|
2720
|
+
# exclusive_end_billing_period: "BillingPeriod",
|
2520
2721
|
# },
|
2521
2722
|
# }
|
2522
2723
|
#
|
@@ -2577,7 +2778,7 @@ module Aws::BillingConductor
|
|
2577
2778
|
# @return [Types::ListCustomLineItemChargeDetails]
|
2578
2779
|
#
|
2579
2780
|
# @!attribute [rw] last_modified_time
|
2580
|
-
# The most recent time the custom line item was modified.
|
2781
|
+
# The most recent time when the custom line item was modified.
|
2581
2782
|
# @return [Integer]
|
2582
2783
|
#
|
2583
2784
|
# @!attribute [rw] association_size
|
@@ -2598,7 +2799,7 @@ module Aws::BillingConductor
|
|
2598
2799
|
include Aws::Structure
|
2599
2800
|
end
|
2600
2801
|
|
2601
|
-
# A representation of the new charge details associated with a
|
2802
|
+
# A representation of the new charge details that are associated with a
|
2602
2803
|
# percentage custom line item.
|
2603
2804
|
#
|
2604
2805
|
# @note When making an API call, you may pass UpdateCustomLineItemPercentageChargeDetails
|
@@ -2632,7 +2833,8 @@ module Aws::BillingConductor
|
|
2632
2833
|
# }
|
2633
2834
|
#
|
2634
2835
|
# @!attribute [rw] arn
|
2635
|
-
# The Amazon Resource Name (ARN) of the pricing plan you're
|
2836
|
+
# The Amazon Resource Name (ARN) of the pricing plan that you're
|
2837
|
+
# updating.
|
2636
2838
|
# @return [String]
|
2637
2839
|
#
|
2638
2840
|
# @!attribute [rw] name
|
@@ -2641,7 +2843,7 @@ module Aws::BillingConductor
|
|
2641
2843
|
# @return [String]
|
2642
2844
|
#
|
2643
2845
|
# @!attribute [rw] description
|
2644
|
-
# The pricing plan
|
2846
|
+
# The description of the pricing plan.
|
2645
2847
|
# @return [String]
|
2646
2848
|
#
|
2647
2849
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdatePricingPlanInput AWS API Documentation
|
@@ -2668,12 +2870,12 @@ module Aws::BillingConductor
|
|
2668
2870
|
# @return [String]
|
2669
2871
|
#
|
2670
2872
|
# @!attribute [rw] size
|
2671
|
-
# The pricing rules count currently associated with this
|
2672
|
-
# list.
|
2873
|
+
# The pricing rules count that's currently associated with this
|
2874
|
+
# pricing plan list.
|
2673
2875
|
# @return [Integer]
|
2674
2876
|
#
|
2675
2877
|
# @!attribute [rw] last_modified_time
|
2676
|
-
# The most recent time the pricing plan was modified.
|
2878
|
+
# The most recent time when the pricing plan was modified.
|
2677
2879
|
# @return [Integer]
|
2678
2880
|
#
|
2679
2881
|
# @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdatePricingPlanOutput AWS API Documentation
|
@@ -2747,8 +2949,8 @@ module Aws::BillingConductor
|
|
2747
2949
|
# @return [String]
|
2748
2950
|
#
|
2749
2951
|
# @!attribute [rw] scope
|
2750
|
-
# The scope of pricing rule that indicates if it
|
2751
|
-
# applicable, or
|
2952
|
+
# The scope of pricing rule that indicates if it's globally
|
2953
|
+
# applicable, or it's service-specific.
|
2752
2954
|
# @return [String]
|
2753
2955
|
#
|
2754
2956
|
# @!attribute [rw] type
|