@aws-sdk/client-swf 3.194.0 → 3.196.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/CHANGELOG.md +19 -0
- package/dist-cjs/SWFClient.js +11 -8
- package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +10 -0
- package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +10 -0
- package/dist-cjs/commands/CountPendingActivityTasksCommand.js +10 -0
- package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +10 -0
- package/dist-cjs/commands/DeprecateActivityTypeCommand.js +10 -0
- package/dist-cjs/commands/DeprecateDomainCommand.js +10 -0
- package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +10 -0
- package/dist-cjs/commands/DescribeActivityTypeCommand.js +10 -0
- package/dist-cjs/commands/DescribeDomainCommand.js +10 -0
- package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +10 -0
- package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +10 -0
- package/dist-cjs/commands/ListActivityTypesCommand.js +10 -0
- package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +10 -0
- package/dist-cjs/commands/ListDomainsCommand.js +10 -0
- package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListWorkflowTypesCommand.js +10 -0
- package/dist-cjs/commands/PollForActivityTaskCommand.js +10 -0
- package/dist-cjs/commands/PollForDecisionTaskCommand.js +10 -0
- package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +10 -0
- package/dist-cjs/commands/RegisterActivityTypeCommand.js +10 -0
- package/dist-cjs/commands/RegisterDomainCommand.js +10 -0
- package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +10 -0
- package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +10 -0
- package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +10 -0
- package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +10 -0
- package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +10 -0
- package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +10 -0
- package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +10 -0
- package/dist-cjs/commands/StartWorkflowExecutionCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +10 -0
- package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +10 -0
- package/dist-cjs/commands/UndeprecateDomainCommand.js +10 -0
- package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/SWFClient.js +12 -9
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +10 -0
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +10 -0
- package/dist-es/commands/CountPendingActivityTasksCommand.js +10 -0
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +10 -0
- package/dist-es/commands/DeprecateActivityTypeCommand.js +10 -0
- package/dist-es/commands/DeprecateDomainCommand.js +10 -0
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +10 -0
- package/dist-es/commands/DescribeActivityTypeCommand.js +10 -0
- package/dist-es/commands/DescribeDomainCommand.js +10 -0
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +10 -0
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +10 -0
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +10 -0
- package/dist-es/commands/ListActivityTypesCommand.js +10 -0
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +10 -0
- package/dist-es/commands/ListDomainsCommand.js +10 -0
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListWorkflowTypesCommand.js +10 -0
- package/dist-es/commands/PollForActivityTaskCommand.js +10 -0
- package/dist-es/commands/PollForDecisionTaskCommand.js +10 -0
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +10 -0
- package/dist-es/commands/RegisterActivityTypeCommand.js +10 -0
- package/dist-es/commands/RegisterDomainCommand.js +10 -0
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +10 -0
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +10 -0
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +10 -0
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +10 -0
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +10 -0
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +10 -0
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +10 -0
- package/dist-es/commands/StartWorkflowExecutionCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +10 -0
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +10 -0
- package/dist-es/commands/UndeprecateDomainCommand.js +10 -0
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/SWFClient.d.ts +6 -9
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +2 -0
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +2 -0
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeprecateDomainCommand.d.ts +2 -0
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -0
- package/dist-types/commands/ListActivityTypesCommand.d.ts +2 -0
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -0
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +2 -0
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +2 -0
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +2 -0
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -0
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +2 -0
- package/dist-types/commands/RegisterDomainCommand.d.ts +2 -0
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +2 -0
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +2 -0
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +2 -0
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +2 -0
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -0
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +2 -0
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +2 -0
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/SWFClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -187
- package/dist-es/endpoints.js +0 -183
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListOpenWorkflowExecutionsCommand extends $Command<
|
|
|
25
26
|
SWFClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListOpenWorkflowExecutionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListOpenWorkflowExecutionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
SWFClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListWorkflowTypesCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListWorkflowTypesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListWorkflowTypesCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class PollForActivityTaskCommand extends $Command<
|
|
|
22
23
|
SWFClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: PollForActivityTaskCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: PollForActivityTaskCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class PollForDecisionTaskCommand extends $Command<
|
|
|
22
23
|
SWFClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: PollForDecisionTaskCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: PollForDecisionTaskCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RecordActivityTaskHeartbeatCommand extends $Command<
|
|
|
25
26
|
SWFClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RecordActivityTaskHeartbeatCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RecordActivityTaskHeartbeatCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class RegisterActivityTypeCommand extends $Command<
|
|
|
20
21
|
SWFClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: RegisterActivityTypeCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: RegisterActivityTypeCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class RegisterDomainCommand extends $Command<
|
|
|
19
20
|
SWFClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: RegisterDomainCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: RegisterDomainCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class RegisterWorkflowTypeCommand extends $Command<
|
|
|
20
21
|
SWFClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: RegisterWorkflowTypeCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: RegisterWorkflowTypeCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class RequestCancelWorkflowExecutionCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: RequestCancelWorkflowExecutionCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: RequestCancelWorkflowExecutionCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class RespondActivityTaskCanceledCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: RespondActivityTaskCanceledCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: RespondActivityTaskCanceledCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class RespondActivityTaskCompletedCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: RespondActivityTaskCompletedCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: RespondActivityTaskCompletedCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class RespondActivityTaskFailedCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: RespondActivityTaskFailedCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: RespondActivityTaskFailedCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class RespondDecisionTaskCompletedCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: RespondDecisionTaskCompletedCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: RespondDecisionTaskCompletedCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class SignalWorkflowExecutionCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: SignalWorkflowExecutionCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: SignalWorkflowExecutionCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class StartWorkflowExecutionCommand extends $Command<
|
|
|
22
23
|
SWFClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: StartWorkflowExecutionCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: StartWorkflowExecutionCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
19
20
|
SWFClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: TagResourceCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: TagResourceCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class TerminateWorkflowExecutionCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TerminateWorkflowExecutionCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TerminateWorkflowExecutionCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class UndeprecateActivityTypeCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: UndeprecateActivityTypeCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: UndeprecateActivityTypeCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class UndeprecateDomainCommand extends $Command<
|
|
|
19
20
|
SWFClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: UndeprecateDomainCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: UndeprecateDomainCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class UndeprecateWorkflowTypeCommand extends $Command<
|
|
|
21
22
|
SWFClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: UndeprecateWorkflowTypeCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: UndeprecateWorkflowTypeCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
19
20
|
SWFClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: UntagResourceCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: UntagResourceCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: SWFClientConfig) => {
|
|
|
40
39
|
>;
|
|
41
40
|
endpoint?:
|
|
42
41
|
| string
|
|
43
|
-
| import("@aws-sdk/types").Endpoint
|
|
44
|
-
|
|
42
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
43
|
+
import("@aws-sdk/types").Provider<string>)
|
|
44
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
45
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
57
|
tls?: boolean | undefined;
|
|
47
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
59
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { SWFClientConfig } from "./SWFClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: SWFClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-swf",
|
|
3
3
|
"description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.196.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,13 +19,14 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.196.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.193.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.196.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.193.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.196.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|