@aws-sdk/client-kinesis-analytics 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/KinesisAnalytics.d.ts +0 -20
- package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/KinesisAnalyticsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -331
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics
|
|
@@ -80,7 +80,6 @@ import {
|
|
|
80
80
|
UpdateApplicationCommandOutput,
|
|
81
81
|
} from "./commands/UpdateApplicationCommand";
|
|
82
82
|
import { KinesisAnalyticsClient } from "./KinesisAnalyticsClient";
|
|
83
|
-
|
|
84
83
|
export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
85
84
|
addApplicationCloudWatchLoggingOption(
|
|
86
85
|
args: AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
@@ -101,7 +100,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
101
100
|
data?: AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
102
101
|
) => void
|
|
103
102
|
): void;
|
|
104
|
-
|
|
105
103
|
addApplicationInput(
|
|
106
104
|
args: AddApplicationInputCommandInput,
|
|
107
105
|
options?: __HttpHandlerOptions
|
|
@@ -115,7 +113,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
115
113
|
options: __HttpHandlerOptions,
|
|
116
114
|
cb: (err: any, data?: AddApplicationInputCommandOutput) => void
|
|
117
115
|
): void;
|
|
118
|
-
|
|
119
116
|
addApplicationInputProcessingConfiguration(
|
|
120
117
|
args: AddApplicationInputProcessingConfigurationCommandInput,
|
|
121
118
|
options?: __HttpHandlerOptions
|
|
@@ -135,7 +132,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
135
132
|
data?: AddApplicationInputProcessingConfigurationCommandOutput
|
|
136
133
|
) => void
|
|
137
134
|
): void;
|
|
138
|
-
|
|
139
135
|
addApplicationOutput(
|
|
140
136
|
args: AddApplicationOutputCommandInput,
|
|
141
137
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +145,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
149
145
|
options: __HttpHandlerOptions,
|
|
150
146
|
cb: (err: any, data?: AddApplicationOutputCommandOutput) => void
|
|
151
147
|
): void;
|
|
152
|
-
|
|
153
148
|
addApplicationReferenceDataSource(
|
|
154
149
|
args: AddApplicationReferenceDataSourceCommandInput,
|
|
155
150
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +164,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
169
164
|
data?: AddApplicationReferenceDataSourceCommandOutput
|
|
170
165
|
) => void
|
|
171
166
|
): void;
|
|
172
|
-
|
|
173
167
|
createApplication(
|
|
174
168
|
args: CreateApplicationCommandInput,
|
|
175
169
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +177,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
183
177
|
options: __HttpHandlerOptions,
|
|
184
178
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
185
179
|
): void;
|
|
186
|
-
|
|
187
180
|
deleteApplication(
|
|
188
181
|
args: DeleteApplicationCommandInput,
|
|
189
182
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +190,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
197
190
|
options: __HttpHandlerOptions,
|
|
198
191
|
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
199
192
|
): void;
|
|
200
|
-
|
|
201
193
|
deleteApplicationCloudWatchLoggingOption(
|
|
202
194
|
args: DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
203
195
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +209,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
217
209
|
data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
218
210
|
) => void
|
|
219
211
|
): void;
|
|
220
|
-
|
|
221
212
|
deleteApplicationInputProcessingConfiguration(
|
|
222
213
|
args: DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
223
214
|
options?: __HttpHandlerOptions
|
|
@@ -237,7 +228,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
237
228
|
data?: DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
238
229
|
) => void
|
|
239
230
|
): void;
|
|
240
|
-
|
|
241
231
|
deleteApplicationOutput(
|
|
242
232
|
args: DeleteApplicationOutputCommandInput,
|
|
243
233
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +241,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
251
241
|
options: __HttpHandlerOptions,
|
|
252
242
|
cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void
|
|
253
243
|
): void;
|
|
254
|
-
|
|
255
244
|
deleteApplicationReferenceDataSource(
|
|
256
245
|
args: DeleteApplicationReferenceDataSourceCommandInput,
|
|
257
246
|
options?: __HttpHandlerOptions
|
|
@@ -271,7 +260,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
271
260
|
data?: DeleteApplicationReferenceDataSourceCommandOutput
|
|
272
261
|
) => void
|
|
273
262
|
): void;
|
|
274
|
-
|
|
275
263
|
describeApplication(
|
|
276
264
|
args: DescribeApplicationCommandInput,
|
|
277
265
|
options?: __HttpHandlerOptions
|
|
@@ -285,7 +273,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
285
273
|
options: __HttpHandlerOptions,
|
|
286
274
|
cb: (err: any, data?: DescribeApplicationCommandOutput) => void
|
|
287
275
|
): void;
|
|
288
|
-
|
|
289
276
|
discoverInputSchema(
|
|
290
277
|
args: DiscoverInputSchemaCommandInput,
|
|
291
278
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +286,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
299
286
|
options: __HttpHandlerOptions,
|
|
300
287
|
cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void
|
|
301
288
|
): void;
|
|
302
|
-
|
|
303
289
|
listApplications(
|
|
304
290
|
args: ListApplicationsCommandInput,
|
|
305
291
|
options?: __HttpHandlerOptions
|
|
@@ -313,7 +299,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
313
299
|
options: __HttpHandlerOptions,
|
|
314
300
|
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
315
301
|
): void;
|
|
316
|
-
|
|
317
302
|
listTagsForResource(
|
|
318
303
|
args: ListTagsForResourceCommandInput,
|
|
319
304
|
options?: __HttpHandlerOptions
|
|
@@ -327,7 +312,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
327
312
|
options: __HttpHandlerOptions,
|
|
328
313
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
329
314
|
): void;
|
|
330
|
-
|
|
331
315
|
startApplication(
|
|
332
316
|
args: StartApplicationCommandInput,
|
|
333
317
|
options?: __HttpHandlerOptions
|
|
@@ -341,7 +325,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
341
325
|
options: __HttpHandlerOptions,
|
|
342
326
|
cb: (err: any, data?: StartApplicationCommandOutput) => void
|
|
343
327
|
): void;
|
|
344
|
-
|
|
345
328
|
stopApplication(
|
|
346
329
|
args: StopApplicationCommandInput,
|
|
347
330
|
options?: __HttpHandlerOptions
|
|
@@ -355,7 +338,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
355
338
|
options: __HttpHandlerOptions,
|
|
356
339
|
cb: (err: any, data?: StopApplicationCommandOutput) => void
|
|
357
340
|
): void;
|
|
358
|
-
|
|
359
341
|
tagResource(
|
|
360
342
|
args: TagResourceCommandInput,
|
|
361
343
|
options?: __HttpHandlerOptions
|
|
@@ -369,7 +351,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
369
351
|
options: __HttpHandlerOptions,
|
|
370
352
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
371
353
|
): void;
|
|
372
|
-
|
|
373
354
|
untagResource(
|
|
374
355
|
args: UntagResourceCommandInput,
|
|
375
356
|
options?: __HttpHandlerOptions
|
|
@@ -383,7 +364,6 @@ export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
|
383
364
|
options: __HttpHandlerOptions,
|
|
384
365
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
385
366
|
): void;
|
|
386
|
-
|
|
387
367
|
updateApplication(
|
|
388
368
|
args: UpdateApplicationCommandInput,
|
|
389
369
|
options?: __HttpHandlerOptions
|
|
@@ -167,47 +167,26 @@ export declare type ServiceOutputTypes =
|
|
|
167
167
|
export interface ClientDefaults
|
|
168
168
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
169
169
|
requestHandler?: __HttpHandler;
|
|
170
|
-
|
|
171
170
|
sha256?: __HashConstructor;
|
|
172
|
-
|
|
173
171
|
urlParser?: __UrlParser;
|
|
174
|
-
|
|
175
172
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
176
|
-
|
|
177
173
|
streamCollector?: __StreamCollector;
|
|
178
|
-
|
|
179
174
|
base64Decoder?: __Decoder;
|
|
180
|
-
|
|
181
175
|
base64Encoder?: __Encoder;
|
|
182
|
-
|
|
183
176
|
utf8Decoder?: __Decoder;
|
|
184
|
-
|
|
185
177
|
utf8Encoder?: __Encoder;
|
|
186
|
-
|
|
187
178
|
runtime?: string;
|
|
188
|
-
|
|
189
179
|
disableHostPrefix?: boolean;
|
|
190
|
-
|
|
191
180
|
maxAttempts?: number | __Provider<number>;
|
|
192
|
-
|
|
193
181
|
retryMode?: string | __Provider<string>;
|
|
194
|
-
|
|
195
182
|
logger?: __Logger;
|
|
196
|
-
|
|
197
183
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
198
|
-
|
|
199
184
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
200
|
-
|
|
201
185
|
serviceId?: string;
|
|
202
|
-
|
|
203
186
|
region?: string | __Provider<string>;
|
|
204
|
-
|
|
205
187
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
206
|
-
|
|
207
188
|
regionInfoProvider?: RegionInfoProvider;
|
|
208
|
-
|
|
209
189
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
210
|
-
|
|
211
190
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
212
191
|
}
|
|
213
192
|
declare type KinesisAnalyticsClientConfigType = Partial<
|
|
@@ -220,7 +199,6 @@ declare type KinesisAnalyticsClientConfigType = Partial<
|
|
|
220
199
|
HostHeaderInputConfig &
|
|
221
200
|
AwsAuthInputConfig &
|
|
222
201
|
UserAgentInputConfig;
|
|
223
|
-
|
|
224
202
|
export interface KinesisAnalyticsClientConfig
|
|
225
203
|
extends KinesisAnalyticsClientConfigType {}
|
|
226
204
|
declare type KinesisAnalyticsClientResolvedConfigType =
|
|
@@ -232,10 +210,8 @@ declare type KinesisAnalyticsClientResolvedConfigType =
|
|
|
232
210
|
HostHeaderResolvedConfig &
|
|
233
211
|
AwsAuthResolvedConfig &
|
|
234
212
|
UserAgentResolvedConfig;
|
|
235
|
-
|
|
236
213
|
export interface KinesisAnalyticsClientResolvedConfig
|
|
237
214
|
extends KinesisAnalyticsClientResolvedConfigType {}
|
|
238
|
-
|
|
239
215
|
export declare class KinesisAnalyticsClient extends __Client<
|
|
240
216
|
__HttpHandlerOptions,
|
|
241
217
|
ServiceInputTypes,
|
|
@@ -244,7 +220,6 @@ export declare class KinesisAnalyticsClient extends __Client<
|
|
|
244
220
|
> {
|
|
245
221
|
readonly config: KinesisAnalyticsClientResolvedConfig;
|
|
246
222
|
constructor(configuration: KinesisAnalyticsClientConfig);
|
|
247
|
-
|
|
248
223
|
destroy(): void;
|
|
249
224
|
}
|
|
250
225
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationCloudWatchLoggingOptionCommandInput
|
|
|
19
19
|
export interface AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
20
20
|
extends AddApplicationCloudWatchLoggingOptionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Command<
|
|
24
23
|
AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
25
24
|
AddApplicationCloudWatchLoggingOptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationCloudWatchLoggingOptionCommandInput;
|
|
29
28
|
constructor(input: AddApplicationCloudWatchLoggingOptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationInputCommandInput
|
|
|
19
19
|
export interface AddApplicationInputCommandOutput
|
|
20
20
|
extends AddApplicationInputResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationInputCommand extends $Command<
|
|
24
23
|
AddApplicationInputCommandInput,
|
|
25
24
|
AddApplicationInputCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationInputCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationInputCommandInput;
|
|
29
28
|
constructor(input: AddApplicationInputCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationInputProcessingConfigurationCommandInput
|
|
|
19
19
|
export interface AddApplicationInputProcessingConfigurationCommandOutput
|
|
20
20
|
extends AddApplicationInputProcessingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<
|
|
24
23
|
AddApplicationInputProcessingConfigurationCommandInput,
|
|
25
24
|
AddApplicationInputProcessingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationInputProcessingConfigurationCommand extends $
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationInputProcessingConfigurationCommandInput;
|
|
29
28
|
constructor(input: AddApplicationInputProcessingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationOutputCommandInput
|
|
|
19
19
|
export interface AddApplicationOutputCommandOutput
|
|
20
20
|
extends AddApplicationOutputResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationOutputCommand extends $Command<
|
|
24
23
|
AddApplicationOutputCommandInput,
|
|
25
24
|
AddApplicationOutputCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationOutputCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationOutputCommandInput;
|
|
29
28
|
constructor(input: AddApplicationOutputCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AddApplicationReferenceDataSourceCommandInput
|
|
|
19
19
|
export interface AddApplicationReferenceDataSourceCommandOutput
|
|
20
20
|
extends AddApplicationReferenceDataSourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddApplicationReferenceDataSourceCommand extends $Command<
|
|
24
23
|
AddApplicationReferenceDataSourceCommandInput,
|
|
25
24
|
AddApplicationReferenceDataSourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddApplicationReferenceDataSourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddApplicationReferenceDataSourceCommandInput;
|
|
29
28
|
constructor(input: AddApplicationReferenceDataSourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
|
|
|
19
19
|
export interface CreateApplicationCommandOutput
|
|
20
20
|
extends CreateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationCommand extends $Command<
|
|
24
23
|
CreateApplicationCommandInput,
|
|
25
24
|
CreateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandInput
|
|
|
19
19
|
export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
20
20
|
extends DeleteApplicationCloudWatchLoggingOptionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command<
|
|
24
23
|
DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
25
24
|
DeleteApplicationCloudWatchLoggingOptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Co
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationCloudWatchLoggingOptionCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationCloudWatchLoggingOptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationCommandInput
|
|
|
19
19
|
export interface DeleteApplicationCommandOutput
|
|
20
20
|
extends DeleteApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationCommand extends $Command<
|
|
24
23
|
DeleteApplicationCommandInput,
|
|
25
24
|
DeleteApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationInputProcessingConfigurationCommandInput
|
|
|
19
19
|
export interface DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
20
20
|
extends DeleteApplicationInputProcessingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationInputProcessingConfigurationCommand extends $Command<
|
|
24
23
|
DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
25
24
|
DeleteApplicationInputProcessingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationInputProcessingConfigurationCommand extend
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationInputProcessingConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationInputProcessingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationOutputCommandInput
|
|
|
19
19
|
export interface DeleteApplicationOutputCommandOutput
|
|
20
20
|
extends DeleteApplicationOutputResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationOutputCommand extends $Command<
|
|
24
23
|
DeleteApplicationOutputCommandInput,
|
|
25
24
|
DeleteApplicationOutputCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationOutputCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationOutputCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationOutputCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationReferenceDataSourceCommandInput
|
|
|
19
19
|
export interface DeleteApplicationReferenceDataSourceCommandOutput
|
|
20
20
|
extends DeleteApplicationReferenceDataSourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationReferenceDataSourceCommand extends $Command<
|
|
24
23
|
DeleteApplicationReferenceDataSourceCommandInput,
|
|
25
24
|
DeleteApplicationReferenceDataSourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationReferenceDataSourceCommand extends $Comman
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationReferenceDataSourceCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationReferenceDataSourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeApplicationCommandInput
|
|
|
19
19
|
export interface DescribeApplicationCommandOutput
|
|
20
20
|
extends DescribeApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeApplicationCommand extends $Command<
|
|
24
23
|
DescribeApplicationCommandInput,
|
|
25
24
|
DescribeApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeApplicationCommandInput;
|
|
29
28
|
constructor(input: DescribeApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DiscoverInputSchemaCommandInput
|
|
|
19
19
|
export interface DiscoverInputSchemaCommandOutput
|
|
20
20
|
extends DiscoverInputSchemaResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DiscoverInputSchemaCommand extends $Command<
|
|
24
23
|
DiscoverInputSchemaCommandInput,
|
|
25
24
|
DiscoverInputSchemaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DiscoverInputSchemaCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DiscoverInputSchemaCommandInput;
|
|
29
28
|
constructor(input: DiscoverInputSchemaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
|
18
18
|
export interface ListApplicationsCommandOutput
|
|
19
19
|
extends ListApplicationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListApplicationsCommand extends $Command<
|
|
23
22
|
ListApplicationsCommandInput,
|
|
24
23
|
ListApplicationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListApplicationsCommandInput;
|
|
28
27
|
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartApplicationCommandInput extends StartApplicationRequest {}
|
|
|
18
18
|
export interface StartApplicationCommandOutput
|
|
19
19
|
extends StartApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartApplicationCommand extends $Command<
|
|
23
22
|
StartApplicationCommandInput,
|
|
24
23
|
StartApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartApplicationCommandInput;
|
|
28
27
|
constructor(input: StartApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StopApplicationCommandInput extends StopApplicationRequest {}
|
|
|
18
18
|
export interface StopApplicationCommandOutput
|
|
19
19
|
extends StopApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StopApplicationCommand extends $Command<
|
|
23
22
|
StopApplicationCommandInput,
|
|
24
23
|
StopApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StopApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StopApplicationCommandInput;
|
|
28
27
|
constructor(input: StopApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationCommandOutput
|
|
20
20
|
extends UpdateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationCommand extends $Command<
|
|
24
23
|
UpdateApplicationCommandInput,
|
|
25
24
|
UpdateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class KinesisAnalyticsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|