@aws-sdk/client-backup 3.39.0 → 3.43.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/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/models/models_0.js +16 -4
- package/dist-cjs/protocols/Aws_restJson1.js +117 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +74 -5
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +133 -29
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Backup.d.ts +6 -40
- package/dist-types/BackupClient.d.ts +8 -0
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/CreateBackupSelectionCommand.d.ts +3 -41
- package/dist-types/commands/CreateBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/CreateFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateReportPlanCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReportPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCopyJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReportPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupSelectionCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetSupportedResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupSelectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupVaultsCommand.d.ts +1 -1
- package/dist-types/commands/ListCopyJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListFrameworksCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListReportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListReportPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +5 -1
- package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/StartBackupJobCommand.d.ts +1 -1
- package/dist-types/commands/StartCopyJobCommand.d.ts +1 -1
- package/dist-types/commands/StartReportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartRestoreJobCommand.d.ts +1 -1
- package/dist-types/commands/StopBackupJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReportPlanCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +197 -46
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/BackupClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -20,7 +20,7 @@ export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeFrameworkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeFrameworkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeFrameworkCommand extends $Command<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSetti
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeGlobalSettingsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeGlobalSettingsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeGlobalSettingsCommand extends $Command<DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeProtectedResourceCommandOutput extends DescribeProtecte
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeProtectedResourceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeProtectedResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeProtectedResourceCommand extends $Command<DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPoin
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeRecoveryPointCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeRecoveryPointCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeRecoveryPointCommand extends $Command<DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSetti
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeRegionSettingsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeRegionSettingsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeRegionSettingsCommand extends $Command<DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeReportJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeReportJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeReportJobCommand extends $Command<DescribeReportJobCommandInput, DescribeReportJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutpu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeReportPlanCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeReportPlanCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeReportPlanCommand extends $Command<DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutpu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeRestoreJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeRestoreJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeRestoreJobCommand extends $Command<DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DisassociateRecoveryPointCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DisassociateRecoveryPointCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DisassociateRecoveryPointCommand extends $Command<DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanT
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ExportBackupPlanTemplateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ExportBackupPlanTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ExportBackupPlanTemplateCommand extends $Command<ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetBackupPlanCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetBackupPlanCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetBackupPlanCommand extends $Command<GetBackupPlanCommandInput, GetBackupPlanCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSO
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBackupPlanFromJSONCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBackupPlanFromJSONCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBackupPlanFromJSONCommand extends $Command<GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFro
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBackupPlanFromTemplateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBackupPlanFromTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBackupPlanFromTemplateCommand extends $Command<GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutpu
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetBackupSelectionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetBackupSelectionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetBackupSelectionCommand extends $Command<GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultA
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetBackupVaultAccessPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetBackupVaultAccessPolicyCommand extends $Command<GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVault
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBackupVaultNotificationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBackupVaultNotificationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBackupVaultNotificationsCommand extends $Command<GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecover
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRecoveryPointRestoreMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRecoveryPointRestoreMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRecoveryPointRestoreMetadataCommand extends $Command<GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSupportedResourceTypesCommandOutput extends GetSupportedReso
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSupportedResourceTypesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSupportedResourceTypesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetSupportedResourceTypesCommand extends $Command<GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupJobsCommandOutput extends ListBackupJobsOutput, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupJobsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupJobsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupJobsCommand extends $Command<ListBackupJobsCommandInput, ListBackupJobsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupPlanTemplatesCommandOutput extends ListBackupPlanTemp
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupPlanTemplatesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupPlanTemplatesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupPlanTemplatesCommand extends $Command<ListBackupPlanTemplatesCommandInput, ListBackupPlanTemplatesCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupPlanVersionsCommandOutput extends ListBackupPlanVersi
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupPlanVersionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupPlanVersionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupPlanVersionsCommand extends $Command<ListBackupPlanVersionsCommandInput, ListBackupPlanVersionsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListBackupPlansCommandOutput extends ListBackupPlansOutput, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListBackupPlansCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListBackupPlansCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListBackupPlansCommand extends $Command<ListBackupPlansCommandInput, ListBackupPlansCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupSelectionsCommandOutput extends ListBackupSelectionsO
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupSelectionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupSelectionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupSelectionsCommand extends $Command<ListBackupSelectionsCommandInput, ListBackupSelectionsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupVaultsCommandOutput extends ListBackupVaultsOutput, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupVaultsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupVaultsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupVaultsCommand extends $Command<ListBackupVaultsCommandInput, ListBackupVaultsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListCopyJobsCommandOutput extends ListCopyJobsOutput, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListCopyJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListCopyJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListCopyJobsCommand extends $Command<ListCopyJobsCommandInput, ListCopyJobsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFrameworksCommandOutput extends ListFrameworksOutput, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFrameworksCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFrameworksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFrameworksCommand extends $Command<ListFrameworksCommandInput, ListFrameworksCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListProtectedResourcesCommandOutput extends ListProtectedResour
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListProtectedResourcesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListProtectedResourcesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListProtectedResourcesCommand extends $Command<ListProtectedResourcesCommandInput, ListProtectedResourcesCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListRecoveryPointsByBackupVaultCommandOutput extends ListRecove
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListRecoveryPointsByBackupVaultCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListRecoveryPointsByBackupVaultCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListRecoveryPointsByBackupVaultCommand extends $Command<ListRecoveryPointsByBackupVaultCommandInput, ListRecoveryPointsByBackupVaultCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListRecoveryPointsByResourceCommandOutput extends ListRecoveryP
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListRecoveryPointsByResourceCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListRecoveryPointsByResourceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListRecoveryPointsByResourceCommand extends $Command<ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListReportJobsCommandOutput extends ListReportJobsOutput, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListReportJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListReportJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListReportJobsCommand extends $Command<ListReportJobsCommandInput, ListReportJobsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListReportPlansCommandOutput extends ListReportPlansOutput, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListReportPlansCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListReportPlansCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListReportPlansCommand extends $Command<ListReportPlansCommandInput, ListReportPlansCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListRestoreJobsCommandOutput extends ListRestoreJobsOutput, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListRestoreJobsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListRestoreJobsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListRestoreJobsCommand extends $Command<ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListTagsCommandOutput extends ListTagsOutput, __MetadataBearer
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListTagsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListTagsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutBackupVaultAccessPolicyCommandOutput extends __MetadataBeare
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link PutBackupVaultAccessPolicyCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link PutBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class PutBackupVaultAccessPolicyCommand extends $Command<PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -12,6 +12,10 @@ export interface PutBackupVaultLockConfigurationCommandOutput extends __Metadata
|
|
|
12
12
|
* attempts to update the lifecycle policy that controls the retention period of any recovery
|
|
13
13
|
* point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and
|
|
14
14
|
* maximum retention period for future backup and copy jobs that target a backup vault.</p>
|
|
15
|
+
* <note>
|
|
16
|
+
* <p>Backup Vault Lock has yet to receive a third-party assessment for SEC
|
|
17
|
+
* 17a-4(f) and CFTC.</p>
|
|
18
|
+
* </note>
|
|
15
19
|
* @example
|
|
16
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
21
|
* ```javascript
|
|
@@ -24,7 +28,7 @@ export interface PutBackupVaultLockConfigurationCommandOutput extends __Metadata
|
|
|
24
28
|
*
|
|
25
29
|
* @see {@link PutBackupVaultLockConfigurationCommandInput} for command's `input` shape.
|
|
26
30
|
* @see {@link PutBackupVaultLockConfigurationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
28
32
|
*
|
|
29
33
|
*/
|
|
30
34
|
export declare class PutBackupVaultLockConfigurationCommand extends $Command<PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutBackupVaultNotificationsCommandOutput extends __MetadataBear
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutBackupVaultNotificationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutBackupVaultNotificationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutBackupVaultNotificationsCommand extends $Command<PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartBackupJobCommandOutput extends StartBackupJobOutput, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartBackupJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartBackupJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartBackupJobCommand extends $Command<StartBackupJobCommandInput, StartBackupJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface StartCopyJobCommandOutput extends StartCopyJobOutput, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link StartCopyJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link StartCopyJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class StartCopyJobCommand extends $Command<StartCopyJobCommandInput, StartCopyJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartReportJobCommandOutput extends StartReportJobOutput, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartReportJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartReportJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartReportJobCommand extends $Command<StartReportJobCommandInput, StartReportJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartRestoreJobCommandOutput extends StartRestoreJobOutput, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartRestoreJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartRestoreJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartRestoreJobCommand extends $Command<StartRestoreJobCommandInput, StartRestoreJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopBackupJobCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopBackupJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopBackupJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopBackupJobCommand extends $Command<StopBackupJobCommandInput, StopBackupJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateBackupPlanCommandOutput extends UpdateBackupPlanOutput, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateBackupPlanCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateBackupPlanCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateBackupPlanCommand extends $Command<UpdateBackupPlanCommandInput, UpdateBackupPlanCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateFrameworkCommandOutput extends UpdateFrameworkOutput, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateFrameworkCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateFrameworkCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateFrameworkCommand extends $Command<UpdateFrameworkCommandInput, UpdateFrameworkCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateGlobalSettingsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateGlobalSettingsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface UpdateRecoveryPointLifecycleCommandOutput extends UpdateRecover
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link UpdateRecoveryPointLifecycleCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link UpdateRecoveryPointLifecycleCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class UpdateRecoveryPointLifecycleCommand extends $Command<UpdateRecoveryPointLifecycleCommandInput, UpdateRecoveryPointLifecycleCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateRegionSettingsCommandOutput extends __MetadataBearer {
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateRegionSettingsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateRegionSettingsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateRegionSettingsCommand extends $Command<UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateReportPlanCommandOutput extends UpdateReportPlanOutput, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateReportPlanCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateReportPlanCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateReportPlanCommand extends $Command<UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput, BackupClientResolvedConfig> {
|