@aws-sdk/client-kinesis-analytics-v2 3.489.0 → 3.495.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/KinesisAnalyticsV2.js +1 -73
- package/dist-cjs/KinesisAnalyticsV2Client.js +1 -43
- package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +1 -28
- package/dist-cjs/commands/AddApplicationInputCommand.js +1 -28
- package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/AddApplicationOutputCommand.js +1 -28
- package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +1 -28
- package/dist-cjs/commands/AddApplicationVpcConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
- package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js +1 -28
- package/dist-cjs/commands/CreateApplicationSnapshotCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationOutputCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeApplicationCommand.js +1 -28
- package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js +1 -28
- package/dist-cjs/commands/DescribeApplicationVersionCommand.js +1 -28
- package/dist-cjs/commands/DiscoverInputSchemaCommand.js +1 -28
- package/dist-cjs/commands/ListApplicationSnapshotsCommand.js +1 -28
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/RollbackApplicationCommand.js +1 -28
- package/dist-cjs/commands/StartApplicationCommand.js +1 -28
- package/dist-cjs/commands/StopApplicationCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
- package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -34
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3028 -10
- package/dist-cjs/models/KinesisAnalyticsV2ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -263
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1957
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -1,11 +1,3029 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var src_exports = {};
|
|
23
|
+
__export(src_exports, {
|
|
24
|
+
AddApplicationCloudWatchLoggingOptionCommand: () => AddApplicationCloudWatchLoggingOptionCommand,
|
|
25
|
+
AddApplicationInputCommand: () => AddApplicationInputCommand,
|
|
26
|
+
AddApplicationInputProcessingConfigurationCommand: () => AddApplicationInputProcessingConfigurationCommand,
|
|
27
|
+
AddApplicationOutputCommand: () => AddApplicationOutputCommand,
|
|
28
|
+
AddApplicationReferenceDataSourceCommand: () => AddApplicationReferenceDataSourceCommand,
|
|
29
|
+
AddApplicationVpcConfigurationCommand: () => AddApplicationVpcConfigurationCommand,
|
|
30
|
+
ApplicationMode: () => ApplicationMode,
|
|
31
|
+
ApplicationRestoreType: () => ApplicationRestoreType,
|
|
32
|
+
ApplicationStatus: () => ApplicationStatus,
|
|
33
|
+
ArtifactType: () => ArtifactType,
|
|
34
|
+
CodeContentType: () => CodeContentType,
|
|
35
|
+
CodeValidationException: () => CodeValidationException,
|
|
36
|
+
ConcurrentModificationException: () => ConcurrentModificationException,
|
|
37
|
+
ConfigurationType: () => ConfigurationType,
|
|
38
|
+
CreateApplicationCommand: () => CreateApplicationCommand,
|
|
39
|
+
CreateApplicationPresignedUrlCommand: () => CreateApplicationPresignedUrlCommand,
|
|
40
|
+
CreateApplicationSnapshotCommand: () => CreateApplicationSnapshotCommand,
|
|
41
|
+
DeleteApplicationCloudWatchLoggingOptionCommand: () => DeleteApplicationCloudWatchLoggingOptionCommand,
|
|
42
|
+
DeleteApplicationCommand: () => DeleteApplicationCommand,
|
|
43
|
+
DeleteApplicationInputProcessingConfigurationCommand: () => DeleteApplicationInputProcessingConfigurationCommand,
|
|
44
|
+
DeleteApplicationOutputCommand: () => DeleteApplicationOutputCommand,
|
|
45
|
+
DeleteApplicationReferenceDataSourceCommand: () => DeleteApplicationReferenceDataSourceCommand,
|
|
46
|
+
DeleteApplicationSnapshotCommand: () => DeleteApplicationSnapshotCommand,
|
|
47
|
+
DeleteApplicationVpcConfigurationCommand: () => DeleteApplicationVpcConfigurationCommand,
|
|
48
|
+
DescribeApplicationCommand: () => DescribeApplicationCommand,
|
|
49
|
+
DescribeApplicationSnapshotCommand: () => DescribeApplicationSnapshotCommand,
|
|
50
|
+
DescribeApplicationVersionCommand: () => DescribeApplicationVersionCommand,
|
|
51
|
+
DiscoverInputSchemaCommand: () => DiscoverInputSchemaCommand,
|
|
52
|
+
InputStartingPosition: () => InputStartingPosition,
|
|
53
|
+
InvalidApplicationConfigurationException: () => InvalidApplicationConfigurationException,
|
|
54
|
+
InvalidArgumentException: () => InvalidArgumentException,
|
|
55
|
+
InvalidRequestException: () => InvalidRequestException,
|
|
56
|
+
KinesisAnalyticsV2: () => KinesisAnalyticsV2,
|
|
57
|
+
KinesisAnalyticsV2Client: () => KinesisAnalyticsV2Client,
|
|
58
|
+
KinesisAnalyticsV2ServiceException: () => KinesisAnalyticsV2ServiceException,
|
|
59
|
+
LimitExceededException: () => LimitExceededException,
|
|
60
|
+
ListApplicationSnapshotsCommand: () => ListApplicationSnapshotsCommand,
|
|
61
|
+
ListApplicationVersionsCommand: () => ListApplicationVersionsCommand,
|
|
62
|
+
ListApplicationsCommand: () => ListApplicationsCommand,
|
|
63
|
+
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
64
|
+
LogLevel: () => LogLevel,
|
|
65
|
+
MetricsLevel: () => MetricsLevel,
|
|
66
|
+
RecordFormatType: () => RecordFormatType,
|
|
67
|
+
ResourceInUseException: () => ResourceInUseException,
|
|
68
|
+
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
69
|
+
ResourceProvisionedThroughputExceededException: () => ResourceProvisionedThroughputExceededException,
|
|
70
|
+
RollbackApplicationCommand: () => RollbackApplicationCommand,
|
|
71
|
+
RuntimeEnvironment: () => RuntimeEnvironment,
|
|
72
|
+
ServiceUnavailableException: () => ServiceUnavailableException,
|
|
73
|
+
SnapshotStatus: () => SnapshotStatus,
|
|
74
|
+
StartApplicationCommand: () => StartApplicationCommand,
|
|
75
|
+
StopApplicationCommand: () => StopApplicationCommand,
|
|
76
|
+
TagResourceCommand: () => TagResourceCommand,
|
|
77
|
+
TooManyTagsException: () => TooManyTagsException,
|
|
78
|
+
UnableToDetectSchemaException: () => UnableToDetectSchemaException,
|
|
79
|
+
UnsupportedOperationException: () => UnsupportedOperationException,
|
|
80
|
+
UntagResourceCommand: () => UntagResourceCommand,
|
|
81
|
+
UpdateApplicationCommand: () => UpdateApplicationCommand,
|
|
82
|
+
UpdateApplicationMaintenanceConfigurationCommand: () => UpdateApplicationMaintenanceConfigurationCommand,
|
|
83
|
+
UrlType: () => UrlType,
|
|
84
|
+
__Client: () => import_smithy_client.Client
|
|
85
|
+
});
|
|
86
|
+
module.exports = __toCommonJS(src_exports);
|
|
87
|
+
|
|
88
|
+
// src/KinesisAnalyticsV2Client.ts
|
|
89
|
+
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
90
|
+
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
91
|
+
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
92
|
+
var import_middleware_signing = require("@aws-sdk/middleware-signing");
|
|
93
|
+
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
94
|
+
var import_config_resolver = require("@smithy/config-resolver");
|
|
95
|
+
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
96
|
+
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
97
|
+
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
// src/endpoint/EndpointParameters.ts
|
|
101
|
+
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
102
|
+
return {
|
|
103
|
+
...options,
|
|
104
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
105
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
106
|
+
defaultSigningName: "kinesisanalytics"
|
|
107
|
+
};
|
|
108
|
+
}, "resolveClientEndpointParameters");
|
|
109
|
+
var commonParams = {
|
|
110
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
111
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
112
|
+
Region: { type: "builtInParams", name: "region" },
|
|
113
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
// src/KinesisAnalyticsV2Client.ts
|
|
117
|
+
var import_runtimeConfig = require("././runtimeConfig");
|
|
118
|
+
|
|
119
|
+
// src/runtimeExtensions.ts
|
|
120
|
+
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
121
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
122
|
+
var import_smithy_client = require("@smithy/smithy-client");
|
|
123
|
+
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
124
|
+
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
125
|
+
const extensionConfiguration = {
|
|
126
|
+
...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
127
|
+
...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
128
|
+
...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig))
|
|
129
|
+
};
|
|
130
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
131
|
+
return {
|
|
132
|
+
...runtimeConfig,
|
|
133
|
+
...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
134
|
+
...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
135
|
+
...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration)
|
|
136
|
+
};
|
|
137
|
+
}, "resolveRuntimeExtensions");
|
|
138
|
+
|
|
139
|
+
// src/KinesisAnalyticsV2Client.ts
|
|
140
|
+
var _KinesisAnalyticsV2Client = class _KinesisAnalyticsV2Client extends import_smithy_client.Client {
|
|
141
|
+
constructor(...[configuration]) {
|
|
142
|
+
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
143
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
144
|
+
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
145
|
+
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
146
|
+
const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
|
|
147
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
148
|
+
const _config_6 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_5);
|
|
149
|
+
const _config_7 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_6);
|
|
150
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
151
|
+
super(_config_8);
|
|
152
|
+
this.config = _config_8;
|
|
153
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
154
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
155
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
156
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
157
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
158
|
+
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
159
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
163
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
164
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
165
|
+
*/
|
|
166
|
+
destroy() {
|
|
167
|
+
super.destroy();
|
|
168
|
+
}
|
|
169
|
+
};
|
|
170
|
+
__name(_KinesisAnalyticsV2Client, "KinesisAnalyticsV2Client");
|
|
171
|
+
var KinesisAnalyticsV2Client = _KinesisAnalyticsV2Client;
|
|
172
|
+
|
|
173
|
+
// src/KinesisAnalyticsV2.ts
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
// src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts
|
|
177
|
+
|
|
178
|
+
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
179
|
+
|
|
180
|
+
var import_types = require("@smithy/types");
|
|
181
|
+
|
|
182
|
+
// src/protocols/Aws_json1_1.ts
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
// src/models/KinesisAnalyticsV2ServiceException.ts
|
|
187
|
+
|
|
188
|
+
var _KinesisAnalyticsV2ServiceException = class _KinesisAnalyticsV2ServiceException extends import_smithy_client.ServiceException {
|
|
189
|
+
/**
|
|
190
|
+
* @internal
|
|
191
|
+
*/
|
|
192
|
+
constructor(options) {
|
|
193
|
+
super(options);
|
|
194
|
+
Object.setPrototypeOf(this, _KinesisAnalyticsV2ServiceException.prototype);
|
|
195
|
+
}
|
|
196
|
+
};
|
|
197
|
+
__name(_KinesisAnalyticsV2ServiceException, "KinesisAnalyticsV2ServiceException");
|
|
198
|
+
var KinesisAnalyticsV2ServiceException = _KinesisAnalyticsV2ServiceException;
|
|
199
|
+
|
|
200
|
+
// src/models/models_0.ts
|
|
201
|
+
var _ConcurrentModificationException = class _ConcurrentModificationException extends KinesisAnalyticsV2ServiceException {
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
*/
|
|
205
|
+
constructor(opts) {
|
|
206
|
+
super({
|
|
207
|
+
name: "ConcurrentModificationException",
|
|
208
|
+
$fault: "client",
|
|
209
|
+
...opts
|
|
210
|
+
});
|
|
211
|
+
this.name = "ConcurrentModificationException";
|
|
212
|
+
this.$fault = "client";
|
|
213
|
+
Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
|
|
214
|
+
this.Message = opts.Message;
|
|
215
|
+
}
|
|
216
|
+
};
|
|
217
|
+
__name(_ConcurrentModificationException, "ConcurrentModificationException");
|
|
218
|
+
var ConcurrentModificationException = _ConcurrentModificationException;
|
|
219
|
+
var _InvalidApplicationConfigurationException = class _InvalidApplicationConfigurationException extends KinesisAnalyticsV2ServiceException {
|
|
220
|
+
/**
|
|
221
|
+
* @internal
|
|
222
|
+
*/
|
|
223
|
+
constructor(opts) {
|
|
224
|
+
super({
|
|
225
|
+
name: "InvalidApplicationConfigurationException",
|
|
226
|
+
$fault: "client",
|
|
227
|
+
...opts
|
|
228
|
+
});
|
|
229
|
+
this.name = "InvalidApplicationConfigurationException";
|
|
230
|
+
this.$fault = "client";
|
|
231
|
+
Object.setPrototypeOf(this, _InvalidApplicationConfigurationException.prototype);
|
|
232
|
+
this.Message = opts.Message;
|
|
233
|
+
}
|
|
234
|
+
};
|
|
235
|
+
__name(_InvalidApplicationConfigurationException, "InvalidApplicationConfigurationException");
|
|
236
|
+
var InvalidApplicationConfigurationException = _InvalidApplicationConfigurationException;
|
|
237
|
+
var _InvalidArgumentException = class _InvalidArgumentException extends KinesisAnalyticsV2ServiceException {
|
|
238
|
+
/**
|
|
239
|
+
* @internal
|
|
240
|
+
*/
|
|
241
|
+
constructor(opts) {
|
|
242
|
+
super({
|
|
243
|
+
name: "InvalidArgumentException",
|
|
244
|
+
$fault: "client",
|
|
245
|
+
...opts
|
|
246
|
+
});
|
|
247
|
+
this.name = "InvalidArgumentException";
|
|
248
|
+
this.$fault = "client";
|
|
249
|
+
Object.setPrototypeOf(this, _InvalidArgumentException.prototype);
|
|
250
|
+
this.Message = opts.Message;
|
|
251
|
+
}
|
|
252
|
+
};
|
|
253
|
+
__name(_InvalidArgumentException, "InvalidArgumentException");
|
|
254
|
+
var InvalidArgumentException = _InvalidArgumentException;
|
|
255
|
+
var _InvalidRequestException = class _InvalidRequestException extends KinesisAnalyticsV2ServiceException {
|
|
256
|
+
/**
|
|
257
|
+
* @internal
|
|
258
|
+
*/
|
|
259
|
+
constructor(opts) {
|
|
260
|
+
super({
|
|
261
|
+
name: "InvalidRequestException",
|
|
262
|
+
$fault: "client",
|
|
263
|
+
...opts
|
|
264
|
+
});
|
|
265
|
+
this.name = "InvalidRequestException";
|
|
266
|
+
this.$fault = "client";
|
|
267
|
+
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
268
|
+
this.Message = opts.Message;
|
|
269
|
+
}
|
|
270
|
+
};
|
|
271
|
+
__name(_InvalidRequestException, "InvalidRequestException");
|
|
272
|
+
var InvalidRequestException = _InvalidRequestException;
|
|
273
|
+
var _ResourceInUseException = class _ResourceInUseException extends KinesisAnalyticsV2ServiceException {
|
|
274
|
+
/**
|
|
275
|
+
* @internal
|
|
276
|
+
*/
|
|
277
|
+
constructor(opts) {
|
|
278
|
+
super({
|
|
279
|
+
name: "ResourceInUseException",
|
|
280
|
+
$fault: "client",
|
|
281
|
+
...opts
|
|
282
|
+
});
|
|
283
|
+
this.name = "ResourceInUseException";
|
|
284
|
+
this.$fault = "client";
|
|
285
|
+
Object.setPrototypeOf(this, _ResourceInUseException.prototype);
|
|
286
|
+
this.Message = opts.Message;
|
|
287
|
+
}
|
|
288
|
+
};
|
|
289
|
+
__name(_ResourceInUseException, "ResourceInUseException");
|
|
290
|
+
var ResourceInUseException = _ResourceInUseException;
|
|
291
|
+
var _ResourceNotFoundException = class _ResourceNotFoundException extends KinesisAnalyticsV2ServiceException {
|
|
292
|
+
/**
|
|
293
|
+
* @internal
|
|
294
|
+
*/
|
|
295
|
+
constructor(opts) {
|
|
296
|
+
super({
|
|
297
|
+
name: "ResourceNotFoundException",
|
|
298
|
+
$fault: "client",
|
|
299
|
+
...opts
|
|
300
|
+
});
|
|
301
|
+
this.name = "ResourceNotFoundException";
|
|
302
|
+
this.$fault = "client";
|
|
303
|
+
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
304
|
+
this.Message = opts.Message;
|
|
305
|
+
}
|
|
306
|
+
};
|
|
307
|
+
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
308
|
+
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
309
|
+
var RecordFormatType = {
|
|
310
|
+
CSV: "CSV",
|
|
311
|
+
JSON: "JSON"
|
|
312
|
+
};
|
|
313
|
+
var InputStartingPosition = {
|
|
314
|
+
LAST_STOPPED_POINT: "LAST_STOPPED_POINT",
|
|
315
|
+
NOW: "NOW",
|
|
316
|
+
TRIM_HORIZON: "TRIM_HORIZON"
|
|
317
|
+
};
|
|
318
|
+
var _CodeValidationException = class _CodeValidationException extends KinesisAnalyticsV2ServiceException {
|
|
319
|
+
/**
|
|
320
|
+
* @internal
|
|
321
|
+
*/
|
|
322
|
+
constructor(opts) {
|
|
323
|
+
super({
|
|
324
|
+
name: "CodeValidationException",
|
|
325
|
+
$fault: "client",
|
|
326
|
+
...opts
|
|
327
|
+
});
|
|
328
|
+
this.name = "CodeValidationException";
|
|
329
|
+
this.$fault = "client";
|
|
330
|
+
Object.setPrototypeOf(this, _CodeValidationException.prototype);
|
|
331
|
+
this.Message = opts.Message;
|
|
332
|
+
}
|
|
333
|
+
};
|
|
334
|
+
__name(_CodeValidationException, "CodeValidationException");
|
|
335
|
+
var CodeValidationException = _CodeValidationException;
|
|
336
|
+
var CodeContentType = {
|
|
337
|
+
PLAINTEXT: "PLAINTEXT",
|
|
338
|
+
ZIPFILE: "ZIPFILE"
|
|
339
|
+
};
|
|
340
|
+
var ConfigurationType = {
|
|
341
|
+
CUSTOM: "CUSTOM",
|
|
342
|
+
DEFAULT: "DEFAULT"
|
|
343
|
+
};
|
|
344
|
+
var LogLevel = {
|
|
345
|
+
DEBUG: "DEBUG",
|
|
346
|
+
ERROR: "ERROR",
|
|
347
|
+
INFO: "INFO",
|
|
348
|
+
WARN: "WARN"
|
|
349
|
+
};
|
|
350
|
+
var MetricsLevel = {
|
|
351
|
+
APPLICATION: "APPLICATION",
|
|
352
|
+
OPERATOR: "OPERATOR",
|
|
353
|
+
PARALLELISM: "PARALLELISM",
|
|
354
|
+
TASK: "TASK"
|
|
355
|
+
};
|
|
356
|
+
var ArtifactType = {
|
|
357
|
+
DEPENDENCY_JAR: "DEPENDENCY_JAR",
|
|
358
|
+
UDF: "UDF"
|
|
359
|
+
};
|
|
360
|
+
var ApplicationRestoreType = {
|
|
361
|
+
RESTORE_FROM_CUSTOM_SNAPSHOT: "RESTORE_FROM_CUSTOM_SNAPSHOT",
|
|
362
|
+
RESTORE_FROM_LATEST_SNAPSHOT: "RESTORE_FROM_LATEST_SNAPSHOT",
|
|
363
|
+
SKIP_RESTORE_FROM_SNAPSHOT: "SKIP_RESTORE_FROM_SNAPSHOT"
|
|
364
|
+
};
|
|
365
|
+
var ApplicationMode = {
|
|
366
|
+
INTERACTIVE: "INTERACTIVE",
|
|
367
|
+
STREAMING: "STREAMING"
|
|
368
|
+
};
|
|
369
|
+
var ApplicationStatus = {
|
|
370
|
+
AUTOSCALING: "AUTOSCALING",
|
|
371
|
+
DELETING: "DELETING",
|
|
372
|
+
FORCE_STOPPING: "FORCE_STOPPING",
|
|
373
|
+
MAINTENANCE: "MAINTENANCE",
|
|
374
|
+
READY: "READY",
|
|
375
|
+
ROLLED_BACK: "ROLLED_BACK",
|
|
376
|
+
ROLLING_BACK: "ROLLING_BACK",
|
|
377
|
+
RUNNING: "RUNNING",
|
|
378
|
+
STARTING: "STARTING",
|
|
379
|
+
STOPPING: "STOPPING",
|
|
380
|
+
UPDATING: "UPDATING"
|
|
381
|
+
};
|
|
382
|
+
var RuntimeEnvironment = {
|
|
383
|
+
FLINK_1_11: "FLINK-1_11",
|
|
384
|
+
FLINK_1_13: "FLINK-1_13",
|
|
385
|
+
FLINK_1_15: "FLINK-1_15",
|
|
386
|
+
FLINK_1_6: "FLINK-1_6",
|
|
387
|
+
FLINK_1_8: "FLINK-1_8",
|
|
388
|
+
SQL_1_0: "SQL-1_0",
|
|
389
|
+
ZEPPELIN_FLINK_1_0: "ZEPPELIN-FLINK-1_0",
|
|
390
|
+
ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_0",
|
|
391
|
+
ZEPPELIN_FLINK_3_0: "ZEPPELIN-FLINK-3_0"
|
|
392
|
+
};
|
|
393
|
+
var _LimitExceededException = class _LimitExceededException extends KinesisAnalyticsV2ServiceException {
|
|
394
|
+
/**
|
|
395
|
+
* @internal
|
|
396
|
+
*/
|
|
397
|
+
constructor(opts) {
|
|
398
|
+
super({
|
|
399
|
+
name: "LimitExceededException",
|
|
400
|
+
$fault: "client",
|
|
401
|
+
...opts
|
|
402
|
+
});
|
|
403
|
+
this.name = "LimitExceededException";
|
|
404
|
+
this.$fault = "client";
|
|
405
|
+
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
406
|
+
this.Message = opts.Message;
|
|
407
|
+
}
|
|
408
|
+
};
|
|
409
|
+
__name(_LimitExceededException, "LimitExceededException");
|
|
410
|
+
var LimitExceededException = _LimitExceededException;
|
|
411
|
+
var _TooManyTagsException = class _TooManyTagsException extends KinesisAnalyticsV2ServiceException {
|
|
412
|
+
/**
|
|
413
|
+
* @internal
|
|
414
|
+
*/
|
|
415
|
+
constructor(opts) {
|
|
416
|
+
super({
|
|
417
|
+
name: "TooManyTagsException",
|
|
418
|
+
$fault: "client",
|
|
419
|
+
...opts
|
|
420
|
+
});
|
|
421
|
+
this.name = "TooManyTagsException";
|
|
422
|
+
this.$fault = "client";
|
|
423
|
+
Object.setPrototypeOf(this, _TooManyTagsException.prototype);
|
|
424
|
+
}
|
|
425
|
+
};
|
|
426
|
+
__name(_TooManyTagsException, "TooManyTagsException");
|
|
427
|
+
var TooManyTagsException = _TooManyTagsException;
|
|
428
|
+
var _UnsupportedOperationException = class _UnsupportedOperationException extends KinesisAnalyticsV2ServiceException {
|
|
429
|
+
/**
|
|
430
|
+
* @internal
|
|
431
|
+
*/
|
|
432
|
+
constructor(opts) {
|
|
433
|
+
super({
|
|
434
|
+
name: "UnsupportedOperationException",
|
|
435
|
+
$fault: "client",
|
|
436
|
+
...opts
|
|
437
|
+
});
|
|
438
|
+
this.name = "UnsupportedOperationException";
|
|
439
|
+
this.$fault = "client";
|
|
440
|
+
Object.setPrototypeOf(this, _UnsupportedOperationException.prototype);
|
|
441
|
+
this.Message = opts.Message;
|
|
442
|
+
}
|
|
443
|
+
};
|
|
444
|
+
__name(_UnsupportedOperationException, "UnsupportedOperationException");
|
|
445
|
+
var UnsupportedOperationException = _UnsupportedOperationException;
|
|
446
|
+
var UrlType = {
|
|
447
|
+
FLINK_DASHBOARD_URL: "FLINK_DASHBOARD_URL",
|
|
448
|
+
ZEPPELIN_UI_URL: "ZEPPELIN_UI_URL"
|
|
449
|
+
};
|
|
450
|
+
var SnapshotStatus = {
|
|
451
|
+
CREATING: "CREATING",
|
|
452
|
+
DELETING: "DELETING",
|
|
453
|
+
FAILED: "FAILED",
|
|
454
|
+
READY: "READY"
|
|
455
|
+
};
|
|
456
|
+
var _ResourceProvisionedThroughputExceededException = class _ResourceProvisionedThroughputExceededException extends KinesisAnalyticsV2ServiceException {
|
|
457
|
+
/**
|
|
458
|
+
* @internal
|
|
459
|
+
*/
|
|
460
|
+
constructor(opts) {
|
|
461
|
+
super({
|
|
462
|
+
name: "ResourceProvisionedThroughputExceededException",
|
|
463
|
+
$fault: "client",
|
|
464
|
+
...opts
|
|
465
|
+
});
|
|
466
|
+
this.name = "ResourceProvisionedThroughputExceededException";
|
|
467
|
+
this.$fault = "client";
|
|
468
|
+
Object.setPrototypeOf(this, _ResourceProvisionedThroughputExceededException.prototype);
|
|
469
|
+
this.Message = opts.Message;
|
|
470
|
+
}
|
|
471
|
+
};
|
|
472
|
+
__name(_ResourceProvisionedThroughputExceededException, "ResourceProvisionedThroughputExceededException");
|
|
473
|
+
var ResourceProvisionedThroughputExceededException = _ResourceProvisionedThroughputExceededException;
|
|
474
|
+
var _ServiceUnavailableException = class _ServiceUnavailableException extends KinesisAnalyticsV2ServiceException {
|
|
475
|
+
/**
|
|
476
|
+
* @internal
|
|
477
|
+
*/
|
|
478
|
+
constructor(opts) {
|
|
479
|
+
super({
|
|
480
|
+
name: "ServiceUnavailableException",
|
|
481
|
+
$fault: "server",
|
|
482
|
+
...opts
|
|
483
|
+
});
|
|
484
|
+
this.name = "ServiceUnavailableException";
|
|
485
|
+
this.$fault = "server";
|
|
486
|
+
Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
|
|
487
|
+
this.Message = opts.Message;
|
|
488
|
+
}
|
|
489
|
+
};
|
|
490
|
+
__name(_ServiceUnavailableException, "ServiceUnavailableException");
|
|
491
|
+
var ServiceUnavailableException = _ServiceUnavailableException;
|
|
492
|
+
var _UnableToDetectSchemaException = class _UnableToDetectSchemaException extends KinesisAnalyticsV2ServiceException {
|
|
493
|
+
/**
|
|
494
|
+
* @internal
|
|
495
|
+
*/
|
|
496
|
+
constructor(opts) {
|
|
497
|
+
super({
|
|
498
|
+
name: "UnableToDetectSchemaException",
|
|
499
|
+
$fault: "client",
|
|
500
|
+
...opts
|
|
501
|
+
});
|
|
502
|
+
this.name = "UnableToDetectSchemaException";
|
|
503
|
+
this.$fault = "client";
|
|
504
|
+
Object.setPrototypeOf(this, _UnableToDetectSchemaException.prototype);
|
|
505
|
+
this.Message = opts.Message;
|
|
506
|
+
this.RawInputRecords = opts.RawInputRecords;
|
|
507
|
+
this.ProcessedInputRecords = opts.ProcessedInputRecords;
|
|
508
|
+
}
|
|
509
|
+
};
|
|
510
|
+
__name(_UnableToDetectSchemaException, "UnableToDetectSchemaException");
|
|
511
|
+
var UnableToDetectSchemaException = _UnableToDetectSchemaException;
|
|
512
|
+
|
|
513
|
+
// src/protocols/Aws_json1_1.ts
|
|
514
|
+
var se_AddApplicationCloudWatchLoggingOptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
515
|
+
const headers = sharedHeaders("AddApplicationCloudWatchLoggingOption");
|
|
516
|
+
let body;
|
|
517
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
518
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
519
|
+
}, "se_AddApplicationCloudWatchLoggingOptionCommand");
|
|
520
|
+
var se_AddApplicationInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
521
|
+
const headers = sharedHeaders("AddApplicationInput");
|
|
522
|
+
let body;
|
|
523
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
524
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
525
|
+
}, "se_AddApplicationInputCommand");
|
|
526
|
+
var se_AddApplicationInputProcessingConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
527
|
+
const headers = sharedHeaders("AddApplicationInputProcessingConfiguration");
|
|
528
|
+
let body;
|
|
529
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
530
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
531
|
+
}, "se_AddApplicationInputProcessingConfigurationCommand");
|
|
532
|
+
var se_AddApplicationOutputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
533
|
+
const headers = sharedHeaders("AddApplicationOutput");
|
|
534
|
+
let body;
|
|
535
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
536
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
537
|
+
}, "se_AddApplicationOutputCommand");
|
|
538
|
+
var se_AddApplicationReferenceDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
539
|
+
const headers = sharedHeaders("AddApplicationReferenceDataSource");
|
|
540
|
+
let body;
|
|
541
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
542
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
543
|
+
}, "se_AddApplicationReferenceDataSourceCommand");
|
|
544
|
+
var se_AddApplicationVpcConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
545
|
+
const headers = sharedHeaders("AddApplicationVpcConfiguration");
|
|
546
|
+
let body;
|
|
547
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
548
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
549
|
+
}, "se_AddApplicationVpcConfigurationCommand");
|
|
550
|
+
var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
551
|
+
const headers = sharedHeaders("CreateApplication");
|
|
552
|
+
let body;
|
|
553
|
+
body = JSON.stringify(se_CreateApplicationRequest(input, context));
|
|
554
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
555
|
+
}, "se_CreateApplicationCommand");
|
|
556
|
+
var se_CreateApplicationPresignedUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
557
|
+
const headers = sharedHeaders("CreateApplicationPresignedUrl");
|
|
558
|
+
let body;
|
|
559
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
560
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
561
|
+
}, "se_CreateApplicationPresignedUrlCommand");
|
|
562
|
+
var se_CreateApplicationSnapshotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
563
|
+
const headers = sharedHeaders("CreateApplicationSnapshot");
|
|
564
|
+
let body;
|
|
565
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
566
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
567
|
+
}, "se_CreateApplicationSnapshotCommand");
|
|
568
|
+
var se_DeleteApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
569
|
+
const headers = sharedHeaders("DeleteApplication");
|
|
570
|
+
let body;
|
|
571
|
+
body = JSON.stringify(se_DeleteApplicationRequest(input, context));
|
|
572
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
573
|
+
}, "se_DeleteApplicationCommand");
|
|
574
|
+
var se_DeleteApplicationCloudWatchLoggingOptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
575
|
+
const headers = sharedHeaders("DeleteApplicationCloudWatchLoggingOption");
|
|
576
|
+
let body;
|
|
577
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
578
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
579
|
+
}, "se_DeleteApplicationCloudWatchLoggingOptionCommand");
|
|
580
|
+
var se_DeleteApplicationInputProcessingConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
581
|
+
const headers = sharedHeaders("DeleteApplicationInputProcessingConfiguration");
|
|
582
|
+
let body;
|
|
583
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
584
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
585
|
+
}, "se_DeleteApplicationInputProcessingConfigurationCommand");
|
|
586
|
+
var se_DeleteApplicationOutputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
587
|
+
const headers = sharedHeaders("DeleteApplicationOutput");
|
|
588
|
+
let body;
|
|
589
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
590
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
591
|
+
}, "se_DeleteApplicationOutputCommand");
|
|
592
|
+
var se_DeleteApplicationReferenceDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
593
|
+
const headers = sharedHeaders("DeleteApplicationReferenceDataSource");
|
|
594
|
+
let body;
|
|
595
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
596
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
597
|
+
}, "se_DeleteApplicationReferenceDataSourceCommand");
|
|
598
|
+
var se_DeleteApplicationSnapshotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
599
|
+
const headers = sharedHeaders("DeleteApplicationSnapshot");
|
|
600
|
+
let body;
|
|
601
|
+
body = JSON.stringify(se_DeleteApplicationSnapshotRequest(input, context));
|
|
602
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
603
|
+
}, "se_DeleteApplicationSnapshotCommand");
|
|
604
|
+
var se_DeleteApplicationVpcConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
605
|
+
const headers = sharedHeaders("DeleteApplicationVpcConfiguration");
|
|
606
|
+
let body;
|
|
607
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
608
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
609
|
+
}, "se_DeleteApplicationVpcConfigurationCommand");
|
|
610
|
+
var se_DescribeApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
611
|
+
const headers = sharedHeaders("DescribeApplication");
|
|
612
|
+
let body;
|
|
613
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
614
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
615
|
+
}, "se_DescribeApplicationCommand");
|
|
616
|
+
var se_DescribeApplicationSnapshotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
617
|
+
const headers = sharedHeaders("DescribeApplicationSnapshot");
|
|
618
|
+
let body;
|
|
619
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
620
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
621
|
+
}, "se_DescribeApplicationSnapshotCommand");
|
|
622
|
+
var se_DescribeApplicationVersionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
623
|
+
const headers = sharedHeaders("DescribeApplicationVersion");
|
|
624
|
+
let body;
|
|
625
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
626
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
627
|
+
}, "se_DescribeApplicationVersionCommand");
|
|
628
|
+
var se_DiscoverInputSchemaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
629
|
+
const headers = sharedHeaders("DiscoverInputSchema");
|
|
630
|
+
let body;
|
|
631
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
632
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
633
|
+
}, "se_DiscoverInputSchemaCommand");
|
|
634
|
+
var se_ListApplicationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
635
|
+
const headers = sharedHeaders("ListApplications");
|
|
636
|
+
let body;
|
|
637
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
638
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
639
|
+
}, "se_ListApplicationsCommand");
|
|
640
|
+
var se_ListApplicationSnapshotsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
641
|
+
const headers = sharedHeaders("ListApplicationSnapshots");
|
|
642
|
+
let body;
|
|
643
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
644
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
645
|
+
}, "se_ListApplicationSnapshotsCommand");
|
|
646
|
+
var se_ListApplicationVersionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
647
|
+
const headers = sharedHeaders("ListApplicationVersions");
|
|
648
|
+
let body;
|
|
649
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
650
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
651
|
+
}, "se_ListApplicationVersionsCommand");
|
|
652
|
+
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
653
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
654
|
+
let body;
|
|
655
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
656
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
657
|
+
}, "se_ListTagsForResourceCommand");
|
|
658
|
+
var se_RollbackApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
659
|
+
const headers = sharedHeaders("RollbackApplication");
|
|
660
|
+
let body;
|
|
661
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
662
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
663
|
+
}, "se_RollbackApplicationCommand");
|
|
664
|
+
var se_StartApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
665
|
+
const headers = sharedHeaders("StartApplication");
|
|
666
|
+
let body;
|
|
667
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
668
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
669
|
+
}, "se_StartApplicationCommand");
|
|
670
|
+
var se_StopApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
671
|
+
const headers = sharedHeaders("StopApplication");
|
|
672
|
+
let body;
|
|
673
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
674
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
675
|
+
}, "se_StopApplicationCommand");
|
|
676
|
+
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
677
|
+
const headers = sharedHeaders("TagResource");
|
|
678
|
+
let body;
|
|
679
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
680
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
681
|
+
}, "se_TagResourceCommand");
|
|
682
|
+
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
683
|
+
const headers = sharedHeaders("UntagResource");
|
|
684
|
+
let body;
|
|
685
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
686
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
687
|
+
}, "se_UntagResourceCommand");
|
|
688
|
+
var se_UpdateApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
689
|
+
const headers = sharedHeaders("UpdateApplication");
|
|
690
|
+
let body;
|
|
691
|
+
body = JSON.stringify(se_UpdateApplicationRequest(input, context));
|
|
692
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
693
|
+
}, "se_UpdateApplicationCommand");
|
|
694
|
+
var se_UpdateApplicationMaintenanceConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
695
|
+
const headers = sharedHeaders("UpdateApplicationMaintenanceConfiguration");
|
|
696
|
+
let body;
|
|
697
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
698
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
699
|
+
}, "se_UpdateApplicationMaintenanceConfigurationCommand");
|
|
700
|
+
var de_AddApplicationCloudWatchLoggingOptionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
701
|
+
if (output.statusCode >= 300) {
|
|
702
|
+
return de_AddApplicationCloudWatchLoggingOptionCommandError(output, context);
|
|
703
|
+
}
|
|
704
|
+
const data = await parseBody(output.body, context);
|
|
705
|
+
let contents = {};
|
|
706
|
+
contents = (0, import_smithy_client._json)(data);
|
|
707
|
+
const response = {
|
|
708
|
+
$metadata: deserializeMetadata(output),
|
|
709
|
+
...contents
|
|
710
|
+
};
|
|
711
|
+
return response;
|
|
712
|
+
}, "de_AddApplicationCloudWatchLoggingOptionCommand");
|
|
713
|
+
var de_AddApplicationCloudWatchLoggingOptionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
714
|
+
const parsedOutput = {
|
|
715
|
+
...output,
|
|
716
|
+
body: await parseErrorBody(output.body, context)
|
|
717
|
+
};
|
|
718
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
719
|
+
switch (errorCode) {
|
|
720
|
+
case "ConcurrentModificationException":
|
|
721
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
722
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
723
|
+
case "InvalidApplicationConfigurationException":
|
|
724
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
725
|
+
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput, context);
|
|
726
|
+
case "InvalidArgumentException":
|
|
727
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
728
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
729
|
+
case "InvalidRequestException":
|
|
730
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
731
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
732
|
+
case "ResourceInUseException":
|
|
733
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
734
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
735
|
+
case "ResourceNotFoundException":
|
|
736
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
737
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
738
|
+
default:
|
|
739
|
+
const parsedBody = parsedOutput.body;
|
|
740
|
+
return throwDefaultError({
|
|
741
|
+
output,
|
|
742
|
+
parsedBody,
|
|
743
|
+
errorCode
|
|
744
|
+
});
|
|
745
|
+
}
|
|
746
|
+
}, "de_AddApplicationCloudWatchLoggingOptionCommandError");
|
|
747
|
+
var de_AddApplicationInputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
748
|
+
if (output.statusCode >= 300) {
|
|
749
|
+
return de_AddApplicationInputCommandError(output, context);
|
|
750
|
+
}
|
|
751
|
+
const data = await parseBody(output.body, context);
|
|
752
|
+
let contents = {};
|
|
753
|
+
contents = (0, import_smithy_client._json)(data);
|
|
754
|
+
const response = {
|
|
755
|
+
$metadata: deserializeMetadata(output),
|
|
756
|
+
...contents
|
|
757
|
+
};
|
|
758
|
+
return response;
|
|
759
|
+
}, "de_AddApplicationInputCommand");
|
|
760
|
+
var de_AddApplicationInputCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
761
|
+
const parsedOutput = {
|
|
762
|
+
...output,
|
|
763
|
+
body: await parseErrorBody(output.body, context)
|
|
764
|
+
};
|
|
765
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
766
|
+
switch (errorCode) {
|
|
767
|
+
case "CodeValidationException":
|
|
768
|
+
case "com.amazonaws.kinesisanalyticsv2#CodeValidationException":
|
|
769
|
+
throw await de_CodeValidationExceptionRes(parsedOutput, context);
|
|
770
|
+
case "ConcurrentModificationException":
|
|
771
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
772
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
773
|
+
case "InvalidArgumentException":
|
|
774
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
775
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
776
|
+
case "InvalidRequestException":
|
|
777
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
778
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
779
|
+
case "ResourceInUseException":
|
|
780
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
781
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
782
|
+
case "ResourceNotFoundException":
|
|
783
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
784
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
785
|
+
default:
|
|
786
|
+
const parsedBody = parsedOutput.body;
|
|
787
|
+
return throwDefaultError({
|
|
788
|
+
output,
|
|
789
|
+
parsedBody,
|
|
790
|
+
errorCode
|
|
791
|
+
});
|
|
792
|
+
}
|
|
793
|
+
}, "de_AddApplicationInputCommandError");
|
|
794
|
+
var de_AddApplicationInputProcessingConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
795
|
+
if (output.statusCode >= 300) {
|
|
796
|
+
return de_AddApplicationInputProcessingConfigurationCommandError(output, context);
|
|
797
|
+
}
|
|
798
|
+
const data = await parseBody(output.body, context);
|
|
799
|
+
let contents = {};
|
|
800
|
+
contents = (0, import_smithy_client._json)(data);
|
|
801
|
+
const response = {
|
|
802
|
+
$metadata: deserializeMetadata(output),
|
|
803
|
+
...contents
|
|
804
|
+
};
|
|
805
|
+
return response;
|
|
806
|
+
}, "de_AddApplicationInputProcessingConfigurationCommand");
|
|
807
|
+
var de_AddApplicationInputProcessingConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
808
|
+
const parsedOutput = {
|
|
809
|
+
...output,
|
|
810
|
+
body: await parseErrorBody(output.body, context)
|
|
811
|
+
};
|
|
812
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
813
|
+
switch (errorCode) {
|
|
814
|
+
case "ConcurrentModificationException":
|
|
815
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
816
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
817
|
+
case "InvalidArgumentException":
|
|
818
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
819
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
820
|
+
case "InvalidRequestException":
|
|
821
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
822
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
823
|
+
case "ResourceInUseException":
|
|
824
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
825
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
826
|
+
case "ResourceNotFoundException":
|
|
827
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
828
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
829
|
+
default:
|
|
830
|
+
const parsedBody = parsedOutput.body;
|
|
831
|
+
return throwDefaultError({
|
|
832
|
+
output,
|
|
833
|
+
parsedBody,
|
|
834
|
+
errorCode
|
|
835
|
+
});
|
|
836
|
+
}
|
|
837
|
+
}, "de_AddApplicationInputProcessingConfigurationCommandError");
|
|
838
|
+
var de_AddApplicationOutputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
839
|
+
if (output.statusCode >= 300) {
|
|
840
|
+
return de_AddApplicationOutputCommandError(output, context);
|
|
841
|
+
}
|
|
842
|
+
const data = await parseBody(output.body, context);
|
|
843
|
+
let contents = {};
|
|
844
|
+
contents = (0, import_smithy_client._json)(data);
|
|
845
|
+
const response = {
|
|
846
|
+
$metadata: deserializeMetadata(output),
|
|
847
|
+
...contents
|
|
848
|
+
};
|
|
849
|
+
return response;
|
|
850
|
+
}, "de_AddApplicationOutputCommand");
|
|
851
|
+
var de_AddApplicationOutputCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
852
|
+
const parsedOutput = {
|
|
853
|
+
...output,
|
|
854
|
+
body: await parseErrorBody(output.body, context)
|
|
855
|
+
};
|
|
856
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
857
|
+
switch (errorCode) {
|
|
858
|
+
case "ConcurrentModificationException":
|
|
859
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
860
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
861
|
+
case "InvalidArgumentException":
|
|
862
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
863
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
864
|
+
case "InvalidRequestException":
|
|
865
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
866
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
867
|
+
case "ResourceInUseException":
|
|
868
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
869
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
870
|
+
case "ResourceNotFoundException":
|
|
871
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
872
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
873
|
+
default:
|
|
874
|
+
const parsedBody = parsedOutput.body;
|
|
875
|
+
return throwDefaultError({
|
|
876
|
+
output,
|
|
877
|
+
parsedBody,
|
|
878
|
+
errorCode
|
|
879
|
+
});
|
|
880
|
+
}
|
|
881
|
+
}, "de_AddApplicationOutputCommandError");
|
|
882
|
+
var de_AddApplicationReferenceDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
883
|
+
if (output.statusCode >= 300) {
|
|
884
|
+
return de_AddApplicationReferenceDataSourceCommandError(output, context);
|
|
885
|
+
}
|
|
886
|
+
const data = await parseBody(output.body, context);
|
|
887
|
+
let contents = {};
|
|
888
|
+
contents = (0, import_smithy_client._json)(data);
|
|
889
|
+
const response = {
|
|
890
|
+
$metadata: deserializeMetadata(output),
|
|
891
|
+
...contents
|
|
892
|
+
};
|
|
893
|
+
return response;
|
|
894
|
+
}, "de_AddApplicationReferenceDataSourceCommand");
|
|
895
|
+
var de_AddApplicationReferenceDataSourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
896
|
+
const parsedOutput = {
|
|
897
|
+
...output,
|
|
898
|
+
body: await parseErrorBody(output.body, context)
|
|
899
|
+
};
|
|
900
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
901
|
+
switch (errorCode) {
|
|
902
|
+
case "ConcurrentModificationException":
|
|
903
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
904
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
905
|
+
case "InvalidArgumentException":
|
|
906
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
907
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
908
|
+
case "InvalidRequestException":
|
|
909
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
910
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
911
|
+
case "ResourceInUseException":
|
|
912
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
913
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
914
|
+
case "ResourceNotFoundException":
|
|
915
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
916
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
917
|
+
default:
|
|
918
|
+
const parsedBody = parsedOutput.body;
|
|
919
|
+
return throwDefaultError({
|
|
920
|
+
output,
|
|
921
|
+
parsedBody,
|
|
922
|
+
errorCode
|
|
923
|
+
});
|
|
924
|
+
}
|
|
925
|
+
}, "de_AddApplicationReferenceDataSourceCommandError");
|
|
926
|
+
var de_AddApplicationVpcConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
927
|
+
if (output.statusCode >= 300) {
|
|
928
|
+
return de_AddApplicationVpcConfigurationCommandError(output, context);
|
|
929
|
+
}
|
|
930
|
+
const data = await parseBody(output.body, context);
|
|
931
|
+
let contents = {};
|
|
932
|
+
contents = (0, import_smithy_client._json)(data);
|
|
933
|
+
const response = {
|
|
934
|
+
$metadata: deserializeMetadata(output),
|
|
935
|
+
...contents
|
|
936
|
+
};
|
|
937
|
+
return response;
|
|
938
|
+
}, "de_AddApplicationVpcConfigurationCommand");
|
|
939
|
+
var de_AddApplicationVpcConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
940
|
+
const parsedOutput = {
|
|
941
|
+
...output,
|
|
942
|
+
body: await parseErrorBody(output.body, context)
|
|
943
|
+
};
|
|
944
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
945
|
+
switch (errorCode) {
|
|
946
|
+
case "ConcurrentModificationException":
|
|
947
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
948
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
949
|
+
case "InvalidApplicationConfigurationException":
|
|
950
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
951
|
+
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput, context);
|
|
952
|
+
case "InvalidArgumentException":
|
|
953
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
954
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
955
|
+
case "ResourceInUseException":
|
|
956
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
957
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
958
|
+
case "ResourceNotFoundException":
|
|
959
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
960
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
961
|
+
default:
|
|
962
|
+
const parsedBody = parsedOutput.body;
|
|
963
|
+
return throwDefaultError({
|
|
964
|
+
output,
|
|
965
|
+
parsedBody,
|
|
966
|
+
errorCode
|
|
967
|
+
});
|
|
968
|
+
}
|
|
969
|
+
}, "de_AddApplicationVpcConfigurationCommandError");
|
|
970
|
+
var de_CreateApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
971
|
+
if (output.statusCode >= 300) {
|
|
972
|
+
return de_CreateApplicationCommandError(output, context);
|
|
973
|
+
}
|
|
974
|
+
const data = await parseBody(output.body, context);
|
|
975
|
+
let contents = {};
|
|
976
|
+
contents = de_CreateApplicationResponse(data, context);
|
|
977
|
+
const response = {
|
|
978
|
+
$metadata: deserializeMetadata(output),
|
|
979
|
+
...contents
|
|
980
|
+
};
|
|
981
|
+
return response;
|
|
982
|
+
}, "de_CreateApplicationCommand");
|
|
983
|
+
var de_CreateApplicationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
984
|
+
const parsedOutput = {
|
|
985
|
+
...output,
|
|
986
|
+
body: await parseErrorBody(output.body, context)
|
|
987
|
+
};
|
|
988
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
989
|
+
switch (errorCode) {
|
|
990
|
+
case "CodeValidationException":
|
|
991
|
+
case "com.amazonaws.kinesisanalyticsv2#CodeValidationException":
|
|
992
|
+
throw await de_CodeValidationExceptionRes(parsedOutput, context);
|
|
993
|
+
case "ConcurrentModificationException":
|
|
994
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
995
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
996
|
+
case "InvalidArgumentException":
|
|
997
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
998
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
999
|
+
case "InvalidRequestException":
|
|
1000
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1001
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1002
|
+
case "LimitExceededException":
|
|
1003
|
+
case "com.amazonaws.kinesisanalyticsv2#LimitExceededException":
|
|
1004
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1005
|
+
case "ResourceInUseException":
|
|
1006
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1007
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1008
|
+
case "TooManyTagsException":
|
|
1009
|
+
case "com.amazonaws.kinesisanalyticsv2#TooManyTagsException":
|
|
1010
|
+
throw await de_TooManyTagsExceptionRes(parsedOutput, context);
|
|
1011
|
+
case "UnsupportedOperationException":
|
|
1012
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1013
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1014
|
+
default:
|
|
1015
|
+
const parsedBody = parsedOutput.body;
|
|
1016
|
+
return throwDefaultError({
|
|
1017
|
+
output,
|
|
1018
|
+
parsedBody,
|
|
1019
|
+
errorCode
|
|
1020
|
+
});
|
|
1021
|
+
}
|
|
1022
|
+
}, "de_CreateApplicationCommandError");
|
|
1023
|
+
var de_CreateApplicationPresignedUrlCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1024
|
+
if (output.statusCode >= 300) {
|
|
1025
|
+
return de_CreateApplicationPresignedUrlCommandError(output, context);
|
|
1026
|
+
}
|
|
1027
|
+
const data = await parseBody(output.body, context);
|
|
1028
|
+
let contents = {};
|
|
1029
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1030
|
+
const response = {
|
|
1031
|
+
$metadata: deserializeMetadata(output),
|
|
1032
|
+
...contents
|
|
1033
|
+
};
|
|
1034
|
+
return response;
|
|
1035
|
+
}, "de_CreateApplicationPresignedUrlCommand");
|
|
1036
|
+
var de_CreateApplicationPresignedUrlCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1037
|
+
const parsedOutput = {
|
|
1038
|
+
...output,
|
|
1039
|
+
body: await parseErrorBody(output.body, context)
|
|
1040
|
+
};
|
|
1041
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1042
|
+
switch (errorCode) {
|
|
1043
|
+
case "InvalidArgumentException":
|
|
1044
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1045
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1046
|
+
case "ResourceInUseException":
|
|
1047
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1048
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1049
|
+
case "ResourceNotFoundException":
|
|
1050
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1051
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1052
|
+
default:
|
|
1053
|
+
const parsedBody = parsedOutput.body;
|
|
1054
|
+
return throwDefaultError({
|
|
1055
|
+
output,
|
|
1056
|
+
parsedBody,
|
|
1057
|
+
errorCode
|
|
1058
|
+
});
|
|
1059
|
+
}
|
|
1060
|
+
}, "de_CreateApplicationPresignedUrlCommandError");
|
|
1061
|
+
var de_CreateApplicationSnapshotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1062
|
+
if (output.statusCode >= 300) {
|
|
1063
|
+
return de_CreateApplicationSnapshotCommandError(output, context);
|
|
1064
|
+
}
|
|
1065
|
+
const data = await parseBody(output.body, context);
|
|
1066
|
+
let contents = {};
|
|
1067
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1068
|
+
const response = {
|
|
1069
|
+
$metadata: deserializeMetadata(output),
|
|
1070
|
+
...contents
|
|
1071
|
+
};
|
|
1072
|
+
return response;
|
|
1073
|
+
}, "de_CreateApplicationSnapshotCommand");
|
|
1074
|
+
var de_CreateApplicationSnapshotCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1075
|
+
const parsedOutput = {
|
|
1076
|
+
...output,
|
|
1077
|
+
body: await parseErrorBody(output.body, context)
|
|
1078
|
+
};
|
|
1079
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1080
|
+
switch (errorCode) {
|
|
1081
|
+
case "InvalidApplicationConfigurationException":
|
|
1082
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
1083
|
+
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput, context);
|
|
1084
|
+
case "InvalidArgumentException":
|
|
1085
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1086
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1087
|
+
case "InvalidRequestException":
|
|
1088
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1089
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1090
|
+
case "LimitExceededException":
|
|
1091
|
+
case "com.amazonaws.kinesisanalyticsv2#LimitExceededException":
|
|
1092
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1093
|
+
case "ResourceInUseException":
|
|
1094
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1095
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1096
|
+
case "ResourceNotFoundException":
|
|
1097
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1098
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1099
|
+
case "UnsupportedOperationException":
|
|
1100
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1101
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1102
|
+
default:
|
|
1103
|
+
const parsedBody = parsedOutput.body;
|
|
1104
|
+
return throwDefaultError({
|
|
1105
|
+
output,
|
|
1106
|
+
parsedBody,
|
|
1107
|
+
errorCode
|
|
1108
|
+
});
|
|
1109
|
+
}
|
|
1110
|
+
}, "de_CreateApplicationSnapshotCommandError");
|
|
1111
|
+
var de_DeleteApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1112
|
+
if (output.statusCode >= 300) {
|
|
1113
|
+
return de_DeleteApplicationCommandError(output, context);
|
|
1114
|
+
}
|
|
1115
|
+
const data = await parseBody(output.body, context);
|
|
1116
|
+
let contents = {};
|
|
1117
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1118
|
+
const response = {
|
|
1119
|
+
$metadata: deserializeMetadata(output),
|
|
1120
|
+
...contents
|
|
1121
|
+
};
|
|
1122
|
+
return response;
|
|
1123
|
+
}, "de_DeleteApplicationCommand");
|
|
1124
|
+
var de_DeleteApplicationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1125
|
+
const parsedOutput = {
|
|
1126
|
+
...output,
|
|
1127
|
+
body: await parseErrorBody(output.body, context)
|
|
1128
|
+
};
|
|
1129
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1130
|
+
switch (errorCode) {
|
|
1131
|
+
case "ConcurrentModificationException":
|
|
1132
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1133
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1134
|
+
case "InvalidApplicationConfigurationException":
|
|
1135
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
1136
|
+
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput, context);
|
|
1137
|
+
case "InvalidArgumentException":
|
|
1138
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1139
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1140
|
+
case "InvalidRequestException":
|
|
1141
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1142
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1143
|
+
case "ResourceInUseException":
|
|
1144
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1145
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1146
|
+
case "ResourceNotFoundException":
|
|
1147
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1148
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1149
|
+
default:
|
|
1150
|
+
const parsedBody = parsedOutput.body;
|
|
1151
|
+
return throwDefaultError({
|
|
1152
|
+
output,
|
|
1153
|
+
parsedBody,
|
|
1154
|
+
errorCode
|
|
1155
|
+
});
|
|
1156
|
+
}
|
|
1157
|
+
}, "de_DeleteApplicationCommandError");
|
|
1158
|
+
var de_DeleteApplicationCloudWatchLoggingOptionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1159
|
+
if (output.statusCode >= 300) {
|
|
1160
|
+
return de_DeleteApplicationCloudWatchLoggingOptionCommandError(output, context);
|
|
1161
|
+
}
|
|
1162
|
+
const data = await parseBody(output.body, context);
|
|
1163
|
+
let contents = {};
|
|
1164
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1165
|
+
const response = {
|
|
1166
|
+
$metadata: deserializeMetadata(output),
|
|
1167
|
+
...contents
|
|
1168
|
+
};
|
|
1169
|
+
return response;
|
|
1170
|
+
}, "de_DeleteApplicationCloudWatchLoggingOptionCommand");
|
|
1171
|
+
var de_DeleteApplicationCloudWatchLoggingOptionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1172
|
+
const parsedOutput = {
|
|
1173
|
+
...output,
|
|
1174
|
+
body: await parseErrorBody(output.body, context)
|
|
1175
|
+
};
|
|
1176
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1177
|
+
switch (errorCode) {
|
|
1178
|
+
case "ConcurrentModificationException":
|
|
1179
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1180
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1181
|
+
case "InvalidApplicationConfigurationException":
|
|
1182
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
1183
|
+
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput, context);
|
|
1184
|
+
case "InvalidArgumentException":
|
|
1185
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1186
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1187
|
+
case "InvalidRequestException":
|
|
1188
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1189
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1190
|
+
case "ResourceInUseException":
|
|
1191
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1192
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1193
|
+
case "ResourceNotFoundException":
|
|
1194
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1195
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1196
|
+
default:
|
|
1197
|
+
const parsedBody = parsedOutput.body;
|
|
1198
|
+
return throwDefaultError({
|
|
1199
|
+
output,
|
|
1200
|
+
parsedBody,
|
|
1201
|
+
errorCode
|
|
1202
|
+
});
|
|
1203
|
+
}
|
|
1204
|
+
}, "de_DeleteApplicationCloudWatchLoggingOptionCommandError");
|
|
1205
|
+
var de_DeleteApplicationInputProcessingConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1206
|
+
if (output.statusCode >= 300) {
|
|
1207
|
+
return de_DeleteApplicationInputProcessingConfigurationCommandError(output, context);
|
|
1208
|
+
}
|
|
1209
|
+
const data = await parseBody(output.body, context);
|
|
1210
|
+
let contents = {};
|
|
1211
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1212
|
+
const response = {
|
|
1213
|
+
$metadata: deserializeMetadata(output),
|
|
1214
|
+
...contents
|
|
1215
|
+
};
|
|
1216
|
+
return response;
|
|
1217
|
+
}, "de_DeleteApplicationInputProcessingConfigurationCommand");
|
|
1218
|
+
var de_DeleteApplicationInputProcessingConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1219
|
+
const parsedOutput = {
|
|
1220
|
+
...output,
|
|
1221
|
+
body: await parseErrorBody(output.body, context)
|
|
1222
|
+
};
|
|
1223
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1224
|
+
switch (errorCode) {
|
|
1225
|
+
case "ConcurrentModificationException":
|
|
1226
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1227
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1228
|
+
case "InvalidArgumentException":
|
|
1229
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1230
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1231
|
+
case "InvalidRequestException":
|
|
1232
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1233
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1234
|
+
case "ResourceInUseException":
|
|
1235
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1236
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1237
|
+
case "ResourceNotFoundException":
|
|
1238
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1239
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1240
|
+
default:
|
|
1241
|
+
const parsedBody = parsedOutput.body;
|
|
1242
|
+
return throwDefaultError({
|
|
1243
|
+
output,
|
|
1244
|
+
parsedBody,
|
|
1245
|
+
errorCode
|
|
1246
|
+
});
|
|
1247
|
+
}
|
|
1248
|
+
}, "de_DeleteApplicationInputProcessingConfigurationCommandError");
|
|
1249
|
+
var de_DeleteApplicationOutputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1250
|
+
if (output.statusCode >= 300) {
|
|
1251
|
+
return de_DeleteApplicationOutputCommandError(output, context);
|
|
1252
|
+
}
|
|
1253
|
+
const data = await parseBody(output.body, context);
|
|
1254
|
+
let contents = {};
|
|
1255
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1256
|
+
const response = {
|
|
1257
|
+
$metadata: deserializeMetadata(output),
|
|
1258
|
+
...contents
|
|
1259
|
+
};
|
|
1260
|
+
return response;
|
|
1261
|
+
}, "de_DeleteApplicationOutputCommand");
|
|
1262
|
+
var de_DeleteApplicationOutputCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1263
|
+
const parsedOutput = {
|
|
1264
|
+
...output,
|
|
1265
|
+
body: await parseErrorBody(output.body, context)
|
|
1266
|
+
};
|
|
1267
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1268
|
+
switch (errorCode) {
|
|
1269
|
+
case "ConcurrentModificationException":
|
|
1270
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1271
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1272
|
+
case "InvalidArgumentException":
|
|
1273
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1274
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1275
|
+
case "InvalidRequestException":
|
|
1276
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1277
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1278
|
+
case "ResourceInUseException":
|
|
1279
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1280
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1281
|
+
case "ResourceNotFoundException":
|
|
1282
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1283
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1284
|
+
default:
|
|
1285
|
+
const parsedBody = parsedOutput.body;
|
|
1286
|
+
return throwDefaultError({
|
|
1287
|
+
output,
|
|
1288
|
+
parsedBody,
|
|
1289
|
+
errorCode
|
|
1290
|
+
});
|
|
1291
|
+
}
|
|
1292
|
+
}, "de_DeleteApplicationOutputCommandError");
|
|
1293
|
+
var de_DeleteApplicationReferenceDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1294
|
+
if (output.statusCode >= 300) {
|
|
1295
|
+
return de_DeleteApplicationReferenceDataSourceCommandError(output, context);
|
|
1296
|
+
}
|
|
1297
|
+
const data = await parseBody(output.body, context);
|
|
1298
|
+
let contents = {};
|
|
1299
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1300
|
+
const response = {
|
|
1301
|
+
$metadata: deserializeMetadata(output),
|
|
1302
|
+
...contents
|
|
1303
|
+
};
|
|
1304
|
+
return response;
|
|
1305
|
+
}, "de_DeleteApplicationReferenceDataSourceCommand");
|
|
1306
|
+
var de_DeleteApplicationReferenceDataSourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1307
|
+
const parsedOutput = {
|
|
1308
|
+
...output,
|
|
1309
|
+
body: await parseErrorBody(output.body, context)
|
|
1310
|
+
};
|
|
1311
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1312
|
+
switch (errorCode) {
|
|
1313
|
+
case "ConcurrentModificationException":
|
|
1314
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1315
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1316
|
+
case "InvalidArgumentException":
|
|
1317
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1318
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1319
|
+
case "InvalidRequestException":
|
|
1320
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1321
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1322
|
+
case "ResourceInUseException":
|
|
1323
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1324
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1325
|
+
case "ResourceNotFoundException":
|
|
1326
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1327
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1328
|
+
default:
|
|
1329
|
+
const parsedBody = parsedOutput.body;
|
|
1330
|
+
return throwDefaultError({
|
|
1331
|
+
output,
|
|
1332
|
+
parsedBody,
|
|
1333
|
+
errorCode
|
|
1334
|
+
});
|
|
1335
|
+
}
|
|
1336
|
+
}, "de_DeleteApplicationReferenceDataSourceCommandError");
|
|
1337
|
+
var de_DeleteApplicationSnapshotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1338
|
+
if (output.statusCode >= 300) {
|
|
1339
|
+
return de_DeleteApplicationSnapshotCommandError(output, context);
|
|
1340
|
+
}
|
|
1341
|
+
const data = await parseBody(output.body, context);
|
|
1342
|
+
let contents = {};
|
|
1343
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1344
|
+
const response = {
|
|
1345
|
+
$metadata: deserializeMetadata(output),
|
|
1346
|
+
...contents
|
|
1347
|
+
};
|
|
1348
|
+
return response;
|
|
1349
|
+
}, "de_DeleteApplicationSnapshotCommand");
|
|
1350
|
+
var de_DeleteApplicationSnapshotCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1351
|
+
const parsedOutput = {
|
|
1352
|
+
...output,
|
|
1353
|
+
body: await parseErrorBody(output.body, context)
|
|
1354
|
+
};
|
|
1355
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1356
|
+
switch (errorCode) {
|
|
1357
|
+
case "ConcurrentModificationException":
|
|
1358
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1359
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1360
|
+
case "InvalidArgumentException":
|
|
1361
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1362
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1363
|
+
case "InvalidRequestException":
|
|
1364
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1365
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1366
|
+
case "ResourceInUseException":
|
|
1367
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1368
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1369
|
+
case "ResourceNotFoundException":
|
|
1370
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1371
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1372
|
+
case "UnsupportedOperationException":
|
|
1373
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1374
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1375
|
+
default:
|
|
1376
|
+
const parsedBody = parsedOutput.body;
|
|
1377
|
+
return throwDefaultError({
|
|
1378
|
+
output,
|
|
1379
|
+
parsedBody,
|
|
1380
|
+
errorCode
|
|
1381
|
+
});
|
|
1382
|
+
}
|
|
1383
|
+
}, "de_DeleteApplicationSnapshotCommandError");
|
|
1384
|
+
var de_DeleteApplicationVpcConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1385
|
+
if (output.statusCode >= 300) {
|
|
1386
|
+
return de_DeleteApplicationVpcConfigurationCommandError(output, context);
|
|
1387
|
+
}
|
|
1388
|
+
const data = await parseBody(output.body, context);
|
|
1389
|
+
let contents = {};
|
|
1390
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1391
|
+
const response = {
|
|
1392
|
+
$metadata: deserializeMetadata(output),
|
|
1393
|
+
...contents
|
|
1394
|
+
};
|
|
1395
|
+
return response;
|
|
1396
|
+
}, "de_DeleteApplicationVpcConfigurationCommand");
|
|
1397
|
+
var de_DeleteApplicationVpcConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1398
|
+
const parsedOutput = {
|
|
1399
|
+
...output,
|
|
1400
|
+
body: await parseErrorBody(output.body, context)
|
|
1401
|
+
};
|
|
1402
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1403
|
+
switch (errorCode) {
|
|
1404
|
+
case "ConcurrentModificationException":
|
|
1405
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1406
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1407
|
+
case "InvalidApplicationConfigurationException":
|
|
1408
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
1409
|
+
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput, context);
|
|
1410
|
+
case "InvalidArgumentException":
|
|
1411
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1412
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1413
|
+
case "ResourceInUseException":
|
|
1414
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1415
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1416
|
+
case "ResourceNotFoundException":
|
|
1417
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1418
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1419
|
+
default:
|
|
1420
|
+
const parsedBody = parsedOutput.body;
|
|
1421
|
+
return throwDefaultError({
|
|
1422
|
+
output,
|
|
1423
|
+
parsedBody,
|
|
1424
|
+
errorCode
|
|
1425
|
+
});
|
|
1426
|
+
}
|
|
1427
|
+
}, "de_DeleteApplicationVpcConfigurationCommandError");
|
|
1428
|
+
var de_DescribeApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1429
|
+
if (output.statusCode >= 300) {
|
|
1430
|
+
return de_DescribeApplicationCommandError(output, context);
|
|
1431
|
+
}
|
|
1432
|
+
const data = await parseBody(output.body, context);
|
|
1433
|
+
let contents = {};
|
|
1434
|
+
contents = de_DescribeApplicationResponse(data, context);
|
|
1435
|
+
const response = {
|
|
1436
|
+
$metadata: deserializeMetadata(output),
|
|
1437
|
+
...contents
|
|
1438
|
+
};
|
|
1439
|
+
return response;
|
|
1440
|
+
}, "de_DescribeApplicationCommand");
|
|
1441
|
+
var de_DescribeApplicationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1442
|
+
const parsedOutput = {
|
|
1443
|
+
...output,
|
|
1444
|
+
body: await parseErrorBody(output.body, context)
|
|
1445
|
+
};
|
|
1446
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1447
|
+
switch (errorCode) {
|
|
1448
|
+
case "InvalidArgumentException":
|
|
1449
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1450
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1451
|
+
case "InvalidRequestException":
|
|
1452
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1453
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1454
|
+
case "ResourceNotFoundException":
|
|
1455
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1456
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1457
|
+
default:
|
|
1458
|
+
const parsedBody = parsedOutput.body;
|
|
1459
|
+
return throwDefaultError({
|
|
1460
|
+
output,
|
|
1461
|
+
parsedBody,
|
|
1462
|
+
errorCode
|
|
1463
|
+
});
|
|
1464
|
+
}
|
|
1465
|
+
}, "de_DescribeApplicationCommandError");
|
|
1466
|
+
var de_DescribeApplicationSnapshotCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1467
|
+
if (output.statusCode >= 300) {
|
|
1468
|
+
return de_DescribeApplicationSnapshotCommandError(output, context);
|
|
1469
|
+
}
|
|
1470
|
+
const data = await parseBody(output.body, context);
|
|
1471
|
+
let contents = {};
|
|
1472
|
+
contents = de_DescribeApplicationSnapshotResponse(data, context);
|
|
1473
|
+
const response = {
|
|
1474
|
+
$metadata: deserializeMetadata(output),
|
|
1475
|
+
...contents
|
|
1476
|
+
};
|
|
1477
|
+
return response;
|
|
1478
|
+
}, "de_DescribeApplicationSnapshotCommand");
|
|
1479
|
+
var de_DescribeApplicationSnapshotCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1480
|
+
const parsedOutput = {
|
|
1481
|
+
...output,
|
|
1482
|
+
body: await parseErrorBody(output.body, context)
|
|
1483
|
+
};
|
|
1484
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1485
|
+
switch (errorCode) {
|
|
1486
|
+
case "InvalidArgumentException":
|
|
1487
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1488
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1489
|
+
case "ResourceNotFoundException":
|
|
1490
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1491
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1492
|
+
case "UnsupportedOperationException":
|
|
1493
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1494
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1495
|
+
default:
|
|
1496
|
+
const parsedBody = parsedOutput.body;
|
|
1497
|
+
return throwDefaultError({
|
|
1498
|
+
output,
|
|
1499
|
+
parsedBody,
|
|
1500
|
+
errorCode
|
|
1501
|
+
});
|
|
1502
|
+
}
|
|
1503
|
+
}, "de_DescribeApplicationSnapshotCommandError");
|
|
1504
|
+
var de_DescribeApplicationVersionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1505
|
+
if (output.statusCode >= 300) {
|
|
1506
|
+
return de_DescribeApplicationVersionCommandError(output, context);
|
|
1507
|
+
}
|
|
1508
|
+
const data = await parseBody(output.body, context);
|
|
1509
|
+
let contents = {};
|
|
1510
|
+
contents = de_DescribeApplicationVersionResponse(data, context);
|
|
1511
|
+
const response = {
|
|
1512
|
+
$metadata: deserializeMetadata(output),
|
|
1513
|
+
...contents
|
|
1514
|
+
};
|
|
1515
|
+
return response;
|
|
1516
|
+
}, "de_DescribeApplicationVersionCommand");
|
|
1517
|
+
var de_DescribeApplicationVersionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1518
|
+
const parsedOutput = {
|
|
1519
|
+
...output,
|
|
1520
|
+
body: await parseErrorBody(output.body, context)
|
|
1521
|
+
};
|
|
1522
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1523
|
+
switch (errorCode) {
|
|
1524
|
+
case "InvalidArgumentException":
|
|
1525
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1526
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1527
|
+
case "ResourceNotFoundException":
|
|
1528
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1529
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1530
|
+
case "UnsupportedOperationException":
|
|
1531
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1532
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1533
|
+
default:
|
|
1534
|
+
const parsedBody = parsedOutput.body;
|
|
1535
|
+
return throwDefaultError({
|
|
1536
|
+
output,
|
|
1537
|
+
parsedBody,
|
|
1538
|
+
errorCode
|
|
1539
|
+
});
|
|
1540
|
+
}
|
|
1541
|
+
}, "de_DescribeApplicationVersionCommandError");
|
|
1542
|
+
var de_DiscoverInputSchemaCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1543
|
+
if (output.statusCode >= 300) {
|
|
1544
|
+
return de_DiscoverInputSchemaCommandError(output, context);
|
|
1545
|
+
}
|
|
1546
|
+
const data = await parseBody(output.body, context);
|
|
1547
|
+
let contents = {};
|
|
1548
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1549
|
+
const response = {
|
|
1550
|
+
$metadata: deserializeMetadata(output),
|
|
1551
|
+
...contents
|
|
1552
|
+
};
|
|
1553
|
+
return response;
|
|
1554
|
+
}, "de_DiscoverInputSchemaCommand");
|
|
1555
|
+
var de_DiscoverInputSchemaCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1556
|
+
const parsedOutput = {
|
|
1557
|
+
...output,
|
|
1558
|
+
body: await parseErrorBody(output.body, context)
|
|
1559
|
+
};
|
|
1560
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1561
|
+
switch (errorCode) {
|
|
1562
|
+
case "InvalidArgumentException":
|
|
1563
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1564
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1565
|
+
case "InvalidRequestException":
|
|
1566
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1567
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1568
|
+
case "ResourceProvisionedThroughputExceededException":
|
|
1569
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceProvisionedThroughputExceededException":
|
|
1570
|
+
throw await de_ResourceProvisionedThroughputExceededExceptionRes(parsedOutput, context);
|
|
1571
|
+
case "ServiceUnavailableException":
|
|
1572
|
+
case "com.amazonaws.kinesisanalyticsv2#ServiceUnavailableException":
|
|
1573
|
+
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
1574
|
+
case "UnableToDetectSchemaException":
|
|
1575
|
+
case "com.amazonaws.kinesisanalyticsv2#UnableToDetectSchemaException":
|
|
1576
|
+
throw await de_UnableToDetectSchemaExceptionRes(parsedOutput, context);
|
|
1577
|
+
case "UnsupportedOperationException":
|
|
1578
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1579
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1580
|
+
default:
|
|
1581
|
+
const parsedBody = parsedOutput.body;
|
|
1582
|
+
return throwDefaultError({
|
|
1583
|
+
output,
|
|
1584
|
+
parsedBody,
|
|
1585
|
+
errorCode
|
|
1586
|
+
});
|
|
1587
|
+
}
|
|
1588
|
+
}, "de_DiscoverInputSchemaCommandError");
|
|
1589
|
+
var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1590
|
+
if (output.statusCode >= 300) {
|
|
1591
|
+
return de_ListApplicationsCommandError(output, context);
|
|
1592
|
+
}
|
|
1593
|
+
const data = await parseBody(output.body, context);
|
|
1594
|
+
let contents = {};
|
|
1595
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1596
|
+
const response = {
|
|
1597
|
+
$metadata: deserializeMetadata(output),
|
|
1598
|
+
...contents
|
|
1599
|
+
};
|
|
1600
|
+
return response;
|
|
1601
|
+
}, "de_ListApplicationsCommand");
|
|
1602
|
+
var de_ListApplicationsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1603
|
+
const parsedOutput = {
|
|
1604
|
+
...output,
|
|
1605
|
+
body: await parseErrorBody(output.body, context)
|
|
1606
|
+
};
|
|
1607
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1608
|
+
switch (errorCode) {
|
|
1609
|
+
case "InvalidRequestException":
|
|
1610
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1611
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1612
|
+
default:
|
|
1613
|
+
const parsedBody = parsedOutput.body;
|
|
1614
|
+
return throwDefaultError({
|
|
1615
|
+
output,
|
|
1616
|
+
parsedBody,
|
|
1617
|
+
errorCode
|
|
1618
|
+
});
|
|
1619
|
+
}
|
|
1620
|
+
}, "de_ListApplicationsCommandError");
|
|
1621
|
+
var de_ListApplicationSnapshotsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1622
|
+
if (output.statusCode >= 300) {
|
|
1623
|
+
return de_ListApplicationSnapshotsCommandError(output, context);
|
|
1624
|
+
}
|
|
1625
|
+
const data = await parseBody(output.body, context);
|
|
1626
|
+
let contents = {};
|
|
1627
|
+
contents = de_ListApplicationSnapshotsResponse(data, context);
|
|
1628
|
+
const response = {
|
|
1629
|
+
$metadata: deserializeMetadata(output),
|
|
1630
|
+
...contents
|
|
1631
|
+
};
|
|
1632
|
+
return response;
|
|
1633
|
+
}, "de_ListApplicationSnapshotsCommand");
|
|
1634
|
+
var de_ListApplicationSnapshotsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1635
|
+
const parsedOutput = {
|
|
1636
|
+
...output,
|
|
1637
|
+
body: await parseErrorBody(output.body, context)
|
|
1638
|
+
};
|
|
1639
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1640
|
+
switch (errorCode) {
|
|
1641
|
+
case "InvalidArgumentException":
|
|
1642
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1643
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1644
|
+
case "UnsupportedOperationException":
|
|
1645
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1646
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1647
|
+
default:
|
|
1648
|
+
const parsedBody = parsedOutput.body;
|
|
1649
|
+
return throwDefaultError({
|
|
1650
|
+
output,
|
|
1651
|
+
parsedBody,
|
|
1652
|
+
errorCode
|
|
1653
|
+
});
|
|
1654
|
+
}
|
|
1655
|
+
}, "de_ListApplicationSnapshotsCommandError");
|
|
1656
|
+
var de_ListApplicationVersionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1657
|
+
if (output.statusCode >= 300) {
|
|
1658
|
+
return de_ListApplicationVersionsCommandError(output, context);
|
|
1659
|
+
}
|
|
1660
|
+
const data = await parseBody(output.body, context);
|
|
1661
|
+
let contents = {};
|
|
1662
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1663
|
+
const response = {
|
|
1664
|
+
$metadata: deserializeMetadata(output),
|
|
1665
|
+
...contents
|
|
1666
|
+
};
|
|
1667
|
+
return response;
|
|
1668
|
+
}, "de_ListApplicationVersionsCommand");
|
|
1669
|
+
var de_ListApplicationVersionsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1670
|
+
const parsedOutput = {
|
|
1671
|
+
...output,
|
|
1672
|
+
body: await parseErrorBody(output.body, context)
|
|
1673
|
+
};
|
|
1674
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1675
|
+
switch (errorCode) {
|
|
1676
|
+
case "InvalidArgumentException":
|
|
1677
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1678
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1679
|
+
case "ResourceNotFoundException":
|
|
1680
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1681
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1682
|
+
case "UnsupportedOperationException":
|
|
1683
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1684
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1685
|
+
default:
|
|
1686
|
+
const parsedBody = parsedOutput.body;
|
|
1687
|
+
return throwDefaultError({
|
|
1688
|
+
output,
|
|
1689
|
+
parsedBody,
|
|
1690
|
+
errorCode
|
|
1691
|
+
});
|
|
1692
|
+
}
|
|
1693
|
+
}, "de_ListApplicationVersionsCommandError");
|
|
1694
|
+
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1695
|
+
if (output.statusCode >= 300) {
|
|
1696
|
+
return de_ListTagsForResourceCommandError(output, context);
|
|
1697
|
+
}
|
|
1698
|
+
const data = await parseBody(output.body, context);
|
|
1699
|
+
let contents = {};
|
|
1700
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1701
|
+
const response = {
|
|
1702
|
+
$metadata: deserializeMetadata(output),
|
|
1703
|
+
...contents
|
|
1704
|
+
};
|
|
1705
|
+
return response;
|
|
1706
|
+
}, "de_ListTagsForResourceCommand");
|
|
1707
|
+
var de_ListTagsForResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1708
|
+
const parsedOutput = {
|
|
1709
|
+
...output,
|
|
1710
|
+
body: await parseErrorBody(output.body, context)
|
|
1711
|
+
};
|
|
1712
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1713
|
+
switch (errorCode) {
|
|
1714
|
+
case "ConcurrentModificationException":
|
|
1715
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1716
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1717
|
+
case "InvalidArgumentException":
|
|
1718
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1719
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1720
|
+
case "ResourceNotFoundException":
|
|
1721
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1722
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1723
|
+
default:
|
|
1724
|
+
const parsedBody = parsedOutput.body;
|
|
1725
|
+
return throwDefaultError({
|
|
1726
|
+
output,
|
|
1727
|
+
parsedBody,
|
|
1728
|
+
errorCode
|
|
1729
|
+
});
|
|
1730
|
+
}
|
|
1731
|
+
}, "de_ListTagsForResourceCommandError");
|
|
1732
|
+
var de_RollbackApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1733
|
+
if (output.statusCode >= 300) {
|
|
1734
|
+
return de_RollbackApplicationCommandError(output, context);
|
|
1735
|
+
}
|
|
1736
|
+
const data = await parseBody(output.body, context);
|
|
1737
|
+
let contents = {};
|
|
1738
|
+
contents = de_RollbackApplicationResponse(data, context);
|
|
1739
|
+
const response = {
|
|
1740
|
+
$metadata: deserializeMetadata(output),
|
|
1741
|
+
...contents
|
|
1742
|
+
};
|
|
1743
|
+
return response;
|
|
1744
|
+
}, "de_RollbackApplicationCommand");
|
|
1745
|
+
var de_RollbackApplicationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1746
|
+
const parsedOutput = {
|
|
1747
|
+
...output,
|
|
1748
|
+
body: await parseErrorBody(output.body, context)
|
|
1749
|
+
};
|
|
1750
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1751
|
+
switch (errorCode) {
|
|
1752
|
+
case "ConcurrentModificationException":
|
|
1753
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1754
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1755
|
+
case "InvalidArgumentException":
|
|
1756
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1757
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1758
|
+
case "InvalidRequestException":
|
|
1759
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1760
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1761
|
+
case "ResourceInUseException":
|
|
1762
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1763
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1764
|
+
case "ResourceNotFoundException":
|
|
1765
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1766
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1767
|
+
case "UnsupportedOperationException":
|
|
1768
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1769
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1770
|
+
default:
|
|
1771
|
+
const parsedBody = parsedOutput.body;
|
|
1772
|
+
return throwDefaultError({
|
|
1773
|
+
output,
|
|
1774
|
+
parsedBody,
|
|
1775
|
+
errorCode
|
|
1776
|
+
});
|
|
1777
|
+
}
|
|
1778
|
+
}, "de_RollbackApplicationCommandError");
|
|
1779
|
+
var de_StartApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1780
|
+
if (output.statusCode >= 300) {
|
|
1781
|
+
return de_StartApplicationCommandError(output, context);
|
|
1782
|
+
}
|
|
1783
|
+
const data = await parseBody(output.body, context);
|
|
1784
|
+
let contents = {};
|
|
1785
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1786
|
+
const response = {
|
|
1787
|
+
$metadata: deserializeMetadata(output),
|
|
1788
|
+
...contents
|
|
1789
|
+
};
|
|
1790
|
+
return response;
|
|
1791
|
+
}, "de_StartApplicationCommand");
|
|
1792
|
+
var de_StartApplicationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1793
|
+
const parsedOutput = {
|
|
1794
|
+
...output,
|
|
1795
|
+
body: await parseErrorBody(output.body, context)
|
|
1796
|
+
};
|
|
1797
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1798
|
+
switch (errorCode) {
|
|
1799
|
+
case "InvalidApplicationConfigurationException":
|
|
1800
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
1801
|
+
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput, context);
|
|
1802
|
+
case "InvalidArgumentException":
|
|
1803
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1804
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1805
|
+
case "InvalidRequestException":
|
|
1806
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1807
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1808
|
+
case "ResourceInUseException":
|
|
1809
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1810
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1811
|
+
case "ResourceNotFoundException":
|
|
1812
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1813
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1814
|
+
default:
|
|
1815
|
+
const parsedBody = parsedOutput.body;
|
|
1816
|
+
return throwDefaultError({
|
|
1817
|
+
output,
|
|
1818
|
+
parsedBody,
|
|
1819
|
+
errorCode
|
|
1820
|
+
});
|
|
1821
|
+
}
|
|
1822
|
+
}, "de_StartApplicationCommandError");
|
|
1823
|
+
var de_StopApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1824
|
+
if (output.statusCode >= 300) {
|
|
1825
|
+
return de_StopApplicationCommandError(output, context);
|
|
1826
|
+
}
|
|
1827
|
+
const data = await parseBody(output.body, context);
|
|
1828
|
+
let contents = {};
|
|
1829
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1830
|
+
const response = {
|
|
1831
|
+
$metadata: deserializeMetadata(output),
|
|
1832
|
+
...contents
|
|
1833
|
+
};
|
|
1834
|
+
return response;
|
|
1835
|
+
}, "de_StopApplicationCommand");
|
|
1836
|
+
var de_StopApplicationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1837
|
+
const parsedOutput = {
|
|
1838
|
+
...output,
|
|
1839
|
+
body: await parseErrorBody(output.body, context)
|
|
1840
|
+
};
|
|
1841
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1842
|
+
switch (errorCode) {
|
|
1843
|
+
case "ConcurrentModificationException":
|
|
1844
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1845
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1846
|
+
case "InvalidApplicationConfigurationException":
|
|
1847
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
1848
|
+
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput, context);
|
|
1849
|
+
case "InvalidArgumentException":
|
|
1850
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1851
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1852
|
+
case "InvalidRequestException":
|
|
1853
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1854
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1855
|
+
case "ResourceInUseException":
|
|
1856
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1857
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1858
|
+
case "ResourceNotFoundException":
|
|
1859
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1860
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1861
|
+
default:
|
|
1862
|
+
const parsedBody = parsedOutput.body;
|
|
1863
|
+
return throwDefaultError({
|
|
1864
|
+
output,
|
|
1865
|
+
parsedBody,
|
|
1866
|
+
errorCode
|
|
1867
|
+
});
|
|
1868
|
+
}
|
|
1869
|
+
}, "de_StopApplicationCommandError");
|
|
1870
|
+
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1871
|
+
if (output.statusCode >= 300) {
|
|
1872
|
+
return de_TagResourceCommandError(output, context);
|
|
1873
|
+
}
|
|
1874
|
+
const data = await parseBody(output.body, context);
|
|
1875
|
+
let contents = {};
|
|
1876
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1877
|
+
const response = {
|
|
1878
|
+
$metadata: deserializeMetadata(output),
|
|
1879
|
+
...contents
|
|
1880
|
+
};
|
|
1881
|
+
return response;
|
|
1882
|
+
}, "de_TagResourceCommand");
|
|
1883
|
+
var de_TagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1884
|
+
const parsedOutput = {
|
|
1885
|
+
...output,
|
|
1886
|
+
body: await parseErrorBody(output.body, context)
|
|
1887
|
+
};
|
|
1888
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1889
|
+
switch (errorCode) {
|
|
1890
|
+
case "ConcurrentModificationException":
|
|
1891
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1892
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1893
|
+
case "InvalidArgumentException":
|
|
1894
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1895
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1896
|
+
case "ResourceInUseException":
|
|
1897
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1898
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1899
|
+
case "ResourceNotFoundException":
|
|
1900
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1901
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1902
|
+
case "TooManyTagsException":
|
|
1903
|
+
case "com.amazonaws.kinesisanalyticsv2#TooManyTagsException":
|
|
1904
|
+
throw await de_TooManyTagsExceptionRes(parsedOutput, context);
|
|
1905
|
+
default:
|
|
1906
|
+
const parsedBody = parsedOutput.body;
|
|
1907
|
+
return throwDefaultError({
|
|
1908
|
+
output,
|
|
1909
|
+
parsedBody,
|
|
1910
|
+
errorCode
|
|
1911
|
+
});
|
|
1912
|
+
}
|
|
1913
|
+
}, "de_TagResourceCommandError");
|
|
1914
|
+
var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1915
|
+
if (output.statusCode >= 300) {
|
|
1916
|
+
return de_UntagResourceCommandError(output, context);
|
|
1917
|
+
}
|
|
1918
|
+
const data = await parseBody(output.body, context);
|
|
1919
|
+
let contents = {};
|
|
1920
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1921
|
+
const response = {
|
|
1922
|
+
$metadata: deserializeMetadata(output),
|
|
1923
|
+
...contents
|
|
1924
|
+
};
|
|
1925
|
+
return response;
|
|
1926
|
+
}, "de_UntagResourceCommand");
|
|
1927
|
+
var de_UntagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1928
|
+
const parsedOutput = {
|
|
1929
|
+
...output,
|
|
1930
|
+
body: await parseErrorBody(output.body, context)
|
|
1931
|
+
};
|
|
1932
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1933
|
+
switch (errorCode) {
|
|
1934
|
+
case "ConcurrentModificationException":
|
|
1935
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1936
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1937
|
+
case "InvalidArgumentException":
|
|
1938
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1939
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1940
|
+
case "ResourceInUseException":
|
|
1941
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1942
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1943
|
+
case "ResourceNotFoundException":
|
|
1944
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1945
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1946
|
+
case "TooManyTagsException":
|
|
1947
|
+
case "com.amazonaws.kinesisanalyticsv2#TooManyTagsException":
|
|
1948
|
+
throw await de_TooManyTagsExceptionRes(parsedOutput, context);
|
|
1949
|
+
default:
|
|
1950
|
+
const parsedBody = parsedOutput.body;
|
|
1951
|
+
return throwDefaultError({
|
|
1952
|
+
output,
|
|
1953
|
+
parsedBody,
|
|
1954
|
+
errorCode
|
|
1955
|
+
});
|
|
1956
|
+
}
|
|
1957
|
+
}, "de_UntagResourceCommandError");
|
|
1958
|
+
var de_UpdateApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1959
|
+
if (output.statusCode >= 300) {
|
|
1960
|
+
return de_UpdateApplicationCommandError(output, context);
|
|
1961
|
+
}
|
|
1962
|
+
const data = await parseBody(output.body, context);
|
|
1963
|
+
let contents = {};
|
|
1964
|
+
contents = de_UpdateApplicationResponse(data, context);
|
|
1965
|
+
const response = {
|
|
1966
|
+
$metadata: deserializeMetadata(output),
|
|
1967
|
+
...contents
|
|
1968
|
+
};
|
|
1969
|
+
return response;
|
|
1970
|
+
}, "de_UpdateApplicationCommand");
|
|
1971
|
+
var de_UpdateApplicationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1972
|
+
const parsedOutput = {
|
|
1973
|
+
...output,
|
|
1974
|
+
body: await parseErrorBody(output.body, context)
|
|
1975
|
+
};
|
|
1976
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1977
|
+
switch (errorCode) {
|
|
1978
|
+
case "CodeValidationException":
|
|
1979
|
+
case "com.amazonaws.kinesisanalyticsv2#CodeValidationException":
|
|
1980
|
+
throw await de_CodeValidationExceptionRes(parsedOutput, context);
|
|
1981
|
+
case "ConcurrentModificationException":
|
|
1982
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1983
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
1984
|
+
case "InvalidApplicationConfigurationException":
|
|
1985
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
1986
|
+
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput, context);
|
|
1987
|
+
case "InvalidArgumentException":
|
|
1988
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1989
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
1990
|
+
case "InvalidRequestException":
|
|
1991
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1992
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1993
|
+
case "LimitExceededException":
|
|
1994
|
+
case "com.amazonaws.kinesisanalyticsv2#LimitExceededException":
|
|
1995
|
+
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
1996
|
+
case "ResourceInUseException":
|
|
1997
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1998
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
1999
|
+
case "ResourceNotFoundException":
|
|
2000
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
2001
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2002
|
+
default:
|
|
2003
|
+
const parsedBody = parsedOutput.body;
|
|
2004
|
+
return throwDefaultError({
|
|
2005
|
+
output,
|
|
2006
|
+
parsedBody,
|
|
2007
|
+
errorCode
|
|
2008
|
+
});
|
|
2009
|
+
}
|
|
2010
|
+
}, "de_UpdateApplicationCommandError");
|
|
2011
|
+
var de_UpdateApplicationMaintenanceConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2012
|
+
if (output.statusCode >= 300) {
|
|
2013
|
+
return de_UpdateApplicationMaintenanceConfigurationCommandError(output, context);
|
|
2014
|
+
}
|
|
2015
|
+
const data = await parseBody(output.body, context);
|
|
2016
|
+
let contents = {};
|
|
2017
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2018
|
+
const response = {
|
|
2019
|
+
$metadata: deserializeMetadata(output),
|
|
2020
|
+
...contents
|
|
2021
|
+
};
|
|
2022
|
+
return response;
|
|
2023
|
+
}, "de_UpdateApplicationMaintenanceConfigurationCommand");
|
|
2024
|
+
var de_UpdateApplicationMaintenanceConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2025
|
+
const parsedOutput = {
|
|
2026
|
+
...output,
|
|
2027
|
+
body: await parseErrorBody(output.body, context)
|
|
2028
|
+
};
|
|
2029
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2030
|
+
switch (errorCode) {
|
|
2031
|
+
case "ConcurrentModificationException":
|
|
2032
|
+
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
2033
|
+
throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
|
|
2034
|
+
case "InvalidArgumentException":
|
|
2035
|
+
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
2036
|
+
throw await de_InvalidArgumentExceptionRes(parsedOutput, context);
|
|
2037
|
+
case "ResourceInUseException":
|
|
2038
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
2039
|
+
throw await de_ResourceInUseExceptionRes(parsedOutput, context);
|
|
2040
|
+
case "ResourceNotFoundException":
|
|
2041
|
+
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
2042
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2043
|
+
case "UnsupportedOperationException":
|
|
2044
|
+
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
2045
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
2046
|
+
default:
|
|
2047
|
+
const parsedBody = parsedOutput.body;
|
|
2048
|
+
return throwDefaultError({
|
|
2049
|
+
output,
|
|
2050
|
+
parsedBody,
|
|
2051
|
+
errorCode
|
|
2052
|
+
});
|
|
2053
|
+
}
|
|
2054
|
+
}, "de_UpdateApplicationMaintenanceConfigurationCommandError");
|
|
2055
|
+
var de_CodeValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2056
|
+
const body = parsedOutput.body;
|
|
2057
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2058
|
+
const exception = new CodeValidationException({
|
|
2059
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2060
|
+
...deserialized
|
|
2061
|
+
});
|
|
2062
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2063
|
+
}, "de_CodeValidationExceptionRes");
|
|
2064
|
+
var de_ConcurrentModificationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2065
|
+
const body = parsedOutput.body;
|
|
2066
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2067
|
+
const exception = new ConcurrentModificationException({
|
|
2068
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2069
|
+
...deserialized
|
|
2070
|
+
});
|
|
2071
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2072
|
+
}, "de_ConcurrentModificationExceptionRes");
|
|
2073
|
+
var de_InvalidApplicationConfigurationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2074
|
+
const body = parsedOutput.body;
|
|
2075
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2076
|
+
const exception = new InvalidApplicationConfigurationException({
|
|
2077
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2078
|
+
...deserialized
|
|
2079
|
+
});
|
|
2080
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2081
|
+
}, "de_InvalidApplicationConfigurationExceptionRes");
|
|
2082
|
+
var de_InvalidArgumentExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2083
|
+
const body = parsedOutput.body;
|
|
2084
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2085
|
+
const exception = new InvalidArgumentException({
|
|
2086
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2087
|
+
...deserialized
|
|
2088
|
+
});
|
|
2089
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2090
|
+
}, "de_InvalidArgumentExceptionRes");
|
|
2091
|
+
var de_InvalidRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2092
|
+
const body = parsedOutput.body;
|
|
2093
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2094
|
+
const exception = new InvalidRequestException({
|
|
2095
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2096
|
+
...deserialized
|
|
2097
|
+
});
|
|
2098
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2099
|
+
}, "de_InvalidRequestExceptionRes");
|
|
2100
|
+
var de_LimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2101
|
+
const body = parsedOutput.body;
|
|
2102
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2103
|
+
const exception = new LimitExceededException({
|
|
2104
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2105
|
+
...deserialized
|
|
2106
|
+
});
|
|
2107
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2108
|
+
}, "de_LimitExceededExceptionRes");
|
|
2109
|
+
var de_ResourceInUseExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2110
|
+
const body = parsedOutput.body;
|
|
2111
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2112
|
+
const exception = new ResourceInUseException({
|
|
2113
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2114
|
+
...deserialized
|
|
2115
|
+
});
|
|
2116
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2117
|
+
}, "de_ResourceInUseExceptionRes");
|
|
2118
|
+
var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2119
|
+
const body = parsedOutput.body;
|
|
2120
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2121
|
+
const exception = new ResourceNotFoundException({
|
|
2122
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2123
|
+
...deserialized
|
|
2124
|
+
});
|
|
2125
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2126
|
+
}, "de_ResourceNotFoundExceptionRes");
|
|
2127
|
+
var de_ResourceProvisionedThroughputExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2128
|
+
const body = parsedOutput.body;
|
|
2129
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2130
|
+
const exception = new ResourceProvisionedThroughputExceededException({
|
|
2131
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2132
|
+
...deserialized
|
|
2133
|
+
});
|
|
2134
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2135
|
+
}, "de_ResourceProvisionedThroughputExceededExceptionRes");
|
|
2136
|
+
var de_ServiceUnavailableExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2137
|
+
const body = parsedOutput.body;
|
|
2138
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2139
|
+
const exception = new ServiceUnavailableException({
|
|
2140
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2141
|
+
...deserialized
|
|
2142
|
+
});
|
|
2143
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2144
|
+
}, "de_ServiceUnavailableExceptionRes");
|
|
2145
|
+
var de_TooManyTagsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2146
|
+
const body = parsedOutput.body;
|
|
2147
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2148
|
+
const exception = new TooManyTagsException({
|
|
2149
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2150
|
+
...deserialized
|
|
2151
|
+
});
|
|
2152
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2153
|
+
}, "de_TooManyTagsExceptionRes");
|
|
2154
|
+
var de_UnableToDetectSchemaExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2155
|
+
const body = parsedOutput.body;
|
|
2156
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2157
|
+
const exception = new UnableToDetectSchemaException({
|
|
2158
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2159
|
+
...deserialized
|
|
2160
|
+
});
|
|
2161
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2162
|
+
}, "de_UnableToDetectSchemaExceptionRes");
|
|
2163
|
+
var de_UnsupportedOperationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2164
|
+
const body = parsedOutput.body;
|
|
2165
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2166
|
+
const exception = new UnsupportedOperationException({
|
|
2167
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2168
|
+
...deserialized
|
|
2169
|
+
});
|
|
2170
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2171
|
+
}, "de_UnsupportedOperationExceptionRes");
|
|
2172
|
+
var se_ApplicationCodeConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2173
|
+
return (0, import_smithy_client.take)(input, {
|
|
2174
|
+
CodeContent: (_) => se_CodeContent(_, context),
|
|
2175
|
+
CodeContentType: []
|
|
2176
|
+
});
|
|
2177
|
+
}, "se_ApplicationCodeConfiguration");
|
|
2178
|
+
var se_ApplicationCodeConfigurationUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
2179
|
+
return (0, import_smithy_client.take)(input, {
|
|
2180
|
+
CodeContentTypeUpdate: [],
|
|
2181
|
+
CodeContentUpdate: (_) => se_CodeContentUpdate(_, context)
|
|
2182
|
+
});
|
|
2183
|
+
}, "se_ApplicationCodeConfigurationUpdate");
|
|
2184
|
+
var se_ApplicationConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2185
|
+
return (0, import_smithy_client.take)(input, {
|
|
2186
|
+
ApplicationCodeConfiguration: (_) => se_ApplicationCodeConfiguration(_, context),
|
|
2187
|
+
ApplicationSnapshotConfiguration: import_smithy_client._json,
|
|
2188
|
+
EnvironmentProperties: import_smithy_client._json,
|
|
2189
|
+
FlinkApplicationConfiguration: import_smithy_client._json,
|
|
2190
|
+
SqlApplicationConfiguration: import_smithy_client._json,
|
|
2191
|
+
VpcConfigurations: import_smithy_client._json,
|
|
2192
|
+
ZeppelinApplicationConfiguration: import_smithy_client._json
|
|
2193
|
+
});
|
|
2194
|
+
}, "se_ApplicationConfiguration");
|
|
2195
|
+
var se_ApplicationConfigurationUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
2196
|
+
return (0, import_smithy_client.take)(input, {
|
|
2197
|
+
ApplicationCodeConfigurationUpdate: (_) => se_ApplicationCodeConfigurationUpdate(_, context),
|
|
2198
|
+
ApplicationSnapshotConfigurationUpdate: import_smithy_client._json,
|
|
2199
|
+
EnvironmentPropertyUpdates: import_smithy_client._json,
|
|
2200
|
+
FlinkApplicationConfigurationUpdate: import_smithy_client._json,
|
|
2201
|
+
SqlApplicationConfigurationUpdate: import_smithy_client._json,
|
|
2202
|
+
VpcConfigurationUpdates: import_smithy_client._json,
|
|
2203
|
+
ZeppelinApplicationConfigurationUpdate: import_smithy_client._json
|
|
2204
|
+
});
|
|
2205
|
+
}, "se_ApplicationConfigurationUpdate");
|
|
2206
|
+
var se_CodeContent = /* @__PURE__ */ __name((input, context) => {
|
|
2207
|
+
return (0, import_smithy_client.take)(input, {
|
|
2208
|
+
S3ContentLocation: import_smithy_client._json,
|
|
2209
|
+
TextContent: [],
|
|
2210
|
+
ZipFileContent: context.base64Encoder
|
|
2211
|
+
});
|
|
2212
|
+
}, "se_CodeContent");
|
|
2213
|
+
var se_CodeContentUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
2214
|
+
return (0, import_smithy_client.take)(input, {
|
|
2215
|
+
S3ContentLocationUpdate: import_smithy_client._json,
|
|
2216
|
+
TextContentUpdate: [],
|
|
2217
|
+
ZipFileContentUpdate: context.base64Encoder
|
|
2218
|
+
});
|
|
2219
|
+
}, "se_CodeContentUpdate");
|
|
2220
|
+
var se_CreateApplicationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2221
|
+
return (0, import_smithy_client.take)(input, {
|
|
2222
|
+
ApplicationConfiguration: (_) => se_ApplicationConfiguration(_, context),
|
|
2223
|
+
ApplicationDescription: [],
|
|
2224
|
+
ApplicationMode: [],
|
|
2225
|
+
ApplicationName: [],
|
|
2226
|
+
CloudWatchLoggingOptions: import_smithy_client._json,
|
|
2227
|
+
RuntimeEnvironment: [],
|
|
2228
|
+
ServiceExecutionRole: [],
|
|
2229
|
+
Tags: import_smithy_client._json
|
|
2230
|
+
});
|
|
2231
|
+
}, "se_CreateApplicationRequest");
|
|
2232
|
+
var se_DeleteApplicationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2233
|
+
return (0, import_smithy_client.take)(input, {
|
|
2234
|
+
ApplicationName: [],
|
|
2235
|
+
CreateTimestamp: (_) => Math.round(_.getTime() / 1e3)
|
|
2236
|
+
});
|
|
2237
|
+
}, "se_DeleteApplicationRequest");
|
|
2238
|
+
var se_DeleteApplicationSnapshotRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2239
|
+
return (0, import_smithy_client.take)(input, {
|
|
2240
|
+
ApplicationName: [],
|
|
2241
|
+
SnapshotCreationTimestamp: (_) => Math.round(_.getTime() / 1e3),
|
|
2242
|
+
SnapshotName: []
|
|
2243
|
+
});
|
|
2244
|
+
}, "se_DeleteApplicationSnapshotRequest");
|
|
2245
|
+
var se_UpdateApplicationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2246
|
+
return (0, import_smithy_client.take)(input, {
|
|
2247
|
+
ApplicationConfigurationUpdate: (_) => se_ApplicationConfigurationUpdate(_, context),
|
|
2248
|
+
ApplicationName: [],
|
|
2249
|
+
CloudWatchLoggingOptionUpdates: import_smithy_client._json,
|
|
2250
|
+
ConditionalToken: [],
|
|
2251
|
+
CurrentApplicationVersionId: [],
|
|
2252
|
+
RunConfigurationUpdate: import_smithy_client._json,
|
|
2253
|
+
ServiceExecutionRoleUpdate: []
|
|
2254
|
+
});
|
|
2255
|
+
}, "se_UpdateApplicationRequest");
|
|
2256
|
+
var de_ApplicationDetail = /* @__PURE__ */ __name((output, context) => {
|
|
2257
|
+
return (0, import_smithy_client.take)(output, {
|
|
2258
|
+
ApplicationARN: import_smithy_client.expectString,
|
|
2259
|
+
ApplicationConfigurationDescription: import_smithy_client._json,
|
|
2260
|
+
ApplicationDescription: import_smithy_client.expectString,
|
|
2261
|
+
ApplicationMaintenanceConfigurationDescription: import_smithy_client._json,
|
|
2262
|
+
ApplicationMode: import_smithy_client.expectString,
|
|
2263
|
+
ApplicationName: import_smithy_client.expectString,
|
|
2264
|
+
ApplicationStatus: import_smithy_client.expectString,
|
|
2265
|
+
ApplicationVersionId: import_smithy_client.expectLong,
|
|
2266
|
+
ApplicationVersionRolledBackFrom: import_smithy_client.expectLong,
|
|
2267
|
+
ApplicationVersionRolledBackTo: import_smithy_client.expectLong,
|
|
2268
|
+
ApplicationVersionUpdatedFrom: import_smithy_client.expectLong,
|
|
2269
|
+
CloudWatchLoggingOptionDescriptions: import_smithy_client._json,
|
|
2270
|
+
ConditionalToken: import_smithy_client.expectString,
|
|
2271
|
+
CreateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2272
|
+
LastUpdateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2273
|
+
RuntimeEnvironment: import_smithy_client.expectString,
|
|
2274
|
+
ServiceExecutionRole: import_smithy_client.expectString
|
|
2275
|
+
});
|
|
2276
|
+
}, "de_ApplicationDetail");
|
|
2277
|
+
var de_CreateApplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2278
|
+
return (0, import_smithy_client.take)(output, {
|
|
2279
|
+
ApplicationDetail: (_) => de_ApplicationDetail(_, context)
|
|
2280
|
+
});
|
|
2281
|
+
}, "de_CreateApplicationResponse");
|
|
2282
|
+
var de_DescribeApplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2283
|
+
return (0, import_smithy_client.take)(output, {
|
|
2284
|
+
ApplicationDetail: (_) => de_ApplicationDetail(_, context)
|
|
2285
|
+
});
|
|
2286
|
+
}, "de_DescribeApplicationResponse");
|
|
2287
|
+
var de_DescribeApplicationSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2288
|
+
return (0, import_smithy_client.take)(output, {
|
|
2289
|
+
SnapshotDetails: (_) => de_SnapshotDetails(_, context)
|
|
2290
|
+
});
|
|
2291
|
+
}, "de_DescribeApplicationSnapshotResponse");
|
|
2292
|
+
var de_DescribeApplicationVersionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2293
|
+
return (0, import_smithy_client.take)(output, {
|
|
2294
|
+
ApplicationVersionDetail: (_) => de_ApplicationDetail(_, context)
|
|
2295
|
+
});
|
|
2296
|
+
}, "de_DescribeApplicationVersionResponse");
|
|
2297
|
+
var de_ListApplicationSnapshotsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2298
|
+
return (0, import_smithy_client.take)(output, {
|
|
2299
|
+
NextToken: import_smithy_client.expectString,
|
|
2300
|
+
SnapshotSummaries: (_) => de_SnapshotSummaries(_, context)
|
|
2301
|
+
});
|
|
2302
|
+
}, "de_ListApplicationSnapshotsResponse");
|
|
2303
|
+
var de_RollbackApplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2304
|
+
return (0, import_smithy_client.take)(output, {
|
|
2305
|
+
ApplicationDetail: (_) => de_ApplicationDetail(_, context)
|
|
2306
|
+
});
|
|
2307
|
+
}, "de_RollbackApplicationResponse");
|
|
2308
|
+
var de_SnapshotDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2309
|
+
return (0, import_smithy_client.take)(output, {
|
|
2310
|
+
ApplicationVersionId: import_smithy_client.expectLong,
|
|
2311
|
+
SnapshotCreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2312
|
+
SnapshotName: import_smithy_client.expectString,
|
|
2313
|
+
SnapshotStatus: import_smithy_client.expectString
|
|
2314
|
+
});
|
|
2315
|
+
}, "de_SnapshotDetails");
|
|
2316
|
+
var de_SnapshotSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2317
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2318
|
+
return de_SnapshotDetails(entry, context);
|
|
2319
|
+
});
|
|
2320
|
+
return retVal;
|
|
2321
|
+
}, "de_SnapshotSummaries");
|
|
2322
|
+
var de_UpdateApplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2323
|
+
return (0, import_smithy_client.take)(output, {
|
|
2324
|
+
ApplicationDetail: (_) => de_ApplicationDetail(_, context)
|
|
2325
|
+
});
|
|
2326
|
+
}, "de_UpdateApplicationResponse");
|
|
2327
|
+
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
2328
|
+
httpStatusCode: output.statusCode,
|
|
2329
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
2330
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2331
|
+
cfId: output.headers["x-amz-cf-id"]
|
|
2332
|
+
}), "deserializeMetadata");
|
|
2333
|
+
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
2334
|
+
var throwDefaultError = (0, import_smithy_client.withBaseException)(KinesisAnalyticsV2ServiceException);
|
|
2335
|
+
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
2336
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2337
|
+
const contents = {
|
|
2338
|
+
protocol,
|
|
2339
|
+
hostname,
|
|
2340
|
+
port,
|
|
2341
|
+
method: "POST",
|
|
2342
|
+
path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
|
|
2343
|
+
headers
|
|
2344
|
+
};
|
|
2345
|
+
if (resolvedHostname !== void 0) {
|
|
2346
|
+
contents.hostname = resolvedHostname;
|
|
2347
|
+
}
|
|
2348
|
+
if (body !== void 0) {
|
|
2349
|
+
contents.body = body;
|
|
2350
|
+
}
|
|
2351
|
+
return new import_protocol_http.HttpRequest(contents);
|
|
2352
|
+
}, "buildHttpRpcRequest");
|
|
2353
|
+
function sharedHeaders(operation) {
|
|
2354
|
+
return {
|
|
2355
|
+
"content-type": "application/x-amz-json-1.1",
|
|
2356
|
+
"x-amz-target": `KinesisAnalytics_20180523.${operation}`
|
|
2357
|
+
};
|
|
2358
|
+
}
|
|
2359
|
+
__name(sharedHeaders, "sharedHeaders");
|
|
2360
|
+
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
2361
|
+
if (encoded.length) {
|
|
2362
|
+
return JSON.parse(encoded);
|
|
2363
|
+
}
|
|
2364
|
+
return {};
|
|
2365
|
+
}), "parseBody");
|
|
2366
|
+
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
2367
|
+
const value = await parseBody(errorBody, context);
|
|
2368
|
+
value.message = value.message ?? value.Message;
|
|
2369
|
+
return value;
|
|
2370
|
+
}, "parseErrorBody");
|
|
2371
|
+
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
2372
|
+
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
2373
|
+
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
2374
|
+
let cleanValue = rawValue;
|
|
2375
|
+
if (typeof cleanValue === "number") {
|
|
2376
|
+
cleanValue = cleanValue.toString();
|
|
2377
|
+
}
|
|
2378
|
+
if (cleanValue.indexOf(",") >= 0) {
|
|
2379
|
+
cleanValue = cleanValue.split(",")[0];
|
|
2380
|
+
}
|
|
2381
|
+
if (cleanValue.indexOf(":") >= 0) {
|
|
2382
|
+
cleanValue = cleanValue.split(":")[0];
|
|
2383
|
+
}
|
|
2384
|
+
if (cleanValue.indexOf("#") >= 0) {
|
|
2385
|
+
cleanValue = cleanValue.split("#")[1];
|
|
2386
|
+
}
|
|
2387
|
+
return cleanValue;
|
|
2388
|
+
}, "sanitizeErrorCode");
|
|
2389
|
+
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
2390
|
+
if (headerKey !== void 0) {
|
|
2391
|
+
return sanitizeErrorCode(output.headers[headerKey]);
|
|
2392
|
+
}
|
|
2393
|
+
if (data.code !== void 0) {
|
|
2394
|
+
return sanitizeErrorCode(data.code);
|
|
2395
|
+
}
|
|
2396
|
+
if (data["__type"] !== void 0) {
|
|
2397
|
+
return sanitizeErrorCode(data["__type"]);
|
|
2398
|
+
}
|
|
2399
|
+
}, "loadRestJsonErrorCode");
|
|
2400
|
+
|
|
2401
|
+
// src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts
|
|
2402
|
+
var _AddApplicationCloudWatchLoggingOptionCommand = class _AddApplicationCloudWatchLoggingOptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2403
|
+
...commonParams
|
|
2404
|
+
}).m(function(Command, cs, config, o) {
|
|
2405
|
+
return [
|
|
2406
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2407
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2408
|
+
];
|
|
2409
|
+
}).s("KinesisAnalytics_20180523", "AddApplicationCloudWatchLoggingOption", {}).n("KinesisAnalyticsV2Client", "AddApplicationCloudWatchLoggingOptionCommand").f(void 0, void 0).ser(se_AddApplicationCloudWatchLoggingOptionCommand).de(de_AddApplicationCloudWatchLoggingOptionCommand).build() {
|
|
2410
|
+
};
|
|
2411
|
+
__name(_AddApplicationCloudWatchLoggingOptionCommand, "AddApplicationCloudWatchLoggingOptionCommand");
|
|
2412
|
+
var AddApplicationCloudWatchLoggingOptionCommand = _AddApplicationCloudWatchLoggingOptionCommand;
|
|
2413
|
+
|
|
2414
|
+
// src/commands/AddApplicationInputCommand.ts
|
|
2415
|
+
|
|
2416
|
+
|
|
2417
|
+
|
|
2418
|
+
|
|
2419
|
+
var _AddApplicationInputCommand = class _AddApplicationInputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2420
|
+
...commonParams
|
|
2421
|
+
}).m(function(Command, cs, config, o) {
|
|
2422
|
+
return [
|
|
2423
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2424
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2425
|
+
];
|
|
2426
|
+
}).s("KinesisAnalytics_20180523", "AddApplicationInput", {}).n("KinesisAnalyticsV2Client", "AddApplicationInputCommand").f(void 0, void 0).ser(se_AddApplicationInputCommand).de(de_AddApplicationInputCommand).build() {
|
|
2427
|
+
};
|
|
2428
|
+
__name(_AddApplicationInputCommand, "AddApplicationInputCommand");
|
|
2429
|
+
var AddApplicationInputCommand = _AddApplicationInputCommand;
|
|
2430
|
+
|
|
2431
|
+
// src/commands/AddApplicationInputProcessingConfigurationCommand.ts
|
|
2432
|
+
|
|
2433
|
+
|
|
2434
|
+
|
|
2435
|
+
|
|
2436
|
+
var _AddApplicationInputProcessingConfigurationCommand = class _AddApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2437
|
+
...commonParams
|
|
2438
|
+
}).m(function(Command, cs, config, o) {
|
|
2439
|
+
return [
|
|
2440
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2441
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2442
|
+
];
|
|
2443
|
+
}).s("KinesisAnalytics_20180523", "AddApplicationInputProcessingConfiguration", {}).n("KinesisAnalyticsV2Client", "AddApplicationInputProcessingConfigurationCommand").f(void 0, void 0).ser(se_AddApplicationInputProcessingConfigurationCommand).de(de_AddApplicationInputProcessingConfigurationCommand).build() {
|
|
2444
|
+
};
|
|
2445
|
+
__name(_AddApplicationInputProcessingConfigurationCommand, "AddApplicationInputProcessingConfigurationCommand");
|
|
2446
|
+
var AddApplicationInputProcessingConfigurationCommand = _AddApplicationInputProcessingConfigurationCommand;
|
|
2447
|
+
|
|
2448
|
+
// src/commands/AddApplicationOutputCommand.ts
|
|
2449
|
+
|
|
2450
|
+
|
|
2451
|
+
|
|
2452
|
+
|
|
2453
|
+
var _AddApplicationOutputCommand = class _AddApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2454
|
+
...commonParams
|
|
2455
|
+
}).m(function(Command, cs, config, o) {
|
|
2456
|
+
return [
|
|
2457
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2458
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2459
|
+
];
|
|
2460
|
+
}).s("KinesisAnalytics_20180523", "AddApplicationOutput", {}).n("KinesisAnalyticsV2Client", "AddApplicationOutputCommand").f(void 0, void 0).ser(se_AddApplicationOutputCommand).de(de_AddApplicationOutputCommand).build() {
|
|
2461
|
+
};
|
|
2462
|
+
__name(_AddApplicationOutputCommand, "AddApplicationOutputCommand");
|
|
2463
|
+
var AddApplicationOutputCommand = _AddApplicationOutputCommand;
|
|
2464
|
+
|
|
2465
|
+
// src/commands/AddApplicationReferenceDataSourceCommand.ts
|
|
2466
|
+
|
|
2467
|
+
|
|
2468
|
+
|
|
2469
|
+
|
|
2470
|
+
var _AddApplicationReferenceDataSourceCommand = class _AddApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2471
|
+
...commonParams
|
|
2472
|
+
}).m(function(Command, cs, config, o) {
|
|
2473
|
+
return [
|
|
2474
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2475
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2476
|
+
];
|
|
2477
|
+
}).s("KinesisAnalytics_20180523", "AddApplicationReferenceDataSource", {}).n("KinesisAnalyticsV2Client", "AddApplicationReferenceDataSourceCommand").f(void 0, void 0).ser(se_AddApplicationReferenceDataSourceCommand).de(de_AddApplicationReferenceDataSourceCommand).build() {
|
|
2478
|
+
};
|
|
2479
|
+
__name(_AddApplicationReferenceDataSourceCommand, "AddApplicationReferenceDataSourceCommand");
|
|
2480
|
+
var AddApplicationReferenceDataSourceCommand = _AddApplicationReferenceDataSourceCommand;
|
|
2481
|
+
|
|
2482
|
+
// src/commands/AddApplicationVpcConfigurationCommand.ts
|
|
2483
|
+
|
|
2484
|
+
|
|
2485
|
+
|
|
2486
|
+
|
|
2487
|
+
var _AddApplicationVpcConfigurationCommand = class _AddApplicationVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2488
|
+
...commonParams
|
|
2489
|
+
}).m(function(Command, cs, config, o) {
|
|
2490
|
+
return [
|
|
2491
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2492
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2493
|
+
];
|
|
2494
|
+
}).s("KinesisAnalytics_20180523", "AddApplicationVpcConfiguration", {}).n("KinesisAnalyticsV2Client", "AddApplicationVpcConfigurationCommand").f(void 0, void 0).ser(se_AddApplicationVpcConfigurationCommand).de(de_AddApplicationVpcConfigurationCommand).build() {
|
|
2495
|
+
};
|
|
2496
|
+
__name(_AddApplicationVpcConfigurationCommand, "AddApplicationVpcConfigurationCommand");
|
|
2497
|
+
var AddApplicationVpcConfigurationCommand = _AddApplicationVpcConfigurationCommand;
|
|
2498
|
+
|
|
2499
|
+
// src/commands/CreateApplicationCommand.ts
|
|
2500
|
+
|
|
2501
|
+
|
|
2502
|
+
|
|
2503
|
+
|
|
2504
|
+
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2505
|
+
...commonParams
|
|
2506
|
+
}).m(function(Command, cs, config, o) {
|
|
2507
|
+
return [
|
|
2508
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2509
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2510
|
+
];
|
|
2511
|
+
}).s("KinesisAnalytics_20180523", "CreateApplication", {}).n("KinesisAnalyticsV2Client", "CreateApplicationCommand").f(void 0, void 0).ser(se_CreateApplicationCommand).de(de_CreateApplicationCommand).build() {
|
|
2512
|
+
};
|
|
2513
|
+
__name(_CreateApplicationCommand, "CreateApplicationCommand");
|
|
2514
|
+
var CreateApplicationCommand = _CreateApplicationCommand;
|
|
2515
|
+
|
|
2516
|
+
// src/commands/CreateApplicationPresignedUrlCommand.ts
|
|
2517
|
+
|
|
2518
|
+
|
|
2519
|
+
|
|
2520
|
+
|
|
2521
|
+
var _CreateApplicationPresignedUrlCommand = class _CreateApplicationPresignedUrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2522
|
+
...commonParams
|
|
2523
|
+
}).m(function(Command, cs, config, o) {
|
|
2524
|
+
return [
|
|
2525
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2526
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2527
|
+
];
|
|
2528
|
+
}).s("KinesisAnalytics_20180523", "CreateApplicationPresignedUrl", {}).n("KinesisAnalyticsV2Client", "CreateApplicationPresignedUrlCommand").f(void 0, void 0).ser(se_CreateApplicationPresignedUrlCommand).de(de_CreateApplicationPresignedUrlCommand).build() {
|
|
2529
|
+
};
|
|
2530
|
+
__name(_CreateApplicationPresignedUrlCommand, "CreateApplicationPresignedUrlCommand");
|
|
2531
|
+
var CreateApplicationPresignedUrlCommand = _CreateApplicationPresignedUrlCommand;
|
|
2532
|
+
|
|
2533
|
+
// src/commands/CreateApplicationSnapshotCommand.ts
|
|
2534
|
+
|
|
2535
|
+
|
|
2536
|
+
|
|
2537
|
+
|
|
2538
|
+
var _CreateApplicationSnapshotCommand = class _CreateApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2539
|
+
...commonParams
|
|
2540
|
+
}).m(function(Command, cs, config, o) {
|
|
2541
|
+
return [
|
|
2542
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2543
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2544
|
+
];
|
|
2545
|
+
}).s("KinesisAnalytics_20180523", "CreateApplicationSnapshot", {}).n("KinesisAnalyticsV2Client", "CreateApplicationSnapshotCommand").f(void 0, void 0).ser(se_CreateApplicationSnapshotCommand).de(de_CreateApplicationSnapshotCommand).build() {
|
|
2546
|
+
};
|
|
2547
|
+
__name(_CreateApplicationSnapshotCommand, "CreateApplicationSnapshotCommand");
|
|
2548
|
+
var CreateApplicationSnapshotCommand = _CreateApplicationSnapshotCommand;
|
|
2549
|
+
|
|
2550
|
+
// src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts
|
|
2551
|
+
|
|
2552
|
+
|
|
2553
|
+
|
|
2554
|
+
|
|
2555
|
+
var _DeleteApplicationCloudWatchLoggingOptionCommand = class _DeleteApplicationCloudWatchLoggingOptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2556
|
+
...commonParams
|
|
2557
|
+
}).m(function(Command, cs, config, o) {
|
|
2558
|
+
return [
|
|
2559
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2560
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2561
|
+
];
|
|
2562
|
+
}).s("KinesisAnalytics_20180523", "DeleteApplicationCloudWatchLoggingOption", {}).n("KinesisAnalyticsV2Client", "DeleteApplicationCloudWatchLoggingOptionCommand").f(void 0, void 0).ser(se_DeleteApplicationCloudWatchLoggingOptionCommand).de(de_DeleteApplicationCloudWatchLoggingOptionCommand).build() {
|
|
2563
|
+
};
|
|
2564
|
+
__name(_DeleteApplicationCloudWatchLoggingOptionCommand, "DeleteApplicationCloudWatchLoggingOptionCommand");
|
|
2565
|
+
var DeleteApplicationCloudWatchLoggingOptionCommand = _DeleteApplicationCloudWatchLoggingOptionCommand;
|
|
2566
|
+
|
|
2567
|
+
// src/commands/DeleteApplicationCommand.ts
|
|
2568
|
+
|
|
2569
|
+
|
|
2570
|
+
|
|
2571
|
+
|
|
2572
|
+
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2573
|
+
...commonParams
|
|
2574
|
+
}).m(function(Command, cs, config, o) {
|
|
2575
|
+
return [
|
|
2576
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2577
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2578
|
+
];
|
|
2579
|
+
}).s("KinesisAnalytics_20180523", "DeleteApplication", {}).n("KinesisAnalyticsV2Client", "DeleteApplicationCommand").f(void 0, void 0).ser(se_DeleteApplicationCommand).de(de_DeleteApplicationCommand).build() {
|
|
2580
|
+
};
|
|
2581
|
+
__name(_DeleteApplicationCommand, "DeleteApplicationCommand");
|
|
2582
|
+
var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
2583
|
+
|
|
2584
|
+
// src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts
|
|
2585
|
+
|
|
2586
|
+
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
var _DeleteApplicationInputProcessingConfigurationCommand = class _DeleteApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2590
|
+
...commonParams
|
|
2591
|
+
}).m(function(Command, cs, config, o) {
|
|
2592
|
+
return [
|
|
2593
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2594
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2595
|
+
];
|
|
2596
|
+
}).s("KinesisAnalytics_20180523", "DeleteApplicationInputProcessingConfiguration", {}).n("KinesisAnalyticsV2Client", "DeleteApplicationInputProcessingConfigurationCommand").f(void 0, void 0).ser(se_DeleteApplicationInputProcessingConfigurationCommand).de(de_DeleteApplicationInputProcessingConfigurationCommand).build() {
|
|
2597
|
+
};
|
|
2598
|
+
__name(_DeleteApplicationInputProcessingConfigurationCommand, "DeleteApplicationInputProcessingConfigurationCommand");
|
|
2599
|
+
var DeleteApplicationInputProcessingConfigurationCommand = _DeleteApplicationInputProcessingConfigurationCommand;
|
|
2600
|
+
|
|
2601
|
+
// src/commands/DeleteApplicationOutputCommand.ts
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
|
|
2605
|
+
|
|
2606
|
+
var _DeleteApplicationOutputCommand = class _DeleteApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2607
|
+
...commonParams
|
|
2608
|
+
}).m(function(Command, cs, config, o) {
|
|
2609
|
+
return [
|
|
2610
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2611
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2612
|
+
];
|
|
2613
|
+
}).s("KinesisAnalytics_20180523", "DeleteApplicationOutput", {}).n("KinesisAnalyticsV2Client", "DeleteApplicationOutputCommand").f(void 0, void 0).ser(se_DeleteApplicationOutputCommand).de(de_DeleteApplicationOutputCommand).build() {
|
|
2614
|
+
};
|
|
2615
|
+
__name(_DeleteApplicationOutputCommand, "DeleteApplicationOutputCommand");
|
|
2616
|
+
var DeleteApplicationOutputCommand = _DeleteApplicationOutputCommand;
|
|
2617
|
+
|
|
2618
|
+
// src/commands/DeleteApplicationReferenceDataSourceCommand.ts
|
|
2619
|
+
|
|
2620
|
+
|
|
2621
|
+
|
|
2622
|
+
|
|
2623
|
+
var _DeleteApplicationReferenceDataSourceCommand = class _DeleteApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2624
|
+
...commonParams
|
|
2625
|
+
}).m(function(Command, cs, config, o) {
|
|
2626
|
+
return [
|
|
2627
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2628
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2629
|
+
];
|
|
2630
|
+
}).s("KinesisAnalytics_20180523", "DeleteApplicationReferenceDataSource", {}).n("KinesisAnalyticsV2Client", "DeleteApplicationReferenceDataSourceCommand").f(void 0, void 0).ser(se_DeleteApplicationReferenceDataSourceCommand).de(de_DeleteApplicationReferenceDataSourceCommand).build() {
|
|
2631
|
+
};
|
|
2632
|
+
__name(_DeleteApplicationReferenceDataSourceCommand, "DeleteApplicationReferenceDataSourceCommand");
|
|
2633
|
+
var DeleteApplicationReferenceDataSourceCommand = _DeleteApplicationReferenceDataSourceCommand;
|
|
2634
|
+
|
|
2635
|
+
// src/commands/DeleteApplicationSnapshotCommand.ts
|
|
2636
|
+
|
|
2637
|
+
|
|
2638
|
+
|
|
2639
|
+
|
|
2640
|
+
var _DeleteApplicationSnapshotCommand = class _DeleteApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2641
|
+
...commonParams
|
|
2642
|
+
}).m(function(Command, cs, config, o) {
|
|
2643
|
+
return [
|
|
2644
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2645
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2646
|
+
];
|
|
2647
|
+
}).s("KinesisAnalytics_20180523", "DeleteApplicationSnapshot", {}).n("KinesisAnalyticsV2Client", "DeleteApplicationSnapshotCommand").f(void 0, void 0).ser(se_DeleteApplicationSnapshotCommand).de(de_DeleteApplicationSnapshotCommand).build() {
|
|
2648
|
+
};
|
|
2649
|
+
__name(_DeleteApplicationSnapshotCommand, "DeleteApplicationSnapshotCommand");
|
|
2650
|
+
var DeleteApplicationSnapshotCommand = _DeleteApplicationSnapshotCommand;
|
|
2651
|
+
|
|
2652
|
+
// src/commands/DeleteApplicationVpcConfigurationCommand.ts
|
|
2653
|
+
|
|
2654
|
+
|
|
2655
|
+
|
|
2656
|
+
|
|
2657
|
+
var _DeleteApplicationVpcConfigurationCommand = class _DeleteApplicationVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2658
|
+
...commonParams
|
|
2659
|
+
}).m(function(Command, cs, config, o) {
|
|
2660
|
+
return [
|
|
2661
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2662
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2663
|
+
];
|
|
2664
|
+
}).s("KinesisAnalytics_20180523", "DeleteApplicationVpcConfiguration", {}).n("KinesisAnalyticsV2Client", "DeleteApplicationVpcConfigurationCommand").f(void 0, void 0).ser(se_DeleteApplicationVpcConfigurationCommand).de(de_DeleteApplicationVpcConfigurationCommand).build() {
|
|
2665
|
+
};
|
|
2666
|
+
__name(_DeleteApplicationVpcConfigurationCommand, "DeleteApplicationVpcConfigurationCommand");
|
|
2667
|
+
var DeleteApplicationVpcConfigurationCommand = _DeleteApplicationVpcConfigurationCommand;
|
|
2668
|
+
|
|
2669
|
+
// src/commands/DescribeApplicationCommand.ts
|
|
2670
|
+
|
|
2671
|
+
|
|
2672
|
+
|
|
2673
|
+
|
|
2674
|
+
var _DescribeApplicationCommand = class _DescribeApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2675
|
+
...commonParams
|
|
2676
|
+
}).m(function(Command, cs, config, o) {
|
|
2677
|
+
return [
|
|
2678
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2679
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2680
|
+
];
|
|
2681
|
+
}).s("KinesisAnalytics_20180523", "DescribeApplication", {}).n("KinesisAnalyticsV2Client", "DescribeApplicationCommand").f(void 0, void 0).ser(se_DescribeApplicationCommand).de(de_DescribeApplicationCommand).build() {
|
|
2682
|
+
};
|
|
2683
|
+
__name(_DescribeApplicationCommand, "DescribeApplicationCommand");
|
|
2684
|
+
var DescribeApplicationCommand = _DescribeApplicationCommand;
|
|
2685
|
+
|
|
2686
|
+
// src/commands/DescribeApplicationSnapshotCommand.ts
|
|
2687
|
+
|
|
2688
|
+
|
|
2689
|
+
|
|
2690
|
+
|
|
2691
|
+
var _DescribeApplicationSnapshotCommand = class _DescribeApplicationSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2692
|
+
...commonParams
|
|
2693
|
+
}).m(function(Command, cs, config, o) {
|
|
2694
|
+
return [
|
|
2695
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2696
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2697
|
+
];
|
|
2698
|
+
}).s("KinesisAnalytics_20180523", "DescribeApplicationSnapshot", {}).n("KinesisAnalyticsV2Client", "DescribeApplicationSnapshotCommand").f(void 0, void 0).ser(se_DescribeApplicationSnapshotCommand).de(de_DescribeApplicationSnapshotCommand).build() {
|
|
2699
|
+
};
|
|
2700
|
+
__name(_DescribeApplicationSnapshotCommand, "DescribeApplicationSnapshotCommand");
|
|
2701
|
+
var DescribeApplicationSnapshotCommand = _DescribeApplicationSnapshotCommand;
|
|
2702
|
+
|
|
2703
|
+
// src/commands/DescribeApplicationVersionCommand.ts
|
|
2704
|
+
|
|
2705
|
+
|
|
2706
|
+
|
|
2707
|
+
|
|
2708
|
+
var _DescribeApplicationVersionCommand = class _DescribeApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2709
|
+
...commonParams
|
|
2710
|
+
}).m(function(Command, cs, config, o) {
|
|
2711
|
+
return [
|
|
2712
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2713
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2714
|
+
];
|
|
2715
|
+
}).s("KinesisAnalytics_20180523", "DescribeApplicationVersion", {}).n("KinesisAnalyticsV2Client", "DescribeApplicationVersionCommand").f(void 0, void 0).ser(se_DescribeApplicationVersionCommand).de(de_DescribeApplicationVersionCommand).build() {
|
|
2716
|
+
};
|
|
2717
|
+
__name(_DescribeApplicationVersionCommand, "DescribeApplicationVersionCommand");
|
|
2718
|
+
var DescribeApplicationVersionCommand = _DescribeApplicationVersionCommand;
|
|
2719
|
+
|
|
2720
|
+
// src/commands/DiscoverInputSchemaCommand.ts
|
|
2721
|
+
|
|
2722
|
+
|
|
2723
|
+
|
|
2724
|
+
|
|
2725
|
+
var _DiscoverInputSchemaCommand = class _DiscoverInputSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2726
|
+
...commonParams
|
|
2727
|
+
}).m(function(Command, cs, config, o) {
|
|
2728
|
+
return [
|
|
2729
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2730
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2731
|
+
];
|
|
2732
|
+
}).s("KinesisAnalytics_20180523", "DiscoverInputSchema", {}).n("KinesisAnalyticsV2Client", "DiscoverInputSchemaCommand").f(void 0, void 0).ser(se_DiscoverInputSchemaCommand).de(de_DiscoverInputSchemaCommand).build() {
|
|
2733
|
+
};
|
|
2734
|
+
__name(_DiscoverInputSchemaCommand, "DiscoverInputSchemaCommand");
|
|
2735
|
+
var DiscoverInputSchemaCommand = _DiscoverInputSchemaCommand;
|
|
2736
|
+
|
|
2737
|
+
// src/commands/ListApplicationsCommand.ts
|
|
2738
|
+
|
|
2739
|
+
|
|
2740
|
+
|
|
2741
|
+
|
|
2742
|
+
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2743
|
+
...commonParams
|
|
2744
|
+
}).m(function(Command, cs, config, o) {
|
|
2745
|
+
return [
|
|
2746
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2747
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2748
|
+
];
|
|
2749
|
+
}).s("KinesisAnalytics_20180523", "ListApplications", {}).n("KinesisAnalyticsV2Client", "ListApplicationsCommand").f(void 0, void 0).ser(se_ListApplicationsCommand).de(de_ListApplicationsCommand).build() {
|
|
2750
|
+
};
|
|
2751
|
+
__name(_ListApplicationsCommand, "ListApplicationsCommand");
|
|
2752
|
+
var ListApplicationsCommand = _ListApplicationsCommand;
|
|
2753
|
+
|
|
2754
|
+
// src/commands/ListApplicationSnapshotsCommand.ts
|
|
2755
|
+
|
|
2756
|
+
|
|
2757
|
+
|
|
2758
|
+
|
|
2759
|
+
var _ListApplicationSnapshotsCommand = class _ListApplicationSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2760
|
+
...commonParams
|
|
2761
|
+
}).m(function(Command, cs, config, o) {
|
|
2762
|
+
return [
|
|
2763
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2764
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2765
|
+
];
|
|
2766
|
+
}).s("KinesisAnalytics_20180523", "ListApplicationSnapshots", {}).n("KinesisAnalyticsV2Client", "ListApplicationSnapshotsCommand").f(void 0, void 0).ser(se_ListApplicationSnapshotsCommand).de(de_ListApplicationSnapshotsCommand).build() {
|
|
2767
|
+
};
|
|
2768
|
+
__name(_ListApplicationSnapshotsCommand, "ListApplicationSnapshotsCommand");
|
|
2769
|
+
var ListApplicationSnapshotsCommand = _ListApplicationSnapshotsCommand;
|
|
2770
|
+
|
|
2771
|
+
// src/commands/ListApplicationVersionsCommand.ts
|
|
2772
|
+
|
|
2773
|
+
|
|
2774
|
+
|
|
2775
|
+
|
|
2776
|
+
var _ListApplicationVersionsCommand = class _ListApplicationVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2777
|
+
...commonParams
|
|
2778
|
+
}).m(function(Command, cs, config, o) {
|
|
2779
|
+
return [
|
|
2780
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2781
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2782
|
+
];
|
|
2783
|
+
}).s("KinesisAnalytics_20180523", "ListApplicationVersions", {}).n("KinesisAnalyticsV2Client", "ListApplicationVersionsCommand").f(void 0, void 0).ser(se_ListApplicationVersionsCommand).de(de_ListApplicationVersionsCommand).build() {
|
|
2784
|
+
};
|
|
2785
|
+
__name(_ListApplicationVersionsCommand, "ListApplicationVersionsCommand");
|
|
2786
|
+
var ListApplicationVersionsCommand = _ListApplicationVersionsCommand;
|
|
2787
|
+
|
|
2788
|
+
// src/commands/ListTagsForResourceCommand.ts
|
|
2789
|
+
|
|
2790
|
+
|
|
2791
|
+
|
|
2792
|
+
|
|
2793
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2794
|
+
...commonParams
|
|
2795
|
+
}).m(function(Command, cs, config, o) {
|
|
2796
|
+
return [
|
|
2797
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2798
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2799
|
+
];
|
|
2800
|
+
}).s("KinesisAnalytics_20180523", "ListTagsForResource", {}).n("KinesisAnalyticsV2Client", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
2801
|
+
};
|
|
2802
|
+
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
2803
|
+
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
2804
|
+
|
|
2805
|
+
// src/commands/RollbackApplicationCommand.ts
|
|
2806
|
+
|
|
2807
|
+
|
|
2808
|
+
|
|
2809
|
+
|
|
2810
|
+
var _RollbackApplicationCommand = class _RollbackApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2811
|
+
...commonParams
|
|
2812
|
+
}).m(function(Command, cs, config, o) {
|
|
2813
|
+
return [
|
|
2814
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2815
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2816
|
+
];
|
|
2817
|
+
}).s("KinesisAnalytics_20180523", "RollbackApplication", {}).n("KinesisAnalyticsV2Client", "RollbackApplicationCommand").f(void 0, void 0).ser(se_RollbackApplicationCommand).de(de_RollbackApplicationCommand).build() {
|
|
2818
|
+
};
|
|
2819
|
+
__name(_RollbackApplicationCommand, "RollbackApplicationCommand");
|
|
2820
|
+
var RollbackApplicationCommand = _RollbackApplicationCommand;
|
|
2821
|
+
|
|
2822
|
+
// src/commands/StartApplicationCommand.ts
|
|
2823
|
+
|
|
2824
|
+
|
|
2825
|
+
|
|
2826
|
+
|
|
2827
|
+
var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2828
|
+
...commonParams
|
|
2829
|
+
}).m(function(Command, cs, config, o) {
|
|
2830
|
+
return [
|
|
2831
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2832
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2833
|
+
];
|
|
2834
|
+
}).s("KinesisAnalytics_20180523", "StartApplication", {}).n("KinesisAnalyticsV2Client", "StartApplicationCommand").f(void 0, void 0).ser(se_StartApplicationCommand).de(de_StartApplicationCommand).build() {
|
|
2835
|
+
};
|
|
2836
|
+
__name(_StartApplicationCommand, "StartApplicationCommand");
|
|
2837
|
+
var StartApplicationCommand = _StartApplicationCommand;
|
|
2838
|
+
|
|
2839
|
+
// src/commands/StopApplicationCommand.ts
|
|
2840
|
+
|
|
2841
|
+
|
|
2842
|
+
|
|
2843
|
+
|
|
2844
|
+
var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2845
|
+
...commonParams
|
|
2846
|
+
}).m(function(Command, cs, config, o) {
|
|
2847
|
+
return [
|
|
2848
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2849
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2850
|
+
];
|
|
2851
|
+
}).s("KinesisAnalytics_20180523", "StopApplication", {}).n("KinesisAnalyticsV2Client", "StopApplicationCommand").f(void 0, void 0).ser(se_StopApplicationCommand).de(de_StopApplicationCommand).build() {
|
|
2852
|
+
};
|
|
2853
|
+
__name(_StopApplicationCommand, "StopApplicationCommand");
|
|
2854
|
+
var StopApplicationCommand = _StopApplicationCommand;
|
|
2855
|
+
|
|
2856
|
+
// src/commands/TagResourceCommand.ts
|
|
2857
|
+
|
|
2858
|
+
|
|
2859
|
+
|
|
2860
|
+
|
|
2861
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2862
|
+
...commonParams
|
|
2863
|
+
}).m(function(Command, cs, config, o) {
|
|
2864
|
+
return [
|
|
2865
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2866
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2867
|
+
];
|
|
2868
|
+
}).s("KinesisAnalytics_20180523", "TagResource", {}).n("KinesisAnalyticsV2Client", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
2869
|
+
};
|
|
2870
|
+
__name(_TagResourceCommand, "TagResourceCommand");
|
|
2871
|
+
var TagResourceCommand = _TagResourceCommand;
|
|
2872
|
+
|
|
2873
|
+
// src/commands/UntagResourceCommand.ts
|
|
2874
|
+
|
|
2875
|
+
|
|
2876
|
+
|
|
2877
|
+
|
|
2878
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2879
|
+
...commonParams
|
|
2880
|
+
}).m(function(Command, cs, config, o) {
|
|
2881
|
+
return [
|
|
2882
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2883
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2884
|
+
];
|
|
2885
|
+
}).s("KinesisAnalytics_20180523", "UntagResource", {}).n("KinesisAnalyticsV2Client", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
2886
|
+
};
|
|
2887
|
+
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
2888
|
+
var UntagResourceCommand = _UntagResourceCommand;
|
|
2889
|
+
|
|
2890
|
+
// src/commands/UpdateApplicationCommand.ts
|
|
2891
|
+
|
|
2892
|
+
|
|
2893
|
+
|
|
2894
|
+
|
|
2895
|
+
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2896
|
+
...commonParams
|
|
2897
|
+
}).m(function(Command, cs, config, o) {
|
|
2898
|
+
return [
|
|
2899
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2900
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2901
|
+
];
|
|
2902
|
+
}).s("KinesisAnalytics_20180523", "UpdateApplication", {}).n("KinesisAnalyticsV2Client", "UpdateApplicationCommand").f(void 0, void 0).ser(se_UpdateApplicationCommand).de(de_UpdateApplicationCommand).build() {
|
|
2903
|
+
};
|
|
2904
|
+
__name(_UpdateApplicationCommand, "UpdateApplicationCommand");
|
|
2905
|
+
var UpdateApplicationCommand = _UpdateApplicationCommand;
|
|
2906
|
+
|
|
2907
|
+
// src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
|
|
2911
|
+
|
|
2912
|
+
var _UpdateApplicationMaintenanceConfigurationCommand = class _UpdateApplicationMaintenanceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2913
|
+
...commonParams
|
|
2914
|
+
}).m(function(Command, cs, config, o) {
|
|
2915
|
+
return [
|
|
2916
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2917
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2918
|
+
];
|
|
2919
|
+
}).s("KinesisAnalytics_20180523", "UpdateApplicationMaintenanceConfiguration", {}).n("KinesisAnalyticsV2Client", "UpdateApplicationMaintenanceConfigurationCommand").f(void 0, void 0).ser(se_UpdateApplicationMaintenanceConfigurationCommand).de(de_UpdateApplicationMaintenanceConfigurationCommand).build() {
|
|
2920
|
+
};
|
|
2921
|
+
__name(_UpdateApplicationMaintenanceConfigurationCommand, "UpdateApplicationMaintenanceConfigurationCommand");
|
|
2922
|
+
var UpdateApplicationMaintenanceConfigurationCommand = _UpdateApplicationMaintenanceConfigurationCommand;
|
|
2923
|
+
|
|
2924
|
+
// src/KinesisAnalyticsV2.ts
|
|
2925
|
+
var commands = {
|
|
2926
|
+
AddApplicationCloudWatchLoggingOptionCommand,
|
|
2927
|
+
AddApplicationInputCommand,
|
|
2928
|
+
AddApplicationInputProcessingConfigurationCommand,
|
|
2929
|
+
AddApplicationOutputCommand,
|
|
2930
|
+
AddApplicationReferenceDataSourceCommand,
|
|
2931
|
+
AddApplicationVpcConfigurationCommand,
|
|
2932
|
+
CreateApplicationCommand,
|
|
2933
|
+
CreateApplicationPresignedUrlCommand,
|
|
2934
|
+
CreateApplicationSnapshotCommand,
|
|
2935
|
+
DeleteApplicationCommand,
|
|
2936
|
+
DeleteApplicationCloudWatchLoggingOptionCommand,
|
|
2937
|
+
DeleteApplicationInputProcessingConfigurationCommand,
|
|
2938
|
+
DeleteApplicationOutputCommand,
|
|
2939
|
+
DeleteApplicationReferenceDataSourceCommand,
|
|
2940
|
+
DeleteApplicationSnapshotCommand,
|
|
2941
|
+
DeleteApplicationVpcConfigurationCommand,
|
|
2942
|
+
DescribeApplicationCommand,
|
|
2943
|
+
DescribeApplicationSnapshotCommand,
|
|
2944
|
+
DescribeApplicationVersionCommand,
|
|
2945
|
+
DiscoverInputSchemaCommand,
|
|
2946
|
+
ListApplicationsCommand,
|
|
2947
|
+
ListApplicationSnapshotsCommand,
|
|
2948
|
+
ListApplicationVersionsCommand,
|
|
2949
|
+
ListTagsForResourceCommand,
|
|
2950
|
+
RollbackApplicationCommand,
|
|
2951
|
+
StartApplicationCommand,
|
|
2952
|
+
StopApplicationCommand,
|
|
2953
|
+
TagResourceCommand,
|
|
2954
|
+
UntagResourceCommand,
|
|
2955
|
+
UpdateApplicationCommand,
|
|
2956
|
+
UpdateApplicationMaintenanceConfigurationCommand
|
|
2957
|
+
};
|
|
2958
|
+
var _KinesisAnalyticsV2 = class _KinesisAnalyticsV2 extends KinesisAnalyticsV2Client {
|
|
2959
|
+
};
|
|
2960
|
+
__name(_KinesisAnalyticsV2, "KinesisAnalyticsV2");
|
|
2961
|
+
var KinesisAnalyticsV2 = _KinesisAnalyticsV2;
|
|
2962
|
+
(0, import_smithy_client.createAggregatedClient)(commands, KinesisAnalyticsV2);
|
|
2963
|
+
|
|
2964
|
+
// src/index.ts
|
|
2965
|
+
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2966
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2967
|
+
0 && (module.exports = {
|
|
2968
|
+
AddApplicationCloudWatchLoggingOptionCommand,
|
|
2969
|
+
AddApplicationInputCommand,
|
|
2970
|
+
AddApplicationInputProcessingConfigurationCommand,
|
|
2971
|
+
AddApplicationOutputCommand,
|
|
2972
|
+
AddApplicationReferenceDataSourceCommand,
|
|
2973
|
+
AddApplicationVpcConfigurationCommand,
|
|
2974
|
+
ApplicationMode,
|
|
2975
|
+
ApplicationRestoreType,
|
|
2976
|
+
ApplicationStatus,
|
|
2977
|
+
ArtifactType,
|
|
2978
|
+
CodeContentType,
|
|
2979
|
+
CodeValidationException,
|
|
2980
|
+
ConcurrentModificationException,
|
|
2981
|
+
ConfigurationType,
|
|
2982
|
+
CreateApplicationCommand,
|
|
2983
|
+
CreateApplicationPresignedUrlCommand,
|
|
2984
|
+
CreateApplicationSnapshotCommand,
|
|
2985
|
+
DeleteApplicationCloudWatchLoggingOptionCommand,
|
|
2986
|
+
DeleteApplicationCommand,
|
|
2987
|
+
DeleteApplicationInputProcessingConfigurationCommand,
|
|
2988
|
+
DeleteApplicationOutputCommand,
|
|
2989
|
+
DeleteApplicationReferenceDataSourceCommand,
|
|
2990
|
+
DeleteApplicationSnapshotCommand,
|
|
2991
|
+
DeleteApplicationVpcConfigurationCommand,
|
|
2992
|
+
DescribeApplicationCommand,
|
|
2993
|
+
DescribeApplicationSnapshotCommand,
|
|
2994
|
+
DescribeApplicationVersionCommand,
|
|
2995
|
+
DiscoverInputSchemaCommand,
|
|
2996
|
+
InputStartingPosition,
|
|
2997
|
+
InvalidApplicationConfigurationException,
|
|
2998
|
+
InvalidArgumentException,
|
|
2999
|
+
InvalidRequestException,
|
|
3000
|
+
KinesisAnalyticsV2,
|
|
3001
|
+
KinesisAnalyticsV2Client,
|
|
3002
|
+
KinesisAnalyticsV2ServiceException,
|
|
3003
|
+
LimitExceededException,
|
|
3004
|
+
ListApplicationSnapshotsCommand,
|
|
3005
|
+
ListApplicationVersionsCommand,
|
|
3006
|
+
ListApplicationsCommand,
|
|
3007
|
+
ListTagsForResourceCommand,
|
|
3008
|
+
LogLevel,
|
|
3009
|
+
MetricsLevel,
|
|
3010
|
+
RecordFormatType,
|
|
3011
|
+
ResourceInUseException,
|
|
3012
|
+
ResourceNotFoundException,
|
|
3013
|
+
ResourceProvisionedThroughputExceededException,
|
|
3014
|
+
RollbackApplicationCommand,
|
|
3015
|
+
RuntimeEnvironment,
|
|
3016
|
+
ServiceUnavailableException,
|
|
3017
|
+
SnapshotStatus,
|
|
3018
|
+
StartApplicationCommand,
|
|
3019
|
+
StopApplicationCommand,
|
|
3020
|
+
TagResourceCommand,
|
|
3021
|
+
TooManyTagsException,
|
|
3022
|
+
UnableToDetectSchemaException,
|
|
3023
|
+
UnsupportedOperationException,
|
|
3024
|
+
UntagResourceCommand,
|
|
3025
|
+
UpdateApplicationCommand,
|
|
3026
|
+
UpdateApplicationMaintenanceConfigurationCommand,
|
|
3027
|
+
UrlType,
|
|
3028
|
+
__Client
|
|
3029
|
+
});
|