@aws-sdk/client-backup 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- 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-cjs/protocols/Aws_restJson1.js +957 -1819
- 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-es/protocols/Aws_restJson1.js +1200 -1783
- 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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateBackupPlanInputFilterSensitiveLog, CreateBackupPlanOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateBackupPlanCommand, serializeAws_restJson1CreateBackupPlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateBackupPlanCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBackupPlanCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBackupPlanCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBackupPlanInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBackupPlanOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateBackupSelectionInputFilterSensitiveLog, CreateBackupSelectionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateBackupSelectionCommand, serializeAws_restJson1CreateBackupSelectionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateBackupSelectionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBackupSelectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBackupSelectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBackupSelectionInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBackupSelectionOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateBackupVaultInputFilterSensitiveLog, CreateBackupVaultOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateBackupVaultCommand, serializeAws_restJson1CreateBackupVaultCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateBackupVaultCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBackupVaultCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBackupVaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBackupVaultInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBackupVaultOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateFrameworkInputFilterSensitiveLog, CreateFrameworkOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateFrameworkCommand, serializeAws_restJson1CreateFrameworkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateFrameworkCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFrameworkCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFrameworkCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFrameworkInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFrameworkOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateReportPlanInputFilterSensitiveLog, CreateReportPlanOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateReportPlanCommand, serializeAws_restJson1CreateReportPlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateReportPlanCommand = (function (_super) {
|
|
7
7
|
__extends(CreateReportPlanCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateReportPlanCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateReportPlanInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateReportPlanOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteBackupPlanInputFilterSensitiveLog, DeleteBackupPlanOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBackupPlanCommand, serializeAws_restJson1DeleteBackupPlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBackupPlanCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBackupPlanCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteBackupPlanCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBackupPlanInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteBackupPlanOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteBackupSelectionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBackupSelectionCommand, serializeAws_restJson1DeleteBackupSelectionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBackupSelectionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBackupSelectionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteBackupSelectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBackupSelectionInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteBackupVaultAccessPolicyInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBackupVaultAccessPolicyCommand, serializeAws_restJson1DeleteBackupVaultAccessPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBackupVaultAccessPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBackupVaultAccessPolicyCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteBackupVaultAccessPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBackupVaultAccessPolicyInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteBackupVaultInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBackupVaultCommand, serializeAws_restJson1DeleteBackupVaultCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBackupVaultCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBackupVaultCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteBackupVaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBackupVaultInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteBackupVaultLockConfigurationInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBackupVaultLockConfigurationCommand, serializeAws_restJson1DeleteBackupVaultLockConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBackupVaultLockConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBackupVaultLockConfigurationCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteBackupVaultLockConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBackupVaultLockConfigurationInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteBackupVaultNotificationsInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteBackupVaultNotificationsCommand, serializeAws_restJson1DeleteBackupVaultNotificationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteBackupVaultNotificationsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBackupVaultNotificationsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteBackupVaultNotificationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBackupVaultNotificationsInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteFrameworkInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteFrameworkCommand, serializeAws_restJson1DeleteFrameworkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteFrameworkCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFrameworkCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteFrameworkCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFrameworkInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteRecoveryPointInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteRecoveryPointCommand, serializeAws_restJson1DeleteRecoveryPointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteRecoveryPointCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRecoveryPointCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteRecoveryPointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRecoveryPointInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteReportPlanInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteReportPlanCommand, serializeAws_restJson1DeleteReportPlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteReportPlanCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteReportPlanCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteReportPlanCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteReportPlanInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeBackupJobInputFilterSensitiveLog, DescribeBackupJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeBackupJobCommand, serializeAws_restJson1DescribeBackupJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeBackupJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBackupJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBackupJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBackupJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBackupJobOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeBackupVaultInputFilterSensitiveLog, DescribeBackupVaultOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeBackupVaultCommand, serializeAws_restJson1DescribeBackupVaultCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeBackupVaultCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBackupVaultCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBackupVaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBackupVaultInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBackupVaultOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeCopyJobInputFilterSensitiveLog, DescribeCopyJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeCopyJobCommand, serializeAws_restJson1DescribeCopyJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeCopyJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCopyJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCopyJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCopyJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeCopyJobOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeFrameworkInputFilterSensitiveLog, DescribeFrameworkOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeFrameworkCommand, serializeAws_restJson1DescribeFrameworkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeFrameworkCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFrameworkCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFrameworkCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFrameworkInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFrameworkOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeGlobalSettingsInputFilterSensitiveLog, DescribeGlobalSettingsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeGlobalSettingsCommand, serializeAws_restJson1DescribeGlobalSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeGlobalSettingsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeGlobalSettingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeGlobalSettingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeGlobalSettingsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeGlobalSettingsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeProtectedResourceInputFilterSensitiveLog, DescribeProtectedResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeProtectedResourceCommand, serializeAws_restJson1DescribeProtectedResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeProtectedResourceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeProtectedResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeProtectedResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeProtectedResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeProtectedResourceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRecoveryPointInputFilterSensitiveLog, DescribeRecoveryPointOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeRecoveryPointCommand, serializeAws_restJson1DescribeRecoveryPointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeRecoveryPointCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRecoveryPointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRecoveryPointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRecoveryPointInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRecoveryPointOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRegionSettingsInputFilterSensitiveLog, DescribeRegionSettingsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeRegionSettingsCommand, serializeAws_restJson1DescribeRegionSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeRegionSettingsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRegionSettingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRegionSettingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRegionSettingsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRegionSettingsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeReportJobInputFilterSensitiveLog, DescribeReportJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeReportJobCommand, serializeAws_restJson1DescribeReportJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeReportJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeReportJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeReportJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeReportJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeReportJobOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeReportPlanInputFilterSensitiveLog, DescribeReportPlanOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeReportPlanCommand, serializeAws_restJson1DescribeReportPlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeReportPlanCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeReportPlanCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeReportPlanCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeReportPlanInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeReportPlanOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRestoreJobInputFilterSensitiveLog, DescribeRestoreJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeRestoreJobCommand, serializeAws_restJson1DescribeRestoreJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeRestoreJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRestoreJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRestoreJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRestoreJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRestoreJobOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateRecoveryPointInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateRecoveryPointCommand, serializeAws_restJson1DisassociateRecoveryPointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateRecoveryPointCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateRecoveryPointCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DisassociateRecoveryPointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateRecoveryPointInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ExportBackupPlanTemplateInputFilterSensitiveLog, ExportBackupPlanTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ExportBackupPlanTemplateCommand, serializeAws_restJson1ExportBackupPlanTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ExportBackupPlanTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(ExportBackupPlanTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ExportBackupPlanTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ExportBackupPlanTemplateInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExportBackupPlanTemplateOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetBackupPlanInputFilterSensitiveLog, GetBackupPlanOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetBackupPlanCommand, serializeAws_restJson1GetBackupPlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetBackupPlanCommand = (function (_super) {
|
|
7
7
|
__extends(GetBackupPlanCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetBackupPlanCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetBackupPlanInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetBackupPlanOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetBackupPlanFromJSONInputFilterSensitiveLog, GetBackupPlanFromJSONOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetBackupPlanFromJSONCommand, serializeAws_restJson1GetBackupPlanFromJSONCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetBackupPlanFromJSONCommand = (function (_super) {
|
|
7
7
|
__extends(GetBackupPlanFromJSONCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetBackupPlanFromJSONCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetBackupPlanFromJSONInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetBackupPlanFromJSONOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetBackupPlanFromTemplateInputFilterSensitiveLog, GetBackupPlanFromTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetBackupPlanFromTemplateCommand, serializeAws_restJson1GetBackupPlanFromTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetBackupPlanFromTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(GetBackupPlanFromTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetBackupPlanFromTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetBackupPlanFromTemplateInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetBackupPlanFromTemplateOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|