@aws-sdk/client-swf
Advanced tools
Comparing version 3.651.1 to 3.654.0
@@ -134,2 +134,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CountClosedWorkflowExecutionsInput; | ||
output: WorkflowExecutionCount; | ||
}; | ||
sdk: { | ||
input: CountClosedWorkflowExecutionsCommandInput; | ||
output: CountClosedWorkflowExecutionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -127,2 +127,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CountOpenWorkflowExecutionsInput; | ||
output: WorkflowExecutionCount; | ||
}; | ||
sdk: { | ||
input: CountOpenWorkflowExecutionsCommandInput; | ||
output: CountOpenWorkflowExecutionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -97,2 +97,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CountPendingActivityTasksInput; | ||
output: PendingTaskCount; | ||
}; | ||
sdk: { | ||
input: CountPendingActivityTasksCommandInput; | ||
output: CountPendingActivityTasksCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -97,2 +97,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CountPendingDecisionTasksInput; | ||
output: PendingTaskCount; | ||
}; | ||
sdk: { | ||
input: CountPendingDecisionTasksCommandInput; | ||
output: CountPendingDecisionTasksCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -110,2 +110,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteActivityTypeCommand extends DeleteActivityTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteActivityTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeleteActivityTypeCommandInput; | ||
output: DeleteActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -111,2 +111,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteWorkflowTypeCommand extends DeleteWorkflowTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteWorkflowTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeleteWorkflowTypeCommandInput; | ||
output: DeleteWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -109,2 +109,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeprecateActivityTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeprecateActivityTypeCommandInput; | ||
output: DeprecateActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -98,2 +98,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeprecateDomainInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeprecateDomainCommandInput; | ||
output: DeprecateDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -114,2 +114,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeprecateWorkflowTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeprecateWorkflowTypeCommandInput; | ||
output: DeprecateWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -127,2 +127,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeActivityTypeInput; | ||
output: ActivityTypeDetail; | ||
}; | ||
sdk: { | ||
input: DescribeActivityTypeCommandInput; | ||
output: DescribeActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -98,2 +98,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeDomainCommand extends DescribeDomainCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeDomainInput; | ||
output: DomainDetail; | ||
}; | ||
sdk: { | ||
input: DescribeDomainCommandInput; | ||
output: DescribeDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -138,2 +138,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeWorkflowExecutionInput; | ||
output: WorkflowExecutionDetail; | ||
}; | ||
sdk: { | ||
input: DescribeWorkflowExecutionCommandInput; | ||
output: DescribeWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -127,2 +127,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DescribeWorkflowTypeInput; | ||
output: WorkflowTypeDetail; | ||
}; | ||
sdk: { | ||
input: DescribeWorkflowTypeCommandInput; | ||
output: DescribeWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -488,2 +488,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: GetWorkflowExecutionHistoryInput; | ||
output: History; | ||
}; | ||
sdk: { | ||
input: GetWorkflowExecutionHistoryCommandInput; | ||
output: GetWorkflowExecutionHistoryCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -110,2 +110,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListActivityTypesInput; | ||
output: ActivityTypeInfos; | ||
}; | ||
sdk: { | ||
input: ListActivityTypesCommandInput; | ||
output: ListActivityTypesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -161,2 +161,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListClosedWorkflowExecutionsInput; | ||
output: WorkflowExecutionInfos; | ||
}; | ||
sdk: { | ||
input: ListClosedWorkflowExecutionsCommandInput; | ||
output: ListClosedWorkflowExecutionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -105,2 +105,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListDomainsCommand extends ListDomainsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListDomainsInput; | ||
output: DomainInfos; | ||
}; | ||
sdk: { | ||
input: ListDomainsCommandInput; | ||
output: ListDomainsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -154,2 +154,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListOpenWorkflowExecutionsInput; | ||
output: WorkflowExecutionInfos; | ||
}; | ||
sdk: { | ||
input: ListOpenWorkflowExecutionsCommandInput; | ||
output: ListOpenWorkflowExecutionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -74,2 +74,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListTagsForResourceInput; | ||
output: ListTagsForResourceOutput; | ||
}; | ||
sdk: { | ||
input: ListTagsForResourceCommandInput; | ||
output: ListTagsForResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -107,2 +107,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListWorkflowTypesInput; | ||
output: WorkflowTypeInfos; | ||
}; | ||
sdk: { | ||
input: ListWorkflowTypesCommandInput; | ||
output: ListWorkflowTypesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -119,2 +119,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: PollForActivityTaskInput; | ||
output: ActivityTask; | ||
}; | ||
sdk: { | ||
input: PollForActivityTaskCommandInput; | ||
output: PollForActivityTaskCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -515,2 +515,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: PollForDecisionTaskInput; | ||
output: DecisionTask; | ||
}; | ||
sdk: { | ||
input: PollForDecisionTaskCommandInput; | ||
output: PollForDecisionTaskCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -114,2 +114,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RecordActivityTaskHeartbeatInput; | ||
output: ActivityTaskStatus; | ||
}; | ||
sdk: { | ||
input: RecordActivityTaskHeartbeatCommandInput; | ||
output: RecordActivityTaskHeartbeatCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -127,2 +127,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RegisterActivityTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RegisterActivityTypeCommandInput; | ||
output: RegisterActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -101,2 +101,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RegisterDomainCommand extends RegisterDomainCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RegisterDomainInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RegisterDomainCommandInput; | ||
output: RegisterDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -128,2 +128,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RegisterWorkflowTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RegisterWorkflowTypeCommandInput; | ||
output: RegisterWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -102,2 +102,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RequestCancelWorkflowExecutionInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RequestCancelWorkflowExecutionCommandInput; | ||
output: RequestCancelWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -102,2 +102,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RespondActivityTaskCanceledInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RespondActivityTaskCanceledCommandInput; | ||
output: RespondActivityTaskCanceledCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -101,2 +101,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RespondActivityTaskCompletedInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RespondActivityTaskCompletedCommandInput; | ||
output: RespondActivityTaskCompletedCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -96,2 +96,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RespondActivityTaskFailedInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RespondActivityTaskFailedCommandInput; | ||
output: RespondActivityTaskFailedCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -186,2 +186,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RespondDecisionTaskCompletedInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RespondDecisionTaskCompletedCommandInput; | ||
output: RespondDecisionTaskCompletedCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -103,2 +103,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: SignalWorkflowExecutionInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: SignalWorkflowExecutionCommandInput; | ||
output: SignalWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -169,2 +169,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: StartWorkflowExecutionInput; | ||
output: Run; | ||
}; | ||
sdk: { | ||
input: StartWorkflowExecutionCommandInput; | ||
output: StartWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -79,2 +79,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class TagResourceCommand extends TagResourceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: TagResourceInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: TagResourceCommandInput; | ||
output: TagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -108,2 +108,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: TerminateWorkflowExecutionInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: TerminateWorkflowExecutionCommandInput; | ||
output: TerminateWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -112,2 +112,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UndeprecateActivityTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UndeprecateActivityTypeCommandInput; | ||
output: UndeprecateActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -95,2 +95,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UndeprecateDomainInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UndeprecateDomainCommandInput; | ||
output: UndeprecateDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -112,2 +112,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UndeprecateWorkflowTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UndeprecateWorkflowTypeCommandInput; | ||
output: UndeprecateWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -70,2 +70,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UntagResourceCommand extends UntagResourceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UntagResourceInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UntagResourceCommandInput; | ||
output: UntagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {} | ||
export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CountClosedWorkflowExecutionsInput; | ||
output: WorkflowExecutionCount; | ||
}; | ||
sdk: { | ||
input: CountClosedWorkflowExecutionsCommandInput; | ||
output: CountClosedWorkflowExecutionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {} | ||
export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CountOpenWorkflowExecutionsInput; | ||
output: WorkflowExecutionCount; | ||
}; | ||
sdk: { | ||
input: CountOpenWorkflowExecutionsCommandInput; | ||
output: CountOpenWorkflowExecutionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {} | ||
export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CountPendingActivityTasksInput; | ||
output: PendingTaskCount; | ||
}; | ||
sdk: { | ||
input: CountPendingActivityTasksCommandInput; | ||
output: CountPendingActivityTasksCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {} | ||
export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CountPendingDecisionTasksInput; | ||
output: PendingTaskCount; | ||
}; | ||
sdk: { | ||
input: CountPendingDecisionTasksCommandInput; | ||
output: CountPendingDecisionTasksCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -35,2 +35,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteActivityTypeCommand extends DeleteActivityTypeCommand_base {} | ||
export declare class DeleteActivityTypeCommand extends DeleteActivityTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteActivityTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeleteActivityTypeCommandInput; | ||
output: DeleteActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -35,2 +35,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteWorkflowTypeCommand extends DeleteWorkflowTypeCommand_base {} | ||
export declare class DeleteWorkflowTypeCommand extends DeleteWorkflowTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteWorkflowTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeleteWorkflowTypeCommandInput; | ||
output: DeleteWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -35,2 +35,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {} | ||
export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeprecateActivityTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeprecateActivityTypeCommandInput; | ||
output: DeprecateActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -34,2 +34,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {} | ||
export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeprecateDomainInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeprecateDomainCommandInput; | ||
output: DeprecateDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -35,2 +35,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {} | ||
export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeprecateWorkflowTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeprecateWorkflowTypeCommandInput; | ||
output: DeprecateWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {} | ||
export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeActivityTypeInput; | ||
output: ActivityTypeDetail; | ||
}; | ||
sdk: { | ||
input: DescribeActivityTypeCommandInput; | ||
output: DescribeActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {} | ||
export declare class DescribeDomainCommand extends DescribeDomainCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeDomainInput; | ||
output: DomainDetail; | ||
}; | ||
sdk: { | ||
input: DescribeDomainCommandInput; | ||
output: DescribeDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {} | ||
export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeWorkflowExecutionInput; | ||
output: WorkflowExecutionDetail; | ||
}; | ||
sdk: { | ||
input: DescribeWorkflowExecutionCommandInput; | ||
output: DescribeWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {} | ||
export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DescribeWorkflowTypeInput; | ||
output: WorkflowTypeDetail; | ||
}; | ||
sdk: { | ||
input: DescribeWorkflowTypeCommandInput; | ||
output: DescribeWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -37,2 +37,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {} | ||
export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: GetWorkflowExecutionHistoryInput; | ||
output: History; | ||
}; | ||
sdk: { | ||
input: GetWorkflowExecutionHistoryCommandInput; | ||
output: GetWorkflowExecutionHistoryCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {} | ||
export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListActivityTypesInput; | ||
output: ActivityTypeInfos; | ||
}; | ||
sdk: { | ||
input: ListActivityTypesCommandInput; | ||
output: ListActivityTypesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {} | ||
export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListClosedWorkflowExecutionsInput; | ||
output: WorkflowExecutionInfos; | ||
}; | ||
sdk: { | ||
input: ListClosedWorkflowExecutionsCommandInput; | ||
output: ListClosedWorkflowExecutionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListDomainsCommand extends ListDomainsCommand_base {} | ||
export declare class ListDomainsCommand extends ListDomainsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListDomainsInput; | ||
output: DomainInfos; | ||
}; | ||
sdk: { | ||
input: ListDomainsCommandInput; | ||
output: ListDomainsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {} | ||
export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListOpenWorkflowExecutionsInput; | ||
output: WorkflowExecutionInfos; | ||
}; | ||
sdk: { | ||
input: ListOpenWorkflowExecutionsCommandInput; | ||
output: ListOpenWorkflowExecutionsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {} | ||
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListTagsForResourceInput; | ||
output: ListTagsForResourceOutput; | ||
}; | ||
sdk: { | ||
input: ListTagsForResourceCommandInput; | ||
output: ListTagsForResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {} | ||
export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListWorkflowTypesInput; | ||
output: WorkflowTypeInfos; | ||
}; | ||
sdk: { | ||
input: ListWorkflowTypesCommandInput; | ||
output: ListWorkflowTypesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -37,2 +37,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {} | ||
export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: PollForActivityTaskInput; | ||
output: ActivityTask; | ||
}; | ||
sdk: { | ||
input: PollForActivityTaskCommandInput; | ||
output: PollForActivityTaskCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -37,2 +37,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {} | ||
export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: PollForDecisionTaskInput; | ||
output: DecisionTask; | ||
}; | ||
sdk: { | ||
input: PollForDecisionTaskCommandInput; | ||
output: PollForDecisionTaskCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base {} | ||
export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RecordActivityTaskHeartbeatInput; | ||
output: ActivityTaskStatus; | ||
}; | ||
sdk: { | ||
input: RecordActivityTaskHeartbeatCommandInput; | ||
output: RecordActivityTaskHeartbeatCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -35,2 +35,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base {} | ||
export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RegisterActivityTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RegisterActivityTypeCommandInput; | ||
output: RegisterActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -34,2 +34,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RegisterDomainCommand extends RegisterDomainCommand_base {} | ||
export declare class RegisterDomainCommand extends RegisterDomainCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RegisterDomainInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RegisterDomainCommandInput; | ||
output: RegisterDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -35,2 +35,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {} | ||
export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RegisterWorkflowTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RegisterWorkflowTypeCommandInput; | ||
output: RegisterWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {} | ||
export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RequestCancelWorkflowExecutionInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RequestCancelWorkflowExecutionCommandInput; | ||
output: RequestCancelWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {} | ||
export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RespondActivityTaskCanceledInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RespondActivityTaskCanceledCommandInput; | ||
output: RespondActivityTaskCanceledCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {} | ||
export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RespondActivityTaskCompletedInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RespondActivityTaskCompletedCommandInput; | ||
output: RespondActivityTaskCompletedCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {} | ||
export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RespondActivityTaskFailedInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RespondActivityTaskFailedCommandInput; | ||
output: RespondActivityTaskFailedCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {} | ||
export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RespondDecisionTaskCompletedInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: RespondDecisionTaskCompletedCommandInput; | ||
output: RespondDecisionTaskCompletedCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {} | ||
export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: SignalWorkflowExecutionInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: SignalWorkflowExecutionCommandInput; | ||
output: SignalWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -37,2 +37,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {} | ||
export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: StartWorkflowExecutionInput; | ||
output: Run; | ||
}; | ||
sdk: { | ||
input: StartWorkflowExecutionCommandInput; | ||
output: StartWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -34,2 +34,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class TagResourceCommand extends TagResourceCommand_base {} | ||
export declare class TagResourceCommand extends TagResourceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: TagResourceInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: TagResourceCommandInput; | ||
output: TagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {} | ||
export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: TerminateWorkflowExecutionInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: TerminateWorkflowExecutionCommandInput; | ||
output: TerminateWorkflowExecutionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {} | ||
export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UndeprecateActivityTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UndeprecateActivityTypeCommandInput; | ||
output: UndeprecateActivityTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -34,2 +34,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base {} | ||
export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UndeprecateDomainInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UndeprecateDomainCommandInput; | ||
output: UndeprecateDomainCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base {} | ||
export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UndeprecateWorkflowTypeInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UndeprecateWorkflowTypeCommandInput; | ||
output: UndeprecateWorkflowTypeCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -34,2 +34,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UntagResourceCommand extends UntagResourceCommand_base {} | ||
export declare class UntagResourceCommand extends UntagResourceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UntagResourceInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UntagResourceCommandInput; | ||
output: UntagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
{ | ||
"name": "@aws-sdk/client-swf", | ||
"description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native", | ||
"version": "3.651.1", | ||
"version": "3.654.0", | ||
"scripts": { | ||
@@ -23,39 +23,39 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.651.1", | ||
"@aws-sdk/client-sts": "3.651.1", | ||
"@aws-sdk/core": "3.651.1", | ||
"@aws-sdk/credential-provider-node": "3.651.1", | ||
"@aws-sdk/middleware-host-header": "3.649.0", | ||
"@aws-sdk/middleware-logger": "3.649.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.649.0", | ||
"@aws-sdk/middleware-user-agent": "3.649.0", | ||
"@aws-sdk/region-config-resolver": "3.649.0", | ||
"@aws-sdk/types": "3.649.0", | ||
"@aws-sdk/util-endpoints": "3.649.0", | ||
"@aws-sdk/util-user-agent-browser": "3.649.0", | ||
"@aws-sdk/util-user-agent-node": "3.649.0", | ||
"@smithy/config-resolver": "^3.0.6", | ||
"@smithy/core": "^2.4.1", | ||
"@smithy/fetch-http-handler": "^3.2.5", | ||
"@smithy/hash-node": "^3.0.4", | ||
"@smithy/invalid-dependency": "^3.0.4", | ||
"@smithy/middleware-content-length": "^3.0.6", | ||
"@smithy/middleware-endpoint": "^3.1.1", | ||
"@smithy/middleware-retry": "^3.0.16", | ||
"@smithy/middleware-serde": "^3.0.4", | ||
"@smithy/middleware-stack": "^3.0.4", | ||
"@smithy/node-config-provider": "^3.1.5", | ||
"@smithy/node-http-handler": "^3.2.0", | ||
"@smithy/protocol-http": "^4.1.1", | ||
"@smithy/smithy-client": "^3.3.0", | ||
"@smithy/types": "^3.4.0", | ||
"@smithy/url-parser": "^3.0.4", | ||
"@aws-sdk/client-sso-oidc": "3.654.0", | ||
"@aws-sdk/client-sts": "3.654.0", | ||
"@aws-sdk/core": "3.654.0", | ||
"@aws-sdk/credential-provider-node": "3.654.0", | ||
"@aws-sdk/middleware-host-header": "3.654.0", | ||
"@aws-sdk/middleware-logger": "3.654.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.654.0", | ||
"@aws-sdk/middleware-user-agent": "3.654.0", | ||
"@aws-sdk/region-config-resolver": "3.654.0", | ||
"@aws-sdk/types": "3.654.0", | ||
"@aws-sdk/util-endpoints": "3.654.0", | ||
"@aws-sdk/util-user-agent-browser": "3.654.0", | ||
"@aws-sdk/util-user-agent-node": "3.654.0", | ||
"@smithy/config-resolver": "^3.0.8", | ||
"@smithy/core": "^2.4.3", | ||
"@smithy/fetch-http-handler": "^3.2.7", | ||
"@smithy/hash-node": "^3.0.6", | ||
"@smithy/invalid-dependency": "^3.0.6", | ||
"@smithy/middleware-content-length": "^3.0.8", | ||
"@smithy/middleware-endpoint": "^3.1.3", | ||
"@smithy/middleware-retry": "^3.0.18", | ||
"@smithy/middleware-serde": "^3.0.6", | ||
"@smithy/middleware-stack": "^3.0.6", | ||
"@smithy/node-config-provider": "^3.1.7", | ||
"@smithy/node-http-handler": "^3.2.2", | ||
"@smithy/protocol-http": "^4.1.3", | ||
"@smithy/smithy-client": "^3.3.2", | ||
"@smithy/types": "^3.4.2", | ||
"@smithy/url-parser": "^3.0.6", | ||
"@smithy/util-base64": "^3.0.0", | ||
"@smithy/util-body-length-browser": "^3.0.0", | ||
"@smithy/util-body-length-node": "^3.0.0", | ||
"@smithy/util-defaults-mode-browser": "^3.0.16", | ||
"@smithy/util-defaults-mode-node": "^3.0.16", | ||
"@smithy/util-endpoints": "^2.1.0", | ||
"@smithy/util-middleware": "^3.0.4", | ||
"@smithy/util-retry": "^3.0.4", | ||
"@smithy/util-defaults-mode-browser": "^3.0.18", | ||
"@smithy/util-defaults-mode-node": "^3.0.18", | ||
"@smithy/util-endpoints": "^2.1.2", | ||
"@smithy/util-middleware": "^3.0.6", | ||
"@smithy/util-retry": "^3.0.6", | ||
"@smithy/util-utf8": "^3.0.0", | ||
@@ -62,0 +62,0 @@ "tslib": "^2.6.2" |
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
1124791
23849
+ Added@aws-sdk/client-sso@3.654.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.654.0(transitive)
+ Added@aws-sdk/client-sts@3.654.0(transitive)
+ Added@aws-sdk/core@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.654.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.654.0(transitive)
+ Added@aws-sdk/middleware-logger@3.654.0(transitive)
+ Added@aws-sdk/middleware-recursion-detection@3.654.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.654.0(transitive)
+ Added@aws-sdk/region-config-resolver@3.654.0(transitive)
+ Added@aws-sdk/token-providers@3.654.0(transitive)
+ Added@aws-sdk/types@3.654.0(transitive)
+ Added@aws-sdk/util-endpoints@3.654.0(transitive)
+ Added@aws-sdk/util-locate-window@3.693.0(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.654.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.654.0(transitive)
+ Added@smithy/abort-controller@3.1.8(transitive)
+ Added@smithy/config-resolver@3.0.12(transitive)
+ Added@smithy/core@2.5.3(transitive)
+ Added@smithy/credential-provider-imds@3.2.7(transitive)
+ Added@smithy/fetch-http-handler@4.1.1(transitive)
+ Added@smithy/hash-node@3.0.10(transitive)
+ Added@smithy/invalid-dependency@3.0.10(transitive)
+ Added@smithy/middleware-content-length@3.0.12(transitive)
+ Added@smithy/middleware-endpoint@3.2.3(transitive)
+ Added@smithy/middleware-retry@3.0.27(transitive)
+ Added@smithy/middleware-serde@3.0.10(transitive)
+ Added@smithy/middleware-stack@3.0.10(transitive)
+ Added@smithy/node-config-provider@3.1.11(transitive)
+ Added@smithy/node-http-handler@3.3.1(transitive)
+ Added@smithy/property-provider@3.1.10(transitive)
+ Added@smithy/protocol-http@4.1.7(transitive)
+ Added@smithy/querystring-builder@3.0.10(transitive)
+ Added@smithy/querystring-parser@3.0.10(transitive)
+ Added@smithy/service-error-classification@3.0.10(transitive)
+ Added@smithy/shared-ini-file-loader@3.1.11(transitive)
+ Added@smithy/signature-v4@4.2.3(transitive)
+ Added@smithy/smithy-client@3.4.4(transitive)
+ Added@smithy/types@3.7.1(transitive)
+ Added@smithy/url-parser@3.0.10(transitive)
+ Added@smithy/util-defaults-mode-browser@3.0.27(transitive)
+ Added@smithy/util-defaults-mode-node@3.0.27(transitive)
+ Added@smithy/util-endpoints@2.1.6(transitive)
+ Added@smithy/util-middleware@3.0.10(transitive)
+ Added@smithy/util-retry@3.0.10(transitive)
+ Added@smithy/util-stream@3.3.1(transitive)
- Removed@aws-sdk/client-sso@3.651.1(transitive)
- Removed@aws-sdk/client-sso-oidc@3.651.1(transitive)
- Removed@aws-sdk/client-sts@3.651.1(transitive)
- Removed@aws-sdk/core@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-env@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-node@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-process@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.649.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.649.0(transitive)
- Removed@aws-sdk/middleware-logger@3.649.0(transitive)
- Removed@aws-sdk/middleware-recursion-detection@3.649.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.649.0(transitive)
- Removed@aws-sdk/region-config-resolver@3.649.0(transitive)
- Removed@aws-sdk/token-providers@3.649.0(transitive)
- Removed@aws-sdk/types@3.649.0(transitive)
- Removed@aws-sdk/util-endpoints@3.649.0(transitive)
- Removed@aws-sdk/util-locate-window@3.679.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.649.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.649.0(transitive)
- Removed@smithy/abort-controller@3.1.6(transitive)
- Removed@smithy/config-resolver@3.0.10(transitive)
- Removed@smithy/core@2.5.1(transitive)
- Removed@smithy/credential-provider-imds@3.2.5(transitive)
- Removed@smithy/fetch-http-handler@4.0.0(transitive)
- Removed@smithy/hash-node@3.0.8(transitive)
- Removed@smithy/invalid-dependency@3.0.8(transitive)
- Removed@smithy/middleware-content-length@3.0.10(transitive)
- Removed@smithy/middleware-endpoint@3.2.1(transitive)
- Removed@smithy/middleware-retry@3.0.25(transitive)
- Removed@smithy/middleware-serde@3.0.8(transitive)
- Removed@smithy/middleware-stack@3.0.8(transitive)
- Removed@smithy/node-config-provider@3.1.9(transitive)
- Removed@smithy/node-http-handler@3.2.5(transitive)
- Removed@smithy/property-provider@3.1.8(transitive)
- Removed@smithy/protocol-http@4.1.5(transitive)
- Removed@smithy/querystring-builder@3.0.8(transitive)
- Removed@smithy/querystring-parser@3.0.8(transitive)
- Removed@smithy/service-error-classification@3.0.8(transitive)
- Removed@smithy/shared-ini-file-loader@3.1.9(transitive)
- Removed@smithy/signature-v4@4.2.1(transitive)
- Removed@smithy/smithy-client@3.4.2(transitive)
- Removed@smithy/types@3.6.0(transitive)
- Removed@smithy/url-parser@3.0.8(transitive)
- Removed@smithy/util-defaults-mode-browser@3.0.25(transitive)
- Removed@smithy/util-defaults-mode-node@3.0.25(transitive)
- Removed@smithy/util-endpoints@2.1.4(transitive)
- Removed@smithy/util-middleware@3.0.8(transitive)
- Removed@smithy/util-retry@3.0.8(transitive)
- Removed@smithy/util-stream@3.2.1(transitive)
Updated@aws-sdk/client-sts@3.654.0
Updated@aws-sdk/core@3.654.0
Updated@aws-sdk/types@3.654.0
Updated@smithy/core@^2.4.3
Updated@smithy/hash-node@^3.0.6
Updated@smithy/protocol-http@^4.1.3
Updated@smithy/smithy-client@^3.3.2
Updated@smithy/types@^3.4.2
Updated@smithy/url-parser@^3.0.6
Updated@smithy/util-retry@^3.0.6