@aws-sdk/client-acm-pca 3.337.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
@@ -32,6 +32,7 @@ import { TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutp
32
32
  import { UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput } from "./commands/UntagCertificateAuthorityCommand";
33
33
  import { UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput } from "./commands/UpdateCertificateAuthorityCommand";
34
34
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
35
+ export { __Client };
35
36
  /**
36
37
  * @public
37
38
  */
@@ -146,7 +147,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
146
147
  /**
147
148
  * @public
148
149
  */
149
- type ACMPCAClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
150
+ export type ACMPCAClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
150
151
  /**
151
152
  * @public
152
153
  *
@@ -157,7 +158,7 @@ export interface ACMPCAClientConfig extends ACMPCAClientConfigType {
157
158
  /**
158
159
  * @public
159
160
  */
160
- type ACMPCAClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
161
+ export type ACMPCAClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
161
162
  /**
162
163
  * @public
163
164
  *
@@ -197,4 +198,3 @@ export declare class ACMPCAClient extends __Client<__HttpHandlerOptions, Service
197
198
  */
198
199
  destroy(): void;
199
200
  }
200
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { CreateCertificateAuthorityAuditReportRequest, CreateCertificateAuthorityAuditReportResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { CreateCertificateAuthorityRequest, CreateCertificateAuthorityResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { CreatePermissionRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DeleteCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DeletePermissionRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DeletePolicyRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DescribeCertificateAuthorityAuditReportRequest, DescribeCertificateAuthorityAuditReportResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DescribeCertificateAuthorityRequest, DescribeCertificateAuthorityResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { GetCertificateAuthorityCertificateRequest, GetCertificateAuthorityCertificateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { GetCertificateAuthorityCsrRequest, GetCertificateAuthorityCsrResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { PutPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { RestoreCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { RevokeCertificateRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { TagCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { UntagCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { UpdateCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,27 @@
1
- export * from "./ACMPCA";
1
+ /**
2
+ * <p>This is the <i>Amazon Web Services Private Certificate Authority API Reference</i>. It provides descriptions,
3
+ * syntax, and usage examples for each of the actions and data types involved in creating
4
+ * and managing a private certificate authority (CA) for your organization.</p>
5
+ * <p>The documentation for each action shows the API request parameters and the JSON
6
+ * response. Alternatively, you can use one of the Amazon Web Services SDKs to access an API that is
7
+ * tailored to the programming language or platform that you prefer. For more information,
8
+ * see <a href="https://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
9
+ * <p>Each Amazon Web Services Private CA API operation has a quota that determines the number of times the
10
+ * operation can be called per second. Amazon Web Services Private CA throttles API requests at different rates
11
+ * depending on the operation. Throttling means that Amazon Web Services Private CA rejects an otherwise valid
12
+ * request because the request exceeds the operation's quota for the number of requests per
13
+ * second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
14
+ * rate for APIs. </p>
15
+ * <p>To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase,
16
+ * log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
17
+ * console.</p>
18
+ *
19
+ * @packageDocumentation
20
+ */
2
21
  export * from "./ACMPCAClient";
22
+ export * from "./ACMPCA";
3
23
  export * from "./commands";
4
- export * from "./models";
5
24
  export * from "./pagination";
6
25
  export * from "./waiters";
26
+ export * from "./models";
7
27
  export { ACMPCAServiceException } from "./models/ACMPCAServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -143,6 +143,7 @@ import {
143
143
  ClientResolvedEndpointParameters,
144
144
  EndpointParameters,
145
145
  } from "./endpoint/EndpointParameters";
146
+ export { __Client };
146
147
  export type ServiceInputTypes =
147
148
  | CreateCertificateAuthorityAuditReportCommandInput
148
149
  | CreateCertificateAuthorityCommandInput
@@ -215,7 +216,7 @@ export interface ClientDefaults
215
216
  logger?: __Logger;
216
217
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
217
218
  }
218
- type ACMPCAClientConfigType = Partial<
219
+ export type ACMPCAClientConfigType = Partial<
219
220
  __SmithyConfiguration<__HttpHandlerOptions>
220
221
  > &
221
222
  ClientDefaults &
@@ -227,7 +228,7 @@ type ACMPCAClientConfigType = Partial<
227
228
  UserAgentInputConfig &
228
229
  ClientInputEndpointParameters;
229
230
  export interface ACMPCAClientConfig extends ACMPCAClientConfigType {}
230
- type ACMPCAClientResolvedConfigType =
231
+ export type ACMPCAClientResolvedConfigType =
231
232
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
232
233
  Required<ClientDefaults> &
233
234
  RegionResolvedConfig &
@@ -249,4 +250,3 @@ export declare class ACMPCAClient extends __Client<
249
250
  constructor(configuration: ACMPCAClientConfig);
250
251
  destroy(): void;
251
252
  }
252
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CreateCertificateAuthorityAuditReportRequest,
16
16
  CreateCertificateAuthorityAuditReportResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateCertificateAuthorityAuditReportCommandInput
19
20
  extends CreateCertificateAuthorityAuditReportRequest {}
20
21
  export interface CreateCertificateAuthorityAuditReportCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateCertificateAuthorityRequest,
16
16
  CreateCertificateAuthorityResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateCertificateAuthorityCommandInput
19
20
  extends CreateCertificateAuthorityRequest {}
20
21
  export interface CreateCertificateAuthorityCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { CreatePermissionRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreatePermissionCommandInput extends CreatePermissionRequest {}
16
17
  export interface CreatePermissionCommandOutput extends __MetadataBearer {}
17
18
  export declare class CreatePermissionCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { DeleteCertificateAuthorityRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteCertificateAuthorityCommandInput
16
17
  extends DeleteCertificateAuthorityRequest {}
17
18
  export interface DeleteCertificateAuthorityCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { DeletePermissionRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeletePermissionCommandInput extends DeletePermissionRequest {}
16
17
  export interface DeletePermissionCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeletePermissionCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { DeletePolicyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
16
17
  export interface DeletePolicyCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeletePolicyCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  DescribeCertificateAuthorityAuditReportRequest,
16
16
  DescribeCertificateAuthorityAuditReportResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeCertificateAuthorityAuditReportCommandInput
19
20
  extends DescribeCertificateAuthorityAuditReportRequest {}
20
21
  export interface DescribeCertificateAuthorityAuditReportCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeCertificateAuthorityRequest,
16
16
  DescribeCertificateAuthorityResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeCertificateAuthorityCommandInput
19
20
  extends DescribeCertificateAuthorityRequest {}
20
21
  export interface DescribeCertificateAuthorityCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetCertificateAuthorityCertificateRequest,
16
16
  GetCertificateAuthorityCertificateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetCertificateAuthorityCertificateCommandInput
19
20
  extends GetCertificateAuthorityCertificateRequest {}
20
21
  export interface GetCertificateAuthorityCertificateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetCertificateAuthorityCsrRequest,
16
16
  GetCertificateAuthorityCsrResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetCertificateAuthorityCsrCommandInput
19
20
  extends GetCertificateAuthorityCsrRequest {}
20
21
  export interface GetCertificateAuthorityCsrCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetCertificateRequest,
16
16
  GetCertificateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetCertificateCommandInput extends GetCertificateRequest {}
19
20
  export interface GetCertificateCommandOutput
20
21
  extends GetCertificateResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetPolicyCommandInput extends GetPolicyRequest {}
16
17
  export interface GetPolicyCommandOutput
17
18
  extends GetPolicyResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ImportCertificateAuthorityCertificateCommandInput
16
17
  extends ImportCertificateAuthorityCertificateRequest {}
17
18
  export interface ImportCertificateAuthorityCertificateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  IssueCertificateRequest,
16
16
  IssueCertificateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface IssueCertificateCommandInput extends IssueCertificateRequest {}
19
20
  export interface IssueCertificateCommandOutput
20
21
  extends IssueCertificateResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListCertificateAuthoritiesRequest,
16
16
  ListCertificateAuthoritiesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListCertificateAuthoritiesCommandInput
19
20
  extends ListCertificateAuthoritiesRequest {}
20
21
  export interface ListCertificateAuthoritiesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListPermissionsRequest,
16
16
  ListPermissionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
19
20
  export interface ListPermissionsCommandOutput
20
21
  extends ListPermissionsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListTagsCommandInput extends ListTagsRequest {}
16
17
  export interface ListTagsCommandOutput
17
18
  extends ListTagsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { PutPolicyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutPolicyCommandInput extends PutPolicyRequest {}
16
17
  export interface PutPolicyCommandOutput extends __MetadataBearer {}
17
18
  export declare class PutPolicyCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { RestoreCertificateAuthorityRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RestoreCertificateAuthorityCommandInput
16
17
  extends RestoreCertificateAuthorityRequest {}
17
18
  export interface RestoreCertificateAuthorityCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { RevokeCertificateRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RevokeCertificateCommandInput
16
17
  extends RevokeCertificateRequest {}
17
18
  export interface RevokeCertificateCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { TagCertificateAuthorityRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagCertificateAuthorityCommandInput
16
17
  extends TagCertificateAuthorityRequest {}
17
18
  export interface TagCertificateAuthorityCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { UntagCertificateAuthorityRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UntagCertificateAuthorityCommandInput
16
17
  extends UntagCertificateAuthorityRequest {}
17
18
  export interface UntagCertificateAuthorityCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ACMPCAClient";
14
14
  import { UpdateCertificateAuthorityRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateCertificateAuthorityCommandInput
16
17
  extends UpdateCertificateAuthorityRequest {}
17
18
  export interface UpdateCertificateAuthorityCommandOutput
@@ -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";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class ACMPCAServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }