@aws-sdk/client-kinesis-analytics-v2 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -3
- package/dist-cjs/commands/AddApplicationInputCommand.js +2 -3
- package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/AddApplicationOutputCommand.js +2 -3
- package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +2 -3
- package/dist-cjs/commands/AddApplicationVpcConfigurationCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationSnapshotCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationOutputCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeApplicationCommand.js +2 -3
- package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js +2 -3
- package/dist-cjs/commands/DescribeApplicationVersionCommand.js +2 -3
- package/dist-cjs/commands/DiscoverInputSchemaCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationSnapshotsCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RollbackApplicationCommand.js +2 -3
- package/dist-cjs/commands/StartApplicationCommand.js +2 -3
- package/dist-cjs/commands/StopApplicationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -729
- package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -3
- package/dist-es/commands/AddApplicationInputCommand.js +2 -3
- package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -3
- package/dist-es/commands/AddApplicationOutputCommand.js +2 -3
- package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +2 -3
- package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +2 -3
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +2 -3
- package/dist-es/commands/CreateApplicationSnapshotCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationOutputCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationSnapshotCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeApplicationCommand.js +2 -3
- package/dist-es/commands/DescribeApplicationSnapshotCommand.js +2 -3
- package/dist-es/commands/DescribeApplicationVersionCommand.js +2 -3
- package/dist-es/commands/DiscoverInputSchemaCommand.js +2 -3
- package/dist-es/commands/ListApplicationSnapshotsCommand.js +2 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RollbackApplicationCommand.js +2 -3
- package/dist-es/commands/StartApplicationCommand.js +2 -3
- package/dist-es/commands/StopApplicationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -543
- package/dist-types/KinesisAnalyticsV2.d.ts +32 -0
- package/dist-types/KinesisAnalyticsV2Client.d.ts +24 -4
- package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +16 -0
- package/dist-types/commands/AddApplicationInputCommand.d.ts +16 -0
- package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/AddApplicationOutputCommand.d.ts +16 -0
- package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RollbackApplicationCommand.d.ts +16 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +16 -0
- package/dist-types/commands/StopApplicationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +16 -0
- package/dist-types/models/KinesisAnalyticsV2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +357 -724
- package/dist-types/ts3.4/models/models_0.d.ts +0 -523
- package/package.json +4 -3
|
@@ -1015,526 +1015,3 @@ export interface UpdateApplicationMaintenanceConfigurationResponse {
|
|
|
1015
1015
|
ApplicationARN?: string;
|
|
1016
1016
|
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription;
|
|
1017
1017
|
}
|
|
1018
|
-
export declare const CloudWatchLoggingOptionFilterSensitiveLog: (
|
|
1019
|
-
obj: CloudWatchLoggingOption
|
|
1020
|
-
) => any;
|
|
1021
|
-
export declare const AddApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (
|
|
1022
|
-
obj: AddApplicationCloudWatchLoggingOptionRequest
|
|
1023
|
-
) => any;
|
|
1024
|
-
export declare const CloudWatchLoggingOptionDescriptionFilterSensitiveLog: (
|
|
1025
|
-
obj: CloudWatchLoggingOptionDescription
|
|
1026
|
-
) => any;
|
|
1027
|
-
export declare const AddApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (
|
|
1028
|
-
obj: AddApplicationCloudWatchLoggingOptionResponse
|
|
1029
|
-
) => any;
|
|
1030
|
-
export declare const InputParallelismFilterSensitiveLog: (
|
|
1031
|
-
obj: InputParallelism
|
|
1032
|
-
) => any;
|
|
1033
|
-
export declare const InputLambdaProcessorFilterSensitiveLog: (
|
|
1034
|
-
obj: InputLambdaProcessor
|
|
1035
|
-
) => any;
|
|
1036
|
-
export declare const InputProcessingConfigurationFilterSensitiveLog: (
|
|
1037
|
-
obj: InputProcessingConfiguration
|
|
1038
|
-
) => any;
|
|
1039
|
-
export declare const RecordColumnFilterSensitiveLog: (obj: RecordColumn) => any;
|
|
1040
|
-
export declare const CSVMappingParametersFilterSensitiveLog: (
|
|
1041
|
-
obj: CSVMappingParameters
|
|
1042
|
-
) => any;
|
|
1043
|
-
export declare const JSONMappingParametersFilterSensitiveLog: (
|
|
1044
|
-
obj: JSONMappingParameters
|
|
1045
|
-
) => any;
|
|
1046
|
-
export declare const MappingParametersFilterSensitiveLog: (
|
|
1047
|
-
obj: MappingParameters
|
|
1048
|
-
) => any;
|
|
1049
|
-
export declare const RecordFormatFilterSensitiveLog: (obj: RecordFormat) => any;
|
|
1050
|
-
export declare const SourceSchemaFilterSensitiveLog: (obj: SourceSchema) => any;
|
|
1051
|
-
export declare const KinesisFirehoseInputFilterSensitiveLog: (
|
|
1052
|
-
obj: KinesisFirehoseInput
|
|
1053
|
-
) => any;
|
|
1054
|
-
export declare const KinesisStreamsInputFilterSensitiveLog: (
|
|
1055
|
-
obj: KinesisStreamsInput
|
|
1056
|
-
) => any;
|
|
1057
|
-
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
1058
|
-
export declare const AddApplicationInputRequestFilterSensitiveLog: (
|
|
1059
|
-
obj: AddApplicationInputRequest
|
|
1060
|
-
) => any;
|
|
1061
|
-
export declare const InputLambdaProcessorDescriptionFilterSensitiveLog: (
|
|
1062
|
-
obj: InputLambdaProcessorDescription
|
|
1063
|
-
) => any;
|
|
1064
|
-
export declare const InputProcessingConfigurationDescriptionFilterSensitiveLog: (
|
|
1065
|
-
obj: InputProcessingConfigurationDescription
|
|
1066
|
-
) => any;
|
|
1067
|
-
export declare const InputStartingPositionConfigurationFilterSensitiveLog: (
|
|
1068
|
-
obj: InputStartingPositionConfiguration
|
|
1069
|
-
) => any;
|
|
1070
|
-
export declare const KinesisFirehoseInputDescriptionFilterSensitiveLog: (
|
|
1071
|
-
obj: KinesisFirehoseInputDescription
|
|
1072
|
-
) => any;
|
|
1073
|
-
export declare const KinesisStreamsInputDescriptionFilterSensitiveLog: (
|
|
1074
|
-
obj: KinesisStreamsInputDescription
|
|
1075
|
-
) => any;
|
|
1076
|
-
export declare const InputDescriptionFilterSensitiveLog: (
|
|
1077
|
-
obj: InputDescription
|
|
1078
|
-
) => any;
|
|
1079
|
-
export declare const AddApplicationInputResponseFilterSensitiveLog: (
|
|
1080
|
-
obj: AddApplicationInputResponse
|
|
1081
|
-
) => any;
|
|
1082
|
-
export declare const AddApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (
|
|
1083
|
-
obj: AddApplicationInputProcessingConfigurationRequest
|
|
1084
|
-
) => any;
|
|
1085
|
-
export declare const AddApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (
|
|
1086
|
-
obj: AddApplicationInputProcessingConfigurationResponse
|
|
1087
|
-
) => any;
|
|
1088
|
-
export declare const DestinationSchemaFilterSensitiveLog: (
|
|
1089
|
-
obj: DestinationSchema
|
|
1090
|
-
) => any;
|
|
1091
|
-
export declare const KinesisFirehoseOutputFilterSensitiveLog: (
|
|
1092
|
-
obj: KinesisFirehoseOutput
|
|
1093
|
-
) => any;
|
|
1094
|
-
export declare const KinesisStreamsOutputFilterSensitiveLog: (
|
|
1095
|
-
obj: KinesisStreamsOutput
|
|
1096
|
-
) => any;
|
|
1097
|
-
export declare const LambdaOutputFilterSensitiveLog: (obj: LambdaOutput) => any;
|
|
1098
|
-
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
1099
|
-
export declare const AddApplicationOutputRequestFilterSensitiveLog: (
|
|
1100
|
-
obj: AddApplicationOutputRequest
|
|
1101
|
-
) => any;
|
|
1102
|
-
export declare const KinesisFirehoseOutputDescriptionFilterSensitiveLog: (
|
|
1103
|
-
obj: KinesisFirehoseOutputDescription
|
|
1104
|
-
) => any;
|
|
1105
|
-
export declare const KinesisStreamsOutputDescriptionFilterSensitiveLog: (
|
|
1106
|
-
obj: KinesisStreamsOutputDescription
|
|
1107
|
-
) => any;
|
|
1108
|
-
export declare const LambdaOutputDescriptionFilterSensitiveLog: (
|
|
1109
|
-
obj: LambdaOutputDescription
|
|
1110
|
-
) => any;
|
|
1111
|
-
export declare const OutputDescriptionFilterSensitiveLog: (
|
|
1112
|
-
obj: OutputDescription
|
|
1113
|
-
) => any;
|
|
1114
|
-
export declare const AddApplicationOutputResponseFilterSensitiveLog: (
|
|
1115
|
-
obj: AddApplicationOutputResponse
|
|
1116
|
-
) => any;
|
|
1117
|
-
export declare const S3ReferenceDataSourceFilterSensitiveLog: (
|
|
1118
|
-
obj: S3ReferenceDataSource
|
|
1119
|
-
) => any;
|
|
1120
|
-
export declare const ReferenceDataSourceFilterSensitiveLog: (
|
|
1121
|
-
obj: ReferenceDataSource
|
|
1122
|
-
) => any;
|
|
1123
|
-
export declare const AddApplicationReferenceDataSourceRequestFilterSensitiveLog: (
|
|
1124
|
-
obj: AddApplicationReferenceDataSourceRequest
|
|
1125
|
-
) => any;
|
|
1126
|
-
export declare const S3ReferenceDataSourceDescriptionFilterSensitiveLog: (
|
|
1127
|
-
obj: S3ReferenceDataSourceDescription
|
|
1128
|
-
) => any;
|
|
1129
|
-
export declare const ReferenceDataSourceDescriptionFilterSensitiveLog: (
|
|
1130
|
-
obj: ReferenceDataSourceDescription
|
|
1131
|
-
) => any;
|
|
1132
|
-
export declare const AddApplicationReferenceDataSourceResponseFilterSensitiveLog: (
|
|
1133
|
-
obj: AddApplicationReferenceDataSourceResponse
|
|
1134
|
-
) => any;
|
|
1135
|
-
export declare const VpcConfigurationFilterSensitiveLog: (
|
|
1136
|
-
obj: VpcConfiguration
|
|
1137
|
-
) => any;
|
|
1138
|
-
export declare const AddApplicationVpcConfigurationRequestFilterSensitiveLog: (
|
|
1139
|
-
obj: AddApplicationVpcConfigurationRequest
|
|
1140
|
-
) => any;
|
|
1141
|
-
export declare const VpcConfigurationDescriptionFilterSensitiveLog: (
|
|
1142
|
-
obj: VpcConfigurationDescription
|
|
1143
|
-
) => any;
|
|
1144
|
-
export declare const AddApplicationVpcConfigurationResponseFilterSensitiveLog: (
|
|
1145
|
-
obj: AddApplicationVpcConfigurationResponse
|
|
1146
|
-
) => any;
|
|
1147
|
-
export declare const S3ContentLocationFilterSensitiveLog: (
|
|
1148
|
-
obj: S3ContentLocation
|
|
1149
|
-
) => any;
|
|
1150
|
-
export declare const CodeContentFilterSensitiveLog: (obj: CodeContent) => any;
|
|
1151
|
-
export declare const ApplicationCodeConfigurationFilterSensitiveLog: (
|
|
1152
|
-
obj: ApplicationCodeConfiguration
|
|
1153
|
-
) => any;
|
|
1154
|
-
export declare const S3ApplicationCodeLocationDescriptionFilterSensitiveLog: (
|
|
1155
|
-
obj: S3ApplicationCodeLocationDescription
|
|
1156
|
-
) => any;
|
|
1157
|
-
export declare const CodeContentDescriptionFilterSensitiveLog: (
|
|
1158
|
-
obj: CodeContentDescription
|
|
1159
|
-
) => any;
|
|
1160
|
-
export declare const ApplicationCodeConfigurationDescriptionFilterSensitiveLog: (
|
|
1161
|
-
obj: ApplicationCodeConfigurationDescription
|
|
1162
|
-
) => any;
|
|
1163
|
-
export declare const S3ContentLocationUpdateFilterSensitiveLog: (
|
|
1164
|
-
obj: S3ContentLocationUpdate
|
|
1165
|
-
) => any;
|
|
1166
|
-
export declare const CodeContentUpdateFilterSensitiveLog: (
|
|
1167
|
-
obj: CodeContentUpdate
|
|
1168
|
-
) => any;
|
|
1169
|
-
export declare const ApplicationCodeConfigurationUpdateFilterSensitiveLog: (
|
|
1170
|
-
obj: ApplicationCodeConfigurationUpdate
|
|
1171
|
-
) => any;
|
|
1172
|
-
export declare const ApplicationSnapshotConfigurationFilterSensitiveLog: (
|
|
1173
|
-
obj: ApplicationSnapshotConfiguration
|
|
1174
|
-
) => any;
|
|
1175
|
-
export declare const PropertyGroupFilterSensitiveLog: (
|
|
1176
|
-
obj: PropertyGroup
|
|
1177
|
-
) => any;
|
|
1178
|
-
export declare const EnvironmentPropertiesFilterSensitiveLog: (
|
|
1179
|
-
obj: EnvironmentProperties
|
|
1180
|
-
) => any;
|
|
1181
|
-
export declare const CheckpointConfigurationFilterSensitiveLog: (
|
|
1182
|
-
obj: CheckpointConfiguration
|
|
1183
|
-
) => any;
|
|
1184
|
-
export declare const MonitoringConfigurationFilterSensitiveLog: (
|
|
1185
|
-
obj: MonitoringConfiguration
|
|
1186
|
-
) => any;
|
|
1187
|
-
export declare const ParallelismConfigurationFilterSensitiveLog: (
|
|
1188
|
-
obj: ParallelismConfiguration
|
|
1189
|
-
) => any;
|
|
1190
|
-
export declare const FlinkApplicationConfigurationFilterSensitiveLog: (
|
|
1191
|
-
obj: FlinkApplicationConfiguration
|
|
1192
|
-
) => any;
|
|
1193
|
-
export declare const SqlApplicationConfigurationFilterSensitiveLog: (
|
|
1194
|
-
obj: SqlApplicationConfiguration
|
|
1195
|
-
) => any;
|
|
1196
|
-
export declare const GlueDataCatalogConfigurationFilterSensitiveLog: (
|
|
1197
|
-
obj: GlueDataCatalogConfiguration
|
|
1198
|
-
) => any;
|
|
1199
|
-
export declare const CatalogConfigurationFilterSensitiveLog: (
|
|
1200
|
-
obj: CatalogConfiguration
|
|
1201
|
-
) => any;
|
|
1202
|
-
export declare const MavenReferenceFilterSensitiveLog: (
|
|
1203
|
-
obj: MavenReference
|
|
1204
|
-
) => any;
|
|
1205
|
-
export declare const CustomArtifactConfigurationFilterSensitiveLog: (
|
|
1206
|
-
obj: CustomArtifactConfiguration
|
|
1207
|
-
) => any;
|
|
1208
|
-
export declare const S3ContentBaseLocationFilterSensitiveLog: (
|
|
1209
|
-
obj: S3ContentBaseLocation
|
|
1210
|
-
) => any;
|
|
1211
|
-
export declare const DeployAsApplicationConfigurationFilterSensitiveLog: (
|
|
1212
|
-
obj: DeployAsApplicationConfiguration
|
|
1213
|
-
) => any;
|
|
1214
|
-
export declare const ZeppelinMonitoringConfigurationFilterSensitiveLog: (
|
|
1215
|
-
obj: ZeppelinMonitoringConfiguration
|
|
1216
|
-
) => any;
|
|
1217
|
-
export declare const ZeppelinApplicationConfigurationFilterSensitiveLog: (
|
|
1218
|
-
obj: ZeppelinApplicationConfiguration
|
|
1219
|
-
) => any;
|
|
1220
|
-
export declare const ApplicationConfigurationFilterSensitiveLog: (
|
|
1221
|
-
obj: ApplicationConfiguration
|
|
1222
|
-
) => any;
|
|
1223
|
-
export declare const ApplicationSnapshotConfigurationDescriptionFilterSensitiveLog: (
|
|
1224
|
-
obj: ApplicationSnapshotConfigurationDescription
|
|
1225
|
-
) => any;
|
|
1226
|
-
export declare const EnvironmentPropertyDescriptionsFilterSensitiveLog: (
|
|
1227
|
-
obj: EnvironmentPropertyDescriptions
|
|
1228
|
-
) => any;
|
|
1229
|
-
export declare const CheckpointConfigurationDescriptionFilterSensitiveLog: (
|
|
1230
|
-
obj: CheckpointConfigurationDescription
|
|
1231
|
-
) => any;
|
|
1232
|
-
export declare const MonitoringConfigurationDescriptionFilterSensitiveLog: (
|
|
1233
|
-
obj: MonitoringConfigurationDescription
|
|
1234
|
-
) => any;
|
|
1235
|
-
export declare const ParallelismConfigurationDescriptionFilterSensitiveLog: (
|
|
1236
|
-
obj: ParallelismConfigurationDescription
|
|
1237
|
-
) => any;
|
|
1238
|
-
export declare const FlinkApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1239
|
-
obj: FlinkApplicationConfigurationDescription
|
|
1240
|
-
) => any;
|
|
1241
|
-
export declare const ApplicationRestoreConfigurationFilterSensitiveLog: (
|
|
1242
|
-
obj: ApplicationRestoreConfiguration
|
|
1243
|
-
) => any;
|
|
1244
|
-
export declare const FlinkRunConfigurationFilterSensitiveLog: (
|
|
1245
|
-
obj: FlinkRunConfiguration
|
|
1246
|
-
) => any;
|
|
1247
|
-
export declare const RunConfigurationDescriptionFilterSensitiveLog: (
|
|
1248
|
-
obj: RunConfigurationDescription
|
|
1249
|
-
) => any;
|
|
1250
|
-
export declare const SqlApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1251
|
-
obj: SqlApplicationConfigurationDescription
|
|
1252
|
-
) => any;
|
|
1253
|
-
export declare const GlueDataCatalogConfigurationDescriptionFilterSensitiveLog: (
|
|
1254
|
-
obj: GlueDataCatalogConfigurationDescription
|
|
1255
|
-
) => any;
|
|
1256
|
-
export declare const CatalogConfigurationDescriptionFilterSensitiveLog: (
|
|
1257
|
-
obj: CatalogConfigurationDescription
|
|
1258
|
-
) => any;
|
|
1259
|
-
export declare const CustomArtifactConfigurationDescriptionFilterSensitiveLog: (
|
|
1260
|
-
obj: CustomArtifactConfigurationDescription
|
|
1261
|
-
) => any;
|
|
1262
|
-
export declare const S3ContentBaseLocationDescriptionFilterSensitiveLog: (
|
|
1263
|
-
obj: S3ContentBaseLocationDescription
|
|
1264
|
-
) => any;
|
|
1265
|
-
export declare const DeployAsApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1266
|
-
obj: DeployAsApplicationConfigurationDescription
|
|
1267
|
-
) => any;
|
|
1268
|
-
export declare const ZeppelinMonitoringConfigurationDescriptionFilterSensitiveLog: (
|
|
1269
|
-
obj: ZeppelinMonitoringConfigurationDescription
|
|
1270
|
-
) => any;
|
|
1271
|
-
export declare const ZeppelinApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1272
|
-
obj: ZeppelinApplicationConfigurationDescription
|
|
1273
|
-
) => any;
|
|
1274
|
-
export declare const ApplicationConfigurationDescriptionFilterSensitiveLog: (
|
|
1275
|
-
obj: ApplicationConfigurationDescription
|
|
1276
|
-
) => any;
|
|
1277
|
-
export declare const ApplicationSnapshotConfigurationUpdateFilterSensitiveLog: (
|
|
1278
|
-
obj: ApplicationSnapshotConfigurationUpdate
|
|
1279
|
-
) => any;
|
|
1280
|
-
export declare const EnvironmentPropertyUpdatesFilterSensitiveLog: (
|
|
1281
|
-
obj: EnvironmentPropertyUpdates
|
|
1282
|
-
) => any;
|
|
1283
|
-
export declare const CheckpointConfigurationUpdateFilterSensitiveLog: (
|
|
1284
|
-
obj: CheckpointConfigurationUpdate
|
|
1285
|
-
) => any;
|
|
1286
|
-
export declare const MonitoringConfigurationUpdateFilterSensitiveLog: (
|
|
1287
|
-
obj: MonitoringConfigurationUpdate
|
|
1288
|
-
) => any;
|
|
1289
|
-
export declare const ParallelismConfigurationUpdateFilterSensitiveLog: (
|
|
1290
|
-
obj: ParallelismConfigurationUpdate
|
|
1291
|
-
) => any;
|
|
1292
|
-
export declare const FlinkApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1293
|
-
obj: FlinkApplicationConfigurationUpdate
|
|
1294
|
-
) => any;
|
|
1295
|
-
export declare const InputParallelismUpdateFilterSensitiveLog: (
|
|
1296
|
-
obj: InputParallelismUpdate
|
|
1297
|
-
) => any;
|
|
1298
|
-
export declare const InputLambdaProcessorUpdateFilterSensitiveLog: (
|
|
1299
|
-
obj: InputLambdaProcessorUpdate
|
|
1300
|
-
) => any;
|
|
1301
|
-
export declare const InputProcessingConfigurationUpdateFilterSensitiveLog: (
|
|
1302
|
-
obj: InputProcessingConfigurationUpdate
|
|
1303
|
-
) => any;
|
|
1304
|
-
export declare const InputSchemaUpdateFilterSensitiveLog: (
|
|
1305
|
-
obj: InputSchemaUpdate
|
|
1306
|
-
) => any;
|
|
1307
|
-
export declare const KinesisFirehoseInputUpdateFilterSensitiveLog: (
|
|
1308
|
-
obj: KinesisFirehoseInputUpdate
|
|
1309
|
-
) => any;
|
|
1310
|
-
export declare const KinesisStreamsInputUpdateFilterSensitiveLog: (
|
|
1311
|
-
obj: KinesisStreamsInputUpdate
|
|
1312
|
-
) => any;
|
|
1313
|
-
export declare const InputUpdateFilterSensitiveLog: (obj: InputUpdate) => any;
|
|
1314
|
-
export declare const KinesisFirehoseOutputUpdateFilterSensitiveLog: (
|
|
1315
|
-
obj: KinesisFirehoseOutputUpdate
|
|
1316
|
-
) => any;
|
|
1317
|
-
export declare const KinesisStreamsOutputUpdateFilterSensitiveLog: (
|
|
1318
|
-
obj: KinesisStreamsOutputUpdate
|
|
1319
|
-
) => any;
|
|
1320
|
-
export declare const LambdaOutputUpdateFilterSensitiveLog: (
|
|
1321
|
-
obj: LambdaOutputUpdate
|
|
1322
|
-
) => any;
|
|
1323
|
-
export declare const OutputUpdateFilterSensitiveLog: (obj: OutputUpdate) => any;
|
|
1324
|
-
export declare const S3ReferenceDataSourceUpdateFilterSensitiveLog: (
|
|
1325
|
-
obj: S3ReferenceDataSourceUpdate
|
|
1326
|
-
) => any;
|
|
1327
|
-
export declare const ReferenceDataSourceUpdateFilterSensitiveLog: (
|
|
1328
|
-
obj: ReferenceDataSourceUpdate
|
|
1329
|
-
) => any;
|
|
1330
|
-
export declare const SqlApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1331
|
-
obj: SqlApplicationConfigurationUpdate
|
|
1332
|
-
) => any;
|
|
1333
|
-
export declare const VpcConfigurationUpdateFilterSensitiveLog: (
|
|
1334
|
-
obj: VpcConfigurationUpdate
|
|
1335
|
-
) => any;
|
|
1336
|
-
export declare const GlueDataCatalogConfigurationUpdateFilterSensitiveLog: (
|
|
1337
|
-
obj: GlueDataCatalogConfigurationUpdate
|
|
1338
|
-
) => any;
|
|
1339
|
-
export declare const CatalogConfigurationUpdateFilterSensitiveLog: (
|
|
1340
|
-
obj: CatalogConfigurationUpdate
|
|
1341
|
-
) => any;
|
|
1342
|
-
export declare const S3ContentBaseLocationUpdateFilterSensitiveLog: (
|
|
1343
|
-
obj: S3ContentBaseLocationUpdate
|
|
1344
|
-
) => any;
|
|
1345
|
-
export declare const DeployAsApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1346
|
-
obj: DeployAsApplicationConfigurationUpdate
|
|
1347
|
-
) => any;
|
|
1348
|
-
export declare const ZeppelinMonitoringConfigurationUpdateFilterSensitiveLog: (
|
|
1349
|
-
obj: ZeppelinMonitoringConfigurationUpdate
|
|
1350
|
-
) => any;
|
|
1351
|
-
export declare const ZeppelinApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1352
|
-
obj: ZeppelinApplicationConfigurationUpdate
|
|
1353
|
-
) => any;
|
|
1354
|
-
export declare const ApplicationConfigurationUpdateFilterSensitiveLog: (
|
|
1355
|
-
obj: ApplicationConfigurationUpdate
|
|
1356
|
-
) => any;
|
|
1357
|
-
export declare const ApplicationMaintenanceConfigurationDescriptionFilterSensitiveLog: (
|
|
1358
|
-
obj: ApplicationMaintenanceConfigurationDescription
|
|
1359
|
-
) => any;
|
|
1360
|
-
export declare const ApplicationDetailFilterSensitiveLog: (
|
|
1361
|
-
obj: ApplicationDetail
|
|
1362
|
-
) => any;
|
|
1363
|
-
export declare const ApplicationMaintenanceConfigurationUpdateFilterSensitiveLog: (
|
|
1364
|
-
obj: ApplicationMaintenanceConfigurationUpdate
|
|
1365
|
-
) => any;
|
|
1366
|
-
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
1367
|
-
obj: ApplicationSummary
|
|
1368
|
-
) => any;
|
|
1369
|
-
export declare const ApplicationVersionSummaryFilterSensitiveLog: (
|
|
1370
|
-
obj: ApplicationVersionSummary
|
|
1371
|
-
) => any;
|
|
1372
|
-
export declare const CloudWatchLoggingOptionUpdateFilterSensitiveLog: (
|
|
1373
|
-
obj: CloudWatchLoggingOptionUpdate
|
|
1374
|
-
) => any;
|
|
1375
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1376
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
1377
|
-
obj: CreateApplicationRequest
|
|
1378
|
-
) => any;
|
|
1379
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
1380
|
-
obj: CreateApplicationResponse
|
|
1381
|
-
) => any;
|
|
1382
|
-
export declare const CreateApplicationPresignedUrlRequestFilterSensitiveLog: (
|
|
1383
|
-
obj: CreateApplicationPresignedUrlRequest
|
|
1384
|
-
) => any;
|
|
1385
|
-
export declare const CreateApplicationPresignedUrlResponseFilterSensitiveLog: (
|
|
1386
|
-
obj: CreateApplicationPresignedUrlResponse
|
|
1387
|
-
) => any;
|
|
1388
|
-
export declare const CreateApplicationSnapshotRequestFilterSensitiveLog: (
|
|
1389
|
-
obj: CreateApplicationSnapshotRequest
|
|
1390
|
-
) => any;
|
|
1391
|
-
export declare const CreateApplicationSnapshotResponseFilterSensitiveLog: (
|
|
1392
|
-
obj: CreateApplicationSnapshotResponse
|
|
1393
|
-
) => any;
|
|
1394
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
1395
|
-
obj: DeleteApplicationRequest
|
|
1396
|
-
) => any;
|
|
1397
|
-
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
1398
|
-
obj: DeleteApplicationResponse
|
|
1399
|
-
) => any;
|
|
1400
|
-
export declare const DeleteApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (
|
|
1401
|
-
obj: DeleteApplicationCloudWatchLoggingOptionRequest
|
|
1402
|
-
) => any;
|
|
1403
|
-
export declare const DeleteApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (
|
|
1404
|
-
obj: DeleteApplicationCloudWatchLoggingOptionResponse
|
|
1405
|
-
) => any;
|
|
1406
|
-
export declare const DeleteApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (
|
|
1407
|
-
obj: DeleteApplicationInputProcessingConfigurationRequest
|
|
1408
|
-
) => any;
|
|
1409
|
-
export declare const DeleteApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (
|
|
1410
|
-
obj: DeleteApplicationInputProcessingConfigurationResponse
|
|
1411
|
-
) => any;
|
|
1412
|
-
export declare const DeleteApplicationOutputRequestFilterSensitiveLog: (
|
|
1413
|
-
obj: DeleteApplicationOutputRequest
|
|
1414
|
-
) => any;
|
|
1415
|
-
export declare const DeleteApplicationOutputResponseFilterSensitiveLog: (
|
|
1416
|
-
obj: DeleteApplicationOutputResponse
|
|
1417
|
-
) => any;
|
|
1418
|
-
export declare const DeleteApplicationReferenceDataSourceRequestFilterSensitiveLog: (
|
|
1419
|
-
obj: DeleteApplicationReferenceDataSourceRequest
|
|
1420
|
-
) => any;
|
|
1421
|
-
export declare const DeleteApplicationReferenceDataSourceResponseFilterSensitiveLog: (
|
|
1422
|
-
obj: DeleteApplicationReferenceDataSourceResponse
|
|
1423
|
-
) => any;
|
|
1424
|
-
export declare const DeleteApplicationSnapshotRequestFilterSensitiveLog: (
|
|
1425
|
-
obj: DeleteApplicationSnapshotRequest
|
|
1426
|
-
) => any;
|
|
1427
|
-
export declare const DeleteApplicationSnapshotResponseFilterSensitiveLog: (
|
|
1428
|
-
obj: DeleteApplicationSnapshotResponse
|
|
1429
|
-
) => any;
|
|
1430
|
-
export declare const DeleteApplicationVpcConfigurationRequestFilterSensitiveLog: (
|
|
1431
|
-
obj: DeleteApplicationVpcConfigurationRequest
|
|
1432
|
-
) => any;
|
|
1433
|
-
export declare const DeleteApplicationVpcConfigurationResponseFilterSensitiveLog: (
|
|
1434
|
-
obj: DeleteApplicationVpcConfigurationResponse
|
|
1435
|
-
) => any;
|
|
1436
|
-
export declare const DescribeApplicationRequestFilterSensitiveLog: (
|
|
1437
|
-
obj: DescribeApplicationRequest
|
|
1438
|
-
) => any;
|
|
1439
|
-
export declare const DescribeApplicationResponseFilterSensitiveLog: (
|
|
1440
|
-
obj: DescribeApplicationResponse
|
|
1441
|
-
) => any;
|
|
1442
|
-
export declare const DescribeApplicationSnapshotRequestFilterSensitiveLog: (
|
|
1443
|
-
obj: DescribeApplicationSnapshotRequest
|
|
1444
|
-
) => any;
|
|
1445
|
-
export declare const SnapshotDetailsFilterSensitiveLog: (
|
|
1446
|
-
obj: SnapshotDetails
|
|
1447
|
-
) => any;
|
|
1448
|
-
export declare const DescribeApplicationSnapshotResponseFilterSensitiveLog: (
|
|
1449
|
-
obj: DescribeApplicationSnapshotResponse
|
|
1450
|
-
) => any;
|
|
1451
|
-
export declare const DescribeApplicationVersionRequestFilterSensitiveLog: (
|
|
1452
|
-
obj: DescribeApplicationVersionRequest
|
|
1453
|
-
) => any;
|
|
1454
|
-
export declare const DescribeApplicationVersionResponseFilterSensitiveLog: (
|
|
1455
|
-
obj: DescribeApplicationVersionResponse
|
|
1456
|
-
) => any;
|
|
1457
|
-
export declare const S3ConfigurationFilterSensitiveLog: (
|
|
1458
|
-
obj: S3Configuration
|
|
1459
|
-
) => any;
|
|
1460
|
-
export declare const DiscoverInputSchemaRequestFilterSensitiveLog: (
|
|
1461
|
-
obj: DiscoverInputSchemaRequest
|
|
1462
|
-
) => any;
|
|
1463
|
-
export declare const DiscoverInputSchemaResponseFilterSensitiveLog: (
|
|
1464
|
-
obj: DiscoverInputSchemaResponse
|
|
1465
|
-
) => any;
|
|
1466
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
1467
|
-
obj: ListApplicationsRequest
|
|
1468
|
-
) => any;
|
|
1469
|
-
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
1470
|
-
obj: ListApplicationsResponse
|
|
1471
|
-
) => any;
|
|
1472
|
-
export declare const ListApplicationSnapshotsRequestFilterSensitiveLog: (
|
|
1473
|
-
obj: ListApplicationSnapshotsRequest
|
|
1474
|
-
) => any;
|
|
1475
|
-
export declare const ListApplicationSnapshotsResponseFilterSensitiveLog: (
|
|
1476
|
-
obj: ListApplicationSnapshotsResponse
|
|
1477
|
-
) => any;
|
|
1478
|
-
export declare const ListApplicationVersionsRequestFilterSensitiveLog: (
|
|
1479
|
-
obj: ListApplicationVersionsRequest
|
|
1480
|
-
) => any;
|
|
1481
|
-
export declare const ListApplicationVersionsResponseFilterSensitiveLog: (
|
|
1482
|
-
obj: ListApplicationVersionsResponse
|
|
1483
|
-
) => any;
|
|
1484
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1485
|
-
obj: ListTagsForResourceRequest
|
|
1486
|
-
) => any;
|
|
1487
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1488
|
-
obj: ListTagsForResourceResponse
|
|
1489
|
-
) => any;
|
|
1490
|
-
export declare const RollbackApplicationRequestFilterSensitiveLog: (
|
|
1491
|
-
obj: RollbackApplicationRequest
|
|
1492
|
-
) => any;
|
|
1493
|
-
export declare const RollbackApplicationResponseFilterSensitiveLog: (
|
|
1494
|
-
obj: RollbackApplicationResponse
|
|
1495
|
-
) => any;
|
|
1496
|
-
export declare const SqlRunConfigurationFilterSensitiveLog: (
|
|
1497
|
-
obj: SqlRunConfiguration
|
|
1498
|
-
) => any;
|
|
1499
|
-
export declare const RunConfigurationFilterSensitiveLog: (
|
|
1500
|
-
obj: RunConfiguration
|
|
1501
|
-
) => any;
|
|
1502
|
-
export declare const StartApplicationRequestFilterSensitiveLog: (
|
|
1503
|
-
obj: StartApplicationRequest
|
|
1504
|
-
) => any;
|
|
1505
|
-
export declare const StartApplicationResponseFilterSensitiveLog: (
|
|
1506
|
-
obj: StartApplicationResponse
|
|
1507
|
-
) => any;
|
|
1508
|
-
export declare const StopApplicationRequestFilterSensitiveLog: (
|
|
1509
|
-
obj: StopApplicationRequest
|
|
1510
|
-
) => any;
|
|
1511
|
-
export declare const StopApplicationResponseFilterSensitiveLog: (
|
|
1512
|
-
obj: StopApplicationResponse
|
|
1513
|
-
) => any;
|
|
1514
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1515
|
-
obj: TagResourceRequest
|
|
1516
|
-
) => any;
|
|
1517
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1518
|
-
obj: TagResourceResponse
|
|
1519
|
-
) => any;
|
|
1520
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1521
|
-
obj: UntagResourceRequest
|
|
1522
|
-
) => any;
|
|
1523
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1524
|
-
obj: UntagResourceResponse
|
|
1525
|
-
) => any;
|
|
1526
|
-
export declare const RunConfigurationUpdateFilterSensitiveLog: (
|
|
1527
|
-
obj: RunConfigurationUpdate
|
|
1528
|
-
) => any;
|
|
1529
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
1530
|
-
obj: UpdateApplicationRequest
|
|
1531
|
-
) => any;
|
|
1532
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
1533
|
-
obj: UpdateApplicationResponse
|
|
1534
|
-
) => any;
|
|
1535
|
-
export declare const UpdateApplicationMaintenanceConfigurationRequestFilterSensitiveLog: (
|
|
1536
|
-
obj: UpdateApplicationMaintenanceConfigurationRequest
|
|
1537
|
-
) => any;
|
|
1538
|
-
export declare const UpdateApplicationMaintenanceConfigurationResponseFilterSensitiveLog: (
|
|
1539
|
-
obj: UpdateApplicationMaintenanceConfigurationResponse
|
|
1540
|
-
) => any;
|
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.
|
|
4
|
+
"version": "3.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo kinesis-analytics-v2"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|