@aws-sdk/client-acm-pca 3.362.0 → 3.369.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 (149) hide show
  1. package/dist-cjs/ACMPCA.js +1 -1
  2. package/dist-cjs/ACMPCAClient.js +5 -5
  3. package/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +3 -3
  4. package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +3 -3
  5. package/dist-cjs/commands/CreatePermissionCommand.js +3 -3
  6. package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +3 -3
  7. package/dist-cjs/commands/DeletePermissionCommand.js +3 -3
  8. package/dist-cjs/commands/DeletePolicyCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +3 -3
  11. package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +3 -3
  12. package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +3 -3
  13. package/dist-cjs/commands/GetCertificateCommand.js +3 -3
  14. package/dist-cjs/commands/GetPolicyCommand.js +3 -3
  15. package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +3 -3
  16. package/dist-cjs/commands/IssueCertificateCommand.js +3 -3
  17. package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +3 -3
  18. package/dist-cjs/commands/ListPermissionsCommand.js +3 -3
  19. package/dist-cjs/commands/ListTagsCommand.js +3 -3
  20. package/dist-cjs/commands/PutPolicyCommand.js +3 -3
  21. package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +3 -3
  22. package/dist-cjs/commands/RevokeCertificateCommand.js +3 -3
  23. package/dist-cjs/commands/TagCertificateAuthorityCommand.js +3 -3
  24. package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +3 -3
  25. package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +3 -3
  26. package/dist-cjs/models/ACMPCAServiceException.js +1 -1
  27. package/dist-cjs/protocols/Aws_json1_1.js +1 -1
  28. package/dist-cjs/runtimeConfig.browser.js +7 -7
  29. package/dist-cjs/runtimeConfig.js +10 -10
  30. package/dist-cjs/runtimeConfig.shared.js +4 -4
  31. package/dist-cjs/waiters/waitForAuditReportCreated.js +1 -1
  32. package/dist-cjs/waiters/waitForCertificateAuthorityCSRCreated.js +1 -1
  33. package/dist-cjs/waiters/waitForCertificateIssued.js +1 -1
  34. package/dist-es/ACMPCA.js +1 -1
  35. package/dist-es/ACMPCAClient.js +5 -5
  36. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +3 -3
  37. package/dist-es/commands/CreateCertificateAuthorityCommand.js +3 -3
  38. package/dist-es/commands/CreatePermissionCommand.js +3 -3
  39. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +3 -3
  40. package/dist-es/commands/DeletePermissionCommand.js +3 -3
  41. package/dist-es/commands/DeletePolicyCommand.js +3 -3
  42. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +3 -3
  43. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +3 -3
  44. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +3 -3
  45. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +3 -3
  46. package/dist-es/commands/GetCertificateCommand.js +3 -3
  47. package/dist-es/commands/GetPolicyCommand.js +3 -3
  48. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +3 -3
  49. package/dist-es/commands/IssueCertificateCommand.js +3 -3
  50. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +3 -3
  51. package/dist-es/commands/ListPermissionsCommand.js +3 -3
  52. package/dist-es/commands/ListTagsCommand.js +3 -3
  53. package/dist-es/commands/PutPolicyCommand.js +3 -3
  54. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +3 -3
  55. package/dist-es/commands/RevokeCertificateCommand.js +3 -3
  56. package/dist-es/commands/TagCertificateAuthorityCommand.js +3 -3
  57. package/dist-es/commands/UntagCertificateAuthorityCommand.js +3 -3
  58. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +3 -3
  59. package/dist-es/models/ACMPCAServiceException.js +1 -1
  60. package/dist-es/protocols/Aws_json1_1.js +1 -1
  61. package/dist-es/runtimeConfig.browser.js +7 -7
  62. package/dist-es/runtimeConfig.js +10 -10
  63. package/dist-es/runtimeConfig.shared.js +4 -4
  64. package/dist-es/waiters/waitForAuditReportCreated.js +1 -1
  65. package/dist-es/waiters/waitForCertificateAuthorityCSRCreated.js +1 -1
  66. package/dist-es/waiters/waitForCertificateIssued.js +1 -1
  67. package/dist-types/ACMPCA.d.ts +1 -1
  68. package/dist-types/ACMPCAClient.d.ts +8 -8
  69. package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +3 -3
  70. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +3 -3
  71. package/dist-types/commands/CreatePermissionCommand.d.ts +3 -3
  72. package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +3 -3
  73. package/dist-types/commands/DeletePermissionCommand.d.ts +3 -3
  74. package/dist-types/commands/DeletePolicyCommand.d.ts +3 -3
  75. package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +3 -3
  76. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +3 -3
  77. package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +3 -3
  78. package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +3 -3
  79. package/dist-types/commands/GetCertificateCommand.d.ts +3 -3
  80. package/dist-types/commands/GetPolicyCommand.d.ts +3 -3
  81. package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +3 -3
  82. package/dist-types/commands/IssueCertificateCommand.d.ts +3 -3
  83. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +3 -3
  84. package/dist-types/commands/ListPermissionsCommand.d.ts +3 -3
  85. package/dist-types/commands/ListTagsCommand.d.ts +3 -3
  86. package/dist-types/commands/PutPolicyCommand.d.ts +3 -3
  87. package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +3 -3
  88. package/dist-types/commands/RevokeCertificateCommand.d.ts +3 -3
  89. package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +3 -3
  90. package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +3 -3
  91. package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +3 -3
  92. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  93. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  94. package/dist-types/endpoint/ruleset.d.ts +1 -1
  95. package/dist-types/models/ACMPCAServiceException.d.ts +1 -1
  96. package/dist-types/models/models_0.d.ts +1 -1
  97. package/dist-types/pagination/Interfaces.d.ts +1 -1
  98. package/dist-types/pagination/ListCertificateAuthoritiesPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListPermissionsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
  101. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  102. package/dist-types/runtimeConfig.d.ts +20 -20
  103. package/dist-types/runtimeConfig.native.d.ts +19 -19
  104. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  105. package/dist-types/ts3.4/ACMPCA.d.ts +1 -1
  106. package/dist-types/ts3.4/ACMPCAClient.d.ts +19 -21
  107. package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +3 -3
  108. package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +3 -3
  109. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +3 -3
  110. package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +3 -3
  111. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +3 -3
  112. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +3 -3
  113. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +3 -3
  114. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +3 -3
  115. package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +3 -3
  116. package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +3 -3
  117. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +3 -3
  118. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +3 -3
  119. package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +3 -3
  120. package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +3 -3
  121. package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +3 -3
  122. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +3 -3
  123. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +3 -3
  124. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +3 -3
  125. package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +3 -3
  126. package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +3 -3
  127. package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +3 -3
  128. package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +3 -3
  129. package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +3 -3
  130. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  131. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  132. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  133. package/dist-types/ts3.4/models/ACMPCAServiceException.d.ts +1 -1
  134. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  135. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  136. package/dist-types/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +1 -1
  137. package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +1 -1
  138. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +1 -1
  139. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  140. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  141. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  142. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  143. package/dist-types/ts3.4/waiters/waitForAuditReportCreated.d.ts +1 -1
  144. package/dist-types/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +1 -1
  145. package/dist-types/ts3.4/waiters/waitForCertificateIssued.d.ts +1 -1
  146. package/dist-types/waiters/waitForAuditReportCreated.d.ts +1 -1
  147. package/dist-types/waiters/waitForCertificateAuthorityCSRCreated.d.ts +1 -1
  148. package/dist-types/waiters/waitForCertificateIssued.d.ts +1 -1
  149. package/package.json +35 -34
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ACMPCA = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const ACMPCAClient_1 = require("./ACMPCAClient");
6
6
  const CreateCertificateAuthorityAuditReportCommand_1 = require("./commands/CreateCertificateAuthorityAuditReportCommand");
7
7
  const CreateCertificateAuthorityCommand_1 = require("./commands/CreateCertificateAuthorityCommand");
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ACMPCAClient = exports.__Client = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
7
4
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
8
5
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
9
6
  const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
7
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
8
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
14
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
16
  const runtimeConfig_1 = require("./runtimeConfig");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateCertificateAuthorityAuditReportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateCertificateAuthorityAuditReportCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateCertificateAuthorityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateCertificateAuthorityCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreatePermissionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreatePermissionCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteCertificateAuthorityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteCertificateAuthorityCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeletePermissionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeletePermissionCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeletePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeletePolicyCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeCertificateAuthorityAuditReportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeCertificateAuthorityAuditReportCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeCertificateAuthorityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeCertificateAuthorityCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetCertificateAuthorityCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetCertificateAuthorityCertificateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetCertificateAuthorityCsrCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetCertificateAuthorityCsrCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetCertificateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetPolicyCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ImportCertificateAuthorityCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ImportCertificateAuthorityCertificateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IssueCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class IssueCertificateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListCertificateAuthoritiesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListCertificateAuthoritiesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListPermissionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListPermissionsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListTagsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PutPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class PutPolicyCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RestoreCertificateAuthorityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class RestoreCertificateAuthorityCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RevokeCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class RevokeCertificateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TagCertificateAuthorityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class TagCertificateAuthorityCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagCertificateAuthorityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UntagCertificateAuthorityCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateCertificateAuthorityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateCertificateAuthorityCommand extends smithy_client_1.Command {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ACMPCAServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
6
  class ACMPCAServiceException extends smithy_client_1.ServiceException {
7
7
  constructor(options) {
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.de_UpdateCertificateAuthorityCommand = exports.de_UntagCertificateAuthorityCommand = exports.de_TagCertificateAuthorityCommand = exports.de_RevokeCertificateCommand = exports.de_RestoreCertificateAuthorityCommand = exports.de_PutPolicyCommand = exports.de_ListTagsCommand = exports.de_ListPermissionsCommand = exports.de_ListCertificateAuthoritiesCommand = exports.de_IssueCertificateCommand = exports.de_ImportCertificateAuthorityCertificateCommand = exports.de_GetPolicyCommand = exports.de_GetCertificateAuthorityCsrCommand = exports.de_GetCertificateAuthorityCertificateCommand = exports.de_GetCertificateCommand = exports.de_DescribeCertificateAuthorityAuditReportCommand = exports.de_DescribeCertificateAuthorityCommand = exports.de_DeletePolicyCommand = exports.de_DeletePermissionCommand = exports.de_DeleteCertificateAuthorityCommand = exports.de_CreatePermissionCommand = exports.de_CreateCertificateAuthorityAuditReportCommand = exports.de_CreateCertificateAuthorityCommand = exports.se_UpdateCertificateAuthorityCommand = exports.se_UntagCertificateAuthorityCommand = exports.se_TagCertificateAuthorityCommand = exports.se_RevokeCertificateCommand = exports.se_RestoreCertificateAuthorityCommand = exports.se_PutPolicyCommand = exports.se_ListTagsCommand = exports.se_ListPermissionsCommand = exports.se_ListCertificateAuthoritiesCommand = exports.se_IssueCertificateCommand = exports.se_ImportCertificateAuthorityCertificateCommand = exports.se_GetPolicyCommand = exports.se_GetCertificateAuthorityCsrCommand = exports.se_GetCertificateAuthorityCertificateCommand = exports.se_GetCertificateCommand = exports.se_DescribeCertificateAuthorityAuditReportCommand = exports.se_DescribeCertificateAuthorityCommand = exports.se_DeletePolicyCommand = exports.se_DeletePermissionCommand = exports.se_DeleteCertificateAuthorityCommand = exports.se_CreatePermissionCommand = exports.se_CreateCertificateAuthorityAuditReportCommand = exports.se_CreateCertificateAuthorityCommand = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
5
4
  const protocol_http_1 = require("@smithy/protocol-http");
5
+ const smithy_client_1 = require("@smithy/smithy-client");
6
6
  const ACMPCAServiceException_1 = require("../models/ACMPCAServiceException");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const se_CreateCertificateAuthorityCommand = async (input, context) => {
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
- const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
- const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
- const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
- const util_retry_1 = require("@aws-sdk/util-retry");
12
7
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
12
+ const util_retry_1 = require("@smithy/util-retry");
13
13
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@aws-sdk/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
15
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
7
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
- const hash_node_1 = require("@aws-sdk/hash-node");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
- const node_config_provider_1 = require("@aws-sdk/node-config-provider");
12
- const node_http_handler_1 = require("@aws-sdk/node-http-handler");
13
- const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
14
- const util_retry_1 = require("@aws-sdk/util-retry");
15
8
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const hash_node_1 = require("@smithy/hash-node");
11
+ const middleware_retry_1 = require("@smithy/middleware-retry");
12
+ const node_config_provider_1 = require("@smithy/node-config-provider");
13
+ const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const util_body_length_node_1 = require("@smithy/util-body-length-node");
15
+ const util_retry_1 = require("@smithy/util-retry");
16
16
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@aws-sdk/smithy-client");
18
- const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
19
- const smithy_client_2 = require("@aws-sdk/smithy-client");
17
+ const smithy_client_1 = require("@smithy/smithy-client");
18
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
+ const smithy_client_2 = require("@smithy/smithy-client");
20
20
  const getRuntimeConfig = (config) => {
21
21
  (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
22
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
5
- const url_parser_1 = require("@aws-sdk/url-parser");
6
- const util_base64_1 = require("@aws-sdk/util-base64");
7
- const util_utf8_1 = require("@aws-sdk/util-utf8");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ const url_parser_1 = require("@smithy/url-parser");
6
+ const util_base64_1 = require("@smithy/util-base64");
7
+ const util_utf8_1 = require("@smithy/util-utf8");
8
8
  const endpointResolver_1 = require("./endpoint/endpointResolver");
9
9
  const getRuntimeConfig = (config) => ({
10
10
  apiVersion: "2017-08-22",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilAuditReportCreated = exports.waitForAuditReportCreated = void 0;
4
- const util_waiter_1 = require("@aws-sdk/util-waiter");
4
+ const util_waiter_1 = require("@smithy/util-waiter");
5
5
  const DescribeCertificateAuthorityAuditReportCommand_1 = require("../commands/DescribeCertificateAuthorityAuditReportCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilCertificateAuthorityCSRCreated = exports.waitForCertificateAuthorityCSRCreated = void 0;
4
- const util_waiter_1 = require("@aws-sdk/util-waiter");
4
+ const util_waiter_1 = require("@smithy/util-waiter");
5
5
  const GetCertificateAuthorityCsrCommand_1 = require("../commands/GetCertificateAuthorityCsrCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilCertificateIssued = exports.waitForCertificateIssued = void 0;
4
- const util_waiter_1 = require("@aws-sdk/util-waiter");
4
+ const util_waiter_1 = require("@smithy/util-waiter");
5
5
  const GetCertificateCommand_1 = require("../commands/GetCertificateCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
package/dist-es/ACMPCA.js CHANGED
@@ -1,4 +1,4 @@
1
- import { createAggregatedClient } from "@aws-sdk/smithy-client";
1
+ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { ACMPCAClient } from "./ACMPCAClient";
3
3
  import { CreateCertificateAuthorityAuditReportCommand, } from "./commands/CreateCertificateAuthorityAuditReportCommand";
4
4
  import { CreateCertificateAuthorityCommand, } from "./commands/CreateCertificateAuthorityCommand";
@@ -1,13 +1,13 @@
1
- import { resolveRegionConfig } from "@aws-sdk/config-resolver";
2
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
3
- import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
4
1
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
2
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
3
  import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
7
- import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
4
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
5
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
- import { Client as __Client, } from "@aws-sdk/smithy-client";
6
+ import { resolveRegionConfig } from "@smithy/config-resolver";
7
+ import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
+ import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
+ import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
10
+ import { Client as __Client, } from "@smithy/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
13
  export { __Client };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateCertificateAuthorityAuditReportCommand, se_CreateCertificateAuthorityAuditReportCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateCertificateAuthorityAuditReportCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateCertificateAuthorityCommand, se_CreateCertificateAuthorityCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateCertificateAuthorityCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreatePermissionCommand, se_CreatePermissionCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreatePermissionCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteCertificateAuthorityCommand, se_DeleteCertificateAuthorityCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteCertificateAuthorityCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeletePermissionCommand, se_DeletePermissionCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeletePermissionCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeletePolicyCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DescribeCertificateAuthorityAuditReportCommand, se_DescribeCertificateAuthorityAuditReportCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DescribeCertificateAuthorityAuditReportCommand extends $Command {