aws-sdk-dlm 1.0.0 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 21ab06eda2dbe72d04cecd3bd8469c618d791101
4
- data.tar.gz: 928954a1aeba2f9f3b12c50b09e97f17d909c36d
3
+ metadata.gz: 4b7dbb1888a503f0c85baa936e9dd2dd7efe4057
4
+ data.tar.gz: 40230f26445b6f47a125586a122c28cb489b1e79
5
5
  SHA512:
6
- metadata.gz: 86b1cae9ca1b13d456287ab56a671b93b2c10e70ef18065b5916faf892cde36072edbd61bb9ffabeb64c60a923a2de04ef28c3c33ef0e76a87adc1405d2e583b
7
- data.tar.gz: 0b8b56f6307d08e7d3b599b95437b943db4797233bafa335db15d80a1aca2f21f110d9fa1d394228ef5b59cd766eef5d33c4417882b45beaea8a9a1c441cc59c
6
+ metadata.gz: 2d95549d022e0303a450c7d11bade0240b5425b586809156663d85ac8d7733422047394c64b96b386071acc1ff8418b4897cf2873642fba5e21ecf7236fad3d2
7
+ data.tar.gz: 7d0cbba874b2ee811f0bba3fe610a0719422406057894dfb9f5a7600e9dd2bf0d0f356fa4e3f74716b9445286c9005030a7ac62c713eaae2d0a86dba0ab618c4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-dlm/customizations'
42
42
  # @service
43
43
  module Aws::DLM
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -171,7 +171,7 @@ module Aws::DLM
171
171
  # The desired activation state of the lifecycle policy after creation.
172
172
  #
173
173
  # @option params [required, Types::PolicyDetails] :policy_details
174
- # The configuration of the lifecycle policy.
174
+ # The configuration details of the lifecycle policy.
175
175
  #
176
176
  # Target tags cannot be re-used across lifecycle policies.
177
177
  #
@@ -266,16 +266,17 @@ module Aws::DLM
266
266
  # The resource type.
267
267
  #
268
268
  # @option params [Array<String>] :target_tags
269
- # The target tags.
269
+ # The target tag for a policy.
270
270
  #
271
- # Tags are strings in the format `key:value`.
271
+ # Tags are strings in the format `key=value`.
272
272
  #
273
273
  # @option params [Array<String>] :tags_to_add
274
- # The tags to add to the resources.
274
+ # The tags to add to objects created by the policy.
275
275
  #
276
- # Tags are strings in the format `key:value`.
276
+ # Tags are strings in the format `key=value`.
277
277
  #
278
- # These tags are added in addition to the AWS-added lifecycle tags.
278
+ # These user-defined tags are added in addition to the AWS-added
279
+ # lifecycle tags.
279
280
  #
280
281
  # @return [Types::GetLifecyclePoliciesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
281
282
  #
@@ -436,7 +437,7 @@ module Aws::DLM
436
437
  params: params,
437
438
  config: config)
438
439
  context[:gem_name] = 'aws-sdk-dlm'
439
- context[:gem_version] = '1.0.0'
440
+ context[:gem_version] = '1.1.0'
440
441
  Seahorse::Client::Request.new(handlers, context)
441
442
  end
442
443
 
@@ -60,7 +60,7 @@ module Aws::DLM
60
60
  # @return [String]
61
61
  #
62
62
  # @!attribute [rw] policy_details
63
- # The configuration of the lifecycle policy.
63
+ # The configuration details of the lifecycle policy.
64
64
  #
65
65
  # Target tags cannot be re-used across lifecycle policies.
66
66
  # @return [Types::PolicyDetails]
@@ -167,17 +167,18 @@ module Aws::DLM
167
167
  # @return [Array<String>]
168
168
  #
169
169
  # @!attribute [rw] target_tags
170
- # The target tags.
170
+ # The target tag for a policy.
171
171
  #
172
- # Tags are strings in the format `key:value`.
172
+ # Tags are strings in the format `key=value`.
173
173
  # @return [Array<String>]
174
174
  #
175
175
  # @!attribute [rw] tags_to_add
176
- # The tags to add to the resources.
176
+ # The tags to add to objects created by the policy.
177
177
  #
178
- # Tags are strings in the format `key:value`.
178
+ # Tags are strings in the format `key=value`.
179
179
  #
180
- # These tags are added in addition to the AWS-added lifecycle tags.
180
+ # These user-defined tags are added in addition to the AWS-added
181
+ # lifecycle tags.
181
182
  # @return [Array<String>]
182
183
  #
183
184
  # @see http://docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/GetLifecyclePoliciesRequest AWS API Documentation
@@ -337,11 +338,11 @@ module Aws::DLM
337
338
  # @return [Array<String>]
338
339
  #
339
340
  # @!attribute [rw] target_tags
340
- # The target tags.
341
+ # The single tag that identifies targeted resources for this policy.
341
342
  # @return [Array<Types::Tag>]
342
343
  #
343
344
  # @!attribute [rw] schedules
344
- # The schedule.
345
+ # The schedule of policy-defined actions.
345
346
  # @return [Array<Types::Schedule>]
346
347
  #
347
348
  # @see http://docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/PolicyDetails AWS API Documentation
@@ -402,8 +403,8 @@ module Aws::DLM
402
403
  # @return [String]
403
404
  #
404
405
  # @!attribute [rw] tags_to_add
405
- # The tags to add to policy-created resources. These tags are added in
406
- # addition to the default lifecycle tags.
406
+ # The tags to apply to policy-created resources. These user-defined
407
+ # tags are in addition to the AWS-added lifecycle tags.
407
408
  # @return [Array<Types::Tag>]
408
409
  #
409
410
  # @!attribute [rw] create_rule
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.0.0
4
+ version: 1.1.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: 2018-07-12 00:00:00.000000000 Z
11
+ date: 2018-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core