aws-sdk-dlm 1.23.0 → 1.24.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
  SHA1:
3
- metadata.gz: b6ee7261df9e02eb056915c5898dbd7d7d332cf8
4
- data.tar.gz: 8a86530aff086100469a5bcd70c274047a3b347a
3
+ metadata.gz: f6dab7438c342541c31a8cbb32e9573ef0f6976f
4
+ data.tar.gz: 79c8a589f6eedf0e63f8350150295dfee3bc7a48
5
5
  SHA512:
6
- metadata.gz: 7015c803a668edf985eafe670dfdc4891259d3d01e1894db5af2822865ce8c29716fd2542f9f3d0a09af75b3d64bb5168903381849f947d22355830293641ab5
7
- data.tar.gz: a1c1bc9e4b8348b1aea0c8bc2993be98eb045d3d6480cd94aef466510e06dd8232b7c5bc1f711f0c8c3afca1502b431282c7aedc39227939da8f8ac9e0761445
6
+ metadata.gz: 0de2f225e88d97dc38514be8e0189573c090caef2e275da2de0d4a2e31015a8740e1c83618265cedd8bdeaa1cf6f14c44e4a9d80e782296517ba19f21bc27420
7
+ data.tar.gz: 808124add4342c3a78e693072d56437e810ed366009f2a4bb482af2683c1310b0b54e71578c33d5be568e458f108824d9c1542bb42256dcb9f2a12595b5869d9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-dlm/customizations'
42
42
  # @service
43
43
  module Aws::DLM
44
44
 
45
- GEM_VERSION = '1.23.0'
45
+ GEM_VERSION = '1.24.0'
46
46
 
47
47
  end
@@ -709,7 +709,7 @@ module Aws::DLM
709
709
  params: params,
710
710
  config: config)
711
711
  context[:gem_name] = 'aws-sdk-dlm'
712
- context[:gem_version] = '1.23.0'
712
+ context[:gem_version] = '1.24.0'
713
713
  Seahorse::Client::Request.new(handlers, context)
714
714
  end
715
715
 
@@ -572,9 +572,9 @@ module Aws::DLM
572
572
  include Aws::Structure
573
573
  end
574
574
 
575
- # Optional parameters that can be added to the policy. The set of valid
576
- # parameters depends on the combination of `policyType` and
577
- # `resourceType` values.
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
- # When executing an EBS Snapshot Management – Instance policy, execute
588
- # all CreateSnapshots calls with the `excludeBootVolume` set to the
589
- # supplied field. Defaults to false. Only valid for EBS Snapshot
590
- # Management – Instance policies.
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
- # This field determines the valid target resource types and actions a
667
- # policy can manage. This field defaults to EBS\_SNAPSHOT\_MANAGEMENT
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 that can be provided by the policy.
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.23.0
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: 2019-12-19 00:00:00.000000000 Z
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