@aws-sdk/client-swf 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +42 -41
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3212,20 +3212,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3212
3212
  // Annotate the CommonJS export names for ESM import in node:
3213
3213
 
3214
3214
  0 && (module.exports = {
3215
- ActivityTaskTimeoutType,
3216
- CancelTimerFailedCause,
3217
- CancelWorkflowExecutionFailedCause,
3218
- ChildPolicy,
3219
- CloseStatus,
3220
- CompleteWorkflowExecutionFailedCause,
3221
- ContinueAsNewWorkflowExecutionFailedCause,
3215
+ SWFServiceException,
3216
+ __Client,
3217
+ SWFClient,
3218
+ SWF,
3219
+ $Command,
3222
3220
  CountClosedWorkflowExecutionsCommand,
3223
3221
  CountOpenWorkflowExecutionsCommand,
3224
3222
  CountPendingActivityTasksCommand,
3225
3223
  CountPendingDecisionTasksCommand,
3226
- DecisionTaskTimeoutType,
3227
- DecisionType,
3228
- DefaultUndefinedFault,
3229
3224
  DeprecateActivityTypeCommand,
3230
3225
  DeprecateDomainCommand,
3231
3226
  DeprecateWorkflowTypeCommand,
@@ -3233,68 +3228,74 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3233
3228
  DescribeDomainCommand,
3234
3229
  DescribeWorkflowExecutionCommand,
3235
3230
  DescribeWorkflowTypeCommand,
3236
- DomainAlreadyExistsFault,
3237
- DomainDeprecatedFault,
3238
- EventType,
3239
- ExecutionStatus,
3240
- FailWorkflowExecutionFailedCause,
3241
3231
  GetWorkflowExecutionHistoryCommand,
3242
- LambdaFunctionTimeoutType,
3243
- LimitExceededFault,
3244
3232
  ListActivityTypesCommand,
3245
3233
  ListClosedWorkflowExecutionsCommand,
3246
3234
  ListDomainsCommand,
3247
3235
  ListOpenWorkflowExecutionsCommand,
3248
3236
  ListTagsForResourceCommand,
3249
3237
  ListWorkflowTypesCommand,
3250
- OperationNotPermittedFault,
3251
3238
  PollForActivityTaskCommand,
3252
3239
  PollForDecisionTaskCommand,
3253
3240
  RecordActivityTaskHeartbeatCommand,
3254
- RecordMarkerFailedCause,
3255
3241
  RegisterActivityTypeCommand,
3256
3242
  RegisterDomainCommand,
3257
3243
  RegisterWorkflowTypeCommand,
3258
- RegistrationStatus,
3259
- RequestCancelActivityTaskFailedCause,
3260
- RequestCancelExternalWorkflowExecutionFailedCause,
3261
3244
  RequestCancelWorkflowExecutionCommand,
3262
3245
  RespondActivityTaskCanceledCommand,
3263
3246
  RespondActivityTaskCompletedCommand,
3264
3247
  RespondActivityTaskFailedCommand,
3265
3248
  RespondDecisionTaskCompletedCommand,
3266
- SWF,
3267
- SWFClient,
3268
- SWFServiceException,
3269
- ScheduleActivityTaskFailedCause,
3270
- ScheduleLambdaFunctionFailedCause,
3271
- SignalExternalWorkflowExecutionFailedCause,
3272
3249
  SignalWorkflowExecutionCommand,
3273
- StartChildWorkflowExecutionFailedCause,
3274
- StartLambdaFunctionFailedCause,
3275
- StartTimerFailedCause,
3276
3250
  StartWorkflowExecutionCommand,
3277
3251
  TagResourceCommand,
3278
3252
  TerminateWorkflowExecutionCommand,
3279
- TooManyTagsFault,
3280
- TypeAlreadyExistsFault,
3281
- TypeDeprecatedFault,
3282
3253
  UndeprecateActivityTypeCommand,
3283
3254
  UndeprecateDomainCommand,
3284
3255
  UndeprecateWorkflowTypeCommand,
3285
- UnknownResourceFault,
3286
3256
  UntagResourceCommand,
3287
- WorkflowExecutionAlreadyStartedFault,
3288
- WorkflowExecutionCancelRequestedCause,
3289
- WorkflowExecutionTerminatedCause,
3290
- WorkflowExecutionTimeoutType,
3291
- __Client,
3292
3257
  paginateGetWorkflowExecutionHistory,
3293
3258
  paginateListActivityTypes,
3294
3259
  paginateListClosedWorkflowExecutions,
3295
3260
  paginateListDomains,
3296
3261
  paginateListOpenWorkflowExecutions,
3297
3262
  paginateListWorkflowTypes,
3298
- 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
3299
3300
  });
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",