@aws-sdk/client-cloudhsm 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/CloudHSM.js +0 -1
- package/{dist/cjs → dist-cjs}/CloudHSMClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AddTagsToResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateHapgCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateHsmCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateLunaClientCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteHapgCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteHsmCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteLunaClientCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeHapgCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeHsmCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLunaClientCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetConfigCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAvailableZonesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListHapgsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListHsmsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListLunaClientsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ModifyHapgCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ModifyHsmCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ModifyLunaClientCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsFromResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/CloudHSM.js +1 -15
- package/{dist/es → dist-es}/CloudHSMClient.js +2 -21
- package/dist-es/commands/AddTagsToResourceCommand.js +39 -0
- package/dist-es/commands/CreateHapgCommand.js +39 -0
- package/dist-es/commands/CreateHsmCommand.js +39 -0
- package/dist-es/commands/CreateLunaClientCommand.js +39 -0
- package/dist-es/commands/DeleteHapgCommand.js +39 -0
- package/dist-es/commands/DeleteHsmCommand.js +39 -0
- package/dist-es/commands/DeleteLunaClientCommand.js +39 -0
- package/dist-es/commands/DescribeHapgCommand.js +39 -0
- package/dist-es/commands/DescribeHsmCommand.js +39 -0
- package/dist-es/commands/DescribeLunaClientCommand.js +39 -0
- package/dist-es/commands/GetConfigCommand.js +39 -0
- package/dist-es/commands/ListAvailableZonesCommand.js +39 -0
- package/dist-es/commands/ListHapgsCommand.js +39 -0
- package/dist-es/commands/ListHsmsCommand.js +39 -0
- package/dist-es/commands/ListLunaClientsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ModifyHapgCommand.js +39 -0
- package/dist-es/commands/ModifyHsmCommand.js +39 -0
- package/dist-es/commands/ModifyLunaClientCommand.js +39 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +39 -0
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -133
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +377 -383
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/CloudHSM.d.ts +1 -1
- package/{dist/types → dist-types}/CloudHSMClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateHapgCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateHsmCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLunaClientCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteHapgCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteHsmCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLunaClientCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeHapgCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeHsmCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLunaClientCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAvailableZonesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListHapgsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListHsmsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLunaClientsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyHapgCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyHsmCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyLunaClientCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/CloudHSM.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/CloudHSMClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateHapgCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateHsmCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateLunaClientCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteHapgCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteHsmCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLunaClientCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeHapgCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeHsmCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLunaClientCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAvailableZonesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListHapgsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListHsmsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListLunaClientsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ModifyHapgCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ModifyHsmCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ModifyLunaClientCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/CloudHSM.ts +0 -892
- package/CloudHSMClient.ts +0 -311
- package/commands/AddTagsToResourceCommand.ts +0 -106
- package/commands/CreateHapgCommand.ts +0 -105
- package/commands/CreateHsmCommand.ts +0 -110
- package/commands/CreateLunaClientCommand.ts +0 -104
- package/commands/DeleteHapgCommand.ts +0 -104
- package/commands/DeleteHsmCommand.ts +0 -102
- package/commands/DeleteLunaClientCommand.ts +0 -104
- package/commands/DescribeHapgCommand.ts +0 -104
- package/commands/DescribeHsmCommand.ts +0 -105
- package/commands/DescribeLunaClientCommand.ts +0 -104
- package/commands/GetConfigCommand.ts +0 -102
- package/commands/ListAvailableZonesCommand.ts +0 -104
- package/commands/ListHapgsCommand.ts +0 -105
- package/commands/ListHsmsCommand.ts +0 -106
- package/commands/ListLunaClientsCommand.ts +0 -108
- package/commands/ListTagsForResourceCommand.ts +0 -104
- package/commands/ModifyHapgCommand.ts +0 -104
- package/commands/ModifyHsmCommand.ts +0 -107
- package/commands/ModifyLunaClientCommand.ts +0 -106
- package/commands/RemoveTagsFromResourceCommand.ts +0 -106
- package/dist/cjs/CloudHSM.js.map +0 -1
- package/dist/cjs/CloudHSMClient.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHapgCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHsmCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLunaClientCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHapgCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHsmCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLunaClientCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHapgCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHsmCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLunaClientCommand.js.map +0 -1
- package/dist/cjs/commands/GetConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableZonesCommand.js.map +0 -1
- package/dist/cjs/commands/ListHapgsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHsmsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLunaClientsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyHapgCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyHsmCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyLunaClientCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/CloudHSM.js.map +0 -1
- package/dist/es/CloudHSMClient.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js +0 -77
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/CreateHapgCommand.js +0 -76
- package/dist/es/commands/CreateHapgCommand.js.map +0 -1
- package/dist/es/commands/CreateHsmCommand.js +0 -84
- package/dist/es/commands/CreateHsmCommand.js.map +0 -1
- package/dist/es/commands/CreateLunaClientCommand.js +0 -75
- package/dist/es/commands/CreateLunaClientCommand.js.map +0 -1
- package/dist/es/commands/DeleteHapgCommand.js +0 -75
- package/dist/es/commands/DeleteHapgCommand.js.map +0 -1
- package/dist/es/commands/DeleteHsmCommand.js +0 -76
- package/dist/es/commands/DeleteHsmCommand.js.map +0 -1
- package/dist/es/commands/DeleteLunaClientCommand.js +0 -75
- package/dist/es/commands/DeleteLunaClientCommand.js.map +0 -1
- package/dist/es/commands/DescribeHapgCommand.js +0 -75
- package/dist/es/commands/DescribeHapgCommand.js.map +0 -1
- package/dist/es/commands/DescribeHsmCommand.js +0 -76
- package/dist/es/commands/DescribeHsmCommand.js.map +0 -1
- package/dist/es/commands/DescribeLunaClientCommand.js +0 -75
- package/dist/es/commands/DescribeLunaClientCommand.js.map +0 -1
- package/dist/es/commands/GetConfigCommand.js +0 -76
- package/dist/es/commands/GetConfigCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableZonesCommand.js +0 -75
- package/dist/es/commands/ListAvailableZonesCommand.js.map +0 -1
- package/dist/es/commands/ListHapgsCommand.js +0 -79
- package/dist/es/commands/ListHapgsCommand.js.map +0 -1
- package/dist/es/commands/ListHsmsCommand.js +0 -80
- package/dist/es/commands/ListHsmsCommand.js.map +0 -1
- package/dist/es/commands/ListLunaClientsCommand.js +0 -79
- package/dist/es/commands/ListLunaClientsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -75
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ModifyHapgCommand.js +0 -75
- package/dist/es/commands/ModifyHapgCommand.js.map +0 -1
- package/dist/es/commands/ModifyHsmCommand.js +0 -81
- package/dist/es/commands/ModifyHsmCommand.js.map +0 -1
- package/dist/es/commands/ModifyLunaClientCommand.js +0 -77
- package/dist/es/commands/ModifyLunaClientCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -77
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -24
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1161
- package/protocols/Aws_json1_1.ts +0 -2399
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeLunaClientRequest, DescribeLunaClientResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeLunaClientCommand, serializeAws_json1_1DescribeLunaClientCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
8
|
-
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
9
|
-
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
10
|
-
* CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <b>For information about the current version of AWS
|
|
13
|
-
* CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
|
|
15
|
-
* and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
|
|
16
|
-
* Reference</a>.</p>
|
|
17
|
-
* <p>Retrieves information about an HSM client.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { CloudHSMClient, DescribeLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
22
|
-
* // const { CloudHSMClient, DescribeLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
23
|
-
* const client = new CloudHSMClient(config);
|
|
24
|
-
* const command = new DescribeLunaClientCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link DescribeLunaClientCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link DescribeLunaClientCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var DescribeLunaClientCommand = /** @class */ (function (_super) {
|
|
34
|
-
__extends(DescribeLunaClientCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
|
-
function DescribeLunaClientCommand(input) {
|
|
38
|
-
var _this =
|
|
39
|
-
// Start section: command_constructor
|
|
40
|
-
_super.call(this) || this;
|
|
41
|
-
_this.input = input;
|
|
42
|
-
return _this;
|
|
43
|
-
// End section: command_constructor
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
DescribeLunaClientCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
49
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
51
|
-
var logger = configuration.logger;
|
|
52
|
-
var clientName = "CloudHSMClient";
|
|
53
|
-
var commandName = "DescribeLunaClientCommand";
|
|
54
|
-
var handlerExecutionContext = {
|
|
55
|
-
logger: logger,
|
|
56
|
-
clientName: clientName,
|
|
57
|
-
commandName: commandName,
|
|
58
|
-
inputFilterSensitiveLog: DescribeLunaClientRequest.filterSensitiveLog,
|
|
59
|
-
outputFilterSensitiveLog: DescribeLunaClientResponse.filterSensitiveLog,
|
|
60
|
-
};
|
|
61
|
-
var requestHandler = configuration.requestHandler;
|
|
62
|
-
return stack.resolve(function (request) {
|
|
63
|
-
return requestHandler.handle(request.request, options || {});
|
|
64
|
-
}, handlerExecutionContext);
|
|
65
|
-
};
|
|
66
|
-
DescribeLunaClientCommand.prototype.serialize = function (input, context) {
|
|
67
|
-
return serializeAws_json1_1DescribeLunaClientCommand(input, context);
|
|
68
|
-
};
|
|
69
|
-
DescribeLunaClientCommand.prototype.deserialize = function (output, context) {
|
|
70
|
-
return deserializeAws_json1_1DescribeLunaClientCommand(output, context);
|
|
71
|
-
};
|
|
72
|
-
return DescribeLunaClientCommand;
|
|
73
|
-
}($Command));
|
|
74
|
-
export { DescribeLunaClientCommand };
|
|
75
|
-
//# sourceMappingURL=DescribeLunaClientCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeLunaClientCommand.js","sourceRoot":"","sources":["../../../commands/DescribeLunaClientCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH;IAA+C,6CAI9C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,mCAAqB,KAAqC;QAA1D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAgC;;QAGxD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,qDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,0BAA0B,CAAC,kBAAkB;SACxE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,6CAAS,GAAjB,UAAkB,KAAqC,EAAE,OAAuB;QAC9E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,+CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,gCAAC;AAAD,CAAC,AAtDD,CAA+C,QAAQ,GAsDtD"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetConfigCommand, serializeAws_json1_1GetConfigCommand } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
8
|
-
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
9
|
-
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
10
|
-
* CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <b>For information about the current version of AWS
|
|
13
|
-
* CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
|
|
15
|
-
* and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
|
|
16
|
-
* Reference</a>.</p>
|
|
17
|
-
* <p>Gets the configuration files necessary to connect to all high availability partition
|
|
18
|
-
* groups the client is associated with.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { CloudHSMClient, GetConfigCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
23
|
-
* // const { CloudHSMClient, GetConfigCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
24
|
-
* const client = new CloudHSMClient(config);
|
|
25
|
-
* const command = new GetConfigCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link GetConfigCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link GetConfigCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
var GetConfigCommand = /** @class */ (function (_super) {
|
|
35
|
-
__extends(GetConfigCommand, _super);
|
|
36
|
-
// Start section: command_properties
|
|
37
|
-
// End section: command_properties
|
|
38
|
-
function GetConfigCommand(input) {
|
|
39
|
-
var _this =
|
|
40
|
-
// Start section: command_constructor
|
|
41
|
-
_super.call(this) || this;
|
|
42
|
-
_this.input = input;
|
|
43
|
-
return _this;
|
|
44
|
-
// End section: command_constructor
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
GetConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
50
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
51
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
52
|
-
var logger = configuration.logger;
|
|
53
|
-
var clientName = "CloudHSMClient";
|
|
54
|
-
var commandName = "GetConfigCommand";
|
|
55
|
-
var handlerExecutionContext = {
|
|
56
|
-
logger: logger,
|
|
57
|
-
clientName: clientName,
|
|
58
|
-
commandName: commandName,
|
|
59
|
-
inputFilterSensitiveLog: GetConfigRequest.filterSensitiveLog,
|
|
60
|
-
outputFilterSensitiveLog: GetConfigResponse.filterSensitiveLog,
|
|
61
|
-
};
|
|
62
|
-
var requestHandler = configuration.requestHandler;
|
|
63
|
-
return stack.resolve(function (request) {
|
|
64
|
-
return requestHandler.handle(request.request, options || {});
|
|
65
|
-
}, handlerExecutionContext);
|
|
66
|
-
};
|
|
67
|
-
GetConfigCommand.prototype.serialize = function (input, context) {
|
|
68
|
-
return serializeAws_json1_1GetConfigCommand(input, context);
|
|
69
|
-
};
|
|
70
|
-
GetConfigCommand.prototype.deserialize = function (output, context) {
|
|
71
|
-
return deserializeAws_json1_1GetConfigCommand(output, context);
|
|
72
|
-
};
|
|
73
|
-
return GetConfigCommand;
|
|
74
|
-
}($Command));
|
|
75
|
-
export { GetConfigCommand };
|
|
76
|
-
//# sourceMappingURL=GetConfigCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetConfigCommand.js","sourceRoot":"","sources":["../../../commands/GetConfigCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,sCAAsC,EAAE,oCAAoC,EAAE,MAAM,0BAA0B,CAAC;AACxH,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH;IAAsC,oCAIrC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,0BAAqB,KAA4B;QAAjD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuB;;QAG/C,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,4CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,kBAAkB,CAAC;QACvC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gBAAgB,CAAC,kBAAkB;YAC5D,wBAAwB,EAAE,iBAAiB,CAAC,kBAAkB;SAC/D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oCAAS,GAAjB,UAAkB,KAA4B,EAAE,OAAuB;QACrE,OAAO,oCAAoC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAEO,sCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sCAAsC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAIH,uBAAC;AAAD,CAAC,AAtDD,CAAsC,QAAQ,GAsD7C"}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListAvailableZonesRequest, ListAvailableZonesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListAvailableZonesCommand, serializeAws_json1_1ListAvailableZonesCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
8
|
-
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
9
|
-
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
10
|
-
* CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <b>For information about the current version of AWS
|
|
13
|
-
* CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
|
|
15
|
-
* and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
|
|
16
|
-
* Reference</a>.</p>
|
|
17
|
-
* <p>Lists the Availability Zones that have available AWS CloudHSM capacity.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { CloudHSMClient, ListAvailableZonesCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
22
|
-
* // const { CloudHSMClient, ListAvailableZonesCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
23
|
-
* const client = new CloudHSMClient(config);
|
|
24
|
-
* const command = new ListAvailableZonesCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link ListAvailableZonesCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link ListAvailableZonesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var ListAvailableZonesCommand = /** @class */ (function (_super) {
|
|
34
|
-
__extends(ListAvailableZonesCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
|
-
function ListAvailableZonesCommand(input) {
|
|
38
|
-
var _this =
|
|
39
|
-
// Start section: command_constructor
|
|
40
|
-
_super.call(this) || this;
|
|
41
|
-
_this.input = input;
|
|
42
|
-
return _this;
|
|
43
|
-
// End section: command_constructor
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
ListAvailableZonesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
49
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
51
|
-
var logger = configuration.logger;
|
|
52
|
-
var clientName = "CloudHSMClient";
|
|
53
|
-
var commandName = "ListAvailableZonesCommand";
|
|
54
|
-
var handlerExecutionContext = {
|
|
55
|
-
logger: logger,
|
|
56
|
-
clientName: clientName,
|
|
57
|
-
commandName: commandName,
|
|
58
|
-
inputFilterSensitiveLog: ListAvailableZonesRequest.filterSensitiveLog,
|
|
59
|
-
outputFilterSensitiveLog: ListAvailableZonesResponse.filterSensitiveLog,
|
|
60
|
-
};
|
|
61
|
-
var requestHandler = configuration.requestHandler;
|
|
62
|
-
return stack.resolve(function (request) {
|
|
63
|
-
return requestHandler.handle(request.request, options || {});
|
|
64
|
-
}, handlerExecutionContext);
|
|
65
|
-
};
|
|
66
|
-
ListAvailableZonesCommand.prototype.serialize = function (input, context) {
|
|
67
|
-
return serializeAws_json1_1ListAvailableZonesCommand(input, context);
|
|
68
|
-
};
|
|
69
|
-
ListAvailableZonesCommand.prototype.deserialize = function (output, context) {
|
|
70
|
-
return deserializeAws_json1_1ListAvailableZonesCommand(output, context);
|
|
71
|
-
};
|
|
72
|
-
return ListAvailableZonesCommand;
|
|
73
|
-
}($Command));
|
|
74
|
-
export { ListAvailableZonesCommand };
|
|
75
|
-
//# sourceMappingURL=ListAvailableZonesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListAvailableZonesCommand.js","sourceRoot":"","sources":["../../../commands/ListAvailableZonesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH;IAA+C,6CAI9C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,mCAAqB,KAAqC;QAA1D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAgC;;QAGxD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,qDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,0BAA0B,CAAC,kBAAkB;SACxE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,6CAAS,GAAjB,UAAkB,KAAqC,EAAE,OAAuB;QAC9E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,+CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,gCAAC;AAAD,CAAC,AAtDD,CAA+C,QAAQ,GAsDtD"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListHapgsRequest, ListHapgsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListHapgsCommand, serializeAws_json1_1ListHapgsCommand } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
8
|
-
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
9
|
-
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
10
|
-
* CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <b>For information about the current version of AWS
|
|
13
|
-
* CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
|
|
15
|
-
* and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
|
|
16
|
-
* Reference</a>.</p>
|
|
17
|
-
* <p>Lists the high-availability partition groups for the account.</p>
|
|
18
|
-
* <p>This operation supports pagination with the use of the <code>NextToken</code> member.
|
|
19
|
-
* If more results are available, the <code>NextToken</code> member of the response contains a
|
|
20
|
-
* token that you pass in the next call to <code>ListHapgs</code> to retrieve the next set of
|
|
21
|
-
* items.</p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { CloudHSMClient, ListHapgsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
26
|
-
* // const { CloudHSMClient, ListHapgsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
27
|
-
* const client = new CloudHSMClient(config);
|
|
28
|
-
* const command = new ListHapgsCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link ListHapgsCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link ListHapgsCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
37
|
-
var ListHapgsCommand = /** @class */ (function (_super) {
|
|
38
|
-
__extends(ListHapgsCommand, _super);
|
|
39
|
-
// Start section: command_properties
|
|
40
|
-
// End section: command_properties
|
|
41
|
-
function ListHapgsCommand(input) {
|
|
42
|
-
var _this =
|
|
43
|
-
// Start section: command_constructor
|
|
44
|
-
_super.call(this) || this;
|
|
45
|
-
_this.input = input;
|
|
46
|
-
return _this;
|
|
47
|
-
// End section: command_constructor
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
|
-
ListHapgsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
53
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
54
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
55
|
-
var logger = configuration.logger;
|
|
56
|
-
var clientName = "CloudHSMClient";
|
|
57
|
-
var commandName = "ListHapgsCommand";
|
|
58
|
-
var handlerExecutionContext = {
|
|
59
|
-
logger: logger,
|
|
60
|
-
clientName: clientName,
|
|
61
|
-
commandName: commandName,
|
|
62
|
-
inputFilterSensitiveLog: ListHapgsRequest.filterSensitiveLog,
|
|
63
|
-
outputFilterSensitiveLog: ListHapgsResponse.filterSensitiveLog,
|
|
64
|
-
};
|
|
65
|
-
var requestHandler = configuration.requestHandler;
|
|
66
|
-
return stack.resolve(function (request) {
|
|
67
|
-
return requestHandler.handle(request.request, options || {});
|
|
68
|
-
}, handlerExecutionContext);
|
|
69
|
-
};
|
|
70
|
-
ListHapgsCommand.prototype.serialize = function (input, context) {
|
|
71
|
-
return serializeAws_json1_1ListHapgsCommand(input, context);
|
|
72
|
-
};
|
|
73
|
-
ListHapgsCommand.prototype.deserialize = function (output, context) {
|
|
74
|
-
return deserializeAws_json1_1ListHapgsCommand(output, context);
|
|
75
|
-
};
|
|
76
|
-
return ListHapgsCommand;
|
|
77
|
-
}($Command));
|
|
78
|
-
export { ListHapgsCommand };
|
|
79
|
-
//# sourceMappingURL=ListHapgsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListHapgsCommand.js","sourceRoot":"","sources":["../../../commands/ListHapgsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,sCAAsC,EAAE,oCAAoC,EAAE,MAAM,0BAA0B,CAAC;AACxH,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH;IAAsC,oCAIrC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,0BAAqB,KAA4B;QAAjD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuB;;QAG/C,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,4CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,kBAAkB,CAAC;QACvC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gBAAgB,CAAC,kBAAkB;YAC5D,wBAAwB,EAAE,iBAAiB,CAAC,kBAAkB;SAC/D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oCAAS,GAAjB,UAAkB,KAA4B,EAAE,OAAuB;QACrE,OAAO,oCAAoC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAEO,sCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sCAAsC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAIH,uBAAC;AAAD,CAAC,AAtDD,CAAsC,QAAQ,GAsD7C"}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListHsmsRequest, ListHsmsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListHsmsCommand, serializeAws_json1_1ListHsmsCommand } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
8
|
-
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
9
|
-
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
10
|
-
* CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <b>For information about the current version of AWS
|
|
13
|
-
* CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
|
|
15
|
-
* and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
|
|
16
|
-
* Reference</a>.</p>
|
|
17
|
-
* <p>Retrieves the identifiers of all of the HSMs provisioned for the current
|
|
18
|
-
* customer.</p>
|
|
19
|
-
* <p>This operation supports pagination with the use of the <code>NextToken</code> member.
|
|
20
|
-
* If more results are available, the <code>NextToken</code> member of the response contains a
|
|
21
|
-
* token that you pass in the next call to <code>ListHsms</code> to retrieve the next set of
|
|
22
|
-
* items.</p>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { CloudHSMClient, ListHsmsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
27
|
-
* // const { CloudHSMClient, ListHsmsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
28
|
-
* const client = new CloudHSMClient(config);
|
|
29
|
-
* const command = new ListHsmsCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link ListHsmsCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link ListHsmsCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
|
-
var ListHsmsCommand = /** @class */ (function (_super) {
|
|
39
|
-
__extends(ListHsmsCommand, _super);
|
|
40
|
-
// Start section: command_properties
|
|
41
|
-
// End section: command_properties
|
|
42
|
-
function ListHsmsCommand(input) {
|
|
43
|
-
var _this =
|
|
44
|
-
// Start section: command_constructor
|
|
45
|
-
_super.call(this) || this;
|
|
46
|
-
_this.input = input;
|
|
47
|
-
return _this;
|
|
48
|
-
// End section: command_constructor
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
|
-
ListHsmsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
54
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
55
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
56
|
-
var logger = configuration.logger;
|
|
57
|
-
var clientName = "CloudHSMClient";
|
|
58
|
-
var commandName = "ListHsmsCommand";
|
|
59
|
-
var handlerExecutionContext = {
|
|
60
|
-
logger: logger,
|
|
61
|
-
clientName: clientName,
|
|
62
|
-
commandName: commandName,
|
|
63
|
-
inputFilterSensitiveLog: ListHsmsRequest.filterSensitiveLog,
|
|
64
|
-
outputFilterSensitiveLog: ListHsmsResponse.filterSensitiveLog,
|
|
65
|
-
};
|
|
66
|
-
var requestHandler = configuration.requestHandler;
|
|
67
|
-
return stack.resolve(function (request) {
|
|
68
|
-
return requestHandler.handle(request.request, options || {});
|
|
69
|
-
}, handlerExecutionContext);
|
|
70
|
-
};
|
|
71
|
-
ListHsmsCommand.prototype.serialize = function (input, context) {
|
|
72
|
-
return serializeAws_json1_1ListHsmsCommand(input, context);
|
|
73
|
-
};
|
|
74
|
-
ListHsmsCommand.prototype.deserialize = function (output, context) {
|
|
75
|
-
return deserializeAws_json1_1ListHsmsCommand(output, context);
|
|
76
|
-
};
|
|
77
|
-
return ListHsmsCommand;
|
|
78
|
-
}($Command));
|
|
79
|
-
export { ListHsmsCommand };
|
|
80
|
-
//# sourceMappingURL=ListHsmsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListHsmsCommand.js","sourceRoot":"","sources":["../../../commands/ListHsmsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,qCAAqC,EAAE,mCAAmC,EAAE,MAAM,0BAA0B,CAAC;AACtH,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH;IAAqC,mCAIpC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,yBAAqB,KAA2B;QAAhD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAsB;;QAG9C,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,2CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,iBAAiB,CAAC;QACtC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,eAAe,CAAC,kBAAkB;YAC3D,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,mCAAS,GAAjB,UAAkB,KAA2B,EAAE,OAAuB;QACpE,OAAO,mCAAmC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC;IAEO,qCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,qCAAqC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAIH,sBAAC;AAAD,CAAC,AAtDD,CAAqC,QAAQ,GAsD5C"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListLunaClientsRequest, ListLunaClientsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListLunaClientsCommand, serializeAws_json1_1ListLunaClientsCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
8
|
-
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
9
|
-
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
10
|
-
* CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <b>For information about the current version of AWS
|
|
13
|
-
* CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
|
|
15
|
-
* and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
|
|
16
|
-
* Reference</a>.</p>
|
|
17
|
-
* <p>Lists all of the clients.</p>
|
|
18
|
-
* <p>This operation supports pagination with the use of the <code>NextToken</code> member.
|
|
19
|
-
* If more results are available, the <code>NextToken</code> member of the response contains a
|
|
20
|
-
* token that you pass in the next call to <code>ListLunaClients</code> to retrieve the next set
|
|
21
|
-
* of items.</p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { CloudHSMClient, ListLunaClientsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
26
|
-
* // const { CloudHSMClient, ListLunaClientsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
27
|
-
* const client = new CloudHSMClient(config);
|
|
28
|
-
* const command = new ListLunaClientsCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link ListLunaClientsCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link ListLunaClientsCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
37
|
-
var ListLunaClientsCommand = /** @class */ (function (_super) {
|
|
38
|
-
__extends(ListLunaClientsCommand, _super);
|
|
39
|
-
// Start section: command_properties
|
|
40
|
-
// End section: command_properties
|
|
41
|
-
function ListLunaClientsCommand(input) {
|
|
42
|
-
var _this =
|
|
43
|
-
// Start section: command_constructor
|
|
44
|
-
_super.call(this) || this;
|
|
45
|
-
_this.input = input;
|
|
46
|
-
return _this;
|
|
47
|
-
// End section: command_constructor
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
|
-
ListLunaClientsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
53
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
54
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
55
|
-
var logger = configuration.logger;
|
|
56
|
-
var clientName = "CloudHSMClient";
|
|
57
|
-
var commandName = "ListLunaClientsCommand";
|
|
58
|
-
var handlerExecutionContext = {
|
|
59
|
-
logger: logger,
|
|
60
|
-
clientName: clientName,
|
|
61
|
-
commandName: commandName,
|
|
62
|
-
inputFilterSensitiveLog: ListLunaClientsRequest.filterSensitiveLog,
|
|
63
|
-
outputFilterSensitiveLog: ListLunaClientsResponse.filterSensitiveLog,
|
|
64
|
-
};
|
|
65
|
-
var requestHandler = configuration.requestHandler;
|
|
66
|
-
return stack.resolve(function (request) {
|
|
67
|
-
return requestHandler.handle(request.request, options || {});
|
|
68
|
-
}, handlerExecutionContext);
|
|
69
|
-
};
|
|
70
|
-
ListLunaClientsCommand.prototype.serialize = function (input, context) {
|
|
71
|
-
return serializeAws_json1_1ListLunaClientsCommand(input, context);
|
|
72
|
-
};
|
|
73
|
-
ListLunaClientsCommand.prototype.deserialize = function (output, context) {
|
|
74
|
-
return deserializeAws_json1_1ListLunaClientsCommand(output, context);
|
|
75
|
-
};
|
|
76
|
-
return ListLunaClientsCommand;
|
|
77
|
-
}($Command));
|
|
78
|
-
export { ListLunaClientsCommand };
|
|
79
|
-
//# sourceMappingURL=ListLunaClientsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListLunaClientsCommand.js","sourceRoot":"","sources":["../../../commands/ListLunaClientsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACrF,OAAO,EACL,4CAA4C,EAC5C,0CAA0C,GAC3C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH;IAA4C,0CAI3C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,gCAAqB,KAAkC;QAAvD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6B;;QAGrD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,kDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sBAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,uBAAuB,CAAC,kBAAkB;SACrE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0CAAS,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QAC3E,OAAO,0CAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,4CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,4CAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAIH,6BAAC;AAAD,CAAC,AAtDD,CAA4C,QAAQ,GAsDnD"}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
/**
|
|
7
|
-
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
8
|
-
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
9
|
-
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
10
|
-
* CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <b>For information about the current version of AWS
|
|
13
|
-
* CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
|
|
15
|
-
* and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
|
|
16
|
-
* Reference</a>.</p>
|
|
17
|
-
* <p>Returns a list of all tags for the specified AWS CloudHSM resource.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { CloudHSMClient, ListTagsForResourceCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
22
|
-
* // const { CloudHSMClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
23
|
-
* const client = new CloudHSMClient(config);
|
|
24
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var ListTagsForResourceCommand = /** @class */ (function (_super) {
|
|
34
|
-
__extends(ListTagsForResourceCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
|
-
function ListTagsForResourceCommand(input) {
|
|
38
|
-
var _this =
|
|
39
|
-
// Start section: command_constructor
|
|
40
|
-
_super.call(this) || this;
|
|
41
|
-
_this.input = input;
|
|
42
|
-
return _this;
|
|
43
|
-
// End section: command_constructor
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
49
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
51
|
-
var logger = configuration.logger;
|
|
52
|
-
var clientName = "CloudHSMClient";
|
|
53
|
-
var commandName = "ListTagsForResourceCommand";
|
|
54
|
-
var handlerExecutionContext = {
|
|
55
|
-
logger: logger,
|
|
56
|
-
clientName: clientName,
|
|
57
|
-
commandName: commandName,
|
|
58
|
-
inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
|
|
59
|
-
outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
|
|
60
|
-
};
|
|
61
|
-
var requestHandler = configuration.requestHandler;
|
|
62
|
-
return stack.resolve(function (request) {
|
|
63
|
-
return requestHandler.handle(request.request, options || {});
|
|
64
|
-
}, handlerExecutionContext);
|
|
65
|
-
};
|
|
66
|
-
ListTagsForResourceCommand.prototype.serialize = function (input, context) {
|
|
67
|
-
return serializeAws_json1_1ListTagsForResourceCommand(input, context);
|
|
68
|
-
};
|
|
69
|
-
ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
|
|
70
|
-
return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
|
|
71
|
-
};
|
|
72
|
-
return ListTagsForResourceCommand;
|
|
73
|
-
}($Command));
|
|
74
|
-
export { ListTagsForResourceCommand };
|
|
75
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListTagsForResourceCommand.js","sourceRoot":"","sources":["../../../commands/ListTagsForResourceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH;IAAgD,8CAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,oCAAqB,KAAsC;QAA3D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2C,EAC3C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gBAAgB,CAAC;QACpC,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
|