aws-sdk-core 2.6.35 → 2.6.36

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.
@@ -25,6 +25,7 @@ module Aws
25
25
  ApplicationDiscoveryService
26
26
  AppStream
27
27
  AutoScaling
28
+ Batch
28
29
  Budgets
29
30
  CodeBuild
30
31
  CloudFormation
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:Batch, {
2
+ api: "#{Aws::API_DIR}/batch/2016-08-10/api-2.json",
3
+ docs: "#{Aws::API_DIR}/batch/2016-08-10/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/batch/2016-08-10/examples-1.json",
5
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.35'
2
+ VERSION = '2.6.36'
3
3
  end
@@ -23,6 +23,10 @@
23
23
  "models": "autoscaling/2011-01-01",
24
24
  "endpoint": "autoscaling"
25
25
  },
26
+ "Batch": {
27
+ "models": "batch/2016-08-10",
28
+ "endpoint": "batch"
29
+ },
26
30
  "Budgets": {
27
31
  "models": "budgets/2016-10-20",
28
32
  "endpoint": "budgets"
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.35
4
+ version: 2.6.36
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-12-08 00:00:00.000000000 Z
11
+ date: 2016-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -64,6 +64,8 @@ files:
64
64
  - apis/autoscaling/2011-01-01/paginators-1.json
65
65
  - apis/autoscaling/2011-01-01/resources-1.json
66
66
  - apis/autoscaling/2011-01-01/waiters-2.json
67
+ - apis/batch/2016-08-10/api-2.json
68
+ - apis/batch/2016-08-10/examples-1.json
67
69
  - apis/budgets/2016-10-20/api-2.json
68
70
  - apis/budgets/2016-10-20/examples-1.json
69
71
  - apis/cloudformation/2010-05-15/api-2.json
@@ -370,6 +372,7 @@ files:
370
372
  - lib/aws-sdk-core/appstream.rb
371
373
  - lib/aws-sdk-core/assume_role_credentials.rb
372
374
  - lib/aws-sdk-core/autoscaling.rb
375
+ - lib/aws-sdk-core/batch.rb
373
376
  - lib/aws-sdk-core/budgets.rb
374
377
  - lib/aws-sdk-core/checksums.rb
375
378
  - lib/aws-sdk-core/client.rb