@aws-sdk/client-acm-pca 3.926.0 → 3.928.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 (51) hide show
  1. package/dist-cjs/index.js +902 -988
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ACMPCAClient.js +2 -0
  4. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +3 -9
  5. package/dist-es/commands/CreateCertificateAuthorityCommand.js +3 -9
  6. package/dist-es/commands/CreatePermissionCommand.js +3 -9
  7. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +3 -9
  8. package/dist-es/commands/DeletePermissionCommand.js +3 -9
  9. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  10. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +3 -9
  11. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +3 -9
  12. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +3 -9
  13. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +3 -9
  14. package/dist-es/commands/GetCertificateCommand.js +3 -9
  15. package/dist-es/commands/GetPolicyCommand.js +3 -9
  16. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +3 -9
  17. package/dist-es/commands/IssueCertificateCommand.js +3 -9
  18. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +3 -9
  19. package/dist-es/commands/ListPermissionsCommand.js +3 -9
  20. package/dist-es/commands/ListTagsCommand.js +3 -9
  21. package/dist-es/commands/PutPolicyCommand.js +3 -9
  22. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +3 -9
  23. package/dist-es/commands/RevokeCertificateCommand.js +3 -9
  24. package/dist-es/commands/TagCertificateAuthorityCommand.js +3 -9
  25. package/dist-es/commands/UntagCertificateAuthorityCommand.js +3 -9
  26. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +3 -9
  27. package/dist-es/models/models_0.js +6 -0
  28. package/dist-es/runtimeConfig.shared.js +7 -0
  29. package/dist-es/schemas/schemas_0.js +792 -0
  30. package/dist-types/ACMPCAClient.d.ts +10 -1
  31. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +2 -2
  32. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +2 -2
  33. package/dist-types/commands/IssueCertificateCommand.d.ts +1 -1
  34. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +2 -2
  35. package/dist-types/models/models_0.d.ts +6 -0
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  37. package/dist-types/runtimeConfig.d.ts +1 -0
  38. package/dist-types/runtimeConfig.native.d.ts +1 -0
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  40. package/dist-types/schemas/schemas_0.d.ts +116 -0
  41. package/dist-types/ts3.4/ACMPCAClient.d.ts +4 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +6 -0
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  47. package/dist-types/ts3.4/schemas/schemas_0.d.ts +121 -0
  48. package/package.json +5 -5
  49. package/dist-es/protocols/Aws_json1_1.js +0 -774
  50. package/dist-types/protocols/Aws_json1_1.d.ts +0 -209
  51. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
@@ -1,209 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput } from "../commands/CreateCertificateAuthorityAuditReportCommand";
4
- import { CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput } from "../commands/CreateCertificateAuthorityCommand";
5
- import { CreatePermissionCommandInput, CreatePermissionCommandOutput } from "../commands/CreatePermissionCommand";
6
- import { DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput } from "../commands/DeleteCertificateAuthorityCommand";
7
- import { DeletePermissionCommandInput, DeletePermissionCommandOutput } from "../commands/DeletePermissionCommand";
8
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
9
- import { DescribeCertificateAuthorityAuditReportCommandInput, DescribeCertificateAuthorityAuditReportCommandOutput } from "../commands/DescribeCertificateAuthorityAuditReportCommand";
10
- import { DescribeCertificateAuthorityCommandInput, DescribeCertificateAuthorityCommandOutput } from "../commands/DescribeCertificateAuthorityCommand";
11
- import { GetCertificateAuthorityCertificateCommandInput, GetCertificateAuthorityCertificateCommandOutput } from "../commands/GetCertificateAuthorityCertificateCommand";
12
- import { GetCertificateAuthorityCsrCommandInput, GetCertificateAuthorityCsrCommandOutput } from "../commands/GetCertificateAuthorityCsrCommand";
13
- import { GetCertificateCommandInput, GetCertificateCommandOutput } from "../commands/GetCertificateCommand";
14
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
15
- import { ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput } from "../commands/ImportCertificateAuthorityCertificateCommand";
16
- import { IssueCertificateCommandInput, IssueCertificateCommandOutput } from "../commands/IssueCertificateCommand";
17
- import { ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput } from "../commands/ListCertificateAuthoritiesCommand";
18
- import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "../commands/ListPermissionsCommand";
19
- import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
20
- import { PutPolicyCommandInput, PutPolicyCommandOutput } from "../commands/PutPolicyCommand";
21
- import { RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput } from "../commands/RestoreCertificateAuthorityCommand";
22
- import { RevokeCertificateCommandInput, RevokeCertificateCommandOutput } from "../commands/RevokeCertificateCommand";
23
- import { TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput } from "../commands/TagCertificateAuthorityCommand";
24
- import { UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput } from "../commands/UntagCertificateAuthorityCommand";
25
- import { UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput } from "../commands/UpdateCertificateAuthorityCommand";
26
- /**
27
- * serializeAws_json1_1CreateCertificateAuthorityCommand
28
- */
29
- export declare const se_CreateCertificateAuthorityCommand: (input: CreateCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_json1_1CreateCertificateAuthorityAuditReportCommand
32
- */
33
- export declare const se_CreateCertificateAuthorityAuditReportCommand: (input: CreateCertificateAuthorityAuditReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_json1_1CreatePermissionCommand
36
- */
37
- export declare const se_CreatePermissionCommand: (input: CreatePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_json1_1DeleteCertificateAuthorityCommand
40
- */
41
- export declare const se_DeleteCertificateAuthorityCommand: (input: DeleteCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_json1_1DeletePermissionCommand
44
- */
45
- export declare const se_DeletePermissionCommand: (input: DeletePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_json1_1DeletePolicyCommand
48
- */
49
- export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_json1_1DescribeCertificateAuthorityCommand
52
- */
53
- export declare const se_DescribeCertificateAuthorityCommand: (input: DescribeCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_json1_1DescribeCertificateAuthorityAuditReportCommand
56
- */
57
- export declare const se_DescribeCertificateAuthorityAuditReportCommand: (input: DescribeCertificateAuthorityAuditReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_json1_1GetCertificateCommand
60
- */
61
- export declare const se_GetCertificateCommand: (input: GetCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_json1_1GetCertificateAuthorityCertificateCommand
64
- */
65
- export declare const se_GetCertificateAuthorityCertificateCommand: (input: GetCertificateAuthorityCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_json1_1GetCertificateAuthorityCsrCommand
68
- */
69
- export declare const se_GetCertificateAuthorityCsrCommand: (input: GetCertificateAuthorityCsrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_1GetPolicyCommand
72
- */
73
- export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_json1_1ImportCertificateAuthorityCertificateCommand
76
- */
77
- export declare const se_ImportCertificateAuthorityCertificateCommand: (input: ImportCertificateAuthorityCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_1IssueCertificateCommand
80
- */
81
- export declare const se_IssueCertificateCommand: (input: IssueCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_1ListCertificateAuthoritiesCommand
84
- */
85
- export declare const se_ListCertificateAuthoritiesCommand: (input: ListCertificateAuthoritiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1ListPermissionsCommand
88
- */
89
- export declare const se_ListPermissionsCommand: (input: ListPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1ListTagsCommand
92
- */
93
- export declare const se_ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_1PutPolicyCommand
96
- */
97
- export declare const se_PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_1RestoreCertificateAuthorityCommand
100
- */
101
- export declare const se_RestoreCertificateAuthorityCommand: (input: RestoreCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1RevokeCertificateCommand
104
- */
105
- export declare const se_RevokeCertificateCommand: (input: RevokeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1TagCertificateAuthorityCommand
108
- */
109
- export declare const se_TagCertificateAuthorityCommand: (input: TagCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1UntagCertificateAuthorityCommand
112
- */
113
- export declare const se_UntagCertificateAuthorityCommand: (input: UntagCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1UpdateCertificateAuthorityCommand
116
- */
117
- export declare const se_UpdateCertificateAuthorityCommand: (input: UpdateCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * deserializeAws_json1_1CreateCertificateAuthorityCommand
120
- */
121
- export declare const de_CreateCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCertificateAuthorityCommandOutput>;
122
- /**
123
- * deserializeAws_json1_1CreateCertificateAuthorityAuditReportCommand
124
- */
125
- export declare const de_CreateCertificateAuthorityAuditReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCertificateAuthorityAuditReportCommandOutput>;
126
- /**
127
- * deserializeAws_json1_1CreatePermissionCommand
128
- */
129
- export declare const de_CreatePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePermissionCommandOutput>;
130
- /**
131
- * deserializeAws_json1_1DeleteCertificateAuthorityCommand
132
- */
133
- export declare const de_DeleteCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateAuthorityCommandOutput>;
134
- /**
135
- * deserializeAws_json1_1DeletePermissionCommand
136
- */
137
- export declare const de_DeletePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePermissionCommandOutput>;
138
- /**
139
- * deserializeAws_json1_1DeletePolicyCommand
140
- */
141
- export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
142
- /**
143
- * deserializeAws_json1_1DescribeCertificateAuthorityCommand
144
- */
145
- export declare const de_DescribeCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateAuthorityCommandOutput>;
146
- /**
147
- * deserializeAws_json1_1DescribeCertificateAuthorityAuditReportCommand
148
- */
149
- export declare const de_DescribeCertificateAuthorityAuditReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateAuthorityAuditReportCommandOutput>;
150
- /**
151
- * deserializeAws_json1_1GetCertificateCommand
152
- */
153
- export declare const de_GetCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCertificateCommandOutput>;
154
- /**
155
- * deserializeAws_json1_1GetCertificateAuthorityCertificateCommand
156
- */
157
- export declare const de_GetCertificateAuthorityCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCertificateAuthorityCertificateCommandOutput>;
158
- /**
159
- * deserializeAws_json1_1GetCertificateAuthorityCsrCommand
160
- */
161
- export declare const de_GetCertificateAuthorityCsrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCertificateAuthorityCsrCommandOutput>;
162
- /**
163
- * deserializeAws_json1_1GetPolicyCommand
164
- */
165
- export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
166
- /**
167
- * deserializeAws_json1_1ImportCertificateAuthorityCertificateCommand
168
- */
169
- export declare const de_ImportCertificateAuthorityCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCertificateAuthorityCertificateCommandOutput>;
170
- /**
171
- * deserializeAws_json1_1IssueCertificateCommand
172
- */
173
- export declare const de_IssueCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IssueCertificateCommandOutput>;
174
- /**
175
- * deserializeAws_json1_1ListCertificateAuthoritiesCommand
176
- */
177
- export declare const de_ListCertificateAuthoritiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificateAuthoritiesCommandOutput>;
178
- /**
179
- * deserializeAws_json1_1ListPermissionsCommand
180
- */
181
- export declare const de_ListPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionsCommandOutput>;
182
- /**
183
- * deserializeAws_json1_1ListTagsCommand
184
- */
185
- export declare const de_ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
186
- /**
187
- * deserializeAws_json1_1PutPolicyCommand
188
- */
189
- export declare const de_PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
190
- /**
191
- * deserializeAws_json1_1RestoreCertificateAuthorityCommand
192
- */
193
- export declare const de_RestoreCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreCertificateAuthorityCommandOutput>;
194
- /**
195
- * deserializeAws_json1_1RevokeCertificateCommand
196
- */
197
- export declare const de_RevokeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeCertificateCommandOutput>;
198
- /**
199
- * deserializeAws_json1_1TagCertificateAuthorityCommand
200
- */
201
- export declare const de_TagCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagCertificateAuthorityCommandOutput>;
202
- /**
203
- * deserializeAws_json1_1UntagCertificateAuthorityCommand
204
- */
205
- export declare const de_UntagCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagCertificateAuthorityCommandOutput>;
206
- /**
207
- * deserializeAws_json1_1UpdateCertificateAuthorityCommand
208
- */
209
- export declare const de_UpdateCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateAuthorityCommandOutput>;
@@ -1,281 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateCertificateAuthorityAuditReportCommandInput,
8
- CreateCertificateAuthorityAuditReportCommandOutput,
9
- } from "../commands/CreateCertificateAuthorityAuditReportCommand";
10
- import {
11
- CreateCertificateAuthorityCommandInput,
12
- CreateCertificateAuthorityCommandOutput,
13
- } from "../commands/CreateCertificateAuthorityCommand";
14
- import {
15
- CreatePermissionCommandInput,
16
- CreatePermissionCommandOutput,
17
- } from "../commands/CreatePermissionCommand";
18
- import {
19
- DeleteCertificateAuthorityCommandInput,
20
- DeleteCertificateAuthorityCommandOutput,
21
- } from "../commands/DeleteCertificateAuthorityCommand";
22
- import {
23
- DeletePermissionCommandInput,
24
- DeletePermissionCommandOutput,
25
- } from "../commands/DeletePermissionCommand";
26
- import {
27
- DeletePolicyCommandInput,
28
- DeletePolicyCommandOutput,
29
- } from "../commands/DeletePolicyCommand";
30
- import {
31
- DescribeCertificateAuthorityAuditReportCommandInput,
32
- DescribeCertificateAuthorityAuditReportCommandOutput,
33
- } from "../commands/DescribeCertificateAuthorityAuditReportCommand";
34
- import {
35
- DescribeCertificateAuthorityCommandInput,
36
- DescribeCertificateAuthorityCommandOutput,
37
- } from "../commands/DescribeCertificateAuthorityCommand";
38
- import {
39
- GetCertificateAuthorityCertificateCommandInput,
40
- GetCertificateAuthorityCertificateCommandOutput,
41
- } from "../commands/GetCertificateAuthorityCertificateCommand";
42
- import {
43
- GetCertificateAuthorityCsrCommandInput,
44
- GetCertificateAuthorityCsrCommandOutput,
45
- } from "../commands/GetCertificateAuthorityCsrCommand";
46
- import {
47
- GetCertificateCommandInput,
48
- GetCertificateCommandOutput,
49
- } from "../commands/GetCertificateCommand";
50
- import {
51
- GetPolicyCommandInput,
52
- GetPolicyCommandOutput,
53
- } from "../commands/GetPolicyCommand";
54
- import {
55
- ImportCertificateAuthorityCertificateCommandInput,
56
- ImportCertificateAuthorityCertificateCommandOutput,
57
- } from "../commands/ImportCertificateAuthorityCertificateCommand";
58
- import {
59
- IssueCertificateCommandInput,
60
- IssueCertificateCommandOutput,
61
- } from "../commands/IssueCertificateCommand";
62
- import {
63
- ListCertificateAuthoritiesCommandInput,
64
- ListCertificateAuthoritiesCommandOutput,
65
- } from "../commands/ListCertificateAuthoritiesCommand";
66
- import {
67
- ListPermissionsCommandInput,
68
- ListPermissionsCommandOutput,
69
- } from "../commands/ListPermissionsCommand";
70
- import {
71
- ListTagsCommandInput,
72
- ListTagsCommandOutput,
73
- } from "../commands/ListTagsCommand";
74
- import {
75
- PutPolicyCommandInput,
76
- PutPolicyCommandOutput,
77
- } from "../commands/PutPolicyCommand";
78
- import {
79
- RestoreCertificateAuthorityCommandInput,
80
- RestoreCertificateAuthorityCommandOutput,
81
- } from "../commands/RestoreCertificateAuthorityCommand";
82
- import {
83
- RevokeCertificateCommandInput,
84
- RevokeCertificateCommandOutput,
85
- } from "../commands/RevokeCertificateCommand";
86
- import {
87
- TagCertificateAuthorityCommandInput,
88
- TagCertificateAuthorityCommandOutput,
89
- } from "../commands/TagCertificateAuthorityCommand";
90
- import {
91
- UntagCertificateAuthorityCommandInput,
92
- UntagCertificateAuthorityCommandOutput,
93
- } from "../commands/UntagCertificateAuthorityCommand";
94
- import {
95
- UpdateCertificateAuthorityCommandInput,
96
- UpdateCertificateAuthorityCommandOutput,
97
- } from "../commands/UpdateCertificateAuthorityCommand";
98
- export declare const se_CreateCertificateAuthorityCommand: (
99
- input: CreateCertificateAuthorityCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_CreateCertificateAuthorityAuditReportCommand: (
103
- input: CreateCertificateAuthorityAuditReportCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_CreatePermissionCommand: (
107
- input: CreatePermissionCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_DeleteCertificateAuthorityCommand: (
111
- input: DeleteCertificateAuthorityCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_DeletePermissionCommand: (
115
- input: DeletePermissionCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_DeletePolicyCommand: (
119
- input: DeletePolicyCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_DescribeCertificateAuthorityCommand: (
123
- input: DescribeCertificateAuthorityCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_DescribeCertificateAuthorityAuditReportCommand: (
127
- input: DescribeCertificateAuthorityAuditReportCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_GetCertificateCommand: (
131
- input: GetCertificateCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_GetCertificateAuthorityCertificateCommand: (
135
- input: GetCertificateAuthorityCertificateCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_GetCertificateAuthorityCsrCommand: (
139
- input: GetCertificateAuthorityCsrCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_GetPolicyCommand: (
143
- input: GetPolicyCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_ImportCertificateAuthorityCertificateCommand: (
147
- input: ImportCertificateAuthorityCertificateCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_IssueCertificateCommand: (
151
- input: IssueCertificateCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_ListCertificateAuthoritiesCommand: (
155
- input: ListCertificateAuthoritiesCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_ListPermissionsCommand: (
159
- input: ListPermissionsCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_ListTagsCommand: (
163
- input: ListTagsCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_PutPolicyCommand: (
167
- input: PutPolicyCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_RestoreCertificateAuthorityCommand: (
171
- input: RestoreCertificateAuthorityCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_RevokeCertificateCommand: (
175
- input: RevokeCertificateCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_TagCertificateAuthorityCommand: (
179
- input: TagCertificateAuthorityCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_UntagCertificateAuthorityCommand: (
183
- input: UntagCertificateAuthorityCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_UpdateCertificateAuthorityCommand: (
187
- input: UpdateCertificateAuthorityCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const de_CreateCertificateAuthorityCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<CreateCertificateAuthorityCommandOutput>;
194
- export declare const de_CreateCertificateAuthorityAuditReportCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<CreateCertificateAuthorityAuditReportCommandOutput>;
198
- export declare const de_CreatePermissionCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<CreatePermissionCommandOutput>;
202
- export declare const de_DeleteCertificateAuthorityCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<DeleteCertificateAuthorityCommandOutput>;
206
- export declare const de_DeletePermissionCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<DeletePermissionCommandOutput>;
210
- export declare const de_DeletePolicyCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<DeletePolicyCommandOutput>;
214
- export declare const de_DescribeCertificateAuthorityCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<DescribeCertificateAuthorityCommandOutput>;
218
- export declare const de_DescribeCertificateAuthorityAuditReportCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<DescribeCertificateAuthorityAuditReportCommandOutput>;
222
- export declare const de_GetCertificateCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<GetCertificateCommandOutput>;
226
- export declare const de_GetCertificateAuthorityCertificateCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<GetCertificateAuthorityCertificateCommandOutput>;
230
- export declare const de_GetCertificateAuthorityCsrCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<GetCertificateAuthorityCsrCommandOutput>;
234
- export declare const de_GetPolicyCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<GetPolicyCommandOutput>;
238
- export declare const de_ImportCertificateAuthorityCertificateCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<ImportCertificateAuthorityCertificateCommandOutput>;
242
- export declare const de_IssueCertificateCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<IssueCertificateCommandOutput>;
246
- export declare const de_ListCertificateAuthoritiesCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<ListCertificateAuthoritiesCommandOutput>;
250
- export declare const de_ListPermissionsCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<ListPermissionsCommandOutput>;
254
- export declare const de_ListTagsCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<ListTagsCommandOutput>;
258
- export declare const de_PutPolicyCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<PutPolicyCommandOutput>;
262
- export declare const de_RestoreCertificateAuthorityCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<RestoreCertificateAuthorityCommandOutput>;
266
- export declare const de_RevokeCertificateCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<RevokeCertificateCommandOutput>;
270
- export declare const de_TagCertificateAuthorityCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<TagCertificateAuthorityCommandOutput>;
274
- export declare const de_UntagCertificateAuthorityCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<UntagCertificateAuthorityCommandOutput>;
278
- export declare const de_UpdateCertificateAuthorityCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<UpdateCertificateAuthorityCommandOutput>;