@aws-sdk/client-greengrassv2 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,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./BatchAssociateClientDeviceWithCoreDeviceCommand"), exports);
5
+ tslib_1.__exportStar(require("./BatchDisassociateClientDeviceFromCoreDeviceCommand"), exports);
6
+ tslib_1.__exportStar(require("./CancelDeploymentCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateComponentVersionCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateDeploymentCommand"), exports);
9
+ tslib_1.__exportStar(require("./DeleteComponentCommand"), exports);
10
+ tslib_1.__exportStar(require("./DeleteCoreDeviceCommand"), exports);
11
+ tslib_1.__exportStar(require("./DescribeComponentCommand"), exports);
12
+ tslib_1.__exportStar(require("./GetComponentCommand"), exports);
13
+ tslib_1.__exportStar(require("./GetComponentVersionArtifactCommand"), exports);
14
+ tslib_1.__exportStar(require("./GetCoreDeviceCommand"), exports);
15
+ tslib_1.__exportStar(require("./GetDeploymentCommand"), exports);
16
+ tslib_1.__exportStar(require("./ListClientDevicesAssociatedWithCoreDeviceCommand"), exports);
17
+ tslib_1.__exportStar(require("./ListComponentVersionsCommand"), exports);
18
+ tslib_1.__exportStar(require("./ListComponentsCommand"), exports);
19
+ tslib_1.__exportStar(require("./ListCoreDevicesCommand"), exports);
20
+ tslib_1.__exportStar(require("./ListDeploymentsCommand"), exports);
21
+ tslib_1.__exportStar(require("./ListEffectiveDeploymentsCommand"), exports);
22
+ tslib_1.__exportStar(require("./ListInstalledComponentsCommand"), exports);
23
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
24
+ tslib_1.__exportStar(require("./ResolveComponentCandidatesCommand"), exports);
25
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
26
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
package/dist-cjs/index.js CHANGED
@@ -1,37 +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("./GreengrassV2Client"), exports);
5
4
  tslib_1.__exportStar(require("./GreengrassV2"), exports);
6
- tslib_1.__exportStar(require("./commands/BatchAssociateClientDeviceWithCoreDeviceCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CancelDeploymentCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/CreateComponentVersionCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/CreateDeploymentCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/DeleteComponentCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/DeleteCoreDeviceCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/DescribeComponentCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/GetComponentCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/GetComponentVersionArtifactCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/GetCoreDeviceCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/GetDeploymentCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/ListClientDevicesAssociatedWithCoreDeviceCommand"), exports);
19
- tslib_1.__exportStar(require("./pagination/ListClientDevicesAssociatedWithCoreDevicePaginator"), exports);
20
- tslib_1.__exportStar(require("./commands/ListComponentsCommand"), exports);
21
- tslib_1.__exportStar(require("./pagination/ListComponentsPaginator"), exports);
22
- tslib_1.__exportStar(require("./commands/ListComponentVersionsCommand"), exports);
23
- tslib_1.__exportStar(require("./pagination/ListComponentVersionsPaginator"), exports);
24
- tslib_1.__exportStar(require("./commands/ListCoreDevicesCommand"), exports);
25
- tslib_1.__exportStar(require("./pagination/ListCoreDevicesPaginator"), exports);
26
- tslib_1.__exportStar(require("./commands/ListDeploymentsCommand"), exports);
27
- tslib_1.__exportStar(require("./pagination/ListDeploymentsPaginator"), exports);
28
- tslib_1.__exportStar(require("./commands/ListEffectiveDeploymentsCommand"), exports);
29
- tslib_1.__exportStar(require("./pagination/ListEffectiveDeploymentsPaginator"), exports);
30
- tslib_1.__exportStar(require("./commands/ListInstalledComponentsCommand"), exports);
31
- tslib_1.__exportStar(require("./pagination/ListInstalledComponentsPaginator"), exports);
32
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
33
- tslib_1.__exportStar(require("./commands/ResolveComponentCandidatesCommand"), exports);
34
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
35
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
36
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
37
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./GreengrassV2Client"), 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("./ListClientDevicesAssociatedWithCoreDevicePaginator"), exports);
6
+ tslib_1.__exportStar(require("./ListComponentVersionsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListComponentsPaginator"), exports);
8
+ tslib_1.__exportStar(require("./ListCoreDevicesPaginator"), exports);
9
+ tslib_1.__exportStar(require("./ListDeploymentsPaginator"), exports);
10
+ tslib_1.__exportStar(require("./ListEffectiveDeploymentsPaginator"), exports);
11
+ tslib_1.__exportStar(require("./ListInstalledComponentsPaginator"), exports);
@@ -0,0 +1,23 @@
1
+ export * from "./BatchAssociateClientDeviceWithCoreDeviceCommand";
2
+ export * from "./BatchDisassociateClientDeviceFromCoreDeviceCommand";
3
+ export * from "./CancelDeploymentCommand";
4
+ export * from "./CreateComponentVersionCommand";
5
+ export * from "./CreateDeploymentCommand";
6
+ export * from "./DeleteComponentCommand";
7
+ export * from "./DeleteCoreDeviceCommand";
8
+ export * from "./DescribeComponentCommand";
9
+ export * from "./GetComponentCommand";
10
+ export * from "./GetComponentVersionArtifactCommand";
11
+ export * from "./GetCoreDeviceCommand";
12
+ export * from "./GetDeploymentCommand";
13
+ export * from "./ListClientDevicesAssociatedWithCoreDeviceCommand";
14
+ export * from "./ListComponentVersionsCommand";
15
+ export * from "./ListComponentsCommand";
16
+ export * from "./ListCoreDevicesCommand";
17
+ export * from "./ListDeploymentsCommand";
18
+ export * from "./ListEffectiveDeploymentsCommand";
19
+ export * from "./ListInstalledComponentsCommand";
20
+ export * from "./ListTagsForResourceCommand";
21
+ export * from "./ResolveComponentCandidatesCommand";
22
+ export * from "./TagResourceCommand";
23
+ export * from "./UntagResourceCommand";
package/dist-es/index.js CHANGED
@@ -1,34 +1,5 @@
1
- export * from "./GreengrassV2Client";
2
1
  export * from "./GreengrassV2";
3
- export * from "./commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
4
- export * from "./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
5
- export * from "./commands/CancelDeploymentCommand";
6
- export * from "./commands/CreateComponentVersionCommand";
7
- export * from "./commands/CreateDeploymentCommand";
8
- export * from "./commands/DeleteComponentCommand";
9
- export * from "./commands/DeleteCoreDeviceCommand";
10
- export * from "./commands/DescribeComponentCommand";
11
- export * from "./commands/GetComponentCommand";
12
- export * from "./commands/GetComponentVersionArtifactCommand";
13
- export * from "./commands/GetCoreDeviceCommand";
14
- export * from "./commands/GetDeploymentCommand";
15
- export * from "./commands/ListClientDevicesAssociatedWithCoreDeviceCommand";
16
- export * from "./pagination/ListClientDevicesAssociatedWithCoreDevicePaginator";
17
- export * from "./commands/ListComponentsCommand";
18
- export * from "./pagination/ListComponentsPaginator";
19
- export * from "./commands/ListComponentVersionsCommand";
20
- export * from "./pagination/ListComponentVersionsPaginator";
21
- export * from "./commands/ListCoreDevicesCommand";
22
- export * from "./pagination/ListCoreDevicesPaginator";
23
- export * from "./commands/ListDeploymentsCommand";
24
- export * from "./pagination/ListDeploymentsPaginator";
25
- export * from "./commands/ListEffectiveDeploymentsCommand";
26
- export * from "./pagination/ListEffectiveDeploymentsPaginator";
27
- export * from "./commands/ListInstalledComponentsCommand";
28
- export * from "./pagination/ListInstalledComponentsPaginator";
29
- export * from "./commands/ListTagsForResourceCommand";
30
- export * from "./commands/ResolveComponentCandidatesCommand";
31
- export * from "./commands/TagResourceCommand";
32
- export * from "./commands/UntagResourceCommand";
33
- export * from "./pagination/Interfaces";
34
- export * from "./models/index";
2
+ export * from "./GreengrassV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,8 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListClientDevicesAssociatedWithCoreDevicePaginator";
3
+ export * from "./ListComponentVersionsPaginator";
4
+ export * from "./ListComponentsPaginator";
5
+ export * from "./ListCoreDevicesPaginator";
6
+ export * from "./ListDeploymentsPaginator";
7
+ export * from "./ListEffectiveDeploymentsPaginator";
8
+ export * from "./ListInstalledComponentsPaginator";
@@ -0,0 +1,23 @@
1
+ export * from "./BatchAssociateClientDeviceWithCoreDeviceCommand";
2
+ export * from "./BatchDisassociateClientDeviceFromCoreDeviceCommand";
3
+ export * from "./CancelDeploymentCommand";
4
+ export * from "./CreateComponentVersionCommand";
5
+ export * from "./CreateDeploymentCommand";
6
+ export * from "./DeleteComponentCommand";
7
+ export * from "./DeleteCoreDeviceCommand";
8
+ export * from "./DescribeComponentCommand";
9
+ export * from "./GetComponentCommand";
10
+ export * from "./GetComponentVersionArtifactCommand";
11
+ export * from "./GetCoreDeviceCommand";
12
+ export * from "./GetDeploymentCommand";
13
+ export * from "./ListClientDevicesAssociatedWithCoreDeviceCommand";
14
+ export * from "./ListComponentVersionsCommand";
15
+ export * from "./ListComponentsCommand";
16
+ export * from "./ListCoreDevicesCommand";
17
+ export * from "./ListDeploymentsCommand";
18
+ export * from "./ListEffectiveDeploymentsCommand";
19
+ export * from "./ListInstalledComponentsCommand";
20
+ export * from "./ListTagsForResourceCommand";
21
+ export * from "./ResolveComponentCandidatesCommand";
22
+ export * from "./TagResourceCommand";
23
+ export * from "./UntagResourceCommand";
@@ -1,34 +1,5 @@
1
- export * from "./GreengrassV2Client";
2
1
  export * from "./GreengrassV2";
3
- export * from "./commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
4
- export * from "./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
5
- export * from "./commands/CancelDeploymentCommand";
6
- export * from "./commands/CreateComponentVersionCommand";
7
- export * from "./commands/CreateDeploymentCommand";
8
- export * from "./commands/DeleteComponentCommand";
9
- export * from "./commands/DeleteCoreDeviceCommand";
10
- export * from "./commands/DescribeComponentCommand";
11
- export * from "./commands/GetComponentCommand";
12
- export * from "./commands/GetComponentVersionArtifactCommand";
13
- export * from "./commands/GetCoreDeviceCommand";
14
- export * from "./commands/GetDeploymentCommand";
15
- export * from "./commands/ListClientDevicesAssociatedWithCoreDeviceCommand";
16
- export * from "./pagination/ListClientDevicesAssociatedWithCoreDevicePaginator";
17
- export * from "./commands/ListComponentsCommand";
18
- export * from "./pagination/ListComponentsPaginator";
19
- export * from "./commands/ListComponentVersionsCommand";
20
- export * from "./pagination/ListComponentVersionsPaginator";
21
- export * from "./commands/ListCoreDevicesCommand";
22
- export * from "./pagination/ListCoreDevicesPaginator";
23
- export * from "./commands/ListDeploymentsCommand";
24
- export * from "./pagination/ListDeploymentsPaginator";
25
- export * from "./commands/ListEffectiveDeploymentsCommand";
26
- export * from "./pagination/ListEffectiveDeploymentsPaginator";
27
- export * from "./commands/ListInstalledComponentsCommand";
28
- export * from "./pagination/ListInstalledComponentsPaginator";
29
- export * from "./commands/ListTagsForResourceCommand";
30
- export * from "./commands/ResolveComponentCandidatesCommand";
31
- export * from "./commands/TagResourceCommand";
32
- export * from "./commands/UntagResourceCommand";
33
- export * from "./pagination/Interfaces";
34
- export * from "./models/index";
2
+ export * from "./GreengrassV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,8 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListClientDevicesAssociatedWithCoreDevicePaginator";
3
+ export * from "./ListComponentVersionsPaginator";
4
+ export * from "./ListComponentsPaginator";
5
+ export * from "./ListCoreDevicesPaginator";
6
+ export * from "./ListDeploymentsPaginator";
7
+ export * from "./ListEffectiveDeploymentsPaginator";
8
+ export * from "./ListInstalledComponentsPaginator";
@@ -0,0 +1,23 @@
1
+ export * from "./BatchAssociateClientDeviceWithCoreDeviceCommand";
2
+ export * from "./BatchDisassociateClientDeviceFromCoreDeviceCommand";
3
+ export * from "./CancelDeploymentCommand";
4
+ export * from "./CreateComponentVersionCommand";
5
+ export * from "./CreateDeploymentCommand";
6
+ export * from "./DeleteComponentCommand";
7
+ export * from "./DeleteCoreDeviceCommand";
8
+ export * from "./DescribeComponentCommand";
9
+ export * from "./GetComponentCommand";
10
+ export * from "./GetComponentVersionArtifactCommand";
11
+ export * from "./GetCoreDeviceCommand";
12
+ export * from "./GetDeploymentCommand";
13
+ export * from "./ListClientDevicesAssociatedWithCoreDeviceCommand";
14
+ export * from "./ListComponentVersionsCommand";
15
+ export * from "./ListComponentsCommand";
16
+ export * from "./ListCoreDevicesCommand";
17
+ export * from "./ListDeploymentsCommand";
18
+ export * from "./ListEffectiveDeploymentsCommand";
19
+ export * from "./ListInstalledComponentsCommand";
20
+ export * from "./ListTagsForResourceCommand";
21
+ export * from "./ResolveComponentCandidatesCommand";
22
+ export * from "./TagResourceCommand";
23
+ export * from "./UntagResourceCommand";
@@ -1,34 +1,5 @@
1
- export * from "./GreengrassV2Client";
2
1
  export * from "./GreengrassV2";
3
- export * from "./commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
4
- export * from "./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
5
- export * from "./commands/CancelDeploymentCommand";
6
- export * from "./commands/CreateComponentVersionCommand";
7
- export * from "./commands/CreateDeploymentCommand";
8
- export * from "./commands/DeleteComponentCommand";
9
- export * from "./commands/DeleteCoreDeviceCommand";
10
- export * from "./commands/DescribeComponentCommand";
11
- export * from "./commands/GetComponentCommand";
12
- export * from "./commands/GetComponentVersionArtifactCommand";
13
- export * from "./commands/GetCoreDeviceCommand";
14
- export * from "./commands/GetDeploymentCommand";
15
- export * from "./commands/ListClientDevicesAssociatedWithCoreDeviceCommand";
16
- export * from "./pagination/ListClientDevicesAssociatedWithCoreDevicePaginator";
17
- export * from "./commands/ListComponentsCommand";
18
- export * from "./pagination/ListComponentsPaginator";
19
- export * from "./commands/ListComponentVersionsCommand";
20
- export * from "./pagination/ListComponentVersionsPaginator";
21
- export * from "./commands/ListCoreDevicesCommand";
22
- export * from "./pagination/ListCoreDevicesPaginator";
23
- export * from "./commands/ListDeploymentsCommand";
24
- export * from "./pagination/ListDeploymentsPaginator";
25
- export * from "./commands/ListEffectiveDeploymentsCommand";
26
- export * from "./pagination/ListEffectiveDeploymentsPaginator";
27
- export * from "./commands/ListInstalledComponentsCommand";
28
- export * from "./pagination/ListInstalledComponentsPaginator";
29
- export * from "./commands/ListTagsForResourceCommand";
30
- export * from "./commands/ResolveComponentCandidatesCommand";
31
- export * from "./commands/TagResourceCommand";
32
- export * from "./commands/UntagResourceCommand";
33
- export * from "./pagination/Interfaces";
34
- export * from "./models/index";
2
+ export * from "./GreengrassV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,8 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListClientDevicesAssociatedWithCoreDevicePaginator";
3
+ export * from "./ListComponentVersionsPaginator";
4
+ export * from "./ListComponentsPaginator";
5
+ export * from "./ListCoreDevicesPaginator";
6
+ export * from "./ListDeploymentsPaginator";
7
+ export * from "./ListEffectiveDeploymentsPaginator";
8
+ export * from "./ListInstalledComponentsPaginator";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-greengrassv2",
3
3
  "description": "AWS SDK for JavaScript Greengrassv2 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,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "^1.1.0",
23
23
  "@aws-crypto/sha256-js": "^1.1.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
  "uuid": "^8.3.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@aws-sdk/client-documentation-generator": "3.37.0",
56
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
57
57
  "@types/node": "^12.7.5",
58
58
  "@types/uuid": "^8.3.0",
59
59
  "downlevel-dts": "0.7.0",