@aws-sdk/client-cloudhsm 3.128.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 +30 -0
- package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-cjs/commands/CreateHapgCommand.js +2 -2
- package/dist-cjs/commands/CreateHsmCommand.js +2 -2
- package/dist-cjs/commands/CreateLunaClientCommand.js +2 -2
- package/dist-cjs/commands/DeleteHapgCommand.js +2 -2
- package/dist-cjs/commands/DeleteHsmCommand.js +2 -2
- package/dist-cjs/commands/DeleteLunaClientCommand.js +2 -2
- package/dist-cjs/commands/DescribeHapgCommand.js +2 -2
- package/dist-cjs/commands/DescribeHsmCommand.js +2 -2
- package/dist-cjs/commands/DescribeLunaClientCommand.js +2 -2
- package/dist-cjs/commands/GetConfigCommand.js +2 -2
- package/dist-cjs/commands/ListAvailableZonesCommand.js +2 -2
- package/dist-cjs/commands/ListHapgsCommand.js +2 -2
- package/dist-cjs/commands/ListHsmsCommand.js +2 -2
- package/dist-cjs/commands/ListLunaClientsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ModifyHapgCommand.js +2 -2
- package/dist-cjs/commands/ModifyHsmCommand.js +2 -2
- package/dist-cjs/commands/ModifyLunaClientCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +165 -247
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-es/commands/CreateHapgCommand.js +3 -3
- package/dist-es/commands/CreateHsmCommand.js +3 -3
- package/dist-es/commands/CreateLunaClientCommand.js +3 -3
- package/dist-es/commands/DeleteHapgCommand.js +3 -3
- package/dist-es/commands/DeleteHsmCommand.js +3 -3
- package/dist-es/commands/DeleteLunaClientCommand.js +3 -3
- package/dist-es/commands/DescribeHapgCommand.js +3 -3
- package/dist-es/commands/DescribeHsmCommand.js +3 -3
- package/dist-es/commands/DescribeLunaClientCommand.js +3 -3
- package/dist-es/commands/GetConfigCommand.js +3 -3
- package/dist-es/commands/ListAvailableZonesCommand.js +3 -3
- package/dist-es/commands/ListHapgsCommand.js +3 -3
- package/dist-es/commands/ListHsmsCommand.js +3 -3
- package/dist-es/commands/ListLunaClientsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyHapgCommand.js +3 -3
- package/dist-es/commands/ModifyHsmCommand.js +3 -3
- package/dist-es/commands/ModifyLunaClientCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +41 -164
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +164 -246
- package/dist-types/ts3.4/models/models_0.d.ts +82 -164
- package/package.json +9 -9
|
@@ -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 { DescribeLunaClientRequestFilterSensitiveLog, DescribeLunaClientResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLunaClientCommand, serializeAws_json1_1DescribeLunaClientCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLunaClientCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLunaClientCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLunaClientCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLunaClientRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLunaClientResponseFilterSensitiveLog,
|
|
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 { GetConfigRequestFilterSensitiveLog, GetConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetConfigCommand, serializeAws_json1_1GetConfigCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetConfigCommand = (function (_super) {
|
|
7
7
|
__extends(GetConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetConfigResponseFilterSensitiveLog,
|
|
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 { ListAvailableZonesRequestFilterSensitiveLog, ListAvailableZonesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAvailableZonesCommand, serializeAws_json1_1ListAvailableZonesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAvailableZonesCommand = (function (_super) {
|
|
7
7
|
__extends(ListAvailableZonesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAvailableZonesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAvailableZonesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAvailableZonesResponseFilterSensitiveLog,
|
|
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 { ListHapgsRequestFilterSensitiveLog, ListHapgsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListHapgsCommand, serializeAws_json1_1ListHapgsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListHapgsCommand = (function (_super) {
|
|
7
7
|
__extends(ListHapgsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListHapgsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListHapgsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListHapgsResponseFilterSensitiveLog,
|
|
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 { ListHsmsRequestFilterSensitiveLog, ListHsmsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListHsmsCommand, serializeAws_json1_1ListHsmsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListHsmsCommand = (function (_super) {
|
|
7
7
|
__extends(ListHsmsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListHsmsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListHsmsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListHsmsResponseFilterSensitiveLog,
|
|
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 { ListLunaClientsRequestFilterSensitiveLog, ListLunaClientsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListLunaClientsCommand, serializeAws_json1_1ListLunaClientsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListLunaClientsCommand = (function (_super) {
|
|
7
7
|
__extends(ListLunaClientsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListLunaClientsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListLunaClientsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListLunaClientsResponseFilterSensitiveLog,
|
|
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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
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 { ModifyHapgRequestFilterSensitiveLog, ModifyHapgResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ModifyHapgCommand, serializeAws_json1_1ModifyHapgCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ModifyHapgCommand = (function (_super) {
|
|
7
7
|
__extends(ModifyHapgCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ModifyHapgCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ModifyHapgRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ModifyHapgResponseFilterSensitiveLog,
|
|
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 { ModifyHsmRequestFilterSensitiveLog, ModifyHsmResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ModifyHsmCommand, serializeAws_json1_1ModifyHsmCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ModifyHsmCommand = (function (_super) {
|
|
7
7
|
__extends(ModifyHsmCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ModifyHsmCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ModifyHsmRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ModifyHsmResponseFilterSensitiveLog,
|
|
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 { ModifyLunaClientRequestFilterSensitiveLog, ModifyLunaClientResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ModifyLunaClientCommand, serializeAws_json1_1ModifyLunaClientCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ModifyLunaClientCommand = (function (_super) {
|
|
7
7
|
__extends(ModifyLunaClientCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ModifyLunaClientCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ModifyLunaClientRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ModifyLunaClientResponseFilterSensitiveLog,
|
|
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 { RemoveTagsFromResourceRequestFilterSensitiveLog, RemoveTagsFromResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RemoveTagsFromResourceCommand, serializeAws_json1_1RemoveTagsFromResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RemoveTagsFromResourceCommand = (function (_super) {
|
|
7
7
|
__extends(RemoveTagsFromResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RemoveTagsFromResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RemoveTagsFromResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RemoveTagsFromResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { CloudHSMServiceException as __BaseException } from "./CloudHSMServiceException";
|
|
3
|
-
export var Tag;
|
|
4
|
-
(function (Tag) {
|
|
5
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(Tag || (Tag = {}));
|
|
7
|
-
export var AddTagsToResourceRequest;
|
|
8
|
-
(function (AddTagsToResourceRequest) {
|
|
9
|
-
AddTagsToResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(AddTagsToResourceRequest || (AddTagsToResourceRequest = {}));
|
|
11
|
-
export var AddTagsToResourceResponse;
|
|
12
|
-
(function (AddTagsToResourceResponse) {
|
|
13
|
-
AddTagsToResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(AddTagsToResourceResponse || (AddTagsToResourceResponse = {}));
|
|
15
3
|
var CloudHsmInternalException = (function (_super) {
|
|
16
4
|
__extends(CloudHsmInternalException, _super);
|
|
17
5
|
function CloudHsmInternalException(opts) {
|
|
@@ -56,76 +44,16 @@ export var ClientVersion;
|
|
|
56
44
|
ClientVersion["FIVE_ONE"] = "5.1";
|
|
57
45
|
ClientVersion["FIVE_THREE"] = "5.3";
|
|
58
46
|
})(ClientVersion || (ClientVersion = {}));
|
|
59
|
-
export var CreateHapgRequest;
|
|
60
|
-
(function (CreateHapgRequest) {
|
|
61
|
-
CreateHapgRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
-
})(CreateHapgRequest || (CreateHapgRequest = {}));
|
|
63
|
-
export var CreateHapgResponse;
|
|
64
|
-
(function (CreateHapgResponse) {
|
|
65
|
-
CreateHapgResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
-
})(CreateHapgResponse || (CreateHapgResponse = {}));
|
|
67
47
|
export var SubscriptionType;
|
|
68
48
|
(function (SubscriptionType) {
|
|
69
49
|
SubscriptionType["PRODUCTION"] = "PRODUCTION";
|
|
70
50
|
})(SubscriptionType || (SubscriptionType = {}));
|
|
71
|
-
export var CreateHsmRequest;
|
|
72
|
-
(function (CreateHsmRequest) {
|
|
73
|
-
CreateHsmRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
-
})(CreateHsmRequest || (CreateHsmRequest = {}));
|
|
75
|
-
export var CreateHsmResponse;
|
|
76
|
-
(function (CreateHsmResponse) {
|
|
77
|
-
CreateHsmResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(CreateHsmResponse || (CreateHsmResponse = {}));
|
|
79
|
-
export var CreateLunaClientRequest;
|
|
80
|
-
(function (CreateLunaClientRequest) {
|
|
81
|
-
CreateLunaClientRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(CreateLunaClientRequest || (CreateLunaClientRequest = {}));
|
|
83
|
-
export var CreateLunaClientResponse;
|
|
84
|
-
(function (CreateLunaClientResponse) {
|
|
85
|
-
CreateLunaClientResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
-
})(CreateLunaClientResponse || (CreateLunaClientResponse = {}));
|
|
87
|
-
export var DeleteHapgRequest;
|
|
88
|
-
(function (DeleteHapgRequest) {
|
|
89
|
-
DeleteHapgRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(DeleteHapgRequest || (DeleteHapgRequest = {}));
|
|
91
|
-
export var DeleteHapgResponse;
|
|
92
|
-
(function (DeleteHapgResponse) {
|
|
93
|
-
DeleteHapgResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
-
})(DeleteHapgResponse || (DeleteHapgResponse = {}));
|
|
95
|
-
export var DeleteHsmRequest;
|
|
96
|
-
(function (DeleteHsmRequest) {
|
|
97
|
-
DeleteHsmRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
-
})(DeleteHsmRequest || (DeleteHsmRequest = {}));
|
|
99
|
-
export var DeleteHsmResponse;
|
|
100
|
-
(function (DeleteHsmResponse) {
|
|
101
|
-
DeleteHsmResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
-
})(DeleteHsmResponse || (DeleteHsmResponse = {}));
|
|
103
|
-
export var DeleteLunaClientRequest;
|
|
104
|
-
(function (DeleteLunaClientRequest) {
|
|
105
|
-
DeleteLunaClientRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
-
})(DeleteLunaClientRequest || (DeleteLunaClientRequest = {}));
|
|
107
|
-
export var DeleteLunaClientResponse;
|
|
108
|
-
(function (DeleteLunaClientResponse) {
|
|
109
|
-
DeleteLunaClientResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
-
})(DeleteLunaClientResponse || (DeleteLunaClientResponse = {}));
|
|
111
|
-
export var DescribeHapgRequest;
|
|
112
|
-
(function (DescribeHapgRequest) {
|
|
113
|
-
DescribeHapgRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(DescribeHapgRequest || (DescribeHapgRequest = {}));
|
|
115
51
|
export var CloudHsmObjectState;
|
|
116
52
|
(function (CloudHsmObjectState) {
|
|
117
53
|
CloudHsmObjectState["DEGRADED"] = "DEGRADED";
|
|
118
54
|
CloudHsmObjectState["READY"] = "READY";
|
|
119
55
|
CloudHsmObjectState["UPDATING"] = "UPDATING";
|
|
120
56
|
})(CloudHsmObjectState || (CloudHsmObjectState = {}));
|
|
121
|
-
export var DescribeHapgResponse;
|
|
122
|
-
(function (DescribeHapgResponse) {
|
|
123
|
-
DescribeHapgResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(DescribeHapgResponse || (DescribeHapgResponse = {}));
|
|
125
|
-
export var DescribeHsmRequest;
|
|
126
|
-
(function (DescribeHsmRequest) {
|
|
127
|
-
DescribeHsmRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(DescribeHsmRequest || (DescribeHsmRequest = {}));
|
|
129
57
|
export var HsmStatus;
|
|
130
58
|
(function (HsmStatus) {
|
|
131
59
|
HsmStatus["DEGRADED"] = "DEGRADED";
|
|
@@ -136,95 +64,44 @@ export var HsmStatus;
|
|
|
136
64
|
HsmStatus["TERMINATING"] = "TERMINATING";
|
|
137
65
|
HsmStatus["UPDATING"] = "UPDATING";
|
|
138
66
|
})(HsmStatus || (HsmStatus = {}));
|
|
139
|
-
export var
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
export var
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
export var
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
export var
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
export var
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
export var
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
export var
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
export var
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
export var
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
export var
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
export var
|
|
180
|
-
(function (ListHsmsResponse) {
|
|
181
|
-
ListHsmsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(ListHsmsResponse || (ListHsmsResponse = {}));
|
|
183
|
-
export var ListLunaClientsRequest;
|
|
184
|
-
(function (ListLunaClientsRequest) {
|
|
185
|
-
ListLunaClientsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
-
})(ListLunaClientsRequest || (ListLunaClientsRequest = {}));
|
|
187
|
-
export var ListLunaClientsResponse;
|
|
188
|
-
(function (ListLunaClientsResponse) {
|
|
189
|
-
ListLunaClientsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
-
})(ListLunaClientsResponse || (ListLunaClientsResponse = {}));
|
|
191
|
-
export var ListTagsForResourceRequest;
|
|
192
|
-
(function (ListTagsForResourceRequest) {
|
|
193
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
195
|
-
export var ListTagsForResourceResponse;
|
|
196
|
-
(function (ListTagsForResourceResponse) {
|
|
197
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
199
|
-
export var ModifyHapgRequest;
|
|
200
|
-
(function (ModifyHapgRequest) {
|
|
201
|
-
ModifyHapgRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
-
})(ModifyHapgRequest || (ModifyHapgRequest = {}));
|
|
203
|
-
export var ModifyHapgResponse;
|
|
204
|
-
(function (ModifyHapgResponse) {
|
|
205
|
-
ModifyHapgResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
-
})(ModifyHapgResponse || (ModifyHapgResponse = {}));
|
|
207
|
-
export var ModifyHsmRequest;
|
|
208
|
-
(function (ModifyHsmRequest) {
|
|
209
|
-
ModifyHsmRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(ModifyHsmRequest || (ModifyHsmRequest = {}));
|
|
211
|
-
export var ModifyHsmResponse;
|
|
212
|
-
(function (ModifyHsmResponse) {
|
|
213
|
-
ModifyHsmResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
-
})(ModifyHsmResponse || (ModifyHsmResponse = {}));
|
|
215
|
-
export var ModifyLunaClientRequest;
|
|
216
|
-
(function (ModifyLunaClientRequest) {
|
|
217
|
-
ModifyLunaClientRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
-
})(ModifyLunaClientRequest || (ModifyLunaClientRequest = {}));
|
|
219
|
-
export var ModifyLunaClientResponse;
|
|
220
|
-
(function (ModifyLunaClientResponse) {
|
|
221
|
-
ModifyLunaClientResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
-
})(ModifyLunaClientResponse || (ModifyLunaClientResponse = {}));
|
|
223
|
-
export var RemoveTagsFromResourceRequest;
|
|
224
|
-
(function (RemoveTagsFromResourceRequest) {
|
|
225
|
-
RemoveTagsFromResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(RemoveTagsFromResourceRequest || (RemoveTagsFromResourceRequest = {}));
|
|
227
|
-
export var RemoveTagsFromResourceResponse;
|
|
228
|
-
(function (RemoveTagsFromResourceResponse) {
|
|
229
|
-
RemoveTagsFromResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(RemoveTagsFromResourceResponse || (RemoveTagsFromResourceResponse = {}));
|
|
67
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
+
export var AddTagsToResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
+
export var AddTagsToResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
export var CreateHapgRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
+
export var CreateHapgResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
+
export var CreateHsmRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
export var CreateHsmResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
export var CreateLunaClientRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
+
export var CreateLunaClientResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
+
export var DeleteHapgRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
+
export var DeleteHapgResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
+
export var DeleteHsmRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
+
export var DeleteHsmResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
+
export var DeleteLunaClientRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
+
export var DeleteLunaClientResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
+
export var DescribeHapgRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
+
export var DescribeHapgResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
+
export var DescribeHsmRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
+
export var DescribeHsmResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
+
export var DescribeLunaClientRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
+
export var DescribeLunaClientResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
+
export var GetConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
+
export var GetConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
+
export var ListAvailableZonesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
+
export var ListAvailableZonesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
+
export var ListHapgsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
export var ListHapgsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
+
export var ListHsmsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
+
export var ListHsmsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
+
export var ListLunaClientsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
+
export var ListLunaClientsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
export var ModifyHapgRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var ModifyHapgResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var ModifyHsmRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var ModifyHsmResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
export var ModifyLunaClientRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
export var ModifyLunaClientResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var RemoveTagsFromResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
export var RemoveTagsFromResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1829,6 +1829,9 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
1829
1829
|
var findKey = function (object, key) { return Object.keys(object).find(function (k) { return k.toLowerCase() === key.toLowerCase(); }); };
|
|
1830
1830
|
var sanitizeErrorCode = function (rawValue) {
|
|
1831
1831
|
var cleanValue = rawValue;
|
|
1832
|
+
if (typeof cleanValue === "number") {
|
|
1833
|
+
cleanValue = cleanValue.toString();
|
|
1834
|
+
}
|
|
1832
1835
|
if (cleanValue.indexOf(":") >= 0) {
|
|
1833
1836
|
cleanValue = cleanValue.split(":")[0];
|
|
1834
1837
|
}
|