@aws-sdk/client-cloudhsm 3.31.0 → 3.35.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 +39 -0
- package/{dist/cjs → dist-cjs}/CloudHSM.js +0 -0
- package/dist-cjs/CloudHSM.js.map +1 -0
- package/{dist/cjs → dist-cjs}/CloudHSMClient.js +14 -14
- package/dist-cjs/CloudHSMClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/AddTagsToResourceCommand.js +5 -5
- package/dist-cjs/commands/AddTagsToResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateHapgCommand.js +5 -5
- package/dist-cjs/commands/CreateHapgCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateHsmCommand.js +5 -5
- package/dist-cjs/commands/CreateHsmCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateLunaClientCommand.js +5 -5
- package/dist-cjs/commands/CreateLunaClientCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteHapgCommand.js +5 -5
- package/dist-cjs/commands/DeleteHapgCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteHsmCommand.js +5 -5
- package/dist-cjs/commands/DeleteHsmCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteLunaClientCommand.js +5 -5
- package/dist-cjs/commands/DeleteLunaClientCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeHapgCommand.js +5 -5
- package/dist-cjs/commands/DescribeHapgCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeHsmCommand.js +5 -5
- package/dist-cjs/commands/DescribeHsmCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeLunaClientCommand.js +5 -5
- package/dist-cjs/commands/DescribeLunaClientCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetConfigCommand.js +5 -5
- package/dist-cjs/commands/GetConfigCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListAvailableZonesCommand.js +5 -5
- package/dist-cjs/commands/ListAvailableZonesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListHapgsCommand.js +5 -5
- package/dist-cjs/commands/ListHapgsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListHsmsCommand.js +5 -5
- package/dist-cjs/commands/ListHsmsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListLunaClientsCommand.js +5 -5
- package/dist-cjs/commands/ListLunaClientsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ModifyHapgCommand.js +5 -5
- package/dist-cjs/commands/ModifyHapgCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ModifyHsmCommand.js +5 -5
- package/dist-cjs/commands/ModifyHsmCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ModifyLunaClientCommand.js +5 -5
- package/dist-cjs/commands/ModifyLunaClientCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsFromResourceCommand.js +5 -5
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +27 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +61 -61
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/CloudHSM.js +1 -14
- package/dist-es/CloudHSM.js.map +1 -0
- package/{dist/es → dist-es}/CloudHSMClient.js +2 -20
- package/dist-es/CloudHSMClient.js.map +1 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +40 -0
- package/dist-es/commands/AddTagsToResourceCommand.js.map +1 -0
- package/dist-es/commands/CreateHapgCommand.js +40 -0
- package/dist-es/commands/CreateHapgCommand.js.map +1 -0
- package/dist-es/commands/CreateHsmCommand.js +40 -0
- package/dist-es/commands/CreateHsmCommand.js.map +1 -0
- package/dist-es/commands/CreateLunaClientCommand.js +40 -0
- package/dist-es/commands/CreateLunaClientCommand.js.map +1 -0
- package/dist-es/commands/DeleteHapgCommand.js +40 -0
- package/dist-es/commands/DeleteHapgCommand.js.map +1 -0
- package/dist-es/commands/DeleteHsmCommand.js +40 -0
- package/dist-es/commands/DeleteHsmCommand.js.map +1 -0
- package/dist-es/commands/DeleteLunaClientCommand.js +40 -0
- package/dist-es/commands/DeleteLunaClientCommand.js.map +1 -0
- package/dist-es/commands/DescribeHapgCommand.js +40 -0
- package/dist-es/commands/DescribeHapgCommand.js.map +1 -0
- package/dist-es/commands/DescribeHsmCommand.js +40 -0
- package/dist-es/commands/DescribeHsmCommand.js.map +1 -0
- package/dist-es/commands/DescribeLunaClientCommand.js +40 -0
- package/dist-es/commands/DescribeLunaClientCommand.js.map +1 -0
- package/dist-es/commands/GetConfigCommand.js +40 -0
- package/dist-es/commands/GetConfigCommand.js.map +1 -0
- package/dist-es/commands/ListAvailableZonesCommand.js +40 -0
- package/dist-es/commands/ListAvailableZonesCommand.js.map +1 -0
- package/dist-es/commands/ListHapgsCommand.js +40 -0
- package/dist-es/commands/ListHapgsCommand.js.map +1 -0
- package/dist-es/commands/ListHsmsCommand.js +40 -0
- package/dist-es/commands/ListHsmsCommand.js.map +1 -0
- package/dist-es/commands/ListLunaClientsCommand.js +40 -0
- package/dist-es/commands/ListLunaClientsCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ModifyHapgCommand.js +40 -0
- package/dist-es/commands/ModifyHapgCommand.js.map +1 -0
- package/dist-es/commands/ModifyHsmCommand.js +40 -0
- package/dist-es/commands/ModifyHsmCommand.js.map +1 -0
- package/dist-es/commands/ModifyLunaClientCommand.js +40 -0
- package/dist-es/commands/ModifyLunaClientCommand.js.map +1 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +40 -0
- package/dist-es/commands/RemoveTagsFromResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -132
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +377 -382
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- 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/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → 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 → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- 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 +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- 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 +50 -50
- package/{CloudHSM.ts → src/CloudHSM.ts} +2 -1
- package/{CloudHSMClient.ts → src/CloudHSMClient.ts} +41 -40
- package/{commands → src/commands}/AddTagsToResourceCommand.ts +8 -7
- package/{commands → src/commands}/CreateHapgCommand.ts +8 -7
- package/{commands → src/commands}/CreateHsmCommand.ts +5 -4
- package/{commands → src/commands}/CreateLunaClientCommand.ts +8 -7
- package/{commands → src/commands}/DeleteHapgCommand.ts +8 -7
- package/{commands → src/commands}/DeleteHsmCommand.ts +5 -4
- package/{commands → src/commands}/DeleteLunaClientCommand.ts +8 -7
- package/{commands → src/commands}/DescribeHapgCommand.ts +8 -7
- package/{commands → src/commands}/DescribeHsmCommand.ts +8 -7
- package/{commands → src/commands}/DescribeLunaClientCommand.ts +8 -7
- package/{commands → src/commands}/GetConfigCommand.ts +5 -4
- package/{commands → src/commands}/ListAvailableZonesCommand.ts +8 -7
- package/{commands → src/commands}/ListHapgsCommand.ts +5 -4
- package/{commands → src/commands}/ListHsmsCommand.ts +5 -4
- package/{commands → src/commands}/ListLunaClientsCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
- package/{commands → src/commands}/ModifyHapgCommand.ts +8 -7
- package/{commands → src/commands}/ModifyHsmCommand.ts +5 -4
- package/{commands → src/commands}/ModifyLunaClientCommand.ts +8 -7
- package/{commands → src/commands}/RemoveTagsFromResourceCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{protocols → src/protocols}/Aws_json1_1.ts +31 -30
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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 +0 -27
- package/dist/cjs/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.map +0 -1
- 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
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { AddTagsToResourceRequest, AddTagsToResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1AddTagsToResourceCommand, serializeAws_json1_1AddTagsToResourceCommand, } 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>Adds or overwrites one or more tags for the specified AWS CloudHSM resource.</p>
|
|
18
|
-
* <p>Each tag consists of a key and a value. Tag keys must be unique to each
|
|
19
|
-
* resource.</p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { CloudHSMClient, AddTagsToResourceCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
24
|
-
* // const { CloudHSMClient, AddTagsToResourceCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
25
|
-
* const client = new CloudHSMClient(config);
|
|
26
|
-
* const command = new AddTagsToResourceCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
var AddTagsToResourceCommand = /** @class */ (function (_super) {
|
|
36
|
-
__extends(AddTagsToResourceCommand, _super);
|
|
37
|
-
// Start section: command_properties
|
|
38
|
-
// End section: command_properties
|
|
39
|
-
function AddTagsToResourceCommand(input) {
|
|
40
|
-
var _this =
|
|
41
|
-
// Start section: command_constructor
|
|
42
|
-
_super.call(this) || this;
|
|
43
|
-
_this.input = input;
|
|
44
|
-
return _this;
|
|
45
|
-
// End section: command_constructor
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
AddTagsToResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
51
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
52
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
53
|
-
var logger = configuration.logger;
|
|
54
|
-
var clientName = "CloudHSMClient";
|
|
55
|
-
var commandName = "AddTagsToResourceCommand";
|
|
56
|
-
var handlerExecutionContext = {
|
|
57
|
-
logger: logger,
|
|
58
|
-
clientName: clientName,
|
|
59
|
-
commandName: commandName,
|
|
60
|
-
inputFilterSensitiveLog: AddTagsToResourceRequest.filterSensitiveLog,
|
|
61
|
-
outputFilterSensitiveLog: AddTagsToResourceResponse.filterSensitiveLog,
|
|
62
|
-
};
|
|
63
|
-
var requestHandler = configuration.requestHandler;
|
|
64
|
-
return stack.resolve(function (request) {
|
|
65
|
-
return requestHandler.handle(request.request, options || {});
|
|
66
|
-
}, handlerExecutionContext);
|
|
67
|
-
};
|
|
68
|
-
AddTagsToResourceCommand.prototype.serialize = function (input, context) {
|
|
69
|
-
return serializeAws_json1_1AddTagsToResourceCommand(input, context);
|
|
70
|
-
};
|
|
71
|
-
AddTagsToResourceCommand.prototype.deserialize = function (output, context) {
|
|
72
|
-
return deserializeAws_json1_1AddTagsToResourceCommand(output, context);
|
|
73
|
-
};
|
|
74
|
-
return AddTagsToResourceCommand;
|
|
75
|
-
}($Command));
|
|
76
|
-
export { AddTagsToResourceCommand };
|
|
77
|
-
//# sourceMappingURL=AddTagsToResourceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AddTagsToResourceCommand.js","sourceRoot":"","sources":["../../../commands/AddTagsToResourceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH;IAA8C,4CAI7C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,kCAAqB,KAAoC;QAAzD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;QAGvD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,oDAAiB,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,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,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,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreateHapgRequest, CreateHapgResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateHapgCommand, serializeAws_json1_1CreateHapgCommand, } 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>Creates a high-availability partition group. A high-availability partition group is a
|
|
18
|
-
* group of partitions that spans multiple physical HSMs.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { CloudHSMClient, CreateHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
23
|
-
* // const { CloudHSMClient, CreateHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
24
|
-
* const client = new CloudHSMClient(config);
|
|
25
|
-
* const command = new CreateHapgCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link CreateHapgCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link CreateHapgCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
var CreateHapgCommand = /** @class */ (function (_super) {
|
|
35
|
-
__extends(CreateHapgCommand, _super);
|
|
36
|
-
// Start section: command_properties
|
|
37
|
-
// End section: command_properties
|
|
38
|
-
function CreateHapgCommand(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
|
-
CreateHapgCommand.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 = "CreateHapgCommand";
|
|
55
|
-
var handlerExecutionContext = {
|
|
56
|
-
logger: logger,
|
|
57
|
-
clientName: clientName,
|
|
58
|
-
commandName: commandName,
|
|
59
|
-
inputFilterSensitiveLog: CreateHapgRequest.filterSensitiveLog,
|
|
60
|
-
outputFilterSensitiveLog: CreateHapgResponse.filterSensitiveLog,
|
|
61
|
-
};
|
|
62
|
-
var requestHandler = configuration.requestHandler;
|
|
63
|
-
return stack.resolve(function (request) {
|
|
64
|
-
return requestHandler.handle(request.request, options || {});
|
|
65
|
-
}, handlerExecutionContext);
|
|
66
|
-
};
|
|
67
|
-
CreateHapgCommand.prototype.serialize = function (input, context) {
|
|
68
|
-
return serializeAws_json1_1CreateHapgCommand(input, context);
|
|
69
|
-
};
|
|
70
|
-
CreateHapgCommand.prototype.deserialize = function (output, context) {
|
|
71
|
-
return deserializeAws_json1_1CreateHapgCommand(output, context);
|
|
72
|
-
};
|
|
73
|
-
return CreateHapgCommand;
|
|
74
|
-
}($Command));
|
|
75
|
-
export { CreateHapgCommand };
|
|
76
|
-
//# sourceMappingURL=CreateHapgCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateHapgCommand.js","sourceRoot":"","sources":["../../../commands/CreateHapgCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,uCAAuC,EACvC,qCAAqC,GACtC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH;IAAuC,qCAItC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,2BAAqB,KAA6B;QAAlD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwB;;QAGhD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,6CAAiB,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,mBAAmB,CAAC;QACxC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,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,qCAAS,GAAjB,UAAkB,KAA6B,EAAE,OAAuB;QACtE,OAAO,qCAAqC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEO,uCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uCAAuC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAIH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,QAAQ,GAsD9C"}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateHsmCommand, serializeAws_json1_1CreateHsmCommand } 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>Creates an uninitialized HSM instance.</p>
|
|
18
|
-
* <p>There is an upfront fee charged for each HSM instance that you create with the
|
|
19
|
-
* <code>CreateHsm</code> operation. If you accidentally provision an HSM and want to request a
|
|
20
|
-
* refund, delete the instance using the <a>DeleteHsm</a> operation, go to the <a href="https://console.aws.amazon.com/support/home">AWS Support Center</a>, create a new case, and select
|
|
21
|
-
* <b>Account and Billing Support</b>.</p>
|
|
22
|
-
* <important>
|
|
23
|
-
* <p>It can take up to 20 minutes to create and provision an HSM. You can monitor the
|
|
24
|
-
* status of the HSM with the <a>DescribeHsm</a> operation. The HSM is ready to be
|
|
25
|
-
* initialized when the status changes to <code>RUNNING</code>.</p>
|
|
26
|
-
* </important>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { CloudHSMClient, CreateHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
31
|
-
* // const { CloudHSMClient, CreateHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
32
|
-
* const client = new CloudHSMClient(config);
|
|
33
|
-
* const command = new CreateHsmCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link CreateHsmCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link CreateHsmCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
var CreateHsmCommand = /** @class */ (function (_super) {
|
|
43
|
-
__extends(CreateHsmCommand, _super);
|
|
44
|
-
// Start section: command_properties
|
|
45
|
-
// End section: command_properties
|
|
46
|
-
function CreateHsmCommand(input) {
|
|
47
|
-
var _this =
|
|
48
|
-
// Start section: command_constructor
|
|
49
|
-
_super.call(this) || this;
|
|
50
|
-
_this.input = input;
|
|
51
|
-
return _this;
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
CreateHsmCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
58
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
59
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
60
|
-
var logger = configuration.logger;
|
|
61
|
-
var clientName = "CloudHSMClient";
|
|
62
|
-
var commandName = "CreateHsmCommand";
|
|
63
|
-
var handlerExecutionContext = {
|
|
64
|
-
logger: logger,
|
|
65
|
-
clientName: clientName,
|
|
66
|
-
commandName: commandName,
|
|
67
|
-
inputFilterSensitiveLog: CreateHsmRequest.filterSensitiveLog,
|
|
68
|
-
outputFilterSensitiveLog: CreateHsmResponse.filterSensitiveLog,
|
|
69
|
-
};
|
|
70
|
-
var requestHandler = configuration.requestHandler;
|
|
71
|
-
return stack.resolve(function (request) {
|
|
72
|
-
return requestHandler.handle(request.request, options || {});
|
|
73
|
-
}, handlerExecutionContext);
|
|
74
|
-
};
|
|
75
|
-
CreateHsmCommand.prototype.serialize = function (input, context) {
|
|
76
|
-
return serializeAws_json1_1CreateHsmCommand(input, context);
|
|
77
|
-
};
|
|
78
|
-
CreateHsmCommand.prototype.deserialize = function (output, context) {
|
|
79
|
-
return deserializeAws_json1_1CreateHsmCommand(output, context);
|
|
80
|
-
};
|
|
81
|
-
return CreateHsmCommand;
|
|
82
|
-
}($Command));
|
|
83
|
-
export { CreateHsmCommand };
|
|
84
|
-
//# sourceMappingURL=CreateHsmCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateHsmCommand.js","sourceRoot":"","sources":["../../../commands/CreateHsmCommand.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;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 { CreateLunaClientRequest, CreateLunaClientResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateLunaClientCommand, serializeAws_json1_1CreateLunaClientCommand, } 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>Creates 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, CreateLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
22
|
-
* // const { CloudHSMClient, CreateLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
23
|
-
* const client = new CloudHSMClient(config);
|
|
24
|
-
* const command = new CreateLunaClientCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link CreateLunaClientCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link CreateLunaClientCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var CreateLunaClientCommand = /** @class */ (function (_super) {
|
|
34
|
-
__extends(CreateLunaClientCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
|
-
function CreateLunaClientCommand(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
|
-
CreateLunaClientCommand.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 = "CreateLunaClientCommand";
|
|
54
|
-
var handlerExecutionContext = {
|
|
55
|
-
logger: logger,
|
|
56
|
-
clientName: clientName,
|
|
57
|
-
commandName: commandName,
|
|
58
|
-
inputFilterSensitiveLog: CreateLunaClientRequest.filterSensitiveLog,
|
|
59
|
-
outputFilterSensitiveLog: CreateLunaClientResponse.filterSensitiveLog,
|
|
60
|
-
};
|
|
61
|
-
var requestHandler = configuration.requestHandler;
|
|
62
|
-
return stack.resolve(function (request) {
|
|
63
|
-
return requestHandler.handle(request.request, options || {});
|
|
64
|
-
}, handlerExecutionContext);
|
|
65
|
-
};
|
|
66
|
-
CreateLunaClientCommand.prototype.serialize = function (input, context) {
|
|
67
|
-
return serializeAws_json1_1CreateLunaClientCommand(input, context);
|
|
68
|
-
};
|
|
69
|
-
CreateLunaClientCommand.prototype.deserialize = function (output, context) {
|
|
70
|
-
return deserializeAws_json1_1CreateLunaClientCommand(output, context);
|
|
71
|
-
};
|
|
72
|
-
return CreateLunaClientCommand;
|
|
73
|
-
}($Command));
|
|
74
|
-
export { CreateLunaClientCommand };
|
|
75
|
-
//# sourceMappingURL=CreateLunaClientCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateLunaClientCommand.js","sourceRoot":"","sources":["../../../commands/CreateLunaClientCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH;IAA6C,2CAI5C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,iCAAqB,KAAmC;QAAxD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;QAGtD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,mDAAiB,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,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,wBAAwB,CAAC,kBAAkB;SACtE,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,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteHapgCommand, serializeAws_json1_1DeleteHapgCommand, } 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>Deletes a high-availability partition group.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { CloudHSMClient, DeleteHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
22
|
-
* // const { CloudHSMClient, DeleteHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
23
|
-
* const client = new CloudHSMClient(config);
|
|
24
|
-
* const command = new DeleteHapgCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link DeleteHapgCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link DeleteHapgCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var DeleteHapgCommand = /** @class */ (function (_super) {
|
|
34
|
-
__extends(DeleteHapgCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
|
-
function DeleteHapgCommand(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
|
-
DeleteHapgCommand.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 = "DeleteHapgCommand";
|
|
54
|
-
var handlerExecutionContext = {
|
|
55
|
-
logger: logger,
|
|
56
|
-
clientName: clientName,
|
|
57
|
-
commandName: commandName,
|
|
58
|
-
inputFilterSensitiveLog: DeleteHapgRequest.filterSensitiveLog,
|
|
59
|
-
outputFilterSensitiveLog: DeleteHapgResponse.filterSensitiveLog,
|
|
60
|
-
};
|
|
61
|
-
var requestHandler = configuration.requestHandler;
|
|
62
|
-
return stack.resolve(function (request) {
|
|
63
|
-
return requestHandler.handle(request.request, options || {});
|
|
64
|
-
}, handlerExecutionContext);
|
|
65
|
-
};
|
|
66
|
-
DeleteHapgCommand.prototype.serialize = function (input, context) {
|
|
67
|
-
return serializeAws_json1_1DeleteHapgCommand(input, context);
|
|
68
|
-
};
|
|
69
|
-
DeleteHapgCommand.prototype.deserialize = function (output, context) {
|
|
70
|
-
return deserializeAws_json1_1DeleteHapgCommand(output, context);
|
|
71
|
-
};
|
|
72
|
-
return DeleteHapgCommand;
|
|
73
|
-
}($Command));
|
|
74
|
-
export { DeleteHapgCommand };
|
|
75
|
-
//# sourceMappingURL=DeleteHapgCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteHapgCommand.js","sourceRoot":"","sources":["../../../commands/DeleteHapgCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,uCAAuC,EACvC,qCAAqC,GACtC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH;IAAuC,qCAItC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,2BAAqB,KAA6B;QAAlD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwB;;QAGhD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,6CAAiB,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,mBAAmB,CAAC;QACxC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,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,qCAAS,GAAjB,UAAkB,KAA6B,EAAE,OAAuB;QACtE,OAAO,qCAAqC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEO,uCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uCAAuC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAIH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,QAAQ,GAsD9C"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteHsmCommand, serializeAws_json1_1DeleteHsmCommand } 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>Deletes an HSM. After completion, this operation cannot be undone and your key material
|
|
18
|
-
* cannot be recovered.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { CloudHSMClient, DeleteHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
23
|
-
* // const { CloudHSMClient, DeleteHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
24
|
-
* const client = new CloudHSMClient(config);
|
|
25
|
-
* const command = new DeleteHsmCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link DeleteHsmCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link DeleteHsmCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
var DeleteHsmCommand = /** @class */ (function (_super) {
|
|
35
|
-
__extends(DeleteHsmCommand, _super);
|
|
36
|
-
// Start section: command_properties
|
|
37
|
-
// End section: command_properties
|
|
38
|
-
function DeleteHsmCommand(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
|
-
DeleteHsmCommand.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 = "DeleteHsmCommand";
|
|
55
|
-
var handlerExecutionContext = {
|
|
56
|
-
logger: logger,
|
|
57
|
-
clientName: clientName,
|
|
58
|
-
commandName: commandName,
|
|
59
|
-
inputFilterSensitiveLog: DeleteHsmRequest.filterSensitiveLog,
|
|
60
|
-
outputFilterSensitiveLog: DeleteHsmResponse.filterSensitiveLog,
|
|
61
|
-
};
|
|
62
|
-
var requestHandler = configuration.requestHandler;
|
|
63
|
-
return stack.resolve(function (request) {
|
|
64
|
-
return requestHandler.handle(request.request, options || {});
|
|
65
|
-
}, handlerExecutionContext);
|
|
66
|
-
};
|
|
67
|
-
DeleteHsmCommand.prototype.serialize = function (input, context) {
|
|
68
|
-
return serializeAws_json1_1DeleteHsmCommand(input, context);
|
|
69
|
-
};
|
|
70
|
-
DeleteHsmCommand.prototype.deserialize = function (output, context) {
|
|
71
|
-
return deserializeAws_json1_1DeleteHsmCommand(output, context);
|
|
72
|
-
};
|
|
73
|
-
return DeleteHsmCommand;
|
|
74
|
-
}($Command));
|
|
75
|
-
export { DeleteHsmCommand };
|
|
76
|
-
//# sourceMappingURL=DeleteHsmCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteHsmCommand.js","sourceRoot":"","sources":["../../../commands/DeleteHsmCommand.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 { DeleteLunaClientRequest, DeleteLunaClientResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteLunaClientCommand, serializeAws_json1_1DeleteLunaClientCommand, } 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>Deletes a 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, DeleteLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
|
|
22
|
-
* // const { CloudHSMClient, DeleteLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
|
|
23
|
-
* const client = new CloudHSMClient(config);
|
|
24
|
-
* const command = new DeleteLunaClientCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link DeleteLunaClientCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link DeleteLunaClientCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var DeleteLunaClientCommand = /** @class */ (function (_super) {
|
|
34
|
-
__extends(DeleteLunaClientCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
|
-
function DeleteLunaClientCommand(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
|
-
DeleteLunaClientCommand.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 = "DeleteLunaClientCommand";
|
|
54
|
-
var handlerExecutionContext = {
|
|
55
|
-
logger: logger,
|
|
56
|
-
clientName: clientName,
|
|
57
|
-
commandName: commandName,
|
|
58
|
-
inputFilterSensitiveLog: DeleteLunaClientRequest.filterSensitiveLog,
|
|
59
|
-
outputFilterSensitiveLog: DeleteLunaClientResponse.filterSensitiveLog,
|
|
60
|
-
};
|
|
61
|
-
var requestHandler = configuration.requestHandler;
|
|
62
|
-
return stack.resolve(function (request) {
|
|
63
|
-
return requestHandler.handle(request.request, options || {});
|
|
64
|
-
}, handlerExecutionContext);
|
|
65
|
-
};
|
|
66
|
-
DeleteLunaClientCommand.prototype.serialize = function (input, context) {
|
|
67
|
-
return serializeAws_json1_1DeleteLunaClientCommand(input, context);
|
|
68
|
-
};
|
|
69
|
-
DeleteLunaClientCommand.prototype.deserialize = function (output, context) {
|
|
70
|
-
return deserializeAws_json1_1DeleteLunaClientCommand(output, context);
|
|
71
|
-
};
|
|
72
|
-
return DeleteLunaClientCommand;
|
|
73
|
-
}($Command));
|
|
74
|
-
export { DeleteLunaClientCommand };
|
|
75
|
-
//# sourceMappingURL=DeleteLunaClientCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteLunaClientCommand.js","sourceRoot":"","sources":["../../../commands/DeleteLunaClientCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH;IAA6C,2CAI5C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,iCAAqB,KAAmC;QAAxD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;QAGtD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,mDAAiB,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,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,wBAAwB,CAAC,kBAAkB;SACtE,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,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
|