aws-sdk-core 2.10.66 → 2.10.67
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/lightsail/2016-11-28/api-2.json +23 -2
- 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: 37c7ac99f68e881da01d08ad1837cca13e804ee4
|
|
4
|
+
data.tar.gz: ed23633617b5862618f11d5ed5ce05d1943737f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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":{
|
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.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-
|
|
11
|
+
date: 2017-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|