@aws-sdk/client-ssm 3.56.0 → 3.67.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 +27 -0
- package/README.md +2 -2
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/SSM.d.ts +13 -7
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +8 -7
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +29 -14
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ssm
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-ssm
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.57.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.56.0...v3.57.0) (2022-03-25)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **client-ssm:** This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS. ([28ef4d2](https://github.com/aws/aws-sdk-js-v3/commit/28ef4d2d912e8e779ca4725ce7b6ac2075779808))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-ssm
|
package/README.md
CHANGED
|
@@ -151,7 +151,7 @@ but they are supported by the send operation.
|
|
|
151
151
|
```js
|
|
152
152
|
// callbacks.
|
|
153
153
|
client.send(command, (err, data) => {
|
|
154
|
-
//
|
|
154
|
+
// process err and data.
|
|
155
155
|
});
|
|
156
156
|
```
|
|
157
157
|
|
|
@@ -185,7 +185,7 @@ client
|
|
|
185
185
|
|
|
186
186
|
// callbacks.
|
|
187
187
|
client.addTagsToResource(params, (err, data) => {
|
|
188
|
-
//
|
|
188
|
+
// process err and data.
|
|
189
189
|
});
|
|
190
190
|
```
|
|
191
191
|
|
|
@@ -28,6 +28,7 @@ var Activation;
|
|
|
28
28
|
})(Activation = exports.Activation || (exports.Activation = {}));
|
|
29
29
|
var ResourceTypeForTagging;
|
|
30
30
|
(function (ResourceTypeForTagging) {
|
|
31
|
+
ResourceTypeForTagging["AUTOMATION"] = "Automation";
|
|
31
32
|
ResourceTypeForTagging["DOCUMENT"] = "Document";
|
|
32
33
|
ResourceTypeForTagging["MAINTENANCE_WINDOW"] = "MaintenanceWindow";
|
|
33
34
|
ResourceTypeForTagging["MANAGED_INSTANCE"] = "ManagedInstance";
|
|
@@ -930,6 +931,7 @@ var OperatingSystem;
|
|
|
930
931
|
OperatingSystem["OracleLinux"] = "ORACLE_LINUX";
|
|
931
932
|
OperatingSystem["Raspbian"] = "RASPBIAN";
|
|
932
933
|
OperatingSystem["RedhatEnterpriseLinux"] = "REDHAT_ENTERPRISE_LINUX";
|
|
934
|
+
OperatingSystem["Rocky_Linux"] = "ROCKY_LINUX";
|
|
933
935
|
OperatingSystem["Suse"] = "SUSE";
|
|
934
936
|
OperatingSystem["Ubuntu"] = "UBUNTU";
|
|
935
937
|
OperatingSystem["Windows"] = "WINDOWS";
|
|
@@ -15,6 +15,7 @@ export var Activation;
|
|
|
15
15
|
})(Activation || (Activation = {}));
|
|
16
16
|
export var ResourceTypeForTagging;
|
|
17
17
|
(function (ResourceTypeForTagging) {
|
|
18
|
+
ResourceTypeForTagging["AUTOMATION"] = "Automation";
|
|
18
19
|
ResourceTypeForTagging["DOCUMENT"] = "Document";
|
|
19
20
|
ResourceTypeForTagging["MAINTENANCE_WINDOW"] = "MaintenanceWindow";
|
|
20
21
|
ResourceTypeForTagging["MANAGED_INSTANCE"] = "ManagedInstance";
|
|
@@ -781,6 +782,7 @@ export var OperatingSystem;
|
|
|
781
782
|
OperatingSystem["OracleLinux"] = "ORACLE_LINUX";
|
|
782
783
|
OperatingSystem["Raspbian"] = "RASPBIAN";
|
|
783
784
|
OperatingSystem["RedhatEnterpriseLinux"] = "REDHAT_ENTERPRISE_LINUX";
|
|
785
|
+
OperatingSystem["Rocky_Linux"] = "ROCKY_LINUX";
|
|
784
786
|
OperatingSystem["Suse"] = "SUSE";
|
|
785
787
|
OperatingSystem["Ubuntu"] = "UBUNTU";
|
|
786
788
|
OperatingSystem["Windows"] = "WINDOWS";
|
package/dist-types/SSM.d.ts
CHANGED
|
@@ -886,13 +886,14 @@ export declare class SSM extends SSMClient {
|
|
|
886
886
|
getMaintenanceWindowExecutionTaskInvocation(args: GetMaintenanceWindowExecutionTaskInvocationCommandInput, cb: (err: any, data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput) => void): void;
|
|
887
887
|
getMaintenanceWindowExecutionTaskInvocation(args: GetMaintenanceWindowExecutionTaskInvocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput) => void): void;
|
|
888
888
|
/**
|
|
889
|
-
* <p>
|
|
890
|
-
*
|
|
891
|
-
*
|
|
892
|
-
*
|
|
893
|
-
*
|
|
894
|
-
*
|
|
895
|
-
*
|
|
889
|
+
* <p>Retrieves the details of a maintenance window task.</p>
|
|
890
|
+
* <note>
|
|
891
|
+
* <p>For maintenance window tasks without a specified target, you can't supply values for
|
|
892
|
+
* <code>--max-errors</code> and <code>--max-concurrency</code>. Instead, the system inserts a
|
|
893
|
+
* placeholder value of <code>1</code>, which may be reported in the response to this command.
|
|
894
|
+
* These values don't affect the running of your task and can be ignored.</p>
|
|
895
|
+
* </note>
|
|
896
|
+
* <p>To retrieve a list of tasks in a maintenance window, instead use the <a>DescribeMaintenanceWindowTasks</a> command.</p>
|
|
896
897
|
*/
|
|
897
898
|
getMaintenanceWindowTask(args: GetMaintenanceWindowTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetMaintenanceWindowTaskCommandOutput>;
|
|
898
899
|
getMaintenanceWindowTask(args: GetMaintenanceWindowTaskCommandInput, cb: (err: any, data?: GetMaintenanceWindowTaskCommandOutput) => void): void;
|
|
@@ -1423,6 +1424,11 @@ export declare class SSM extends SSMClient {
|
|
|
1423
1424
|
updateDocument(args: UpdateDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentCommandOutput) => void): void;
|
|
1424
1425
|
/**
|
|
1425
1426
|
* <p>Set the default version of a document. </p>
|
|
1427
|
+
* <note>
|
|
1428
|
+
* <p>If you change a document version for a State Manager association, Systems Manager immediately runs
|
|
1429
|
+
* the association unless you previously specifed the <code>apply-only-at-cron-interval</code>
|
|
1430
|
+
* parameter.</p>
|
|
1431
|
+
* </note>
|
|
1426
1432
|
*/
|
|
1427
1433
|
updateDocumentDefaultVersion(args: UpdateDocumentDefaultVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentDefaultVersionCommandOutput>;
|
|
1428
1434
|
updateDocumentDefaultVersion(args: UpdateDocumentDefaultVersionCommandInput, cb: (err: any, data?: UpdateDocumentDefaultVersionCommandOutput) => void): void;
|
|
@@ -7,13 +7,14 @@ export interface GetMaintenanceWindowTaskCommandInput extends GetMaintenanceWind
|
|
|
7
7
|
export interface GetMaintenanceWindowTaskCommandOutput extends GetMaintenanceWindowTaskResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
10
|
+
* <p>Retrieves the details of a maintenance window task.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>For maintenance window tasks without a specified target, you can't supply values for
|
|
13
|
+
* <code>--max-errors</code> and <code>--max-concurrency</code>. Instead, the system inserts a
|
|
14
|
+
* placeholder value of <code>1</code>, which may be reported in the response to this command.
|
|
15
|
+
* These values don't affect the running of your task and can be ignored.</p>
|
|
16
|
+
* </note>
|
|
17
|
+
* <p>To retrieve a list of tasks in a maintenance window, instead use the <a>DescribeMaintenanceWindowTasks</a> command.</p>
|
|
17
18
|
* @example
|
|
18
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
19
20
|
* ```javascript
|
|
@@ -8,6 +8,11 @@ export interface UpdateDocumentDefaultVersionCommandOutput extends UpdateDocumen
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Set the default version of a document. </p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>If you change a document version for a State Manager association, Systems Manager immediately runs
|
|
13
|
+
* the association unless you previously specifed the <code>apply-only-at-cron-interval</code>
|
|
14
|
+
* parameter.</p>
|
|
15
|
+
* </note>
|
|
11
16
|
* @example
|
|
12
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
18
|
* ```javascript
|
|
@@ -96,6 +96,7 @@ export declare namespace Activation {
|
|
|
96
96
|
const filterSensitiveLog: (obj: Activation) => any;
|
|
97
97
|
}
|
|
98
98
|
export declare enum ResourceTypeForTagging {
|
|
99
|
+
AUTOMATION = "Automation",
|
|
99
100
|
DOCUMENT = "Document",
|
|
100
101
|
MAINTENANCE_WINDOW = "MaintenanceWindow",
|
|
101
102
|
MANAGED_INSTANCE = "ManagedInstance",
|
|
@@ -2567,6 +2568,7 @@ export declare enum OperatingSystem {
|
|
|
2567
2568
|
OracleLinux = "ORACLE_LINUX",
|
|
2568
2569
|
Raspbian = "RASPBIAN",
|
|
2569
2570
|
RedhatEnterpriseLinux = "REDHAT_ENTERPRISE_LINUX",
|
|
2571
|
+
Rocky_Linux = "ROCKY_LINUX",
|
|
2570
2572
|
Suse = "SUSE",
|
|
2571
2573
|
Ubuntu = "UBUNTU",
|
|
2572
2574
|
Windows = "WINDOWS"
|
|
@@ -3272,7 +3272,8 @@ export interface GetPatchBaselineForPatchGroupRequest {
|
|
|
3272
3272
|
*/
|
|
3273
3273
|
PatchGroup: string | undefined;
|
|
3274
3274
|
/**
|
|
3275
|
-
* <p>Returns
|
|
3275
|
+
* <p>Returns the operating system rule specified for patch groups using the patch
|
|
3276
|
+
* baseline.</p>
|
|
3276
3277
|
*/
|
|
3277
3278
|
OperatingSystem?: OperatingSystem | string;
|
|
3278
3279
|
}
|
|
@@ -3573,7 +3574,10 @@ export interface Association {
|
|
|
3573
3574
|
*/
|
|
3574
3575
|
AssociationVersion?: string;
|
|
3575
3576
|
/**
|
|
3576
|
-
* <p>The version of the document used in the association
|
|
3577
|
+
* <p>The version of the document used in the association. If you change a document version for a
|
|
3578
|
+
* State Manager association, Systems Manager immediately runs the association unless you previously specifed
|
|
3579
|
+
* the <code>apply-only-at-cron-interval</code> parameter.</p>
|
|
3580
|
+
*
|
|
3577
3581
|
* <important>
|
|
3578
3582
|
* <p>State Manager doesn't support running associations that use a new version of a document if
|
|
3579
3583
|
* that document is shared from another account. State Manager always runs the <code>default</code>
|
|
@@ -6643,13 +6647,10 @@ export interface PutParameterRequest {
|
|
|
6643
6647
|
* </ul>
|
|
6644
6648
|
* <p>For additional information about valid values for parameter names, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html">Creating Systems Manager parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
6645
6649
|
* <note>
|
|
6646
|
-
* <p>The maximum length constraint listed below includes
|
|
6647
|
-
*
|
|
6648
|
-
*
|
|
6649
|
-
* parameter
|
|
6650
|
-
* <p>
|
|
6651
|
-
* <code>arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName</code>
|
|
6652
|
-
* </p>
|
|
6650
|
+
* <p>The maximum length constraint of 2048 characters listed below includes 1037 characters
|
|
6651
|
+
* reserved for internal use by Systems Manager. The maximum length for a parameter name that you create is
|
|
6652
|
+
* 1011 characters. This includes the characters in the ARN that precede the name you specify, such
|
|
6653
|
+
* as <code>arn:aws:ssm:us-east-2:111122223333:parameter/</code>.</p>
|
|
6653
6654
|
* </note>
|
|
6654
6655
|
*/
|
|
6655
6656
|
Name: string | undefined;
|
|
@@ -7974,7 +7975,8 @@ export interface StartSessionRequest {
|
|
|
7974
7975
|
*/
|
|
7975
7976
|
Reason?: string;
|
|
7976
7977
|
/**
|
|
7977
|
-
* <p>
|
|
7978
|
+
* <p>The values you want to specify for the parameters defined in the Session
|
|
7979
|
+
* document.</p>
|
|
7978
7980
|
*/
|
|
7979
7981
|
Parameters?: {
|
|
7980
7982
|
[key: string]: string[];
|
|
@@ -8278,10 +8280,18 @@ export interface UpdateAssociationRequest {
|
|
|
8278
8280
|
* updated and then according to the schedule you specified. Specify this option if you don't want
|
|
8279
8281
|
* an association to run immediately after you update it. This parameter isn't supported for rate
|
|
8280
8282
|
* expressions.</p>
|
|
8281
|
-
*
|
|
8282
|
-
*
|
|
8283
|
-
*
|
|
8284
|
-
*
|
|
8283
|
+
*
|
|
8284
|
+
* <p>If you chose this option when you created an association and later you edit that association
|
|
8285
|
+
* or you make changes to the SSM document on which that association is based (by using the
|
|
8286
|
+
* Documents page in the console), State Manager applies the association at the next specified cron
|
|
8287
|
+
* interval. For example, if you chose the <code>Latest</code> version of an SSM document when you
|
|
8288
|
+
* created an association and you edit the association by choosing a different document version on
|
|
8289
|
+
* the Documents page, State Manager applies the association at the next specified cron interval if
|
|
8290
|
+
* you previously selected this option. If this option wasn't selected, State Manager immediately
|
|
8291
|
+
* runs the association.</p>
|
|
8292
|
+
* <p>You can reset this option. To do so, specify the <code>no-apply-only-at-cron-interval</code>
|
|
8293
|
+
* parameter when you update the association from the command line. This parameter forces the
|
|
8294
|
+
* association to run immediately after updating it and according to the interval specified.</p>
|
|
8285
8295
|
*/
|
|
8286
8296
|
ApplyOnlyAtCronInterval?: boolean;
|
|
8287
8297
|
/**
|
|
@@ -8427,6 +8437,11 @@ export interface UpdateDocumentRequest {
|
|
|
8427
8437
|
* <p>The version of the document that you want to update. Currently, Systems Manager supports updating only
|
|
8428
8438
|
* the latest version of the document. You can specify the version number of the latest version or
|
|
8429
8439
|
* use the <code>$LATEST</code> variable.</p>
|
|
8440
|
+
* <note>
|
|
8441
|
+
* <p>If you change a document version for a State Manager association, Systems Manager immediately runs
|
|
8442
|
+
* the association unless you previously specifed the <code>apply-only-at-cron-interval</code>
|
|
8443
|
+
* parameter.</p>
|
|
8444
|
+
* </note>
|
|
8430
8445
|
*/
|
|
8431
8446
|
DocumentVersion?: string;
|
|
8432
8447
|
/**
|
|
@@ -50,6 +50,7 @@ export declare namespace Activation {
|
|
|
50
50
|
const filterSensitiveLog: (obj: Activation) => any;
|
|
51
51
|
}
|
|
52
52
|
export declare enum ResourceTypeForTagging {
|
|
53
|
+
AUTOMATION = "Automation",
|
|
53
54
|
DOCUMENT = "Document",
|
|
54
55
|
MAINTENANCE_WINDOW = "MaintenanceWindow",
|
|
55
56
|
MANAGED_INSTANCE = "ManagedInstance",
|
|
@@ -1165,6 +1166,7 @@ export declare enum OperatingSystem {
|
|
|
1165
1166
|
OracleLinux = "ORACLE_LINUX",
|
|
1166
1167
|
Raspbian = "RASPBIAN",
|
|
1167
1168
|
RedhatEnterpriseLinux = "REDHAT_ENTERPRISE_LINUX",
|
|
1169
|
+
Rocky_Linux = "ROCKY_LINUX",
|
|
1168
1170
|
Suse = "SUSE",
|
|
1169
1171
|
Ubuntu = "UBUNTU",
|
|
1170
1172
|
Windows = "WINDOWS"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.67.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.67.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.58.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.67.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.58.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.55.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.58.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.58.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.58.0",
|
|
31
31
|
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.58.0",
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.58.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.58.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.58.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.58.0",
|
|
38
38
|
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
39
|
"@aws-sdk/types": "3.55.0",
|
|
40
40
|
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.58.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.58.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.58.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
51
|
"@aws-sdk/util-waiter": "3.55.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.58.0",
|
|
57
57
|
"@tsconfig/recommended": "1.0.1",
|
|
58
58
|
"@types/node": "^12.7.5",
|
|
59
59
|
"@types/uuid": "^8.3.0",
|