|
158 | 158 | {"shape":"OrganizationNotInAllFeaturesModeException"}, |
159 | 159 | {"shape":"NoManagementAccountSLRExistsException"}, |
160 | 160 | {"shape":"CloudTrailInvalidClientTokenIdException"}, |
161 | | - {"shape":"ConflictException"} |
| 161 | + {"shape":"ConflictException"}, |
| 162 | + {"shape":"ThrottlingException"} |
162 | 163 | ], |
163 | 164 | "documentation":"<p>Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. </p>", |
164 | 165 | "idempotent":true |
|
235 | 236 | {"shape":"InvalidTrailNameException"}, |
236 | 237 | {"shape":"CloudTrailARNInvalidException"}, |
237 | 238 | {"shape":"ConflictException"}, |
| 239 | + {"shape":"ThrottlingException"}, |
238 | 240 | {"shape":"InvalidHomeRegionException"}, |
239 | 241 | {"shape":"UnsupportedOperationException"}, |
240 | 242 | {"shape":"OperationNotPermittedException"}, |
|
393 | 395 | {"shape":"UnsupportedOperationException"}, |
394 | 396 | {"shape":"OperationNotPermittedException"}, |
395 | 397 | {"shape":"InsightNotEnabledException"}, |
396 | | - {"shape":"NoManagementAccountSLRExistsException"} |
| 398 | + {"shape":"NoManagementAccountSLRExistsException"}, |
| 399 | + {"shape":"ThrottlingException"} |
397 | 400 | ], |
398 | 401 | "documentation":"<p>Describes the settings for the Insights event selectors that you configured for your trail. <code>GetInsightSelectors</code> shows if CloudTrail Insights event logging is enabled on the trail, and if it is, which insight types are enabled. If you run <code>GetInsightSelectors</code> on a trail that does not have Insights events enabled, the operation throws the exception <code>InsightNotEnabledException</code> </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html\">Logging CloudTrail Insights Events for Trails </a> in the <i>CloudTrail User Guide</i>.</p>", |
399 | 402 | "idempotent":true |
|
660 | 663 | {"shape":"InvalidHomeRegionException"}, |
661 | 664 | {"shape":"InvalidEventSelectorsException"}, |
662 | 665 | {"shape":"ConflictException"}, |
| 666 | + {"shape":"ThrottlingException"}, |
663 | 667 | {"shape":"UnsupportedOperationException"}, |
664 | 668 | {"shape":"OperationNotPermittedException"}, |
665 | 669 | {"shape":"NotOrganizationMasterAccountException"}, |
|
690 | 694 | {"shape":"UnsupportedOperationException"}, |
691 | 695 | {"shape":"OperationNotPermittedException"}, |
692 | 696 | {"shape":"NotOrganizationMasterAccountException"}, |
693 | | - {"shape":"NoManagementAccountSLRExistsException"} |
| 697 | + {"shape":"NoManagementAccountSLRExistsException"}, |
| 698 | + {"shape":"ThrottlingException"} |
694 | 699 | ], |
695 | 700 | "documentation":"<p>Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail. You also use <code>PutInsightSelectors</code> to turn off Insights event logging, by passing an empty list of insight types. The valid Insights event types in this release are <code>ApiErrorRateInsight</code> and <code>ApiCallRateInsight</code>.</p> <p>To log CloudTrail Insights events on API call volume, the trail must log <code>write</code> management events. To log CloudTrail Insights events on API error rate, the trail must log <code>read</code> or <code>write</code> management events. You can call <code>GetEventSelectors</code> on a trail to check whether the trail logs management events.</p>", |
696 | 701 | "idempotent":true |
|
851 | 856 | "errors":[ |
852 | 857 | {"shape":"CloudTrailARNInvalidException"}, |
853 | 858 | {"shape":"ConflictException"}, |
| 859 | + {"shape":"ThrottlingException"}, |
854 | 860 | {"shape":"TrailNotFoundException"}, |
855 | 861 | {"shape":"InvalidTrailNameException"}, |
856 | 862 | {"shape":"InvalidHomeRegionException"}, |
|
941 | 947 | {"shape":"InvalidTrailNameException"}, |
942 | 948 | {"shape":"CloudTrailARNInvalidException"}, |
943 | 949 | {"shape":"ConflictException"}, |
| 950 | + {"shape":"ThrottlingException"}, |
944 | 951 | {"shape":"InvalidHomeRegionException"}, |
945 | 952 | {"shape":"UnsupportedOperationException"}, |
946 | 953 | {"shape":"OperationNotPermittedException"}, |
|
1029 | 1036 | {"shape":"InvalidEventSelectorsException"}, |
1030 | 1037 | {"shape":"CloudTrailARNInvalidException"}, |
1031 | 1038 | {"shape":"ConflictException"}, |
| 1039 | + {"shape":"ThrottlingException"}, |
1032 | 1040 | {"shape":"InvalidParameterCombinationException"}, |
1033 | 1041 | {"shape":"InvalidHomeRegionException"}, |
1034 | 1042 | {"shape":"KmsKeyNotFoundException"}, |
|
4015 | 4023 | "max":200 |
4016 | 4024 | }, |
4017 | 4025 | "TerminationProtectionEnabled":{"type":"boolean"}, |
| 4026 | + "ThrottlingException":{ |
| 4027 | + "type":"structure", |
| 4028 | + "members":{ |
| 4029 | + }, |
| 4030 | + "documentation":"<p> This exception is thrown when the request rate exceeds the limit. </p>", |
| 4031 | + "exception":true |
| 4032 | + }, |
4018 | 4033 | "Trail":{ |
4019 | 4034 | "type":"structure", |
4020 | 4035 | "members":{ |
|
0 commit comments