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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 292d78c9e48980f8c27b069782f71d965bd372b61f5bb3983b3e6380a075f778
4
- data.tar.gz: 5d87e55bc904c6c81a48bfded4cdf30540c3e7ecd2d168d55310a4366c26cf8a
3
+ metadata.gz: 0a84339b678130bcd88353d0e04a658caa9bfb3ee334b41a07e184077788cce5
4
+ data.tar.gz: 1426fdcbf2d8af7fd7f8f372722e576edafa1f0f29f8fcbbaa8e71bacc0269d8
5
5
  SHA512:
6
- metadata.gz: 7644dca792da0d7bb582abe9d89580c54baab35b005b16a5847af56b15f49c30f4466ff06fd78437e2269936612969d62db280bf45440de54d38c1978a5fc811
7
- data.tar.gz: bc46024f9730d2948d5b0efd8d6542a29879ca4e0606e306712fd284068cd697c5c85498d22308b47d79b6815bfdbdfd24b2fec375fba192fa59dc76d08dadee
6
+ metadata.gz: d1e223a7bd5f478b7f5e85efeef0a28735c9825f7e14fe4cb126456efd7d894e21d4bd00406c1f15292ac2e53d31c30e2da5e92a5a27aa18949116aa91dd0d3e
7
+ data.tar.gz: a2db2e58b54bb214050699cd9e525e57c763fc554e803924eda5a39db7dbbdab2c6a8271f28ba091ee2ebb5194c061ede858a6e1ce94385bfb4557c6d3c52570
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-backup/customizations'
47
47
  # @!group service
48
48
  module Aws::Backup
49
49
 
50
- GEM_VERSION = '1.19.0'
50
+ GEM_VERSION = '1.20.0'
51
51
 
52
52
  end
@@ -420,13 +420,13 @@ module Aws::Backup
420
420
  #
421
421
  # `ConditionValue:"finance"`
422
422
  #
423
- # `ConditionType:"STRINGEQUALS"`
423
+ # `ConditionType:"StringEquals"`
424
424
  #
425
425
  # * `ConditionKey:"importance"`
426
426
  #
427
427
  # `ConditionValue:"critical"`
428
428
  #
429
- # `ConditionType:"STRINGEQUALS"`
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.19.0'
2770
+ context[:gem_version] = '1.20.0'
2771
2771
  Seahorse::Client::Request.new(handlers, context)
2772
2772
  end
2773
2773
 
@@ -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
- # restoring the target resource; for example,
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, `"STRINGEQUALS":
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
- # `STRINGEQUALS`), a key, and a value. Conditions are used to filter
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 `STRINGEQUALS`, that is applied to a key-value
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.19.0
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-25 00:00:00.000000000 Z
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