@aws-sdk/client-kinesis-analytics 3.169.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 +16 -0
- package/dist-types/ts3.4/KinesisAnalytics.d.ts +380 -105
- package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +225 -93
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +20 -20
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/KinesisAnalyticsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +768 -987
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +245 -62
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,93 +1,225 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
47
|
+
AddApplicationCloudWatchLoggingOptionCommandOutput,
|
|
48
|
+
} from "./commands/AddApplicationCloudWatchLoggingOptionCommand";
|
|
49
|
+
import {
|
|
50
|
+
AddApplicationInputCommandInput,
|
|
51
|
+
AddApplicationInputCommandOutput,
|
|
52
|
+
} from "./commands/AddApplicationInputCommand";
|
|
53
|
+
import {
|
|
54
|
+
AddApplicationInputProcessingConfigurationCommandInput,
|
|
55
|
+
AddApplicationInputProcessingConfigurationCommandOutput,
|
|
56
|
+
} from "./commands/AddApplicationInputProcessingConfigurationCommand";
|
|
57
|
+
import {
|
|
58
|
+
AddApplicationOutputCommandInput,
|
|
59
|
+
AddApplicationOutputCommandOutput,
|
|
60
|
+
} from "./commands/AddApplicationOutputCommand";
|
|
61
|
+
import {
|
|
62
|
+
AddApplicationReferenceDataSourceCommandInput,
|
|
63
|
+
AddApplicationReferenceDataSourceCommandOutput,
|
|
64
|
+
} from "./commands/AddApplicationReferenceDataSourceCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateApplicationCommandInput,
|
|
67
|
+
CreateApplicationCommandOutput,
|
|
68
|
+
} from "./commands/CreateApplicationCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
71
|
+
DeleteApplicationCloudWatchLoggingOptionCommandOutput,
|
|
72
|
+
} from "./commands/DeleteApplicationCloudWatchLoggingOptionCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteApplicationCommandInput,
|
|
75
|
+
DeleteApplicationCommandOutput,
|
|
76
|
+
} from "./commands/DeleteApplicationCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
79
|
+
DeleteApplicationInputProcessingConfigurationCommandOutput,
|
|
80
|
+
} from "./commands/DeleteApplicationInputProcessingConfigurationCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteApplicationOutputCommandInput,
|
|
83
|
+
DeleteApplicationOutputCommandOutput,
|
|
84
|
+
} from "./commands/DeleteApplicationOutputCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteApplicationReferenceDataSourceCommandInput,
|
|
87
|
+
DeleteApplicationReferenceDataSourceCommandOutput,
|
|
88
|
+
} from "./commands/DeleteApplicationReferenceDataSourceCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeApplicationCommandInput,
|
|
91
|
+
DescribeApplicationCommandOutput,
|
|
92
|
+
} from "./commands/DescribeApplicationCommand";
|
|
93
|
+
import {
|
|
94
|
+
DiscoverInputSchemaCommandInput,
|
|
95
|
+
DiscoverInputSchemaCommandOutput,
|
|
96
|
+
} from "./commands/DiscoverInputSchemaCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListApplicationsCommandInput,
|
|
99
|
+
ListApplicationsCommandOutput,
|
|
100
|
+
} from "./commands/ListApplicationsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListTagsForResourceCommandInput,
|
|
103
|
+
ListTagsForResourceCommandOutput,
|
|
104
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
StartApplicationCommandInput,
|
|
107
|
+
StartApplicationCommandOutput,
|
|
108
|
+
} from "./commands/StartApplicationCommand";
|
|
109
|
+
import {
|
|
110
|
+
StopApplicationCommandInput,
|
|
111
|
+
StopApplicationCommandOutput,
|
|
112
|
+
} from "./commands/StopApplicationCommand";
|
|
113
|
+
import {
|
|
114
|
+
TagResourceCommandInput,
|
|
115
|
+
TagResourceCommandOutput,
|
|
116
|
+
} from "./commands/TagResourceCommand";
|
|
117
|
+
import {
|
|
118
|
+
UntagResourceCommandInput,
|
|
119
|
+
UntagResourceCommandOutput,
|
|
120
|
+
} from "./commands/UntagResourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
UpdateApplicationCommandInput,
|
|
123
|
+
UpdateApplicationCommandOutput,
|
|
124
|
+
} from "./commands/UpdateApplicationCommand";
|
|
125
|
+
export declare type ServiceInputTypes =
|
|
126
|
+
| AddApplicationCloudWatchLoggingOptionCommandInput
|
|
127
|
+
| AddApplicationInputCommandInput
|
|
128
|
+
| AddApplicationInputProcessingConfigurationCommandInput
|
|
129
|
+
| AddApplicationOutputCommandInput
|
|
130
|
+
| AddApplicationReferenceDataSourceCommandInput
|
|
131
|
+
| CreateApplicationCommandInput
|
|
132
|
+
| DeleteApplicationCloudWatchLoggingOptionCommandInput
|
|
133
|
+
| DeleteApplicationCommandInput
|
|
134
|
+
| DeleteApplicationInputProcessingConfigurationCommandInput
|
|
135
|
+
| DeleteApplicationOutputCommandInput
|
|
136
|
+
| DeleteApplicationReferenceDataSourceCommandInput
|
|
137
|
+
| DescribeApplicationCommandInput
|
|
138
|
+
| DiscoverInputSchemaCommandInput
|
|
139
|
+
| ListApplicationsCommandInput
|
|
140
|
+
| ListTagsForResourceCommandInput
|
|
141
|
+
| StartApplicationCommandInput
|
|
142
|
+
| StopApplicationCommandInput
|
|
143
|
+
| TagResourceCommandInput
|
|
144
|
+
| UntagResourceCommandInput
|
|
145
|
+
| UpdateApplicationCommandInput;
|
|
146
|
+
export declare type ServiceOutputTypes =
|
|
147
|
+
| AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
148
|
+
| AddApplicationInputCommandOutput
|
|
149
|
+
| AddApplicationInputProcessingConfigurationCommandOutput
|
|
150
|
+
| AddApplicationOutputCommandOutput
|
|
151
|
+
| AddApplicationReferenceDataSourceCommandOutput
|
|
152
|
+
| CreateApplicationCommandOutput
|
|
153
|
+
| DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
154
|
+
| DeleteApplicationCommandOutput
|
|
155
|
+
| DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
156
|
+
| DeleteApplicationOutputCommandOutput
|
|
157
|
+
| DeleteApplicationReferenceDataSourceCommandOutput
|
|
158
|
+
| DescribeApplicationCommandOutput
|
|
159
|
+
| DiscoverInputSchemaCommandOutput
|
|
160
|
+
| ListApplicationsCommandOutput
|
|
161
|
+
| ListTagsForResourceCommandOutput
|
|
162
|
+
| StartApplicationCommandOutput
|
|
163
|
+
| StopApplicationCommandOutput
|
|
164
|
+
| TagResourceCommandOutput
|
|
165
|
+
| UntagResourceCommandOutput
|
|
166
|
+
| UpdateApplicationCommandOutput;
|
|
167
|
+
export interface ClientDefaults
|
|
168
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
169
|
+
requestHandler?: __HttpHandler;
|
|
170
|
+
sha256?: __HashConstructor;
|
|
171
|
+
urlParser?: __UrlParser;
|
|
172
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
173
|
+
streamCollector?: __StreamCollector;
|
|
174
|
+
base64Decoder?: __Decoder;
|
|
175
|
+
base64Encoder?: __Encoder;
|
|
176
|
+
utf8Decoder?: __Decoder;
|
|
177
|
+
utf8Encoder?: __Encoder;
|
|
178
|
+
runtime?: string;
|
|
179
|
+
disableHostPrefix?: boolean;
|
|
180
|
+
maxAttempts?: number | __Provider<number>;
|
|
181
|
+
retryMode?: string | __Provider<string>;
|
|
182
|
+
logger?: __Logger;
|
|
183
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
184
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
185
|
+
serviceId?: string;
|
|
186
|
+
region?: string | __Provider<string>;
|
|
187
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
188
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
189
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
190
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
191
|
+
}
|
|
192
|
+
declare type KinesisAnalyticsClientConfigType = Partial<
|
|
193
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
194
|
+
> &
|
|
195
|
+
ClientDefaults &
|
|
196
|
+
RegionInputConfig &
|
|
197
|
+
EndpointsInputConfig &
|
|
198
|
+
RetryInputConfig &
|
|
199
|
+
HostHeaderInputConfig &
|
|
200
|
+
AwsAuthInputConfig &
|
|
201
|
+
UserAgentInputConfig;
|
|
202
|
+
export interface KinesisAnalyticsClientConfig
|
|
203
|
+
extends KinesisAnalyticsClientConfigType {}
|
|
204
|
+
declare type KinesisAnalyticsClientResolvedConfigType =
|
|
205
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
206
|
+
Required<ClientDefaults> &
|
|
207
|
+
RegionResolvedConfig &
|
|
208
|
+
EndpointsResolvedConfig &
|
|
209
|
+
RetryResolvedConfig &
|
|
210
|
+
HostHeaderResolvedConfig &
|
|
211
|
+
AwsAuthResolvedConfig &
|
|
212
|
+
UserAgentResolvedConfig;
|
|
213
|
+
export interface KinesisAnalyticsClientResolvedConfig
|
|
214
|
+
extends KinesisAnalyticsClientResolvedConfigType {}
|
|
215
|
+
export declare class KinesisAnalyticsClient extends __Client<
|
|
216
|
+
__HttpHandlerOptions,
|
|
217
|
+
ServiceInputTypes,
|
|
218
|
+
ServiceOutputTypes,
|
|
219
|
+
KinesisAnalyticsClientResolvedConfig
|
|
220
|
+
> {
|
|
221
|
+
readonly config: KinesisAnalyticsClientResolvedConfig;
|
|
222
|
+
constructor(configuration: KinesisAnalyticsClientConfig);
|
|
223
|
+
destroy(): void;
|
|
224
|
+
}
|
|
225
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KinesisAnalyticsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KinesisAnalyticsClient";
|
|
13
|
+
import {
|
|
14
|
+
AddApplicationCloudWatchLoggingOptionRequest,
|
|
15
|
+
AddApplicationCloudWatchLoggingOptionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddApplicationCloudWatchLoggingOptionCommandInput
|
|
18
|
+
extends AddApplicationCloudWatchLoggingOptionRequest {}
|
|
19
|
+
export interface AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
20
|
+
extends AddApplicationCloudWatchLoggingOptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Command<
|
|
23
|
+
AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
24
|
+
AddApplicationCloudWatchLoggingOptionCommandOutput,
|
|
25
|
+
KinesisAnalyticsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddApplicationCloudWatchLoggingOptionCommandInput;
|
|
28
|
+
constructor(input: AddApplicationCloudWatchLoggingOptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
35
|
+
AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KinesisAnalyticsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KinesisAnalyticsClient";
|
|
13
|
+
import {
|
|
14
|
+
AddApplicationInputRequest,
|
|
15
|
+
AddApplicationInputResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddApplicationInputCommandInput
|
|
18
|
+
extends AddApplicationInputRequest {}
|
|
19
|
+
export interface AddApplicationInputCommandOutput
|
|
20
|
+
extends AddApplicationInputResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AddApplicationInputCommand extends $Command<
|
|
23
|
+
AddApplicationInputCommandInput,
|
|
24
|
+
AddApplicationInputCommandOutput,
|
|
25
|
+
KinesisAnalyticsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddApplicationInputCommandInput;
|
|
28
|
+
constructor(input: AddApplicationInputCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<AddApplicationInputCommandInput, AddApplicationInputCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KinesisAnalyticsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KinesisAnalyticsClient";
|
|
13
|
+
import {
|
|
14
|
+
AddApplicationInputProcessingConfigurationRequest,
|
|
15
|
+
AddApplicationInputProcessingConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddApplicationInputProcessingConfigurationCommandInput
|
|
18
|
+
extends AddApplicationInputProcessingConfigurationRequest {}
|
|
19
|
+
export interface AddApplicationInputProcessingConfigurationCommandOutput
|
|
20
|
+
extends AddApplicationInputProcessingConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<
|
|
23
|
+
AddApplicationInputProcessingConfigurationCommandInput,
|
|
24
|
+
AddApplicationInputProcessingConfigurationCommandOutput,
|
|
25
|
+
KinesisAnalyticsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddApplicationInputProcessingConfigurationCommandInput;
|
|
28
|
+
constructor(input: AddApplicationInputProcessingConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AddApplicationInputProcessingConfigurationCommandInput,
|
|
35
|
+
AddApplicationInputProcessingConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KinesisAnalyticsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KinesisAnalyticsClient";
|
|
13
|
+
import {
|
|
14
|
+
AddApplicationOutputRequest,
|
|
15
|
+
AddApplicationOutputResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddApplicationOutputCommandInput
|
|
18
|
+
extends AddApplicationOutputRequest {}
|
|
19
|
+
export interface AddApplicationOutputCommandOutput
|
|
20
|
+
extends AddApplicationOutputResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AddApplicationOutputCommand extends $Command<
|
|
23
|
+
AddApplicationOutputCommandInput,
|
|
24
|
+
AddApplicationOutputCommandOutput,
|
|
25
|
+
KinesisAnalyticsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddApplicationOutputCommandInput;
|
|
28
|
+
constructor(input: AddApplicationOutputCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AddApplicationOutputCommandInput,
|
|
35
|
+
AddApplicationOutputCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KinesisAnalyticsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KinesisAnalyticsClient";
|
|
13
|
+
import {
|
|
14
|
+
AddApplicationReferenceDataSourceRequest,
|
|
15
|
+
AddApplicationReferenceDataSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddApplicationReferenceDataSourceCommandInput
|
|
18
|
+
extends AddApplicationReferenceDataSourceRequest {}
|
|
19
|
+
export interface AddApplicationReferenceDataSourceCommandOutput
|
|
20
|
+
extends AddApplicationReferenceDataSourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AddApplicationReferenceDataSourceCommand extends $Command<
|
|
23
|
+
AddApplicationReferenceDataSourceCommandInput,
|
|
24
|
+
AddApplicationReferenceDataSourceCommandOutput,
|
|
25
|
+
KinesisAnalyticsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddApplicationReferenceDataSourceCommandInput;
|
|
28
|
+
constructor(input: AddApplicationReferenceDataSourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KinesisAnalyticsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AddApplicationReferenceDataSourceCommandInput,
|
|
35
|
+
AddApplicationReferenceDataSourceCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|