@aws-sdk/client-swf 3.297.0 → 3.299.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/CountClosedWorkflowExecutionsCommand.js +2 -3
- package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +2 -3
- package/dist-cjs/commands/CountPendingActivityTasksCommand.js +2 -3
- package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +2 -3
- package/dist-cjs/commands/DeprecateActivityTypeCommand.js +2 -3
- package/dist-cjs/commands/DeprecateDomainCommand.js +2 -3
- package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +2 -3
- package/dist-cjs/commands/DescribeActivityTypeCommand.js +2 -3
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +2 -3
- package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListActivityTypesCommand.js +2 -3
- package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListDomainsCommand.js +2 -3
- package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowTypesCommand.js +2 -3
- package/dist-cjs/commands/PollForActivityTaskCommand.js +2 -3
- package/dist-cjs/commands/PollForDecisionTaskCommand.js +2 -3
- package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +2 -3
- package/dist-cjs/commands/RegisterActivityTypeCommand.js +2 -3
- package/dist-cjs/commands/RegisterDomainCommand.js +2 -3
- package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +2 -3
- package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +2 -3
- package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +2 -3
- package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +2 -3
- package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +2 -3
- package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/StartWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +2 -3
- package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +2 -3
- package/dist-cjs/commands/UndeprecateDomainCommand.js +2 -3
- package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -568
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -3
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -3
- package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -3
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -3
- package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -3
- package/dist-es/commands/DeprecateDomainCommand.js +2 -3
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -3
- package/dist-es/commands/DescribeActivityTypeCommand.js +2 -3
- package/dist-es/commands/DescribeDomainCommand.js +2 -3
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -3
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -3
- package/dist-es/commands/ListActivityTypesCommand.js +2 -3
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -3
- package/dist-es/commands/ListDomainsCommand.js +2 -3
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListWorkflowTypesCommand.js +2 -3
- package/dist-es/commands/PollForActivityTaskCommand.js +2 -3
- package/dist-es/commands/PollForDecisionTaskCommand.js +2 -3
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -3
- package/dist-es/commands/RegisterActivityTypeCommand.js +2 -3
- package/dist-es/commands/RegisterDomainCommand.js +2 -3
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -3
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -3
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -3
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -3
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -3
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -3
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -3
- package/dist-es/commands/UndeprecateDomainCommand.js +2 -3
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -423
- package/dist-types/models/models_0.d.ts +0 -564
- package/dist-types/ts3.4/models/models_0.d.ts +0 -395
- package/package.json +11 -10
|
@@ -1143,398 +1143,3 @@ export interface UntagResourceInput {
|
|
|
1143
1143
|
resourceArn: string | undefined;
|
|
1144
1144
|
tagKeys: string[] | undefined;
|
|
1145
1145
|
}
|
|
1146
|
-
export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
|
|
1147
|
-
export declare const WorkflowExecutionFilterSensitiveLog: (
|
|
1148
|
-
obj: WorkflowExecution
|
|
1149
|
-
) => any;
|
|
1150
|
-
export declare const ActivityTaskFilterSensitiveLog: (obj: ActivityTask) => any;
|
|
1151
|
-
export declare const ActivityTaskCanceledEventAttributesFilterSensitiveLog: (
|
|
1152
|
-
obj: ActivityTaskCanceledEventAttributes
|
|
1153
|
-
) => any;
|
|
1154
|
-
export declare const ActivityTaskCancelRequestedEventAttributesFilterSensitiveLog: (
|
|
1155
|
-
obj: ActivityTaskCancelRequestedEventAttributes
|
|
1156
|
-
) => any;
|
|
1157
|
-
export declare const ActivityTaskCompletedEventAttributesFilterSensitiveLog: (
|
|
1158
|
-
obj: ActivityTaskCompletedEventAttributes
|
|
1159
|
-
) => any;
|
|
1160
|
-
export declare const ActivityTaskFailedEventAttributesFilterSensitiveLog: (
|
|
1161
|
-
obj: ActivityTaskFailedEventAttributes
|
|
1162
|
-
) => any;
|
|
1163
|
-
export declare const TaskListFilterSensitiveLog: (obj: TaskList) => any;
|
|
1164
|
-
export declare const ActivityTaskScheduledEventAttributesFilterSensitiveLog: (
|
|
1165
|
-
obj: ActivityTaskScheduledEventAttributes
|
|
1166
|
-
) => any;
|
|
1167
|
-
export declare const ActivityTaskStartedEventAttributesFilterSensitiveLog: (
|
|
1168
|
-
obj: ActivityTaskStartedEventAttributes
|
|
1169
|
-
) => any;
|
|
1170
|
-
export declare const ActivityTaskStatusFilterSensitiveLog: (
|
|
1171
|
-
obj: ActivityTaskStatus
|
|
1172
|
-
) => any;
|
|
1173
|
-
export declare const ActivityTaskTimedOutEventAttributesFilterSensitiveLog: (
|
|
1174
|
-
obj: ActivityTaskTimedOutEventAttributes
|
|
1175
|
-
) => any;
|
|
1176
|
-
export declare const ActivityTypeConfigurationFilterSensitiveLog: (
|
|
1177
|
-
obj: ActivityTypeConfiguration
|
|
1178
|
-
) => any;
|
|
1179
|
-
export declare const ActivityTypeInfoFilterSensitiveLog: (
|
|
1180
|
-
obj: ActivityTypeInfo
|
|
1181
|
-
) => any;
|
|
1182
|
-
export declare const ActivityTypeDetailFilterSensitiveLog: (
|
|
1183
|
-
obj: ActivityTypeDetail
|
|
1184
|
-
) => any;
|
|
1185
|
-
export declare const ActivityTypeInfosFilterSensitiveLog: (
|
|
1186
|
-
obj: ActivityTypeInfos
|
|
1187
|
-
) => any;
|
|
1188
|
-
export declare const CancelTimerDecisionAttributesFilterSensitiveLog: (
|
|
1189
|
-
obj: CancelTimerDecisionAttributes
|
|
1190
|
-
) => any;
|
|
1191
|
-
export declare const CancelTimerFailedEventAttributesFilterSensitiveLog: (
|
|
1192
|
-
obj: CancelTimerFailedEventAttributes
|
|
1193
|
-
) => any;
|
|
1194
|
-
export declare const CancelWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
|
|
1195
|
-
obj: CancelWorkflowExecutionDecisionAttributes
|
|
1196
|
-
) => any;
|
|
1197
|
-
export declare const CancelWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
|
|
1198
|
-
obj: CancelWorkflowExecutionFailedEventAttributes
|
|
1199
|
-
) => any;
|
|
1200
|
-
export declare const WorkflowTypeFilterSensitiveLog: (obj: WorkflowType) => any;
|
|
1201
|
-
export declare const ChildWorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (
|
|
1202
|
-
obj: ChildWorkflowExecutionCanceledEventAttributes
|
|
1203
|
-
) => any;
|
|
1204
|
-
export declare const ChildWorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (
|
|
1205
|
-
obj: ChildWorkflowExecutionCompletedEventAttributes
|
|
1206
|
-
) => any;
|
|
1207
|
-
export declare const ChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
|
|
1208
|
-
obj: ChildWorkflowExecutionFailedEventAttributes
|
|
1209
|
-
) => any;
|
|
1210
|
-
export declare const ChildWorkflowExecutionStartedEventAttributesFilterSensitiveLog: (
|
|
1211
|
-
obj: ChildWorkflowExecutionStartedEventAttributes
|
|
1212
|
-
) => any;
|
|
1213
|
-
export declare const ChildWorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (
|
|
1214
|
-
obj: ChildWorkflowExecutionTerminatedEventAttributes
|
|
1215
|
-
) => any;
|
|
1216
|
-
export declare const ChildWorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (
|
|
1217
|
-
obj: ChildWorkflowExecutionTimedOutEventAttributes
|
|
1218
|
-
) => any;
|
|
1219
|
-
export declare const CloseStatusFilterFilterSensitiveLog: (
|
|
1220
|
-
obj: CloseStatusFilter
|
|
1221
|
-
) => any;
|
|
1222
|
-
export declare const CompleteWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
|
|
1223
|
-
obj: CompleteWorkflowExecutionDecisionAttributes
|
|
1224
|
-
) => any;
|
|
1225
|
-
export declare const CompleteWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
|
|
1226
|
-
obj: CompleteWorkflowExecutionFailedEventAttributes
|
|
1227
|
-
) => any;
|
|
1228
|
-
export declare const ContinueAsNewWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
|
|
1229
|
-
obj: ContinueAsNewWorkflowExecutionDecisionAttributes
|
|
1230
|
-
) => any;
|
|
1231
|
-
export declare const ContinueAsNewWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
|
|
1232
|
-
obj: ContinueAsNewWorkflowExecutionFailedEventAttributes
|
|
1233
|
-
) => any;
|
|
1234
|
-
export declare const ExecutionTimeFilterFilterSensitiveLog: (
|
|
1235
|
-
obj: ExecutionTimeFilter
|
|
1236
|
-
) => any;
|
|
1237
|
-
export declare const WorkflowExecutionFilterFilterSensitiveLog: (
|
|
1238
|
-
obj: WorkflowExecutionFilter
|
|
1239
|
-
) => any;
|
|
1240
|
-
export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
|
|
1241
|
-
export declare const WorkflowTypeFilterFilterSensitiveLog: (
|
|
1242
|
-
obj: WorkflowTypeFilter
|
|
1243
|
-
) => any;
|
|
1244
|
-
export declare const CountClosedWorkflowExecutionsInputFilterSensitiveLog: (
|
|
1245
|
-
obj: CountClosedWorkflowExecutionsInput
|
|
1246
|
-
) => any;
|
|
1247
|
-
export declare const WorkflowExecutionCountFilterSensitiveLog: (
|
|
1248
|
-
obj: WorkflowExecutionCount
|
|
1249
|
-
) => any;
|
|
1250
|
-
export declare const CountOpenWorkflowExecutionsInputFilterSensitiveLog: (
|
|
1251
|
-
obj: CountOpenWorkflowExecutionsInput
|
|
1252
|
-
) => any;
|
|
1253
|
-
export declare const CountPendingActivityTasksInputFilterSensitiveLog: (
|
|
1254
|
-
obj: CountPendingActivityTasksInput
|
|
1255
|
-
) => any;
|
|
1256
|
-
export declare const PendingTaskCountFilterSensitiveLog: (
|
|
1257
|
-
obj: PendingTaskCount
|
|
1258
|
-
) => any;
|
|
1259
|
-
export declare const CountPendingDecisionTasksInputFilterSensitiveLog: (
|
|
1260
|
-
obj: CountPendingDecisionTasksInput
|
|
1261
|
-
) => any;
|
|
1262
|
-
export declare const FailWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
|
|
1263
|
-
obj: FailWorkflowExecutionDecisionAttributes
|
|
1264
|
-
) => any;
|
|
1265
|
-
export declare const RecordMarkerDecisionAttributesFilterSensitiveLog: (
|
|
1266
|
-
obj: RecordMarkerDecisionAttributes
|
|
1267
|
-
) => any;
|
|
1268
|
-
export declare const RequestCancelActivityTaskDecisionAttributesFilterSensitiveLog: (
|
|
1269
|
-
obj: RequestCancelActivityTaskDecisionAttributes
|
|
1270
|
-
) => any;
|
|
1271
|
-
export declare const RequestCancelExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
|
|
1272
|
-
obj: RequestCancelExternalWorkflowExecutionDecisionAttributes
|
|
1273
|
-
) => any;
|
|
1274
|
-
export declare const ScheduleActivityTaskDecisionAttributesFilterSensitiveLog: (
|
|
1275
|
-
obj: ScheduleActivityTaskDecisionAttributes
|
|
1276
|
-
) => any;
|
|
1277
|
-
export declare const ScheduleLambdaFunctionDecisionAttributesFilterSensitiveLog: (
|
|
1278
|
-
obj: ScheduleLambdaFunctionDecisionAttributes
|
|
1279
|
-
) => any;
|
|
1280
|
-
export declare const SignalExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
|
|
1281
|
-
obj: SignalExternalWorkflowExecutionDecisionAttributes
|
|
1282
|
-
) => any;
|
|
1283
|
-
export declare const StartChildWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
|
|
1284
|
-
obj: StartChildWorkflowExecutionDecisionAttributes
|
|
1285
|
-
) => any;
|
|
1286
|
-
export declare const StartTimerDecisionAttributesFilterSensitiveLog: (
|
|
1287
|
-
obj: StartTimerDecisionAttributes
|
|
1288
|
-
) => any;
|
|
1289
|
-
export declare const DecisionFilterSensitiveLog: (obj: Decision) => any;
|
|
1290
|
-
export declare const DecisionTaskCompletedEventAttributesFilterSensitiveLog: (
|
|
1291
|
-
obj: DecisionTaskCompletedEventAttributes
|
|
1292
|
-
) => any;
|
|
1293
|
-
export declare const DecisionTaskScheduledEventAttributesFilterSensitiveLog: (
|
|
1294
|
-
obj: DecisionTaskScheduledEventAttributes
|
|
1295
|
-
) => any;
|
|
1296
|
-
export declare const DecisionTaskStartedEventAttributesFilterSensitiveLog: (
|
|
1297
|
-
obj: DecisionTaskStartedEventAttributes
|
|
1298
|
-
) => any;
|
|
1299
|
-
export declare const DecisionTaskTimedOutEventAttributesFilterSensitiveLog: (
|
|
1300
|
-
obj: DecisionTaskTimedOutEventAttributes
|
|
1301
|
-
) => any;
|
|
1302
|
-
export declare const ExternalWorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (
|
|
1303
|
-
obj: ExternalWorkflowExecutionCancelRequestedEventAttributes
|
|
1304
|
-
) => any;
|
|
1305
|
-
export declare const ExternalWorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (
|
|
1306
|
-
obj: ExternalWorkflowExecutionSignaledEventAttributes
|
|
1307
|
-
) => any;
|
|
1308
|
-
export declare const FailWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
|
|
1309
|
-
obj: FailWorkflowExecutionFailedEventAttributes
|
|
1310
|
-
) => any;
|
|
1311
|
-
export declare const LambdaFunctionCompletedEventAttributesFilterSensitiveLog: (
|
|
1312
|
-
obj: LambdaFunctionCompletedEventAttributes
|
|
1313
|
-
) => any;
|
|
1314
|
-
export declare const LambdaFunctionFailedEventAttributesFilterSensitiveLog: (
|
|
1315
|
-
obj: LambdaFunctionFailedEventAttributes
|
|
1316
|
-
) => any;
|
|
1317
|
-
export declare const LambdaFunctionScheduledEventAttributesFilterSensitiveLog: (
|
|
1318
|
-
obj: LambdaFunctionScheduledEventAttributes
|
|
1319
|
-
) => any;
|
|
1320
|
-
export declare const LambdaFunctionStartedEventAttributesFilterSensitiveLog: (
|
|
1321
|
-
obj: LambdaFunctionStartedEventAttributes
|
|
1322
|
-
) => any;
|
|
1323
|
-
export declare const LambdaFunctionTimedOutEventAttributesFilterSensitiveLog: (
|
|
1324
|
-
obj: LambdaFunctionTimedOutEventAttributes
|
|
1325
|
-
) => any;
|
|
1326
|
-
export declare const MarkerRecordedEventAttributesFilterSensitiveLog: (
|
|
1327
|
-
obj: MarkerRecordedEventAttributes
|
|
1328
|
-
) => any;
|
|
1329
|
-
export declare const RecordMarkerFailedEventAttributesFilterSensitiveLog: (
|
|
1330
|
-
obj: RecordMarkerFailedEventAttributes
|
|
1331
|
-
) => any;
|
|
1332
|
-
export declare const RequestCancelActivityTaskFailedEventAttributesFilterSensitiveLog: (
|
|
1333
|
-
obj: RequestCancelActivityTaskFailedEventAttributes
|
|
1334
|
-
) => any;
|
|
1335
|
-
export declare const RequestCancelExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
|
|
1336
|
-
obj: RequestCancelExternalWorkflowExecutionFailedEventAttributes
|
|
1337
|
-
) => any;
|
|
1338
|
-
export declare const RequestCancelExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (
|
|
1339
|
-
obj: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
|
|
1340
|
-
) => any;
|
|
1341
|
-
export declare const ScheduleActivityTaskFailedEventAttributesFilterSensitiveLog: (
|
|
1342
|
-
obj: ScheduleActivityTaskFailedEventAttributes
|
|
1343
|
-
) => any;
|
|
1344
|
-
export declare const ScheduleLambdaFunctionFailedEventAttributesFilterSensitiveLog: (
|
|
1345
|
-
obj: ScheduleLambdaFunctionFailedEventAttributes
|
|
1346
|
-
) => any;
|
|
1347
|
-
export declare const SignalExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
|
|
1348
|
-
obj: SignalExternalWorkflowExecutionFailedEventAttributes
|
|
1349
|
-
) => any;
|
|
1350
|
-
export declare const SignalExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (
|
|
1351
|
-
obj: SignalExternalWorkflowExecutionInitiatedEventAttributes
|
|
1352
|
-
) => any;
|
|
1353
|
-
export declare const StartChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
|
|
1354
|
-
obj: StartChildWorkflowExecutionFailedEventAttributes
|
|
1355
|
-
) => any;
|
|
1356
|
-
export declare const StartChildWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (
|
|
1357
|
-
obj: StartChildWorkflowExecutionInitiatedEventAttributes
|
|
1358
|
-
) => any;
|
|
1359
|
-
export declare const StartLambdaFunctionFailedEventAttributesFilterSensitiveLog: (
|
|
1360
|
-
obj: StartLambdaFunctionFailedEventAttributes
|
|
1361
|
-
) => any;
|
|
1362
|
-
export declare const StartTimerFailedEventAttributesFilterSensitiveLog: (
|
|
1363
|
-
obj: StartTimerFailedEventAttributes
|
|
1364
|
-
) => any;
|
|
1365
|
-
export declare const TimerCanceledEventAttributesFilterSensitiveLog: (
|
|
1366
|
-
obj: TimerCanceledEventAttributes
|
|
1367
|
-
) => any;
|
|
1368
|
-
export declare const TimerFiredEventAttributesFilterSensitiveLog: (
|
|
1369
|
-
obj: TimerFiredEventAttributes
|
|
1370
|
-
) => any;
|
|
1371
|
-
export declare const TimerStartedEventAttributesFilterSensitiveLog: (
|
|
1372
|
-
obj: TimerStartedEventAttributes
|
|
1373
|
-
) => any;
|
|
1374
|
-
export declare const WorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (
|
|
1375
|
-
obj: WorkflowExecutionCanceledEventAttributes
|
|
1376
|
-
) => any;
|
|
1377
|
-
export declare const WorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (
|
|
1378
|
-
obj: WorkflowExecutionCancelRequestedEventAttributes
|
|
1379
|
-
) => any;
|
|
1380
|
-
export declare const WorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (
|
|
1381
|
-
obj: WorkflowExecutionCompletedEventAttributes
|
|
1382
|
-
) => any;
|
|
1383
|
-
export declare const WorkflowExecutionContinuedAsNewEventAttributesFilterSensitiveLog: (
|
|
1384
|
-
obj: WorkflowExecutionContinuedAsNewEventAttributes
|
|
1385
|
-
) => any;
|
|
1386
|
-
export declare const WorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
|
|
1387
|
-
obj: WorkflowExecutionFailedEventAttributes
|
|
1388
|
-
) => any;
|
|
1389
|
-
export declare const WorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (
|
|
1390
|
-
obj: WorkflowExecutionSignaledEventAttributes
|
|
1391
|
-
) => any;
|
|
1392
|
-
export declare const WorkflowExecutionStartedEventAttributesFilterSensitiveLog: (
|
|
1393
|
-
obj: WorkflowExecutionStartedEventAttributes
|
|
1394
|
-
) => any;
|
|
1395
|
-
export declare const WorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (
|
|
1396
|
-
obj: WorkflowExecutionTerminatedEventAttributes
|
|
1397
|
-
) => any;
|
|
1398
|
-
export declare const WorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (
|
|
1399
|
-
obj: WorkflowExecutionTimedOutEventAttributes
|
|
1400
|
-
) => any;
|
|
1401
|
-
export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
|
|
1402
|
-
export declare const DecisionTaskFilterSensitiveLog: (obj: DecisionTask) => any;
|
|
1403
|
-
export declare const DeprecateActivityTypeInputFilterSensitiveLog: (
|
|
1404
|
-
obj: DeprecateActivityTypeInput
|
|
1405
|
-
) => any;
|
|
1406
|
-
export declare const DeprecateDomainInputFilterSensitiveLog: (
|
|
1407
|
-
obj: DeprecateDomainInput
|
|
1408
|
-
) => any;
|
|
1409
|
-
export declare const DeprecateWorkflowTypeInputFilterSensitiveLog: (
|
|
1410
|
-
obj: DeprecateWorkflowTypeInput
|
|
1411
|
-
) => any;
|
|
1412
|
-
export declare const DescribeActivityTypeInputFilterSensitiveLog: (
|
|
1413
|
-
obj: DescribeActivityTypeInput
|
|
1414
|
-
) => any;
|
|
1415
|
-
export declare const DescribeDomainInputFilterSensitiveLog: (
|
|
1416
|
-
obj: DescribeDomainInput
|
|
1417
|
-
) => any;
|
|
1418
|
-
export declare const DomainConfigurationFilterSensitiveLog: (
|
|
1419
|
-
obj: DomainConfiguration
|
|
1420
|
-
) => any;
|
|
1421
|
-
export declare const DomainInfoFilterSensitiveLog: (obj: DomainInfo) => any;
|
|
1422
|
-
export declare const DomainDetailFilterSensitiveLog: (obj: DomainDetail) => any;
|
|
1423
|
-
export declare const DescribeWorkflowExecutionInputFilterSensitiveLog: (
|
|
1424
|
-
obj: DescribeWorkflowExecutionInput
|
|
1425
|
-
) => any;
|
|
1426
|
-
export declare const WorkflowExecutionConfigurationFilterSensitiveLog: (
|
|
1427
|
-
obj: WorkflowExecutionConfiguration
|
|
1428
|
-
) => any;
|
|
1429
|
-
export declare const WorkflowExecutionInfoFilterSensitiveLog: (
|
|
1430
|
-
obj: WorkflowExecutionInfo
|
|
1431
|
-
) => any;
|
|
1432
|
-
export declare const WorkflowExecutionOpenCountsFilterSensitiveLog: (
|
|
1433
|
-
obj: WorkflowExecutionOpenCounts
|
|
1434
|
-
) => any;
|
|
1435
|
-
export declare const WorkflowExecutionDetailFilterSensitiveLog: (
|
|
1436
|
-
obj: WorkflowExecutionDetail
|
|
1437
|
-
) => any;
|
|
1438
|
-
export declare const DescribeWorkflowTypeInputFilterSensitiveLog: (
|
|
1439
|
-
obj: DescribeWorkflowTypeInput
|
|
1440
|
-
) => any;
|
|
1441
|
-
export declare const WorkflowTypeConfigurationFilterSensitiveLog: (
|
|
1442
|
-
obj: WorkflowTypeConfiguration
|
|
1443
|
-
) => any;
|
|
1444
|
-
export declare const WorkflowTypeInfoFilterSensitiveLog: (
|
|
1445
|
-
obj: WorkflowTypeInfo
|
|
1446
|
-
) => any;
|
|
1447
|
-
export declare const WorkflowTypeDetailFilterSensitiveLog: (
|
|
1448
|
-
obj: WorkflowTypeDetail
|
|
1449
|
-
) => any;
|
|
1450
|
-
export declare const DomainInfosFilterSensitiveLog: (obj: DomainInfos) => any;
|
|
1451
|
-
export declare const GetWorkflowExecutionHistoryInputFilterSensitiveLog: (
|
|
1452
|
-
obj: GetWorkflowExecutionHistoryInput
|
|
1453
|
-
) => any;
|
|
1454
|
-
export declare const HistoryFilterSensitiveLog: (obj: History) => any;
|
|
1455
|
-
export declare const ListActivityTypesInputFilterSensitiveLog: (
|
|
1456
|
-
obj: ListActivityTypesInput
|
|
1457
|
-
) => any;
|
|
1458
|
-
export declare const ListClosedWorkflowExecutionsInputFilterSensitiveLog: (
|
|
1459
|
-
obj: ListClosedWorkflowExecutionsInput
|
|
1460
|
-
) => any;
|
|
1461
|
-
export declare const WorkflowExecutionInfosFilterSensitiveLog: (
|
|
1462
|
-
obj: WorkflowExecutionInfos
|
|
1463
|
-
) => any;
|
|
1464
|
-
export declare const ListDomainsInputFilterSensitiveLog: (
|
|
1465
|
-
obj: ListDomainsInput
|
|
1466
|
-
) => any;
|
|
1467
|
-
export declare const ListOpenWorkflowExecutionsInputFilterSensitiveLog: (
|
|
1468
|
-
obj: ListOpenWorkflowExecutionsInput
|
|
1469
|
-
) => any;
|
|
1470
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
1471
|
-
obj: ListTagsForResourceInput
|
|
1472
|
-
) => any;
|
|
1473
|
-
export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
|
|
1474
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
1475
|
-
obj: ListTagsForResourceOutput
|
|
1476
|
-
) => any;
|
|
1477
|
-
export declare const ListWorkflowTypesInputFilterSensitiveLog: (
|
|
1478
|
-
obj: ListWorkflowTypesInput
|
|
1479
|
-
) => any;
|
|
1480
|
-
export declare const WorkflowTypeInfosFilterSensitiveLog: (
|
|
1481
|
-
obj: WorkflowTypeInfos
|
|
1482
|
-
) => any;
|
|
1483
|
-
export declare const PollForActivityTaskInputFilterSensitiveLog: (
|
|
1484
|
-
obj: PollForActivityTaskInput
|
|
1485
|
-
) => any;
|
|
1486
|
-
export declare const PollForDecisionTaskInputFilterSensitiveLog: (
|
|
1487
|
-
obj: PollForDecisionTaskInput
|
|
1488
|
-
) => any;
|
|
1489
|
-
export declare const RecordActivityTaskHeartbeatInputFilterSensitiveLog: (
|
|
1490
|
-
obj: RecordActivityTaskHeartbeatInput
|
|
1491
|
-
) => any;
|
|
1492
|
-
export declare const RegisterActivityTypeInputFilterSensitiveLog: (
|
|
1493
|
-
obj: RegisterActivityTypeInput
|
|
1494
|
-
) => any;
|
|
1495
|
-
export declare const RegisterDomainInputFilterSensitiveLog: (
|
|
1496
|
-
obj: RegisterDomainInput
|
|
1497
|
-
) => any;
|
|
1498
|
-
export declare const RegisterWorkflowTypeInputFilterSensitiveLog: (
|
|
1499
|
-
obj: RegisterWorkflowTypeInput
|
|
1500
|
-
) => any;
|
|
1501
|
-
export declare const RequestCancelWorkflowExecutionInputFilterSensitiveLog: (
|
|
1502
|
-
obj: RequestCancelWorkflowExecutionInput
|
|
1503
|
-
) => any;
|
|
1504
|
-
export declare const RespondActivityTaskCanceledInputFilterSensitiveLog: (
|
|
1505
|
-
obj: RespondActivityTaskCanceledInput
|
|
1506
|
-
) => any;
|
|
1507
|
-
export declare const RespondActivityTaskCompletedInputFilterSensitiveLog: (
|
|
1508
|
-
obj: RespondActivityTaskCompletedInput
|
|
1509
|
-
) => any;
|
|
1510
|
-
export declare const RespondActivityTaskFailedInputFilterSensitiveLog: (
|
|
1511
|
-
obj: RespondActivityTaskFailedInput
|
|
1512
|
-
) => any;
|
|
1513
|
-
export declare const RespondDecisionTaskCompletedInputFilterSensitiveLog: (
|
|
1514
|
-
obj: RespondDecisionTaskCompletedInput
|
|
1515
|
-
) => any;
|
|
1516
|
-
export declare const RunFilterSensitiveLog: (obj: Run) => any;
|
|
1517
|
-
export declare const SignalWorkflowExecutionInputFilterSensitiveLog: (
|
|
1518
|
-
obj: SignalWorkflowExecutionInput
|
|
1519
|
-
) => any;
|
|
1520
|
-
export declare const StartWorkflowExecutionInputFilterSensitiveLog: (
|
|
1521
|
-
obj: StartWorkflowExecutionInput
|
|
1522
|
-
) => any;
|
|
1523
|
-
export declare const TagResourceInputFilterSensitiveLog: (
|
|
1524
|
-
obj: TagResourceInput
|
|
1525
|
-
) => any;
|
|
1526
|
-
export declare const TerminateWorkflowExecutionInputFilterSensitiveLog: (
|
|
1527
|
-
obj: TerminateWorkflowExecutionInput
|
|
1528
|
-
) => any;
|
|
1529
|
-
export declare const UndeprecateActivityTypeInputFilterSensitiveLog: (
|
|
1530
|
-
obj: UndeprecateActivityTypeInput
|
|
1531
|
-
) => any;
|
|
1532
|
-
export declare const UndeprecateDomainInputFilterSensitiveLog: (
|
|
1533
|
-
obj: UndeprecateDomainInput
|
|
1534
|
-
) => any;
|
|
1535
|
-
export declare const UndeprecateWorkflowTypeInputFilterSensitiveLog: (
|
|
1536
|
-
obj: UndeprecateWorkflowTypeInput
|
|
1537
|
-
) => any;
|
|
1538
|
-
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
1539
|
-
obj: UntagResourceInput
|
|
1540
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-swf",
|
|
3
3
|
"description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.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 swf"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
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/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.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",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|