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, CreateBucketMetadataConfiguration, CreateBucketMetadataTableConfiguration, CreateMultipartUpload, CreateSession, DeleteBucket, DeleteBucketAnalyticsConfiguration, DeleteBucketCors, DeleteBucketEncryption, DeleteBucketIntelligentTieringConfiguration, DeleteBucketInventoryConfiguration, DeleteBucketLifecycle, DeleteBucketMetadataConfiguration, DeleteBucketMetadataTableConfiguration, DeleteBucketMetricsConfiguration, DeleteBucketOwnershipControls, DeleteBucketPolicy, DeleteBucketReplication, DeleteBucketTagging, DeleteBucketWebsite, DeleteObject, DeleteObjectTagging, DeleteObjects, DeletePublicAccessBlock, GetBucketAccelerateConfiguration, GetBucketAcl, GetBucketAnalyticsConfiguration, GetBucketCors, GetBucketEncryption, GetBucketIntelligentTieringConfiguration, GetBucketInventoryConfiguration, GetBucketLifecycle, GetBucketLifecycleConfiguration, GetBucketLocation, GetBucketLogging, GetBucketMetadataConfiguration, GetBucketMetadataTableConfiguration, 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, RenameObject, RestoreObject, SelectObjectContent, UpdateBucketMetadataInventoryTableConfiguration, UpdateBucketMetadataJournalTableConfiguration, 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.
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 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-s3/endpoints.rb', line 1295 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_bucket_metadata_configuration CreateBucketMetadataConfiguration.build(context) when :create_bucket_metadata_table_configuration CreateBucketMetadataTableConfiguration.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_metadata_configuration DeleteBucketMetadataConfiguration.build(context) when :delete_bucket_metadata_table_configuration DeleteBucketMetadataTableConfiguration.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_metadata_configuration GetBucketMetadataConfiguration.build(context) when :get_bucket_metadata_table_configuration GetBucketMetadataTableConfiguration.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 :rename_object RenameObject.build(context) when :restore_object RestoreObject.build(context) when :select_object_content SelectObjectContent.build(context) when :update_bucket_metadata_inventory_table_configuration UpdateBucketMetadataInventoryTableConfiguration.build(context) when :update_bucket_metadata_journal_table_configuration UpdateBucketMetadataJournalTableConfiguration.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 |