aws-sdk-core 2.8.10 → 2.8.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 790d4a72a088eb7e52d555310841c4e4ddf70f9a
4
- data.tar.gz: a1c44efb5aeea04d9342066ec54ab1cd152bc056
3
+ metadata.gz: bbaa07eb180d127d124b1ea087c494e4b27f3944
4
+ data.tar.gz: b9d330d2f32e66ec26a608b0cac08b54e116c387
5
5
  SHA512:
6
- metadata.gz: 4b7fe9e3a01d6dc0f6c172b56fe4bb138b16a8b822a722f8144ecfb09fa707805b7f061892c30e3d2c27f07b9188e07cb812f2eda24bb6af38578a4998e6baec
7
- data.tar.gz: 21235a93377e65ecda8a2615272b24238035ff8f271c46f40a2cbec4b0419f2e2d1934794204c1ad17c476e967264f3f81f9914762cace45f81769220b015a79
6
+ metadata.gz: ade12a7d1a1a840389b1f7cb11f33a2e860e1e1a7e452f934f058d771f04c74f878d1f7d3b1262f4b77b7e6dce32c4c4993692dc73b42aa7b4609a9a9febe06e
7
+ data.tar.gz: 7c75a3aa2efad0bbe7374380e5b2b6dae3760c1e9ad0702299caa1de69ff449b19bfd66ff3a6f5d359fee586ae0ef17a700bbd996f66dc131de80fc99d6a1b99
@@ -367,7 +367,8 @@
367
367
  "enum":[
368
368
  "ecs:service:DesiredCount",
369
369
  "ec2:spot-fleet-request:TargetCapacity",
370
- "elasticmapreduce:instancegroup:InstanceCount"
370
+ "elasticmapreduce:instancegroup:InstanceCount",
371
+ "appstream:fleet:DesiredCapacity"
371
372
  ]
372
373
  },
373
374
  "ScalableTarget":{
@@ -469,7 +470,8 @@
469
470
  "enum":[
470
471
  "ecs",
471
472
  "elasticmapreduce",
472
- "ec2"
473
+ "ec2",
474
+ "appstream"
473
475
  ]
474
476
  },
475
477
  "StepAdjustment":{
@@ -2,21 +2,21 @@
2
2
  "pagination": {
3
3
  "DescribeScalableTargets": {
4
4
  "input_token": "NextToken",
5
- "output_token": "NextToken",
6
5
  "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
7
  "result_key": "ScalableTargets"
8
8
  },
9
- "DescribeScalingPolicies": {
9
+ "DescribeScalingActivities": {
10
10
  "input_token": "NextToken",
11
- "output_token": "NextToken",
12
11
  "limit_key": "MaxResults",
13
- "result_key": "ScalingPolicies"
12
+ "output_token": "NextToken",
13
+ "result_key": "ScalingActivities"
14
14
  },
15
- "DescribeScalingActivities": {
15
+ "DescribeScalingPolicies": {
16
16
  "input_token": "NextToken",
17
- "output_token": "NextToken",
18
17
  "limit_key": "MaxResults",
19
- "result_key": "ScalingActivities"
18
+ "output_token": "NextToken",
19
+ "result_key": "ScalingPolicies"
20
20
  }
21
21
  }
22
- }
22
+ }
@@ -414,6 +414,7 @@
414
414
  },
415
415
  "GetEventSelectorsRequest":{
416
416
  "type":"structure",
417
+ "required":["TrailName"],
417
418
  "members":{
418
419
  "TrailName":{"shape":"String"}
419
420
  }
@@ -693,6 +694,10 @@
693
694
  },
694
695
  "PutEventSelectorsRequest":{
695
696
  "type":"structure",
697
+ "required":[
698
+ "TrailName",
699
+ "EventSelectors"
700
+ ],
696
701
  "members":{
697
702
  "TrailName":{"shape":"String"},
698
703
  "EventSelectors":{"shape":"EventSelectors"}
@@ -2,4 +2,5 @@ Aws.add_service(:ApplicationDiscoveryService, {
2
2
  api: "#{Aws::API_DIR}/discovery/2015-11-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/discovery/2015-11-01/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/discovery/2015-11-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/discovery/2015-11-01/paginators-1.json",
5
6
  })
@@ -3,4 +3,5 @@ Aws.add_service(:ElasticLoadBalancingV2, {
3
3
  docs: "#{Aws::API_DIR}/elasticloadbalancingv2/2015-12-01/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/elasticloadbalancingv2/2015-12-01/examples-1.json",
5
5
  paginators: "#{Aws::API_DIR}/elasticloadbalancingv2/2015-12-01/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/elasticloadbalancingv2/2015-12-01/waiters-2.json",
6
7
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.8.10'
2
+ VERSION = '2.8.11'
3
3
  end
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.8.10
4
+ version: 2.8.11
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: 2017-03-22 00:00:00.000000000 Z
11
+ date: 2017-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath