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