@aws-sdk/client-swf 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/SWF.d.ts +1467 -16
- package/dist-types/ts3.4/SWFClient.d.ts +350 -110
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -8
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SWFServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2218 -1950
- package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { RespondActivityTaskCompletedInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface RespondActivityTaskCompletedCommandInput
|
|
15
|
+
extends RespondActivityTaskCompletedInput {}
|
|
16
|
+
export interface RespondActivityTaskCompletedCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RespondActivityTaskCompletedCommand extends $Command<
|
|
20
|
+
RespondActivityTaskCompletedCommandInput,
|
|
21
|
+
RespondActivityTaskCompletedCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RespondActivityTaskCompletedCommandInput;
|
|
25
|
+
constructor(input: RespondActivityTaskCompletedCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
RespondActivityTaskCompletedCommandInput,
|
|
33
|
+
RespondActivityTaskCompletedCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { RespondActivityTaskFailedInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface RespondActivityTaskFailedCommandInput
|
|
15
|
+
extends RespondActivityTaskFailedInput {}
|
|
16
|
+
export interface RespondActivityTaskFailedCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RespondActivityTaskFailedCommand extends $Command<
|
|
20
|
+
RespondActivityTaskFailedCommandInput,
|
|
21
|
+
RespondActivityTaskFailedCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RespondActivityTaskFailedCommandInput;
|
|
25
|
+
constructor(input: RespondActivityTaskFailedCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
RespondActivityTaskFailedCommandInput,
|
|
33
|
+
RespondActivityTaskFailedCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { RespondDecisionTaskCompletedInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface RespondDecisionTaskCompletedCommandInput
|
|
15
|
+
extends RespondDecisionTaskCompletedInput {}
|
|
16
|
+
export interface RespondDecisionTaskCompletedCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RespondDecisionTaskCompletedCommand extends $Command<
|
|
20
|
+
RespondDecisionTaskCompletedCommandInput,
|
|
21
|
+
RespondDecisionTaskCompletedCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RespondDecisionTaskCompletedCommandInput;
|
|
25
|
+
constructor(input: RespondDecisionTaskCompletedCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
RespondDecisionTaskCompletedCommandInput,
|
|
33
|
+
RespondDecisionTaskCompletedCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { SignalWorkflowExecutionInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface SignalWorkflowExecutionCommandInput
|
|
15
|
+
extends SignalWorkflowExecutionInput {}
|
|
16
|
+
export interface SignalWorkflowExecutionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class SignalWorkflowExecutionCommand extends $Command<
|
|
20
|
+
SignalWorkflowExecutionCommandInput,
|
|
21
|
+
SignalWorkflowExecutionCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: SignalWorkflowExecutionCommandInput;
|
|
25
|
+
constructor(input: SignalWorkflowExecutionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
SignalWorkflowExecutionCommandInput,
|
|
33
|
+
SignalWorkflowExecutionCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { Run, StartWorkflowExecutionInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface StartWorkflowExecutionCommandInput
|
|
15
|
+
extends StartWorkflowExecutionInput {}
|
|
16
|
+
export interface StartWorkflowExecutionCommandOutput
|
|
17
|
+
extends Run,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
|
|
20
|
+
export declare class StartWorkflowExecutionCommand extends $Command<
|
|
21
|
+
StartWorkflowExecutionCommandInput,
|
|
22
|
+
StartWorkflowExecutionCommandOutput,
|
|
23
|
+
SWFClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: StartWorkflowExecutionCommandInput;
|
|
26
|
+
constructor(input: StartWorkflowExecutionCommandInput);
|
|
27
|
+
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SWFClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
StartWorkflowExecutionCommandInput,
|
|
34
|
+
StartWorkflowExecutionCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { TagResourceInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
15
|
+
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class TagResourceCommand extends $Command<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
SWFClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: TagResourceCommandInput;
|
|
23
|
+
constructor(input: TagResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SWFClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { TerminateWorkflowExecutionInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface TerminateWorkflowExecutionCommandInput
|
|
15
|
+
extends TerminateWorkflowExecutionInput {}
|
|
16
|
+
export interface TerminateWorkflowExecutionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TerminateWorkflowExecutionCommand extends $Command<
|
|
20
|
+
TerminateWorkflowExecutionCommandInput,
|
|
21
|
+
TerminateWorkflowExecutionCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TerminateWorkflowExecutionCommandInput;
|
|
25
|
+
constructor(input: TerminateWorkflowExecutionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
TerminateWorkflowExecutionCommandInput,
|
|
33
|
+
TerminateWorkflowExecutionCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UndeprecateActivityTypeInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface UndeprecateActivityTypeCommandInput
|
|
15
|
+
extends UndeprecateActivityTypeInput {}
|
|
16
|
+
export interface UndeprecateActivityTypeCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UndeprecateActivityTypeCommand extends $Command<
|
|
20
|
+
UndeprecateActivityTypeCommandInput,
|
|
21
|
+
UndeprecateActivityTypeCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UndeprecateActivityTypeCommandInput;
|
|
25
|
+
constructor(input: UndeprecateActivityTypeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
UndeprecateActivityTypeCommandInput,
|
|
33
|
+
UndeprecateActivityTypeCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UndeprecateDomainInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {}
|
|
15
|
+
export interface UndeprecateDomainCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class UndeprecateDomainCommand extends $Command<
|
|
18
|
+
UndeprecateDomainCommandInput,
|
|
19
|
+
UndeprecateDomainCommandOutput,
|
|
20
|
+
SWFClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UndeprecateDomainCommandInput;
|
|
23
|
+
constructor(input: UndeprecateDomainCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SWFClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UndeprecateWorkflowTypeInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface UndeprecateWorkflowTypeCommandInput
|
|
15
|
+
extends UndeprecateWorkflowTypeInput {}
|
|
16
|
+
export interface UndeprecateWorkflowTypeCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UndeprecateWorkflowTypeCommand extends $Command<
|
|
20
|
+
UndeprecateWorkflowTypeCommandInput,
|
|
21
|
+
UndeprecateWorkflowTypeCommandOutput,
|
|
22
|
+
SWFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UndeprecateWorkflowTypeCommandInput;
|
|
25
|
+
constructor(input: UndeprecateWorkflowTypeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SWFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
UndeprecateWorkflowTypeCommandInput,
|
|
33
|
+
UndeprecateWorkflowTypeCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { UntagResourceInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SWFClientResolvedConfig,
|
|
13
|
+
} from "../SWFClient";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class UntagResourceCommand extends $Command<
|
|
18
|
+
UntagResourceCommandInput,
|
|
19
|
+
UntagResourceCommandOutput,
|
|
20
|
+
SWFClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UntagResourceCommandInput;
|
|
23
|
+
constructor(input: UntagResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SWFClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|