aws-sdk-backup 1.116.0 → 1.117.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: 84d4cbebab9f4d4399d4e1a2258ba8c16edb464575f2dcdfb17934537eb2e2cf
4
- data.tar.gz: b34a075f4346c35d714bd0a055f8b7385d3c83cd958d2c1797416f889a693a5f
3
+ metadata.gz: 249cf656ef08684fd2eca5a5c660a9ee33ec3d55e93beffbe9ce1bced1a9fc35
4
+ data.tar.gz: 42a68303ac67663c6c150aa9d4143fe3bd9234de46d78ee534f4af6059e48c6d
5
5
  SHA512:
6
- metadata.gz: 6912e975cc5c3f97a8e26ae2fb78e96ee299daf00212becd821b08bfe890cad9e10ce543da47a8caebfd74d7d44f58e0e050d513de62f9e851dc2d9d02406023
7
- data.tar.gz: 1e465576ea0d2b21eee254c4f15083a13914498ff69d9ade098cfea91fcbb275427df481262394d9ee9ba7d130730bbb3943057784a6a6c56f2ed8b391c903dd
6
+ metadata.gz: 04431fb3fd1dc846da233730038948a3cb86bf8dc8b562e03a76c2bfa4399da260241943948cc46105b1db11b612436b985dffdfe0630c1cfcccee7773dca7c4
7
+ data.tar.gz: 6f6321561f459df4911b4685b95e6a84c5bac4846c122685a94de4d12d7aa6b2957c1df4ba04637c5d9089b35a35b7d7e9fd65010263cd072eb34f750a7d0176
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.0 (2026-08-21)
5
+ ------------------
6
+
7
+ * Feature - Updating CLI Docs for Backup Audit Manager List Job Summaries APIs.
8
+
4
9
  1.116.0 (2026-08-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
1
+ 1.117.0
@@ -3799,7 +3799,7 @@ module Aws::Backup
3799
3799
  end
3800
3800
 
3801
3801
  # This is a request for a summary of backup jobs created or running
3802
- # within the most recent 30 days. You can include parameters AccountID,
3802
+ # within the most recent 14 days. You can include parameters AccountID,
3803
3803
  # State, ResourceType, MessageCategory, AggregationPeriod, MaxResults,
3804
3804
  # or NextToken to filter results.
3805
3805
  #
@@ -4404,7 +4404,7 @@ module Aws::Backup
4404
4404
  end
4405
4405
 
4406
4406
  # This request obtains a list of copy jobs created or running within the
4407
- # the most recent 30 days. You can include parameters AccountID, State,
4407
+ # the most recent 14 days. You can include parameters AccountID, State,
4408
4408
  # ResourceType, MessageCategory, AggregationPeriod, MaxResults, or
4409
4409
  # NextToken to filter results.
4410
4410
  #
@@ -5484,7 +5484,7 @@ module Aws::Backup
5484
5484
  end
5485
5485
 
5486
5486
  # This request obtains a summary of restore jobs created or running
5487
- # within the the most recent 30 days. You can include parameters
5487
+ # within the the most recent 14 days. You can include parameters
5488
5488
  # AccountID, State, ResourceType, AggregationPeriod, MaxResults, or
5489
5489
  # NextToken to filter results.
5490
5490
  #
@@ -5915,7 +5915,7 @@ module Aws::Backup
5915
5915
  end
5916
5916
 
5917
5917
  # This is a request for a summary of scan jobs created or running within
5918
- # the most recent 30 days.
5918
+ # the most recent 14 days.
5919
5919
  #
5920
5920
  # @option params [String] :account_id
5921
5921
  # Returns the job count for the specified account.
@@ -7870,7 +7870,7 @@ module Aws::Backup
7870
7870
  tracer: tracer
7871
7871
  )
7872
7872
  context[:gem_name] = 'aws-sdk-backup'
7873
- context[:gem_version] = '1.116.0'
7873
+ context[:gem_version] = '1.117.0'
7874
7874
  Seahorse::Client::Request.new(handlers, context)
7875
7875
  end
7876
7876
 
@@ -429,7 +429,7 @@ module Aws::Backup
429
429
  include Aws::Structure
430
430
  end
431
431
 
432
- # This is a summary of jobs created or running within the most recent 30
432
+ # This is a summary of jobs created or running within the most recent 14
433
433
  # days.
434
434
  #
435
435
  # The returned summary may contain the following: Region, Account,
@@ -1758,7 +1758,7 @@ module Aws::Backup
1758
1758
  end
1759
1759
 
1760
1760
  # This is a summary of copy jobs created or running within the most
1761
- # recent 30 days.
1761
+ # recent 14 days.
1762
1762
  #
1763
1763
  # The returned summary may contain the following: Region, Account,
1764
1764
  # State, RestourceType, MessageCategory, StartTime, EndTime, and Count
@@ -9324,7 +9324,7 @@ module Aws::Backup
9324
9324
  end
9325
9325
 
9326
9326
  # This is a summary of restore jobs created or running within the most
9327
- # recent 30 days.
9327
+ # recent 14 days.
9328
9328
  #
9329
9329
  # The returned summary may contain the following: Region, Account,
9330
9330
  # State, ResourceType, MessageCategory, StartTime, EndTime, and Count of
@@ -9860,7 +9860,9 @@ module Aws::Backup
9860
9860
  # @return [Array<String>]
9861
9861
  #
9862
9862
  # @!attribute [rw] selection_window_days
9863
- # Accepted values are integers from 1 to 365.
9863
+ # Accepted values are integers from 1 to 365. If not included, the
9864
+ # value defaults to 30. The selection window is calculated from the
9865
+ # actual job execution time, not the plan's scheduled start time.
9864
9866
  # @return [Integer]
9865
9867
  #
9866
9868
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/RestoreTestingRecoveryPointSelection 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.116.0'
57
+ GEM_VERSION = '1.117.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.116.0
4
+ version: 1.117.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services