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