@aws-sdk/client-transfer 3.37.0 → 3.38.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 CHANGED
@@ -3,6 +3,18 @@
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
19
 
8
20
 
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./CreateAccessCommand"), exports);
5
+ tslib_1.__exportStar(require("./CreateServerCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateUserCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateWorkflowCommand"), exports);
8
+ tslib_1.__exportStar(require("./DeleteAccessCommand"), exports);
9
+ tslib_1.__exportStar(require("./DeleteServerCommand"), exports);
10
+ tslib_1.__exportStar(require("./DeleteSshPublicKeyCommand"), exports);
11
+ tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
12
+ tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
13
+ tslib_1.__exportStar(require("./DescribeAccessCommand"), exports);
14
+ tslib_1.__exportStar(require("./DescribeExecutionCommand"), exports);
15
+ tslib_1.__exportStar(require("./DescribeSecurityPolicyCommand"), exports);
16
+ tslib_1.__exportStar(require("./DescribeServerCommand"), exports);
17
+ tslib_1.__exportStar(require("./DescribeUserCommand"), exports);
18
+ tslib_1.__exportStar(require("./DescribeWorkflowCommand"), exports);
19
+ tslib_1.__exportStar(require("./ImportSshPublicKeyCommand"), exports);
20
+ tslib_1.__exportStar(require("./ListAccessesCommand"), exports);
21
+ tslib_1.__exportStar(require("./ListExecutionsCommand"), exports);
22
+ tslib_1.__exportStar(require("./ListSecurityPoliciesCommand"), exports);
23
+ tslib_1.__exportStar(require("./ListServersCommand"), exports);
24
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
25
+ tslib_1.__exportStar(require("./ListUsersCommand"), exports);
26
+ tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
27
+ tslib_1.__exportStar(require("./SendWorkflowStepStateCommand"), exports);
28
+ tslib_1.__exportStar(require("./StartServerCommand"), exports);
29
+ tslib_1.__exportStar(require("./StopServerCommand"), exports);
30
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
31
+ tslib_1.__exportStar(require("./TestIdentityProviderCommand"), exports);
32
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
33
+ tslib_1.__exportStar(require("./UpdateAccessCommand"), exports);
34
+ tslib_1.__exportStar(require("./UpdateServerCommand"), exports);
35
+ tslib_1.__exportStar(require("./UpdateUserCommand"), exports);
package/dist-cjs/index.js CHANGED
@@ -1,46 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./TransferClient"), exports);
5
4
  tslib_1.__exportStar(require("./Transfer"), exports);
6
- tslib_1.__exportStar(require("./commands/CreateAccessCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/CreateServerCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CreateUserCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/CreateWorkflowCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/DeleteAccessCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/DeleteServerCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/DeleteSshPublicKeyCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/DeleteUserCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/DeleteWorkflowCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/DescribeAccessCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/DescribeExecutionCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/DescribeSecurityPolicyCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/DescribeServerCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/DescribeUserCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/DescribeWorkflowCommand"), exports);
21
- tslib_1.__exportStar(require("./commands/ImportSshPublicKeyCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/ListAccessesCommand"), exports);
23
- tslib_1.__exportStar(require("./pagination/ListAccessesPaginator"), exports);
24
- tslib_1.__exportStar(require("./commands/ListExecutionsCommand"), exports);
25
- tslib_1.__exportStar(require("./pagination/ListExecutionsPaginator"), exports);
26
- tslib_1.__exportStar(require("./commands/ListSecurityPoliciesCommand"), exports);
27
- tslib_1.__exportStar(require("./pagination/ListSecurityPoliciesPaginator"), exports);
28
- tslib_1.__exportStar(require("./commands/ListServersCommand"), exports);
29
- tslib_1.__exportStar(require("./pagination/ListServersPaginator"), exports);
30
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
31
- tslib_1.__exportStar(require("./pagination/ListTagsForResourcePaginator"), exports);
32
- tslib_1.__exportStar(require("./commands/ListUsersCommand"), exports);
33
- tslib_1.__exportStar(require("./pagination/ListUsersPaginator"), exports);
34
- tslib_1.__exportStar(require("./commands/ListWorkflowsCommand"), exports);
35
- tslib_1.__exportStar(require("./pagination/ListWorkflowsPaginator"), exports);
36
- tslib_1.__exportStar(require("./commands/SendWorkflowStepStateCommand"), exports);
37
- tslib_1.__exportStar(require("./commands/StartServerCommand"), exports);
38
- tslib_1.__exportStar(require("./commands/StopServerCommand"), exports);
39
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
40
- tslib_1.__exportStar(require("./commands/TestIdentityProviderCommand"), exports);
41
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
42
- tslib_1.__exportStar(require("./commands/UpdateAccessCommand"), exports);
43
- tslib_1.__exportStar(require("./commands/UpdateServerCommand"), exports);
44
- tslib_1.__exportStar(require("./commands/UpdateUserCommand"), exports);
45
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
46
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./TransferClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./Interfaces"), exports);
5
+ tslib_1.__exportStar(require("./ListAccessesPaginator"), exports);
6
+ tslib_1.__exportStar(require("./ListExecutionsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListSecurityPoliciesPaginator"), exports);
8
+ tslib_1.__exportStar(require("./ListServersPaginator"), exports);
9
+ tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
10
+ tslib_1.__exportStar(require("./ListUsersPaginator"), exports);
11
+ tslib_1.__exportStar(require("./ListWorkflowsPaginator"), exports);
@@ -0,0 +1,32 @@
1
+ export * from "./CreateAccessCommand";
2
+ export * from "./CreateServerCommand";
3
+ export * from "./CreateUserCommand";
4
+ export * from "./CreateWorkflowCommand";
5
+ export * from "./DeleteAccessCommand";
6
+ export * from "./DeleteServerCommand";
7
+ export * from "./DeleteSshPublicKeyCommand";
8
+ export * from "./DeleteUserCommand";
9
+ export * from "./DeleteWorkflowCommand";
10
+ export * from "./DescribeAccessCommand";
11
+ export * from "./DescribeExecutionCommand";
12
+ export * from "./DescribeSecurityPolicyCommand";
13
+ export * from "./DescribeServerCommand";
14
+ export * from "./DescribeUserCommand";
15
+ export * from "./DescribeWorkflowCommand";
16
+ export * from "./ImportSshPublicKeyCommand";
17
+ export * from "./ListAccessesCommand";
18
+ export * from "./ListExecutionsCommand";
19
+ export * from "./ListSecurityPoliciesCommand";
20
+ export * from "./ListServersCommand";
21
+ export * from "./ListTagsForResourceCommand";
22
+ export * from "./ListUsersCommand";
23
+ export * from "./ListWorkflowsCommand";
24
+ export * from "./SendWorkflowStepStateCommand";
25
+ export * from "./StartServerCommand";
26
+ export * from "./StopServerCommand";
27
+ export * from "./TagResourceCommand";
28
+ export * from "./TestIdentityProviderCommand";
29
+ export * from "./UntagResourceCommand";
30
+ export * from "./UpdateAccessCommand";
31
+ export * from "./UpdateServerCommand";
32
+ export * from "./UpdateUserCommand";
package/dist-es/index.js CHANGED
@@ -1,43 +1,5 @@
1
- export * from "./TransferClient";
2
1
  export * from "./Transfer";
3
- export * from "./commands/CreateAccessCommand";
4
- export * from "./commands/CreateServerCommand";
5
- export * from "./commands/CreateUserCommand";
6
- export * from "./commands/CreateWorkflowCommand";
7
- export * from "./commands/DeleteAccessCommand";
8
- export * from "./commands/DeleteServerCommand";
9
- export * from "./commands/DeleteSshPublicKeyCommand";
10
- export * from "./commands/DeleteUserCommand";
11
- export * from "./commands/DeleteWorkflowCommand";
12
- export * from "./commands/DescribeAccessCommand";
13
- export * from "./commands/DescribeExecutionCommand";
14
- export * from "./commands/DescribeSecurityPolicyCommand";
15
- export * from "./commands/DescribeServerCommand";
16
- export * from "./commands/DescribeUserCommand";
17
- export * from "./commands/DescribeWorkflowCommand";
18
- export * from "./commands/ImportSshPublicKeyCommand";
19
- export * from "./commands/ListAccessesCommand";
20
- export * from "./pagination/ListAccessesPaginator";
21
- export * from "./commands/ListExecutionsCommand";
22
- export * from "./pagination/ListExecutionsPaginator";
23
- export * from "./commands/ListSecurityPoliciesCommand";
24
- export * from "./pagination/ListSecurityPoliciesPaginator";
25
- export * from "./commands/ListServersCommand";
26
- export * from "./pagination/ListServersPaginator";
27
- export * from "./commands/ListTagsForResourceCommand";
28
- export * from "./pagination/ListTagsForResourcePaginator";
29
- export * from "./commands/ListUsersCommand";
30
- export * from "./pagination/ListUsersPaginator";
31
- export * from "./commands/ListWorkflowsCommand";
32
- export * from "./pagination/ListWorkflowsPaginator";
33
- export * from "./commands/SendWorkflowStepStateCommand";
34
- export * from "./commands/StartServerCommand";
35
- export * from "./commands/StopServerCommand";
36
- export * from "./commands/TagResourceCommand";
37
- export * from "./commands/TestIdentityProviderCommand";
38
- export * from "./commands/UntagResourceCommand";
39
- export * from "./commands/UpdateAccessCommand";
40
- export * from "./commands/UpdateServerCommand";
41
- export * from "./commands/UpdateUserCommand";
42
- export * from "./pagination/Interfaces";
43
- export * from "./models/index";
2
+ export * from "./TransferClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,8 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListAccessesPaginator";
3
+ export * from "./ListExecutionsPaginator";
4
+ export * from "./ListSecurityPoliciesPaginator";
5
+ export * from "./ListServersPaginator";
6
+ export * from "./ListTagsForResourcePaginator";
7
+ export * from "./ListUsersPaginator";
8
+ export * from "./ListWorkflowsPaginator";
@@ -0,0 +1,32 @@
1
+ export * from "./CreateAccessCommand";
2
+ export * from "./CreateServerCommand";
3
+ export * from "./CreateUserCommand";
4
+ export * from "./CreateWorkflowCommand";
5
+ export * from "./DeleteAccessCommand";
6
+ export * from "./DeleteServerCommand";
7
+ export * from "./DeleteSshPublicKeyCommand";
8
+ export * from "./DeleteUserCommand";
9
+ export * from "./DeleteWorkflowCommand";
10
+ export * from "./DescribeAccessCommand";
11
+ export * from "./DescribeExecutionCommand";
12
+ export * from "./DescribeSecurityPolicyCommand";
13
+ export * from "./DescribeServerCommand";
14
+ export * from "./DescribeUserCommand";
15
+ export * from "./DescribeWorkflowCommand";
16
+ export * from "./ImportSshPublicKeyCommand";
17
+ export * from "./ListAccessesCommand";
18
+ export * from "./ListExecutionsCommand";
19
+ export * from "./ListSecurityPoliciesCommand";
20
+ export * from "./ListServersCommand";
21
+ export * from "./ListTagsForResourceCommand";
22
+ export * from "./ListUsersCommand";
23
+ export * from "./ListWorkflowsCommand";
24
+ export * from "./SendWorkflowStepStateCommand";
25
+ export * from "./StartServerCommand";
26
+ export * from "./StopServerCommand";
27
+ export * from "./TagResourceCommand";
28
+ export * from "./TestIdentityProviderCommand";
29
+ export * from "./UntagResourceCommand";
30
+ export * from "./UpdateAccessCommand";
31
+ export * from "./UpdateServerCommand";
32
+ export * from "./UpdateUserCommand";
@@ -1,43 +1,5 @@
1
- export * from "./TransferClient";
2
1
  export * from "./Transfer";
3
- export * from "./commands/CreateAccessCommand";
4
- export * from "./commands/CreateServerCommand";
5
- export * from "./commands/CreateUserCommand";
6
- export * from "./commands/CreateWorkflowCommand";
7
- export * from "./commands/DeleteAccessCommand";
8
- export * from "./commands/DeleteServerCommand";
9
- export * from "./commands/DeleteSshPublicKeyCommand";
10
- export * from "./commands/DeleteUserCommand";
11
- export * from "./commands/DeleteWorkflowCommand";
12
- export * from "./commands/DescribeAccessCommand";
13
- export * from "./commands/DescribeExecutionCommand";
14
- export * from "./commands/DescribeSecurityPolicyCommand";
15
- export * from "./commands/DescribeServerCommand";
16
- export * from "./commands/DescribeUserCommand";
17
- export * from "./commands/DescribeWorkflowCommand";
18
- export * from "./commands/ImportSshPublicKeyCommand";
19
- export * from "./commands/ListAccessesCommand";
20
- export * from "./pagination/ListAccessesPaginator";
21
- export * from "./commands/ListExecutionsCommand";
22
- export * from "./pagination/ListExecutionsPaginator";
23
- export * from "./commands/ListSecurityPoliciesCommand";
24
- export * from "./pagination/ListSecurityPoliciesPaginator";
25
- export * from "./commands/ListServersCommand";
26
- export * from "./pagination/ListServersPaginator";
27
- export * from "./commands/ListTagsForResourceCommand";
28
- export * from "./pagination/ListTagsForResourcePaginator";
29
- export * from "./commands/ListUsersCommand";
30
- export * from "./pagination/ListUsersPaginator";
31
- export * from "./commands/ListWorkflowsCommand";
32
- export * from "./pagination/ListWorkflowsPaginator";
33
- export * from "./commands/SendWorkflowStepStateCommand";
34
- export * from "./commands/StartServerCommand";
35
- export * from "./commands/StopServerCommand";
36
- export * from "./commands/TagResourceCommand";
37
- export * from "./commands/TestIdentityProviderCommand";
38
- export * from "./commands/UntagResourceCommand";
39
- export * from "./commands/UpdateAccessCommand";
40
- export * from "./commands/UpdateServerCommand";
41
- export * from "./commands/UpdateUserCommand";
42
- export * from "./pagination/Interfaces";
43
- export * from "./models/index";
2
+ export * from "./TransferClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,8 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListAccessesPaginator";
3
+ export * from "./ListExecutionsPaginator";
4
+ export * from "./ListSecurityPoliciesPaginator";
5
+ export * from "./ListServersPaginator";
6
+ export * from "./ListTagsForResourcePaginator";
7
+ export * from "./ListUsersPaginator";
8
+ export * from "./ListWorkflowsPaginator";
@@ -0,0 +1,32 @@
1
+ export * from "./CreateAccessCommand";
2
+ export * from "./CreateServerCommand";
3
+ export * from "./CreateUserCommand";
4
+ export * from "./CreateWorkflowCommand";
5
+ export * from "./DeleteAccessCommand";
6
+ export * from "./DeleteServerCommand";
7
+ export * from "./DeleteSshPublicKeyCommand";
8
+ export * from "./DeleteUserCommand";
9
+ export * from "./DeleteWorkflowCommand";
10
+ export * from "./DescribeAccessCommand";
11
+ export * from "./DescribeExecutionCommand";
12
+ export * from "./DescribeSecurityPolicyCommand";
13
+ export * from "./DescribeServerCommand";
14
+ export * from "./DescribeUserCommand";
15
+ export * from "./DescribeWorkflowCommand";
16
+ export * from "./ImportSshPublicKeyCommand";
17
+ export * from "./ListAccessesCommand";
18
+ export * from "./ListExecutionsCommand";
19
+ export * from "./ListSecurityPoliciesCommand";
20
+ export * from "./ListServersCommand";
21
+ export * from "./ListTagsForResourceCommand";
22
+ export * from "./ListUsersCommand";
23
+ export * from "./ListWorkflowsCommand";
24
+ export * from "./SendWorkflowStepStateCommand";
25
+ export * from "./StartServerCommand";
26
+ export * from "./StopServerCommand";
27
+ export * from "./TagResourceCommand";
28
+ export * from "./TestIdentityProviderCommand";
29
+ export * from "./UntagResourceCommand";
30
+ export * from "./UpdateAccessCommand";
31
+ export * from "./UpdateServerCommand";
32
+ export * from "./UpdateUserCommand";
@@ -1,43 +1,5 @@
1
- export * from "./TransferClient";
2
1
  export * from "./Transfer";
3
- export * from "./commands/CreateAccessCommand";
4
- export * from "./commands/CreateServerCommand";
5
- export * from "./commands/CreateUserCommand";
6
- export * from "./commands/CreateWorkflowCommand";
7
- export * from "./commands/DeleteAccessCommand";
8
- export * from "./commands/DeleteServerCommand";
9
- export * from "./commands/DeleteSshPublicKeyCommand";
10
- export * from "./commands/DeleteUserCommand";
11
- export * from "./commands/DeleteWorkflowCommand";
12
- export * from "./commands/DescribeAccessCommand";
13
- export * from "./commands/DescribeExecutionCommand";
14
- export * from "./commands/DescribeSecurityPolicyCommand";
15
- export * from "./commands/DescribeServerCommand";
16
- export * from "./commands/DescribeUserCommand";
17
- export * from "./commands/DescribeWorkflowCommand";
18
- export * from "./commands/ImportSshPublicKeyCommand";
19
- export * from "./commands/ListAccessesCommand";
20
- export * from "./pagination/ListAccessesPaginator";
21
- export * from "./commands/ListExecutionsCommand";
22
- export * from "./pagination/ListExecutionsPaginator";
23
- export * from "./commands/ListSecurityPoliciesCommand";
24
- export * from "./pagination/ListSecurityPoliciesPaginator";
25
- export * from "./commands/ListServersCommand";
26
- export * from "./pagination/ListServersPaginator";
27
- export * from "./commands/ListTagsForResourceCommand";
28
- export * from "./pagination/ListTagsForResourcePaginator";
29
- export * from "./commands/ListUsersCommand";
30
- export * from "./pagination/ListUsersPaginator";
31
- export * from "./commands/ListWorkflowsCommand";
32
- export * from "./pagination/ListWorkflowsPaginator";
33
- export * from "./commands/SendWorkflowStepStateCommand";
34
- export * from "./commands/StartServerCommand";
35
- export * from "./commands/StopServerCommand";
36
- export * from "./commands/TagResourceCommand";
37
- export * from "./commands/TestIdentityProviderCommand";
38
- export * from "./commands/UntagResourceCommand";
39
- export * from "./commands/UpdateAccessCommand";
40
- export * from "./commands/UpdateServerCommand";
41
- export * from "./commands/UpdateUserCommand";
42
- export * from "./pagination/Interfaces";
43
- export * from "./models/index";
2
+ export * from "./TransferClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,8 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListAccessesPaginator";
3
+ export * from "./ListExecutionsPaginator";
4
+ export * from "./ListSecurityPoliciesPaginator";
5
+ export * from "./ListServersPaginator";
6
+ export * from "./ListTagsForResourcePaginator";
7
+ export * from "./ListUsersPaginator";
8
+ export * from "./ListWorkflowsPaginator";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transfer",
3
3
  "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
4
- "version": "3.37.0",
4
+ "version": "3.38.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,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "^1.0.0",
23
23
  "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
24
+ "@aws-sdk/client-sts": "3.38.0",
25
+ "@aws-sdk/config-resolver": "3.38.0",
26
+ "@aws-sdk/credential-provider-node": "3.38.0",
27
+ "@aws-sdk/fetch-http-handler": "3.38.0",
28
+ "@aws-sdk/hash-node": "3.38.0",
29
+ "@aws-sdk/invalid-dependency": "3.38.0",
30
+ "@aws-sdk/middleware-content-length": "3.38.0",
31
+ "@aws-sdk/middleware-host-header": "3.38.0",
32
+ "@aws-sdk/middleware-logger": "3.38.0",
33
+ "@aws-sdk/middleware-retry": "3.38.0",
34
+ "@aws-sdk/middleware-serde": "3.38.0",
35
+ "@aws-sdk/middleware-signing": "3.38.0",
36
+ "@aws-sdk/middleware-stack": "3.38.0",
37
+ "@aws-sdk/middleware-user-agent": "3.38.0",
38
+ "@aws-sdk/node-config-provider": "3.38.0",
39
+ "@aws-sdk/node-http-handler": "3.38.0",
40
+ "@aws-sdk/protocol-http": "3.38.0",
41
+ "@aws-sdk/smithy-client": "3.38.0",
42
+ "@aws-sdk/types": "3.38.0",
43
+ "@aws-sdk/url-parser": "3.38.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.38.0",
49
+ "@aws-sdk/util-user-agent-node": "3.38.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/client-documentation-generator": "3.37.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
56
56
  "@types/node": "^12.7.5",
57
57
  "downlevel-dts": "0.7.0",
58
58
  "jest": "^26.1.0",