@aws-sdk/client-acm-pca 3.335.0 → 3.338.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 (105) hide show
  1. package/dist-cjs/ACMPCAClient.js +2 -1
  2. package/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -1
  3. package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +2 -1
  4. package/dist-cjs/commands/CreatePermissionCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +2 -1
  6. package/dist-cjs/commands/DeletePermissionCommand.js +2 -1
  7. package/dist-cjs/commands/DeletePolicyCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +2 -1
  10. package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +2 -1
  11. package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +2 -1
  12. package/dist-cjs/commands/GetCertificateCommand.js +2 -1
  13. package/dist-cjs/commands/GetPolicyCommand.js +2 -1
  14. package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +2 -1
  15. package/dist-cjs/commands/IssueCertificateCommand.js +2 -1
  16. package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +2 -1
  17. package/dist-cjs/commands/ListPermissionsCommand.js +2 -1
  18. package/dist-cjs/commands/ListTagsCommand.js +2 -1
  19. package/dist-cjs/commands/PutPolicyCommand.js +2 -1
  20. package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +2 -1
  21. package/dist-cjs/commands/RevokeCertificateCommand.js +2 -1
  22. package/dist-cjs/commands/TagCertificateAuthorityCommand.js +2 -1
  23. package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +2 -1
  25. package/dist-cjs/index.js +2 -2
  26. package/dist-cjs/models/ACMPCAServiceException.js +2 -1
  27. package/dist-es/ACMPCAClient.js +1 -0
  28. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +1 -0
  29. package/dist-es/commands/CreateCertificateAuthorityCommand.js +1 -0
  30. package/dist-es/commands/CreatePermissionCommand.js +1 -0
  31. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +1 -0
  32. package/dist-es/commands/DeletePermissionCommand.js +1 -0
  33. package/dist-es/commands/DeletePolicyCommand.js +1 -0
  34. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +1 -0
  35. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +1 -0
  36. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +1 -0
  37. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +1 -0
  38. package/dist-es/commands/GetCertificateCommand.js +1 -0
  39. package/dist-es/commands/GetPolicyCommand.js +1 -0
  40. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +1 -0
  41. package/dist-es/commands/IssueCertificateCommand.js +1 -0
  42. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +1 -0
  43. package/dist-es/commands/ListPermissionsCommand.js +1 -0
  44. package/dist-es/commands/ListTagsCommand.js +1 -0
  45. package/dist-es/commands/PutPolicyCommand.js +1 -0
  46. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +1 -0
  47. package/dist-es/commands/RevokeCertificateCommand.js +1 -0
  48. package/dist-es/commands/TagCertificateAuthorityCommand.js +1 -0
  49. package/dist-es/commands/UntagCertificateAuthorityCommand.js +1 -0
  50. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +1 -0
  51. package/dist-es/index.js +2 -2
  52. package/dist-es/models/ACMPCAServiceException.js +1 -0
  53. package/dist-types/ACMPCAClient.d.ts +3 -3
  54. package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +4 -0
  55. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +4 -0
  56. package/dist-types/commands/CreatePermissionCommand.d.ts +4 -0
  57. package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +4 -0
  58. package/dist-types/commands/DeletePermissionCommand.d.ts +4 -0
  59. package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
  60. package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +4 -0
  61. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +4 -0
  62. package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +4 -0
  63. package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +4 -0
  64. package/dist-types/commands/GetCertificateCommand.d.ts +4 -0
  65. package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
  66. package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +4 -0
  67. package/dist-types/commands/IssueCertificateCommand.d.ts +4 -0
  68. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +4 -0
  69. package/dist-types/commands/ListPermissionsCommand.d.ts +4 -0
  70. package/dist-types/commands/ListTagsCommand.d.ts +4 -0
  71. package/dist-types/commands/PutPolicyCommand.d.ts +4 -0
  72. package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +4 -0
  73. package/dist-types/commands/RevokeCertificateCommand.d.ts +4 -0
  74. package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +4 -0
  75. package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +4 -0
  76. package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +4 -0
  77. package/dist-types/index.d.ts +22 -2
  78. package/dist-types/models/ACMPCAServiceException.d.ts +1 -0
  79. package/dist-types/ts3.4/ACMPCAClient.d.ts +3 -3
  80. package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/index.d.ts +2 -2
  104. package/dist-types/ts3.4/models/ACMPCAServiceException.d.ts +1 -0
  105. package/package.json +29 -29
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ACMPCAClient = void 0;
3
+ exports.ACMPCAClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class ACMPCAClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCertificateAuthorityAuditReportCommand = void 0;
3
+ exports.CreateCertificateAuthorityAuditReportCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateCertificateAuthorityAuditReportCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCertificateAuthorityCommand = void 0;
3
+ exports.CreateCertificateAuthorityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateCertificateAuthorityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePermissionCommand = void 0;
3
+ exports.CreatePermissionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreatePermissionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCertificateAuthorityCommand = void 0;
3
+ exports.DeleteCertificateAuthorityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteCertificateAuthorityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePermissionCommand = void 0;
3
+ exports.DeletePermissionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeletePermissionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePolicyCommand = void 0;
3
+ exports.DeletePolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeletePolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCertificateAuthorityAuditReportCommand = void 0;
3
+ exports.DescribeCertificateAuthorityAuditReportCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeCertificateAuthorityAuditReportCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCertificateAuthorityCommand = void 0;
3
+ exports.DescribeCertificateAuthorityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeCertificateAuthorityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCertificateAuthorityCertificateCommand = void 0;
3
+ exports.GetCertificateAuthorityCertificateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetCertificateAuthorityCertificateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCertificateAuthorityCsrCommand = void 0;
3
+ exports.GetCertificateAuthorityCsrCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetCertificateAuthorityCsrCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCertificateCommand = void 0;
3
+ exports.GetCertificateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetCertificateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPolicyCommand = void 0;
3
+ exports.GetPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportCertificateAuthorityCertificateCommand = void 0;
3
+ exports.ImportCertificateAuthorityCertificateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ImportCertificateAuthorityCertificateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IssueCertificateCommand = void 0;
3
+ exports.IssueCertificateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class IssueCertificateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCertificateAuthoritiesCommand = void 0;
3
+ exports.ListCertificateAuthoritiesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListCertificateAuthoritiesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPermissionsCommand = void 0;
3
+ exports.ListPermissionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListPermissionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsCommand = void 0;
3
+ exports.ListTagsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListTagsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutPolicyCommand = void 0;
3
+ exports.PutPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class PutPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreCertificateAuthorityCommand = void 0;
3
+ exports.RestoreCertificateAuthorityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class RestoreCertificateAuthorityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RevokeCertificateCommand = void 0;
3
+ exports.RevokeCertificateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class RevokeCertificateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagCertificateAuthorityCommand = void 0;
3
+ exports.TagCertificateAuthorityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class TagCertificateAuthorityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagCertificateAuthorityCommand = void 0;
3
+ exports.UntagCertificateAuthorityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UntagCertificateAuthorityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCertificateAuthorityCommand = void 0;
3
+ exports.UpdateCertificateAuthorityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateCertificateAuthorityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ACMPCAServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./ACMPCA"), exports);
6
5
  tslib_1.__exportStar(require("./ACMPCAClient"), exports);
6
+ tslib_1.__exportStar(require("./ACMPCA"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
10
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
+ tslib_1.__exportStar(require("./models"), exports);
11
11
  var ACMPCAServiceException_1 = require("./models/ACMPCAServiceException");
12
12
  Object.defineProperty(exports, "ACMPCAServiceException", { enumerable: true, get: function () { return ACMPCAServiceException_1.ACMPCAServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ACMPCAServiceException = void 0;
3
+ exports.ACMPCAServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class ACMPCAServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class ACMPCAClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateCertificateAuthorityAuditReportCommand, se_CreateCertificateAuthorityAuditReportCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateCertificateAuthorityAuditReportCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateCertificateAuthorityCommand, se_CreateCertificateAuthorityCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateCertificateAuthorityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreatePermissionCommand, se_CreatePermissionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreatePermissionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteCertificateAuthorityCommand, se_DeleteCertificateAuthorityCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteCertificateAuthorityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeletePermissionCommand, se_DeletePermissionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeletePermissionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeletePolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeCertificateAuthorityAuditReportCommand, se_DescribeCertificateAuthorityAuditReportCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeCertificateAuthorityAuditReportCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeCertificateAuthorityCommand, se_DescribeCertificateAuthorityCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeCertificateAuthorityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetCertificateAuthorityCertificateCommand, se_GetCertificateAuthorityCertificateCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetCertificateAuthorityCertificateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetCertificateAuthorityCsrCommand, se_GetCertificateAuthorityCsrCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetCertificateAuthorityCsrCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetCertificateCommand, se_GetCertificateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetCertificateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ImportCertificateAuthorityCertificateCommand, se_ImportCertificateAuthorityCertificateCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ImportCertificateAuthorityCertificateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_IssueCertificateCommand, se_IssueCertificateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class IssueCertificateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListCertificateAuthoritiesCommand, se_ListCertificateAuthoritiesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListCertificateAuthoritiesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListPermissionsCommand, se_ListPermissionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListPermissionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RestoreCertificateAuthorityCommand, se_RestoreCertificateAuthorityCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RestoreCertificateAuthorityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RevokeCertificateCommand, se_RevokeCertificateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RevokeCertificateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagCertificateAuthorityCommand, se_TagCertificateAuthorityCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagCertificateAuthorityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagCertificateAuthorityCommand, se_UntagCertificateAuthorityCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagCertificateAuthorityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateCertificateAuthorityCommand, se_UpdateCertificateAuthorityCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateCertificateAuthorityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./ACMPCA";
2
1
  export * from "./ACMPCAClient";
2
+ export * from "./ACMPCA";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { ACMPCAServiceException } from "./models/ACMPCAServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class ACMPCAServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);