aws-sdk-core 2.11.214 → 2.11.215
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +4 -1
- data/apis/fsx/2018-03-01/api-2.json +13 -5
- 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: 9db7fc7b98275a90603f81e6bbc0219e644c3cc6
|
4
|
+
data.tar.gz: 534f98d41374aef1a91290cd9494822381b50627
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d512c4b9297ea2e33e38cd6267d39cb7bf7abbd59e80bfe1de5473302c4076e920197b53cbdab2ac270a99741691384297a3db36e53cca20007171af72c7a31
|
7
|
+
data.tar.gz: '0384c6cd049b8e61a630ec683a1d8b7d987790e33b2b9c8d9d5212c9ea24de66716cb731f84d82da018c47779ffef89426b5cbe1cc6c5ece68d93c1b0109ad5e'
|
@@ -4550,7 +4550,10 @@
|
|
4550
4550
|
"Windows with SQL Server",
|
4551
4551
|
"Windows with SQL Server Enterprise",
|
4552
4552
|
"Windows with SQL Server Standard",
|
4553
|
-
"Windows with SQL Server Web"
|
4553
|
+
"Windows with SQL Server Web",
|
4554
|
+
"Linux with SQL Server Standard",
|
4555
|
+
"Linux with SQL Server Web",
|
4556
|
+
"Linux with SQL Server Enterprise"
|
4554
4557
|
]
|
4555
4558
|
},
|
4556
4559
|
"CapacityReservationPreference":{
|
@@ -43,6 +43,7 @@
|
|
43
43
|
{"shape":"ActiveDirectoryError"},
|
44
44
|
{"shape":"IncompatibleParameterError"},
|
45
45
|
{"shape":"InvalidImportPath"},
|
46
|
+
{"shape":"InvalidExportPath"},
|
46
47
|
{"shape":"InvalidNetworkSettings"},
|
47
48
|
{"shape":"ServiceLimitExceeded"},
|
48
49
|
{"shape":"InternalServerError"},
|
@@ -78,6 +79,7 @@
|
|
78
79
|
"output":{"shape":"DeleteBackupResponse"},
|
79
80
|
"errors":[
|
80
81
|
{"shape":"BadRequest"},
|
82
|
+
{"shape":"BackupInProgress"},
|
81
83
|
{"shape":"BackupNotFound"},
|
82
84
|
{"shape":"BackupRestoring"},
|
83
85
|
{"shape":"IncompatibleParameterError"},
|
@@ -376,6 +378,7 @@
|
|
376
378
|
"members":{
|
377
379
|
"WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
|
378
380
|
"ImportPath":{"shape":"ArchivePath"},
|
381
|
+
"ExportPath":{"shape":"ArchivePath"},
|
379
382
|
"ImportedFileChunkSize":{"shape":"Megabytes"}
|
380
383
|
}
|
381
384
|
},
|
@@ -660,6 +663,13 @@
|
|
660
663
|
"exception":true,
|
661
664
|
"fault":true
|
662
665
|
},
|
666
|
+
"InvalidExportPath":{
|
667
|
+
"type":"structure",
|
668
|
+
"members":{
|
669
|
+
"Message":{"shape":"ErrorMessage"}
|
670
|
+
},
|
671
|
+
"exception":true
|
672
|
+
},
|
663
673
|
"InvalidImportPath":{
|
664
674
|
"type":"structure",
|
665
675
|
"members":{
|
@@ -816,7 +826,7 @@
|
|
816
826
|
},
|
817
827
|
"StorageCapacity":{
|
818
828
|
"type":"integer",
|
819
|
-
"min":
|
829
|
+
"min":1
|
820
830
|
},
|
821
831
|
"SubnetId":{
|
822
832
|
"type":"string",
|
@@ -839,8 +849,7 @@
|
|
839
849
|
"TagKey":{
|
840
850
|
"type":"string",
|
841
851
|
"max":128,
|
842
|
-
"min":1
|
843
|
-
"pattern":"^(^(?!aws:).[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
852
|
+
"min":1
|
844
853
|
},
|
845
854
|
"TagKeys":{
|
846
855
|
"type":"list",
|
@@ -867,8 +876,7 @@
|
|
867
876
|
"TagValue":{
|
868
877
|
"type":"string",
|
869
878
|
"max":256,
|
870
|
-
"min":0
|
871
|
-
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
879
|
+
"min":0
|
872
880
|
},
|
873
881
|
"Tags":{
|
874
882
|
"type":"list",
|
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.11.
|
4
|
+
version: 2.11.215
|
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: 2019-02-
|
11
|
+
date: 2019-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|