aws-sdk-backup 1.57.0 → 1.58.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: d3ac9d75c2498fe63db707f73c6eae17ab7d2068a295042000528694e002261e
4
- data.tar.gz: f39811b0544c2de189142a07967e28a50606e64139403d83ce98bee82900ed25
3
+ metadata.gz: 35196dc65d4a161d5a2bea646320527b79991a34eeb1fb94eb91c26bd97a3b9f
4
+ data.tar.gz: 87da4758f5abddbb997f0e76c1d7f811e59b55267436c7ce323acc318fb713b9
5
5
  SHA512:
6
- metadata.gz: 8844c928a4f04e3a33be3026b3c0fc392fc5220b15dac1f5e720eeafd8a69424b44eaa72968fc06e03155228527316c6974f4345d7e02a2ea072674787596049
7
- data.tar.gz: 52be95ebf4c75488819c686d2fada43b306d90968cb17659c2c3b098b49f7cf6856ad362d26ca5593f3e6c945feaa90ca7e29a60848719c26882906e6216a97f
6
+ metadata.gz: 8c2ff9c040535797c002e46248403030e84cd907bece639daa8097dccdbd4f48e19077d9429d7fbca29e4da70a156d1027cea4d5c04b53e28cbf5dc748ec24b3
7
+ data.tar.gz: 5dc363bc961c9e13804ff78320c0a17e8186656e14e29439e09d6e6e6042ddca9c65f016969c15b3cc5af2440925099a9199905ab5b4852777550f976bc04a28
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-08-28)
5
+ ------------------
6
+
7
+ * Feature - Add support for customizing time zone for backup window in backup plan rules.
8
+
4
9
  1.57.0 (2023-08-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -483,6 +483,7 @@ module Aws::Backup
483
483
  # },
484
484
  # ],
485
485
  # enable_continuous_backup: false,
486
+ # schedule_expression_timezone: "Timezone",
486
487
  # },
487
488
  # ],
488
489
  # advanced_backup_settings: [
@@ -835,10 +836,12 @@ module Aws::Backup
835
836
  req.send_request(options)
836
837
  end
837
838
 
838
- # This request creates a logical container where backups are stored.
839
+ # This request creates a logical container to where backups may be
840
+ # copied.
839
841
  #
840
- # This request includes a name, optionally one or more resource tags, an
841
- # encryption key, and a request ID.
842
+ # This request includes a name, the Region, the maximum number of
843
+ # retention days, the minimum number of retention days, and optionally
844
+ # can include tags and a creator request ID.
842
845
  #
843
846
  # <note markdown="1"> Do not include sensitive data, such as passport numbers, in the name
844
847
  # of a backup vault.
@@ -1981,6 +1984,7 @@ module Aws::Backup
1981
1984
  # resp.backup_plan.rules[0].copy_actions[0].lifecycle.delete_after_days #=> Integer
1982
1985
  # resp.backup_plan.rules[0].copy_actions[0].destination_backup_vault_arn #=> String
1983
1986
  # resp.backup_plan.rules[0].enable_continuous_backup #=> Boolean
1987
+ # resp.backup_plan.rules[0].schedule_expression_timezone #=> String
1984
1988
  # resp.backup_plan.advanced_backup_settings #=> Array
1985
1989
  # resp.backup_plan.advanced_backup_settings[0].resource_type #=> String
1986
1990
  # resp.backup_plan.advanced_backup_settings[0].backup_options #=> Hash
@@ -2040,6 +2044,7 @@ module Aws::Backup
2040
2044
  # resp.backup_plan.rules[0].copy_actions[0].lifecycle.delete_after_days #=> Integer
2041
2045
  # resp.backup_plan.rules[0].copy_actions[0].destination_backup_vault_arn #=> String
2042
2046
  # resp.backup_plan.rules[0].enable_continuous_backup #=> Boolean
2047
+ # resp.backup_plan.rules[0].schedule_expression_timezone #=> String
2043
2048
  # resp.backup_plan.advanced_backup_settings #=> Array
2044
2049
  # resp.backup_plan.advanced_backup_settings[0].resource_type #=> String
2045
2050
  # resp.backup_plan.advanced_backup_settings[0].backup_options #=> Hash
@@ -2088,6 +2093,7 @@ module Aws::Backup
2088
2093
  # resp.backup_plan_document.rules[0].copy_actions[0].lifecycle.delete_after_days #=> Integer
2089
2094
  # resp.backup_plan_document.rules[0].copy_actions[0].destination_backup_vault_arn #=> String
2090
2095
  # resp.backup_plan_document.rules[0].enable_continuous_backup #=> Boolean
2096
+ # resp.backup_plan_document.rules[0].schedule_expression_timezone #=> String
2091
2097
  # resp.backup_plan_document.advanced_backup_settings #=> Array
2092
2098
  # resp.backup_plan_document.advanced_backup_settings[0].resource_type #=> String
2093
2099
  # resp.backup_plan_document.advanced_backup_settings[0].backup_options #=> Hash
@@ -4302,6 +4308,7 @@ module Aws::Backup
4302
4308
  # },
4303
4309
  # ],
4304
4310
  # enable_continuous_backup: false,
4311
+ # schedule_expression_timezone: "Timezone",
4305
4312
  # },
4306
4313
  # ],
4307
4314
  # advanced_backup_settings: [
@@ -4654,7 +4661,7 @@ module Aws::Backup
4654
4661
  params: params,
4655
4662
  config: config)
4656
4663
  context[:gem_name] = 'aws-sdk-backup'
4657
- context[:gem_version] = '1.57.0'
4664
+ context[:gem_version] = '1.58.0'
4658
4665
  Seahorse::Client::Request.new(handlers, context)
4659
4666
  end
4660
4667
 
@@ -259,6 +259,7 @@ module Aws::Backup
259
259
  TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
260
260
  TagValue = Shapes::StringShape.new(name: 'TagValue')
261
261
  Tags = Shapes::MapShape.new(name: 'Tags')
262
+ Timezone = Shapes::StringShape.new(name: 'Timezone')
262
263
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
263
264
  UpdateBackupPlanInput = Shapes::StructureShape.new(name: 'UpdateBackupPlanInput')
264
265
  UpdateBackupPlanOutput = Shapes::StructureShape.new(name: 'UpdateBackupPlanOutput')
@@ -370,6 +371,7 @@ module Aws::Backup
370
371
  BackupRule.add_member(:rule_id, Shapes::ShapeRef.new(shape: string, location_name: "RuleId"))
371
372
  BackupRule.add_member(:copy_actions, Shapes::ShapeRef.new(shape: CopyActions, location_name: "CopyActions"))
372
373
  BackupRule.add_member(:enable_continuous_backup, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableContinuousBackup"))
374
+ BackupRule.add_member(:schedule_expression_timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "ScheduleExpressionTimezone"))
373
375
  BackupRule.struct_class = Types::BackupRule
374
376
 
375
377
  BackupRuleInput.add_member(:rule_name, Shapes::ShapeRef.new(shape: BackupRuleName, required: true, location_name: "RuleName"))
@@ -381,6 +383,7 @@ module Aws::Backup
381
383
  BackupRuleInput.add_member(:recovery_point_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "RecoveryPointTags"))
382
384
  BackupRuleInput.add_member(:copy_actions, Shapes::ShapeRef.new(shape: CopyActions, location_name: "CopyActions"))
383
385
  BackupRuleInput.add_member(:enable_continuous_backup, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableContinuousBackup"))
386
+ BackupRuleInput.add_member(:schedule_expression_timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "ScheduleExpressionTimezone"))
384
387
  BackupRuleInput.struct_class = Types::BackupRuleInput
385
388
 
386
389
  BackupRules.member = Shapes::ShapeRef.new(shape: BackupRule)
@@ -507,6 +507,12 @@ module Aws::Backup
507
507
  # backups.
508
508
  # @return [Boolean]
509
509
  #
510
+ # @!attribute [rw] schedule_expression_timezone
511
+ # This is the timezone in which the schedule expression is set. By
512
+ # default, ScheduleExpressions are in UTC. You can modify this to a
513
+ # specified timezone.
514
+ # @return [String]
515
+ #
510
516
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/BackupRule AWS API Documentation
511
517
  #
512
518
  class BackupRule < Struct.new(
@@ -519,7 +525,8 @@ module Aws::Backup
519
525
  :recovery_point_tags,
520
526
  :rule_id,
521
527
  :copy_actions,
522
- :enable_continuous_backup)
528
+ :enable_continuous_backup,
529
+ :schedule_expression_timezone)
523
530
  SENSITIVE = [:recovery_point_tags]
524
531
  include Aws::Structure
525
532
  end
@@ -608,6 +615,12 @@ module Aws::Backup
608
615
  # backups.
609
616
  # @return [Boolean]
610
617
  #
618
+ # @!attribute [rw] schedule_expression_timezone
619
+ # This is the timezone in which the schedule expression is set. By
620
+ # default, ScheduleExpressions are in UTC. You can modify this to a
621
+ # specified timezone.
622
+ # @return [String]
623
+ #
611
624
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/BackupRuleInput AWS API Documentation
612
625
  #
613
626
  class BackupRuleInput < Struct.new(
@@ -619,7 +632,8 @@ module Aws::Backup
619
632
  :lifecycle,
620
633
  :recovery_point_tags,
621
634
  :copy_actions,
622
- :enable_continuous_backup)
635
+ :enable_continuous_backup,
636
+ :schedule_expression_timezone)
623
637
  SENSITIVE = [:recovery_point_tags]
624
638
  include Aws::Structure
625
639
  end
@@ -3121,8 +3135,7 @@ module Aws::Backup
3121
3135
  # The scope of a control. The control scope defines what the control
3122
3136
  # will evaluate. Three examples of control scopes are: a specific
3123
3137
  # backup plan, all backup plans with a specific tag, or all backup
3124
- # plans. For more information, see [
3125
- # `ControlScope`.](aws-backup/latest/devguide/API_ControlScope.html)
3138
+ # plans.
3126
3139
  # @return [Types::ControlScope]
3127
3140
  #
3128
3141
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/FrameworkControl AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-backup/customizations'
52
52
  # @!group service
53
53
  module Aws::Backup
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
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.57.0
4
+ version: 1.58.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: 2023-08-08 00:00:00.000000000 Z
11
+ date: 2023-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core