@aws-sdk/client-swf 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 +44 -41
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -3210,21 +3210,17 @@ var paginatePollForDecisionTask = (0, import_core.createPaginator)(SWFClient, Po
|
|
|
3210
3210
|
// src/index.ts
|
|
3211
3211
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3212
3212
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3213
|
+
|
|
3213
3214
|
0 && (module.exports = {
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
CompleteWorkflowExecutionFailedCause,
|
|
3220
|
-
ContinueAsNewWorkflowExecutionFailedCause,
|
|
3215
|
+
SWFServiceException,
|
|
3216
|
+
__Client,
|
|
3217
|
+
SWFClient,
|
|
3218
|
+
SWF,
|
|
3219
|
+
$Command,
|
|
3221
3220
|
CountClosedWorkflowExecutionsCommand,
|
|
3222
3221
|
CountOpenWorkflowExecutionsCommand,
|
|
3223
3222
|
CountPendingActivityTasksCommand,
|
|
3224
3223
|
CountPendingDecisionTasksCommand,
|
|
3225
|
-
DecisionTaskTimeoutType,
|
|
3226
|
-
DecisionType,
|
|
3227
|
-
DefaultUndefinedFault,
|
|
3228
3224
|
DeprecateActivityTypeCommand,
|
|
3229
3225
|
DeprecateDomainCommand,
|
|
3230
3226
|
DeprecateWorkflowTypeCommand,
|
|
@@ -3232,67 +3228,74 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3232
3228
|
DescribeDomainCommand,
|
|
3233
3229
|
DescribeWorkflowExecutionCommand,
|
|
3234
3230
|
DescribeWorkflowTypeCommand,
|
|
3235
|
-
DomainAlreadyExistsFault,
|
|
3236
|
-
DomainDeprecatedFault,
|
|
3237
|
-
EventType,
|
|
3238
|
-
ExecutionStatus,
|
|
3239
|
-
FailWorkflowExecutionFailedCause,
|
|
3240
3231
|
GetWorkflowExecutionHistoryCommand,
|
|
3241
|
-
LambdaFunctionTimeoutType,
|
|
3242
|
-
LimitExceededFault,
|
|
3243
3232
|
ListActivityTypesCommand,
|
|
3244
3233
|
ListClosedWorkflowExecutionsCommand,
|
|
3245
3234
|
ListDomainsCommand,
|
|
3246
3235
|
ListOpenWorkflowExecutionsCommand,
|
|
3247
3236
|
ListTagsForResourceCommand,
|
|
3248
3237
|
ListWorkflowTypesCommand,
|
|
3249
|
-
OperationNotPermittedFault,
|
|
3250
3238
|
PollForActivityTaskCommand,
|
|
3251
3239
|
PollForDecisionTaskCommand,
|
|
3252
3240
|
RecordActivityTaskHeartbeatCommand,
|
|
3253
|
-
RecordMarkerFailedCause,
|
|
3254
3241
|
RegisterActivityTypeCommand,
|
|
3255
3242
|
RegisterDomainCommand,
|
|
3256
3243
|
RegisterWorkflowTypeCommand,
|
|
3257
|
-
RegistrationStatus,
|
|
3258
|
-
RequestCancelActivityTaskFailedCause,
|
|
3259
|
-
RequestCancelExternalWorkflowExecutionFailedCause,
|
|
3260
3244
|
RequestCancelWorkflowExecutionCommand,
|
|
3261
3245
|
RespondActivityTaskCanceledCommand,
|
|
3262
3246
|
RespondActivityTaskCompletedCommand,
|
|
3263
3247
|
RespondActivityTaskFailedCommand,
|
|
3264
3248
|
RespondDecisionTaskCompletedCommand,
|
|
3265
|
-
SWF,
|
|
3266
|
-
SWFClient,
|
|
3267
|
-
SWFServiceException,
|
|
3268
|
-
ScheduleActivityTaskFailedCause,
|
|
3269
|
-
ScheduleLambdaFunctionFailedCause,
|
|
3270
|
-
SignalExternalWorkflowExecutionFailedCause,
|
|
3271
3249
|
SignalWorkflowExecutionCommand,
|
|
3272
|
-
StartChildWorkflowExecutionFailedCause,
|
|
3273
|
-
StartLambdaFunctionFailedCause,
|
|
3274
|
-
StartTimerFailedCause,
|
|
3275
3250
|
StartWorkflowExecutionCommand,
|
|
3276
3251
|
TagResourceCommand,
|
|
3277
3252
|
TerminateWorkflowExecutionCommand,
|
|
3278
|
-
TooManyTagsFault,
|
|
3279
|
-
TypeAlreadyExistsFault,
|
|
3280
|
-
TypeDeprecatedFault,
|
|
3281
3253
|
UndeprecateActivityTypeCommand,
|
|
3282
3254
|
UndeprecateDomainCommand,
|
|
3283
3255
|
UndeprecateWorkflowTypeCommand,
|
|
3284
|
-
UnknownResourceFault,
|
|
3285
3256
|
UntagResourceCommand,
|
|
3286
|
-
WorkflowExecutionAlreadyStartedFault,
|
|
3287
|
-
WorkflowExecutionCancelRequestedCause,
|
|
3288
|
-
WorkflowExecutionTerminatedCause,
|
|
3289
|
-
WorkflowExecutionTimeoutType,
|
|
3290
|
-
__Client,
|
|
3291
3257
|
paginateGetWorkflowExecutionHistory,
|
|
3292
3258
|
paginateListActivityTypes,
|
|
3293
3259
|
paginateListClosedWorkflowExecutions,
|
|
3294
3260
|
paginateListDomains,
|
|
3295
3261
|
paginateListOpenWorkflowExecutions,
|
|
3296
3262
|
paginateListWorkflowTypes,
|
|
3297
|
-
paginatePollForDecisionTask
|
|
3263
|
+
paginatePollForDecisionTask,
|
|
3264
|
+
ActivityTaskTimeoutType,
|
|
3265
|
+
RegistrationStatus,
|
|
3266
|
+
CancelTimerFailedCause,
|
|
3267
|
+
CancelWorkflowExecutionFailedCause,
|
|
3268
|
+
ChildPolicy,
|
|
3269
|
+
WorkflowExecutionTimeoutType,
|
|
3270
|
+
CloseStatus,
|
|
3271
|
+
CompleteWorkflowExecutionFailedCause,
|
|
3272
|
+
ContinueAsNewWorkflowExecutionFailedCause,
|
|
3273
|
+
OperationNotPermittedFault,
|
|
3274
|
+
UnknownResourceFault,
|
|
3275
|
+
DecisionType,
|
|
3276
|
+
DecisionTaskTimeoutType,
|
|
3277
|
+
EventType,
|
|
3278
|
+
FailWorkflowExecutionFailedCause,
|
|
3279
|
+
LambdaFunctionTimeoutType,
|
|
3280
|
+
RecordMarkerFailedCause,
|
|
3281
|
+
RequestCancelActivityTaskFailedCause,
|
|
3282
|
+
RequestCancelExternalWorkflowExecutionFailedCause,
|
|
3283
|
+
ScheduleActivityTaskFailedCause,
|
|
3284
|
+
ScheduleLambdaFunctionFailedCause,
|
|
3285
|
+
SignalExternalWorkflowExecutionFailedCause,
|
|
3286
|
+
StartChildWorkflowExecutionFailedCause,
|
|
3287
|
+
StartLambdaFunctionFailedCause,
|
|
3288
|
+
StartTimerFailedCause,
|
|
3289
|
+
WorkflowExecutionCancelRequestedCause,
|
|
3290
|
+
WorkflowExecutionTerminatedCause,
|
|
3291
|
+
DefaultUndefinedFault,
|
|
3292
|
+
TypeDeprecatedFault,
|
|
3293
|
+
DomainDeprecatedFault,
|
|
3294
|
+
ExecutionStatus,
|
|
3295
|
+
DomainAlreadyExistsFault,
|
|
3296
|
+
LimitExceededFault,
|
|
3297
|
+
TypeAlreadyExistsFault,
|
|
3298
|
+
TooManyTagsFault,
|
|
3299
|
+
WorkflowExecutionAlreadyStartedFault
|
|
3298
3300
|
});
|
|
3301
|
+
|
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.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-swf",
|
|
@@ -20,47 +20,47 @@
|
|
|
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
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|