aws-sdk-dlm 1.64.0 → 1.65.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 25ac2510faf77d17d487e0583483a337fc3fec4111d990024623581812422f28
4
- data.tar.gz: 39dfafb59701859bf295785b54feb282b64e496baa2613ea8b4cf11e193ed156
3
+ metadata.gz: cdcc9b9084d9bffe016a999728c37378b8cd4027b1720df3f6e079bf666e9c14
4
+ data.tar.gz: e09c83a32230ebf473a0558e7a0b2fa3ba841b96dba3b8c7eba14b78aba402f1
5
5
  SHA512:
6
- metadata.gz: 1a809a28b342912e604c56739abcec2d25909640bc99f5c4ea77019902df81c6310bf35a40e17768606380df673b158f77336e60ca6dbf9da5aebcebf0226a62
7
- data.tar.gz: ea97e39c28485bb6e7fb94eceb6a0c6ac1500b1ef66aafc0ff6ccc26687c02ca080c6e20dac12e4858f41f46eca985a56a80c30769e33264c3cc8180f1947791
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.64.0
1
+ 1.65.0
@@ -1305,7 +1305,7 @@ module Aws::DLM
1305
1305
  params: params,
1306
1306
  config: config)
1307
1307
  context[:gem_name] = 'aws-sdk-dlm'
1308
- context[:gem_version] = '1.64.0'
1308
+ context[:gem_version] = '1.65.0'
1309
1309
  Seahorse::Client::Request.new(handlers, context)
1310
1310
  end
1311
1311
 
@@ -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, specify
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-dlm/customizations'
52
52
  # @!group service
53
53
  module Aws::DLM
54
54
 
55
- GEM_VERSION = '1.64.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
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.64.0
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-16 00:00:00.000000000 Z
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