@aws-sdk/client-kinesis-analytics 3.325.0 → 3.327.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-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +4 -0
- package/dist-types/commands/AddApplicationInputCommand.d.ts +4 -0
- package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/AddApplicationOutputCommand.d.ts +4 -0
- package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +10 -0
- package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeApplicationCommand.d.ts +127 -0
- package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +38 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +4 -0
- package/dist-types/commands/StopApplicationCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
- package/package.json +7 -7
|
@@ -42,6 +42,8 @@ export interface AddApplicationCloudWatchLoggingOptionCommandOutput extends AddA
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new AddApplicationCloudWatchLoggingOptionCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
45
47
|
* ```
|
|
46
48
|
*
|
|
47
49
|
* @param AddApplicationCloudWatchLoggingOptionCommandInput - {@link AddApplicationCloudWatchLoggingOptionCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface AddApplicationCloudWatchLoggingOptionCommandOutput extends AddA
|
|
|
65
67
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
66
68
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
68
72
|
*
|
|
69
73
|
*/
|
|
70
74
|
export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Command<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -90,6 +90,8 @@ export interface AddApplicationInputCommandOutput extends AddApplicationInputRes
|
|
|
90
90
|
* };
|
|
91
91
|
* const command = new AddApplicationInputCommand(input);
|
|
92
92
|
* const response = await client.send(command);
|
|
93
|
+
* // {};
|
|
94
|
+
*
|
|
93
95
|
* ```
|
|
94
96
|
*
|
|
95
97
|
* @param AddApplicationInputCommandInput - {@link AddApplicationInputCommandInput}
|
|
@@ -116,6 +118,8 @@ export interface AddApplicationInputCommandOutput extends AddApplicationInputRes
|
|
|
116
118
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
117
119
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
118
120
|
*
|
|
121
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
122
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
119
123
|
*
|
|
120
124
|
*/
|
|
121
125
|
export declare class AddApplicationInputCommand extends $Command<AddApplicationInputCommandInput, AddApplicationInputCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -44,6 +44,8 @@ export interface AddApplicationInputProcessingConfigurationCommandOutput extends
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new AddApplicationInputProcessingConfigurationCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
47
49
|
* ```
|
|
48
50
|
*
|
|
49
51
|
* @param AddApplicationInputProcessingConfigurationCommandInput - {@link AddApplicationInputProcessingConfigurationCommandInput}
|
|
@@ -67,6 +69,8 @@ export interface AddApplicationInputProcessingConfigurationCommandOutput extends
|
|
|
67
69
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
68
70
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
69
71
|
*
|
|
72
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
70
74
|
*
|
|
71
75
|
*/
|
|
72
76
|
export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -69,6 +69,8 @@ export interface AddApplicationOutputCommandOutput extends AddApplicationOutputR
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new AddApplicationOutputCommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // {};
|
|
73
|
+
*
|
|
72
74
|
* ```
|
|
73
75
|
*
|
|
74
76
|
* @param AddApplicationOutputCommandInput - {@link AddApplicationOutputCommandInput}
|
|
@@ -92,6 +94,8 @@ export interface AddApplicationOutputCommandOutput extends AddApplicationOutputR
|
|
|
92
94
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
93
95
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
94
96
|
*
|
|
97
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
95
99
|
*
|
|
96
100
|
*/
|
|
97
101
|
export declare class AddApplicationOutputCommand extends $Command<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -75,6 +75,8 @@ export interface AddApplicationReferenceDataSourceCommandOutput extends AddAppli
|
|
|
75
75
|
* };
|
|
76
76
|
* const command = new AddApplicationReferenceDataSourceCommand(input);
|
|
77
77
|
* const response = await client.send(command);
|
|
78
|
+
* // {};
|
|
79
|
+
*
|
|
78
80
|
* ```
|
|
79
81
|
*
|
|
80
82
|
* @param AddApplicationReferenceDataSourceCommandInput - {@link AddApplicationReferenceDataSourceCommandInput}
|
|
@@ -98,6 +100,8 @@ export interface AddApplicationReferenceDataSourceCommandOutput extends AddAppli
|
|
|
98
100
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
99
101
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
100
102
|
*
|
|
103
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
101
105
|
*
|
|
102
106
|
*/
|
|
103
107
|
export declare class AddApplicationReferenceDataSourceCommand extends $Command<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -135,6 +135,14 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
135
135
|
* };
|
|
136
136
|
* const command = new CreateApplicationCommand(input);
|
|
137
137
|
* const response = await client.send(command);
|
|
138
|
+
* // { // CreateApplicationResponse
|
|
139
|
+
* // ApplicationSummary: { // ApplicationSummary
|
|
140
|
+
* // ApplicationName: "STRING_VALUE", // required
|
|
141
|
+
* // ApplicationARN: "STRING_VALUE", // required
|
|
142
|
+
* // ApplicationStatus: "STRING_VALUE", // required
|
|
143
|
+
* // },
|
|
144
|
+
* // };
|
|
145
|
+
*
|
|
138
146
|
* ```
|
|
139
147
|
*
|
|
140
148
|
* @param CreateApplicationCommandInput - {@link CreateApplicationCommandInput}
|
|
@@ -161,6 +169,8 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
161
169
|
* @throws {@link TooManyTagsException} (client fault)
|
|
162
170
|
* <p>Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.</p>
|
|
163
171
|
*
|
|
172
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
173
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
164
174
|
*
|
|
165
175
|
*/
|
|
166
176
|
export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends D
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DeleteApplicationCloudWatchLoggingOptionCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param DeleteApplicationCloudWatchLoggingOptionCommandInput - {@link DeleteApplicationCloudWatchLoggingOptionCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends D
|
|
|
61
63
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
62
64
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteApplicationCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param DeleteApplicationCommandInput - {@link DeleteApplicationCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
57
59
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
58
60
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface DeleteApplicationInputProcessingConfigurationCommandOutput exte
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteApplicationInputProcessingConfigurationCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param DeleteApplicationInputProcessingConfigurationCommandInput - {@link DeleteApplicationInputProcessingConfigurationCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface DeleteApplicationInputProcessingConfigurationCommandOutput exte
|
|
|
59
61
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
60
62
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class DeleteApplicationInputProcessingConfigurationCommand extends $Command<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationO
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DeleteApplicationOutputCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param DeleteApplicationOutputCommandInput - {@link DeleteApplicationOutputCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationO
|
|
|
61
63
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
62
64
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class DeleteApplicationOutputCommand extends $Command<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -41,6 +41,8 @@ export interface DeleteApplicationReferenceDataSourceCommandOutput extends Delet
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DeleteApplicationReferenceDataSourceCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
44
46
|
* ```
|
|
45
47
|
*
|
|
46
48
|
* @param DeleteApplicationReferenceDataSourceCommandInput - {@link DeleteApplicationReferenceDataSourceCommandInput}
|
|
@@ -64,6 +66,8 @@ export interface DeleteApplicationReferenceDataSourceCommandOutput extends Delet
|
|
|
64
66
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
65
67
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
66
68
|
*
|
|
69
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
67
71
|
*
|
|
68
72
|
*/
|
|
69
73
|
export declare class DeleteApplicationReferenceDataSourceCommand extends $Command<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -40,6 +40,131 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribeApplicationCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeApplicationResponse
|
|
44
|
+
* // ApplicationDetail: { // ApplicationDetail
|
|
45
|
+
* // ApplicationName: "STRING_VALUE", // required
|
|
46
|
+
* // ApplicationDescription: "STRING_VALUE",
|
|
47
|
+
* // ApplicationARN: "STRING_VALUE", // required
|
|
48
|
+
* // ApplicationStatus: "STRING_VALUE", // required
|
|
49
|
+
* // CreateTimestamp: new Date("TIMESTAMP"),
|
|
50
|
+
* // LastUpdateTimestamp: new Date("TIMESTAMP"),
|
|
51
|
+
* // InputDescriptions: [ // InputDescriptions
|
|
52
|
+
* // { // InputDescription
|
|
53
|
+
* // InputId: "STRING_VALUE",
|
|
54
|
+
* // NamePrefix: "STRING_VALUE",
|
|
55
|
+
* // InAppStreamNames: [ // InAppStreamNames
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // InputProcessingConfigurationDescription: { // InputProcessingConfigurationDescription
|
|
59
|
+
* // InputLambdaProcessorDescription: { // InputLambdaProcessorDescription
|
|
60
|
+
* // ResourceARN: "STRING_VALUE",
|
|
61
|
+
* // RoleARN: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
64
|
+
* // KinesisStreamsInputDescription: { // KinesisStreamsInputDescription
|
|
65
|
+
* // ResourceARN: "STRING_VALUE",
|
|
66
|
+
* // RoleARN: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // KinesisFirehoseInputDescription: { // KinesisFirehoseInputDescription
|
|
69
|
+
* // ResourceARN: "STRING_VALUE",
|
|
70
|
+
* // RoleARN: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // InputSchema: { // SourceSchema
|
|
73
|
+
* // RecordFormat: { // RecordFormat
|
|
74
|
+
* // RecordFormatType: "STRING_VALUE", // required
|
|
75
|
+
* // MappingParameters: { // MappingParameters
|
|
76
|
+
* // JSONMappingParameters: { // JSONMappingParameters
|
|
77
|
+
* // RecordRowPath: "STRING_VALUE", // required
|
|
78
|
+
* // },
|
|
79
|
+
* // CSVMappingParameters: { // CSVMappingParameters
|
|
80
|
+
* // RecordRowDelimiter: "STRING_VALUE", // required
|
|
81
|
+
* // RecordColumnDelimiter: "STRING_VALUE", // required
|
|
82
|
+
* // },
|
|
83
|
+
* // },
|
|
84
|
+
* // },
|
|
85
|
+
* // RecordEncoding: "STRING_VALUE",
|
|
86
|
+
* // RecordColumns: [ // RecordColumns // required
|
|
87
|
+
* // { // RecordColumn
|
|
88
|
+
* // Name: "STRING_VALUE", // required
|
|
89
|
+
* // Mapping: "STRING_VALUE",
|
|
90
|
+
* // SqlType: "STRING_VALUE", // required
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
93
|
+
* // },
|
|
94
|
+
* // InputParallelism: { // InputParallelism
|
|
95
|
+
* // Count: Number("int"),
|
|
96
|
+
* // },
|
|
97
|
+
* // InputStartingPositionConfiguration: { // InputStartingPositionConfiguration
|
|
98
|
+
* // InputStartingPosition: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
102
|
+
* // OutputDescriptions: [ // OutputDescriptions
|
|
103
|
+
* // { // OutputDescription
|
|
104
|
+
* // OutputId: "STRING_VALUE",
|
|
105
|
+
* // Name: "STRING_VALUE",
|
|
106
|
+
* // KinesisStreamsOutputDescription: { // KinesisStreamsOutputDescription
|
|
107
|
+
* // ResourceARN: "STRING_VALUE",
|
|
108
|
+
* // RoleARN: "STRING_VALUE",
|
|
109
|
+
* // },
|
|
110
|
+
* // KinesisFirehoseOutputDescription: { // KinesisFirehoseOutputDescription
|
|
111
|
+
* // ResourceARN: "STRING_VALUE",
|
|
112
|
+
* // RoleARN: "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // LambdaOutputDescription: { // LambdaOutputDescription
|
|
115
|
+
* // ResourceARN: "STRING_VALUE",
|
|
116
|
+
* // RoleARN: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
118
|
+
* // DestinationSchema: { // DestinationSchema
|
|
119
|
+
* // RecordFormatType: "STRING_VALUE", // required
|
|
120
|
+
* // },
|
|
121
|
+
* // },
|
|
122
|
+
* // ],
|
|
123
|
+
* // ReferenceDataSourceDescriptions: [ // ReferenceDataSourceDescriptions
|
|
124
|
+
* // { // ReferenceDataSourceDescription
|
|
125
|
+
* // ReferenceId: "STRING_VALUE", // required
|
|
126
|
+
* // TableName: "STRING_VALUE", // required
|
|
127
|
+
* // S3ReferenceDataSourceDescription: { // S3ReferenceDataSourceDescription
|
|
128
|
+
* // BucketARN: "STRING_VALUE", // required
|
|
129
|
+
* // FileKey: "STRING_VALUE", // required
|
|
130
|
+
* // ReferenceRoleARN: "STRING_VALUE", // required
|
|
131
|
+
* // },
|
|
132
|
+
* // ReferenceSchema: {
|
|
133
|
+
* // RecordFormat: {
|
|
134
|
+
* // RecordFormatType: "STRING_VALUE", // required
|
|
135
|
+
* // MappingParameters: {
|
|
136
|
+
* // JSONMappingParameters: {
|
|
137
|
+
* // RecordRowPath: "STRING_VALUE", // required
|
|
138
|
+
* // },
|
|
139
|
+
* // CSVMappingParameters: {
|
|
140
|
+
* // RecordRowDelimiter: "STRING_VALUE", // required
|
|
141
|
+
* // RecordColumnDelimiter: "STRING_VALUE", // required
|
|
142
|
+
* // },
|
|
143
|
+
* // },
|
|
144
|
+
* // },
|
|
145
|
+
* // RecordEncoding: "STRING_VALUE",
|
|
146
|
+
* // RecordColumns: [ // required
|
|
147
|
+
* // {
|
|
148
|
+
* // Name: "STRING_VALUE", // required
|
|
149
|
+
* // Mapping: "STRING_VALUE",
|
|
150
|
+
* // SqlType: "STRING_VALUE", // required
|
|
151
|
+
* // },
|
|
152
|
+
* // ],
|
|
153
|
+
* // },
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // CloudWatchLoggingOptionDescriptions: [ // CloudWatchLoggingOptionDescriptions
|
|
157
|
+
* // { // CloudWatchLoggingOptionDescription
|
|
158
|
+
* // CloudWatchLoggingOptionId: "STRING_VALUE",
|
|
159
|
+
* // LogStreamARN: "STRING_VALUE", // required
|
|
160
|
+
* // RoleARN: "STRING_VALUE", // required
|
|
161
|
+
* // },
|
|
162
|
+
* // ],
|
|
163
|
+
* // ApplicationCode: "STRING_VALUE",
|
|
164
|
+
* // ApplicationVersionId: Number("long"), // required
|
|
165
|
+
* // },
|
|
166
|
+
* // };
|
|
167
|
+
*
|
|
43
168
|
* ```
|
|
44
169
|
*
|
|
45
170
|
* @param DescribeApplicationCommandInput - {@link DescribeApplicationCommandInput}
|
|
@@ -54,6 +179,8 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
|
|
|
54
179
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
55
180
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
56
181
|
*
|
|
182
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
183
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
57
184
|
*
|
|
58
185
|
*/
|
|
59
186
|
export declare class DescribeApplicationCommand extends $Command<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -60,6 +60,42 @@ export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaRes
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new DiscoverInputSchemaCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // DiscoverInputSchemaResponse
|
|
64
|
+
* // InputSchema: { // SourceSchema
|
|
65
|
+
* // RecordFormat: { // RecordFormat
|
|
66
|
+
* // RecordFormatType: "STRING_VALUE", // required
|
|
67
|
+
* // MappingParameters: { // MappingParameters
|
|
68
|
+
* // JSONMappingParameters: { // JSONMappingParameters
|
|
69
|
+
* // RecordRowPath: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // CSVMappingParameters: { // CSVMappingParameters
|
|
72
|
+
* // RecordRowDelimiter: "STRING_VALUE", // required
|
|
73
|
+
* // RecordColumnDelimiter: "STRING_VALUE", // required
|
|
74
|
+
* // },
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // RecordEncoding: "STRING_VALUE",
|
|
78
|
+
* // RecordColumns: [ // RecordColumns // required
|
|
79
|
+
* // { // RecordColumn
|
|
80
|
+
* // Name: "STRING_VALUE", // required
|
|
81
|
+
* // Mapping: "STRING_VALUE",
|
|
82
|
+
* // SqlType: "STRING_VALUE", // required
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // },
|
|
86
|
+
* // ParsedInputRecords: [ // ParsedInputRecords
|
|
87
|
+
* // [ // ParsedInputRecord
|
|
88
|
+
* // "STRING_VALUE",
|
|
89
|
+
* // ],
|
|
90
|
+
* // ],
|
|
91
|
+
* // ProcessedInputRecords: [ // ProcessedInputRecords
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // RawInputRecords: [ // RawInputRecords
|
|
95
|
+
* // "STRING_VALUE",
|
|
96
|
+
* // ],
|
|
97
|
+
* // };
|
|
98
|
+
*
|
|
63
99
|
* ```
|
|
64
100
|
*
|
|
65
101
|
* @param DiscoverInputSchemaCommandInput - {@link DiscoverInputSchemaCommandInput}
|
|
@@ -85,6 +121,8 @@ export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaRes
|
|
|
85
121
|
* <p>Data format is not valid. Amazon Kinesis Analytics is not able to detect schema for
|
|
86
122
|
* the given streaming source.</p>
|
|
87
123
|
*
|
|
124
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
125
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
88
126
|
*
|
|
89
127
|
*/
|
|
90
128
|
export declare class DiscoverInputSchemaCommand extends $Command<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -48,6 +48,17 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new ListApplicationsCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // ListApplicationsResponse
|
|
52
|
+
* // ApplicationSummaries: [ // ApplicationSummaries // required
|
|
53
|
+
* // { // ApplicationSummary
|
|
54
|
+
* // ApplicationName: "STRING_VALUE", // required
|
|
55
|
+
* // ApplicationARN: "STRING_VALUE", // required
|
|
56
|
+
* // ApplicationStatus: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // HasMoreApplications: true || false, // required
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
51
62
|
* ```
|
|
52
63
|
*
|
|
53
64
|
* @param ListApplicationsCommandInput - {@link ListApplicationsCommandInput}
|
|
@@ -56,6 +67,8 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
56
67
|
* @see {@link ListApplicationsCommandOutput} for command's `response` shape.
|
|
57
68
|
* @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
|
|
58
69
|
*
|
|
70
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
59
72
|
*
|
|
60
73
|
*/
|
|
61
74
|
export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -31,6 +31,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ListTagsForResourceResponse
|
|
35
|
+
* // Tags: [ // Tags
|
|
36
|
+
* // { // Tag
|
|
37
|
+
* // Key: "STRING_VALUE", // required
|
|
38
|
+
* // Value: "STRING_VALUE",
|
|
39
|
+
* // },
|
|
40
|
+
* // ],
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
34
43
|
* ```
|
|
35
44
|
*
|
|
36
45
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -48,6 +57,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
48
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
58
|
* <p>Specified application can't be found.</p>
|
|
50
59
|
*
|
|
60
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
51
62
|
*
|
|
52
63
|
*/
|
|
53
64
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -50,6 +50,8 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new StartApplicationCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // {};
|
|
54
|
+
*
|
|
53
55
|
* ```
|
|
54
56
|
*
|
|
55
57
|
* @param StartApplicationCommandInput - {@link StartApplicationCommandInput}
|
|
@@ -73,6 +75,8 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
|
|
|
73
75
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
74
76
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
75
77
|
*
|
|
78
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
76
80
|
*
|
|
77
81
|
*/
|
|
78
82
|
export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -41,6 +41,8 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new StopApplicationCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
44
46
|
* ```
|
|
45
47
|
*
|
|
46
48
|
* @param StopApplicationCommandInput - {@link StopApplicationCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
|
|
|
58
60
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
59
61
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new TagResourceCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
61
63
|
* @throws {@link TooManyTagsException} (client fault)
|
|
62
64
|
* <p>Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
57
59
|
* @throws {@link TooManyTagsException} (client fault)
|
|
58
60
|
* <p>Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
|
@@ -150,6 +150,8 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
150
150
|
* };
|
|
151
151
|
* const command = new UpdateApplicationCommand(input);
|
|
152
152
|
* const response = await client.send(command);
|
|
153
|
+
* // {};
|
|
154
|
+
*
|
|
153
155
|
* ```
|
|
154
156
|
*
|
|
155
157
|
* @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
|
|
@@ -176,6 +178,8 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
176
178
|
* @throws {@link UnsupportedOperationException} (client fault)
|
|
177
179
|
* <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
|
|
178
180
|
*
|
|
181
|
+
* @throws {@link KinesisAnalyticsServiceException}
|
|
182
|
+
* <p>Base exception class for all service exceptions from KinesisAnalytics service.</p>
|
|
179
183
|
*
|
|
180
184
|
*/
|
|
181
185
|
export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
|
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.
|
|
4
|
+
"version": "3.327.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|