aws-sdk-backup 1.19.0 → 1.20.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-backup.rb +1 -1
- data/lib/aws-sdk-backup/client.rb +3 -3
- data/lib/aws-sdk-backup/types.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a84339b678130bcd88353d0e04a658caa9bfb3ee334b41a07e184077788cce5
|
|
4
|
+
data.tar.gz: 1426fdcbf2d8af7fd7f8f372722e576edafa1f0f29f8fcbbaa8e71bacc0269d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1e223a7bd5f478b7f5e85efeef0a28735c9825f7e14fe4cb126456efd7d894e21d4bd00406c1f15292ac2e53d31c30e2da5e92a5a27aa18949116aa91dd0d3e
|
|
7
|
+
data.tar.gz: a2db2e58b54bb214050699cd9e525e57c763fc554e803924eda5a39db7dbbdab2c6a8271f28ba091ee2ebb5194c061ede858a6e1ce94385bfb4557c6d3c52570
|
data/lib/aws-sdk-backup.rb
CHANGED
|
@@ -420,13 +420,13 @@ module Aws::Backup
|
|
|
420
420
|
#
|
|
421
421
|
# `ConditionValue:"finance"`
|
|
422
422
|
#
|
|
423
|
-
# `ConditionType:"
|
|
423
|
+
# `ConditionType:"StringEquals"`
|
|
424
424
|
#
|
|
425
425
|
# * `ConditionKey:"importance"`
|
|
426
426
|
#
|
|
427
427
|
# `ConditionValue:"critical"`
|
|
428
428
|
#
|
|
429
|
-
# `ConditionType:"
|
|
429
|
+
# `ConditionType:"StringEquals"`
|
|
430
430
|
#
|
|
431
431
|
# Using these patterns would back up all Amazon Elastic Block Store
|
|
432
432
|
# (Amazon EBS) volumes that are tagged as `"department=finance"`,
|
|
@@ -2767,7 +2767,7 @@ module Aws::Backup
|
|
|
2767
2767
|
params: params,
|
|
2768
2768
|
config: config)
|
|
2769
2769
|
context[:gem_name] = 'aws-sdk-backup'
|
|
2770
|
-
context[:gem_version] = '1.
|
|
2770
|
+
context[:gem_version] = '1.20.0'
|
|
2771
2771
|
Seahorse::Client::Request.new(handlers, context)
|
|
2772
2772
|
end
|
|
2773
2773
|
|
data/lib/aws-sdk-backup/types.rb
CHANGED
|
@@ -523,7 +523,7 @@ module Aws::Backup
|
|
|
523
523
|
#
|
|
524
524
|
# @!attribute [rw] iam_role_arn
|
|
525
525
|
# The ARN of the IAM role that AWS Backup uses to authenticate when
|
|
526
|
-
#
|
|
526
|
+
# backing up the target resource; for example,
|
|
527
527
|
# `arn:aws:iam::123456789012:role/S3Access`.
|
|
528
528
|
# @return [String]
|
|
529
529
|
#
|
|
@@ -534,7 +534,7 @@ module Aws::Backup
|
|
|
534
534
|
#
|
|
535
535
|
# @!attribute [rw] list_of_tags
|
|
536
536
|
# An array of conditions used to specify a set of resources to assign
|
|
537
|
-
# to a backup plan; for example, `"
|
|
537
|
+
# to a backup plan; for example, `"StringEquals":
|
|
538
538
|
# \{"ec2:ResourceTag/Department": "accounting"`.
|
|
539
539
|
# @return [Array<Types::Condition>]
|
|
540
540
|
#
|
|
@@ -679,7 +679,7 @@ module Aws::Backup
|
|
|
679
679
|
end
|
|
680
680
|
|
|
681
681
|
# Contains an array of triplets made up of a condition type (such as
|
|
682
|
-
# `
|
|
682
|
+
# `StringEquals`), a key, and a value. Conditions are used to filter
|
|
683
683
|
# resources in a selection that is assigned to a backup plan.
|
|
684
684
|
#
|
|
685
685
|
# @note When making an API call, you may pass Condition
|
|
@@ -692,7 +692,7 @@ module Aws::Backup
|
|
|
692
692
|
# }
|
|
693
693
|
#
|
|
694
694
|
# @!attribute [rw] condition_type
|
|
695
|
-
# An operation, such as `
|
|
695
|
+
# An operation, such as `StringEquals`, that is applied to a key-value
|
|
696
696
|
# pair used to filter resources in a selection.
|
|
697
697
|
# @return [String]
|
|
698
698
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-backup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.20.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: 2020-08-
|
|
11
|
+
date: 2020-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|