@aws-sdk/client-glacier 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/AbortMultipartUploadCommand.js +1 -1
- package/dist-cjs/commands/AbortVaultLockCommand.js +1 -1
- package/dist-cjs/commands/AddTagsToVaultCommand.js +1 -1
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +2 -2
- package/dist-cjs/commands/CompleteVaultLockCommand.js +1 -1
- package/dist-cjs/commands/CreateVaultCommand.js +2 -2
- package/dist-cjs/commands/DeleteArchiveCommand.js +1 -1
- package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteVaultCommand.js +1 -1
- package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +1 -1
- package/dist-cjs/commands/DescribeJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeVaultCommand.js +2 -2
- package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetJobOutputCommand.js +2 -2
- package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetVaultLockCommand.js +2 -2
- package/dist-cjs/commands/GetVaultNotificationsCommand.js +2 -2
- package/dist-cjs/commands/InitiateJobCommand.js +2 -2
- package/dist-cjs/commands/InitiateMultipartUploadCommand.js +2 -2
- package/dist-cjs/commands/InitiateVaultLockCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +2 -2
- package/dist-cjs/commands/ListPartsCommand.js +2 -2
- package/dist-cjs/commands/ListProvisionedCapacityCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForVaultCommand.js +2 -2
- package/dist-cjs/commands/ListVaultsCommand.js +2 -2
- package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +1 -1
- package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +1 -1
- package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +1 -1
- package/dist-cjs/commands/SetVaultNotificationsCommand.js +1 -1
- package/dist-cjs/commands/UploadArchiveCommand.js +2 -2
- package/dist-cjs/commands/UploadMultipartPartCommand.js +2 -2
- package/dist-cjs/models/models_0.js +298 -446
- package/dist-cjs/protocols/Aws_restJson1.js +479 -1325
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
- package/dist-es/commands/AbortVaultLockCommand.js +2 -2
- package/dist-es/commands/AddTagsToVaultCommand.js +2 -2
- package/dist-es/commands/CompleteMultipartUploadCommand.js +3 -3
- package/dist-es/commands/CompleteVaultLockCommand.js +2 -2
- package/dist-es/commands/CreateVaultCommand.js +3 -3
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteVaultCommand.js +2 -2
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/DescribeJobCommand.js +3 -3
- package/dist-es/commands/DescribeVaultCommand.js +3 -3
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +3 -3
- package/dist-es/commands/GetJobOutputCommand.js +3 -3
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +3 -3
- package/dist-es/commands/GetVaultLockCommand.js +3 -3
- package/dist-es/commands/GetVaultNotificationsCommand.js +3 -3
- package/dist-es/commands/InitiateJobCommand.js +3 -3
- package/dist-es/commands/InitiateMultipartUploadCommand.js +3 -3
- package/dist-es/commands/InitiateVaultLockCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListMultipartUploadsCommand.js +3 -3
- package/dist-es/commands/ListPartsCommand.js +3 -3
- package/dist-es/commands/ListProvisionedCapacityCommand.js +3 -3
- package/dist-es/commands/ListTagsForVaultCommand.js +3 -3
- package/dist-es/commands/ListVaultsCommand.js +3 -3
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -2
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/UploadArchiveCommand.js +3 -3
- package/dist-es/commands/UploadMultipartPartCommand.js +3 -3
- package/dist-es/models/models_0.js +74 -296
- package/dist-es/protocols/Aws_restJson1.js +612 -1329
- package/dist-types/models/models_0.d.ts +296 -444
- package/dist-types/ts3.4/models/models_0.d.ts +0 -288
- 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 { AbortMultipartUploadInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AbortMultipartUploadCommand, serializeAws_restJson1AbortMultipartUploadCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AbortMultipartUploadCommand = (function (_super) {
|
|
7
7
|
__extends(AbortMultipartUploadCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AbortMultipartUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AbortMultipartUploadInputFilterSensitiveLog,
|
|
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 { AbortVaultLockInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AbortVaultLockCommand, serializeAws_restJson1AbortVaultLockCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AbortVaultLockCommand = (function (_super) {
|
|
7
7
|
__extends(AbortVaultLockCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AbortVaultLockCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AbortVaultLockInputFilterSensitiveLog,
|
|
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 { AddTagsToVaultInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AddTagsToVaultCommand, serializeAws_restJson1AddTagsToVaultCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AddTagsToVaultCommand = (function (_super) {
|
|
7
7
|
__extends(AddTagsToVaultCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AddTagsToVaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddTagsToVaultInputFilterSensitiveLog,
|
|
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 { ArchiveCreationOutputFilterSensitiveLog, CompleteMultipartUploadInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CompleteMultipartUploadCommand, serializeAws_restJson1CompleteMultipartUploadCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CompleteMultipartUploadCommand = (function (_super) {
|
|
7
7
|
__extends(CompleteMultipartUploadCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CompleteMultipartUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CompleteMultipartUploadInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ArchiveCreationOutputFilterSensitiveLog,
|
|
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 { CompleteVaultLockInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CompleteVaultLockCommand, serializeAws_restJson1CompleteVaultLockCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CompleteVaultLockCommand = (function (_super) {
|
|
7
7
|
__extends(CompleteVaultLockCommand, _super);
|
|
@@ -20,7 +20,7 @@ var CompleteVaultLockCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CompleteVaultLockInputFilterSensitiveLog,
|
|
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 { CreateVaultInputFilterSensitiveLog, CreateVaultOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateVaultCommand, serializeAws_restJson1CreateVaultCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateVaultCommand = (function (_super) {
|
|
7
7
|
__extends(CreateVaultCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateVaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateVaultInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateVaultOutputFilterSensitiveLog,
|
|
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 { DeleteArchiveInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteArchiveCommand, serializeAws_restJson1DeleteArchiveCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteArchiveCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteArchiveCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteArchiveCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteArchiveInputFilterSensitiveLog,
|
|
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 { DeleteVaultAccessPolicyInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteVaultAccessPolicyCommand, serializeAws_restJson1DeleteVaultAccessPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteVaultAccessPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteVaultAccessPolicyCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteVaultAccessPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteVaultAccessPolicyInputFilterSensitiveLog,
|
|
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 { DeleteVaultInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteVaultCommand, serializeAws_restJson1DeleteVaultCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteVaultCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteVaultCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteVaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteVaultInputFilterSensitiveLog,
|
|
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 { DeleteVaultNotificationsInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteVaultNotificationsCommand, serializeAws_restJson1DeleteVaultNotificationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteVaultNotificationsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteVaultNotificationsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteVaultNotificationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteVaultNotificationsInputFilterSensitiveLog,
|
|
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 { DescribeJobInputFilterSensitiveLog, GlacierJobDescriptionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeJobCommand, serializeAws_restJson1DescribeJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GlacierJobDescriptionFilterSensitiveLog,
|
|
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 { DescribeVaultInputFilterSensitiveLog, DescribeVaultOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeVaultCommand, serializeAws_restJson1DescribeVaultCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeVaultCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeVaultCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeVaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeVaultInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeVaultOutputFilterSensitiveLog,
|
|
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 { GetDataRetrievalPolicyInputFilterSensitiveLog, GetDataRetrievalPolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDataRetrievalPolicyCommand, serializeAws_restJson1GetDataRetrievalPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDataRetrievalPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetDataRetrievalPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDataRetrievalPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDataRetrievalPolicyInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDataRetrievalPolicyOutputFilterSensitiveLog,
|
|
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 { GetJobOutputInputFilterSensitiveLog, GetJobOutputOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetJobOutputCommand, serializeAws_restJson1GetJobOutputCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetJobOutputCommand = (function (_super) {
|
|
7
7
|
__extends(GetJobOutputCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetJobOutputCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetJobOutputInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetJobOutputOutputFilterSensitiveLog,
|
|
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 { GetVaultAccessPolicyInputFilterSensitiveLog, GetVaultAccessPolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetVaultAccessPolicyCommand, serializeAws_restJson1GetVaultAccessPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetVaultAccessPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetVaultAccessPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetVaultAccessPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetVaultAccessPolicyInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetVaultAccessPolicyOutputFilterSensitiveLog,
|
|
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 { GetVaultLockInputFilterSensitiveLog, GetVaultLockOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetVaultLockCommand, serializeAws_restJson1GetVaultLockCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetVaultLockCommand = (function (_super) {
|
|
7
7
|
__extends(GetVaultLockCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetVaultLockCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetVaultLockInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetVaultLockOutputFilterSensitiveLog,
|
|
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 { GetVaultNotificationsInputFilterSensitiveLog, GetVaultNotificationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetVaultNotificationsCommand, serializeAws_restJson1GetVaultNotificationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetVaultNotificationsCommand = (function (_super) {
|
|
7
7
|
__extends(GetVaultNotificationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetVaultNotificationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetVaultNotificationsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetVaultNotificationsOutputFilterSensitiveLog,
|
|
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 { InitiateJobInputFilterSensitiveLog, InitiateJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1InitiateJobCommand, serializeAws_restJson1InitiateJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var InitiateJobCommand = (function (_super) {
|
|
7
7
|
__extends(InitiateJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var InitiateJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: InitiateJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: InitiateJobOutputFilterSensitiveLog,
|
|
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 { InitiateMultipartUploadInputFilterSensitiveLog, InitiateMultipartUploadOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1InitiateMultipartUploadCommand, serializeAws_restJson1InitiateMultipartUploadCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var InitiateMultipartUploadCommand = (function (_super) {
|
|
7
7
|
__extends(InitiateMultipartUploadCommand, _super);
|
|
@@ -20,8 +20,8 @@ var InitiateMultipartUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: InitiateMultipartUploadInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: InitiateMultipartUploadOutputFilterSensitiveLog,
|
|
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 { InitiateVaultLockInputFilterSensitiveLog, InitiateVaultLockOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1InitiateVaultLockCommand, serializeAws_restJson1InitiateVaultLockCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var InitiateVaultLockCommand = (function (_super) {
|
|
7
7
|
__extends(InitiateVaultLockCommand, _super);
|
|
@@ -20,8 +20,8 @@ var InitiateVaultLockCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: InitiateVaultLockInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: InitiateVaultLockOutputFilterSensitiveLog,
|
|
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 { ListJobsInputFilterSensitiveLog, ListJobsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListJobsCommand, serializeAws_restJson1ListJobsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListJobsCommand = (function (_super) {
|
|
7
7
|
__extends(ListJobsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListJobsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListJobsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListJobsOutputFilterSensitiveLog,
|
|
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 { ListMultipartUploadsInputFilterSensitiveLog, ListMultipartUploadsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListMultipartUploadsCommand, serializeAws_restJson1ListMultipartUploadsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListMultipartUploadsCommand = (function (_super) {
|
|
7
7
|
__extends(ListMultipartUploadsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListMultipartUploadsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListMultipartUploadsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListMultipartUploadsOutputFilterSensitiveLog,
|
|
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 { ListPartsInputFilterSensitiveLog, ListPartsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListPartsCommand, serializeAws_restJson1ListPartsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPartsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPartsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPartsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPartsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPartsOutputFilterSensitiveLog,
|
|
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 { ListProvisionedCapacityInputFilterSensitiveLog, ListProvisionedCapacityOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListProvisionedCapacityCommand, serializeAws_restJson1ListProvisionedCapacityCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListProvisionedCapacityCommand = (function (_super) {
|
|
7
7
|
__extends(ListProvisionedCapacityCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListProvisionedCapacityCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListProvisionedCapacityInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListProvisionedCapacityOutputFilterSensitiveLog,
|
|
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 { ListTagsForVaultInputFilterSensitiveLog, ListTagsForVaultOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForVaultCommand, serializeAws_restJson1ListTagsForVaultCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForVaultCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForVaultCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForVaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForVaultInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForVaultOutputFilterSensitiveLog,
|
|
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 { ListVaultsInputFilterSensitiveLog, ListVaultsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListVaultsCommand, serializeAws_restJson1ListVaultsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListVaultsCommand = (function (_super) {
|
|
7
7
|
__extends(ListVaultsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListVaultsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListVaultsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListVaultsOutputFilterSensitiveLog,
|
|
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 { PurchaseProvisionedCapacityInputFilterSensitiveLog, PurchaseProvisionedCapacityOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PurchaseProvisionedCapacityCommand, serializeAws_restJson1PurchaseProvisionedCapacityCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PurchaseProvisionedCapacityCommand = (function (_super) {
|
|
7
7
|
__extends(PurchaseProvisionedCapacityCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PurchaseProvisionedCapacityCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PurchaseProvisionedCapacityInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PurchaseProvisionedCapacityOutputFilterSensitiveLog,
|
|
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 { RemoveTagsFromVaultInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1RemoveTagsFromVaultCommand, serializeAws_restJson1RemoveTagsFromVaultCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var RemoveTagsFromVaultCommand = (function (_super) {
|
|
7
7
|
__extends(RemoveTagsFromVaultCommand, _super);
|
|
@@ -20,7 +20,7 @@ var RemoveTagsFromVaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RemoveTagsFromVaultInputFilterSensitiveLog,
|
|
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 { SetDataRetrievalPolicyInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SetDataRetrievalPolicyCommand, serializeAws_restJson1SetDataRetrievalPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SetDataRetrievalPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(SetDataRetrievalPolicyCommand, _super);
|
|
@@ -20,7 +20,7 @@ var SetDataRetrievalPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SetDataRetrievalPolicyInputFilterSensitiveLog,
|
|
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 { SetVaultAccessPolicyInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SetVaultAccessPolicyCommand, serializeAws_restJson1SetVaultAccessPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SetVaultAccessPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(SetVaultAccessPolicyCommand, _super);
|
|
@@ -20,7 +20,7 @@ var SetVaultAccessPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SetVaultAccessPolicyInputFilterSensitiveLog,
|
|
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 { SetVaultNotificationsInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SetVaultNotificationsCommand, serializeAws_restJson1SetVaultNotificationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SetVaultNotificationsCommand = (function (_super) {
|
|
7
7
|
__extends(SetVaultNotificationsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var SetVaultNotificationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SetVaultNotificationsInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|