@aws-sdk/client-s3outposts 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/S3Outposts.js +1 -5
- package/{dist/cjs → dist-cjs}/S3OutpostsClient.js +8 -17
- package/dist-cjs/commands/CreateEndpointCommand.js +36 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js +36 -0
- package/dist-cjs/commands/ListEndpointsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -37
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListEndpointsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +3 -9
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/S3Outposts.js +1 -2
- package/{dist/es → dist-es}/S3OutpostsClient.js +1 -2
- package/{dist/es → dist-es}/commands/CreateEndpointCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEndpointCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListEndpointsCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListEndpointsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/S3Outposts.d.ts +2 -2
- package/{dist/types → dist-types}/S3OutpostsClient.d.ts +4 -4
- package/{dist/types → dist-types}/commands/CreateEndpointCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteEndpointCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListEndpointsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListEndpointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/S3Outposts.d.ts +20 -0
- package/dist-types/ts3.4/S3OutpostsClient.d.ts +70 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +152 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListEndpointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/S3Outposts.ts +0 -179
- package/S3OutpostsClient.ts +0 -238
- package/commands/CreateEndpointCommand.ts +0 -115
- package/commands/DeleteEndpointCommand.ts +0 -115
- package/commands/ListEndpointsCommand.ts +0 -113
- package/dist/cjs/S3Outposts.js.map +0 -1
- package/dist/cjs/S3OutpostsClient.js.map +0 -1
- package/dist/cjs/commands/CreateEndpointCommand.js +0 -82
- package/dist/cjs/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEndpointCommand.js +0 -82
- package/dist/cjs/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/ListEndpointsCommand.js +0 -80
- package/dist/cjs/commands/ListEndpointsCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListEndpointsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/S3Outposts.js.map +0 -1
- package/dist/es/S3OutpostsClient.js.map +0 -1
- package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/es/commands/ListEndpointsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -9
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListEndpointsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/S3Outposts.d.ts +0 -89
- package/dist/types/ts3.4/S3OutpostsClient.d.ts +0 -135
- package/dist/types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/ListEndpointsCommand.d.ts +0 -54
- package/dist/types/ts3.4/models/models_0.d.ts +0 -245
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -312
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListEndpointsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -556
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
|
|
2
|
-
import { DeleteEndpointRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteEndpointCommand,
|
|
5
|
-
serializeAws_restJson1DeleteEndpointCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {}
|
|
21
|
-
export interface DeleteEndpointCommandOutput extends __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
|
25
|
-
* S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your
|
|
26
|
-
* virtual private cloud (VPC). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html">
|
|
27
|
-
* Accessing S3 on Outposts using VPC only access points</a>.</p>
|
|
28
|
-
* <p>This action deletes an endpoint.</p>
|
|
29
|
-
* <note>
|
|
30
|
-
* <p>It can take up to 5 minutes for this action to complete.</p>
|
|
31
|
-
* </note>
|
|
32
|
-
* <p></p>
|
|
33
|
-
* <p>Related actions include:</p>
|
|
34
|
-
* <ul>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>
|
|
37
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html">CreateEndpoint</a>
|
|
38
|
-
* </p>
|
|
39
|
-
* </li>
|
|
40
|
-
* <li>
|
|
41
|
-
* <p>
|
|
42
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html">ListEndpoints</a>
|
|
43
|
-
* </p>
|
|
44
|
-
* </li>
|
|
45
|
-
* </ul>
|
|
46
|
-
* @example
|
|
47
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
48
|
-
* ```javascript
|
|
49
|
-
* import { S3OutpostsClient, DeleteEndpointCommand } from "@aws-sdk/client-s3outposts"; // ES Modules import
|
|
50
|
-
* // const { S3OutpostsClient, DeleteEndpointCommand } = require("@aws-sdk/client-s3outposts"); // CommonJS import
|
|
51
|
-
* const client = new S3OutpostsClient(config);
|
|
52
|
-
* const command = new DeleteEndpointCommand(input);
|
|
53
|
-
* const response = await client.send(command);
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* @see {@link DeleteEndpointCommandInput} for command's `input` shape.
|
|
57
|
-
* @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
|
|
58
|
-
* @see {@link S3OutpostsClientResolvedConfig | config} for command's `input` shape.
|
|
59
|
-
*
|
|
60
|
-
*/
|
|
61
|
-
export class DeleteEndpointCommand extends $Command<
|
|
62
|
-
DeleteEndpointCommandInput,
|
|
63
|
-
DeleteEndpointCommandOutput,
|
|
64
|
-
S3OutpostsClientResolvedConfig
|
|
65
|
-
> {
|
|
66
|
-
// Start section: command_properties
|
|
67
|
-
// End section: command_properties
|
|
68
|
-
|
|
69
|
-
constructor(readonly input: DeleteEndpointCommandInput) {
|
|
70
|
-
// Start section: command_constructor
|
|
71
|
-
super();
|
|
72
|
-
// End section: command_constructor
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(
|
|
79
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
80
|
-
configuration: S3OutpostsClientResolvedConfig,
|
|
81
|
-
options?: __HttpHandlerOptions
|
|
82
|
-
): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput> {
|
|
83
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
84
|
-
|
|
85
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
86
|
-
|
|
87
|
-
const { logger } = configuration;
|
|
88
|
-
const clientName = "S3OutpostsClient";
|
|
89
|
-
const commandName = "DeleteEndpointCommand";
|
|
90
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
91
|
-
logger,
|
|
92
|
-
clientName,
|
|
93
|
-
commandName,
|
|
94
|
-
inputFilterSensitiveLog: DeleteEndpointRequest.filterSensitiveLog,
|
|
95
|
-
outputFilterSensitiveLog: (output: any) => output,
|
|
96
|
-
};
|
|
97
|
-
const { requestHandler } = configuration;
|
|
98
|
-
return stack.resolve(
|
|
99
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
100
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
101
|
-
handlerExecutionContext
|
|
102
|
-
);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
private serialize(input: DeleteEndpointCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
106
|
-
return serializeAws_restJson1DeleteEndpointCommand(input, context);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteEndpointCommandOutput> {
|
|
110
|
-
return deserializeAws_restJson1DeleteEndpointCommand(output, context);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
// Start section: command_body_extra
|
|
114
|
-
// End section: command_body_extra
|
|
115
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
|
|
2
|
-
import { ListEndpointsRequest, ListEndpointsResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListEndpointsCommand,
|
|
5
|
-
serializeAws_restJson1ListEndpointsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListEndpointsCommandInput extends ListEndpointsRequest {}
|
|
21
|
-
export interface ListEndpointsCommandOutput extends ListEndpointsResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
|
25
|
-
* S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your
|
|
26
|
-
* virtual private cloud (VPC). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html">
|
|
27
|
-
* Accessing S3 on Outposts using VPC only access points</a>.</p>
|
|
28
|
-
* <p>This action lists endpoints associated with the Outposts.
|
|
29
|
-
* </p>
|
|
30
|
-
* <p></p>
|
|
31
|
-
* <p>Related actions include:</p>
|
|
32
|
-
* <ul>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>
|
|
35
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html">CreateEndpoint</a>
|
|
36
|
-
* </p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>
|
|
40
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html">DeleteEndpoint</a>
|
|
41
|
-
* </p>
|
|
42
|
-
* </li>
|
|
43
|
-
* </ul>
|
|
44
|
-
* @example
|
|
45
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
46
|
-
* ```javascript
|
|
47
|
-
* import { S3OutpostsClient, ListEndpointsCommand } from "@aws-sdk/client-s3outposts"; // ES Modules import
|
|
48
|
-
* // const { S3OutpostsClient, ListEndpointsCommand } = require("@aws-sdk/client-s3outposts"); // CommonJS import
|
|
49
|
-
* const client = new S3OutpostsClient(config);
|
|
50
|
-
* const command = new ListEndpointsCommand(input);
|
|
51
|
-
* const response = await client.send(command);
|
|
52
|
-
* ```
|
|
53
|
-
*
|
|
54
|
-
* @see {@link ListEndpointsCommandInput} for command's `input` shape.
|
|
55
|
-
* @see {@link ListEndpointsCommandOutput} for command's `response` shape.
|
|
56
|
-
* @see {@link S3OutpostsClientResolvedConfig | config} for command's `input` shape.
|
|
57
|
-
*
|
|
58
|
-
*/
|
|
59
|
-
export class ListEndpointsCommand extends $Command<
|
|
60
|
-
ListEndpointsCommandInput,
|
|
61
|
-
ListEndpointsCommandOutput,
|
|
62
|
-
S3OutpostsClientResolvedConfig
|
|
63
|
-
> {
|
|
64
|
-
// Start section: command_properties
|
|
65
|
-
// End section: command_properties
|
|
66
|
-
|
|
67
|
-
constructor(readonly input: ListEndpointsCommandInput) {
|
|
68
|
-
// Start section: command_constructor
|
|
69
|
-
super();
|
|
70
|
-
// End section: command_constructor
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(
|
|
77
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
78
|
-
configuration: S3OutpostsClientResolvedConfig,
|
|
79
|
-
options?: __HttpHandlerOptions
|
|
80
|
-
): Handler<ListEndpointsCommandInput, ListEndpointsCommandOutput> {
|
|
81
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
82
|
-
|
|
83
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
84
|
-
|
|
85
|
-
const { logger } = configuration;
|
|
86
|
-
const clientName = "S3OutpostsClient";
|
|
87
|
-
const commandName = "ListEndpointsCommand";
|
|
88
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
89
|
-
logger,
|
|
90
|
-
clientName,
|
|
91
|
-
commandName,
|
|
92
|
-
inputFilterSensitiveLog: ListEndpointsRequest.filterSensitiveLog,
|
|
93
|
-
outputFilterSensitiveLog: ListEndpointsResult.filterSensitiveLog,
|
|
94
|
-
};
|
|
95
|
-
const { requestHandler } = configuration;
|
|
96
|
-
return stack.resolve(
|
|
97
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
98
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
99
|
-
handlerExecutionContext
|
|
100
|
-
);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
private serialize(input: ListEndpointsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
104
|
-
return serializeAws_restJson1ListEndpointsCommand(input, context);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListEndpointsCommandOutput> {
|
|
108
|
-
return deserializeAws_restJson1ListEndpointsCommand(output, context);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
// Start section: command_body_extra
|
|
112
|
-
// End section: command_body_extra
|
|
113
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"S3Outposts.js","sourceRoot":"","sources":["../../S3Outposts.ts"],"names":[],"mappings":";;;AAAA,yDAAsD;AACtD,4EAI0C;AAC1C,4EAI0C;AAC1C,0EAIyC;AAGzC;;GAEG;AACH,MAAa,UAAW,SAAQ,mCAAgB;IAsCvC,cAAc,CACnB,IAAgC,EAChC,WAA6F,EAC7F,EAA2D;QAE3D,MAAM,OAAO,GAAG,IAAI,6CAAqB,CAAC,IAAI,CAAC,CAAC;QAChD,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,OAAO,WAAW,EAAE,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;IAuCM,cAAc,CACnB,IAAgC,EAChC,WAA6F,EAC7F,EAA2D;QAE3D,MAAM,OAAO,GAAG,IAAI,6CAAqB,CAAC,IAAI,CAAC,CAAC;QAChD,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,OAAO,WAAW,EAAE,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;IAqCM,aAAa,CAClB,IAA+B,EAC/B,WAA4F,EAC5F,EAA0D;QAE1D,MAAM,OAAO,GAAG,IAAI,2CAAoB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,OAAO,WAAW,EAAE,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;CACF;AA7JD,gCA6JC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"S3OutpostsClient.js","sourceRoot":"","sources":["../../S3OutpostsClient.ts"],"names":[],"mappings":";;;AAGA,mDAAyE;AACzE,8DAOkC;AAClC,kFAA4E;AAC5E,4EAKyC;AACzC,kEAA6D;AAC7D,gEAAsH;AACtH,oEAKqC;AACrC,0EAKwC;AAExC,0DAIgC;AA+JhC;;GAEG;AACH,MAAa,gBAAiB,SAAQ,sBAKrC;IAMC,YAAY,aAAqC;QAC/C,IAAI,SAAS,GAAG,gCAAkB,CAAC,aAAa,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAmB,CAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,SAAS,GAAG,wCAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAkB,CAAC,SAAS,CAAC,CAAC;QAC9C,IAAI,SAAS,GAAG,gDAAuB,CAAC,SAAS,CAAC,CAAC;QACnD,IAAI,SAAS,GAAG,yCAAoB,CAAC,SAAS,CAAC,CAAC;QAChD,IAAI,SAAS,GAAG,8CAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,KAAK,CAAC,SAAS,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,kDAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,4CAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,mCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,qCAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,0CAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED;;;;OAIG;IACH,OAAO;QACL,KAAK,CAAC,OAAO,EAAE,CAAC;IAClB,CAAC;CACF;AArCD,4CAqCC"}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEndpointCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
|
10
|
-
* S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your
|
|
11
|
-
* virtual private cloud (VPC). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html">
|
|
12
|
-
* Accessing S3 on Outposts using VPC only access points</a>.</p>
|
|
13
|
-
* <p>This action creates an endpoint and associates it with the specified Outposts.</p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>It can take up to 5 minutes for this action to complete.</p>
|
|
16
|
-
* </note>
|
|
17
|
-
* <p></p>
|
|
18
|
-
* <p>Related actions include:</p>
|
|
19
|
-
* <ul>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>
|
|
22
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html">DeleteEndpoint</a>
|
|
23
|
-
* </p>
|
|
24
|
-
* </li>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>
|
|
27
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html">ListEndpoints</a>
|
|
28
|
-
* </p>
|
|
29
|
-
* </li>
|
|
30
|
-
* </ul>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { S3OutpostsClient, CreateEndpointCommand } from "@aws-sdk/client-s3outposts"; // ES Modules import
|
|
35
|
-
* // const { S3OutpostsClient, CreateEndpointCommand } = require("@aws-sdk/client-s3outposts"); // CommonJS import
|
|
36
|
-
* const client = new S3OutpostsClient(config);
|
|
37
|
-
* const command = new CreateEndpointCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link CreateEndpointCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link CreateEndpointCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link S3OutpostsClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
class CreateEndpointCommand extends smithy_client_1.Command {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
constructor(input) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
this.input = input;
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
59
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
60
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
61
|
-
const { logger } = configuration;
|
|
62
|
-
const clientName = "S3OutpostsClient";
|
|
63
|
-
const commandName = "CreateEndpointCommand";
|
|
64
|
-
const handlerExecutionContext = {
|
|
65
|
-
logger,
|
|
66
|
-
clientName,
|
|
67
|
-
commandName,
|
|
68
|
-
inputFilterSensitiveLog: models_0_1.CreateEndpointRequest.filterSensitiveLog,
|
|
69
|
-
outputFilterSensitiveLog: models_0_1.CreateEndpointResult.filterSensitiveLog,
|
|
70
|
-
};
|
|
71
|
-
const { requestHandler } = configuration;
|
|
72
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
73
|
-
}
|
|
74
|
-
serialize(input, context) {
|
|
75
|
-
return Aws_restJson1_1.serializeAws_restJson1CreateEndpointCommand(input, context);
|
|
76
|
-
}
|
|
77
|
-
deserialize(output, context) {
|
|
78
|
-
return Aws_restJson1_1.deserializeAws_restJson1CreateEndpointCommand(output, context);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
exports.CreateEndpointCommand = CreateEndpointCommand;
|
|
82
|
-
//# sourceMappingURL=CreateEndpointCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateEndpointCommand.js","sourceRoot":"","sources":["../../../commands/CreateEndpointCommand.ts"],"names":[],"mappings":";;;AACA,iDAAiF;AACjF,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,qBAAsB,SAAQ,uBAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiC;QACpD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4B;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,gCAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,+BAAoB,CAAC,kBAAkB;SAClE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2DAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,6DAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;CAIF;AAtDD,sDAsDC"}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteEndpointCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
|
10
|
-
* S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your
|
|
11
|
-
* virtual private cloud (VPC). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html">
|
|
12
|
-
* Accessing S3 on Outposts using VPC only access points</a>.</p>
|
|
13
|
-
* <p>This action deletes an endpoint.</p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>It can take up to 5 minutes for this action to complete.</p>
|
|
16
|
-
* </note>
|
|
17
|
-
* <p></p>
|
|
18
|
-
* <p>Related actions include:</p>
|
|
19
|
-
* <ul>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>
|
|
22
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html">CreateEndpoint</a>
|
|
23
|
-
* </p>
|
|
24
|
-
* </li>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>
|
|
27
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_ListEndpoints.html">ListEndpoints</a>
|
|
28
|
-
* </p>
|
|
29
|
-
* </li>
|
|
30
|
-
* </ul>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { S3OutpostsClient, DeleteEndpointCommand } from "@aws-sdk/client-s3outposts"; // ES Modules import
|
|
35
|
-
* // const { S3OutpostsClient, DeleteEndpointCommand } = require("@aws-sdk/client-s3outposts"); // CommonJS import
|
|
36
|
-
* const client = new S3OutpostsClient(config);
|
|
37
|
-
* const command = new DeleteEndpointCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link DeleteEndpointCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link S3OutpostsClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
class DeleteEndpointCommand extends smithy_client_1.Command {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
constructor(input) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
this.input = input;
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
59
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
60
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
61
|
-
const { logger } = configuration;
|
|
62
|
-
const clientName = "S3OutpostsClient";
|
|
63
|
-
const commandName = "DeleteEndpointCommand";
|
|
64
|
-
const handlerExecutionContext = {
|
|
65
|
-
logger,
|
|
66
|
-
clientName,
|
|
67
|
-
commandName,
|
|
68
|
-
inputFilterSensitiveLog: models_0_1.DeleteEndpointRequest.filterSensitiveLog,
|
|
69
|
-
outputFilterSensitiveLog: (output) => output,
|
|
70
|
-
};
|
|
71
|
-
const { requestHandler } = configuration;
|
|
72
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
73
|
-
}
|
|
74
|
-
serialize(input, context) {
|
|
75
|
-
return Aws_restJson1_1.serializeAws_restJson1DeleteEndpointCommand(input, context);
|
|
76
|
-
}
|
|
77
|
-
deserialize(output, context) {
|
|
78
|
-
return Aws_restJson1_1.deserializeAws_restJson1DeleteEndpointCommand(output, context);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
exports.DeleteEndpointCommand = DeleteEndpointCommand;
|
|
82
|
-
//# sourceMappingURL=DeleteEndpointCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteEndpointCommand.js","sourceRoot":"","sources":["../../../commands/DeleteEndpointCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2D;AAC3D,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,qBAAsB,SAAQ,uBAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiC;QACpD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4B;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,gCAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,CAAC,MAAW,EAAE,EAAE,CAAC,MAAM;SAClD,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2DAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,6DAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;CAIF;AAtDD,sDAsDC"}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListEndpointsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
|
10
|
-
* S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your
|
|
11
|
-
* virtual private cloud (VPC). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/AccessingS3Outposts.html">
|
|
12
|
-
* Accessing S3 on Outposts using VPC only access points</a>.</p>
|
|
13
|
-
* <p>This action lists endpoints associated with the Outposts.
|
|
14
|
-
* </p>
|
|
15
|
-
* <p></p>
|
|
16
|
-
* <p>Related actions include:</p>
|
|
17
|
-
* <ul>
|
|
18
|
-
* <li>
|
|
19
|
-
* <p>
|
|
20
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_CreateEndpoint.html">CreateEndpoint</a>
|
|
21
|
-
* </p>
|
|
22
|
-
* </li>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>
|
|
25
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3outposts_DeleteEndpoint.html">DeleteEndpoint</a>
|
|
26
|
-
* </p>
|
|
27
|
-
* </li>
|
|
28
|
-
* </ul>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { S3OutpostsClient, ListEndpointsCommand } from "@aws-sdk/client-s3outposts"; // ES Modules import
|
|
33
|
-
* // const { S3OutpostsClient, ListEndpointsCommand } = require("@aws-sdk/client-s3outposts"); // CommonJS import
|
|
34
|
-
* const client = new S3OutpostsClient(config);
|
|
35
|
-
* const command = new ListEndpointsCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link ListEndpointsCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link ListEndpointsCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link S3OutpostsClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
class ListEndpointsCommand extends smithy_client_1.Command {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
constructor(input) {
|
|
48
|
-
// Start section: command_constructor
|
|
49
|
-
super();
|
|
50
|
-
this.input = input;
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
57
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
58
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
59
|
-
const { logger } = configuration;
|
|
60
|
-
const clientName = "S3OutpostsClient";
|
|
61
|
-
const commandName = "ListEndpointsCommand";
|
|
62
|
-
const handlerExecutionContext = {
|
|
63
|
-
logger,
|
|
64
|
-
clientName,
|
|
65
|
-
commandName,
|
|
66
|
-
inputFilterSensitiveLog: models_0_1.ListEndpointsRequest.filterSensitiveLog,
|
|
67
|
-
outputFilterSensitiveLog: models_0_1.ListEndpointsResult.filterSensitiveLog,
|
|
68
|
-
};
|
|
69
|
-
const { requestHandler } = configuration;
|
|
70
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
71
|
-
}
|
|
72
|
-
serialize(input, context) {
|
|
73
|
-
return Aws_restJson1_1.serializeAws_restJson1ListEndpointsCommand(input, context);
|
|
74
|
-
}
|
|
75
|
-
deserialize(output, context) {
|
|
76
|
-
return Aws_restJson1_1.deserializeAws_restJson1ListEndpointsCommand(output, context);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
exports.ListEndpointsCommand = ListEndpointsCommand;
|
|
80
|
-
//# sourceMappingURL=ListEndpointsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListEndpointsCommand.js","sourceRoot":"","sources":["../../../commands/ListEndpointsCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+E;AAC/E,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,MAAa,oBAAqB,SAAQ,uBAIzC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAgC;QACnD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA2B;QAGnD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,+BAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,8BAAmB,CAAC,kBAAkB;SACjE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAgC,EAAE,OAAuB;QACzE,OAAO,0DAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,4DAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;CAIF;AAtDD,oDAsDC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";;;AAAA,8DAAoF;AAGpF,MAAM,UAAU,GAAe,EAAE,CAAC;AAElC,MAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,oCAAoC;KAC/C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,uCAAuC;KAClD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,iCAAiC;KAC5C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,oCAAoC;KAC/C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,oCAAoC;KAC/C;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB,KAAK,EAAE,MAAc,EAAE,OAAa,EAAE,EAAE,CACnG,+BAAa,CAAC,MAAM,EAAE;IACpB,GAAG,OAAO;IACV,cAAc,EAAE,aAAa;IAC7B,UAAU;IACV,aAAa;CACd,CAAC,CAAC;AANQ,QAAA,yBAAyB,6BAMjC"}
|
package/dist/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,6DAAmC;AACnC,uDAA6B;AAC7B,2EAAiD;AACjD,2EAAiD;AACjD,0EAAgD;AAChD,8EAAoD;AACpD,kEAAwC;AACxC,yDAA+B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":";;;AAAA,qDAA2B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../../models/models_0.ts"],"names":[],"mappings":"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"}
|
package/dist/cjs/package.json
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@aws-sdk/client-s3outposts",
|
|
3
|
-
"description": "AWS SDK for JavaScript S3outposts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.34.0",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "yarn clean:docs && typedoc ./",
|
|
9
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
10
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
-
"clean:dist": "rimraf ./dist",
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
|
|
15
|
-
"test": "jest --coverage --passWithNoTests"
|
|
16
|
-
},
|
|
17
|
-
"main": "./dist/cjs/index.js",
|
|
18
|
-
"types": "./dist/types/index.d.ts",
|
|
19
|
-
"module": "./dist/es/index.js",
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
25
|
-
},
|
|
26
|
-
"sideEffects": false,
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
|
-
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.34.0",
|
|
31
|
-
"@aws-sdk/config-resolver": "3.34.0",
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.34.0",
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.34.0",
|
|
34
|
-
"@aws-sdk/hash-node": "3.34.0",
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.34.0",
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.34.0",
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.34.0",
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.34.0",
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.34.0",
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.34.0",
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.34.0",
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.34.0",
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.34.0",
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.34.0",
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.34.0",
|
|
46
|
-
"@aws-sdk/protocol-http": "3.34.0",
|
|
47
|
-
"@aws-sdk/smithy-client": "3.34.0",
|
|
48
|
-
"@aws-sdk/types": "3.34.0",
|
|
49
|
-
"@aws-sdk/url-parser": "3.34.0",
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.34.0",
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.34.0",
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.34.0",
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.34.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.34.0",
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.34.0",
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.34.0",
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.34.0",
|
|
58
|
-
"tslib": "^2.3.0"
|
|
59
|
-
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.34.0",
|
|
62
|
-
"@types/node": "^12.7.5",
|
|
63
|
-
"downlevel-dts": "0.7.0",
|
|
64
|
-
"jest": "^26.1.0",
|
|
65
|
-
"rimraf": "^3.0.0",
|
|
66
|
-
"ts-jest": "^26.4.1",
|
|
67
|
-
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.3.5"
|
|
69
|
-
},
|
|
70
|
-
"engines": {
|
|
71
|
-
"node": ">=10.0.0"
|
|
72
|
-
},
|
|
73
|
-
"typesVersions": {
|
|
74
|
-
"<4.0": {
|
|
75
|
-
"dist/types/*": [
|
|
76
|
-
"dist/types/ts3.4/*"
|
|
77
|
-
]
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
"author": {
|
|
81
|
-
"name": "AWS SDK for JavaScript Team",
|
|
82
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
83
|
-
},
|
|
84
|
-
"license": "Apache-2.0",
|
|
85
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3outposts",
|
|
86
|
-
"repository": {
|
|
87
|
-
"type": "git",
|
|
88
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
89
|
-
"directory": "clients/client-s3outposts"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../../pagination/Interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListEndpointsPaginator.js","sourceRoot":"","sources":["../../../pagination/ListEndpointsPaginator.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0DAAuD;AACvD,2EAI0C;AAI1C;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAwB,EACxB,KAAgC,EAChC,GAAG,IAAS,EACyB,EAAE;IACvC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,2CAAoB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACrE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAkB,EAClB,KAAgC,EAChC,GAAG,IAAS,EACyB,EAAE;IACvC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACpD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,qBAAqB,CAC1C,MAAyC,EACzC,KAAgC,EAChC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAgC,CAAC;IACrC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,uBAAU,EAAE;YACvC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,mCAAgB,EAAE;YACpD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;SAC3E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,sDAyBC"}
|