|
3178 | 3178 | "s3:Replication:OperationFailedReplication",
|
3179 | 3179 | "s3:Replication:OperationNotTracked",
|
3180 | 3180 | "s3:Replication:OperationMissedThreshold",
|
3181 |
| - "s3:Replication:OperationReplicatedAfterThreshold" |
| 3181 | + "s3:Replication:OperationReplicatedAfterThreshold", |
| 3182 | + "s3:ObjectRestore:Delete", |
| 3183 | + "s3:LifecycleTransition", |
| 3184 | + "s3:IntelligentTiering", |
| 3185 | + "s3:ObjectAcl:Put", |
| 3186 | + "s3:LifecycleExpiration:*", |
| 3187 | + "s3:LifecycleExpiration:Delete", |
| 3188 | + "s3:LifecycleExpiration:DeleteMarkerCreated", |
| 3189 | + "s3:ObjectTagging:*", |
| 3190 | + "s3:ObjectTagging:Put", |
| 3191 | + "s3:ObjectTagging:Delete" |
3182 | 3192 | ]
|
3183 | 3193 | },
|
| 3194 | + "EventBridgeConfiguration":{ |
| 3195 | + "type":"structure", |
| 3196 | + "members":{ |
| 3197 | + }, |
| 3198 | + "documentation":"<p>A container for specifying the configuration for Amazon EventBridge.</p>" |
| 3199 | + }, |
3184 | 3200 | "EventList":{
|
3185 | 3201 | "type":"list",
|
3186 | 3202 | "member":{"shape":"Event"},
|
|
6402 | 6418 | "shape":"LambdaFunctionConfigurationList",
|
6403 | 6419 | "documentation":"<p>Describes the Lambda functions to invoke and the events for which to invoke them.</p>",
|
6404 | 6420 | "locationName":"CloudFunctionConfiguration"
|
| 6421 | + }, |
| 6422 | + "EventBridgeConfiguration":{ |
| 6423 | + "shape":"EventBridgeConfiguration", |
| 6424 | + "documentation":"<p>Enables delivery of events to Amazon EventBridge.</p>" |
6405 | 6425 | }
|
6406 | 6426 | },
|
6407 | 6427 | "documentation":"<p>A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.</p>"
|
|
7278 | 7298 | "documentation":"<p>The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP <code>403 (Access Denied)</code> error.</p>",
|
7279 | 7299 | "location":"header",
|
7280 | 7300 | "locationName":"x-amz-expected-bucket-owner"
|
| 7301 | + }, |
| 7302 | + "SkipDestinationValidation":{ |
| 7303 | + "shape":"SkipValidation", |
| 7304 | + "documentation":"<p>Skips validation of Amazon SQS, Amazon SNS, and Lambda destinations. True or false value.</p>", |
| 7305 | + "location":"header", |
| 7306 | + "locationName":"x-amz-skip-destination-validation" |
7281 | 7307 | }
|
7282 | 7308 | },
|
7283 | 7309 | "payload":"NotificationConfiguration"
|
|
8984 | 9010 | },
|
8985 | 9011 | "Setting":{"type":"boolean"},
|
8986 | 9012 | "Size":{"type":"integer"},
|
| 9013 | + "SkipValidation":{"type":"boolean"}, |
8987 | 9014 | "SourceSelectionCriteria":{
|
8988 | 9015 | "type":"structure",
|
8989 | 9016 | "members":{
|
|
0 commit comments