Skip to content

Commit

Permalink
docs(client-dlm): Added support for SAP HANA in Amazon Data Lifecycle…
Browse files Browse the repository at this point in the history
… Manager EBS snapshot lifecycle policies with pre and post scripts.
  • Loading branch information
awstools committed Nov 17, 2023
1 parent fb8ad1a commit 7c6e095
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion clients/client-dlm/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@ export interface Script {
* <p>Indicates the service used to execute the pre and/or post scripts.</p>
* <ul>
* <li>
* <p>If you are using custom SSM documents, specify
* <p>If you are using custom SSM documents or automating
* application-consistent snapshots of SAP HANA workloads, specify
* <code>AWS_SYSTEMS_MANAGER</code>.</p>
* </li>
* <li>
Expand All @@ -560,6 +561,10 @@ export interface Script {
* SSM document.</p>
* </li>
* <li>
* <p>If you are automating application-consistent snapshots for SAP HANA
* workloads, specify <code>AWSSystemsManagerSAP-CreateDLMSnapshotForSAPHANA</code>.</p>
* </li>
* <li>
* <p>If you are using a custom SSM document that you own, specify either
* the name or ARN of the SSM document. If you are using a custom SSM
* document that is shared with you, specify the ARN of the SSM document.</p>
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/dlm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1860,14 +1860,14 @@
"ExecutionHandlerService": {
"target": "com.amazonaws.dlm#ExecutionHandlerServiceValues",
"traits": {
"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>"
"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>"
}
},
"ExecutionHandler": {
"target": "com.amazonaws.dlm#ExecutionHandler",
"traits": {
"smithy.api#clientOptional": {},
"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>",
"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>",
"smithy.api#required": {}
}
},
Expand Down

0 comments on commit 7c6e095

Please sign in to comment.