aws-sdk-core 2.2.1 → 2.2.2
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 +86 -233
- data/apis/config/2014-11-12/examples-1.json +5 -0
- data/apis/ec2/2015-10-01/api-2.json +569 -113
- data/apis/ec2/2015-10-01/examples-1.json +5 -0
- data/apis/ecs/2014-11-13/api-2.json +112 -443
- data/apis/ecs/2014-11-13/examples-1.json +5 -0
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +126 -284
- data/apis/elasticbeanstalk/2010-12-01/examples-1.json +5 -0
- data/apis/sqs/2012-11-05/api-2.json +32 -242
- data/apis/sqs/2012-11-05/examples-1.json +46 -0
- data/lib/aws-sdk-core.rb +12 -0
- data/lib/aws-sdk-core/sqs.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/waiters/poller.rb +18 -7
- metadata +8 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbf87e6a61f5c89ca9a5cc9634081eb4cd27db2f
|
4
|
+
data.tar.gz: 04fc8ed1e6a07d39e2234033bbb32f47a5dd33f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26ff031cde7c60b03aa4f7c0d280b83f7ede403a211d9e0c099c67d437a20e79ea6540d30ad8397537515b3dd6b9bd26507297fd9f63f75c2b49c9c9488302f0
|
7
|
+
data.tar.gz: d286a590aee1392208836fc782aa05f4f23be2e45cea3fead643c4d12ec7512eeb1e7a8d39ddf24d9adc8a050d9783a21c2ac1fa84c8f7ae6520f7eb785f5cd1
|
@@ -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
|
-
|
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
|
-
|
57
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
208
|
-
|
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
|
-
|
269
|
-
|
270
|
-
},
|
271
|
-
{
|
272
|
-
|
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
|
-
|
304
|
-
|
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
|
-
|
330
|
-
|
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
|
-
|
352
|
-
|
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
|
-
|
378
|
-
|
379
|
-
},
|
380
|
-
{
|
381
|
-
|
382
|
-
|
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
|
-
|
417
|
-
|
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
|
-
|
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
|
-
"
|
472
|
-
"
|
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
|
-
"
|
522
|
-
"
|
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
|
-
"
|
556
|
-
"
|
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
|
-
"
|
605
|
-
"
|
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
|
-
"
|
882
|
-
"
|
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
|
-
"
|
934
|
-
"
|
780
|
+
"max":100,
|
781
|
+
"min":0
|
935
782
|
},
|
936
783
|
"EventSource":{
|
937
784
|
"type":"string",
|
@@ -1015,6 +862,7 @@
|
|
1015
862
|
"nextToken":{"shape":"NextToken"}
|
1016
863
|
}
|
1017
864
|
},
|
865
|
+
"IncludeGlobalResourceTypes":{"type":"boolean"},
|
1018
866
|
"InsufficientDeliveryPolicyException":{
|
1019
867
|
"type":"structure",
|
1020
868
|
"members":{
|
@@ -1097,8 +945,8 @@
|
|
1097
945
|
"LaterTime":{"type":"timestamp"},
|
1098
946
|
"Limit":{
|
1099
947
|
"type":"integer",
|
1100
|
-
"
|
1101
|
-
"
|
948
|
+
"max":100,
|
949
|
+
"min":0
|
1102
950
|
},
|
1103
951
|
"ListDiscoveredResourcesRequest":{
|
1104
952
|
"type":"structure",
|
@@ -1243,8 +1091,8 @@
|
|
1243
1091
|
},
|
1244
1092
|
"RecorderName":{
|
1245
1093
|
"type":"string",
|
1246
|
-
"
|
1247
|
-
"
|
1094
|
+
"max":256,
|
1095
|
+
"min":1
|
1248
1096
|
},
|
1249
1097
|
"RecorderStatus":{
|
1250
1098
|
"type":"string",
|
@@ -1258,6 +1106,7 @@
|
|
1258
1106
|
"type":"structure",
|
1259
1107
|
"members":{
|
1260
1108
|
"allSupported":{"shape":"AllSupported"},
|
1109
|
+
"includeGlobalResourceTypes":{"shape":"IncludeGlobalResourceTypes"},
|
1261
1110
|
"resourceTypes":{"shape":"ResourceTypeList"}
|
1262
1111
|
}
|
1263
1112
|
},
|
@@ -1329,7 +1178,11 @@
|
|
1329
1178
|
"AWS::EC2::Volume",
|
1330
1179
|
"AWS::EC2::VPC",
|
1331
1180
|
"AWS::EC2::VPNConnection",
|
1332
|
-
"AWS::EC2::VPNGateway"
|
1181
|
+
"AWS::EC2::VPNGateway",
|
1182
|
+
"AWS::IAM::Group",
|
1183
|
+
"AWS::IAM::Policy",
|
1184
|
+
"AWS::IAM::Role",
|
1185
|
+
"AWS::IAM::User"
|
1333
1186
|
]
|
1334
1187
|
},
|
1335
1188
|
"ResourceTypeList":{
|
@@ -1339,8 +1192,8 @@
|
|
1339
1192
|
"ResourceTypes":{
|
1340
1193
|
"type":"list",
|
1341
1194
|
"member":{"shape":"StringWithCharLimit256"},
|
1342
|
-
"
|
1343
|
-
"
|
1195
|
+
"max":100,
|
1196
|
+
"min":0
|
1344
1197
|
},
|
1345
1198
|
"Scope":{
|
1346
1199
|
"type":"structure",
|
@@ -1369,8 +1222,8 @@
|
|
1369
1222
|
"SourceDetails":{
|
1370
1223
|
"type":"list",
|
1371
1224
|
"member":{"shape":"SourceDetail"},
|
1372
|
-
"
|
1373
|
-
"
|
1225
|
+
"max":25,
|
1226
|
+
"min":0
|
1374
1227
|
},
|
1375
1228
|
"StartConfigurationRecorderRequest":{
|
1376
1229
|
"type":"structure",
|
@@ -1389,18 +1242,18 @@
|
|
1389
1242
|
"String":{"type":"string"},
|
1390
1243
|
"StringWithCharLimit128":{
|
1391
1244
|
"type":"string",
|
1392
|
-
"
|
1393
|
-
"
|
1245
|
+
"max":128,
|
1246
|
+
"min":1
|
1394
1247
|
},
|
1395
1248
|
"StringWithCharLimit256":{
|
1396
1249
|
"type":"string",
|
1397
|
-
"
|
1398
|
-
"
|
1250
|
+
"max":256,
|
1251
|
+
"min":1
|
1399
1252
|
},
|
1400
1253
|
"StringWithCharLimit64":{
|
1401
1254
|
"type":"string",
|
1402
|
-
"
|
1403
|
-
"
|
1255
|
+
"max":64,
|
1256
|
+
"min":1
|
1404
1257
|
},
|
1405
1258
|
"Tags":{
|
1406
1259
|
"type":"map",
|