aws-sdk-core 2.2.2 → 2.2.3
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 +4 -4
- data/apis/config/2014-11-12/api-2.json +233 -86
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -3
- data/apis/config/2014-11-12/examples-1.json +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13d8a9b5ab8a744567c56ad85323777cf73ff34a
|
|
4
|
+
data.tar.gz: 993123788a15cbf97ce16a0b6193f6ebb9d9906f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fb4903ef78e0807c936b138150ade5cd531b8e19b315fac25eaa965602f932da9764d220399fa7b4c7045c6b9b7c66cb86f651767c900a299c9f5c0353947c9
|
|
7
|
+
data.tar.gz: feb86ee05cf98f9430c3dd708fc7e73bce9f015b4fb429d0c4013cb4fffbedab46e4308d7c4a373efdb2b2806f5ad42ea451ecaf5845415244770bb1e38a3637
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"apiVersion":"2014-11-12",
|
|
5
5
|
"endpointPrefix":"config",
|
|
6
6
|
"jsonVersion":"1.1",
|
|
7
|
-
"protocol":"json",
|
|
8
7
|
"serviceAbbreviation":"Config Service",
|
|
9
8
|
"serviceFullName":"AWS Config",
|
|
10
9
|
"signatureVersion":"v4",
|
|
11
|
-
"targetPrefix":"StarlingDoveService"
|
|
10
|
+
"targetPrefix":"StarlingDoveService",
|
|
11
|
+
"protocol":"json"
|
|
12
12
|
},
|
|
13
13
|
"operations":{
|
|
14
14
|
"DeleteConfigRule":{
|
|
@@ -19,7 +19,10 @@
|
|
|
19
19
|
},
|
|
20
20
|
"input":{"shape":"DeleteConfigRuleRequest"},
|
|
21
21
|
"errors":[
|
|
22
|
-
{
|
|
22
|
+
{
|
|
23
|
+
"shape":"NoSuchConfigRuleException",
|
|
24
|
+
"exception":true
|
|
25
|
+
}
|
|
23
26
|
]
|
|
24
27
|
},
|
|
25
28
|
"DeleteDeliveryChannel":{
|
|
@@ -30,8 +33,14 @@
|
|
|
30
33
|
},
|
|
31
34
|
"input":{"shape":"DeleteDeliveryChannelRequest"},
|
|
32
35
|
"errors":[
|
|
33
|
-
{
|
|
34
|
-
|
|
36
|
+
{
|
|
37
|
+
"shape":"NoSuchDeliveryChannelException",
|
|
38
|
+
"exception":true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"shape":"LastDeliveryChannelDeleteFailedException",
|
|
42
|
+
"exception":true
|
|
43
|
+
}
|
|
35
44
|
]
|
|
36
45
|
},
|
|
37
46
|
"DeliverConfigSnapshot":{
|
|
@@ -43,9 +52,18 @@
|
|
|
43
52
|
"input":{"shape":"DeliverConfigSnapshotRequest"},
|
|
44
53
|
"output":{"shape":"DeliverConfigSnapshotResponse"},
|
|
45
54
|
"errors":[
|
|
46
|
-
{
|
|
47
|
-
|
|
48
|
-
|
|
55
|
+
{
|
|
56
|
+
"shape":"NoSuchDeliveryChannelException",
|
|
57
|
+
"exception":true
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"shape":"NoAvailableConfigurationRecorderException",
|
|
61
|
+
"exception":true
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"shape":"NoRunningConfigurationRecorderException",
|
|
65
|
+
"exception":true
|
|
66
|
+
}
|
|
49
67
|
]
|
|
50
68
|
},
|
|
51
69
|
"DescribeComplianceByConfigRule":{
|
|
@@ -57,8 +75,14 @@
|
|
|
57
75
|
"input":{"shape":"DescribeComplianceByConfigRuleRequest"},
|
|
58
76
|
"output":{"shape":"DescribeComplianceByConfigRuleResponse"},
|
|
59
77
|
"errors":[
|
|
60
|
-
{
|
|
61
|
-
|
|
78
|
+
{
|
|
79
|
+
"shape":"InvalidParameterValueException",
|
|
80
|
+
"exception":true
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"shape":"NoSuchConfigRuleException",
|
|
84
|
+
"exception":true
|
|
85
|
+
}
|
|
62
86
|
]
|
|
63
87
|
},
|
|
64
88
|
"DescribeComplianceByResource":{
|
|
@@ -70,8 +94,14 @@
|
|
|
70
94
|
"input":{"shape":"DescribeComplianceByResourceRequest"},
|
|
71
95
|
"output":{"shape":"DescribeComplianceByResourceResponse"},
|
|
72
96
|
"errors":[
|
|
73
|
-
{
|
|
74
|
-
|
|
97
|
+
{
|
|
98
|
+
"shape":"InvalidParameterValueException",
|
|
99
|
+
"exception":true
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"shape":"InvalidNextTokenException",
|
|
103
|
+
"exception":true
|
|
104
|
+
}
|
|
75
105
|
]
|
|
76
106
|
},
|
|
77
107
|
"DescribeConfigRuleEvaluationStatus":{
|
|
@@ -83,7 +113,10 @@
|
|
|
83
113
|
"input":{"shape":"DescribeConfigRuleEvaluationStatusRequest"},
|
|
84
114
|
"output":{"shape":"DescribeConfigRuleEvaluationStatusResponse"},
|
|
85
115
|
"errors":[
|
|
86
|
-
{
|
|
116
|
+
{
|
|
117
|
+
"shape":"NoSuchConfigRuleException",
|
|
118
|
+
"exception":true
|
|
119
|
+
}
|
|
87
120
|
]
|
|
88
121
|
},
|
|
89
122
|
"DescribeConfigRules":{
|
|
@@ -95,7 +128,10 @@
|
|
|
95
128
|
"input":{"shape":"DescribeConfigRulesRequest"},
|
|
96
129
|
"output":{"shape":"DescribeConfigRulesResponse"},
|
|
97
130
|
"errors":[
|
|
98
|
-
{
|
|
131
|
+
{
|
|
132
|
+
"shape":"NoSuchConfigRuleException",
|
|
133
|
+
"exception":true
|
|
134
|
+
}
|
|
99
135
|
]
|
|
100
136
|
},
|
|
101
137
|
"DescribeConfigurationRecorderStatus":{
|
|
@@ -107,7 +143,10 @@
|
|
|
107
143
|
"input":{"shape":"DescribeConfigurationRecorderStatusRequest"},
|
|
108
144
|
"output":{"shape":"DescribeConfigurationRecorderStatusResponse"},
|
|
109
145
|
"errors":[
|
|
110
|
-
{
|
|
146
|
+
{
|
|
147
|
+
"shape":"NoSuchConfigurationRecorderException",
|
|
148
|
+
"exception":true
|
|
149
|
+
}
|
|
111
150
|
]
|
|
112
151
|
},
|
|
113
152
|
"DescribeConfigurationRecorders":{
|
|
@@ -119,7 +158,10 @@
|
|
|
119
158
|
"input":{"shape":"DescribeConfigurationRecordersRequest"},
|
|
120
159
|
"output":{"shape":"DescribeConfigurationRecordersResponse"},
|
|
121
160
|
"errors":[
|
|
122
|
-
{
|
|
161
|
+
{
|
|
162
|
+
"shape":"NoSuchConfigurationRecorderException",
|
|
163
|
+
"exception":true
|
|
164
|
+
}
|
|
123
165
|
]
|
|
124
166
|
},
|
|
125
167
|
"DescribeDeliveryChannelStatus":{
|
|
@@ -131,7 +173,10 @@
|
|
|
131
173
|
"input":{"shape":"DescribeDeliveryChannelStatusRequest"},
|
|
132
174
|
"output":{"shape":"DescribeDeliveryChannelStatusResponse"},
|
|
133
175
|
"errors":[
|
|
134
|
-
{
|
|
176
|
+
{
|
|
177
|
+
"shape":"NoSuchDeliveryChannelException",
|
|
178
|
+
"exception":true
|
|
179
|
+
}
|
|
135
180
|
]
|
|
136
181
|
},
|
|
137
182
|
"DescribeDeliveryChannels":{
|
|
@@ -143,7 +188,10 @@
|
|
|
143
188
|
"input":{"shape":"DescribeDeliveryChannelsRequest"},
|
|
144
189
|
"output":{"shape":"DescribeDeliveryChannelsResponse"},
|
|
145
190
|
"errors":[
|
|
146
|
-
{
|
|
191
|
+
{
|
|
192
|
+
"shape":"NoSuchDeliveryChannelException",
|
|
193
|
+
"exception":true
|
|
194
|
+
}
|
|
147
195
|
]
|
|
148
196
|
},
|
|
149
197
|
"GetComplianceDetailsByConfigRule":{
|
|
@@ -155,9 +203,18 @@
|
|
|
155
203
|
"input":{"shape":"GetComplianceDetailsByConfigRuleRequest"},
|
|
156
204
|
"output":{"shape":"GetComplianceDetailsByConfigRuleResponse"},
|
|
157
205
|
"errors":[
|
|
158
|
-
{
|
|
159
|
-
|
|
160
|
-
|
|
206
|
+
{
|
|
207
|
+
"shape":"InvalidParameterValueException",
|
|
208
|
+
"exception":true
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"shape":"InvalidNextTokenException",
|
|
212
|
+
"exception":true
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"shape":"NoSuchConfigRuleException",
|
|
216
|
+
"exception":true
|
|
217
|
+
}
|
|
161
218
|
]
|
|
162
219
|
},
|
|
163
220
|
"GetComplianceDetailsByResource":{
|
|
@@ -169,7 +226,10 @@
|
|
|
169
226
|
"input":{"shape":"GetComplianceDetailsByResourceRequest"},
|
|
170
227
|
"output":{"shape":"GetComplianceDetailsByResourceResponse"},
|
|
171
228
|
"errors":[
|
|
172
|
-
{
|
|
229
|
+
{
|
|
230
|
+
"shape":"InvalidParameterValueException",
|
|
231
|
+
"exception":true
|
|
232
|
+
}
|
|
173
233
|
]
|
|
174
234
|
},
|
|
175
235
|
"GetComplianceSummaryByConfigRule":{
|
|
@@ -189,7 +249,10 @@
|
|
|
189
249
|
"input":{"shape":"GetComplianceSummaryByResourceTypeRequest"},
|
|
190
250
|
"output":{"shape":"GetComplianceSummaryByResourceTypeResponse"},
|
|
191
251
|
"errors":[
|
|
192
|
-
{
|
|
252
|
+
{
|
|
253
|
+
"shape":"InvalidParameterValueException",
|
|
254
|
+
"exception":true
|
|
255
|
+
}
|
|
193
256
|
]
|
|
194
257
|
},
|
|
195
258
|
"GetResourceConfigHistory":{
|
|
@@ -201,12 +264,30 @@
|
|
|
201
264
|
"input":{"shape":"GetResourceConfigHistoryRequest"},
|
|
202
265
|
"output":{"shape":"GetResourceConfigHistoryResponse"},
|
|
203
266
|
"errors":[
|
|
204
|
-
{
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
{
|
|
209
|
-
|
|
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
|
+
}
|
|
210
291
|
]
|
|
211
292
|
},
|
|
212
293
|
"ListDiscoveredResources":{
|
|
@@ -218,10 +299,22 @@
|
|
|
218
299
|
"input":{"shape":"ListDiscoveredResourcesRequest"},
|
|
219
300
|
"output":{"shape":"ListDiscoveredResourcesResponse"},
|
|
220
301
|
"errors":[
|
|
221
|
-
{
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
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
|
+
}
|
|
225
318
|
]
|
|
226
319
|
},
|
|
227
320
|
"PutConfigRule":{
|
|
@@ -232,9 +325,18 @@
|
|
|
232
325
|
},
|
|
233
326
|
"input":{"shape":"PutConfigRuleRequest"},
|
|
234
327
|
"errors":[
|
|
235
|
-
{
|
|
236
|
-
|
|
237
|
-
|
|
328
|
+
{
|
|
329
|
+
"shape":"InvalidParameterValueException",
|
|
330
|
+
"exception":true
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"shape":"MaxNumberOfConfigRulesExceededException",
|
|
334
|
+
"exception":true
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"shape":"ResourceInUseException",
|
|
338
|
+
"exception":true
|
|
339
|
+
}
|
|
238
340
|
]
|
|
239
341
|
},
|
|
240
342
|
"PutConfigurationRecorder":{
|
|
@@ -245,10 +347,22 @@
|
|
|
245
347
|
},
|
|
246
348
|
"input":{"shape":"PutConfigurationRecorderRequest"},
|
|
247
349
|
"errors":[
|
|
248
|
-
{
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
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
|
+
}
|
|
252
366
|
]
|
|
253
367
|
},
|
|
254
368
|
"PutDeliveryChannel":{
|
|
@@ -259,13 +373,34 @@
|
|
|
259
373
|
},
|
|
260
374
|
"input":{"shape":"PutDeliveryChannelRequest"},
|
|
261
375
|
"errors":[
|
|
262
|
-
{
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
{
|
|
267
|
-
|
|
268
|
-
|
|
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
|
+
}
|
|
269
404
|
]
|
|
270
405
|
},
|
|
271
406
|
"PutEvaluations":{
|
|
@@ -277,9 +412,18 @@
|
|
|
277
412
|
"input":{"shape":"PutEvaluationsRequest"},
|
|
278
413
|
"output":{"shape":"PutEvaluationsResponse"},
|
|
279
414
|
"errors":[
|
|
280
|
-
{
|
|
281
|
-
|
|
282
|
-
|
|
415
|
+
{
|
|
416
|
+
"shape":"InvalidParameterValueException",
|
|
417
|
+
"exception":true
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"shape":"InvalidResultTokenException",
|
|
421
|
+
"exception":true
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"shape":"NoSuchConfigRuleException",
|
|
425
|
+
"exception":true
|
|
426
|
+
}
|
|
283
427
|
]
|
|
284
428
|
},
|
|
285
429
|
"StartConfigurationRecorder":{
|
|
@@ -290,8 +434,14 @@
|
|
|
290
434
|
},
|
|
291
435
|
"input":{"shape":"StartConfigurationRecorderRequest"},
|
|
292
436
|
"errors":[
|
|
293
|
-
{
|
|
294
|
-
|
|
437
|
+
{
|
|
438
|
+
"shape":"NoSuchConfigurationRecorderException",
|
|
439
|
+
"exception":true
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"shape":"NoAvailableDeliveryChannelException",
|
|
443
|
+
"exception":true
|
|
444
|
+
}
|
|
295
445
|
]
|
|
296
446
|
},
|
|
297
447
|
"StopConfigurationRecorder":{
|
|
@@ -302,7 +452,10 @@
|
|
|
302
452
|
},
|
|
303
453
|
"input":{"shape":"StopConfigurationRecorderRequest"},
|
|
304
454
|
"errors":[
|
|
305
|
-
{
|
|
455
|
+
{
|
|
456
|
+
"shape":"NoSuchConfigurationRecorderException",
|
|
457
|
+
"exception":true
|
|
458
|
+
}
|
|
306
459
|
]
|
|
307
460
|
}
|
|
308
461
|
},
|
|
@@ -315,8 +468,8 @@
|
|
|
315
468
|
"Boolean":{"type":"boolean"},
|
|
316
469
|
"ChannelName":{
|
|
317
470
|
"type":"string",
|
|
318
|
-
"
|
|
319
|
-
"
|
|
471
|
+
"min":1,
|
|
472
|
+
"max":256
|
|
320
473
|
},
|
|
321
474
|
"ChronologicalOrder":{
|
|
322
475
|
"type":"string",
|
|
@@ -365,8 +518,8 @@
|
|
|
365
518
|
"ComplianceResourceTypes":{
|
|
366
519
|
"type":"list",
|
|
367
520
|
"member":{"shape":"StringWithCharLimit256"},
|
|
368
|
-
"
|
|
369
|
-
"
|
|
521
|
+
"min":0,
|
|
522
|
+
"max":100
|
|
370
523
|
},
|
|
371
524
|
"ComplianceSummariesByResourceType":{
|
|
372
525
|
"type":"list",
|
|
@@ -399,8 +552,8 @@
|
|
|
399
552
|
"ComplianceTypes":{
|
|
400
553
|
"type":"list",
|
|
401
554
|
"member":{"shape":"ComplianceType"},
|
|
402
|
-
"
|
|
403
|
-
"
|
|
555
|
+
"min":0,
|
|
556
|
+
"max":3
|
|
404
557
|
},
|
|
405
558
|
"ConfigExportDeliveryInfo":{
|
|
406
559
|
"type":"structure",
|
|
@@ -448,8 +601,8 @@
|
|
|
448
601
|
"ConfigRuleNames":{
|
|
449
602
|
"type":"list",
|
|
450
603
|
"member":{"shape":"StringWithCharLimit64"},
|
|
451
|
-
"
|
|
452
|
-
"
|
|
604
|
+
"min":0,
|
|
605
|
+
"max":25
|
|
453
606
|
},
|
|
454
607
|
"ConfigRuleState":{
|
|
455
608
|
"type":"string",
|
|
@@ -725,8 +878,8 @@
|
|
|
725
878
|
"EarlierTime":{"type":"timestamp"},
|
|
726
879
|
"EmptiableStringWithCharLimit256":{
|
|
727
880
|
"type":"string",
|
|
728
|
-
"
|
|
729
|
-
"
|
|
881
|
+
"min":0,
|
|
882
|
+
"max":256
|
|
730
883
|
},
|
|
731
884
|
"Evaluation":{
|
|
732
885
|
"type":"structure",
|
|
@@ -777,8 +930,8 @@
|
|
|
777
930
|
"Evaluations":{
|
|
778
931
|
"type":"list",
|
|
779
932
|
"member":{"shape":"Evaluation"},
|
|
780
|
-
"
|
|
781
|
-
"
|
|
933
|
+
"min":0,
|
|
934
|
+
"max":100
|
|
782
935
|
},
|
|
783
936
|
"EventSource":{
|
|
784
937
|
"type":"string",
|
|
@@ -862,7 +1015,6 @@
|
|
|
862
1015
|
"nextToken":{"shape":"NextToken"}
|
|
863
1016
|
}
|
|
864
1017
|
},
|
|
865
|
-
"IncludeGlobalResourceTypes":{"type":"boolean"},
|
|
866
1018
|
"InsufficientDeliveryPolicyException":{
|
|
867
1019
|
"type":"structure",
|
|
868
1020
|
"members":{
|
|
@@ -945,8 +1097,8 @@
|
|
|
945
1097
|
"LaterTime":{"type":"timestamp"},
|
|
946
1098
|
"Limit":{
|
|
947
1099
|
"type":"integer",
|
|
948
|
-
"
|
|
949
|
-
"
|
|
1100
|
+
"min":0,
|
|
1101
|
+
"max":100
|
|
950
1102
|
},
|
|
951
1103
|
"ListDiscoveredResourcesRequest":{
|
|
952
1104
|
"type":"structure",
|
|
@@ -1091,8 +1243,8 @@
|
|
|
1091
1243
|
},
|
|
1092
1244
|
"RecorderName":{
|
|
1093
1245
|
"type":"string",
|
|
1094
|
-
"
|
|
1095
|
-
"
|
|
1246
|
+
"min":1,
|
|
1247
|
+
"max":256
|
|
1096
1248
|
},
|
|
1097
1249
|
"RecorderStatus":{
|
|
1098
1250
|
"type":"string",
|
|
@@ -1106,7 +1258,6 @@
|
|
|
1106
1258
|
"type":"structure",
|
|
1107
1259
|
"members":{
|
|
1108
1260
|
"allSupported":{"shape":"AllSupported"},
|
|
1109
|
-
"includeGlobalResourceTypes":{"shape":"IncludeGlobalResourceTypes"},
|
|
1110
1261
|
"resourceTypes":{"shape":"ResourceTypeList"}
|
|
1111
1262
|
}
|
|
1112
1263
|
},
|
|
@@ -1178,11 +1329,7 @@
|
|
|
1178
1329
|
"AWS::EC2::Volume",
|
|
1179
1330
|
"AWS::EC2::VPC",
|
|
1180
1331
|
"AWS::EC2::VPNConnection",
|
|
1181
|
-
"AWS::EC2::VPNGateway"
|
|
1182
|
-
"AWS::IAM::Group",
|
|
1183
|
-
"AWS::IAM::Policy",
|
|
1184
|
-
"AWS::IAM::Role",
|
|
1185
|
-
"AWS::IAM::User"
|
|
1332
|
+
"AWS::EC2::VPNGateway"
|
|
1186
1333
|
]
|
|
1187
1334
|
},
|
|
1188
1335
|
"ResourceTypeList":{
|
|
@@ -1192,8 +1339,8 @@
|
|
|
1192
1339
|
"ResourceTypes":{
|
|
1193
1340
|
"type":"list",
|
|
1194
1341
|
"member":{"shape":"StringWithCharLimit256"},
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1342
|
+
"min":0,
|
|
1343
|
+
"max":100
|
|
1197
1344
|
},
|
|
1198
1345
|
"Scope":{
|
|
1199
1346
|
"type":"structure",
|
|
@@ -1222,8 +1369,8 @@
|
|
|
1222
1369
|
"SourceDetails":{
|
|
1223
1370
|
"type":"list",
|
|
1224
1371
|
"member":{"shape":"SourceDetail"},
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1372
|
+
"min":0,
|
|
1373
|
+
"max":25
|
|
1227
1374
|
},
|
|
1228
1375
|
"StartConfigurationRecorderRequest":{
|
|
1229
1376
|
"type":"structure",
|
|
@@ -1242,18 +1389,18 @@
|
|
|
1242
1389
|
"String":{"type":"string"},
|
|
1243
1390
|
"StringWithCharLimit128":{
|
|
1244
1391
|
"type":"string",
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1392
|
+
"min":1,
|
|
1393
|
+
"max":128
|
|
1247
1394
|
},
|
|
1248
1395
|
"StringWithCharLimit256":{
|
|
1249
1396
|
"type":"string",
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1397
|
+
"min":1,
|
|
1398
|
+
"max":256
|
|
1252
1399
|
},
|
|
1253
1400
|
"StringWithCharLimit64":{
|
|
1254
1401
|
"type":"string",
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1402
|
+
"min":1,
|
|
1403
|
+
"max":64
|
|
1257
1404
|
},
|
|
1258
1405
|
"Tags":{
|
|
1259
1406
|
"type":"map",
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -58,7 +58,6 @@ files:
|
|
|
58
58
|
- apis/cognito-identity/2014-06-30/api-2.json
|
|
59
59
|
- apis/cognito-sync/2014-06-30/api-2.json
|
|
60
60
|
- apis/config/2014-11-12/api-2.json
|
|
61
|
-
- apis/config/2014-11-12/examples-1.json
|
|
62
61
|
- apis/config/2014-11-12/paginators-1.json
|
|
63
62
|
- apis/datapipeline/2012-10-29/api-2.json
|
|
64
63
|
- apis/datapipeline/2012-10-29/paginators-1.json
|
|
@@ -430,7 +429,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
430
429
|
version: '0'
|
|
431
430
|
requirements: []
|
|
432
431
|
rubyforge_project:
|
|
433
|
-
rubygems_version: 2.
|
|
432
|
+
rubygems_version: 2.4.5
|
|
434
433
|
signing_key:
|
|
435
434
|
specification_version: 4
|
|
436
435
|
summary: AWS SDK for Ruby - Core
|