@aws-sdk/client-app-mesh 3.1077.0 → 3.1078.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/index.js +46 -383
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateGatewayRouteCommand.js +2 -14
- package/dist-es/commands/CreateMeshCommand.js +2 -14
- package/dist-es/commands/CreateRouteCommand.js +2 -14
- package/dist-es/commands/CreateVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/CreateVirtualNodeCommand.js +2 -14
- package/dist-es/commands/CreateVirtualRouterCommand.js +2 -14
- package/dist-es/commands/CreateVirtualServiceCommand.js +2 -14
- package/dist-es/commands/DeleteGatewayRouteCommand.js +2 -14
- package/dist-es/commands/DeleteMeshCommand.js +2 -14
- package/dist-es/commands/DeleteRouteCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualNodeCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualRouterCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualServiceCommand.js +2 -14
- package/dist-es/commands/DescribeGatewayRouteCommand.js +2 -14
- package/dist-es/commands/DescribeMeshCommand.js +2 -14
- package/dist-es/commands/DescribeRouteCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualNodeCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualRouterCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualServiceCommand.js +2 -14
- package/dist-es/commands/ListGatewayRoutesCommand.js +2 -14
- package/dist-es/commands/ListMeshesCommand.js +2 -14
- package/dist-es/commands/ListRoutesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVirtualGatewaysCommand.js +2 -14
- package/dist-es/commands/ListVirtualNodesCommand.js +2 -14
- package/dist-es/commands/ListVirtualRoutersCommand.js +2 -14
- package/dist-es/commands/ListVirtualServicesCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateGatewayRouteCommand.js +2 -14
- package/dist-es/commands/UpdateMeshCommand.js +2 -14
- package/dist-es/commands/UpdateRouteCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualNodeCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualRouterCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualServiceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/CreateMeshCommand.d.ts +3 -8
- package/dist-types/commands/CreateRouteCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMeshCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRouteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMeshCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRouteCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +3 -8
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +3 -8
- package/dist-types/commands/ListMeshesCommand.d.ts +3 -8
- package/dist-types/commands/ListRoutesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMeshCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRouteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2171,460 +2172,122 @@ class AppMeshClient extends Client {
|
|
|
2171
2172
|
}
|
|
2172
2173
|
}
|
|
2173
2174
|
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
})
|
|
2180
|
-
.s("AppMesh", "CreateGatewayRoute", {})
|
|
2181
|
-
.n("AppMeshClient", "CreateGatewayRouteCommand")
|
|
2182
|
-
.sc(CreateGatewayRoute$)
|
|
2183
|
-
.build() {
|
|
2175
|
+
const command = makeBuilder(commonParams, "AppMesh", "AppMeshClient", getEndpointPlugin);
|
|
2176
|
+
const _ep0 = {};
|
|
2177
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2178
|
+
|
|
2179
|
+
class CreateGatewayRouteCommand extends command(_ep0, _mw0, "CreateGatewayRoute", CreateGatewayRoute$) {
|
|
2184
2180
|
}
|
|
2185
2181
|
|
|
2186
|
-
class CreateMeshCommand extends
|
|
2187
|
-
.classBuilder()
|
|
2188
|
-
.ep(commonParams)
|
|
2189
|
-
.m(function (Command, cs, config, o) {
|
|
2190
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2191
|
-
})
|
|
2192
|
-
.s("AppMesh", "CreateMesh", {})
|
|
2193
|
-
.n("AppMeshClient", "CreateMeshCommand")
|
|
2194
|
-
.sc(CreateMesh$)
|
|
2195
|
-
.build() {
|
|
2182
|
+
class CreateMeshCommand extends command(_ep0, _mw0, "CreateMesh", CreateMesh$) {
|
|
2196
2183
|
}
|
|
2197
2184
|
|
|
2198
|
-
class CreateRouteCommand extends
|
|
2199
|
-
.classBuilder()
|
|
2200
|
-
.ep(commonParams)
|
|
2201
|
-
.m(function (Command, cs, config, o) {
|
|
2202
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2203
|
-
})
|
|
2204
|
-
.s("AppMesh", "CreateRoute", {})
|
|
2205
|
-
.n("AppMeshClient", "CreateRouteCommand")
|
|
2206
|
-
.sc(CreateRoute$)
|
|
2207
|
-
.build() {
|
|
2185
|
+
class CreateRouteCommand extends command(_ep0, _mw0, "CreateRoute", CreateRoute$) {
|
|
2208
2186
|
}
|
|
2209
2187
|
|
|
2210
|
-
class CreateVirtualGatewayCommand extends
|
|
2211
|
-
.classBuilder()
|
|
2212
|
-
.ep(commonParams)
|
|
2213
|
-
.m(function (Command, cs, config, o) {
|
|
2214
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2215
|
-
})
|
|
2216
|
-
.s("AppMesh", "CreateVirtualGateway", {})
|
|
2217
|
-
.n("AppMeshClient", "CreateVirtualGatewayCommand")
|
|
2218
|
-
.sc(CreateVirtualGateway$)
|
|
2219
|
-
.build() {
|
|
2188
|
+
class CreateVirtualGatewayCommand extends command(_ep0, _mw0, "CreateVirtualGateway", CreateVirtualGateway$) {
|
|
2220
2189
|
}
|
|
2221
2190
|
|
|
2222
|
-
class CreateVirtualNodeCommand extends
|
|
2223
|
-
.classBuilder()
|
|
2224
|
-
.ep(commonParams)
|
|
2225
|
-
.m(function (Command, cs, config, o) {
|
|
2226
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2227
|
-
})
|
|
2228
|
-
.s("AppMesh", "CreateVirtualNode", {})
|
|
2229
|
-
.n("AppMeshClient", "CreateVirtualNodeCommand")
|
|
2230
|
-
.sc(CreateVirtualNode$)
|
|
2231
|
-
.build() {
|
|
2191
|
+
class CreateVirtualNodeCommand extends command(_ep0, _mw0, "CreateVirtualNode", CreateVirtualNode$) {
|
|
2232
2192
|
}
|
|
2233
2193
|
|
|
2234
|
-
class CreateVirtualRouterCommand extends
|
|
2235
|
-
.classBuilder()
|
|
2236
|
-
.ep(commonParams)
|
|
2237
|
-
.m(function (Command, cs, config, o) {
|
|
2238
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2239
|
-
})
|
|
2240
|
-
.s("AppMesh", "CreateVirtualRouter", {})
|
|
2241
|
-
.n("AppMeshClient", "CreateVirtualRouterCommand")
|
|
2242
|
-
.sc(CreateVirtualRouter$)
|
|
2243
|
-
.build() {
|
|
2194
|
+
class CreateVirtualRouterCommand extends command(_ep0, _mw0, "CreateVirtualRouter", CreateVirtualRouter$) {
|
|
2244
2195
|
}
|
|
2245
2196
|
|
|
2246
|
-
class CreateVirtualServiceCommand extends
|
|
2247
|
-
.classBuilder()
|
|
2248
|
-
.ep(commonParams)
|
|
2249
|
-
.m(function (Command, cs, config, o) {
|
|
2250
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2251
|
-
})
|
|
2252
|
-
.s("AppMesh", "CreateVirtualService", {})
|
|
2253
|
-
.n("AppMeshClient", "CreateVirtualServiceCommand")
|
|
2254
|
-
.sc(CreateVirtualService$)
|
|
2255
|
-
.build() {
|
|
2197
|
+
class CreateVirtualServiceCommand extends command(_ep0, _mw0, "CreateVirtualService", CreateVirtualService$) {
|
|
2256
2198
|
}
|
|
2257
2199
|
|
|
2258
|
-
class DeleteGatewayRouteCommand extends
|
|
2259
|
-
.classBuilder()
|
|
2260
|
-
.ep(commonParams)
|
|
2261
|
-
.m(function (Command, cs, config, o) {
|
|
2262
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2263
|
-
})
|
|
2264
|
-
.s("AppMesh", "DeleteGatewayRoute", {})
|
|
2265
|
-
.n("AppMeshClient", "DeleteGatewayRouteCommand")
|
|
2266
|
-
.sc(DeleteGatewayRoute$)
|
|
2267
|
-
.build() {
|
|
2200
|
+
class DeleteGatewayRouteCommand extends command(_ep0, _mw0, "DeleteGatewayRoute", DeleteGatewayRoute$) {
|
|
2268
2201
|
}
|
|
2269
2202
|
|
|
2270
|
-
class DeleteMeshCommand extends
|
|
2271
|
-
.classBuilder()
|
|
2272
|
-
.ep(commonParams)
|
|
2273
|
-
.m(function (Command, cs, config, o) {
|
|
2274
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2275
|
-
})
|
|
2276
|
-
.s("AppMesh", "DeleteMesh", {})
|
|
2277
|
-
.n("AppMeshClient", "DeleteMeshCommand")
|
|
2278
|
-
.sc(DeleteMesh$)
|
|
2279
|
-
.build() {
|
|
2203
|
+
class DeleteMeshCommand extends command(_ep0, _mw0, "DeleteMesh", DeleteMesh$) {
|
|
2280
2204
|
}
|
|
2281
2205
|
|
|
2282
|
-
class DeleteRouteCommand extends
|
|
2283
|
-
.classBuilder()
|
|
2284
|
-
.ep(commonParams)
|
|
2285
|
-
.m(function (Command, cs, config, o) {
|
|
2286
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2287
|
-
})
|
|
2288
|
-
.s("AppMesh", "DeleteRoute", {})
|
|
2289
|
-
.n("AppMeshClient", "DeleteRouteCommand")
|
|
2290
|
-
.sc(DeleteRoute$)
|
|
2291
|
-
.build() {
|
|
2206
|
+
class DeleteRouteCommand extends command(_ep0, _mw0, "DeleteRoute", DeleteRoute$) {
|
|
2292
2207
|
}
|
|
2293
2208
|
|
|
2294
|
-
class DeleteVirtualGatewayCommand extends
|
|
2295
|
-
.classBuilder()
|
|
2296
|
-
.ep(commonParams)
|
|
2297
|
-
.m(function (Command, cs, config, o) {
|
|
2298
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2299
|
-
})
|
|
2300
|
-
.s("AppMesh", "DeleteVirtualGateway", {})
|
|
2301
|
-
.n("AppMeshClient", "DeleteVirtualGatewayCommand")
|
|
2302
|
-
.sc(DeleteVirtualGateway$)
|
|
2303
|
-
.build() {
|
|
2209
|
+
class DeleteVirtualGatewayCommand extends command(_ep0, _mw0, "DeleteVirtualGateway", DeleteVirtualGateway$) {
|
|
2304
2210
|
}
|
|
2305
2211
|
|
|
2306
|
-
class DeleteVirtualNodeCommand extends
|
|
2307
|
-
.classBuilder()
|
|
2308
|
-
.ep(commonParams)
|
|
2309
|
-
.m(function (Command, cs, config, o) {
|
|
2310
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2311
|
-
})
|
|
2312
|
-
.s("AppMesh", "DeleteVirtualNode", {})
|
|
2313
|
-
.n("AppMeshClient", "DeleteVirtualNodeCommand")
|
|
2314
|
-
.sc(DeleteVirtualNode$)
|
|
2315
|
-
.build() {
|
|
2212
|
+
class DeleteVirtualNodeCommand extends command(_ep0, _mw0, "DeleteVirtualNode", DeleteVirtualNode$) {
|
|
2316
2213
|
}
|
|
2317
2214
|
|
|
2318
|
-
class DeleteVirtualRouterCommand extends
|
|
2319
|
-
.classBuilder()
|
|
2320
|
-
.ep(commonParams)
|
|
2321
|
-
.m(function (Command, cs, config, o) {
|
|
2322
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2323
|
-
})
|
|
2324
|
-
.s("AppMesh", "DeleteVirtualRouter", {})
|
|
2325
|
-
.n("AppMeshClient", "DeleteVirtualRouterCommand")
|
|
2326
|
-
.sc(DeleteVirtualRouter$)
|
|
2327
|
-
.build() {
|
|
2215
|
+
class DeleteVirtualRouterCommand extends command(_ep0, _mw0, "DeleteVirtualRouter", DeleteVirtualRouter$) {
|
|
2328
2216
|
}
|
|
2329
2217
|
|
|
2330
|
-
class DeleteVirtualServiceCommand extends
|
|
2331
|
-
.classBuilder()
|
|
2332
|
-
.ep(commonParams)
|
|
2333
|
-
.m(function (Command, cs, config, o) {
|
|
2334
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2335
|
-
})
|
|
2336
|
-
.s("AppMesh", "DeleteVirtualService", {})
|
|
2337
|
-
.n("AppMeshClient", "DeleteVirtualServiceCommand")
|
|
2338
|
-
.sc(DeleteVirtualService$)
|
|
2339
|
-
.build() {
|
|
2218
|
+
class DeleteVirtualServiceCommand extends command(_ep0, _mw0, "DeleteVirtualService", DeleteVirtualService$) {
|
|
2340
2219
|
}
|
|
2341
2220
|
|
|
2342
|
-
class DescribeGatewayRouteCommand extends
|
|
2343
|
-
.classBuilder()
|
|
2344
|
-
.ep(commonParams)
|
|
2345
|
-
.m(function (Command, cs, config, o) {
|
|
2346
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2347
|
-
})
|
|
2348
|
-
.s("AppMesh", "DescribeGatewayRoute", {})
|
|
2349
|
-
.n("AppMeshClient", "DescribeGatewayRouteCommand")
|
|
2350
|
-
.sc(DescribeGatewayRoute$)
|
|
2351
|
-
.build() {
|
|
2221
|
+
class DescribeGatewayRouteCommand extends command(_ep0, _mw0, "DescribeGatewayRoute", DescribeGatewayRoute$) {
|
|
2352
2222
|
}
|
|
2353
2223
|
|
|
2354
|
-
class DescribeMeshCommand extends
|
|
2355
|
-
.classBuilder()
|
|
2356
|
-
.ep(commonParams)
|
|
2357
|
-
.m(function (Command, cs, config, o) {
|
|
2358
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2359
|
-
})
|
|
2360
|
-
.s("AppMesh", "DescribeMesh", {})
|
|
2361
|
-
.n("AppMeshClient", "DescribeMeshCommand")
|
|
2362
|
-
.sc(DescribeMesh$)
|
|
2363
|
-
.build() {
|
|
2224
|
+
class DescribeMeshCommand extends command(_ep0, _mw0, "DescribeMesh", DescribeMesh$) {
|
|
2364
2225
|
}
|
|
2365
2226
|
|
|
2366
|
-
class DescribeRouteCommand extends
|
|
2367
|
-
.classBuilder()
|
|
2368
|
-
.ep(commonParams)
|
|
2369
|
-
.m(function (Command, cs, config, o) {
|
|
2370
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2371
|
-
})
|
|
2372
|
-
.s("AppMesh", "DescribeRoute", {})
|
|
2373
|
-
.n("AppMeshClient", "DescribeRouteCommand")
|
|
2374
|
-
.sc(DescribeRoute$)
|
|
2375
|
-
.build() {
|
|
2227
|
+
class DescribeRouteCommand extends command(_ep0, _mw0, "DescribeRoute", DescribeRoute$) {
|
|
2376
2228
|
}
|
|
2377
2229
|
|
|
2378
|
-
class DescribeVirtualGatewayCommand extends
|
|
2379
|
-
.classBuilder()
|
|
2380
|
-
.ep(commonParams)
|
|
2381
|
-
.m(function (Command, cs, config, o) {
|
|
2382
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2383
|
-
})
|
|
2384
|
-
.s("AppMesh", "DescribeVirtualGateway", {})
|
|
2385
|
-
.n("AppMeshClient", "DescribeVirtualGatewayCommand")
|
|
2386
|
-
.sc(DescribeVirtualGateway$)
|
|
2387
|
-
.build() {
|
|
2230
|
+
class DescribeVirtualGatewayCommand extends command(_ep0, _mw0, "DescribeVirtualGateway", DescribeVirtualGateway$) {
|
|
2388
2231
|
}
|
|
2389
2232
|
|
|
2390
|
-
class DescribeVirtualNodeCommand extends
|
|
2391
|
-
.classBuilder()
|
|
2392
|
-
.ep(commonParams)
|
|
2393
|
-
.m(function (Command, cs, config, o) {
|
|
2394
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2395
|
-
})
|
|
2396
|
-
.s("AppMesh", "DescribeVirtualNode", {})
|
|
2397
|
-
.n("AppMeshClient", "DescribeVirtualNodeCommand")
|
|
2398
|
-
.sc(DescribeVirtualNode$)
|
|
2399
|
-
.build() {
|
|
2233
|
+
class DescribeVirtualNodeCommand extends command(_ep0, _mw0, "DescribeVirtualNode", DescribeVirtualNode$) {
|
|
2400
2234
|
}
|
|
2401
2235
|
|
|
2402
|
-
class DescribeVirtualRouterCommand extends
|
|
2403
|
-
.classBuilder()
|
|
2404
|
-
.ep(commonParams)
|
|
2405
|
-
.m(function (Command, cs, config, o) {
|
|
2406
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2407
|
-
})
|
|
2408
|
-
.s("AppMesh", "DescribeVirtualRouter", {})
|
|
2409
|
-
.n("AppMeshClient", "DescribeVirtualRouterCommand")
|
|
2410
|
-
.sc(DescribeVirtualRouter$)
|
|
2411
|
-
.build() {
|
|
2236
|
+
class DescribeVirtualRouterCommand extends command(_ep0, _mw0, "DescribeVirtualRouter", DescribeVirtualRouter$) {
|
|
2412
2237
|
}
|
|
2413
2238
|
|
|
2414
|
-
class DescribeVirtualServiceCommand extends
|
|
2415
|
-
.classBuilder()
|
|
2416
|
-
.ep(commonParams)
|
|
2417
|
-
.m(function (Command, cs, config, o) {
|
|
2418
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2419
|
-
})
|
|
2420
|
-
.s("AppMesh", "DescribeVirtualService", {})
|
|
2421
|
-
.n("AppMeshClient", "DescribeVirtualServiceCommand")
|
|
2422
|
-
.sc(DescribeVirtualService$)
|
|
2423
|
-
.build() {
|
|
2239
|
+
class DescribeVirtualServiceCommand extends command(_ep0, _mw0, "DescribeVirtualService", DescribeVirtualService$) {
|
|
2424
2240
|
}
|
|
2425
2241
|
|
|
2426
|
-
class ListGatewayRoutesCommand extends
|
|
2427
|
-
.classBuilder()
|
|
2428
|
-
.ep(commonParams)
|
|
2429
|
-
.m(function (Command, cs, config, o) {
|
|
2430
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2431
|
-
})
|
|
2432
|
-
.s("AppMesh", "ListGatewayRoutes", {})
|
|
2433
|
-
.n("AppMeshClient", "ListGatewayRoutesCommand")
|
|
2434
|
-
.sc(ListGatewayRoutes$)
|
|
2435
|
-
.build() {
|
|
2242
|
+
class ListGatewayRoutesCommand extends command(_ep0, _mw0, "ListGatewayRoutes", ListGatewayRoutes$) {
|
|
2436
2243
|
}
|
|
2437
2244
|
|
|
2438
|
-
class ListMeshesCommand extends
|
|
2439
|
-
.classBuilder()
|
|
2440
|
-
.ep(commonParams)
|
|
2441
|
-
.m(function (Command, cs, config, o) {
|
|
2442
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2443
|
-
})
|
|
2444
|
-
.s("AppMesh", "ListMeshes", {})
|
|
2445
|
-
.n("AppMeshClient", "ListMeshesCommand")
|
|
2446
|
-
.sc(ListMeshes$)
|
|
2447
|
-
.build() {
|
|
2245
|
+
class ListMeshesCommand extends command(_ep0, _mw0, "ListMeshes", ListMeshes$) {
|
|
2448
2246
|
}
|
|
2449
2247
|
|
|
2450
|
-
class ListRoutesCommand extends
|
|
2451
|
-
.classBuilder()
|
|
2452
|
-
.ep(commonParams)
|
|
2453
|
-
.m(function (Command, cs, config, o) {
|
|
2454
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2455
|
-
})
|
|
2456
|
-
.s("AppMesh", "ListRoutes", {})
|
|
2457
|
-
.n("AppMeshClient", "ListRoutesCommand")
|
|
2458
|
-
.sc(ListRoutes$)
|
|
2459
|
-
.build() {
|
|
2248
|
+
class ListRoutesCommand extends command(_ep0, _mw0, "ListRoutes", ListRoutes$) {
|
|
2460
2249
|
}
|
|
2461
2250
|
|
|
2462
|
-
class ListTagsForResourceCommand extends
|
|
2463
|
-
.classBuilder()
|
|
2464
|
-
.ep(commonParams)
|
|
2465
|
-
.m(function (Command, cs, config, o) {
|
|
2466
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2467
|
-
})
|
|
2468
|
-
.s("AppMesh", "ListTagsForResource", {})
|
|
2469
|
-
.n("AppMeshClient", "ListTagsForResourceCommand")
|
|
2470
|
-
.sc(ListTagsForResource$)
|
|
2471
|
-
.build() {
|
|
2251
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2472
2252
|
}
|
|
2473
2253
|
|
|
2474
|
-
class ListVirtualGatewaysCommand extends
|
|
2475
|
-
.classBuilder()
|
|
2476
|
-
.ep(commonParams)
|
|
2477
|
-
.m(function (Command, cs, config, o) {
|
|
2478
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2479
|
-
})
|
|
2480
|
-
.s("AppMesh", "ListVirtualGateways", {})
|
|
2481
|
-
.n("AppMeshClient", "ListVirtualGatewaysCommand")
|
|
2482
|
-
.sc(ListVirtualGateways$)
|
|
2483
|
-
.build() {
|
|
2254
|
+
class ListVirtualGatewaysCommand extends command(_ep0, _mw0, "ListVirtualGateways", ListVirtualGateways$) {
|
|
2484
2255
|
}
|
|
2485
2256
|
|
|
2486
|
-
class ListVirtualNodesCommand extends
|
|
2487
|
-
.classBuilder()
|
|
2488
|
-
.ep(commonParams)
|
|
2489
|
-
.m(function (Command, cs, config, o) {
|
|
2490
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2491
|
-
})
|
|
2492
|
-
.s("AppMesh", "ListVirtualNodes", {})
|
|
2493
|
-
.n("AppMeshClient", "ListVirtualNodesCommand")
|
|
2494
|
-
.sc(ListVirtualNodes$)
|
|
2495
|
-
.build() {
|
|
2257
|
+
class ListVirtualNodesCommand extends command(_ep0, _mw0, "ListVirtualNodes", ListVirtualNodes$) {
|
|
2496
2258
|
}
|
|
2497
2259
|
|
|
2498
|
-
class ListVirtualRoutersCommand extends
|
|
2499
|
-
.classBuilder()
|
|
2500
|
-
.ep(commonParams)
|
|
2501
|
-
.m(function (Command, cs, config, o) {
|
|
2502
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2503
|
-
})
|
|
2504
|
-
.s("AppMesh", "ListVirtualRouters", {})
|
|
2505
|
-
.n("AppMeshClient", "ListVirtualRoutersCommand")
|
|
2506
|
-
.sc(ListVirtualRouters$)
|
|
2507
|
-
.build() {
|
|
2260
|
+
class ListVirtualRoutersCommand extends command(_ep0, _mw0, "ListVirtualRouters", ListVirtualRouters$) {
|
|
2508
2261
|
}
|
|
2509
2262
|
|
|
2510
|
-
class ListVirtualServicesCommand extends
|
|
2511
|
-
.classBuilder()
|
|
2512
|
-
.ep(commonParams)
|
|
2513
|
-
.m(function (Command, cs, config, o) {
|
|
2514
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2515
|
-
})
|
|
2516
|
-
.s("AppMesh", "ListVirtualServices", {})
|
|
2517
|
-
.n("AppMeshClient", "ListVirtualServicesCommand")
|
|
2518
|
-
.sc(ListVirtualServices$)
|
|
2519
|
-
.build() {
|
|
2263
|
+
class ListVirtualServicesCommand extends command(_ep0, _mw0, "ListVirtualServices", ListVirtualServices$) {
|
|
2520
2264
|
}
|
|
2521
2265
|
|
|
2522
|
-
class TagResourceCommand extends
|
|
2523
|
-
.classBuilder()
|
|
2524
|
-
.ep(commonParams)
|
|
2525
|
-
.m(function (Command, cs, config, o) {
|
|
2526
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2527
|
-
})
|
|
2528
|
-
.s("AppMesh", "TagResource", {})
|
|
2529
|
-
.n("AppMeshClient", "TagResourceCommand")
|
|
2530
|
-
.sc(TagResource$)
|
|
2531
|
-
.build() {
|
|
2266
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2532
2267
|
}
|
|
2533
2268
|
|
|
2534
|
-
class UntagResourceCommand extends
|
|
2535
|
-
.classBuilder()
|
|
2536
|
-
.ep(commonParams)
|
|
2537
|
-
.m(function (Command, cs, config, o) {
|
|
2538
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2539
|
-
})
|
|
2540
|
-
.s("AppMesh", "UntagResource", {})
|
|
2541
|
-
.n("AppMeshClient", "UntagResourceCommand")
|
|
2542
|
-
.sc(UntagResource$)
|
|
2543
|
-
.build() {
|
|
2269
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2544
2270
|
}
|
|
2545
2271
|
|
|
2546
|
-
class UpdateGatewayRouteCommand extends
|
|
2547
|
-
.classBuilder()
|
|
2548
|
-
.ep(commonParams)
|
|
2549
|
-
.m(function (Command, cs, config, o) {
|
|
2550
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2551
|
-
})
|
|
2552
|
-
.s("AppMesh", "UpdateGatewayRoute", {})
|
|
2553
|
-
.n("AppMeshClient", "UpdateGatewayRouteCommand")
|
|
2554
|
-
.sc(UpdateGatewayRoute$)
|
|
2555
|
-
.build() {
|
|
2272
|
+
class UpdateGatewayRouteCommand extends command(_ep0, _mw0, "UpdateGatewayRoute", UpdateGatewayRoute$) {
|
|
2556
2273
|
}
|
|
2557
2274
|
|
|
2558
|
-
class UpdateMeshCommand extends
|
|
2559
|
-
.classBuilder()
|
|
2560
|
-
.ep(commonParams)
|
|
2561
|
-
.m(function (Command, cs, config, o) {
|
|
2562
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2563
|
-
})
|
|
2564
|
-
.s("AppMesh", "UpdateMesh", {})
|
|
2565
|
-
.n("AppMeshClient", "UpdateMeshCommand")
|
|
2566
|
-
.sc(UpdateMesh$)
|
|
2567
|
-
.build() {
|
|
2275
|
+
class UpdateMeshCommand extends command(_ep0, _mw0, "UpdateMesh", UpdateMesh$) {
|
|
2568
2276
|
}
|
|
2569
2277
|
|
|
2570
|
-
class UpdateRouteCommand extends
|
|
2571
|
-
.classBuilder()
|
|
2572
|
-
.ep(commonParams)
|
|
2573
|
-
.m(function (Command, cs, config, o) {
|
|
2574
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2575
|
-
})
|
|
2576
|
-
.s("AppMesh", "UpdateRoute", {})
|
|
2577
|
-
.n("AppMeshClient", "UpdateRouteCommand")
|
|
2578
|
-
.sc(UpdateRoute$)
|
|
2579
|
-
.build() {
|
|
2278
|
+
class UpdateRouteCommand extends command(_ep0, _mw0, "UpdateRoute", UpdateRoute$) {
|
|
2580
2279
|
}
|
|
2581
2280
|
|
|
2582
|
-
class UpdateVirtualGatewayCommand extends
|
|
2583
|
-
.classBuilder()
|
|
2584
|
-
.ep(commonParams)
|
|
2585
|
-
.m(function (Command, cs, config, o) {
|
|
2586
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2587
|
-
})
|
|
2588
|
-
.s("AppMesh", "UpdateVirtualGateway", {})
|
|
2589
|
-
.n("AppMeshClient", "UpdateVirtualGatewayCommand")
|
|
2590
|
-
.sc(UpdateVirtualGateway$)
|
|
2591
|
-
.build() {
|
|
2281
|
+
class UpdateVirtualGatewayCommand extends command(_ep0, _mw0, "UpdateVirtualGateway", UpdateVirtualGateway$) {
|
|
2592
2282
|
}
|
|
2593
2283
|
|
|
2594
|
-
class UpdateVirtualNodeCommand extends
|
|
2595
|
-
.classBuilder()
|
|
2596
|
-
.ep(commonParams)
|
|
2597
|
-
.m(function (Command, cs, config, o) {
|
|
2598
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2599
|
-
})
|
|
2600
|
-
.s("AppMesh", "UpdateVirtualNode", {})
|
|
2601
|
-
.n("AppMeshClient", "UpdateVirtualNodeCommand")
|
|
2602
|
-
.sc(UpdateVirtualNode$)
|
|
2603
|
-
.build() {
|
|
2284
|
+
class UpdateVirtualNodeCommand extends command(_ep0, _mw0, "UpdateVirtualNode", UpdateVirtualNode$) {
|
|
2604
2285
|
}
|
|
2605
2286
|
|
|
2606
|
-
class UpdateVirtualRouterCommand extends
|
|
2607
|
-
.classBuilder()
|
|
2608
|
-
.ep(commonParams)
|
|
2609
|
-
.m(function (Command, cs, config, o) {
|
|
2610
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2611
|
-
})
|
|
2612
|
-
.s("AppMesh", "UpdateVirtualRouter", {})
|
|
2613
|
-
.n("AppMeshClient", "UpdateVirtualRouterCommand")
|
|
2614
|
-
.sc(UpdateVirtualRouter$)
|
|
2615
|
-
.build() {
|
|
2287
|
+
class UpdateVirtualRouterCommand extends command(_ep0, _mw0, "UpdateVirtualRouter", UpdateVirtualRouter$) {
|
|
2616
2288
|
}
|
|
2617
2289
|
|
|
2618
|
-
class UpdateVirtualServiceCommand extends
|
|
2619
|
-
.classBuilder()
|
|
2620
|
-
.ep(commonParams)
|
|
2621
|
-
.m(function (Command, cs, config, o) {
|
|
2622
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2623
|
-
})
|
|
2624
|
-
.s("AppMesh", "UpdateVirtualService", {})
|
|
2625
|
-
.n("AppMeshClient", "UpdateVirtualServiceCommand")
|
|
2626
|
-
.sc(UpdateVirtualService$)
|
|
2627
|
-
.build() {
|
|
2290
|
+
class UpdateVirtualServiceCommand extends command(_ep0, _mw0, "UpdateVirtualService", UpdateVirtualService$) {
|
|
2628
2291
|
}
|
|
2629
2292
|
|
|
2630
2293
|
const paginateListGatewayRoutes = createPaginator(AppMeshClient, ListGatewayRoutesCommand, "nextToken", "nextToken", "limit");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AppMesh", "AppMeshClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateGatewayRoute$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateGatewayRouteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppMesh", "CreateGatewayRoute", {})
|
|
13
|
-
.n("AppMeshClient", "CreateGatewayRouteCommand")
|
|
14
|
-
.sc(CreateGatewayRoute$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateGatewayRouteCommand extends command(_ep0, _mw0, "CreateGatewayRoute", CreateGatewayRoute$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateMesh$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMeshCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppMesh", "CreateMesh", {})
|
|
13
|
-
.n("AppMeshClient", "CreateMeshCommand")
|
|
14
|
-
.sc(CreateMesh$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMeshCommand extends command(_ep0, _mw0, "CreateMesh", CreateMesh$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateRoute$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateRouteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppMesh", "CreateRoute", {})
|
|
13
|
-
.n("AppMeshClient", "CreateRouteCommand")
|
|
14
|
-
.sc(CreateRoute$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateRouteCommand extends command(_ep0, _mw0, "CreateRoute", CreateRoute$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateVirtualGateway$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateVirtualGatewayCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppMesh", "CreateVirtualGateway", {})
|
|
13
|
-
.n("AppMeshClient", "CreateVirtualGatewayCommand")
|
|
14
|
-
.sc(CreateVirtualGateway$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateVirtualGatewayCommand extends command(_ep0, _mw0, "CreateVirtualGateway", CreateVirtualGateway$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateVirtualNode$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateVirtualNodeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppMesh", "CreateVirtualNode", {})
|
|
13
|
-
.n("AppMeshClient", "CreateVirtualNodeCommand")
|
|
14
|
-
.sc(CreateVirtualNode$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateVirtualNodeCommand extends command(_ep0, _mw0, "CreateVirtualNode", CreateVirtualNode$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateVirtualRouter$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateVirtualRouterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppMesh", "CreateVirtualRouter", {})
|
|
13
|
-
.n("AppMeshClient", "CreateVirtualRouterCommand")
|
|
14
|
-
.sc(CreateVirtualRouter$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateVirtualRouterCommand extends command(_ep0, _mw0, "CreateVirtualRouter", CreateVirtualRouter$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateVirtualService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateVirtualServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppMesh", "CreateVirtualService", {})
|
|
13
|
-
.n("AppMeshClient", "CreateVirtualServiceCommand")
|
|
14
|
-
.sc(CreateVirtualService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateVirtualServiceCommand extends command(_ep0, _mw0, "CreateVirtualService", CreateVirtualService$) {
|
|
16
4
|
}
|