aws-sdk-core 2.11.214 → 2.11.215

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfa3f95e12204350fd61c8d2a2c30dfe4a267070
4
- data.tar.gz: 31e0d8067a2b98b3e3f37ab2d21930b4bdce0d5d
3
+ metadata.gz: 9db7fc7b98275a90603f81e6bbc0219e644c3cc6
4
+ data.tar.gz: 534f98d41374aef1a91290cd9494822381b50627
5
5
  SHA512:
6
- metadata.gz: 6e216bfeee5cebb64a9ce411905a666d6a53129c2485336abba3941a95af2862e976d2a65aee3ce1e8128ef38fd46508c1ff4631ac58b6701b7baecc1e7281a9
7
- data.tar.gz: 0bf5ca2fffe659e3c58985593aaaf43f9fc62b4da7901749940b311f6f0dd3afa7444e1b2c391b04ab57b150367499a434d01d30ff1e61fedc9cd993cba4c6a0
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":300
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",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.214'
2
+ VERSION = '2.11.215'
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.11.214
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-05 00:00:00.000000000 Z
11
+ date: 2019-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath