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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2100152ab3ae1524db7d968f5b28bb7aee621b4c
4
- data.tar.gz: af344ef05d7ed95b5e1b907f842295787c575589
3
+ metadata.gz: e065d210d38c1a6c6ad80e460c439ca2f8db5714
4
+ data.tar.gz: 242013f84b4dbf0de595cf0418d27d668e6a930a
5
5
  SHA512:
6
- metadata.gz: 01bb246116024c5a55a74bb95066c06a3ee3a13dd304a4f4c2b90dd0b56835bfd44f8f326212bcde2ecf6e0f7d8ccf7ec2882a2e998cebc4fb291907eab4e6cb
7
- data.tar.gz: 6820380aa3b855f6c27a1baa9c8a2b0588c2b501dc5bc232f91d25cfad5ca7736184f35064b806933102e6cc5b8fb29d72ef0629054d3d37686b5f735567bfc6
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"],
@@ -816,6 +816,7 @@
816
816
  "protocols" : [ "https" ]
817
817
  },
818
818
  "endpoints" : {
819
+ "ap-northeast-1" : { },
819
820
  "ap-southeast-2" : { },
820
821
  "eu-central-1" : { },
821
822
  "us-east-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.51'
2
+ VERSION = '2.10.52'
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.10.51
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-21 00:00:00.000000000 Z
11
+ date: 2017-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath