@aws-sdk/client-kinesis-analytics-v2 3.987.0 → 3.988.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultKinesisAnalyticsV2HttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2018-05-23",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.kinesisanalyticsv2",
30
+ errorTypeRegistries,
29
31
  xmlNamespace: "http://analytics.kinesis.amazonaws.com/doc/2018-05-23",
30
32
  version: "2018-05-23",
31
33
  serviceTarget: "KinesisAnalytics_20180523",
@@ -288,8 +288,8 @@ const _PG = "PropertyGroups";
288
288
  const _PGD = "PropertyGroupDescriptions";
289
289
  const _PGI = "PropertyGroupId";
290
290
  const _PGr = "PropertyGroup";
291
- const _PIR = "ParsedInputRecords";
292
- const _PIRr = "ProcessedInputRecords";
291
+ const _PIR = "ProcessedInputRecords";
292
+ const _PIRa = "ParsedInputRecords";
293
293
  const _PM = "PropertyMap";
294
294
  const _PPKPU = "ParallelismPerKPU";
295
295
  const _PPKPUU = "ParallelismPerKPUUpdate";
@@ -418,12 +418,98 @@ const _c = "client";
418
418
  const _e = "error";
419
419
  const _hE = "httpError";
420
420
  const _m = "message";
421
- const _s = "server";
422
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisanalyticsv2";
421
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisanalyticsv2";
422
+ const _se = "server";
423
423
  const n0 = "com.amazonaws.kinesisanalyticsv2";
424
424
  import { TypeRegistry } from "@smithy/core/schema";
425
425
  import { CodeValidationException, ConcurrentModificationException, InvalidApplicationConfigurationException, InvalidArgumentException, InvalidRequestException, LimitExceededException, ResourceInUseException, ResourceNotFoundException, ResourceProvisionedThroughputExceededException, ServiceUnavailableException, TooManyTagsException, UnableToDetectSchemaException, UnsupportedOperationException, } from "../models/errors";
426
426
  import { KinesisAnalyticsV2ServiceException } from "../models/KinesisAnalyticsV2ServiceException";
427
+ const _s_registry = TypeRegistry.for(_s);
428
+ export var KinesisAnalyticsV2ServiceException$ = [-3, _s, "KinesisAnalyticsV2ServiceException", 0, [], []];
429
+ _s_registry.registerError(KinesisAnalyticsV2ServiceException$, KinesisAnalyticsV2ServiceException);
430
+ const n0_registry = TypeRegistry.for(n0);
431
+ export var CodeValidationException$ = [-3, n0, _CVE,
432
+ { [_e]: _c },
433
+ [_M],
434
+ [0]
435
+ ];
436
+ n0_registry.registerError(CodeValidationException$, CodeValidationException);
437
+ export var ConcurrentModificationException$ = [-3, n0, _CME,
438
+ { [_e]: _c, [_hE]: 409 },
439
+ [_M],
440
+ [0]
441
+ ];
442
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
443
+ export var InvalidApplicationConfigurationException$ = [-3, n0, _IACE,
444
+ { [_e]: _c },
445
+ [_M],
446
+ [0]
447
+ ];
448
+ n0_registry.registerError(InvalidApplicationConfigurationException$, InvalidApplicationConfigurationException);
449
+ export var InvalidArgumentException$ = [-3, n0, _IAE,
450
+ { [_e]: _c },
451
+ [_M],
452
+ [0]
453
+ ];
454
+ n0_registry.registerError(InvalidArgumentException$, InvalidArgumentException);
455
+ export var InvalidRequestException$ = [-3, n0, _IRE,
456
+ { [_e]: _c },
457
+ [_M],
458
+ [0]
459
+ ];
460
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
461
+ export var LimitExceededException$ = [-3, n0, _LEE,
462
+ { [_e]: _c },
463
+ [_M],
464
+ [0]
465
+ ];
466
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
467
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
468
+ { [_e]: _c },
469
+ [_M],
470
+ [0]
471
+ ];
472
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
473
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
474
+ { [_e]: _c },
475
+ [_M],
476
+ [0]
477
+ ];
478
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
479
+ export var ResourceProvisionedThroughputExceededException$ = [-3, n0, _RPTEE,
480
+ { [_e]: _c },
481
+ [_M],
482
+ [0]
483
+ ];
484
+ n0_registry.registerError(ResourceProvisionedThroughputExceededException$, ResourceProvisionedThroughputExceededException);
485
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
486
+ { [_e]: _se, [_hE]: 503 },
487
+ [_M],
488
+ [0]
489
+ ];
490
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
491
+ export var TooManyTagsException$ = [-3, n0, _TMTE,
492
+ { [_e]: _c },
493
+ [_m],
494
+ [0]
495
+ ];
496
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
497
+ export var UnableToDetectSchemaException$ = [-3, n0, _UTDSE,
498
+ { [_e]: _c },
499
+ [_M, _RIR, _PIR],
500
+ [0, 64 | 0, 64 | 0]
501
+ ];
502
+ n0_registry.registerError(UnableToDetectSchemaException$, UnableToDetectSchemaException);
503
+ export var UnsupportedOperationException$ = [-3, n0, _UOE,
504
+ { [_e]: _c },
505
+ [_M],
506
+ [0]
507
+ ];
508
+ n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
509
+ export const errorTypeRegistries = [
510
+ _s_registry,
511
+ n0_registry,
512
+ ];
427
513
  export var AddApplicationCloudWatchLoggingOptionRequest$ = [3, n0, _AACWLOR,
428
514
  0,
429
515
  [_AN, _CWLO, _CAVI, _CT],
@@ -664,18 +750,6 @@ export var CodeContentUpdate$ = [3, n0, _CCU,
664
750
  [_TCU, _ZFCU, _SCLU],
665
751
  [0, 21, () => S3ContentLocationUpdate$]
666
752
  ];
667
- export var CodeValidationException$ = [-3, n0, _CVE,
668
- { [_e]: _c },
669
- [_M],
670
- [0]
671
- ];
672
- TypeRegistry.for(n0).registerError(CodeValidationException$, CodeValidationException);
673
- export var ConcurrentModificationException$ = [-3, n0, _CME,
674
- { [_e]: _c, [_hE]: 409 },
675
- [_M],
676
- [0]
677
- ];
678
- TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
679
753
  export var CreateApplicationPresignedUrlRequest$ = [3, n0, _CAPUR,
680
754
  0,
681
755
  [_AN, _UT, _SEDIS],
@@ -858,8 +932,8 @@ export var DiscoverInputSchemaRequest$ = [3, n0, _DISR,
858
932
  ];
859
933
  export var DiscoverInputSchemaResponse$ = [3, n0, _DISRi,
860
934
  0,
861
- [_IS, _PIR, _PIRr, _RIR],
862
- [() => SourceSchema$, [1, n0, _PIR, 0, 64 | 0], 64 | 0, 64 | 0]
935
+ [_IS, _PIRa, _PIR, _RIR],
936
+ [() => SourceSchema$, [1, n0, _PIRa, 0, 64 | 0], 64 | 0, 64 | 0]
863
937
  ];
864
938
  export var EnvironmentProperties$ = [3, n0, _EP,
865
939
  0,
@@ -981,24 +1055,6 @@ export var InputUpdate$ = [3, n0, _IU,
981
1055
  [_II, _NPU, _IPCU, _KSIU, _KFIU, _ISU, _IPU],
982
1056
  [0, 0, () => InputProcessingConfigurationUpdate$, () => KinesisStreamsInputUpdate$, () => KinesisFirehoseInputUpdate$, () => InputSchemaUpdate$, () => InputParallelismUpdate$], 1
983
1057
  ];
984
- export var InvalidApplicationConfigurationException$ = [-3, n0, _IACE,
985
- { [_e]: _c },
986
- [_M],
987
- [0]
988
- ];
989
- TypeRegistry.for(n0).registerError(InvalidApplicationConfigurationException$, InvalidApplicationConfigurationException);
990
- export var InvalidArgumentException$ = [-3, n0, _IAE,
991
- { [_e]: _c },
992
- [_M],
993
- [0]
994
- ];
995
- TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
996
- export var InvalidRequestException$ = [-3, n0, _IRE,
997
- { [_e]: _c },
998
- [_M],
999
- [0]
1000
- ];
1001
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1002
1058
  export var JSONMappingParameters$ = [3, n0, _JSONMP,
1003
1059
  0,
1004
1060
  [_RRP],
@@ -1079,12 +1135,6 @@ export var LambdaOutputUpdate$ = [3, n0, _LOU,
1079
1135
  [_RARNU],
1080
1136
  [0], 1
1081
1137
  ];
1082
- export var LimitExceededException$ = [-3, n0, _LEE,
1083
- { [_e]: _c },
1084
- [_M],
1085
- [0]
1086
- ];
1087
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1088
1138
  export var ListApplicationOperationsRequest$ = [3, n0, _LAOR,
1089
1139
  0,
1090
1140
  [_AN, _L, _NT, _Op, _OS],
@@ -1225,24 +1275,6 @@ export var ReferenceDataSourceUpdate$ = [3, n0, _RDSU,
1225
1275
  [_RI, _TNU, _SRDSU, _RSU],
1226
1276
  [0, 0, () => S3ReferenceDataSourceUpdate$, () => SourceSchema$], 1
1227
1277
  ];
1228
- export var ResourceInUseException$ = [-3, n0, _RIUE,
1229
- { [_e]: _c },
1230
- [_M],
1231
- [0]
1232
- ];
1233
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1234
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1235
- { [_e]: _c },
1236
- [_M],
1237
- [0]
1238
- ];
1239
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1240
- export var ResourceProvisionedThroughputExceededException$ = [-3, n0, _RPTEE,
1241
- { [_e]: _c },
1242
- [_M],
1243
- [0]
1244
- ];
1245
- TypeRegistry.for(n0).registerError(ResourceProvisionedThroughputExceededException$, ResourceProvisionedThroughputExceededException);
1246
1278
  export var RollbackApplicationRequest$ = [3, n0, _RAR,
1247
1279
  0,
1248
1280
  [_AN, _CAVI],
@@ -1318,12 +1350,6 @@ export var S3ReferenceDataSourceUpdate$ = [3, n0, _SRDSU,
1318
1350
  [_BARNU, _FKU],
1319
1351
  [0, 0]
1320
1352
  ];
1321
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
1322
- { [_e]: _s, [_hE]: 503 },
1323
- [_M],
1324
- [0]
1325
- ];
1326
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1327
1353
  export var SnapshotDetails$ = [3, n0, _SD,
1328
1354
  0,
1329
1355
  [_SN, _SSn, _AVI, _SCT, _RE, _AECD],
@@ -1389,24 +1415,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
1389
1415
  [],
1390
1416
  []
1391
1417
  ];
1392
- export var TooManyTagsException$ = [-3, n0, _TMTE,
1393
- { [_e]: _c },
1394
- [_m],
1395
- [0]
1396
- ];
1397
- TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1398
- export var UnableToDetectSchemaException$ = [-3, n0, _UTDSE,
1399
- { [_e]: _c },
1400
- [_M, _RIR, _PIRr],
1401
- [0, 64 | 0, 64 | 0]
1402
- ];
1403
- TypeRegistry.for(n0).registerError(UnableToDetectSchemaException$, UnableToDetectSchemaException);
1404
- export var UnsupportedOperationException$ = [-3, n0, _UOE,
1405
- { [_e]: _c },
1406
- [_M],
1407
- [0]
1408
- ];
1409
- TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
1410
1418
  export var UntagResourceRequest$ = [3, n0, _URR,
1411
1419
  0,
1412
1420
  [_RARNe, _TK],
@@ -1482,8 +1490,6 @@ export var ZeppelinMonitoringConfigurationUpdate$ = [3, n0, _ZMCU,
1482
1490
  [_LLU],
1483
1491
  [0], 1
1484
1492
  ];
1485
- export var KinesisAnalyticsV2ServiceException$ = [-3, _sm, "KinesisAnalyticsV2ServiceException", 0, [], []];
1486
- TypeRegistry.for(_sm).registerError(KinesisAnalyticsV2ServiceException$, KinesisAnalyticsV2ServiceException);
1487
1493
  var ApplicationOperationInfoList = [1, n0, _AOIL,
1488
1494
  0, () => ApplicationOperationInfo$
1489
1495
  ];
@@ -1528,7 +1534,7 @@ var OutputUpdates = [1, n0, _OUu,
1528
1534
  0, () => OutputUpdate$
1529
1535
  ];
1530
1536
  var ParsedInputRecord = 64 | 0;
1531
- var ParsedInputRecords = [1, n0, _PIR,
1537
+ var ParsedInputRecords = [1, n0, _PIRa,
1532
1538
  0, 64 | 0
1533
1539
  ];
1534
1540
  var ProcessedInputRecords = 64 | 0;
@@ -1,4 +1,25 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var KinesisAnalyticsV2ServiceException$: StaticErrorSchema;
4
+ export declare var CodeValidationException$: StaticErrorSchema;
5
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
6
+ export declare var InvalidApplicationConfigurationException$: StaticErrorSchema;
7
+ export declare var InvalidArgumentException$: StaticErrorSchema;
8
+ export declare var InvalidRequestException$: StaticErrorSchema;
9
+ export declare var LimitExceededException$: StaticErrorSchema;
10
+ export declare var ResourceInUseException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ResourceProvisionedThroughputExceededException$: StaticErrorSchema;
13
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
14
+ export declare var TooManyTagsException$: StaticErrorSchema;
15
+ export declare var UnableToDetectSchemaException$: StaticErrorSchema;
16
+ export declare var UnsupportedOperationException$: StaticErrorSchema;
17
+ /**
18
+ * TypeRegistry instances containing modeled errors.
19
+ * @internal
20
+ *
21
+ */
22
+ export declare const errorTypeRegistries: TypeRegistry[];
2
23
  export declare var AddApplicationCloudWatchLoggingOptionRequest$: StaticStructureSchema;
3
24
  export declare var AddApplicationCloudWatchLoggingOptionResponse$: StaticStructureSchema;
4
25
  export declare var AddApplicationInputProcessingConfigurationRequest$: StaticStructureSchema;
@@ -47,8 +68,6 @@ export declare var CloudWatchLoggingOptionUpdate$: StaticStructureSchema;
47
68
  export declare var CodeContent$: StaticStructureSchema;
48
69
  export declare var CodeContentDescription$: StaticStructureSchema;
49
70
  export declare var CodeContentUpdate$: StaticStructureSchema;
50
- export declare var CodeValidationException$: StaticErrorSchema;
51
- export declare var ConcurrentModificationException$: StaticErrorSchema;
52
71
  export declare var CreateApplicationPresignedUrlRequest$: StaticStructureSchema;
53
72
  export declare var CreateApplicationPresignedUrlResponse$: StaticStructureSchema;
54
73
  export declare var CreateApplicationRequest$: StaticStructureSchema;
@@ -110,9 +129,6 @@ export declare var InputProcessingConfigurationUpdate$: StaticStructureSchema;
110
129
  export declare var InputSchemaUpdate$: StaticStructureSchema;
111
130
  export declare var InputStartingPositionConfiguration$: StaticStructureSchema;
112
131
  export declare var InputUpdate$: StaticStructureSchema;
113
- export declare var InvalidApplicationConfigurationException$: StaticErrorSchema;
114
- export declare var InvalidArgumentException$: StaticErrorSchema;
115
- export declare var InvalidRequestException$: StaticErrorSchema;
116
132
  export declare var JSONMappingParameters$: StaticStructureSchema;
117
133
  export declare var KinesisFirehoseInput$: StaticStructureSchema;
118
134
  export declare var KinesisFirehoseInputDescription$: StaticStructureSchema;
@@ -129,7 +145,6 @@ export declare var KinesisStreamsOutputUpdate$: StaticStructureSchema;
129
145
  export declare var LambdaOutput$: StaticStructureSchema;
130
146
  export declare var LambdaOutputDescription$: StaticStructureSchema;
131
147
  export declare var LambdaOutputUpdate$: StaticStructureSchema;
132
- export declare var LimitExceededException$: StaticErrorSchema;
133
148
  export declare var ListApplicationOperationsRequest$: StaticStructureSchema;
134
149
  export declare var ListApplicationOperationsResponse$: StaticStructureSchema;
135
150
  export declare var ListApplicationSnapshotsRequest$: StaticStructureSchema;
@@ -158,9 +173,6 @@ export declare var RecordFormat$: StaticStructureSchema;
158
173
  export declare var ReferenceDataSource$: StaticStructureSchema;
159
174
  export declare var ReferenceDataSourceDescription$: StaticStructureSchema;
160
175
  export declare var ReferenceDataSourceUpdate$: StaticStructureSchema;
161
- export declare var ResourceInUseException$: StaticErrorSchema;
162
- export declare var ResourceNotFoundException$: StaticErrorSchema;
163
- export declare var ResourceProvisionedThroughputExceededException$: StaticErrorSchema;
164
176
  export declare var RollbackApplicationRequest$: StaticStructureSchema;
165
177
  export declare var RollbackApplicationResponse$: StaticStructureSchema;
166
178
  export declare var RunConfiguration$: StaticStructureSchema;
@@ -176,7 +188,6 @@ export declare var S3ContentLocationUpdate$: StaticStructureSchema;
176
188
  export declare var S3ReferenceDataSource$: StaticStructureSchema;
177
189
  export declare var S3ReferenceDataSourceDescription$: StaticStructureSchema;
178
190
  export declare var S3ReferenceDataSourceUpdate$: StaticStructureSchema;
179
- export declare var ServiceUnavailableException$: StaticErrorSchema;
180
191
  export declare var SnapshotDetails$: StaticStructureSchema;
181
192
  export declare var SourceSchema$: StaticStructureSchema;
182
193
  export declare var SqlApplicationConfiguration$: StaticStructureSchema;
@@ -190,9 +201,6 @@ export declare var StopApplicationResponse$: StaticStructureSchema;
190
201
  export declare var Tag$: StaticStructureSchema;
191
202
  export declare var TagResourceRequest$: StaticStructureSchema;
192
203
  export declare var TagResourceResponse$: StaticStructureSchema;
193
- export declare var TooManyTagsException$: StaticErrorSchema;
194
- export declare var UnableToDetectSchemaException$: StaticErrorSchema;
195
- export declare var UnsupportedOperationException$: StaticErrorSchema;
196
204
  export declare var UntagResourceRequest$: StaticStructureSchema;
197
205
  export declare var UntagResourceResponse$: StaticStructureSchema;
198
206
  export declare var UpdateApplicationMaintenanceConfigurationRequest$: StaticStructureSchema;
@@ -208,7 +216,6 @@ export declare var ZeppelinApplicationConfigurationUpdate$: StaticStructureSchem
208
216
  export declare var ZeppelinMonitoringConfiguration$: StaticStructureSchema;
209
217
  export declare var ZeppelinMonitoringConfigurationDescription$: StaticStructureSchema;
210
218
  export declare var ZeppelinMonitoringConfigurationUpdate$: StaticStructureSchema;
211
- export declare var KinesisAnalyticsV2ServiceException$: StaticErrorSchema;
212
219
  export declare var AddApplicationCloudWatchLoggingOption$: StaticOperationSchema;
213
220
  export declare var AddApplicationInput$: StaticOperationSchema;
214
221
  export declare var AddApplicationInputProcessingConfiguration$: StaticOperationSchema;
@@ -1,8 +1,24 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var KinesisAnalyticsV2ServiceException$: StaticErrorSchema;
8
+ export declare var CodeValidationException$: StaticErrorSchema;
9
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
10
+ export declare var InvalidApplicationConfigurationException$: StaticErrorSchema;
11
+ export declare var InvalidArgumentException$: StaticErrorSchema;
12
+ export declare var InvalidRequestException$: StaticErrorSchema;
13
+ export declare var LimitExceededException$: StaticErrorSchema;
14
+ export declare var ResourceInUseException$: StaticErrorSchema;
15
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
16
+ export declare var ResourceProvisionedThroughputExceededException$: StaticErrorSchema;
17
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
18
+ export declare var TooManyTagsException$: StaticErrorSchema;
19
+ export declare var UnableToDetectSchemaException$: StaticErrorSchema;
20
+ export declare var UnsupportedOperationException$: StaticErrorSchema;
21
+ export declare const errorTypeRegistries: TypeRegistry[];
6
22
  export declare var AddApplicationCloudWatchLoggingOptionRequest$: StaticStructureSchema;
7
23
  export declare var AddApplicationCloudWatchLoggingOptionResponse$: StaticStructureSchema;
8
24
  export declare var AddApplicationInputProcessingConfigurationRequest$: StaticStructureSchema;
@@ -51,8 +67,6 @@ export declare var CloudWatchLoggingOptionUpdate$: StaticStructureSchema;
51
67
  export declare var CodeContent$: StaticStructureSchema;
52
68
  export declare var CodeContentDescription$: StaticStructureSchema;
53
69
  export declare var CodeContentUpdate$: StaticStructureSchema;
54
- export declare var CodeValidationException$: StaticErrorSchema;
55
- export declare var ConcurrentModificationException$: StaticErrorSchema;
56
70
  export declare var CreateApplicationPresignedUrlRequest$: StaticStructureSchema;
57
71
  export declare var CreateApplicationPresignedUrlResponse$: StaticStructureSchema;
58
72
  export declare var CreateApplicationRequest$: StaticStructureSchema;
@@ -114,9 +128,6 @@ export declare var InputProcessingConfigurationUpdate$: StaticStructureSchema;
114
128
  export declare var InputSchemaUpdate$: StaticStructureSchema;
115
129
  export declare var InputStartingPositionConfiguration$: StaticStructureSchema;
116
130
  export declare var InputUpdate$: StaticStructureSchema;
117
- export declare var InvalidApplicationConfigurationException$: StaticErrorSchema;
118
- export declare var InvalidArgumentException$: StaticErrorSchema;
119
- export declare var InvalidRequestException$: StaticErrorSchema;
120
131
  export declare var JSONMappingParameters$: StaticStructureSchema;
121
132
  export declare var KinesisFirehoseInput$: StaticStructureSchema;
122
133
  export declare var KinesisFirehoseInputDescription$: StaticStructureSchema;
@@ -133,7 +144,6 @@ export declare var KinesisStreamsOutputUpdate$: StaticStructureSchema;
133
144
  export declare var LambdaOutput$: StaticStructureSchema;
134
145
  export declare var LambdaOutputDescription$: StaticStructureSchema;
135
146
  export declare var LambdaOutputUpdate$: StaticStructureSchema;
136
- export declare var LimitExceededException$: StaticErrorSchema;
137
147
  export declare var ListApplicationOperationsRequest$: StaticStructureSchema;
138
148
  export declare var ListApplicationOperationsResponse$: StaticStructureSchema;
139
149
  export declare var ListApplicationSnapshotsRequest$: StaticStructureSchema;
@@ -162,9 +172,6 @@ export declare var RecordFormat$: StaticStructureSchema;
162
172
  export declare var ReferenceDataSource$: StaticStructureSchema;
163
173
  export declare var ReferenceDataSourceDescription$: StaticStructureSchema;
164
174
  export declare var ReferenceDataSourceUpdate$: StaticStructureSchema;
165
- export declare var ResourceInUseException$: StaticErrorSchema;
166
- export declare var ResourceNotFoundException$: StaticErrorSchema;
167
- export declare var ResourceProvisionedThroughputExceededException$: StaticErrorSchema;
168
175
  export declare var RollbackApplicationRequest$: StaticStructureSchema;
169
176
  export declare var RollbackApplicationResponse$: StaticStructureSchema;
170
177
  export declare var RunConfiguration$: StaticStructureSchema;
@@ -180,7 +187,6 @@ export declare var S3ContentLocationUpdate$: StaticStructureSchema;
180
187
  export declare var S3ReferenceDataSource$: StaticStructureSchema;
181
188
  export declare var S3ReferenceDataSourceDescription$: StaticStructureSchema;
182
189
  export declare var S3ReferenceDataSourceUpdate$: StaticStructureSchema;
183
- export declare var ServiceUnavailableException$: StaticErrorSchema;
184
190
  export declare var SnapshotDetails$: StaticStructureSchema;
185
191
  export declare var SourceSchema$: StaticStructureSchema;
186
192
  export declare var SqlApplicationConfiguration$: StaticStructureSchema;
@@ -194,9 +200,6 @@ export declare var StopApplicationResponse$: StaticStructureSchema;
194
200
  export declare var Tag$: StaticStructureSchema;
195
201
  export declare var TagResourceRequest$: StaticStructureSchema;
196
202
  export declare var TagResourceResponse$: StaticStructureSchema;
197
- export declare var TooManyTagsException$: StaticErrorSchema;
198
- export declare var UnableToDetectSchemaException$: StaticErrorSchema;
199
- export declare var UnsupportedOperationException$: StaticErrorSchema;
200
203
  export declare var UntagResourceRequest$: StaticStructureSchema;
201
204
  export declare var UntagResourceResponse$: StaticStructureSchema;
202
205
  export declare var UpdateApplicationMaintenanceConfigurationRequest$: StaticStructureSchema;
@@ -212,7 +215,6 @@ export declare var ZeppelinApplicationConfigurationUpdate$: StaticStructureSchem
212
215
  export declare var ZeppelinMonitoringConfiguration$: StaticStructureSchema;
213
216
  export declare var ZeppelinMonitoringConfigurationDescription$: StaticStructureSchema;
214
217
  export declare var ZeppelinMonitoringConfigurationUpdate$: StaticStructureSchema;
215
- export declare var KinesisAnalyticsV2ServiceException$: StaticErrorSchema;
216
218
  export declare var AddApplicationCloudWatchLoggingOption$: StaticOperationSchema;
217
219
  export declare var AddApplicationInput$: StaticOperationSchema;
218
220
  export declare var AddApplicationInputProcessingConfiguration$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-analytics-v2",
3
3
  "description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.988.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kinesis-analytics-v2",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.7",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.8",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.988.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",