Module: Aws::S3::Endpoints Private
- Defined in:
- lib/aws-sdk-s3/endpoints.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Classes: AbortMultipartUpload, CompleteMultipartUpload, CopyObject, CreateBucket, CreateMultipartUpload, CreateSession, DeleteBucket, DeleteBucketAnalyticsConfiguration, DeleteBucketCors, DeleteBucketEncryption, DeleteBucketIntelligentTieringConfiguration, DeleteBucketInventoryConfiguration, DeleteBucketLifecycle, DeleteBucketMetricsConfiguration, DeleteBucketOwnershipControls, DeleteBucketPolicy, DeleteBucketReplication, DeleteBucketTagging, DeleteBucketWebsite, DeleteObject, DeleteObjectTagging, DeleteObjects, DeletePublicAccessBlock, GetBucketAccelerateConfiguration, GetBucketAcl, GetBucketAnalyticsConfiguration, GetBucketCors, GetBucketEncryption, GetBucketIntelligentTieringConfiguration, GetBucketInventoryConfiguration, GetBucketLifecycle, GetBucketLifecycleConfiguration, GetBucketLocation, GetBucketLogging, GetBucketMetricsConfiguration, GetBucketNotification, GetBucketNotificationConfiguration, GetBucketOwnershipControls, GetBucketPolicy, GetBucketPolicyStatus, GetBucketReplication, GetBucketRequestPayment, GetBucketTagging, GetBucketVersioning, GetBucketWebsite, GetObject, GetObjectAcl, GetObjectAttributes, GetObjectLegalHold, GetObjectLockConfiguration, GetObjectRetention, GetObjectTagging, GetObjectTorrent, GetPublicAccessBlock, HeadBucket, HeadObject, ListBucketAnalyticsConfigurations, ListBucketIntelligentTieringConfigurations, ListBucketInventoryConfigurations, ListBucketMetricsConfigurations, ListBuckets, ListDirectoryBuckets, ListMultipartUploads, ListObjectVersions, ListObjects, ListObjectsV2, ListParts, PutBucketAccelerateConfiguration, PutBucketAcl, PutBucketAnalyticsConfiguration, PutBucketCors, PutBucketEncryption, PutBucketIntelligentTieringConfiguration, PutBucketInventoryConfiguration, PutBucketLifecycle, PutBucketLifecycleConfiguration, PutBucketLogging, PutBucketMetricsConfiguration, PutBucketNotification, PutBucketNotificationConfiguration, PutBucketOwnershipControls, PutBucketPolicy, PutBucketReplication, PutBucketRequestPayment, PutBucketTagging, PutBucketVersioning, PutBucketWebsite, PutObject, PutObjectAcl, PutObjectLegalHold, PutObjectLockConfiguration, PutObjectRetention, PutObjectTagging, PutPublicAccessBlock, RestoreObject, SelectObjectContent, UploadPart, UploadPartCopy, WriteGetObjectResponse
Class Method Summary collapse
Class Method Details
.parameters_for_operation(context) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-s3/endpoints.rb', line 1187 def self.parameters_for_operation(context) case context.operation_name when :abort_multipart_upload AbortMultipartUpload.build(context) when :complete_multipart_upload CompleteMultipartUpload.build(context) when :copy_object CopyObject.build(context) when :create_bucket CreateBucket.build(context) when :create_multipart_upload CreateMultipartUpload.build(context) when :create_session CreateSession.build(context) when :delete_bucket DeleteBucket.build(context) when :delete_bucket_analytics_configuration DeleteBucketAnalyticsConfiguration.build(context) when :delete_bucket_cors DeleteBucketCors.build(context) when :delete_bucket_encryption DeleteBucketEncryption.build(context) when :delete_bucket_intelligent_tiering_configuration DeleteBucketIntelligentTieringConfiguration.build(context) when :delete_bucket_inventory_configuration DeleteBucketInventoryConfiguration.build(context) when :delete_bucket_lifecycle DeleteBucketLifecycle.build(context) when :delete_bucket_metrics_configuration DeleteBucketMetricsConfiguration.build(context) when :delete_bucket_ownership_controls DeleteBucketOwnershipControls.build(context) when :delete_bucket_policy DeleteBucketPolicy.build(context) when :delete_bucket_replication DeleteBucketReplication.build(context) when :delete_bucket_tagging DeleteBucketTagging.build(context) when :delete_bucket_website DeleteBucketWebsite.build(context) when :delete_object DeleteObject.build(context) when :delete_object_tagging DeleteObjectTagging.build(context) when :delete_objects DeleteObjects.build(context) when :delete_public_access_block DeletePublicAccessBlock.build(context) when :get_bucket_accelerate_configuration GetBucketAccelerateConfiguration.build(context) when :get_bucket_acl GetBucketAcl.build(context) when :get_bucket_analytics_configuration GetBucketAnalyticsConfiguration.build(context) when :get_bucket_cors GetBucketCors.build(context) when :get_bucket_encryption GetBucketEncryption.build(context) when :get_bucket_intelligent_tiering_configuration GetBucketIntelligentTieringConfiguration.build(context) when :get_bucket_inventory_configuration GetBucketInventoryConfiguration.build(context) when :get_bucket_lifecycle GetBucketLifecycle.build(context) when :get_bucket_lifecycle_configuration GetBucketLifecycleConfiguration.build(context) when :get_bucket_location GetBucketLocation.build(context) when :get_bucket_logging GetBucketLogging.build(context) when :get_bucket_metrics_configuration GetBucketMetricsConfiguration.build(context) when :get_bucket_notification GetBucketNotification.build(context) when :get_bucket_notification_configuration GetBucketNotificationConfiguration.build(context) when :get_bucket_ownership_controls GetBucketOwnershipControls.build(context) when :get_bucket_policy GetBucketPolicy.build(context) when :get_bucket_policy_status GetBucketPolicyStatus.build(context) when :get_bucket_replication GetBucketReplication.build(context) when :get_bucket_request_payment GetBucketRequestPayment.build(context) when :get_bucket_tagging GetBucketTagging.build(context) when :get_bucket_versioning GetBucketVersioning.build(context) when :get_bucket_website GetBucketWebsite.build(context) when :get_object GetObject.build(context) when :get_object_acl GetObjectAcl.build(context) when :get_object_attributes GetObjectAttributes.build(context) when :get_object_legal_hold GetObjectLegalHold.build(context) when :get_object_lock_configuration GetObjectLockConfiguration.build(context) when :get_object_retention GetObjectRetention.build(context) when :get_object_tagging GetObjectTagging.build(context) when :get_object_torrent GetObjectTorrent.build(context) when :get_public_access_block GetPublicAccessBlock.build(context) when :head_bucket HeadBucket.build(context) when :head_object HeadObject.build(context) when :list_bucket_analytics_configurations ListBucketAnalyticsConfigurations.build(context) when :list_bucket_intelligent_tiering_configurations ListBucketIntelligentTieringConfigurations.build(context) when :list_bucket_inventory_configurations ListBucketInventoryConfigurations.build(context) when :list_bucket_metrics_configurations ListBucketMetricsConfigurations.build(context) when :list_buckets ListBuckets.build(context) when :list_directory_buckets ListDirectoryBuckets.build(context) when :list_multipart_uploads ListMultipartUploads.build(context) when :list_object_versions ListObjectVersions.build(context) when :list_objects ListObjects.build(context) when :list_objects_v2 ListObjectsV2.build(context) when :list_parts ListParts.build(context) when :put_bucket_accelerate_configuration PutBucketAccelerateConfiguration.build(context) when :put_bucket_acl PutBucketAcl.build(context) when :put_bucket_analytics_configuration PutBucketAnalyticsConfiguration.build(context) when :put_bucket_cors PutBucketCors.build(context) when :put_bucket_encryption PutBucketEncryption.build(context) when :put_bucket_intelligent_tiering_configuration PutBucketIntelligentTieringConfiguration.build(context) when :put_bucket_inventory_configuration PutBucketInventoryConfiguration.build(context) when :put_bucket_lifecycle PutBucketLifecycle.build(context) when :put_bucket_lifecycle_configuration PutBucketLifecycleConfiguration.build(context) when :put_bucket_logging PutBucketLogging.build(context) when :put_bucket_metrics_configuration PutBucketMetricsConfiguration.build(context) when :put_bucket_notification PutBucketNotification.build(context) when :put_bucket_notification_configuration PutBucketNotificationConfiguration.build(context) when :put_bucket_ownership_controls PutBucketOwnershipControls.build(context) when :put_bucket_policy PutBucketPolicy.build(context) when :put_bucket_replication PutBucketReplication.build(context) when :put_bucket_request_payment PutBucketRequestPayment.build(context) when :put_bucket_tagging PutBucketTagging.build(context) when :put_bucket_versioning PutBucketVersioning.build(context) when :put_bucket_website PutBucketWebsite.build(context) when :put_object PutObject.build(context) when :put_object_acl PutObjectAcl.build(context) when :put_object_legal_hold PutObjectLegalHold.build(context) when :put_object_lock_configuration PutObjectLockConfiguration.build(context) when :put_object_retention PutObjectRetention.build(context) when :put_object_tagging PutObjectTagging.build(context) when :put_public_access_block PutPublicAccessBlock.build(context) when :restore_object RestoreObject.build(context) when :select_object_content SelectObjectContent.build(context) when :upload_part UploadPart.build(context) when :upload_part_copy UploadPartCopy.build(context) when :write_get_object_response WriteGetObjectResponse.build(context) else Aws::S3::EndpointParameters.create(context.config) end end |