aws-sdk-core 2.0.38 → 2.0.39

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,696 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2014-11-12",
5
+ "endpointPrefix":"config",
6
+ "jsonVersion":"1.1",
7
+ "serviceAbbreviation":"Config Service",
8
+ "serviceFullName":"AWS Config",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"StarlingDoveService",
11
+ "protocol":"json"
12
+ },
13
+ "operations":{
14
+ "DeleteDeliveryChannel":{
15
+ "name":"DeleteDeliveryChannel",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"DeleteDeliveryChannelRequest"},
21
+ "errors":[
22
+ {
23
+ "shape":"NoSuchDeliveryChannelException",
24
+ "exception":true
25
+ },
26
+ {
27
+ "shape":"LastDeliveryChannelDeleteFailedException",
28
+ "exception":true
29
+ }
30
+ ]
31
+ },
32
+ "DeliverConfigSnapshot":{
33
+ "name":"DeliverConfigSnapshot",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/"
37
+ },
38
+ "input":{"shape":"DeliverConfigSnapshotRequest"},
39
+ "output":{"shape":"DeliverConfigSnapshotResponse"},
40
+ "errors":[
41
+ {
42
+ "shape":"NoSuchDeliveryChannelException",
43
+ "exception":true
44
+ },
45
+ {
46
+ "shape":"NoAvailableConfigurationRecorderException",
47
+ "exception":true
48
+ },
49
+ {
50
+ "shape":"NoRunningConfigurationRecorderException",
51
+ "exception":true
52
+ }
53
+ ]
54
+ },
55
+ "DescribeConfigurationRecorderStatus":{
56
+ "name":"DescribeConfigurationRecorderStatus",
57
+ "http":{
58
+ "method":"POST",
59
+ "requestUri":"/"
60
+ },
61
+ "input":{"shape":"DescribeConfigurationRecorderStatusRequest"},
62
+ "output":{"shape":"DescribeConfigurationRecorderStatusResponse"},
63
+ "errors":[
64
+ {
65
+ "shape":"NoSuchConfigurationRecorderException",
66
+ "exception":true
67
+ }
68
+ ]
69
+ },
70
+ "DescribeConfigurationRecorders":{
71
+ "name":"DescribeConfigurationRecorders",
72
+ "http":{
73
+ "method":"POST",
74
+ "requestUri":"/"
75
+ },
76
+ "input":{"shape":"DescribeConfigurationRecordersRequest"},
77
+ "output":{"shape":"DescribeConfigurationRecordersResponse"},
78
+ "errors":[
79
+ {
80
+ "shape":"NoSuchConfigurationRecorderException",
81
+ "exception":true
82
+ }
83
+ ]
84
+ },
85
+ "DescribeDeliveryChannelStatus":{
86
+ "name":"DescribeDeliveryChannelStatus",
87
+ "http":{
88
+ "method":"POST",
89
+ "requestUri":"/"
90
+ },
91
+ "input":{"shape":"DescribeDeliveryChannelStatusRequest"},
92
+ "output":{"shape":"DescribeDeliveryChannelStatusResponse"},
93
+ "errors":[
94
+ {
95
+ "shape":"NoSuchDeliveryChannelException",
96
+ "exception":true
97
+ }
98
+ ]
99
+ },
100
+ "DescribeDeliveryChannels":{
101
+ "name":"DescribeDeliveryChannels",
102
+ "http":{
103
+ "method":"POST",
104
+ "requestUri":"/"
105
+ },
106
+ "input":{"shape":"DescribeDeliveryChannelsRequest"},
107
+ "output":{"shape":"DescribeDeliveryChannelsResponse"},
108
+ "errors":[
109
+ {
110
+ "shape":"NoSuchDeliveryChannelException",
111
+ "exception":true
112
+ }
113
+ ]
114
+ },
115
+ "GetResourceConfigHistory":{
116
+ "name":"GetResourceConfigHistory",
117
+ "http":{
118
+ "method":"POST",
119
+ "requestUri":"/"
120
+ },
121
+ "input":{"shape":"GetResourceConfigHistoryRequest"},
122
+ "output":{"shape":"GetResourceConfigHistoryResponse"},
123
+ "errors":[
124
+ {
125
+ "shape":"ValidationException",
126
+ "exception":true
127
+ },
128
+ {
129
+ "shape":"InvalidTimeRangeException",
130
+ "exception":true
131
+ },
132
+ {
133
+ "shape":"InvalidLimitException",
134
+ "exception":true
135
+ },
136
+ {
137
+ "shape":"InvalidNextTokenException",
138
+ "exception":true
139
+ },
140
+ {
141
+ "shape":"NoAvailableConfigurationRecorderException",
142
+ "exception":true
143
+ },
144
+ {
145
+ "shape":"ResourceNotDiscoveredException",
146
+ "exception":true
147
+ }
148
+ ]
149
+ },
150
+ "PutConfigurationRecorder":{
151
+ "name":"PutConfigurationRecorder",
152
+ "http":{
153
+ "method":"POST",
154
+ "requestUri":"/"
155
+ },
156
+ "input":{"shape":"PutConfigurationRecorderRequest"},
157
+ "errors":[
158
+ {
159
+ "shape":"MaxNumberOfConfigurationRecordersExceededException",
160
+ "exception":true
161
+ },
162
+ {
163
+ "shape":"InvalidConfigurationRecorderNameException",
164
+ "exception":true
165
+ },
166
+ {
167
+ "shape":"InvalidRoleException",
168
+ "exception":true
169
+ }
170
+ ]
171
+ },
172
+ "PutDeliveryChannel":{
173
+ "name":"PutDeliveryChannel",
174
+ "http":{
175
+ "method":"POST",
176
+ "requestUri":"/"
177
+ },
178
+ "input":{"shape":"PutDeliveryChannelRequest"},
179
+ "errors":[
180
+ {
181
+ "shape":"MaxNumberOfDeliveryChannelsExceededException",
182
+ "exception":true
183
+ },
184
+ {
185
+ "shape":"NoAvailableConfigurationRecorderException",
186
+ "exception":true
187
+ },
188
+ {
189
+ "shape":"InvalidDeliveryChannelNameException",
190
+ "exception":true
191
+ },
192
+ {
193
+ "shape":"NoSuchBucketException",
194
+ "exception":true
195
+ },
196
+ {
197
+ "shape":"InvalidS3KeyPrefixException",
198
+ "exception":true
199
+ },
200
+ {
201
+ "shape":"InvalidSNSTopicARNException",
202
+ "exception":true
203
+ },
204
+ {
205
+ "shape":"InsufficientDeliveryPolicyException",
206
+ "exception":true
207
+ }
208
+ ]
209
+ },
210
+ "StartConfigurationRecorder":{
211
+ "name":"StartConfigurationRecorder",
212
+ "http":{
213
+ "method":"POST",
214
+ "requestUri":"/"
215
+ },
216
+ "input":{"shape":"StartConfigurationRecorderRequest"},
217
+ "errors":[
218
+ {
219
+ "shape":"NoSuchConfigurationRecorderException",
220
+ "exception":true
221
+ },
222
+ {
223
+ "shape":"NoAvailableDeliveryChannelException",
224
+ "exception":true
225
+ }
226
+ ]
227
+ },
228
+ "StopConfigurationRecorder":{
229
+ "name":"StopConfigurationRecorder",
230
+ "http":{
231
+ "method":"POST",
232
+ "requestUri":"/"
233
+ },
234
+ "input":{"shape":"StopConfigurationRecorderRequest"},
235
+ "errors":[
236
+ {
237
+ "shape":"NoSuchConfigurationRecorderException",
238
+ "exception":true
239
+ }
240
+ ]
241
+ }
242
+ },
243
+ "shapes":{
244
+ "ARN":{"type":"string"},
245
+ "AccountId":{"type":"string"},
246
+ "AvailabilityZone":{"type":"string"},
247
+ "Boolean":{"type":"boolean"},
248
+ "ChannelName":{
249
+ "type":"string",
250
+ "min":1,
251
+ "max":256
252
+ },
253
+ "ChronologicalOrder":{
254
+ "type":"string",
255
+ "enum":[
256
+ "Reverse",
257
+ "Forward"
258
+ ]
259
+ },
260
+ "ConfigExportDeliveryInfo":{
261
+ "type":"structure",
262
+ "members":{
263
+ "lastStatus":{"shape":"DeliveryStatus"},
264
+ "lastErrorCode":{"shape":"String"},
265
+ "lastErrorMessage":{"shape":"String"},
266
+ "lastAttemptTime":{"shape":"Date"},
267
+ "lastSuccessfulTime":{"shape":"Date"}
268
+ }
269
+ },
270
+ "ConfigStreamDeliveryInfo":{
271
+ "type":"structure",
272
+ "members":{
273
+ "lastStatus":{"shape":"DeliveryStatus"},
274
+ "lastErrorCode":{"shape":"String"},
275
+ "lastErrorMessage":{"shape":"String"},
276
+ "lastStatusChangeTime":{"shape":"Date"}
277
+ }
278
+ },
279
+ "Configuration":{"type":"string"},
280
+ "ConfigurationItem":{
281
+ "type":"structure",
282
+ "members":{
283
+ "version":{"shape":"Version"},
284
+ "accountId":{"shape":"AccountId"},
285
+ "configurationItemCaptureTime":{"shape":"ConfigurationItemCaptureTime"},
286
+ "configurationItemStatus":{"shape":"ConfigurationItemStatus"},
287
+ "configurationStateId":{"shape":"ConfigurationStateId"},
288
+ "configurationItemMD5Hash":{"shape":"ConfigurationItemMD5Hash"},
289
+ "arn":{"shape":"ARN"},
290
+ "resourceType":{"shape":"ResourceType"},
291
+ "resourceId":{"shape":"ResourceId"},
292
+ "availabilityZone":{"shape":"AvailabilityZone"},
293
+ "resourceCreationTime":{"shape":"ResourceCreationTime"},
294
+ "tags":{"shape":"Tags"},
295
+ "relatedEvents":{"shape":"RelatedEventList"},
296
+ "relationships":{"shape":"RelationshipList"},
297
+ "configuration":{"shape":"Configuration"}
298
+ }
299
+ },
300
+ "ConfigurationItemCaptureTime":{"type":"timestamp"},
301
+ "ConfigurationItemList":{
302
+ "type":"list",
303
+ "member":{"shape":"ConfigurationItem"}
304
+ },
305
+ "ConfigurationItemMD5Hash":{"type":"string"},
306
+ "ConfigurationItemStatus":{
307
+ "type":"string",
308
+ "enum":[
309
+ "Ok",
310
+ "Failed",
311
+ "Discovered",
312
+ "Deleted"
313
+ ]
314
+ },
315
+ "ConfigurationRecorder":{
316
+ "type":"structure",
317
+ "members":{
318
+ "name":{"shape":"RecorderName"},
319
+ "roleARN":{"shape":"String"}
320
+ }
321
+ },
322
+ "ConfigurationRecorderList":{
323
+ "type":"list",
324
+ "member":{"shape":"ConfigurationRecorder"}
325
+ },
326
+ "ConfigurationRecorderNameList":{
327
+ "type":"list",
328
+ "member":{"shape":"RecorderName"}
329
+ },
330
+ "ConfigurationRecorderStatus":{
331
+ "type":"structure",
332
+ "members":{
333
+ "name":{"shape":"String"},
334
+ "lastStartTime":{"shape":"Date"},
335
+ "lastStopTime":{"shape":"Date"},
336
+ "recording":{"shape":"Boolean"},
337
+ "lastStatus":{"shape":"RecorderStatus"},
338
+ "lastErrorCode":{"shape":"String"},
339
+ "lastErrorMessage":{"shape":"String"},
340
+ "lastStatusChangeTime":{"shape":"Date"}
341
+ }
342
+ },
343
+ "ConfigurationRecorderStatusList":{
344
+ "type":"list",
345
+ "member":{"shape":"ConfigurationRecorderStatus"}
346
+ },
347
+ "ConfigurationStateId":{"type":"string"},
348
+ "Date":{"type":"timestamp"},
349
+ "DeleteDeliveryChannelRequest":{
350
+ "type":"structure",
351
+ "required":["DeliveryChannelName"],
352
+ "members":{
353
+ "DeliveryChannelName":{"shape":"ChannelName"}
354
+ }
355
+ },
356
+ "DeliverConfigSnapshotRequest":{
357
+ "type":"structure",
358
+ "required":["deliveryChannelName"],
359
+ "members":{
360
+ "deliveryChannelName":{"shape":"ChannelName"}
361
+ }
362
+ },
363
+ "DeliverConfigSnapshotResponse":{
364
+ "type":"structure",
365
+ "members":{
366
+ "configSnapshotId":{"shape":"String"}
367
+ }
368
+ },
369
+ "DeliveryChannel":{
370
+ "type":"structure",
371
+ "members":{
372
+ "name":{"shape":"ChannelName"},
373
+ "s3BucketName":{"shape":"String"},
374
+ "s3KeyPrefix":{"shape":"String"},
375
+ "snsTopicARN":{"shape":"String"}
376
+ }
377
+ },
378
+ "DeliveryChannelList":{
379
+ "type":"list",
380
+ "member":{"shape":"DeliveryChannel"}
381
+ },
382
+ "DeliveryChannelNameList":{
383
+ "type":"list",
384
+ "member":{"shape":"ChannelName"}
385
+ },
386
+ "DeliveryChannelStatus":{
387
+ "type":"structure",
388
+ "members":{
389
+ "name":{"shape":"String"},
390
+ "configSnapshotDeliveryInfo":{"shape":"ConfigExportDeliveryInfo"},
391
+ "configHistoryDeliveryInfo":{"shape":"ConfigExportDeliveryInfo"},
392
+ "configStreamDeliveryInfo":{"shape":"ConfigStreamDeliveryInfo"}
393
+ }
394
+ },
395
+ "DeliveryChannelStatusList":{
396
+ "type":"list",
397
+ "member":{"shape":"DeliveryChannelStatus"}
398
+ },
399
+ "DeliveryStatus":{
400
+ "type":"string",
401
+ "enum":[
402
+ "Success",
403
+ "Failure",
404
+ "Not_Applicable"
405
+ ]
406
+ },
407
+ "DescribeConfigurationRecorderStatusRequest":{
408
+ "type":"structure",
409
+ "members":{
410
+ "ConfigurationRecorderNames":{"shape":"ConfigurationRecorderNameList"}
411
+ }
412
+ },
413
+ "DescribeConfigurationRecorderStatusResponse":{
414
+ "type":"structure",
415
+ "members":{
416
+ "ConfigurationRecordersStatus":{"shape":"ConfigurationRecorderStatusList"}
417
+ }
418
+ },
419
+ "DescribeConfigurationRecordersRequest":{
420
+ "type":"structure",
421
+ "members":{
422
+ "ConfigurationRecorderNames":{"shape":"ConfigurationRecorderNameList"}
423
+ }
424
+ },
425
+ "DescribeConfigurationRecordersResponse":{
426
+ "type":"structure",
427
+ "members":{
428
+ "ConfigurationRecorders":{"shape":"ConfigurationRecorderList"}
429
+ }
430
+ },
431
+ "DescribeDeliveryChannelStatusRequest":{
432
+ "type":"structure",
433
+ "members":{
434
+ "DeliveryChannelNames":{"shape":"DeliveryChannelNameList"}
435
+ }
436
+ },
437
+ "DescribeDeliveryChannelStatusResponse":{
438
+ "type":"structure",
439
+ "members":{
440
+ "DeliveryChannelsStatus":{"shape":"DeliveryChannelStatusList"}
441
+ }
442
+ },
443
+ "DescribeDeliveryChannelsRequest":{
444
+ "type":"structure",
445
+ "members":{
446
+ "DeliveryChannelNames":{"shape":"DeliveryChannelNameList"}
447
+ }
448
+ },
449
+ "DescribeDeliveryChannelsResponse":{
450
+ "type":"structure",
451
+ "members":{
452
+ "DeliveryChannels":{"shape":"DeliveryChannelList"}
453
+ }
454
+ },
455
+ "EarlierTime":{"type":"timestamp"},
456
+ "GetResourceConfigHistoryRequest":{
457
+ "type":"structure",
458
+ "required":[
459
+ "resourceType",
460
+ "resourceId"
461
+ ],
462
+ "members":{
463
+ "resourceType":{"shape":"ResourceType"},
464
+ "resourceId":{"shape":"ResourceId"},
465
+ "laterTime":{"shape":"LaterTime"},
466
+ "earlierTime":{"shape":"EarlierTime"},
467
+ "chronologicalOrder":{"shape":"ChronologicalOrder"},
468
+ "limit":{"shape":"Limit"},
469
+ "nextToken":{"shape":"NextToken"}
470
+ }
471
+ },
472
+ "GetResourceConfigHistoryResponse":{
473
+ "type":"structure",
474
+ "members":{
475
+ "configurationItems":{"shape":"ConfigurationItemList"},
476
+ "nextToken":{"shape":"NextToken"}
477
+ }
478
+ },
479
+ "InsufficientDeliveryPolicyException":{
480
+ "type":"structure",
481
+ "members":{
482
+ },
483
+ "exception":true
484
+ },
485
+ "InvalidConfigurationRecorderNameException":{
486
+ "type":"structure",
487
+ "members":{
488
+ },
489
+ "exception":true
490
+ },
491
+ "InvalidDeliveryChannelNameException":{
492
+ "type":"structure",
493
+ "members":{
494
+ },
495
+ "exception":true
496
+ },
497
+ "InvalidLimitException":{
498
+ "type":"structure",
499
+ "members":{
500
+ },
501
+ "exception":true
502
+ },
503
+ "InvalidNextTokenException":{
504
+ "type":"structure",
505
+ "members":{
506
+ },
507
+ "exception":true
508
+ },
509
+ "InvalidRoleException":{
510
+ "type":"structure",
511
+ "members":{
512
+ },
513
+ "exception":true
514
+ },
515
+ "InvalidS3KeyPrefixException":{
516
+ "type":"structure",
517
+ "members":{
518
+ },
519
+ "exception":true
520
+ },
521
+ "InvalidSNSTopicARNException":{
522
+ "type":"structure",
523
+ "members":{
524
+ },
525
+ "exception":true
526
+ },
527
+ "InvalidTimeRangeException":{
528
+ "type":"structure",
529
+ "members":{
530
+ },
531
+ "exception":true
532
+ },
533
+ "LastDeliveryChannelDeleteFailedException":{
534
+ "type":"structure",
535
+ "members":{
536
+ },
537
+ "exception":true
538
+ },
539
+ "LaterTime":{"type":"timestamp"},
540
+ "Limit":{
541
+ "type":"integer",
542
+ "min":0,
543
+ "max":100
544
+ },
545
+ "MaxNumberOfConfigurationRecordersExceededException":{
546
+ "type":"structure",
547
+ "members":{
548
+ },
549
+ "exception":true
550
+ },
551
+ "MaxNumberOfDeliveryChannelsExceededException":{
552
+ "type":"structure",
553
+ "members":{
554
+ },
555
+ "exception":true
556
+ },
557
+ "Name":{"type":"string"},
558
+ "NextToken":{"type":"string"},
559
+ "NoAvailableConfigurationRecorderException":{
560
+ "type":"structure",
561
+ "members":{
562
+ },
563
+ "exception":true
564
+ },
565
+ "NoAvailableDeliveryChannelException":{
566
+ "type":"structure",
567
+ "members":{
568
+ },
569
+ "exception":true
570
+ },
571
+ "NoRunningConfigurationRecorderException":{
572
+ "type":"structure",
573
+ "members":{
574
+ },
575
+ "exception":true
576
+ },
577
+ "NoSuchBucketException":{
578
+ "type":"structure",
579
+ "members":{
580
+ },
581
+ "exception":true
582
+ },
583
+ "NoSuchConfigurationRecorderException":{
584
+ "type":"structure",
585
+ "members":{
586
+ },
587
+ "exception":true
588
+ },
589
+ "NoSuchDeliveryChannelException":{
590
+ "type":"structure",
591
+ "members":{
592
+ },
593
+ "exception":true
594
+ },
595
+ "PutConfigurationRecorderRequest":{
596
+ "type":"structure",
597
+ "required":["ConfigurationRecorder"],
598
+ "members":{
599
+ "ConfigurationRecorder":{"shape":"ConfigurationRecorder"}
600
+ }
601
+ },
602
+ "PutDeliveryChannelRequest":{
603
+ "type":"structure",
604
+ "required":["DeliveryChannel"],
605
+ "members":{
606
+ "DeliveryChannel":{"shape":"DeliveryChannel"}
607
+ }
608
+ },
609
+ "RecorderName":{
610
+ "type":"string",
611
+ "min":1,
612
+ "max":256
613
+ },
614
+ "RecorderStatus":{
615
+ "type":"string",
616
+ "enum":[
617
+ "Pending",
618
+ "Success",
619
+ "Failure"
620
+ ]
621
+ },
622
+ "RelatedEvent":{"type":"string"},
623
+ "RelatedEventList":{
624
+ "type":"list",
625
+ "member":{"shape":"RelatedEvent"}
626
+ },
627
+ "Relationship":{
628
+ "type":"structure",
629
+ "members":{
630
+ "resourceType":{"shape":"ResourceType"},
631
+ "resourceId":{"shape":"ResourceId"},
632
+ "relationshipName":{"shape":"RelationshipName"}
633
+ }
634
+ },
635
+ "RelationshipList":{
636
+ "type":"list",
637
+ "member":{"shape":"Relationship"}
638
+ },
639
+ "RelationshipName":{"type":"string"},
640
+ "ResourceCreationTime":{"type":"timestamp"},
641
+ "ResourceId":{"type":"string"},
642
+ "ResourceNotDiscoveredException":{
643
+ "type":"structure",
644
+ "members":{
645
+ },
646
+ "exception":true
647
+ },
648
+ "ResourceType":{
649
+ "type":"string",
650
+ "enum":[
651
+ "AWS::EC2::CustomerGateway",
652
+ "AWS::EC2::EIP",
653
+ "AWS::EC2::Instance",
654
+ "AWS::EC2::InternetGateway",
655
+ "AWS::EC2::NetworkAcl",
656
+ "AWS::EC2::NetworkInterface",
657
+ "AWS::EC2::RouteTable",
658
+ "AWS::EC2::SecurityGroup",
659
+ "AWS::EC2::Subnet",
660
+ "AWS::CloudTrail::Trail",
661
+ "AWS::EC2::Volume",
662
+ "AWS::EC2::VPC",
663
+ "AWS::EC2::VPNConnection",
664
+ "AWS::EC2::VPNGateway"
665
+ ]
666
+ },
667
+ "StartConfigurationRecorderRequest":{
668
+ "type":"structure",
669
+ "required":["ConfigurationRecorderName"],
670
+ "members":{
671
+ "ConfigurationRecorderName":{"shape":"RecorderName"}
672
+ }
673
+ },
674
+ "StopConfigurationRecorderRequest":{
675
+ "type":"structure",
676
+ "required":["ConfigurationRecorderName"],
677
+ "members":{
678
+ "ConfigurationRecorderName":{"shape":"RecorderName"}
679
+ }
680
+ },
681
+ "String":{"type":"string"},
682
+ "Tags":{
683
+ "type":"map",
684
+ "key":{"shape":"Name"},
685
+ "value":{"shape":"Value"}
686
+ },
687
+ "ValidationException":{
688
+ "type":"structure",
689
+ "members":{
690
+ },
691
+ "exception":true
692
+ },
693
+ "Value":{"type":"string"},
694
+ "Version":{"type":"string"}
695
+ }
696
+ }