@aws-sdk/client-swf 3.40.0 → 3.45.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +1 -1
  5. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +1 -1
  6. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +1 -1
  7. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +1 -1
  8. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +1 -1
  9. package/dist-types/commands/DeprecateDomainCommand.d.ts +1 -1
  10. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +1 -1
  15. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +1 -1
  16. package/dist-types/commands/ListActivityTypesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  21. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +1 -1
  22. package/dist-types/commands/PollForActivityTaskCommand.d.ts +1 -1
  23. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +1 -1
  24. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +1 -1
  25. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +1 -1
  26. package/dist-types/commands/RegisterDomainCommand.d.ts +1 -1
  27. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +1 -1
  28. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +1 -1
  29. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +1 -1
  30. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +1 -1
  31. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +1 -1
  32. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +1 -1
  33. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +1 -1
  34. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +1 -1
  35. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  36. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +1 -1
  37. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +1 -1
  38. package/dist-types/commands/UndeprecateDomainCommand.d.ts +1 -1
  39. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +1 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  41. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-swf
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-swf
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -81,6 +81,7 @@ const partitionHash = {
81
81
  "ap-south-1",
82
82
  "ap-southeast-1",
83
83
  "ap-southeast-2",
84
+ "ap-southeast-3",
84
85
  "ca-central-1",
85
86
  "eu-central-1",
86
87
  "eu-north-1",
@@ -149,6 +150,10 @@ const partitionHash = {
149
150
  hostname: "swf.{region}.c2s.ic.gov",
150
151
  tags: [],
151
152
  },
153
+ {
154
+ hostname: "swf-fips.{region}.c2s.ic.gov",
155
+ tags: ["fips"],
156
+ },
152
157
  ],
153
158
  },
154
159
  "aws-iso-b": {
@@ -159,6 +164,10 @@ const partitionHash = {
159
164
  hostname: "swf.{region}.sc2s.sgov.gov",
160
165
  tags: [],
161
166
  },
167
+ {
168
+ hostname: "swf-fips.{region}.sc2s.sgov.gov",
169
+ tags: ["fips"],
170
+ },
162
171
  ],
163
172
  },
164
173
  "aws-us-gov": {
@@ -79,6 +79,7 @@ var partitionHash = {
79
79
  "ap-south-1",
80
80
  "ap-southeast-1",
81
81
  "ap-southeast-2",
82
+ "ap-southeast-3",
82
83
  "ca-central-1",
83
84
  "eu-central-1",
84
85
  "eu-north-1",
@@ -147,6 +148,10 @@ var partitionHash = {
147
148
  hostname: "swf.{region}.c2s.ic.gov",
148
149
  tags: [],
149
150
  },
151
+ {
152
+ hostname: "swf-fips.{region}.c2s.ic.gov",
153
+ tags: ["fips"],
154
+ },
150
155
  ],
151
156
  },
152
157
  "aws-iso-b": {
@@ -157,6 +162,10 @@ var partitionHash = {
157
162
  hostname: "swf.{region}.sc2s.sgov.gov",
158
163
  tags: [],
159
164
  },
165
+ {
166
+ hostname: "swf-fips.{region}.sc2s.sgov.gov",
167
+ tags: ["fips"],
168
+ },
160
169
  ],
161
170
  },
162
171
  "aws-us-gov": {
@@ -66,7 +66,7 @@ export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExec
66
66
  *
67
67
  * @see {@link CountClosedWorkflowExecutionsCommandInput} for command's `input` shape.
68
68
  * @see {@link CountClosedWorkflowExecutionsCommandOutput} for command's `response` shape.
69
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
69
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
70
70
  *
71
71
  */
72
72
  export declare class CountClosedWorkflowExecutionsCommand extends $Command<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
@@ -66,7 +66,7 @@ export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecut
66
66
  *
67
67
  * @see {@link CountOpenWorkflowExecutionsCommandInput} for command's `input` shape.
68
68
  * @see {@link CountOpenWorkflowExecutionsCommandOutput} for command's `response` shape.
69
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
69
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
70
70
  *
71
71
  */
72
72
  export declare class CountOpenWorkflowExecutionsCommand extends $Command<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount
47
47
  *
48
48
  * @see {@link CountPendingActivityTasksCommandInput} for command's `input` shape.
49
49
  * @see {@link CountPendingActivityTasksCommandOutput} for command's `response` shape.
50
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class CountPendingActivityTasksCommand extends $Command<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount
47
47
  *
48
48
  * @see {@link CountPendingDecisionTasksCommandInput} for command's `input` shape.
49
49
  * @see {@link CountPendingDecisionTasksCommandOutput} for command's `response` shape.
50
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class CountPendingDecisionTasksCommand extends $Command<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig> {
@@ -62,7 +62,7 @@ export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
62
62
  *
63
63
  * @see {@link DeprecateActivityTypeCommandInput} for command's `input` shape.
64
64
  * @see {@link DeprecateActivityTypeCommandOutput} for command's `response` shape.
65
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
65
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
66
66
  *
67
67
  */
68
68
  export declare class DeprecateActivityTypeCommand extends $Command<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig> {
@@ -51,7 +51,7 @@ export interface DeprecateDomainCommandOutput extends __MetadataBearer {
51
51
  *
52
52
  * @see {@link DeprecateDomainCommandInput} for command's `input` shape.
53
53
  * @see {@link DeprecateDomainCommandOutput} for command's `response` shape.
54
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
55
55
  *
56
56
  */
57
57
  export declare class DeprecateDomainCommand extends $Command<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig> {
@@ -63,7 +63,7 @@ export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
63
63
  *
64
64
  * @see {@link DeprecateWorkflowTypeCommandInput} for command's `input` shape.
65
65
  * @see {@link DeprecateWorkflowTypeCommandOutput} for command's `response` shape.
66
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
66
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
67
67
  *
68
68
  */
69
69
  export declare class DeprecateWorkflowTypeCommand extends $Command<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, _
58
58
  *
59
59
  * @see {@link DescribeActivityTypeCommandInput} for command's `input` shape.
60
60
  * @see {@link DescribeActivityTypeCommandOutput} for command's `response` shape.
61
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class DescribeActivityTypeCommand extends $Command<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBea
44
44
  *
45
45
  * @see {@link DescribeDomainCommandInput} for command's `input` shape.
46
46
  * @see {@link DescribeDomainCommandOutput} for command's `response` shape.
47
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class DescribeDomainCommand extends $Command<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig> {
@@ -48,7 +48,7 @@ export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutio
48
48
  *
49
49
  * @see {@link DescribeWorkflowExecutionCommandInput} for command's `input` shape.
50
50
  * @see {@link DescribeWorkflowExecutionCommandOutput} for command's `response` shape.
51
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
51
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
52
52
  *
53
53
  */
54
54
  export declare class DescribeWorkflowExecutionCommand extends $Command<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface DescribeWorkflowTypeCommandOutput extends WorkflowTypeDetail, _
58
58
  *
59
59
  * @see {@link DescribeWorkflowTypeCommandInput} for command's `input` shape.
60
60
  * @see {@link DescribeWorkflowTypeCommandOutput} for command's `response` shape.
61
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class DescribeWorkflowTypeCommand extends $Command<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig> {
@@ -49,7 +49,7 @@ export interface GetWorkflowExecutionHistoryCommandOutput extends History, __Met
49
49
  *
50
50
  * @see {@link GetWorkflowExecutionHistoryCommandInput} for command's `input` shape.
51
51
  * @see {@link GetWorkflowExecutionHistoryCommandOutput} for command's `response` shape.
52
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
52
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
53
53
  *
54
54
  */
55
55
  export declare class GetWorkflowExecutionHistoryCommand extends $Command<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface ListActivityTypesCommandOutput extends ActivityTypeInfos, __Met
47
47
  *
48
48
  * @see {@link ListActivityTypesCommandInput} for command's `input` shape.
49
49
  * @see {@link ListActivityTypesCommandOutput} for command's `response` shape.
50
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class ListActivityTypesCommand extends $Command<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig> {
@@ -67,7 +67,7 @@ export interface ListClosedWorkflowExecutionsCommandOutput extends WorkflowExecu
67
67
  *
68
68
  * @see {@link ListClosedWorkflowExecutionsCommandInput} for command's `input` shape.
69
69
  * @see {@link ListClosedWorkflowExecutionsCommandOutput} for command's `response` shape.
70
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
70
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
71
71
  *
72
72
  */
73
73
  export declare class ListClosedWorkflowExecutionsCommand extends $Command<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
@@ -51,7 +51,7 @@ export interface ListDomainsCommandOutput extends DomainInfos, __MetadataBearer
51
51
  *
52
52
  * @see {@link ListDomainsCommandInput} for command's `input` shape.
53
53
  * @see {@link ListDomainsCommandOutput} for command's `response` shape.
54
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
55
55
  *
56
56
  */
57
57
  export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig> {
@@ -67,7 +67,7 @@ export interface ListOpenWorkflowExecutionsCommandOutput extends WorkflowExecuti
67
67
  *
68
68
  * @see {@link ListOpenWorkflowExecutionsCommandInput} for command's `input` shape.
69
69
  * @see {@link ListOpenWorkflowExecutionsCommandOutput} for command's `response` shape.
70
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
70
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
71
71
  *
72
72
  */
73
73
  export declare class ListOpenWorkflowExecutionsCommand extends $Command<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __Met
44
44
  *
45
45
  * @see {@link ListWorkflowTypesCommandInput} for command's `input` shape.
46
46
  * @see {@link ListWorkflowTypesCommandOutput} for command's `response` shape.
47
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class ListWorkflowTypesCommand extends $Command<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig> {
@@ -55,7 +55,7 @@ export interface PollForActivityTaskCommandOutput extends ActivityTask, __Metada
55
55
  *
56
56
  * @see {@link PollForActivityTaskCommandInput} for command's `input` shape.
57
57
  * @see {@link PollForActivityTaskCommandOutput} for command's `response` shape.
58
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
58
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
59
59
  *
60
60
  */
61
61
  export declare class PollForActivityTaskCommand extends $Command<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig> {
@@ -67,7 +67,7 @@ export interface PollForDecisionTaskCommandOutput extends DecisionTask, __Metada
67
67
  *
68
68
  * @see {@link PollForDecisionTaskCommandInput} for command's `input` shape.
69
69
  * @see {@link PollForDecisionTaskCommandOutput} for command's `response` shape.
70
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
70
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
71
71
  *
72
72
  */
73
73
  export declare class PollForDecisionTaskCommand extends $Command<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig> {
@@ -67,7 +67,7 @@ export interface RecordActivityTaskHeartbeatCommandOutput extends ActivityTaskSt
67
67
  *
68
68
  * @see {@link RecordActivityTaskHeartbeatCommandInput} for command's `input` shape.
69
69
  * @see {@link RecordActivityTaskHeartbeatCommandOutput} for command's `response` shape.
70
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
70
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
71
71
  *
72
72
  */
73
73
  export declare class RecordActivityTaskHeartbeatCommand extends $Command<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig> {
@@ -66,7 +66,7 @@ export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {
66
66
  *
67
67
  * @see {@link RegisterActivityTypeCommandInput} for command's `input` shape.
68
68
  * @see {@link RegisterActivityTypeCommandOutput} for command's `response` shape.
69
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
69
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
70
70
  *
71
71
  */
72
72
  export declare class RegisterActivityTypeCommand extends $Command<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface RegisterDomainCommandOutput extends __MetadataBearer {
43
43
  *
44
44
  * @see {@link RegisterDomainCommandInput} for command's `input` shape.
45
45
  * @see {@link RegisterDomainCommandOutput} for command's `response` shape.
46
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class RegisterDomainCommand extends $Command<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig> {
@@ -67,7 +67,7 @@ export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {
67
67
  *
68
68
  * @see {@link RegisterWorkflowTypeCommandInput} for command's `input` shape.
69
69
  * @see {@link RegisterWorkflowTypeCommandOutput} for command's `response` shape.
70
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
70
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
71
71
  *
72
72
  */
73
73
  export declare class RegisterWorkflowTypeCommand extends $Command<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface RequestCancelWorkflowExecutionCommandOutput extends __MetadataB
58
58
  *
59
59
  * @see {@link RequestCancelWorkflowExecutionCommandInput} for command's `input` shape.
60
60
  * @see {@link RequestCancelWorkflowExecutionCommandOutput} for command's `response` shape.
61
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class RequestCancelWorkflowExecutionCommand extends $Command<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig> {
@@ -61,7 +61,7 @@ export interface RespondActivityTaskCanceledCommandOutput extends __MetadataBear
61
61
  *
62
62
  * @see {@link RespondActivityTaskCanceledCommandInput} for command's `input` shape.
63
63
  * @see {@link RespondActivityTaskCanceledCommandOutput} for command's `response` shape.
64
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
64
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
65
65
  *
66
66
  */
67
67
  export declare class RespondActivityTaskCanceledCommand extends $Command<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig> {
@@ -59,7 +59,7 @@ export interface RespondActivityTaskCompletedCommandOutput extends __MetadataBea
59
59
  *
60
60
  * @see {@link RespondActivityTaskCompletedCommandInput} for command's `input` shape.
61
61
  * @see {@link RespondActivityTaskCompletedCommandOutput} for command's `response` shape.
62
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
62
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
63
63
  *
64
64
  */
65
65
  export declare class RespondActivityTaskCompletedCommand extends $Command<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig> {
@@ -52,7 +52,7 @@ export interface RespondActivityTaskFailedCommandOutput extends __MetadataBearer
52
52
  *
53
53
  * @see {@link RespondActivityTaskFailedCommandInput} for command's `input` shape.
54
54
  * @see {@link RespondActivityTaskFailedCommandOutput} for command's `response` shape.
55
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
55
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
56
56
  *
57
57
  */
58
58
  export declare class RespondActivityTaskFailedCommand extends $Command<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBea
39
39
  *
40
40
  * @see {@link RespondDecisionTaskCompletedCommandInput} for command's `input` shape.
41
41
  * @see {@link RespondDecisionTaskCompletedCommandOutput} for command's `response` shape.
42
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class RespondDecisionTaskCompletedCommand extends $Command<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface SignalWorkflowExecutionCommandOutput extends __MetadataBearer {
58
58
  *
59
59
  * @see {@link SignalWorkflowExecutionCommandInput} for command's `input` shape.
60
60
  * @see {@link SignalWorkflowExecutionCommandOutput} for command's `response` shape.
61
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class SignalWorkflowExecutionCommand extends $Command<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig> {
@@ -85,7 +85,7 @@ export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBear
85
85
  *
86
86
  * @see {@link StartWorkflowExecutionCommandInput} for command's `input` shape.
87
87
  * @see {@link StartWorkflowExecutionCommandOutput} for command's `response` shape.
88
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
88
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
89
89
  *
90
90
  */
91
91
  export declare class StartWorkflowExecutionCommand extends $Command<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link TagResourceCommandInput} for command's `input` shape.
25
25
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
26
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig> {
@@ -63,7 +63,7 @@ export interface TerminateWorkflowExecutionCommandOutput extends __MetadataBeare
63
63
  *
64
64
  * @see {@link TerminateWorkflowExecutionCommandInput} for command's `input` shape.
65
65
  * @see {@link TerminateWorkflowExecutionCommandOutput} for command's `response` shape.
66
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
66
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
67
67
  *
68
68
  */
69
69
  export declare class TerminateWorkflowExecutionCommand extends $Command<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig> {
@@ -61,7 +61,7 @@ export interface UndeprecateActivityTypeCommandOutput extends __MetadataBearer {
61
61
  *
62
62
  * @see {@link UndeprecateActivityTypeCommandInput} for command's `input` shape.
63
63
  * @see {@link UndeprecateActivityTypeCommandOutput} for command's `response` shape.
64
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
64
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
65
65
  *
66
66
  */
67
67
  export declare class UndeprecateActivityTypeCommand extends $Command<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig> {
@@ -48,7 +48,7 @@ export interface UndeprecateDomainCommandOutput extends __MetadataBearer {
48
48
  *
49
49
  * @see {@link UndeprecateDomainCommandInput} for command's `input` shape.
50
50
  * @see {@link UndeprecateDomainCommandOutput} for command's `response` shape.
51
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
51
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
52
52
  *
53
53
  */
54
54
  export declare class UndeprecateDomainCommand extends $Command<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig> {
@@ -61,7 +61,7 @@ export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
61
61
  *
62
62
  * @see {@link UndeprecateWorkflowTypeCommandInput} for command's `input` shape.
63
63
  * @see {@link UndeprecateWorkflowTypeCommandOutput} for command's `response` shape.
64
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
64
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
65
65
  *
66
66
  */
67
67
  export declare class UndeprecateWorkflowTypeCommand extends $Command<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SWFClientResolvedConfig | config} for SWFClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig> {
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",