summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php
blob: 20285e0cacee0d420b50e07f3883df306438c520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace Aws\Arn\S3;

use Aws\Arn\ArnInterface;

/**
 * @internal
 */
interface OutpostsArnInterface extends ArnInterface
{
    public function getOutpostId();
}