aws-sdk-bcmpricingcalculator 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ require 'aws-sdk-core/waiters'
11
+
12
+ module Aws::BCMPricingCalculator
13
+ module Waiters
14
+ end
15
+ end
@@ -0,0 +1,62 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+
11
+ require 'aws-sdk-core'
12
+ require 'aws-sigv4'
13
+
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:bcmpricingcalculator)
15
+
16
+ # This module provides support for AWS Billing and Cost Management Pricing Calculator. This module is available in the
17
+ # `aws-sdk-bcmpricingcalculator` gem.
18
+ #
19
+ # # Client
20
+ #
21
+ # The {Client} class provides one method for each API operation. Operation
22
+ # methods each accept a hash of request parameters and return a response
23
+ # structure.
24
+ #
25
+ # bcm_pricing_calculator = Aws::BCMPricingCalculator::Client.new
26
+ # resp = bcm_pricing_calculator.batch_create_bill_scenario_commitment_modification(params)
27
+ #
28
+ # See {Client} for more information.
29
+ #
30
+ # # Errors
31
+ #
32
+ # Errors returned from AWS Billing and Cost Management Pricing Calculator are defined in the
33
+ # {Errors} module and all extend {Errors::ServiceError}.
34
+ #
35
+ # begin
36
+ # # do stuff
37
+ # rescue Aws::BCMPricingCalculator::Errors::ServiceError
38
+ # # rescues all AWS Billing and Cost Management Pricing Calculator API errors
39
+ # end
40
+ #
41
+ # See {Errors} for more information.
42
+ #
43
+ # @!group service
44
+ module Aws::BCMPricingCalculator
45
+ autoload :Types, 'aws-sdk-bcmpricingcalculator/types'
46
+ autoload :ClientApi, 'aws-sdk-bcmpricingcalculator/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-bcmpricingcalculator/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-bcmpricingcalculator/client'
51
+ autoload :Errors, 'aws-sdk-bcmpricingcalculator/errors'
52
+ autoload :Waiters, 'aws-sdk-bcmpricingcalculator/waiters'
53
+ autoload :Resource, 'aws-sdk-bcmpricingcalculator/resource'
54
+ autoload :EndpointParameters, 'aws-sdk-bcmpricingcalculator/endpoint_parameters'
55
+ autoload :EndpointProvider, 'aws-sdk-bcmpricingcalculator/endpoint_provider'
56
+ autoload :Endpoints, 'aws-sdk-bcmpricingcalculator/endpoints'
57
+
58
+ GEM_VERSION = '1.0.0'
59
+
60
+ end
61
+
62
+ require_relative 'aws-sdk-bcmpricingcalculator/customizations'