aws-sdk-core 2.2.3 → 2.2.4

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: 13d8a9b5ab8a744567c56ad85323777cf73ff34a
4
- data.tar.gz: 993123788a15cbf97ce16a0b6193f6ebb9d9906f
3
+ metadata.gz: 7cbb4ee8a3db78f8faf5e16c21d78192ffc06c12
4
+ data.tar.gz: 66bdb3fc33199f7fc6a3f73e3d67d5d2b9a49302
5
5
  SHA512:
6
- metadata.gz: 7fb4903ef78e0807c936b138150ade5cd531b8e19b315fac25eaa965602f932da9764d220399fa7b4c7045c6b9b7c66cb86f651767c900a299c9f5c0353947c9
7
- data.tar.gz: feb86ee05cf98f9430c3dd708fc7e73bce9f015b4fb429d0c4013cb4fffbedab46e4308d7c4a373efdb2b2806f5ad42ea451ecaf5845415244770bb1e38a3637
6
+ metadata.gz: 06c6e58bde637417b61b2438be4e4c2cacc03bc16d159087a69ce1e7e52265af585e30a9e06dfac8f66bf928c929a19bade3866f6afa0cb341fdf237580f0e5a
7
+ data.tar.gz: ad533f8b8ccff296eecafc8d01fc037108c74a2a7f5528236c01aa446324db73447a9fefa92f09c8785beda3742ac9eafc8b6f7188c6c7404c1e8ecb8d0684a0
@@ -4,11 +4,11 @@
4
4
  "apiVersion":"2014-11-12",
5
5
  "endpointPrefix":"config",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceAbbreviation":"Config Service",
8
9
  "serviceFullName":"AWS Config",
9
10
  "signatureVersion":"v4",
10
- "targetPrefix":"StarlingDoveService",
11
- "protocol":"json"
11
+ "targetPrefix":"StarlingDoveService"
12
12
  },
13
13
  "operations":{
14
14
  "DeleteConfigRule":{
@@ -19,10 +19,7 @@
19
19
  },
20
20
  "input":{"shape":"DeleteConfigRuleRequest"},
21
21
  "errors":[
22
- {
23
- "shape":"NoSuchConfigRuleException",
24
- "exception":true
25
- }
22
+ {"shape":"NoSuchConfigRuleException"}
26
23
  ]
27
24
  },
28
25
  "DeleteDeliveryChannel":{
@@ -33,14 +30,8 @@
33
30
  },
34
31
  "input":{"shape":"DeleteDeliveryChannelRequest"},
35
32
  "errors":[
36
- {
37
- "shape":"NoSuchDeliveryChannelException",
38
- "exception":true
39
- },
40
- {
41
- "shape":"LastDeliveryChannelDeleteFailedException",
42
- "exception":true
43
- }
33
+ {"shape":"NoSuchDeliveryChannelException"},
34
+ {"shape":"LastDeliveryChannelDeleteFailedException"}
44
35
  ]
45
36
  },
46
37
  "DeliverConfigSnapshot":{
@@ -52,18 +43,9 @@
52
43
  "input":{"shape":"DeliverConfigSnapshotRequest"},
53
44
  "output":{"shape":"DeliverConfigSnapshotResponse"},
54
45
  "errors":[
55
- {
56
- "shape":"NoSuchDeliveryChannelException",
57
- "exception":true
58
- },
59
- {
60
- "shape":"NoAvailableConfigurationRecorderException",
61
- "exception":true
62
- },
63
- {
64
- "shape":"NoRunningConfigurationRecorderException",
65
- "exception":true
66
- }
46
+ {"shape":"NoSuchDeliveryChannelException"},
47
+ {"shape":"NoAvailableConfigurationRecorderException"},
48
+ {"shape":"NoRunningConfigurationRecorderException"}
67
49
  ]
68
50
  },
69
51
  "DescribeComplianceByConfigRule":{
@@ -75,14 +57,8 @@
75
57
  "input":{"shape":"DescribeComplianceByConfigRuleRequest"},
76
58
  "output":{"shape":"DescribeComplianceByConfigRuleResponse"},
77
59
  "errors":[
78
- {
79
- "shape":"InvalidParameterValueException",
80
- "exception":true
81
- },
82
- {
83
- "shape":"NoSuchConfigRuleException",
84
- "exception":true
85
- }
60
+ {"shape":"InvalidParameterValueException"},
61
+ {"shape":"NoSuchConfigRuleException"}
86
62
  ]
87
63
  },
88
64
  "DescribeComplianceByResource":{
@@ -94,14 +70,8 @@
94
70
  "input":{"shape":"DescribeComplianceByResourceRequest"},
95
71
  "output":{"shape":"DescribeComplianceByResourceResponse"},
96
72
  "errors":[
97
- {
98
- "shape":"InvalidParameterValueException",
99
- "exception":true
100
- },
101
- {
102
- "shape":"InvalidNextTokenException",
103
- "exception":true
104
- }
73
+ {"shape":"InvalidParameterValueException"},
74
+ {"shape":"InvalidNextTokenException"}
105
75
  ]
106
76
  },
107
77
  "DescribeConfigRuleEvaluationStatus":{
@@ -113,10 +83,7 @@
113
83
  "input":{"shape":"DescribeConfigRuleEvaluationStatusRequest"},
114
84
  "output":{"shape":"DescribeConfigRuleEvaluationStatusResponse"},
115
85
  "errors":[
116
- {
117
- "shape":"NoSuchConfigRuleException",
118
- "exception":true
119
- }
86
+ {"shape":"NoSuchConfigRuleException"}
120
87
  ]
121
88
  },
122
89
  "DescribeConfigRules":{
@@ -128,10 +95,7 @@
128
95
  "input":{"shape":"DescribeConfigRulesRequest"},
129
96
  "output":{"shape":"DescribeConfigRulesResponse"},
130
97
  "errors":[
131
- {
132
- "shape":"NoSuchConfigRuleException",
133
- "exception":true
134
- }
98
+ {"shape":"NoSuchConfigRuleException"}
135
99
  ]
136
100
  },
137
101
  "DescribeConfigurationRecorderStatus":{
@@ -143,10 +107,7 @@
143
107
  "input":{"shape":"DescribeConfigurationRecorderStatusRequest"},
144
108
  "output":{"shape":"DescribeConfigurationRecorderStatusResponse"},
145
109
  "errors":[
146
- {
147
- "shape":"NoSuchConfigurationRecorderException",
148
- "exception":true
149
- }
110
+ {"shape":"NoSuchConfigurationRecorderException"}
150
111
  ]
151
112
  },
152
113
  "DescribeConfigurationRecorders":{
@@ -158,10 +119,7 @@
158
119
  "input":{"shape":"DescribeConfigurationRecordersRequest"},
159
120
  "output":{"shape":"DescribeConfigurationRecordersResponse"},
160
121
  "errors":[
161
- {
162
- "shape":"NoSuchConfigurationRecorderException",
163
- "exception":true
164
- }
122
+ {"shape":"NoSuchConfigurationRecorderException"}
165
123
  ]
166
124
  },
167
125
  "DescribeDeliveryChannelStatus":{
@@ -173,10 +131,7 @@
173
131
  "input":{"shape":"DescribeDeliveryChannelStatusRequest"},
174
132
  "output":{"shape":"DescribeDeliveryChannelStatusResponse"},
175
133
  "errors":[
176
- {
177
- "shape":"NoSuchDeliveryChannelException",
178
- "exception":true
179
- }
134
+ {"shape":"NoSuchDeliveryChannelException"}
180
135
  ]
181
136
  },
182
137
  "DescribeDeliveryChannels":{
@@ -188,10 +143,7 @@
188
143
  "input":{"shape":"DescribeDeliveryChannelsRequest"},
189
144
  "output":{"shape":"DescribeDeliveryChannelsResponse"},
190
145
  "errors":[
191
- {
192
- "shape":"NoSuchDeliveryChannelException",
193
- "exception":true
194
- }
146
+ {"shape":"NoSuchDeliveryChannelException"}
195
147
  ]
196
148
  },
197
149
  "GetComplianceDetailsByConfigRule":{
@@ -203,18 +155,9 @@
203
155
  "input":{"shape":"GetComplianceDetailsByConfigRuleRequest"},
204
156
  "output":{"shape":"GetComplianceDetailsByConfigRuleResponse"},
205
157
  "errors":[
206
- {
207
- "shape":"InvalidParameterValueException",
208
- "exception":true
209
- },
210
- {
211
- "shape":"InvalidNextTokenException",
212
- "exception":true
213
- },
214
- {
215
- "shape":"NoSuchConfigRuleException",
216
- "exception":true
217
- }
158
+ {"shape":"InvalidParameterValueException"},
159
+ {"shape":"InvalidNextTokenException"},
160
+ {"shape":"NoSuchConfigRuleException"}
218
161
  ]
219
162
  },
220
163
  "GetComplianceDetailsByResource":{
@@ -226,10 +169,7 @@
226
169
  "input":{"shape":"GetComplianceDetailsByResourceRequest"},
227
170
  "output":{"shape":"GetComplianceDetailsByResourceResponse"},
228
171
  "errors":[
229
- {
230
- "shape":"InvalidParameterValueException",
231
- "exception":true
232
- }
172
+ {"shape":"InvalidParameterValueException"}
233
173
  ]
234
174
  },
235
175
  "GetComplianceSummaryByConfigRule":{
@@ -249,10 +189,7 @@
249
189
  "input":{"shape":"GetComplianceSummaryByResourceTypeRequest"},
250
190
  "output":{"shape":"GetComplianceSummaryByResourceTypeResponse"},
251
191
  "errors":[
252
- {
253
- "shape":"InvalidParameterValueException",
254
- "exception":true
255
- }
192
+ {"shape":"InvalidParameterValueException"}
256
193
  ]
257
194
  },
258
195
  "GetResourceConfigHistory":{
@@ -264,30 +201,12 @@
264
201
  "input":{"shape":"GetResourceConfigHistoryRequest"},
265
202
  "output":{"shape":"GetResourceConfigHistoryResponse"},
266
203
  "errors":[
267
- {
268
- "shape":"ValidationException",
269
- "exception":true
270
- },
271
- {
272
- "shape":"InvalidTimeRangeException",
273
- "exception":true
274
- },
275
- {
276
- "shape":"InvalidLimitException",
277
- "exception":true
278
- },
279
- {
280
- "shape":"InvalidNextTokenException",
281
- "exception":true
282
- },
283
- {
284
- "shape":"NoAvailableConfigurationRecorderException",
285
- "exception":true
286
- },
287
- {
288
- "shape":"ResourceNotDiscoveredException",
289
- "exception":true
290
- }
204
+ {"shape":"ValidationException"},
205
+ {"shape":"InvalidTimeRangeException"},
206
+ {"shape":"InvalidLimitException"},
207
+ {"shape":"InvalidNextTokenException"},
208
+ {"shape":"NoAvailableConfigurationRecorderException"},
209
+ {"shape":"ResourceNotDiscoveredException"}
291
210
  ]
292
211
  },
293
212
  "ListDiscoveredResources":{
@@ -299,22 +218,10 @@
299
218
  "input":{"shape":"ListDiscoveredResourcesRequest"},
300
219
  "output":{"shape":"ListDiscoveredResourcesResponse"},
301
220
  "errors":[
302
- {
303
- "shape":"ValidationException",
304
- "exception":true
305
- },
306
- {
307
- "shape":"InvalidLimitException",
308
- "exception":true
309
- },
310
- {
311
- "shape":"InvalidNextTokenException",
312
- "exception":true
313
- },
314
- {
315
- "shape":"NoAvailableConfigurationRecorderException",
316
- "exception":true
317
- }
221
+ {"shape":"ValidationException"},
222
+ {"shape":"InvalidLimitException"},
223
+ {"shape":"InvalidNextTokenException"},
224
+ {"shape":"NoAvailableConfigurationRecorderException"}
318
225
  ]
319
226
  },
320
227
  "PutConfigRule":{
@@ -325,18 +232,9 @@
325
232
  },
326
233
  "input":{"shape":"PutConfigRuleRequest"},
327
234
  "errors":[
328
- {
329
- "shape":"InvalidParameterValueException",
330
- "exception":true
331
- },
332
- {
333
- "shape":"MaxNumberOfConfigRulesExceededException",
334
- "exception":true
335
- },
336
- {
337
- "shape":"ResourceInUseException",
338
- "exception":true
339
- }
235
+ {"shape":"InvalidParameterValueException"},
236
+ {"shape":"MaxNumberOfConfigRulesExceededException"},
237
+ {"shape":"ResourceInUseException"}
340
238
  ]
341
239
  },
342
240
  "PutConfigurationRecorder":{
@@ -347,22 +245,10 @@
347
245
  },
348
246
  "input":{"shape":"PutConfigurationRecorderRequest"},
349
247
  "errors":[
350
- {
351
- "shape":"MaxNumberOfConfigurationRecordersExceededException",
352
- "exception":true
353
- },
354
- {
355
- "shape":"InvalidConfigurationRecorderNameException",
356
- "exception":true
357
- },
358
- {
359
- "shape":"InvalidRoleException",
360
- "exception":true
361
- },
362
- {
363
- "shape":"InvalidRecordingGroupException",
364
- "exception":true
365
- }
248
+ {"shape":"MaxNumberOfConfigurationRecordersExceededException"},
249
+ {"shape":"InvalidConfigurationRecorderNameException"},
250
+ {"shape":"InvalidRoleException"},
251
+ {"shape":"InvalidRecordingGroupException"}
366
252
  ]
367
253
  },
368
254
  "PutDeliveryChannel":{
@@ -373,34 +259,13 @@
373
259
  },
374
260
  "input":{"shape":"PutDeliveryChannelRequest"},
375
261
  "errors":[
376
- {
377
- "shape":"MaxNumberOfDeliveryChannelsExceededException",
378
- "exception":true
379
- },
380
- {
381
- "shape":"NoAvailableConfigurationRecorderException",
382
- "exception":true
383
- },
384
- {
385
- "shape":"InvalidDeliveryChannelNameException",
386
- "exception":true
387
- },
388
- {
389
- "shape":"NoSuchBucketException",
390
- "exception":true
391
- },
392
- {
393
- "shape":"InvalidS3KeyPrefixException",
394
- "exception":true
395
- },
396
- {
397
- "shape":"InvalidSNSTopicARNException",
398
- "exception":true
399
- },
400
- {
401
- "shape":"InsufficientDeliveryPolicyException",
402
- "exception":true
403
- }
262
+ {"shape":"MaxNumberOfDeliveryChannelsExceededException"},
263
+ {"shape":"NoAvailableConfigurationRecorderException"},
264
+ {"shape":"InvalidDeliveryChannelNameException"},
265
+ {"shape":"NoSuchBucketException"},
266
+ {"shape":"InvalidS3KeyPrefixException"},
267
+ {"shape":"InvalidSNSTopicARNException"},
268
+ {"shape":"InsufficientDeliveryPolicyException"}
404
269
  ]
405
270
  },
406
271
  "PutEvaluations":{
@@ -412,18 +277,9 @@
412
277
  "input":{"shape":"PutEvaluationsRequest"},
413
278
  "output":{"shape":"PutEvaluationsResponse"},
414
279
  "errors":[
415
- {
416
- "shape":"InvalidParameterValueException",
417
- "exception":true
418
- },
419
- {
420
- "shape":"InvalidResultTokenException",
421
- "exception":true
422
- },
423
- {
424
- "shape":"NoSuchConfigRuleException",
425
- "exception":true
426
- }
280
+ {"shape":"InvalidParameterValueException"},
281
+ {"shape":"InvalidResultTokenException"},
282
+ {"shape":"NoSuchConfigRuleException"}
427
283
  ]
428
284
  },
429
285
  "StartConfigurationRecorder":{
@@ -434,14 +290,8 @@
434
290
  },
435
291
  "input":{"shape":"StartConfigurationRecorderRequest"},
436
292
  "errors":[
437
- {
438
- "shape":"NoSuchConfigurationRecorderException",
439
- "exception":true
440
- },
441
- {
442
- "shape":"NoAvailableDeliveryChannelException",
443
- "exception":true
444
- }
293
+ {"shape":"NoSuchConfigurationRecorderException"},
294
+ {"shape":"NoAvailableDeliveryChannelException"}
445
295
  ]
446
296
  },
447
297
  "StopConfigurationRecorder":{
@@ -452,10 +302,7 @@
452
302
  },
453
303
  "input":{"shape":"StopConfigurationRecorderRequest"},
454
304
  "errors":[
455
- {
456
- "shape":"NoSuchConfigurationRecorderException",
457
- "exception":true
458
- }
305
+ {"shape":"NoSuchConfigurationRecorderException"}
459
306
  ]
460
307
  }
461
308
  },
@@ -468,8 +315,8 @@
468
315
  "Boolean":{"type":"boolean"},
469
316
  "ChannelName":{
470
317
  "type":"string",
471
- "min":1,
472
- "max":256
318
+ "max":256,
319
+ "min":1
473
320
  },
474
321
  "ChronologicalOrder":{
475
322
  "type":"string",
@@ -518,8 +365,8 @@
518
365
  "ComplianceResourceTypes":{
519
366
  "type":"list",
520
367
  "member":{"shape":"StringWithCharLimit256"},
521
- "min":0,
522
- "max":100
368
+ "max":100,
369
+ "min":0
523
370
  },
524
371
  "ComplianceSummariesByResourceType":{
525
372
  "type":"list",
@@ -552,8 +399,8 @@
552
399
  "ComplianceTypes":{
553
400
  "type":"list",
554
401
  "member":{"shape":"ComplianceType"},
555
- "min":0,
556
- "max":3
402
+ "max":3,
403
+ "min":0
557
404
  },
558
405
  "ConfigExportDeliveryInfo":{
559
406
  "type":"structure",
@@ -601,8 +448,8 @@
601
448
  "ConfigRuleNames":{
602
449
  "type":"list",
603
450
  "member":{"shape":"StringWithCharLimit64"},
604
- "min":0,
605
- "max":25
451
+ "max":25,
452
+ "min":0
606
453
  },
607
454
  "ConfigRuleState":{
608
455
  "type":"string",
@@ -878,8 +725,8 @@
878
725
  "EarlierTime":{"type":"timestamp"},
879
726
  "EmptiableStringWithCharLimit256":{
880
727
  "type":"string",
881
- "min":0,
882
- "max":256
728
+ "max":256,
729
+ "min":0
883
730
  },
884
731
  "Evaluation":{
885
732
  "type":"structure",
@@ -930,8 +777,8 @@
930
777
  "Evaluations":{
931
778
  "type":"list",
932
779
  "member":{"shape":"Evaluation"},
933
- "min":0,
934
- "max":100
780
+ "max":100,
781
+ "min":0
935
782
  },
936
783
  "EventSource":{
937
784
  "type":"string",
@@ -1097,8 +944,8 @@
1097
944
  "LaterTime":{"type":"timestamp"},
1098
945
  "Limit":{
1099
946
  "type":"integer",
1100
- "min":0,
1101
- "max":100
947
+ "max":100,
948
+ "min":0
1102
949
  },
1103
950
  "ListDiscoveredResourcesRequest":{
1104
951
  "type":"structure",
@@ -1243,8 +1090,8 @@
1243
1090
  },
1244
1091
  "RecorderName":{
1245
1092
  "type":"string",
1246
- "min":1,
1247
- "max":256
1093
+ "max":256,
1094
+ "min":1
1248
1095
  },
1249
1096
  "RecorderStatus":{
1250
1097
  "type":"string",
@@ -1318,6 +1165,7 @@
1318
1165
  "enum":[
1319
1166
  "AWS::EC2::CustomerGateway",
1320
1167
  "AWS::EC2::EIP",
1168
+ "AWS::EC2::Host",
1321
1169
  "AWS::EC2::Instance",
1322
1170
  "AWS::EC2::InternetGateway",
1323
1171
  "AWS::EC2::NetworkAcl",
@@ -1339,8 +1187,8 @@
1339
1187
  "ResourceTypes":{
1340
1188
  "type":"list",
1341
1189
  "member":{"shape":"StringWithCharLimit256"},
1342
- "min":0,
1343
- "max":100
1190
+ "max":100,
1191
+ "min":0
1344
1192
  },
1345
1193
  "Scope":{
1346
1194
  "type":"structure",
@@ -1369,8 +1217,8 @@
1369
1217
  "SourceDetails":{
1370
1218
  "type":"list",
1371
1219
  "member":{"shape":"SourceDetail"},
1372
- "min":0,
1373
- "max":25
1220
+ "max":25,
1221
+ "min":0
1374
1222
  },
1375
1223
  "StartConfigurationRecorderRequest":{
1376
1224
  "type":"structure",
@@ -1389,18 +1237,18 @@
1389
1237
  "String":{"type":"string"},
1390
1238
  "StringWithCharLimit128":{
1391
1239
  "type":"string",
1392
- "min":1,
1393
- "max":128
1240
+ "max":128,
1241
+ "min":1
1394
1242
  },
1395
1243
  "StringWithCharLimit256":{
1396
1244
  "type":"string",
1397
- "min":1,
1398
- "max":256
1245
+ "max":256,
1246
+ "min":1
1399
1247
  },
1400
1248
  "StringWithCharLimit64":{
1401
1249
  "type":"string",
1402
- "min":1,
1403
- "max":64
1250
+ "max":64,
1251
+ "min":1
1404
1252
  },
1405
1253
  "Tags":{
1406
1254
  "type":"map",