aws-sdk-backup 1.73.0 → 1.74.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.73.0'
55
+ GEM_VERSION = '1.74.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -483,6 +483,7 @@ module Aws
483
483
  def backup_vault_name: () -> ::String
484
484
  def backup_vault_arn: () -> ::String
485
485
  def vault_type: () -> ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT")
486
+ def vault_state: () -> ("CREATING" | "AVAILABLE" | "FAILED")
486
487
  def encryption_key_arn: () -> ::String
487
488
  def creation_date: () -> ::Time
488
489
  def creator_request_id: () -> ::String
data/sig/types.rbs CHANGED
@@ -150,6 +150,8 @@ module Aws::Backup
150
150
  class BackupVaultListMember
151
151
  attr_accessor backup_vault_name: ::String
152
152
  attr_accessor backup_vault_arn: ::String
153
+ attr_accessor vault_type: ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT")
154
+ attr_accessor vault_state: ("CREATING" | "AVAILABLE" | "FAILED")
153
155
  attr_accessor creation_date: ::Time
154
156
  attr_accessor encryption_key_arn: ::String
155
157
  attr_accessor creator_request_id: ::String
@@ -532,6 +534,7 @@ module Aws::Backup
532
534
  attr_accessor backup_vault_name: ::String
533
535
  attr_accessor backup_vault_arn: ::String
534
536
  attr_accessor vault_type: ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT")
537
+ attr_accessor vault_state: ("CREATING" | "AVAILABLE" | "FAILED")
535
538
  attr_accessor encryption_key_arn: ::String
536
539
  attr_accessor creation_date: ::Time
537
540
  attr_accessor creator_request_id: ::String
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.73.0
4
+ version: 1.74.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-07-02 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core