File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
clients/client-s3-control/src/models
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -477,10 +477,15 @@ export interface CreateAccessPointResult {
477
477
export enum ObjectLambdaAllowedFeature {
478
478
GetObjectPartNumber = "GetObject-PartNumber" ,
479
479
GetObjectRange = "GetObject-Range" ,
480
+ HeadObjectPartNumber = "HeadObject-PartNumber" ,
481
+ HeadObjectRange = "HeadObject-Range" ,
480
482
}
481
483
482
484
export enum ObjectLambdaTransformationConfigurationAction {
483
485
GetObject = "GetObject" ,
486
+ HeadObject = "HeadObject" ,
487
+ ListObjects = "ListObjects" ,
488
+ ListObjectsV2 = "ListObjectsV2" ,
484
489
}
485
490
486
491
/**
Original file line number Diff line number Diff line change 5220
5220
"traits" : {
5221
5221
"smithy.api#enumValue" : " GetObject-PartNumber"
5222
5222
}
5223
+ },
5224
+ "HeadObjectRange" : {
5225
+ "target" : " smithy.api#Unit" ,
5226
+ "traits" : {
5227
+ "smithy.api#enumValue" : " HeadObject-Range"
5228
+ }
5229
+ },
5230
+ "HeadObjectPartNumber" : {
5231
+ "target" : " smithy.api#Unit" ,
5232
+ "traits" : {
5233
+ "smithy.api#enumValue" : " HeadObject-PartNumber"
5234
+ }
5223
5235
}
5224
5236
}
5225
5237
},
5324
5336
"traits" : {
5325
5337
"smithy.api#enumValue" : " GetObject"
5326
5338
}
5339
+ },
5340
+ "HeadObject" : {
5341
+ "target" : " smithy.api#Unit" ,
5342
+ "traits" : {
5343
+ "smithy.api#enumValue" : " HeadObject"
5344
+ }
5345
+ },
5346
+ "ListObjects" : {
5347
+ "target" : " smithy.api#Unit" ,
5348
+ "traits" : {
5349
+ "smithy.api#enumValue" : " ListObjects"
5350
+ }
5351
+ },
5352
+ "ListObjectsV2" : {
5353
+ "target" : " smithy.api#Unit" ,
5354
+ "traits" : {
5355
+ "smithy.api#enumValue" : " ListObjectsV2"
5356
+ }
5327
5357
}
5328
5358
}
5329
5359
},
You can’t perform that action at this time.
0 commit comments