aws-sdk-core 2.6.11 → 2.6.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -150,6 +150,16 @@
150
150
  "eu-central-1": {}
151
151
  }
152
152
  },
153
+ "budgets": {
154
+ "endpoints": {
155
+ "aws-global": {
156
+ "hostname": "budgets.amazonaws.com",
157
+ "credentialScope": {
158
+ "region": "us-east-1"
159
+ }
160
+ }
161
+ }
162
+ },
153
163
  "cloudfront": {
154
164
  "partitionEndpoint": "aws-global",
155
165
  "isRegionalized": false,
@@ -24,6 +24,7 @@ module Aws
24
24
  ApplicationAutoScaling
25
25
  ApplicationDiscoveryService
26
26
  AutoScaling
27
+ Budgets
27
28
  CloudFormation
28
29
  CloudFront
29
30
  CloudHSM
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:Budgets, {
2
+ api: "#{Aws::API_DIR}/budgets/2016-10-20/api-2.json",
3
+ docs: "#{Aws::API_DIR}/budgets/2016-10-20/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/budgets/2016-10-20/examples-1.json",
5
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.11'
2
+ VERSION = '2.6.12'
3
3
  end
@@ -19,6 +19,10 @@
19
19
  "models": "autoscaling/2011-01-01",
20
20
  "endpoint": "autoscaling"
21
21
  },
22
+ "Budgets": {
23
+ "models": "budgets/2016-10-20",
24
+ "endpoint": "budgets"
25
+ },
22
26
  "CloudFormation": {
23
27
  "models": "cloudformation/2010-05-15",
24
28
  "endpoint": "cloudformation"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.11
4
+ version: 2.6.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-18 00:00:00.000000000 Z
11
+ date: 2016-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -47,6 +47,8 @@ files:
47
47
  - apis/autoscaling/2011-01-01/paginators-1.json
48
48
  - apis/autoscaling/2011-01-01/resources-1.json
49
49
  - apis/autoscaling/2011-01-01/waiters-2.json
50
+ - apis/budgets/2016-10-20/api-2.json
51
+ - apis/budgets/2016-10-20/examples-1.json
50
52
  - apis/cloudformation/2010-05-15/api-2.json
51
53
  - apis/cloudformation/2010-05-15/examples-1.json
52
54
  - apis/cloudformation/2010-05-15/paginators-1.json
@@ -298,6 +300,7 @@ files:
298
300
  - lib/aws-sdk-core/applicationdiscoveryservice.rb
299
301
  - lib/aws-sdk-core/assume_role_credentials.rb
300
302
  - lib/aws-sdk-core/autoscaling.rb
303
+ - lib/aws-sdk-core/budgets.rb
301
304
  - lib/aws-sdk-core/checksums.rb
302
305
  - lib/aws-sdk-core/client.rb
303
306
  - lib/aws-sdk-core/client_stubs.rb