@aws-sdk/client-acm 3.987.0 → 3.989.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/index.js +35 -810
- package/dist-cjs/models/ACMServiceException.js +12 -0
- package/dist-cjs/models/errors.js +214 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +526 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +105 -99
- package/dist-types/schemas/schemas_0.d.ts +23 -16
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/package.json +13 -13
|
@@ -0,0 +1,526 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResendValidationEmailRequest$ = exports.RequestCertificateResponse$ = exports.RequestCertificateRequest$ = exports.RenewCertificateRequest$ = exports.RenewalSummary$ = exports.RemoveTagsFromCertificateRequest$ = exports.PutAccountConfigurationRequest$ = exports.ListTagsForCertificateResponse$ = exports.ListTagsForCertificateRequest$ = exports.ListCertificatesResponse$ = exports.ListCertificatesRequest$ = exports.KeyUsage$ = exports.ImportCertificateResponse$ = exports.ImportCertificateRequest$ = exports.HttpRedirect$ = exports.GetCertificateResponse$ = exports.GetCertificateRequest$ = exports.GetAccountConfigurationResponse$ = exports.Filters$ = exports.ExtendedKeyUsage$ = exports.ExportCertificateResponse$ = exports.ExportCertificateRequest$ = exports.ExpiryEventsConfiguration$ = exports.DomainValidationOption$ = exports.DomainValidation$ = exports.DescribeCertificateResponse$ = exports.DescribeCertificateRequest$ = exports.DeleteCertificateRequest$ = exports.CertificateSummary$ = exports.CertificateOptions$ = exports.CertificateDetail$ = exports.AddTagsToCertificateRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyTagsException$ = exports.ThrottlingException$ = exports.TagPolicyException$ = exports.ResourceNotFoundException$ = exports.ResourceInUseException$ = exports.RequestInProgressException$ = exports.LimitExceededException$ = exports.InvalidTagException$ = exports.InvalidStateException$ = exports.InvalidParameterException$ = exports.InvalidDomainValidationOptionsException$ = exports.InvalidArnException$ = exports.InvalidArgsException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.ACMServiceException$ = void 0;
|
|
4
|
+
exports.UpdateCertificateOptions$ = exports.RevokeCertificate$ = exports.ResendValidationEmail$ = exports.RequestCertificate$ = exports.RenewCertificate$ = exports.RemoveTagsFromCertificate$ = exports.PutAccountConfiguration$ = exports.ListTagsForCertificate$ = exports.ListCertificates$ = exports.ImportCertificate$ = exports.GetCertificate$ = exports.GetAccountConfiguration$ = exports.ExportCertificate$ = exports.DescribeCertificate$ = exports.DeleteCertificate$ = exports.AddTagsToCertificate$ = exports.UpdateCertificateOptionsRequest$ = exports.Tag$ = exports.RevokeCertificateResponse$ = exports.RevokeCertificateRequest$ = exports.ResourceRecord$ = void 0;
|
|
5
|
+
const _ADE = "AccessDeniedException";
|
|
6
|
+
const _ATTC = "AddTagsToCertificate";
|
|
7
|
+
const _ATTCR = "AddTagsToCertificateRequest";
|
|
8
|
+
const _C = "Certificate";
|
|
9
|
+
const _CA = "CertificateArn";
|
|
10
|
+
const _CAA = "CertificateAuthorityArn";
|
|
11
|
+
const _CAr = "CreatedAt";
|
|
12
|
+
const _CC = "CertificateChain";
|
|
13
|
+
const _CD = "CertificateDetail";
|
|
14
|
+
const _CE = "ConflictException";
|
|
15
|
+
const _CO = "CertificateOptions";
|
|
16
|
+
const _CS = "CertificateSummary";
|
|
17
|
+
const _CSL = "CertificateSummaryList";
|
|
18
|
+
const _CSe = "CertificateStatuses";
|
|
19
|
+
const _CTLP = "CertificateTransparencyLoggingPreference";
|
|
20
|
+
const _D = "Domain";
|
|
21
|
+
const _DBE = "DaysBeforeExpiry";
|
|
22
|
+
const _DC = "DeleteCertificate";
|
|
23
|
+
const _DCR = "DeleteCertificateRequest";
|
|
24
|
+
const _DCRe = "DescribeCertificateRequest";
|
|
25
|
+
const _DCRes = "DescribeCertificateResponse";
|
|
26
|
+
const _DCe = "DescribeCertificate";
|
|
27
|
+
const _DN = "DomainName";
|
|
28
|
+
const _DV = "DomainValidation";
|
|
29
|
+
const _DVL = "DomainValidationList";
|
|
30
|
+
const _DVO = "DomainValidationOptions";
|
|
31
|
+
const _DVOL = "DomainValidationOptionList";
|
|
32
|
+
const _DVOo = "DomainValidationOption";
|
|
33
|
+
const _E = "Export";
|
|
34
|
+
const _EC = "ExportCertificate";
|
|
35
|
+
const _ECR = "ExportCertificateRequest";
|
|
36
|
+
const _ECRx = "ExportCertificateResponse";
|
|
37
|
+
const _EE = "ExpiryEvents";
|
|
38
|
+
const _EEC = "ExpiryEventsConfiguration";
|
|
39
|
+
const _EKU = "ExtendedKeyUsages";
|
|
40
|
+
const _EKUL = "ExtendedKeyUsageList";
|
|
41
|
+
const _EKUx = "ExtendedKeyUsage";
|
|
42
|
+
const _EO = "ExportOption";
|
|
43
|
+
const _Ex = "Exported";
|
|
44
|
+
const _F = "Filters";
|
|
45
|
+
const _FR = "FailureReason";
|
|
46
|
+
const _GAC = "GetAccountConfiguration";
|
|
47
|
+
const _GACR = "GetAccountConfigurationResponse";
|
|
48
|
+
const _GC = "GetCertificate";
|
|
49
|
+
const _GCR = "GetCertificateRequest";
|
|
50
|
+
const _GCRe = "GetCertificateResponse";
|
|
51
|
+
const _HASAN = "HasAdditionalSubjectAlternativeNames";
|
|
52
|
+
const _HR = "HttpRedirect";
|
|
53
|
+
const _I = "Issuer";
|
|
54
|
+
const _IA = "IssuedAt";
|
|
55
|
+
const _IAE = "InvalidArgsException";
|
|
56
|
+
const _IAEn = "InvalidArnException";
|
|
57
|
+
const _IAm = "ImportedAt";
|
|
58
|
+
const _IC = "ImportCertificate";
|
|
59
|
+
const _ICR = "ImportCertificateRequest";
|
|
60
|
+
const _ICRm = "ImportCertificateResponse";
|
|
61
|
+
const _IDVOE = "InvalidDomainValidationOptionsException";
|
|
62
|
+
const _IPE = "InvalidParameterException";
|
|
63
|
+
const _ISE = "InvalidStateException";
|
|
64
|
+
const _IT = "IdempotencyToken";
|
|
65
|
+
const _ITE = "InvalidTagException";
|
|
66
|
+
const _IU = "InUse";
|
|
67
|
+
const _IUB = "InUseBy";
|
|
68
|
+
const _In = "Includes";
|
|
69
|
+
const _K = "Key";
|
|
70
|
+
const _KA = "KeyAlgorithm";
|
|
71
|
+
const _KU = "KeyUsages";
|
|
72
|
+
const _KUL = "KeyUsageList";
|
|
73
|
+
const _KUe = "KeyUsage";
|
|
74
|
+
const _LC = "ListCertificates";
|
|
75
|
+
const _LCR = "ListCertificatesRequest";
|
|
76
|
+
const _LCRi = "ListCertificatesResponse";
|
|
77
|
+
const _LEE = "LimitExceededException";
|
|
78
|
+
const _LTFC = "ListTagsForCertificate";
|
|
79
|
+
const _LTFCR = "ListTagsForCertificateRequest";
|
|
80
|
+
const _LTFCRi = "ListTagsForCertificateResponse";
|
|
81
|
+
const _M = "Message";
|
|
82
|
+
const _MB = "ManagedBy";
|
|
83
|
+
const _MI = "MaxItems";
|
|
84
|
+
const _N = "Name";
|
|
85
|
+
const _NA = "NotAfter";
|
|
86
|
+
const _NB = "NotBefore";
|
|
87
|
+
const _NT = "NextToken";
|
|
88
|
+
const _O = "Options";
|
|
89
|
+
const _OID = "OID";
|
|
90
|
+
const _P = "Passphrase";
|
|
91
|
+
const _PAC = "PutAccountConfiguration";
|
|
92
|
+
const _PACR = "PutAccountConfigurationRequest";
|
|
93
|
+
const _PB = "PassphraseBlob";
|
|
94
|
+
const _PK = "PrivateKey";
|
|
95
|
+
const _PKB = "PrivateKeyBlob";
|
|
96
|
+
const _RA = "RevokedAt";
|
|
97
|
+
const _RC = "RenewCertificate";
|
|
98
|
+
const _RCR = "RenewCertificateRequest";
|
|
99
|
+
const _RCRe = "RequestCertificateRequest";
|
|
100
|
+
const _RCReq = "RequestCertificateResponse";
|
|
101
|
+
const _RCRev = "RevokeCertificateRequest";
|
|
102
|
+
const _RCRevo = "RevokeCertificateResponse";
|
|
103
|
+
const _RCe = "RequestCertificate";
|
|
104
|
+
const _RCev = "RevokeCertificate";
|
|
105
|
+
const _RE = "RenewalEligibility";
|
|
106
|
+
const _RF = "RedirectFrom";
|
|
107
|
+
const _RIPE = "RequestInProgressException";
|
|
108
|
+
const _RIUE = "ResourceInUseException";
|
|
109
|
+
const _RNFE = "ResourceNotFoundException";
|
|
110
|
+
const _RR = "RevocationReason";
|
|
111
|
+
const _RRe = "ResourceRecord";
|
|
112
|
+
const _RS = "RenewalSummary";
|
|
113
|
+
const _RSR = "RenewalStatusReason";
|
|
114
|
+
const _RSe = "RenewalStatus";
|
|
115
|
+
const _RT = "RedirectTo";
|
|
116
|
+
const _RTFC = "RemoveTagsFromCertificate";
|
|
117
|
+
const _RTFCR = "RemoveTagsFromCertificateRequest";
|
|
118
|
+
const _RVE = "ResendValidationEmail";
|
|
119
|
+
const _RVER = "ResendValidationEmailRequest";
|
|
120
|
+
const _S = "Serial";
|
|
121
|
+
const _SA = "SignatureAlgorithm";
|
|
122
|
+
const _SAN = "SubjectAlternativeNames";
|
|
123
|
+
const _SANS = "SubjectAlternativeNameSummaries";
|
|
124
|
+
const _SB = "SortBy";
|
|
125
|
+
const _SO = "SortOrder";
|
|
126
|
+
const _St = "Status";
|
|
127
|
+
const _Su = "Subject";
|
|
128
|
+
const _T = "Tags";
|
|
129
|
+
const _TE = "ThrottlingException";
|
|
130
|
+
const _TL = "TagList";
|
|
131
|
+
const _TMTE = "TooManyTagsException";
|
|
132
|
+
const _TPE = "TagPolicyException";
|
|
133
|
+
const _Ta = "Tag";
|
|
134
|
+
const _Ty = "Type";
|
|
135
|
+
const _UA = "UpdatedAt";
|
|
136
|
+
const _UCO = "UpdateCertificateOptions";
|
|
137
|
+
const _UCOR = "UpdateCertificateOptionsRequest";
|
|
138
|
+
const _V = "Value";
|
|
139
|
+
const _VD = "ValidationDomain";
|
|
140
|
+
const _VE = "ValidationException";
|
|
141
|
+
const _VEa = "ValidationEmails";
|
|
142
|
+
const _VM = "ValidationMethod";
|
|
143
|
+
const _VS = "ValidationStatus";
|
|
144
|
+
const _aQE = "awsQueryError";
|
|
145
|
+
const _c = "client";
|
|
146
|
+
const _e = "error";
|
|
147
|
+
const _eKU = "extendedKeyUsage";
|
|
148
|
+
const _eO = "exportOption";
|
|
149
|
+
const _hE = "httpError";
|
|
150
|
+
const _kT = "keyTypes";
|
|
151
|
+
const _kU = "keyUsage";
|
|
152
|
+
const _m = "message";
|
|
153
|
+
const _mB = "managedBy";
|
|
154
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.acm";
|
|
155
|
+
const n0 = "com.amazonaws.acm";
|
|
156
|
+
const schema_1 = require("@smithy/core/schema");
|
|
157
|
+
const ACMServiceException_1 = require("../models/ACMServiceException");
|
|
158
|
+
const errors_1 = require("../models/errors");
|
|
159
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
160
|
+
exports.ACMServiceException$ = [-3, _s, "ACMServiceException", 0, [], []];
|
|
161
|
+
_s_registry.registerError(exports.ACMServiceException$, ACMServiceException_1.ACMServiceException);
|
|
162
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
163
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
164
|
+
{ [_aQE]: [`AccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
165
|
+
[_M],
|
|
166
|
+
[0]
|
|
167
|
+
];
|
|
168
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
169
|
+
exports.ConflictException$ = [-3, n0, _CE,
|
|
170
|
+
{ [_e]: _c },
|
|
171
|
+
[_m],
|
|
172
|
+
[0]
|
|
173
|
+
];
|
|
174
|
+
n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
|
|
175
|
+
exports.InvalidArgsException$ = [-3, n0, _IAE,
|
|
176
|
+
{ [_e]: _c },
|
|
177
|
+
[_m],
|
|
178
|
+
[0]
|
|
179
|
+
];
|
|
180
|
+
n0_registry.registerError(exports.InvalidArgsException$, errors_1.InvalidArgsException);
|
|
181
|
+
exports.InvalidArnException$ = [-3, n0, _IAEn,
|
|
182
|
+
{ [_e]: _c },
|
|
183
|
+
[_m],
|
|
184
|
+
[0]
|
|
185
|
+
];
|
|
186
|
+
n0_registry.registerError(exports.InvalidArnException$, errors_1.InvalidArnException);
|
|
187
|
+
exports.InvalidDomainValidationOptionsException$ = [-3, n0, _IDVOE,
|
|
188
|
+
{ [_e]: _c },
|
|
189
|
+
[_m],
|
|
190
|
+
[0]
|
|
191
|
+
];
|
|
192
|
+
n0_registry.registerError(exports.InvalidDomainValidationOptionsException$, errors_1.InvalidDomainValidationOptionsException);
|
|
193
|
+
exports.InvalidParameterException$ = [-3, n0, _IPE,
|
|
194
|
+
{ [_e]: _c },
|
|
195
|
+
[_m],
|
|
196
|
+
[0]
|
|
197
|
+
];
|
|
198
|
+
n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
|
|
199
|
+
exports.InvalidStateException$ = [-3, n0, _ISE,
|
|
200
|
+
{ [_e]: _c },
|
|
201
|
+
[_m],
|
|
202
|
+
[0]
|
|
203
|
+
];
|
|
204
|
+
n0_registry.registerError(exports.InvalidStateException$, errors_1.InvalidStateException);
|
|
205
|
+
exports.InvalidTagException$ = [-3, n0, _ITE,
|
|
206
|
+
{ [_e]: _c },
|
|
207
|
+
[_m],
|
|
208
|
+
[0]
|
|
209
|
+
];
|
|
210
|
+
n0_registry.registerError(exports.InvalidTagException$, errors_1.InvalidTagException);
|
|
211
|
+
exports.LimitExceededException$ = [-3, n0, _LEE,
|
|
212
|
+
{ [_e]: _c },
|
|
213
|
+
[_m],
|
|
214
|
+
[0]
|
|
215
|
+
];
|
|
216
|
+
n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
|
|
217
|
+
exports.RequestInProgressException$ = [-3, n0, _RIPE,
|
|
218
|
+
{ [_e]: _c },
|
|
219
|
+
[_m],
|
|
220
|
+
[0]
|
|
221
|
+
];
|
|
222
|
+
n0_registry.registerError(exports.RequestInProgressException$, errors_1.RequestInProgressException);
|
|
223
|
+
exports.ResourceInUseException$ = [-3, n0, _RIUE,
|
|
224
|
+
{ [_e]: _c },
|
|
225
|
+
[_m],
|
|
226
|
+
[0]
|
|
227
|
+
];
|
|
228
|
+
n0_registry.registerError(exports.ResourceInUseException$, errors_1.ResourceInUseException);
|
|
229
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
230
|
+
{ [_e]: _c },
|
|
231
|
+
[_m],
|
|
232
|
+
[0]
|
|
233
|
+
];
|
|
234
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
235
|
+
exports.TagPolicyException$ = [-3, n0, _TPE,
|
|
236
|
+
{ [_e]: _c },
|
|
237
|
+
[_m],
|
|
238
|
+
[0]
|
|
239
|
+
];
|
|
240
|
+
n0_registry.registerError(exports.TagPolicyException$, errors_1.TagPolicyException);
|
|
241
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
242
|
+
{ [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
|
|
243
|
+
[_m],
|
|
244
|
+
[0]
|
|
245
|
+
];
|
|
246
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
247
|
+
exports.TooManyTagsException$ = [-3, n0, _TMTE,
|
|
248
|
+
{ [_e]: _c },
|
|
249
|
+
[_m],
|
|
250
|
+
[0]
|
|
251
|
+
];
|
|
252
|
+
n0_registry.registerError(exports.TooManyTagsException$, errors_1.TooManyTagsException);
|
|
253
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
254
|
+
{ [_aQE]: [`ValidationError`, 400], [_e]: _c, [_hE]: 400 },
|
|
255
|
+
[_m],
|
|
256
|
+
[0]
|
|
257
|
+
];
|
|
258
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
259
|
+
exports.errorTypeRegistries = [
|
|
260
|
+
_s_registry,
|
|
261
|
+
n0_registry,
|
|
262
|
+
];
|
|
263
|
+
var PassphraseBlob = [0, n0, _PB, 8, 21];
|
|
264
|
+
var PrivateKey = [0, n0, _PK, 8, 0];
|
|
265
|
+
var PrivateKeyBlob = [0, n0, _PKB, 8, 21];
|
|
266
|
+
exports.AddTagsToCertificateRequest$ = [3, n0, _ATTCR,
|
|
267
|
+
0,
|
|
268
|
+
[_CA, _T],
|
|
269
|
+
[0, () => TagList], 2
|
|
270
|
+
];
|
|
271
|
+
exports.CertificateDetail$ = [3, n0, _CD,
|
|
272
|
+
0,
|
|
273
|
+
[_CA, _DN, _SAN, _MB, _DVO, _S, _Su, _I, _CAr, _IA, _IAm, _St, _RA, _RR, _NB, _NA, _KA, _SA, _IUB, _FR, _Ty, _RS, _KU, _EKU, _CAA, _RE, _O],
|
|
274
|
+
[0, 0, 64 | 0, 0, () => DomainValidationList, 0, 0, 0, 4, 4, 4, 0, 4, 0, 4, 4, 0, 0, 64 | 0, 0, 0, () => exports.RenewalSummary$, () => KeyUsageList, () => ExtendedKeyUsageList, 0, 0, () => exports.CertificateOptions$]
|
|
275
|
+
];
|
|
276
|
+
exports.CertificateOptions$ = [3, n0, _CO,
|
|
277
|
+
0,
|
|
278
|
+
[_CTLP, _E],
|
|
279
|
+
[0, 0]
|
|
280
|
+
];
|
|
281
|
+
exports.CertificateSummary$ = [3, n0, _CS,
|
|
282
|
+
0,
|
|
283
|
+
[_CA, _DN, _SANS, _HASAN, _St, _Ty, _KA, _KU, _EKU, _EO, _IU, _Ex, _RE, _NB, _NA, _CAr, _IA, _IAm, _RA, _MB],
|
|
284
|
+
[0, 0, 64 | 0, 2, 0, 0, 0, 64 | 0, 64 | 0, 0, 2, 2, 0, 4, 4, 4, 4, 4, 4, 0]
|
|
285
|
+
];
|
|
286
|
+
exports.DeleteCertificateRequest$ = [3, n0, _DCR,
|
|
287
|
+
0,
|
|
288
|
+
[_CA],
|
|
289
|
+
[0], 1
|
|
290
|
+
];
|
|
291
|
+
exports.DescribeCertificateRequest$ = [3, n0, _DCRe,
|
|
292
|
+
0,
|
|
293
|
+
[_CA],
|
|
294
|
+
[0], 1
|
|
295
|
+
];
|
|
296
|
+
exports.DescribeCertificateResponse$ = [3, n0, _DCRes,
|
|
297
|
+
0,
|
|
298
|
+
[_C],
|
|
299
|
+
[() => exports.CertificateDetail$]
|
|
300
|
+
];
|
|
301
|
+
exports.DomainValidation$ = [3, n0, _DV,
|
|
302
|
+
0,
|
|
303
|
+
[_DN, _VEa, _VD, _VS, _RRe, _HR, _VM],
|
|
304
|
+
[0, 64 | 0, 0, 0, () => exports.ResourceRecord$, () => exports.HttpRedirect$, 0], 1
|
|
305
|
+
];
|
|
306
|
+
exports.DomainValidationOption$ = [3, n0, _DVOo,
|
|
307
|
+
0,
|
|
308
|
+
[_DN, _VD],
|
|
309
|
+
[0, 0], 2
|
|
310
|
+
];
|
|
311
|
+
exports.ExpiryEventsConfiguration$ = [3, n0, _EEC,
|
|
312
|
+
0,
|
|
313
|
+
[_DBE],
|
|
314
|
+
[1]
|
|
315
|
+
];
|
|
316
|
+
exports.ExportCertificateRequest$ = [3, n0, _ECR,
|
|
317
|
+
0,
|
|
318
|
+
[_CA, _P],
|
|
319
|
+
[0, [() => PassphraseBlob, 0]], 2
|
|
320
|
+
];
|
|
321
|
+
exports.ExportCertificateResponse$ = [3, n0, _ECRx,
|
|
322
|
+
0,
|
|
323
|
+
[_C, _CC, _PK],
|
|
324
|
+
[0, 0, [() => PrivateKey, 0]]
|
|
325
|
+
];
|
|
326
|
+
exports.ExtendedKeyUsage$ = [3, n0, _EKUx,
|
|
327
|
+
0,
|
|
328
|
+
[_N, _OID],
|
|
329
|
+
[0, 0]
|
|
330
|
+
];
|
|
331
|
+
exports.Filters$ = [3, n0, _F,
|
|
332
|
+
0,
|
|
333
|
+
[_eKU, _kU, _kT, _eO, _mB],
|
|
334
|
+
[64 | 0, 64 | 0, 64 | 0, 0, 0]
|
|
335
|
+
];
|
|
336
|
+
exports.GetAccountConfigurationResponse$ = [3, n0, _GACR,
|
|
337
|
+
0,
|
|
338
|
+
[_EE],
|
|
339
|
+
[() => exports.ExpiryEventsConfiguration$]
|
|
340
|
+
];
|
|
341
|
+
exports.GetCertificateRequest$ = [3, n0, _GCR,
|
|
342
|
+
0,
|
|
343
|
+
[_CA],
|
|
344
|
+
[0], 1
|
|
345
|
+
];
|
|
346
|
+
exports.GetCertificateResponse$ = [3, n0, _GCRe,
|
|
347
|
+
0,
|
|
348
|
+
[_C, _CC],
|
|
349
|
+
[0, 0]
|
|
350
|
+
];
|
|
351
|
+
exports.HttpRedirect$ = [3, n0, _HR,
|
|
352
|
+
0,
|
|
353
|
+
[_RF, _RT],
|
|
354
|
+
[0, 0]
|
|
355
|
+
];
|
|
356
|
+
exports.ImportCertificateRequest$ = [3, n0, _ICR,
|
|
357
|
+
0,
|
|
358
|
+
[_C, _PK, _CA, _CC, _T],
|
|
359
|
+
[21, [() => PrivateKeyBlob, 0], 0, 21, () => TagList], 2
|
|
360
|
+
];
|
|
361
|
+
exports.ImportCertificateResponse$ = [3, n0, _ICRm,
|
|
362
|
+
0,
|
|
363
|
+
[_CA],
|
|
364
|
+
[0]
|
|
365
|
+
];
|
|
366
|
+
exports.KeyUsage$ = [3, n0, _KUe,
|
|
367
|
+
0,
|
|
368
|
+
[_N],
|
|
369
|
+
[0]
|
|
370
|
+
];
|
|
371
|
+
exports.ListCertificatesRequest$ = [3, n0, _LCR,
|
|
372
|
+
0,
|
|
373
|
+
[_CSe, _In, _NT, _MI, _SB, _SO],
|
|
374
|
+
[64 | 0, () => exports.Filters$, 0, 1, 0, 0]
|
|
375
|
+
];
|
|
376
|
+
exports.ListCertificatesResponse$ = [3, n0, _LCRi,
|
|
377
|
+
0,
|
|
378
|
+
[_NT, _CSL],
|
|
379
|
+
[0, () => CertificateSummaryList]
|
|
380
|
+
];
|
|
381
|
+
exports.ListTagsForCertificateRequest$ = [3, n0, _LTFCR,
|
|
382
|
+
0,
|
|
383
|
+
[_CA],
|
|
384
|
+
[0], 1
|
|
385
|
+
];
|
|
386
|
+
exports.ListTagsForCertificateResponse$ = [3, n0, _LTFCRi,
|
|
387
|
+
0,
|
|
388
|
+
[_T],
|
|
389
|
+
[() => TagList]
|
|
390
|
+
];
|
|
391
|
+
exports.PutAccountConfigurationRequest$ = [3, n0, _PACR,
|
|
392
|
+
0,
|
|
393
|
+
[_IT, _EE],
|
|
394
|
+
[0, () => exports.ExpiryEventsConfiguration$], 1
|
|
395
|
+
];
|
|
396
|
+
exports.RemoveTagsFromCertificateRequest$ = [3, n0, _RTFCR,
|
|
397
|
+
0,
|
|
398
|
+
[_CA, _T],
|
|
399
|
+
[0, () => TagList], 2
|
|
400
|
+
];
|
|
401
|
+
exports.RenewalSummary$ = [3, n0, _RS,
|
|
402
|
+
0,
|
|
403
|
+
[_RSe, _DVO, _UA, _RSR],
|
|
404
|
+
[0, () => DomainValidationList, 4, 0], 3
|
|
405
|
+
];
|
|
406
|
+
exports.RenewCertificateRequest$ = [3, n0, _RCR,
|
|
407
|
+
0,
|
|
408
|
+
[_CA],
|
|
409
|
+
[0], 1
|
|
410
|
+
];
|
|
411
|
+
exports.RequestCertificateRequest$ = [3, n0, _RCRe,
|
|
412
|
+
0,
|
|
413
|
+
[_DN, _VM, _SAN, _IT, _DVO, _O, _CAA, _T, _KA, _MB],
|
|
414
|
+
[0, 0, 64 | 0, 0, () => DomainValidationOptionList, () => exports.CertificateOptions$, 0, () => TagList, 0, 0], 1
|
|
415
|
+
];
|
|
416
|
+
exports.RequestCertificateResponse$ = [3, n0, _RCReq,
|
|
417
|
+
0,
|
|
418
|
+
[_CA],
|
|
419
|
+
[0]
|
|
420
|
+
];
|
|
421
|
+
exports.ResendValidationEmailRequest$ = [3, n0, _RVER,
|
|
422
|
+
0,
|
|
423
|
+
[_CA, _D, _VD],
|
|
424
|
+
[0, 0, 0], 3
|
|
425
|
+
];
|
|
426
|
+
exports.ResourceRecord$ = [3, n0, _RRe,
|
|
427
|
+
0,
|
|
428
|
+
[_N, _Ty, _V],
|
|
429
|
+
[0, 0, 0], 3
|
|
430
|
+
];
|
|
431
|
+
exports.RevokeCertificateRequest$ = [3, n0, _RCRev,
|
|
432
|
+
0,
|
|
433
|
+
[_CA, _RR],
|
|
434
|
+
[0, 0], 2
|
|
435
|
+
];
|
|
436
|
+
exports.RevokeCertificateResponse$ = [3, n0, _RCRevo,
|
|
437
|
+
0,
|
|
438
|
+
[_CA],
|
|
439
|
+
[0]
|
|
440
|
+
];
|
|
441
|
+
exports.Tag$ = [3, n0, _Ta,
|
|
442
|
+
0,
|
|
443
|
+
[_K, _V],
|
|
444
|
+
[0, 0], 1
|
|
445
|
+
];
|
|
446
|
+
exports.UpdateCertificateOptionsRequest$ = [3, n0, _UCOR,
|
|
447
|
+
0,
|
|
448
|
+
[_CA, _O],
|
|
449
|
+
[0, () => exports.CertificateOptions$], 2
|
|
450
|
+
];
|
|
451
|
+
var __Unit = "unit";
|
|
452
|
+
var CertificateStatuses = 64 | 0;
|
|
453
|
+
var CertificateSummaryList = [1, n0, _CSL,
|
|
454
|
+
0, () => exports.CertificateSummary$
|
|
455
|
+
];
|
|
456
|
+
var DomainList = 64 | 0;
|
|
457
|
+
var DomainValidationList = [1, n0, _DVL,
|
|
458
|
+
0, () => exports.DomainValidation$
|
|
459
|
+
];
|
|
460
|
+
var DomainValidationOptionList = [1, n0, _DVOL,
|
|
461
|
+
0, () => exports.DomainValidationOption$
|
|
462
|
+
];
|
|
463
|
+
var ExtendedKeyUsageFilterList = 64 | 0;
|
|
464
|
+
var ExtendedKeyUsageList = [1, n0, _EKUL,
|
|
465
|
+
0, () => exports.ExtendedKeyUsage$
|
|
466
|
+
];
|
|
467
|
+
var ExtendedKeyUsageNames = 64 | 0;
|
|
468
|
+
var InUseList = 64 | 0;
|
|
469
|
+
var KeyAlgorithmList = 64 | 0;
|
|
470
|
+
var KeyUsageFilterList = 64 | 0;
|
|
471
|
+
var KeyUsageList = [1, n0, _KUL,
|
|
472
|
+
0, () => exports.KeyUsage$
|
|
473
|
+
];
|
|
474
|
+
var KeyUsageNames = 64 | 0;
|
|
475
|
+
var TagList = [1, n0, _TL,
|
|
476
|
+
0, () => exports.Tag$
|
|
477
|
+
];
|
|
478
|
+
var ValidationEmailList = 64 | 0;
|
|
479
|
+
exports.AddTagsToCertificate$ = [9, n0, _ATTC,
|
|
480
|
+
0, () => exports.AddTagsToCertificateRequest$, () => __Unit
|
|
481
|
+
];
|
|
482
|
+
exports.DeleteCertificate$ = [9, n0, _DC,
|
|
483
|
+
0, () => exports.DeleteCertificateRequest$, () => __Unit
|
|
484
|
+
];
|
|
485
|
+
exports.DescribeCertificate$ = [9, n0, _DCe,
|
|
486
|
+
0, () => exports.DescribeCertificateRequest$, () => exports.DescribeCertificateResponse$
|
|
487
|
+
];
|
|
488
|
+
exports.ExportCertificate$ = [9, n0, _EC,
|
|
489
|
+
0, () => exports.ExportCertificateRequest$, () => exports.ExportCertificateResponse$
|
|
490
|
+
];
|
|
491
|
+
exports.GetAccountConfiguration$ = [9, n0, _GAC,
|
|
492
|
+
0, () => __Unit, () => exports.GetAccountConfigurationResponse$
|
|
493
|
+
];
|
|
494
|
+
exports.GetCertificate$ = [9, n0, _GC,
|
|
495
|
+
0, () => exports.GetCertificateRequest$, () => exports.GetCertificateResponse$
|
|
496
|
+
];
|
|
497
|
+
exports.ImportCertificate$ = [9, n0, _IC,
|
|
498
|
+
0, () => exports.ImportCertificateRequest$, () => exports.ImportCertificateResponse$
|
|
499
|
+
];
|
|
500
|
+
exports.ListCertificates$ = [9, n0, _LC,
|
|
501
|
+
0, () => exports.ListCertificatesRequest$, () => exports.ListCertificatesResponse$
|
|
502
|
+
];
|
|
503
|
+
exports.ListTagsForCertificate$ = [9, n0, _LTFC,
|
|
504
|
+
0, () => exports.ListTagsForCertificateRequest$, () => exports.ListTagsForCertificateResponse$
|
|
505
|
+
];
|
|
506
|
+
exports.PutAccountConfiguration$ = [9, n0, _PAC,
|
|
507
|
+
0, () => exports.PutAccountConfigurationRequest$, () => __Unit
|
|
508
|
+
];
|
|
509
|
+
exports.RemoveTagsFromCertificate$ = [9, n0, _RTFC,
|
|
510
|
+
0, () => exports.RemoveTagsFromCertificateRequest$, () => __Unit
|
|
511
|
+
];
|
|
512
|
+
exports.RenewCertificate$ = [9, n0, _RC,
|
|
513
|
+
0, () => exports.RenewCertificateRequest$, () => __Unit
|
|
514
|
+
];
|
|
515
|
+
exports.RequestCertificate$ = [9, n0, _RCe,
|
|
516
|
+
0, () => exports.RequestCertificateRequest$, () => exports.RequestCertificateResponse$
|
|
517
|
+
];
|
|
518
|
+
exports.ResendValidationEmail$ = [9, n0, _RVE,
|
|
519
|
+
0, () => exports.ResendValidationEmailRequest$, () => __Unit
|
|
520
|
+
];
|
|
521
|
+
exports.RevokeCertificate$ = [9, n0, _RCev,
|
|
522
|
+
0, () => exports.RevokeCertificateRequest$, () => exports.RevokeCertificateResponse$
|
|
523
|
+
];
|
|
524
|
+
exports.UpdateCertificateOptions$ = [9, n0, _UCO,
|
|
525
|
+
0, () => exports.UpdateCertificateOptionsRequest$, () => __Unit
|
|
526
|
+
];
|
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultACMHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2015-12-08",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.acm",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2015-12-08",
|
|
30
32
|
serviceTarget: "CertificateManager",
|
|
31
33
|
},
|