aws-sdk-billingconductor 1.1.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.
@@ -79,6 +79,11 @@ module Aws::BillingConductor
79
79
  def resource_type
80
80
  @data[:resource_type]
81
81
  end
82
+
83
+ # @return [String]
84
+ def reason
85
+ @data[:reason]
86
+ end
82
87
  end
83
88
 
84
89
  class InternalServerException < ServiceError
@@ -90,6 +90,8 @@ module Aws::BillingConductor
90
90
  Aws::BillingConductor::Endpoints::ListBillingGroupCostReports.build(context)
91
91
  when :list_billing_groups
92
92
  Aws::BillingConductor::Endpoints::ListBillingGroups.build(context)
93
+ when :list_custom_line_item_versions
94
+ Aws::BillingConductor::Endpoints::ListCustomLineItemVersions.build(context)
93
95
  when :list_custom_line_items
94
96
  Aws::BillingConductor::Endpoints::ListCustomLineItems.build(context)
95
97
  when :list_pricing_plans