@aws-sdk/client-acm-pca 3.478.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +18 -41
- package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +18 -41
- package/dist-cjs/commands/CreatePermissionCommand.js +18 -41
- package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +18 -41
- package/dist-cjs/commands/DeletePermissionCommand.js +18 -41
- package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +18 -41
- package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +18 -41
- package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +18 -41
- package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +18 -41
- package/dist-cjs/commands/GetCertificateCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyCommand.js +18 -41
- package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +18 -41
- package/dist-cjs/commands/IssueCertificateCommand.js +18 -41
- package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +18 -41
- package/dist-cjs/commands/ListPermissionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsCommand.js +18 -41
- package/dist-cjs/commands/PutPolicyCommand.js +18 -41
- package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +18 -41
- package/dist-cjs/commands/RevokeCertificateCommand.js +18 -41
- package/dist-cjs/commands/TagCertificateAuthorityCommand.js +18 -41
- package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +18 -41
- package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +18 -41
- package/dist-es/commands/CreateCertificateAuthorityCommand.js +18 -41
- package/dist-es/commands/CreatePermissionCommand.js +18 -41
- package/dist-es/commands/DeleteCertificateAuthorityCommand.js +18 -41
- package/dist-es/commands/DeletePermissionCommand.js +18 -41
- package/dist-es/commands/DeletePolicyCommand.js +18 -41
- package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +18 -41
- package/dist-es/commands/DescribeCertificateAuthorityCommand.js +18 -41
- package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +18 -41
- package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +18 -41
- package/dist-es/commands/GetCertificateCommand.js +18 -41
- package/dist-es/commands/GetPolicyCommand.js +18 -41
- package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +18 -41
- package/dist-es/commands/IssueCertificateCommand.js +18 -41
- package/dist-es/commands/ListCertificateAuthoritiesCommand.js +18 -41
- package/dist-es/commands/ListPermissionsCommand.js +18 -41
- package/dist-es/commands/ListTagsCommand.js +18 -41
- package/dist-es/commands/PutPolicyCommand.js +18 -41
- package/dist-es/commands/RestoreCertificateAuthorityCommand.js +18 -41
- package/dist-es/commands/RevokeCertificateCommand.js +18 -41
- package/dist-es/commands/TagCertificateAuthorityCommand.js +18 -41
- package/dist-es/commands/UntagCertificateAuthorityCommand.js +18 -41
- package/dist-es/commands/UpdateCertificateAuthorityCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +6 -21
- package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +6 -21
- package/dist-types/commands/CreatePermissionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +6 -21
- package/dist-types/commands/DeletePermissionCommand.d.ts +6 -21
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +6 -21
- package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +6 -21
- package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +6 -21
- package/dist-types/commands/GetCertificateCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
- package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +6 -21
- package/dist-types/commands/IssueCertificateCommand.d.ts +6 -21
- package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +6 -21
- package/dist-types/commands/ListPermissionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsCommand.d.ts +6 -21
- package/dist-types/commands/PutPolicyCommand.d.ts +6 -21
- package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +6 -21
- package/dist-types/commands/RevokeCertificateCommand.d.ts +6 -21
- package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +6 -21
- package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ImportCertificateAuthorityCertificateCommandInput extends Impor
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ImportCertificateAuthorityCertificateCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ImportCertificateAuthorityCertificateCommand_base: {
|
|
24
|
+
new (input: ImportCertificateAuthorityCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Imports a signed private CA certificate into Amazon Web Services Private CA. This action is used when you
|
|
@@ -208,23 +211,5 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
|
|
|
208
211
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
209
212
|
*
|
|
210
213
|
*/
|
|
211
|
-
export declare class ImportCertificateAuthorityCertificateCommand extends
|
|
212
|
-
readonly input: ImportCertificateAuthorityCertificateCommandInput;
|
|
213
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
214
|
-
/**
|
|
215
|
-
* @public
|
|
216
|
-
*/
|
|
217
|
-
constructor(input: ImportCertificateAuthorityCertificateCommandInput);
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
private serialize;
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
private deserialize;
|
|
214
|
+
export declare class ImportCertificateAuthorityCertificateCommand extends ImportCertificateAuthorityCertificateCommand_base {
|
|
230
215
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface IssueCertificateCommandInput extends IssueCertificateRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface IssueCertificateCommandOutput extends IssueCertificateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const IssueCertificateCommand_base: {
|
|
24
|
+
new (input: IssueCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<IssueCertificateCommandInput, IssueCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Uses your private certificate authority (CA), or one that has been shared with you, to
|
|
@@ -193,23 +196,5 @@ export interface IssueCertificateCommandOutput extends IssueCertificateResponse,
|
|
|
193
196
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
194
197
|
*
|
|
195
198
|
*/
|
|
196
|
-
export declare class IssueCertificateCommand extends
|
|
197
|
-
readonly input: IssueCertificateCommandInput;
|
|
198
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
199
|
-
/**
|
|
200
|
-
* @public
|
|
201
|
-
*/
|
|
202
|
-
constructor(input: IssueCertificateCommandInput);
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IssueCertificateCommandInput, IssueCertificateCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
private serialize;
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
private deserialize;
|
|
199
|
+
export declare class IssueCertificateCommand extends IssueCertificateCommand_base {
|
|
215
200
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCertificateAuthoritiesCommandInput extends ListCertificateA
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCertificateAuthoritiesCommandOutput extends ListCertificateAuthoritiesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCertificateAuthoritiesCommand_base: {
|
|
24
|
+
new (input: ListCertificateAuthoritiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the private certificate authorities that you created by using the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action.</p>
|
|
@@ -171,23 +174,5 @@ export interface ListCertificateAuthoritiesCommandOutput extends ListCertificate
|
|
|
171
174
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
172
175
|
*
|
|
173
176
|
*/
|
|
174
|
-
export declare class ListCertificateAuthoritiesCommand extends
|
|
175
|
-
readonly input: ListCertificateAuthoritiesCommandInput;
|
|
176
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
177
|
-
/**
|
|
178
|
-
* @public
|
|
179
|
-
*/
|
|
180
|
-
constructor(input: ListCertificateAuthoritiesCommandInput);
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
|
-
private serialize;
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
private deserialize;
|
|
177
|
+
export declare class ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_base {
|
|
193
178
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPermissionsCommand_base: {
|
|
24
|
+
new (input: ListPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List all permissions on a private CA, if any, granted to the Certificate Manager (ACM) service
|
|
@@ -110,23 +113,5 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
|
|
|
110
113
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
111
114
|
*
|
|
112
115
|
*/
|
|
113
|
-
export declare class ListPermissionsCommand extends
|
|
114
|
-
readonly input: ListPermissionsCommandInput;
|
|
115
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
-
/**
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
constructor(input: ListPermissionsCommandInput);
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private serialize;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private deserialize;
|
|
116
|
+
export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
132
117
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsCommandInput extends ListTagsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsCommand_base: {
|
|
24
|
+
new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags, if any, that are associated with your private CA or one that has been
|
|
@@ -73,23 +76,5 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class ListTagsCommand extends
|
|
77
|
-
readonly input: ListTagsCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: ListTagsCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { PutPolicyRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutPolicyCommandInput extends PutPolicyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutPolicyCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutPolicyCommand_base: {
|
|
24
|
+
new (input: PutPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Attaches a resource-based policy to a private CA. </p>
|
|
@@ -107,23 +110,5 @@ export interface PutPolicyCommandOutput extends __MetadataBearer {
|
|
|
107
110
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
108
111
|
*
|
|
109
112
|
*/
|
|
110
|
-
export declare class PutPolicyCommand extends
|
|
111
|
-
readonly input: PutPolicyCommandInput;
|
|
112
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
-
/**
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
constructor(input: PutPolicyCommandInput);
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPolicyCommandInput, PutPolicyCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private serialize;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private deserialize;
|
|
113
|
+
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
129
114
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { RestoreCertificateAuthorityRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RestoreCertificateAuthorityCommandInput extends RestoreCertific
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RestoreCertificateAuthorityCommand_base: {
|
|
24
|
+
new (input: RestoreCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Restores a certificate authority (CA) that is in the <code>DELETED</code> state. You
|
|
@@ -70,23 +73,5 @@ export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBear
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class RestoreCertificateAuthorityCommand extends
|
|
74
|
-
readonly input: RestoreCertificateAuthorityCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: RestoreCertificateAuthorityCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class RestoreCertificateAuthorityCommand extends RestoreCertificateAuthorityCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { RevokeCertificateRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RevokeCertificateCommandInput extends RevokeCertificateRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RevokeCertificateCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RevokeCertificateCommand_base: {
|
|
24
|
+
new (input: RevokeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Revokes a certificate that was issued inside Amazon Web Services Private CA. If you enable a certificate
|
|
@@ -100,23 +103,5 @@ export interface RevokeCertificateCommandOutput extends __MetadataBearer {
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class RevokeCertificateCommand extends
|
|
104
|
-
readonly input: RevokeCertificateCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: RevokeCertificateCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeCertificateCommandInput, RevokeCertificateCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class RevokeCertificateCommand extends RevokeCertificateCommand_base {
|
|
122
107
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { TagCertificateAuthorityRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagCertificateAuthorityCommandInput extends TagCertificateAutho
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagCertificateAuthorityCommand_base: {
|
|
24
|
+
new (input: TagCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds one or more tags to your private CA. Tags are labels that you can use to identify
|
|
@@ -88,23 +91,5 @@ export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class TagCertificateAuthorityCommand extends
|
|
92
|
-
readonly input: TagCertificateAuthorityCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: TagCertificateAuthorityCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class TagCertificateAuthorityCommand extends TagCertificateAuthorityCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { UntagCertificateAuthorityRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagCertificateAuthorityCommandInput extends UntagCertificateA
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagCertificateAuthorityCommand_base: {
|
|
24
|
+
new (input: UntagCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Remove one or more tags from your private CA. A tag consists of a key-value pair. If
|
|
@@ -74,23 +77,5 @@ export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class UntagCertificateAuthorityCommand extends
|
|
78
|
-
readonly input: UntagCertificateAuthorityCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: UntagCertificateAuthorityCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class UntagCertificateAuthorityCommand extends UntagCertificateAuthorityCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
4
|
import { UpdateCertificateAuthorityRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateCertificateAuthorityCommandInput extends UpdateCertificat
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateCertificateAuthorityCommand_base: {
|
|
24
|
+
new (input: UpdateCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the status or configuration of a private certificate authority (CA). Your
|
|
@@ -94,23 +97,5 @@ export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBeare
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class UpdateCertificateAuthorityCommand extends
|
|
98
|
-
readonly input: UpdateCertificateAuthorityCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: UpdateCertificateAuthorityCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class UpdateCertificateAuthorityCommand extends UpdateCertificateAuthorityCommand_base {
|
|
116
101
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ACMPCAClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateCertificateAuthorityAuditReportCommandInput
|
|
|
21
15
|
export interface CreateCertificateAuthorityAuditReportCommandOutput
|
|
22
16
|
extends CreateCertificateAuthorityAuditReportResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateCertificateAuthorityAuditReportCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateCertificateAuthorityAuditReportCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ACMPCAClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateCertificateAuthorityAuditReportCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateCertificateAuthorityAuditReportCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateCertificateAuthorityAuditReportCommandInput,
|
|
38
|
-
CreateCertificateAuthorityAuditReportCommandOutput
|
|
23
|
+
CreateCertificateAuthorityAuditReportCommandOutput,
|
|
24
|
+
ACMPCAClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateCertificateAuthorityAuditReportCommand extends CreateCertificateAuthorityAuditReportCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ACMPCAClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateCertificateAuthorityCommandInput
|
|
|
21
15
|
export interface CreateCertificateAuthorityCommandOutput
|
|
22
16
|
extends CreateCertificateAuthorityResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateCertificateAuthorityCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateCertificateAuthorityCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ACMPCAClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateCertificateAuthorityCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateCertificateAuthorityCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateCertificateAuthorityCommandInput,
|
|
38
|
-
CreateCertificateAuthorityCommandOutput
|
|
23
|
+
CreateCertificateAuthorityCommandOutput,
|
|
24
|
+
ACMPCAClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateCertificateAuthorityCommand extends CreateCertificateAuthorityCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ACMPCAClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,16 @@ import { CreatePermissionRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface CreatePermissionCommandInput extends CreatePermissionRequest {}
|
|
17
11
|
export interface CreatePermissionCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const CreatePermissionCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: CreatePermissionCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
CreatePermissionCommandInput,
|
|
17
|
+
CreatePermissionCommandOutput,
|
|
18
|
+
ACMPCAClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class CreatePermissionCommand extends CreatePermissionCommand_base {}
|