@aws-sdk/client-s3outposts 3.928.0 → 3.930.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.
@@ -0,0 +1,36 @@
1
+ import {
2
+ StaticErrorSchema,
3
+ StaticListSchema,
4
+ StaticOperationSchema,
5
+ StaticStructureSchema,
6
+ } from "@smithy/types";
7
+ export declare var AccessDeniedException: StaticErrorSchema;
8
+ export declare var ConflictException: StaticErrorSchema;
9
+ export declare var CreateEndpointRequest: StaticStructureSchema;
10
+ export declare var CreateEndpointResult: StaticStructureSchema;
11
+ export declare var DeleteEndpointRequest: StaticStructureSchema;
12
+ export declare var Endpoint: StaticStructureSchema;
13
+ export declare var FailedReason: StaticStructureSchema;
14
+ export declare var InternalServerException: StaticErrorSchema;
15
+ export declare var ListEndpointsRequest: StaticStructureSchema;
16
+ export declare var ListEndpointsResult: StaticStructureSchema;
17
+ export declare var ListOutpostsWithS3Request: StaticStructureSchema;
18
+ export declare var ListOutpostsWithS3Result: StaticStructureSchema;
19
+ export declare var ListSharedEndpointsRequest: StaticStructureSchema;
20
+ export declare var ListSharedEndpointsResult: StaticStructureSchema;
21
+ export declare var NetworkInterface: StaticStructureSchema;
22
+ export declare var Outpost: StaticStructureSchema;
23
+ export declare var OutpostOfflineException: StaticErrorSchema;
24
+ export declare var ResourceNotFoundException: StaticErrorSchema;
25
+ export declare var ThrottlingException: StaticErrorSchema;
26
+ export declare var ValidationException: StaticErrorSchema;
27
+ export declare var __Unit: "unit";
28
+ export declare var S3OutpostsServiceException: StaticErrorSchema;
29
+ export declare var Endpoints: StaticListSchema;
30
+ export declare var NetworkInterfaces: StaticListSchema;
31
+ export declare var Outposts: StaticListSchema;
32
+ export declare var CreateEndpoint: StaticOperationSchema;
33
+ export declare var DeleteEndpoint: StaticOperationSchema;
34
+ export declare var ListEndpoints: StaticOperationSchema;
35
+ export declare var ListOutpostsWithS3: StaticOperationSchema;
36
+ export declare var ListSharedEndpoints: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3outposts",
3
3
  "description": "AWS SDK for JavaScript S3outposts Client for Node.js, Browser and React Native",
4
- "version": "3.928.0",
4
+ "version": "3.930.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3outposts",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.928.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.930.0",
24
+ "@aws-sdk/credential-provider-node": "3.930.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
59
  "tslib": "^2.6.2"
60
60
  },
@@ -1,308 +0,0 @@
1
- import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
2
- import { requestBuilder as rb } from "@smithy/core";
3
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
4
- import { AccessDeniedException, ConflictException, InternalServerException, OutpostOfflineException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/models_0";
5
- import { S3OutpostsServiceException as __BaseException } from "../models/S3OutpostsServiceException";
6
- export const se_CreateEndpointCommand = async (input, context) => {
7
- const b = rb(input, context);
8
- const headers = {
9
- "content-type": "application/json",
10
- };
11
- b.bp("/S3Outposts/CreateEndpoint");
12
- let body;
13
- body = JSON.stringify(take(input, {
14
- AccessType: [],
15
- CustomerOwnedIpv4Pool: [],
16
- OutpostId: [],
17
- SecurityGroupId: [],
18
- SubnetId: [],
19
- }));
20
- b.m("POST").h(headers).b(body);
21
- return b.build();
22
- };
23
- export const se_DeleteEndpointCommand = async (input, context) => {
24
- const b = rb(input, context);
25
- const headers = {};
26
- b.bp("/S3Outposts/DeleteEndpoint");
27
- const query = map({
28
- [_eI]: [, __expectNonNull(input[_EI], `EndpointId`)],
29
- [_oI]: [, __expectNonNull(input[_OI], `OutpostId`)],
30
- });
31
- let body;
32
- b.m("DELETE").h(headers).q(query).b(body);
33
- return b.build();
34
- };
35
- export const se_ListEndpointsCommand = async (input, context) => {
36
- const b = rb(input, context);
37
- const headers = {};
38
- b.bp("/S3Outposts/ListEndpoints");
39
- const query = map({
40
- [_nT]: [, input[_NT]],
41
- [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
42
- });
43
- let body;
44
- b.m("GET").h(headers).q(query).b(body);
45
- return b.build();
46
- };
47
- export const se_ListOutpostsWithS3Command = async (input, context) => {
48
- const b = rb(input, context);
49
- const headers = {};
50
- b.bp("/S3Outposts/ListOutpostsWithS3");
51
- const query = map({
52
- [_nT]: [, input[_NT]],
53
- [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
54
- });
55
- let body;
56
- b.m("GET").h(headers).q(query).b(body);
57
- return b.build();
58
- };
59
- export const se_ListSharedEndpointsCommand = async (input, context) => {
60
- const b = rb(input, context);
61
- const headers = {};
62
- b.bp("/S3Outposts/ListSharedEndpoints");
63
- const query = map({
64
- [_nT]: [, input[_NT]],
65
- [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
66
- [_oI]: [, __expectNonNull(input[_OI], `OutpostId`)],
67
- });
68
- let body;
69
- b.m("GET").h(headers).q(query).b(body);
70
- return b.build();
71
- };
72
- export const de_CreateEndpointCommand = async (output, context) => {
73
- if (output.statusCode !== 200 && output.statusCode >= 300) {
74
- return de_CommandError(output, context);
75
- }
76
- const contents = map({
77
- $metadata: deserializeMetadata(output),
78
- });
79
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
80
- const doc = take(data, {
81
- EndpointArn: __expectString,
82
- });
83
- Object.assign(contents, doc);
84
- return contents;
85
- };
86
- export const de_DeleteEndpointCommand = async (output, context) => {
87
- if (output.statusCode !== 200 && output.statusCode >= 300) {
88
- return de_CommandError(output, context);
89
- }
90
- const contents = map({
91
- $metadata: deserializeMetadata(output),
92
- });
93
- await collectBody(output.body, context);
94
- return contents;
95
- };
96
- export const de_ListEndpointsCommand = async (output, context) => {
97
- if (output.statusCode !== 200 && output.statusCode >= 300) {
98
- return de_CommandError(output, context);
99
- }
100
- const contents = map({
101
- $metadata: deserializeMetadata(output),
102
- });
103
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
104
- const doc = take(data, {
105
- Endpoints: (_) => de_Endpoints(_, context),
106
- NextToken: __expectString,
107
- });
108
- Object.assign(contents, doc);
109
- return contents;
110
- };
111
- export const de_ListOutpostsWithS3Command = async (output, context) => {
112
- if (output.statusCode !== 200 && output.statusCode >= 300) {
113
- return de_CommandError(output, context);
114
- }
115
- const contents = map({
116
- $metadata: deserializeMetadata(output),
117
- });
118
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
119
- const doc = take(data, {
120
- NextToken: __expectString,
121
- Outposts: _json,
122
- });
123
- Object.assign(contents, doc);
124
- return contents;
125
- };
126
- export const de_ListSharedEndpointsCommand = async (output, context) => {
127
- if (output.statusCode !== 200 && output.statusCode >= 300) {
128
- return de_CommandError(output, context);
129
- }
130
- const contents = map({
131
- $metadata: deserializeMetadata(output),
132
- });
133
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
134
- const doc = take(data, {
135
- Endpoints: (_) => de_Endpoints(_, context),
136
- NextToken: __expectString,
137
- });
138
- Object.assign(contents, doc);
139
- return contents;
140
- };
141
- const de_CommandError = async (output, context) => {
142
- const parsedOutput = {
143
- ...output,
144
- body: await parseErrorBody(output.body, context),
145
- };
146
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
147
- switch (errorCode) {
148
- case "AccessDeniedException":
149
- case "com.amazonaws.s3outposts#AccessDeniedException":
150
- throw await de_AccessDeniedExceptionRes(parsedOutput, context);
151
- case "ConflictException":
152
- case "com.amazonaws.s3outposts#ConflictException":
153
- throw await de_ConflictExceptionRes(parsedOutput, context);
154
- case "InternalServerException":
155
- case "com.amazonaws.s3outposts#InternalServerException":
156
- throw await de_InternalServerExceptionRes(parsedOutput, context);
157
- case "OutpostOfflineException":
158
- case "com.amazonaws.s3outposts#OutpostOfflineException":
159
- throw await de_OutpostOfflineExceptionRes(parsedOutput, context);
160
- case "ResourceNotFoundException":
161
- case "com.amazonaws.s3outposts#ResourceNotFoundException":
162
- throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
163
- case "ThrottlingException":
164
- case "com.amazonaws.s3outposts#ThrottlingException":
165
- throw await de_ThrottlingExceptionRes(parsedOutput, context);
166
- case "ValidationException":
167
- case "com.amazonaws.s3outposts#ValidationException":
168
- throw await de_ValidationExceptionRes(parsedOutput, context);
169
- default:
170
- const parsedBody = parsedOutput.body;
171
- return throwDefaultError({
172
- output,
173
- parsedBody,
174
- errorCode,
175
- });
176
- }
177
- };
178
- const throwDefaultError = withBaseException(__BaseException);
179
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
180
- const contents = map({});
181
- const data = parsedOutput.body;
182
- const doc = take(data, {
183
- Message: __expectString,
184
- });
185
- Object.assign(contents, doc);
186
- const exception = new AccessDeniedException({
187
- $metadata: deserializeMetadata(parsedOutput),
188
- ...contents,
189
- });
190
- return __decorateServiceException(exception, parsedOutput.body);
191
- };
192
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
193
- const contents = map({});
194
- const data = parsedOutput.body;
195
- const doc = take(data, {
196
- Message: __expectString,
197
- });
198
- Object.assign(contents, doc);
199
- const exception = new ConflictException({
200
- $metadata: deserializeMetadata(parsedOutput),
201
- ...contents,
202
- });
203
- return __decorateServiceException(exception, parsedOutput.body);
204
- };
205
- const de_InternalServerExceptionRes = async (parsedOutput, context) => {
206
- const contents = map({});
207
- const data = parsedOutput.body;
208
- const doc = take(data, {
209
- Message: __expectString,
210
- });
211
- Object.assign(contents, doc);
212
- const exception = new InternalServerException({
213
- $metadata: deserializeMetadata(parsedOutput),
214
- ...contents,
215
- });
216
- return __decorateServiceException(exception, parsedOutput.body);
217
- };
218
- const de_OutpostOfflineExceptionRes = async (parsedOutput, context) => {
219
- const contents = map({});
220
- const data = parsedOutput.body;
221
- const doc = take(data, {
222
- Message: __expectString,
223
- });
224
- Object.assign(contents, doc);
225
- const exception = new OutpostOfflineException({
226
- $metadata: deserializeMetadata(parsedOutput),
227
- ...contents,
228
- });
229
- return __decorateServiceException(exception, parsedOutput.body);
230
- };
231
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
232
- const contents = map({});
233
- const data = parsedOutput.body;
234
- const doc = take(data, {
235
- Message: __expectString,
236
- });
237
- Object.assign(contents, doc);
238
- const exception = new ResourceNotFoundException({
239
- $metadata: deserializeMetadata(parsedOutput),
240
- ...contents,
241
- });
242
- return __decorateServiceException(exception, parsedOutput.body);
243
- };
244
- const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
245
- const contents = map({});
246
- const data = parsedOutput.body;
247
- const doc = take(data, {
248
- Message: __expectString,
249
- });
250
- Object.assign(contents, doc);
251
- const exception = new ThrottlingException({
252
- $metadata: deserializeMetadata(parsedOutput),
253
- ...contents,
254
- });
255
- return __decorateServiceException(exception, parsedOutput.body);
256
- };
257
- const de_ValidationExceptionRes = async (parsedOutput, context) => {
258
- const contents = map({});
259
- const data = parsedOutput.body;
260
- const doc = take(data, {
261
- Message: __expectString,
262
- });
263
- Object.assign(contents, doc);
264
- const exception = new ValidationException({
265
- $metadata: deserializeMetadata(parsedOutput),
266
- ...contents,
267
- });
268
- return __decorateServiceException(exception, parsedOutput.body);
269
- };
270
- const de_Endpoint = (output, context) => {
271
- return take(output, {
272
- AccessType: __expectString,
273
- CidrBlock: __expectString,
274
- CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
275
- CustomerOwnedIpv4Pool: __expectString,
276
- EndpointArn: __expectString,
277
- FailedReason: _json,
278
- NetworkInterfaces: _json,
279
- OutpostsId: __expectString,
280
- SecurityGroupId: __expectString,
281
- Status: __expectString,
282
- SubnetId: __expectString,
283
- VpcId: __expectString,
284
- });
285
- };
286
- const de_Endpoints = (output, context) => {
287
- const retVal = (output || [])
288
- .filter((e) => e != null)
289
- .map((entry) => {
290
- return de_Endpoint(entry, context);
291
- });
292
- return retVal;
293
- };
294
- const deserializeMetadata = (output) => ({
295
- httpStatusCode: output.statusCode,
296
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
297
- extendedRequestId: output.headers["x-amz-id-2"],
298
- cfId: output.headers["x-amz-cf-id"],
299
- });
300
- const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
301
- const _EI = "EndpointId";
302
- const _MR = "MaxResults";
303
- const _NT = "NextToken";
304
- const _OI = "OutpostId";
305
- const _eI = "endpointId";
306
- const _mR = "maxResults";
307
- const _nT = "nextToken";
308
- const _oI = "outpostId";
@@ -1,47 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
4
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
5
- import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../commands/ListEndpointsCommand";
6
- import { ListOutpostsWithS3CommandInput, ListOutpostsWithS3CommandOutput } from "../commands/ListOutpostsWithS3Command";
7
- import { ListSharedEndpointsCommandInput, ListSharedEndpointsCommandOutput } from "../commands/ListSharedEndpointsCommand";
8
- /**
9
- * serializeAws_restJson1CreateEndpointCommand
10
- */
11
- export declare const se_CreateEndpointCommand: (input: CreateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
12
- /**
13
- * serializeAws_restJson1DeleteEndpointCommand
14
- */
15
- export declare const se_DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
- /**
17
- * serializeAws_restJson1ListEndpointsCommand
18
- */
19
- export declare const se_ListEndpointsCommand: (input: ListEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- /**
21
- * serializeAws_restJson1ListOutpostsWithS3Command
22
- */
23
- export declare const se_ListOutpostsWithS3Command: (input: ListOutpostsWithS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- /**
25
- * serializeAws_restJson1ListSharedEndpointsCommand
26
- */
27
- export declare const se_ListSharedEndpointsCommand: (input: ListSharedEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- /**
29
- * deserializeAws_restJson1CreateEndpointCommand
30
- */
31
- export declare const de_CreateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointCommandOutput>;
32
- /**
33
- * deserializeAws_restJson1DeleteEndpointCommand
34
- */
35
- export declare const de_DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
36
- /**
37
- * deserializeAws_restJson1ListEndpointsCommand
38
- */
39
- export declare const de_ListEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsCommandOutput>;
40
- /**
41
- * deserializeAws_restJson1ListOutpostsWithS3Command
42
- */
43
- export declare const de_ListOutpostsWithS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOutpostsWithS3CommandOutput>;
44
- /**
45
- * deserializeAws_restJson1ListSharedEndpointsCommand
46
- */
47
- export declare const de_ListSharedEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSharedEndpointsCommandOutput>;
@@ -1,65 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateEndpointCommandInput,
8
- CreateEndpointCommandOutput,
9
- } from "../commands/CreateEndpointCommand";
10
- import {
11
- DeleteEndpointCommandInput,
12
- DeleteEndpointCommandOutput,
13
- } from "../commands/DeleteEndpointCommand";
14
- import {
15
- ListEndpointsCommandInput,
16
- ListEndpointsCommandOutput,
17
- } from "../commands/ListEndpointsCommand";
18
- import {
19
- ListOutpostsWithS3CommandInput,
20
- ListOutpostsWithS3CommandOutput,
21
- } from "../commands/ListOutpostsWithS3Command";
22
- import {
23
- ListSharedEndpointsCommandInput,
24
- ListSharedEndpointsCommandOutput,
25
- } from "../commands/ListSharedEndpointsCommand";
26
- export declare const se_CreateEndpointCommand: (
27
- input: CreateEndpointCommandInput,
28
- context: __SerdeContext
29
- ) => Promise<__HttpRequest>;
30
- export declare const se_DeleteEndpointCommand: (
31
- input: DeleteEndpointCommandInput,
32
- context: __SerdeContext
33
- ) => Promise<__HttpRequest>;
34
- export declare const se_ListEndpointsCommand: (
35
- input: ListEndpointsCommandInput,
36
- context: __SerdeContext
37
- ) => Promise<__HttpRequest>;
38
- export declare const se_ListOutpostsWithS3Command: (
39
- input: ListOutpostsWithS3CommandInput,
40
- context: __SerdeContext
41
- ) => Promise<__HttpRequest>;
42
- export declare const se_ListSharedEndpointsCommand: (
43
- input: ListSharedEndpointsCommandInput,
44
- context: __SerdeContext
45
- ) => Promise<__HttpRequest>;
46
- export declare const de_CreateEndpointCommand: (
47
- output: __HttpResponse,
48
- context: __SerdeContext
49
- ) => Promise<CreateEndpointCommandOutput>;
50
- export declare const de_DeleteEndpointCommand: (
51
- output: __HttpResponse,
52
- context: __SerdeContext
53
- ) => Promise<DeleteEndpointCommandOutput>;
54
- export declare const de_ListEndpointsCommand: (
55
- output: __HttpResponse,
56
- context: __SerdeContext
57
- ) => Promise<ListEndpointsCommandOutput>;
58
- export declare const de_ListOutpostsWithS3Command: (
59
- output: __HttpResponse,
60
- context: __SerdeContext
61
- ) => Promise<ListOutpostsWithS3CommandOutput>;
62
- export declare const de_ListSharedEndpointsCommand: (
63
- output: __HttpResponse,
64
- context: __SerdeContext
65
- ) => Promise<ListSharedEndpointsCommandOutput>;