@aws-sdk/client-sfn 3.495.0 → 3.499.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/index.js +91 -88
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -4229,69 +4229,28 @@ var paginateListStateMachines = (0, import_core.createPaginator)(SFNClient, List
|
|
|
4229
4229
|
// src/index.ts
|
|
4230
4230
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4231
4231
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4232
|
+
|
|
4232
4233
|
0 && (module.exports = {
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
ActivitySucceededEventDetailsFilterSensitiveLog,
|
|
4239
|
-
ActivityTimedOutEventDetailsFilterSensitiveLog,
|
|
4240
|
-
ActivityWorkerLimitExceeded,
|
|
4241
|
-
ConflictException,
|
|
4234
|
+
SFNServiceException,
|
|
4235
|
+
__Client,
|
|
4236
|
+
SFNClient,
|
|
4237
|
+
SFN,
|
|
4238
|
+
$Command,
|
|
4242
4239
|
CreateActivityCommand,
|
|
4243
4240
|
CreateStateMachineAliasCommand,
|
|
4244
|
-
CreateStateMachineAliasInputFilterSensitiveLog,
|
|
4245
4241
|
CreateStateMachineCommand,
|
|
4246
|
-
CreateStateMachineInputFilterSensitiveLog,
|
|
4247
4242
|
DeleteActivityCommand,
|
|
4248
4243
|
DeleteStateMachineAliasCommand,
|
|
4249
4244
|
DeleteStateMachineCommand,
|
|
4250
4245
|
DeleteStateMachineVersionCommand,
|
|
4251
4246
|
DescribeActivityCommand,
|
|
4252
4247
|
DescribeExecutionCommand,
|
|
4253
|
-
DescribeExecutionOutputFilterSensitiveLog,
|
|
4254
4248
|
DescribeMapRunCommand,
|
|
4255
4249
|
DescribeStateMachineAliasCommand,
|
|
4256
|
-
DescribeStateMachineAliasOutputFilterSensitiveLog,
|
|
4257
4250
|
DescribeStateMachineCommand,
|
|
4258
4251
|
DescribeStateMachineForExecutionCommand,
|
|
4259
|
-
DescribeStateMachineForExecutionOutputFilterSensitiveLog,
|
|
4260
|
-
DescribeStateMachineOutputFilterSensitiveLog,
|
|
4261
|
-
ExecutionAbortedEventDetailsFilterSensitiveLog,
|
|
4262
|
-
ExecutionAlreadyExists,
|
|
4263
|
-
ExecutionDoesNotExist,
|
|
4264
|
-
ExecutionFailedEventDetailsFilterSensitiveLog,
|
|
4265
|
-
ExecutionLimitExceeded,
|
|
4266
|
-
ExecutionNotRedrivable,
|
|
4267
|
-
ExecutionRedriveFilter,
|
|
4268
|
-
ExecutionRedriveStatus,
|
|
4269
|
-
ExecutionStartedEventDetailsFilterSensitiveLog,
|
|
4270
|
-
ExecutionStatus,
|
|
4271
|
-
ExecutionSucceededEventDetailsFilterSensitiveLog,
|
|
4272
|
-
ExecutionTimedOutEventDetailsFilterSensitiveLog,
|
|
4273
4252
|
GetActivityTaskCommand,
|
|
4274
|
-
GetActivityTaskOutputFilterSensitiveLog,
|
|
4275
4253
|
GetExecutionHistoryCommand,
|
|
4276
|
-
GetExecutionHistoryOutputFilterSensitiveLog,
|
|
4277
|
-
HistoryEventFilterSensitiveLog,
|
|
4278
|
-
HistoryEventType,
|
|
4279
|
-
InspectionDataFilterSensitiveLog,
|
|
4280
|
-
InspectionLevel,
|
|
4281
|
-
InvalidArn,
|
|
4282
|
-
InvalidDefinition,
|
|
4283
|
-
InvalidExecutionInput,
|
|
4284
|
-
InvalidLoggingConfiguration,
|
|
4285
|
-
InvalidName,
|
|
4286
|
-
InvalidOutput,
|
|
4287
|
-
InvalidToken,
|
|
4288
|
-
InvalidTracingConfiguration,
|
|
4289
|
-
LambdaFunctionFailedEventDetailsFilterSensitiveLog,
|
|
4290
|
-
LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog,
|
|
4291
|
-
LambdaFunctionScheduledEventDetailsFilterSensitiveLog,
|
|
4292
|
-
LambdaFunctionStartFailedEventDetailsFilterSensitiveLog,
|
|
4293
|
-
LambdaFunctionSucceededEventDetailsFilterSensitiveLog,
|
|
4294
|
-
LambdaFunctionTimedOutEventDetailsFilterSensitiveLog,
|
|
4295
4254
|
ListActivitiesCommand,
|
|
4296
4255
|
ListExecutionsCommand,
|
|
4297
4256
|
ListMapRunsCommand,
|
|
@@ -4299,67 +4258,111 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4299
4258
|
ListStateMachineVersionsCommand,
|
|
4300
4259
|
ListStateMachinesCommand,
|
|
4301
4260
|
ListTagsForResourceCommand,
|
|
4302
|
-
LogLevel,
|
|
4303
|
-
MapRunFailedEventDetailsFilterSensitiveLog,
|
|
4304
|
-
MapRunStatus,
|
|
4305
|
-
MissingRequiredParameter,
|
|
4306
4261
|
PublishStateMachineVersionCommand,
|
|
4307
|
-
PublishStateMachineVersionInputFilterSensitiveLog,
|
|
4308
4262
|
RedriveExecutionCommand,
|
|
4309
|
-
ResourceNotFound,
|
|
4310
|
-
SFN,
|
|
4311
|
-
SFNClient,
|
|
4312
|
-
SFNServiceException,
|
|
4313
4263
|
SendTaskFailureCommand,
|
|
4314
|
-
SendTaskFailureInputFilterSensitiveLog,
|
|
4315
4264
|
SendTaskHeartbeatCommand,
|
|
4316
4265
|
SendTaskSuccessCommand,
|
|
4317
|
-
SendTaskSuccessInputFilterSensitiveLog,
|
|
4318
|
-
ServiceQuotaExceededException,
|
|
4319
4266
|
StartExecutionCommand,
|
|
4320
|
-
StartExecutionInputFilterSensitiveLog,
|
|
4321
4267
|
StartSyncExecutionCommand,
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4268
|
+
StopExecutionCommand,
|
|
4269
|
+
TagResourceCommand,
|
|
4270
|
+
TestStateCommand,
|
|
4271
|
+
UntagResourceCommand,
|
|
4272
|
+
UpdateMapRunCommand,
|
|
4273
|
+
UpdateStateMachineAliasCommand,
|
|
4274
|
+
UpdateStateMachineCommand,
|
|
4275
|
+
paginateGetExecutionHistory,
|
|
4276
|
+
paginateListActivities,
|
|
4277
|
+
paginateListExecutions,
|
|
4278
|
+
paginateListMapRuns,
|
|
4279
|
+
paginateListStateMachines,
|
|
4280
|
+
ActivityDoesNotExist,
|
|
4281
|
+
ActivityLimitExceeded,
|
|
4282
|
+
ActivityWorkerLimitExceeded,
|
|
4283
|
+
InvalidName,
|
|
4284
|
+
TooManyTags,
|
|
4285
|
+
ConflictException,
|
|
4286
|
+
LogLevel,
|
|
4287
|
+
StateMachineType,
|
|
4288
|
+
InvalidArn,
|
|
4289
|
+
InvalidDefinition,
|
|
4290
|
+
InvalidLoggingConfiguration,
|
|
4291
|
+
InvalidTracingConfiguration,
|
|
4326
4292
|
StateMachineAlreadyExists,
|
|
4327
4293
|
StateMachineDeleting,
|
|
4328
|
-
StateMachineDoesNotExist,
|
|
4329
4294
|
StateMachineLimitExceeded,
|
|
4330
|
-
StateMachineStatus,
|
|
4331
|
-
StateMachineType,
|
|
4332
4295
|
StateMachineTypeNotSupported,
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4296
|
+
ValidationExceptionReason,
|
|
4297
|
+
ValidationException,
|
|
4298
|
+
ResourceNotFound,
|
|
4299
|
+
ServiceQuotaExceededException,
|
|
4300
|
+
ExecutionRedriveStatus,
|
|
4301
|
+
ExecutionStatus,
|
|
4302
|
+
ExecutionDoesNotExist,
|
|
4303
|
+
MapRunStatus,
|
|
4304
|
+
StateMachineStatus,
|
|
4305
|
+
StateMachineDoesNotExist,
|
|
4306
|
+
HistoryEventType,
|
|
4307
|
+
InvalidToken,
|
|
4308
|
+
ExecutionRedriveFilter,
|
|
4309
|
+
ExecutionLimitExceeded,
|
|
4310
|
+
ExecutionNotRedrivable,
|
|
4337
4311
|
TaskDoesNotExist,
|
|
4312
|
+
TaskTimedOut,
|
|
4313
|
+
InvalidOutput,
|
|
4314
|
+
ExecutionAlreadyExists,
|
|
4315
|
+
InvalidExecutionInput,
|
|
4316
|
+
SyncExecutionStatus,
|
|
4317
|
+
InspectionLevel,
|
|
4318
|
+
TestExecutionStatus,
|
|
4319
|
+
MissingRequiredParameter,
|
|
4320
|
+
ActivityFailedEventDetailsFilterSensitiveLog,
|
|
4321
|
+
ActivityScheduledEventDetailsFilterSensitiveLog,
|
|
4322
|
+
ActivityScheduleFailedEventDetailsFilterSensitiveLog,
|
|
4323
|
+
ActivitySucceededEventDetailsFilterSensitiveLog,
|
|
4324
|
+
ActivityTimedOutEventDetailsFilterSensitiveLog,
|
|
4325
|
+
CreateStateMachineInputFilterSensitiveLog,
|
|
4326
|
+
CreateStateMachineAliasInputFilterSensitiveLog,
|
|
4327
|
+
DescribeExecutionOutputFilterSensitiveLog,
|
|
4328
|
+
DescribeStateMachineOutputFilterSensitiveLog,
|
|
4329
|
+
DescribeStateMachineAliasOutputFilterSensitiveLog,
|
|
4330
|
+
DescribeStateMachineForExecutionOutputFilterSensitiveLog,
|
|
4331
|
+
GetActivityTaskOutputFilterSensitiveLog,
|
|
4332
|
+
ExecutionAbortedEventDetailsFilterSensitiveLog,
|
|
4333
|
+
ExecutionFailedEventDetailsFilterSensitiveLog,
|
|
4334
|
+
ExecutionStartedEventDetailsFilterSensitiveLog,
|
|
4335
|
+
ExecutionSucceededEventDetailsFilterSensitiveLog,
|
|
4336
|
+
ExecutionTimedOutEventDetailsFilterSensitiveLog,
|
|
4337
|
+
LambdaFunctionFailedEventDetailsFilterSensitiveLog,
|
|
4338
|
+
LambdaFunctionScheduledEventDetailsFilterSensitiveLog,
|
|
4339
|
+
LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog,
|
|
4340
|
+
LambdaFunctionStartFailedEventDetailsFilterSensitiveLog,
|
|
4341
|
+
LambdaFunctionSucceededEventDetailsFilterSensitiveLog,
|
|
4342
|
+
LambdaFunctionTimedOutEventDetailsFilterSensitiveLog,
|
|
4343
|
+
MapRunFailedEventDetailsFilterSensitiveLog,
|
|
4344
|
+
StateEnteredEventDetailsFilterSensitiveLog,
|
|
4345
|
+
StateExitedEventDetailsFilterSensitiveLog,
|
|
4338
4346
|
TaskFailedEventDetailsFilterSensitiveLog,
|
|
4339
4347
|
TaskScheduledEventDetailsFilterSensitiveLog,
|
|
4340
4348
|
TaskStartFailedEventDetailsFilterSensitiveLog,
|
|
4341
4349
|
TaskSubmitFailedEventDetailsFilterSensitiveLog,
|
|
4342
4350
|
TaskSubmittedEventDetailsFilterSensitiveLog,
|
|
4343
4351
|
TaskSucceededEventDetailsFilterSensitiveLog,
|
|
4344
|
-
TaskTimedOut,
|
|
4345
4352
|
TaskTimedOutEventDetailsFilterSensitiveLog,
|
|
4346
|
-
|
|
4347
|
-
|
|
4353
|
+
HistoryEventFilterSensitiveLog,
|
|
4354
|
+
GetExecutionHistoryOutputFilterSensitiveLog,
|
|
4355
|
+
PublishStateMachineVersionInputFilterSensitiveLog,
|
|
4356
|
+
SendTaskFailureInputFilterSensitiveLog,
|
|
4357
|
+
SendTaskSuccessInputFilterSensitiveLog,
|
|
4358
|
+
StartExecutionInputFilterSensitiveLog,
|
|
4359
|
+
StartSyncExecutionInputFilterSensitiveLog,
|
|
4360
|
+
StartSyncExecutionOutputFilterSensitiveLog,
|
|
4361
|
+
StopExecutionInputFilterSensitiveLog,
|
|
4348
4362
|
TestStateInputFilterSensitiveLog,
|
|
4363
|
+
InspectionDataFilterSensitiveLog,
|
|
4349
4364
|
TestStateOutputFilterSensitiveLog,
|
|
4350
|
-
TooManyTags,
|
|
4351
|
-
UntagResourceCommand,
|
|
4352
|
-
UpdateMapRunCommand,
|
|
4353
|
-
UpdateStateMachineAliasCommand,
|
|
4354
|
-
UpdateStateMachineAliasInputFilterSensitiveLog,
|
|
4355
|
-
UpdateStateMachineCommand,
|
|
4356
4365
|
UpdateStateMachineInputFilterSensitiveLog,
|
|
4357
|
-
|
|
4358
|
-
ValidationExceptionReason,
|
|
4359
|
-
__Client,
|
|
4360
|
-
paginateGetExecutionHistory,
|
|
4361
|
-
paginateListActivities,
|
|
4362
|
-
paginateListExecutions,
|
|
4363
|
-
paginateListMapRuns,
|
|
4364
|
-
paginateListStateMachines
|
|
4366
|
+
UpdateStateMachineAliasInputFilterSensitiveLog
|
|
4365
4367
|
});
|
|
4368
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sfn",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sfn",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|