@aws-sdk/client-s3outposts 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointCommand.js +1 -1
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
- package/dist-cjs/commands/ListSharedEndpointsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +37 -55
- package/dist-es/commands/CreateEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/ListEndpointsCommand.js +3 -3
- package/dist-es/commands/ListSharedEndpointsCommand.js +3 -3
- package/dist-es/models/models_0.js +9 -36
- package/dist-types/models/models_0.d.ts +36 -54
- package/dist-types/ts3.4/models/models_0.d.ts +18 -36
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-s3outposts
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
|
|
7
37
|
|
|
8
38
|
|
package/README.md
CHANGED
|
@@ -165,7 +165,7 @@ try {
|
|
|
165
165
|
const data = await client.send(command);
|
|
166
166
|
// process data.
|
|
167
167
|
} catch (error) {
|
|
168
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
168
|
+
const { requestId, cfId, extendedRequestId } = error.$$metadata;
|
|
169
169
|
console.log({ requestId, cfId, extendedRequestId });
|
|
170
170
|
/**
|
|
171
171
|
* The keys within exceptions are also parsed.
|
|
@@ -20,8 +20,8 @@ class CreateEndpointCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateEndpointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateEndpointResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class DeleteEndpointCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteEndpointRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class ListEndpointsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListEndpointsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListEndpointsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListSharedEndpointsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListSharedEndpointsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListSharedEndpointsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ListSharedEndpointsResultFilterSensitiveLog = exports.ListSharedEndpointsRequestFilterSensitiveLog = exports.ListEndpointsResultFilterSensitiveLog = exports.ListEndpointsRequestFilterSensitiveLog = exports.EndpointFilterSensitiveLog = exports.NetworkInterfaceFilterSensitiveLog = exports.DeleteEndpointRequestFilterSensitiveLog = exports.CreateEndpointResultFilterSensitiveLog = exports.CreateEndpointRequestFilterSensitiveLog = exports.EndpointStatus = exports.ValidationException = exports.ResourceNotFoundException = exports.InternalServerException = exports.EndpointAccessType = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const S3OutpostsServiceException_1 = require("./S3OutpostsServiceException");
|
|
5
5
|
class AccessDeniedException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -35,18 +35,6 @@ var EndpointAccessType;
|
|
|
35
35
|
EndpointAccessType["CUSTOMER_OWNED_IP"] = "CustomerOwnedIp";
|
|
36
36
|
EndpointAccessType["PRIVATE"] = "Private";
|
|
37
37
|
})(EndpointAccessType = exports.EndpointAccessType || (exports.EndpointAccessType = {}));
|
|
38
|
-
var CreateEndpointRequest;
|
|
39
|
-
(function (CreateEndpointRequest) {
|
|
40
|
-
CreateEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
41
|
-
...obj,
|
|
42
|
-
});
|
|
43
|
-
})(CreateEndpointRequest = exports.CreateEndpointRequest || (exports.CreateEndpointRequest = {}));
|
|
44
|
-
var CreateEndpointResult;
|
|
45
|
-
(function (CreateEndpointResult) {
|
|
46
|
-
CreateEndpointResult.filterSensitiveLog = (obj) => ({
|
|
47
|
-
...obj,
|
|
48
|
-
});
|
|
49
|
-
})(CreateEndpointResult = exports.CreateEndpointResult || (exports.CreateEndpointResult = {}));
|
|
50
38
|
class InternalServerException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
|
|
51
39
|
constructor(opts) {
|
|
52
40
|
super({
|
|
@@ -89,51 +77,45 @@ class ValidationException extends S3OutpostsServiceException_1.S3OutpostsService
|
|
|
89
77
|
}
|
|
90
78
|
}
|
|
91
79
|
exports.ValidationException = ValidationException;
|
|
92
|
-
var DeleteEndpointRequest;
|
|
93
|
-
(function (DeleteEndpointRequest) {
|
|
94
|
-
DeleteEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
95
|
-
...obj,
|
|
96
|
-
});
|
|
97
|
-
})(DeleteEndpointRequest = exports.DeleteEndpointRequest || (exports.DeleteEndpointRequest = {}));
|
|
98
|
-
var NetworkInterface;
|
|
99
|
-
(function (NetworkInterface) {
|
|
100
|
-
NetworkInterface.filterSensitiveLog = (obj) => ({
|
|
101
|
-
...obj,
|
|
102
|
-
});
|
|
103
|
-
})(NetworkInterface = exports.NetworkInterface || (exports.NetworkInterface = {}));
|
|
104
80
|
var EndpointStatus;
|
|
105
81
|
(function (EndpointStatus) {
|
|
106
82
|
EndpointStatus["AVAILABLE"] = "Available";
|
|
107
83
|
EndpointStatus["DELETING"] = "Deleting";
|
|
108
84
|
EndpointStatus["PENDING"] = "Pending";
|
|
109
85
|
})(EndpointStatus = exports.EndpointStatus || (exports.EndpointStatus = {}));
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
86
|
+
const CreateEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
87
|
+
...obj,
|
|
88
|
+
});
|
|
89
|
+
exports.CreateEndpointRequestFilterSensitiveLog = CreateEndpointRequestFilterSensitiveLog;
|
|
90
|
+
const CreateEndpointResultFilterSensitiveLog = (obj) => ({
|
|
91
|
+
...obj,
|
|
92
|
+
});
|
|
93
|
+
exports.CreateEndpointResultFilterSensitiveLog = CreateEndpointResultFilterSensitiveLog;
|
|
94
|
+
const DeleteEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
95
|
+
...obj,
|
|
96
|
+
});
|
|
97
|
+
exports.DeleteEndpointRequestFilterSensitiveLog = DeleteEndpointRequestFilterSensitiveLog;
|
|
98
|
+
const NetworkInterfaceFilterSensitiveLog = (obj) => ({
|
|
99
|
+
...obj,
|
|
100
|
+
});
|
|
101
|
+
exports.NetworkInterfaceFilterSensitiveLog = NetworkInterfaceFilterSensitiveLog;
|
|
102
|
+
const EndpointFilterSensitiveLog = (obj) => ({
|
|
103
|
+
...obj,
|
|
104
|
+
});
|
|
105
|
+
exports.EndpointFilterSensitiveLog = EndpointFilterSensitiveLog;
|
|
106
|
+
const ListEndpointsRequestFilterSensitiveLog = (obj) => ({
|
|
107
|
+
...obj,
|
|
108
|
+
});
|
|
109
|
+
exports.ListEndpointsRequestFilterSensitiveLog = ListEndpointsRequestFilterSensitiveLog;
|
|
110
|
+
const ListEndpointsResultFilterSensitiveLog = (obj) => ({
|
|
111
|
+
...obj,
|
|
112
|
+
});
|
|
113
|
+
exports.ListEndpointsResultFilterSensitiveLog = ListEndpointsResultFilterSensitiveLog;
|
|
114
|
+
const ListSharedEndpointsRequestFilterSensitiveLog = (obj) => ({
|
|
115
|
+
...obj,
|
|
116
|
+
});
|
|
117
|
+
exports.ListSharedEndpointsRequestFilterSensitiveLog = ListSharedEndpointsRequestFilterSensitiveLog;
|
|
118
|
+
const ListSharedEndpointsResultFilterSensitiveLog = (obj) => ({
|
|
119
|
+
...obj,
|
|
120
|
+
});
|
|
121
|
+
exports.ListSharedEndpointsResultFilterSensitiveLog = ListSharedEndpointsResultFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateEndpointRequestFilterSensitiveLog, CreateEndpointResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateEndpointCommand, serializeAws_restJson1CreateEndpointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEndpointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateEndpointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateEndpointResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteEndpointRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteEndpointCommand, serializeAws_restJson1DeleteEndpointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEndpointCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEndpointRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListEndpointsRequestFilterSensitiveLog, ListEndpointsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListEndpointsCommand, serializeAws_restJson1ListEndpointsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListEndpointsCommand = (function (_super) {
|
|
7
7
|
__extends(ListEndpointsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEndpointsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEndpointsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEndpointsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSharedEndpointsRequestFilterSensitiveLog, ListSharedEndpointsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSharedEndpointsCommand, serializeAws_restJson1ListSharedEndpointsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListSharedEndpointsCommand = (function (_super) {
|
|
7
7
|
__extends(ListSharedEndpointsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSharedEndpointsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSharedEndpointsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSharedEndpointsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -31,14 +31,6 @@ export var EndpointAccessType;
|
|
|
31
31
|
EndpointAccessType["CUSTOMER_OWNED_IP"] = "CustomerOwnedIp";
|
|
32
32
|
EndpointAccessType["PRIVATE"] = "Private";
|
|
33
33
|
})(EndpointAccessType || (EndpointAccessType = {}));
|
|
34
|
-
export var CreateEndpointRequest;
|
|
35
|
-
(function (CreateEndpointRequest) {
|
|
36
|
-
CreateEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(CreateEndpointRequest || (CreateEndpointRequest = {}));
|
|
38
|
-
export var CreateEndpointResult;
|
|
39
|
-
(function (CreateEndpointResult) {
|
|
40
|
-
CreateEndpointResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(CreateEndpointResult || (CreateEndpointResult = {}));
|
|
42
34
|
var InternalServerException = (function (_super) {
|
|
43
35
|
__extends(InternalServerException, _super);
|
|
44
36
|
function InternalServerException(opts) {
|
|
@@ -78,37 +70,18 @@ var ValidationException = (function (_super) {
|
|
|
78
70
|
return ValidationException;
|
|
79
71
|
}(__BaseException));
|
|
80
72
|
export { ValidationException };
|
|
81
|
-
export var DeleteEndpointRequest;
|
|
82
|
-
(function (DeleteEndpointRequest) {
|
|
83
|
-
DeleteEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
-
})(DeleteEndpointRequest || (DeleteEndpointRequest = {}));
|
|
85
|
-
export var NetworkInterface;
|
|
86
|
-
(function (NetworkInterface) {
|
|
87
|
-
NetworkInterface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(NetworkInterface || (NetworkInterface = {}));
|
|
89
73
|
export var EndpointStatus;
|
|
90
74
|
(function (EndpointStatus) {
|
|
91
75
|
EndpointStatus["AVAILABLE"] = "Available";
|
|
92
76
|
EndpointStatus["DELETING"] = "Deleting";
|
|
93
77
|
EndpointStatus["PENDING"] = "Pending";
|
|
94
78
|
})(EndpointStatus || (EndpointStatus = {}));
|
|
95
|
-
export var
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
export var
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
export var
|
|
104
|
-
(function (ListEndpointsResult) {
|
|
105
|
-
ListEndpointsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
-
})(ListEndpointsResult || (ListEndpointsResult = {}));
|
|
107
|
-
export var ListSharedEndpointsRequest;
|
|
108
|
-
(function (ListSharedEndpointsRequest) {
|
|
109
|
-
ListSharedEndpointsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
-
})(ListSharedEndpointsRequest || (ListSharedEndpointsRequest = {}));
|
|
111
|
-
export var ListSharedEndpointsResult;
|
|
112
|
-
(function (ListSharedEndpointsResult) {
|
|
113
|
-
ListSharedEndpointsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(ListSharedEndpointsResult || (ListSharedEndpointsResult = {}));
|
|
79
|
+
export var CreateEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
+
export var CreateEndpointResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
+
export var DeleteEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
+
export var NetworkInterfaceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
+
export var EndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
+
export var ListEndpointsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
+
export var ListEndpointsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
+
export var ListSharedEndpointsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
+
export var ListSharedEndpointsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -60,24 +60,12 @@ export interface CreateEndpointRequest {
|
|
|
60
60
|
*/
|
|
61
61
|
CustomerOwnedIpv4Pool?: string;
|
|
62
62
|
}
|
|
63
|
-
export declare namespace CreateEndpointRequest {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
|
-
const filterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
68
|
-
}
|
|
69
63
|
export interface CreateEndpointResult {
|
|
70
64
|
/**
|
|
71
65
|
* <p>The Amazon Resource Name (ARN) of the endpoint.</p>
|
|
72
66
|
*/
|
|
73
67
|
EndpointArn?: string;
|
|
74
68
|
}
|
|
75
|
-
export declare namespace CreateEndpointResult {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
const filterSensitiveLog: (obj: CreateEndpointResult) => any;
|
|
80
|
-
}
|
|
81
69
|
/**
|
|
82
70
|
* <p>There was an exception with the internal server.</p>
|
|
83
71
|
*/
|
|
@@ -124,12 +112,6 @@ export interface DeleteEndpointRequest {
|
|
|
124
112
|
*/
|
|
125
113
|
OutpostId: string | undefined;
|
|
126
114
|
}
|
|
127
|
-
export declare namespace DeleteEndpointRequest {
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
const filterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
132
|
-
}
|
|
133
115
|
/**
|
|
134
116
|
* <p>The container for the network interface.</p>
|
|
135
117
|
*/
|
|
@@ -139,12 +121,6 @@ export interface NetworkInterface {
|
|
|
139
121
|
*/
|
|
140
122
|
NetworkInterfaceId?: string;
|
|
141
123
|
}
|
|
142
|
-
export declare namespace NetworkInterface {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
147
|
-
}
|
|
148
124
|
export declare enum EndpointStatus {
|
|
149
125
|
AVAILABLE = "Available",
|
|
150
126
|
DELETING = "Deleting",
|
|
@@ -202,12 +178,6 @@ export interface Endpoint {
|
|
|
202
178
|
*/
|
|
203
179
|
CustomerOwnedIpv4Pool?: string;
|
|
204
180
|
}
|
|
205
|
-
export declare namespace Endpoint {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
210
|
-
}
|
|
211
181
|
export interface ListEndpointsRequest {
|
|
212
182
|
/**
|
|
213
183
|
* <p>If a previous response from this operation included a <code>NextToken</code> value,
|
|
@@ -219,12 +189,6 @@ export interface ListEndpointsRequest {
|
|
|
219
189
|
*/
|
|
220
190
|
MaxResults?: number;
|
|
221
191
|
}
|
|
222
|
-
export declare namespace ListEndpointsRequest {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
|
-
const filterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
227
|
-
}
|
|
228
192
|
export interface ListEndpointsResult {
|
|
229
193
|
/**
|
|
230
194
|
* <p>The list of endpoints associated with the specified Outpost.</p>
|
|
@@ -236,12 +200,6 @@ export interface ListEndpointsResult {
|
|
|
236
200
|
*/
|
|
237
201
|
NextToken?: string;
|
|
238
202
|
}
|
|
239
|
-
export declare namespace ListEndpointsResult {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
|
-
const filterSensitiveLog: (obj: ListEndpointsResult) => any;
|
|
244
|
-
}
|
|
245
203
|
export interface ListSharedEndpointsRequest {
|
|
246
204
|
/**
|
|
247
205
|
* <p>If a previous response from this operation included a <code>NextToken</code> value, you
|
|
@@ -257,12 +215,6 @@ export interface ListSharedEndpointsRequest {
|
|
|
257
215
|
*/
|
|
258
216
|
OutpostId: string | undefined;
|
|
259
217
|
}
|
|
260
|
-
export declare namespace ListSharedEndpointsRequest {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
|
-
const filterSensitiveLog: (obj: ListSharedEndpointsRequest) => any;
|
|
265
|
-
}
|
|
266
218
|
export interface ListSharedEndpointsResult {
|
|
267
219
|
/**
|
|
268
220
|
* <p>The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).</p>
|
|
@@ -274,9 +226,39 @@ export interface ListSharedEndpointsResult {
|
|
|
274
226
|
*/
|
|
275
227
|
NextToken?: string;
|
|
276
228
|
}
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
229
|
+
/**
|
|
230
|
+
* @internal
|
|
231
|
+
*/
|
|
232
|
+
export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
233
|
+
/**
|
|
234
|
+
* @internal
|
|
235
|
+
*/
|
|
236
|
+
export declare const CreateEndpointResultFilterSensitiveLog: (obj: CreateEndpointResult) => any;
|
|
237
|
+
/**
|
|
238
|
+
* @internal
|
|
239
|
+
*/
|
|
240
|
+
export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
241
|
+
/**
|
|
242
|
+
* @internal
|
|
243
|
+
*/
|
|
244
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
245
|
+
/**
|
|
246
|
+
* @internal
|
|
247
|
+
*/
|
|
248
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
249
|
+
/**
|
|
250
|
+
* @internal
|
|
251
|
+
*/
|
|
252
|
+
export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
253
|
+
/**
|
|
254
|
+
* @internal
|
|
255
|
+
*/
|
|
256
|
+
export declare const ListEndpointsResultFilterSensitiveLog: (obj: ListEndpointsResult) => any;
|
|
257
|
+
/**
|
|
258
|
+
* @internal
|
|
259
|
+
*/
|
|
260
|
+
export declare const ListSharedEndpointsRequestFilterSensitiveLog: (obj: ListSharedEndpointsRequest) => any;
|
|
261
|
+
/**
|
|
262
|
+
* @internal
|
|
263
|
+
*/
|
|
264
|
+
export declare const ListSharedEndpointsResultFilterSensitiveLog: (obj: ListSharedEndpointsResult) => any;
|
|
@@ -32,18 +32,10 @@ export interface CreateEndpointRequest {
|
|
|
32
32
|
|
|
33
33
|
CustomerOwnedIpv4Pool?: string;
|
|
34
34
|
}
|
|
35
|
-
export declare namespace CreateEndpointRequest {
|
|
36
|
-
|
|
37
|
-
const filterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
38
|
-
}
|
|
39
35
|
export interface CreateEndpointResult {
|
|
40
36
|
|
|
41
37
|
EndpointArn?: string;
|
|
42
38
|
}
|
|
43
|
-
export declare namespace CreateEndpointResult {
|
|
44
|
-
|
|
45
|
-
const filterSensitiveLog: (obj: CreateEndpointResult) => any;
|
|
46
|
-
}
|
|
47
39
|
|
|
48
40
|
export declare class InternalServerException extends __BaseException {
|
|
49
41
|
readonly name: "InternalServerException";
|
|
@@ -74,19 +66,11 @@ export interface DeleteEndpointRequest {
|
|
|
74
66
|
|
|
75
67
|
OutpostId: string | undefined;
|
|
76
68
|
}
|
|
77
|
-
export declare namespace DeleteEndpointRequest {
|
|
78
|
-
|
|
79
|
-
const filterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
80
|
-
}
|
|
81
69
|
|
|
82
70
|
export interface NetworkInterface {
|
|
83
71
|
|
|
84
72
|
NetworkInterfaceId?: string;
|
|
85
73
|
}
|
|
86
|
-
export declare namespace NetworkInterface {
|
|
87
|
-
|
|
88
|
-
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
89
|
-
}
|
|
90
74
|
export declare enum EndpointStatus {
|
|
91
75
|
AVAILABLE = "Available",
|
|
92
76
|
DELETING = "Deleting",
|
|
@@ -117,30 +101,18 @@ export interface Endpoint {
|
|
|
117
101
|
|
|
118
102
|
CustomerOwnedIpv4Pool?: string;
|
|
119
103
|
}
|
|
120
|
-
export declare namespace Endpoint {
|
|
121
|
-
|
|
122
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
123
|
-
}
|
|
124
104
|
export interface ListEndpointsRequest {
|
|
125
105
|
|
|
126
106
|
NextToken?: string;
|
|
127
107
|
|
|
128
108
|
MaxResults?: number;
|
|
129
109
|
}
|
|
130
|
-
export declare namespace ListEndpointsRequest {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
133
|
-
}
|
|
134
110
|
export interface ListEndpointsResult {
|
|
135
111
|
|
|
136
112
|
Endpoints?: Endpoint[];
|
|
137
113
|
|
|
138
114
|
NextToken?: string;
|
|
139
115
|
}
|
|
140
|
-
export declare namespace ListEndpointsResult {
|
|
141
|
-
|
|
142
|
-
const filterSensitiveLog: (obj: ListEndpointsResult) => any;
|
|
143
|
-
}
|
|
144
116
|
export interface ListSharedEndpointsRequest {
|
|
145
117
|
|
|
146
118
|
NextToken?: string;
|
|
@@ -149,17 +121,27 @@ export interface ListSharedEndpointsRequest {
|
|
|
149
121
|
|
|
150
122
|
OutpostId: string | undefined;
|
|
151
123
|
}
|
|
152
|
-
export declare namespace ListSharedEndpointsRequest {
|
|
153
|
-
|
|
154
|
-
const filterSensitiveLog: (obj: ListSharedEndpointsRequest) => any;
|
|
155
|
-
}
|
|
156
124
|
export interface ListSharedEndpointsResult {
|
|
157
125
|
|
|
158
126
|
Endpoints?: Endpoint[];
|
|
159
127
|
|
|
160
128
|
NextToken?: string;
|
|
161
129
|
}
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
130
|
+
|
|
131
|
+
export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
|
|
132
|
+
|
|
133
|
+
export declare const CreateEndpointResultFilterSensitiveLog: (obj: CreateEndpointResult) => any;
|
|
134
|
+
|
|
135
|
+
export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
136
|
+
|
|
137
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
138
|
+
|
|
139
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
140
|
+
|
|
141
|
+
export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
|
|
142
|
+
|
|
143
|
+
export declare const ListEndpointsResultFilterSensitiveLog: (obj: ListEndpointsResult) => any;
|
|
144
|
+
|
|
145
|
+
export declare const ListSharedEndpointsRequestFilterSensitiveLog: (obj: ListSharedEndpointsRequest) => any;
|
|
146
|
+
|
|
147
|
+
export declare const ListSharedEndpointsResultFilterSensitiveLog: (obj: ListSharedEndpointsResult) => any;
|
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.
|
|
4
|
+
"version": "3.141.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.141.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.141.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|