@aws-sdk/client-sfn 3.588.0 → 3.592.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-cjs/index.js +0 -37
- package/dist-types/SFNClient.d.ts +4 -4
- package/dist-types/commands/CreateActivityCommand.d.ts +2 -1
- package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteActivityCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeActivityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMapRunCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetActivityTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetExecutionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListActivitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListMapRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListStateMachinesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/commands/RedriveExecutionCommand.d.ts +2 -1
- package/dist-types/commands/SendTaskFailureCommand.d.ts +2 -1
- package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +2 -1
- package/dist-types/commands/SendTaskSuccessCommand.d.ts +2 -1
- package/dist-types/commands/StartExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartSyncExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StopExecutionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TestStateCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMapRunCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/ValidateStateMachineDefinitionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/SFNServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/SFNClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TestStateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ValidateStateMachineDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/SFNServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-types/index.d.ts
CHANGED
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
export * from "./SFNClient";
|
|
25
25
|
export * from "./SFN";
|
|
26
26
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
27
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
28
|
-
export { SFNExtensionConfiguration } from "./extensionConfiguration";
|
|
27
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
28
|
+
export type { SFNExtensionConfiguration } from "./extensionConfiguration";
|
|
29
29
|
export * from "./commands";
|
|
30
30
|
export * from "./pagination";
|
|
31
31
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: SFNClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -292,8 +292,8 @@ export interface ClientDefaults
|
|
|
292
292
|
serviceId?: string;
|
|
293
293
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
294
294
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
295
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
296
295
|
region?: string | __Provider<string>;
|
|
296
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
297
297
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
298
298
|
maxAttempts?: number | __Provider<number>;
|
|
299
299
|
retryMode?: string | __Provider<string>;
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateActivityCommandInput extends CreateActivityInput {}
|
|
11
12
|
export interface CreateActivityCommandOutput
|
|
12
13
|
extends CreateActivityOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateStateMachineAliasCommandInput
|
|
14
15
|
extends CreateStateMachineAliasInput {}
|
|
15
16
|
export interface CreateStateMachineAliasCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateStateMachineCommandInput
|
|
14
15
|
extends CreateStateMachineInput {}
|
|
15
16
|
export interface CreateStateMachineCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteActivityCommandInput extends DeleteActivityInput {}
|
|
11
12
|
export interface DeleteActivityCommandOutput
|
|
12
13
|
extends DeleteActivityOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteStateMachineAliasCommandInput
|
|
14
15
|
extends DeleteStateMachineAliasInput {}
|
|
15
16
|
export interface DeleteStateMachineAliasCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteStateMachineCommandInput
|
|
14
15
|
extends DeleteStateMachineInput {}
|
|
15
16
|
export interface DeleteStateMachineCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteStateMachineVersionCommandInput
|
|
14
15
|
extends DeleteStateMachineVersionInput {}
|
|
15
16
|
export interface DeleteStateMachineVersionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeActivityCommandInput extends DescribeActivityInput {}
|
|
14
15
|
export interface DescribeActivityCommandOutput
|
|
15
16
|
extends DescribeActivityOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeExecutionCommandInput extends DescribeExecutionInput {}
|
|
14
15
|
export interface DescribeExecutionCommandOutput
|
|
15
16
|
extends DescribeExecutionOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeMapRunCommandInput extends DescribeMapRunInput {}
|
|
11
12
|
export interface DescribeMapRunCommandOutput
|
|
12
13
|
extends DescribeMapRunOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeStateMachineAliasCommandInput
|
|
14
15
|
extends DescribeStateMachineAliasInput {}
|
|
15
16
|
export interface DescribeStateMachineAliasCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeStateMachineCommandInput
|
|
14
15
|
extends DescribeStateMachineInput {}
|
|
15
16
|
export interface DescribeStateMachineCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeStateMachineForExecutionCommandInput
|
|
14
15
|
extends DescribeStateMachineForExecutionInput {}
|
|
15
16
|
export interface DescribeStateMachineForExecutionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetActivityTaskCommandInput extends GetActivityTaskInput {}
|
|
14
15
|
export interface GetActivityTaskCommandOutput
|
|
15
16
|
extends GetActivityTaskOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetExecutionHistoryCommandInput
|
|
14
15
|
extends GetExecutionHistoryInput {}
|
|
15
16
|
export interface GetExecutionHistoryCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListActivitiesCommandInput extends ListActivitiesInput {}
|
|
11
12
|
export interface ListActivitiesCommandOutput
|
|
12
13
|
extends ListActivitiesOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListExecutionsCommandInput extends ListExecutionsInput {}
|
|
11
12
|
export interface ListExecutionsCommandOutput
|
|
12
13
|
extends ListExecutionsOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListMapRunsCommandInput extends ListMapRunsInput {}
|
|
11
12
|
export interface ListMapRunsCommandOutput
|
|
12
13
|
extends ListMapRunsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListStateMachineAliasesCommandInput
|
|
14
15
|
extends ListStateMachineAliasesInput {}
|
|
15
16
|
export interface ListStateMachineAliasesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListStateMachineVersionsCommandInput
|
|
14
15
|
extends ListStateMachineVersionsInput {}
|
|
15
16
|
export interface ListStateMachineVersionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListStateMachinesCommandInput extends ListStateMachinesInput {}
|
|
14
15
|
export interface ListStateMachinesCommandOutput
|
|
15
16
|
extends ListStateMachinesOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceInput {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PublishStateMachineVersionCommandInput
|
|
14
15
|
extends PublishStateMachineVersionInput {}
|
|
15
16
|
export interface PublishStateMachineVersionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RedriveExecutionCommandInput extends RedriveExecutionInput {}
|
|
14
15
|
export interface RedriveExecutionCommandOutput
|
|
15
16
|
extends RedriveExecutionOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SendTaskFailureCommandInput extends SendTaskFailureInput {}
|
|
14
15
|
export interface SendTaskFailureCommandOutput
|
|
15
16
|
extends SendTaskFailureOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SendTaskHeartbeatCommandInput extends SendTaskHeartbeatInput {}
|
|
14
15
|
export interface SendTaskHeartbeatCommandOutput
|
|
15
16
|
extends SendTaskHeartbeatOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SendTaskSuccessCommandInput extends SendTaskSuccessInput {}
|
|
14
15
|
export interface SendTaskSuccessCommandOutput
|
|
15
16
|
extends SendTaskSuccessOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartExecutionCommandInput extends StartExecutionInput {}
|
|
11
12
|
export interface StartExecutionCommandOutput
|
|
12
13
|
extends StartExecutionOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartSyncExecutionCommandInput
|
|
14
15
|
extends StartSyncExecutionInput {}
|
|
15
16
|
export interface StartSyncExecutionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StopExecutionCommandInput extends StopExecutionInput {}
|
|
11
12
|
export interface StopExecutionCommandOutput
|
|
12
13
|
extends StopExecutionOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TestStateCommandInput extends TestStateInput {}
|
|
11
12
|
export interface TestStateCommandOutput
|
|
12
13
|
extends TestStateOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
11
12
|
export interface UntagResourceCommandOutput
|
|
12
13
|
extends UntagResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SFNClientResolvedConfig,
|
|
8
8
|
} from "../SFNClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateMapRunCommandInput extends UpdateMapRunInput {}
|
|
11
12
|
export interface UpdateMapRunCommandOutput
|
|
12
13
|
extends UpdateMapRunOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateStateMachineAliasCommandInput
|
|
14
15
|
extends UpdateStateMachineAliasInput {}
|
|
15
16
|
export interface UpdateStateMachineAliasCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateStateMachineCommandInput
|
|
14
15
|
extends UpdateStateMachineInput {}
|
|
15
16
|
export interface UpdateStateMachineCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SFNClientResolvedConfig,
|
|
11
11
|
} from "../SFNClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ValidateStateMachineDefinitionCommandInput
|
|
14
15
|
extends ValidateStateMachineDefinitionInput {}
|
|
15
16
|
export interface ValidateStateMachineDefinitionCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class SFNServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: SFNClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sfn",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sfn",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|