aws-sdk-backup 1.81.0 → 1.82.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
  SHA256:
3
- metadata.gz: c5c2433565df3b74175356d4dcf4b124ce592f264c739e9a940142596f20e25f
4
- data.tar.gz: 8b7f11deeaa9fb97946f90f92f8a066f1b9d24d8dcc111528857800da5aa61ab
3
+ metadata.gz: cea51e2e4d820735232e5342eec8fd0324a696147ca301ac18b492abe0266cc4
4
+ data.tar.gz: 8052dfea0c39a3c2ca7d1f878ff128fd8fa23b65861296d580b3be345c2cf497
5
5
  SHA512:
6
- metadata.gz: 67d320af233e16fe429e4ff3c6e989cf198e15a115a8fc441cbf08ecc66e4b94f6746695a42f1c1f803e9e6e5855e56625ac83c56e322f7039c0250df3f7c3da
7
- data.tar.gz: 55cfe4323647efadb76379dd76fe82e7276aab84a8657bbb1a54bde639c3fb17978ae9d182859155fe25f4d4d0e9b2996b83c6035c5b13db0edf6d21d1a5b029
6
+ metadata.gz: efca17858d02be7ee8116673008977b10470c63cc931a1426d8bc6cb21c1213094f752f9a6e09ce62983443e1e175479cdd97f5cc35f5ada6f0fec31dc5a0c7f
7
+ data.tar.gz: 712636f2075b8612d8ca7d3da04b50819ff0353c17229ce182f19b7b85d5ac000504785f152f5ef4ebf32609c4b1768fe469944f37040049fc08d61712978341
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.81.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -5457,7 +5457,7 @@ module Aws::Backup
5457
5457
  # Key-value pairs that are used to help organize your resources. You can
5458
5458
  # assign your own metadata to the resources you create. For clarity,
5459
5459
  # this is the structure to assign tags:
5460
- # `[\{"Key":"string","Value":"string"\}]`.
5460
+ # `[{"Key":"string","Value":"string"}]`.
5461
5461
  #
5462
5462
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
5463
5463
  #
@@ -6070,7 +6070,7 @@ module Aws::Backup
6070
6070
  tracer: tracer
6071
6071
  )
6072
6072
  context[:gem_name] = 'aws-sdk-backup'
6073
- context[:gem_version] = '1.81.0'
6073
+ context[:gem_version] = '1.82.0'
6074
6074
  Seahorse::Client::Request.new(handlers, context)
6075
6075
  end
6076
6076
 
@@ -778,8 +778,8 @@ module Aws::Backup
778
778
  #
779
779
  # @!attribute [rw] list_of_tags
780
780
  # The conditions that you define to assign resources to your backup
781
- # plans using tags. For example, `"StringEquals": \{ "ConditionKey":
782
- # "backup", "ConditionValue": "daily"\}`.
781
+ # plans using tags. For example, `"StringEquals": { "ConditionKey":
782
+ # "backup", "ConditionValue": "daily"}`.
783
783
  #
784
784
  # `ListOfTags` supports only `StringEquals`. Condition operators are
785
785
  # case sensitive.
@@ -800,8 +800,8 @@ module Aws::Backup
800
800
  #
801
801
  # @!attribute [rw] conditions
802
802
  # The conditions that you define to assign resources to your backup
803
- # plans using tags. For example, `"StringEquals": \{ "ConditionKey":
804
- # "aws:ResourceTag/backup", "ConditionValue": "daily" \}`.
803
+ # plans using tags. For example, `"StringEquals": { "ConditionKey":
804
+ # "aws:ResourceTag/backup", "ConditionValue": "daily" }`.
805
805
  #
806
806
  # `Conditions` supports `StringEquals`, `StringLike`,
807
807
  # `StringNotEquals`, and `StringNotLike`. Condition operators are case
@@ -1248,7 +1248,7 @@ module Aws::Backup
1248
1248
  # empty string when included in a CloudFormation template).
1249
1249
  #
1250
1250
  # The structure to assign a tag is:
1251
- # `[\{"Key":"string","Value":"string"\}]`.
1251
+ # `[{"Key":"string","Value":"string"}]`.
1252
1252
  # @return [Hash<String,String>]
1253
1253
  #
1254
1254
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ControlScope AWS API Documentation
@@ -4262,8 +4262,7 @@ module Aws::Backup
4262
4262
  #
4263
4263
  # Length Constraints: Minimum length of 1. Maximum length of 128.
4264
4264
  #
4265
- # Pattern:
4266
- # `^(?![aA]\{1\}[wW]\{1\}[sS]\{1\}:)([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-@]+)$`
4265
+ # Pattern: `^(?![aA]{1}[wW]{1}[sS]{1}:)([\p{L}\p{Z}\p{N}_.:/=+\-@]+)$`
4267
4266
  # @return [String]
4268
4267
  #
4269
4268
  # @!attribute [rw] value
@@ -4271,7 +4270,7 @@ module Aws::Backup
4271
4270
  #
4272
4271
  # Length Constraints: Maximum length of 256.
4273
4272
  #
4274
- # Pattern: `^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-@]*)$`
4273
+ # Pattern: `^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$`
4275
4274
  # @return [String]
4276
4275
  #
4277
4276
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/KeyValue AWS API Documentation
@@ -7665,8 +7664,8 @@ module Aws::Backup
7665
7664
  #
7666
7665
  # @!attribute [rw] protected_resource_conditions
7667
7666
  # If you have included the wildcard in ProtectedResourceArns, you can
7668
- # include resource conditions, such as `ProtectedResourceConditions:
7669
- # \{ StringEquals: [\{ key: "XXXX", value: "YYYY" \}]`.
7667
+ # include resource conditions, such as `ProtectedResourceConditions: {
7668
+ # StringEquals: [{ key: "XXXX", value: "YYYY" }]`.
7670
7669
  # @return [Types::ProtectedResourceConditions]
7671
7670
  #
7672
7671
  # @!attribute [rw] protected_resource_type
@@ -8397,7 +8396,7 @@ module Aws::Backup
8397
8396
  # Key-value pairs that are used to help organize your resources. You
8398
8397
  # can assign your own metadata to the resources you create. For
8399
8398
  # clarity, this is the structure to assign tags:
8400
- # `[\{"Key":"string","Value":"string"\}]`.
8399
+ # `[{"Key":"string","Value":"string"}]`.
8401
8400
  # @return [Hash<String,String>]
8402
8401
  #
8403
8402
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/TagResourceInput AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::Backup
54
54
  autoload :EndpointProvider, 'aws-sdk-backup/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-backup/endpoints'
56
56
 
57
- GEM_VERSION = '1.81.0'
57
+ GEM_VERSION = '1.82.0'
58
58
 
59
59
  end
60
60
 
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.81.0
4
+ version: 1.82.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core