aws-sdk-core 2.10.51 → 2.10.52
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/config/2014-11-12/api-2.json +6 -1
- data/apis/ecs/2014-11-13/api-2.json +14 -0
- data/endpoints.json +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: e065d210d38c1a6c6ad80e460c439ca2f8db5714
|
4
|
+
data.tar.gz: 242013f84b4dbf0de595cf0418d27d668e6a930a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76b85a92c2e6f98849aa907a5f4da60fa277be5b677c49582c13b59d75ce0f59892dc221baef325dc6eb5951026c8ca39797c30c2f8c18a7a5d26320b2b14e6d
|
7
|
+
data.tar.gz: 10296e4d22523f099a1c4de7a99b56f8e39bce13522ce447ff197f5c7ba2ae22306bed433e4995d515d32333a05ca2c7ed86820a874254384b1d526ac7cd8e48
|
@@ -1343,7 +1343,12 @@
|
|
1343
1343
|
"AWS::Redshift::ClusterSubnetGroup",
|
1344
1344
|
"AWS::Redshift::EventSubscription",
|
1345
1345
|
"AWS::CloudWatch::Alarm",
|
1346
|
-
"AWS::CloudFormation::Stack"
|
1346
|
+
"AWS::CloudFormation::Stack",
|
1347
|
+
"AWS::DynamoDB::Table",
|
1348
|
+
"AWS::AutoScaling::AutoScalingGroup",
|
1349
|
+
"AWS::AutoScaling::LaunchConfiguration",
|
1350
|
+
"AWS::AutoScaling::ScalingPolicy",
|
1351
|
+
"AWS::AutoScaling::ScheduledAction"
|
1347
1352
|
]
|
1348
1353
|
},
|
1349
1354
|
"ResourceTypeList":{
|
@@ -578,6 +578,7 @@
|
|
578
578
|
"environment":{"shape":"EnvironmentVariables"},
|
579
579
|
"mountPoints":{"shape":"MountPointList"},
|
580
580
|
"volumesFrom":{"shape":"VolumeFromList"},
|
581
|
+
"linuxParameters":{"shape":"LinuxParameters"},
|
581
582
|
"hostname":{"shape":"String"},
|
582
583
|
"user":{"shape":"String"},
|
583
584
|
"workingDirectory":{"shape":"String"},
|
@@ -918,6 +919,13 @@
|
|
918
919
|
},
|
919
920
|
"exception":true
|
920
921
|
},
|
922
|
+
"KernelCapabilities":{
|
923
|
+
"type":"structure",
|
924
|
+
"members":{
|
925
|
+
"add":{"shape":"StringList"},
|
926
|
+
"drop":{"shape":"StringList"}
|
927
|
+
}
|
928
|
+
},
|
921
929
|
"KeyValuePair":{
|
922
930
|
"type":"structure",
|
923
931
|
"members":{
|
@@ -925,6 +933,12 @@
|
|
925
933
|
"value":{"shape":"String"}
|
926
934
|
}
|
927
935
|
},
|
936
|
+
"LinuxParameters":{
|
937
|
+
"type":"structure",
|
938
|
+
"members":{
|
939
|
+
"capabilities":{"shape":"KernelCapabilities"}
|
940
|
+
}
|
941
|
+
},
|
928
942
|
"ListAttributesRequest":{
|
929
943
|
"type":"structure",
|
930
944
|
"required":["targetType"],
|
data/endpoints.json
CHANGED
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.10.
|
4
|
+
version: 2.10.52
|
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-09-
|
11
|
+
date: 2017-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|