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 +4 -4
- data/lib/aws-sdk-dlm.rb +1 -1
- data/lib/aws-sdk-dlm/client.rb +8 -7
- data/lib/aws-sdk-dlm/types.rb +11 -10
- 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: 4b7dbb1888a503f0c85baa936e9dd2dd7efe4057
|
|
4
|
+
data.tar.gz: 40230f26445b6f47a125586a122c28cb489b1e79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d95549d022e0303a450c7d11bade0240b5425b586809156663d85ac8d7733422047394c64b96b386071acc1ff8418b4897cf2873642fba5e21ecf7236fad3d2
|
|
7
|
+
data.tar.gz: 7d0cbba874b2ee811f0bba3fe610a0719422406057894dfb9f5a7600e9dd2bf0d0f356fa4e3f74716b9445286c9005030a7ac62c713eaae2d0a86dba0ab618c4
|
data/lib/aws-sdk-dlm.rb
CHANGED
data/lib/aws-sdk-dlm/client.rb
CHANGED
|
@@ -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
|
|
269
|
+
# The target tag for a policy.
|
|
270
270
|
#
|
|
271
|
-
# Tags are strings in the format `key
|
|
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
|
|
274
|
+
# The tags to add to objects created by the policy.
|
|
275
275
|
#
|
|
276
|
-
# Tags are strings in the format `key
|
|
276
|
+
# Tags are strings in the format `key=value`.
|
|
277
277
|
#
|
|
278
|
-
# These tags are added in addition to the AWS-added
|
|
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.
|
|
440
|
+
context[:gem_version] = '1.1.0'
|
|
440
441
|
Seahorse::Client::Request.new(handlers, context)
|
|
441
442
|
end
|
|
442
443
|
|
data/lib/aws-sdk-dlm/types.rb
CHANGED
|
@@ -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
|
|
170
|
+
# The target tag for a policy.
|
|
171
171
|
#
|
|
172
|
-
# Tags are strings in the format `key
|
|
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
|
|
176
|
+
# The tags to add to objects created by the policy.
|
|
177
177
|
#
|
|
178
|
-
# Tags are strings in the format `key
|
|
178
|
+
# Tags are strings in the format `key=value`.
|
|
179
179
|
#
|
|
180
|
-
# These tags are added in addition to the AWS-added
|
|
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
|
|
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
|
|
406
|
-
# addition to the
|
|
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.
|
|
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-
|
|
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
|