Skip to content

Commit 7c6e095

Browse files
author
awstools
committed
docs(client-dlm): Added support for SAP HANA in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies with pre and post scripts.
1 parent fb8ad1a commit 7c6e095

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

clients/client-dlm/src/models/models_0.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,8 @@ export interface Script {
539539
* <p>Indicates the service used to execute the pre and/or post scripts.</p>
540540
* <ul>
541541
* <li>
542-
* <p>If you are using custom SSM documents, specify
542+
* <p>If you are using custom SSM documents or automating
543+
* application-consistent snapshots of SAP HANA workloads, specify
543544
* <code>AWS_SYSTEMS_MANAGER</code>.</p>
544545
* </li>
545546
* <li>
@@ -560,6 +561,10 @@ export interface Script {
560561
* SSM document.</p>
561562
* </li>
562563
* <li>
564+
* <p>If you are automating application-consistent snapshots for SAP HANA
565+
* workloads, specify <code>AWSSystemsManagerSAP-CreateDLMSnapshotForSAPHANA</code>.</p>
566+
* </li>
567+
* <li>
563568
* <p>If you are using a custom SSM document that you own, specify either
564569
* the name or ARN of the SSM document. If you are using a custom SSM
565570
* document that is shared with you, specify the ARN of the SSM document.</p>

codegen/sdk-codegen/aws-models/dlm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,14 +1860,14 @@
18601860
"ExecutionHandlerService": {
18611861
"target": "com.amazonaws.dlm#ExecutionHandlerServiceValues",
18621862
"traits": {
1863-
"smithy.api#documentation": "<p>Indicates the service used to execute the pre and/or post scripts.</p>\n <ul>\n <li>\n <p>If you are using custom SSM documents, specify \n\t\t\t\t\t<code>AWS_SYSTEMS_MANAGER</code>.</p>\n </li>\n <li>\n <p>If you are automating VSS Backups, omit this parameter.</p>\n </li>\n </ul>\n <p>Default: AWS_SYSTEMS_MANAGER</p>"
1863+
"smithy.api#documentation": "<p>Indicates the service used to execute the pre and/or post scripts.</p>\n <ul>\n <li>\n <p>If you are using custom SSM documents or automating \n\t\t\t\t\tapplication-consistent snapshots of SAP HANA workloads, specify \n\t\t\t\t\t<code>AWS_SYSTEMS_MANAGER</code>.</p>\n </li>\n <li>\n <p>If you are automating VSS Backups, omit this parameter.</p>\n </li>\n </ul>\n <p>Default: AWS_SYSTEMS_MANAGER</p>"
18641864
}
18651865
},
18661866
"ExecutionHandler": {
18671867
"target": "com.amazonaws.dlm#ExecutionHandler",
18681868
"traits": {
18691869
"smithy.api#clientOptional": {},
1870-
"smithy.api#documentation": "<p>The SSM document that includes the pre and/or post scripts to run.</p>\n <ul>\n <li>\n <p>If you are automating VSS backups, specify <code>AWS_VSS_BACKUP</code>. \n\t\t\t\t\tIn this case, Amazon Data Lifecycle Manager automatically uses the <code>AWSEC2-CreateVssSnapshot</code> \n\t\t\t\t\tSSM document.</p>\n </li>\n <li>\n <p>If you are using a custom SSM document that you own, specify either \n\t\t\t\t\tthe name or ARN of the SSM document. If you are using a custom SSM \n\t\t\t\t\tdocument that is shared with you, specify the ARN of the SSM document.</p>\n </li>\n </ul>",
1870+
"smithy.api#documentation": "<p>The SSM document that includes the pre and/or post scripts to run.</p>\n <ul>\n <li>\n <p>If you are automating VSS backups, specify <code>AWS_VSS_BACKUP</code>. \n\t\t\t\t\tIn this case, Amazon Data Lifecycle Manager automatically uses the <code>AWSEC2-CreateVssSnapshot</code> \n\t\t\t\t\tSSM document.</p>\n </li>\n <li>\n <p>If you are automating application-consistent snapshots for SAP HANA \n\t\t\t\t\tworkloads, specify <code>AWSSystemsManagerSAP-CreateDLMSnapshotForSAPHANA</code>.</p>\n </li>\n <li>\n <p>If you are using a custom SSM document that you own, specify either \n\t\t\t\t\tthe name or ARN of the SSM document. If you are using a custom SSM \n\t\t\t\t\tdocument that is shared with you, specify the ARN of the SSM document.</p>\n </li>\n </ul>",
18711871
"smithy.api#required": {}
18721872
}
18731873
},

0 commit comments

Comments
 (0)