aws-sdk-core 2.11.363 → 2.11.364

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: 62a7500752cbb56059895ab4d6c052b62dacafb5
4
- data.tar.gz: f252e4e46979381dfa1f51163924b0ada1e105a5
3
+ metadata.gz: f3b1f94061f5e056c73c3ca995da30a466aba288
4
+ data.tar.gz: a047f27094be261be86a73b3b0c8d3f220c4bc37
5
5
  SHA512:
6
- metadata.gz: d15676b4b08e55eeec4cd6603764a090b4bcd1cd9349664ef5e27ae8dd9b0c4e04ecef12a1567a5bad2610c4e80cd9b4292355bc81f1c8c7141fb3d7f5e55799
7
- data.tar.gz: 650d6d8756f66b058ffe3e3635eb8d676abd8d460fe96273dbcd3b8e1e1d58119833cad4e1c1520483b263fba761f8e0f0e7f0629a557e771d8777c5011faaa3
6
+ metadata.gz: 05d70c5dde3f2f93216e377d7a386d9daab0626041d27f0cd42a392294b7dfcd2806e374004098781a96465c8a46a2d03e16e881d0117db880508d27f8754780
7
+ data.tar.gz: 32db96267a57f9c8b4d86299039ea5f34a4b293628d116b32f5630d18b8c0efbce1d83e671d1782fe1c5cce49847c855bb5b9d4ef849bd6e624854b5d94d7248
@@ -1314,8 +1314,12 @@
1314
1314
  "locationName" : "pendingEngineVersion"
1315
1315
  },
1316
1316
  "PendingSecurityGroups" : {
1317
- "shape" : "__listOf__string",
1318
- "locationName" : "pendingSecurityGroups"
1317
+ "shape": "__listOf__string",
1318
+ "locationName": "pendingSecurityGroups"
1319
+ },
1320
+ "PendingHostInstanceType" : {
1321
+ "shape" : "__string",
1322
+ "locationName" : "pendingHostInstanceType"
1319
1323
  },
1320
1324
  "PubliclyAccessible" : {
1321
1325
  "shape" : "__boolean",
@@ -1420,6 +1424,10 @@
1420
1424
  "PendingSecurityGroups" : {
1421
1425
  "shape" : "__listOf__string",
1422
1426
  "locationName" : "pendingSecurityGroups"
1427
+ },
1428
+ "PendingHostInstanceType" : {
1429
+ "shape" : "__string",
1430
+ "locationName" : "pendingHostInstanceType"
1423
1431
  },
1424
1432
  "PubliclyAccessible" : {
1425
1433
  "shape" : "__boolean",
@@ -2079,6 +2087,10 @@
2079
2087
  "shape" : "__string",
2080
2088
  "locationName" : "engineVersion"
2081
2089
  },
2090
+ "HostInstanceType" : {
2091
+ "shape" : "__string",
2092
+ "locationName" : "hostInstanceType"
2093
+ },
2082
2094
  "Logs" : {
2083
2095
  "shape" : "Logs",
2084
2096
  "locationName" : "logs"
@@ -2108,6 +2120,10 @@
2108
2120
  "shape" : "__string",
2109
2121
  "locationName" : "engineVersion"
2110
2122
  },
2123
+ "HostInstanceType" : {
2124
+ "shape" : "__string",
2125
+ "locationName" : "hostInstanceType"
2126
+ },
2111
2127
  "Logs" : {
2112
2128
  "shape" : "Logs",
2113
2129
  "locationName" : "logs"
@@ -2138,6 +2154,10 @@
2138
2154
  "shape" : "__string",
2139
2155
  "locationName" : "engineVersion"
2140
2156
  },
2157
+ "HostInstanceType" : {
2158
+ "shape" : "__string",
2159
+ "locationName" : "hostInstanceType"
2160
+ },
2141
2161
  "Logs" : {
2142
2162
  "shape" : "Logs",
2143
2163
  "locationName" : "logs"
@@ -2168,6 +2188,10 @@
2168
2188
  "shape" : "__string",
2169
2189
  "locationName" : "engineVersion"
2170
2190
  },
2191
+ "HostInstanceType" : {
2192
+ "shape" : "__string",
2193
+ "locationName" : "hostInstanceType"
2194
+ },
2171
2195
  "Logs" : {
2172
2196
  "shape" : "Logs",
2173
2197
  "locationName" : "logs"
@@ -238,7 +238,8 @@
238
238
  {"shape":"DBInstanceNotFoundFault"},
239
239
  {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
240
240
  {"shape":"GlobalClusterNotFoundFault"},
241
- {"shape":"InvalidGlobalClusterStateFault"}
241
+ {"shape":"InvalidGlobalClusterStateFault"},
242
+ {"shape":"DomainNotFoundFault"}
242
243
  ]
243
244
  },
244
245
  "CreateDBClusterEndpoint":{
@@ -358,7 +359,8 @@
358
359
  {"shape":"DBSubnetGroupNotAllowedFault"},
359
360
  {"shape":"InvalidDBSubnetGroupFault"},
360
361
  {"shape":"StorageTypeNotSupportedFault"},
361
- {"shape":"KMSKeyNotAccessibleFault"}
362
+ {"shape":"KMSKeyNotAccessibleFault"},
363
+ {"shape":"DomainNotFoundFault"}
362
364
  ]
363
365
  },
364
366
  "CreateDBParameterGroup":{
@@ -1242,7 +1244,8 @@
1242
1244
  {"shape":"DBClusterParameterGroupNotFoundFault"},
1243
1245
  {"shape":"InvalidDBSecurityGroupStateFault"},
1244
1246
  {"shape":"InvalidDBInstanceStateFault"},
1245
- {"shape":"DBClusterAlreadyExistsFault"}
1247
+ {"shape":"DBClusterAlreadyExistsFault"},
1248
+ {"shape":"DomainNotFoundFault"}
1246
1249
  ]
1247
1250
  },
1248
1251
  "ModifyDBClusterEndpoint":{
@@ -1640,6 +1643,7 @@
1640
1643
  {"shape":"DBClusterParameterGroupNotFoundFault"},
1641
1644
  {"shape":"KMSKeyNotAccessibleFault"},
1642
1645
  {"shape":"DBClusterNotFoundFault"},
1646
+ {"shape":"DomainNotFoundFault"},
1643
1647
  {"shape":"InsufficientStorageClusterCapacityFault"}
1644
1648
  ]
1645
1649
  },
@@ -1672,6 +1676,7 @@
1672
1676
  {"shape":"InvalidSubnet"},
1673
1677
  {"shape":"OptionGroupNotFoundFault"},
1674
1678
  {"shape":"KMSKeyNotAccessibleFault"},
1679
+ {"shape":"DomainNotFoundFault"},
1675
1680
  {"shape":"DBClusterParameterGroupNotFoundFault"}
1676
1681
  ]
1677
1682
  },
@@ -1703,6 +1708,7 @@
1703
1708
  {"shape":"KMSKeyNotAccessibleFault"},
1704
1709
  {"shape":"OptionGroupNotFoundFault"},
1705
1710
  {"shape":"StorageQuotaExceededFault"},
1711
+ {"shape":"DomainNotFoundFault"},
1706
1712
  {"shape":"DBClusterParameterGroupNotFoundFault"}
1707
1713
  ]
1708
1714
  },
@@ -2523,7 +2529,9 @@
2523
2529
  "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
2524
2530
  "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
2525
2531
  "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
2526
- "DeletionProtection":{"shape":"BooleanOptional"}
2532
+ "DeletionProtection":{"shape":"BooleanOptional"},
2533
+ "Domain":{"shape":"String"},
2534
+ "DomainIAMRoleName":{"shape":"String"}
2527
2535
  }
2528
2536
  },
2529
2537
  "CreateDBInstanceReadReplicaResult":{
@@ -5406,7 +5414,8 @@
5406
5414
  "MaxIopsPerGib":{"shape":"DoubleOptional"},
5407
5415
  "AvailableProcessorFeatures":{"shape":"AvailableProcessorFeatureList"},
5408
5416
  "SupportedEngineModes":{"shape":"EngineModeList"},
5409
- "SupportsStorageAutoscaling":{"shape":"BooleanOptional"}
5417
+ "SupportsStorageAutoscaling":{"shape":"BooleanOptional"},
5418
+ "SupportsKerberosAuthentication":{"shape":"BooleanOptional"}
5410
5419
  },
5411
5420
  "wrapper":true
5412
5421
  },
@@ -50,10 +50,10 @@
50
50
  "maxAttempts": 60,
51
51
  "acceptors": [
52
52
  {
53
- "expected": "deleted",
54
- "matcher": "pathAll",
53
+ "expected": true,
54
+ "matcher": "path",
55
55
  "state": "success",
56
- "argument": "DBInstances[].DBInstanceStatus"
56
+ "argument": "length(DBInstances) == `0`"
57
57
  },
58
58
  {
59
59
  "expected": "DBInstanceNotFound",
@@ -135,10 +135,10 @@
135
135
  "maxAttempts": 60,
136
136
  "acceptors": [
137
137
  {
138
- "expected": "deleted",
139
- "matcher": "pathAll",
138
+ "expected": true,
139
+ "matcher": "path",
140
140
  "state": "success",
141
- "argument": "DBSnapshots[].Status"
141
+ "argument": "length(DBSnapshots) == `0`"
142
142
  },
143
143
  {
144
144
  "expected": "DBSnapshotNotFound",
@@ -170,6 +170,91 @@
170
170
  "argument": "DBSnapshots[].Status"
171
171
  }
172
172
  ]
173
+ },
174
+ "DBClusterSnapshotAvailable": {
175
+ "delay": 30,
176
+ "operation": "DescribeDBClusterSnapshots",
177
+ "maxAttempts": 60,
178
+ "acceptors": [
179
+ {
180
+ "expected": "available",
181
+ "matcher": "pathAll",
182
+ "state": "success",
183
+ "argument": "DBClusterSnapshots[].Status"
184
+ },
185
+ {
186
+ "expected": "deleted",
187
+ "matcher": "pathAny",
188
+ "state": "failure",
189
+ "argument": "DBClusterSnapshots[].Status"
190
+ },
191
+ {
192
+ "expected": "deleting",
193
+ "matcher": "pathAny",
194
+ "state": "failure",
195
+ "argument": "DBClusterSnapshots[].Status"
196
+ },
197
+ {
198
+ "expected": "failed",
199
+ "matcher": "pathAny",
200
+ "state": "failure",
201
+ "argument": "DBClusterSnapshots[].Status"
202
+ },
203
+ {
204
+ "expected": "incompatible-restore",
205
+ "matcher": "pathAny",
206
+ "state": "failure",
207
+ "argument": "DBClusterSnapshots[].Status"
208
+ },
209
+ {
210
+ "expected": "incompatible-parameters",
211
+ "matcher": "pathAny",
212
+ "state": "failure",
213
+ "argument": "DBClusterSnapshots[].Status"
214
+ }
215
+ ]
216
+ },
217
+ "DBClusterSnapshotDeleted": {
218
+ "delay": 30,
219
+ "operation": "DescribeDBClusterSnapshots",
220
+ "maxAttempts": 60,
221
+ "acceptors": [
222
+ {
223
+ "expected": true,
224
+ "matcher": "path",
225
+ "state": "success",
226
+ "argument": "length(DBClusterSnapshots) == `0`"
227
+ },
228
+ {
229
+ "expected": "DBClusterSnapshotNotFoundFault",
230
+ "matcher": "error",
231
+ "state": "success"
232
+ },
233
+ {
234
+ "expected": "creating",
235
+ "matcher": "pathAny",
236
+ "state": "failure",
237
+ "argument": "DBClusterSnapshots[].Status"
238
+ },
239
+ {
240
+ "expected": "modifying",
241
+ "matcher": "pathAny",
242
+ "state": "failure",
243
+ "argument": "DBClusterSnapshots[].Status"
244
+ },
245
+ {
246
+ "expected": "rebooting",
247
+ "matcher": "pathAny",
248
+ "state": "failure",
249
+ "argument": "DBClusterSnapshots[].Status"
250
+ },
251
+ {
252
+ "expected": "resetting-master-credentials",
253
+ "matcher": "pathAny",
254
+ "state": "failure",
255
+ "argument": "DBClusterSnapshots[].Status"
256
+ }
257
+ ]
173
258
  }
174
259
  }
175
260
  }
@@ -2885,7 +2885,7 @@
2885
2885
  "RateLimit":{
2886
2886
  "type":"long",
2887
2887
  "max":2000000000,
2888
- "min":2000
2888
+ "min":100
2889
2889
  },
2890
2890
  "RedactedFields":{
2891
2891
  "type":"list",
@@ -927,6 +927,15 @@
927
927
  "us-west-2" : { }
928
928
  }
929
929
  },
930
+ "connect" : {
931
+ "endpoints" : {
932
+ "ap-northeast-1" : { },
933
+ "ap-southeast-2" : { },
934
+ "eu-central-1" : { },
935
+ "us-east-1" : { },
936
+ "us-west-2" : { }
937
+ }
938
+ },
930
939
  "cur" : {
931
940
  "endpoints" : {
932
941
  "us-east-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.363'
2
+ VERSION = '2.11.364'
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.363
4
+ version: 2.11.364
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-09-27 00:00:00.000000000 Z
11
+ date: 2019-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath