aws-sdk-core 2.8.10 → 2.8.11
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.
- checksums.yaml +4 -4
- data/apis/application-autoscaling/2016-02-06/api-2.json +4 -2
- data/apis/application-autoscaling/2016-02-06/paginators-1.json +8 -8
- data/apis/cloudtrail/2013-11-01/api-2.json +5 -0
- data/lib/aws-sdk-core/applicationdiscoveryservice.rb +1 -0
- data/lib/aws-sdk-core/elasticloadbalancingv2.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbaa07eb180d127d124b1ea087c494e4b27f3944
|
|
4
|
+
data.tar.gz: b9d330d2f32e66ec26a608b0cac08b54e116c387
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
"
|
|
9
|
+
"DescribeScalingActivities": {
|
|
10
10
|
"input_token": "NextToken",
|
|
11
|
-
"output_token": "NextToken",
|
|
12
11
|
"limit_key": "MaxResults",
|
|
13
|
-
"
|
|
12
|
+
"output_token": "NextToken",
|
|
13
|
+
"result_key": "ScalingActivities"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"DescribeScalingPolicies": {
|
|
16
16
|
"input_token": "NextToken",
|
|
17
|
-
"output_token": "NextToken",
|
|
18
17
|
"limit_key": "MaxResults",
|
|
19
|
-
"
|
|
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
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2017-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|