@aws-sdk/client-kinesis-analytics 3.168.0 → 3.170.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 +400 -105
- package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +250 -93
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1099 -987
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +245 -62
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics
|
|
@@ -1,105 +1,400 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
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
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
4
|
+
AddApplicationCloudWatchLoggingOptionCommandOutput,
|
|
5
|
+
} from "./commands/AddApplicationCloudWatchLoggingOptionCommand";
|
|
6
|
+
import {
|
|
7
|
+
AddApplicationInputCommandInput,
|
|
8
|
+
AddApplicationInputCommandOutput,
|
|
9
|
+
} from "./commands/AddApplicationInputCommand";
|
|
10
|
+
import {
|
|
11
|
+
AddApplicationInputProcessingConfigurationCommandInput,
|
|
12
|
+
AddApplicationInputProcessingConfigurationCommandOutput,
|
|
13
|
+
} from "./commands/AddApplicationInputProcessingConfigurationCommand";
|
|
14
|
+
import {
|
|
15
|
+
AddApplicationOutputCommandInput,
|
|
16
|
+
AddApplicationOutputCommandOutput,
|
|
17
|
+
} from "./commands/AddApplicationOutputCommand";
|
|
18
|
+
import {
|
|
19
|
+
AddApplicationReferenceDataSourceCommandInput,
|
|
20
|
+
AddApplicationReferenceDataSourceCommandOutput,
|
|
21
|
+
} from "./commands/AddApplicationReferenceDataSourceCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateApplicationCommandInput,
|
|
24
|
+
CreateApplicationCommandOutput,
|
|
25
|
+
} from "./commands/CreateApplicationCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
28
|
+
DeleteApplicationCloudWatchLoggingOptionCommandOutput,
|
|
29
|
+
} from "./commands/DeleteApplicationCloudWatchLoggingOptionCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteApplicationCommandInput,
|
|
32
|
+
DeleteApplicationCommandOutput,
|
|
33
|
+
} from "./commands/DeleteApplicationCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
36
|
+
DeleteApplicationInputProcessingConfigurationCommandOutput,
|
|
37
|
+
} from "./commands/DeleteApplicationInputProcessingConfigurationCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteApplicationOutputCommandInput,
|
|
40
|
+
DeleteApplicationOutputCommandOutput,
|
|
41
|
+
} from "./commands/DeleteApplicationOutputCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteApplicationReferenceDataSourceCommandInput,
|
|
44
|
+
DeleteApplicationReferenceDataSourceCommandOutput,
|
|
45
|
+
} from "./commands/DeleteApplicationReferenceDataSourceCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeApplicationCommandInput,
|
|
48
|
+
DescribeApplicationCommandOutput,
|
|
49
|
+
} from "./commands/DescribeApplicationCommand";
|
|
50
|
+
import {
|
|
51
|
+
DiscoverInputSchemaCommandInput,
|
|
52
|
+
DiscoverInputSchemaCommandOutput,
|
|
53
|
+
} from "./commands/DiscoverInputSchemaCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListApplicationsCommandInput,
|
|
56
|
+
ListApplicationsCommandOutput,
|
|
57
|
+
} from "./commands/ListApplicationsCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListTagsForResourceCommandInput,
|
|
60
|
+
ListTagsForResourceCommandOutput,
|
|
61
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
62
|
+
import {
|
|
63
|
+
StartApplicationCommandInput,
|
|
64
|
+
StartApplicationCommandOutput,
|
|
65
|
+
} from "./commands/StartApplicationCommand";
|
|
66
|
+
import {
|
|
67
|
+
StopApplicationCommandInput,
|
|
68
|
+
StopApplicationCommandOutput,
|
|
69
|
+
} from "./commands/StopApplicationCommand";
|
|
70
|
+
import {
|
|
71
|
+
TagResourceCommandInput,
|
|
72
|
+
TagResourceCommandOutput,
|
|
73
|
+
} from "./commands/TagResourceCommand";
|
|
74
|
+
import {
|
|
75
|
+
UntagResourceCommandInput,
|
|
76
|
+
UntagResourceCommandOutput,
|
|
77
|
+
} from "./commands/UntagResourceCommand";
|
|
78
|
+
import {
|
|
79
|
+
UpdateApplicationCommandInput,
|
|
80
|
+
UpdateApplicationCommandOutput,
|
|
81
|
+
} from "./commands/UpdateApplicationCommand";
|
|
82
|
+
import { KinesisAnalyticsClient } from "./KinesisAnalyticsClient";
|
|
83
|
+
|
|
84
|
+
export declare class KinesisAnalytics extends KinesisAnalyticsClient {
|
|
85
|
+
addApplicationCloudWatchLoggingOption(
|
|
86
|
+
args: AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
87
|
+
options?: __HttpHandlerOptions
|
|
88
|
+
): Promise<AddApplicationCloudWatchLoggingOptionCommandOutput>;
|
|
89
|
+
addApplicationCloudWatchLoggingOption(
|
|
90
|
+
args: AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
91
|
+
cb: (
|
|
92
|
+
err: any,
|
|
93
|
+
data?: AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
94
|
+
) => void
|
|
95
|
+
): void;
|
|
96
|
+
addApplicationCloudWatchLoggingOption(
|
|
97
|
+
args: AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
98
|
+
options: __HttpHandlerOptions,
|
|
99
|
+
cb: (
|
|
100
|
+
err: any,
|
|
101
|
+
data?: AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
102
|
+
) => void
|
|
103
|
+
): void;
|
|
104
|
+
|
|
105
|
+
addApplicationInput(
|
|
106
|
+
args: AddApplicationInputCommandInput,
|
|
107
|
+
options?: __HttpHandlerOptions
|
|
108
|
+
): Promise<AddApplicationInputCommandOutput>;
|
|
109
|
+
addApplicationInput(
|
|
110
|
+
args: AddApplicationInputCommandInput,
|
|
111
|
+
cb: (err: any, data?: AddApplicationInputCommandOutput) => void
|
|
112
|
+
): void;
|
|
113
|
+
addApplicationInput(
|
|
114
|
+
args: AddApplicationInputCommandInput,
|
|
115
|
+
options: __HttpHandlerOptions,
|
|
116
|
+
cb: (err: any, data?: AddApplicationInputCommandOutput) => void
|
|
117
|
+
): void;
|
|
118
|
+
|
|
119
|
+
addApplicationInputProcessingConfiguration(
|
|
120
|
+
args: AddApplicationInputProcessingConfigurationCommandInput,
|
|
121
|
+
options?: __HttpHandlerOptions
|
|
122
|
+
): Promise<AddApplicationInputProcessingConfigurationCommandOutput>;
|
|
123
|
+
addApplicationInputProcessingConfiguration(
|
|
124
|
+
args: AddApplicationInputProcessingConfigurationCommandInput,
|
|
125
|
+
cb: (
|
|
126
|
+
err: any,
|
|
127
|
+
data?: AddApplicationInputProcessingConfigurationCommandOutput
|
|
128
|
+
) => void
|
|
129
|
+
): void;
|
|
130
|
+
addApplicationInputProcessingConfiguration(
|
|
131
|
+
args: AddApplicationInputProcessingConfigurationCommandInput,
|
|
132
|
+
options: __HttpHandlerOptions,
|
|
133
|
+
cb: (
|
|
134
|
+
err: any,
|
|
135
|
+
data?: AddApplicationInputProcessingConfigurationCommandOutput
|
|
136
|
+
) => void
|
|
137
|
+
): void;
|
|
138
|
+
|
|
139
|
+
addApplicationOutput(
|
|
140
|
+
args: AddApplicationOutputCommandInput,
|
|
141
|
+
options?: __HttpHandlerOptions
|
|
142
|
+
): Promise<AddApplicationOutputCommandOutput>;
|
|
143
|
+
addApplicationOutput(
|
|
144
|
+
args: AddApplicationOutputCommandInput,
|
|
145
|
+
cb: (err: any, data?: AddApplicationOutputCommandOutput) => void
|
|
146
|
+
): void;
|
|
147
|
+
addApplicationOutput(
|
|
148
|
+
args: AddApplicationOutputCommandInput,
|
|
149
|
+
options: __HttpHandlerOptions,
|
|
150
|
+
cb: (err: any, data?: AddApplicationOutputCommandOutput) => void
|
|
151
|
+
): void;
|
|
152
|
+
|
|
153
|
+
addApplicationReferenceDataSource(
|
|
154
|
+
args: AddApplicationReferenceDataSourceCommandInput,
|
|
155
|
+
options?: __HttpHandlerOptions
|
|
156
|
+
): Promise<AddApplicationReferenceDataSourceCommandOutput>;
|
|
157
|
+
addApplicationReferenceDataSource(
|
|
158
|
+
args: AddApplicationReferenceDataSourceCommandInput,
|
|
159
|
+
cb: (
|
|
160
|
+
err: any,
|
|
161
|
+
data?: AddApplicationReferenceDataSourceCommandOutput
|
|
162
|
+
) => void
|
|
163
|
+
): void;
|
|
164
|
+
addApplicationReferenceDataSource(
|
|
165
|
+
args: AddApplicationReferenceDataSourceCommandInput,
|
|
166
|
+
options: __HttpHandlerOptions,
|
|
167
|
+
cb: (
|
|
168
|
+
err: any,
|
|
169
|
+
data?: AddApplicationReferenceDataSourceCommandOutput
|
|
170
|
+
) => void
|
|
171
|
+
): void;
|
|
172
|
+
|
|
173
|
+
createApplication(
|
|
174
|
+
args: CreateApplicationCommandInput,
|
|
175
|
+
options?: __HttpHandlerOptions
|
|
176
|
+
): Promise<CreateApplicationCommandOutput>;
|
|
177
|
+
createApplication(
|
|
178
|
+
args: CreateApplicationCommandInput,
|
|
179
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
createApplication(
|
|
182
|
+
args: CreateApplicationCommandInput,
|
|
183
|
+
options: __HttpHandlerOptions,
|
|
184
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
|
|
187
|
+
deleteApplication(
|
|
188
|
+
args: DeleteApplicationCommandInput,
|
|
189
|
+
options?: __HttpHandlerOptions
|
|
190
|
+
): Promise<DeleteApplicationCommandOutput>;
|
|
191
|
+
deleteApplication(
|
|
192
|
+
args: DeleteApplicationCommandInput,
|
|
193
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
194
|
+
): void;
|
|
195
|
+
deleteApplication(
|
|
196
|
+
args: DeleteApplicationCommandInput,
|
|
197
|
+
options: __HttpHandlerOptions,
|
|
198
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
|
|
201
|
+
deleteApplicationCloudWatchLoggingOption(
|
|
202
|
+
args: DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
203
|
+
options?: __HttpHandlerOptions
|
|
204
|
+
): Promise<DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
|
|
205
|
+
deleteApplicationCloudWatchLoggingOption(
|
|
206
|
+
args: DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
207
|
+
cb: (
|
|
208
|
+
err: any,
|
|
209
|
+
data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
210
|
+
) => void
|
|
211
|
+
): void;
|
|
212
|
+
deleteApplicationCloudWatchLoggingOption(
|
|
213
|
+
args: DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
214
|
+
options: __HttpHandlerOptions,
|
|
215
|
+
cb: (
|
|
216
|
+
err: any,
|
|
217
|
+
data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
218
|
+
) => void
|
|
219
|
+
): void;
|
|
220
|
+
|
|
221
|
+
deleteApplicationInputProcessingConfiguration(
|
|
222
|
+
args: DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
223
|
+
options?: __HttpHandlerOptions
|
|
224
|
+
): Promise<DeleteApplicationInputProcessingConfigurationCommandOutput>;
|
|
225
|
+
deleteApplicationInputProcessingConfiguration(
|
|
226
|
+
args: DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
227
|
+
cb: (
|
|
228
|
+
err: any,
|
|
229
|
+
data?: DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
230
|
+
) => void
|
|
231
|
+
): void;
|
|
232
|
+
deleteApplicationInputProcessingConfiguration(
|
|
233
|
+
args: DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
234
|
+
options: __HttpHandlerOptions,
|
|
235
|
+
cb: (
|
|
236
|
+
err: any,
|
|
237
|
+
data?: DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
238
|
+
) => void
|
|
239
|
+
): void;
|
|
240
|
+
|
|
241
|
+
deleteApplicationOutput(
|
|
242
|
+
args: DeleteApplicationOutputCommandInput,
|
|
243
|
+
options?: __HttpHandlerOptions
|
|
244
|
+
): Promise<DeleteApplicationOutputCommandOutput>;
|
|
245
|
+
deleteApplicationOutput(
|
|
246
|
+
args: DeleteApplicationOutputCommandInput,
|
|
247
|
+
cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void
|
|
248
|
+
): void;
|
|
249
|
+
deleteApplicationOutput(
|
|
250
|
+
args: DeleteApplicationOutputCommandInput,
|
|
251
|
+
options: __HttpHandlerOptions,
|
|
252
|
+
cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void
|
|
253
|
+
): void;
|
|
254
|
+
|
|
255
|
+
deleteApplicationReferenceDataSource(
|
|
256
|
+
args: DeleteApplicationReferenceDataSourceCommandInput,
|
|
257
|
+
options?: __HttpHandlerOptions
|
|
258
|
+
): Promise<DeleteApplicationReferenceDataSourceCommandOutput>;
|
|
259
|
+
deleteApplicationReferenceDataSource(
|
|
260
|
+
args: DeleteApplicationReferenceDataSourceCommandInput,
|
|
261
|
+
cb: (
|
|
262
|
+
err: any,
|
|
263
|
+
data?: DeleteApplicationReferenceDataSourceCommandOutput
|
|
264
|
+
) => void
|
|
265
|
+
): void;
|
|
266
|
+
deleteApplicationReferenceDataSource(
|
|
267
|
+
args: DeleteApplicationReferenceDataSourceCommandInput,
|
|
268
|
+
options: __HttpHandlerOptions,
|
|
269
|
+
cb: (
|
|
270
|
+
err: any,
|
|
271
|
+
data?: DeleteApplicationReferenceDataSourceCommandOutput
|
|
272
|
+
) => void
|
|
273
|
+
): void;
|
|
274
|
+
|
|
275
|
+
describeApplication(
|
|
276
|
+
args: DescribeApplicationCommandInput,
|
|
277
|
+
options?: __HttpHandlerOptions
|
|
278
|
+
): Promise<DescribeApplicationCommandOutput>;
|
|
279
|
+
describeApplication(
|
|
280
|
+
args: DescribeApplicationCommandInput,
|
|
281
|
+
cb: (err: any, data?: DescribeApplicationCommandOutput) => void
|
|
282
|
+
): void;
|
|
283
|
+
describeApplication(
|
|
284
|
+
args: DescribeApplicationCommandInput,
|
|
285
|
+
options: __HttpHandlerOptions,
|
|
286
|
+
cb: (err: any, data?: DescribeApplicationCommandOutput) => void
|
|
287
|
+
): void;
|
|
288
|
+
|
|
289
|
+
discoverInputSchema(
|
|
290
|
+
args: DiscoverInputSchemaCommandInput,
|
|
291
|
+
options?: __HttpHandlerOptions
|
|
292
|
+
): Promise<DiscoverInputSchemaCommandOutput>;
|
|
293
|
+
discoverInputSchema(
|
|
294
|
+
args: DiscoverInputSchemaCommandInput,
|
|
295
|
+
cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void
|
|
296
|
+
): void;
|
|
297
|
+
discoverInputSchema(
|
|
298
|
+
args: DiscoverInputSchemaCommandInput,
|
|
299
|
+
options: __HttpHandlerOptions,
|
|
300
|
+
cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void
|
|
301
|
+
): void;
|
|
302
|
+
|
|
303
|
+
listApplications(
|
|
304
|
+
args: ListApplicationsCommandInput,
|
|
305
|
+
options?: __HttpHandlerOptions
|
|
306
|
+
): Promise<ListApplicationsCommandOutput>;
|
|
307
|
+
listApplications(
|
|
308
|
+
args: ListApplicationsCommandInput,
|
|
309
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
310
|
+
): void;
|
|
311
|
+
listApplications(
|
|
312
|
+
args: ListApplicationsCommandInput,
|
|
313
|
+
options: __HttpHandlerOptions,
|
|
314
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
|
|
317
|
+
listTagsForResource(
|
|
318
|
+
args: ListTagsForResourceCommandInput,
|
|
319
|
+
options?: __HttpHandlerOptions
|
|
320
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
321
|
+
listTagsForResource(
|
|
322
|
+
args: ListTagsForResourceCommandInput,
|
|
323
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
324
|
+
): void;
|
|
325
|
+
listTagsForResource(
|
|
326
|
+
args: ListTagsForResourceCommandInput,
|
|
327
|
+
options: __HttpHandlerOptions,
|
|
328
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
329
|
+
): void;
|
|
330
|
+
|
|
331
|
+
startApplication(
|
|
332
|
+
args: StartApplicationCommandInput,
|
|
333
|
+
options?: __HttpHandlerOptions
|
|
334
|
+
): Promise<StartApplicationCommandOutput>;
|
|
335
|
+
startApplication(
|
|
336
|
+
args: StartApplicationCommandInput,
|
|
337
|
+
cb: (err: any, data?: StartApplicationCommandOutput) => void
|
|
338
|
+
): void;
|
|
339
|
+
startApplication(
|
|
340
|
+
args: StartApplicationCommandInput,
|
|
341
|
+
options: __HttpHandlerOptions,
|
|
342
|
+
cb: (err: any, data?: StartApplicationCommandOutput) => void
|
|
343
|
+
): void;
|
|
344
|
+
|
|
345
|
+
stopApplication(
|
|
346
|
+
args: StopApplicationCommandInput,
|
|
347
|
+
options?: __HttpHandlerOptions
|
|
348
|
+
): Promise<StopApplicationCommandOutput>;
|
|
349
|
+
stopApplication(
|
|
350
|
+
args: StopApplicationCommandInput,
|
|
351
|
+
cb: (err: any, data?: StopApplicationCommandOutput) => void
|
|
352
|
+
): void;
|
|
353
|
+
stopApplication(
|
|
354
|
+
args: StopApplicationCommandInput,
|
|
355
|
+
options: __HttpHandlerOptions,
|
|
356
|
+
cb: (err: any, data?: StopApplicationCommandOutput) => void
|
|
357
|
+
): void;
|
|
358
|
+
|
|
359
|
+
tagResource(
|
|
360
|
+
args: TagResourceCommandInput,
|
|
361
|
+
options?: __HttpHandlerOptions
|
|
362
|
+
): Promise<TagResourceCommandOutput>;
|
|
363
|
+
tagResource(
|
|
364
|
+
args: TagResourceCommandInput,
|
|
365
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
tagResource(
|
|
368
|
+
args: TagResourceCommandInput,
|
|
369
|
+
options: __HttpHandlerOptions,
|
|
370
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
371
|
+
): void;
|
|
372
|
+
|
|
373
|
+
untagResource(
|
|
374
|
+
args: UntagResourceCommandInput,
|
|
375
|
+
options?: __HttpHandlerOptions
|
|
376
|
+
): Promise<UntagResourceCommandOutput>;
|
|
377
|
+
untagResource(
|
|
378
|
+
args: UntagResourceCommandInput,
|
|
379
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
untagResource(
|
|
382
|
+
args: UntagResourceCommandInput,
|
|
383
|
+
options: __HttpHandlerOptions,
|
|
384
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
385
|
+
): void;
|
|
386
|
+
|
|
387
|
+
updateApplication(
|
|
388
|
+
args: UpdateApplicationCommandInput,
|
|
389
|
+
options?: __HttpHandlerOptions
|
|
390
|
+
): Promise<UpdateApplicationCommandOutput>;
|
|
391
|
+
updateApplication(
|
|
392
|
+
args: UpdateApplicationCommandInput,
|
|
393
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
394
|
+
): void;
|
|
395
|
+
updateApplication(
|
|
396
|
+
args: UpdateApplicationCommandInput,
|
|
397
|
+
options: __HttpHandlerOptions,
|
|
398
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
399
|
+
): void;
|
|
400
|
+
}
|