@aws-sdk/client-acm 3.490.0 → 3.495.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 (32) hide show
  1. package/dist-cjs/ACM.js +1 -41
  2. package/dist-cjs/ACMClient.js +1 -43
  3. package/dist-cjs/commands/AddTagsToCertificateCommand.js +1 -28
  4. package/dist-cjs/commands/DeleteCertificateCommand.js +1 -28
  5. package/dist-cjs/commands/DescribeCertificateCommand.js +1 -28
  6. package/dist-cjs/commands/ExportCertificateCommand.js +1 -29
  7. package/dist-cjs/commands/GetAccountConfigurationCommand.js +1 -28
  8. package/dist-cjs/commands/GetCertificateCommand.js +1 -28
  9. package/dist-cjs/commands/ImportCertificateCommand.js +1 -29
  10. package/dist-cjs/commands/ListCertificatesCommand.js +1 -28
  11. package/dist-cjs/commands/ListTagsForCertificateCommand.js +1 -28
  12. package/dist-cjs/commands/PutAccountConfigurationCommand.js +1 -28
  13. package/dist-cjs/commands/RemoveTagsFromCertificateCommand.js +1 -28
  14. package/dist-cjs/commands/RenewCertificateCommand.js +1 -28
  15. package/dist-cjs/commands/RequestCertificateCommand.js +1 -28
  16. package/dist-cjs/commands/ResendValidationEmailCommand.js +1 -28
  17. package/dist-cjs/commands/UpdateCertificateOptionsCommand.js +1 -28
  18. package/dist-cjs/commands/index.js +1 -18
  19. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  20. package/dist-cjs/extensionConfiguration.js +1 -2
  21. package/dist-cjs/index.js +1998 -12
  22. package/dist-cjs/models/ACMServiceException.js +1 -12
  23. package/dist-cjs/models/index.js +1 -4
  24. package/dist-cjs/models/models_0.js +1 -343
  25. package/dist-cjs/pagination/Interfaces.js +1 -2
  26. package/dist-cjs/pagination/ListCertificatesPaginator.js +1 -7
  27. package/dist-cjs/pagination/index.js +1 -5
  28. package/dist-cjs/protocols/Aws_json1_1.js +1 -1033
  29. package/dist-cjs/runtimeExtensions.js +1 -22
  30. package/dist-cjs/waiters/index.js +1 -4
  31. package/dist-cjs/waiters/waitForCertificateValidated.js +1 -71
  32. package/package.json +41 -41
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ACMServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class ACMServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, ACMServiceException.prototype);
10
- }
11
- }
12
- exports.ACMServiceException = ACMServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,343 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportCertificateRequestFilterSensitiveLog = exports.ExportCertificateResponseFilterSensitiveLog = exports.ExportCertificateRequestFilterSensitiveLog = exports.InvalidStateException = exports.InvalidDomainValidationOptionsException = exports.ValidationException = exports.SortOrder = exports.SortBy = exports.InvalidArgsException = exports.LimitExceededException = exports.RequestInProgressException = exports.ResourceInUseException = exports.ConflictException = exports.CertificateType = exports.CertificateStatus = exports.RevocationReason = exports.RenewalStatus = exports.RenewalEligibility = exports.CertificateTransparencyLoggingPreference = exports.KeyUsageName = exports.KeyAlgorithm = exports.FailureReason = exports.ExtendedKeyUsageName = exports.DomainStatus = exports.ValidationMethod = exports.RecordType = exports.TooManyTagsException = exports.ThrottlingException = exports.TagPolicyException = exports.ResourceNotFoundException = exports.InvalidTagException = exports.InvalidParameterException = exports.InvalidArnException = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ACMServiceException_1 = require("./ACMServiceException");
6
- class AccessDeniedException extends ACMServiceException_1.ACMServiceException {
7
- constructor(opts) {
8
- super({
9
- name: "AccessDeniedException",
10
- $fault: "client",
11
- ...opts,
12
- });
13
- this.name = "AccessDeniedException";
14
- this.$fault = "client";
15
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
- this.Message = opts.Message;
17
- }
18
- }
19
- exports.AccessDeniedException = AccessDeniedException;
20
- class InvalidArnException extends ACMServiceException_1.ACMServiceException {
21
- constructor(opts) {
22
- super({
23
- name: "InvalidArnException",
24
- $fault: "client",
25
- ...opts,
26
- });
27
- this.name = "InvalidArnException";
28
- this.$fault = "client";
29
- Object.setPrototypeOf(this, InvalidArnException.prototype);
30
- }
31
- }
32
- exports.InvalidArnException = InvalidArnException;
33
- class InvalidParameterException extends ACMServiceException_1.ACMServiceException {
34
- constructor(opts) {
35
- super({
36
- name: "InvalidParameterException",
37
- $fault: "client",
38
- ...opts,
39
- });
40
- this.name = "InvalidParameterException";
41
- this.$fault = "client";
42
- Object.setPrototypeOf(this, InvalidParameterException.prototype);
43
- }
44
- }
45
- exports.InvalidParameterException = InvalidParameterException;
46
- class InvalidTagException extends ACMServiceException_1.ACMServiceException {
47
- constructor(opts) {
48
- super({
49
- name: "InvalidTagException",
50
- $fault: "client",
51
- ...opts,
52
- });
53
- this.name = "InvalidTagException";
54
- this.$fault = "client";
55
- Object.setPrototypeOf(this, InvalidTagException.prototype);
56
- }
57
- }
58
- exports.InvalidTagException = InvalidTagException;
59
- class ResourceNotFoundException extends ACMServiceException_1.ACMServiceException {
60
- constructor(opts) {
61
- super({
62
- name: "ResourceNotFoundException",
63
- $fault: "client",
64
- ...opts,
65
- });
66
- this.name = "ResourceNotFoundException";
67
- this.$fault = "client";
68
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
69
- }
70
- }
71
- exports.ResourceNotFoundException = ResourceNotFoundException;
72
- class TagPolicyException extends ACMServiceException_1.ACMServiceException {
73
- constructor(opts) {
74
- super({
75
- name: "TagPolicyException",
76
- $fault: "client",
77
- ...opts,
78
- });
79
- this.name = "TagPolicyException";
80
- this.$fault = "client";
81
- Object.setPrototypeOf(this, TagPolicyException.prototype);
82
- }
83
- }
84
- exports.TagPolicyException = TagPolicyException;
85
- class ThrottlingException extends ACMServiceException_1.ACMServiceException {
86
- constructor(opts) {
87
- super({
88
- name: "ThrottlingException",
89
- $fault: "client",
90
- ...opts,
91
- });
92
- this.name = "ThrottlingException";
93
- this.$fault = "client";
94
- Object.setPrototypeOf(this, ThrottlingException.prototype);
95
- }
96
- }
97
- exports.ThrottlingException = ThrottlingException;
98
- class TooManyTagsException extends ACMServiceException_1.ACMServiceException {
99
- constructor(opts) {
100
- super({
101
- name: "TooManyTagsException",
102
- $fault: "client",
103
- ...opts,
104
- });
105
- this.name = "TooManyTagsException";
106
- this.$fault = "client";
107
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
108
- }
109
- }
110
- exports.TooManyTagsException = TooManyTagsException;
111
- exports.RecordType = {
112
- CNAME: "CNAME",
113
- };
114
- exports.ValidationMethod = {
115
- DNS: "DNS",
116
- EMAIL: "EMAIL",
117
- };
118
- exports.DomainStatus = {
119
- FAILED: "FAILED",
120
- PENDING_VALIDATION: "PENDING_VALIDATION",
121
- SUCCESS: "SUCCESS",
122
- };
123
- exports.ExtendedKeyUsageName = {
124
- ANY: "ANY",
125
- CODE_SIGNING: "CODE_SIGNING",
126
- CUSTOM: "CUSTOM",
127
- EMAIL_PROTECTION: "EMAIL_PROTECTION",
128
- IPSEC_END_SYSTEM: "IPSEC_END_SYSTEM",
129
- IPSEC_TUNNEL: "IPSEC_TUNNEL",
130
- IPSEC_USER: "IPSEC_USER",
131
- NONE: "NONE",
132
- OCSP_SIGNING: "OCSP_SIGNING",
133
- TIME_STAMPING: "TIME_STAMPING",
134
- TLS_WEB_CLIENT_AUTHENTICATION: "TLS_WEB_CLIENT_AUTHENTICATION",
135
- TLS_WEB_SERVER_AUTHENTICATION: "TLS_WEB_SERVER_AUTHENTICATION",
136
- };
137
- exports.FailureReason = {
138
- ADDITIONAL_VERIFICATION_REQUIRED: "ADDITIONAL_VERIFICATION_REQUIRED",
139
- CAA_ERROR: "CAA_ERROR",
140
- DOMAIN_NOT_ALLOWED: "DOMAIN_NOT_ALLOWED",
141
- DOMAIN_VALIDATION_DENIED: "DOMAIN_VALIDATION_DENIED",
142
- INVALID_PUBLIC_DOMAIN: "INVALID_PUBLIC_DOMAIN",
143
- NO_AVAILABLE_CONTACTS: "NO_AVAILABLE_CONTACTS",
144
- OTHER: "OTHER",
145
- PCA_ACCESS_DENIED: "PCA_ACCESS_DENIED",
146
- PCA_INVALID_ARGS: "PCA_INVALID_ARGS",
147
- PCA_INVALID_ARN: "PCA_INVALID_ARN",
148
- PCA_INVALID_DURATION: "PCA_INVALID_DURATION",
149
- PCA_INVALID_STATE: "PCA_INVALID_STATE",
150
- PCA_LIMIT_EXCEEDED: "PCA_LIMIT_EXCEEDED",
151
- PCA_NAME_CONSTRAINTS_VALIDATION: "PCA_NAME_CONSTRAINTS_VALIDATION",
152
- PCA_REQUEST_FAILED: "PCA_REQUEST_FAILED",
153
- PCA_RESOURCE_NOT_FOUND: "PCA_RESOURCE_NOT_FOUND",
154
- SLR_NOT_FOUND: "SLR_NOT_FOUND",
155
- };
156
- exports.KeyAlgorithm = {
157
- EC_prime256v1: "EC_prime256v1",
158
- EC_secp384r1: "EC_secp384r1",
159
- EC_secp521r1: "EC_secp521r1",
160
- RSA_1024: "RSA_1024",
161
- RSA_2048: "RSA_2048",
162
- RSA_3072: "RSA_3072",
163
- RSA_4096: "RSA_4096",
164
- };
165
- exports.KeyUsageName = {
166
- ANY: "ANY",
167
- CERTIFICATE_SIGNING: "CERTIFICATE_SIGNING",
168
- CRL_SIGNING: "CRL_SIGNING",
169
- CUSTOM: "CUSTOM",
170
- DATA_ENCIPHERMENT: "DATA_ENCIPHERMENT",
171
- DECIPHER_ONLY: "DECIPHER_ONLY",
172
- DIGITAL_SIGNATURE: "DIGITAL_SIGNATURE",
173
- ENCHIPER_ONLY: "ENCIPHER_ONLY",
174
- KEY_AGREEMENT: "KEY_AGREEMENT",
175
- KEY_ENCIPHERMENT: "KEY_ENCIPHERMENT",
176
- NON_REPUDATION: "NON_REPUDIATION",
177
- };
178
- exports.CertificateTransparencyLoggingPreference = {
179
- DISABLED: "DISABLED",
180
- ENABLED: "ENABLED",
181
- };
182
- exports.RenewalEligibility = {
183
- ELIGIBLE: "ELIGIBLE",
184
- INELIGIBLE: "INELIGIBLE",
185
- };
186
- exports.RenewalStatus = {
187
- FAILED: "FAILED",
188
- PENDING_AUTO_RENEWAL: "PENDING_AUTO_RENEWAL",
189
- PENDING_VALIDATION: "PENDING_VALIDATION",
190
- SUCCESS: "SUCCESS",
191
- };
192
- exports.RevocationReason = {
193
- AFFILIATION_CHANGED: "AFFILIATION_CHANGED",
194
- A_A_COMPROMISE: "A_A_COMPROMISE",
195
- CA_COMPROMISE: "CA_COMPROMISE",
196
- CERTIFICATE_HOLD: "CERTIFICATE_HOLD",
197
- CESSATION_OF_OPERATION: "CESSATION_OF_OPERATION",
198
- KEY_COMPROMISE: "KEY_COMPROMISE",
199
- PRIVILEGE_WITHDRAWN: "PRIVILEGE_WITHDRAWN",
200
- REMOVE_FROM_CRL: "REMOVE_FROM_CRL",
201
- SUPERCEDED: "SUPERCEDED",
202
- UNSPECIFIED: "UNSPECIFIED",
203
- };
204
- exports.CertificateStatus = {
205
- EXPIRED: "EXPIRED",
206
- FAILED: "FAILED",
207
- INACTIVE: "INACTIVE",
208
- ISSUED: "ISSUED",
209
- PENDING_VALIDATION: "PENDING_VALIDATION",
210
- REVOKED: "REVOKED",
211
- VALIDATION_TIMED_OUT: "VALIDATION_TIMED_OUT",
212
- };
213
- exports.CertificateType = {
214
- AMAZON_ISSUED: "AMAZON_ISSUED",
215
- IMPORTED: "IMPORTED",
216
- PRIVATE: "PRIVATE",
217
- };
218
- class ConflictException extends ACMServiceException_1.ACMServiceException {
219
- constructor(opts) {
220
- super({
221
- name: "ConflictException",
222
- $fault: "client",
223
- ...opts,
224
- });
225
- this.name = "ConflictException";
226
- this.$fault = "client";
227
- Object.setPrototypeOf(this, ConflictException.prototype);
228
- }
229
- }
230
- exports.ConflictException = ConflictException;
231
- class ResourceInUseException extends ACMServiceException_1.ACMServiceException {
232
- constructor(opts) {
233
- super({
234
- name: "ResourceInUseException",
235
- $fault: "client",
236
- ...opts,
237
- });
238
- this.name = "ResourceInUseException";
239
- this.$fault = "client";
240
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
241
- }
242
- }
243
- exports.ResourceInUseException = ResourceInUseException;
244
- class RequestInProgressException extends ACMServiceException_1.ACMServiceException {
245
- constructor(opts) {
246
- super({
247
- name: "RequestInProgressException",
248
- $fault: "client",
249
- ...opts,
250
- });
251
- this.name = "RequestInProgressException";
252
- this.$fault = "client";
253
- Object.setPrototypeOf(this, RequestInProgressException.prototype);
254
- }
255
- }
256
- exports.RequestInProgressException = RequestInProgressException;
257
- class LimitExceededException extends ACMServiceException_1.ACMServiceException {
258
- constructor(opts) {
259
- super({
260
- name: "LimitExceededException",
261
- $fault: "client",
262
- ...opts,
263
- });
264
- this.name = "LimitExceededException";
265
- this.$fault = "client";
266
- Object.setPrototypeOf(this, LimitExceededException.prototype);
267
- }
268
- }
269
- exports.LimitExceededException = LimitExceededException;
270
- class InvalidArgsException extends ACMServiceException_1.ACMServiceException {
271
- constructor(opts) {
272
- super({
273
- name: "InvalidArgsException",
274
- $fault: "client",
275
- ...opts,
276
- });
277
- this.name = "InvalidArgsException";
278
- this.$fault = "client";
279
- Object.setPrototypeOf(this, InvalidArgsException.prototype);
280
- }
281
- }
282
- exports.InvalidArgsException = InvalidArgsException;
283
- exports.SortBy = {
284
- CREATED_AT: "CREATED_AT",
285
- };
286
- exports.SortOrder = {
287
- ASCENDING: "ASCENDING",
288
- DESCENDING: "DESCENDING",
289
- };
290
- class ValidationException extends ACMServiceException_1.ACMServiceException {
291
- constructor(opts) {
292
- super({
293
- name: "ValidationException",
294
- $fault: "client",
295
- ...opts,
296
- });
297
- this.name = "ValidationException";
298
- this.$fault = "client";
299
- Object.setPrototypeOf(this, ValidationException.prototype);
300
- }
301
- }
302
- exports.ValidationException = ValidationException;
303
- class InvalidDomainValidationOptionsException extends ACMServiceException_1.ACMServiceException {
304
- constructor(opts) {
305
- super({
306
- name: "InvalidDomainValidationOptionsException",
307
- $fault: "client",
308
- ...opts,
309
- });
310
- this.name = "InvalidDomainValidationOptionsException";
311
- this.$fault = "client";
312
- Object.setPrototypeOf(this, InvalidDomainValidationOptionsException.prototype);
313
- }
314
- }
315
- exports.InvalidDomainValidationOptionsException = InvalidDomainValidationOptionsException;
316
- class InvalidStateException extends ACMServiceException_1.ACMServiceException {
317
- constructor(opts) {
318
- super({
319
- name: "InvalidStateException",
320
- $fault: "client",
321
- ...opts,
322
- });
323
- this.name = "InvalidStateException";
324
- this.$fault = "client";
325
- Object.setPrototypeOf(this, InvalidStateException.prototype);
326
- }
327
- }
328
- exports.InvalidStateException = InvalidStateException;
329
- const ExportCertificateRequestFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- ...(obj.Passphrase && { Passphrase: smithy_client_1.SENSITIVE_STRING }),
332
- });
333
- exports.ExportCertificateRequestFilterSensitiveLog = ExportCertificateRequestFilterSensitiveLog;
334
- const ExportCertificateResponseFilterSensitiveLog = (obj) => ({
335
- ...obj,
336
- ...(obj.PrivateKey && { PrivateKey: smithy_client_1.SENSITIVE_STRING }),
337
- });
338
- exports.ExportCertificateResponseFilterSensitiveLog = ExportCertificateResponseFilterSensitiveLog;
339
- const ImportCertificateRequestFilterSensitiveLog = (obj) => ({
340
- ...obj,
341
- ...(obj.PrivateKey && { PrivateKey: smithy_client_1.SENSITIVE_STRING }),
342
- });
343
- exports.ImportCertificateRequestFilterSensitiveLog = ImportCertificateRequestFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCertificates = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ACMClient_1 = require("../ACMClient");
6
- const ListCertificatesCommand_1 = require("../commands/ListCertificatesCommand");
7
- exports.paginateListCertificates = (0, core_1.createPaginator)(ACMClient_1.ACMClient, ListCertificatesCommand_1.ListCertificatesCommand, "NextToken", "NextToken", "MaxItems");
1
+ module.exports = require("../index.js");
@@ -1,5 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListCertificatesPaginator"), exports);
1
+ module.exports = require("../index.js");