aws-sdk-rds 1.14.0 → 1.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +12 -2
- data/lib/aws-sdk-rds/db_instance.rb +11 -1
- data/lib/aws-sdk-rds/resource.rb +11 -1
- data/lib/aws-sdk-rds/types.rb +11 -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: 2e17814b26a187061bd22d5cec8052c2e8bb43f5
|
4
|
+
data.tar.gz: 73c70bd433add2c8a6bf452d5c2f72b5b7ce5e84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee8634154c30415af0ae296c555e56990b30f7a8010ccd6d13f8f8298672b6016c13e765c9365cb6fe538b11da219e8643a6816a30959bf782c7f304a979905e
|
7
|
+
data.tar.gz: 65ae3b559791ca93642bccdc0eacf5e6c9d63b9fa31b3a03cbce581505859dec402d16069bdaedd97ae0a51fd7ccdd5df849776851c679f96f4b199aa5986c10
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -2450,11 +2450,13 @@ module Aws::RDS
|
|
2450
2450
|
#
|
2451
2451
|
# **MariaDB**
|
2452
2452
|
#
|
2453
|
+
# * `10.2.12` (supported in all AWS Regions)
|
2454
|
+
#
|
2453
2455
|
# * `10.2.11` (supported in all AWS Regions)
|
2454
2456
|
#
|
2455
|
-
# ^
|
2456
2457
|
#
|
2457
2458
|
#
|
2459
|
+
# * `10.1.31` (supported in all AWS Regions)
|
2458
2460
|
#
|
2459
2461
|
# * `10.1.26` (supported in all AWS Regions)
|
2460
2462
|
#
|
@@ -2466,6 +2468,8 @@ module Aws::RDS
|
|
2466
2468
|
#
|
2467
2469
|
#
|
2468
2470
|
#
|
2471
|
+
# * `10.0.34` (supported in all AWS Regions)
|
2472
|
+
#
|
2469
2473
|
# * `10.0.32` (supported in all AWS Regions)
|
2470
2474
|
#
|
2471
2475
|
# * `10.0.31` (supported in all AWS Regions)
|
@@ -2526,6 +2530,8 @@ module Aws::RDS
|
|
2526
2530
|
#
|
2527
2531
|
# **MySQL**
|
2528
2532
|
#
|
2533
|
+
# * `5.7.21` (supported in all AWS regions)
|
2534
|
+
#
|
2529
2535
|
# * `5.7.19` (supported in all AWS regions)
|
2530
2536
|
#
|
2531
2537
|
# * `5.7.17` (supported in all AWS regions)
|
@@ -2534,6 +2540,8 @@ module Aws::RDS
|
|
2534
2540
|
#
|
2535
2541
|
#
|
2536
2542
|
#
|
2543
|
+
# * `5.6.39` (supported in all AWS Regions)
|
2544
|
+
#
|
2537
2545
|
# * `5.6.37` (supported in all AWS Regions)
|
2538
2546
|
#
|
2539
2547
|
# * `5.6.35` (supported in all AWS Regions)
|
@@ -2547,6 +2555,8 @@ module Aws::RDS
|
|
2547
2555
|
#
|
2548
2556
|
#
|
2549
2557
|
#
|
2558
|
+
# * `5.5.59` (supported in all AWS Regions)
|
2559
|
+
#
|
2550
2560
|
# * `5.5.57` (supported in all AWS Regions)
|
2551
2561
|
#
|
2552
2562
|
# * `5.5.54` (supported in all AWS Regions)
|
@@ -13471,7 +13481,7 @@ module Aws::RDS
|
|
13471
13481
|
params: params,
|
13472
13482
|
config: config)
|
13473
13483
|
context[:gem_name] = 'aws-sdk-rds'
|
13474
|
-
context[:gem_version] = '1.
|
13484
|
+
context[:gem_version] = '1.15.0'
|
13475
13485
|
Seahorse::Client::Request.new(handlers, context)
|
13476
13486
|
end
|
13477
13487
|
|
@@ -1087,11 +1087,13 @@ module Aws::RDS
|
|
1087
1087
|
#
|
1088
1088
|
# **MariaDB**
|
1089
1089
|
#
|
1090
|
+
# * `10.2.12` (supported in all AWS Regions)
|
1091
|
+
#
|
1090
1092
|
# * `10.2.11` (supported in all AWS Regions)
|
1091
1093
|
#
|
1092
|
-
# ^
|
1093
1094
|
#
|
1094
1095
|
#
|
1096
|
+
# * `10.1.31` (supported in all AWS Regions)
|
1095
1097
|
#
|
1096
1098
|
# * `10.1.26` (supported in all AWS Regions)
|
1097
1099
|
#
|
@@ -1103,6 +1105,8 @@ module Aws::RDS
|
|
1103
1105
|
#
|
1104
1106
|
#
|
1105
1107
|
#
|
1108
|
+
# * `10.0.34` (supported in all AWS Regions)
|
1109
|
+
#
|
1106
1110
|
# * `10.0.32` (supported in all AWS Regions)
|
1107
1111
|
#
|
1108
1112
|
# * `10.0.31` (supported in all AWS Regions)
|
@@ -1163,6 +1167,8 @@ module Aws::RDS
|
|
1163
1167
|
#
|
1164
1168
|
# **MySQL**
|
1165
1169
|
#
|
1170
|
+
# * `5.7.21` (supported in all AWS regions)
|
1171
|
+
#
|
1166
1172
|
# * `5.7.19` (supported in all AWS regions)
|
1167
1173
|
#
|
1168
1174
|
# * `5.7.17` (supported in all AWS regions)
|
@@ -1171,6 +1177,8 @@ module Aws::RDS
|
|
1171
1177
|
#
|
1172
1178
|
#
|
1173
1179
|
#
|
1180
|
+
# * `5.6.39` (supported in all AWS Regions)
|
1181
|
+
#
|
1174
1182
|
# * `5.6.37` (supported in all AWS Regions)
|
1175
1183
|
#
|
1176
1184
|
# * `5.6.35` (supported in all AWS Regions)
|
@@ -1184,6 +1192,8 @@ module Aws::RDS
|
|
1184
1192
|
#
|
1185
1193
|
#
|
1186
1194
|
#
|
1195
|
+
# * `5.5.59` (supported in all AWS Regions)
|
1196
|
+
#
|
1187
1197
|
# * `5.5.57` (supported in all AWS Regions)
|
1188
1198
|
#
|
1189
1199
|
# * `5.5.54` (supported in all AWS Regions)
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -893,11 +893,13 @@ module Aws::RDS
|
|
893
893
|
#
|
894
894
|
# **MariaDB**
|
895
895
|
#
|
896
|
+
# * `10.2.12` (supported in all AWS Regions)
|
897
|
+
#
|
896
898
|
# * `10.2.11` (supported in all AWS Regions)
|
897
899
|
#
|
898
|
-
# ^
|
899
900
|
#
|
900
901
|
#
|
902
|
+
# * `10.1.31` (supported in all AWS Regions)
|
901
903
|
#
|
902
904
|
# * `10.1.26` (supported in all AWS Regions)
|
903
905
|
#
|
@@ -909,6 +911,8 @@ module Aws::RDS
|
|
909
911
|
#
|
910
912
|
#
|
911
913
|
#
|
914
|
+
# * `10.0.34` (supported in all AWS Regions)
|
915
|
+
#
|
912
916
|
# * `10.0.32` (supported in all AWS Regions)
|
913
917
|
#
|
914
918
|
# * `10.0.31` (supported in all AWS Regions)
|
@@ -969,6 +973,8 @@ module Aws::RDS
|
|
969
973
|
#
|
970
974
|
# **MySQL**
|
971
975
|
#
|
976
|
+
# * `5.7.21` (supported in all AWS regions)
|
977
|
+
#
|
972
978
|
# * `5.7.19` (supported in all AWS regions)
|
973
979
|
#
|
974
980
|
# * `5.7.17` (supported in all AWS regions)
|
@@ -977,6 +983,8 @@ module Aws::RDS
|
|
977
983
|
#
|
978
984
|
#
|
979
985
|
#
|
986
|
+
# * `5.6.39` (supported in all AWS Regions)
|
987
|
+
#
|
980
988
|
# * `5.6.37` (supported in all AWS Regions)
|
981
989
|
#
|
982
990
|
# * `5.6.35` (supported in all AWS Regions)
|
@@ -990,6 +998,8 @@ module Aws::RDS
|
|
990
998
|
#
|
991
999
|
#
|
992
1000
|
#
|
1001
|
+
# * `5.5.59` (supported in all AWS Regions)
|
1002
|
+
#
|
993
1003
|
# * `5.5.57` (supported in all AWS Regions)
|
994
1004
|
#
|
995
1005
|
# * `5.5.54` (supported in all AWS Regions)
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2146,11 +2146,13 @@ module Aws::RDS
|
|
2146
2146
|
#
|
2147
2147
|
# **MariaDB**
|
2148
2148
|
#
|
2149
|
+
# * `10.2.12` (supported in all AWS Regions)
|
2150
|
+
#
|
2149
2151
|
# * `10.2.11` (supported in all AWS Regions)
|
2150
2152
|
#
|
2151
|
-
# ^
|
2152
2153
|
#
|
2153
2154
|
#
|
2155
|
+
# * `10.1.31` (supported in all AWS Regions)
|
2154
2156
|
#
|
2155
2157
|
# * `10.1.26` (supported in all AWS Regions)
|
2156
2158
|
#
|
@@ -2162,6 +2164,8 @@ module Aws::RDS
|
|
2162
2164
|
#
|
2163
2165
|
#
|
2164
2166
|
#
|
2167
|
+
# * `10.0.34` (supported in all AWS Regions)
|
2168
|
+
#
|
2165
2169
|
# * `10.0.32` (supported in all AWS Regions)
|
2166
2170
|
#
|
2167
2171
|
# * `10.0.31` (supported in all AWS Regions)
|
@@ -2229,6 +2233,8 @@ module Aws::RDS
|
|
2229
2233
|
#
|
2230
2234
|
# **MySQL**
|
2231
2235
|
#
|
2236
|
+
# * `5.7.21` (supported in all AWS regions)
|
2237
|
+
#
|
2232
2238
|
# * `5.7.19` (supported in all AWS regions)
|
2233
2239
|
#
|
2234
2240
|
# * `5.7.17` (supported in all AWS regions)
|
@@ -2237,6 +2243,8 @@ module Aws::RDS
|
|
2237
2243
|
#
|
2238
2244
|
#
|
2239
2245
|
#
|
2246
|
+
# * `5.6.39` (supported in all AWS Regions)
|
2247
|
+
#
|
2240
2248
|
# * `5.6.37` (supported in all AWS Regions)
|
2241
2249
|
#
|
2242
2250
|
# * `5.6.35` (supported in all AWS Regions)
|
@@ -2250,6 +2258,8 @@ module Aws::RDS
|
|
2250
2258
|
#
|
2251
2259
|
#
|
2252
2260
|
#
|
2261
|
+
# * `5.5.59` (supported in all AWS Regions)
|
2262
|
+
#
|
2253
2263
|
# * `5.5.57` (supported in all AWS Regions)
|
2254
2264
|
#
|
2255
2265
|
# * `5.5.54` (supported in all AWS Regions)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.15.0
|
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: 2018-03-
|
11
|
+
date: 2018-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|