|
28 | 28 | {"shape":"ResourceNotFoundException"},
|
29 | 29 | {"shape":"ConflictException"}
|
30 | 30 | ],
|
31 |
| - "documentation":"<p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html\"> Accessing S3 on Outposts using VPC only access points</a>.</p> <p>This action creates an endpoint and associates it with the specified Outposts.</p> <note> <p>It can take up to 5 minutes for this action to complete.</p> </note> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html\">DeleteEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html\">ListEndpoints</a> </p> </li> </ul>" |
| 31 | + "documentation":"<p>Creates an endpoint and associates it with the specified Outpost.</p> <note> <p>It can take up to 5 minutes for this action to finish.</p> </note> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html\">DeleteEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html\">ListEndpoints</a> </p> </li> </ul>" |
32 | 32 | },
|
33 | 33 | "DeleteEndpoint":{
|
34 | 34 | "name":"DeleteEndpoint",
|
|
43 | 43 | {"shape":"ResourceNotFoundException"},
|
44 | 44 | {"shape":"ValidationException"}
|
45 | 45 | ],
|
46 |
| - "documentation":"<p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html\"> Accessing S3 on Outposts using VPC only access points</a>.</p> <p>This action deletes an endpoint.</p> <note> <p>It can take up to 5 minutes for this action to complete.</p> </note> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html\">CreateEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html\">ListEndpoints</a> </p> </li> </ul>" |
| 46 | + "documentation":"<p>Deletes an endpoint.</p> <note> <p>It can take up to 5 minutes for this action to finish.</p> </note> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html\">CreateEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html\">ListEndpoints</a> </p> </li> </ul>" |
47 | 47 | },
|
48 | 48 | "ListEndpoints":{
|
49 | 49 | "name":"ListEndpoints",
|
|
59 | 59 | {"shape":"AccessDeniedException"},
|
60 | 60 | {"shape":"ValidationException"}
|
61 | 61 | ],
|
62 |
| - "documentation":"<p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html\"> Accessing S3 on Outposts using VPC only access points</a>.</p> <p>This action lists endpoints associated with the Outposts. </p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html\">CreateEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html\">DeleteEndpoint</a> </p> </li> </ul>" |
| 62 | + "documentation":"<p>Lists endpoints associated with the specified Outpost. </p> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html\">CreateEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html\">DeleteEndpoint</a> </p> </li> </ul>" |
| 63 | + }, |
| 64 | + "ListSharedEndpoints":{ |
| 65 | + "name":"ListSharedEndpoints", |
| 66 | + "http":{ |
| 67 | + "method":"GET", |
| 68 | + "requestUri":"/S3Outposts/ListSharedEndpoints" |
| 69 | + }, |
| 70 | + "input":{"shape":"ListSharedEndpointsRequest"}, |
| 71 | + "output":{"shape":"ListSharedEndpointsResult"}, |
| 72 | + "errors":[ |
| 73 | + {"shape":"InternalServerException"}, |
| 74 | + {"shape":"ResourceNotFoundException"}, |
| 75 | + {"shape":"AccessDeniedException"}, |
| 76 | + {"shape":"ValidationException"} |
| 77 | + ], |
| 78 | + "documentation":"<p>Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).</p> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html\">CreateEndpoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html\">DeleteEndpoint</a> </p> </li> </ul>" |
63 | 79 | }
|
64 | 80 | },
|
65 | 81 | "shapes":{
|
|
92 | 108 | "members":{
|
93 | 109 | "OutpostId":{
|
94 | 110 | "shape":"OutpostId",
|
95 |
| - "documentation":"<p>The ID of the AWS Outposts. </p>" |
| 111 | + "documentation":"<p>The ID of the Outposts. </p>" |
96 | 112 | },
|
97 | 113 | "SubnetId":{
|
98 | 114 | "shape":"SubnetId",
|
99 |
| - "documentation":"<p>The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has the Amazon S3 on Outposts provisioned.</p>" |
| 115 | + "documentation":"<p>The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has Amazon S3 on Outposts provisioned.</p>" |
100 | 116 | },
|
101 | 117 | "SecurityGroupId":{
|
102 | 118 | "shape":"SecurityGroupId",
|
103 | 119 | "documentation":"<p>The ID of the security group to use with the endpoint.</p>"
|
104 | 120 | },
|
105 | 121 | "AccessType":{
|
106 | 122 | "shape":"EndpointAccessType",
|
107 |
| - "documentation":"<p>The type of access for the on-premise network connectivity for the Outpost endpoint. To access the endpoint from an on-premises network, you must specify the access type and provide the customer owned IPv4 pool.</p>" |
| 123 | + "documentation":"<p>The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choose <code>Private</code>. To use the endpoint with an on-premises network, choose <code>CustomerOwnedIp</code>. If you choose <code>CustomerOwnedIp</code>, you must also provide the customer-owned IP address pool (CoIP pool).</p> <note> <p> <code>Private</code> is the default access type value.</p> </note>" |
108 | 124 | },
|
109 | 125 | "CustomerOwnedIpv4Pool":{
|
110 | 126 | "shape":"CustomerOwnedIpv4Pool",
|
111 |
| - "documentation":"<p>The ID of the customer-owned IPv4 pool for the endpoint. IP addresses will be allocated from this pool for the endpoint.</p>" |
| 127 | + "documentation":"<p>The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint. IP addresses are allocated from this pool for the endpoint.</p>" |
112 | 128 | }
|
113 | 129 | }
|
114 | 130 | },
|
|
141 | 157 | },
|
142 | 158 | "OutpostId":{
|
143 | 159 | "shape":"OutpostId",
|
144 |
| - "documentation":"<p>The ID of the AWS Outposts. </p>", |
| 160 | + "documentation":"<p>The ID of the Outposts. </p>", |
145 | 161 | "location":"querystring",
|
146 | 162 | "locationName":"outpostId"
|
147 | 163 | }
|
|
156 | 172 | },
|
157 | 173 | "OutpostsId":{
|
158 | 174 | "shape":"OutpostId",
|
159 |
| - "documentation":"<p>The ID of the AWS Outposts.</p>" |
| 175 | + "documentation":"<p>The ID of the Outposts.</p>" |
160 | 176 | },
|
161 | 177 | "CidrBlock":{
|
162 | 178 | "shape":"CidrBlock",
|
|
188 | 204 | },
|
189 | 205 | "AccessType":{
|
190 | 206 | "shape":"EndpointAccessType",
|
191 |
| - "documentation":"<p/>" |
| 207 | + "documentation":"<p>The type of connectivity used to access the Amazon S3 on Outposts endpoint.</p>" |
192 | 208 | },
|
193 | 209 | "CustomerOwnedIpv4Pool":{
|
194 | 210 | "shape":"CustomerOwnedIpv4Pool",
|
195 |
| - "documentation":"<p>The ID of the customer-owned IPv4 pool used for the endpoint.</p>" |
| 211 | + "documentation":"<p>The ID of the customer-owned IPv4 address pool used for the endpoint.</p>" |
196 | 212 | }
|
197 | 213 | },
|
198 |
| - "documentation":"<p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html\"> Accessing S3 on Outposts using VPC only access points</a>.</p>" |
| 214 | + "documentation":"<p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/WorkingWithS3Outposts.html\"> Accessing S3 on Outposts using VPC-only access points</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>" |
199 | 215 | },
|
200 | 216 | "EndpointAccessType":{
|
201 | 217 | "type":"string",
|
|
240 | 256 | "members":{
|
241 | 257 | "NextToken":{
|
242 | 258 | "shape":"NextToken",
|
243 |
| - "documentation":"<p>The next endpoint requested in the list.</p>", |
| 259 | + "documentation":"<p>If a previous response from this operation included a <code>NextToken</code> value, provide that value here to retrieve the next page of results.</p>", |
244 | 260 | "location":"querystring",
|
245 | 261 | "locationName":"nextToken"
|
246 | 262 | },
|
247 | 263 | "MaxResults":{
|
248 | 264 | "shape":"MaxResults",
|
249 |
| - "documentation":"<p>The max number of endpoints that can be returned on the request.</p>", |
| 265 | + "documentation":"<p>The maximum number of endpoints that will be returned in the response.</p>", |
250 | 266 | "location":"querystring",
|
251 | 267 | "locationName":"maxResults"
|
252 | 268 | }
|
|
257 | 273 | "members":{
|
258 | 274 | "Endpoints":{
|
259 | 275 | "shape":"Endpoints",
|
260 |
| - "documentation":"<p>Returns an array of endpoints associated with AWS Outposts.</p>" |
| 276 | + "documentation":"<p>The list of endpoints associated with the specified Outpost.</p>" |
| 277 | + }, |
| 278 | + "NextToken":{ |
| 279 | + "shape":"NextToken", |
| 280 | + "documentation":"<p>If the number of endpoints associated with the specified Outpost exceeds <code>MaxResults</code>, you can include this value in subsequent calls to this operation to retrieve more results.</p>" |
| 281 | + } |
| 282 | + } |
| 283 | + }, |
| 284 | + "ListSharedEndpointsRequest":{ |
| 285 | + "type":"structure", |
| 286 | + "required":["OutpostId"], |
| 287 | + "members":{ |
| 288 | + "NextToken":{ |
| 289 | + "shape":"NextToken", |
| 290 | + "documentation":"<p>If a previous response from this operation included a <code>NextToken</code> value, you can provide that value here to retrieve the next page of results.</p>", |
| 291 | + "location":"querystring", |
| 292 | + "locationName":"nextToken" |
| 293 | + }, |
| 294 | + "MaxResults":{ |
| 295 | + "shape":"MaxResults", |
| 296 | + "documentation":"<p>The maximum number of endpoints that will be returned in the response.</p>", |
| 297 | + "location":"querystring", |
| 298 | + "locationName":"maxResults" |
| 299 | + }, |
| 300 | + "OutpostId":{ |
| 301 | + "shape":"OutpostId", |
| 302 | + "documentation":"<p>The ID of the Amazon Web Services Outpost.</p>", |
| 303 | + "location":"querystring", |
| 304 | + "locationName":"outpostId" |
| 305 | + } |
| 306 | + } |
| 307 | + }, |
| 308 | + "ListSharedEndpointsResult":{ |
| 309 | + "type":"structure", |
| 310 | + "members":{ |
| 311 | + "Endpoints":{ |
| 312 | + "shape":"Endpoints", |
| 313 | + "documentation":"<p>The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).</p>" |
261 | 314 | },
|
262 | 315 | "NextToken":{
|
263 | 316 | "shape":"NextToken",
|
264 |
| - "documentation":"<p>The next endpoint returned in the list.</p>" |
| 317 | + "documentation":"<p>If the number of endpoints associated with the specified Outpost exceeds <code>MaxResults</code>, you can include this value in subsequent calls to this operation to retrieve more results.</p>" |
265 | 318 | }
|
266 | 319 | }
|
267 | 320 | },
|
|
0 commit comments