aws-sdk-dlm 1.64.0 → 1.65.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dlm/client.rb +1 -1
- data/lib/aws-sdk-dlm/types.rb +6 -1
- data/lib/aws-sdk-dlm.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cdcc9b9084d9bffe016a999728c37378b8cd4027b1720df3f6e079bf666e9c14
|
|
4
|
+
data.tar.gz: e09c83a32230ebf473a0558e7a0b2fa3ba841b96dba3b8c7eba14b78aba402f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe3e425a3d2fe71c4a8f59b927f3898de1205dfc2ae511975b9eb000af2faff3eb4d37db7a08e2f7a105a1337fd26b2380b99f6cbdc8841129fd7ad3378e5a6c
|
|
7
|
+
data.tar.gz: 501c90b2e4fd3b5bdd9d32f8c2c46d612c64f96e1bb1897e4473e77cef55ff2494e9f1f77333535646619d1c3012fa26f96ea8db75a10d68ce78064f598f7945
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.65.0 (2023-11-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for SAP HANA in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies with pre and post scripts.
|
|
8
|
+
|
|
4
9
|
1.64.0 (2023-11-16)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
data/lib/aws-sdk-dlm/client.rb
CHANGED
data/lib/aws-sdk-dlm/types.rb
CHANGED
|
@@ -1497,7 +1497,8 @@ module Aws::DLM
|
|
|
1497
1497
|
# @!attribute [rw] execution_handler_service
|
|
1498
1498
|
# Indicates the service used to execute the pre and/or post scripts.
|
|
1499
1499
|
#
|
|
1500
|
-
# * If you are using custom SSM documents
|
|
1500
|
+
# * If you are using custom SSM documents or automating
|
|
1501
|
+
# application-consistent snapshots of SAP HANA workloads, specify
|
|
1501
1502
|
# `AWS_SYSTEMS_MANAGER`.
|
|
1502
1503
|
#
|
|
1503
1504
|
# * If you are automating VSS Backups, omit this parameter.
|
|
@@ -1512,6 +1513,10 @@ module Aws::DLM
|
|
|
1512
1513
|
# this case, Amazon Data Lifecycle Manager automatically uses the
|
|
1513
1514
|
# `AWSEC2-CreateVssSnapshot` SSM document.
|
|
1514
1515
|
#
|
|
1516
|
+
# * If you are automating application-consistent snapshots for SAP
|
|
1517
|
+
# HANA workloads, specify
|
|
1518
|
+
# `AWSSystemsManagerSAP-CreateDLMSnapshotForSAPHANA`.
|
|
1519
|
+
#
|
|
1515
1520
|
# * If you are using a custom SSM document that you own, specify
|
|
1516
1521
|
# either the name or ARN of the SSM document. If you are using a
|
|
1517
1522
|
# custom SSM document that is shared with you, specify the ARN of
|
data/lib/aws-sdk-dlm.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-dlm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.65.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-11-
|
|
11
|
+
date: 2023-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|