aws-sdk-core 2.11.61 → 2.11.62

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,11 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
12
  },
13
+ "ListHyperParameterTuningJobs": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
13
18
  "ListModels": {
14
19
  "input_token": "NextToken",
15
20
  "output_token": "NextToken",
@@ -34,6 +39,11 @@
34
39
  "input_token": "NextToken",
35
40
  "output_token": "NextToken",
36
41
  "limit_key": "MaxResults"
42
+ },
43
+ "ListTrainingJobsForHyperParameterTuningJob": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "MaxResults"
37
47
  }
38
48
  }
39
49
  }
@@ -73,6 +73,7 @@ module Aws
73
73
  ECR
74
74
  ECS
75
75
  EFS
76
+ EKS
76
77
  EMR
77
78
  ElastiCache
78
79
  ElasticBeanstalk
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:EKS, {
2
+ api: "#{Aws::API_DIR}/eks/2017-11-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/eks/2017-11-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/eks/2017-11-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/eks/2017-11-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.61'
2
+ VERSION = '2.11.62'
3
3
  end
@@ -198,6 +198,10 @@
198
198
  "models": "elasticfilesystem/2015-02-01",
199
199
  "endpoint": "elasticfilesystem"
200
200
  },
201
+ "EKS": {
202
+ "models": "eks/2017-11-01",
203
+ "endpoint": "eks"
204
+ },
201
205
  "EMR": {
202
206
  "models": "elasticmapreduce/2009-03-31",
203
207
  "endpoint": "elasticmapreduce"
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.11.61
4
+ version: 2.11.62
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: 2018-06-01 00:00:00.000000000 Z
11
+ date: 2018-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -238,6 +238,9 @@ files:
238
238
  - apis/ecs/2014-11-13/examples-1.json
239
239
  - apis/ecs/2014-11-13/paginators-1.json
240
240
  - apis/ecs/2014-11-13/waiters-2.json
241
+ - apis/eks/2017-11-01/api-2.json
242
+ - apis/eks/2017-11-01/examples-1.json
243
+ - apis/eks/2017-11-01/paginators-1.json
241
244
  - apis/elasticache/2015-02-02/api-2.json
242
245
  - apis/elasticache/2015-02-02/examples-1.json
243
246
  - apis/elasticache/2015-02-02/paginators-1.json
@@ -633,6 +636,7 @@ files:
633
636
  - lib/aws-sdk-core/ecs.rb
634
637
  - lib/aws-sdk-core/ecs_credentials.rb
635
638
  - lib/aws-sdk-core/efs.rb
639
+ - lib/aws-sdk-core/eks.rb
636
640
  - lib/aws-sdk-core/elasticache.rb
637
641
  - lib/aws-sdk-core/elasticbeanstalk.rb
638
642
  - lib/aws-sdk-core/elasticloadbalancing.rb