aws-sdk-core 2.10.66 → 2.10.67

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: 168b5f5e72b9f322e96409273e595689c0c2666b
4
- data.tar.gz: 6a41d2c7f357bc9450f8dc7f3cd9450938c172cb
3
+ metadata.gz: 37c7ac99f68e881da01d08ad1837cca13e804ee4
4
+ data.tar.gz: ed23633617b5862618f11d5ed5ce05d1943737f5
5
5
  SHA512:
6
- metadata.gz: 77192b33333498f906c0d6a010e80ed5196f97aece16fea0737f564c2bba9ab87dacef0a269466987582a07952f034312683dbc1c7c9c539c2df4b9ffca0e340
7
- data.tar.gz: e03bfaf397c57570a3fe053c8707828f74fff06f748ea22ba33595445e251008a3018332b2d628e311b3612866d97c0c7dc9624f6a3af494b2b481005cd4a0f7
6
+ metadata.gz: f299e373c8ae353d6f9edd0b8059a218263713bafb97d70d8bdacbe3a130b1f8e8689403b6a7592336b508c2ea83d76d08b5d59540636b17589631bf25f71ed0
7
+ data.tar.gz: dc62976df3bc4805d1d21bab3df5110075b20e733644811ad4c852a2b5211b5b7c16264591be6bd8e21a8874f880a7fc6e1fa5e4aa518b14411166d7e834bbd6
@@ -959,7 +959,8 @@
959
959
  "version":{"shape":"string"},
960
960
  "versionCode":{"shape":"string"},
961
961
  "productUrl":{"shape":"string"},
962
- "licenseUrl":{"shape":"string"}
962
+ "licenseUrl":{"shape":"string"},
963
+ "platform":{"shape":"InstancePlatform"}
963
964
  }
964
965
  },
965
966
  "BlueprintList":{
@@ -985,7 +986,8 @@
985
986
  "name":{"shape":"string"},
986
987
  "power":{"shape":"integer"},
987
988
  "ramSizeInGb":{"shape":"float"},
988
- "transferPerMonthInGb":{"shape":"integer"}
989
+ "transferPerMonthInGb":{"shape":"integer"},
990
+ "supportedPlatforms":{"shape":"InstancePlatformList"}
989
991
  }
990
992
  },
991
993
  "BundleList":{
@@ -1620,6 +1622,7 @@
1620
1622
  "expiresAt":{"shape":"IsoDate"},
1621
1623
  "ipAddress":{"shape":"IpAddress"},
1622
1624
  "password":{"shape":"string"},
1625
+ "passwordData":{"shape":"PasswordData"},
1623
1626
  "privateKey":{"shape":"string"},
1624
1627
  "protocol":{"shape":"InstanceAccessProtocol"},
1625
1628
  "instanceName":{"shape":"ResourceName"},
@@ -1663,6 +1666,17 @@
1663
1666
  "ports":{"shape":"InstancePortInfoList"}
1664
1667
  }
1665
1668
  },
1669
+ "InstancePlatform":{
1670
+ "type":"string",
1671
+ "enum":[
1672
+ "LINUX_UNIX",
1673
+ "WINDOWS"
1674
+ ]
1675
+ },
1676
+ "InstancePlatformList":{
1677
+ "type":"list",
1678
+ "member":{"shape":"InstancePlatform"}
1679
+ },
1666
1680
  "InstancePortInfo":{
1667
1681
  "type":"structure",
1668
1682
  "members":{
@@ -1951,6 +1965,13 @@
1951
1965
  "CreateInstancesFromSnapshot"
1952
1966
  ]
1953
1967
  },
1968
+ "PasswordData":{
1969
+ "type":"structure",
1970
+ "members":{
1971
+ "ciphertext":{"shape":"string"},
1972
+ "keyPairName":{"shape":"ResourceName"}
1973
+ }
1974
+ },
1954
1975
  "PeerVpcRequest":{
1955
1976
  "type":"structure",
1956
1977
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.66'
2
+ VERSION = '2.10.67'
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.66
4
+ version: 2.10.67
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-10-17 00:00:00.000000000 Z
11
+ date: 2017-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath