@aws-sdk/client-backup 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/CreateBackupPlanCommand.js +2 -2
- package/dist-cjs/commands/CreateBackupSelectionCommand.js +2 -2
- package/dist-cjs/commands/CreateBackupVaultCommand.js +2 -2
- package/dist-cjs/commands/CreateFrameworkCommand.js +2 -2
- package/dist-cjs/commands/CreateReportPlanCommand.js +2 -2
- package/dist-cjs/commands/DeleteBackupPlanCommand.js +2 -2
- package/dist-cjs/commands/DeleteBackupSelectionCommand.js +1 -1
- package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteBackupVaultCommand.js +1 -1
- package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +1 -1
- package/dist-cjs/commands/DeleteFrameworkCommand.js +1 -1
- package/dist-cjs/commands/DeleteRecoveryPointCommand.js +1 -1
- package/dist-cjs/commands/DeleteReportPlanCommand.js +1 -1
- package/dist-cjs/commands/DescribeBackupJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeBackupVaultCommand.js +2 -2
- package/dist-cjs/commands/DescribeCopyJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeFrameworkCommand.js +2 -2
- package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeProtectedResourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecoveryPointCommand.js +2 -2
- package/dist-cjs/commands/DescribeRegionSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReportJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeReportPlanCommand.js +2 -2
- package/dist-cjs/commands/DescribeRestoreJobCommand.js +2 -2
- package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +1 -1
- package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetBackupPlanCommand.js +2 -2
- package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +2 -2
- package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetBackupSelectionCommand.js +2 -2
- package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +2 -2
- package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +2 -2
- package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +1 -1
- package/dist-cjs/commands/ListBackupJobsCommand.js +2 -2
- package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListBackupPlansCommand.js +2 -2
- package/dist-cjs/commands/ListBackupSelectionsCommand.js +2 -2
- package/dist-cjs/commands/ListBackupVaultsCommand.js +2 -2
- package/dist-cjs/commands/ListCopyJobsCommand.js +2 -2
- package/dist-cjs/commands/ListFrameworksCommand.js +2 -2
- package/dist-cjs/commands/ListProtectedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +2 -2
- package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +2 -2
- package/dist-cjs/commands/ListReportJobsCommand.js +2 -2
- package/dist-cjs/commands/ListReportPlansCommand.js +2 -2
- package/dist-cjs/commands/ListRestoreJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +1 -1
- package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +1 -1
- package/dist-cjs/commands/StartBackupJobCommand.js +2 -2
- package/dist-cjs/commands/StartCopyJobCommand.js +2 -2
- package/dist-cjs/commands/StartReportJobCommand.js +2 -2
- package/dist-cjs/commands/StartRestoreJobCommand.js +2 -2
- package/dist-cjs/commands/StopBackupJobCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateBackupPlanCommand.js +2 -2
- package/dist-cjs/commands/UpdateFrameworkCommand.js +2 -2
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +1 -1
- package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +2 -2
- package/dist-cjs/commands/UpdateRegionSettingsCommand.js +1 -1
- package/dist-cjs/commands/UpdateReportPlanCommand.js +2 -2
- package/dist-cjs/models/models_0.js +605 -897
- package/dist-es/commands/CreateBackupPlanCommand.js +3 -3
- package/dist-es/commands/CreateBackupSelectionCommand.js +3 -3
- package/dist-es/commands/CreateBackupVaultCommand.js +3 -3
- package/dist-es/commands/CreateFrameworkCommand.js +3 -3
- package/dist-es/commands/CreateReportPlanCommand.js +3 -3
- package/dist-es/commands/DeleteBackupPlanCommand.js +3 -3
- package/dist-es/commands/DeleteBackupSelectionCommand.js +2 -2
- package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteBackupVaultCommand.js +2 -2
- package/dist-es/commands/DeleteBackupVaultLockConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/DeleteFrameworkCommand.js +2 -2
- package/dist-es/commands/DeleteRecoveryPointCommand.js +2 -2
- package/dist-es/commands/DeleteReportPlanCommand.js +2 -2
- package/dist-es/commands/DescribeBackupJobCommand.js +3 -3
- package/dist-es/commands/DescribeBackupVaultCommand.js +3 -3
- package/dist-es/commands/DescribeCopyJobCommand.js +3 -3
- package/dist-es/commands/DescribeFrameworkCommand.js +3 -3
- package/dist-es/commands/DescribeGlobalSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeProtectedResourceCommand.js +3 -3
- package/dist-es/commands/DescribeRecoveryPointCommand.js +3 -3
- package/dist-es/commands/DescribeRegionSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeReportJobCommand.js +3 -3
- package/dist-es/commands/DescribeReportPlanCommand.js +3 -3
- package/dist-es/commands/DescribeRestoreJobCommand.js +3 -3
- package/dist-es/commands/DisassociateRecoveryPointCommand.js +2 -2
- package/dist-es/commands/ExportBackupPlanTemplateCommand.js +3 -3
- package/dist-es/commands/GetBackupPlanCommand.js +3 -3
- package/dist-es/commands/GetBackupPlanFromJSONCommand.js +3 -3
- package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +3 -3
- package/dist-es/commands/GetBackupSelectionCommand.js +3 -3
- package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +3 -3
- package/dist-es/commands/GetBackupVaultNotificationsCommand.js +3 -3
- package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +3 -3
- package/dist-es/commands/GetSupportedResourceTypesCommand.js +2 -2
- package/dist-es/commands/ListBackupJobsCommand.js +3 -3
- package/dist-es/commands/ListBackupPlanTemplatesCommand.js +3 -3
- package/dist-es/commands/ListBackupPlanVersionsCommand.js +3 -3
- package/dist-es/commands/ListBackupPlansCommand.js +3 -3
- package/dist-es/commands/ListBackupSelectionsCommand.js +3 -3
- package/dist-es/commands/ListBackupVaultsCommand.js +3 -3
- package/dist-es/commands/ListCopyJobsCommand.js +3 -3
- package/dist-es/commands/ListFrameworksCommand.js +3 -3
- package/dist-es/commands/ListProtectedResourcesCommand.js +3 -3
- package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +3 -3
- package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +3 -3
- package/dist-es/commands/ListReportJobsCommand.js +3 -3
- package/dist-es/commands/ListReportPlansCommand.js +3 -3
- package/dist-es/commands/ListRestoreJobsCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/PutBackupVaultLockConfigurationCommand.js +2 -2
- package/dist-es/commands/PutBackupVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/StartBackupJobCommand.js +3 -3
- package/dist-es/commands/StartCopyJobCommand.js +3 -3
- package/dist-es/commands/StartReportJobCommand.js +3 -3
- package/dist-es/commands/StartRestoreJobCommand.js +3 -3
- package/dist-es/commands/StopBackupJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBackupPlanCommand.js +3 -3
- package/dist-es/commands/UpdateFrameworkCommand.js +3 -3
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +3 -3
- package/dist-es/commands/UpdateRegionSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateReportPlanCommand.js +3 -3
- package/dist-es/models/models_0.js +146 -584
- package/dist-types/models/models_0.d.ts +584 -876
- package/dist-types/ts3.4/models/models_0.d.ts +292 -584
- package/package.json +6 -6
|
@@ -20,8 +20,8 @@ class ListTagsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListTagsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListTagsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class PutBackupVaultAccessPolicyCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.PutBackupVaultAccessPolicyInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class PutBackupVaultLockConfigurationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.PutBackupVaultLockConfigurationInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class PutBackupVaultNotificationsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.PutBackupVaultNotificationsInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class StartBackupJobCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StartBackupJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.StartBackupJobOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class StartCopyJobCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StartCopyJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.StartCopyJobOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class StartReportJobCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StartReportJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.StartReportJobOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class StartRestoreJobCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StartRestoreJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.StartRestoreJobOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class StopBackupJobCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StopBackupJobInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.TagResourceInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UntagResourceInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class UpdateBackupPlanCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateBackupPlanInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateBackupPlanOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UpdateFrameworkCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateFrameworkInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateFrameworkOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class UpdateGlobalSettingsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateGlobalSettingsInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class UpdateRecoveryPointLifecycleCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateRecoveryPointLifecycleInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateRecoveryPointLifecycleOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class UpdateRegionSettingsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateRegionSettingsInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class UpdateReportPlanCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateReportPlanInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateReportPlanOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|