@aws-sdk/client-acm-pca 3.306.0 → 3.309.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 +2 -2
- package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +2 -2
- package/dist-cjs/commands/CreatePermissionCommand.js +2 -2
- package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +2 -2
- package/dist-cjs/commands/DeletePermissionCommand.js +2 -2
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -2
- package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +2 -2
- package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +2 -2
- package/dist-cjs/commands/GetCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +2 -2
- package/dist-cjs/commands/IssueCertificateCommand.js +2 -2
- package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/PutPolicyCommand.js +2 -2
- package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +2 -2
- package/dist-cjs/commands/RevokeCertificateCommand.js +2 -2
- package/dist-cjs/commands/TagCertificateAuthorityCommand.js +2 -2
- package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +2 -2
- package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +492 -512
- package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +3 -3
- package/dist-es/commands/CreateCertificateAuthorityCommand.js +3 -3
- package/dist-es/commands/CreatePermissionCommand.js +3 -3
- package/dist-es/commands/DeleteCertificateAuthorityCommand.js +3 -3
- package/dist-es/commands/DeletePermissionCommand.js +3 -3
- package/dist-es/commands/DeletePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +3 -3
- package/dist-es/commands/DescribeCertificateAuthorityCommand.js +3 -3
- package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +3 -3
- package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +3 -3
- package/dist-es/commands/GetCertificateCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +3 -3
- package/dist-es/commands/IssueCertificateCommand.js +3 -3
- package/dist-es/commands/ListCertificateAuthoritiesCommand.js +3 -3
- package/dist-es/commands/ListPermissionsCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/PutPolicyCommand.js +3 -3
- package/dist-es/commands/RestoreCertificateAuthorityCommand.js +3 -3
- package/dist-es/commands/RevokeCertificateCommand.js +3 -3
- package/dist-es/commands/TagCertificateAuthorityCommand.js +3 -3
- package/dist-es/commands/UntagCertificateAuthorityCommand.js +3 -3
- package/dist-es/commands/UpdateCertificateAuthorityCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +445 -465
- package/dist-types/protocols/Aws_json1_1.d.ts +184 -46
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +46 -46
- package/package.json +6 -6
|
@@ -23,49 +23,187 @@ import { RevokeCertificateCommandInput, RevokeCertificateCommandOutput } from ".
|
|
|
23
23
|
import { TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput } from "../commands/TagCertificateAuthorityCommand";
|
|
24
24
|
import { UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput } from "../commands/UntagCertificateAuthorityCommand";
|
|
25
25
|
import { UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput } from "../commands/UpdateCertificateAuthorityCommand";
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
export declare const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
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>;
|
|
@@ -95,187 +95,187 @@ import {
|
|
|
95
95
|
UpdateCertificateAuthorityCommandInput,
|
|
96
96
|
UpdateCertificateAuthorityCommandOutput,
|
|
97
97
|
} from "../commands/UpdateCertificateAuthorityCommand";
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_CreateCertificateAuthorityCommand: (
|
|
99
99
|
input: CreateCertificateAuthorityCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_CreateCertificateAuthorityAuditReportCommand: (
|
|
103
103
|
input: CreateCertificateAuthorityAuditReportCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_CreatePermissionCommand: (
|
|
107
107
|
input: CreatePermissionCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_DeleteCertificateAuthorityCommand: (
|
|
111
111
|
input: DeleteCertificateAuthorityCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_DeletePermissionCommand: (
|
|
115
115
|
input: DeletePermissionCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_DeletePolicyCommand: (
|
|
119
119
|
input: DeletePolicyCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_DescribeCertificateAuthorityCommand: (
|
|
123
123
|
input: DescribeCertificateAuthorityCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_DescribeCertificateAuthorityAuditReportCommand: (
|
|
127
127
|
input: DescribeCertificateAuthorityAuditReportCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_GetCertificateCommand: (
|
|
131
131
|
input: GetCertificateCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_GetCertificateAuthorityCertificateCommand: (
|
|
135
135
|
input: GetCertificateAuthorityCertificateCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_GetCertificateAuthorityCsrCommand: (
|
|
139
139
|
input: GetCertificateAuthorityCsrCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_GetPolicyCommand: (
|
|
143
143
|
input: GetPolicyCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_ImportCertificateAuthorityCertificateCommand: (
|
|
147
147
|
input: ImportCertificateAuthorityCertificateCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_IssueCertificateCommand: (
|
|
151
151
|
input: IssueCertificateCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_ListCertificateAuthoritiesCommand: (
|
|
155
155
|
input: ListCertificateAuthoritiesCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_ListPermissionsCommand: (
|
|
159
159
|
input: ListPermissionsCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_ListTagsCommand: (
|
|
163
163
|
input: ListTagsCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_PutPolicyCommand: (
|
|
167
167
|
input: PutPolicyCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_RestoreCertificateAuthorityCommand: (
|
|
171
171
|
input: RestoreCertificateAuthorityCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_RevokeCertificateCommand: (
|
|
175
175
|
input: RevokeCertificateCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_TagCertificateAuthorityCommand: (
|
|
179
179
|
input: TagCertificateAuthorityCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_UntagCertificateAuthorityCommand: (
|
|
183
183
|
input: UntagCertificateAuthorityCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_UpdateCertificateAuthorityCommand: (
|
|
187
187
|
input: UpdateCertificateAuthorityCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_CreateCertificateAuthorityCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<CreateCertificateAuthorityCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_CreateCertificateAuthorityAuditReportCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<CreateCertificateAuthorityAuditReportCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_CreatePermissionCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<CreatePermissionCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_DeleteCertificateAuthorityCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<DeleteCertificateAuthorityCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_DeletePermissionCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<DeletePermissionCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_DeletePolicyCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<DeletePolicyCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_DescribeCertificateAuthorityCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<DescribeCertificateAuthorityCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_DescribeCertificateAuthorityAuditReportCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<DescribeCertificateAuthorityAuditReportCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_GetCertificateCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<GetCertificateCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_GetCertificateAuthorityCertificateCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<GetCertificateAuthorityCertificateCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_GetCertificateAuthorityCsrCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<GetCertificateAuthorityCsrCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_GetPolicyCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<GetPolicyCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_ImportCertificateAuthorityCertificateCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<ImportCertificateAuthorityCertificateCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_IssueCertificateCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<IssueCertificateCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_ListCertificateAuthoritiesCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<ListCertificateAuthoritiesCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_ListPermissionsCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<ListPermissionsCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_ListTagsCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<ListTagsCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_PutPolicyCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<PutPolicyCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_RestoreCertificateAuthorityCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<RestoreCertificateAuthorityCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_RevokeCertificateCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<RevokeCertificateCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_TagCertificateAuthorityCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<TagCertificateAuthorityCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_UntagCertificateAuthorityCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<UntagCertificateAuthorityCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_UpdateCertificateAuthorityCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<UpdateCertificateAuthorityCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm-pca",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|