@aws-sdk/client-acm-pca 3.168.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 +16 -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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-acm-pca
|
|
@@ -1,120 +1,442 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { ACMPCAClient } from "./ACMPCAClient";
|
|
3
|
-
import {
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { ACMPCAClient } from "./ACMPCAClient";
|
|
3
|
+
import {
|
|
4
|
+
CreateCertificateAuthorityAuditReportCommandInput,
|
|
5
|
+
CreateCertificateAuthorityAuditReportCommandOutput,
|
|
6
|
+
} from "./commands/CreateCertificateAuthorityAuditReportCommand";
|
|
7
|
+
import {
|
|
8
|
+
CreateCertificateAuthorityCommandInput,
|
|
9
|
+
CreateCertificateAuthorityCommandOutput,
|
|
10
|
+
} from "./commands/CreateCertificateAuthorityCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreatePermissionCommandInput,
|
|
13
|
+
CreatePermissionCommandOutput,
|
|
14
|
+
} from "./commands/CreatePermissionCommand";
|
|
15
|
+
import {
|
|
16
|
+
DeleteCertificateAuthorityCommandInput,
|
|
17
|
+
DeleteCertificateAuthorityCommandOutput,
|
|
18
|
+
} from "./commands/DeleteCertificateAuthorityCommand";
|
|
19
|
+
import {
|
|
20
|
+
DeletePermissionCommandInput,
|
|
21
|
+
DeletePermissionCommandOutput,
|
|
22
|
+
} from "./commands/DeletePermissionCommand";
|
|
23
|
+
import {
|
|
24
|
+
DeletePolicyCommandInput,
|
|
25
|
+
DeletePolicyCommandOutput,
|
|
26
|
+
} from "./commands/DeletePolicyCommand";
|
|
27
|
+
import {
|
|
28
|
+
DescribeCertificateAuthorityAuditReportCommandInput,
|
|
29
|
+
DescribeCertificateAuthorityAuditReportCommandOutput,
|
|
30
|
+
} from "./commands/DescribeCertificateAuthorityAuditReportCommand";
|
|
31
|
+
import {
|
|
32
|
+
DescribeCertificateAuthorityCommandInput,
|
|
33
|
+
DescribeCertificateAuthorityCommandOutput,
|
|
34
|
+
} from "./commands/DescribeCertificateAuthorityCommand";
|
|
35
|
+
import {
|
|
36
|
+
GetCertificateAuthorityCertificateCommandInput,
|
|
37
|
+
GetCertificateAuthorityCertificateCommandOutput,
|
|
38
|
+
} from "./commands/GetCertificateAuthorityCertificateCommand";
|
|
39
|
+
import {
|
|
40
|
+
GetCertificateAuthorityCsrCommandInput,
|
|
41
|
+
GetCertificateAuthorityCsrCommandOutput,
|
|
42
|
+
} from "./commands/GetCertificateAuthorityCsrCommand";
|
|
43
|
+
import {
|
|
44
|
+
GetCertificateCommandInput,
|
|
45
|
+
GetCertificateCommandOutput,
|
|
46
|
+
} from "./commands/GetCertificateCommand";
|
|
47
|
+
import {
|
|
48
|
+
GetPolicyCommandInput,
|
|
49
|
+
GetPolicyCommandOutput,
|
|
50
|
+
} from "./commands/GetPolicyCommand";
|
|
51
|
+
import {
|
|
52
|
+
ImportCertificateAuthorityCertificateCommandInput,
|
|
53
|
+
ImportCertificateAuthorityCertificateCommandOutput,
|
|
54
|
+
} from "./commands/ImportCertificateAuthorityCertificateCommand";
|
|
55
|
+
import {
|
|
56
|
+
IssueCertificateCommandInput,
|
|
57
|
+
IssueCertificateCommandOutput,
|
|
58
|
+
} from "./commands/IssueCertificateCommand";
|
|
59
|
+
import {
|
|
60
|
+
ListCertificateAuthoritiesCommandInput,
|
|
61
|
+
ListCertificateAuthoritiesCommandOutput,
|
|
62
|
+
} from "./commands/ListCertificateAuthoritiesCommand";
|
|
63
|
+
import {
|
|
64
|
+
ListPermissionsCommandInput,
|
|
65
|
+
ListPermissionsCommandOutput,
|
|
66
|
+
} from "./commands/ListPermissionsCommand";
|
|
67
|
+
import {
|
|
68
|
+
ListTagsCommandInput,
|
|
69
|
+
ListTagsCommandOutput,
|
|
70
|
+
} from "./commands/ListTagsCommand";
|
|
71
|
+
import {
|
|
72
|
+
PutPolicyCommandInput,
|
|
73
|
+
PutPolicyCommandOutput,
|
|
74
|
+
} from "./commands/PutPolicyCommand";
|
|
75
|
+
import {
|
|
76
|
+
RestoreCertificateAuthorityCommandInput,
|
|
77
|
+
RestoreCertificateAuthorityCommandOutput,
|
|
78
|
+
} from "./commands/RestoreCertificateAuthorityCommand";
|
|
79
|
+
import {
|
|
80
|
+
RevokeCertificateCommandInput,
|
|
81
|
+
RevokeCertificateCommandOutput,
|
|
82
|
+
} from "./commands/RevokeCertificateCommand";
|
|
83
|
+
import {
|
|
84
|
+
TagCertificateAuthorityCommandInput,
|
|
85
|
+
TagCertificateAuthorityCommandOutput,
|
|
86
|
+
} from "./commands/TagCertificateAuthorityCommand";
|
|
87
|
+
import {
|
|
88
|
+
UntagCertificateAuthorityCommandInput,
|
|
89
|
+
UntagCertificateAuthorityCommandOutput,
|
|
90
|
+
} from "./commands/UntagCertificateAuthorityCommand";
|
|
91
|
+
import {
|
|
92
|
+
UpdateCertificateAuthorityCommandInput,
|
|
93
|
+
UpdateCertificateAuthorityCommandOutput,
|
|
94
|
+
} from "./commands/UpdateCertificateAuthorityCommand";
|
|
95
|
+
|
|
96
|
+
export declare class ACMPCA extends ACMPCAClient {
|
|
97
|
+
createCertificateAuthority(
|
|
98
|
+
args: CreateCertificateAuthorityCommandInput,
|
|
99
|
+
options?: __HttpHandlerOptions
|
|
100
|
+
): Promise<CreateCertificateAuthorityCommandOutput>;
|
|
101
|
+
createCertificateAuthority(
|
|
102
|
+
args: CreateCertificateAuthorityCommandInput,
|
|
103
|
+
cb: (err: any, data?: CreateCertificateAuthorityCommandOutput) => void
|
|
104
|
+
): void;
|
|
105
|
+
createCertificateAuthority(
|
|
106
|
+
args: CreateCertificateAuthorityCommandInput,
|
|
107
|
+
options: __HttpHandlerOptions,
|
|
108
|
+
cb: (err: any, data?: CreateCertificateAuthorityCommandOutput) => void
|
|
109
|
+
): void;
|
|
110
|
+
|
|
111
|
+
createCertificateAuthorityAuditReport(
|
|
112
|
+
args: CreateCertificateAuthorityAuditReportCommandInput,
|
|
113
|
+
options?: __HttpHandlerOptions
|
|
114
|
+
): Promise<CreateCertificateAuthorityAuditReportCommandOutput>;
|
|
115
|
+
createCertificateAuthorityAuditReport(
|
|
116
|
+
args: CreateCertificateAuthorityAuditReportCommandInput,
|
|
117
|
+
cb: (
|
|
118
|
+
err: any,
|
|
119
|
+
data?: CreateCertificateAuthorityAuditReportCommandOutput
|
|
120
|
+
) => void
|
|
121
|
+
): void;
|
|
122
|
+
createCertificateAuthorityAuditReport(
|
|
123
|
+
args: CreateCertificateAuthorityAuditReportCommandInput,
|
|
124
|
+
options: __HttpHandlerOptions,
|
|
125
|
+
cb: (
|
|
126
|
+
err: any,
|
|
127
|
+
data?: CreateCertificateAuthorityAuditReportCommandOutput
|
|
128
|
+
) => void
|
|
129
|
+
): void;
|
|
130
|
+
|
|
131
|
+
createPermission(
|
|
132
|
+
args: CreatePermissionCommandInput,
|
|
133
|
+
options?: __HttpHandlerOptions
|
|
134
|
+
): Promise<CreatePermissionCommandOutput>;
|
|
135
|
+
createPermission(
|
|
136
|
+
args: CreatePermissionCommandInput,
|
|
137
|
+
cb: (err: any, data?: CreatePermissionCommandOutput) => void
|
|
138
|
+
): void;
|
|
139
|
+
createPermission(
|
|
140
|
+
args: CreatePermissionCommandInput,
|
|
141
|
+
options: __HttpHandlerOptions,
|
|
142
|
+
cb: (err: any, data?: CreatePermissionCommandOutput) => void
|
|
143
|
+
): void;
|
|
144
|
+
|
|
145
|
+
deleteCertificateAuthority(
|
|
146
|
+
args: DeleteCertificateAuthorityCommandInput,
|
|
147
|
+
options?: __HttpHandlerOptions
|
|
148
|
+
): Promise<DeleteCertificateAuthorityCommandOutput>;
|
|
149
|
+
deleteCertificateAuthority(
|
|
150
|
+
args: DeleteCertificateAuthorityCommandInput,
|
|
151
|
+
cb: (err: any, data?: DeleteCertificateAuthorityCommandOutput) => void
|
|
152
|
+
): void;
|
|
153
|
+
deleteCertificateAuthority(
|
|
154
|
+
args: DeleteCertificateAuthorityCommandInput,
|
|
155
|
+
options: __HttpHandlerOptions,
|
|
156
|
+
cb: (err: any, data?: DeleteCertificateAuthorityCommandOutput) => void
|
|
157
|
+
): void;
|
|
158
|
+
|
|
159
|
+
deletePermission(
|
|
160
|
+
args: DeletePermissionCommandInput,
|
|
161
|
+
options?: __HttpHandlerOptions
|
|
162
|
+
): Promise<DeletePermissionCommandOutput>;
|
|
163
|
+
deletePermission(
|
|
164
|
+
args: DeletePermissionCommandInput,
|
|
165
|
+
cb: (err: any, data?: DeletePermissionCommandOutput) => void
|
|
166
|
+
): void;
|
|
167
|
+
deletePermission(
|
|
168
|
+
args: DeletePermissionCommandInput,
|
|
169
|
+
options: __HttpHandlerOptions,
|
|
170
|
+
cb: (err: any, data?: DeletePermissionCommandOutput) => void
|
|
171
|
+
): void;
|
|
172
|
+
|
|
173
|
+
deletePolicy(
|
|
174
|
+
args: DeletePolicyCommandInput,
|
|
175
|
+
options?: __HttpHandlerOptions
|
|
176
|
+
): Promise<DeletePolicyCommandOutput>;
|
|
177
|
+
deletePolicy(
|
|
178
|
+
args: DeletePolicyCommandInput,
|
|
179
|
+
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
deletePolicy(
|
|
182
|
+
args: DeletePolicyCommandInput,
|
|
183
|
+
options: __HttpHandlerOptions,
|
|
184
|
+
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
|
|
187
|
+
describeCertificateAuthority(
|
|
188
|
+
args: DescribeCertificateAuthorityCommandInput,
|
|
189
|
+
options?: __HttpHandlerOptions
|
|
190
|
+
): Promise<DescribeCertificateAuthorityCommandOutput>;
|
|
191
|
+
describeCertificateAuthority(
|
|
192
|
+
args: DescribeCertificateAuthorityCommandInput,
|
|
193
|
+
cb: (err: any, data?: DescribeCertificateAuthorityCommandOutput) => void
|
|
194
|
+
): void;
|
|
195
|
+
describeCertificateAuthority(
|
|
196
|
+
args: DescribeCertificateAuthorityCommandInput,
|
|
197
|
+
options: __HttpHandlerOptions,
|
|
198
|
+
cb: (err: any, data?: DescribeCertificateAuthorityCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
|
|
201
|
+
describeCertificateAuthorityAuditReport(
|
|
202
|
+
args: DescribeCertificateAuthorityAuditReportCommandInput,
|
|
203
|
+
options?: __HttpHandlerOptions
|
|
204
|
+
): Promise<DescribeCertificateAuthorityAuditReportCommandOutput>;
|
|
205
|
+
describeCertificateAuthorityAuditReport(
|
|
206
|
+
args: DescribeCertificateAuthorityAuditReportCommandInput,
|
|
207
|
+
cb: (
|
|
208
|
+
err: any,
|
|
209
|
+
data?: DescribeCertificateAuthorityAuditReportCommandOutput
|
|
210
|
+
) => void
|
|
211
|
+
): void;
|
|
212
|
+
describeCertificateAuthorityAuditReport(
|
|
213
|
+
args: DescribeCertificateAuthorityAuditReportCommandInput,
|
|
214
|
+
options: __HttpHandlerOptions,
|
|
215
|
+
cb: (
|
|
216
|
+
err: any,
|
|
217
|
+
data?: DescribeCertificateAuthorityAuditReportCommandOutput
|
|
218
|
+
) => void
|
|
219
|
+
): void;
|
|
220
|
+
|
|
221
|
+
getCertificate(
|
|
222
|
+
args: GetCertificateCommandInput,
|
|
223
|
+
options?: __HttpHandlerOptions
|
|
224
|
+
): Promise<GetCertificateCommandOutput>;
|
|
225
|
+
getCertificate(
|
|
226
|
+
args: GetCertificateCommandInput,
|
|
227
|
+
cb: (err: any, data?: GetCertificateCommandOutput) => void
|
|
228
|
+
): void;
|
|
229
|
+
getCertificate(
|
|
230
|
+
args: GetCertificateCommandInput,
|
|
231
|
+
options: __HttpHandlerOptions,
|
|
232
|
+
cb: (err: any, data?: GetCertificateCommandOutput) => void
|
|
233
|
+
): void;
|
|
234
|
+
|
|
235
|
+
getCertificateAuthorityCertificate(
|
|
236
|
+
args: GetCertificateAuthorityCertificateCommandInput,
|
|
237
|
+
options?: __HttpHandlerOptions
|
|
238
|
+
): Promise<GetCertificateAuthorityCertificateCommandOutput>;
|
|
239
|
+
getCertificateAuthorityCertificate(
|
|
240
|
+
args: GetCertificateAuthorityCertificateCommandInput,
|
|
241
|
+
cb: (
|
|
242
|
+
err: any,
|
|
243
|
+
data?: GetCertificateAuthorityCertificateCommandOutput
|
|
244
|
+
) => void
|
|
245
|
+
): void;
|
|
246
|
+
getCertificateAuthorityCertificate(
|
|
247
|
+
args: GetCertificateAuthorityCertificateCommandInput,
|
|
248
|
+
options: __HttpHandlerOptions,
|
|
249
|
+
cb: (
|
|
250
|
+
err: any,
|
|
251
|
+
data?: GetCertificateAuthorityCertificateCommandOutput
|
|
252
|
+
) => void
|
|
253
|
+
): void;
|
|
254
|
+
|
|
255
|
+
getCertificateAuthorityCsr(
|
|
256
|
+
args: GetCertificateAuthorityCsrCommandInput,
|
|
257
|
+
options?: __HttpHandlerOptions
|
|
258
|
+
): Promise<GetCertificateAuthorityCsrCommandOutput>;
|
|
259
|
+
getCertificateAuthorityCsr(
|
|
260
|
+
args: GetCertificateAuthorityCsrCommandInput,
|
|
261
|
+
cb: (err: any, data?: GetCertificateAuthorityCsrCommandOutput) => void
|
|
262
|
+
): void;
|
|
263
|
+
getCertificateAuthorityCsr(
|
|
264
|
+
args: GetCertificateAuthorityCsrCommandInput,
|
|
265
|
+
options: __HttpHandlerOptions,
|
|
266
|
+
cb: (err: any, data?: GetCertificateAuthorityCsrCommandOutput) => void
|
|
267
|
+
): void;
|
|
268
|
+
|
|
269
|
+
getPolicy(
|
|
270
|
+
args: GetPolicyCommandInput,
|
|
271
|
+
options?: __HttpHandlerOptions
|
|
272
|
+
): Promise<GetPolicyCommandOutput>;
|
|
273
|
+
getPolicy(
|
|
274
|
+
args: GetPolicyCommandInput,
|
|
275
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
getPolicy(
|
|
278
|
+
args: GetPolicyCommandInput,
|
|
279
|
+
options: __HttpHandlerOptions,
|
|
280
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
281
|
+
): void;
|
|
282
|
+
|
|
283
|
+
importCertificateAuthorityCertificate(
|
|
284
|
+
args: ImportCertificateAuthorityCertificateCommandInput,
|
|
285
|
+
options?: __HttpHandlerOptions
|
|
286
|
+
): Promise<ImportCertificateAuthorityCertificateCommandOutput>;
|
|
287
|
+
importCertificateAuthorityCertificate(
|
|
288
|
+
args: ImportCertificateAuthorityCertificateCommandInput,
|
|
289
|
+
cb: (
|
|
290
|
+
err: any,
|
|
291
|
+
data?: ImportCertificateAuthorityCertificateCommandOutput
|
|
292
|
+
) => void
|
|
293
|
+
): void;
|
|
294
|
+
importCertificateAuthorityCertificate(
|
|
295
|
+
args: ImportCertificateAuthorityCertificateCommandInput,
|
|
296
|
+
options: __HttpHandlerOptions,
|
|
297
|
+
cb: (
|
|
298
|
+
err: any,
|
|
299
|
+
data?: ImportCertificateAuthorityCertificateCommandOutput
|
|
300
|
+
) => void
|
|
301
|
+
): void;
|
|
302
|
+
|
|
303
|
+
issueCertificate(
|
|
304
|
+
args: IssueCertificateCommandInput,
|
|
305
|
+
options?: __HttpHandlerOptions
|
|
306
|
+
): Promise<IssueCertificateCommandOutput>;
|
|
307
|
+
issueCertificate(
|
|
308
|
+
args: IssueCertificateCommandInput,
|
|
309
|
+
cb: (err: any, data?: IssueCertificateCommandOutput) => void
|
|
310
|
+
): void;
|
|
311
|
+
issueCertificate(
|
|
312
|
+
args: IssueCertificateCommandInput,
|
|
313
|
+
options: __HttpHandlerOptions,
|
|
314
|
+
cb: (err: any, data?: IssueCertificateCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
|
|
317
|
+
listCertificateAuthorities(
|
|
318
|
+
args: ListCertificateAuthoritiesCommandInput,
|
|
319
|
+
options?: __HttpHandlerOptions
|
|
320
|
+
): Promise<ListCertificateAuthoritiesCommandOutput>;
|
|
321
|
+
listCertificateAuthorities(
|
|
322
|
+
args: ListCertificateAuthoritiesCommandInput,
|
|
323
|
+
cb: (err: any, data?: ListCertificateAuthoritiesCommandOutput) => void
|
|
324
|
+
): void;
|
|
325
|
+
listCertificateAuthorities(
|
|
326
|
+
args: ListCertificateAuthoritiesCommandInput,
|
|
327
|
+
options: __HttpHandlerOptions,
|
|
328
|
+
cb: (err: any, data?: ListCertificateAuthoritiesCommandOutput) => void
|
|
329
|
+
): void;
|
|
330
|
+
|
|
331
|
+
listPermissions(
|
|
332
|
+
args: ListPermissionsCommandInput,
|
|
333
|
+
options?: __HttpHandlerOptions
|
|
334
|
+
): Promise<ListPermissionsCommandOutput>;
|
|
335
|
+
listPermissions(
|
|
336
|
+
args: ListPermissionsCommandInput,
|
|
337
|
+
cb: (err: any, data?: ListPermissionsCommandOutput) => void
|
|
338
|
+
): void;
|
|
339
|
+
listPermissions(
|
|
340
|
+
args: ListPermissionsCommandInput,
|
|
341
|
+
options: __HttpHandlerOptions,
|
|
342
|
+
cb: (err: any, data?: ListPermissionsCommandOutput) => void
|
|
343
|
+
): void;
|
|
344
|
+
|
|
345
|
+
listTags(
|
|
346
|
+
args: ListTagsCommandInput,
|
|
347
|
+
options?: __HttpHandlerOptions
|
|
348
|
+
): Promise<ListTagsCommandOutput>;
|
|
349
|
+
listTags(
|
|
350
|
+
args: ListTagsCommandInput,
|
|
351
|
+
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
352
|
+
): void;
|
|
353
|
+
listTags(
|
|
354
|
+
args: ListTagsCommandInput,
|
|
355
|
+
options: __HttpHandlerOptions,
|
|
356
|
+
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
357
|
+
): void;
|
|
358
|
+
|
|
359
|
+
putPolicy(
|
|
360
|
+
args: PutPolicyCommandInput,
|
|
361
|
+
options?: __HttpHandlerOptions
|
|
362
|
+
): Promise<PutPolicyCommandOutput>;
|
|
363
|
+
putPolicy(
|
|
364
|
+
args: PutPolicyCommandInput,
|
|
365
|
+
cb: (err: any, data?: PutPolicyCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
putPolicy(
|
|
368
|
+
args: PutPolicyCommandInput,
|
|
369
|
+
options: __HttpHandlerOptions,
|
|
370
|
+
cb: (err: any, data?: PutPolicyCommandOutput) => void
|
|
371
|
+
): void;
|
|
372
|
+
|
|
373
|
+
restoreCertificateAuthority(
|
|
374
|
+
args: RestoreCertificateAuthorityCommandInput,
|
|
375
|
+
options?: __HttpHandlerOptions
|
|
376
|
+
): Promise<RestoreCertificateAuthorityCommandOutput>;
|
|
377
|
+
restoreCertificateAuthority(
|
|
378
|
+
args: RestoreCertificateAuthorityCommandInput,
|
|
379
|
+
cb: (err: any, data?: RestoreCertificateAuthorityCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
restoreCertificateAuthority(
|
|
382
|
+
args: RestoreCertificateAuthorityCommandInput,
|
|
383
|
+
options: __HttpHandlerOptions,
|
|
384
|
+
cb: (err: any, data?: RestoreCertificateAuthorityCommandOutput) => void
|
|
385
|
+
): void;
|
|
386
|
+
|
|
387
|
+
revokeCertificate(
|
|
388
|
+
args: RevokeCertificateCommandInput,
|
|
389
|
+
options?: __HttpHandlerOptions
|
|
390
|
+
): Promise<RevokeCertificateCommandOutput>;
|
|
391
|
+
revokeCertificate(
|
|
392
|
+
args: RevokeCertificateCommandInput,
|
|
393
|
+
cb: (err: any, data?: RevokeCertificateCommandOutput) => void
|
|
394
|
+
): void;
|
|
395
|
+
revokeCertificate(
|
|
396
|
+
args: RevokeCertificateCommandInput,
|
|
397
|
+
options: __HttpHandlerOptions,
|
|
398
|
+
cb: (err: any, data?: RevokeCertificateCommandOutput) => void
|
|
399
|
+
): void;
|
|
400
|
+
|
|
401
|
+
tagCertificateAuthority(
|
|
402
|
+
args: TagCertificateAuthorityCommandInput,
|
|
403
|
+
options?: __HttpHandlerOptions
|
|
404
|
+
): Promise<TagCertificateAuthorityCommandOutput>;
|
|
405
|
+
tagCertificateAuthority(
|
|
406
|
+
args: TagCertificateAuthorityCommandInput,
|
|
407
|
+
cb: (err: any, data?: TagCertificateAuthorityCommandOutput) => void
|
|
408
|
+
): void;
|
|
409
|
+
tagCertificateAuthority(
|
|
410
|
+
args: TagCertificateAuthorityCommandInput,
|
|
411
|
+
options: __HttpHandlerOptions,
|
|
412
|
+
cb: (err: any, data?: TagCertificateAuthorityCommandOutput) => void
|
|
413
|
+
): void;
|
|
414
|
+
|
|
415
|
+
untagCertificateAuthority(
|
|
416
|
+
args: UntagCertificateAuthorityCommandInput,
|
|
417
|
+
options?: __HttpHandlerOptions
|
|
418
|
+
): Promise<UntagCertificateAuthorityCommandOutput>;
|
|
419
|
+
untagCertificateAuthority(
|
|
420
|
+
args: UntagCertificateAuthorityCommandInput,
|
|
421
|
+
cb: (err: any, data?: UntagCertificateAuthorityCommandOutput) => void
|
|
422
|
+
): void;
|
|
423
|
+
untagCertificateAuthority(
|
|
424
|
+
args: UntagCertificateAuthorityCommandInput,
|
|
425
|
+
options: __HttpHandlerOptions,
|
|
426
|
+
cb: (err: any, data?: UntagCertificateAuthorityCommandOutput) => void
|
|
427
|
+
): void;
|
|
428
|
+
|
|
429
|
+
updateCertificateAuthority(
|
|
430
|
+
args: UpdateCertificateAuthorityCommandInput,
|
|
431
|
+
options?: __HttpHandlerOptions
|
|
432
|
+
): Promise<UpdateCertificateAuthorityCommandOutput>;
|
|
433
|
+
updateCertificateAuthority(
|
|
434
|
+
args: UpdateCertificateAuthorityCommandInput,
|
|
435
|
+
cb: (err: any, data?: UpdateCertificateAuthorityCommandOutput) => void
|
|
436
|
+
): void;
|
|
437
|
+
updateCertificateAuthority(
|
|
438
|
+
args: UpdateCertificateAuthorityCommandInput,
|
|
439
|
+
options: __HttpHandlerOptions,
|
|
440
|
+
cb: (err: any, data?: UpdateCertificateAuthorityCommandOutput) => void
|
|
441
|
+
): void;
|
|
442
|
+
}
|