@aws-sdk/client-acm 3.490.0 → 3.496.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.
Files changed (32) hide show
  1. package/dist-cjs/ACM.js +1 -41
  2. package/dist-cjs/ACMClient.js +1 -43
  3. package/dist-cjs/commands/AddTagsToCertificateCommand.js +1 -28
  4. package/dist-cjs/commands/DeleteCertificateCommand.js +1 -28
  5. package/dist-cjs/commands/DescribeCertificateCommand.js +1 -28
  6. package/dist-cjs/commands/ExportCertificateCommand.js +1 -29
  7. package/dist-cjs/commands/GetAccountConfigurationCommand.js +1 -28
  8. package/dist-cjs/commands/GetCertificateCommand.js +1 -28
  9. package/dist-cjs/commands/ImportCertificateCommand.js +1 -29
  10. package/dist-cjs/commands/ListCertificatesCommand.js +1 -28
  11. package/dist-cjs/commands/ListTagsForCertificateCommand.js +1 -28
  12. package/dist-cjs/commands/PutAccountConfigurationCommand.js +1 -28
  13. package/dist-cjs/commands/RemoveTagsFromCertificateCommand.js +1 -28
  14. package/dist-cjs/commands/RenewCertificateCommand.js +1 -28
  15. package/dist-cjs/commands/RequestCertificateCommand.js +1 -28
  16. package/dist-cjs/commands/ResendValidationEmailCommand.js +1 -28
  17. package/dist-cjs/commands/UpdateCertificateOptionsCommand.js +1 -28
  18. package/dist-cjs/commands/index.js +1 -18
  19. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  20. package/dist-cjs/extensionConfiguration.js +1 -2
  21. package/dist-cjs/index.js +2000 -12
  22. package/dist-cjs/models/ACMServiceException.js +1 -12
  23. package/dist-cjs/models/index.js +1 -4
  24. package/dist-cjs/models/models_0.js +1 -343
  25. package/dist-cjs/pagination/Interfaces.js +1 -2
  26. package/dist-cjs/pagination/ListCertificatesPaginator.js +1 -7
  27. package/dist-cjs/pagination/index.js +1 -5
  28. package/dist-cjs/protocols/Aws_json1_1.js +1 -1033
  29. package/dist-cjs/runtimeExtensions.js +1 -22
  30. package/dist-cjs/waiters/index.js +1 -4
  31. package/dist-cjs/waiters/waitForCertificateValidated.js +1 -71
  32. package/package.json +41 -41
package/dist-cjs/ACM.js CHANGED
@@ -1,41 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ACM = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ACMClient_1 = require("./ACMClient");
6
- const AddTagsToCertificateCommand_1 = require("./commands/AddTagsToCertificateCommand");
7
- const DeleteCertificateCommand_1 = require("./commands/DeleteCertificateCommand");
8
- const DescribeCertificateCommand_1 = require("./commands/DescribeCertificateCommand");
9
- const ExportCertificateCommand_1 = require("./commands/ExportCertificateCommand");
10
- const GetAccountConfigurationCommand_1 = require("./commands/GetAccountConfigurationCommand");
11
- const GetCertificateCommand_1 = require("./commands/GetCertificateCommand");
12
- const ImportCertificateCommand_1 = require("./commands/ImportCertificateCommand");
13
- const ListCertificatesCommand_1 = require("./commands/ListCertificatesCommand");
14
- const ListTagsForCertificateCommand_1 = require("./commands/ListTagsForCertificateCommand");
15
- const PutAccountConfigurationCommand_1 = require("./commands/PutAccountConfigurationCommand");
16
- const RemoveTagsFromCertificateCommand_1 = require("./commands/RemoveTagsFromCertificateCommand");
17
- const RenewCertificateCommand_1 = require("./commands/RenewCertificateCommand");
18
- const RequestCertificateCommand_1 = require("./commands/RequestCertificateCommand");
19
- const ResendValidationEmailCommand_1 = require("./commands/ResendValidationEmailCommand");
20
- const UpdateCertificateOptionsCommand_1 = require("./commands/UpdateCertificateOptionsCommand");
21
- const commands = {
22
- AddTagsToCertificateCommand: AddTagsToCertificateCommand_1.AddTagsToCertificateCommand,
23
- DeleteCertificateCommand: DeleteCertificateCommand_1.DeleteCertificateCommand,
24
- DescribeCertificateCommand: DescribeCertificateCommand_1.DescribeCertificateCommand,
25
- ExportCertificateCommand: ExportCertificateCommand_1.ExportCertificateCommand,
26
- GetAccountConfigurationCommand: GetAccountConfigurationCommand_1.GetAccountConfigurationCommand,
27
- GetCertificateCommand: GetCertificateCommand_1.GetCertificateCommand,
28
- ImportCertificateCommand: ImportCertificateCommand_1.ImportCertificateCommand,
29
- ListCertificatesCommand: ListCertificatesCommand_1.ListCertificatesCommand,
30
- ListTagsForCertificateCommand: ListTagsForCertificateCommand_1.ListTagsForCertificateCommand,
31
- PutAccountConfigurationCommand: PutAccountConfigurationCommand_1.PutAccountConfigurationCommand,
32
- RemoveTagsFromCertificateCommand: RemoveTagsFromCertificateCommand_1.RemoveTagsFromCertificateCommand,
33
- RenewCertificateCommand: RenewCertificateCommand_1.RenewCertificateCommand,
34
- RequestCertificateCommand: RequestCertificateCommand_1.RequestCertificateCommand,
35
- ResendValidationEmailCommand: ResendValidationEmailCommand_1.ResendValidationEmailCommand,
36
- UpdateCertificateOptionsCommand: UpdateCertificateOptionsCommand_1.UpdateCertificateOptionsCommand,
37
- };
38
- class ACM extends ACMClient_1.ACMClient {
39
- }
40
- exports.ACM = ACM;
41
- (0, smithy_client_1.createAggregatedClient)(commands, ACM);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ACMClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class ACMClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.ACMClient = ACMClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsToCertificateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class AddTagsToCertificateCommand 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("CertificateManager", "AddTagsToCertificate", {})
22
- .n("ACMClient", "AddTagsToCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddTagsToCertificateCommand)
25
- .de(Aws_json1_1_1.de_AddTagsToCertificateCommand)
26
- .build() {
27
- }
28
- exports.AddTagsToCertificateCommand = AddTagsToCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCertificateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteCertificateCommand 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("CertificateManager", "DeleteCertificate", {})
22
- .n("ACMClient", "DeleteCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteCertificateCommand)
25
- .de(Aws_json1_1_1.de_DeleteCertificateCommand)
26
- .build() {
27
- }
28
- exports.DeleteCertificateCommand = DeleteCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCertificateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeCertificateCommand 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("CertificateManager", "DescribeCertificate", {})
22
- .n("ACMClient", "DescribeCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeCertificateCommand)
25
- .de(Aws_json1_1_1.de_DescribeCertificateCommand)
26
- .build() {
27
- }
28
- exports.DescribeCertificateCommand = DescribeCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportCertificateCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ExportCertificateCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("CertificateManager", "ExportCertificate", {})
23
- .n("ACMClient", "ExportCertificateCommand")
24
- .f(models_0_1.ExportCertificateRequestFilterSensitiveLog, models_0_1.ExportCertificateResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_ExportCertificateCommand)
26
- .de(Aws_json1_1_1.de_ExportCertificateCommand)
27
- .build() {
28
- }
29
- exports.ExportCertificateCommand = ExportCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAccountConfigurationCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class GetAccountConfigurationCommand 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("CertificateManager", "GetAccountConfiguration", {})
22
- .n("ACMClient", "GetAccountConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetAccountConfigurationCommand)
25
- .de(Aws_json1_1_1.de_GetAccountConfigurationCommand)
26
- .build() {
27
- }
28
- exports.GetAccountConfigurationCommand = GetAccountConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCertificateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class GetCertificateCommand 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("CertificateManager", "GetCertificate", {})
22
- .n("ACMClient", "GetCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetCertificateCommand)
25
- .de(Aws_json1_1_1.de_GetCertificateCommand)
26
- .build() {
27
- }
28
- exports.GetCertificateCommand = GetCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportCertificateCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ImportCertificateCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("CertificateManager", "ImportCertificate", {})
23
- .n("ACMClient", "ImportCertificateCommand")
24
- .f(models_0_1.ImportCertificateRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_ImportCertificateCommand)
26
- .de(Aws_json1_1_1.de_ImportCertificateCommand)
27
- .build() {
28
- }
29
- exports.ImportCertificateCommand = ImportCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCertificatesCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class ListCertificatesCommand 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("CertificateManager", "ListCertificates", {})
22
- .n("ACMClient", "ListCertificatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCertificatesCommand)
25
- .de(Aws_json1_1_1.de_ListCertificatesCommand)
26
- .build() {
27
- }
28
- exports.ListCertificatesCommand = ListCertificatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForCertificateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTagsForCertificateCommand 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("CertificateManager", "ListTagsForCertificate", {})
22
- .n("ACMClient", "ListTagsForCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTagsForCertificateCommand)
25
- .de(Aws_json1_1_1.de_ListTagsForCertificateCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForCertificateCommand = ListTagsForCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutAccountConfigurationCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class PutAccountConfigurationCommand 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("CertificateManager", "PutAccountConfiguration", {})
22
- .n("ACMClient", "PutAccountConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PutAccountConfigurationCommand)
25
- .de(Aws_json1_1_1.de_PutAccountConfigurationCommand)
26
- .build() {
27
- }
28
- exports.PutAccountConfigurationCommand = PutAccountConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveTagsFromCertificateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class RemoveTagsFromCertificateCommand 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("CertificateManager", "RemoveTagsFromCertificate", {})
22
- .n("ACMClient", "RemoveTagsFromCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RemoveTagsFromCertificateCommand)
25
- .de(Aws_json1_1_1.de_RemoveTagsFromCertificateCommand)
26
- .build() {
27
- }
28
- exports.RemoveTagsFromCertificateCommand = RemoveTagsFromCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RenewCertificateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class RenewCertificateCommand 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("CertificateManager", "RenewCertificate", {})
22
- .n("ACMClient", "RenewCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RenewCertificateCommand)
25
- .de(Aws_json1_1_1.de_RenewCertificateCommand)
26
- .build() {
27
- }
28
- exports.RenewCertificateCommand = RenewCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RequestCertificateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class RequestCertificateCommand 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("CertificateManager", "RequestCertificate", {})
22
- .n("ACMClient", "RequestCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RequestCertificateCommand)
25
- .de(Aws_json1_1_1.de_RequestCertificateCommand)
26
- .build() {
27
- }
28
- exports.RequestCertificateCommand = RequestCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResendValidationEmailCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class ResendValidationEmailCommand 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("CertificateManager", "ResendValidationEmail", {})
22
- .n("ACMClient", "ResendValidationEmailCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ResendValidationEmailCommand)
25
- .de(Aws_json1_1_1.de_ResendValidationEmailCommand)
26
- .build() {
27
- }
28
- exports.ResendValidationEmailCommand = ResendValidationEmailCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCertificateOptionsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateCertificateOptionsCommand 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("CertificateManager", "UpdateCertificateOptions", {})
22
- .n("ACMClient", "UpdateCertificateOptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateCertificateOptionsCommand)
25
- .de(Aws_json1_1_1.de_UpdateCertificateOptionsCommand)
26
- .build() {
27
- }
28
- exports.UpdateCertificateOptionsCommand = UpdateCertificateOptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AddTagsToCertificateCommand"), exports);
5
- tslib_1.__exportStar(require("./DeleteCertificateCommand"), exports);
6
- tslib_1.__exportStar(require("./DescribeCertificateCommand"), exports);
7
- tslib_1.__exportStar(require("./ExportCertificateCommand"), exports);
8
- tslib_1.__exportStar(require("./GetAccountConfigurationCommand"), exports);
9
- tslib_1.__exportStar(require("./GetCertificateCommand"), exports);
10
- tslib_1.__exportStar(require("./ImportCertificateCommand"), exports);
11
- tslib_1.__exportStar(require("./ListCertificatesCommand"), exports);
12
- tslib_1.__exportStar(require("./ListTagsForCertificateCommand"), exports);
13
- tslib_1.__exportStar(require("./PutAccountConfigurationCommand"), exports);
14
- tslib_1.__exportStar(require("./RemoveTagsFromCertificateCommand"), exports);
15
- tslib_1.__exportStar(require("./RenewCertificateCommand"), exports);
16
- tslib_1.__exportStar(require("./RequestCertificateCommand"), exports);
17
- tslib_1.__exportStar(require("./ResendValidationEmailCommand"), exports);
18
- tslib_1.__exportStar(require("./UpdateCertificateOptionsCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
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: "acm",
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
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");