@aws-sdk/client-appflow 3.1077.0 → 3.1079.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 +33 -253
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelFlowExecutionsCommand.js +2 -14
- package/dist-es/commands/CreateConnectorProfileCommand.js +2 -14
- package/dist-es/commands/CreateFlowCommand.js +2 -14
- package/dist-es/commands/DeleteConnectorProfileCommand.js +2 -14
- package/dist-es/commands/DeleteFlowCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorEntityCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorsCommand.js +2 -14
- package/dist-es/commands/DescribeFlowCommand.js +2 -14
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +2 -14
- package/dist-es/commands/ListConnectorEntitiesCommand.js +2 -14
- package/dist-es/commands/ListConnectorsCommand.js +2 -14
- package/dist-es/commands/ListFlowsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterConnectorCommand.js +2 -14
- package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +2 -14
- package/dist-es/commands/StartFlowCommand.js +2 -14
- package/dist-es/commands/StopFlowCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UnregisterConnectorCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConnectorProfileCommand.js +2 -14
- package/dist-es/commands/UpdateConnectorRegistrationCommand.js +2 -14
- package/dist-es/commands/UpdateFlowCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateFlowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFlowCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlowCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListFlowsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterConnectorCommand.d.ts +3 -8
- package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +3 -8
- package/dist-types/commands/StartFlowCommand.d.ts +3 -8
- package/dist-types/commands/StopFlowCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFlowCommand.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/CancelFlowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFlowCommand.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.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2188,304 +2189,83 @@ class AppflowClient extends Client {
|
|
|
2188
2189
|
}
|
|
2189
2190
|
}
|
|
2190
2191
|
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
})
|
|
2197
|
-
.s("SandstoneConfigurationServiceLambda", "CancelFlowExecutions", {})
|
|
2198
|
-
.n("AppflowClient", "CancelFlowExecutionsCommand")
|
|
2199
|
-
.sc(CancelFlowExecutions$)
|
|
2200
|
-
.build() {
|
|
2192
|
+
const command = makeBuilder(commonParams, "SandstoneConfigurationServiceLambda", "AppflowClient", getEndpointPlugin);
|
|
2193
|
+
const _ep0 = {};
|
|
2194
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2195
|
+
|
|
2196
|
+
class CancelFlowExecutionsCommand extends command(_ep0, _mw0, "CancelFlowExecutions", CancelFlowExecutions$) {
|
|
2201
2197
|
}
|
|
2202
2198
|
|
|
2203
|
-
class CreateConnectorProfileCommand extends
|
|
2204
|
-
.classBuilder()
|
|
2205
|
-
.ep(commonParams)
|
|
2206
|
-
.m(function (Command, cs, config, o) {
|
|
2207
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2208
|
-
})
|
|
2209
|
-
.s("SandstoneConfigurationServiceLambda", "CreateConnectorProfile", {})
|
|
2210
|
-
.n("AppflowClient", "CreateConnectorProfileCommand")
|
|
2211
|
-
.sc(CreateConnectorProfile$)
|
|
2212
|
-
.build() {
|
|
2199
|
+
class CreateConnectorProfileCommand extends command(_ep0, _mw0, "CreateConnectorProfile", CreateConnectorProfile$) {
|
|
2213
2200
|
}
|
|
2214
2201
|
|
|
2215
|
-
class CreateFlowCommand extends
|
|
2216
|
-
.classBuilder()
|
|
2217
|
-
.ep(commonParams)
|
|
2218
|
-
.m(function (Command, cs, config, o) {
|
|
2219
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2220
|
-
})
|
|
2221
|
-
.s("SandstoneConfigurationServiceLambda", "CreateFlow", {})
|
|
2222
|
-
.n("AppflowClient", "CreateFlowCommand")
|
|
2223
|
-
.sc(CreateFlow$)
|
|
2224
|
-
.build() {
|
|
2202
|
+
class CreateFlowCommand extends command(_ep0, _mw0, "CreateFlow", CreateFlow$) {
|
|
2225
2203
|
}
|
|
2226
2204
|
|
|
2227
|
-
class DeleteConnectorProfileCommand extends
|
|
2228
|
-
.classBuilder()
|
|
2229
|
-
.ep(commonParams)
|
|
2230
|
-
.m(function (Command, cs, config, o) {
|
|
2231
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2232
|
-
})
|
|
2233
|
-
.s("SandstoneConfigurationServiceLambda", "DeleteConnectorProfile", {})
|
|
2234
|
-
.n("AppflowClient", "DeleteConnectorProfileCommand")
|
|
2235
|
-
.sc(DeleteConnectorProfile$)
|
|
2236
|
-
.build() {
|
|
2205
|
+
class DeleteConnectorProfileCommand extends command(_ep0, _mw0, "DeleteConnectorProfile", DeleteConnectorProfile$) {
|
|
2237
2206
|
}
|
|
2238
2207
|
|
|
2239
|
-
class DeleteFlowCommand extends
|
|
2240
|
-
.classBuilder()
|
|
2241
|
-
.ep(commonParams)
|
|
2242
|
-
.m(function (Command, cs, config, o) {
|
|
2243
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2244
|
-
})
|
|
2245
|
-
.s("SandstoneConfigurationServiceLambda", "DeleteFlow", {})
|
|
2246
|
-
.n("AppflowClient", "DeleteFlowCommand")
|
|
2247
|
-
.sc(DeleteFlow$)
|
|
2248
|
-
.build() {
|
|
2208
|
+
class DeleteFlowCommand extends command(_ep0, _mw0, "DeleteFlow", DeleteFlow$) {
|
|
2249
2209
|
}
|
|
2250
2210
|
|
|
2251
|
-
class DescribeConnectorCommand extends
|
|
2252
|
-
.classBuilder()
|
|
2253
|
-
.ep(commonParams)
|
|
2254
|
-
.m(function (Command, cs, config, o) {
|
|
2255
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2256
|
-
})
|
|
2257
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeConnector", {})
|
|
2258
|
-
.n("AppflowClient", "DescribeConnectorCommand")
|
|
2259
|
-
.sc(DescribeConnector$)
|
|
2260
|
-
.build() {
|
|
2211
|
+
class DescribeConnectorCommand extends command(_ep0, _mw0, "DescribeConnector", DescribeConnector$) {
|
|
2261
2212
|
}
|
|
2262
2213
|
|
|
2263
|
-
class DescribeConnectorEntityCommand extends
|
|
2264
|
-
.classBuilder()
|
|
2265
|
-
.ep(commonParams)
|
|
2266
|
-
.m(function (Command, cs, config, o) {
|
|
2267
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2268
|
-
})
|
|
2269
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeConnectorEntity", {})
|
|
2270
|
-
.n("AppflowClient", "DescribeConnectorEntityCommand")
|
|
2271
|
-
.sc(DescribeConnectorEntity$)
|
|
2272
|
-
.build() {
|
|
2214
|
+
class DescribeConnectorEntityCommand extends command(_ep0, _mw0, "DescribeConnectorEntity", DescribeConnectorEntity$) {
|
|
2273
2215
|
}
|
|
2274
2216
|
|
|
2275
|
-
class DescribeConnectorProfilesCommand extends
|
|
2276
|
-
.classBuilder()
|
|
2277
|
-
.ep(commonParams)
|
|
2278
|
-
.m(function (Command, cs, config, o) {
|
|
2279
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2280
|
-
})
|
|
2281
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeConnectorProfiles", {})
|
|
2282
|
-
.n("AppflowClient", "DescribeConnectorProfilesCommand")
|
|
2283
|
-
.sc(DescribeConnectorProfiles$)
|
|
2284
|
-
.build() {
|
|
2217
|
+
class DescribeConnectorProfilesCommand extends command(_ep0, _mw0, "DescribeConnectorProfiles", DescribeConnectorProfiles$) {
|
|
2285
2218
|
}
|
|
2286
2219
|
|
|
2287
|
-
class DescribeConnectorsCommand extends
|
|
2288
|
-
.classBuilder()
|
|
2289
|
-
.ep(commonParams)
|
|
2290
|
-
.m(function (Command, cs, config, o) {
|
|
2291
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2292
|
-
})
|
|
2293
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeConnectors", {})
|
|
2294
|
-
.n("AppflowClient", "DescribeConnectorsCommand")
|
|
2295
|
-
.sc(DescribeConnectors$)
|
|
2296
|
-
.build() {
|
|
2220
|
+
class DescribeConnectorsCommand extends command(_ep0, _mw0, "DescribeConnectors", DescribeConnectors$) {
|
|
2297
2221
|
}
|
|
2298
2222
|
|
|
2299
|
-
class DescribeFlowCommand extends
|
|
2300
|
-
.classBuilder()
|
|
2301
|
-
.ep(commonParams)
|
|
2302
|
-
.m(function (Command, cs, config, o) {
|
|
2303
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2304
|
-
})
|
|
2305
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeFlow", {})
|
|
2306
|
-
.n("AppflowClient", "DescribeFlowCommand")
|
|
2307
|
-
.sc(DescribeFlow$)
|
|
2308
|
-
.build() {
|
|
2223
|
+
class DescribeFlowCommand extends command(_ep0, _mw0, "DescribeFlow", DescribeFlow$) {
|
|
2309
2224
|
}
|
|
2310
2225
|
|
|
2311
|
-
class DescribeFlowExecutionRecordsCommand extends
|
|
2312
|
-
.classBuilder()
|
|
2313
|
-
.ep(commonParams)
|
|
2314
|
-
.m(function (Command, cs, config, o) {
|
|
2315
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2316
|
-
})
|
|
2317
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeFlowExecutionRecords", {})
|
|
2318
|
-
.n("AppflowClient", "DescribeFlowExecutionRecordsCommand")
|
|
2319
|
-
.sc(DescribeFlowExecutionRecords$)
|
|
2320
|
-
.build() {
|
|
2226
|
+
class DescribeFlowExecutionRecordsCommand extends command(_ep0, _mw0, "DescribeFlowExecutionRecords", DescribeFlowExecutionRecords$) {
|
|
2321
2227
|
}
|
|
2322
2228
|
|
|
2323
|
-
class ListConnectorEntitiesCommand extends
|
|
2324
|
-
.classBuilder()
|
|
2325
|
-
.ep(commonParams)
|
|
2326
|
-
.m(function (Command, cs, config, o) {
|
|
2327
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2328
|
-
})
|
|
2329
|
-
.s("SandstoneConfigurationServiceLambda", "ListConnectorEntities", {})
|
|
2330
|
-
.n("AppflowClient", "ListConnectorEntitiesCommand")
|
|
2331
|
-
.sc(ListConnectorEntities$)
|
|
2332
|
-
.build() {
|
|
2229
|
+
class ListConnectorEntitiesCommand extends command(_ep0, _mw0, "ListConnectorEntities", ListConnectorEntities$) {
|
|
2333
2230
|
}
|
|
2334
2231
|
|
|
2335
|
-
class ListConnectorsCommand extends
|
|
2336
|
-
.classBuilder()
|
|
2337
|
-
.ep(commonParams)
|
|
2338
|
-
.m(function (Command, cs, config, o) {
|
|
2339
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2340
|
-
})
|
|
2341
|
-
.s("SandstoneConfigurationServiceLambda", "ListConnectors", {})
|
|
2342
|
-
.n("AppflowClient", "ListConnectorsCommand")
|
|
2343
|
-
.sc(ListConnectors$)
|
|
2344
|
-
.build() {
|
|
2232
|
+
class ListConnectorsCommand extends command(_ep0, _mw0, "ListConnectors", ListConnectors$) {
|
|
2345
2233
|
}
|
|
2346
2234
|
|
|
2347
|
-
class ListFlowsCommand extends
|
|
2348
|
-
.classBuilder()
|
|
2349
|
-
.ep(commonParams)
|
|
2350
|
-
.m(function (Command, cs, config, o) {
|
|
2351
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2352
|
-
})
|
|
2353
|
-
.s("SandstoneConfigurationServiceLambda", "ListFlows", {})
|
|
2354
|
-
.n("AppflowClient", "ListFlowsCommand")
|
|
2355
|
-
.sc(ListFlows$)
|
|
2356
|
-
.build() {
|
|
2235
|
+
class ListFlowsCommand extends command(_ep0, _mw0, "ListFlows", ListFlows$) {
|
|
2357
2236
|
}
|
|
2358
2237
|
|
|
2359
|
-
class ListTagsForResourceCommand extends
|
|
2360
|
-
.classBuilder()
|
|
2361
|
-
.ep(commonParams)
|
|
2362
|
-
.m(function (Command, cs, config, o) {
|
|
2363
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2364
|
-
})
|
|
2365
|
-
.s("SandstoneConfigurationServiceLambda", "ListTagsForResource", {})
|
|
2366
|
-
.n("AppflowClient", "ListTagsForResourceCommand")
|
|
2367
|
-
.sc(ListTagsForResource$)
|
|
2368
|
-
.build() {
|
|
2238
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2369
2239
|
}
|
|
2370
2240
|
|
|
2371
|
-
class RegisterConnectorCommand extends
|
|
2372
|
-
.classBuilder()
|
|
2373
|
-
.ep(commonParams)
|
|
2374
|
-
.m(function (Command, cs, config, o) {
|
|
2375
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2376
|
-
})
|
|
2377
|
-
.s("SandstoneConfigurationServiceLambda", "RegisterConnector", {})
|
|
2378
|
-
.n("AppflowClient", "RegisterConnectorCommand")
|
|
2379
|
-
.sc(RegisterConnector$)
|
|
2380
|
-
.build() {
|
|
2241
|
+
class RegisterConnectorCommand extends command(_ep0, _mw0, "RegisterConnector", RegisterConnector$) {
|
|
2381
2242
|
}
|
|
2382
2243
|
|
|
2383
|
-
class ResetConnectorMetadataCacheCommand extends
|
|
2384
|
-
.classBuilder()
|
|
2385
|
-
.ep(commonParams)
|
|
2386
|
-
.m(function (Command, cs, config, o) {
|
|
2387
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2388
|
-
})
|
|
2389
|
-
.s("SandstoneConfigurationServiceLambda", "ResetConnectorMetadataCache", {})
|
|
2390
|
-
.n("AppflowClient", "ResetConnectorMetadataCacheCommand")
|
|
2391
|
-
.sc(ResetConnectorMetadataCache$)
|
|
2392
|
-
.build() {
|
|
2244
|
+
class ResetConnectorMetadataCacheCommand extends command(_ep0, _mw0, "ResetConnectorMetadataCache", ResetConnectorMetadataCache$) {
|
|
2393
2245
|
}
|
|
2394
2246
|
|
|
2395
|
-
class StartFlowCommand extends
|
|
2396
|
-
.classBuilder()
|
|
2397
|
-
.ep(commonParams)
|
|
2398
|
-
.m(function (Command, cs, config, o) {
|
|
2399
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2400
|
-
})
|
|
2401
|
-
.s("SandstoneConfigurationServiceLambda", "StartFlow", {})
|
|
2402
|
-
.n("AppflowClient", "StartFlowCommand")
|
|
2403
|
-
.sc(StartFlow$)
|
|
2404
|
-
.build() {
|
|
2247
|
+
class StartFlowCommand extends command(_ep0, _mw0, "StartFlow", StartFlow$) {
|
|
2405
2248
|
}
|
|
2406
2249
|
|
|
2407
|
-
class StopFlowCommand extends
|
|
2408
|
-
.classBuilder()
|
|
2409
|
-
.ep(commonParams)
|
|
2410
|
-
.m(function (Command, cs, config, o) {
|
|
2411
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2412
|
-
})
|
|
2413
|
-
.s("SandstoneConfigurationServiceLambda", "StopFlow", {})
|
|
2414
|
-
.n("AppflowClient", "StopFlowCommand")
|
|
2415
|
-
.sc(StopFlow$)
|
|
2416
|
-
.build() {
|
|
2250
|
+
class StopFlowCommand extends command(_ep0, _mw0, "StopFlow", StopFlow$) {
|
|
2417
2251
|
}
|
|
2418
2252
|
|
|
2419
|
-
class TagResourceCommand extends
|
|
2420
|
-
.classBuilder()
|
|
2421
|
-
.ep(commonParams)
|
|
2422
|
-
.m(function (Command, cs, config, o) {
|
|
2423
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2424
|
-
})
|
|
2425
|
-
.s("SandstoneConfigurationServiceLambda", "TagResource", {})
|
|
2426
|
-
.n("AppflowClient", "TagResourceCommand")
|
|
2427
|
-
.sc(TagResource$)
|
|
2428
|
-
.build() {
|
|
2253
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2429
2254
|
}
|
|
2430
2255
|
|
|
2431
|
-
class UnregisterConnectorCommand extends
|
|
2432
|
-
.classBuilder()
|
|
2433
|
-
.ep(commonParams)
|
|
2434
|
-
.m(function (Command, cs, config, o) {
|
|
2435
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2436
|
-
})
|
|
2437
|
-
.s("SandstoneConfigurationServiceLambda", "UnregisterConnector", {})
|
|
2438
|
-
.n("AppflowClient", "UnregisterConnectorCommand")
|
|
2439
|
-
.sc(UnregisterConnector$)
|
|
2440
|
-
.build() {
|
|
2256
|
+
class UnregisterConnectorCommand extends command(_ep0, _mw0, "UnregisterConnector", UnregisterConnector$) {
|
|
2441
2257
|
}
|
|
2442
2258
|
|
|
2443
|
-
class UntagResourceCommand extends
|
|
2444
|
-
.classBuilder()
|
|
2445
|
-
.ep(commonParams)
|
|
2446
|
-
.m(function (Command, cs, config, o) {
|
|
2447
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2448
|
-
})
|
|
2449
|
-
.s("SandstoneConfigurationServiceLambda", "UntagResource", {})
|
|
2450
|
-
.n("AppflowClient", "UntagResourceCommand")
|
|
2451
|
-
.sc(UntagResource$)
|
|
2452
|
-
.build() {
|
|
2259
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2453
2260
|
}
|
|
2454
2261
|
|
|
2455
|
-
class UpdateConnectorProfileCommand extends
|
|
2456
|
-
.classBuilder()
|
|
2457
|
-
.ep(commonParams)
|
|
2458
|
-
.m(function (Command, cs, config, o) {
|
|
2459
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2460
|
-
})
|
|
2461
|
-
.s("SandstoneConfigurationServiceLambda", "UpdateConnectorProfile", {})
|
|
2462
|
-
.n("AppflowClient", "UpdateConnectorProfileCommand")
|
|
2463
|
-
.sc(UpdateConnectorProfile$)
|
|
2464
|
-
.build() {
|
|
2262
|
+
class UpdateConnectorProfileCommand extends command(_ep0, _mw0, "UpdateConnectorProfile", UpdateConnectorProfile$) {
|
|
2465
2263
|
}
|
|
2466
2264
|
|
|
2467
|
-
class UpdateConnectorRegistrationCommand extends
|
|
2468
|
-
.classBuilder()
|
|
2469
|
-
.ep(commonParams)
|
|
2470
|
-
.m(function (Command, cs, config, o) {
|
|
2471
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2472
|
-
})
|
|
2473
|
-
.s("SandstoneConfigurationServiceLambda", "UpdateConnectorRegistration", {})
|
|
2474
|
-
.n("AppflowClient", "UpdateConnectorRegistrationCommand")
|
|
2475
|
-
.sc(UpdateConnectorRegistration$)
|
|
2476
|
-
.build() {
|
|
2265
|
+
class UpdateConnectorRegistrationCommand extends command(_ep0, _mw0, "UpdateConnectorRegistration", UpdateConnectorRegistration$) {
|
|
2477
2266
|
}
|
|
2478
2267
|
|
|
2479
|
-
class UpdateFlowCommand extends
|
|
2480
|
-
.classBuilder()
|
|
2481
|
-
.ep(commonParams)
|
|
2482
|
-
.m(function (Command, cs, config, o) {
|
|
2483
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2484
|
-
})
|
|
2485
|
-
.s("SandstoneConfigurationServiceLambda", "UpdateFlow", {})
|
|
2486
|
-
.n("AppflowClient", "UpdateFlowCommand")
|
|
2487
|
-
.sc(UpdateFlow$)
|
|
2488
|
-
.build() {
|
|
2268
|
+
class UpdateFlowCommand extends command(_ep0, _mw0, "UpdateFlow", UpdateFlow$) {
|
|
2489
2269
|
}
|
|
2490
2270
|
|
|
2491
2271
|
const paginateDescribeConnectorProfiles = createPaginator(AppflowClient, DescribeConnectorProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -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, "SandstoneConfigurationServiceLambda", "AppflowClient", 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 { CancelFlowExecutions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelFlowExecutionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "CancelFlowExecutions", {})
|
|
13
|
-
.n("AppflowClient", "CancelFlowExecutionsCommand")
|
|
14
|
-
.sc(CancelFlowExecutions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelFlowExecutionsCommand extends command(_ep0, _mw0, "CancelFlowExecutions", CancelFlowExecutions$) {
|
|
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 { CreateConnectorProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConnectorProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "CreateConnectorProfile", {})
|
|
13
|
-
.n("AppflowClient", "CreateConnectorProfileCommand")
|
|
14
|
-
.sc(CreateConnectorProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConnectorProfileCommand extends command(_ep0, _mw0, "CreateConnectorProfile", CreateConnectorProfile$) {
|
|
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 { CreateFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "CreateFlow", {})
|
|
13
|
-
.n("AppflowClient", "CreateFlowCommand")
|
|
14
|
-
.sc(CreateFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFlowCommand extends command(_ep0, _mw0, "CreateFlow", CreateFlow$) {
|
|
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 { DeleteConnectorProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConnectorProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "DeleteConnectorProfile", {})
|
|
13
|
-
.n("AppflowClient", "DeleteConnectorProfileCommand")
|
|
14
|
-
.sc(DeleteConnectorProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConnectorProfileCommand extends command(_ep0, _mw0, "DeleteConnectorProfile", DeleteConnectorProfile$) {
|
|
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 { DeleteFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "DeleteFlow", {})
|
|
13
|
-
.n("AppflowClient", "DeleteFlowCommand")
|
|
14
|
-
.sc(DeleteFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFlowCommand extends command(_ep0, _mw0, "DeleteFlow", DeleteFlow$) {
|
|
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 { DescribeConnector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeConnectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeConnector", {})
|
|
13
|
-
.n("AppflowClient", "DescribeConnectorCommand")
|
|
14
|
-
.sc(DescribeConnector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeConnectorCommand extends command(_ep0, _mw0, "DescribeConnector", DescribeConnector$) {
|
|
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 { DescribeConnectorEntity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeConnectorEntityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeConnectorEntity", {})
|
|
13
|
-
.n("AppflowClient", "DescribeConnectorEntityCommand")
|
|
14
|
-
.sc(DescribeConnectorEntity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeConnectorEntityCommand extends command(_ep0, _mw0, "DescribeConnectorEntity", DescribeConnectorEntity$) {
|
|
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 { DescribeConnectorProfiles$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeConnectorProfilesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeConnectorProfiles", {})
|
|
13
|
-
.n("AppflowClient", "DescribeConnectorProfilesCommand")
|
|
14
|
-
.sc(DescribeConnectorProfiles$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeConnectorProfilesCommand extends command(_ep0, _mw0, "DescribeConnectorProfiles", DescribeConnectorProfiles$) {
|
|
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 { DescribeConnectors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeConnectorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeConnectors", {})
|
|
13
|
-
.n("AppflowClient", "DescribeConnectorsCommand")
|
|
14
|
-
.sc(DescribeConnectors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeConnectorsCommand extends command(_ep0, _mw0, "DescribeConnectors", DescribeConnectors$) {
|
|
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 { DescribeFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeFlow", {})
|
|
13
|
-
.n("AppflowClient", "DescribeFlowCommand")
|
|
14
|
-
.sc(DescribeFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFlowCommand extends command(_ep0, _mw0, "DescribeFlow", DescribeFlow$) {
|
|
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 { DescribeFlowExecutionRecords$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFlowExecutionRecordsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "DescribeFlowExecutionRecords", {})
|
|
13
|
-
.n("AppflowClient", "DescribeFlowExecutionRecordsCommand")
|
|
14
|
-
.sc(DescribeFlowExecutionRecords$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFlowExecutionRecordsCommand extends command(_ep0, _mw0, "DescribeFlowExecutionRecords", DescribeFlowExecutionRecords$) {
|
|
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 { ListConnectorEntities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConnectorEntitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "ListConnectorEntities", {})
|
|
13
|
-
.n("AppflowClient", "ListConnectorEntitiesCommand")
|
|
14
|
-
.sc(ListConnectorEntities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConnectorEntitiesCommand extends command(_ep0, _mw0, "ListConnectorEntities", ListConnectorEntities$) {
|
|
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 { ListConnectors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConnectorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "ListConnectors", {})
|
|
13
|
-
.n("AppflowClient", "ListConnectorsCommand")
|
|
14
|
-
.sc(ListConnectors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConnectorsCommand extends command(_ep0, _mw0, "ListConnectors", ListConnectors$) {
|
|
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 { ListFlows$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFlowsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SandstoneConfigurationServiceLambda", "ListFlows", {})
|
|
13
|
-
.n("AppflowClient", "ListFlowsCommand")
|
|
14
|
-
.sc(ListFlows$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFlowsCommand extends command(_ep0, _mw0, "ListFlows", ListFlows$) {
|
|
16
4
|
}
|