@aws-sdk/client-kinesis-analytics 3.588.0 → 3.592.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.
Files changed (49) hide show
  1. package/dist-cjs/index.js +0 -20
  2. package/dist-types/KinesisAnalyticsClient.d.ts +4 -4
  3. package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
  4. package/dist-types/commands/AddApplicationInputCommand.d.ts +2 -1
  5. package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +2 -1
  6. package/dist-types/commands/AddApplicationOutputCommand.d.ts +2 -1
  7. package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -1
  15. package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +2 -1
  16. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  18. package/dist-types/commands/StartApplicationCommand.d.ts +2 -1
  19. package/dist-types/commands/StopApplicationCommand.d.ts +2 -1
  20. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  23. package/dist-types/index.d.ts +2 -2
  24. package/dist-types/models/KinesisAnalyticsServiceException.d.ts +2 -1
  25. package/dist-types/runtimeConfig.native.d.ts +1 -1
  26. package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/models/KinesisAnalyticsServiceException.d.ts +2 -1
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  49. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -213,7 +213,6 @@ var KinesisAnalyticsClient = _KinesisAnalyticsClient;
213
213
 
214
214
  var import_middleware_serde = require("@smithy/middleware-serde");
215
215
 
216
- var import_types = require("@smithy/types");
217
216
 
218
217
  // src/protocols/Aws_json1_1.ts
219
218
  var import_core2 = require("@aws-sdk/core");
@@ -1077,7 +1076,6 @@ var AddApplicationCloudWatchLoggingOptionCommand = _AddApplicationCloudWatchLogg
1077
1076
 
1078
1077
 
1079
1078
 
1080
-
1081
1079
  var _AddApplicationInputCommand = class _AddApplicationInputCommand extends import_smithy_client.Command.classBuilder().ep({
1082
1080
  ...commonParams
1083
1081
  }).m(function(Command, cs, config, o) {
@@ -1094,7 +1092,6 @@ var AddApplicationInputCommand = _AddApplicationInputCommand;
1094
1092
 
1095
1093
 
1096
1094
 
1097
-
1098
1095
  var _AddApplicationInputProcessingConfigurationCommand = class _AddApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1099
1096
  ...commonParams
1100
1097
  }).m(function(Command, cs, config, o) {
@@ -1111,7 +1108,6 @@ var AddApplicationInputProcessingConfigurationCommand = _AddApplicationInputProc
1111
1108
 
1112
1109
 
1113
1110
 
1114
-
1115
1111
  var _AddApplicationOutputCommand = class _AddApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep({
1116
1112
  ...commonParams
1117
1113
  }).m(function(Command, cs, config, o) {
@@ -1128,7 +1124,6 @@ var AddApplicationOutputCommand = _AddApplicationOutputCommand;
1128
1124
 
1129
1125
 
1130
1126
 
1131
-
1132
1127
  var _AddApplicationReferenceDataSourceCommand = class _AddApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1133
1128
  ...commonParams
1134
1129
  }).m(function(Command, cs, config, o) {
@@ -1145,7 +1140,6 @@ var AddApplicationReferenceDataSourceCommand = _AddApplicationReferenceDataSourc
1145
1140
 
1146
1141
 
1147
1142
 
1148
-
1149
1143
  var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1150
1144
  ...commonParams
1151
1145
  }).m(function(Command, cs, config, o) {
@@ -1162,7 +1156,6 @@ var CreateApplicationCommand = _CreateApplicationCommand;
1162
1156
 
1163
1157
 
1164
1158
 
1165
-
1166
1159
  var _DeleteApplicationCloudWatchLoggingOptionCommand = class _DeleteApplicationCloudWatchLoggingOptionCommand extends import_smithy_client.Command.classBuilder().ep({
1167
1160
  ...commonParams
1168
1161
  }).m(function(Command, cs, config, o) {
@@ -1179,7 +1172,6 @@ var DeleteApplicationCloudWatchLoggingOptionCommand = _DeleteApplicationCloudWat
1179
1172
 
1180
1173
 
1181
1174
 
1182
-
1183
1175
  var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1184
1176
  ...commonParams
1185
1177
  }).m(function(Command, cs, config, o) {
@@ -1196,7 +1188,6 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
1196
1188
 
1197
1189
 
1198
1190
 
1199
-
1200
1191
  var _DeleteApplicationInputProcessingConfigurationCommand = class _DeleteApplicationInputProcessingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1201
1192
  ...commonParams
1202
1193
  }).m(function(Command, cs, config, o) {
@@ -1213,7 +1204,6 @@ var DeleteApplicationInputProcessingConfigurationCommand = _DeleteApplicationInp
1213
1204
 
1214
1205
 
1215
1206
 
1216
-
1217
1207
  var _DeleteApplicationOutputCommand = class _DeleteApplicationOutputCommand extends import_smithy_client.Command.classBuilder().ep({
1218
1208
  ...commonParams
1219
1209
  }).m(function(Command, cs, config, o) {
@@ -1230,7 +1220,6 @@ var DeleteApplicationOutputCommand = _DeleteApplicationOutputCommand;
1230
1220
 
1231
1221
 
1232
1222
 
1233
-
1234
1223
  var _DeleteApplicationReferenceDataSourceCommand = class _DeleteApplicationReferenceDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1235
1224
  ...commonParams
1236
1225
  }).m(function(Command, cs, config, o) {
@@ -1247,7 +1236,6 @@ var DeleteApplicationReferenceDataSourceCommand = _DeleteApplicationReferenceDat
1247
1236
 
1248
1237
 
1249
1238
 
1250
-
1251
1239
  var _DescribeApplicationCommand = class _DescribeApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1252
1240
  ...commonParams
1253
1241
  }).m(function(Command, cs, config, o) {
@@ -1264,7 +1252,6 @@ var DescribeApplicationCommand = _DescribeApplicationCommand;
1264
1252
 
1265
1253
 
1266
1254
 
1267
-
1268
1255
  var _DiscoverInputSchemaCommand = class _DiscoverInputSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
1269
1256
  ...commonParams
1270
1257
  }).m(function(Command, cs, config, o) {
@@ -1281,7 +1268,6 @@ var DiscoverInputSchemaCommand = _DiscoverInputSchemaCommand;
1281
1268
 
1282
1269
 
1283
1270
 
1284
-
1285
1271
  var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
1286
1272
  ...commonParams
1287
1273
  }).m(function(Command, cs, config, o) {
@@ -1298,7 +1284,6 @@ var ListApplicationsCommand = _ListApplicationsCommand;
1298
1284
 
1299
1285
 
1300
1286
 
1301
-
1302
1287
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1303
1288
  ...commonParams
1304
1289
  }).m(function(Command, cs, config, o) {
@@ -1315,7 +1300,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1315
1300
 
1316
1301
 
1317
1302
 
1318
-
1319
1303
  var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1320
1304
  ...commonParams
1321
1305
  }).m(function(Command, cs, config, o) {
@@ -1332,7 +1316,6 @@ var StartApplicationCommand = _StartApplicationCommand;
1332
1316
 
1333
1317
 
1334
1318
 
1335
-
1336
1319
  var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1337
1320
  ...commonParams
1338
1321
  }).m(function(Command, cs, config, o) {
@@ -1349,7 +1332,6 @@ var StopApplicationCommand = _StopApplicationCommand;
1349
1332
 
1350
1333
 
1351
1334
 
1352
-
1353
1335
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1354
1336
  ...commonParams
1355
1337
  }).m(function(Command, cs, config, o) {
@@ -1366,7 +1348,6 @@ var TagResourceCommand = _TagResourceCommand;
1366
1348
 
1367
1349
 
1368
1350
 
1369
-
1370
1351
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1371
1352
  ...commonParams
1372
1353
  }).m(function(Command, cs, config, o) {
@@ -1383,7 +1364,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1383
1364
 
1384
1365
 
1385
1366
 
1386
-
1387
1367
  var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1388
1368
  ...commonParams
1389
1369
  }).m(function(Command, cs, config, o) {
@@ -110,15 +110,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
110
110
  * Enables FIPS compatible endpoints.
111
111
  */
112
112
  useFipsEndpoint?: boolean | __Provider<boolean>;
113
+ /**
114
+ * The AWS region to which this client will send requests
115
+ */
116
+ region?: string | __Provider<string>;
113
117
  /**
114
118
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
115
119
  * @internal
116
120
  */
117
121
  defaultUserAgentProvider?: Provider<__UserAgent>;
118
- /**
119
- * The AWS region to which this client will send requests
120
- */
121
- region?: string | __Provider<string>;
122
122
  /**
123
123
  * Default credentials provider; Not available in browser runtime.
124
124
  * @deprecated
@@ -5,7 +5,8 @@ import { AddApplicationCloudWatchLoggingOptionRequest, AddApplicationCloudWatchL
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { AddApplicationInputRequest, AddApplicationInputResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { AddApplicationInputProcessingConfigurationRequest, AddApplicationInputP
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { AddApplicationOutputRequest, AddApplicationOutputResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { AddApplicationReferenceDataSourceRequest, AddApplicationReferenceDataSo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateApplicationRequest, CreateApplicationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteApplicationCloudWatchLoggingOptionRequest, DeleteApplicationCloud
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteApplicationInputProcessingConfigurationRequest, DeleteApplication
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteApplicationOutputRequest, DeleteApplicationOutputResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteApplicationReferenceDataSourceRequest, DeleteApplicationReference
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeApplicationRequest, DescribeApplicationResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DiscoverInputSchemaRequest, DiscoverInputSchemaResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListApplicationsRequest, ListApplicationsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartApplicationRequest, StartApplicationResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StopApplicationRequest, StopApplicationResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -15,8 +15,8 @@
15
15
  export * from "./KinesisAnalyticsClient";
16
16
  export * from "./KinesisAnalytics";
17
17
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
18
- export { RuntimeExtension } from "./runtimeExtensions";
19
- export { KinesisAnalyticsExtensionConfiguration } from "./extensionConfiguration";
18
+ export type { RuntimeExtension } from "./runtimeExtensions";
19
+ export type { KinesisAnalyticsExtensionConfiguration } from "./extensionConfiguration";
20
20
  export * from "./commands";
21
21
  export * from "./models";
22
22
  export { KinesisAnalyticsServiceException } from "./models/KinesisAnalyticsServiceException";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: KinesisAnalyticsClientConfig) =>
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -190,8 +190,8 @@ export interface ClientDefaults
190
190
  serviceId?: string;
191
191
  useDualstackEndpoint?: boolean | __Provider<boolean>;
192
192
  useFipsEndpoint?: boolean | __Provider<boolean>;
193
- defaultUserAgentProvider?: Provider<__UserAgent>;
194
193
  region?: string | __Provider<string>;
194
+ defaultUserAgentProvider?: Provider<__UserAgent>;
195
195
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
196
196
  maxAttempts?: number | __Provider<number>;
197
197
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  AddApplicationCloudWatchLoggingOptionRequest,
10
10
  AddApplicationCloudWatchLoggingOptionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AddApplicationCloudWatchLoggingOptionCommandInput
14
15
  extends AddApplicationCloudWatchLoggingOptionRequest {}
15
16
  export interface AddApplicationCloudWatchLoggingOptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  AddApplicationInputRequest,
10
10
  AddApplicationInputResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AddApplicationInputCommandInput
14
15
  extends AddApplicationInputRequest {}
15
16
  export interface AddApplicationInputCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  AddApplicationInputProcessingConfigurationRequest,
10
10
  AddApplicationInputProcessingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AddApplicationInputProcessingConfigurationCommandInput
14
15
  extends AddApplicationInputProcessingConfigurationRequest {}
15
16
  export interface AddApplicationInputProcessingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  AddApplicationOutputRequest,
10
10
  AddApplicationOutputResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AddApplicationOutputCommandInput
14
15
  extends AddApplicationOutputRequest {}
15
16
  export interface AddApplicationOutputCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  AddApplicationReferenceDataSourceRequest,
10
10
  AddApplicationReferenceDataSourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AddApplicationReferenceDataSourceCommandInput
14
15
  extends AddApplicationReferenceDataSourceRequest {}
15
16
  export interface AddApplicationReferenceDataSourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateApplicationRequest,
10
10
  CreateApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateApplicationCommandInput
14
15
  extends CreateApplicationRequest {}
15
16
  export interface CreateApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteApplicationCloudWatchLoggingOptionRequest,
10
10
  DeleteApplicationCloudWatchLoggingOptionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteApplicationCloudWatchLoggingOptionCommandInput
14
15
  extends DeleteApplicationCloudWatchLoggingOptionRequest {}
15
16
  export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteApplicationRequest,
10
10
  DeleteApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteApplicationCommandInput
14
15
  extends DeleteApplicationRequest {}
15
16
  export interface DeleteApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteApplicationInputProcessingConfigurationRequest,
10
10
  DeleteApplicationInputProcessingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteApplicationInputProcessingConfigurationCommandInput
14
15
  extends DeleteApplicationInputProcessingConfigurationRequest {}
15
16
  export interface DeleteApplicationInputProcessingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteApplicationOutputRequest,
10
10
  DeleteApplicationOutputResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteApplicationOutputCommandInput
14
15
  extends DeleteApplicationOutputRequest {}
15
16
  export interface DeleteApplicationOutputCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteApplicationReferenceDataSourceRequest,
10
10
  DeleteApplicationReferenceDataSourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteApplicationReferenceDataSourceCommandInput
14
15
  extends DeleteApplicationReferenceDataSourceRequest {}
15
16
  export interface DeleteApplicationReferenceDataSourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeApplicationRequest,
10
10
  DescribeApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeApplicationCommandInput
14
15
  extends DescribeApplicationRequest {}
15
16
  export interface DescribeApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DiscoverInputSchemaRequest,
10
10
  DiscoverInputSchemaResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DiscoverInputSchemaCommandInput
14
15
  extends DiscoverInputSchemaRequest {}
15
16
  export interface DiscoverInputSchemaCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListApplicationsRequest,
10
10
  ListApplicationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
14
15
  export interface ListApplicationsCommandOutput
15
16
  extends ListApplicationsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  StartApplicationRequest,
10
10
  StartApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartApplicationCommandInput extends StartApplicationRequest {}
14
15
  export interface StartApplicationCommandOutput
15
16
  extends StartApplicationResponse,
@@ -9,7 +9,8 @@ import {
9
9
  StopApplicationRequest,
10
10
  StopApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopApplicationCommandInput extends StopApplicationRequest {}
14
15
  export interface StopApplicationCommandOutput
15
16
  extends StopApplicationResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisAnalyticsClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateApplicationRequest,
10
10
  UpdateApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateApplicationCommandInput
14
15
  extends UpdateApplicationRequest {}
15
16
  export interface UpdateApplicationCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class KinesisAnalyticsServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-analytics",
3
3
  "description": "AWS SDK for JavaScript Kinesis Analytics Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kinesis-analytics",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",