aws-sdk-core 2.6.25 → 2.6.26
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 +3 -1
- data/endpoints.json +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bfa98ddbc0810fb28a72f45cb955acfdd0620ed
|
4
|
+
data.tar.gz: 252187ce0184dc9181200be039e0495c99b31b7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5697a401ec999fc0ae57c1f3e7a1117d72dd7df5b6f5a925788410903b04a2ad245b02d4ff572141eb26d2916c32c4ab54d025cf724bd687824ef98aa696b0fd
|
7
|
+
data.tar.gz: 611a487dd52f76ddafd940b99fc8e3bb4731e28d6dd6609f464baaa6215291311714e0f24246a1ec7fff14ecdbbbccde8e76f45e0e24a684d035bc75af084b43
|
@@ -365,7 +365,8 @@
|
|
365
365
|
"type":"string",
|
366
366
|
"enum":[
|
367
367
|
"ecs:service:DesiredCount",
|
368
|
-
"ec2:spot-fleet-request:TargetCapacity"
|
368
|
+
"ec2:spot-fleet-request:TargetCapacity",
|
369
|
+
"elasticmapreduce:instancegroup:InstanceCount"
|
369
370
|
]
|
370
371
|
},
|
371
372
|
"ScalableTarget":{
|
@@ -466,6 +467,7 @@
|
|
466
467
|
"type":"string",
|
467
468
|
"enum":[
|
468
469
|
"ecs",
|
470
|
+
"elasticmapreduce",
|
469
471
|
"ec2"
|
470
472
|
]
|
471
473
|
},
|
data/endpoints.json
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED