@aws-sdk/client-swf
Advanced tools
Comparing version 3.52.0 to 3.53.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SWFServiceException = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -9,1 +10,3 @@ tslib_1.__exportStar(require("./SWF"), exports); | ||
tslib_1.__exportStar(require("./pagination"), exports); | ||
var SWFServiceException_1 = require("./models/SWFServiceException"); | ||
Object.defineProperty(exports, "SWFServiceException", { enumerable: true, get: function () { return SWFServiceException_1.SWFServiceException; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.StartChildWorkflowExecutionDecisionAttributes = exports.SignalExternalWorkflowExecutionDecisionAttributes = exports.ScheduleLambdaFunctionDecisionAttributes = exports.ScheduleActivityTaskDecisionAttributes = exports.RequestCancelExternalWorkflowExecutionDecisionAttributes = exports.RequestCancelActivityTaskDecisionAttributes = exports.RecordMarkerDecisionAttributes = exports.FailWorkflowExecutionDecisionAttributes = exports.CountPendingDecisionTasksInput = exports.PendingTaskCount = exports.CountPendingActivityTasksInput = exports.CountOpenWorkflowExecutionsInput = exports.WorkflowExecutionCount = exports.CountClosedWorkflowExecutionsInput = exports.WorkflowTypeFilter = exports.TagFilter = exports.WorkflowExecutionFilter = exports.ExecutionTimeFilter = exports.ContinueAsNewWorkflowExecutionFailedEventAttributes = exports.ContinueAsNewWorkflowExecutionDecisionAttributes = exports.CompleteWorkflowExecutionFailedEventAttributes = exports.CompleteWorkflowExecutionDecisionAttributes = exports.CloseStatusFilter = exports.ChildWorkflowExecutionTimedOutEventAttributes = exports.ChildWorkflowExecutionTerminatedEventAttributes = exports.ChildWorkflowExecutionStartedEventAttributes = exports.ChildWorkflowExecutionFailedEventAttributes = exports.ChildWorkflowExecutionCompletedEventAttributes = exports.ChildWorkflowExecutionCanceledEventAttributes = exports.WorkflowType = exports.CancelWorkflowExecutionFailedEventAttributes = exports.CancelWorkflowExecutionDecisionAttributes = exports.CancelTimerFailedEventAttributes = exports.CancelTimerDecisionAttributes = exports.ActivityTypeInfos = exports.ActivityTypeDetail = exports.ActivityTypeInfo = exports.ActivityTypeConfiguration = exports.ActivityTaskTimedOutEventAttributes = exports.ActivityTaskStatus = exports.ActivityTaskStartedEventAttributes = exports.ActivityTaskScheduledEventAttributes = exports.TaskList = exports.ActivityTaskFailedEventAttributes = exports.ActivityTaskCompletedEventAttributes = exports.ActivityTaskCancelRequestedEventAttributes = exports.ActivityTaskCanceledEventAttributes = exports.ActivityTask = exports.WorkflowExecution = exports.ActivityType = void 0; | ||
exports.DescribeWorkflowExecutionInput = exports.DomainDetail = exports.DomainInfo = exports.DomainConfiguration = exports.DescribeDomainInput = exports.DescribeActivityTypeInput = exports.DeprecateWorkflowTypeInput = exports.DeprecateDomainInput = exports.DeprecateActivityTypeInput = exports.DecisionTask = exports.HistoryEvent = exports.WorkflowExecutionTimedOutEventAttributes = exports.WorkflowExecutionTerminatedEventAttributes = exports.WorkflowExecutionStartedEventAttributes = exports.WorkflowExecutionSignaledEventAttributes = exports.WorkflowExecutionFailedEventAttributes = exports.WorkflowExecutionContinuedAsNewEventAttributes = exports.WorkflowExecutionCompletedEventAttributes = exports.WorkflowExecutionCancelRequestedEventAttributes = exports.WorkflowExecutionCanceledEventAttributes = exports.TimerStartedEventAttributes = exports.TimerFiredEventAttributes = exports.TimerCanceledEventAttributes = exports.StartTimerFailedEventAttributes = exports.StartLambdaFunctionFailedEventAttributes = exports.StartChildWorkflowExecutionInitiatedEventAttributes = exports.StartChildWorkflowExecutionFailedEventAttributes = exports.SignalExternalWorkflowExecutionInitiatedEventAttributes = exports.SignalExternalWorkflowExecutionFailedEventAttributes = exports.ScheduleLambdaFunctionFailedEventAttributes = exports.ScheduleActivityTaskFailedEventAttributes = exports.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = exports.RequestCancelExternalWorkflowExecutionFailedEventAttributes = exports.RequestCancelActivityTaskFailedEventAttributes = exports.RecordMarkerFailedEventAttributes = exports.MarkerRecordedEventAttributes = exports.LambdaFunctionTimedOutEventAttributes = exports.LambdaFunctionStartedEventAttributes = exports.LambdaFunctionScheduledEventAttributes = exports.LambdaFunctionFailedEventAttributes = exports.LambdaFunctionCompletedEventAttributes = exports.FailWorkflowExecutionFailedEventAttributes = exports.ExternalWorkflowExecutionSignaledEventAttributes = exports.ExternalWorkflowExecutionCancelRequestedEventAttributes = exports.DecisionTaskTimedOutEventAttributes = exports.DecisionTaskStartedEventAttributes = exports.DecisionTaskScheduledEventAttributes = exports.DecisionTaskCompletedEventAttributes = exports.Decision = exports.StartTimerDecisionAttributes = void 0; | ||
exports.UntagResourceInput = exports.UndeprecateWorkflowTypeInput = exports.UndeprecateDomainInput = exports.UndeprecateActivityTypeInput = exports.TerminateWorkflowExecutionInput = exports.TagResourceInput = exports.StartWorkflowExecutionInput = exports.SignalWorkflowExecutionInput = exports.Run = exports.RespondDecisionTaskCompletedInput = exports.RespondActivityTaskFailedInput = exports.RespondActivityTaskCompletedInput = exports.RespondActivityTaskCanceledInput = exports.RequestCancelWorkflowExecutionInput = exports.RegisterWorkflowTypeInput = exports.RegisterDomainInput = exports.RegisterActivityTypeInput = exports.RecordActivityTaskHeartbeatInput = exports.PollForDecisionTaskInput = exports.PollForActivityTaskInput = exports.WorkflowTypeInfos = exports.ListWorkflowTypesInput = exports.ListTagsForResourceOutput = exports.ResourceTag = exports.ListTagsForResourceInput = exports.ListOpenWorkflowExecutionsInput = exports.ListDomainsInput = exports.WorkflowExecutionInfos = exports.ListClosedWorkflowExecutionsInput = exports.ListActivityTypesInput = exports.History = exports.GetWorkflowExecutionHistoryInput = exports.DomainInfos = exports.WorkflowTypeDetail = exports.WorkflowTypeInfo = exports.WorkflowTypeConfiguration = exports.DescribeWorkflowTypeInput = exports.WorkflowExecutionDetail = exports.WorkflowExecutionOpenCounts = exports.WorkflowExecutionInfo = exports.WorkflowExecutionConfiguration = void 0; | ||
exports.ScheduleLambdaFunctionDecisionAttributes = exports.ScheduleActivityTaskDecisionAttributes = exports.RequestCancelExternalWorkflowExecutionDecisionAttributes = exports.RequestCancelActivityTaskDecisionAttributes = exports.RecordMarkerDecisionAttributes = exports.FailWorkflowExecutionDecisionAttributes = exports.CountPendingDecisionTasksInput = exports.PendingTaskCount = exports.CountPendingActivityTasksInput = exports.CountOpenWorkflowExecutionsInput = exports.WorkflowExecutionCount = exports.UnknownResourceFault = exports.OperationNotPermittedFault = exports.CountClosedWorkflowExecutionsInput = exports.WorkflowTypeFilter = exports.TagFilter = exports.WorkflowExecutionFilter = exports.ExecutionTimeFilter = exports.ContinueAsNewWorkflowExecutionFailedEventAttributes = exports.ContinueAsNewWorkflowExecutionDecisionAttributes = exports.CompleteWorkflowExecutionFailedEventAttributes = exports.CompleteWorkflowExecutionDecisionAttributes = exports.CloseStatusFilter = exports.ChildWorkflowExecutionTimedOutEventAttributes = exports.ChildWorkflowExecutionTerminatedEventAttributes = exports.ChildWorkflowExecutionStartedEventAttributes = exports.ChildWorkflowExecutionFailedEventAttributes = exports.ChildWorkflowExecutionCompletedEventAttributes = exports.ChildWorkflowExecutionCanceledEventAttributes = exports.WorkflowType = exports.CancelWorkflowExecutionFailedEventAttributes = exports.CancelWorkflowExecutionDecisionAttributes = exports.CancelTimerFailedEventAttributes = exports.CancelTimerDecisionAttributes = exports.ActivityTypeInfos = exports.ActivityTypeDetail = exports.ActivityTypeInfo = exports.ActivityTypeConfiguration = exports.ActivityTaskTimedOutEventAttributes = exports.ActivityTaskStatus = exports.ActivityTaskStartedEventAttributes = exports.ActivityTaskScheduledEventAttributes = exports.TaskList = exports.ActivityTaskFailedEventAttributes = exports.ActivityTaskCompletedEventAttributes = exports.ActivityTaskCancelRequestedEventAttributes = exports.ActivityTaskCanceledEventAttributes = exports.ActivityTask = exports.WorkflowExecution = exports.ActivityType = void 0; | ||
exports.DescribeActivityTypeInput = exports.DeprecateWorkflowTypeInput = exports.DomainDeprecatedFault = exports.DeprecateDomainInput = exports.TypeDeprecatedFault = exports.DeprecateActivityTypeInput = exports.DefaultUndefinedFault = exports.DecisionTask = exports.HistoryEvent = exports.WorkflowExecutionTimedOutEventAttributes = exports.WorkflowExecutionTerminatedEventAttributes = exports.WorkflowExecutionStartedEventAttributes = exports.WorkflowExecutionSignaledEventAttributes = exports.WorkflowExecutionFailedEventAttributes = exports.WorkflowExecutionContinuedAsNewEventAttributes = exports.WorkflowExecutionCompletedEventAttributes = exports.WorkflowExecutionCancelRequestedEventAttributes = exports.WorkflowExecutionCanceledEventAttributes = exports.TimerStartedEventAttributes = exports.TimerFiredEventAttributes = exports.TimerCanceledEventAttributes = exports.StartTimerFailedEventAttributes = exports.StartLambdaFunctionFailedEventAttributes = exports.StartChildWorkflowExecutionInitiatedEventAttributes = exports.StartChildWorkflowExecutionFailedEventAttributes = exports.SignalExternalWorkflowExecutionInitiatedEventAttributes = exports.SignalExternalWorkflowExecutionFailedEventAttributes = exports.ScheduleLambdaFunctionFailedEventAttributes = exports.ScheduleActivityTaskFailedEventAttributes = exports.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = exports.RequestCancelExternalWorkflowExecutionFailedEventAttributes = exports.RequestCancelActivityTaskFailedEventAttributes = exports.RecordMarkerFailedEventAttributes = exports.MarkerRecordedEventAttributes = exports.LambdaFunctionTimedOutEventAttributes = exports.LambdaFunctionStartedEventAttributes = exports.LambdaFunctionScheduledEventAttributes = exports.LambdaFunctionFailedEventAttributes = exports.LambdaFunctionCompletedEventAttributes = exports.FailWorkflowExecutionFailedEventAttributes = exports.ExternalWorkflowExecutionSignaledEventAttributes = exports.ExternalWorkflowExecutionCancelRequestedEventAttributes = exports.DecisionTaskTimedOutEventAttributes = exports.DecisionTaskStartedEventAttributes = exports.DecisionTaskScheduledEventAttributes = exports.DecisionTaskCompletedEventAttributes = exports.Decision = exports.StartTimerDecisionAttributes = exports.StartChildWorkflowExecutionDecisionAttributes = exports.SignalExternalWorkflowExecutionDecisionAttributes = void 0; | ||
exports.UndeprecateWorkflowTypeInput = exports.UndeprecateDomainInput = exports.UndeprecateActivityTypeInput = exports.TerminateWorkflowExecutionInput = exports.TagResourceInput = exports.WorkflowExecutionAlreadyStartedFault = exports.StartWorkflowExecutionInput = exports.SignalWorkflowExecutionInput = exports.Run = exports.RespondDecisionTaskCompletedInput = exports.RespondActivityTaskFailedInput = exports.RespondActivityTaskCompletedInput = exports.RespondActivityTaskCanceledInput = exports.RequestCancelWorkflowExecutionInput = exports.RegisterWorkflowTypeInput = exports.TooManyTagsFault = exports.RegisterDomainInput = exports.TypeAlreadyExistsFault = exports.RegisterActivityTypeInput = exports.RecordActivityTaskHeartbeatInput = exports.PollForDecisionTaskInput = exports.PollForActivityTaskInput = exports.WorkflowTypeInfos = exports.ListWorkflowTypesInput = exports.ListTagsForResourceOutput = exports.ResourceTag = exports.ListTagsForResourceInput = exports.ListOpenWorkflowExecutionsInput = exports.ListDomainsInput = exports.WorkflowExecutionInfos = exports.ListClosedWorkflowExecutionsInput = exports.ListActivityTypesInput = exports.LimitExceededFault = exports.History = exports.GetWorkflowExecutionHistoryInput = exports.DomainInfos = exports.DomainAlreadyExistsFault = exports.WorkflowTypeDetail = exports.WorkflowTypeInfo = exports.WorkflowTypeConfiguration = exports.DescribeWorkflowTypeInput = exports.WorkflowExecutionDetail = exports.WorkflowExecutionOpenCounts = exports.WorkflowExecutionInfo = exports.WorkflowExecutionConfiguration = exports.DescribeWorkflowExecutionInput = exports.DomainDetail = exports.DomainInfo = exports.DomainConfiguration = exports.DescribeDomainInput = void 0; | ||
exports.UntagResourceInput = void 0; | ||
const SWFServiceException_1 = require("./SWFServiceException"); | ||
var ActivityType; | ||
@@ -228,2 +230,28 @@ (function (ActivityType) { | ||
})(CountClosedWorkflowExecutionsInput = exports.CountClosedWorkflowExecutionsInput || (exports.CountClosedWorkflowExecutionsInput = {})); | ||
class OperationNotPermittedFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "OperationNotPermittedFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "OperationNotPermittedFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, OperationNotPermittedFault.prototype); | ||
} | ||
} | ||
exports.OperationNotPermittedFault = OperationNotPermittedFault; | ||
class UnknownResourceFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "UnknownResourceFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "UnknownResourceFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, UnknownResourceFault.prototype); | ||
} | ||
} | ||
exports.UnknownResourceFault = UnknownResourceFault; | ||
var WorkflowExecutionCount; | ||
@@ -553,2 +581,15 @@ (function (WorkflowExecutionCount) { | ||
})(DecisionTask = exports.DecisionTask || (exports.DecisionTask = {})); | ||
class DefaultUndefinedFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "DefaultUndefinedFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "DefaultUndefinedFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, DefaultUndefinedFault.prototype); | ||
} | ||
} | ||
exports.DefaultUndefinedFault = DefaultUndefinedFault; | ||
var DeprecateActivityTypeInput; | ||
@@ -560,2 +601,15 @@ (function (DeprecateActivityTypeInput) { | ||
})(DeprecateActivityTypeInput = exports.DeprecateActivityTypeInput || (exports.DeprecateActivityTypeInput = {})); | ||
class TypeDeprecatedFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "TypeDeprecatedFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "TypeDeprecatedFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, TypeDeprecatedFault.prototype); | ||
} | ||
} | ||
exports.TypeDeprecatedFault = TypeDeprecatedFault; | ||
var DeprecateDomainInput; | ||
@@ -567,2 +621,15 @@ (function (DeprecateDomainInput) { | ||
})(DeprecateDomainInput = exports.DeprecateDomainInput || (exports.DeprecateDomainInput = {})); | ||
class DomainDeprecatedFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "DomainDeprecatedFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "DomainDeprecatedFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, DomainDeprecatedFault.prototype); | ||
} | ||
} | ||
exports.DomainDeprecatedFault = DomainDeprecatedFault; | ||
var DeprecateWorkflowTypeInput; | ||
@@ -658,2 +725,15 @@ (function (DeprecateWorkflowTypeInput) { | ||
})(WorkflowTypeDetail = exports.WorkflowTypeDetail || (exports.WorkflowTypeDetail = {})); | ||
class DomainAlreadyExistsFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "DomainAlreadyExistsFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "DomainAlreadyExistsFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, DomainAlreadyExistsFault.prototype); | ||
} | ||
} | ||
exports.DomainAlreadyExistsFault = DomainAlreadyExistsFault; | ||
var DomainInfos; | ||
@@ -677,2 +757,15 @@ (function (DomainInfos) { | ||
})(History = exports.History || (exports.History = {})); | ||
class LimitExceededFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "LimitExceededFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "LimitExceededFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, LimitExceededFault.prototype); | ||
} | ||
} | ||
exports.LimitExceededFault = LimitExceededFault; | ||
var ListActivityTypesInput; | ||
@@ -762,2 +855,15 @@ (function (ListActivityTypesInput) { | ||
})(RegisterActivityTypeInput = exports.RegisterActivityTypeInput || (exports.RegisterActivityTypeInput = {})); | ||
class TypeAlreadyExistsFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "TypeAlreadyExistsFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "TypeAlreadyExistsFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, TypeAlreadyExistsFault.prototype); | ||
} | ||
} | ||
exports.TypeAlreadyExistsFault = TypeAlreadyExistsFault; | ||
var RegisterDomainInput; | ||
@@ -769,2 +875,15 @@ (function (RegisterDomainInput) { | ||
})(RegisterDomainInput = exports.RegisterDomainInput || (exports.RegisterDomainInput = {})); | ||
class TooManyTagsFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "TooManyTagsFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "TooManyTagsFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, TooManyTagsFault.prototype); | ||
} | ||
} | ||
exports.TooManyTagsFault = TooManyTagsFault; | ||
var RegisterWorkflowTypeInput; | ||
@@ -824,2 +943,15 @@ (function (RegisterWorkflowTypeInput) { | ||
})(StartWorkflowExecutionInput = exports.StartWorkflowExecutionInput || (exports.StartWorkflowExecutionInput = {})); | ||
class WorkflowExecutionAlreadyStartedFault extends SWFServiceException_1.SWFServiceException { | ||
constructor(opts) { | ||
super({ | ||
name: "WorkflowExecutionAlreadyStartedFault", | ||
$fault: "client", | ||
...opts, | ||
}); | ||
this.name = "WorkflowExecutionAlreadyStartedFault"; | ||
this.$fault = "client"; | ||
Object.setPrototypeOf(this, WorkflowExecutionAlreadyStartedFault.prototype); | ||
} | ||
} | ||
exports.WorkflowExecutionAlreadyStartedFault = WorkflowExecutionAlreadyStartedFault; | ||
var TagResourceInput; | ||
@@ -826,0 +958,0 @@ (function (TagResourceInput) { |
@@ -6,1 +6,2 @@ export * from "./SWF"; | ||
export * from "./pagination"; | ||
export { SWFServiceException } from "./models/SWFServiceException"; |
@@ -1,2 +0,3 @@ | ||
import { __assign } from "tslib"; | ||
import { __assign, __extends } from "tslib"; | ||
import { SWFServiceException as __BaseException } from "./SWFServiceException"; | ||
export var ActivityType; | ||
@@ -150,2 +151,26 @@ (function (ActivityType) { | ||
})(CountClosedWorkflowExecutionsInput || (CountClosedWorkflowExecutionsInput = {})); | ||
var OperationNotPermittedFault = (function (_super) { | ||
__extends(OperationNotPermittedFault, _super); | ||
function OperationNotPermittedFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "OperationNotPermittedFault", $fault: "client" }, opts)) || this; | ||
_this.name = "OperationNotPermittedFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, OperationNotPermittedFault.prototype); | ||
return _this; | ||
} | ||
return OperationNotPermittedFault; | ||
}(__BaseException)); | ||
export { OperationNotPermittedFault }; | ||
var UnknownResourceFault = (function (_super) { | ||
__extends(UnknownResourceFault, _super); | ||
function UnknownResourceFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "UnknownResourceFault", $fault: "client" }, opts)) || this; | ||
_this.name = "UnknownResourceFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, UnknownResourceFault.prototype); | ||
return _this; | ||
} | ||
return UnknownResourceFault; | ||
}(__BaseException)); | ||
export { UnknownResourceFault }; | ||
export var WorkflowExecutionCount; | ||
@@ -367,2 +392,14 @@ (function (WorkflowExecutionCount) { | ||
})(DecisionTask || (DecisionTask = {})); | ||
var DefaultUndefinedFault = (function (_super) { | ||
__extends(DefaultUndefinedFault, _super); | ||
function DefaultUndefinedFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "DefaultUndefinedFault", $fault: "client" }, opts)) || this; | ||
_this.name = "DefaultUndefinedFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, DefaultUndefinedFault.prototype); | ||
return _this; | ||
} | ||
return DefaultUndefinedFault; | ||
}(__BaseException)); | ||
export { DefaultUndefinedFault }; | ||
export var DeprecateActivityTypeInput; | ||
@@ -372,2 +409,14 @@ (function (DeprecateActivityTypeInput) { | ||
})(DeprecateActivityTypeInput || (DeprecateActivityTypeInput = {})); | ||
var TypeDeprecatedFault = (function (_super) { | ||
__extends(TypeDeprecatedFault, _super); | ||
function TypeDeprecatedFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "TypeDeprecatedFault", $fault: "client" }, opts)) || this; | ||
_this.name = "TypeDeprecatedFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, TypeDeprecatedFault.prototype); | ||
return _this; | ||
} | ||
return TypeDeprecatedFault; | ||
}(__BaseException)); | ||
export { TypeDeprecatedFault }; | ||
export var DeprecateDomainInput; | ||
@@ -377,2 +426,14 @@ (function (DeprecateDomainInput) { | ||
})(DeprecateDomainInput || (DeprecateDomainInput = {})); | ||
var DomainDeprecatedFault = (function (_super) { | ||
__extends(DomainDeprecatedFault, _super); | ||
function DomainDeprecatedFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "DomainDeprecatedFault", $fault: "client" }, opts)) || this; | ||
_this.name = "DomainDeprecatedFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, DomainDeprecatedFault.prototype); | ||
return _this; | ||
} | ||
return DomainDeprecatedFault; | ||
}(__BaseException)); | ||
export { DomainDeprecatedFault }; | ||
export var DeprecateWorkflowTypeInput; | ||
@@ -438,2 +499,14 @@ (function (DeprecateWorkflowTypeInput) { | ||
})(WorkflowTypeDetail || (WorkflowTypeDetail = {})); | ||
var DomainAlreadyExistsFault = (function (_super) { | ||
__extends(DomainAlreadyExistsFault, _super); | ||
function DomainAlreadyExistsFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "DomainAlreadyExistsFault", $fault: "client" }, opts)) || this; | ||
_this.name = "DomainAlreadyExistsFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, DomainAlreadyExistsFault.prototype); | ||
return _this; | ||
} | ||
return DomainAlreadyExistsFault; | ||
}(__BaseException)); | ||
export { DomainAlreadyExistsFault }; | ||
export var DomainInfos; | ||
@@ -451,2 +524,14 @@ (function (DomainInfos) { | ||
})(History || (History = {})); | ||
var LimitExceededFault = (function (_super) { | ||
__extends(LimitExceededFault, _super); | ||
function LimitExceededFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "LimitExceededFault", $fault: "client" }, opts)) || this; | ||
_this.name = "LimitExceededFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, LimitExceededFault.prototype); | ||
return _this; | ||
} | ||
return LimitExceededFault; | ||
}(__BaseException)); | ||
export { LimitExceededFault }; | ||
export var ListActivityTypesInput; | ||
@@ -508,2 +593,14 @@ (function (ListActivityTypesInput) { | ||
})(RegisterActivityTypeInput || (RegisterActivityTypeInput = {})); | ||
var TypeAlreadyExistsFault = (function (_super) { | ||
__extends(TypeAlreadyExistsFault, _super); | ||
function TypeAlreadyExistsFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "TypeAlreadyExistsFault", $fault: "client" }, opts)) || this; | ||
_this.name = "TypeAlreadyExistsFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, TypeAlreadyExistsFault.prototype); | ||
return _this; | ||
} | ||
return TypeAlreadyExistsFault; | ||
}(__BaseException)); | ||
export { TypeAlreadyExistsFault }; | ||
export var RegisterDomainInput; | ||
@@ -513,2 +610,14 @@ (function (RegisterDomainInput) { | ||
})(RegisterDomainInput || (RegisterDomainInput = {})); | ||
var TooManyTagsFault = (function (_super) { | ||
__extends(TooManyTagsFault, _super); | ||
function TooManyTagsFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "TooManyTagsFault", $fault: "client" }, opts)) || this; | ||
_this.name = "TooManyTagsFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, TooManyTagsFault.prototype); | ||
return _this; | ||
} | ||
return TooManyTagsFault; | ||
}(__BaseException)); | ||
export { TooManyTagsFault }; | ||
export var RegisterWorkflowTypeInput; | ||
@@ -550,2 +659,14 @@ (function (RegisterWorkflowTypeInput) { | ||
})(StartWorkflowExecutionInput || (StartWorkflowExecutionInput = {})); | ||
var WorkflowExecutionAlreadyStartedFault = (function (_super) { | ||
__extends(WorkflowExecutionAlreadyStartedFault, _super); | ||
function WorkflowExecutionAlreadyStartedFault(opts) { | ||
var _this = _super.call(this, __assign({ name: "WorkflowExecutionAlreadyStartedFault", $fault: "client" }, opts)) || this; | ||
_this.name = "WorkflowExecutionAlreadyStartedFault"; | ||
_this.$fault = "client"; | ||
Object.setPrototypeOf(_this, WorkflowExecutionAlreadyStartedFault.prototype); | ||
return _this; | ||
} | ||
return WorkflowExecutionAlreadyStartedFault; | ||
}(__BaseException)); | ||
export { WorkflowExecutionAlreadyStartedFault }; | ||
export var TagResourceInput; | ||
@@ -552,0 +673,0 @@ (function (TagResourceInput) { |
@@ -6,1 +6,2 @@ export * from "./SWF"; | ||
export * from "./pagination"; | ||
export { SWFServiceException } from "./models/SWFServiceException"; |
@@ -6,1 +6,2 @@ export * from "./SWF"; | ||
export * from "./pagination"; | ||
export { SWFServiceException } from "./models/SWFServiceException"; |
{ | ||
"name": "@aws-sdk/client-swf", | ||
"description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native", | ||
"version": "3.52.0", | ||
"version": "3.53.0", | ||
"scripts": { | ||
@@ -21,22 +21,22 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/client-sts": "3.52.0", | ||
"@aws-sdk/config-resolver": "3.52.0", | ||
"@aws-sdk/credential-provider-node": "3.52.0", | ||
"@aws-sdk/fetch-http-handler": "3.52.0", | ||
"@aws-sdk/hash-node": "3.52.0", | ||
"@aws-sdk/invalid-dependency": "3.52.0", | ||
"@aws-sdk/middleware-content-length": "3.52.0", | ||
"@aws-sdk/middleware-host-header": "3.52.0", | ||
"@aws-sdk/middleware-logger": "3.52.0", | ||
"@aws-sdk/middleware-retry": "3.52.0", | ||
"@aws-sdk/middleware-serde": "3.52.0", | ||
"@aws-sdk/middleware-signing": "3.52.0", | ||
"@aws-sdk/middleware-stack": "3.52.0", | ||
"@aws-sdk/middleware-user-agent": "3.52.0", | ||
"@aws-sdk/node-config-provider": "3.52.0", | ||
"@aws-sdk/node-http-handler": "3.52.0", | ||
"@aws-sdk/protocol-http": "3.52.0", | ||
"@aws-sdk/smithy-client": "3.52.0", | ||
"@aws-sdk/types": "3.52.0", | ||
"@aws-sdk/url-parser": "3.52.0", | ||
"@aws-sdk/client-sts": "3.53.0", | ||
"@aws-sdk/config-resolver": "3.53.0", | ||
"@aws-sdk/credential-provider-node": "3.53.0", | ||
"@aws-sdk/fetch-http-handler": "3.53.0", | ||
"@aws-sdk/hash-node": "3.53.0", | ||
"@aws-sdk/invalid-dependency": "3.53.0", | ||
"@aws-sdk/middleware-content-length": "3.53.0", | ||
"@aws-sdk/middleware-host-header": "3.53.0", | ||
"@aws-sdk/middleware-logger": "3.53.0", | ||
"@aws-sdk/middleware-retry": "3.53.0", | ||
"@aws-sdk/middleware-serde": "3.53.0", | ||
"@aws-sdk/middleware-signing": "3.53.0", | ||
"@aws-sdk/middleware-stack": "3.53.0", | ||
"@aws-sdk/middleware-user-agent": "3.53.0", | ||
"@aws-sdk/node-config-provider": "3.53.0", | ||
"@aws-sdk/node-http-handler": "3.53.0", | ||
"@aws-sdk/protocol-http": "3.53.0", | ||
"@aws-sdk/smithy-client": "3.53.0", | ||
"@aws-sdk/types": "3.53.0", | ||
"@aws-sdk/url-parser": "3.53.0", | ||
"@aws-sdk/util-base64-browser": "3.52.0", | ||
@@ -46,6 +46,6 @@ "@aws-sdk/util-base64-node": "3.52.0", | ||
"@aws-sdk/util-body-length-node": "3.52.0", | ||
"@aws-sdk/util-defaults-mode-browser": "3.52.0", | ||
"@aws-sdk/util-defaults-mode-node": "3.52.0", | ||
"@aws-sdk/util-user-agent-browser": "3.52.0", | ||
"@aws-sdk/util-user-agent-node": "3.52.0", | ||
"@aws-sdk/util-defaults-mode-browser": "3.53.0", | ||
"@aws-sdk/util-defaults-mode-node": "3.53.0", | ||
"@aws-sdk/util-user-agent-browser": "3.53.0", | ||
"@aws-sdk/util-user-agent-node": "3.53.0", | ||
"@aws-sdk/util-utf8-browser": "3.52.0", | ||
@@ -52,0 +52,0 @@ "@aws-sdk/util-utf8-node": "3.52.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
240
1632060
28243
+ Added@aws-sdk/abort-controller@3.53.0(transitive)
+ Added@aws-sdk/client-sso@3.53.0(transitive)
+ Added@aws-sdk/client-sts@3.53.0(transitive)
+ Added@aws-sdk/config-resolver@3.53.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.53.0(transitive)
+ Added@aws-sdk/credential-provider-imds@3.53.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.53.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.53.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.53.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.53.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.53.0(transitive)
+ Added@aws-sdk/fetch-http-handler@3.53.0(transitive)
+ Added@aws-sdk/hash-node@3.53.0(transitive)
+ Added@aws-sdk/invalid-dependency@3.53.0(transitive)
+ Added@aws-sdk/middleware-content-length@3.53.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.53.0(transitive)
+ Added@aws-sdk/middleware-logger@3.53.0(transitive)
+ Added@aws-sdk/middleware-retry@3.53.0(transitive)
+ Added@aws-sdk/middleware-sdk-sts@3.53.0(transitive)
+ Added@aws-sdk/middleware-serde@3.53.0(transitive)
+ Added@aws-sdk/middleware-signing@3.53.0(transitive)
+ Added@aws-sdk/middleware-stack@3.53.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.53.0(transitive)
+ Added@aws-sdk/node-config-provider@3.53.0(transitive)
+ Added@aws-sdk/node-http-handler@3.53.0(transitive)
+ Added@aws-sdk/property-provider@3.53.0(transitive)
+ Added@aws-sdk/protocol-http@3.53.0(transitive)
+ Added@aws-sdk/querystring-builder@3.53.0(transitive)
+ Added@aws-sdk/querystring-parser@3.53.0(transitive)
+ Added@aws-sdk/service-error-classification@3.53.0(transitive)
+ Added@aws-sdk/signature-v4@3.53.0(transitive)
+ Added@aws-sdk/smithy-client@3.53.0(transitive)
+ Added@aws-sdk/types@3.53.0(transitive)
+ Added@aws-sdk/url-parser@3.53.0(transitive)
+ Added@aws-sdk/util-credentials@3.53.0(transitive)
+ Added@aws-sdk/util-defaults-mode-browser@3.53.0(transitive)
+ Added@aws-sdk/util-defaults-mode-node@3.53.0(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.53.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.53.0(transitive)
- Removed@aws-sdk/abort-controller@3.52.0(transitive)
- Removed@aws-sdk/client-sso@3.52.0(transitive)
- Removed@aws-sdk/client-sts@3.52.0(transitive)
- Removed@aws-sdk/config-resolver@3.52.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.52.0(transitive)
- Removed@aws-sdk/credential-provider-imds@3.52.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.52.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.52.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.52.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.52.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.52.0(transitive)
- Removed@aws-sdk/fetch-http-handler@3.52.0(transitive)
- Removed@aws-sdk/hash-node@3.52.0(transitive)
- Removed@aws-sdk/invalid-dependency@3.52.0(transitive)
- Removed@aws-sdk/middleware-content-length@3.52.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.52.0(transitive)
- Removed@aws-sdk/middleware-logger@3.52.0(transitive)
- Removed@aws-sdk/middleware-retry@3.52.0(transitive)
- Removed@aws-sdk/middleware-sdk-sts@3.52.0(transitive)
- Removed@aws-sdk/middleware-serde@3.52.0(transitive)
- Removed@aws-sdk/middleware-signing@3.52.0(transitive)
- Removed@aws-sdk/middleware-stack@3.52.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.52.0(transitive)
- Removed@aws-sdk/node-config-provider@3.52.0(transitive)
- Removed@aws-sdk/node-http-handler@3.52.0(transitive)
- Removed@aws-sdk/property-provider@3.52.0(transitive)
- Removed@aws-sdk/protocol-http@3.52.0(transitive)
- Removed@aws-sdk/querystring-builder@3.52.0(transitive)
- Removed@aws-sdk/querystring-parser@3.52.0(transitive)
- Removed@aws-sdk/service-error-classification@3.52.0(transitive)
- Removed@aws-sdk/signature-v4@3.52.0(transitive)
- Removed@aws-sdk/smithy-client@3.52.0(transitive)
- Removed@aws-sdk/types@3.52.0(transitive)
- Removed@aws-sdk/url-parser@3.52.0(transitive)
- Removed@aws-sdk/util-credentials@3.52.0(transitive)
- Removed@aws-sdk/util-defaults-mode-browser@3.52.0(transitive)
- Removed@aws-sdk/util-defaults-mode-node@3.52.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.52.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.52.0(transitive)
Updated@aws-sdk/client-sts@3.53.0
Updated@aws-sdk/hash-node@3.53.0
Updated@aws-sdk/types@3.53.0
Updated@aws-sdk/url-parser@3.53.0