aws-sdk-dlm 1.64.0 → 1.66.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: ae38acbcc596719a93b60b784957b500a157d341b44b7b4c2724f222a179771a
4
+ data.tar.gz: 916beea4839ac871a3006453ae50d1390f8db190b86bdf54673745e2289c503b
5
5
  SHA512:
6
- metadata.gz: 1a809a28b342912e604c56739abcec2d25909640bc99f5c4ea77019902df81c6310bf35a40e17768606380df673b158f77336e60ca6dbf9da5aebcebf0226a62
7
- data.tar.gz: ea97e39c28485bb6e7fb94eceb6a0c6ac1500b1ef66aafc0ff6ccc26687c02ca080c6e20dac12e4858f41f46eca985a56a80c30769e33264c3cc8180f1947791
6
+ metadata.gz: cc062c847578fa491fa9174369aff600f50542688a78440c8a6a33d3efb9bcfe5d1c963f4ecad6f85e7981984ffbb98ec93256fda5ad83c29b79d1bae6475b91
7
+ data.tar.gz: be21d89de1bff907bf06c4ed5c407674d4a3bab0531507c8aea7e191e76cbf96f0baa9dc41b91e33f4878d7c897c98e828552dcd93f7a054b6cdc807858b48fe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.65.0 (2023-11-17)
10
+ ------------------
11
+
12
+ * Feature - Added support for SAP HANA in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies with pre and post scripts.
13
+
4
14
  1.64.0 (2023-11-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.66.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.66.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.66.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.66.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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.184.0
22
+ version: 3.188.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.3'
83
+ version: '2.5'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="