@aws-sdk/client-kinesis-analytics-v2 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 +41 -333
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -14
- package/dist-es/commands/AddApplicationInputCommand.js +2 -14
- package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -14
- package/dist-es/commands/AddApplicationOutputCommand.js +2 -14
- package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +2 -14
- package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +2 -14
- package/dist-es/commands/CreateApplicationSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationOutputCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeApplicationCommand.js +2 -14
- package/dist-es/commands/DescribeApplicationOperationCommand.js +2 -14
- package/dist-es/commands/DescribeApplicationSnapshotCommand.js +2 -14
- package/dist-es/commands/DescribeApplicationVersionCommand.js +2 -14
- package/dist-es/commands/DiscoverInputSchemaCommand.js +2 -14
- package/dist-es/commands/ListApplicationOperationsCommand.js +2 -14
- package/dist-es/commands/ListApplicationSnapshotsCommand.js +2 -14
- package/dist-es/commands/ListApplicationVersionsCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RollbackApplicationCommand.js +2 -14
- package/dist-es/commands/StartApplicationCommand.js +2 -14
- package/dist-es/commands/StopApplicationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +3 -8
- package/dist-types/commands/AddApplicationInputCommand.d.ts +3 -8
- package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/AddApplicationOutputCommand.d.ts +3 -8
- package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationOperationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +3 -8
- package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RollbackApplicationCommand.d.ts +3 -8
- package/dist-types/commands/StartApplicationCommand.d.ts +3 -8
- package/dist-types/commands/StopApplicationCommand.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/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.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/AddApplicationCloudWatchLoggingOptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApplicationOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopApplicationCommand.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/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.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
|
|
|
@@ -2133,400 +2134,107 @@ class KinesisAnalyticsV2Client extends Client {
|
|
|
2133
2134
|
}
|
|
2134
2135
|
}
|
|
2135
2136
|
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
})
|
|
2142
|
-
.s("KinesisAnalytics_20180523", "AddApplicationCloudWatchLoggingOption", {})
|
|
2143
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationCloudWatchLoggingOptionCommand")
|
|
2144
|
-
.sc(AddApplicationCloudWatchLoggingOption$)
|
|
2145
|
-
.build() {
|
|
2137
|
+
const command = makeBuilder(commonParams, "KinesisAnalytics_20180523", "KinesisAnalyticsV2Client", getEndpointPlugin);
|
|
2138
|
+
const _ep0 = {};
|
|
2139
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2140
|
+
|
|
2141
|
+
class AddApplicationCloudWatchLoggingOptionCommand extends command(_ep0, _mw0, "AddApplicationCloudWatchLoggingOption", AddApplicationCloudWatchLoggingOption$) {
|
|
2146
2142
|
}
|
|
2147
2143
|
|
|
2148
|
-
class AddApplicationInputCommand extends
|
|
2149
|
-
.classBuilder()
|
|
2150
|
-
.ep(commonParams)
|
|
2151
|
-
.m(function (Command, cs, config, o) {
|
|
2152
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2153
|
-
})
|
|
2154
|
-
.s("KinesisAnalytics_20180523", "AddApplicationInput", {})
|
|
2155
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationInputCommand")
|
|
2156
|
-
.sc(AddApplicationInput$)
|
|
2157
|
-
.build() {
|
|
2144
|
+
class AddApplicationInputCommand extends command(_ep0, _mw0, "AddApplicationInput", AddApplicationInput$) {
|
|
2158
2145
|
}
|
|
2159
2146
|
|
|
2160
|
-
class AddApplicationInputProcessingConfigurationCommand extends
|
|
2161
|
-
.classBuilder()
|
|
2162
|
-
.ep(commonParams)
|
|
2163
|
-
.m(function (Command, cs, config, o) {
|
|
2164
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2165
|
-
})
|
|
2166
|
-
.s("KinesisAnalytics_20180523", "AddApplicationInputProcessingConfiguration", {})
|
|
2167
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationInputProcessingConfigurationCommand")
|
|
2168
|
-
.sc(AddApplicationInputProcessingConfiguration$)
|
|
2169
|
-
.build() {
|
|
2147
|
+
class AddApplicationInputProcessingConfigurationCommand extends command(_ep0, _mw0, "AddApplicationInputProcessingConfiguration", AddApplicationInputProcessingConfiguration$) {
|
|
2170
2148
|
}
|
|
2171
2149
|
|
|
2172
|
-
class AddApplicationOutputCommand extends
|
|
2173
|
-
.classBuilder()
|
|
2174
|
-
.ep(commonParams)
|
|
2175
|
-
.m(function (Command, cs, config, o) {
|
|
2176
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2177
|
-
})
|
|
2178
|
-
.s("KinesisAnalytics_20180523", "AddApplicationOutput", {})
|
|
2179
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationOutputCommand")
|
|
2180
|
-
.sc(AddApplicationOutput$)
|
|
2181
|
-
.build() {
|
|
2150
|
+
class AddApplicationOutputCommand extends command(_ep0, _mw0, "AddApplicationOutput", AddApplicationOutput$) {
|
|
2182
2151
|
}
|
|
2183
2152
|
|
|
2184
|
-
class AddApplicationReferenceDataSourceCommand extends
|
|
2185
|
-
.classBuilder()
|
|
2186
|
-
.ep(commonParams)
|
|
2187
|
-
.m(function (Command, cs, config, o) {
|
|
2188
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2189
|
-
})
|
|
2190
|
-
.s("KinesisAnalytics_20180523", "AddApplicationReferenceDataSource", {})
|
|
2191
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationReferenceDataSourceCommand")
|
|
2192
|
-
.sc(AddApplicationReferenceDataSource$)
|
|
2193
|
-
.build() {
|
|
2153
|
+
class AddApplicationReferenceDataSourceCommand extends command(_ep0, _mw0, "AddApplicationReferenceDataSource", AddApplicationReferenceDataSource$) {
|
|
2194
2154
|
}
|
|
2195
2155
|
|
|
2196
|
-
class AddApplicationVpcConfigurationCommand extends
|
|
2197
|
-
.classBuilder()
|
|
2198
|
-
.ep(commonParams)
|
|
2199
|
-
.m(function (Command, cs, config, o) {
|
|
2200
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2201
|
-
})
|
|
2202
|
-
.s("KinesisAnalytics_20180523", "AddApplicationVpcConfiguration", {})
|
|
2203
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationVpcConfigurationCommand")
|
|
2204
|
-
.sc(AddApplicationVpcConfiguration$)
|
|
2205
|
-
.build() {
|
|
2156
|
+
class AddApplicationVpcConfigurationCommand extends command(_ep0, _mw0, "AddApplicationVpcConfiguration", AddApplicationVpcConfiguration$) {
|
|
2206
2157
|
}
|
|
2207
2158
|
|
|
2208
|
-
class CreateApplicationCommand extends
|
|
2209
|
-
.classBuilder()
|
|
2210
|
-
.ep(commonParams)
|
|
2211
|
-
.m(function (Command, cs, config, o) {
|
|
2212
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2213
|
-
})
|
|
2214
|
-
.s("KinesisAnalytics_20180523", "CreateApplication", {})
|
|
2215
|
-
.n("KinesisAnalyticsV2Client", "CreateApplicationCommand")
|
|
2216
|
-
.sc(CreateApplication$)
|
|
2217
|
-
.build() {
|
|
2159
|
+
class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
2218
2160
|
}
|
|
2219
2161
|
|
|
2220
|
-
class CreateApplicationPresignedUrlCommand extends
|
|
2221
|
-
.classBuilder()
|
|
2222
|
-
.ep(commonParams)
|
|
2223
|
-
.m(function (Command, cs, config, o) {
|
|
2224
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2225
|
-
})
|
|
2226
|
-
.s("KinesisAnalytics_20180523", "CreateApplicationPresignedUrl", {})
|
|
2227
|
-
.n("KinesisAnalyticsV2Client", "CreateApplicationPresignedUrlCommand")
|
|
2228
|
-
.sc(CreateApplicationPresignedUrl$)
|
|
2229
|
-
.build() {
|
|
2162
|
+
class CreateApplicationPresignedUrlCommand extends command(_ep0, _mw0, "CreateApplicationPresignedUrl", CreateApplicationPresignedUrl$) {
|
|
2230
2163
|
}
|
|
2231
2164
|
|
|
2232
|
-
class CreateApplicationSnapshotCommand extends
|
|
2233
|
-
.classBuilder()
|
|
2234
|
-
.ep(commonParams)
|
|
2235
|
-
.m(function (Command, cs, config, o) {
|
|
2236
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2237
|
-
})
|
|
2238
|
-
.s("KinesisAnalytics_20180523", "CreateApplicationSnapshot", {})
|
|
2239
|
-
.n("KinesisAnalyticsV2Client", "CreateApplicationSnapshotCommand")
|
|
2240
|
-
.sc(CreateApplicationSnapshot$)
|
|
2241
|
-
.build() {
|
|
2165
|
+
class CreateApplicationSnapshotCommand extends command(_ep0, _mw0, "CreateApplicationSnapshot", CreateApplicationSnapshot$) {
|
|
2242
2166
|
}
|
|
2243
2167
|
|
|
2244
|
-
class DeleteApplicationCloudWatchLoggingOptionCommand extends
|
|
2245
|
-
.classBuilder()
|
|
2246
|
-
.ep(commonParams)
|
|
2247
|
-
.m(function (Command, cs, config, o) {
|
|
2248
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2249
|
-
})
|
|
2250
|
-
.s("KinesisAnalytics_20180523", "DeleteApplicationCloudWatchLoggingOption", {})
|
|
2251
|
-
.n("KinesisAnalyticsV2Client", "DeleteApplicationCloudWatchLoggingOptionCommand")
|
|
2252
|
-
.sc(DeleteApplicationCloudWatchLoggingOption$)
|
|
2253
|
-
.build() {
|
|
2168
|
+
class DeleteApplicationCloudWatchLoggingOptionCommand extends command(_ep0, _mw0, "DeleteApplicationCloudWatchLoggingOption", DeleteApplicationCloudWatchLoggingOption$) {
|
|
2254
2169
|
}
|
|
2255
2170
|
|
|
2256
|
-
class DeleteApplicationCommand extends
|
|
2257
|
-
.classBuilder()
|
|
2258
|
-
.ep(commonParams)
|
|
2259
|
-
.m(function (Command, cs, config, o) {
|
|
2260
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2261
|
-
})
|
|
2262
|
-
.s("KinesisAnalytics_20180523", "DeleteApplication", {})
|
|
2263
|
-
.n("KinesisAnalyticsV2Client", "DeleteApplicationCommand")
|
|
2264
|
-
.sc(DeleteApplication$)
|
|
2265
|
-
.build() {
|
|
2171
|
+
class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
2266
2172
|
}
|
|
2267
2173
|
|
|
2268
|
-
class DeleteApplicationInputProcessingConfigurationCommand extends
|
|
2269
|
-
.classBuilder()
|
|
2270
|
-
.ep(commonParams)
|
|
2271
|
-
.m(function (Command, cs, config, o) {
|
|
2272
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2273
|
-
})
|
|
2274
|
-
.s("KinesisAnalytics_20180523", "DeleteApplicationInputProcessingConfiguration", {})
|
|
2275
|
-
.n("KinesisAnalyticsV2Client", "DeleteApplicationInputProcessingConfigurationCommand")
|
|
2276
|
-
.sc(DeleteApplicationInputProcessingConfiguration$)
|
|
2277
|
-
.build() {
|
|
2174
|
+
class DeleteApplicationInputProcessingConfigurationCommand extends command(_ep0, _mw0, "DeleteApplicationInputProcessingConfiguration", DeleteApplicationInputProcessingConfiguration$) {
|
|
2278
2175
|
}
|
|
2279
2176
|
|
|
2280
|
-
class DeleteApplicationOutputCommand extends
|
|
2281
|
-
.classBuilder()
|
|
2282
|
-
.ep(commonParams)
|
|
2283
|
-
.m(function (Command, cs, config, o) {
|
|
2284
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2285
|
-
})
|
|
2286
|
-
.s("KinesisAnalytics_20180523", "DeleteApplicationOutput", {})
|
|
2287
|
-
.n("KinesisAnalyticsV2Client", "DeleteApplicationOutputCommand")
|
|
2288
|
-
.sc(DeleteApplicationOutput$)
|
|
2289
|
-
.build() {
|
|
2177
|
+
class DeleteApplicationOutputCommand extends command(_ep0, _mw0, "DeleteApplicationOutput", DeleteApplicationOutput$) {
|
|
2290
2178
|
}
|
|
2291
2179
|
|
|
2292
|
-
class DeleteApplicationReferenceDataSourceCommand extends
|
|
2293
|
-
.classBuilder()
|
|
2294
|
-
.ep(commonParams)
|
|
2295
|
-
.m(function (Command, cs, config, o) {
|
|
2296
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2297
|
-
})
|
|
2298
|
-
.s("KinesisAnalytics_20180523", "DeleteApplicationReferenceDataSource", {})
|
|
2299
|
-
.n("KinesisAnalyticsV2Client", "DeleteApplicationReferenceDataSourceCommand")
|
|
2300
|
-
.sc(DeleteApplicationReferenceDataSource$)
|
|
2301
|
-
.build() {
|
|
2180
|
+
class DeleteApplicationReferenceDataSourceCommand extends command(_ep0, _mw0, "DeleteApplicationReferenceDataSource", DeleteApplicationReferenceDataSource$) {
|
|
2302
2181
|
}
|
|
2303
2182
|
|
|
2304
|
-
class DeleteApplicationSnapshotCommand extends
|
|
2305
|
-
.classBuilder()
|
|
2306
|
-
.ep(commonParams)
|
|
2307
|
-
.m(function (Command, cs, config, o) {
|
|
2308
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2309
|
-
})
|
|
2310
|
-
.s("KinesisAnalytics_20180523", "DeleteApplicationSnapshot", {})
|
|
2311
|
-
.n("KinesisAnalyticsV2Client", "DeleteApplicationSnapshotCommand")
|
|
2312
|
-
.sc(DeleteApplicationSnapshot$)
|
|
2313
|
-
.build() {
|
|
2183
|
+
class DeleteApplicationSnapshotCommand extends command(_ep0, _mw0, "DeleteApplicationSnapshot", DeleteApplicationSnapshot$) {
|
|
2314
2184
|
}
|
|
2315
2185
|
|
|
2316
|
-
class DeleteApplicationVpcConfigurationCommand extends
|
|
2317
|
-
.classBuilder()
|
|
2318
|
-
.ep(commonParams)
|
|
2319
|
-
.m(function (Command, cs, config, o) {
|
|
2320
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2321
|
-
})
|
|
2322
|
-
.s("KinesisAnalytics_20180523", "DeleteApplicationVpcConfiguration", {})
|
|
2323
|
-
.n("KinesisAnalyticsV2Client", "DeleteApplicationVpcConfigurationCommand")
|
|
2324
|
-
.sc(DeleteApplicationVpcConfiguration$)
|
|
2325
|
-
.build() {
|
|
2186
|
+
class DeleteApplicationVpcConfigurationCommand extends command(_ep0, _mw0, "DeleteApplicationVpcConfiguration", DeleteApplicationVpcConfiguration$) {
|
|
2326
2187
|
}
|
|
2327
2188
|
|
|
2328
|
-
class DescribeApplicationCommand extends
|
|
2329
|
-
.classBuilder()
|
|
2330
|
-
.ep(commonParams)
|
|
2331
|
-
.m(function (Command, cs, config, o) {
|
|
2332
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2333
|
-
})
|
|
2334
|
-
.s("KinesisAnalytics_20180523", "DescribeApplication", {})
|
|
2335
|
-
.n("KinesisAnalyticsV2Client", "DescribeApplicationCommand")
|
|
2336
|
-
.sc(DescribeApplication$)
|
|
2337
|
-
.build() {
|
|
2189
|
+
class DescribeApplicationCommand extends command(_ep0, _mw0, "DescribeApplication", DescribeApplication$) {
|
|
2338
2190
|
}
|
|
2339
2191
|
|
|
2340
|
-
class DescribeApplicationOperationCommand extends
|
|
2341
|
-
.classBuilder()
|
|
2342
|
-
.ep(commonParams)
|
|
2343
|
-
.m(function (Command, cs, config, o) {
|
|
2344
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2345
|
-
})
|
|
2346
|
-
.s("KinesisAnalytics_20180523", "DescribeApplicationOperation", {})
|
|
2347
|
-
.n("KinesisAnalyticsV2Client", "DescribeApplicationOperationCommand")
|
|
2348
|
-
.sc(DescribeApplicationOperation$)
|
|
2349
|
-
.build() {
|
|
2192
|
+
class DescribeApplicationOperationCommand extends command(_ep0, _mw0, "DescribeApplicationOperation", DescribeApplicationOperation$) {
|
|
2350
2193
|
}
|
|
2351
2194
|
|
|
2352
|
-
class DescribeApplicationSnapshotCommand extends
|
|
2353
|
-
.classBuilder()
|
|
2354
|
-
.ep(commonParams)
|
|
2355
|
-
.m(function (Command, cs, config, o) {
|
|
2356
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2357
|
-
})
|
|
2358
|
-
.s("KinesisAnalytics_20180523", "DescribeApplicationSnapshot", {})
|
|
2359
|
-
.n("KinesisAnalyticsV2Client", "DescribeApplicationSnapshotCommand")
|
|
2360
|
-
.sc(DescribeApplicationSnapshot$)
|
|
2361
|
-
.build() {
|
|
2195
|
+
class DescribeApplicationSnapshotCommand extends command(_ep0, _mw0, "DescribeApplicationSnapshot", DescribeApplicationSnapshot$) {
|
|
2362
2196
|
}
|
|
2363
2197
|
|
|
2364
|
-
class DescribeApplicationVersionCommand extends
|
|
2365
|
-
.classBuilder()
|
|
2366
|
-
.ep(commonParams)
|
|
2367
|
-
.m(function (Command, cs, config, o) {
|
|
2368
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2369
|
-
})
|
|
2370
|
-
.s("KinesisAnalytics_20180523", "DescribeApplicationVersion", {})
|
|
2371
|
-
.n("KinesisAnalyticsV2Client", "DescribeApplicationVersionCommand")
|
|
2372
|
-
.sc(DescribeApplicationVersion$)
|
|
2373
|
-
.build() {
|
|
2198
|
+
class DescribeApplicationVersionCommand extends command(_ep0, _mw0, "DescribeApplicationVersion", DescribeApplicationVersion$) {
|
|
2374
2199
|
}
|
|
2375
2200
|
|
|
2376
|
-
class DiscoverInputSchemaCommand extends
|
|
2377
|
-
.classBuilder()
|
|
2378
|
-
.ep(commonParams)
|
|
2379
|
-
.m(function (Command, cs, config, o) {
|
|
2380
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2381
|
-
})
|
|
2382
|
-
.s("KinesisAnalytics_20180523", "DiscoverInputSchema", {})
|
|
2383
|
-
.n("KinesisAnalyticsV2Client", "DiscoverInputSchemaCommand")
|
|
2384
|
-
.sc(DiscoverInputSchema$)
|
|
2385
|
-
.build() {
|
|
2201
|
+
class DiscoverInputSchemaCommand extends command(_ep0, _mw0, "DiscoverInputSchema", DiscoverInputSchema$) {
|
|
2386
2202
|
}
|
|
2387
2203
|
|
|
2388
|
-
class ListApplicationOperationsCommand extends
|
|
2389
|
-
.classBuilder()
|
|
2390
|
-
.ep(commonParams)
|
|
2391
|
-
.m(function (Command, cs, config, o) {
|
|
2392
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2393
|
-
})
|
|
2394
|
-
.s("KinesisAnalytics_20180523", "ListApplicationOperations", {})
|
|
2395
|
-
.n("KinesisAnalyticsV2Client", "ListApplicationOperationsCommand")
|
|
2396
|
-
.sc(ListApplicationOperations$)
|
|
2397
|
-
.build() {
|
|
2204
|
+
class ListApplicationOperationsCommand extends command(_ep0, _mw0, "ListApplicationOperations", ListApplicationOperations$) {
|
|
2398
2205
|
}
|
|
2399
2206
|
|
|
2400
|
-
class ListApplicationsCommand extends
|
|
2401
|
-
.classBuilder()
|
|
2402
|
-
.ep(commonParams)
|
|
2403
|
-
.m(function (Command, cs, config, o) {
|
|
2404
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2405
|
-
})
|
|
2406
|
-
.s("KinesisAnalytics_20180523", "ListApplications", {})
|
|
2407
|
-
.n("KinesisAnalyticsV2Client", "ListApplicationsCommand")
|
|
2408
|
-
.sc(ListApplications$)
|
|
2409
|
-
.build() {
|
|
2207
|
+
class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
2410
2208
|
}
|
|
2411
2209
|
|
|
2412
|
-
class ListApplicationSnapshotsCommand extends
|
|
2413
|
-
.classBuilder()
|
|
2414
|
-
.ep(commonParams)
|
|
2415
|
-
.m(function (Command, cs, config, o) {
|
|
2416
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2417
|
-
})
|
|
2418
|
-
.s("KinesisAnalytics_20180523", "ListApplicationSnapshots", {})
|
|
2419
|
-
.n("KinesisAnalyticsV2Client", "ListApplicationSnapshotsCommand")
|
|
2420
|
-
.sc(ListApplicationSnapshots$)
|
|
2421
|
-
.build() {
|
|
2210
|
+
class ListApplicationSnapshotsCommand extends command(_ep0, _mw0, "ListApplicationSnapshots", ListApplicationSnapshots$) {
|
|
2422
2211
|
}
|
|
2423
2212
|
|
|
2424
|
-
class ListApplicationVersionsCommand extends
|
|
2425
|
-
.classBuilder()
|
|
2426
|
-
.ep(commonParams)
|
|
2427
|
-
.m(function (Command, cs, config, o) {
|
|
2428
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2429
|
-
})
|
|
2430
|
-
.s("KinesisAnalytics_20180523", "ListApplicationVersions", {})
|
|
2431
|
-
.n("KinesisAnalyticsV2Client", "ListApplicationVersionsCommand")
|
|
2432
|
-
.sc(ListApplicationVersions$)
|
|
2433
|
-
.build() {
|
|
2213
|
+
class ListApplicationVersionsCommand extends command(_ep0, _mw0, "ListApplicationVersions", ListApplicationVersions$) {
|
|
2434
2214
|
}
|
|
2435
2215
|
|
|
2436
|
-
class ListTagsForResourceCommand extends
|
|
2437
|
-
.classBuilder()
|
|
2438
|
-
.ep(commonParams)
|
|
2439
|
-
.m(function (Command, cs, config, o) {
|
|
2440
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2441
|
-
})
|
|
2442
|
-
.s("KinesisAnalytics_20180523", "ListTagsForResource", {})
|
|
2443
|
-
.n("KinesisAnalyticsV2Client", "ListTagsForResourceCommand")
|
|
2444
|
-
.sc(ListTagsForResource$)
|
|
2445
|
-
.build() {
|
|
2216
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2446
2217
|
}
|
|
2447
2218
|
|
|
2448
|
-
class RollbackApplicationCommand extends
|
|
2449
|
-
.classBuilder()
|
|
2450
|
-
.ep(commonParams)
|
|
2451
|
-
.m(function (Command, cs, config, o) {
|
|
2452
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2453
|
-
})
|
|
2454
|
-
.s("KinesisAnalytics_20180523", "RollbackApplication", {})
|
|
2455
|
-
.n("KinesisAnalyticsV2Client", "RollbackApplicationCommand")
|
|
2456
|
-
.sc(RollbackApplication$)
|
|
2457
|
-
.build() {
|
|
2219
|
+
class RollbackApplicationCommand extends command(_ep0, _mw0, "RollbackApplication", RollbackApplication$) {
|
|
2458
2220
|
}
|
|
2459
2221
|
|
|
2460
|
-
class StartApplicationCommand extends
|
|
2461
|
-
.classBuilder()
|
|
2462
|
-
.ep(commonParams)
|
|
2463
|
-
.m(function (Command, cs, config, o) {
|
|
2464
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2465
|
-
})
|
|
2466
|
-
.s("KinesisAnalytics_20180523", "StartApplication", {})
|
|
2467
|
-
.n("KinesisAnalyticsV2Client", "StartApplicationCommand")
|
|
2468
|
-
.sc(StartApplication$)
|
|
2469
|
-
.build() {
|
|
2222
|
+
class StartApplicationCommand extends command(_ep0, _mw0, "StartApplication", StartApplication$) {
|
|
2470
2223
|
}
|
|
2471
2224
|
|
|
2472
|
-
class StopApplicationCommand extends
|
|
2473
|
-
.classBuilder()
|
|
2474
|
-
.ep(commonParams)
|
|
2475
|
-
.m(function (Command, cs, config, o) {
|
|
2476
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2477
|
-
})
|
|
2478
|
-
.s("KinesisAnalytics_20180523", "StopApplication", {})
|
|
2479
|
-
.n("KinesisAnalyticsV2Client", "StopApplicationCommand")
|
|
2480
|
-
.sc(StopApplication$)
|
|
2481
|
-
.build() {
|
|
2225
|
+
class StopApplicationCommand extends command(_ep0, _mw0, "StopApplication", StopApplication$) {
|
|
2482
2226
|
}
|
|
2483
2227
|
|
|
2484
|
-
class TagResourceCommand extends
|
|
2485
|
-
.classBuilder()
|
|
2486
|
-
.ep(commonParams)
|
|
2487
|
-
.m(function (Command, cs, config, o) {
|
|
2488
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2489
|
-
})
|
|
2490
|
-
.s("KinesisAnalytics_20180523", "TagResource", {})
|
|
2491
|
-
.n("KinesisAnalyticsV2Client", "TagResourceCommand")
|
|
2492
|
-
.sc(TagResource$)
|
|
2493
|
-
.build() {
|
|
2228
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2494
2229
|
}
|
|
2495
2230
|
|
|
2496
|
-
class UntagResourceCommand extends
|
|
2497
|
-
.classBuilder()
|
|
2498
|
-
.ep(commonParams)
|
|
2499
|
-
.m(function (Command, cs, config, o) {
|
|
2500
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2501
|
-
})
|
|
2502
|
-
.s("KinesisAnalytics_20180523", "UntagResource", {})
|
|
2503
|
-
.n("KinesisAnalyticsV2Client", "UntagResourceCommand")
|
|
2504
|
-
.sc(UntagResource$)
|
|
2505
|
-
.build() {
|
|
2231
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2506
2232
|
}
|
|
2507
2233
|
|
|
2508
|
-
class UpdateApplicationCommand extends
|
|
2509
|
-
.classBuilder()
|
|
2510
|
-
.ep(commonParams)
|
|
2511
|
-
.m(function (Command, cs, config, o) {
|
|
2512
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2513
|
-
})
|
|
2514
|
-
.s("KinesisAnalytics_20180523", "UpdateApplication", {})
|
|
2515
|
-
.n("KinesisAnalyticsV2Client", "UpdateApplicationCommand")
|
|
2516
|
-
.sc(UpdateApplication$)
|
|
2517
|
-
.build() {
|
|
2234
|
+
class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
2518
2235
|
}
|
|
2519
2236
|
|
|
2520
|
-
class UpdateApplicationMaintenanceConfigurationCommand extends
|
|
2521
|
-
.classBuilder()
|
|
2522
|
-
.ep(commonParams)
|
|
2523
|
-
.m(function (Command, cs, config, o) {
|
|
2524
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2525
|
-
})
|
|
2526
|
-
.s("KinesisAnalytics_20180523", "UpdateApplicationMaintenanceConfiguration", {})
|
|
2527
|
-
.n("KinesisAnalyticsV2Client", "UpdateApplicationMaintenanceConfigurationCommand")
|
|
2528
|
-
.sc(UpdateApplicationMaintenanceConfiguration$)
|
|
2529
|
-
.build() {
|
|
2237
|
+
class UpdateApplicationMaintenanceConfigurationCommand extends command(_ep0, _mw0, "UpdateApplicationMaintenanceConfiguration", UpdateApplicationMaintenanceConfiguration$) {
|
|
2530
2238
|
}
|
|
2531
2239
|
|
|
2532
2240
|
const paginateListApplicationOperations = createPaginator(KinesisAnalyticsV2Client, ListApplicationOperationsCommand, "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, "KinesisAnalytics_20180523", "KinesisAnalyticsV2Client", 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 { AddApplicationCloudWatchLoggingOption$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddApplicationCloudWatchLoggingOptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisAnalytics_20180523", "AddApplicationCloudWatchLoggingOption", {})
|
|
13
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationCloudWatchLoggingOptionCommand")
|
|
14
|
-
.sc(AddApplicationCloudWatchLoggingOption$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddApplicationCloudWatchLoggingOptionCommand extends command(_ep0, _mw0, "AddApplicationCloudWatchLoggingOption", AddApplicationCloudWatchLoggingOption$) {
|
|
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 { AddApplicationInput$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddApplicationInputCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisAnalytics_20180523", "AddApplicationInput", {})
|
|
13
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationInputCommand")
|
|
14
|
-
.sc(AddApplicationInput$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddApplicationInputCommand extends command(_ep0, _mw0, "AddApplicationInput", AddApplicationInput$) {
|
|
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 { AddApplicationInputProcessingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddApplicationInputProcessingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisAnalytics_20180523", "AddApplicationInputProcessingConfiguration", {})
|
|
13
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationInputProcessingConfigurationCommand")
|
|
14
|
-
.sc(AddApplicationInputProcessingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddApplicationInputProcessingConfigurationCommand extends command(_ep0, _mw0, "AddApplicationInputProcessingConfiguration", AddApplicationInputProcessingConfiguration$) {
|
|
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 { AddApplicationOutput$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddApplicationOutputCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisAnalytics_20180523", "AddApplicationOutput", {})
|
|
13
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationOutputCommand")
|
|
14
|
-
.sc(AddApplicationOutput$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddApplicationOutputCommand extends command(_ep0, _mw0, "AddApplicationOutput", AddApplicationOutput$) {
|
|
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 { AddApplicationReferenceDataSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddApplicationReferenceDataSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisAnalytics_20180523", "AddApplicationReferenceDataSource", {})
|
|
13
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationReferenceDataSourceCommand")
|
|
14
|
-
.sc(AddApplicationReferenceDataSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddApplicationReferenceDataSourceCommand extends command(_ep0, _mw0, "AddApplicationReferenceDataSource", AddApplicationReferenceDataSource$) {
|
|
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 { AddApplicationVpcConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddApplicationVpcConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisAnalytics_20180523", "AddApplicationVpcConfiguration", {})
|
|
13
|
-
.n("KinesisAnalyticsV2Client", "AddApplicationVpcConfigurationCommand")
|
|
14
|
-
.sc(AddApplicationVpcConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddApplicationVpcConfigurationCommand extends command(_ep0, _mw0, "AddApplicationVpcConfiguration", AddApplicationVpcConfiguration$) {
|
|
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 { CreateApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisAnalytics_20180523", "CreateApplication", {})
|
|
13
|
-
.n("KinesisAnalyticsV2Client", "CreateApplicationCommand")
|
|
14
|
-
.sc(CreateApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
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 { CreateApplicationPresignedUrl$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateApplicationPresignedUrlCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisAnalytics_20180523", "CreateApplicationPresignedUrl", {})
|
|
13
|
-
.n("KinesisAnalyticsV2Client", "CreateApplicationPresignedUrlCommand")
|
|
14
|
-
.sc(CreateApplicationPresignedUrl$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateApplicationPresignedUrlCommand extends command(_ep0, _mw0, "CreateApplicationPresignedUrl", CreateApplicationPresignedUrl$) {
|
|
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 { CreateApplicationSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateApplicationSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisAnalytics_20180523", "CreateApplicationSnapshot", {})
|
|
13
|
-
.n("KinesisAnalyticsV2Client", "CreateApplicationSnapshotCommand")
|
|
14
|
-
.sc(CreateApplicationSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateApplicationSnapshotCommand extends command(_ep0, _mw0, "CreateApplicationSnapshot", CreateApplicationSnapshot$) {
|
|
16
4
|
}
|