@aws-sdk/client-payment-cryptography 3.490.0 → 3.495.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/dist-cjs/PaymentCryptography.js +1 -51
- package/dist-cjs/PaymentCryptographyClient.js +1 -43
- package/dist-cjs/commands/CreateAliasCommand.js +1 -28
- package/dist-cjs/commands/CreateKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteAliasCommand.js +1 -28
- package/dist-cjs/commands/DeleteKeyCommand.js +1 -28
- package/dist-cjs/commands/ExportKeyCommand.js +1 -29
- package/dist-cjs/commands/GetAliasCommand.js +1 -28
- package/dist-cjs/commands/GetKeyCommand.js +1 -28
- package/dist-cjs/commands/GetParametersForExportCommand.js +1 -29
- package/dist-cjs/commands/GetParametersForImportCommand.js +1 -29
- package/dist-cjs/commands/GetPublicKeyCertificateCommand.js +1 -29
- package/dist-cjs/commands/ImportKeyCommand.js +1 -29
- package/dist-cjs/commands/ListAliasesCommand.js +1 -28
- package/dist-cjs/commands/ListKeysCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/RestoreKeyCommand.js +1 -28
- package/dist-cjs/commands/StartKeyUsageCommand.js +1 -28
- package/dist-cjs/commands/StopKeyUsageCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAliasCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -23
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2315 -11
- package/dist-cjs/models/PaymentCryptographyServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -291
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAliasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListKeysPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -7
- package/dist-cjs/protocols/Aws_json1_0.js +1 -1390
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-es/models/models_0.js +18 -0
- package/dist-types/commands/ExportKeyCommand.d.ts +30 -5
- package/dist-types/commands/GetParametersForImportCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyCommand.d.ts +31 -4
- package/dist-types/models/models_0.d.ts +110 -8
- package/dist-types/ts3.4/models/models_0.d.ts +49 -0
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("PaymentCryptographyControlPlane", "TagResource", {})
|
|
22
|
-
.n("PaymentCryptographyClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("PaymentCryptographyControlPlane", "UntagResource", {})
|
|
22
|
-
.n("PaymentCryptographyClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateAliasCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class UpdateAliasCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("PaymentCryptographyControlPlane", "UpdateAlias", {})
|
|
22
|
-
.n("PaymentCryptographyClient", "UpdateAliasCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_UpdateAliasCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_UpdateAliasCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateAliasCommand = UpdateAliasCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateAliasCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateKeyCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./DeleteAliasCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DeleteKeyCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ExportKeyCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./GetAliasCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./GetKeyCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./GetParametersForExportCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./GetParametersForImportCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./GetPublicKeyCertificateCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ImportKeyCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListAliasesCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListKeysCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./RestoreKeyCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./StartKeyUsageCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./StopKeyUsageCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./UpdateAliasCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "payment-cryptography",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|