@aws-sdk/client-dlm 3.453.0 → 3.454.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.
@@ -481,7 +481,8 @@ export interface Script {
481
481
  * <p>Indicates the service used to execute the pre and/or post scripts.</p>
482
482
  * <ul>
483
483
  * <li>
484
- * <p>If you are using custom SSM documents, specify
484
+ * <p>If you are using custom SSM documents or automating
485
+ * application-consistent snapshots of SAP HANA workloads, specify
485
486
  * <code>AWS_SYSTEMS_MANAGER</code>.</p>
486
487
  * </li>
487
488
  * <li>
@@ -501,6 +502,10 @@ export interface Script {
501
502
  * SSM document.</p>
502
503
  * </li>
503
504
  * <li>
505
+ * <p>If you are automating application-consistent snapshots for SAP HANA
506
+ * workloads, specify <code>AWSSystemsManagerSAP-CreateDLMSnapshotForSAPHANA</code>.</p>
507
+ * </li>
508
+ * <li>
504
509
  * <p>If you are using a custom SSM document that you own, specify either
505
510
  * the name or ARN of the SSM document. If you are using a custom SSM
506
511
  * document that is shared with you, specify the ARN of the SSM document.</p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dlm",
3
3
  "description": "AWS SDK for JavaScript Dlm Client for Node.js, Browser and React Native",
4
- "version": "3.453.0",
4
+ "version": "3.454.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",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.451.0",
24
+ "@aws-sdk/client-sts": "3.454.0",
25
25
  "@aws-sdk/core": "3.451.0",
26
26
  "@aws-sdk/credential-provider-node": "3.451.0",
27
27
  "@aws-sdk/middleware-host-header": "3.451.0",