@aws-sdk/client-backup 3.1114.0 → 3.1116.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/commands/ListBackupJobSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListCopyJobSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListRestoreJobSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListScanJobSummariesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +6 -4
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -25,7 +25,7 @@ declare const ListBackupJobSummariesCommand_base: {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* <p>This is a request for a summary of backup jobs created
|
|
28
|
-
* or running within the most recent
|
|
28
|
+
* or running within the most recent 14 days. You can
|
|
29
29
|
* include parameters AccountID, State, ResourceType, MessageCategory,
|
|
30
30
|
* AggregationPeriod, MaxResults, or NextToken to filter
|
|
31
31
|
* results.</p>
|
|
@@ -25,7 +25,7 @@ declare const ListCopyJobSummariesCommand_base: {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* <p>This request obtains a list of copy jobs created
|
|
28
|
-
* or running within the the most recent
|
|
28
|
+
* or running within the the most recent 14 days. You can
|
|
29
29
|
* include parameters AccountID, State, ResourceType, MessageCategory,
|
|
30
30
|
* AggregationPeriod, MaxResults, or NextToken to filter
|
|
31
31
|
* results.</p>
|
|
@@ -25,7 +25,7 @@ declare const ListRestoreJobSummariesCommand_base: {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* <p>This request obtains a summary of restore jobs created
|
|
28
|
-
* or running within the the most recent
|
|
28
|
+
* or running within the the most recent 14 days. You can
|
|
29
29
|
* include parameters AccountID, State, ResourceType,
|
|
30
30
|
* AggregationPeriod, MaxResults, or NextToken to filter
|
|
31
31
|
* results.</p>
|
|
@@ -24,7 +24,7 @@ declare const ListScanJobSummariesCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>This is a request for a summary of scan jobs created or running within the most recent
|
|
27
|
+
* <p>This is a request for a summary of scan jobs created or running within the most recent 14 days.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -488,7 +488,7 @@ export interface BackupJob {
|
|
|
488
488
|
}
|
|
489
489
|
/**
|
|
490
490
|
* <p>This is a summary of jobs created
|
|
491
|
-
* or running within the most recent
|
|
491
|
+
* or running within the most recent 14 days.</p>
|
|
492
492
|
* <p>The returned summary may contain the following:
|
|
493
493
|
* Region, Account, State, RestourceType, MessageCategory,
|
|
494
494
|
* StartTime, EndTime, and Count of included jobs.</p>
|
|
@@ -1618,7 +1618,7 @@ export interface CopyJob {
|
|
|
1618
1618
|
}
|
|
1619
1619
|
/**
|
|
1620
1620
|
* <p>This is a summary of copy jobs created
|
|
1621
|
-
* or running within the most recent
|
|
1621
|
+
* or running within the most recent 14 days.</p>
|
|
1622
1622
|
* <p>The returned summary may contain the following:
|
|
1623
1623
|
* Region, Account, State, RestourceType, MessageCategory,
|
|
1624
1624
|
* StartTime, EndTime, and Count of included jobs.</p>
|
|
@@ -2450,7 +2450,9 @@ export interface RestoreTestingRecoveryPointSelection {
|
|
|
2450
2450
|
*/
|
|
2451
2451
|
RecoveryPointTypes?: RestoreTestingRecoveryPointType[] | undefined;
|
|
2452
2452
|
/**
|
|
2453
|
-
* <p>Accepted values are integers from 1 to 365
|
|
2453
|
+
* <p>Accepted values are integers from 1 to 365. If not included, the value defaults to 30.
|
|
2454
|
+
* The selection window is calculated from the actual job execution time, not the plan's
|
|
2455
|
+
* scheduled start time.</p>
|
|
2454
2456
|
* @public
|
|
2455
2457
|
*/
|
|
2456
2458
|
SelectionWindowDays?: number | undefined;
|
|
@@ -8418,7 +8420,7 @@ export interface ListRestoreJobSummariesInput {
|
|
|
8418
8420
|
}
|
|
8419
8421
|
/**
|
|
8420
8422
|
* <p>This is a summary of restore jobs created
|
|
8421
|
-
* or running within the most recent
|
|
8423
|
+
* or running within the most recent 14 days.</p>
|
|
8422
8424
|
* <p>The returned summary may contain the following:
|
|
8423
8425
|
* Region, Account, State, ResourceType, MessageCategory,
|
|
8424
8426
|
* StartTime, EndTime, and Count of included jobs.</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1116.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-backup",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.977.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
52
|
-
"@smithy/core": "^3.
|
|
53
|
-
"@smithy/fetch-http-handler": "^5.
|
|
54
|
-
"@smithy/node-http-handler": "^4.
|
|
55
|
-
"@smithy/types": "^4.
|
|
49
|
+
"@aws-sdk/core": "^3.977.9",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.81",
|
|
51
|
+
"@aws-sdk/types": "^3.974.5",
|
|
52
|
+
"@smithy/core": "^3.33.3",
|
|
53
|
+
"@smithy/fetch-http-handler": "^5.7.2",
|
|
54
|
+
"@smithy/node-http-handler": "^4.11.3",
|
|
55
|
+
"@smithy/types": "^4.17.2",
|
|
56
56
|
"tslib": "^2.6.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|