@aws-sdk/client-kinesis-analytics 3.428.0 → 3.429.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.
@@ -266,7 +266,7 @@ export interface RecordFormat {
266
266
  * @public
267
267
  * <p>The type of record format.</p>
268
268
  */
269
- RecordFormatType: RecordFormatType | string | undefined;
269
+ RecordFormatType: RecordFormatType | undefined;
270
270
  /**
271
271
  * @public
272
272
  * <p>When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.</p>
@@ -473,7 +473,7 @@ export interface DestinationSchema {
473
473
  * @public
474
474
  * <p>Specifies the format of the records on the output stream.</p>
475
475
  */
476
- RecordFormatType: RecordFormatType | string | undefined;
476
+ RecordFormatType: RecordFormatType | undefined;
477
477
  }
478
478
  /**
479
479
  * @public
@@ -797,7 +797,7 @@ export interface InputStartingPositionConfiguration {
797
797
  * </li>
798
798
  * </ul>
799
799
  */
800
- InputStartingPosition?: InputStartingPosition | string;
800
+ InputStartingPosition?: InputStartingPosition;
801
801
  }
802
802
  /**
803
803
  * @public
@@ -1074,7 +1074,7 @@ export interface ApplicationDetail {
1074
1074
  * @public
1075
1075
  * <p>Status of the application.</p>
1076
1076
  */
1077
- ApplicationStatus: ApplicationStatus | string | undefined;
1077
+ ApplicationStatus: ApplicationStatus | undefined;
1078
1078
  /**
1079
1079
  * @public
1080
1080
  * <p>Time stamp when the application version was created.</p>
@@ -1154,7 +1154,7 @@ export interface ApplicationSummary {
1154
1154
  * @public
1155
1155
  * <p>Status of the application.</p>
1156
1156
  */
1157
- ApplicationStatus: ApplicationStatus | string | undefined;
1157
+ ApplicationStatus: ApplicationStatus | undefined;
1158
1158
  }
1159
1159
  /**
1160
1160
  * @public
@@ -81,7 +81,7 @@ export declare const RecordFormatType: {
81
81
  export type RecordFormatType =
82
82
  (typeof RecordFormatType)[keyof typeof RecordFormatType];
83
83
  export interface RecordFormat {
84
- RecordFormatType: RecordFormatType | string | undefined;
84
+ RecordFormatType: RecordFormatType | undefined;
85
85
  MappingParameters?: MappingParameters;
86
86
  }
87
87
  export interface SourceSchema {
@@ -126,7 +126,7 @@ export interface AddApplicationInputProcessingConfigurationRequest {
126
126
  }
127
127
  export interface AddApplicationInputProcessingConfigurationResponse {}
128
128
  export interface DestinationSchema {
129
- RecordFormatType: RecordFormatType | string | undefined;
129
+ RecordFormatType: RecordFormatType | undefined;
130
130
  }
131
131
  export interface KinesisFirehoseOutput {
132
132
  ResourceARN: string | undefined;
@@ -199,7 +199,7 @@ export declare const InputStartingPosition: {
199
199
  export type InputStartingPosition =
200
200
  (typeof InputStartingPosition)[keyof typeof InputStartingPosition];
201
201
  export interface InputStartingPositionConfiguration {
202
- InputStartingPosition?: InputStartingPosition | string;
202
+ InputStartingPosition?: InputStartingPosition;
203
203
  }
204
204
  export interface KinesisFirehoseInputDescription {
205
205
  ResourceARN?: string;
@@ -257,7 +257,7 @@ export interface ApplicationDetail {
257
257
  ApplicationName: string | undefined;
258
258
  ApplicationDescription?: string;
259
259
  ApplicationARN: string | undefined;
260
- ApplicationStatus: ApplicationStatus | string | undefined;
260
+ ApplicationStatus: ApplicationStatus | undefined;
261
261
  CreateTimestamp?: Date;
262
262
  LastUpdateTimestamp?: Date;
263
263
  InputDescriptions?: InputDescription[];
@@ -270,7 +270,7 @@ export interface ApplicationDetail {
270
270
  export interface ApplicationSummary {
271
271
  ApplicationName: string | undefined;
272
272
  ApplicationARN: string | undefined;
273
- ApplicationStatus: ApplicationStatus | string | undefined;
273
+ ApplicationStatus: ApplicationStatus | undefined;
274
274
  }
275
275
  export interface CloudWatchLoggingOptionUpdate {
276
276
  CloudWatchLoggingOptionId: string | undefined;
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.428.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
@@ -38,7 +38,7 @@
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
42
  "@smithy/middleware-retry": "^2.0.16",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",