@aws-sdk/client-acm-pca 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ACMPCA.d.ts +442 -120
- package/dist-types/ts3.4/ACMPCAClient.d.ts +267 -96
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ACMPCAServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +933 -847
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForAuditReportCreated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForCertificateIssued.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,96 +1,267 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateCertificateAuthorityAuditReportCommandInput,
|
|
47
|
+
CreateCertificateAuthorityAuditReportCommandOutput,
|
|
48
|
+
} from "./commands/CreateCertificateAuthorityAuditReportCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateCertificateAuthorityCommandInput,
|
|
51
|
+
CreateCertificateAuthorityCommandOutput,
|
|
52
|
+
} from "./commands/CreateCertificateAuthorityCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreatePermissionCommandInput,
|
|
55
|
+
CreatePermissionCommandOutput,
|
|
56
|
+
} from "./commands/CreatePermissionCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteCertificateAuthorityCommandInput,
|
|
59
|
+
DeleteCertificateAuthorityCommandOutput,
|
|
60
|
+
} from "./commands/DeleteCertificateAuthorityCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeletePermissionCommandInput,
|
|
63
|
+
DeletePermissionCommandOutput,
|
|
64
|
+
} from "./commands/DeletePermissionCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeletePolicyCommandInput,
|
|
67
|
+
DeletePolicyCommandOutput,
|
|
68
|
+
} from "./commands/DeletePolicyCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeCertificateAuthorityAuditReportCommandInput,
|
|
71
|
+
DescribeCertificateAuthorityAuditReportCommandOutput,
|
|
72
|
+
} from "./commands/DescribeCertificateAuthorityAuditReportCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeCertificateAuthorityCommandInput,
|
|
75
|
+
DescribeCertificateAuthorityCommandOutput,
|
|
76
|
+
} from "./commands/DescribeCertificateAuthorityCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetCertificateAuthorityCertificateCommandInput,
|
|
79
|
+
GetCertificateAuthorityCertificateCommandOutput,
|
|
80
|
+
} from "./commands/GetCertificateAuthorityCertificateCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetCertificateAuthorityCsrCommandInput,
|
|
83
|
+
GetCertificateAuthorityCsrCommandOutput,
|
|
84
|
+
} from "./commands/GetCertificateAuthorityCsrCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetCertificateCommandInput,
|
|
87
|
+
GetCertificateCommandOutput,
|
|
88
|
+
} from "./commands/GetCertificateCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetPolicyCommandInput,
|
|
91
|
+
GetPolicyCommandOutput,
|
|
92
|
+
} from "./commands/GetPolicyCommand";
|
|
93
|
+
import {
|
|
94
|
+
ImportCertificateAuthorityCertificateCommandInput,
|
|
95
|
+
ImportCertificateAuthorityCertificateCommandOutput,
|
|
96
|
+
} from "./commands/ImportCertificateAuthorityCertificateCommand";
|
|
97
|
+
import {
|
|
98
|
+
IssueCertificateCommandInput,
|
|
99
|
+
IssueCertificateCommandOutput,
|
|
100
|
+
} from "./commands/IssueCertificateCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListCertificateAuthoritiesCommandInput,
|
|
103
|
+
ListCertificateAuthoritiesCommandOutput,
|
|
104
|
+
} from "./commands/ListCertificateAuthoritiesCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListPermissionsCommandInput,
|
|
107
|
+
ListPermissionsCommandOutput,
|
|
108
|
+
} from "./commands/ListPermissionsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListTagsCommandInput,
|
|
111
|
+
ListTagsCommandOutput,
|
|
112
|
+
} from "./commands/ListTagsCommand";
|
|
113
|
+
import {
|
|
114
|
+
PutPolicyCommandInput,
|
|
115
|
+
PutPolicyCommandOutput,
|
|
116
|
+
} from "./commands/PutPolicyCommand";
|
|
117
|
+
import {
|
|
118
|
+
RestoreCertificateAuthorityCommandInput,
|
|
119
|
+
RestoreCertificateAuthorityCommandOutput,
|
|
120
|
+
} from "./commands/RestoreCertificateAuthorityCommand";
|
|
121
|
+
import {
|
|
122
|
+
RevokeCertificateCommandInput,
|
|
123
|
+
RevokeCertificateCommandOutput,
|
|
124
|
+
} from "./commands/RevokeCertificateCommand";
|
|
125
|
+
import {
|
|
126
|
+
TagCertificateAuthorityCommandInput,
|
|
127
|
+
TagCertificateAuthorityCommandOutput,
|
|
128
|
+
} from "./commands/TagCertificateAuthorityCommand";
|
|
129
|
+
import {
|
|
130
|
+
UntagCertificateAuthorityCommandInput,
|
|
131
|
+
UntagCertificateAuthorityCommandOutput,
|
|
132
|
+
} from "./commands/UntagCertificateAuthorityCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateCertificateAuthorityCommandInput,
|
|
135
|
+
UpdateCertificateAuthorityCommandOutput,
|
|
136
|
+
} from "./commands/UpdateCertificateAuthorityCommand";
|
|
137
|
+
export declare type ServiceInputTypes =
|
|
138
|
+
| CreateCertificateAuthorityAuditReportCommandInput
|
|
139
|
+
| CreateCertificateAuthorityCommandInput
|
|
140
|
+
| CreatePermissionCommandInput
|
|
141
|
+
| DeleteCertificateAuthorityCommandInput
|
|
142
|
+
| DeletePermissionCommandInput
|
|
143
|
+
| DeletePolicyCommandInput
|
|
144
|
+
| DescribeCertificateAuthorityAuditReportCommandInput
|
|
145
|
+
| DescribeCertificateAuthorityCommandInput
|
|
146
|
+
| GetCertificateAuthorityCertificateCommandInput
|
|
147
|
+
| GetCertificateAuthorityCsrCommandInput
|
|
148
|
+
| GetCertificateCommandInput
|
|
149
|
+
| GetPolicyCommandInput
|
|
150
|
+
| ImportCertificateAuthorityCertificateCommandInput
|
|
151
|
+
| IssueCertificateCommandInput
|
|
152
|
+
| ListCertificateAuthoritiesCommandInput
|
|
153
|
+
| ListPermissionsCommandInput
|
|
154
|
+
| ListTagsCommandInput
|
|
155
|
+
| PutPolicyCommandInput
|
|
156
|
+
| RestoreCertificateAuthorityCommandInput
|
|
157
|
+
| RevokeCertificateCommandInput
|
|
158
|
+
| TagCertificateAuthorityCommandInput
|
|
159
|
+
| UntagCertificateAuthorityCommandInput
|
|
160
|
+
| UpdateCertificateAuthorityCommandInput;
|
|
161
|
+
export declare type ServiceOutputTypes =
|
|
162
|
+
| CreateCertificateAuthorityAuditReportCommandOutput
|
|
163
|
+
| CreateCertificateAuthorityCommandOutput
|
|
164
|
+
| CreatePermissionCommandOutput
|
|
165
|
+
| DeleteCertificateAuthorityCommandOutput
|
|
166
|
+
| DeletePermissionCommandOutput
|
|
167
|
+
| DeletePolicyCommandOutput
|
|
168
|
+
| DescribeCertificateAuthorityAuditReportCommandOutput
|
|
169
|
+
| DescribeCertificateAuthorityCommandOutput
|
|
170
|
+
| GetCertificateAuthorityCertificateCommandOutput
|
|
171
|
+
| GetCertificateAuthorityCsrCommandOutput
|
|
172
|
+
| GetCertificateCommandOutput
|
|
173
|
+
| GetPolicyCommandOutput
|
|
174
|
+
| ImportCertificateAuthorityCertificateCommandOutput
|
|
175
|
+
| IssueCertificateCommandOutput
|
|
176
|
+
| ListCertificateAuthoritiesCommandOutput
|
|
177
|
+
| ListPermissionsCommandOutput
|
|
178
|
+
| ListTagsCommandOutput
|
|
179
|
+
| PutPolicyCommandOutput
|
|
180
|
+
| RestoreCertificateAuthorityCommandOutput
|
|
181
|
+
| RevokeCertificateCommandOutput
|
|
182
|
+
| TagCertificateAuthorityCommandOutput
|
|
183
|
+
| UntagCertificateAuthorityCommandOutput
|
|
184
|
+
| UpdateCertificateAuthorityCommandOutput;
|
|
185
|
+
export interface ClientDefaults
|
|
186
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
187
|
+
requestHandler?: __HttpHandler;
|
|
188
|
+
|
|
189
|
+
sha256?: __HashConstructor;
|
|
190
|
+
|
|
191
|
+
urlParser?: __UrlParser;
|
|
192
|
+
|
|
193
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
194
|
+
|
|
195
|
+
streamCollector?: __StreamCollector;
|
|
196
|
+
|
|
197
|
+
base64Decoder?: __Decoder;
|
|
198
|
+
|
|
199
|
+
base64Encoder?: __Encoder;
|
|
200
|
+
|
|
201
|
+
utf8Decoder?: __Decoder;
|
|
202
|
+
|
|
203
|
+
utf8Encoder?: __Encoder;
|
|
204
|
+
|
|
205
|
+
runtime?: string;
|
|
206
|
+
|
|
207
|
+
disableHostPrefix?: boolean;
|
|
208
|
+
|
|
209
|
+
maxAttempts?: number | __Provider<number>;
|
|
210
|
+
|
|
211
|
+
retryMode?: string | __Provider<string>;
|
|
212
|
+
|
|
213
|
+
logger?: __Logger;
|
|
214
|
+
|
|
215
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
+
|
|
217
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
218
|
+
|
|
219
|
+
serviceId?: string;
|
|
220
|
+
|
|
221
|
+
region?: string | __Provider<string>;
|
|
222
|
+
|
|
223
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
+
|
|
225
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
226
|
+
|
|
227
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
228
|
+
|
|
229
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
230
|
+
}
|
|
231
|
+
declare type ACMPCAClientConfigType = Partial<
|
|
232
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
233
|
+
> &
|
|
234
|
+
ClientDefaults &
|
|
235
|
+
RegionInputConfig &
|
|
236
|
+
EndpointsInputConfig &
|
|
237
|
+
RetryInputConfig &
|
|
238
|
+
HostHeaderInputConfig &
|
|
239
|
+
AwsAuthInputConfig &
|
|
240
|
+
UserAgentInputConfig;
|
|
241
|
+
|
|
242
|
+
export interface ACMPCAClientConfig extends ACMPCAClientConfigType {}
|
|
243
|
+
declare type ACMPCAClientResolvedConfigType =
|
|
244
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
245
|
+
Required<ClientDefaults> &
|
|
246
|
+
RegionResolvedConfig &
|
|
247
|
+
EndpointsResolvedConfig &
|
|
248
|
+
RetryResolvedConfig &
|
|
249
|
+
HostHeaderResolvedConfig &
|
|
250
|
+
AwsAuthResolvedConfig &
|
|
251
|
+
UserAgentResolvedConfig;
|
|
252
|
+
|
|
253
|
+
export interface ACMPCAClientResolvedConfig
|
|
254
|
+
extends ACMPCAClientResolvedConfigType {}
|
|
255
|
+
|
|
256
|
+
export declare class ACMPCAClient extends __Client<
|
|
257
|
+
__HttpHandlerOptions,
|
|
258
|
+
ServiceInputTypes,
|
|
259
|
+
ServiceOutputTypes,
|
|
260
|
+
ACMPCAClientResolvedConfig
|
|
261
|
+
> {
|
|
262
|
+
readonly config: ACMPCAClientResolvedConfig;
|
|
263
|
+
constructor(configuration: ACMPCAClientConfig);
|
|
264
|
+
|
|
265
|
+
destroy(): void;
|
|
266
|
+
}
|
|
267
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ACMPCAClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ACMPCAClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateCertificateAuthorityAuditReportRequest,
|
|
15
|
+
CreateCertificateAuthorityAuditReportResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateCertificateAuthorityAuditReportCommandInput
|
|
18
|
+
extends CreateCertificateAuthorityAuditReportRequest {}
|
|
19
|
+
export interface CreateCertificateAuthorityAuditReportCommandOutput
|
|
20
|
+
extends CreateCertificateAuthorityAuditReportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateCertificateAuthorityAuditReportCommand extends $Command<
|
|
24
|
+
CreateCertificateAuthorityAuditReportCommandInput,
|
|
25
|
+
CreateCertificateAuthorityAuditReportCommandOutput,
|
|
26
|
+
ACMPCAClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateCertificateAuthorityAuditReportCommandInput;
|
|
29
|
+
constructor(input: CreateCertificateAuthorityAuditReportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ACMPCAClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateCertificateAuthorityAuditReportCommandInput,
|
|
37
|
+
CreateCertificateAuthorityAuditReportCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ACMPCAClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ACMPCAClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateCertificateAuthorityRequest,
|
|
15
|
+
CreateCertificateAuthorityResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateCertificateAuthorityCommandInput
|
|
18
|
+
extends CreateCertificateAuthorityRequest {}
|
|
19
|
+
export interface CreateCertificateAuthorityCommandOutput
|
|
20
|
+
extends CreateCertificateAuthorityResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateCertificateAuthorityCommand extends $Command<
|
|
24
|
+
CreateCertificateAuthorityCommandInput,
|
|
25
|
+
CreateCertificateAuthorityCommandOutput,
|
|
26
|
+
ACMPCAClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateCertificateAuthorityCommandInput;
|
|
29
|
+
constructor(input: CreateCertificateAuthorityCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ACMPCAClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateCertificateAuthorityCommandInput,
|
|
37
|
+
CreateCertificateAuthorityCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ACMPCAClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ACMPCAClient";
|
|
13
|
+
import { CreatePermissionRequest } from "../models/models_0";
|
|
14
|
+
export interface CreatePermissionCommandInput extends CreatePermissionRequest {}
|
|
15
|
+
export interface CreatePermissionCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class CreatePermissionCommand extends $Command<
|
|
18
|
+
CreatePermissionCommandInput,
|
|
19
|
+
CreatePermissionCommandOutput,
|
|
20
|
+
ACMPCAClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: CreatePermissionCommandInput;
|
|
23
|
+
constructor(input: CreatePermissionCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ACMPCAClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreatePermissionCommandInput, CreatePermissionCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ACMPCAClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ACMPCAClient";
|
|
13
|
+
import { DeleteCertificateAuthorityRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteCertificateAuthorityCommandInput
|
|
15
|
+
extends DeleteCertificateAuthorityRequest {}
|
|
16
|
+
export interface DeleteCertificateAuthorityCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteCertificateAuthorityCommand extends $Command<
|
|
20
|
+
DeleteCertificateAuthorityCommandInput,
|
|
21
|
+
DeleteCertificateAuthorityCommandOutput,
|
|
22
|
+
ACMPCAClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteCertificateAuthorityCommandInput;
|
|
25
|
+
constructor(input: DeleteCertificateAuthorityCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ACMPCAClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteCertificateAuthorityCommandInput,
|
|
33
|
+
DeleteCertificateAuthorityCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ACMPCAClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ACMPCAClient";
|
|
13
|
+
import { DeletePermissionRequest } from "../models/models_0";
|
|
14
|
+
export interface DeletePermissionCommandInput extends DeletePermissionRequest {}
|
|
15
|
+
export interface DeletePermissionCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeletePermissionCommand extends $Command<
|
|
18
|
+
DeletePermissionCommandInput,
|
|
19
|
+
DeletePermissionCommandOutput,
|
|
20
|
+
ACMPCAClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeletePermissionCommandInput;
|
|
23
|
+
constructor(input: DeletePermissionCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ACMPCAClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeletePermissionCommandInput, DeletePermissionCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|