aws-sdk-core 2.2.6 → 2.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -4,11 +4,11 @@
4
4
  "apiVersion":"2013-11-01",
5
5
  "endpointPrefix":"cloudtrail",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceAbbreviation":"CloudTrail",
8
9
  "serviceFullName":"AWS CloudTrail",
9
10
  "signatureVersion":"v4",
10
- "targetPrefix":"com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101",
11
- "protocol":"json"
11
+ "targetPrefix":"com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101"
12
12
  },
13
13
  "operations":{
14
14
  "AddTags":{
@@ -20,78 +20,14 @@
20
20
  "input":{"shape":"AddTagsRequest"},
21
21
  "output":{"shape":"AddTagsResponse"},
22
22
  "errors":[
23
- {
24
- "shape":"ResourceNotFoundException",
25
- "error":{
26
- "code":"ResourceNotFound",
27
- "httpStatusCode":400,
28
- "senderFault":true
29
- },
30
- "exception":true
31
- },
32
- {
33
- "shape":"CloudTrailARNInvalidException",
34
- "error":{
35
- "code":"CloudTrailARNInvalid",
36
- "httpStatusCode":400,
37
- "senderFault":true
38
- },
39
- "exception":true
40
- },
41
- {
42
- "shape":"ResourceTypeNotSupportedException",
43
- "error":{
44
- "code":"ResourceTypeNotSupported",
45
- "httpStatusCode":400,
46
- "senderFault":true
47
- },
48
- "exception":true
49
- },
50
- {
51
- "shape":"TagsLimitExceededException",
52
- "error":{
53
- "code":"TagsLimitExceeded",
54
- "httpStatusCode":400,
55
- "senderFault":true
56
- },
57
- "exception":true
58
- },
59
- {
60
- "shape":"InvalidTrailNameException",
61
- "error":{
62
- "code":"InvalidTrailName",
63
- "httpStatusCode":400,
64
- "senderFault":true
65
- },
66
- "exception":true
67
- },
68
- {
69
- "shape":"InvalidTagParameterException",
70
- "error":{
71
- "code":"InvalidTagParameter",
72
- "httpStatusCode":400,
73
- "senderFault":true
74
- },
75
- "exception":true
76
- },
77
- {
78
- "shape":"UnsupportedOperationException",
79
- "error":{
80
- "code":"UnsupportedOperation",
81
- "httpStatusCode":400,
82
- "senderFault":true
83
- },
84
- "exception":true
85
- },
86
- {
87
- "shape":"OperationNotPermittedException",
88
- "error":{
89
- "code":"OperationNotPermitted",
90
- "httpStatusCode":400,
91
- "senderFault":true
92
- },
93
- "exception":true
94
- }
23
+ {"shape":"ResourceNotFoundException"},
24
+ {"shape":"CloudTrailARNInvalidException"},
25
+ {"shape":"ResourceTypeNotSupportedException"},
26
+ {"shape":"TagsLimitExceededException"},
27
+ {"shape":"InvalidTrailNameException"},
28
+ {"shape":"InvalidTagParameterException"},
29
+ {"shape":"UnsupportedOperationException"},
30
+ {"shape":"OperationNotPermittedException"}
95
31
  ]
96
32
  },
97
33
  "CreateTrail":{
@@ -103,177 +39,26 @@
103
39
  "input":{"shape":"CreateTrailRequest"},
104
40
  "output":{"shape":"CreateTrailResponse"},
105
41
  "errors":[
106
- {
107
- "shape":"MaximumNumberOfTrailsExceededException",
108
- "error":{
109
- "code":"MaximumNumberOfTrailsExceeded",
110
- "httpStatusCode":403,
111
- "senderFault":true
112
- },
113
- "exception":true
114
- },
115
- {
116
- "shape":"TrailAlreadyExistsException",
117
- "error":{
118
- "code":"TrailAlreadyExists",
119
- "httpStatusCode":400,
120
- "senderFault":true
121
- },
122
- "exception":true
123
- },
124
- {
125
- "shape":"S3BucketDoesNotExistException",
126
- "error":{
127
- "code":"S3BucketDoesNotExist",
128
- "httpStatusCode":404,
129
- "senderFault":true
130
- },
131
- "exception":true
132
- },
133
- {
134
- "shape":"InsufficientS3BucketPolicyException",
135
- "error":{
136
- "code":"InsufficientS3BucketPolicy",
137
- "httpStatusCode":403,
138
- "senderFault":true
139
- },
140
- "exception":true
141
- },
142
- {
143
- "shape":"InsufficientSnsTopicPolicyException",
144
- "error":{
145
- "code":"InsufficientSnsTopicPolicy",
146
- "httpStatusCode":403,
147
- "senderFault":true
148
- },
149
- "exception":true
150
- },
151
- {
152
- "shape":"InsufficientEncryptionPolicyException",
153
- "error":{
154
- "code":"InsufficientEncryptionPolicy",
155
- "httpStatusCode":400,
156
- "senderFault":true
157
- },
158
- "exception":true
159
- },
160
- {
161
- "shape":"InvalidS3BucketNameException",
162
- "error":{
163
- "code":"InvalidS3BucketName",
164
- "httpStatusCode":400,
165
- "senderFault":true
166
- },
167
- "exception":true
168
- },
169
- {
170
- "shape":"InvalidS3PrefixException",
171
- "error":{
172
- "code":"InvalidS3Prefix",
173
- "httpStatusCode":400,
174
- "senderFault":true
175
- },
176
- "exception":true
177
- },
178
- {
179
- "shape":"InvalidSnsTopicNameException",
180
- "error":{
181
- "code":"InvalidSnsTopicName",
182
- "httpStatusCode":400,
183
- "senderFault":true
184
- },
185
- "exception":true
186
- },
187
- {
188
- "shape":"InvalidKmsKeyIdException",
189
- "error":{
190
- "code":"InvalidKmsKeyId",
191
- "httpStatusCode":400,
192
- "senderFault":true
193
- },
194
- "exception":true
195
- },
196
- {
197
- "shape":"InvalidTrailNameException",
198
- "error":{
199
- "code":"InvalidTrailName",
200
- "httpStatusCode":400,
201
- "senderFault":true
202
- },
203
- "exception":true
204
- },
205
- {
206
- "shape":"TrailNotProvidedException",
207
- "error":{
208
- "code":"TrailNotProvided",
209
- "httpStatusCode":404,
210
- "senderFault":true
211
- },
212
- "exception":true
213
- },
214
- {
215
- "shape":"KmsKeyNotFoundException",
216
- "error":{
217
- "code":"KmsKeyNotFound",
218
- "httpStatusCode":400,
219
- "senderFault":true
220
- },
221
- "exception":true
222
- },
223
- {
224
- "shape":"KmsKeyDisabledException",
225
- "error":{
226
- "code":"KmsKeyDisabled",
227
- "httpStatusCode":400,
228
- "senderFault":true
229
- },
230
- "exception":true
231
- },
232
- {
233
- "shape":"InvalidCloudWatchLogsLogGroupArnException",
234
- "error":{
235
- "code":"InvalidCloudWatchLogsLogGroupArn",
236
- "httpStatusCode":400,
237
- "senderFault":true
238
- },
239
- "exception":true
240
- },
241
- {
242
- "shape":"InvalidCloudWatchLogsRoleArnException",
243
- "error":{
244
- "code":"InvalidCloudWatchLogsRoleArn",
245
- "httpStatusCode":400,
246
- "senderFault":true
247
- },
248
- "exception":true
249
- },
250
- {
251
- "shape":"CloudWatchLogsDeliveryUnavailableException",
252
- "error":{
253
- "code":"CloudWatchLogsDeliveryUnavailable",
254
- "httpStatusCode":400,
255
- "senderFault":true
256
- },
257
- "exception":true
258
- },
259
- {
260
- "shape":"UnsupportedOperationException",
261
- "error":{
262
- "code":"UnsupportedOperation",
263
- "httpStatusCode":400,
264
- "senderFault":true
265
- },
266
- "exception":true
267
- },
268
- {
269
- "shape":"OperationNotPermittedException",
270
- "error":{
271
- "code":"OperationNotPermitted",
272
- "httpStatusCode":400,
273
- "senderFault":true
274
- },
275
- "exception":true
276
- }
42
+ {"shape":"MaximumNumberOfTrailsExceededException"},
43
+ {"shape":"TrailAlreadyExistsException"},
44
+ {"shape":"S3BucketDoesNotExistException"},
45
+ {"shape":"InsufficientS3BucketPolicyException"},
46
+ {"shape":"InsufficientSnsTopicPolicyException"},
47
+ {"shape":"InsufficientEncryptionPolicyException"},
48
+ {"shape":"InvalidS3BucketNameException"},
49
+ {"shape":"InvalidS3PrefixException"},
50
+ {"shape":"InvalidSnsTopicNameException"},
51
+ {"shape":"InvalidKmsKeyIdException"},
52
+ {"shape":"InvalidTrailNameException"},
53
+ {"shape":"TrailNotProvidedException"},
54
+ {"shape":"InvalidParameterCombinationException"},
55
+ {"shape":"KmsKeyNotFoundException"},
56
+ {"shape":"KmsKeyDisabledException"},
57
+ {"shape":"InvalidCloudWatchLogsLogGroupArnException"},
58
+ {"shape":"InvalidCloudWatchLogsRoleArnException"},
59
+ {"shape":"CloudWatchLogsDeliveryUnavailableException"},
60
+ {"shape":"UnsupportedOperationException"},
61
+ {"shape":"OperationNotPermittedException"}
277
62
  ]
278
63
  },
279
64
  "DeleteTrail":{
@@ -285,24 +70,9 @@
285
70
  "input":{"shape":"DeleteTrailRequest"},
286
71
  "output":{"shape":"DeleteTrailResponse"},
287
72
  "errors":[
288
- {
289
- "shape":"TrailNotFoundException",
290
- "error":{
291
- "code":"TrailNotFound",
292
- "httpStatusCode":404,
293
- "senderFault":true
294
- },
295
- "exception":true
296
- },
297
- {
298
- "shape":"InvalidTrailNameException",
299
- "error":{
300
- "code":"InvalidTrailName",
301
- "httpStatusCode":400,
302
- "senderFault":true
303
- },
304
- "exception":true
305
- }
73
+ {"shape":"TrailNotFoundException"},
74
+ {"shape":"InvalidTrailNameException"},
75
+ {"shape":"InvalidHomeRegionException"}
306
76
  ]
307
77
  },
308
78
  "DescribeTrails":{
@@ -314,24 +84,8 @@
314
84
  "input":{"shape":"DescribeTrailsRequest"},
315
85
  "output":{"shape":"DescribeTrailsResponse"},
316
86
  "errors":[
317
- {
318
- "shape":"UnsupportedOperationException",
319
- "error":{
320
- "code":"UnsupportedOperation",
321
- "httpStatusCode":400,
322
- "senderFault":true
323
- },
324
- "exception":true
325
- },
326
- {
327
- "shape":"OperationNotPermittedException",
328
- "error":{
329
- "code":"OperationNotPermitted",
330
- "httpStatusCode":400,
331
- "senderFault":true
332
- },
333
- "exception":true
334
- }
87
+ {"shape":"UnsupportedOperationException"},
88
+ {"shape":"OperationNotPermittedException"}
335
89
  ]
336
90
  },
337
91
  "GetTrailStatus":{
@@ -343,24 +97,8 @@
343
97
  "input":{"shape":"GetTrailStatusRequest"},
344
98
  "output":{"shape":"GetTrailStatusResponse"},
345
99
  "errors":[
346
- {
347
- "shape":"TrailNotFoundException",
348
- "error":{
349
- "code":"TrailNotFound",
350
- "httpStatusCode":404,
351
- "senderFault":true
352
- },
353
- "exception":true
354
- },
355
- {
356
- "shape":"InvalidTrailNameException",
357
- "error":{
358
- "code":"InvalidTrailName",
359
- "httpStatusCode":400,
360
- "senderFault":true
361
- },
362
- "exception":true
363
- }
100
+ {"shape":"TrailNotFoundException"},
101
+ {"shape":"InvalidTrailNameException"}
364
102
  ]
365
103
  },
366
104
  "ListPublicKeys":{
@@ -372,42 +110,10 @@
372
110
  "input":{"shape":"ListPublicKeysRequest"},
373
111
  "output":{"shape":"ListPublicKeysResponse"},
374
112
  "errors":[
375
- {
376
- "shape":"InvalidTimeRangeException",
377
- "error":{
378
- "code":"InvalidTimeRange",
379
- "httpStatusCode":400,
380
- "senderFault":true
381
- },
382
- "exception":true
383
- },
384
- {
385
- "shape":"UnsupportedOperationException",
386
- "error":{
387
- "code":"UnsupportedOperation",
388
- "httpStatusCode":400,
389
- "senderFault":true
390
- },
391
- "exception":true
392
- },
393
- {
394
- "shape":"OperationNotPermittedException",
395
- "error":{
396
- "code":"OperationNotPermitted",
397
- "httpStatusCode":400,
398
- "senderFault":true
399
- },
400
- "exception":true
401
- },
402
- {
403
- "shape":"InvalidTokenException",
404
- "error":{
405
- "code":"InvalidToken",
406
- "httpStatusCode":400,
407
- "senderFault":true
408
- },
409
- "exception":true
410
- }
113
+ {"shape":"InvalidTimeRangeException"},
114
+ {"shape":"UnsupportedOperationException"},
115
+ {"shape":"OperationNotPermittedException"},
116
+ {"shape":"InvalidTokenException"}
411
117
  ]
412
118
  },
413
119
  "ListTags":{
@@ -419,69 +125,13 @@
419
125
  "input":{"shape":"ListTagsRequest"},
420
126
  "output":{"shape":"ListTagsResponse"},
421
127
  "errors":[
422
- {
423
- "shape":"ResourceNotFoundException",
424
- "error":{
425
- "code":"ResourceNotFound",
426
- "httpStatusCode":400,
427
- "senderFault":true
428
- },
429
- "exception":true
430
- },
431
- {
432
- "shape":"CloudTrailARNInvalidException",
433
- "error":{
434
- "code":"CloudTrailARNInvalid",
435
- "httpStatusCode":400,
436
- "senderFault":true
437
- },
438
- "exception":true
439
- },
440
- {
441
- "shape":"ResourceTypeNotSupportedException",
442
- "error":{
443
- "code":"ResourceTypeNotSupported",
444
- "httpStatusCode":400,
445
- "senderFault":true
446
- },
447
- "exception":true
448
- },
449
- {
450
- "shape":"InvalidTrailNameException",
451
- "error":{
452
- "code":"InvalidTrailName",
453
- "httpStatusCode":400,
454
- "senderFault":true
455
- },
456
- "exception":true
457
- },
458
- {
459
- "shape":"UnsupportedOperationException",
460
- "error":{
461
- "code":"UnsupportedOperation",
462
- "httpStatusCode":400,
463
- "senderFault":true
464
- },
465
- "exception":true
466
- },
467
- {
468
- "shape":"OperationNotPermittedException",
469
- "error":{
470
- "code":"OperationNotPermitted",
471
- "httpStatusCode":400,
472
- "senderFault":true
473
- },
474
- "exception":true
475
- },
476
- {
477
- "shape":"InvalidTokenException",
478
- "error":{
479
- "code":"InvalidToken",
480
- "httpStatusCode":400,
481
- "senderFault":true
482
- },
483
- "exception":true
484
- }
128
+ {"shape":"ResourceNotFoundException"},
129
+ {"shape":"CloudTrailARNInvalidException"},
130
+ {"shape":"ResourceTypeNotSupportedException"},
131
+ {"shape":"InvalidTrailNameException"},
132
+ {"shape":"UnsupportedOperationException"},
133
+ {"shape":"OperationNotPermittedException"},
134
+ {"shape":"InvalidTokenException"}
485
135
  ]
486
136
  },
487
137
  "LookupEvents":{
@@ -493,42 +143,10 @@
493
143
  "input":{"shape":"LookupEventsRequest"},
494
144
  "output":{"shape":"LookupEventsResponse"},
495
145
  "errors":[
496
- {
497
- "shape":"InvalidLookupAttributesException",
498
- "error":{
499
- "code":"InvalidLookupAttributes",
500
- "httpStatusCode":400,
501
- "senderFault":true
502
- },
503
- "exception":true
504
- },
505
- {
506
- "shape":"InvalidTimeRangeException",
507
- "error":{
508
- "code":"InvalidTimeRange",
509
- "httpStatusCode":400,
510
- "senderFault":true
511
- },
512
- "exception":true
513
- },
514
- {
515
- "shape":"InvalidMaxResultsException",
516
- "error":{
517
- "code":"InvalidMaxResults",
518
- "httpStatusCode":400,
519
- "senderFault":true
520
- },
521
- "exception":true
522
- },
523
- {
524
- "shape":"InvalidNextTokenException",
525
- "error":{
526
- "code":"InvalidNextToken",
527
- "httpStatusCode":400,
528
- "senderFault":true
529
- },
530
- "exception":true
531
- }
146
+ {"shape":"InvalidLookupAttributesException"},
147
+ {"shape":"InvalidTimeRangeException"},
148
+ {"shape":"InvalidMaxResultsException"},
149
+ {"shape":"InvalidNextTokenException"}
532
150
  ]
533
151
  },
534
152
  "RemoveTags":{
@@ -540,69 +158,13 @@
540
158
  "input":{"shape":"RemoveTagsRequest"},
541
159
  "output":{"shape":"RemoveTagsResponse"},
542
160
  "errors":[
543
- {
544
- "shape":"ResourceNotFoundException",
545
- "error":{
546
- "code":"ResourceNotFound",
547
- "httpStatusCode":400,
548
- "senderFault":true
549
- },
550
- "exception":true
551
- },
552
- {
553
- "shape":"CloudTrailARNInvalidException",
554
- "error":{
555
- "code":"CloudTrailARNInvalid",
556
- "httpStatusCode":400,
557
- "senderFault":true
558
- },
559
- "exception":true
560
- },
561
- {
562
- "shape":"ResourceTypeNotSupportedException",
563
- "error":{
564
- "code":"ResourceTypeNotSupported",
565
- "httpStatusCode":400,
566
- "senderFault":true
567
- },
568
- "exception":true
569
- },
570
- {
571
- "shape":"InvalidTrailNameException",
572
- "error":{
573
- "code":"InvalidTrailName",
574
- "httpStatusCode":400,
575
- "senderFault":true
576
- },
577
- "exception":true
578
- },
579
- {
580
- "shape":"InvalidTagParameterException",
581
- "error":{
582
- "code":"InvalidTagParameter",
583
- "httpStatusCode":400,
584
- "senderFault":true
585
- },
586
- "exception":true
587
- },
588
- {
589
- "shape":"UnsupportedOperationException",
590
- "error":{
591
- "code":"UnsupportedOperation",
592
- "httpStatusCode":400,
593
- "senderFault":true
594
- },
595
- "exception":true
596
- },
597
- {
598
- "shape":"OperationNotPermittedException",
599
- "error":{
600
- "code":"OperationNotPermitted",
601
- "httpStatusCode":400,
602
- "senderFault":true
603
- },
604
- "exception":true
605
- }
161
+ {"shape":"ResourceNotFoundException"},
162
+ {"shape":"CloudTrailARNInvalidException"},
163
+ {"shape":"ResourceTypeNotSupportedException"},
164
+ {"shape":"InvalidTrailNameException"},
165
+ {"shape":"InvalidTagParameterException"},
166
+ {"shape":"UnsupportedOperationException"},
167
+ {"shape":"OperationNotPermittedException"}
606
168
  ]
607
169
  },
608
170
  "StartLogging":{
@@ -614,24 +176,9 @@
614
176
  "input":{"shape":"StartLoggingRequest"},
615
177
  "output":{"shape":"StartLoggingResponse"},
616
178
  "errors":[
617
- {
618
- "shape":"TrailNotFoundException",
619
- "error":{
620
- "code":"TrailNotFound",
621
- "httpStatusCode":404,
622
- "senderFault":true
623
- },
624
- "exception":true
625
- },
626
- {
627
- "shape":"InvalidTrailNameException",
628
- "error":{
629
- "code":"InvalidTrailName",
630
- "httpStatusCode":400,
631
- "senderFault":true
632
- },
633
- "exception":true
634
- }
179
+ {"shape":"TrailNotFoundException"},
180
+ {"shape":"InvalidTrailNameException"},
181
+ {"shape":"InvalidHomeRegionException"}
635
182
  ]
636
183
  },
637
184
  "StopLogging":{
@@ -643,24 +190,9 @@
643
190
  "input":{"shape":"StopLoggingRequest"},
644
191
  "output":{"shape":"StopLoggingResponse"},
645
192
  "errors":[
646
- {
647
- "shape":"TrailNotFoundException",
648
- "error":{
649
- "code":"TrailNotFound",
650
- "httpStatusCode":404,
651
- "senderFault":true
652
- },
653
- "exception":true
654
- },
655
- {
656
- "shape":"InvalidTrailNameException",
657
- "error":{
658
- "code":"InvalidTrailName",
659
- "httpStatusCode":400,
660
- "senderFault":true
661
- },
662
- "exception":true
663
- }
193
+ {"shape":"TrailNotFoundException"},
194
+ {"shape":"InvalidTrailNameException"},
195
+ {"shape":"InvalidHomeRegionException"}
664
196
  ]
665
197
  },
666
198
  "UpdateTrail":{
@@ -672,168 +204,26 @@
672
204
  "input":{"shape":"UpdateTrailRequest"},
673
205
  "output":{"shape":"UpdateTrailResponse"},
674
206
  "errors":[
675
- {
676
- "shape":"S3BucketDoesNotExistException",
677
- "error":{
678
- "code":"S3BucketDoesNotExist",
679
- "httpStatusCode":404,
680
- "senderFault":true
681
- },
682
- "exception":true
683
- },
684
- {
685
- "shape":"InsufficientS3BucketPolicyException",
686
- "error":{
687
- "code":"InsufficientS3BucketPolicy",
688
- "httpStatusCode":403,
689
- "senderFault":true
690
- },
691
- "exception":true
692
- },
693
- {
694
- "shape":"InsufficientSnsTopicPolicyException",
695
- "error":{
696
- "code":"InsufficientSnsTopicPolicy",
697
- "httpStatusCode":403,
698
- "senderFault":true
699
- },
700
- "exception":true
701
- },
702
- {
703
- "shape":"InsufficientEncryptionPolicyException",
704
- "error":{
705
- "code":"InsufficientEncryptionPolicy",
706
- "httpStatusCode":400,
707
- "senderFault":true
708
- },
709
- "exception":true
710
- },
711
- {
712
- "shape":"TrailNotFoundException",
713
- "error":{
714
- "code":"TrailNotFound",
715
- "httpStatusCode":404,
716
- "senderFault":true
717
- },
718
- "exception":true
719
- },
720
- {
721
- "shape":"InvalidS3BucketNameException",
722
- "error":{
723
- "code":"InvalidS3BucketName",
724
- "httpStatusCode":400,
725
- "senderFault":true
726
- },
727
- "exception":true
728
- },
729
- {
730
- "shape":"InvalidS3PrefixException",
731
- "error":{
732
- "code":"InvalidS3Prefix",
733
- "httpStatusCode":400,
734
- "senderFault":true
735
- },
736
- "exception":true
737
- },
738
- {
739
- "shape":"InvalidSnsTopicNameException",
740
- "error":{
741
- "code":"InvalidSnsTopicName",
742
- "httpStatusCode":400,
743
- "senderFault":true
744
- },
745
- "exception":true
746
- },
747
- {
748
- "shape":"InvalidKmsKeyIdException",
749
- "error":{
750
- "code":"InvalidKmsKeyId",
751
- "httpStatusCode":400,
752
- "senderFault":true
753
- },
754
- "exception":true
755
- },
756
- {
757
- "shape":"InvalidTrailNameException",
758
- "error":{
759
- "code":"InvalidTrailName",
760
- "httpStatusCode":400,
761
- "senderFault":true
762
- },
763
- "exception":true
764
- },
765
- {
766
- "shape":"TrailNotProvidedException",
767
- "error":{
768
- "code":"TrailNotProvided",
769
- "httpStatusCode":404,
770
- "senderFault":true
771
- },
772
- "exception":true
773
- },
774
- {
775
- "shape":"KmsKeyNotFoundException",
776
- "error":{
777
- "code":"KmsKeyNotFound",
778
- "httpStatusCode":400,
779
- "senderFault":true
780
- },
781
- "exception":true
782
- },
783
- {
784
- "shape":"KmsKeyDisabledException",
785
- "error":{
786
- "code":"KmsKeyDisabled",
787
- "httpStatusCode":400,
788
- "senderFault":true
789
- },
790
- "exception":true
791
- },
792
- {
793
- "shape":"InvalidCloudWatchLogsLogGroupArnException",
794
- "error":{
795
- "code":"InvalidCloudWatchLogsLogGroupArn",
796
- "httpStatusCode":400,
797
- "senderFault":true
798
- },
799
- "exception":true
800
- },
801
- {
802
- "shape":"InvalidCloudWatchLogsRoleArnException",
803
- "error":{
804
- "code":"InvalidCloudWatchLogsRoleArn",
805
- "httpStatusCode":400,
806
- "senderFault":true
807
- },
808
- "exception":true
809
- },
810
- {
811
- "shape":"CloudWatchLogsDeliveryUnavailableException",
812
- "error":{
813
- "code":"CloudWatchLogsDeliveryUnavailable",
814
- "httpStatusCode":400,
815
- "senderFault":true
816
- },
817
- "exception":true
818
- },
819
- {
820
- "shape":"UnsupportedOperationException",
821
- "error":{
822
- "code":"UnsupportedOperation",
823
- "httpStatusCode":400,
824
- "senderFault":true
825
- },
826
- "exception":true
827
- },
828
- {
829
- "shape":"OperationNotPermittedException",
830
- "error":{
831
- "code":"OperationNotPermitted",
832
- "httpStatusCode":400,
833
- "senderFault":true
834
- },
835
- "exception":true
836
- }
207
+ {"shape":"S3BucketDoesNotExistException"},
208
+ {"shape":"InsufficientS3BucketPolicyException"},
209
+ {"shape":"InsufficientSnsTopicPolicyException"},
210
+ {"shape":"InsufficientEncryptionPolicyException"},
211
+ {"shape":"TrailNotFoundException"},
212
+ {"shape":"InvalidS3BucketNameException"},
213
+ {"shape":"InvalidS3PrefixException"},
214
+ {"shape":"InvalidSnsTopicNameException"},
215
+ {"shape":"InvalidKmsKeyIdException"},
216
+ {"shape":"InvalidTrailNameException"},
217
+ {"shape":"TrailNotProvidedException"},
218
+ {"shape":"InvalidParameterCombinationException"},
219
+ {"shape":"InvalidHomeRegionException"},
220
+ {"shape":"KmsKeyNotFoundException"},
221
+ {"shape":"KmsKeyDisabledException"},
222
+ {"shape":"InvalidCloudWatchLogsLogGroupArnException"},
223
+ {"shape":"InvalidCloudWatchLogsRoleArnException"},
224
+ {"shape":"CloudWatchLogsDeliveryUnavailableException"},
225
+ {"shape":"UnsupportedOperationException"},
226
+ {"shape":"OperationNotPermittedException"}
837
227
  ]
838
228
  }
839
229
  },
@@ -857,22 +247,12 @@
857
247
  "type":"structure",
858
248
  "members":{
859
249
  },
860
- "error":{
861
- "code":"CloudTrailARNInvalid",
862
- "httpStatusCode":400,
863
- "senderFault":true
864
- },
865
250
  "exception":true
866
251
  },
867
252
  "CloudWatchLogsDeliveryUnavailableException":{
868
253
  "type":"structure",
869
254
  "members":{
870
255
  },
871
- "error":{
872
- "code":"CloudWatchLogsDeliveryUnavailable",
873
- "httpStatusCode":400,
874
- "senderFault":true
875
- },
876
256
  "exception":true
877
257
  },
878
258
  "CreateTrailRequest":{
@@ -887,6 +267,7 @@
887
267
  "S3KeyPrefix":{"shape":"String"},
888
268
  "SnsTopicName":{"shape":"String"},
889
269
  "IncludeGlobalServiceEvents":{"shape":"Boolean"},
270
+ "IsMultiRegionTrail":{"shape":"Boolean"},
890
271
  "EnableLogFileValidation":{"shape":"Boolean"},
891
272
  "CloudWatchLogsLogGroupArn":{"shape":"String"},
892
273
  "CloudWatchLogsRoleArn":{"shape":"String"},
@@ -901,6 +282,7 @@
901
282
  "S3KeyPrefix":{"shape":"String"},
902
283
  "SnsTopicName":{"shape":"String"},
903
284
  "IncludeGlobalServiceEvents":{"shape":"Boolean"},
285
+ "IsMultiRegionTrail":{"shape":"Boolean"},
904
286
  "TrailARN":{"shape":"String"},
905
287
  "LogFileValidationEnabled":{"shape":"Boolean"},
906
288
  "CloudWatchLogsLogGroupArn":{"shape":"String"},
@@ -924,7 +306,8 @@
924
306
  "DescribeTrailsRequest":{
925
307
  "type":"structure",
926
308
  "members":{
927
- "trailNameList":{"shape":"TrailNameList"}
309
+ "trailNameList":{"shape":"TrailNameList"},
310
+ "includeShadowTrails":{"shape":"Boolean"}
928
311
  }
929
312
  },
930
313
  "DescribeTrailsResponse":{
@@ -981,54 +364,35 @@
981
364
  "type":"structure",
982
365
  "members":{
983
366
  },
984
- "error":{
985
- "code":"InsufficientEncryptionPolicy",
986
- "httpStatusCode":400,
987
- "senderFault":true
988
- },
989
367
  "exception":true
990
368
  },
991
369
  "InsufficientS3BucketPolicyException":{
992
370
  "type":"structure",
993
371
  "members":{
994
372
  },
995
- "error":{
996
- "code":"InsufficientS3BucketPolicy",
997
- "httpStatusCode":403,
998
- "senderFault":true
999
- },
1000
373
  "exception":true
1001
374
  },
1002
375
  "InsufficientSnsTopicPolicyException":{
1003
376
  "type":"structure",
1004
377
  "members":{
1005
378
  },
1006
- "error":{
1007
- "code":"InsufficientSnsTopicPolicy",
1008
- "httpStatusCode":403,
1009
- "senderFault":true
1010
- },
1011
379
  "exception":true
1012
380
  },
1013
381
  "InvalidCloudWatchLogsLogGroupArnException":{
1014
382
  "type":"structure",
1015
383
  "members":{
1016
384
  },
1017
- "error":{
1018
- "code":"InvalidCloudWatchLogsLogGroupArn",
1019
- "httpStatusCode":400,
1020
- "senderFault":true
1021
- },
1022
385
  "exception":true
1023
386
  },
1024
387
  "InvalidCloudWatchLogsRoleArnException":{
1025
388
  "type":"structure",
1026
389
  "members":{
1027
390
  },
1028
- "error":{
1029
- "code":"InvalidCloudWatchLogsRoleArn",
1030
- "httpStatusCode":400,
1031
- "senderFault":true
391
+ "exception":true
392
+ },
393
+ "InvalidHomeRegionException":{
394
+ "type":"structure",
395
+ "members":{
1032
396
  },
1033
397
  "exception":true
1034
398
  },
@@ -1036,43 +400,29 @@
1036
400
  "type":"structure",
1037
401
  "members":{
1038
402
  },
1039
- "error":{
1040
- "code":"InvalidKmsKeyId",
1041
- "httpStatusCode":400,
1042
- "senderFault":true
1043
- },
1044
403
  "exception":true
1045
404
  },
1046
405
  "InvalidLookupAttributesException":{
1047
406
  "type":"structure",
1048
407
  "members":{
1049
408
  },
1050
- "error":{
1051
- "code":"InvalidLookupAttributes",
1052
- "httpStatusCode":400,
1053
- "senderFault":true
1054
- },
1055
409
  "exception":true
1056
410
  },
1057
411
  "InvalidMaxResultsException":{
1058
412
  "type":"structure",
1059
413
  "members":{
1060
414
  },
1061
- "error":{
1062
- "code":"InvalidMaxResults",
1063
- "httpStatusCode":400,
1064
- "senderFault":true
1065
- },
1066
415
  "exception":true
1067
416
  },
1068
417
  "InvalidNextTokenException":{
1069
418
  "type":"structure",
1070
419
  "members":{
1071
420
  },
1072
- "error":{
1073
- "code":"InvalidNextToken",
1074
- "httpStatusCode":400,
1075
- "senderFault":true
421
+ "exception":true
422
+ },
423
+ "InvalidParameterCombinationException":{
424
+ "type":"structure",
425
+ "members":{
1076
426
  },
1077
427
  "exception":true
1078
428
  },
@@ -1080,99 +430,54 @@
1080
430
  "type":"structure",
1081
431
  "members":{
1082
432
  },
1083
- "error":{
1084
- "code":"InvalidS3BucketName",
1085
- "httpStatusCode":400,
1086
- "senderFault":true
1087
- },
1088
433
  "exception":true
1089
434
  },
1090
435
  "InvalidS3PrefixException":{
1091
436
  "type":"structure",
1092
437
  "members":{
1093
438
  },
1094
- "error":{
1095
- "code":"InvalidS3Prefix",
1096
- "httpStatusCode":400,
1097
- "senderFault":true
1098
- },
1099
439
  "exception":true
1100
440
  },
1101
441
  "InvalidSnsTopicNameException":{
1102
442
  "type":"structure",
1103
443
  "members":{
1104
444
  },
1105
- "error":{
1106
- "code":"InvalidSnsTopicName",
1107
- "httpStatusCode":400,
1108
- "senderFault":true
1109
- },
1110
445
  "exception":true
1111
446
  },
1112
447
  "InvalidTagParameterException":{
1113
448
  "type":"structure",
1114
449
  "members":{
1115
450
  },
1116
- "error":{
1117
- "code":"InvalidTagParameter",
1118
- "httpStatusCode":400,
1119
- "senderFault":true
1120
- },
1121
451
  "exception":true
1122
452
  },
1123
453
  "InvalidTimeRangeException":{
1124
454
  "type":"structure",
1125
455
  "members":{
1126
456
  },
1127
- "error":{
1128
- "code":"InvalidTimeRange",
1129
- "httpStatusCode":400,
1130
- "senderFault":true
1131
- },
1132
457
  "exception":true
1133
458
  },
1134
459
  "InvalidTokenException":{
1135
460
  "type":"structure",
1136
461
  "members":{
1137
462
  },
1138
- "error":{
1139
- "code":"InvalidToken",
1140
- "httpStatusCode":400,
1141
- "senderFault":true
1142
- },
1143
463
  "exception":true
1144
464
  },
1145
465
  "InvalidTrailNameException":{
1146
466
  "type":"structure",
1147
467
  "members":{
1148
468
  },
1149
- "error":{
1150
- "code":"InvalidTrailName",
1151
- "httpStatusCode":400,
1152
- "senderFault":true
1153
- },
1154
469
  "exception":true
1155
470
  },
1156
471
  "KmsKeyDisabledException":{
1157
472
  "type":"structure",
1158
473
  "members":{
1159
474
  },
1160
- "error":{
1161
- "code":"KmsKeyDisabled",
1162
- "httpStatusCode":400,
1163
- "senderFault":true
1164
- },
1165
475
  "exception":true
1166
476
  },
1167
477
  "KmsKeyNotFoundException":{
1168
478
  "type":"structure",
1169
479
  "members":{
1170
480
  },
1171
- "error":{
1172
- "code":"KmsKeyNotFound",
1173
- "httpStatusCode":400,
1174
- "senderFault":true
1175
- },
1176
481
  "exception":true
1177
482
  },
1178
483
  "ListPublicKeysRequest":{
@@ -1249,18 +554,13 @@
1249
554
  },
1250
555
  "MaxResults":{
1251
556
  "type":"integer",
1252
- "min":1,
1253
- "max":50
557
+ "max":50,
558
+ "min":1
1254
559
  },
1255
560
  "MaximumNumberOfTrailsExceededException":{
1256
561
  "type":"structure",
1257
562
  "members":{
1258
563
  },
1259
- "error":{
1260
- "code":"MaximumNumberOfTrailsExceeded",
1261
- "httpStatusCode":403,
1262
- "senderFault":true
1263
- },
1264
564
  "exception":true
1265
565
  },
1266
566
  "NextToken":{"type":"string"},
@@ -1268,11 +568,6 @@
1268
568
  "type":"structure",
1269
569
  "members":{
1270
570
  },
1271
- "error":{
1272
- "code":"OperationNotPermitted",
1273
- "httpStatusCode":400,
1274
- "senderFault":true
1275
- },
1276
571
  "exception":true
1277
572
  },
1278
573
  "PublicKey":{
@@ -1320,11 +615,6 @@
1320
615
  "type":"structure",
1321
616
  "members":{
1322
617
  },
1323
- "error":{
1324
- "code":"ResourceNotFound",
1325
- "httpStatusCode":400,
1326
- "senderFault":true
1327
- },
1328
618
  "exception":true
1329
619
  },
1330
620
  "ResourceTag":{
@@ -1342,22 +632,12 @@
1342
632
  "type":"structure",
1343
633
  "members":{
1344
634
  },
1345
- "error":{
1346
- "code":"ResourceTypeNotSupported",
1347
- "httpStatusCode":400,
1348
- "senderFault":true
1349
- },
1350
635
  "exception":true
1351
636
  },
1352
637
  "S3BucketDoesNotExistException":{
1353
638
  "type":"structure",
1354
639
  "members":{
1355
640
  },
1356
- "error":{
1357
- "code":"S3BucketDoesNotExist",
1358
- "httpStatusCode":404,
1359
- "senderFault":true
1360
- },
1361
641
  "exception":true
1362
642
  },
1363
643
  "StartLoggingRequest":{
@@ -1397,11 +677,6 @@
1397
677
  "type":"structure",
1398
678
  "members":{
1399
679
  },
1400
- "error":{
1401
- "code":"TagsLimitExceeded",
1402
- "httpStatusCode":400,
1403
- "senderFault":true
1404
- },
1405
680
  "exception":true
1406
681
  },
1407
682
  "TagsList":{
@@ -1416,6 +691,8 @@
1416
691
  "S3KeyPrefix":{"shape":"String"},
1417
692
  "SnsTopicName":{"shape":"String"},
1418
693
  "IncludeGlobalServiceEvents":{"shape":"Boolean"},
694
+ "IsMultiRegionTrail":{"shape":"Boolean"},
695
+ "HomeRegion":{"shape":"String"},
1419
696
  "TrailARN":{"shape":"String"},
1420
697
  "LogFileValidationEnabled":{"shape":"Boolean"},
1421
698
  "CloudWatchLogsLogGroupArn":{"shape":"String"},
@@ -1427,11 +704,6 @@
1427
704
  "type":"structure",
1428
705
  "members":{
1429
706
  },
1430
- "error":{
1431
- "code":"TrailAlreadyExists",
1432
- "httpStatusCode":400,
1433
- "senderFault":true
1434
- },
1435
707
  "exception":true
1436
708
  },
1437
709
  "TrailList":{
@@ -1446,33 +718,18 @@
1446
718
  "type":"structure",
1447
719
  "members":{
1448
720
  },
1449
- "error":{
1450
- "code":"TrailNotFound",
1451
- "httpStatusCode":404,
1452
- "senderFault":true
1453
- },
1454
721
  "exception":true
1455
722
  },
1456
723
  "TrailNotProvidedException":{
1457
724
  "type":"structure",
1458
725
  "members":{
1459
726
  },
1460
- "error":{
1461
- "code":"TrailNotProvided",
1462
- "httpStatusCode":404,
1463
- "senderFault":true
1464
- },
1465
727
  "exception":true
1466
728
  },
1467
729
  "UnsupportedOperationException":{
1468
730
  "type":"structure",
1469
731
  "members":{
1470
732
  },
1471
- "error":{
1472
- "code":"UnsupportedOperation",
1473
- "httpStatusCode":400,
1474
- "senderFault":true
1475
- },
1476
733
  "exception":true
1477
734
  },
1478
735
  "UpdateTrailRequest":{
@@ -1484,6 +741,7 @@
1484
741
  "S3KeyPrefix":{"shape":"String"},
1485
742
  "SnsTopicName":{"shape":"String"},
1486
743
  "IncludeGlobalServiceEvents":{"shape":"Boolean"},
744
+ "IsMultiRegionTrail":{"shape":"Boolean"},
1487
745
  "EnableLogFileValidation":{"shape":"Boolean"},
1488
746
  "CloudWatchLogsLogGroupArn":{"shape":"String"},
1489
747
  "CloudWatchLogsRoleArn":{"shape":"String"},
@@ -1498,6 +756,7 @@
1498
756
  "S3KeyPrefix":{"shape":"String"},
1499
757
  "SnsTopicName":{"shape":"String"},
1500
758
  "IncludeGlobalServiceEvents":{"shape":"Boolean"},
759
+ "IsMultiRegionTrail":{"shape":"Boolean"},
1501
760
  "TrailARN":{"shape":"String"},
1502
761
  "LogFileValidationEnabled":{"shape":"Boolean"},
1503
762
  "CloudWatchLogsLogGroupArn":{"shape":"String"},