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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backup/client.rb +5 -5
- data/lib/aws-sdk-backup/types.rb +6 -4
- data/lib/aws-sdk-backup.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 249cf656ef08684fd2eca5a5c660a9ee33ec3d55e93beffbe9ce1bced1a9fc35
|
|
4
|
+
data.tar.gz: 42a68303ac67663c6c150aa9d4143fe3bd9234de46d78ee534f4af6059e48c6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04431fb3fd1dc846da233730038948a3cb86bf8dc8b562e03a76c2bfa4399da260241943948cc46105b1db11b612436b985dffdfe0630c1cfcccee7773dca7c4
|
|
7
|
+
data.tar.gz: 6f6321561f459df4911b4685b95e6a84c5bac4846c122685a94de4d12d7aa6b2957c1df4ba04637c5d9089b35a35b7d7e9fd65010263cd072eb34f750a7d0176
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
7873
|
+
context[:gem_version] = '1.117.0'
|
|
7874
7874
|
Seahorse::Client::Request.new(handlers, context)
|
|
7875
7875
|
end
|
|
7876
7876
|
|
data/lib/aws-sdk-backup/types.rb
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
data/lib/aws-sdk-backup.rb
CHANGED