@aws-sdk/client-kinesis-analytics-v2 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1939 -1307
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/KinesisAnalyticsV2Client.js +2 -0
- package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +3 -9
- package/dist-es/commands/AddApplicationInputCommand.js +3 -9
- package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +3 -9
- package/dist-es/commands/AddApplicationOutputCommand.js +3 -9
- package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +3 -9
- package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateApplicationCommand.js +3 -9
- package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +3 -9
- package/dist-es/commands/CreateApplicationSnapshotCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationOutputCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationSnapshotCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeApplicationCommand.js +3 -9
- package/dist-es/commands/DescribeApplicationOperationCommand.js +3 -9
- package/dist-es/commands/DescribeApplicationSnapshotCommand.js +3 -9
- package/dist-es/commands/DescribeApplicationVersionCommand.js +3 -9
- package/dist-es/commands/DiscoverInputSchemaCommand.js +3 -9
- package/dist-es/commands/ListApplicationOperationsCommand.js +3 -9
- package/dist-es/commands/ListApplicationSnapshotsCommand.js +3 -9
- package/dist-es/commands/ListApplicationVersionsCommand.js +3 -9
- package/dist-es/commands/ListApplicationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RollbackApplicationCommand.js +3 -9
- package/dist-es/commands/StartApplicationCommand.js +3 -9
- package/dist-es/commands/StopApplicationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1842 -0
- package/dist-types/KinesisAnalyticsV2Client.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +279 -0
- package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +284 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1041
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -299
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -401
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
18
|
|
|
20
19
|
const resolveClientEndpointParameters = (options) => {
|
|
21
20
|
return Object.assign(options, {
|
|
@@ -91,6 +90,7 @@ class KinesisAnalyticsV2Client extends smithyClient.Client {
|
|
|
91
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
92
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
93
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
94
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
95
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
96
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -110,14 +110,14 @@ class KinesisAnalyticsV2Client extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
class KinesisAnalyticsV2ServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let KinesisAnalyticsV2ServiceException$1 = class KinesisAnalyticsV2ServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, KinesisAnalyticsV2ServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
};
|
|
119
119
|
|
|
120
|
-
class ConcurrentModificationException extends KinesisAnalyticsV2ServiceException {
|
|
120
|
+
let ConcurrentModificationException$1 = class ConcurrentModificationException extends KinesisAnalyticsV2ServiceException$1 {
|
|
121
121
|
name = "ConcurrentModificationException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ class ConcurrentModificationException extends KinesisAnalyticsV2ServiceException
|
|
|
130
130
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
class InvalidApplicationConfigurationException extends KinesisAnalyticsV2ServiceException {
|
|
133
|
+
};
|
|
134
|
+
let InvalidApplicationConfigurationException$1 = class InvalidApplicationConfigurationException extends KinesisAnalyticsV2ServiceException$1 {
|
|
135
135
|
name = "InvalidApplicationConfigurationException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ class InvalidApplicationConfigurationException extends KinesisAnalyticsV2Service
|
|
|
144
144
|
Object.setPrototypeOf(this, InvalidApplicationConfigurationException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
class InvalidArgumentException extends KinesisAnalyticsV2ServiceException {
|
|
147
|
+
};
|
|
148
|
+
let InvalidArgumentException$1 = class InvalidArgumentException extends KinesisAnalyticsV2ServiceException$1 {
|
|
149
149
|
name = "InvalidArgumentException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ class InvalidArgumentException extends KinesisAnalyticsV2ServiceException {
|
|
|
158
158
|
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
class InvalidRequestException extends KinesisAnalyticsV2ServiceException {
|
|
161
|
+
};
|
|
162
|
+
let InvalidRequestException$1 = class InvalidRequestException extends KinesisAnalyticsV2ServiceException$1 {
|
|
163
163
|
name = "InvalidRequestException";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ class InvalidRequestException extends KinesisAnalyticsV2ServiceException {
|
|
|
172
172
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
class ResourceInUseException extends KinesisAnalyticsV2ServiceException {
|
|
175
|
+
};
|
|
176
|
+
let ResourceInUseException$1 = class ResourceInUseException extends KinesisAnalyticsV2ServiceException$1 {
|
|
177
177
|
name = "ResourceInUseException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,8 +186,8 @@ class ResourceInUseException extends KinesisAnalyticsV2ServiceException {
|
|
|
186
186
|
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
class ResourceNotFoundException extends KinesisAnalyticsV2ServiceException {
|
|
189
|
+
};
|
|
190
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends KinesisAnalyticsV2ServiceException$1 {
|
|
191
191
|
name = "ResourceNotFoundException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
Message;
|
|
@@ -200,7 +200,7 @@ class ResourceNotFoundException extends KinesisAnalyticsV2ServiceException {
|
|
|
200
200
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
201
201
|
this.Message = opts.Message;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
203
|
+
};
|
|
204
204
|
const RecordFormatType = {
|
|
205
205
|
CSV: "CSV",
|
|
206
206
|
JSON: "JSON",
|
|
@@ -210,7 +210,7 @@ const InputStartingPosition = {
|
|
|
210
210
|
NOW: "NOW",
|
|
211
211
|
TRIM_HORIZON: "TRIM_HORIZON",
|
|
212
212
|
};
|
|
213
|
-
class CodeValidationException extends KinesisAnalyticsV2ServiceException {
|
|
213
|
+
let CodeValidationException$1 = class CodeValidationException extends KinesisAnalyticsV2ServiceException$1 {
|
|
214
214
|
name = "CodeValidationException";
|
|
215
215
|
$fault = "client";
|
|
216
216
|
Message;
|
|
@@ -223,7 +223,7 @@ class CodeValidationException extends KinesisAnalyticsV2ServiceException {
|
|
|
223
223
|
Object.setPrototypeOf(this, CodeValidationException.prototype);
|
|
224
224
|
this.Message = opts.Message;
|
|
225
225
|
}
|
|
226
|
-
}
|
|
226
|
+
};
|
|
227
227
|
const CodeContentType = {
|
|
228
228
|
PLAINTEXT: "PLAINTEXT",
|
|
229
229
|
ZIPFILE: "ZIPFILE",
|
|
@@ -294,7 +294,7 @@ const OperationStatus = {
|
|
|
294
294
|
IN_PROGRESS: "IN_PROGRESS",
|
|
295
295
|
SUCCESSFUL: "SUCCESSFUL",
|
|
296
296
|
};
|
|
297
|
-
class LimitExceededException extends KinesisAnalyticsV2ServiceException {
|
|
297
|
+
let LimitExceededException$1 = class LimitExceededException extends KinesisAnalyticsV2ServiceException$1 {
|
|
298
298
|
name = "LimitExceededException";
|
|
299
299
|
$fault = "client";
|
|
300
300
|
Message;
|
|
@@ -307,8 +307,8 @@ class LimitExceededException extends KinesisAnalyticsV2ServiceException {
|
|
|
307
307
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
308
308
|
this.Message = opts.Message;
|
|
309
309
|
}
|
|
310
|
-
}
|
|
311
|
-
class TooManyTagsException extends KinesisAnalyticsV2ServiceException {
|
|
310
|
+
};
|
|
311
|
+
let TooManyTagsException$1 = class TooManyTagsException extends KinesisAnalyticsV2ServiceException$1 {
|
|
312
312
|
name = "TooManyTagsException";
|
|
313
313
|
$fault = "client";
|
|
314
314
|
constructor(opts) {
|
|
@@ -319,8 +319,8 @@ class TooManyTagsException extends KinesisAnalyticsV2ServiceException {
|
|
|
319
319
|
});
|
|
320
320
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
321
321
|
}
|
|
322
|
-
}
|
|
323
|
-
class UnsupportedOperationException extends KinesisAnalyticsV2ServiceException {
|
|
322
|
+
};
|
|
323
|
+
let UnsupportedOperationException$1 = class UnsupportedOperationException extends KinesisAnalyticsV2ServiceException$1 {
|
|
324
324
|
name = "UnsupportedOperationException";
|
|
325
325
|
$fault = "client";
|
|
326
326
|
Message;
|
|
@@ -333,7 +333,7 @@ class UnsupportedOperationException extends KinesisAnalyticsV2ServiceException {
|
|
|
333
333
|
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
334
334
|
this.Message = opts.Message;
|
|
335
335
|
}
|
|
336
|
-
}
|
|
336
|
+
};
|
|
337
337
|
const UrlType = {
|
|
338
338
|
FLINK_DASHBOARD_URL: "FLINK_DASHBOARD_URL",
|
|
339
339
|
ZEPPELIN_UI_URL: "ZEPPELIN_UI_URL",
|
|
@@ -344,7 +344,7 @@ const SnapshotStatus = {
|
|
|
344
344
|
FAILED: "FAILED",
|
|
345
345
|
READY: "READY",
|
|
346
346
|
};
|
|
347
|
-
class ResourceProvisionedThroughputExceededException extends KinesisAnalyticsV2ServiceException {
|
|
347
|
+
let ResourceProvisionedThroughputExceededException$1 = class ResourceProvisionedThroughputExceededException extends KinesisAnalyticsV2ServiceException$1 {
|
|
348
348
|
name = "ResourceProvisionedThroughputExceededException";
|
|
349
349
|
$fault = "client";
|
|
350
350
|
Message;
|
|
@@ -357,8 +357,8 @@ class ResourceProvisionedThroughputExceededException extends KinesisAnalyticsV2S
|
|
|
357
357
|
Object.setPrototypeOf(this, ResourceProvisionedThroughputExceededException.prototype);
|
|
358
358
|
this.Message = opts.Message;
|
|
359
359
|
}
|
|
360
|
-
}
|
|
361
|
-
class ServiceUnavailableException extends KinesisAnalyticsV2ServiceException {
|
|
360
|
+
};
|
|
361
|
+
let ServiceUnavailableException$1 = class ServiceUnavailableException extends KinesisAnalyticsV2ServiceException$1 {
|
|
362
362
|
name = "ServiceUnavailableException";
|
|
363
363
|
$fault = "server";
|
|
364
364
|
Message;
|
|
@@ -371,8 +371,8 @@ class ServiceUnavailableException extends KinesisAnalyticsV2ServiceException {
|
|
|
371
371
|
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
372
372
|
this.Message = opts.Message;
|
|
373
373
|
}
|
|
374
|
-
}
|
|
375
|
-
class UnableToDetectSchemaException extends KinesisAnalyticsV2ServiceException {
|
|
374
|
+
};
|
|
375
|
+
let UnableToDetectSchemaException$1 = class UnableToDetectSchemaException extends KinesisAnalyticsV2ServiceException$1 {
|
|
376
376
|
name = "UnableToDetectSchemaException";
|
|
377
377
|
$fault = "client";
|
|
378
378
|
Message;
|
|
@@ -389,1055 +389,1847 @@ class UnableToDetectSchemaException extends KinesisAnalyticsV2ServiceException {
|
|
|
389
389
|
this.RawInputRecords = opts.RawInputRecords;
|
|
390
390
|
this.ProcessedInputRecords = opts.ProcessedInputRecords;
|
|
391
391
|
}
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
const se_AddApplicationCloudWatchLoggingOptionCommand = async (input, context) => {
|
|
395
|
-
const headers = sharedHeaders("AddApplicationCloudWatchLoggingOption");
|
|
396
|
-
let body;
|
|
397
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
398
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
399
|
-
};
|
|
400
|
-
const se_AddApplicationInputCommand = async (input, context) => {
|
|
401
|
-
const headers = sharedHeaders("AddApplicationInput");
|
|
402
|
-
let body;
|
|
403
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
404
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
405
|
-
};
|
|
406
|
-
const se_AddApplicationInputProcessingConfigurationCommand = async (input, context) => {
|
|
407
|
-
const headers = sharedHeaders("AddApplicationInputProcessingConfiguration");
|
|
408
|
-
let body;
|
|
409
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
410
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
411
|
-
};
|
|
412
|
-
const se_AddApplicationOutputCommand = async (input, context) => {
|
|
413
|
-
const headers = sharedHeaders("AddApplicationOutput");
|
|
414
|
-
let body;
|
|
415
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
416
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
417
|
-
};
|
|
418
|
-
const se_AddApplicationReferenceDataSourceCommand = async (input, context) => {
|
|
419
|
-
const headers = sharedHeaders("AddApplicationReferenceDataSource");
|
|
420
|
-
let body;
|
|
421
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
422
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
423
|
-
};
|
|
424
|
-
const se_AddApplicationVpcConfigurationCommand = async (input, context) => {
|
|
425
|
-
const headers = sharedHeaders("AddApplicationVpcConfiguration");
|
|
426
|
-
let body;
|
|
427
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
428
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
429
|
-
};
|
|
430
|
-
const se_CreateApplicationCommand = async (input, context) => {
|
|
431
|
-
const headers = sharedHeaders("CreateApplication");
|
|
432
|
-
let body;
|
|
433
|
-
body = JSON.stringify(se_CreateApplicationRequest(input, context));
|
|
434
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
435
|
-
};
|
|
436
|
-
const se_CreateApplicationPresignedUrlCommand = async (input, context) => {
|
|
437
|
-
const headers = sharedHeaders("CreateApplicationPresignedUrl");
|
|
438
|
-
let body;
|
|
439
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
440
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
441
|
-
};
|
|
442
|
-
const se_CreateApplicationSnapshotCommand = async (input, context) => {
|
|
443
|
-
const headers = sharedHeaders("CreateApplicationSnapshot");
|
|
444
|
-
let body;
|
|
445
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
446
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
447
|
-
};
|
|
448
|
-
const se_DeleteApplicationCommand = async (input, context) => {
|
|
449
|
-
const headers = sharedHeaders("DeleteApplication");
|
|
450
|
-
let body;
|
|
451
|
-
body = JSON.stringify(se_DeleteApplicationRequest(input));
|
|
452
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
453
|
-
};
|
|
454
|
-
const se_DeleteApplicationCloudWatchLoggingOptionCommand = async (input, context) => {
|
|
455
|
-
const headers = sharedHeaders("DeleteApplicationCloudWatchLoggingOption");
|
|
456
|
-
let body;
|
|
457
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
458
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
459
|
-
};
|
|
460
|
-
const se_DeleteApplicationInputProcessingConfigurationCommand = async (input, context) => {
|
|
461
|
-
const headers = sharedHeaders("DeleteApplicationInputProcessingConfiguration");
|
|
462
|
-
let body;
|
|
463
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
464
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
465
|
-
};
|
|
466
|
-
const se_DeleteApplicationOutputCommand = async (input, context) => {
|
|
467
|
-
const headers = sharedHeaders("DeleteApplicationOutput");
|
|
468
|
-
let body;
|
|
469
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
470
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
471
|
-
};
|
|
472
|
-
const se_DeleteApplicationReferenceDataSourceCommand = async (input, context) => {
|
|
473
|
-
const headers = sharedHeaders("DeleteApplicationReferenceDataSource");
|
|
474
|
-
let body;
|
|
475
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
476
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
477
|
-
};
|
|
478
|
-
const se_DeleteApplicationSnapshotCommand = async (input, context) => {
|
|
479
|
-
const headers = sharedHeaders("DeleteApplicationSnapshot");
|
|
480
|
-
let body;
|
|
481
|
-
body = JSON.stringify(se_DeleteApplicationSnapshotRequest(input));
|
|
482
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
483
|
-
};
|
|
484
|
-
const se_DeleteApplicationVpcConfigurationCommand = async (input, context) => {
|
|
485
|
-
const headers = sharedHeaders("DeleteApplicationVpcConfiguration");
|
|
486
|
-
let body;
|
|
487
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
488
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
489
|
-
};
|
|
490
|
-
const se_DescribeApplicationCommand = async (input, context) => {
|
|
491
|
-
const headers = sharedHeaders("DescribeApplication");
|
|
492
|
-
let body;
|
|
493
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
494
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
495
|
-
};
|
|
496
|
-
const se_DescribeApplicationOperationCommand = async (input, context) => {
|
|
497
|
-
const headers = sharedHeaders("DescribeApplicationOperation");
|
|
498
|
-
let body;
|
|
499
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
500
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
501
|
-
};
|
|
502
|
-
const se_DescribeApplicationSnapshotCommand = async (input, context) => {
|
|
503
|
-
const headers = sharedHeaders("DescribeApplicationSnapshot");
|
|
504
|
-
let body;
|
|
505
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
506
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
507
|
-
};
|
|
508
|
-
const se_DescribeApplicationVersionCommand = async (input, context) => {
|
|
509
|
-
const headers = sharedHeaders("DescribeApplicationVersion");
|
|
510
|
-
let body;
|
|
511
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
512
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
513
|
-
};
|
|
514
|
-
const se_DiscoverInputSchemaCommand = async (input, context) => {
|
|
515
|
-
const headers = sharedHeaders("DiscoverInputSchema");
|
|
516
|
-
let body;
|
|
517
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
518
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
519
|
-
};
|
|
520
|
-
const se_ListApplicationOperationsCommand = async (input, context) => {
|
|
521
|
-
const headers = sharedHeaders("ListApplicationOperations");
|
|
522
|
-
let body;
|
|
523
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
524
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
525
|
-
};
|
|
526
|
-
const se_ListApplicationsCommand = async (input, context) => {
|
|
527
|
-
const headers = sharedHeaders("ListApplications");
|
|
528
|
-
let body;
|
|
529
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
530
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
531
|
-
};
|
|
532
|
-
const se_ListApplicationSnapshotsCommand = async (input, context) => {
|
|
533
|
-
const headers = sharedHeaders("ListApplicationSnapshots");
|
|
534
|
-
let body;
|
|
535
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
536
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
537
|
-
};
|
|
538
|
-
const se_ListApplicationVersionsCommand = async (input, context) => {
|
|
539
|
-
const headers = sharedHeaders("ListApplicationVersions");
|
|
540
|
-
let body;
|
|
541
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
542
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
543
|
-
};
|
|
544
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
545
|
-
const headers = sharedHeaders("ListTagsForResource");
|
|
546
|
-
let body;
|
|
547
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
548
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
549
|
-
};
|
|
550
|
-
const se_RollbackApplicationCommand = async (input, context) => {
|
|
551
|
-
const headers = sharedHeaders("RollbackApplication");
|
|
552
|
-
let body;
|
|
553
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
554
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
555
|
-
};
|
|
556
|
-
const se_StartApplicationCommand = async (input, context) => {
|
|
557
|
-
const headers = sharedHeaders("StartApplication");
|
|
558
|
-
let body;
|
|
559
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
560
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
561
|
-
};
|
|
562
|
-
const se_StopApplicationCommand = async (input, context) => {
|
|
563
|
-
const headers = sharedHeaders("StopApplication");
|
|
564
|
-
let body;
|
|
565
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
566
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
567
|
-
};
|
|
568
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
569
|
-
const headers = sharedHeaders("TagResource");
|
|
570
|
-
let body;
|
|
571
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
572
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
573
|
-
};
|
|
574
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
575
|
-
const headers = sharedHeaders("UntagResource");
|
|
576
|
-
let body;
|
|
577
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
578
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
579
|
-
};
|
|
580
|
-
const se_UpdateApplicationCommand = async (input, context) => {
|
|
581
|
-
const headers = sharedHeaders("UpdateApplication");
|
|
582
|
-
let body;
|
|
583
|
-
body = JSON.stringify(se_UpdateApplicationRequest(input, context));
|
|
584
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
585
|
-
};
|
|
586
|
-
const se_UpdateApplicationMaintenanceConfigurationCommand = async (input, context) => {
|
|
587
|
-
const headers = sharedHeaders("UpdateApplicationMaintenanceConfiguration");
|
|
588
|
-
let body;
|
|
589
|
-
body = JSON.stringify(smithyClient._json(input));
|
|
590
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
591
|
-
};
|
|
592
|
-
const de_AddApplicationCloudWatchLoggingOptionCommand = async (output, context) => {
|
|
593
|
-
if (output.statusCode >= 300) {
|
|
594
|
-
return de_CommandError(output, context);
|
|
595
|
-
}
|
|
596
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
597
|
-
let contents = {};
|
|
598
|
-
contents = smithyClient._json(data);
|
|
599
|
-
const response = {
|
|
600
|
-
$metadata: deserializeMetadata(output),
|
|
601
|
-
...contents,
|
|
602
|
-
};
|
|
603
|
-
return response;
|
|
604
|
-
};
|
|
605
|
-
const de_AddApplicationInputCommand = async (output, context) => {
|
|
606
|
-
if (output.statusCode >= 300) {
|
|
607
|
-
return de_CommandError(output, context);
|
|
608
|
-
}
|
|
609
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
610
|
-
let contents = {};
|
|
611
|
-
contents = smithyClient._json(data);
|
|
612
|
-
const response = {
|
|
613
|
-
$metadata: deserializeMetadata(output),
|
|
614
|
-
...contents,
|
|
615
|
-
};
|
|
616
|
-
return response;
|
|
617
|
-
};
|
|
618
|
-
const de_AddApplicationInputProcessingConfigurationCommand = async (output, context) => {
|
|
619
|
-
if (output.statusCode >= 300) {
|
|
620
|
-
return de_CommandError(output, context);
|
|
621
|
-
}
|
|
622
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
623
|
-
let contents = {};
|
|
624
|
-
contents = smithyClient._json(data);
|
|
625
|
-
const response = {
|
|
626
|
-
$metadata: deserializeMetadata(output),
|
|
627
|
-
...contents,
|
|
628
|
-
};
|
|
629
|
-
return response;
|
|
630
|
-
};
|
|
631
|
-
const de_AddApplicationOutputCommand = async (output, context) => {
|
|
632
|
-
if (output.statusCode >= 300) {
|
|
633
|
-
return de_CommandError(output, context);
|
|
634
|
-
}
|
|
635
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
636
|
-
let contents = {};
|
|
637
|
-
contents = smithyClient._json(data);
|
|
638
|
-
const response = {
|
|
639
|
-
$metadata: deserializeMetadata(output),
|
|
640
|
-
...contents,
|
|
641
|
-
};
|
|
642
|
-
return response;
|
|
643
|
-
};
|
|
644
|
-
const de_AddApplicationReferenceDataSourceCommand = async (output, context) => {
|
|
645
|
-
if (output.statusCode >= 300) {
|
|
646
|
-
return de_CommandError(output, context);
|
|
647
|
-
}
|
|
648
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
649
|
-
let contents = {};
|
|
650
|
-
contents = smithyClient._json(data);
|
|
651
|
-
const response = {
|
|
652
|
-
$metadata: deserializeMetadata(output),
|
|
653
|
-
...contents,
|
|
654
|
-
};
|
|
655
|
-
return response;
|
|
656
|
-
};
|
|
657
|
-
const de_AddApplicationVpcConfigurationCommand = async (output, context) => {
|
|
658
|
-
if (output.statusCode >= 300) {
|
|
659
|
-
return de_CommandError(output, context);
|
|
660
|
-
}
|
|
661
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
662
|
-
let contents = {};
|
|
663
|
-
contents = smithyClient._json(data);
|
|
664
|
-
const response = {
|
|
665
|
-
$metadata: deserializeMetadata(output),
|
|
666
|
-
...contents,
|
|
667
|
-
};
|
|
668
|
-
return response;
|
|
669
|
-
};
|
|
670
|
-
const de_CreateApplicationCommand = async (output, context) => {
|
|
671
|
-
if (output.statusCode >= 300) {
|
|
672
|
-
return de_CommandError(output, context);
|
|
673
|
-
}
|
|
674
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
675
|
-
let contents = {};
|
|
676
|
-
contents = de_CreateApplicationResponse(data);
|
|
677
|
-
const response = {
|
|
678
|
-
$metadata: deserializeMetadata(output),
|
|
679
|
-
...contents,
|
|
680
|
-
};
|
|
681
|
-
return response;
|
|
682
|
-
};
|
|
683
|
-
const de_CreateApplicationPresignedUrlCommand = async (output, context) => {
|
|
684
|
-
if (output.statusCode >= 300) {
|
|
685
|
-
return de_CommandError(output, context);
|
|
686
|
-
}
|
|
687
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
688
|
-
let contents = {};
|
|
689
|
-
contents = smithyClient._json(data);
|
|
690
|
-
const response = {
|
|
691
|
-
$metadata: deserializeMetadata(output),
|
|
692
|
-
...contents,
|
|
693
|
-
};
|
|
694
|
-
return response;
|
|
695
|
-
};
|
|
696
|
-
const de_CreateApplicationSnapshotCommand = async (output, context) => {
|
|
697
|
-
if (output.statusCode >= 300) {
|
|
698
|
-
return de_CommandError(output, context);
|
|
699
|
-
}
|
|
700
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
701
|
-
let contents = {};
|
|
702
|
-
contents = smithyClient._json(data);
|
|
703
|
-
const response = {
|
|
704
|
-
$metadata: deserializeMetadata(output),
|
|
705
|
-
...contents,
|
|
706
|
-
};
|
|
707
|
-
return response;
|
|
708
|
-
};
|
|
709
|
-
const de_DeleteApplicationCommand = async (output, context) => {
|
|
710
|
-
if (output.statusCode >= 300) {
|
|
711
|
-
return de_CommandError(output, context);
|
|
712
|
-
}
|
|
713
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
714
|
-
let contents = {};
|
|
715
|
-
contents = smithyClient._json(data);
|
|
716
|
-
const response = {
|
|
717
|
-
$metadata: deserializeMetadata(output),
|
|
718
|
-
...contents,
|
|
719
|
-
};
|
|
720
|
-
return response;
|
|
721
|
-
};
|
|
722
|
-
const de_DeleteApplicationCloudWatchLoggingOptionCommand = async (output, context) => {
|
|
723
|
-
if (output.statusCode >= 300) {
|
|
724
|
-
return de_CommandError(output, context);
|
|
725
|
-
}
|
|
726
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
727
|
-
let contents = {};
|
|
728
|
-
contents = smithyClient._json(data);
|
|
729
|
-
const response = {
|
|
730
|
-
$metadata: deserializeMetadata(output),
|
|
731
|
-
...contents,
|
|
732
|
-
};
|
|
733
|
-
return response;
|
|
734
|
-
};
|
|
735
|
-
const de_DeleteApplicationInputProcessingConfigurationCommand = async (output, context) => {
|
|
736
|
-
if (output.statusCode >= 300) {
|
|
737
|
-
return de_CommandError(output, context);
|
|
738
|
-
}
|
|
739
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
740
|
-
let contents = {};
|
|
741
|
-
contents = smithyClient._json(data);
|
|
742
|
-
const response = {
|
|
743
|
-
$metadata: deserializeMetadata(output),
|
|
744
|
-
...contents,
|
|
745
|
-
};
|
|
746
|
-
return response;
|
|
747
|
-
};
|
|
748
|
-
const de_DeleteApplicationOutputCommand = async (output, context) => {
|
|
749
|
-
if (output.statusCode >= 300) {
|
|
750
|
-
return de_CommandError(output, context);
|
|
751
|
-
}
|
|
752
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
753
|
-
let contents = {};
|
|
754
|
-
contents = smithyClient._json(data);
|
|
755
|
-
const response = {
|
|
756
|
-
$metadata: deserializeMetadata(output),
|
|
757
|
-
...contents,
|
|
758
|
-
};
|
|
759
|
-
return response;
|
|
760
|
-
};
|
|
761
|
-
const de_DeleteApplicationReferenceDataSourceCommand = async (output, context) => {
|
|
762
|
-
if (output.statusCode >= 300) {
|
|
763
|
-
return de_CommandError(output, context);
|
|
764
|
-
}
|
|
765
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
766
|
-
let contents = {};
|
|
767
|
-
contents = smithyClient._json(data);
|
|
768
|
-
const response = {
|
|
769
|
-
$metadata: deserializeMetadata(output),
|
|
770
|
-
...contents,
|
|
771
|
-
};
|
|
772
|
-
return response;
|
|
773
|
-
};
|
|
774
|
-
const de_DeleteApplicationSnapshotCommand = async (output, context) => {
|
|
775
|
-
if (output.statusCode >= 300) {
|
|
776
|
-
return de_CommandError(output, context);
|
|
777
|
-
}
|
|
778
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
779
|
-
let contents = {};
|
|
780
|
-
contents = smithyClient._json(data);
|
|
781
|
-
const response = {
|
|
782
|
-
$metadata: deserializeMetadata(output),
|
|
783
|
-
...contents,
|
|
784
|
-
};
|
|
785
|
-
return response;
|
|
786
|
-
};
|
|
787
|
-
const de_DeleteApplicationVpcConfigurationCommand = async (output, context) => {
|
|
788
|
-
if (output.statusCode >= 300) {
|
|
789
|
-
return de_CommandError(output, context);
|
|
790
|
-
}
|
|
791
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
792
|
-
let contents = {};
|
|
793
|
-
contents = smithyClient._json(data);
|
|
794
|
-
const response = {
|
|
795
|
-
$metadata: deserializeMetadata(output),
|
|
796
|
-
...contents,
|
|
797
|
-
};
|
|
798
|
-
return response;
|
|
799
|
-
};
|
|
800
|
-
const de_DescribeApplicationCommand = async (output, context) => {
|
|
801
|
-
if (output.statusCode >= 300) {
|
|
802
|
-
return de_CommandError(output, context);
|
|
803
|
-
}
|
|
804
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
805
|
-
let contents = {};
|
|
806
|
-
contents = de_DescribeApplicationResponse(data);
|
|
807
|
-
const response = {
|
|
808
|
-
$metadata: deserializeMetadata(output),
|
|
809
|
-
...contents,
|
|
810
|
-
};
|
|
811
|
-
return response;
|
|
812
|
-
};
|
|
813
|
-
const de_DescribeApplicationOperationCommand = async (output, context) => {
|
|
814
|
-
if (output.statusCode >= 300) {
|
|
815
|
-
return de_CommandError(output, context);
|
|
816
|
-
}
|
|
817
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
818
|
-
let contents = {};
|
|
819
|
-
contents = de_DescribeApplicationOperationResponse(data);
|
|
820
|
-
const response = {
|
|
821
|
-
$metadata: deserializeMetadata(output),
|
|
822
|
-
...contents,
|
|
823
|
-
};
|
|
824
|
-
return response;
|
|
825
|
-
};
|
|
826
|
-
const de_DescribeApplicationSnapshotCommand = async (output, context) => {
|
|
827
|
-
if (output.statusCode >= 300) {
|
|
828
|
-
return de_CommandError(output, context);
|
|
829
|
-
}
|
|
830
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
831
|
-
let contents = {};
|
|
832
|
-
contents = de_DescribeApplicationSnapshotResponse(data);
|
|
833
|
-
const response = {
|
|
834
|
-
$metadata: deserializeMetadata(output),
|
|
835
|
-
...contents,
|
|
836
|
-
};
|
|
837
|
-
return response;
|
|
838
|
-
};
|
|
839
|
-
const de_DescribeApplicationVersionCommand = async (output, context) => {
|
|
840
|
-
if (output.statusCode >= 300) {
|
|
841
|
-
return de_CommandError(output, context);
|
|
842
|
-
}
|
|
843
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
844
|
-
let contents = {};
|
|
845
|
-
contents = de_DescribeApplicationVersionResponse(data);
|
|
846
|
-
const response = {
|
|
847
|
-
$metadata: deserializeMetadata(output),
|
|
848
|
-
...contents,
|
|
849
|
-
};
|
|
850
|
-
return response;
|
|
851
|
-
};
|
|
852
|
-
const de_DiscoverInputSchemaCommand = async (output, context) => {
|
|
853
|
-
if (output.statusCode >= 300) {
|
|
854
|
-
return de_CommandError(output, context);
|
|
855
|
-
}
|
|
856
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
857
|
-
let contents = {};
|
|
858
|
-
contents = smithyClient._json(data);
|
|
859
|
-
const response = {
|
|
860
|
-
$metadata: deserializeMetadata(output),
|
|
861
|
-
...contents,
|
|
862
|
-
};
|
|
863
|
-
return response;
|
|
864
|
-
};
|
|
865
|
-
const de_ListApplicationOperationsCommand = async (output, context) => {
|
|
866
|
-
if (output.statusCode >= 300) {
|
|
867
|
-
return de_CommandError(output, context);
|
|
868
|
-
}
|
|
869
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
870
|
-
let contents = {};
|
|
871
|
-
contents = de_ListApplicationOperationsResponse(data);
|
|
872
|
-
const response = {
|
|
873
|
-
$metadata: deserializeMetadata(output),
|
|
874
|
-
...contents,
|
|
875
|
-
};
|
|
876
|
-
return response;
|
|
877
|
-
};
|
|
878
|
-
const de_ListApplicationsCommand = async (output, context) => {
|
|
879
|
-
if (output.statusCode >= 300) {
|
|
880
|
-
return de_CommandError(output, context);
|
|
881
|
-
}
|
|
882
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
883
|
-
let contents = {};
|
|
884
|
-
contents = smithyClient._json(data);
|
|
885
|
-
const response = {
|
|
886
|
-
$metadata: deserializeMetadata(output),
|
|
887
|
-
...contents,
|
|
888
|
-
};
|
|
889
|
-
return response;
|
|
890
|
-
};
|
|
891
|
-
const de_ListApplicationSnapshotsCommand = async (output, context) => {
|
|
892
|
-
if (output.statusCode >= 300) {
|
|
893
|
-
return de_CommandError(output, context);
|
|
894
|
-
}
|
|
895
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
896
|
-
let contents = {};
|
|
897
|
-
contents = de_ListApplicationSnapshotsResponse(data);
|
|
898
|
-
const response = {
|
|
899
|
-
$metadata: deserializeMetadata(output),
|
|
900
|
-
...contents,
|
|
901
|
-
};
|
|
902
|
-
return response;
|
|
903
|
-
};
|
|
904
|
-
const de_ListApplicationVersionsCommand = async (output, context) => {
|
|
905
|
-
if (output.statusCode >= 300) {
|
|
906
|
-
return de_CommandError(output, context);
|
|
907
|
-
}
|
|
908
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
909
|
-
let contents = {};
|
|
910
|
-
contents = smithyClient._json(data);
|
|
911
|
-
const response = {
|
|
912
|
-
$metadata: deserializeMetadata(output),
|
|
913
|
-
...contents,
|
|
914
|
-
};
|
|
915
|
-
return response;
|
|
916
|
-
};
|
|
917
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
918
|
-
if (output.statusCode >= 300) {
|
|
919
|
-
return de_CommandError(output, context);
|
|
920
|
-
}
|
|
921
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
922
|
-
let contents = {};
|
|
923
|
-
contents = smithyClient._json(data);
|
|
924
|
-
const response = {
|
|
925
|
-
$metadata: deserializeMetadata(output),
|
|
926
|
-
...contents,
|
|
927
|
-
};
|
|
928
|
-
return response;
|
|
929
|
-
};
|
|
930
|
-
const de_RollbackApplicationCommand = async (output, context) => {
|
|
931
|
-
if (output.statusCode >= 300) {
|
|
932
|
-
return de_CommandError(output, context);
|
|
933
|
-
}
|
|
934
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
935
|
-
let contents = {};
|
|
936
|
-
contents = de_RollbackApplicationResponse(data);
|
|
937
|
-
const response = {
|
|
938
|
-
$metadata: deserializeMetadata(output),
|
|
939
|
-
...contents,
|
|
940
|
-
};
|
|
941
|
-
return response;
|
|
942
|
-
};
|
|
943
|
-
const de_StartApplicationCommand = async (output, context) => {
|
|
944
|
-
if (output.statusCode >= 300) {
|
|
945
|
-
return de_CommandError(output, context);
|
|
946
|
-
}
|
|
947
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
948
|
-
let contents = {};
|
|
949
|
-
contents = smithyClient._json(data);
|
|
950
|
-
const response = {
|
|
951
|
-
$metadata: deserializeMetadata(output),
|
|
952
|
-
...contents,
|
|
953
|
-
};
|
|
954
|
-
return response;
|
|
955
|
-
};
|
|
956
|
-
const de_StopApplicationCommand = async (output, context) => {
|
|
957
|
-
if (output.statusCode >= 300) {
|
|
958
|
-
return de_CommandError(output, context);
|
|
959
|
-
}
|
|
960
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
961
|
-
let contents = {};
|
|
962
|
-
contents = smithyClient._json(data);
|
|
963
|
-
const response = {
|
|
964
|
-
$metadata: deserializeMetadata(output),
|
|
965
|
-
...contents,
|
|
966
|
-
};
|
|
967
|
-
return response;
|
|
968
|
-
};
|
|
969
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
970
|
-
if (output.statusCode >= 300) {
|
|
971
|
-
return de_CommandError(output, context);
|
|
972
|
-
}
|
|
973
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
974
|
-
let contents = {};
|
|
975
|
-
contents = smithyClient._json(data);
|
|
976
|
-
const response = {
|
|
977
|
-
$metadata: deserializeMetadata(output),
|
|
978
|
-
...contents,
|
|
979
|
-
};
|
|
980
|
-
return response;
|
|
981
|
-
};
|
|
982
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
983
|
-
if (output.statusCode >= 300) {
|
|
984
|
-
return de_CommandError(output, context);
|
|
985
|
-
}
|
|
986
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
987
|
-
let contents = {};
|
|
988
|
-
contents = smithyClient._json(data);
|
|
989
|
-
const response = {
|
|
990
|
-
$metadata: deserializeMetadata(output),
|
|
991
|
-
...contents,
|
|
992
|
-
};
|
|
993
|
-
return response;
|
|
994
|
-
};
|
|
995
|
-
const de_UpdateApplicationCommand = async (output, context) => {
|
|
996
|
-
if (output.statusCode >= 300) {
|
|
997
|
-
return de_CommandError(output, context);
|
|
998
|
-
}
|
|
999
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
1000
|
-
let contents = {};
|
|
1001
|
-
contents = de_UpdateApplicationResponse(data);
|
|
1002
|
-
const response = {
|
|
1003
|
-
$metadata: deserializeMetadata(output),
|
|
1004
|
-
...contents,
|
|
1005
|
-
};
|
|
1006
|
-
return response;
|
|
1007
|
-
};
|
|
1008
|
-
const de_UpdateApplicationMaintenanceConfigurationCommand = async (output, context) => {
|
|
1009
|
-
if (output.statusCode >= 300) {
|
|
1010
|
-
return de_CommandError(output, context);
|
|
1011
|
-
}
|
|
1012
|
-
const data = await core$1.parseJsonBody(output.body, context);
|
|
1013
|
-
let contents = {};
|
|
1014
|
-
contents = smithyClient._json(data);
|
|
1015
|
-
const response = {
|
|
1016
|
-
$metadata: deserializeMetadata(output),
|
|
1017
|
-
...contents,
|
|
1018
|
-
};
|
|
1019
|
-
return response;
|
|
1020
|
-
};
|
|
1021
|
-
const de_CommandError = async (output, context) => {
|
|
1022
|
-
const parsedOutput = {
|
|
1023
|
-
...output,
|
|
1024
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
1025
|
-
};
|
|
1026
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1027
|
-
switch (errorCode) {
|
|
1028
|
-
case "ConcurrentModificationException":
|
|
1029
|
-
case "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException":
|
|
1030
|
-
throw await de_ConcurrentModificationExceptionRes(parsedOutput);
|
|
1031
|
-
case "InvalidApplicationConfigurationException":
|
|
1032
|
-
case "com.amazonaws.kinesisanalyticsv2#InvalidApplicationConfigurationException":
|
|
1033
|
-
throw await de_InvalidApplicationConfigurationExceptionRes(parsedOutput);
|
|
1034
|
-
case "InvalidArgumentException":
|
|
1035
|
-
case "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException":
|
|
1036
|
-
throw await de_InvalidArgumentExceptionRes(parsedOutput);
|
|
1037
|
-
case "InvalidRequestException":
|
|
1038
|
-
case "com.amazonaws.kinesisanalyticsv2#InvalidRequestException":
|
|
1039
|
-
throw await de_InvalidRequestExceptionRes(parsedOutput);
|
|
1040
|
-
case "ResourceInUseException":
|
|
1041
|
-
case "com.amazonaws.kinesisanalyticsv2#ResourceInUseException":
|
|
1042
|
-
throw await de_ResourceInUseExceptionRes(parsedOutput);
|
|
1043
|
-
case "ResourceNotFoundException":
|
|
1044
|
-
case "com.amazonaws.kinesisanalyticsv2#ResourceNotFoundException":
|
|
1045
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
1046
|
-
case "CodeValidationException":
|
|
1047
|
-
case "com.amazonaws.kinesisanalyticsv2#CodeValidationException":
|
|
1048
|
-
throw await de_CodeValidationExceptionRes(parsedOutput);
|
|
1049
|
-
case "LimitExceededException":
|
|
1050
|
-
case "com.amazonaws.kinesisanalyticsv2#LimitExceededException":
|
|
1051
|
-
throw await de_LimitExceededExceptionRes(parsedOutput);
|
|
1052
|
-
case "TooManyTagsException":
|
|
1053
|
-
case "com.amazonaws.kinesisanalyticsv2#TooManyTagsException":
|
|
1054
|
-
throw await de_TooManyTagsExceptionRes(parsedOutput);
|
|
1055
|
-
case "UnsupportedOperationException":
|
|
1056
|
-
case "com.amazonaws.kinesisanalyticsv2#UnsupportedOperationException":
|
|
1057
|
-
throw await de_UnsupportedOperationExceptionRes(parsedOutput);
|
|
1058
|
-
case "ResourceProvisionedThroughputExceededException":
|
|
1059
|
-
case "com.amazonaws.kinesisanalyticsv2#ResourceProvisionedThroughputExceededException":
|
|
1060
|
-
throw await de_ResourceProvisionedThroughputExceededExceptionRes(parsedOutput);
|
|
1061
|
-
case "ServiceUnavailableException":
|
|
1062
|
-
case "com.amazonaws.kinesisanalyticsv2#ServiceUnavailableException":
|
|
1063
|
-
throw await de_ServiceUnavailableExceptionRes(parsedOutput);
|
|
1064
|
-
case "UnableToDetectSchemaException":
|
|
1065
|
-
case "com.amazonaws.kinesisanalyticsv2#UnableToDetectSchemaException":
|
|
1066
|
-
throw await de_UnableToDetectSchemaExceptionRes(parsedOutput);
|
|
1067
|
-
default:
|
|
1068
|
-
const parsedBody = parsedOutput.body;
|
|
1069
|
-
return throwDefaultError({
|
|
1070
|
-
output,
|
|
1071
|
-
parsedBody,
|
|
1072
|
-
errorCode,
|
|
1073
|
-
});
|
|
1074
|
-
}
|
|
1075
|
-
};
|
|
1076
|
-
const de_CodeValidationExceptionRes = async (parsedOutput, context) => {
|
|
1077
|
-
const body = parsedOutput.body;
|
|
1078
|
-
const deserialized = smithyClient._json(body);
|
|
1079
|
-
const exception = new CodeValidationException({
|
|
1080
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1081
|
-
...deserialized,
|
|
1082
|
-
});
|
|
1083
|
-
return smithyClient.decorateServiceException(exception, body);
|
|
1084
|
-
};
|
|
1085
|
-
const de_ConcurrentModificationExceptionRes = async (parsedOutput, context) => {
|
|
1086
|
-
const body = parsedOutput.body;
|
|
1087
|
-
const deserialized = smithyClient._json(body);
|
|
1088
|
-
const exception = new ConcurrentModificationException({
|
|
1089
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1090
|
-
...deserialized,
|
|
1091
|
-
});
|
|
1092
|
-
return smithyClient.decorateServiceException(exception, body);
|
|
1093
|
-
};
|
|
1094
|
-
const de_InvalidApplicationConfigurationExceptionRes = async (parsedOutput, context) => {
|
|
1095
|
-
const body = parsedOutput.body;
|
|
1096
|
-
const deserialized = smithyClient._json(body);
|
|
1097
|
-
const exception = new InvalidApplicationConfigurationException({
|
|
1098
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1099
|
-
...deserialized,
|
|
1100
|
-
});
|
|
1101
|
-
return smithyClient.decorateServiceException(exception, body);
|
|
1102
|
-
};
|
|
1103
|
-
const de_InvalidArgumentExceptionRes = async (parsedOutput, context) => {
|
|
1104
|
-
const body = parsedOutput.body;
|
|
1105
|
-
const deserialized = smithyClient._json(body);
|
|
1106
|
-
const exception = new InvalidArgumentException({
|
|
1107
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1108
|
-
...deserialized,
|
|
1109
|
-
});
|
|
1110
|
-
return smithyClient.decorateServiceException(exception, body);
|
|
1111
392
|
};
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
const
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
const
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
const
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
const
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
const
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
const
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
const
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
const
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
const
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
const
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
const
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
const
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
const
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
const
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
const
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
const
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
const
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
const
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
const
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
const
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
const
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
const
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
const
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
const
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
const
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
const
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
const
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
const
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
const
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
const
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
const
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
const
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
const
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
const
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
const
|
|
1405
|
-
const
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
393
|
+
|
|
394
|
+
const _AACWLO = "AddApplicationCloudWatchLoggingOption";
|
|
395
|
+
const _AACWLOR = "AddApplicationCloudWatchLoggingOptionRequest";
|
|
396
|
+
const _AACWLORd = "AddApplicationCloudWatchLoggingOptionResponse";
|
|
397
|
+
const _AAI = "AddApplicationInput";
|
|
398
|
+
const _AAIPC = "AddApplicationInputProcessingConfiguration";
|
|
399
|
+
const _AAIPCR = "AddApplicationInputProcessingConfigurationRequest";
|
|
400
|
+
const _AAIPCRd = "AddApplicationInputProcessingConfigurationResponse";
|
|
401
|
+
const _AAIR = "AddApplicationInputRequest";
|
|
402
|
+
const _AAIRd = "AddApplicationInputResponse";
|
|
403
|
+
const _AAO = "AddApplicationOutput";
|
|
404
|
+
const _AAOR = "AddApplicationOutputRequest";
|
|
405
|
+
const _AAORd = "AddApplicationOutputResponse";
|
|
406
|
+
const _AARDS = "AddApplicationReferenceDataSource";
|
|
407
|
+
const _AARDSR = "AddApplicationReferenceDataSourceRequest";
|
|
408
|
+
const _AARDSRd = "AddApplicationReferenceDataSourceResponse";
|
|
409
|
+
const _AARN = "ApplicationARN";
|
|
410
|
+
const _AAVC = "AddApplicationVpcConfiguration";
|
|
411
|
+
const _AAVCR = "AddApplicationVpcConfigurationRequest";
|
|
412
|
+
const _AAVCRd = "AddApplicationVpcConfigurationResponse";
|
|
413
|
+
const _AC = "ApplicationConfiguration";
|
|
414
|
+
const _ACC = "ApplicationCodeConfiguration";
|
|
415
|
+
const _ACCD = "ApplicationCodeConfigurationDescription";
|
|
416
|
+
const _ACCU = "ApplicationCodeConfigurationUpdate";
|
|
417
|
+
const _ACD = "ApplicationConfigurationDescription";
|
|
418
|
+
const _ACU = "ApplicationConfigurationUpdate";
|
|
419
|
+
const _AD = "ApplicationDetail";
|
|
420
|
+
const _ADp = "ApplicationDescription";
|
|
421
|
+
const _AEC = "ApplicationEncryptionConfiguration";
|
|
422
|
+
const _AECD = "ApplicationEncryptionConfigurationDescription";
|
|
423
|
+
const _AECU = "ApplicationEncryptionConfigurationUpdate";
|
|
424
|
+
const _AI = "ArtifactId";
|
|
425
|
+
const _AM = "ApplicationMode";
|
|
426
|
+
const _AMCD = "ApplicationMaintenanceConfigurationDescription";
|
|
427
|
+
const _AMCU = "ApplicationMaintenanceConfigurationUpdate";
|
|
428
|
+
const _AMWET = "ApplicationMaintenanceWindowEndTime";
|
|
429
|
+
const _AMWST = "ApplicationMaintenanceWindowStartTime";
|
|
430
|
+
const _AMWSTU = "ApplicationMaintenanceWindowStartTimeUpdate";
|
|
431
|
+
const _AN = "ApplicationName";
|
|
432
|
+
const _ANRS = "AllowNonRestoredState";
|
|
433
|
+
const _AOI = "ApplicationOperationInfo";
|
|
434
|
+
const _AOID = "ApplicationOperationInfoDetails";
|
|
435
|
+
const _AOIL = "ApplicationOperationInfoList";
|
|
436
|
+
const _ARC = "ApplicationRestoreConfiguration";
|
|
437
|
+
const _ARCD = "ApplicationRestoreConfigurationDescription";
|
|
438
|
+
const _ART = "ApplicationRestoreType";
|
|
439
|
+
const _AS = "ApplicationStatus";
|
|
440
|
+
const _ASC = "ApplicationSnapshotConfiguration";
|
|
441
|
+
const _ASCD = "ApplicationSnapshotConfigurationDescription";
|
|
442
|
+
const _ASCU = "ApplicationSnapshotConfigurationUpdate";
|
|
443
|
+
const _ASE = "AutoScalingEnabled";
|
|
444
|
+
const _ASEU = "AutoScalingEnabledUpdate";
|
|
445
|
+
const _ASRC = "ApplicationSystemRollbackConfiguration";
|
|
446
|
+
const _ASRCD = "ApplicationSystemRollbackConfigurationDescription";
|
|
447
|
+
const _ASRCU = "ApplicationSystemRollbackConfigurationUpdate";
|
|
448
|
+
const _ASp = "ApplicationSummary";
|
|
449
|
+
const _ASpp = "ApplicationSummaries";
|
|
450
|
+
const _AT = "ArtifactType";
|
|
451
|
+
const _AU = "AuthorizedUrl";
|
|
452
|
+
const _AVCD = "ApplicationVersionChangeDetails";
|
|
453
|
+
const _AVCT = "ApplicationVersionCreateTimestamp";
|
|
454
|
+
const _AVD = "ApplicationVersionDetail";
|
|
455
|
+
const _AVI = "ApplicationVersionId";
|
|
456
|
+
const _AVRBF = "ApplicationVersionRolledBackFrom";
|
|
457
|
+
const _AVRBT = "ApplicationVersionRolledBackTo";
|
|
458
|
+
const _AVS = "ApplicationVersionSummary";
|
|
459
|
+
const _AVSp = "ApplicationVersionSummaries";
|
|
460
|
+
const _AVUF = "ApplicationVersionUpdatedFrom";
|
|
461
|
+
const _AVUT = "ApplicationVersionUpdatedTo";
|
|
462
|
+
const _BARN = "BucketARN";
|
|
463
|
+
const _BARNU = "BucketARNUpdate";
|
|
464
|
+
const _BP = "BasePath";
|
|
465
|
+
const _BPU = "BasePathUpdate";
|
|
466
|
+
const _C = "Count";
|
|
467
|
+
const _CA = "CreateApplication";
|
|
468
|
+
const _CAC = "CustomArtifactConfiguration";
|
|
469
|
+
const _CACD = "CustomArtifactConfigurationDescription";
|
|
470
|
+
const _CACDL = "CustomArtifactsConfigurationDescriptionList";
|
|
471
|
+
const _CACDu = "CustomArtifactsConfigurationDescription";
|
|
472
|
+
const _CACL = "CustomArtifactsConfigurationList";
|
|
473
|
+
const _CACU = "CustomArtifactsConfigurationUpdate";
|
|
474
|
+
const _CACu = "CustomArtifactsConfiguration";
|
|
475
|
+
const _CAPU = "CreateApplicationPresignedUrl";
|
|
476
|
+
const _CAPUR = "CreateApplicationPresignedUrlRequest";
|
|
477
|
+
const _CAPURr = "CreateApplicationPresignedUrlResponse";
|
|
478
|
+
const _CAR = "CreateApplicationRequest";
|
|
479
|
+
const _CARr = "CreateApplicationResponse";
|
|
480
|
+
const _CAS = "CreateApplicationSnapshot";
|
|
481
|
+
const _CASR = "CreateApplicationSnapshotRequest";
|
|
482
|
+
const _CASRr = "CreateApplicationSnapshotResponse";
|
|
483
|
+
const _CAVI = "CurrentApplicationVersionId";
|
|
484
|
+
const _CC = "CodeContent";
|
|
485
|
+
const _CCD = "CodeContentDescription";
|
|
486
|
+
const _CCDa = "CatalogConfigurationDescription";
|
|
487
|
+
const _CCDh = "CheckpointConfigurationDescription";
|
|
488
|
+
const _CCT = "CodeContentType";
|
|
489
|
+
const _CCTU = "CodeContentTypeUpdate";
|
|
490
|
+
const _CCU = "CodeContentUpdate";
|
|
491
|
+
const _CCUa = "CatalogConfigurationUpdate";
|
|
492
|
+
const _CCUh = "CheckpointConfigurationUpdate";
|
|
493
|
+
const _CCa = "CatalogConfiguration";
|
|
494
|
+
const _CCh = "CheckpointConfiguration";
|
|
495
|
+
const _CE = "CheckpointingEnabled";
|
|
496
|
+
const _CEU = "CheckpointingEnabledUpdate";
|
|
497
|
+
const _CI = "CheckpointInterval";
|
|
498
|
+
const _CIU = "CheckpointIntervalUpdate";
|
|
499
|
+
const _CMD = "CodeMD5";
|
|
500
|
+
const _CME = "ConcurrentModificationException";
|
|
501
|
+
const _CP = "CurrentParallelism";
|
|
502
|
+
const _CS = "CodeSize";
|
|
503
|
+
const _CSVMP = "CSVMappingParameters";
|
|
504
|
+
const _CT = "ConditionalToken";
|
|
505
|
+
const _CTU = "ConfigurationTypeUpdate";
|
|
506
|
+
const _CTo = "ConfigurationType";
|
|
507
|
+
const _CTr = "CreateTimestamp";
|
|
508
|
+
const _CU = "CountUpdate";
|
|
509
|
+
const _CVE = "CodeValidationException";
|
|
510
|
+
const _CWLO = "CloudWatchLoggingOption";
|
|
511
|
+
const _CWLOD = "CloudWatchLoggingOptionDescriptions";
|
|
512
|
+
const _CWLODl = "CloudWatchLoggingOptionDescription";
|
|
513
|
+
const _CWLOI = "CloudWatchLoggingOptionId";
|
|
514
|
+
const _CWLOU = "CloudWatchLoggingOptionUpdate";
|
|
515
|
+
const _CWLOUl = "CloudWatchLoggingOptionUpdates";
|
|
516
|
+
const _CWLOl = "CloudWatchLoggingOptions";
|
|
517
|
+
const _DA = "DeleteApplication";
|
|
518
|
+
const _DAAC = "DeployAsApplicationConfiguration";
|
|
519
|
+
const _DAACD = "DeployAsApplicationConfigurationDescription";
|
|
520
|
+
const _DAACU = "DeployAsApplicationConfigurationUpdate";
|
|
521
|
+
const _DACWLO = "DeleteApplicationCloudWatchLoggingOption";
|
|
522
|
+
const _DACWLOR = "DeleteApplicationCloudWatchLoggingOptionRequest";
|
|
523
|
+
const _DACWLORe = "DeleteApplicationCloudWatchLoggingOptionResponse";
|
|
524
|
+
const _DAIPC = "DeleteApplicationInputProcessingConfiguration";
|
|
525
|
+
const _DAIPCR = "DeleteApplicationInputProcessingConfigurationRequest";
|
|
526
|
+
const _DAIPCRe = "DeleteApplicationInputProcessingConfigurationResponse";
|
|
527
|
+
const _DAO = "DeleteApplicationOutput";
|
|
528
|
+
const _DAOR = "DeleteApplicationOutputRequest";
|
|
529
|
+
const _DAORe = "DeleteApplicationOutputResponse";
|
|
530
|
+
const _DAORes = "DescribeApplicationOperationRequest";
|
|
531
|
+
const _DAOResc = "DescribeApplicationOperationResponse";
|
|
532
|
+
const _DAOe = "DescribeApplicationOperation";
|
|
533
|
+
const _DAR = "DeleteApplicationRequest";
|
|
534
|
+
const _DARDS = "DeleteApplicationReferenceDataSource";
|
|
535
|
+
const _DARDSR = "DeleteApplicationReferenceDataSourceRequest";
|
|
536
|
+
const _DARDSRe = "DeleteApplicationReferenceDataSourceResponse";
|
|
537
|
+
const _DARN = "DatabaseARN";
|
|
538
|
+
const _DARNU = "DatabaseARNUpdate";
|
|
539
|
+
const _DARe = "DeleteApplicationResponse";
|
|
540
|
+
const _DARes = "DescribeApplicationRequest";
|
|
541
|
+
const _DAResc = "DescribeApplicationResponse";
|
|
542
|
+
const _DAS = "DeleteApplicationSnapshot";
|
|
543
|
+
const _DASR = "DeleteApplicationSnapshotRequest";
|
|
544
|
+
const _DASRe = "DeleteApplicationSnapshotResponse";
|
|
545
|
+
const _DASRes = "DescribeApplicationSnapshotRequest";
|
|
546
|
+
const _DASResc = "DescribeApplicationSnapshotResponse";
|
|
547
|
+
const _DASe = "DescribeApplicationSnapshot";
|
|
548
|
+
const _DAV = "DescribeApplicationVersion";
|
|
549
|
+
const _DAVC = "DeleteApplicationVpcConfiguration";
|
|
550
|
+
const _DAVCR = "DeleteApplicationVpcConfigurationRequest";
|
|
551
|
+
const _DAVCRe = "DeleteApplicationVpcConfigurationResponse";
|
|
552
|
+
const _DAVR = "DescribeApplicationVersionRequest";
|
|
553
|
+
const _DAVRe = "DescribeApplicationVersionResponse";
|
|
554
|
+
const _DAe = "DescribeApplication";
|
|
555
|
+
const _DIS = "DiscoverInputSchema";
|
|
556
|
+
const _DISR = "DiscoverInputSchemaRequest";
|
|
557
|
+
const _DISRi = "DiscoverInputSchemaResponse";
|
|
558
|
+
const _DS = "DestinationSchema";
|
|
559
|
+
const _DSU = "DestinationSchemaUpdate";
|
|
560
|
+
const _EI = "ErrorInfo";
|
|
561
|
+
const _EP = "EnvironmentProperties";
|
|
562
|
+
const _EPD = "EnvironmentPropertyDescriptions";
|
|
563
|
+
const _EPU = "EnvironmentPropertyUpdates";
|
|
564
|
+
const _ES = "ErrorString";
|
|
565
|
+
const _ET = "EndTime";
|
|
566
|
+
const _F = "Force";
|
|
567
|
+
const _FAC = "FlinkApplicationConfiguration";
|
|
568
|
+
const _FACD = "FlinkApplicationConfigurationDescription";
|
|
569
|
+
const _FACU = "FlinkApplicationConfigurationUpdate";
|
|
570
|
+
const _FK = "FileKey";
|
|
571
|
+
const _FKU = "FileKeyUpdate";
|
|
572
|
+
const _FRC = "FlinkRunConfiguration";
|
|
573
|
+
const _FRCD = "FlinkRunConfigurationDescription";
|
|
574
|
+
const _GDCC = "GlueDataCatalogConfiguration";
|
|
575
|
+
const _GDCCD = "GlueDataCatalogConfigurationDescription";
|
|
576
|
+
const _GDCCU = "GlueDataCatalogConfigurationUpdate";
|
|
577
|
+
const _GI = "GroupId";
|
|
578
|
+
const _I = "Input";
|
|
579
|
+
const _IACE = "InvalidApplicationConfigurationException";
|
|
580
|
+
const _IAD = "IncludeAdditionalDetails";
|
|
581
|
+
const _IAE = "InvalidArgumentException";
|
|
582
|
+
const _IASN = "InAppStreamNames";
|
|
583
|
+
const _ID = "InputDescriptions";
|
|
584
|
+
const _IDn = "InputDescription";
|
|
585
|
+
const _II = "InputId";
|
|
586
|
+
const _ILP = "InputLambdaProcessor";
|
|
587
|
+
const _ILPD = "InputLambdaProcessorDescription";
|
|
588
|
+
const _ILPU = "InputLambdaProcessorUpdate";
|
|
589
|
+
const _IP = "InputParallelism";
|
|
590
|
+
const _IPC = "InputProcessingConfiguration";
|
|
591
|
+
const _IPCD = "InputProcessingConfigurationDescription";
|
|
592
|
+
const _IPCU = "InputProcessingConfigurationUpdate";
|
|
593
|
+
const _IPU = "InputParallelismUpdate";
|
|
594
|
+
const _IRE = "InvalidRequestException";
|
|
595
|
+
const _IS = "InputSchema";
|
|
596
|
+
const _ISP = "InputStartingPosition";
|
|
597
|
+
const _ISPC = "InputStartingPositionConfiguration";
|
|
598
|
+
const _ISU = "InputSchemaUpdate";
|
|
599
|
+
const _IU = "InputUpdate";
|
|
600
|
+
const _IUn = "InputUpdates";
|
|
601
|
+
const _In = "Inputs";
|
|
602
|
+
const _JPD = "JobPlanDescription";
|
|
603
|
+
const _JSONMP = "JSONMappingParameters";
|
|
604
|
+
const _K = "Key";
|
|
605
|
+
const _KFI = "KinesisFirehoseInput";
|
|
606
|
+
const _KFID = "KinesisFirehoseInputDescription";
|
|
607
|
+
const _KFIU = "KinesisFirehoseInputUpdate";
|
|
608
|
+
const _KFO = "KinesisFirehoseOutput";
|
|
609
|
+
const _KFOD = "KinesisFirehoseOutputDescription";
|
|
610
|
+
const _KFOU = "KinesisFirehoseOutputUpdate";
|
|
611
|
+
const _KI = "KeyId";
|
|
612
|
+
const _KIU = "KeyIdUpdate";
|
|
613
|
+
const _KSI = "KinesisStreamsInput";
|
|
614
|
+
const _KSID = "KinesisStreamsInputDescription";
|
|
615
|
+
const _KSIU = "KinesisStreamsInputUpdate";
|
|
616
|
+
const _KSO = "KinesisStreamsOutput";
|
|
617
|
+
const _KSOD = "KinesisStreamsOutputDescription";
|
|
618
|
+
const _KSOU = "KinesisStreamsOutputUpdate";
|
|
619
|
+
const _KT = "KeyType";
|
|
620
|
+
const _KTU = "KeyTypeUpdate";
|
|
621
|
+
const _L = "Limit";
|
|
622
|
+
const _LA = "ListApplications";
|
|
623
|
+
const _LAO = "ListApplicationOperations";
|
|
624
|
+
const _LAOR = "ListApplicationOperationsRequest";
|
|
625
|
+
const _LAORi = "ListApplicationOperationsResponse";
|
|
626
|
+
const _LAR = "ListApplicationsRequest";
|
|
627
|
+
const _LARi = "ListApplicationsResponse";
|
|
628
|
+
const _LAS = "ListApplicationSnapshots";
|
|
629
|
+
const _LASR = "ListApplicationSnapshotsRequest";
|
|
630
|
+
const _LASRi = "ListApplicationSnapshotsResponse";
|
|
631
|
+
const _LAV = "ListApplicationVersions";
|
|
632
|
+
const _LAVR = "ListApplicationVersionsRequest";
|
|
633
|
+
const _LAVRi = "ListApplicationVersionsResponse";
|
|
634
|
+
const _LEE = "LimitExceededException";
|
|
635
|
+
const _LL = "LogLevel";
|
|
636
|
+
const _LLU = "LogLevelUpdate";
|
|
637
|
+
const _LO = "LambdaOutput";
|
|
638
|
+
const _LOD = "LambdaOutputDescription";
|
|
639
|
+
const _LOU = "LambdaOutputUpdate";
|
|
640
|
+
const _LSARN = "LogStreamARN";
|
|
641
|
+
const _LSARNU = "LogStreamARNUpdate";
|
|
642
|
+
const _LTFR = "ListTagsForResource";
|
|
643
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
644
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
645
|
+
const _LUT = "LastUpdateTimestamp";
|
|
646
|
+
const _M = "Message";
|
|
647
|
+
const _MC = "MonitoringConfiguration";
|
|
648
|
+
const _MCD = "MonitoringConfigurationDescription";
|
|
649
|
+
const _MCU = "MonitoringConfigurationUpdate";
|
|
650
|
+
const _ML = "MetricsLevel";
|
|
651
|
+
const _MLU = "MetricsLevelUpdate";
|
|
652
|
+
const _MP = "MappingParameters";
|
|
653
|
+
const _MPBC = "MinPauseBetweenCheckpoints";
|
|
654
|
+
const _MPBCU = "MinPauseBetweenCheckpointsUpdate";
|
|
655
|
+
const _MR = "MavenReference";
|
|
656
|
+
const _MRD = "MavenReferenceDescription";
|
|
657
|
+
const _Ma = "Mapping";
|
|
658
|
+
const _N = "Name";
|
|
659
|
+
const _NP = "NamePrefix";
|
|
660
|
+
const _NPU = "NamePrefixUpdate";
|
|
661
|
+
const _NT = "NextToken";
|
|
662
|
+
const _NU = "NameUpdate";
|
|
663
|
+
const _O = "Output";
|
|
664
|
+
const _OD = "OutputDescriptions";
|
|
665
|
+
const _ODu = "OutputDescription";
|
|
666
|
+
const _OFD = "OperationFailureDetails";
|
|
667
|
+
const _OI = "OperationId";
|
|
668
|
+
const _OIu = "OutputId";
|
|
669
|
+
const _OS = "OperationStatus";
|
|
670
|
+
const _OU = "OutputUpdate";
|
|
671
|
+
const _OUu = "OutputUpdates";
|
|
672
|
+
const _OV = "ObjectVersion";
|
|
673
|
+
const _OVU = "ObjectVersionUpdate";
|
|
674
|
+
const _Op = "Operation";
|
|
675
|
+
const _Ou = "Outputs";
|
|
676
|
+
const _P = "Parallelism";
|
|
677
|
+
const _PC = "ParallelismConfiguration";
|
|
678
|
+
const _PCD = "ParallelismConfigurationDescription";
|
|
679
|
+
const _PCU = "ParallelismConfigurationUpdate";
|
|
680
|
+
const _PG = "PropertyGroups";
|
|
681
|
+
const _PGD = "PropertyGroupDescriptions";
|
|
682
|
+
const _PGI = "PropertyGroupId";
|
|
683
|
+
const _PGr = "PropertyGroup";
|
|
684
|
+
const _PIR = "ParsedInputRecords";
|
|
685
|
+
const _PIRr = "ProcessedInputRecords";
|
|
686
|
+
const _PM = "PropertyMap";
|
|
687
|
+
const _PPKPU = "ParallelismPerKPU";
|
|
688
|
+
const _PPKPUU = "ParallelismPerKPUUpdate";
|
|
689
|
+
const _PU = "ParallelismUpdate";
|
|
690
|
+
const _RA = "RollbackApplication";
|
|
691
|
+
const _RAR = "RollbackApplicationRequest";
|
|
692
|
+
const _RARN = "RoleARN";
|
|
693
|
+
const _RARNU = "ResourceARNUpdate";
|
|
694
|
+
const _RARNe = "ResourceARN";
|
|
695
|
+
const _RARo = "RollbackApplicationResponse";
|
|
696
|
+
const _RC = "RecordColumn";
|
|
697
|
+
const _RCD = "RunConfigurationDescription";
|
|
698
|
+
const _RCDe = "RecordColumnDelimiter";
|
|
699
|
+
const _RCU = "RecordColumnUpdates";
|
|
700
|
+
const _RCUu = "RunConfigurationUpdate";
|
|
701
|
+
const _RCe = "RecordColumns";
|
|
702
|
+
const _RCu = "RunConfiguration";
|
|
703
|
+
const _RDS = "ReferenceDataSource";
|
|
704
|
+
const _RDSD = "ReferenceDataSourceDescriptions";
|
|
705
|
+
const _RDSDe = "ReferenceDataSourceDescription";
|
|
706
|
+
const _RDSU = "ReferenceDataSourceUpdate";
|
|
707
|
+
const _RDSUe = "ReferenceDataSourceUpdates";
|
|
708
|
+
const _RDSe = "ReferenceDataSources";
|
|
709
|
+
const _RE = "RuntimeEnvironment";
|
|
710
|
+
const _REU = "RollbackEnabledUpdate";
|
|
711
|
+
const _REUe = "RecordEncodingUpdate";
|
|
712
|
+
const _REUu = "RuntimeEnvironmentUpdate";
|
|
713
|
+
const _REe = "RecordEncoding";
|
|
714
|
+
const _REo = "RollbackEnabled";
|
|
715
|
+
const _RF = "RecordFormat";
|
|
716
|
+
const _RFT = "RecordFormatType";
|
|
717
|
+
const _RFU = "RecordFormatUpdate";
|
|
718
|
+
const _RI = "ReferenceId";
|
|
719
|
+
const _RIR = "RawInputRecords";
|
|
720
|
+
const _RIUE = "ResourceInUseException";
|
|
721
|
+
const _RNFE = "ResourceNotFoundException";
|
|
722
|
+
const _ROI = "RollbackOperationId";
|
|
723
|
+
const _RPTEE = "ResourceProvisionedThroughputExceededException";
|
|
724
|
+
const _RRARN = "ReferenceRoleARN";
|
|
725
|
+
const _RRD = "RecordRowDelimiter";
|
|
726
|
+
const _RRP = "RecordRowPath";
|
|
727
|
+
const _RS = "ReferenceSchema";
|
|
728
|
+
const _RSU = "ReferenceSchemaUpdate";
|
|
729
|
+
const _SA = "StartApplication";
|
|
730
|
+
const _SAC = "SqlApplicationConfiguration";
|
|
731
|
+
const _SACD = "SqlApplicationConfigurationDescription";
|
|
732
|
+
const _SACLD = "S3ApplicationCodeLocationDescription";
|
|
733
|
+
const _SACU = "SqlApplicationConfigurationUpdate";
|
|
734
|
+
const _SAR = "StartApplicationRequest";
|
|
735
|
+
const _SARt = "StartApplicationResponse";
|
|
736
|
+
const _SARto = "StopApplicationRequest";
|
|
737
|
+
const _SARtop = "StopApplicationResponse";
|
|
738
|
+
const _SAt = "StopApplication";
|
|
739
|
+
const _SC = "S3Configuration";
|
|
740
|
+
const _SCBL = "S3ContentBaseLocation";
|
|
741
|
+
const _SCBLD = "S3ContentBaseLocationDescription";
|
|
742
|
+
const _SCBLU = "S3ContentBaseLocationUpdate";
|
|
743
|
+
const _SCL = "S3ContentLocation";
|
|
744
|
+
const _SCLD = "S3ContentLocationDescription";
|
|
745
|
+
const _SCLU = "S3ContentLocationUpdate";
|
|
746
|
+
const _SCT = "SnapshotCreationTimestamp";
|
|
747
|
+
const _SD = "SnapshotDetails";
|
|
748
|
+
const _SE = "SnapshotsEnabled";
|
|
749
|
+
const _SEDIS = "SessionExpirationDurationInSeconds";
|
|
750
|
+
const _SER = "ServiceExecutionRole";
|
|
751
|
+
const _SERU = "ServiceExecutionRoleUpdate";
|
|
752
|
+
const _SEU = "SnapshotsEnabledUpdate";
|
|
753
|
+
const _SGI = "SecurityGroupIds";
|
|
754
|
+
const _SGIU = "SecurityGroupIdUpdates";
|
|
755
|
+
const _SI = "SubnetIds";
|
|
756
|
+
const _SIU = "SubnetIdUpdates";
|
|
757
|
+
const _SN = "SnapshotName";
|
|
758
|
+
const _SRC = "SqlRunConfigurations";
|
|
759
|
+
const _SRCq = "SqlRunConfiguration";
|
|
760
|
+
const _SRDS = "S3ReferenceDataSource";
|
|
761
|
+
const _SRDSD = "S3ReferenceDataSourceDescription";
|
|
762
|
+
const _SRDSU = "S3ReferenceDataSourceUpdate";
|
|
763
|
+
const _SS = "SnapshotSummaries";
|
|
764
|
+
const _SSn = "SnapshotStatus";
|
|
765
|
+
const _SSo = "SourceSchema";
|
|
766
|
+
const _ST = "StartTime";
|
|
767
|
+
const _STq = "SqlType";
|
|
768
|
+
const _SUE = "ServiceUnavailableException";
|
|
769
|
+
const _T = "Tags";
|
|
770
|
+
const _TC = "TextContent";
|
|
771
|
+
const _TCU = "TextContentUpdate";
|
|
772
|
+
const _TK = "TagKeys";
|
|
773
|
+
const _TMTE = "TooManyTagsException";
|
|
774
|
+
const _TN = "TableName";
|
|
775
|
+
const _TNU = "TableNameUpdate";
|
|
776
|
+
const _TR = "TagResource";
|
|
777
|
+
const _TRR = "TagResourceRequest";
|
|
778
|
+
const _TRRa = "TagResourceResponse";
|
|
779
|
+
const _Ta = "Tag";
|
|
780
|
+
const _UA = "UpdateApplication";
|
|
781
|
+
const _UAMC = "UpdateApplicationMaintenanceConfiguration";
|
|
782
|
+
const _UAMCR = "UpdateApplicationMaintenanceConfigurationRequest";
|
|
783
|
+
const _UAMCRp = "UpdateApplicationMaintenanceConfigurationResponse";
|
|
784
|
+
const _UAR = "UpdateApplicationRequest";
|
|
785
|
+
const _UARp = "UpdateApplicationResponse";
|
|
786
|
+
const _UOE = "UnsupportedOperationException";
|
|
787
|
+
const _UR = "UntagResource";
|
|
788
|
+
const _URR = "UntagResourceRequest";
|
|
789
|
+
const _URRn = "UntagResourceResponse";
|
|
790
|
+
const _UT = "UrlType";
|
|
791
|
+
const _UTDSE = "UnableToDetectSchemaException";
|
|
792
|
+
const _V = "Version";
|
|
793
|
+
const _VC = "VpcConfiguration";
|
|
794
|
+
const _VCD = "VpcConfigurationDescription";
|
|
795
|
+
const _VCDp = "VpcConfigurationDescriptions";
|
|
796
|
+
const _VCI = "VpcConfigurationId";
|
|
797
|
+
const _VCU = "VpcConfigurationUpdates";
|
|
798
|
+
const _VCUp = "VpcConfigurationUpdate";
|
|
799
|
+
const _VCp = "VpcConfigurations";
|
|
800
|
+
const _VI = "VpcId";
|
|
801
|
+
const _Va = "Value";
|
|
802
|
+
const _ZAC = "ZeppelinApplicationConfiguration";
|
|
803
|
+
const _ZACD = "ZeppelinApplicationConfigurationDescription";
|
|
804
|
+
const _ZACU = "ZeppelinApplicationConfigurationUpdate";
|
|
805
|
+
const _ZFC = "ZipFileContent";
|
|
806
|
+
const _ZFCU = "ZipFileContentUpdate";
|
|
807
|
+
const _ZMC = "ZeppelinMonitoringConfiguration";
|
|
808
|
+
const _ZMCD = "ZeppelinMonitoringConfigurationDescription";
|
|
809
|
+
const _ZMCU = "ZeppelinMonitoringConfigurationUpdate";
|
|
810
|
+
const _c = "client";
|
|
811
|
+
const _e = "error";
|
|
812
|
+
const _hE = "httpError";
|
|
813
|
+
const _m = "message";
|
|
814
|
+
const _s = "server";
|
|
815
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisanalyticsv2";
|
|
816
|
+
const n0 = "com.amazonaws.kinesisanalyticsv2";
|
|
817
|
+
var AddApplicationCloudWatchLoggingOptionRequest = [
|
|
818
|
+
3,
|
|
819
|
+
n0,
|
|
820
|
+
_AACWLOR,
|
|
821
|
+
0,
|
|
822
|
+
[_AN, _CAVI, _CWLO, _CT],
|
|
823
|
+
[0, 1, () => CloudWatchLoggingOption, 0],
|
|
824
|
+
];
|
|
825
|
+
var AddApplicationCloudWatchLoggingOptionResponse = [
|
|
826
|
+
3,
|
|
827
|
+
n0,
|
|
828
|
+
_AACWLORd,
|
|
829
|
+
0,
|
|
830
|
+
[_AARN, _AVI, _CWLOD, _OI],
|
|
831
|
+
[0, 1, () => CloudWatchLoggingOptionDescriptions, 0],
|
|
832
|
+
];
|
|
833
|
+
var AddApplicationInputProcessingConfigurationRequest = [
|
|
834
|
+
3,
|
|
835
|
+
n0,
|
|
836
|
+
_AAIPCR,
|
|
837
|
+
0,
|
|
838
|
+
[_AN, _CAVI, _II, _IPC],
|
|
839
|
+
[0, 1, 0, () => InputProcessingConfiguration],
|
|
840
|
+
];
|
|
841
|
+
var AddApplicationInputProcessingConfigurationResponse = [
|
|
842
|
+
3,
|
|
843
|
+
n0,
|
|
844
|
+
_AAIPCRd,
|
|
845
|
+
0,
|
|
846
|
+
[_AARN, _AVI, _II, _IPCD],
|
|
847
|
+
[0, 1, 0, () => InputProcessingConfigurationDescription],
|
|
848
|
+
];
|
|
849
|
+
var AddApplicationInputRequest = [3, n0, _AAIR, 0, [_AN, _CAVI, _I], [0, 1, () => Input]];
|
|
850
|
+
var AddApplicationInputResponse = [
|
|
851
|
+
3,
|
|
852
|
+
n0,
|
|
853
|
+
_AAIRd,
|
|
854
|
+
0,
|
|
855
|
+
[_AARN, _AVI, _ID],
|
|
856
|
+
[0, 1, () => InputDescriptions],
|
|
857
|
+
];
|
|
858
|
+
var AddApplicationOutputRequest = [
|
|
859
|
+
3,
|
|
860
|
+
n0,
|
|
861
|
+
_AAOR,
|
|
862
|
+
0,
|
|
863
|
+
[_AN, _CAVI, _O],
|
|
864
|
+
[0, 1, () => Output],
|
|
865
|
+
];
|
|
866
|
+
var AddApplicationOutputResponse = [
|
|
867
|
+
3,
|
|
868
|
+
n0,
|
|
869
|
+
_AAORd,
|
|
870
|
+
0,
|
|
871
|
+
[_AARN, _AVI, _OD],
|
|
872
|
+
[0, 1, () => OutputDescriptions],
|
|
873
|
+
];
|
|
874
|
+
var AddApplicationReferenceDataSourceRequest = [
|
|
875
|
+
3,
|
|
876
|
+
n0,
|
|
877
|
+
_AARDSR,
|
|
878
|
+
0,
|
|
879
|
+
[_AN, _CAVI, _RDS],
|
|
880
|
+
[0, 1, () => ReferenceDataSource],
|
|
881
|
+
];
|
|
882
|
+
var AddApplicationReferenceDataSourceResponse = [
|
|
883
|
+
3,
|
|
884
|
+
n0,
|
|
885
|
+
_AARDSRd,
|
|
886
|
+
0,
|
|
887
|
+
[_AARN, _AVI, _RDSD],
|
|
888
|
+
[0, 1, () => ReferenceDataSourceDescriptions],
|
|
889
|
+
];
|
|
890
|
+
var AddApplicationVpcConfigurationRequest = [
|
|
891
|
+
3,
|
|
892
|
+
n0,
|
|
893
|
+
_AAVCR,
|
|
894
|
+
0,
|
|
895
|
+
[_AN, _CAVI, _VC, _CT],
|
|
896
|
+
[0, 1, () => VpcConfiguration, 0],
|
|
897
|
+
];
|
|
898
|
+
var AddApplicationVpcConfigurationResponse = [
|
|
899
|
+
3,
|
|
900
|
+
n0,
|
|
901
|
+
_AAVCRd,
|
|
902
|
+
0,
|
|
903
|
+
[_AARN, _AVI, _VCD, _OI],
|
|
904
|
+
[0, 1, () => VpcConfigurationDescription, 0],
|
|
905
|
+
];
|
|
906
|
+
var ApplicationCodeConfiguration = [3, n0, _ACC, 0, [_CC, _CCT], [() => CodeContent, 0]];
|
|
907
|
+
var ApplicationCodeConfigurationDescription = [
|
|
908
|
+
3,
|
|
909
|
+
n0,
|
|
910
|
+
_ACCD,
|
|
911
|
+
0,
|
|
912
|
+
[_CCT, _CCD],
|
|
913
|
+
[0, () => CodeContentDescription],
|
|
914
|
+
];
|
|
915
|
+
var ApplicationCodeConfigurationUpdate = [
|
|
916
|
+
3,
|
|
917
|
+
n0,
|
|
918
|
+
_ACCU,
|
|
919
|
+
0,
|
|
920
|
+
[_CCTU, _CCU],
|
|
921
|
+
[0, () => CodeContentUpdate],
|
|
922
|
+
];
|
|
923
|
+
var ApplicationConfiguration = [
|
|
924
|
+
3,
|
|
925
|
+
n0,
|
|
926
|
+
_AC,
|
|
927
|
+
0,
|
|
928
|
+
[_SAC, _FAC, _EP, _ACC, _ASC, _ASRC, _VCp, _ZAC, _AEC],
|
|
929
|
+
[
|
|
930
|
+
() => SqlApplicationConfiguration,
|
|
931
|
+
() => FlinkApplicationConfiguration,
|
|
932
|
+
() => EnvironmentProperties,
|
|
933
|
+
() => ApplicationCodeConfiguration,
|
|
934
|
+
() => ApplicationSnapshotConfiguration,
|
|
935
|
+
() => ApplicationSystemRollbackConfiguration,
|
|
936
|
+
() => VpcConfigurations,
|
|
937
|
+
() => ZeppelinApplicationConfiguration,
|
|
938
|
+
() => ApplicationEncryptionConfiguration,
|
|
939
|
+
],
|
|
940
|
+
];
|
|
941
|
+
var ApplicationConfigurationDescription = [
|
|
942
|
+
3,
|
|
943
|
+
n0,
|
|
944
|
+
_ACD,
|
|
945
|
+
0,
|
|
946
|
+
[_SACD, _ACCD, _RCD, _FACD, _EPD, _ASCD, _ASRCD, _VCDp, _ZACD, _AECD],
|
|
947
|
+
[
|
|
948
|
+
() => SqlApplicationConfigurationDescription,
|
|
949
|
+
() => ApplicationCodeConfigurationDescription,
|
|
950
|
+
() => RunConfigurationDescription,
|
|
951
|
+
() => FlinkApplicationConfigurationDescription,
|
|
952
|
+
() => EnvironmentPropertyDescriptions,
|
|
953
|
+
() => ApplicationSnapshotConfigurationDescription,
|
|
954
|
+
() => ApplicationSystemRollbackConfigurationDescription,
|
|
955
|
+
() => VpcConfigurationDescriptions,
|
|
956
|
+
() => ZeppelinApplicationConfigurationDescription,
|
|
957
|
+
() => ApplicationEncryptionConfigurationDescription,
|
|
958
|
+
],
|
|
959
|
+
];
|
|
960
|
+
var ApplicationConfigurationUpdate = [
|
|
961
|
+
3,
|
|
962
|
+
n0,
|
|
963
|
+
_ACU,
|
|
964
|
+
0,
|
|
965
|
+
[_SACU, _ACCU, _FACU, _EPU, _ASCU, _ASRCU, _VCU, _ZACU, _AECU],
|
|
966
|
+
[
|
|
967
|
+
() => SqlApplicationConfigurationUpdate,
|
|
968
|
+
() => ApplicationCodeConfigurationUpdate,
|
|
969
|
+
() => FlinkApplicationConfigurationUpdate,
|
|
970
|
+
() => EnvironmentPropertyUpdates,
|
|
971
|
+
() => ApplicationSnapshotConfigurationUpdate,
|
|
972
|
+
() => ApplicationSystemRollbackConfigurationUpdate,
|
|
973
|
+
() => VpcConfigurationUpdates,
|
|
974
|
+
() => ZeppelinApplicationConfigurationUpdate,
|
|
975
|
+
() => ApplicationEncryptionConfigurationUpdate,
|
|
976
|
+
],
|
|
977
|
+
];
|
|
978
|
+
var ApplicationDetail = [
|
|
979
|
+
3,
|
|
980
|
+
n0,
|
|
981
|
+
_AD,
|
|
982
|
+
0,
|
|
983
|
+
[_AARN, _ADp, _AN, _RE, _SER, _AS, _AVI, _CTr, _LUT, _ACD, _CWLOD, _AMCD, _AVUF, _AVRBF, _AVCT, _CT, _AVRBT, _AM],
|
|
984
|
+
[
|
|
985
|
+
0,
|
|
986
|
+
0,
|
|
987
|
+
0,
|
|
988
|
+
0,
|
|
989
|
+
0,
|
|
990
|
+
0,
|
|
991
|
+
1,
|
|
992
|
+
4,
|
|
993
|
+
4,
|
|
994
|
+
() => ApplicationConfigurationDescription,
|
|
995
|
+
() => CloudWatchLoggingOptionDescriptions,
|
|
996
|
+
() => ApplicationMaintenanceConfigurationDescription,
|
|
997
|
+
1,
|
|
998
|
+
1,
|
|
999
|
+
4,
|
|
1000
|
+
0,
|
|
1001
|
+
1,
|
|
1002
|
+
0,
|
|
1003
|
+
],
|
|
1004
|
+
];
|
|
1005
|
+
var ApplicationEncryptionConfiguration = [3, n0, _AEC, 0, [_KI, _KT], [0, 0]];
|
|
1006
|
+
var ApplicationEncryptionConfigurationDescription = [3, n0, _AECD, 0, [_KI, _KT], [0, 0]];
|
|
1007
|
+
var ApplicationEncryptionConfigurationUpdate = [3, n0, _AECU, 0, [_KIU, _KTU], [0, 0]];
|
|
1008
|
+
var ApplicationMaintenanceConfigurationDescription = [
|
|
1009
|
+
3,
|
|
1010
|
+
n0,
|
|
1011
|
+
_AMCD,
|
|
1012
|
+
0,
|
|
1013
|
+
[_AMWST, _AMWET],
|
|
1014
|
+
[0, 0],
|
|
1015
|
+
];
|
|
1016
|
+
var ApplicationMaintenanceConfigurationUpdate = [3, n0, _AMCU, 0, [_AMWSTU], [0]];
|
|
1017
|
+
var ApplicationOperationInfo = [
|
|
1018
|
+
3,
|
|
1019
|
+
n0,
|
|
1020
|
+
_AOI,
|
|
1021
|
+
0,
|
|
1022
|
+
[_Op, _OI, _ST, _ET, _OS],
|
|
1023
|
+
[0, 0, 4, 4, 0],
|
|
1024
|
+
];
|
|
1025
|
+
var ApplicationOperationInfoDetails = [
|
|
1026
|
+
3,
|
|
1027
|
+
n0,
|
|
1028
|
+
_AOID,
|
|
1029
|
+
0,
|
|
1030
|
+
[_Op, _ST, _ET, _OS, _AVCD, _OFD],
|
|
1031
|
+
[0, 4, 4, 0, () => ApplicationVersionChangeDetails, () => OperationFailureDetails],
|
|
1032
|
+
];
|
|
1033
|
+
var ApplicationRestoreConfiguration = [3, n0, _ARC, 0, [_ART, _SN], [0, 0]];
|
|
1034
|
+
var ApplicationSnapshotConfiguration = [3, n0, _ASC, 0, [_SE], [2]];
|
|
1035
|
+
var ApplicationSnapshotConfigurationDescription = [3, n0, _ASCD, 0, [_SE], [2]];
|
|
1036
|
+
var ApplicationSnapshotConfigurationUpdate = [3, n0, _ASCU, 0, [_SEU], [2]];
|
|
1037
|
+
var ApplicationSummary = [
|
|
1038
|
+
3,
|
|
1039
|
+
n0,
|
|
1040
|
+
_ASp,
|
|
1041
|
+
0,
|
|
1042
|
+
[_AN, _AARN, _AS, _AVI, _RE, _AM],
|
|
1043
|
+
[0, 0, 0, 1, 0, 0],
|
|
1044
|
+
];
|
|
1045
|
+
var ApplicationSystemRollbackConfiguration = [3, n0, _ASRC, 0, [_REo], [2]];
|
|
1046
|
+
var ApplicationSystemRollbackConfigurationDescription = [3, n0, _ASRCD, 0, [_REo], [2]];
|
|
1047
|
+
var ApplicationSystemRollbackConfigurationUpdate = [3, n0, _ASRCU, 0, [_REU], [2]];
|
|
1048
|
+
var ApplicationVersionChangeDetails = [3, n0, _AVCD, 0, [_AVUF, _AVUT], [1, 1]];
|
|
1049
|
+
var ApplicationVersionSummary = [3, n0, _AVS, 0, [_AVI, _AS], [1, 0]];
|
|
1050
|
+
var CatalogConfiguration = [
|
|
1051
|
+
3,
|
|
1052
|
+
n0,
|
|
1053
|
+
_CCa,
|
|
1054
|
+
0,
|
|
1055
|
+
[_GDCC],
|
|
1056
|
+
[() => GlueDataCatalogConfiguration],
|
|
1057
|
+
];
|
|
1058
|
+
var CatalogConfigurationDescription = [
|
|
1059
|
+
3,
|
|
1060
|
+
n0,
|
|
1061
|
+
_CCDa,
|
|
1062
|
+
0,
|
|
1063
|
+
[_GDCCD],
|
|
1064
|
+
[() => GlueDataCatalogConfigurationDescription],
|
|
1065
|
+
];
|
|
1066
|
+
var CatalogConfigurationUpdate = [
|
|
1067
|
+
3,
|
|
1068
|
+
n0,
|
|
1069
|
+
_CCUa,
|
|
1070
|
+
0,
|
|
1071
|
+
[_GDCCU],
|
|
1072
|
+
[() => GlueDataCatalogConfigurationUpdate],
|
|
1073
|
+
];
|
|
1074
|
+
var CheckpointConfiguration = [3, n0, _CCh, 0, [_CTo, _CE, _CI, _MPBC], [0, 2, 1, 1]];
|
|
1075
|
+
var CheckpointConfigurationDescription = [
|
|
1076
|
+
3,
|
|
1077
|
+
n0,
|
|
1078
|
+
_CCDh,
|
|
1079
|
+
0,
|
|
1080
|
+
[_CTo, _CE, _CI, _MPBC],
|
|
1081
|
+
[0, 2, 1, 1],
|
|
1082
|
+
];
|
|
1083
|
+
var CheckpointConfigurationUpdate = [
|
|
1084
|
+
3,
|
|
1085
|
+
n0,
|
|
1086
|
+
_CCUh,
|
|
1087
|
+
0,
|
|
1088
|
+
[_CTU, _CEU, _CIU, _MPBCU],
|
|
1089
|
+
[0, 2, 1, 1],
|
|
1090
|
+
];
|
|
1091
|
+
var CloudWatchLoggingOption = [3, n0, _CWLO, 0, [_LSARN], [0]];
|
|
1092
|
+
var CloudWatchLoggingOptionDescription = [
|
|
1093
|
+
3,
|
|
1094
|
+
n0,
|
|
1095
|
+
_CWLODl,
|
|
1096
|
+
0,
|
|
1097
|
+
[_CWLOI, _LSARN, _RARN],
|
|
1098
|
+
[0, 0, 0],
|
|
1099
|
+
];
|
|
1100
|
+
var CloudWatchLoggingOptionUpdate = [3, n0, _CWLOU, 0, [_CWLOI, _LSARNU], [0, 0]];
|
|
1101
|
+
var CodeContent = [3, n0, _CC, 0, [_TC, _ZFC, _SCL], [0, 21, () => S3ContentLocation]];
|
|
1102
|
+
var CodeContentDescription = [
|
|
1103
|
+
3,
|
|
1104
|
+
n0,
|
|
1105
|
+
_CCD,
|
|
1106
|
+
0,
|
|
1107
|
+
[_TC, _CMD, _CS, _SACLD],
|
|
1108
|
+
[0, 0, 1, () => S3ApplicationCodeLocationDescription],
|
|
1109
|
+
];
|
|
1110
|
+
var CodeContentUpdate = [
|
|
1111
|
+
3,
|
|
1112
|
+
n0,
|
|
1113
|
+
_CCU,
|
|
1114
|
+
0,
|
|
1115
|
+
[_TCU, _ZFCU, _SCLU],
|
|
1116
|
+
[0, 21, () => S3ContentLocationUpdate],
|
|
1117
|
+
];
|
|
1118
|
+
var CodeValidationException = [
|
|
1119
|
+
-3,
|
|
1120
|
+
n0,
|
|
1121
|
+
_CVE,
|
|
1122
|
+
{
|
|
1123
|
+
[_e]: _c,
|
|
1124
|
+
},
|
|
1125
|
+
[_M],
|
|
1126
|
+
[0],
|
|
1127
|
+
];
|
|
1128
|
+
schema.TypeRegistry.for(n0).registerError(CodeValidationException, CodeValidationException$1);
|
|
1129
|
+
var ConcurrentModificationException = [
|
|
1130
|
+
-3,
|
|
1131
|
+
n0,
|
|
1132
|
+
_CME,
|
|
1133
|
+
{
|
|
1134
|
+
[_e]: _c,
|
|
1135
|
+
[_hE]: 409,
|
|
1136
|
+
},
|
|
1137
|
+
[_M],
|
|
1138
|
+
[0],
|
|
1139
|
+
];
|
|
1140
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
|
|
1141
|
+
var CreateApplicationPresignedUrlRequest = [
|
|
1142
|
+
3,
|
|
1143
|
+
n0,
|
|
1144
|
+
_CAPUR,
|
|
1145
|
+
0,
|
|
1146
|
+
[_AN, _UT, _SEDIS],
|
|
1147
|
+
[0, 0, 1],
|
|
1148
|
+
];
|
|
1149
|
+
var CreateApplicationPresignedUrlResponse = [3, n0, _CAPURr, 0, [_AU], [0]];
|
|
1150
|
+
var CreateApplicationRequest = [
|
|
1151
|
+
3,
|
|
1152
|
+
n0,
|
|
1153
|
+
_CAR,
|
|
1154
|
+
0,
|
|
1155
|
+
[_AN, _ADp, _RE, _SER, _AC, _CWLOl, _T, _AM],
|
|
1156
|
+
[0, 0, 0, 0, () => ApplicationConfiguration, () => CloudWatchLoggingOptions, () => Tags, 0],
|
|
1157
|
+
];
|
|
1158
|
+
var CreateApplicationResponse = [3, n0, _CARr, 0, [_AD], [() => ApplicationDetail]];
|
|
1159
|
+
var CreateApplicationSnapshotRequest = [3, n0, _CASR, 0, [_AN, _SN], [0, 0]];
|
|
1160
|
+
var CreateApplicationSnapshotResponse = [3, n0, _CASRr, 0, [], []];
|
|
1161
|
+
var CSVMappingParameters = [3, n0, _CSVMP, 0, [_RRD, _RCDe], [0, 0]];
|
|
1162
|
+
var CustomArtifactConfiguration = [
|
|
1163
|
+
3,
|
|
1164
|
+
n0,
|
|
1165
|
+
_CAC,
|
|
1166
|
+
0,
|
|
1167
|
+
[_AT, _SCL, _MR],
|
|
1168
|
+
[0, () => S3ContentLocation, () => MavenReference],
|
|
1169
|
+
];
|
|
1170
|
+
var CustomArtifactConfigurationDescription = [
|
|
1171
|
+
3,
|
|
1172
|
+
n0,
|
|
1173
|
+
_CACD,
|
|
1174
|
+
0,
|
|
1175
|
+
[_AT, _SCLD, _MRD],
|
|
1176
|
+
[0, () => S3ContentLocation, () => MavenReference],
|
|
1177
|
+
];
|
|
1178
|
+
var DeleteApplicationCloudWatchLoggingOptionRequest = [
|
|
1179
|
+
3,
|
|
1180
|
+
n0,
|
|
1181
|
+
_DACWLOR,
|
|
1182
|
+
0,
|
|
1183
|
+
[_AN, _CAVI, _CWLOI, _CT],
|
|
1184
|
+
[0, 1, 0, 0],
|
|
1185
|
+
];
|
|
1186
|
+
var DeleteApplicationCloudWatchLoggingOptionResponse = [
|
|
1187
|
+
3,
|
|
1188
|
+
n0,
|
|
1189
|
+
_DACWLORe,
|
|
1190
|
+
0,
|
|
1191
|
+
[_AARN, _AVI, _CWLOD, _OI],
|
|
1192
|
+
[0, 1, () => CloudWatchLoggingOptionDescriptions, 0],
|
|
1193
|
+
];
|
|
1194
|
+
var DeleteApplicationInputProcessingConfigurationRequest = [
|
|
1195
|
+
3,
|
|
1196
|
+
n0,
|
|
1197
|
+
_DAIPCR,
|
|
1198
|
+
0,
|
|
1199
|
+
[_AN, _CAVI, _II],
|
|
1200
|
+
[0, 1, 0],
|
|
1201
|
+
];
|
|
1202
|
+
var DeleteApplicationInputProcessingConfigurationResponse = [
|
|
1203
|
+
3,
|
|
1204
|
+
n0,
|
|
1205
|
+
_DAIPCRe,
|
|
1206
|
+
0,
|
|
1207
|
+
[_AARN, _AVI],
|
|
1208
|
+
[0, 1],
|
|
1209
|
+
];
|
|
1210
|
+
var DeleteApplicationOutputRequest = [3, n0, _DAOR, 0, [_AN, _CAVI, _OIu], [0, 1, 0]];
|
|
1211
|
+
var DeleteApplicationOutputResponse = [3, n0, _DAORe, 0, [_AARN, _AVI], [0, 1]];
|
|
1212
|
+
var DeleteApplicationReferenceDataSourceRequest = [
|
|
1213
|
+
3,
|
|
1214
|
+
n0,
|
|
1215
|
+
_DARDSR,
|
|
1216
|
+
0,
|
|
1217
|
+
[_AN, _CAVI, _RI],
|
|
1218
|
+
[0, 1, 0],
|
|
1219
|
+
];
|
|
1220
|
+
var DeleteApplicationReferenceDataSourceResponse = [
|
|
1221
|
+
3,
|
|
1222
|
+
n0,
|
|
1223
|
+
_DARDSRe,
|
|
1224
|
+
0,
|
|
1225
|
+
[_AARN, _AVI],
|
|
1226
|
+
[0, 1],
|
|
1227
|
+
];
|
|
1228
|
+
var DeleteApplicationRequest = [3, n0, _DAR, 0, [_AN, _CTr], [0, 4]];
|
|
1229
|
+
var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
|
|
1230
|
+
var DeleteApplicationSnapshotRequest = [3, n0, _DASR, 0, [_AN, _SN, _SCT], [0, 0, 4]];
|
|
1231
|
+
var DeleteApplicationSnapshotResponse = [3, n0, _DASRe, 0, [], []];
|
|
1232
|
+
var DeleteApplicationVpcConfigurationRequest = [
|
|
1233
|
+
3,
|
|
1234
|
+
n0,
|
|
1235
|
+
_DAVCR,
|
|
1236
|
+
0,
|
|
1237
|
+
[_AN, _CAVI, _VCI, _CT],
|
|
1238
|
+
[0, 1, 0, 0],
|
|
1239
|
+
];
|
|
1240
|
+
var DeleteApplicationVpcConfigurationResponse = [
|
|
1241
|
+
3,
|
|
1242
|
+
n0,
|
|
1243
|
+
_DAVCRe,
|
|
1244
|
+
0,
|
|
1245
|
+
[_AARN, _AVI, _OI],
|
|
1246
|
+
[0, 1, 0],
|
|
1247
|
+
];
|
|
1248
|
+
var DeployAsApplicationConfiguration = [
|
|
1249
|
+
3,
|
|
1250
|
+
n0,
|
|
1251
|
+
_DAAC,
|
|
1252
|
+
0,
|
|
1253
|
+
[_SCL],
|
|
1254
|
+
[() => S3ContentBaseLocation],
|
|
1255
|
+
];
|
|
1256
|
+
var DeployAsApplicationConfigurationDescription = [
|
|
1257
|
+
3,
|
|
1258
|
+
n0,
|
|
1259
|
+
_DAACD,
|
|
1260
|
+
0,
|
|
1261
|
+
[_SCLD],
|
|
1262
|
+
[() => S3ContentBaseLocationDescription],
|
|
1263
|
+
];
|
|
1264
|
+
var DeployAsApplicationConfigurationUpdate = [
|
|
1265
|
+
3,
|
|
1266
|
+
n0,
|
|
1267
|
+
_DAACU,
|
|
1268
|
+
0,
|
|
1269
|
+
[_SCLU],
|
|
1270
|
+
[() => S3ContentBaseLocationUpdate],
|
|
1271
|
+
];
|
|
1272
|
+
var DescribeApplicationOperationRequest = [3, n0, _DAORes, 0, [_AN, _OI], [0, 0]];
|
|
1273
|
+
var DescribeApplicationOperationResponse = [
|
|
1274
|
+
3,
|
|
1275
|
+
n0,
|
|
1276
|
+
_DAOResc,
|
|
1277
|
+
0,
|
|
1278
|
+
[_AOID],
|
|
1279
|
+
[() => ApplicationOperationInfoDetails],
|
|
1280
|
+
];
|
|
1281
|
+
var DescribeApplicationRequest = [3, n0, _DARes, 0, [_AN, _IAD], [0, 2]];
|
|
1282
|
+
var DescribeApplicationResponse = [3, n0, _DAResc, 0, [_AD], [() => ApplicationDetail]];
|
|
1283
|
+
var DescribeApplicationSnapshotRequest = [3, n0, _DASRes, 0, [_AN, _SN], [0, 0]];
|
|
1284
|
+
var DescribeApplicationSnapshotResponse = [
|
|
1285
|
+
3,
|
|
1286
|
+
n0,
|
|
1287
|
+
_DASResc,
|
|
1288
|
+
0,
|
|
1289
|
+
[_SD],
|
|
1290
|
+
[() => SnapshotDetails],
|
|
1291
|
+
];
|
|
1292
|
+
var DescribeApplicationVersionRequest = [3, n0, _DAVR, 0, [_AN, _AVI], [0, 1]];
|
|
1293
|
+
var DescribeApplicationVersionResponse = [
|
|
1294
|
+
3,
|
|
1295
|
+
n0,
|
|
1296
|
+
_DAVRe,
|
|
1297
|
+
0,
|
|
1298
|
+
[_AVD],
|
|
1299
|
+
[() => ApplicationDetail],
|
|
1300
|
+
];
|
|
1301
|
+
var DestinationSchema = [3, n0, _DS, 0, [_RFT], [0]];
|
|
1302
|
+
var DiscoverInputSchemaRequest = [
|
|
1303
|
+
3,
|
|
1304
|
+
n0,
|
|
1305
|
+
_DISR,
|
|
1306
|
+
0,
|
|
1307
|
+
[_RARNe, _SER, _ISPC, _SC, _IPC],
|
|
1308
|
+
[0, 0, () => InputStartingPositionConfiguration, () => S3Configuration, () => InputProcessingConfiguration],
|
|
1309
|
+
];
|
|
1310
|
+
var DiscoverInputSchemaResponse = [
|
|
1311
|
+
3,
|
|
1312
|
+
n0,
|
|
1313
|
+
_DISRi,
|
|
1314
|
+
0,
|
|
1315
|
+
[_IS, _PIR, _PIRr, _RIR],
|
|
1316
|
+
[() => SourceSchema, [1, n0, _PIR, 0, 64 | 0], 64 | 0, 64 | 0],
|
|
1317
|
+
];
|
|
1318
|
+
var EnvironmentProperties = [3, n0, _EP, 0, [_PG], [() => PropertyGroups]];
|
|
1319
|
+
var EnvironmentPropertyDescriptions = [3, n0, _EPD, 0, [_PGD], [() => PropertyGroups]];
|
|
1320
|
+
var EnvironmentPropertyUpdates = [3, n0, _EPU, 0, [_PG], [() => PropertyGroups]];
|
|
1321
|
+
var ErrorInfo = [3, n0, _EI, 0, [_ES], [0]];
|
|
1322
|
+
var FlinkApplicationConfiguration = [
|
|
1323
|
+
3,
|
|
1324
|
+
n0,
|
|
1325
|
+
_FAC,
|
|
1326
|
+
0,
|
|
1327
|
+
[_CCh, _MC, _PC],
|
|
1328
|
+
[() => CheckpointConfiguration, () => MonitoringConfiguration, () => ParallelismConfiguration],
|
|
1329
|
+
];
|
|
1330
|
+
var FlinkApplicationConfigurationDescription = [
|
|
1331
|
+
3,
|
|
1332
|
+
n0,
|
|
1333
|
+
_FACD,
|
|
1334
|
+
0,
|
|
1335
|
+
[_CCDh, _MCD, _PCD, _JPD],
|
|
1336
|
+
[
|
|
1337
|
+
() => CheckpointConfigurationDescription,
|
|
1338
|
+
() => MonitoringConfigurationDescription,
|
|
1339
|
+
() => ParallelismConfigurationDescription,
|
|
1340
|
+
0,
|
|
1341
|
+
],
|
|
1342
|
+
];
|
|
1343
|
+
var FlinkApplicationConfigurationUpdate = [
|
|
1344
|
+
3,
|
|
1345
|
+
n0,
|
|
1346
|
+
_FACU,
|
|
1347
|
+
0,
|
|
1348
|
+
[_CCUh, _MCU, _PCU],
|
|
1349
|
+
[() => CheckpointConfigurationUpdate, () => MonitoringConfigurationUpdate, () => ParallelismConfigurationUpdate],
|
|
1350
|
+
];
|
|
1351
|
+
var FlinkRunConfiguration = [3, n0, _FRC, 0, [_ANRS], [2]];
|
|
1352
|
+
var GlueDataCatalogConfiguration = [3, n0, _GDCC, 0, [_DARN], [0]];
|
|
1353
|
+
var GlueDataCatalogConfigurationDescription = [3, n0, _GDCCD, 0, [_DARN], [0]];
|
|
1354
|
+
var GlueDataCatalogConfigurationUpdate = [3, n0, _GDCCU, 0, [_DARNU], [0]];
|
|
1355
|
+
var Input = [
|
|
1356
|
+
3,
|
|
1357
|
+
n0,
|
|
1358
|
+
_I,
|
|
1359
|
+
0,
|
|
1360
|
+
[_NP, _IPC, _KSI, _KFI, _IP, _IS],
|
|
1361
|
+
[
|
|
1362
|
+
0,
|
|
1363
|
+
() => InputProcessingConfiguration,
|
|
1364
|
+
() => KinesisStreamsInput,
|
|
1365
|
+
() => KinesisFirehoseInput,
|
|
1366
|
+
() => InputParallelism,
|
|
1367
|
+
() => SourceSchema,
|
|
1368
|
+
],
|
|
1369
|
+
];
|
|
1370
|
+
var InputDescription = [
|
|
1371
|
+
3,
|
|
1372
|
+
n0,
|
|
1373
|
+
_IDn,
|
|
1374
|
+
0,
|
|
1375
|
+
[_II, _NP, _IASN, _IPCD, _KSID, _KFID, _IS, _IP, _ISPC],
|
|
1376
|
+
[
|
|
1377
|
+
0,
|
|
1378
|
+
0,
|
|
1379
|
+
64 | 0,
|
|
1380
|
+
() => InputProcessingConfigurationDescription,
|
|
1381
|
+
() => KinesisStreamsInputDescription,
|
|
1382
|
+
() => KinesisFirehoseInputDescription,
|
|
1383
|
+
() => SourceSchema,
|
|
1384
|
+
() => InputParallelism,
|
|
1385
|
+
() => InputStartingPositionConfiguration,
|
|
1386
|
+
],
|
|
1387
|
+
];
|
|
1388
|
+
var InputLambdaProcessor = [3, n0, _ILP, 0, [_RARNe], [0]];
|
|
1389
|
+
var InputLambdaProcessorDescription = [3, n0, _ILPD, 0, [_RARNe, _RARN], [0, 0]];
|
|
1390
|
+
var InputLambdaProcessorUpdate = [3, n0, _ILPU, 0, [_RARNU], [0]];
|
|
1391
|
+
var InputParallelism = [3, n0, _IP, 0, [_C], [1]];
|
|
1392
|
+
var InputParallelismUpdate = [3, n0, _IPU, 0, [_CU], [1]];
|
|
1393
|
+
var InputProcessingConfiguration = [3, n0, _IPC, 0, [_ILP], [() => InputLambdaProcessor]];
|
|
1394
|
+
var InputProcessingConfigurationDescription = [
|
|
1395
|
+
3,
|
|
1396
|
+
n0,
|
|
1397
|
+
_IPCD,
|
|
1398
|
+
0,
|
|
1399
|
+
[_ILPD],
|
|
1400
|
+
[() => InputLambdaProcessorDescription],
|
|
1401
|
+
];
|
|
1402
|
+
var InputProcessingConfigurationUpdate = [
|
|
1403
|
+
3,
|
|
1404
|
+
n0,
|
|
1405
|
+
_IPCU,
|
|
1406
|
+
0,
|
|
1407
|
+
[_ILPU],
|
|
1408
|
+
[() => InputLambdaProcessorUpdate],
|
|
1409
|
+
];
|
|
1410
|
+
var InputSchemaUpdate = [
|
|
1411
|
+
3,
|
|
1412
|
+
n0,
|
|
1413
|
+
_ISU,
|
|
1414
|
+
0,
|
|
1415
|
+
[_RFU, _REUe, _RCU],
|
|
1416
|
+
[() => RecordFormat, 0, () => RecordColumns],
|
|
1417
|
+
];
|
|
1418
|
+
var InputStartingPositionConfiguration = [3, n0, _ISPC, 0, [_ISP], [0]];
|
|
1419
|
+
var InputUpdate = [
|
|
1420
|
+
3,
|
|
1421
|
+
n0,
|
|
1422
|
+
_IU,
|
|
1423
|
+
0,
|
|
1424
|
+
[_II, _NPU, _IPCU, _KSIU, _KFIU, _ISU, _IPU],
|
|
1425
|
+
[
|
|
1426
|
+
0,
|
|
1427
|
+
0,
|
|
1428
|
+
() => InputProcessingConfigurationUpdate,
|
|
1429
|
+
() => KinesisStreamsInputUpdate,
|
|
1430
|
+
() => KinesisFirehoseInputUpdate,
|
|
1431
|
+
() => InputSchemaUpdate,
|
|
1432
|
+
() => InputParallelismUpdate,
|
|
1433
|
+
],
|
|
1434
|
+
];
|
|
1435
|
+
var InvalidApplicationConfigurationException = [
|
|
1436
|
+
-3,
|
|
1437
|
+
n0,
|
|
1438
|
+
_IACE,
|
|
1439
|
+
{
|
|
1440
|
+
[_e]: _c,
|
|
1441
|
+
},
|
|
1442
|
+
[_M],
|
|
1443
|
+
[0],
|
|
1444
|
+
];
|
|
1445
|
+
schema.TypeRegistry.for(n0).registerError(InvalidApplicationConfigurationException, InvalidApplicationConfigurationException$1);
|
|
1446
|
+
var InvalidArgumentException = [
|
|
1447
|
+
-3,
|
|
1448
|
+
n0,
|
|
1449
|
+
_IAE,
|
|
1450
|
+
{
|
|
1451
|
+
[_e]: _c,
|
|
1452
|
+
},
|
|
1453
|
+
[_M],
|
|
1454
|
+
[0],
|
|
1455
|
+
];
|
|
1456
|
+
schema.TypeRegistry.for(n0).registerError(InvalidArgumentException, InvalidArgumentException$1);
|
|
1457
|
+
var InvalidRequestException = [
|
|
1458
|
+
-3,
|
|
1459
|
+
n0,
|
|
1460
|
+
_IRE,
|
|
1461
|
+
{
|
|
1462
|
+
[_e]: _c,
|
|
1463
|
+
},
|
|
1464
|
+
[_M],
|
|
1465
|
+
[0],
|
|
1466
|
+
];
|
|
1467
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
|
|
1468
|
+
var JSONMappingParameters = [3, n0, _JSONMP, 0, [_RRP], [0]];
|
|
1469
|
+
var KinesisFirehoseInput = [3, n0, _KFI, 0, [_RARNe], [0]];
|
|
1470
|
+
var KinesisFirehoseInputDescription = [3, n0, _KFID, 0, [_RARNe, _RARN], [0, 0]];
|
|
1471
|
+
var KinesisFirehoseInputUpdate = [3, n0, _KFIU, 0, [_RARNU], [0]];
|
|
1472
|
+
var KinesisFirehoseOutput = [3, n0, _KFO, 0, [_RARNe], [0]];
|
|
1473
|
+
var KinesisFirehoseOutputDescription = [3, n0, _KFOD, 0, [_RARNe, _RARN], [0, 0]];
|
|
1474
|
+
var KinesisFirehoseOutputUpdate = [3, n0, _KFOU, 0, [_RARNU], [0]];
|
|
1475
|
+
var KinesisStreamsInput = [3, n0, _KSI, 0, [_RARNe], [0]];
|
|
1476
|
+
var KinesisStreamsInputDescription = [3, n0, _KSID, 0, [_RARNe, _RARN], [0, 0]];
|
|
1477
|
+
var KinesisStreamsInputUpdate = [3, n0, _KSIU, 0, [_RARNU], [0]];
|
|
1478
|
+
var KinesisStreamsOutput = [3, n0, _KSO, 0, [_RARNe], [0]];
|
|
1479
|
+
var KinesisStreamsOutputDescription = [3, n0, _KSOD, 0, [_RARNe, _RARN], [0, 0]];
|
|
1480
|
+
var KinesisStreamsOutputUpdate = [3, n0, _KSOU, 0, [_RARNU], [0]];
|
|
1481
|
+
var LambdaOutput = [3, n0, _LO, 0, [_RARNe], [0]];
|
|
1482
|
+
var LambdaOutputDescription = [3, n0, _LOD, 0, [_RARNe, _RARN], [0, 0]];
|
|
1483
|
+
var LambdaOutputUpdate = [3, n0, _LOU, 0, [_RARNU], [0]];
|
|
1484
|
+
var LimitExceededException = [
|
|
1485
|
+
-3,
|
|
1486
|
+
n0,
|
|
1487
|
+
_LEE,
|
|
1488
|
+
{
|
|
1489
|
+
[_e]: _c,
|
|
1490
|
+
},
|
|
1491
|
+
[_M],
|
|
1492
|
+
[0],
|
|
1493
|
+
];
|
|
1494
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
|
|
1495
|
+
var ListApplicationOperationsRequest = [
|
|
1496
|
+
3,
|
|
1497
|
+
n0,
|
|
1498
|
+
_LAOR,
|
|
1499
|
+
0,
|
|
1500
|
+
[_AN, _L, _NT, _Op, _OS],
|
|
1501
|
+
[0, 1, 0, 0, 0],
|
|
1502
|
+
];
|
|
1503
|
+
var ListApplicationOperationsResponse = [
|
|
1504
|
+
3,
|
|
1505
|
+
n0,
|
|
1506
|
+
_LAORi,
|
|
1507
|
+
0,
|
|
1508
|
+
[_AOIL, _NT],
|
|
1509
|
+
[() => ApplicationOperationInfoList, 0],
|
|
1510
|
+
];
|
|
1511
|
+
var ListApplicationSnapshotsRequest = [3, n0, _LASR, 0, [_AN, _L, _NT], [0, 1, 0]];
|
|
1512
|
+
var ListApplicationSnapshotsResponse = [
|
|
1513
|
+
3,
|
|
1514
|
+
n0,
|
|
1515
|
+
_LASRi,
|
|
1516
|
+
0,
|
|
1517
|
+
[_SS, _NT],
|
|
1518
|
+
[() => SnapshotSummaries, 0],
|
|
1519
|
+
];
|
|
1520
|
+
var ListApplicationsRequest = [3, n0, _LAR, 0, [_L, _NT], [1, 0]];
|
|
1521
|
+
var ListApplicationsResponse = [
|
|
1522
|
+
3,
|
|
1523
|
+
n0,
|
|
1524
|
+
_LARi,
|
|
1525
|
+
0,
|
|
1526
|
+
[_ASpp, _NT],
|
|
1527
|
+
[() => ApplicationSummaries, 0],
|
|
1528
|
+
];
|
|
1529
|
+
var ListApplicationVersionsRequest = [3, n0, _LAVR, 0, [_AN, _L, _NT], [0, 1, 0]];
|
|
1530
|
+
var ListApplicationVersionsResponse = [
|
|
1531
|
+
3,
|
|
1532
|
+
n0,
|
|
1533
|
+
_LAVRi,
|
|
1534
|
+
0,
|
|
1535
|
+
[_AVSp, _NT],
|
|
1536
|
+
[() => ApplicationVersionSummaries, 0],
|
|
1537
|
+
];
|
|
1538
|
+
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARNe], [0]];
|
|
1539
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => Tags]];
|
|
1540
|
+
var MappingParameters = [
|
|
1541
|
+
3,
|
|
1542
|
+
n0,
|
|
1543
|
+
_MP,
|
|
1544
|
+
0,
|
|
1545
|
+
[_JSONMP, _CSVMP],
|
|
1546
|
+
[() => JSONMappingParameters, () => CSVMappingParameters],
|
|
1547
|
+
];
|
|
1548
|
+
var MavenReference = [3, n0, _MR, 0, [_GI, _AI, _V], [0, 0, 0]];
|
|
1549
|
+
var MonitoringConfiguration = [3, n0, _MC, 0, [_CTo, _ML, _LL], [0, 0, 0]];
|
|
1550
|
+
var MonitoringConfigurationDescription = [3, n0, _MCD, 0, [_CTo, _ML, _LL], [0, 0, 0]];
|
|
1551
|
+
var MonitoringConfigurationUpdate = [3, n0, _MCU, 0, [_CTU, _MLU, _LLU], [0, 0, 0]];
|
|
1552
|
+
var OperationFailureDetails = [3, n0, _OFD, 0, [_ROI, _EI], [0, () => ErrorInfo]];
|
|
1553
|
+
var Output = [
|
|
1554
|
+
3,
|
|
1555
|
+
n0,
|
|
1556
|
+
_O,
|
|
1557
|
+
0,
|
|
1558
|
+
[_N, _KSO, _KFO, _LO, _DS],
|
|
1559
|
+
[0, () => KinesisStreamsOutput, () => KinesisFirehoseOutput, () => LambdaOutput, () => DestinationSchema],
|
|
1560
|
+
];
|
|
1561
|
+
var OutputDescription = [
|
|
1562
|
+
3,
|
|
1563
|
+
n0,
|
|
1564
|
+
_ODu,
|
|
1565
|
+
0,
|
|
1566
|
+
[_OIu, _N, _KSOD, _KFOD, _LOD, _DS],
|
|
1567
|
+
[
|
|
1568
|
+
0,
|
|
1569
|
+
0,
|
|
1570
|
+
() => KinesisStreamsOutputDescription,
|
|
1571
|
+
() => KinesisFirehoseOutputDescription,
|
|
1572
|
+
() => LambdaOutputDescription,
|
|
1573
|
+
() => DestinationSchema,
|
|
1574
|
+
],
|
|
1575
|
+
];
|
|
1576
|
+
var OutputUpdate = [
|
|
1577
|
+
3,
|
|
1578
|
+
n0,
|
|
1579
|
+
_OU,
|
|
1580
|
+
0,
|
|
1581
|
+
[_OIu, _NU, _KSOU, _KFOU, _LOU, _DSU],
|
|
1582
|
+
[
|
|
1583
|
+
0,
|
|
1584
|
+
0,
|
|
1585
|
+
() => KinesisStreamsOutputUpdate,
|
|
1586
|
+
() => KinesisFirehoseOutputUpdate,
|
|
1587
|
+
() => LambdaOutputUpdate,
|
|
1588
|
+
() => DestinationSchema,
|
|
1589
|
+
],
|
|
1590
|
+
];
|
|
1591
|
+
var ParallelismConfiguration = [3, n0, _PC, 0, [_CTo, _P, _PPKPU, _ASE], [0, 1, 1, 2]];
|
|
1592
|
+
var ParallelismConfigurationDescription = [
|
|
1593
|
+
3,
|
|
1594
|
+
n0,
|
|
1595
|
+
_PCD,
|
|
1596
|
+
0,
|
|
1597
|
+
[_CTo, _P, _PPKPU, _CP, _ASE],
|
|
1598
|
+
[0, 1, 1, 1, 2],
|
|
1599
|
+
];
|
|
1600
|
+
var ParallelismConfigurationUpdate = [
|
|
1601
|
+
3,
|
|
1602
|
+
n0,
|
|
1603
|
+
_PCU,
|
|
1604
|
+
0,
|
|
1605
|
+
[_CTU, _PU, _PPKPUU, _ASEU],
|
|
1606
|
+
[0, 1, 1, 2],
|
|
1607
|
+
];
|
|
1608
|
+
var PropertyGroup = [3, n0, _PGr, 0, [_PGI, _PM], [0, 128 | 0]];
|
|
1609
|
+
var RecordColumn = [3, n0, _RC, 0, [_N, _Ma, _STq], [0, 0, 0]];
|
|
1610
|
+
var RecordFormat = [3, n0, _RF, 0, [_RFT, _MP], [0, () => MappingParameters]];
|
|
1611
|
+
var ReferenceDataSource = [
|
|
1612
|
+
3,
|
|
1613
|
+
n0,
|
|
1614
|
+
_RDS,
|
|
1615
|
+
0,
|
|
1616
|
+
[_TN, _SRDS, _RS],
|
|
1617
|
+
[0, () => S3ReferenceDataSource, () => SourceSchema],
|
|
1618
|
+
];
|
|
1619
|
+
var ReferenceDataSourceDescription = [
|
|
1620
|
+
3,
|
|
1621
|
+
n0,
|
|
1622
|
+
_RDSDe,
|
|
1623
|
+
0,
|
|
1624
|
+
[_RI, _TN, _SRDSD, _RS],
|
|
1625
|
+
[0, 0, () => S3ReferenceDataSourceDescription, () => SourceSchema],
|
|
1626
|
+
];
|
|
1627
|
+
var ReferenceDataSourceUpdate = [
|
|
1628
|
+
3,
|
|
1629
|
+
n0,
|
|
1630
|
+
_RDSU,
|
|
1631
|
+
0,
|
|
1632
|
+
[_RI, _TNU, _SRDSU, _RSU],
|
|
1633
|
+
[0, 0, () => S3ReferenceDataSourceUpdate, () => SourceSchema],
|
|
1634
|
+
];
|
|
1635
|
+
var ResourceInUseException = [
|
|
1636
|
+
-3,
|
|
1637
|
+
n0,
|
|
1638
|
+
_RIUE,
|
|
1639
|
+
{
|
|
1640
|
+
[_e]: _c,
|
|
1641
|
+
},
|
|
1642
|
+
[_M],
|
|
1643
|
+
[0],
|
|
1644
|
+
];
|
|
1645
|
+
schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
|
|
1646
|
+
var ResourceNotFoundException = [
|
|
1647
|
+
-3,
|
|
1648
|
+
n0,
|
|
1649
|
+
_RNFE,
|
|
1650
|
+
{
|
|
1651
|
+
[_e]: _c,
|
|
1652
|
+
},
|
|
1653
|
+
[_M],
|
|
1654
|
+
[0],
|
|
1655
|
+
];
|
|
1656
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1657
|
+
var ResourceProvisionedThroughputExceededException = [
|
|
1658
|
+
-3,
|
|
1659
|
+
n0,
|
|
1660
|
+
_RPTEE,
|
|
1661
|
+
{
|
|
1662
|
+
[_e]: _c,
|
|
1663
|
+
},
|
|
1664
|
+
[_M],
|
|
1665
|
+
[0],
|
|
1666
|
+
];
|
|
1667
|
+
schema.TypeRegistry.for(n0).registerError(ResourceProvisionedThroughputExceededException, ResourceProvisionedThroughputExceededException$1);
|
|
1668
|
+
var RollbackApplicationRequest = [3, n0, _RAR, 0, [_AN, _CAVI], [0, 1]];
|
|
1669
|
+
var RollbackApplicationResponse = [
|
|
1670
|
+
3,
|
|
1671
|
+
n0,
|
|
1672
|
+
_RARo,
|
|
1673
|
+
0,
|
|
1674
|
+
[_AD, _OI],
|
|
1675
|
+
[() => ApplicationDetail, 0],
|
|
1676
|
+
];
|
|
1677
|
+
var RunConfiguration = [
|
|
1678
|
+
3,
|
|
1679
|
+
n0,
|
|
1680
|
+
_RCu,
|
|
1681
|
+
0,
|
|
1682
|
+
[_FRC, _SRC, _ARC],
|
|
1683
|
+
[() => FlinkRunConfiguration, () => SqlRunConfigurations, () => ApplicationRestoreConfiguration],
|
|
1684
|
+
];
|
|
1685
|
+
var RunConfigurationDescription = [
|
|
1686
|
+
3,
|
|
1687
|
+
n0,
|
|
1688
|
+
_RCD,
|
|
1689
|
+
0,
|
|
1690
|
+
[_ARCD, _FRCD],
|
|
1691
|
+
[() => ApplicationRestoreConfiguration, () => FlinkRunConfiguration],
|
|
1692
|
+
];
|
|
1693
|
+
var RunConfigurationUpdate = [
|
|
1694
|
+
3,
|
|
1695
|
+
n0,
|
|
1696
|
+
_RCUu,
|
|
1697
|
+
0,
|
|
1698
|
+
[_FRC, _ARC],
|
|
1699
|
+
[() => FlinkRunConfiguration, () => ApplicationRestoreConfiguration],
|
|
1700
|
+
];
|
|
1701
|
+
var S3ApplicationCodeLocationDescription = [
|
|
1702
|
+
3,
|
|
1703
|
+
n0,
|
|
1704
|
+
_SACLD,
|
|
1705
|
+
0,
|
|
1706
|
+
[_BARN, _FK, _OV],
|
|
1707
|
+
[0, 0, 0],
|
|
1708
|
+
];
|
|
1709
|
+
var S3Configuration = [3, n0, _SC, 0, [_BARN, _FK], [0, 0]];
|
|
1710
|
+
var S3ContentBaseLocation = [3, n0, _SCBL, 0, [_BARN, _BP], [0, 0]];
|
|
1711
|
+
var S3ContentBaseLocationDescription = [3, n0, _SCBLD, 0, [_BARN, _BP], [0, 0]];
|
|
1712
|
+
var S3ContentBaseLocationUpdate = [3, n0, _SCBLU, 0, [_BARNU, _BPU], [0, 0]];
|
|
1713
|
+
var S3ContentLocation = [3, n0, _SCL, 0, [_BARN, _FK, _OV], [0, 0, 0]];
|
|
1714
|
+
var S3ContentLocationUpdate = [3, n0, _SCLU, 0, [_BARNU, _FKU, _OVU], [0, 0, 0]];
|
|
1715
|
+
var S3ReferenceDataSource = [3, n0, _SRDS, 0, [_BARN, _FK], [0, 0]];
|
|
1716
|
+
var S3ReferenceDataSourceDescription = [
|
|
1717
|
+
3,
|
|
1718
|
+
n0,
|
|
1719
|
+
_SRDSD,
|
|
1720
|
+
0,
|
|
1721
|
+
[_BARN, _FK, _RRARN],
|
|
1722
|
+
[0, 0, 0],
|
|
1723
|
+
];
|
|
1724
|
+
var S3ReferenceDataSourceUpdate = [3, n0, _SRDSU, 0, [_BARNU, _FKU], [0, 0]];
|
|
1725
|
+
var ServiceUnavailableException = [
|
|
1726
|
+
-3,
|
|
1727
|
+
n0,
|
|
1728
|
+
_SUE,
|
|
1729
|
+
{
|
|
1730
|
+
[_e]: _s,
|
|
1731
|
+
[_hE]: 503,
|
|
1732
|
+
},
|
|
1733
|
+
[_M],
|
|
1734
|
+
[0],
|
|
1735
|
+
];
|
|
1736
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
|
|
1737
|
+
var SnapshotDetails = [
|
|
1738
|
+
3,
|
|
1739
|
+
n0,
|
|
1740
|
+
_SD,
|
|
1741
|
+
0,
|
|
1742
|
+
[_SN, _SSn, _AVI, _SCT, _RE, _AECD],
|
|
1743
|
+
[0, 0, 1, 4, 0, () => ApplicationEncryptionConfigurationDescription],
|
|
1744
|
+
];
|
|
1745
|
+
var SourceSchema = [
|
|
1746
|
+
3,
|
|
1747
|
+
n0,
|
|
1748
|
+
_SSo,
|
|
1749
|
+
0,
|
|
1750
|
+
[_RF, _REe, _RCe],
|
|
1751
|
+
[() => RecordFormat, 0, () => RecordColumns],
|
|
1752
|
+
];
|
|
1753
|
+
var SqlApplicationConfiguration = [
|
|
1754
|
+
3,
|
|
1755
|
+
n0,
|
|
1756
|
+
_SAC,
|
|
1757
|
+
0,
|
|
1758
|
+
[_In, _Ou, _RDSe],
|
|
1759
|
+
[() => Inputs, () => Outputs, () => ReferenceDataSources],
|
|
1760
|
+
];
|
|
1761
|
+
var SqlApplicationConfigurationDescription = [
|
|
1762
|
+
3,
|
|
1763
|
+
n0,
|
|
1764
|
+
_SACD,
|
|
1765
|
+
0,
|
|
1766
|
+
[_ID, _OD, _RDSD],
|
|
1767
|
+
[() => InputDescriptions, () => OutputDescriptions, () => ReferenceDataSourceDescriptions],
|
|
1768
|
+
];
|
|
1769
|
+
var SqlApplicationConfigurationUpdate = [
|
|
1770
|
+
3,
|
|
1771
|
+
n0,
|
|
1772
|
+
_SACU,
|
|
1773
|
+
0,
|
|
1774
|
+
[_IUn, _OUu, _RDSUe],
|
|
1775
|
+
[() => InputUpdates, () => OutputUpdates, () => ReferenceDataSourceUpdates],
|
|
1776
|
+
];
|
|
1777
|
+
var SqlRunConfiguration = [
|
|
1778
|
+
3,
|
|
1779
|
+
n0,
|
|
1780
|
+
_SRCq,
|
|
1781
|
+
0,
|
|
1782
|
+
[_II, _ISPC],
|
|
1783
|
+
[0, () => InputStartingPositionConfiguration],
|
|
1784
|
+
];
|
|
1785
|
+
var StartApplicationRequest = [3, n0, _SAR, 0, [_AN, _RCu], [0, () => RunConfiguration]];
|
|
1786
|
+
var StartApplicationResponse = [3, n0, _SARt, 0, [_OI], [0]];
|
|
1787
|
+
var StopApplicationRequest = [3, n0, _SARto, 0, [_AN, _F], [0, 2]];
|
|
1788
|
+
var StopApplicationResponse = [3, n0, _SARtop, 0, [_OI], [0]];
|
|
1789
|
+
var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1790
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_RARNe, _T], [0, () => Tags]];
|
|
1791
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1792
|
+
var TooManyTagsException = [
|
|
1793
|
+
-3,
|
|
1794
|
+
n0,
|
|
1795
|
+
_TMTE,
|
|
1796
|
+
{
|
|
1797
|
+
[_e]: _c,
|
|
1798
|
+
},
|
|
1799
|
+
[_m],
|
|
1800
|
+
[0],
|
|
1801
|
+
];
|
|
1802
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
|
|
1803
|
+
var UnableToDetectSchemaException = [
|
|
1804
|
+
-3,
|
|
1805
|
+
n0,
|
|
1806
|
+
_UTDSE,
|
|
1807
|
+
{
|
|
1808
|
+
[_e]: _c,
|
|
1809
|
+
},
|
|
1810
|
+
[_M, _RIR, _PIRr],
|
|
1811
|
+
[0, 64 | 0, 64 | 0],
|
|
1812
|
+
];
|
|
1813
|
+
schema.TypeRegistry.for(n0).registerError(UnableToDetectSchemaException, UnableToDetectSchemaException$1);
|
|
1814
|
+
var UnsupportedOperationException = [
|
|
1815
|
+
-3,
|
|
1816
|
+
n0,
|
|
1817
|
+
_UOE,
|
|
1818
|
+
{
|
|
1819
|
+
[_e]: _c,
|
|
1820
|
+
},
|
|
1821
|
+
[_M],
|
|
1822
|
+
[0],
|
|
1823
|
+
];
|
|
1824
|
+
schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException, UnsupportedOperationException$1);
|
|
1825
|
+
var UntagResourceRequest = [3, n0, _URR, 0, [_RARNe, _TK], [0, 64 | 0]];
|
|
1826
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1827
|
+
var UpdateApplicationMaintenanceConfigurationRequest = [
|
|
1828
|
+
3,
|
|
1829
|
+
n0,
|
|
1830
|
+
_UAMCR,
|
|
1831
|
+
0,
|
|
1832
|
+
[_AN, _AMCU],
|
|
1833
|
+
[0, () => ApplicationMaintenanceConfigurationUpdate],
|
|
1834
|
+
];
|
|
1835
|
+
var UpdateApplicationMaintenanceConfigurationResponse = [
|
|
1836
|
+
3,
|
|
1837
|
+
n0,
|
|
1838
|
+
_UAMCRp,
|
|
1839
|
+
0,
|
|
1840
|
+
[_AARN, _AMCD],
|
|
1841
|
+
[0, () => ApplicationMaintenanceConfigurationDescription],
|
|
1842
|
+
];
|
|
1843
|
+
var UpdateApplicationRequest = [
|
|
1844
|
+
3,
|
|
1845
|
+
n0,
|
|
1846
|
+
_UAR,
|
|
1847
|
+
0,
|
|
1848
|
+
[_AN, _CAVI, _ACU, _SERU, _RCUu, _CWLOUl, _CT, _REUu],
|
|
1849
|
+
[
|
|
1850
|
+
0,
|
|
1851
|
+
1,
|
|
1852
|
+
() => ApplicationConfigurationUpdate,
|
|
1853
|
+
0,
|
|
1854
|
+
() => RunConfigurationUpdate,
|
|
1855
|
+
() => CloudWatchLoggingOptionUpdates,
|
|
1856
|
+
0,
|
|
1857
|
+
0,
|
|
1858
|
+
],
|
|
1859
|
+
];
|
|
1860
|
+
var UpdateApplicationResponse = [
|
|
1861
|
+
3,
|
|
1862
|
+
n0,
|
|
1863
|
+
_UARp,
|
|
1864
|
+
0,
|
|
1865
|
+
[_AD, _OI],
|
|
1866
|
+
[() => ApplicationDetail, 0],
|
|
1867
|
+
];
|
|
1868
|
+
var VpcConfiguration = [3, n0, _VC, 0, [_SI, _SGI], [64 | 0, 64 | 0]];
|
|
1869
|
+
var VpcConfigurationDescription = [
|
|
1870
|
+
3,
|
|
1871
|
+
n0,
|
|
1872
|
+
_VCD,
|
|
1873
|
+
0,
|
|
1874
|
+
[_VCI, _VI, _SI, _SGI],
|
|
1875
|
+
[0, 0, 64 | 0, 64 | 0],
|
|
1876
|
+
];
|
|
1877
|
+
var VpcConfigurationUpdate = [3, n0, _VCUp, 0, [_VCI, _SIU, _SGIU], [0, 64 | 0, 64 | 0]];
|
|
1878
|
+
var ZeppelinApplicationConfiguration = [
|
|
1879
|
+
3,
|
|
1880
|
+
n0,
|
|
1881
|
+
_ZAC,
|
|
1882
|
+
0,
|
|
1883
|
+
[_MC, _CCa, _DAAC, _CACu],
|
|
1884
|
+
[
|
|
1885
|
+
() => ZeppelinMonitoringConfiguration,
|
|
1886
|
+
() => CatalogConfiguration,
|
|
1887
|
+
() => DeployAsApplicationConfiguration,
|
|
1888
|
+
() => CustomArtifactsConfigurationList,
|
|
1889
|
+
],
|
|
1890
|
+
];
|
|
1891
|
+
var ZeppelinApplicationConfigurationDescription = [
|
|
1892
|
+
3,
|
|
1893
|
+
n0,
|
|
1894
|
+
_ZACD,
|
|
1895
|
+
0,
|
|
1896
|
+
[_MCD, _CCDa, _DAACD, _CACDu],
|
|
1897
|
+
[
|
|
1898
|
+
() => ZeppelinMonitoringConfigurationDescription,
|
|
1899
|
+
() => CatalogConfigurationDescription,
|
|
1900
|
+
() => DeployAsApplicationConfigurationDescription,
|
|
1901
|
+
() => CustomArtifactsConfigurationDescriptionList,
|
|
1902
|
+
],
|
|
1903
|
+
];
|
|
1904
|
+
var ZeppelinApplicationConfigurationUpdate = [
|
|
1905
|
+
3,
|
|
1906
|
+
n0,
|
|
1907
|
+
_ZACU,
|
|
1908
|
+
0,
|
|
1909
|
+
[_MCU, _CCUa, _DAACU, _CACU],
|
|
1910
|
+
[
|
|
1911
|
+
() => ZeppelinMonitoringConfigurationUpdate,
|
|
1912
|
+
() => CatalogConfigurationUpdate,
|
|
1913
|
+
() => DeployAsApplicationConfigurationUpdate,
|
|
1914
|
+
() => CustomArtifactsConfigurationList,
|
|
1915
|
+
],
|
|
1916
|
+
];
|
|
1917
|
+
var ZeppelinMonitoringConfiguration = [3, n0, _ZMC, 0, [_LL], [0]];
|
|
1918
|
+
var ZeppelinMonitoringConfigurationDescription = [3, n0, _ZMCD, 0, [_LL], [0]];
|
|
1919
|
+
var ZeppelinMonitoringConfigurationUpdate = [3, n0, _ZMCU, 0, [_LLU], [0]];
|
|
1920
|
+
var KinesisAnalyticsV2ServiceException = [
|
|
1921
|
+
-3,
|
|
1922
|
+
_sm,
|
|
1923
|
+
"KinesisAnalyticsV2ServiceException",
|
|
1924
|
+
0,
|
|
1925
|
+
[],
|
|
1926
|
+
[],
|
|
1927
|
+
];
|
|
1928
|
+
schema.TypeRegistry.for(_sm).registerError(KinesisAnalyticsV2ServiceException, KinesisAnalyticsV2ServiceException$1);
|
|
1929
|
+
var ApplicationOperationInfoList = [1, n0, _AOIL, 0, () => ApplicationOperationInfo];
|
|
1930
|
+
var ApplicationSummaries = [1, n0, _ASpp, 0, () => ApplicationSummary];
|
|
1931
|
+
var ApplicationVersionSummaries = [1, n0, _AVSp, 0, () => ApplicationVersionSummary];
|
|
1932
|
+
var CloudWatchLoggingOptionDescriptions = [
|
|
1933
|
+
1,
|
|
1934
|
+
n0,
|
|
1935
|
+
_CWLOD,
|
|
1936
|
+
0,
|
|
1937
|
+
() => CloudWatchLoggingOptionDescription,
|
|
1938
|
+
];
|
|
1939
|
+
var CloudWatchLoggingOptions = [1, n0, _CWLOl, 0, () => CloudWatchLoggingOption];
|
|
1940
|
+
var CloudWatchLoggingOptionUpdates = [1, n0, _CWLOUl, 0, () => CloudWatchLoggingOptionUpdate];
|
|
1941
|
+
var CustomArtifactsConfigurationDescriptionList = [
|
|
1942
|
+
1,
|
|
1943
|
+
n0,
|
|
1944
|
+
_CACDL,
|
|
1945
|
+
0,
|
|
1946
|
+
() => CustomArtifactConfigurationDescription,
|
|
1947
|
+
];
|
|
1948
|
+
var CustomArtifactsConfigurationList = [1, n0, _CACL, 0, () => CustomArtifactConfiguration];
|
|
1949
|
+
var InputDescriptions = [1, n0, _ID, 0, () => InputDescription];
|
|
1950
|
+
var Inputs = [1, n0, _In, 0, () => Input];
|
|
1951
|
+
var InputUpdates = [1, n0, _IUn, 0, () => InputUpdate];
|
|
1952
|
+
var OutputDescriptions = [1, n0, _OD, 0, () => OutputDescription];
|
|
1953
|
+
var Outputs = [1, n0, _Ou, 0, () => Output];
|
|
1954
|
+
var OutputUpdates = [1, n0, _OUu, 0, () => OutputUpdate];
|
|
1955
|
+
var PropertyGroups = [1, n0, _PG, 0, () => PropertyGroup];
|
|
1956
|
+
var RecordColumns = [1, n0, _RCe, 0, () => RecordColumn];
|
|
1957
|
+
var ReferenceDataSourceDescriptions = [1, n0, _RDSD, 0, () => ReferenceDataSourceDescription];
|
|
1958
|
+
var ReferenceDataSources = [1, n0, _RDSe, 0, () => ReferenceDataSource];
|
|
1959
|
+
var ReferenceDataSourceUpdates = [1, n0, _RDSUe, 0, () => ReferenceDataSourceUpdate];
|
|
1960
|
+
var SnapshotSummaries = [1, n0, _SS, 0, () => SnapshotDetails];
|
|
1961
|
+
var SqlRunConfigurations = [1, n0, _SRC, 0, () => SqlRunConfiguration];
|
|
1962
|
+
var Tags = [1, n0, _T, 0, () => Tag];
|
|
1963
|
+
var VpcConfigurationDescriptions = [1, n0, _VCDp, 0, () => VpcConfigurationDescription];
|
|
1964
|
+
var VpcConfigurations = [1, n0, _VCp, 0, () => VpcConfiguration];
|
|
1965
|
+
var VpcConfigurationUpdates = [1, n0, _VCU, 0, () => VpcConfigurationUpdate];
|
|
1966
|
+
var AddApplicationCloudWatchLoggingOption = [
|
|
1967
|
+
9,
|
|
1968
|
+
n0,
|
|
1969
|
+
_AACWLO,
|
|
1970
|
+
0,
|
|
1971
|
+
() => AddApplicationCloudWatchLoggingOptionRequest,
|
|
1972
|
+
() => AddApplicationCloudWatchLoggingOptionResponse,
|
|
1973
|
+
];
|
|
1974
|
+
var AddApplicationInput = [
|
|
1975
|
+
9,
|
|
1976
|
+
n0,
|
|
1977
|
+
_AAI,
|
|
1978
|
+
0,
|
|
1979
|
+
() => AddApplicationInputRequest,
|
|
1980
|
+
() => AddApplicationInputResponse,
|
|
1981
|
+
];
|
|
1982
|
+
var AddApplicationInputProcessingConfiguration = [
|
|
1983
|
+
9,
|
|
1984
|
+
n0,
|
|
1985
|
+
_AAIPC,
|
|
1986
|
+
0,
|
|
1987
|
+
() => AddApplicationInputProcessingConfigurationRequest,
|
|
1988
|
+
() => AddApplicationInputProcessingConfigurationResponse,
|
|
1989
|
+
];
|
|
1990
|
+
var AddApplicationOutput = [
|
|
1991
|
+
9,
|
|
1992
|
+
n0,
|
|
1993
|
+
_AAO,
|
|
1994
|
+
0,
|
|
1995
|
+
() => AddApplicationOutputRequest,
|
|
1996
|
+
() => AddApplicationOutputResponse,
|
|
1997
|
+
];
|
|
1998
|
+
var AddApplicationReferenceDataSource = [
|
|
1999
|
+
9,
|
|
2000
|
+
n0,
|
|
2001
|
+
_AARDS,
|
|
2002
|
+
0,
|
|
2003
|
+
() => AddApplicationReferenceDataSourceRequest,
|
|
2004
|
+
() => AddApplicationReferenceDataSourceResponse,
|
|
2005
|
+
];
|
|
2006
|
+
var AddApplicationVpcConfiguration = [
|
|
2007
|
+
9,
|
|
2008
|
+
n0,
|
|
2009
|
+
_AAVC,
|
|
2010
|
+
0,
|
|
2011
|
+
() => AddApplicationVpcConfigurationRequest,
|
|
2012
|
+
() => AddApplicationVpcConfigurationResponse,
|
|
2013
|
+
];
|
|
2014
|
+
var CreateApplication = [
|
|
2015
|
+
9,
|
|
2016
|
+
n0,
|
|
2017
|
+
_CA,
|
|
2018
|
+
0,
|
|
2019
|
+
() => CreateApplicationRequest,
|
|
2020
|
+
() => CreateApplicationResponse,
|
|
2021
|
+
];
|
|
2022
|
+
var CreateApplicationPresignedUrl = [
|
|
2023
|
+
9,
|
|
2024
|
+
n0,
|
|
2025
|
+
_CAPU,
|
|
2026
|
+
0,
|
|
2027
|
+
() => CreateApplicationPresignedUrlRequest,
|
|
2028
|
+
() => CreateApplicationPresignedUrlResponse,
|
|
2029
|
+
];
|
|
2030
|
+
var CreateApplicationSnapshot = [
|
|
2031
|
+
9,
|
|
2032
|
+
n0,
|
|
2033
|
+
_CAS,
|
|
2034
|
+
0,
|
|
2035
|
+
() => CreateApplicationSnapshotRequest,
|
|
2036
|
+
() => CreateApplicationSnapshotResponse,
|
|
2037
|
+
];
|
|
2038
|
+
var DeleteApplication = [
|
|
2039
|
+
9,
|
|
2040
|
+
n0,
|
|
2041
|
+
_DA,
|
|
2042
|
+
0,
|
|
2043
|
+
() => DeleteApplicationRequest,
|
|
2044
|
+
() => DeleteApplicationResponse,
|
|
2045
|
+
];
|
|
2046
|
+
var DeleteApplicationCloudWatchLoggingOption = [
|
|
2047
|
+
9,
|
|
2048
|
+
n0,
|
|
2049
|
+
_DACWLO,
|
|
2050
|
+
0,
|
|
2051
|
+
() => DeleteApplicationCloudWatchLoggingOptionRequest,
|
|
2052
|
+
() => DeleteApplicationCloudWatchLoggingOptionResponse,
|
|
2053
|
+
];
|
|
2054
|
+
var DeleteApplicationInputProcessingConfiguration = [
|
|
2055
|
+
9,
|
|
2056
|
+
n0,
|
|
2057
|
+
_DAIPC,
|
|
2058
|
+
0,
|
|
2059
|
+
() => DeleteApplicationInputProcessingConfigurationRequest,
|
|
2060
|
+
() => DeleteApplicationInputProcessingConfigurationResponse,
|
|
2061
|
+
];
|
|
2062
|
+
var DeleteApplicationOutput = [
|
|
2063
|
+
9,
|
|
2064
|
+
n0,
|
|
2065
|
+
_DAO,
|
|
2066
|
+
0,
|
|
2067
|
+
() => DeleteApplicationOutputRequest,
|
|
2068
|
+
() => DeleteApplicationOutputResponse,
|
|
2069
|
+
];
|
|
2070
|
+
var DeleteApplicationReferenceDataSource = [
|
|
2071
|
+
9,
|
|
2072
|
+
n0,
|
|
2073
|
+
_DARDS,
|
|
2074
|
+
0,
|
|
2075
|
+
() => DeleteApplicationReferenceDataSourceRequest,
|
|
2076
|
+
() => DeleteApplicationReferenceDataSourceResponse,
|
|
2077
|
+
];
|
|
2078
|
+
var DeleteApplicationSnapshot = [
|
|
2079
|
+
9,
|
|
2080
|
+
n0,
|
|
2081
|
+
_DAS,
|
|
2082
|
+
0,
|
|
2083
|
+
() => DeleteApplicationSnapshotRequest,
|
|
2084
|
+
() => DeleteApplicationSnapshotResponse,
|
|
2085
|
+
];
|
|
2086
|
+
var DeleteApplicationVpcConfiguration = [
|
|
2087
|
+
9,
|
|
2088
|
+
n0,
|
|
2089
|
+
_DAVC,
|
|
2090
|
+
0,
|
|
2091
|
+
() => DeleteApplicationVpcConfigurationRequest,
|
|
2092
|
+
() => DeleteApplicationVpcConfigurationResponse,
|
|
2093
|
+
];
|
|
2094
|
+
var DescribeApplication = [
|
|
2095
|
+
9,
|
|
2096
|
+
n0,
|
|
2097
|
+
_DAe,
|
|
2098
|
+
0,
|
|
2099
|
+
() => DescribeApplicationRequest,
|
|
2100
|
+
() => DescribeApplicationResponse,
|
|
2101
|
+
];
|
|
2102
|
+
var DescribeApplicationOperation = [
|
|
2103
|
+
9,
|
|
2104
|
+
n0,
|
|
2105
|
+
_DAOe,
|
|
2106
|
+
0,
|
|
2107
|
+
() => DescribeApplicationOperationRequest,
|
|
2108
|
+
() => DescribeApplicationOperationResponse,
|
|
2109
|
+
];
|
|
2110
|
+
var DescribeApplicationSnapshot = [
|
|
2111
|
+
9,
|
|
2112
|
+
n0,
|
|
2113
|
+
_DASe,
|
|
2114
|
+
0,
|
|
2115
|
+
() => DescribeApplicationSnapshotRequest,
|
|
2116
|
+
() => DescribeApplicationSnapshotResponse,
|
|
2117
|
+
];
|
|
2118
|
+
var DescribeApplicationVersion = [
|
|
2119
|
+
9,
|
|
2120
|
+
n0,
|
|
2121
|
+
_DAV,
|
|
2122
|
+
0,
|
|
2123
|
+
() => DescribeApplicationVersionRequest,
|
|
2124
|
+
() => DescribeApplicationVersionResponse,
|
|
2125
|
+
];
|
|
2126
|
+
var DiscoverInputSchema = [
|
|
2127
|
+
9,
|
|
2128
|
+
n0,
|
|
2129
|
+
_DIS,
|
|
2130
|
+
0,
|
|
2131
|
+
() => DiscoverInputSchemaRequest,
|
|
2132
|
+
() => DiscoverInputSchemaResponse,
|
|
2133
|
+
];
|
|
2134
|
+
var ListApplicationOperations = [
|
|
2135
|
+
9,
|
|
2136
|
+
n0,
|
|
2137
|
+
_LAO,
|
|
2138
|
+
0,
|
|
2139
|
+
() => ListApplicationOperationsRequest,
|
|
2140
|
+
() => ListApplicationOperationsResponse,
|
|
2141
|
+
];
|
|
2142
|
+
var ListApplications = [
|
|
2143
|
+
9,
|
|
2144
|
+
n0,
|
|
2145
|
+
_LA,
|
|
2146
|
+
0,
|
|
2147
|
+
() => ListApplicationsRequest,
|
|
2148
|
+
() => ListApplicationsResponse,
|
|
2149
|
+
];
|
|
2150
|
+
var ListApplicationSnapshots = [
|
|
2151
|
+
9,
|
|
2152
|
+
n0,
|
|
2153
|
+
_LAS,
|
|
2154
|
+
0,
|
|
2155
|
+
() => ListApplicationSnapshotsRequest,
|
|
2156
|
+
() => ListApplicationSnapshotsResponse,
|
|
2157
|
+
];
|
|
2158
|
+
var ListApplicationVersions = [
|
|
2159
|
+
9,
|
|
2160
|
+
n0,
|
|
2161
|
+
_LAV,
|
|
2162
|
+
0,
|
|
2163
|
+
() => ListApplicationVersionsRequest,
|
|
2164
|
+
() => ListApplicationVersionsResponse,
|
|
2165
|
+
];
|
|
2166
|
+
var ListTagsForResource = [
|
|
2167
|
+
9,
|
|
2168
|
+
n0,
|
|
2169
|
+
_LTFR,
|
|
2170
|
+
0,
|
|
2171
|
+
() => ListTagsForResourceRequest,
|
|
2172
|
+
() => ListTagsForResourceResponse,
|
|
2173
|
+
];
|
|
2174
|
+
var RollbackApplication = [
|
|
2175
|
+
9,
|
|
2176
|
+
n0,
|
|
2177
|
+
_RA,
|
|
2178
|
+
0,
|
|
2179
|
+
() => RollbackApplicationRequest,
|
|
2180
|
+
() => RollbackApplicationResponse,
|
|
2181
|
+
];
|
|
2182
|
+
var StartApplication = [
|
|
2183
|
+
9,
|
|
2184
|
+
n0,
|
|
2185
|
+
_SA,
|
|
2186
|
+
0,
|
|
2187
|
+
() => StartApplicationRequest,
|
|
2188
|
+
() => StartApplicationResponse,
|
|
2189
|
+
];
|
|
2190
|
+
var StopApplication = [
|
|
2191
|
+
9,
|
|
2192
|
+
n0,
|
|
2193
|
+
_SAt,
|
|
2194
|
+
0,
|
|
2195
|
+
() => StopApplicationRequest,
|
|
2196
|
+
() => StopApplicationResponse,
|
|
2197
|
+
];
|
|
2198
|
+
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
|
|
2199
|
+
var UntagResource = [
|
|
2200
|
+
9,
|
|
2201
|
+
n0,
|
|
2202
|
+
_UR,
|
|
2203
|
+
0,
|
|
2204
|
+
() => UntagResourceRequest,
|
|
2205
|
+
() => UntagResourceResponse,
|
|
2206
|
+
];
|
|
2207
|
+
var UpdateApplication = [
|
|
2208
|
+
9,
|
|
2209
|
+
n0,
|
|
2210
|
+
_UA,
|
|
2211
|
+
0,
|
|
2212
|
+
() => UpdateApplicationRequest,
|
|
2213
|
+
() => UpdateApplicationResponse,
|
|
2214
|
+
];
|
|
2215
|
+
var UpdateApplicationMaintenanceConfiguration = [
|
|
2216
|
+
9,
|
|
2217
|
+
n0,
|
|
2218
|
+
_UAMC,
|
|
2219
|
+
0,
|
|
2220
|
+
() => UpdateApplicationMaintenanceConfigurationRequest,
|
|
2221
|
+
() => UpdateApplicationMaintenanceConfigurationResponse,
|
|
2222
|
+
];
|
|
1426
2223
|
|
|
1427
2224
|
class AddApplicationCloudWatchLoggingOptionCommand extends smithyClient.Command
|
|
1428
2225
|
.classBuilder()
|
|
1429
2226
|
.ep(commonParams)
|
|
1430
2227
|
.m(function (Command, cs, config, o) {
|
|
1431
|
-
return [
|
|
1432
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1433
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1434
|
-
];
|
|
2228
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1435
2229
|
})
|
|
1436
2230
|
.s("KinesisAnalytics_20180523", "AddApplicationCloudWatchLoggingOption", {})
|
|
1437
2231
|
.n("KinesisAnalyticsV2Client", "AddApplicationCloudWatchLoggingOptionCommand")
|
|
1438
|
-
.
|
|
1439
|
-
.ser(se_AddApplicationCloudWatchLoggingOptionCommand)
|
|
1440
|
-
.de(de_AddApplicationCloudWatchLoggingOptionCommand)
|
|
2232
|
+
.sc(AddApplicationCloudWatchLoggingOption)
|
|
1441
2233
|
.build() {
|
|
1442
2234
|
}
|
|
1443
2235
|
|
|
@@ -1445,16 +2237,11 @@ class AddApplicationInputCommand extends smithyClient.Command
|
|
|
1445
2237
|
.classBuilder()
|
|
1446
2238
|
.ep(commonParams)
|
|
1447
2239
|
.m(function (Command, cs, config, o) {
|
|
1448
|
-
return [
|
|
1449
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1450
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1451
|
-
];
|
|
2240
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1452
2241
|
})
|
|
1453
2242
|
.s("KinesisAnalytics_20180523", "AddApplicationInput", {})
|
|
1454
2243
|
.n("KinesisAnalyticsV2Client", "AddApplicationInputCommand")
|
|
1455
|
-
.
|
|
1456
|
-
.ser(se_AddApplicationInputCommand)
|
|
1457
|
-
.de(de_AddApplicationInputCommand)
|
|
2244
|
+
.sc(AddApplicationInput)
|
|
1458
2245
|
.build() {
|
|
1459
2246
|
}
|
|
1460
2247
|
|
|
@@ -1462,16 +2249,11 @@ class AddApplicationInputProcessingConfigurationCommand extends smithyClient.Com
|
|
|
1462
2249
|
.classBuilder()
|
|
1463
2250
|
.ep(commonParams)
|
|
1464
2251
|
.m(function (Command, cs, config, o) {
|
|
1465
|
-
return [
|
|
1466
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1467
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1468
|
-
];
|
|
2252
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1469
2253
|
})
|
|
1470
2254
|
.s("KinesisAnalytics_20180523", "AddApplicationInputProcessingConfiguration", {})
|
|
1471
2255
|
.n("KinesisAnalyticsV2Client", "AddApplicationInputProcessingConfigurationCommand")
|
|
1472
|
-
.
|
|
1473
|
-
.ser(se_AddApplicationInputProcessingConfigurationCommand)
|
|
1474
|
-
.de(de_AddApplicationInputProcessingConfigurationCommand)
|
|
2256
|
+
.sc(AddApplicationInputProcessingConfiguration)
|
|
1475
2257
|
.build() {
|
|
1476
2258
|
}
|
|
1477
2259
|
|
|
@@ -1479,16 +2261,11 @@ class AddApplicationOutputCommand extends smithyClient.Command
|
|
|
1479
2261
|
.classBuilder()
|
|
1480
2262
|
.ep(commonParams)
|
|
1481
2263
|
.m(function (Command, cs, config, o) {
|
|
1482
|
-
return [
|
|
1483
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1484
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1485
|
-
];
|
|
2264
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1486
2265
|
})
|
|
1487
2266
|
.s("KinesisAnalytics_20180523", "AddApplicationOutput", {})
|
|
1488
2267
|
.n("KinesisAnalyticsV2Client", "AddApplicationOutputCommand")
|
|
1489
|
-
.
|
|
1490
|
-
.ser(se_AddApplicationOutputCommand)
|
|
1491
|
-
.de(de_AddApplicationOutputCommand)
|
|
2268
|
+
.sc(AddApplicationOutput)
|
|
1492
2269
|
.build() {
|
|
1493
2270
|
}
|
|
1494
2271
|
|
|
@@ -1496,16 +2273,11 @@ class AddApplicationReferenceDataSourceCommand extends smithyClient.Command
|
|
|
1496
2273
|
.classBuilder()
|
|
1497
2274
|
.ep(commonParams)
|
|
1498
2275
|
.m(function (Command, cs, config, o) {
|
|
1499
|
-
return [
|
|
1500
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1501
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1502
|
-
];
|
|
2276
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1503
2277
|
})
|
|
1504
2278
|
.s("KinesisAnalytics_20180523", "AddApplicationReferenceDataSource", {})
|
|
1505
2279
|
.n("KinesisAnalyticsV2Client", "AddApplicationReferenceDataSourceCommand")
|
|
1506
|
-
.
|
|
1507
|
-
.ser(se_AddApplicationReferenceDataSourceCommand)
|
|
1508
|
-
.de(de_AddApplicationReferenceDataSourceCommand)
|
|
2280
|
+
.sc(AddApplicationReferenceDataSource)
|
|
1509
2281
|
.build() {
|
|
1510
2282
|
}
|
|
1511
2283
|
|
|
@@ -1513,16 +2285,11 @@ class AddApplicationVpcConfigurationCommand extends smithyClient.Command
|
|
|
1513
2285
|
.classBuilder()
|
|
1514
2286
|
.ep(commonParams)
|
|
1515
2287
|
.m(function (Command, cs, config, o) {
|
|
1516
|
-
return [
|
|
1517
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1518
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1519
|
-
];
|
|
2288
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1520
2289
|
})
|
|
1521
2290
|
.s("KinesisAnalytics_20180523", "AddApplicationVpcConfiguration", {})
|
|
1522
2291
|
.n("KinesisAnalyticsV2Client", "AddApplicationVpcConfigurationCommand")
|
|
1523
|
-
.
|
|
1524
|
-
.ser(se_AddApplicationVpcConfigurationCommand)
|
|
1525
|
-
.de(de_AddApplicationVpcConfigurationCommand)
|
|
2292
|
+
.sc(AddApplicationVpcConfiguration)
|
|
1526
2293
|
.build() {
|
|
1527
2294
|
}
|
|
1528
2295
|
|
|
@@ -1530,16 +2297,11 @@ class CreateApplicationCommand extends smithyClient.Command
|
|
|
1530
2297
|
.classBuilder()
|
|
1531
2298
|
.ep(commonParams)
|
|
1532
2299
|
.m(function (Command, cs, config, o) {
|
|
1533
|
-
return [
|
|
1534
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1535
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1536
|
-
];
|
|
2300
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1537
2301
|
})
|
|
1538
2302
|
.s("KinesisAnalytics_20180523", "CreateApplication", {})
|
|
1539
2303
|
.n("KinesisAnalyticsV2Client", "CreateApplicationCommand")
|
|
1540
|
-
.
|
|
1541
|
-
.ser(se_CreateApplicationCommand)
|
|
1542
|
-
.de(de_CreateApplicationCommand)
|
|
2304
|
+
.sc(CreateApplication)
|
|
1543
2305
|
.build() {
|
|
1544
2306
|
}
|
|
1545
2307
|
|
|
@@ -1547,16 +2309,11 @@ class CreateApplicationPresignedUrlCommand extends smithyClient.Command
|
|
|
1547
2309
|
.classBuilder()
|
|
1548
2310
|
.ep(commonParams)
|
|
1549
2311
|
.m(function (Command, cs, config, o) {
|
|
1550
|
-
return [
|
|
1551
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1552
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1553
|
-
];
|
|
2312
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1554
2313
|
})
|
|
1555
2314
|
.s("KinesisAnalytics_20180523", "CreateApplicationPresignedUrl", {})
|
|
1556
2315
|
.n("KinesisAnalyticsV2Client", "CreateApplicationPresignedUrlCommand")
|
|
1557
|
-
.
|
|
1558
|
-
.ser(se_CreateApplicationPresignedUrlCommand)
|
|
1559
|
-
.de(de_CreateApplicationPresignedUrlCommand)
|
|
2316
|
+
.sc(CreateApplicationPresignedUrl)
|
|
1560
2317
|
.build() {
|
|
1561
2318
|
}
|
|
1562
2319
|
|
|
@@ -1564,16 +2321,11 @@ class CreateApplicationSnapshotCommand extends smithyClient.Command
|
|
|
1564
2321
|
.classBuilder()
|
|
1565
2322
|
.ep(commonParams)
|
|
1566
2323
|
.m(function (Command, cs, config, o) {
|
|
1567
|
-
return [
|
|
1568
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1569
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1570
|
-
];
|
|
2324
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1571
2325
|
})
|
|
1572
2326
|
.s("KinesisAnalytics_20180523", "CreateApplicationSnapshot", {})
|
|
1573
2327
|
.n("KinesisAnalyticsV2Client", "CreateApplicationSnapshotCommand")
|
|
1574
|
-
.
|
|
1575
|
-
.ser(se_CreateApplicationSnapshotCommand)
|
|
1576
|
-
.de(de_CreateApplicationSnapshotCommand)
|
|
2328
|
+
.sc(CreateApplicationSnapshot)
|
|
1577
2329
|
.build() {
|
|
1578
2330
|
}
|
|
1579
2331
|
|
|
@@ -1581,16 +2333,11 @@ class DeleteApplicationCloudWatchLoggingOptionCommand extends smithyClient.Comma
|
|
|
1581
2333
|
.classBuilder()
|
|
1582
2334
|
.ep(commonParams)
|
|
1583
2335
|
.m(function (Command, cs, config, o) {
|
|
1584
|
-
return [
|
|
1585
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1586
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1587
|
-
];
|
|
2336
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1588
2337
|
})
|
|
1589
2338
|
.s("KinesisAnalytics_20180523", "DeleteApplicationCloudWatchLoggingOption", {})
|
|
1590
2339
|
.n("KinesisAnalyticsV2Client", "DeleteApplicationCloudWatchLoggingOptionCommand")
|
|
1591
|
-
.
|
|
1592
|
-
.ser(se_DeleteApplicationCloudWatchLoggingOptionCommand)
|
|
1593
|
-
.de(de_DeleteApplicationCloudWatchLoggingOptionCommand)
|
|
2340
|
+
.sc(DeleteApplicationCloudWatchLoggingOption)
|
|
1594
2341
|
.build() {
|
|
1595
2342
|
}
|
|
1596
2343
|
|
|
@@ -1598,16 +2345,11 @@ class DeleteApplicationCommand extends smithyClient.Command
|
|
|
1598
2345
|
.classBuilder()
|
|
1599
2346
|
.ep(commonParams)
|
|
1600
2347
|
.m(function (Command, cs, config, o) {
|
|
1601
|
-
return [
|
|
1602
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1603
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1604
|
-
];
|
|
2348
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1605
2349
|
})
|
|
1606
2350
|
.s("KinesisAnalytics_20180523", "DeleteApplication", {})
|
|
1607
2351
|
.n("KinesisAnalyticsV2Client", "DeleteApplicationCommand")
|
|
1608
|
-
.
|
|
1609
|
-
.ser(se_DeleteApplicationCommand)
|
|
1610
|
-
.de(de_DeleteApplicationCommand)
|
|
2352
|
+
.sc(DeleteApplication)
|
|
1611
2353
|
.build() {
|
|
1612
2354
|
}
|
|
1613
2355
|
|
|
@@ -1615,16 +2357,11 @@ class DeleteApplicationInputProcessingConfigurationCommand extends smithyClient.
|
|
|
1615
2357
|
.classBuilder()
|
|
1616
2358
|
.ep(commonParams)
|
|
1617
2359
|
.m(function (Command, cs, config, o) {
|
|
1618
|
-
return [
|
|
1619
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1620
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1621
|
-
];
|
|
2360
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1622
2361
|
})
|
|
1623
2362
|
.s("KinesisAnalytics_20180523", "DeleteApplicationInputProcessingConfiguration", {})
|
|
1624
2363
|
.n("KinesisAnalyticsV2Client", "DeleteApplicationInputProcessingConfigurationCommand")
|
|
1625
|
-
.
|
|
1626
|
-
.ser(se_DeleteApplicationInputProcessingConfigurationCommand)
|
|
1627
|
-
.de(de_DeleteApplicationInputProcessingConfigurationCommand)
|
|
2364
|
+
.sc(DeleteApplicationInputProcessingConfiguration)
|
|
1628
2365
|
.build() {
|
|
1629
2366
|
}
|
|
1630
2367
|
|
|
@@ -1632,16 +2369,11 @@ class DeleteApplicationOutputCommand extends smithyClient.Command
|
|
|
1632
2369
|
.classBuilder()
|
|
1633
2370
|
.ep(commonParams)
|
|
1634
2371
|
.m(function (Command, cs, config, o) {
|
|
1635
|
-
return [
|
|
1636
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1637
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1638
|
-
];
|
|
2372
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1639
2373
|
})
|
|
1640
2374
|
.s("KinesisAnalytics_20180523", "DeleteApplicationOutput", {})
|
|
1641
2375
|
.n("KinesisAnalyticsV2Client", "DeleteApplicationOutputCommand")
|
|
1642
|
-
.
|
|
1643
|
-
.ser(se_DeleteApplicationOutputCommand)
|
|
1644
|
-
.de(de_DeleteApplicationOutputCommand)
|
|
2376
|
+
.sc(DeleteApplicationOutput)
|
|
1645
2377
|
.build() {
|
|
1646
2378
|
}
|
|
1647
2379
|
|
|
@@ -1649,16 +2381,11 @@ class DeleteApplicationReferenceDataSourceCommand extends smithyClient.Command
|
|
|
1649
2381
|
.classBuilder()
|
|
1650
2382
|
.ep(commonParams)
|
|
1651
2383
|
.m(function (Command, cs, config, o) {
|
|
1652
|
-
return [
|
|
1653
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1654
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1655
|
-
];
|
|
2384
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1656
2385
|
})
|
|
1657
2386
|
.s("KinesisAnalytics_20180523", "DeleteApplicationReferenceDataSource", {})
|
|
1658
2387
|
.n("KinesisAnalyticsV2Client", "DeleteApplicationReferenceDataSourceCommand")
|
|
1659
|
-
.
|
|
1660
|
-
.ser(se_DeleteApplicationReferenceDataSourceCommand)
|
|
1661
|
-
.de(de_DeleteApplicationReferenceDataSourceCommand)
|
|
2388
|
+
.sc(DeleteApplicationReferenceDataSource)
|
|
1662
2389
|
.build() {
|
|
1663
2390
|
}
|
|
1664
2391
|
|
|
@@ -1666,16 +2393,11 @@ class DeleteApplicationSnapshotCommand extends smithyClient.Command
|
|
|
1666
2393
|
.classBuilder()
|
|
1667
2394
|
.ep(commonParams)
|
|
1668
2395
|
.m(function (Command, cs, config, o) {
|
|
1669
|
-
return [
|
|
1670
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1671
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1672
|
-
];
|
|
2396
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1673
2397
|
})
|
|
1674
2398
|
.s("KinesisAnalytics_20180523", "DeleteApplicationSnapshot", {})
|
|
1675
2399
|
.n("KinesisAnalyticsV2Client", "DeleteApplicationSnapshotCommand")
|
|
1676
|
-
.
|
|
1677
|
-
.ser(se_DeleteApplicationSnapshotCommand)
|
|
1678
|
-
.de(de_DeleteApplicationSnapshotCommand)
|
|
2400
|
+
.sc(DeleteApplicationSnapshot)
|
|
1679
2401
|
.build() {
|
|
1680
2402
|
}
|
|
1681
2403
|
|
|
@@ -1683,16 +2405,11 @@ class DeleteApplicationVpcConfigurationCommand extends smithyClient.Command
|
|
|
1683
2405
|
.classBuilder()
|
|
1684
2406
|
.ep(commonParams)
|
|
1685
2407
|
.m(function (Command, cs, config, o) {
|
|
1686
|
-
return [
|
|
1687
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1688
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1689
|
-
];
|
|
2408
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1690
2409
|
})
|
|
1691
2410
|
.s("KinesisAnalytics_20180523", "DeleteApplicationVpcConfiguration", {})
|
|
1692
2411
|
.n("KinesisAnalyticsV2Client", "DeleteApplicationVpcConfigurationCommand")
|
|
1693
|
-
.
|
|
1694
|
-
.ser(se_DeleteApplicationVpcConfigurationCommand)
|
|
1695
|
-
.de(de_DeleteApplicationVpcConfigurationCommand)
|
|
2412
|
+
.sc(DeleteApplicationVpcConfiguration)
|
|
1696
2413
|
.build() {
|
|
1697
2414
|
}
|
|
1698
2415
|
|
|
@@ -1700,16 +2417,11 @@ class DescribeApplicationCommand extends smithyClient.Command
|
|
|
1700
2417
|
.classBuilder()
|
|
1701
2418
|
.ep(commonParams)
|
|
1702
2419
|
.m(function (Command, cs, config, o) {
|
|
1703
|
-
return [
|
|
1704
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1705
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1706
|
-
];
|
|
2420
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1707
2421
|
})
|
|
1708
2422
|
.s("KinesisAnalytics_20180523", "DescribeApplication", {})
|
|
1709
2423
|
.n("KinesisAnalyticsV2Client", "DescribeApplicationCommand")
|
|
1710
|
-
.
|
|
1711
|
-
.ser(se_DescribeApplicationCommand)
|
|
1712
|
-
.de(de_DescribeApplicationCommand)
|
|
2424
|
+
.sc(DescribeApplication)
|
|
1713
2425
|
.build() {
|
|
1714
2426
|
}
|
|
1715
2427
|
|
|
@@ -1717,16 +2429,11 @@ class DescribeApplicationOperationCommand extends smithyClient.Command
|
|
|
1717
2429
|
.classBuilder()
|
|
1718
2430
|
.ep(commonParams)
|
|
1719
2431
|
.m(function (Command, cs, config, o) {
|
|
1720
|
-
return [
|
|
1721
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1722
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1723
|
-
];
|
|
2432
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1724
2433
|
})
|
|
1725
2434
|
.s("KinesisAnalytics_20180523", "DescribeApplicationOperation", {})
|
|
1726
2435
|
.n("KinesisAnalyticsV2Client", "DescribeApplicationOperationCommand")
|
|
1727
|
-
.
|
|
1728
|
-
.ser(se_DescribeApplicationOperationCommand)
|
|
1729
|
-
.de(de_DescribeApplicationOperationCommand)
|
|
2436
|
+
.sc(DescribeApplicationOperation)
|
|
1730
2437
|
.build() {
|
|
1731
2438
|
}
|
|
1732
2439
|
|
|
@@ -1734,16 +2441,11 @@ class DescribeApplicationSnapshotCommand extends smithyClient.Command
|
|
|
1734
2441
|
.classBuilder()
|
|
1735
2442
|
.ep(commonParams)
|
|
1736
2443
|
.m(function (Command, cs, config, o) {
|
|
1737
|
-
return [
|
|
1738
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1739
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1740
|
-
];
|
|
2444
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1741
2445
|
})
|
|
1742
2446
|
.s("KinesisAnalytics_20180523", "DescribeApplicationSnapshot", {})
|
|
1743
2447
|
.n("KinesisAnalyticsV2Client", "DescribeApplicationSnapshotCommand")
|
|
1744
|
-
.
|
|
1745
|
-
.ser(se_DescribeApplicationSnapshotCommand)
|
|
1746
|
-
.de(de_DescribeApplicationSnapshotCommand)
|
|
2448
|
+
.sc(DescribeApplicationSnapshot)
|
|
1747
2449
|
.build() {
|
|
1748
2450
|
}
|
|
1749
2451
|
|
|
@@ -1751,16 +2453,11 @@ class DescribeApplicationVersionCommand extends smithyClient.Command
|
|
|
1751
2453
|
.classBuilder()
|
|
1752
2454
|
.ep(commonParams)
|
|
1753
2455
|
.m(function (Command, cs, config, o) {
|
|
1754
|
-
return [
|
|
1755
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1756
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1757
|
-
];
|
|
2456
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1758
2457
|
})
|
|
1759
2458
|
.s("KinesisAnalytics_20180523", "DescribeApplicationVersion", {})
|
|
1760
2459
|
.n("KinesisAnalyticsV2Client", "DescribeApplicationVersionCommand")
|
|
1761
|
-
.
|
|
1762
|
-
.ser(se_DescribeApplicationVersionCommand)
|
|
1763
|
-
.de(de_DescribeApplicationVersionCommand)
|
|
2460
|
+
.sc(DescribeApplicationVersion)
|
|
1764
2461
|
.build() {
|
|
1765
2462
|
}
|
|
1766
2463
|
|
|
@@ -1768,16 +2465,11 @@ class DiscoverInputSchemaCommand extends smithyClient.Command
|
|
|
1768
2465
|
.classBuilder()
|
|
1769
2466
|
.ep(commonParams)
|
|
1770
2467
|
.m(function (Command, cs, config, o) {
|
|
1771
|
-
return [
|
|
1772
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1773
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1774
|
-
];
|
|
2468
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1775
2469
|
})
|
|
1776
2470
|
.s("KinesisAnalytics_20180523", "DiscoverInputSchema", {})
|
|
1777
2471
|
.n("KinesisAnalyticsV2Client", "DiscoverInputSchemaCommand")
|
|
1778
|
-
.
|
|
1779
|
-
.ser(se_DiscoverInputSchemaCommand)
|
|
1780
|
-
.de(de_DiscoverInputSchemaCommand)
|
|
2472
|
+
.sc(DiscoverInputSchema)
|
|
1781
2473
|
.build() {
|
|
1782
2474
|
}
|
|
1783
2475
|
|
|
@@ -1785,16 +2477,11 @@ class ListApplicationOperationsCommand extends smithyClient.Command
|
|
|
1785
2477
|
.classBuilder()
|
|
1786
2478
|
.ep(commonParams)
|
|
1787
2479
|
.m(function (Command, cs, config, o) {
|
|
1788
|
-
return [
|
|
1789
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1790
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1791
|
-
];
|
|
2480
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1792
2481
|
})
|
|
1793
2482
|
.s("KinesisAnalytics_20180523", "ListApplicationOperations", {})
|
|
1794
2483
|
.n("KinesisAnalyticsV2Client", "ListApplicationOperationsCommand")
|
|
1795
|
-
.
|
|
1796
|
-
.ser(se_ListApplicationOperationsCommand)
|
|
1797
|
-
.de(de_ListApplicationOperationsCommand)
|
|
2484
|
+
.sc(ListApplicationOperations)
|
|
1798
2485
|
.build() {
|
|
1799
2486
|
}
|
|
1800
2487
|
|
|
@@ -1802,16 +2489,11 @@ class ListApplicationsCommand extends smithyClient.Command
|
|
|
1802
2489
|
.classBuilder()
|
|
1803
2490
|
.ep(commonParams)
|
|
1804
2491
|
.m(function (Command, cs, config, o) {
|
|
1805
|
-
return [
|
|
1806
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1807
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1808
|
-
];
|
|
2492
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1809
2493
|
})
|
|
1810
2494
|
.s("KinesisAnalytics_20180523", "ListApplications", {})
|
|
1811
2495
|
.n("KinesisAnalyticsV2Client", "ListApplicationsCommand")
|
|
1812
|
-
.
|
|
1813
|
-
.ser(se_ListApplicationsCommand)
|
|
1814
|
-
.de(de_ListApplicationsCommand)
|
|
2496
|
+
.sc(ListApplications)
|
|
1815
2497
|
.build() {
|
|
1816
2498
|
}
|
|
1817
2499
|
|
|
@@ -1819,16 +2501,11 @@ class ListApplicationSnapshotsCommand extends smithyClient.Command
|
|
|
1819
2501
|
.classBuilder()
|
|
1820
2502
|
.ep(commonParams)
|
|
1821
2503
|
.m(function (Command, cs, config, o) {
|
|
1822
|
-
return [
|
|
1823
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1824
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1825
|
-
];
|
|
2504
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1826
2505
|
})
|
|
1827
2506
|
.s("KinesisAnalytics_20180523", "ListApplicationSnapshots", {})
|
|
1828
2507
|
.n("KinesisAnalyticsV2Client", "ListApplicationSnapshotsCommand")
|
|
1829
|
-
.
|
|
1830
|
-
.ser(se_ListApplicationSnapshotsCommand)
|
|
1831
|
-
.de(de_ListApplicationSnapshotsCommand)
|
|
2508
|
+
.sc(ListApplicationSnapshots)
|
|
1832
2509
|
.build() {
|
|
1833
2510
|
}
|
|
1834
2511
|
|
|
@@ -1836,16 +2513,11 @@ class ListApplicationVersionsCommand extends smithyClient.Command
|
|
|
1836
2513
|
.classBuilder()
|
|
1837
2514
|
.ep(commonParams)
|
|
1838
2515
|
.m(function (Command, cs, config, o) {
|
|
1839
|
-
return [
|
|
1840
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1841
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1842
|
-
];
|
|
2516
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1843
2517
|
})
|
|
1844
2518
|
.s("KinesisAnalytics_20180523", "ListApplicationVersions", {})
|
|
1845
2519
|
.n("KinesisAnalyticsV2Client", "ListApplicationVersionsCommand")
|
|
1846
|
-
.
|
|
1847
|
-
.ser(se_ListApplicationVersionsCommand)
|
|
1848
|
-
.de(de_ListApplicationVersionsCommand)
|
|
2520
|
+
.sc(ListApplicationVersions)
|
|
1849
2521
|
.build() {
|
|
1850
2522
|
}
|
|
1851
2523
|
|
|
@@ -1853,16 +2525,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1853
2525
|
.classBuilder()
|
|
1854
2526
|
.ep(commonParams)
|
|
1855
2527
|
.m(function (Command, cs, config, o) {
|
|
1856
|
-
return [
|
|
1857
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1858
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1859
|
-
];
|
|
2528
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1860
2529
|
})
|
|
1861
2530
|
.s("KinesisAnalytics_20180523", "ListTagsForResource", {})
|
|
1862
2531
|
.n("KinesisAnalyticsV2Client", "ListTagsForResourceCommand")
|
|
1863
|
-
.
|
|
1864
|
-
.ser(se_ListTagsForResourceCommand)
|
|
1865
|
-
.de(de_ListTagsForResourceCommand)
|
|
2532
|
+
.sc(ListTagsForResource)
|
|
1866
2533
|
.build() {
|
|
1867
2534
|
}
|
|
1868
2535
|
|
|
@@ -1870,16 +2537,11 @@ class RollbackApplicationCommand extends smithyClient.Command
|
|
|
1870
2537
|
.classBuilder()
|
|
1871
2538
|
.ep(commonParams)
|
|
1872
2539
|
.m(function (Command, cs, config, o) {
|
|
1873
|
-
return [
|
|
1874
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1875
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1876
|
-
];
|
|
2540
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1877
2541
|
})
|
|
1878
2542
|
.s("KinesisAnalytics_20180523", "RollbackApplication", {})
|
|
1879
2543
|
.n("KinesisAnalyticsV2Client", "RollbackApplicationCommand")
|
|
1880
|
-
.
|
|
1881
|
-
.ser(se_RollbackApplicationCommand)
|
|
1882
|
-
.de(de_RollbackApplicationCommand)
|
|
2544
|
+
.sc(RollbackApplication)
|
|
1883
2545
|
.build() {
|
|
1884
2546
|
}
|
|
1885
2547
|
|
|
@@ -1887,16 +2549,11 @@ class StartApplicationCommand extends smithyClient.Command
|
|
|
1887
2549
|
.classBuilder()
|
|
1888
2550
|
.ep(commonParams)
|
|
1889
2551
|
.m(function (Command, cs, config, o) {
|
|
1890
|
-
return [
|
|
1891
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1892
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1893
|
-
];
|
|
2552
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1894
2553
|
})
|
|
1895
2554
|
.s("KinesisAnalytics_20180523", "StartApplication", {})
|
|
1896
2555
|
.n("KinesisAnalyticsV2Client", "StartApplicationCommand")
|
|
1897
|
-
.
|
|
1898
|
-
.ser(se_StartApplicationCommand)
|
|
1899
|
-
.de(de_StartApplicationCommand)
|
|
2556
|
+
.sc(StartApplication)
|
|
1900
2557
|
.build() {
|
|
1901
2558
|
}
|
|
1902
2559
|
|
|
@@ -1904,16 +2561,11 @@ class StopApplicationCommand extends smithyClient.Command
|
|
|
1904
2561
|
.classBuilder()
|
|
1905
2562
|
.ep(commonParams)
|
|
1906
2563
|
.m(function (Command, cs, config, o) {
|
|
1907
|
-
return [
|
|
1908
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1909
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1910
|
-
];
|
|
2564
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1911
2565
|
})
|
|
1912
2566
|
.s("KinesisAnalytics_20180523", "StopApplication", {})
|
|
1913
2567
|
.n("KinesisAnalyticsV2Client", "StopApplicationCommand")
|
|
1914
|
-
.
|
|
1915
|
-
.ser(se_StopApplicationCommand)
|
|
1916
|
-
.de(de_StopApplicationCommand)
|
|
2568
|
+
.sc(StopApplication)
|
|
1917
2569
|
.build() {
|
|
1918
2570
|
}
|
|
1919
2571
|
|
|
@@ -1921,16 +2573,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1921
2573
|
.classBuilder()
|
|
1922
2574
|
.ep(commonParams)
|
|
1923
2575
|
.m(function (Command, cs, config, o) {
|
|
1924
|
-
return [
|
|
1925
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1926
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1927
|
-
];
|
|
2576
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1928
2577
|
})
|
|
1929
2578
|
.s("KinesisAnalytics_20180523", "TagResource", {})
|
|
1930
2579
|
.n("KinesisAnalyticsV2Client", "TagResourceCommand")
|
|
1931
|
-
.
|
|
1932
|
-
.ser(se_TagResourceCommand)
|
|
1933
|
-
.de(de_TagResourceCommand)
|
|
2580
|
+
.sc(TagResource)
|
|
1934
2581
|
.build() {
|
|
1935
2582
|
}
|
|
1936
2583
|
|
|
@@ -1938,16 +2585,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1938
2585
|
.classBuilder()
|
|
1939
2586
|
.ep(commonParams)
|
|
1940
2587
|
.m(function (Command, cs, config, o) {
|
|
1941
|
-
return [
|
|
1942
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1943
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1944
|
-
];
|
|
2588
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1945
2589
|
})
|
|
1946
2590
|
.s("KinesisAnalytics_20180523", "UntagResource", {})
|
|
1947
2591
|
.n("KinesisAnalyticsV2Client", "UntagResourceCommand")
|
|
1948
|
-
.
|
|
1949
|
-
.ser(se_UntagResourceCommand)
|
|
1950
|
-
.de(de_UntagResourceCommand)
|
|
2592
|
+
.sc(UntagResource)
|
|
1951
2593
|
.build() {
|
|
1952
2594
|
}
|
|
1953
2595
|
|
|
@@ -1955,16 +2597,11 @@ class UpdateApplicationCommand extends smithyClient.Command
|
|
|
1955
2597
|
.classBuilder()
|
|
1956
2598
|
.ep(commonParams)
|
|
1957
2599
|
.m(function (Command, cs, config, o) {
|
|
1958
|
-
return [
|
|
1959
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1960
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1961
|
-
];
|
|
2600
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1962
2601
|
})
|
|
1963
2602
|
.s("KinesisAnalytics_20180523", "UpdateApplication", {})
|
|
1964
2603
|
.n("KinesisAnalyticsV2Client", "UpdateApplicationCommand")
|
|
1965
|
-
.
|
|
1966
|
-
.ser(se_UpdateApplicationCommand)
|
|
1967
|
-
.de(de_UpdateApplicationCommand)
|
|
2604
|
+
.sc(UpdateApplication)
|
|
1968
2605
|
.build() {
|
|
1969
2606
|
}
|
|
1970
2607
|
|
|
@@ -1972,16 +2609,11 @@ class UpdateApplicationMaintenanceConfigurationCommand extends smithyClient.Comm
|
|
|
1972
2609
|
.classBuilder()
|
|
1973
2610
|
.ep(commonParams)
|
|
1974
2611
|
.m(function (Command, cs, config, o) {
|
|
1975
|
-
return [
|
|
1976
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1977
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1978
|
-
];
|
|
2612
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1979
2613
|
})
|
|
1980
2614
|
.s("KinesisAnalytics_20180523", "UpdateApplicationMaintenanceConfiguration", {})
|
|
1981
2615
|
.n("KinesisAnalyticsV2Client", "UpdateApplicationMaintenanceConfigurationCommand")
|
|
1982
|
-
.
|
|
1983
|
-
.ser(se_UpdateApplicationMaintenanceConfigurationCommand)
|
|
1984
|
-
.de(de_UpdateApplicationMaintenanceConfigurationCommand)
|
|
2616
|
+
.sc(UpdateApplicationMaintenanceConfiguration)
|
|
1985
2617
|
.build() {
|
|
1986
2618
|
}
|
|
1987
2619
|
|
|
@@ -2051,8 +2683,8 @@ exports.ApplicationRestoreType = ApplicationRestoreType;
|
|
|
2051
2683
|
exports.ApplicationStatus = ApplicationStatus;
|
|
2052
2684
|
exports.ArtifactType = ArtifactType;
|
|
2053
2685
|
exports.CodeContentType = CodeContentType;
|
|
2054
|
-
exports.CodeValidationException = CodeValidationException;
|
|
2055
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
2686
|
+
exports.CodeValidationException = CodeValidationException$1;
|
|
2687
|
+
exports.ConcurrentModificationException = ConcurrentModificationException$1;
|
|
2056
2688
|
exports.ConfigurationType = ConfigurationType;
|
|
2057
2689
|
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
2058
2690
|
exports.CreateApplicationPresignedUrlCommand = CreateApplicationPresignedUrlCommand;
|
|
@@ -2070,14 +2702,14 @@ exports.DescribeApplicationSnapshotCommand = DescribeApplicationSnapshotCommand;
|
|
|
2070
2702
|
exports.DescribeApplicationVersionCommand = DescribeApplicationVersionCommand;
|
|
2071
2703
|
exports.DiscoverInputSchemaCommand = DiscoverInputSchemaCommand;
|
|
2072
2704
|
exports.InputStartingPosition = InputStartingPosition;
|
|
2073
|
-
exports.InvalidApplicationConfigurationException = InvalidApplicationConfigurationException;
|
|
2074
|
-
exports.InvalidArgumentException = InvalidArgumentException;
|
|
2075
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
2705
|
+
exports.InvalidApplicationConfigurationException = InvalidApplicationConfigurationException$1;
|
|
2706
|
+
exports.InvalidArgumentException = InvalidArgumentException$1;
|
|
2707
|
+
exports.InvalidRequestException = InvalidRequestException$1;
|
|
2076
2708
|
exports.KeyType = KeyType;
|
|
2077
2709
|
exports.KinesisAnalyticsV2 = KinesisAnalyticsV2;
|
|
2078
2710
|
exports.KinesisAnalyticsV2Client = KinesisAnalyticsV2Client;
|
|
2079
|
-
exports.KinesisAnalyticsV2ServiceException = KinesisAnalyticsV2ServiceException;
|
|
2080
|
-
exports.LimitExceededException = LimitExceededException;
|
|
2711
|
+
exports.KinesisAnalyticsV2ServiceException = KinesisAnalyticsV2ServiceException$1;
|
|
2712
|
+
exports.LimitExceededException = LimitExceededException$1;
|
|
2081
2713
|
exports.ListApplicationOperationsCommand = ListApplicationOperationsCommand;
|
|
2082
2714
|
exports.ListApplicationSnapshotsCommand = ListApplicationSnapshotsCommand;
|
|
2083
2715
|
exports.ListApplicationVersionsCommand = ListApplicationVersionsCommand;
|
|
@@ -2087,19 +2719,19 @@ exports.LogLevel = LogLevel;
|
|
|
2087
2719
|
exports.MetricsLevel = MetricsLevel;
|
|
2088
2720
|
exports.OperationStatus = OperationStatus;
|
|
2089
2721
|
exports.RecordFormatType = RecordFormatType;
|
|
2090
|
-
exports.ResourceInUseException = ResourceInUseException;
|
|
2091
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2092
|
-
exports.ResourceProvisionedThroughputExceededException = ResourceProvisionedThroughputExceededException;
|
|
2722
|
+
exports.ResourceInUseException = ResourceInUseException$1;
|
|
2723
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2724
|
+
exports.ResourceProvisionedThroughputExceededException = ResourceProvisionedThroughputExceededException$1;
|
|
2093
2725
|
exports.RollbackApplicationCommand = RollbackApplicationCommand;
|
|
2094
2726
|
exports.RuntimeEnvironment = RuntimeEnvironment;
|
|
2095
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
2727
|
+
exports.ServiceUnavailableException = ServiceUnavailableException$1;
|
|
2096
2728
|
exports.SnapshotStatus = SnapshotStatus;
|
|
2097
2729
|
exports.StartApplicationCommand = StartApplicationCommand;
|
|
2098
2730
|
exports.StopApplicationCommand = StopApplicationCommand;
|
|
2099
2731
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2100
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
2101
|
-
exports.UnableToDetectSchemaException = UnableToDetectSchemaException;
|
|
2102
|
-
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
2732
|
+
exports.TooManyTagsException = TooManyTagsException$1;
|
|
2733
|
+
exports.UnableToDetectSchemaException = UnableToDetectSchemaException$1;
|
|
2734
|
+
exports.UnsupportedOperationException = UnsupportedOperationException$1;
|
|
2103
2735
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2104
2736
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
2105
2737
|
exports.UpdateApplicationMaintenanceConfigurationCommand = UpdateApplicationMaintenanceConfigurationCommand;
|