@aws-sdk/client-rolesanywhere 3.928.0 → 3.930.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 (54) hide show
  1. package/dist-cjs/index.js +843 -1274
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/RolesAnywhereClient.js +2 -0
  4. package/dist-es/commands/CreateProfileCommand.js +3 -10
  5. package/dist-es/commands/CreateTrustAnchorCommand.js +3 -10
  6. package/dist-es/commands/DeleteAttributeMappingCommand.js +3 -9
  7. package/dist-es/commands/DeleteCrlCommand.js +3 -9
  8. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  9. package/dist-es/commands/DeleteTrustAnchorCommand.js +3 -9
  10. package/dist-es/commands/DisableCrlCommand.js +3 -9
  11. package/dist-es/commands/DisableProfileCommand.js +3 -9
  12. package/dist-es/commands/DisableTrustAnchorCommand.js +3 -9
  13. package/dist-es/commands/EnableCrlCommand.js +3 -9
  14. package/dist-es/commands/EnableProfileCommand.js +3 -9
  15. package/dist-es/commands/EnableTrustAnchorCommand.js +3 -9
  16. package/dist-es/commands/GetCrlCommand.js +3 -9
  17. package/dist-es/commands/GetProfileCommand.js +3 -9
  18. package/dist-es/commands/GetSubjectCommand.js +3 -9
  19. package/dist-es/commands/GetTrustAnchorCommand.js +3 -9
  20. package/dist-es/commands/ImportCrlCommand.js +3 -10
  21. package/dist-es/commands/ListCrlsCommand.js +3 -9
  22. package/dist-es/commands/ListProfilesCommand.js +3 -9
  23. package/dist-es/commands/ListSubjectsCommand.js +3 -9
  24. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  25. package/dist-es/commands/ListTrustAnchorsCommand.js +3 -9
  26. package/dist-es/commands/PutAttributeMappingCommand.js +3 -9
  27. package/dist-es/commands/PutNotificationSettingsCommand.js +3 -9
  28. package/dist-es/commands/ResetNotificationSettingsCommand.js +3 -9
  29. package/dist-es/commands/TagResourceCommand.js +3 -10
  30. package/dist-es/commands/UntagResourceCommand.js +3 -10
  31. package/dist-es/commands/UpdateCrlCommand.js +3 -9
  32. package/dist-es/commands/UpdateProfileCommand.js +3 -9
  33. package/dist-es/commands/UpdateTrustAnchorCommand.js +3 -9
  34. package/dist-es/models/models_0.js +0 -41
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-es/schemas/schemas_0.js +776 -0
  37. package/dist-types/RolesAnywhereClient.d.ts +10 -1
  38. package/dist-types/models/models_0.d.ts +4 -29
  39. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  40. package/dist-types/runtimeConfig.d.ts +1 -0
  41. package/dist-types/runtimeConfig.native.d.ts +1 -0
  42. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  43. package/dist-types/schemas/schemas_0.d.ts +103 -0
  44. package/dist-types/ts3.4/RolesAnywhereClient.d.ts +4 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -20
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +109 -0
  51. package/package.json +33 -33
  52. package/dist-es/protocols/Aws_restJson1.js +0 -1009
  53. package/dist-types/protocols/Aws_restJson1.d.ts +0 -272
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -365
@@ -0,0 +1,776 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _AM = "AttributeMapping";
3
+ const _AMt = "AttributeMappings";
4
+ const _CD = "CrlDetail";
5
+ const _CDR = "CrlDetailResponse";
6
+ const _CDr = "CrlDetails";
7
+ const _CP = "CreateProfile";
8
+ const _CPR = "CreateProfileRequest";
9
+ const _CS = "CredentialSummary";
10
+ const _CSr = "CredentialSummaries";
11
+ const _CTA = "CreateTrustAnchor";
12
+ const _CTAR = "CreateTrustAnchorRequest";
13
+ const _DAM = "DeleteAttributeMapping";
14
+ const _DAMR = "DeleteAttributeMappingRequest";
15
+ const _DAMRe = "DeleteAttributeMappingResponse";
16
+ const _DC = "DeleteCrl";
17
+ const _DCi = "DisableCrl";
18
+ const _DP = "DeleteProfile";
19
+ const _DPi = "DisableProfile";
20
+ const _DTA = "DeleteTrustAnchor";
21
+ const _DTAi = "DisableTrustAnchor";
22
+ const _EC = "EnableCrl";
23
+ const _EP = "EnableProfile";
24
+ const _ETA = "EnableTrustAnchor";
25
+ const _GC = "GetCrl";
26
+ const _GP = "GetProfile";
27
+ const _GS = "GetSubject";
28
+ const _GTA = "GetTrustAnchor";
29
+ const _IC = "ImportCrl";
30
+ const _ICR = "ImportCrlRequest";
31
+ const _IP = "InstanceProperty";
32
+ const _IPn = "InstanceProperties";
33
+ const _LC = "ListCrls";
34
+ const _LCR = "ListCrlsResponse";
35
+ const _LP = "ListProfiles";
36
+ const _LPR = "ListProfilesResponse";
37
+ const _LR = "ListRequest";
38
+ const _LS = "ListSubjects";
39
+ const _LSR = "ListSubjectsResponse";
40
+ const _LTA = "ListTrustAnchors";
41
+ const _LTAR = "ListTrustAnchorsResponse";
42
+ const _LTFR = "ListTagsForResource";
43
+ const _LTFRR = "ListTagsForResourceRequest";
44
+ const _LTFRRi = "ListTagsForResourceResponse";
45
+ const _MR = "MappingRule";
46
+ const _MRa = "MappingRules";
47
+ const _NS = "NotificationSetting";
48
+ const _NSD = "NotificationSettingDetail";
49
+ const _NSDo = "NotificationSettingDetails";
50
+ const _NSK = "NotificationSettingKey";
51
+ const _NSKo = "NotificationSettingKeys";
52
+ const _NSo = "NotificationSettings";
53
+ const _PAM = "PutAttributeMapping";
54
+ const _PAMR = "PutAttributeMappingRequest";
55
+ const _PAMRu = "PutAttributeMappingResponse";
56
+ const _PD = "ProfileDetail";
57
+ const _PDR = "ProfileDetailResponse";
58
+ const _PDr = "ProfileDetails";
59
+ const _PNS = "PutNotificationSettings";
60
+ const _PNSR = "PutNotificationSettingsRequest";
61
+ const _PNSRu = "PutNotificationSettingsResponse";
62
+ const _RNFE = "ResourceNotFoundException";
63
+ const _RNS = "ResetNotificationSettings";
64
+ const _RNSR = "ResetNotificationSettingsRequest";
65
+ const _RNSRe = "ResetNotificationSettingsResponse";
66
+ const _S = "Source";
67
+ const _SCR = "ScalarCrlRequest";
68
+ const _SD = "SubjectDetail";
69
+ const _SDR = "SubjectDetailResponse";
70
+ const _SDo = "SourceData";
71
+ const _SPR = "ScalarProfileRequest";
72
+ const _SS = "SubjectSummary";
73
+ const _SSR = "ScalarSubjectRequest";
74
+ const _SSu = "SubjectSummaries";
75
+ const _STAR = "ScalarTrustAnchorRequest";
76
+ const _T = "Tag";
77
+ const _TAD = "TrustAnchorDetail";
78
+ const _TADR = "TrustAnchorDetailResponse";
79
+ const _TADr = "TrustAnchorDetails";
80
+ const _TK = "TagKey";
81
+ const _TKL = "TagKeyList";
82
+ const _TL = "TagList";
83
+ const _TMTE = "TooManyTagsException";
84
+ const _TR = "TagResource";
85
+ const _TRR = "TagResourceRequest";
86
+ const _TRRa = "TagResourceResponse";
87
+ const _TV = "TagValue";
88
+ const _UC = "UpdateCrl";
89
+ const _UCR = "UpdateCrlRequest";
90
+ const _UP = "UpdateProfile";
91
+ const _UPR = "UpdateProfileRequest";
92
+ const _UR = "UntagResource";
93
+ const _URR = "UntagResourceRequest";
94
+ const _URRn = "UntagResourceResponse";
95
+ const _UTA = "UpdateTrustAnchor";
96
+ const _UTAR = "UpdateTrustAnchorRequest";
97
+ const _VE = "ValidationException";
98
+ const _aM = "attributeMappings";
99
+ const _aPA = "acmPcaArn";
100
+ const _aRSN = "acceptRoleSessionName";
101
+ const _c = "client";
102
+ const _cA = "crlArn";
103
+ const _cAr = "createdAt";
104
+ const _cB = "configuredBy";
105
+ const _cBr = "createdBy";
106
+ const _cD = "crlData";
107
+ const _cF = "certificateField";
108
+ const _cI = "crlId";
109
+ const _ch = "channel";
110
+ const _cr = "crl";
111
+ const _cre = "credentials";
112
+ const _crl = "crls";
113
+ const _dS = "durationSeconds";
114
+ const _e = "error";
115
+ const _en = "enabled";
116
+ const _ev = "event";
117
+ const _f = "failed";
118
+ const _h = "http";
119
+ const _hE = "httpError";
120
+ const _hQ = "httpQuery";
121
+ const _i = "issuer";
122
+ const _iP = "instanceProperties";
123
+ const _k = "key";
124
+ const _lSA = "lastSeenAt";
125
+ const _m = "message";
126
+ const _mPA = "managedPolicyArns";
127
+ const _mR = "mappingRules";
128
+ const _n = "name";
129
+ const _nS = "notificationSettings";
130
+ const _nSK = "notificationSettingKeys";
131
+ const _nT = "nextToken";
132
+ const _p = "profile";
133
+ const _pA = "profileArn";
134
+ const _pI = "profileId";
135
+ const _pS = "pageSize";
136
+ const _pr = "properties";
137
+ const _pro = "profiles";
138
+ const _rA = "roleArns";
139
+ const _rAe = "resourceArn";
140
+ const _rIP = "requireInstanceProperties";
141
+ const _s = "source";
142
+ const _sA = "seenAt";
143
+ const _sAu = "subjectArn";
144
+ const _sD = "sourceData";
145
+ const _sI = "subjectId";
146
+ const _sN = "serialNumber";
147
+ const _sP = "sessionPolicy";
148
+ const _sT = "sourceType";
149
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.rolesanywhere";
150
+ const _sp = "specifiers";
151
+ const _spe = "specifier";
152
+ const _su = "subjects";
153
+ const _sub = "subject";
154
+ const _t = "tags";
155
+ const _tA = "trustAnchors";
156
+ const _tAA = "trustAnchorArn";
157
+ const _tAI = "trustAnchorId";
158
+ const _tAr = "trustAnchor";
159
+ const _tK = "tagKeys";
160
+ const _th = "threshold";
161
+ const _uA = "updatedAt";
162
+ const _v = "value";
163
+ const _xCD = "x509CertificateData";
164
+ const _xS = "x509Subject";
165
+ const n0 = "com.amazonaws.rolesanywhere";
166
+ import { TypeRegistry } from "@smithy/core/schema";
167
+ import { AccessDeniedException as __AccessDeniedException, ResourceNotFoundException as __ResourceNotFoundException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/index";
168
+ import { RolesAnywhereServiceException as __RolesAnywhereServiceException } from "../models/RolesAnywhereServiceException";
169
+ export var TagKey = [0, n0, _TK, 8, 0];
170
+ export var TagValue = [0, n0, _TV, 8, 0];
171
+ export var AccessDeniedException = [
172
+ -3,
173
+ n0,
174
+ _ADE,
175
+ {
176
+ [_e]: _c,
177
+ [_hE]: 403,
178
+ },
179
+ [_m],
180
+ [0],
181
+ ];
182
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
183
+ export var AttributeMapping = [3, n0, _AM, 0, [_cF, _mR], [0, () => MappingRules]];
184
+ export var CreateProfileRequest = [
185
+ 3,
186
+ n0,
187
+ _CPR,
188
+ 0,
189
+ [_n, _rIP, _sP, _rA, _mPA, _dS, _en, _t, _aRSN],
190
+ [0, 2, 0, 64 | 0, 64 | 0, 1, 2, [() => TagList, 0], 2],
191
+ ];
192
+ export var CreateTrustAnchorRequest = [
193
+ 3,
194
+ n0,
195
+ _CTAR,
196
+ 0,
197
+ [_n, _s, _en, _t, _nS],
198
+ [0, () => Source, 2, [() => TagList, 0], () => NotificationSettings],
199
+ ];
200
+ export var CredentialSummary = [
201
+ 3,
202
+ n0,
203
+ _CS,
204
+ 0,
205
+ [_sA, _sN, _i, _en, _xCD, _f],
206
+ [5, 0, 0, 2, 0, 2],
207
+ ];
208
+ export var CrlDetail = [
209
+ 3,
210
+ n0,
211
+ _CD,
212
+ 0,
213
+ [_cI, _cA, _n, _en, _cD, _tAA, _cAr, _uA],
214
+ [0, 0, 0, 2, 21, 0, 5, 5],
215
+ ];
216
+ export var CrlDetailResponse = [3, n0, _CDR, 0, [_cr], [() => CrlDetail]];
217
+ export var DeleteAttributeMappingRequest = [
218
+ 3,
219
+ n0,
220
+ _DAMR,
221
+ 0,
222
+ [_pI, _cF, _sp],
223
+ [
224
+ [0, 1],
225
+ [
226
+ 0,
227
+ {
228
+ [_hQ]: _cF,
229
+ },
230
+ ],
231
+ [
232
+ 64 | 0,
233
+ {
234
+ [_hQ]: _sp,
235
+ },
236
+ ],
237
+ ],
238
+ ];
239
+ export var DeleteAttributeMappingResponse = [3, n0, _DAMRe, 0, [_p], [() => ProfileDetail]];
240
+ export var ImportCrlRequest = [
241
+ 3,
242
+ n0,
243
+ _ICR,
244
+ 0,
245
+ [_n, _cD, _en, _t, _tAA],
246
+ [0, 21, 2, [() => TagList, 0], 0],
247
+ ];
248
+ export var InstanceProperty = [3, n0, _IP, 0, [_sA, _pr, _f], [5, 128 | 0, 2]];
249
+ export var ListCrlsResponse = [3, n0, _LCR, 0, [_nT, _crl], [0, () => CrlDetails]];
250
+ export var ListProfilesResponse = [3, n0, _LPR, 0, [_nT, _pro], [0, () => ProfileDetails]];
251
+ export var ListRequest = [
252
+ 3,
253
+ n0,
254
+ _LR,
255
+ 0,
256
+ [_nT, _pS],
257
+ [
258
+ [
259
+ 0,
260
+ {
261
+ [_hQ]: _nT,
262
+ },
263
+ ],
264
+ [
265
+ 1,
266
+ {
267
+ [_hQ]: _pS,
268
+ },
269
+ ],
270
+ ],
271
+ ];
272
+ export var ListSubjectsResponse = [3, n0, _LSR, 0, [_su, _nT], [() => SubjectSummaries, 0]];
273
+ export var ListTagsForResourceRequest = [
274
+ 3,
275
+ n0,
276
+ _LTFRR,
277
+ 0,
278
+ [_rAe],
279
+ [
280
+ [
281
+ 0,
282
+ {
283
+ [_hQ]: _rAe,
284
+ },
285
+ ],
286
+ ],
287
+ ];
288
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [[() => TagList, 0]]];
289
+ export var ListTrustAnchorsResponse = [
290
+ 3,
291
+ n0,
292
+ _LTAR,
293
+ 0,
294
+ [_nT, _tA],
295
+ [0, () => TrustAnchorDetails],
296
+ ];
297
+ export var MappingRule = [3, n0, _MR, 0, [_spe], [0]];
298
+ export var NotificationSetting = [3, n0, _NS, 0, [_en, _ev, _th, _ch], [2, 0, 1, 0]];
299
+ export var NotificationSettingDetail = [
300
+ 3,
301
+ n0,
302
+ _NSD,
303
+ 0,
304
+ [_en, _ev, _th, _ch, _cB],
305
+ [2, 0, 1, 0, 0],
306
+ ];
307
+ export var NotificationSettingKey = [3, n0, _NSK, 0, [_ev, _ch], [0, 0]];
308
+ export var ProfileDetail = [
309
+ 3,
310
+ n0,
311
+ _PD,
312
+ 0,
313
+ [_pI, _pA, _n, _rIP, _en, _cBr, _sP, _rA, _mPA, _cAr, _uA, _dS, _aRSN, _aM],
314
+ [0, 0, 0, 2, 2, 0, 0, 64 | 0, 64 | 0, 5, 5, 1, 2, () => AttributeMappings],
315
+ ];
316
+ export var ProfileDetailResponse = [3, n0, _PDR, 0, [_p], [() => ProfileDetail]];
317
+ export var PutAttributeMappingRequest = [
318
+ 3,
319
+ n0,
320
+ _PAMR,
321
+ 0,
322
+ [_pI, _cF, _mR],
323
+ [[0, 1], 0, () => MappingRules],
324
+ ];
325
+ export var PutAttributeMappingResponse = [3, n0, _PAMRu, 0, [_p], [() => ProfileDetail]];
326
+ export var PutNotificationSettingsRequest = [
327
+ 3,
328
+ n0,
329
+ _PNSR,
330
+ 0,
331
+ [_tAI, _nS],
332
+ [0, () => NotificationSettings],
333
+ ];
334
+ export var PutNotificationSettingsResponse = [
335
+ 3,
336
+ n0,
337
+ _PNSRu,
338
+ 0,
339
+ [_tAr],
340
+ [() => TrustAnchorDetail],
341
+ ];
342
+ export var ResetNotificationSettingsRequest = [
343
+ 3,
344
+ n0,
345
+ _RNSR,
346
+ 0,
347
+ [_tAI, _nSK],
348
+ [0, () => NotificationSettingKeys],
349
+ ];
350
+ export var ResetNotificationSettingsResponse = [
351
+ 3,
352
+ n0,
353
+ _RNSRe,
354
+ 0,
355
+ [_tAr],
356
+ [() => TrustAnchorDetail],
357
+ ];
358
+ export var ResourceNotFoundException = [
359
+ -3,
360
+ n0,
361
+ _RNFE,
362
+ {
363
+ [_e]: _c,
364
+ [_hE]: 404,
365
+ },
366
+ [_m],
367
+ [0],
368
+ ];
369
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
370
+ export var ScalarCrlRequest = [3, n0, _SCR, 0, [_cI], [[0, 1]]];
371
+ export var ScalarProfileRequest = [3, n0, _SPR, 0, [_pI], [[0, 1]]];
372
+ export var ScalarSubjectRequest = [3, n0, _SSR, 0, [_sI], [[0, 1]]];
373
+ export var ScalarTrustAnchorRequest = [3, n0, _STAR, 0, [_tAI], [[0, 1]]];
374
+ export var Source = [3, n0, _S, 0, [_sT, _sD], [0, () => SourceData]];
375
+ export var SubjectDetail = [
376
+ 3,
377
+ n0,
378
+ _SD,
379
+ 0,
380
+ [_sAu, _sI, _en, _xS, _lSA, _cAr, _uA, _cre, _iP],
381
+ [0, 0, 2, 0, 5, 5, 5, () => CredentialSummaries, () => InstanceProperties],
382
+ ];
383
+ export var SubjectDetailResponse = [3, n0, _SDR, 0, [_sub], [() => SubjectDetail]];
384
+ export var SubjectSummary = [
385
+ 3,
386
+ n0,
387
+ _SS,
388
+ 0,
389
+ [_sAu, _sI, _en, _xS, _lSA, _cAr, _uA],
390
+ [0, 0, 2, 0, 5, 5, 5],
391
+ ];
392
+ export var Tag = [
393
+ 3,
394
+ n0,
395
+ _T,
396
+ 0,
397
+ [_k, _v],
398
+ [
399
+ [() => TagKey, 0],
400
+ [() => TagValue, 0],
401
+ ],
402
+ ];
403
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, [() => TagList, 0]]];
404
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
405
+ export var TooManyTagsException = [
406
+ -3,
407
+ n0,
408
+ _TMTE,
409
+ {
410
+ [_e]: _c,
411
+ [_hE]: 400,
412
+ },
413
+ [_m],
414
+ [0],
415
+ ];
416
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
417
+ export var TrustAnchorDetail = [
418
+ 3,
419
+ n0,
420
+ _TAD,
421
+ 0,
422
+ [_tAI, _tAA, _n, _s, _en, _cAr, _uA, _nS],
423
+ [0, 0, 0, () => Source, 2, 5, 5, () => NotificationSettingDetails],
424
+ ];
425
+ export var TrustAnchorDetailResponse = [3, n0, _TADR, 0, [_tAr], [() => TrustAnchorDetail]];
426
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_rAe, _tK], [0, [() => TagKeyList, 0]]];
427
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
428
+ export var UpdateCrlRequest = [3, n0, _UCR, 0, [_cI, _n, _cD], [[0, 1], 0, 21]];
429
+ export var UpdateProfileRequest = [
430
+ 3,
431
+ n0,
432
+ _UPR,
433
+ 0,
434
+ [_pI, _n, _sP, _rA, _mPA, _dS, _aRSN],
435
+ [[0, 1], 0, 0, 64 | 0, 64 | 0, 1, 2],
436
+ ];
437
+ export var UpdateTrustAnchorRequest = [
438
+ 3,
439
+ n0,
440
+ _UTAR,
441
+ 0,
442
+ [_tAI, _n, _s],
443
+ [[0, 1], 0, () => Source],
444
+ ];
445
+ export var ValidationException = [
446
+ -3,
447
+ n0,
448
+ _VE,
449
+ {
450
+ [_e]: _c,
451
+ [_hE]: 400,
452
+ },
453
+ [_m],
454
+ [0],
455
+ ];
456
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
457
+ export var RolesAnywhereServiceException = [-3, _sm, "RolesAnywhereServiceException", 0, [], []];
458
+ TypeRegistry.for(_sm).registerError(RolesAnywhereServiceException, __RolesAnywhereServiceException);
459
+ export var AttributeMappings = [1, n0, _AMt, 0, () => AttributeMapping];
460
+ export var CredentialSummaries = [1, n0, _CSr, 0, () => CredentialSummary];
461
+ export var CrlDetails = [1, n0, _CDr, 0, () => CrlDetail];
462
+ export var InstanceProperties = [1, n0, _IPn, 0, () => InstanceProperty];
463
+ export var ManagedPolicyList = 64 | 0;
464
+ export var MappingRules = [1, n0, _MRa, 0, () => MappingRule];
465
+ export var NotificationSettingDetails = [1, n0, _NSDo, 0, () => NotificationSettingDetail];
466
+ export var NotificationSettingKeys = [1, n0, _NSKo, 0, () => NotificationSettingKey];
467
+ export var NotificationSettings = [1, n0, _NSo, 0, () => NotificationSetting];
468
+ export var ProfileDetails = [1, n0, _PDr, 0, () => ProfileDetail];
469
+ export var RoleArnList = 64 | 0;
470
+ export var SpecifierList = 64 | 0;
471
+ export var SubjectSummaries = [1, n0, _SSu, 0, () => SubjectSummary];
472
+ export var TagKeyList = [1, n0, _TKL, 0, [() => TagKey, 0]];
473
+ export var TagList = [1, n0, _TL, 0, [() => Tag, 0]];
474
+ export var TrustAnchorDetails = [1, n0, _TADr, 0, () => TrustAnchorDetail];
475
+ export var InstancePropertyMap = 128 | 0;
476
+ export var SourceData = [3, n0, _SDo, 0, [_xCD, _aPA], [0, 0]];
477
+ export var CreateProfile = [
478
+ 9,
479
+ n0,
480
+ _CP,
481
+ {
482
+ [_h]: ["POST", "/profiles", 201],
483
+ },
484
+ () => CreateProfileRequest,
485
+ () => ProfileDetailResponse,
486
+ ];
487
+ export var CreateTrustAnchor = [
488
+ 9,
489
+ n0,
490
+ _CTA,
491
+ {
492
+ [_h]: ["POST", "/trustanchors", 201],
493
+ },
494
+ () => CreateTrustAnchorRequest,
495
+ () => TrustAnchorDetailResponse,
496
+ ];
497
+ export var DeleteAttributeMapping = [
498
+ 9,
499
+ n0,
500
+ _DAM,
501
+ {
502
+ [_h]: ["DELETE", "/profiles/{profileId}/mappings", 200],
503
+ },
504
+ () => DeleteAttributeMappingRequest,
505
+ () => DeleteAttributeMappingResponse,
506
+ ];
507
+ export var DeleteCrl = [
508
+ 9,
509
+ n0,
510
+ _DC,
511
+ {
512
+ [_h]: ["DELETE", "/crl/{crlId}", 200],
513
+ },
514
+ () => ScalarCrlRequest,
515
+ () => CrlDetailResponse,
516
+ ];
517
+ export var DeleteProfile = [
518
+ 9,
519
+ n0,
520
+ _DP,
521
+ {
522
+ [_h]: ["DELETE", "/profile/{profileId}", 200],
523
+ },
524
+ () => ScalarProfileRequest,
525
+ () => ProfileDetailResponse,
526
+ ];
527
+ export var DeleteTrustAnchor = [
528
+ 9,
529
+ n0,
530
+ _DTA,
531
+ {
532
+ [_h]: ["DELETE", "/trustanchor/{trustAnchorId}", 200],
533
+ },
534
+ () => ScalarTrustAnchorRequest,
535
+ () => TrustAnchorDetailResponse,
536
+ ];
537
+ export var DisableCrl = [
538
+ 9,
539
+ n0,
540
+ _DCi,
541
+ {
542
+ [_h]: ["POST", "/crl/{crlId}/disable", 200],
543
+ },
544
+ () => ScalarCrlRequest,
545
+ () => CrlDetailResponse,
546
+ ];
547
+ export var DisableProfile = [
548
+ 9,
549
+ n0,
550
+ _DPi,
551
+ {
552
+ [_h]: ["POST", "/profile/{profileId}/disable", 200],
553
+ },
554
+ () => ScalarProfileRequest,
555
+ () => ProfileDetailResponse,
556
+ ];
557
+ export var DisableTrustAnchor = [
558
+ 9,
559
+ n0,
560
+ _DTAi,
561
+ {
562
+ [_h]: ["POST", "/trustanchor/{trustAnchorId}/disable", 200],
563
+ },
564
+ () => ScalarTrustAnchorRequest,
565
+ () => TrustAnchorDetailResponse,
566
+ ];
567
+ export var EnableCrl = [
568
+ 9,
569
+ n0,
570
+ _EC,
571
+ {
572
+ [_h]: ["POST", "/crl/{crlId}/enable", 200],
573
+ },
574
+ () => ScalarCrlRequest,
575
+ () => CrlDetailResponse,
576
+ ];
577
+ export var EnableProfile = [
578
+ 9,
579
+ n0,
580
+ _EP,
581
+ {
582
+ [_h]: ["POST", "/profile/{profileId}/enable", 200],
583
+ },
584
+ () => ScalarProfileRequest,
585
+ () => ProfileDetailResponse,
586
+ ];
587
+ export var EnableTrustAnchor = [
588
+ 9,
589
+ n0,
590
+ _ETA,
591
+ {
592
+ [_h]: ["POST", "/trustanchor/{trustAnchorId}/enable", 200],
593
+ },
594
+ () => ScalarTrustAnchorRequest,
595
+ () => TrustAnchorDetailResponse,
596
+ ];
597
+ export var GetCrl = [
598
+ 9,
599
+ n0,
600
+ _GC,
601
+ {
602
+ [_h]: ["GET", "/crl/{crlId}", 200],
603
+ },
604
+ () => ScalarCrlRequest,
605
+ () => CrlDetailResponse,
606
+ ];
607
+ export var GetProfile = [
608
+ 9,
609
+ n0,
610
+ _GP,
611
+ {
612
+ [_h]: ["GET", "/profile/{profileId}", 200],
613
+ },
614
+ () => ScalarProfileRequest,
615
+ () => ProfileDetailResponse,
616
+ ];
617
+ export var GetSubject = [
618
+ 9,
619
+ n0,
620
+ _GS,
621
+ {
622
+ [_h]: ["GET", "/subject/{subjectId}", 200],
623
+ },
624
+ () => ScalarSubjectRequest,
625
+ () => SubjectDetailResponse,
626
+ ];
627
+ export var GetTrustAnchor = [
628
+ 9,
629
+ n0,
630
+ _GTA,
631
+ {
632
+ [_h]: ["GET", "/trustanchor/{trustAnchorId}", 200],
633
+ },
634
+ () => ScalarTrustAnchorRequest,
635
+ () => TrustAnchorDetailResponse,
636
+ ];
637
+ export var ImportCrl = [
638
+ 9,
639
+ n0,
640
+ _IC,
641
+ {
642
+ [_h]: ["POST", "/crls", 201],
643
+ },
644
+ () => ImportCrlRequest,
645
+ () => CrlDetailResponse,
646
+ ];
647
+ export var ListCrls = [
648
+ 9,
649
+ n0,
650
+ _LC,
651
+ {
652
+ [_h]: ["GET", "/crls", 200],
653
+ },
654
+ () => ListRequest,
655
+ () => ListCrlsResponse,
656
+ ];
657
+ export var ListProfiles = [
658
+ 9,
659
+ n0,
660
+ _LP,
661
+ {
662
+ [_h]: ["GET", "/profiles", 200],
663
+ },
664
+ () => ListRequest,
665
+ () => ListProfilesResponse,
666
+ ];
667
+ export var ListSubjects = [
668
+ 9,
669
+ n0,
670
+ _LS,
671
+ {
672
+ [_h]: ["GET", "/subjects", 200],
673
+ },
674
+ () => ListRequest,
675
+ () => ListSubjectsResponse,
676
+ ];
677
+ export var ListTagsForResource = [
678
+ 9,
679
+ n0,
680
+ _LTFR,
681
+ {
682
+ [_h]: ["GET", "/ListTagsForResource", 200],
683
+ },
684
+ () => ListTagsForResourceRequest,
685
+ () => ListTagsForResourceResponse,
686
+ ];
687
+ export var ListTrustAnchors = [
688
+ 9,
689
+ n0,
690
+ _LTA,
691
+ {
692
+ [_h]: ["GET", "/trustanchors", 200],
693
+ },
694
+ () => ListRequest,
695
+ () => ListTrustAnchorsResponse,
696
+ ];
697
+ export var PutAttributeMapping = [
698
+ 9,
699
+ n0,
700
+ _PAM,
701
+ {
702
+ [_h]: ["PUT", "/profiles/{profileId}/mappings", 200],
703
+ },
704
+ () => PutAttributeMappingRequest,
705
+ () => PutAttributeMappingResponse,
706
+ ];
707
+ export var PutNotificationSettings = [
708
+ 9,
709
+ n0,
710
+ _PNS,
711
+ {
712
+ [_h]: ["PATCH", "/put-notifications-settings", 200],
713
+ },
714
+ () => PutNotificationSettingsRequest,
715
+ () => PutNotificationSettingsResponse,
716
+ ];
717
+ export var ResetNotificationSettings = [
718
+ 9,
719
+ n0,
720
+ _RNS,
721
+ {
722
+ [_h]: ["PATCH", "/reset-notifications-settings", 200],
723
+ },
724
+ () => ResetNotificationSettingsRequest,
725
+ () => ResetNotificationSettingsResponse,
726
+ ];
727
+ export var TagResource = [
728
+ 9,
729
+ n0,
730
+ _TR,
731
+ {
732
+ [_h]: ["POST", "/TagResource", 201],
733
+ },
734
+ () => TagResourceRequest,
735
+ () => TagResourceResponse,
736
+ ];
737
+ export var UntagResource = [
738
+ 9,
739
+ n0,
740
+ _UR,
741
+ {
742
+ [_h]: ["POST", "/UntagResource", 200],
743
+ },
744
+ () => UntagResourceRequest,
745
+ () => UntagResourceResponse,
746
+ ];
747
+ export var UpdateCrl = [
748
+ 9,
749
+ n0,
750
+ _UC,
751
+ {
752
+ [_h]: ["PATCH", "/crl/{crlId}", 200],
753
+ },
754
+ () => UpdateCrlRequest,
755
+ () => CrlDetailResponse,
756
+ ];
757
+ export var UpdateProfile = [
758
+ 9,
759
+ n0,
760
+ _UP,
761
+ {
762
+ [_h]: ["PATCH", "/profile/{profileId}", 200],
763
+ },
764
+ () => UpdateProfileRequest,
765
+ () => ProfileDetailResponse,
766
+ ];
767
+ export var UpdateTrustAnchor = [
768
+ 9,
769
+ n0,
770
+ _UTA,
771
+ {
772
+ [_h]: ["PATCH", "/trustanchor/{trustAnchorId}", 200],
773
+ },
774
+ () => UpdateTrustAnchorRequest,
775
+ () => TrustAnchorDetailResponse,
776
+ ];