@aws-sdk/client-app-mesh 3.489.0 → 3.495.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/dist-cjs/AppMesh.js +1 -87
- package/dist-cjs/AppMeshClient.js +1 -43
- package/dist-cjs/commands/CreateGatewayRouteCommand.js +1 -28
- package/dist-cjs/commands/CreateMeshCommand.js +1 -28
- package/dist-cjs/commands/CreateRouteCommand.js +1 -28
- package/dist-cjs/commands/CreateVirtualGatewayCommand.js +1 -28
- package/dist-cjs/commands/CreateVirtualNodeCommand.js +1 -28
- package/dist-cjs/commands/CreateVirtualRouterCommand.js +1 -28
- package/dist-cjs/commands/CreateVirtualServiceCommand.js +1 -28
- package/dist-cjs/commands/DeleteGatewayRouteCommand.js +1 -28
- package/dist-cjs/commands/DeleteMeshCommand.js +1 -28
- package/dist-cjs/commands/DeleteRouteCommand.js +1 -28
- package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +1 -28
- package/dist-cjs/commands/DeleteVirtualNodeCommand.js +1 -28
- package/dist-cjs/commands/DeleteVirtualRouterCommand.js +1 -28
- package/dist-cjs/commands/DeleteVirtualServiceCommand.js +1 -28
- package/dist-cjs/commands/DescribeGatewayRouteCommand.js +1 -28
- package/dist-cjs/commands/DescribeMeshCommand.js +1 -28
- package/dist-cjs/commands/DescribeRouteCommand.js +1 -28
- package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +1 -28
- package/dist-cjs/commands/DescribeVirtualNodeCommand.js +1 -28
- package/dist-cjs/commands/DescribeVirtualRouterCommand.js +1 -28
- package/dist-cjs/commands/DescribeVirtualServiceCommand.js +1 -28
- package/dist-cjs/commands/ListGatewayRoutesCommand.js +1 -28
- package/dist-cjs/commands/ListMeshesCommand.js +1 -28
- package/dist-cjs/commands/ListRoutesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListVirtualGatewaysCommand.js +1 -28
- package/dist-cjs/commands/ListVirtualNodesCommand.js +1 -28
- package/dist-cjs/commands/ListVirtualRoutersCommand.js +1 -28
- package/dist-cjs/commands/ListVirtualServicesCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateGatewayRouteCommand.js +1 -28
- package/dist-cjs/commands/UpdateMeshCommand.js +1 -28
- package/dist-cjs/commands/UpdateRouteCommand.js +1 -28
- package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +1 -28
- package/dist-cjs/commands/UpdateVirtualNodeCommand.js +1 -28
- package/dist-cjs/commands/UpdateVirtualRouterCommand.js +1 -28
- package/dist-cjs/commands/UpdateVirtualServiceCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -41
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4430 -11
- package/dist-cjs/models/AppMeshServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -472
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListGatewayRoutesPaginator.js +1 -7
- package/dist-cjs/pagination/ListMeshesPaginator.js +1 -7
- package/dist-cjs/pagination/ListRoutesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListVirtualGatewaysPaginator.js +1 -7
- package/dist-cjs/pagination/ListVirtualNodesPaginator.js +1 -7
- package/dist-cjs/pagination/ListVirtualRoutersPaginator.js +1 -7
- package/dist-cjs/pagination/ListVirtualServicesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -12
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2926
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppMeshServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class AppMeshServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, AppMeshServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.AppMeshServiceException = AppMeshServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,472 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TooManyTagsException = exports.VirtualServiceStatusCode = exports.VirtualServiceProvider = exports.RouteStatusCode = exports.HttpScheme = exports.TcpRetryPolicyEvent = exports.GrpcRetryPolicyEvent = exports.GrpcRouteMetadataMatchMethod = exports.VirtualRouterStatusCode = exports.VirtualNodeStatusCode = exports.ServiceDiscovery = exports.DnsResponseType = exports.ListenerTlsValidationContextTrust = exports.ListenerTlsMode = exports.ListenerTlsCertificate = exports.ListenerTimeout = exports.DurationUnit = exports.PortProtocol = exports.VirtualNodeConnectionPool = exports.Backend = exports.TlsValidationContextTrust = exports.ClientTlsCertificate = exports.GatewayRouteStatusCode = exports.HttpMethod = exports.HeaderMatchMethod = exports.GrpcMetadataMatchMethod = exports.DefaultGatewayRouteRewrite = exports.VirtualGatewayStatusCode = exports.VirtualGatewayAccessLog = exports.VirtualGatewayListenerTlsValidationContextTrust = exports.VirtualGatewayListenerTlsMode = exports.VirtualGatewayListenerTlsCertificate = exports.VirtualGatewayPortProtocol = exports.VirtualGatewayConnectionPool = exports.VirtualGatewayTlsValidationContextTrust = exports.VirtualGatewayClientTlsCertificate = exports.ResourceInUseException = exports.LimitExceededException = exports.MeshStatusCode = exports.IpPreference = exports.EgressFilterType = exports.ConflictException = exports.TooManyRequestsException = exports.ServiceUnavailableException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.BadRequestException = exports.AccessLog = exports.LoggingFormat = void 0;
|
|
4
|
-
const AppMeshServiceException_1 = require("./AppMeshServiceException");
|
|
5
|
-
var LoggingFormat;
|
|
6
|
-
(function (LoggingFormat) {
|
|
7
|
-
LoggingFormat.visit = (value, visitor) => {
|
|
8
|
-
if (value.text !== undefined)
|
|
9
|
-
return visitor.text(value.text);
|
|
10
|
-
if (value.json !== undefined)
|
|
11
|
-
return visitor.json(value.json);
|
|
12
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
13
|
-
};
|
|
14
|
-
})(LoggingFormat = exports.LoggingFormat || (exports.LoggingFormat = {}));
|
|
15
|
-
var AccessLog;
|
|
16
|
-
(function (AccessLog) {
|
|
17
|
-
AccessLog.visit = (value, visitor) => {
|
|
18
|
-
if (value.file !== undefined)
|
|
19
|
-
return visitor.file(value.file);
|
|
20
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
21
|
-
};
|
|
22
|
-
})(AccessLog = exports.AccessLog || (exports.AccessLog = {}));
|
|
23
|
-
class BadRequestException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
24
|
-
constructor(opts) {
|
|
25
|
-
super({
|
|
26
|
-
name: "BadRequestException",
|
|
27
|
-
$fault: "client",
|
|
28
|
-
...opts,
|
|
29
|
-
});
|
|
30
|
-
this.name = "BadRequestException";
|
|
31
|
-
this.$fault = "client";
|
|
32
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
exports.BadRequestException = BadRequestException;
|
|
36
|
-
class ForbiddenException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
37
|
-
constructor(opts) {
|
|
38
|
-
super({
|
|
39
|
-
name: "ForbiddenException",
|
|
40
|
-
$fault: "client",
|
|
41
|
-
...opts,
|
|
42
|
-
});
|
|
43
|
-
this.name = "ForbiddenException";
|
|
44
|
-
this.$fault = "client";
|
|
45
|
-
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
exports.ForbiddenException = ForbiddenException;
|
|
49
|
-
class InternalServerErrorException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
50
|
-
constructor(opts) {
|
|
51
|
-
super({
|
|
52
|
-
name: "InternalServerErrorException",
|
|
53
|
-
$fault: "server",
|
|
54
|
-
...opts,
|
|
55
|
-
});
|
|
56
|
-
this.name = "InternalServerErrorException";
|
|
57
|
-
this.$fault = "server";
|
|
58
|
-
this.$retryable = {};
|
|
59
|
-
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
exports.InternalServerErrorException = InternalServerErrorException;
|
|
63
|
-
class NotFoundException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
64
|
-
constructor(opts) {
|
|
65
|
-
super({
|
|
66
|
-
name: "NotFoundException",
|
|
67
|
-
$fault: "client",
|
|
68
|
-
...opts,
|
|
69
|
-
});
|
|
70
|
-
this.name = "NotFoundException";
|
|
71
|
-
this.$fault = "client";
|
|
72
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
exports.NotFoundException = NotFoundException;
|
|
76
|
-
class ServiceUnavailableException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "ServiceUnavailableException",
|
|
80
|
-
$fault: "server",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
this.name = "ServiceUnavailableException";
|
|
84
|
-
this.$fault = "server";
|
|
85
|
-
this.$retryable = {};
|
|
86
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
90
|
-
class TooManyRequestsException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
91
|
-
constructor(opts) {
|
|
92
|
-
super({
|
|
93
|
-
name: "TooManyRequestsException",
|
|
94
|
-
$fault: "client",
|
|
95
|
-
...opts,
|
|
96
|
-
});
|
|
97
|
-
this.name = "TooManyRequestsException";
|
|
98
|
-
this.$fault = "client";
|
|
99
|
-
this.$retryable = {
|
|
100
|
-
throttling: true,
|
|
101
|
-
};
|
|
102
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
106
|
-
class ConflictException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
107
|
-
constructor(opts) {
|
|
108
|
-
super({
|
|
109
|
-
name: "ConflictException",
|
|
110
|
-
$fault: "client",
|
|
111
|
-
...opts,
|
|
112
|
-
});
|
|
113
|
-
this.name = "ConflictException";
|
|
114
|
-
this.$fault = "client";
|
|
115
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
exports.ConflictException = ConflictException;
|
|
119
|
-
exports.EgressFilterType = {
|
|
120
|
-
ALLOW_ALL: "ALLOW_ALL",
|
|
121
|
-
DROP_ALL: "DROP_ALL",
|
|
122
|
-
};
|
|
123
|
-
exports.IpPreference = {
|
|
124
|
-
IPv4_ONLY: "IPv4_ONLY",
|
|
125
|
-
IPv4_PREFERRED: "IPv4_PREFERRED",
|
|
126
|
-
IPv6_ONLY: "IPv6_ONLY",
|
|
127
|
-
IPv6_PREFERRED: "IPv6_PREFERRED",
|
|
128
|
-
};
|
|
129
|
-
exports.MeshStatusCode = {
|
|
130
|
-
ACTIVE: "ACTIVE",
|
|
131
|
-
DELETED: "DELETED",
|
|
132
|
-
INACTIVE: "INACTIVE",
|
|
133
|
-
};
|
|
134
|
-
class LimitExceededException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "LimitExceededException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
this.name = "LimitExceededException";
|
|
142
|
-
this.$fault = "client";
|
|
143
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
exports.LimitExceededException = LimitExceededException;
|
|
147
|
-
class ResourceInUseException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
148
|
-
constructor(opts) {
|
|
149
|
-
super({
|
|
150
|
-
name: "ResourceInUseException",
|
|
151
|
-
$fault: "client",
|
|
152
|
-
...opts,
|
|
153
|
-
});
|
|
154
|
-
this.name = "ResourceInUseException";
|
|
155
|
-
this.$fault = "client";
|
|
156
|
-
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
exports.ResourceInUseException = ResourceInUseException;
|
|
160
|
-
var VirtualGatewayClientTlsCertificate;
|
|
161
|
-
(function (VirtualGatewayClientTlsCertificate) {
|
|
162
|
-
VirtualGatewayClientTlsCertificate.visit = (value, visitor) => {
|
|
163
|
-
if (value.file !== undefined)
|
|
164
|
-
return visitor.file(value.file);
|
|
165
|
-
if (value.sds !== undefined)
|
|
166
|
-
return visitor.sds(value.sds);
|
|
167
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
168
|
-
};
|
|
169
|
-
})(VirtualGatewayClientTlsCertificate = exports.VirtualGatewayClientTlsCertificate || (exports.VirtualGatewayClientTlsCertificate = {}));
|
|
170
|
-
var VirtualGatewayTlsValidationContextTrust;
|
|
171
|
-
(function (VirtualGatewayTlsValidationContextTrust) {
|
|
172
|
-
VirtualGatewayTlsValidationContextTrust.visit = (value, visitor) => {
|
|
173
|
-
if (value.acm !== undefined)
|
|
174
|
-
return visitor.acm(value.acm);
|
|
175
|
-
if (value.file !== undefined)
|
|
176
|
-
return visitor.file(value.file);
|
|
177
|
-
if (value.sds !== undefined)
|
|
178
|
-
return visitor.sds(value.sds);
|
|
179
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
180
|
-
};
|
|
181
|
-
})(VirtualGatewayTlsValidationContextTrust = exports.VirtualGatewayTlsValidationContextTrust || (exports.VirtualGatewayTlsValidationContextTrust = {}));
|
|
182
|
-
var VirtualGatewayConnectionPool;
|
|
183
|
-
(function (VirtualGatewayConnectionPool) {
|
|
184
|
-
VirtualGatewayConnectionPool.visit = (value, visitor) => {
|
|
185
|
-
if (value.http !== undefined)
|
|
186
|
-
return visitor.http(value.http);
|
|
187
|
-
if (value.http2 !== undefined)
|
|
188
|
-
return visitor.http2(value.http2);
|
|
189
|
-
if (value.grpc !== undefined)
|
|
190
|
-
return visitor.grpc(value.grpc);
|
|
191
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
192
|
-
};
|
|
193
|
-
})(VirtualGatewayConnectionPool = exports.VirtualGatewayConnectionPool || (exports.VirtualGatewayConnectionPool = {}));
|
|
194
|
-
exports.VirtualGatewayPortProtocol = {
|
|
195
|
-
GRPC: "grpc",
|
|
196
|
-
HTTP: "http",
|
|
197
|
-
HTTP2: "http2",
|
|
198
|
-
};
|
|
199
|
-
var VirtualGatewayListenerTlsCertificate;
|
|
200
|
-
(function (VirtualGatewayListenerTlsCertificate) {
|
|
201
|
-
VirtualGatewayListenerTlsCertificate.visit = (value, visitor) => {
|
|
202
|
-
if (value.acm !== undefined)
|
|
203
|
-
return visitor.acm(value.acm);
|
|
204
|
-
if (value.file !== undefined)
|
|
205
|
-
return visitor.file(value.file);
|
|
206
|
-
if (value.sds !== undefined)
|
|
207
|
-
return visitor.sds(value.sds);
|
|
208
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
209
|
-
};
|
|
210
|
-
})(VirtualGatewayListenerTlsCertificate = exports.VirtualGatewayListenerTlsCertificate || (exports.VirtualGatewayListenerTlsCertificate = {}));
|
|
211
|
-
exports.VirtualGatewayListenerTlsMode = {
|
|
212
|
-
DISABLED: "DISABLED",
|
|
213
|
-
PERMISSIVE: "PERMISSIVE",
|
|
214
|
-
STRICT: "STRICT",
|
|
215
|
-
};
|
|
216
|
-
var VirtualGatewayListenerTlsValidationContextTrust;
|
|
217
|
-
(function (VirtualGatewayListenerTlsValidationContextTrust) {
|
|
218
|
-
VirtualGatewayListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
219
|
-
if (value.file !== undefined)
|
|
220
|
-
return visitor.file(value.file);
|
|
221
|
-
if (value.sds !== undefined)
|
|
222
|
-
return visitor.sds(value.sds);
|
|
223
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
224
|
-
};
|
|
225
|
-
})(VirtualGatewayListenerTlsValidationContextTrust = exports.VirtualGatewayListenerTlsValidationContextTrust || (exports.VirtualGatewayListenerTlsValidationContextTrust = {}));
|
|
226
|
-
var VirtualGatewayAccessLog;
|
|
227
|
-
(function (VirtualGatewayAccessLog) {
|
|
228
|
-
VirtualGatewayAccessLog.visit = (value, visitor) => {
|
|
229
|
-
if (value.file !== undefined)
|
|
230
|
-
return visitor.file(value.file);
|
|
231
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
232
|
-
};
|
|
233
|
-
})(VirtualGatewayAccessLog = exports.VirtualGatewayAccessLog || (exports.VirtualGatewayAccessLog = {}));
|
|
234
|
-
exports.VirtualGatewayStatusCode = {
|
|
235
|
-
ACTIVE: "ACTIVE",
|
|
236
|
-
DELETED: "DELETED",
|
|
237
|
-
INACTIVE: "INACTIVE",
|
|
238
|
-
};
|
|
239
|
-
exports.DefaultGatewayRouteRewrite = {
|
|
240
|
-
DISABLED: "DISABLED",
|
|
241
|
-
ENABLED: "ENABLED",
|
|
242
|
-
};
|
|
243
|
-
var GrpcMetadataMatchMethod;
|
|
244
|
-
(function (GrpcMetadataMatchMethod) {
|
|
245
|
-
GrpcMetadataMatchMethod.visit = (value, visitor) => {
|
|
246
|
-
if (value.exact !== undefined)
|
|
247
|
-
return visitor.exact(value.exact);
|
|
248
|
-
if (value.regex !== undefined)
|
|
249
|
-
return visitor.regex(value.regex);
|
|
250
|
-
if (value.range !== undefined)
|
|
251
|
-
return visitor.range(value.range);
|
|
252
|
-
if (value.prefix !== undefined)
|
|
253
|
-
return visitor.prefix(value.prefix);
|
|
254
|
-
if (value.suffix !== undefined)
|
|
255
|
-
return visitor.suffix(value.suffix);
|
|
256
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
257
|
-
};
|
|
258
|
-
})(GrpcMetadataMatchMethod = exports.GrpcMetadataMatchMethod || (exports.GrpcMetadataMatchMethod = {}));
|
|
259
|
-
var HeaderMatchMethod;
|
|
260
|
-
(function (HeaderMatchMethod) {
|
|
261
|
-
HeaderMatchMethod.visit = (value, visitor) => {
|
|
262
|
-
if (value.exact !== undefined)
|
|
263
|
-
return visitor.exact(value.exact);
|
|
264
|
-
if (value.regex !== undefined)
|
|
265
|
-
return visitor.regex(value.regex);
|
|
266
|
-
if (value.range !== undefined)
|
|
267
|
-
return visitor.range(value.range);
|
|
268
|
-
if (value.prefix !== undefined)
|
|
269
|
-
return visitor.prefix(value.prefix);
|
|
270
|
-
if (value.suffix !== undefined)
|
|
271
|
-
return visitor.suffix(value.suffix);
|
|
272
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
273
|
-
};
|
|
274
|
-
})(HeaderMatchMethod = exports.HeaderMatchMethod || (exports.HeaderMatchMethod = {}));
|
|
275
|
-
exports.HttpMethod = {
|
|
276
|
-
CONNECT: "CONNECT",
|
|
277
|
-
DELETE: "DELETE",
|
|
278
|
-
GET: "GET",
|
|
279
|
-
HEAD: "HEAD",
|
|
280
|
-
OPTIONS: "OPTIONS",
|
|
281
|
-
PATCH: "PATCH",
|
|
282
|
-
POST: "POST",
|
|
283
|
-
PUT: "PUT",
|
|
284
|
-
TRACE: "TRACE",
|
|
285
|
-
};
|
|
286
|
-
exports.GatewayRouteStatusCode = {
|
|
287
|
-
ACTIVE: "ACTIVE",
|
|
288
|
-
DELETED: "DELETED",
|
|
289
|
-
INACTIVE: "INACTIVE",
|
|
290
|
-
};
|
|
291
|
-
var ClientTlsCertificate;
|
|
292
|
-
(function (ClientTlsCertificate) {
|
|
293
|
-
ClientTlsCertificate.visit = (value, visitor) => {
|
|
294
|
-
if (value.file !== undefined)
|
|
295
|
-
return visitor.file(value.file);
|
|
296
|
-
if (value.sds !== undefined)
|
|
297
|
-
return visitor.sds(value.sds);
|
|
298
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
299
|
-
};
|
|
300
|
-
})(ClientTlsCertificate = exports.ClientTlsCertificate || (exports.ClientTlsCertificate = {}));
|
|
301
|
-
var TlsValidationContextTrust;
|
|
302
|
-
(function (TlsValidationContextTrust) {
|
|
303
|
-
TlsValidationContextTrust.visit = (value, visitor) => {
|
|
304
|
-
if (value.acm !== undefined)
|
|
305
|
-
return visitor.acm(value.acm);
|
|
306
|
-
if (value.file !== undefined)
|
|
307
|
-
return visitor.file(value.file);
|
|
308
|
-
if (value.sds !== undefined)
|
|
309
|
-
return visitor.sds(value.sds);
|
|
310
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
311
|
-
};
|
|
312
|
-
})(TlsValidationContextTrust = exports.TlsValidationContextTrust || (exports.TlsValidationContextTrust = {}));
|
|
313
|
-
var Backend;
|
|
314
|
-
(function (Backend) {
|
|
315
|
-
Backend.visit = (value, visitor) => {
|
|
316
|
-
if (value.virtualService !== undefined)
|
|
317
|
-
return visitor.virtualService(value.virtualService);
|
|
318
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
319
|
-
};
|
|
320
|
-
})(Backend = exports.Backend || (exports.Backend = {}));
|
|
321
|
-
var VirtualNodeConnectionPool;
|
|
322
|
-
(function (VirtualNodeConnectionPool) {
|
|
323
|
-
VirtualNodeConnectionPool.visit = (value, visitor) => {
|
|
324
|
-
if (value.tcp !== undefined)
|
|
325
|
-
return visitor.tcp(value.tcp);
|
|
326
|
-
if (value.http !== undefined)
|
|
327
|
-
return visitor.http(value.http);
|
|
328
|
-
if (value.http2 !== undefined)
|
|
329
|
-
return visitor.http2(value.http2);
|
|
330
|
-
if (value.grpc !== undefined)
|
|
331
|
-
return visitor.grpc(value.grpc);
|
|
332
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
333
|
-
};
|
|
334
|
-
})(VirtualNodeConnectionPool = exports.VirtualNodeConnectionPool || (exports.VirtualNodeConnectionPool = {}));
|
|
335
|
-
exports.PortProtocol = {
|
|
336
|
-
GRPC: "grpc",
|
|
337
|
-
HTTP: "http",
|
|
338
|
-
HTTP2: "http2",
|
|
339
|
-
TCP: "tcp",
|
|
340
|
-
};
|
|
341
|
-
exports.DurationUnit = {
|
|
342
|
-
MS: "ms",
|
|
343
|
-
S: "s",
|
|
344
|
-
};
|
|
345
|
-
var ListenerTimeout;
|
|
346
|
-
(function (ListenerTimeout) {
|
|
347
|
-
ListenerTimeout.visit = (value, visitor) => {
|
|
348
|
-
if (value.tcp !== undefined)
|
|
349
|
-
return visitor.tcp(value.tcp);
|
|
350
|
-
if (value.http !== undefined)
|
|
351
|
-
return visitor.http(value.http);
|
|
352
|
-
if (value.http2 !== undefined)
|
|
353
|
-
return visitor.http2(value.http2);
|
|
354
|
-
if (value.grpc !== undefined)
|
|
355
|
-
return visitor.grpc(value.grpc);
|
|
356
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
357
|
-
};
|
|
358
|
-
})(ListenerTimeout = exports.ListenerTimeout || (exports.ListenerTimeout = {}));
|
|
359
|
-
var ListenerTlsCertificate;
|
|
360
|
-
(function (ListenerTlsCertificate) {
|
|
361
|
-
ListenerTlsCertificate.visit = (value, visitor) => {
|
|
362
|
-
if (value.acm !== undefined)
|
|
363
|
-
return visitor.acm(value.acm);
|
|
364
|
-
if (value.file !== undefined)
|
|
365
|
-
return visitor.file(value.file);
|
|
366
|
-
if (value.sds !== undefined)
|
|
367
|
-
return visitor.sds(value.sds);
|
|
368
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
369
|
-
};
|
|
370
|
-
})(ListenerTlsCertificate = exports.ListenerTlsCertificate || (exports.ListenerTlsCertificate = {}));
|
|
371
|
-
exports.ListenerTlsMode = {
|
|
372
|
-
DISABLED: "DISABLED",
|
|
373
|
-
PERMISSIVE: "PERMISSIVE",
|
|
374
|
-
STRICT: "STRICT",
|
|
375
|
-
};
|
|
376
|
-
var ListenerTlsValidationContextTrust;
|
|
377
|
-
(function (ListenerTlsValidationContextTrust) {
|
|
378
|
-
ListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
379
|
-
if (value.file !== undefined)
|
|
380
|
-
return visitor.file(value.file);
|
|
381
|
-
if (value.sds !== undefined)
|
|
382
|
-
return visitor.sds(value.sds);
|
|
383
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
384
|
-
};
|
|
385
|
-
})(ListenerTlsValidationContextTrust = exports.ListenerTlsValidationContextTrust || (exports.ListenerTlsValidationContextTrust = {}));
|
|
386
|
-
exports.DnsResponseType = {
|
|
387
|
-
ENDPOINTS: "ENDPOINTS",
|
|
388
|
-
LOADBALANCER: "LOADBALANCER",
|
|
389
|
-
};
|
|
390
|
-
var ServiceDiscovery;
|
|
391
|
-
(function (ServiceDiscovery) {
|
|
392
|
-
ServiceDiscovery.visit = (value, visitor) => {
|
|
393
|
-
if (value.dns !== undefined)
|
|
394
|
-
return visitor.dns(value.dns);
|
|
395
|
-
if (value.awsCloudMap !== undefined)
|
|
396
|
-
return visitor.awsCloudMap(value.awsCloudMap);
|
|
397
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
398
|
-
};
|
|
399
|
-
})(ServiceDiscovery = exports.ServiceDiscovery || (exports.ServiceDiscovery = {}));
|
|
400
|
-
exports.VirtualNodeStatusCode = {
|
|
401
|
-
ACTIVE: "ACTIVE",
|
|
402
|
-
DELETED: "DELETED",
|
|
403
|
-
INACTIVE: "INACTIVE",
|
|
404
|
-
};
|
|
405
|
-
exports.VirtualRouterStatusCode = {
|
|
406
|
-
ACTIVE: "ACTIVE",
|
|
407
|
-
DELETED: "DELETED",
|
|
408
|
-
INACTIVE: "INACTIVE",
|
|
409
|
-
};
|
|
410
|
-
var GrpcRouteMetadataMatchMethod;
|
|
411
|
-
(function (GrpcRouteMetadataMatchMethod) {
|
|
412
|
-
GrpcRouteMetadataMatchMethod.visit = (value, visitor) => {
|
|
413
|
-
if (value.exact !== undefined)
|
|
414
|
-
return visitor.exact(value.exact);
|
|
415
|
-
if (value.regex !== undefined)
|
|
416
|
-
return visitor.regex(value.regex);
|
|
417
|
-
if (value.range !== undefined)
|
|
418
|
-
return visitor.range(value.range);
|
|
419
|
-
if (value.prefix !== undefined)
|
|
420
|
-
return visitor.prefix(value.prefix);
|
|
421
|
-
if (value.suffix !== undefined)
|
|
422
|
-
return visitor.suffix(value.suffix);
|
|
423
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
424
|
-
};
|
|
425
|
-
})(GrpcRouteMetadataMatchMethod = exports.GrpcRouteMetadataMatchMethod || (exports.GrpcRouteMetadataMatchMethod = {}));
|
|
426
|
-
exports.GrpcRetryPolicyEvent = {
|
|
427
|
-
CANCELLED: "cancelled",
|
|
428
|
-
DEADLINE_EXCEEDED: "deadline-exceeded",
|
|
429
|
-
INTERNAL: "internal",
|
|
430
|
-
RESOURCE_EXHAUSTED: "resource-exhausted",
|
|
431
|
-
UNAVAILABLE: "unavailable",
|
|
432
|
-
};
|
|
433
|
-
exports.TcpRetryPolicyEvent = {
|
|
434
|
-
CONNECTION_ERROR: "connection-error",
|
|
435
|
-
};
|
|
436
|
-
exports.HttpScheme = {
|
|
437
|
-
HTTP: "http",
|
|
438
|
-
HTTPS: "https",
|
|
439
|
-
};
|
|
440
|
-
exports.RouteStatusCode = {
|
|
441
|
-
ACTIVE: "ACTIVE",
|
|
442
|
-
DELETED: "DELETED",
|
|
443
|
-
INACTIVE: "INACTIVE",
|
|
444
|
-
};
|
|
445
|
-
var VirtualServiceProvider;
|
|
446
|
-
(function (VirtualServiceProvider) {
|
|
447
|
-
VirtualServiceProvider.visit = (value, visitor) => {
|
|
448
|
-
if (value.virtualNode !== undefined)
|
|
449
|
-
return visitor.virtualNode(value.virtualNode);
|
|
450
|
-
if (value.virtualRouter !== undefined)
|
|
451
|
-
return visitor.virtualRouter(value.virtualRouter);
|
|
452
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
453
|
-
};
|
|
454
|
-
})(VirtualServiceProvider = exports.VirtualServiceProvider || (exports.VirtualServiceProvider = {}));
|
|
455
|
-
exports.VirtualServiceStatusCode = {
|
|
456
|
-
ACTIVE: "ACTIVE",
|
|
457
|
-
DELETED: "DELETED",
|
|
458
|
-
INACTIVE: "INACTIVE",
|
|
459
|
-
};
|
|
460
|
-
class TooManyTagsException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
461
|
-
constructor(opts) {
|
|
462
|
-
super({
|
|
463
|
-
name: "TooManyTagsException",
|
|
464
|
-
$fault: "client",
|
|
465
|
-
...opts,
|
|
466
|
-
});
|
|
467
|
-
this.name = "TooManyTagsException";
|
|
468
|
-
this.$fault = "client";
|
|
469
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListGatewayRoutes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppMeshClient_1 = require("../AppMeshClient");
|
|
6
|
-
const ListGatewayRoutesCommand_1 = require("../commands/ListGatewayRoutesCommand");
|
|
7
|
-
exports.paginateListGatewayRoutes = (0, core_1.createPaginator)(AppMeshClient_1.AppMeshClient, ListGatewayRoutesCommand_1.ListGatewayRoutesCommand, "nextToken", "nextToken", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListMeshes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppMeshClient_1 = require("../AppMeshClient");
|
|
6
|
-
const ListMeshesCommand_1 = require("../commands/ListMeshesCommand");
|
|
7
|
-
exports.paginateListMeshes = (0, core_1.createPaginator)(AppMeshClient_1.AppMeshClient, ListMeshesCommand_1.ListMeshesCommand, "nextToken", "nextToken", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRoutes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppMeshClient_1 = require("../AppMeshClient");
|
|
6
|
-
const ListRoutesCommand_1 = require("../commands/ListRoutesCommand");
|
|
7
|
-
exports.paginateListRoutes = (0, core_1.createPaginator)(AppMeshClient_1.AppMeshClient, ListRoutesCommand_1.ListRoutesCommand, "nextToken", "nextToken", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTagsForResource = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppMeshClient_1 = require("../AppMeshClient");
|
|
6
|
-
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
7
|
-
exports.paginateListTagsForResource = (0, core_1.createPaginator)(AppMeshClient_1.AppMeshClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "nextToken", "nextToken", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListVirtualGateways = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppMeshClient_1 = require("../AppMeshClient");
|
|
6
|
-
const ListVirtualGatewaysCommand_1 = require("../commands/ListVirtualGatewaysCommand");
|
|
7
|
-
exports.paginateListVirtualGateways = (0, core_1.createPaginator)(AppMeshClient_1.AppMeshClient, ListVirtualGatewaysCommand_1.ListVirtualGatewaysCommand, "nextToken", "nextToken", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListVirtualNodes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppMeshClient_1 = require("../AppMeshClient");
|
|
6
|
-
const ListVirtualNodesCommand_1 = require("../commands/ListVirtualNodesCommand");
|
|
7
|
-
exports.paginateListVirtualNodes = (0, core_1.createPaginator)(AppMeshClient_1.AppMeshClient, ListVirtualNodesCommand_1.ListVirtualNodesCommand, "nextToken", "nextToken", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListVirtualRouters = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppMeshClient_1 = require("../AppMeshClient");
|
|
6
|
-
const ListVirtualRoutersCommand_1 = require("../commands/ListVirtualRoutersCommand");
|
|
7
|
-
exports.paginateListVirtualRouters = (0, core_1.createPaginator)(AppMeshClient_1.AppMeshClient, ListVirtualRoutersCommand_1.ListVirtualRoutersCommand, "nextToken", "nextToken", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListVirtualServices = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AppMeshClient_1 = require("../AppMeshClient");
|
|
6
|
-
const ListVirtualServicesCommand_1 = require("../commands/ListVirtualServicesCommand");
|
|
7
|
-
exports.paginateListVirtualServices = (0, core_1.createPaginator)(AppMeshClient_1.AppMeshClient, ListVirtualServicesCommand_1.ListVirtualServicesCommand, "nextToken", "nextToken", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListGatewayRoutesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListMeshesPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListRoutesPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListVirtualGatewaysPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListVirtualNodesPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListVirtualRoutersPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListVirtualServicesPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|