aws-sdk-dlm 1.23.0 → 1.24.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/lib/aws-sdk-dlm.rb +1 -1
- data/lib/aws-sdk-dlm/client.rb +1 -1
- data/lib/aws-sdk-dlm/types.rb +14 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6dab7438c342541c31a8cbb32e9573ef0f6976f
|
|
4
|
+
data.tar.gz: 79c8a589f6eedf0e63f8350150295dfee3bc7a48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0de2f225e88d97dc38514be8e0189573c090caef2e275da2de0d4a2e31015a8740e1c83618265cedd8bdeaa1cf6f14c44e4a9d80e782296517ba19f21bc27420
|
|
7
|
+
data.tar.gz: 808124add4342c3a78e693072d56437e810ed366009f2a4bb482af2683c1310b0b54e71578c33d5be568e458f108824d9c1542bb42256dcb9f2a12595b5869d9
|
data/lib/aws-sdk-dlm.rb
CHANGED
data/lib/aws-sdk-dlm/client.rb
CHANGED
data/lib/aws-sdk-dlm/types.rb
CHANGED
|
@@ -572,9 +572,9 @@ module Aws::DLM
|
|
|
572
572
|
include Aws::Structure
|
|
573
573
|
end
|
|
574
574
|
|
|
575
|
-
#
|
|
576
|
-
# parameters depends on the combination of
|
|
577
|
-
#
|
|
575
|
+
# Specifies optional parameters to add to a policy. The set of valid
|
|
576
|
+
# parameters depends on the combination of policy type and resource
|
|
577
|
+
# type.
|
|
578
578
|
#
|
|
579
579
|
# @note When making an API call, you may pass Parameters
|
|
580
580
|
# data as a hash:
|
|
@@ -584,10 +584,13 @@ module Aws::DLM
|
|
|
584
584
|
# }
|
|
585
585
|
#
|
|
586
586
|
# @!attribute [rw] exclude_boot_volume
|
|
587
|
-
#
|
|
588
|
-
#
|
|
589
|
-
#
|
|
590
|
-
#
|
|
587
|
+
# \[EBS Snapshot Management – Instance policies only\] Indicates
|
|
588
|
+
# whether to exclude the root volume from snapshots created using
|
|
589
|
+
# [CreateSnapshots][1]. The default is false.
|
|
590
|
+
#
|
|
591
|
+
#
|
|
592
|
+
#
|
|
593
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSnapshots.html
|
|
591
594
|
# @return [Boolean]
|
|
592
595
|
#
|
|
593
596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/Parameters AWS API Documentation
|
|
@@ -663,9 +666,8 @@ module Aws::DLM
|
|
|
663
666
|
# }
|
|
664
667
|
#
|
|
665
668
|
# @!attribute [rw] policy_type
|
|
666
|
-
#
|
|
667
|
-
#
|
|
668
|
-
# if not present.
|
|
669
|
+
# The valid target resource types and actions a policy can manage. The
|
|
670
|
+
# default is EBS\_SNAPSHOT\_MANAGEMENT.
|
|
669
671
|
# @return [String]
|
|
670
672
|
#
|
|
671
673
|
# @!attribute [rw] resource_types
|
|
@@ -681,7 +683,7 @@ module Aws::DLM
|
|
|
681
683
|
# @return [Array<Types::Schedule>]
|
|
682
684
|
#
|
|
683
685
|
# @!attribute [rw] parameters
|
|
684
|
-
# A set of optional parameters
|
|
686
|
+
# A set of optional parameters for the policy.
|
|
685
687
|
# @return [Types::Parameters]
|
|
686
688
|
#
|
|
687
689
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/PolicyDetails AWS API Documentation
|
|
@@ -756,7 +758,7 @@ module Aws::DLM
|
|
|
756
758
|
include Aws::Structure
|
|
757
759
|
end
|
|
758
760
|
|
|
759
|
-
# Specifies a schedule.
|
|
761
|
+
# Specifies a backup schedule.
|
|
760
762
|
#
|
|
761
763
|
# @note When making an API call, you may pass Schedule
|
|
762
764
|
# data as a hash:
|
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.24.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:
|
|
11
|
+
date: 2020-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|