@aws-sdk/client-swf 3.803.0 → 3.804.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-es/protocols/Aws_json1_0.js +2 -2
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +1 -1
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActivityTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeprecateDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListActivityTypesCommand.d.ts +1 -1
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +1 -1
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +1 -1
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +1 -1
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +1 -1
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDomainCommand.d.ts +1 -1
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +1 -1
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +1 -1
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +1 -1
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +1 -1
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +1 -1
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +19 -19
|
@@ -854,8 +854,8 @@ const se_CountOpenWorkflowExecutionsInput = (input, context) => {
|
|
|
854
854
|
};
|
|
855
855
|
const se_ExecutionTimeFilter = (input, context) => {
|
|
856
856
|
return take(input, {
|
|
857
|
-
latestDate: (_) => _.getTime() /
|
|
858
|
-
oldestDate: (_) => _.getTime() /
|
|
857
|
+
latestDate: (_) => _.getTime() / 1_000,
|
|
858
|
+
oldestDate: (_) => _.getTime() / 1_000,
|
|
859
859
|
});
|
|
860
860
|
};
|
|
861
861
|
const se_ListClosedWorkflowExecutionsInput = (input, context) => {
|
|
@@ -23,7 +23,7 @@ export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExec
|
|
|
23
23
|
}
|
|
24
24
|
declare const CountClosedWorkflowExecutionsCommand_base: {
|
|
25
25
|
new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecut
|
|
|
23
23
|
}
|
|
24
24
|
declare const CountOpenWorkflowExecutionsCommand_base: {
|
|
25
25
|
new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount
|
|
|
23
23
|
}
|
|
24
24
|
declare const CountPendingActivityTasksCommand_base: {
|
|
25
25
|
new (input: CountPendingActivityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CountPendingActivityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount
|
|
|
23
23
|
}
|
|
24
24
|
declare const CountPendingDecisionTasksCommand_base: {
|
|
25
25
|
new (input: CountPendingDecisionTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CountPendingDecisionTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteActivityTypeCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteActivityTypeCommand_base: {
|
|
25
25
|
new (input: DeleteActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWorkflowTypeCommand_base: {
|
|
25
25
|
new (input: DeleteWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeprecateActivityTypeCommand_base: {
|
|
25
25
|
new (input: DeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeprecateDomainCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeprecateDomainCommand_base: {
|
|
25
25
|
new (input: DeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeprecateWorkflowTypeCommand_base: {
|
|
25
25
|
new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeActivityTypeCommand_base: {
|
|
25
25
|
new (input: DescribeActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DescribeActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeDomainCommand_base: {
|
|
25
25
|
new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutio
|
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkflowExecutionCommand_base: {
|
|
25
25
|
new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DescribeWorkflowTypeCommandOutput extends WorkflowTypeDetail, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkflowTypeCommand_base: {
|
|
25
25
|
new (input: DescribeWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DescribeWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetWorkflowExecutionHistoryCommandOutput extends History, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetWorkflowExecutionHistoryCommand_base: {
|
|
25
25
|
new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListActivityTypesCommandOutput extends ActivityTypeInfos, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListActivityTypesCommand_base: {
|
|
25
25
|
new (input: ListActivityTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListActivityTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListClosedWorkflowExecutionsCommandOutput extends WorkflowExecu
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListClosedWorkflowExecutionsCommand_base: {
|
|
25
25
|
new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListDomainsCommandOutput extends DomainInfos, __MetadataBearer
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListDomainsCommand_base: {
|
|
25
25
|
new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListOpenWorkflowExecutionsCommandOutput extends WorkflowExecuti
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListOpenWorkflowExecutionsCommand_base: {
|
|
25
25
|
new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
25
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListWorkflowTypesCommand_base: {
|
|
25
25
|
new (input: ListWorkflowTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListWorkflowTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface PollForActivityTaskCommandOutput extends ActivityTask, __Metada
|
|
|
23
23
|
}
|
|
24
24
|
declare const PollForActivityTaskCommand_base: {
|
|
25
25
|
new (input: PollForActivityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PollForActivityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface PollForDecisionTaskCommandOutput extends DecisionTask, __Metada
|
|
|
23
23
|
}
|
|
24
24
|
declare const PollForDecisionTaskCommand_base: {
|
|
25
25
|
new (input: PollForDecisionTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PollForDecisionTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface RecordActivityTaskHeartbeatCommandOutput extends ActivityTaskSt
|
|
|
23
23
|
}
|
|
24
24
|
declare const RecordActivityTaskHeartbeatCommand_base: {
|
|
25
25
|
new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/smithy-client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/smithy-client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterActivityTypeCommand_base: {
|
|
25
25
|
new (input: RegisterActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RegisterActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface RegisterDomainCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterDomainCommand_base: {
|
|
25
25
|
new (input: RegisterDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RegisterDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterWorkflowTypeCommand_base: {
|
|
25
25
|
new (input: RegisterWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RegisterWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface RequestCancelWorkflowExecutionCommandOutput extends __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
declare const RequestCancelWorkflowExecutionCommand_base: {
|
|
25
25
|
new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface RespondActivityTaskCanceledCommandOutput extends __MetadataBear
|
|
|
23
23
|
}
|
|
24
24
|
declare const RespondActivityTaskCanceledCommand_base: {
|
|
25
25
|
new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface RespondActivityTaskCompletedCommandOutput extends __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
declare const RespondActivityTaskCompletedCommand_base: {
|
|
25
25
|
new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface RespondActivityTaskFailedCommandOutput extends __MetadataBearer
|
|
|
23
23
|
}
|
|
24
24
|
declare const RespondActivityTaskFailedCommand_base: {
|
|
25
25
|
new (input: RespondActivityTaskFailedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RespondActivityTaskFailedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
declare const RespondDecisionTaskCompletedCommand_base: {
|
|
25
25
|
new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface SignalWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const SignalWorkflowExecutionCommand_base: {
|
|
25
25
|
new (input: SignalWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: SignalWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBear
|
|
|
23
23
|
}
|
|
24
24
|
declare const StartWorkflowExecutionCommand_base: {
|
|
25
25
|
new (input: StartWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: StartWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
25
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface TerminateWorkflowExecutionCommandOutput extends __MetadataBeare
|
|
|
23
23
|
}
|
|
24
24
|
declare const TerminateWorkflowExecutionCommand_base: {
|
|
25
25
|
new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface UndeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const UndeprecateActivityTypeCommand_base: {
|
|
25
25
|
new (input: UndeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UndeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface UndeprecateDomainCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const UndeprecateDomainCommand_base: {
|
|
25
25
|
new (input: UndeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UndeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const UndeprecateWorkflowTypeCommand_base: {
|
|
25
25
|
new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
25
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -11,9 +11,7 @@ export interface ClientInputEndpointParameters {
|
|
|
11
11
|
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
|
-
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T &
|
|
15
|
-
defaultSigningName: string;
|
|
16
|
-
};
|
|
14
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
17
15
|
export declare const commonParams: {
|
|
18
16
|
readonly UseFIPS: {
|
|
19
17
|
readonly type: "builtInParams";
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
-
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
11
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
|
|
@@ -21,30 +21,30 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
|
|
|
21
21
|
cacheMiddleware?: boolean | undefined;
|
|
22
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
23
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
|
-
base64Encoder: (_input:
|
|
24
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
25
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
|
-
utf8Encoder: (input:
|
|
26
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
profile?: string
|
|
29
|
+
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
customUserAgent?: string | import("@smithy/types").UserAgent
|
|
33
|
-
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined
|
|
34
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2
|
|
32
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
35
35
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
36
36
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
37
|
-
logger?: import("@smithy/types").Logger
|
|
37
|
+
logger?: import("@smithy/types").Logger;
|
|
38
38
|
}) => import("@smithy/types").EndpointV2;
|
|
39
|
-
tls?: boolean
|
|
40
|
-
serviceConfiguredEndpoint?:
|
|
41
|
-
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]
|
|
39
|
+
tls?: boolean;
|
|
40
|
+
serviceConfiguredEndpoint?: never;
|
|
41
|
+
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
42
42
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
43
43
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SWFHttpAuthSchemeProvider;
|
|
44
|
-
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider
|
|
45
|
-
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme
|
|
46
|
-
signingEscapePath?: boolean
|
|
47
|
-
systemClockOffset?: number
|
|
48
|
-
signingRegion?: string
|
|
49
|
-
signerConstructor?:
|
|
44
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
45
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
46
|
+
signingEscapePath?: boolean;
|
|
47
|
+
systemClockOffset?: number;
|
|
48
|
+
signingRegion?: string;
|
|
49
|
+
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
50
50
|
};
|
|
@@ -8,8 +8,8 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
12
|
-
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
11
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
|
|
@@ -23,28 +23,28 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
|
|
|
23
23
|
cacheMiddleware?: boolean | undefined;
|
|
24
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
25
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
|
-
base64Encoder: (_input:
|
|
26
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
27
27
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
utf8Encoder: (input:
|
|
28
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
29
29
|
disableHostPrefix: boolean;
|
|
30
30
|
serviceId: string;
|
|
31
|
-
profile?: string
|
|
31
|
+
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
customUserAgent?: string | import("@smithy/types").UserAgent
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2
|
|
34
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
36
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
37
37
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
38
|
-
logger?: import("@smithy/types").Logger
|
|
38
|
+
logger?: import("@smithy/types").Logger;
|
|
39
39
|
}) => import("@smithy/types").EndpointV2;
|
|
40
|
-
tls?: boolean
|
|
41
|
-
serviceConfiguredEndpoint?:
|
|
40
|
+
tls?: boolean;
|
|
41
|
+
serviceConfiguredEndpoint?: never;
|
|
42
42
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
43
43
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SWFHttpAuthSchemeProvider;
|
|
44
|
-
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider
|
|
45
|
-
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme
|
|
46
|
-
signingEscapePath?: boolean
|
|
47
|
-
systemClockOffset?: number
|
|
48
|
-
signingRegion?: string
|
|
49
|
-
signerConstructor?:
|
|
44
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
45
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
46
|
+
signingEscapePath?: boolean;
|
|
47
|
+
systemClockOffset?: number;
|
|
48
|
+
signingRegion?: string;
|
|
49
|
+
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
50
50
|
};
|