@aws-sdk/client-rolesanywhere 3.1068.0 → 3.1069.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TrustAnchorDetailResponse$ = exports.TrustAnchorDetail$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SubjectSummary$ = exports.SubjectDetailResponse$ = exports.SubjectDetail$ = exports.Source$ = exports.ScalarTrustAnchorRequest$ = exports.ScalarSubjectRequest$ = exports.ScalarProfileRequest$ = exports.ScalarCrlRequest$ = exports.ResetNotificationSettingsResponse$ = exports.ResetNotificationSettingsRequest$ = exports.PutNotificationSettingsResponse$ = exports.PutNotificationSettingsRequest$ = exports.PutAttributeMappingResponse$ = exports.PutAttributeMappingRequest$ = exports.ProfileDetailResponse$ = exports.ProfileDetail$ = exports.NotificationSettingKey$ = exports.NotificationSettingDetail$ = exports.NotificationSetting$ = exports.MappingRule$ = exports.ListTrustAnchorsResponse$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSubjectsResponse$ = exports.ListRequest$ = exports.ListProfilesResponse$ = exports.ListCrlsResponse$ = exports.InstanceProperty$ = exports.ImportCrlRequest$ = exports.DeleteAttributeMappingResponse$ = exports.DeleteAttributeMappingRequest$ = exports.CrlDetailResponse$ = exports.CrlDetail$ = exports.CredentialSummary$ = exports.CreateTrustAnchorRequest$ = exports.CreateProfileRequest$ = exports.AttributeMapping$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyTagsException$ = exports.ResourceNotFoundException$ = exports.AccessDeniedException$ = exports.RolesAnywhereServiceException$ = void 0;
4
- exports.UpdateTrustAnchor$ = exports.UpdateProfile$ = exports.UpdateCrl$ = exports.UntagResource$ = exports.TagResource$ = exports.ResetNotificationSettings$ = exports.PutNotificationSettings$ = exports.PutAttributeMapping$ = exports.ListTrustAnchors$ = exports.ListTagsForResource$ = exports.ListSubjects$ = exports.ListProfiles$ = exports.ListCrls$ = exports.ImportCrl$ = exports.GetTrustAnchor$ = exports.GetSubject$ = exports.GetProfile$ = exports.GetCrl$ = exports.EnableTrustAnchor$ = exports.EnableProfile$ = exports.EnableCrl$ = exports.DisableTrustAnchor$ = exports.DisableProfile$ = exports.DisableCrl$ = exports.DeleteTrustAnchor$ = exports.DeleteProfile$ = exports.DeleteCrl$ = exports.DeleteAttributeMapping$ = exports.CreateTrustAnchor$ = exports.CreateProfile$ = exports.SourceData$ = exports.UpdateTrustAnchorRequest$ = exports.UpdateProfileRequest$ = exports.UpdateCrlRequest$ = void 0;
5
1
  const _ADE = "AccessDeniedException";
6
2
  const _AM = "AttributeMapping";
7
3
  const _AMt = "AttributeMappings";
@@ -167,415 +163,468 @@ const _v = "value";
167
163
  const _xCD = "x509CertificateData";
168
164
  const _xS = "x509Subject";
169
165
  const n0 = "com.amazonaws.rolesanywhere";
170
- const schema_1 = require("@smithy/core/schema");
171
- const errors_1 = require("../models/errors");
172
- const RolesAnywhereServiceException_1 = require("../models/RolesAnywhereServiceException");
173
- const _s_registry = schema_1.TypeRegistry.for(_s);
174
- exports.RolesAnywhereServiceException$ = [-3, _s, "RolesAnywhereServiceException", 0, [], []];
175
- _s_registry.registerError(exports.RolesAnywhereServiceException$, RolesAnywhereServiceException_1.RolesAnywhereServiceException);
176
- const n0_registry = schema_1.TypeRegistry.for(n0);
177
- exports.AccessDeniedException$ = [-3, n0, _ADE,
166
+ const { TypeRegistry } = require("@smithy/core/schema");
167
+ const { AccessDeniedException, ResourceNotFoundException, TooManyTagsException, ValidationException } = require("../models/errors");
168
+ const { RolesAnywhereServiceException } = require("../models/RolesAnywhereServiceException");
169
+ const _s_registry = TypeRegistry.for(_s);
170
+ const RolesAnywhereServiceException$ = [-3, _s, "RolesAnywhereServiceException", 0, [], []];
171
+ exports.RolesAnywhereServiceException$ = RolesAnywhereServiceException$;
172
+ _s_registry.registerError(RolesAnywhereServiceException$, RolesAnywhereServiceException);
173
+ const n0_registry = TypeRegistry.for(n0);
174
+ const AccessDeniedException$ = [-3, n0, _ADE,
178
175
  { [_e]: _c, [_hE]: 403 },
179
176
  [_m],
180
177
  [0]
181
178
  ];
182
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
183
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
179
+ exports.AccessDeniedException$ = AccessDeniedException$;
180
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
181
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
184
182
  { [_e]: _c, [_hE]: 404 },
185
183
  [_m],
186
184
  [0]
187
185
  ];
188
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
189
- exports.TooManyTagsException$ = [-3, n0, _TMTE,
186
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
187
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
188
+ const TooManyTagsException$ = [-3, n0, _TMTE,
190
189
  { [_e]: _c, [_hE]: 400 },
191
190
  [_m],
192
191
  [0]
193
192
  ];
194
- n0_registry.registerError(exports.TooManyTagsException$, errors_1.TooManyTagsException);
195
- exports.ValidationException$ = [-3, n0, _VE,
193
+ exports.TooManyTagsException$ = TooManyTagsException$;
194
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
195
+ const ValidationException$ = [-3, n0, _VE,
196
196
  { [_e]: _c, [_hE]: 400 },
197
197
  [_m],
198
198
  [0]
199
199
  ];
200
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
200
+ exports.ValidationException$ = ValidationException$;
201
+ n0_registry.registerError(ValidationException$, ValidationException);
201
202
  exports.errorTypeRegistries = [
202
203
  _s_registry,
203
204
  n0_registry,
204
205
  ];
205
206
  var TagKey = [0, n0, _TK, 8, 0];
206
207
  var TagValue = [0, n0, _TV, 8, 0];
207
- exports.AttributeMapping$ = [3, n0, _AM,
208
+ const AttributeMapping$ = [3, n0, _AM,
208
209
  0,
209
210
  [_cF, _mR],
210
211
  [0, () => MappingRules]
211
212
  ];
212
- exports.CreateProfileRequest$ = [3, n0, _CPR,
213
+ exports.AttributeMapping$ = AttributeMapping$;
214
+ const CreateProfileRequest$ = [3, n0, _CPR,
213
215
  0,
214
216
  [_n, _rA, _rIP, _sP, _mPA, _dS, _en, _t, _aRSN],
215
217
  [0, 64 | 0, 2, 0, 64 | 0, 1, 2, [() => TagList, 0], 2], 2
216
218
  ];
217
- exports.CreateTrustAnchorRequest$ = [3, n0, _CTAR,
219
+ exports.CreateProfileRequest$ = CreateProfileRequest$;
220
+ const CreateTrustAnchorRequest$ = [3, n0, _CTAR,
218
221
  0,
219
222
  [_n, _so, _en, _t, _nS],
220
- [0, () => exports.Source$, 2, [() => TagList, 0], () => NotificationSettings], 2
223
+ [0, () => Source$, 2, [() => TagList, 0], () => NotificationSettings], 2
221
224
  ];
222
- exports.CredentialSummary$ = [3, n0, _CS,
225
+ exports.CreateTrustAnchorRequest$ = CreateTrustAnchorRequest$;
226
+ const CredentialSummary$ = [3, n0, _CS,
223
227
  0,
224
228
  [_sA, _sN, _i, _en, _xCD, _f],
225
229
  [5, 0, 0, 2, 0, 2]
226
230
  ];
227
- exports.CrlDetail$ = [3, n0, _CD,
231
+ exports.CredentialSummary$ = CredentialSummary$;
232
+ const CrlDetail$ = [3, n0, _CD,
228
233
  0,
229
234
  [_cI, _cA, _n, _en, _cD, _tAA, _cAr, _uA],
230
235
  [0, 0, 0, 2, 21, 0, 5, 5]
231
236
  ];
232
- exports.CrlDetailResponse$ = [3, n0, _CDR,
237
+ exports.CrlDetail$ = CrlDetail$;
238
+ const CrlDetailResponse$ = [3, n0, _CDR,
233
239
  0,
234
240
  [_cr],
235
- [() => exports.CrlDetail$], 1
241
+ [() => CrlDetail$], 1
236
242
  ];
237
- exports.DeleteAttributeMappingRequest$ = [3, n0, _DAMR,
243
+ exports.CrlDetailResponse$ = CrlDetailResponse$;
244
+ const DeleteAttributeMappingRequest$ = [3, n0, _DAMR,
238
245
  0,
239
246
  [_pI, _cF, _sp],
240
247
  [[0, 1], [0, { [_hQ]: _cF }], [64 | 0, { [_hQ]: _sp }]], 2
241
248
  ];
242
- exports.DeleteAttributeMappingResponse$ = [3, n0, _DAMRe,
249
+ exports.DeleteAttributeMappingRequest$ = DeleteAttributeMappingRequest$;
250
+ const DeleteAttributeMappingResponse$ = [3, n0, _DAMRe,
243
251
  0,
244
252
  [_p],
245
- [() => exports.ProfileDetail$], 1
253
+ [() => ProfileDetail$], 1
246
254
  ];
247
- exports.ImportCrlRequest$ = [3, n0, _ICR,
255
+ exports.DeleteAttributeMappingResponse$ = DeleteAttributeMappingResponse$;
256
+ const ImportCrlRequest$ = [3, n0, _ICR,
248
257
  0,
249
258
  [_n, _cD, _tAA, _en, _t],
250
259
  [0, 21, 0, 2, [() => TagList, 0]], 3
251
260
  ];
252
- exports.InstanceProperty$ = [3, n0, _IP,
261
+ exports.ImportCrlRequest$ = ImportCrlRequest$;
262
+ const InstanceProperty$ = [3, n0, _IP,
253
263
  0,
254
264
  [_sA, _pr, _f],
255
265
  [5, 128 | 0, 2]
256
266
  ];
257
- exports.ListCrlsResponse$ = [3, n0, _LCR,
267
+ exports.InstanceProperty$ = InstanceProperty$;
268
+ const ListCrlsResponse$ = [3, n0, _LCR,
258
269
  0,
259
270
  [_nT, _crl],
260
271
  [0, () => CrlDetails]
261
272
  ];
262
- exports.ListProfilesResponse$ = [3, n0, _LPR,
273
+ exports.ListCrlsResponse$ = ListCrlsResponse$;
274
+ const ListProfilesResponse$ = [3, n0, _LPR,
263
275
  0,
264
276
  [_nT, _pro],
265
277
  [0, () => ProfileDetails]
266
278
  ];
267
- exports.ListRequest$ = [3, n0, _LR,
279
+ exports.ListProfilesResponse$ = ListProfilesResponse$;
280
+ const ListRequest$ = [3, n0, _LR,
268
281
  0,
269
282
  [_nT, _pS],
270
283
  [[0, { [_hQ]: _nT }], [1, { [_hQ]: _pS }]]
271
284
  ];
272
- exports.ListSubjectsResponse$ = [3, n0, _LSR,
285
+ exports.ListRequest$ = ListRequest$;
286
+ const ListSubjectsResponse$ = [3, n0, _LSR,
273
287
  0,
274
288
  [_su, _nT],
275
289
  [() => SubjectSummaries, 0]
276
290
  ];
277
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
291
+ exports.ListSubjectsResponse$ = ListSubjectsResponse$;
292
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
278
293
  0,
279
294
  [_rAe],
280
295
  [[0, { [_hQ]: _rAe }]], 1
281
296
  ];
282
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
297
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
298
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
283
299
  0,
284
300
  [_t],
285
301
  [[() => TagList, 0]]
286
302
  ];
287
- exports.ListTrustAnchorsResponse$ = [3, n0, _LTAR,
303
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
304
+ const ListTrustAnchorsResponse$ = [3, n0, _LTAR,
288
305
  0,
289
306
  [_nT, _tA],
290
307
  [0, () => TrustAnchorDetails]
291
308
  ];
292
- exports.MappingRule$ = [3, n0, _MR,
309
+ exports.ListTrustAnchorsResponse$ = ListTrustAnchorsResponse$;
310
+ const MappingRule$ = [3, n0, _MR,
293
311
  0,
294
312
  [_spe],
295
313
  [0], 1
296
314
  ];
297
- exports.NotificationSetting$ = [3, n0, _NS,
315
+ exports.MappingRule$ = MappingRule$;
316
+ const NotificationSetting$ = [3, n0, _NS,
298
317
  0,
299
318
  [_en, _ev, _th, _ch],
300
319
  [2, 0, 1, 0], 2
301
320
  ];
302
- exports.NotificationSettingDetail$ = [3, n0, _NSD,
321
+ exports.NotificationSetting$ = NotificationSetting$;
322
+ const NotificationSettingDetail$ = [3, n0, _NSD,
303
323
  0,
304
324
  [_en, _ev, _th, _ch, _cB],
305
325
  [2, 0, 1, 0, 0], 2
306
326
  ];
307
- exports.NotificationSettingKey$ = [3, n0, _NSK,
327
+ exports.NotificationSettingDetail$ = NotificationSettingDetail$;
328
+ const NotificationSettingKey$ = [3, n0, _NSK,
308
329
  0,
309
330
  [_ev, _ch],
310
331
  [0, 0], 1
311
332
  ];
312
- exports.ProfileDetail$ = [3, n0, _PD,
333
+ exports.NotificationSettingKey$ = NotificationSettingKey$;
334
+ const ProfileDetail$ = [3, n0, _PD,
313
335
  0,
314
336
  [_pI, _pA, _n, _rIP, _en, _cBr, _sP, _rA, _mPA, _cAr, _uA, _dS, _aRSN, _aM],
315
337
  [0, 0, 0, 2, 2, 0, 0, 64 | 0, 64 | 0, 5, 5, 1, 2, () => AttributeMappings]
316
338
  ];
317
- exports.ProfileDetailResponse$ = [3, n0, _PDR,
339
+ exports.ProfileDetail$ = ProfileDetail$;
340
+ const ProfileDetailResponse$ = [3, n0, _PDR,
318
341
  0,
319
342
  [_p],
320
- [() => exports.ProfileDetail$]
343
+ [() => ProfileDetail$]
321
344
  ];
322
- exports.PutAttributeMappingRequest$ = [3, n0, _PAMR,
345
+ exports.ProfileDetailResponse$ = ProfileDetailResponse$;
346
+ const PutAttributeMappingRequest$ = [3, n0, _PAMR,
323
347
  0,
324
348
  [_pI, _cF, _mR],
325
349
  [[0, 1], 0, () => MappingRules], 3
326
350
  ];
327
- exports.PutAttributeMappingResponse$ = [3, n0, _PAMRu,
351
+ exports.PutAttributeMappingRequest$ = PutAttributeMappingRequest$;
352
+ const PutAttributeMappingResponse$ = [3, n0, _PAMRu,
328
353
  0,
329
354
  [_p],
330
- [() => exports.ProfileDetail$], 1
355
+ [() => ProfileDetail$], 1
331
356
  ];
332
- exports.PutNotificationSettingsRequest$ = [3, n0, _PNSR,
357
+ exports.PutAttributeMappingResponse$ = PutAttributeMappingResponse$;
358
+ const PutNotificationSettingsRequest$ = [3, n0, _PNSR,
333
359
  0,
334
360
  [_tAI, _nS],
335
361
  [0, () => NotificationSettings], 2
336
362
  ];
337
- exports.PutNotificationSettingsResponse$ = [3, n0, _PNSRu,
363
+ exports.PutNotificationSettingsRequest$ = PutNotificationSettingsRequest$;
364
+ const PutNotificationSettingsResponse$ = [3, n0, _PNSRu,
338
365
  0,
339
366
  [_tAr],
340
- [() => exports.TrustAnchorDetail$], 1
367
+ [() => TrustAnchorDetail$], 1
341
368
  ];
342
- exports.ResetNotificationSettingsRequest$ = [3, n0, _RNSR,
369
+ exports.PutNotificationSettingsResponse$ = PutNotificationSettingsResponse$;
370
+ const ResetNotificationSettingsRequest$ = [3, n0, _RNSR,
343
371
  0,
344
372
  [_tAI, _nSK],
345
373
  [0, () => NotificationSettingKeys], 2
346
374
  ];
347
- exports.ResetNotificationSettingsResponse$ = [3, n0, _RNSRe,
375
+ exports.ResetNotificationSettingsRequest$ = ResetNotificationSettingsRequest$;
376
+ const ResetNotificationSettingsResponse$ = [3, n0, _RNSRe,
348
377
  0,
349
378
  [_tAr],
350
- [() => exports.TrustAnchorDetail$], 1
379
+ [() => TrustAnchorDetail$], 1
351
380
  ];
352
- exports.ScalarCrlRequest$ = [3, n0, _SCR,
381
+ exports.ResetNotificationSettingsResponse$ = ResetNotificationSettingsResponse$;
382
+ const ScalarCrlRequest$ = [3, n0, _SCR,
353
383
  0,
354
384
  [_cI],
355
385
  [[0, 1]], 1
356
386
  ];
357
- exports.ScalarProfileRequest$ = [3, n0, _SPR,
387
+ exports.ScalarCrlRequest$ = ScalarCrlRequest$;
388
+ const ScalarProfileRequest$ = [3, n0, _SPR,
358
389
  0,
359
390
  [_pI],
360
391
  [[0, 1]], 1
361
392
  ];
362
- exports.ScalarSubjectRequest$ = [3, n0, _SSR,
393
+ exports.ScalarProfileRequest$ = ScalarProfileRequest$;
394
+ const ScalarSubjectRequest$ = [3, n0, _SSR,
363
395
  0,
364
396
  [_sI],
365
397
  [[0, 1]], 1
366
398
  ];
367
- exports.ScalarTrustAnchorRequest$ = [3, n0, _STAR,
399
+ exports.ScalarSubjectRequest$ = ScalarSubjectRequest$;
400
+ const ScalarTrustAnchorRequest$ = [3, n0, _STAR,
368
401
  0,
369
402
  [_tAI],
370
403
  [[0, 1]], 1
371
404
  ];
372
- exports.Source$ = [3, n0, _S,
405
+ exports.ScalarTrustAnchorRequest$ = ScalarTrustAnchorRequest$;
406
+ const Source$ = [3, n0, _S,
373
407
  0,
374
408
  [_sT, _sD],
375
- [0, () => exports.SourceData$]
409
+ [0, () => SourceData$]
376
410
  ];
377
- exports.SubjectDetail$ = [3, n0, _SD,
411
+ exports.Source$ = Source$;
412
+ const SubjectDetail$ = [3, n0, _SD,
378
413
  0,
379
414
  [_sAu, _sI, _en, _xS, _lSA, _cAr, _uA, _cre, _iP],
380
415
  [0, 0, 2, 0, 5, 5, 5, () => CredentialSummaries, () => InstanceProperties]
381
416
  ];
382
- exports.SubjectDetailResponse$ = [3, n0, _SDR,
417
+ exports.SubjectDetail$ = SubjectDetail$;
418
+ const SubjectDetailResponse$ = [3, n0, _SDR,
383
419
  0,
384
420
  [_sub],
385
- [() => exports.SubjectDetail$]
421
+ [() => SubjectDetail$]
386
422
  ];
387
- exports.SubjectSummary$ = [3, n0, _SS,
423
+ exports.SubjectDetailResponse$ = SubjectDetailResponse$;
424
+ const SubjectSummary$ = [3, n0, _SS,
388
425
  0,
389
426
  [_sAu, _sI, _en, _xS, _lSA, _cAr, _uA],
390
427
  [0, 0, 2, 0, 5, 5, 5]
391
428
  ];
392
- exports.Tag$ = [3, n0, _T,
429
+ exports.SubjectSummary$ = SubjectSummary$;
430
+ const Tag$ = [3, n0, _T,
393
431
  0,
394
432
  [_k, _v],
395
433
  [[() => TagKey, 0], [() => TagValue, 0]], 2
396
434
  ];
397
- exports.TagResourceRequest$ = [3, n0, _TRR,
435
+ exports.Tag$ = Tag$;
436
+ const TagResourceRequest$ = [3, n0, _TRR,
398
437
  0,
399
438
  [_rAe, _t],
400
439
  [0, [() => TagList, 0]], 2
401
440
  ];
402
- exports.TagResourceResponse$ = [3, n0, _TRRa,
441
+ exports.TagResourceRequest$ = TagResourceRequest$;
442
+ const TagResourceResponse$ = [3, n0, _TRRa,
403
443
  0,
404
444
  [],
405
445
  []
406
446
  ];
407
- exports.TrustAnchorDetail$ = [3, n0, _TAD,
447
+ exports.TagResourceResponse$ = TagResourceResponse$;
448
+ const TrustAnchorDetail$ = [3, n0, _TAD,
408
449
  0,
409
450
  [_tAI, _tAA, _n, _so, _en, _cAr, _uA, _nS],
410
- [0, 0, 0, () => exports.Source$, 2, 5, 5, () => NotificationSettingDetails]
451
+ [0, 0, 0, () => Source$, 2, 5, 5, () => NotificationSettingDetails]
411
452
  ];
412
- exports.TrustAnchorDetailResponse$ = [3, n0, _TADR,
453
+ exports.TrustAnchorDetail$ = TrustAnchorDetail$;
454
+ const TrustAnchorDetailResponse$ = [3, n0, _TADR,
413
455
  0,
414
456
  [_tAr],
415
- [() => exports.TrustAnchorDetail$], 1
457
+ [() => TrustAnchorDetail$], 1
416
458
  ];
417
- exports.UntagResourceRequest$ = [3, n0, _URR,
459
+ exports.TrustAnchorDetailResponse$ = TrustAnchorDetailResponse$;
460
+ const UntagResourceRequest$ = [3, n0, _URR,
418
461
  0,
419
462
  [_rAe, _tK],
420
463
  [0, [() => TagKeyList, 0]], 2
421
464
  ];
422
- exports.UntagResourceResponse$ = [3, n0, _URRn,
465
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
466
+ const UntagResourceResponse$ = [3, n0, _URRn,
423
467
  0,
424
468
  [],
425
469
  []
426
470
  ];
427
- exports.UpdateCrlRequest$ = [3, n0, _UCR,
471
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
472
+ const UpdateCrlRequest$ = [3, n0, _UCR,
428
473
  0,
429
474
  [_cI, _n, _cD],
430
475
  [[0, 1], 0, 21], 1
431
476
  ];
432
- exports.UpdateProfileRequest$ = [3, n0, _UPR,
477
+ exports.UpdateCrlRequest$ = UpdateCrlRequest$;
478
+ const UpdateProfileRequest$ = [3, n0, _UPR,
433
479
  0,
434
480
  [_pI, _n, _sP, _rA, _mPA, _dS, _aRSN],
435
481
  [[0, 1], 0, 0, 64 | 0, 64 | 0, 1, 2], 1
436
482
  ];
437
- exports.UpdateTrustAnchorRequest$ = [3, n0, _UTAR,
483
+ exports.UpdateProfileRequest$ = UpdateProfileRequest$;
484
+ const UpdateTrustAnchorRequest$ = [3, n0, _UTAR,
438
485
  0,
439
486
  [_tAI, _n, _so],
440
- [[0, 1], 0, () => exports.Source$], 1
487
+ [[0, 1], 0, () => Source$], 1
441
488
  ];
489
+ exports.UpdateTrustAnchorRequest$ = UpdateTrustAnchorRequest$;
442
490
  var AttributeMappings = [1, n0, _AMt,
443
- 0, () => exports.AttributeMapping$
491
+ 0, () => AttributeMapping$
444
492
  ];
445
493
  var CredentialSummaries = [1, n0, _CSr,
446
- 0, () => exports.CredentialSummary$
494
+ 0, () => CredentialSummary$
447
495
  ];
448
496
  var CrlDetails = [1, n0, _CDr,
449
- 0, () => exports.CrlDetail$
497
+ 0, () => CrlDetail$
450
498
  ];
451
499
  var InstanceProperties = [1, n0, _IPn,
452
- 0, () => exports.InstanceProperty$
500
+ 0, () => InstanceProperty$
453
501
  ];
454
502
  var ManagedPolicyList = 64 | 0;
455
503
  var MappingRules = [1, n0, _MRa,
456
- 0, () => exports.MappingRule$
504
+ 0, () => MappingRule$
457
505
  ];
458
506
  var NotificationSettingDetails = [1, n0, _NSDo,
459
- 0, () => exports.NotificationSettingDetail$
507
+ 0, () => NotificationSettingDetail$
460
508
  ];
461
509
  var NotificationSettingKeys = [1, n0, _NSKo,
462
- 0, () => exports.NotificationSettingKey$
510
+ 0, () => NotificationSettingKey$
463
511
  ];
464
512
  var NotificationSettings = [1, n0, _NSo,
465
- 0, () => exports.NotificationSetting$
513
+ 0, () => NotificationSetting$
466
514
  ];
467
515
  var ProfileDetails = [1, n0, _PDr,
468
- 0, () => exports.ProfileDetail$
516
+ 0, () => ProfileDetail$
469
517
  ];
470
518
  var RoleArnList = 64 | 0;
471
519
  var SpecifierList = 64 | 0;
472
520
  var SubjectSummaries = [1, n0, _SSu,
473
- 0, () => exports.SubjectSummary$
521
+ 0, () => SubjectSummary$
474
522
  ];
475
523
  var TagKeyList = [1, n0, _TKL,
476
524
  0, [() => TagKey,
477
525
  0]
478
526
  ];
479
527
  var TagList = [1, n0, _TL,
480
- 0, [() => exports.Tag$,
528
+ 0, [() => Tag$,
481
529
  0]
482
530
  ];
483
531
  var TrustAnchorDetails = [1, n0, _TADr,
484
- 0, () => exports.TrustAnchorDetail$
532
+ 0, () => TrustAnchorDetail$
485
533
  ];
486
534
  var InstancePropertyMap = 128 | 0;
487
- exports.SourceData$ = [4, n0, _SDo,
535
+ const SourceData$ = [4, n0, _SDo,
488
536
  0,
489
537
  [_xCD, _aPA],
490
538
  [0, 0]
491
539
  ];
540
+ exports.SourceData$ = SourceData$;
492
541
  exports.CreateProfile$ = [9, n0, _CP,
493
- { [_h]: ["POST", "/profiles", 201] }, () => exports.CreateProfileRequest$, () => exports.ProfileDetailResponse$
542
+ { [_h]: ["POST", "/profiles", 201] }, () => CreateProfileRequest$, () => ProfileDetailResponse$
494
543
  ];
495
544
  exports.CreateTrustAnchor$ = [9, n0, _CTA,
496
- { [_h]: ["POST", "/trustanchors", 201] }, () => exports.CreateTrustAnchorRequest$, () => exports.TrustAnchorDetailResponse$
545
+ { [_h]: ["POST", "/trustanchors", 201] }, () => CreateTrustAnchorRequest$, () => TrustAnchorDetailResponse$
497
546
  ];
498
547
  exports.DeleteAttributeMapping$ = [9, n0, _DAM,
499
- { [_h]: ["DELETE", "/profiles/{profileId}/mappings", 200] }, () => exports.DeleteAttributeMappingRequest$, () => exports.DeleteAttributeMappingResponse$
548
+ { [_h]: ["DELETE", "/profiles/{profileId}/mappings", 200] }, () => DeleteAttributeMappingRequest$, () => DeleteAttributeMappingResponse$
500
549
  ];
501
550
  exports.DeleteCrl$ = [9, n0, _DC,
502
- { [_h]: ["DELETE", "/crl/{crlId}", 200] }, () => exports.ScalarCrlRequest$, () => exports.CrlDetailResponse$
551
+ { [_h]: ["DELETE", "/crl/{crlId}", 200] }, () => ScalarCrlRequest$, () => CrlDetailResponse$
503
552
  ];
504
553
  exports.DeleteProfile$ = [9, n0, _DP,
505
- { [_h]: ["DELETE", "/profile/{profileId}", 200] }, () => exports.ScalarProfileRequest$, () => exports.ProfileDetailResponse$
554
+ { [_h]: ["DELETE", "/profile/{profileId}", 200] }, () => ScalarProfileRequest$, () => ProfileDetailResponse$
506
555
  ];
507
556
  exports.DeleteTrustAnchor$ = [9, n0, _DTA,
508
- { [_h]: ["DELETE", "/trustanchor/{trustAnchorId}", 200] }, () => exports.ScalarTrustAnchorRequest$, () => exports.TrustAnchorDetailResponse$
557
+ { [_h]: ["DELETE", "/trustanchor/{trustAnchorId}", 200] }, () => ScalarTrustAnchorRequest$, () => TrustAnchorDetailResponse$
509
558
  ];
510
559
  exports.DisableCrl$ = [9, n0, _DCi,
511
- { [_h]: ["POST", "/crl/{crlId}/disable", 200] }, () => exports.ScalarCrlRequest$, () => exports.CrlDetailResponse$
560
+ { [_h]: ["POST", "/crl/{crlId}/disable", 200] }, () => ScalarCrlRequest$, () => CrlDetailResponse$
512
561
  ];
513
562
  exports.DisableProfile$ = [9, n0, _DPi,
514
- { [_h]: ["POST", "/profile/{profileId}/disable", 200] }, () => exports.ScalarProfileRequest$, () => exports.ProfileDetailResponse$
563
+ { [_h]: ["POST", "/profile/{profileId}/disable", 200] }, () => ScalarProfileRequest$, () => ProfileDetailResponse$
515
564
  ];
516
565
  exports.DisableTrustAnchor$ = [9, n0, _DTAi,
517
- { [_h]: ["POST", "/trustanchor/{trustAnchorId}/disable", 200] }, () => exports.ScalarTrustAnchorRequest$, () => exports.TrustAnchorDetailResponse$
566
+ { [_h]: ["POST", "/trustanchor/{trustAnchorId}/disable", 200] }, () => ScalarTrustAnchorRequest$, () => TrustAnchorDetailResponse$
518
567
  ];
519
568
  exports.EnableCrl$ = [9, n0, _EC,
520
- { [_h]: ["POST", "/crl/{crlId}/enable", 200] }, () => exports.ScalarCrlRequest$, () => exports.CrlDetailResponse$
569
+ { [_h]: ["POST", "/crl/{crlId}/enable", 200] }, () => ScalarCrlRequest$, () => CrlDetailResponse$
521
570
  ];
522
571
  exports.EnableProfile$ = [9, n0, _EP,
523
- { [_h]: ["POST", "/profile/{profileId}/enable", 200] }, () => exports.ScalarProfileRequest$, () => exports.ProfileDetailResponse$
572
+ { [_h]: ["POST", "/profile/{profileId}/enable", 200] }, () => ScalarProfileRequest$, () => ProfileDetailResponse$
524
573
  ];
525
574
  exports.EnableTrustAnchor$ = [9, n0, _ETA,
526
- { [_h]: ["POST", "/trustanchor/{trustAnchorId}/enable", 200] }, () => exports.ScalarTrustAnchorRequest$, () => exports.TrustAnchorDetailResponse$
575
+ { [_h]: ["POST", "/trustanchor/{trustAnchorId}/enable", 200] }, () => ScalarTrustAnchorRequest$, () => TrustAnchorDetailResponse$
527
576
  ];
528
577
  exports.GetCrl$ = [9, n0, _GC,
529
- { [_h]: ["GET", "/crl/{crlId}", 200] }, () => exports.ScalarCrlRequest$, () => exports.CrlDetailResponse$
578
+ { [_h]: ["GET", "/crl/{crlId}", 200] }, () => ScalarCrlRequest$, () => CrlDetailResponse$
530
579
  ];
531
580
  exports.GetProfile$ = [9, n0, _GP,
532
- { [_h]: ["GET", "/profile/{profileId}", 200] }, () => exports.ScalarProfileRequest$, () => exports.ProfileDetailResponse$
581
+ { [_h]: ["GET", "/profile/{profileId}", 200] }, () => ScalarProfileRequest$, () => ProfileDetailResponse$
533
582
  ];
534
583
  exports.GetSubject$ = [9, n0, _GS,
535
- { [_h]: ["GET", "/subject/{subjectId}", 200] }, () => exports.ScalarSubjectRequest$, () => exports.SubjectDetailResponse$
584
+ { [_h]: ["GET", "/subject/{subjectId}", 200] }, () => ScalarSubjectRequest$, () => SubjectDetailResponse$
536
585
  ];
537
586
  exports.GetTrustAnchor$ = [9, n0, _GTA,
538
- { [_h]: ["GET", "/trustanchor/{trustAnchorId}", 200] }, () => exports.ScalarTrustAnchorRequest$, () => exports.TrustAnchorDetailResponse$
587
+ { [_h]: ["GET", "/trustanchor/{trustAnchorId}", 200] }, () => ScalarTrustAnchorRequest$, () => TrustAnchorDetailResponse$
539
588
  ];
540
589
  exports.ImportCrl$ = [9, n0, _IC,
541
- { [_h]: ["POST", "/crls", 201] }, () => exports.ImportCrlRequest$, () => exports.CrlDetailResponse$
590
+ { [_h]: ["POST", "/crls", 201] }, () => ImportCrlRequest$, () => CrlDetailResponse$
542
591
  ];
543
592
  exports.ListCrls$ = [9, n0, _LC,
544
- { [_h]: ["GET", "/crls", 200] }, () => exports.ListRequest$, () => exports.ListCrlsResponse$
593
+ { [_h]: ["GET", "/crls", 200] }, () => ListRequest$, () => ListCrlsResponse$
545
594
  ];
546
595
  exports.ListProfiles$ = [9, n0, _LP,
547
- { [_h]: ["GET", "/profiles", 200] }, () => exports.ListRequest$, () => exports.ListProfilesResponse$
596
+ { [_h]: ["GET", "/profiles", 200] }, () => ListRequest$, () => ListProfilesResponse$
548
597
  ];
549
598
  exports.ListSubjects$ = [9, n0, _LS,
550
- { [_h]: ["GET", "/subjects", 200] }, () => exports.ListRequest$, () => exports.ListSubjectsResponse$
599
+ { [_h]: ["GET", "/subjects", 200] }, () => ListRequest$, () => ListSubjectsResponse$
551
600
  ];
552
601
  exports.ListTagsForResource$ = [9, n0, _LTFR,
553
- { [_h]: ["GET", "/ListTagsForResource", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
602
+ { [_h]: ["GET", "/ListTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
554
603
  ];
555
604
  exports.ListTrustAnchors$ = [9, n0, _LTA,
556
- { [_h]: ["GET", "/trustanchors", 200] }, () => exports.ListRequest$, () => exports.ListTrustAnchorsResponse$
605
+ { [_h]: ["GET", "/trustanchors", 200] }, () => ListRequest$, () => ListTrustAnchorsResponse$
557
606
  ];
558
607
  exports.PutAttributeMapping$ = [9, n0, _PAM,
559
- { [_h]: ["PUT", "/profiles/{profileId}/mappings", 200] }, () => exports.PutAttributeMappingRequest$, () => exports.PutAttributeMappingResponse$
608
+ { [_h]: ["PUT", "/profiles/{profileId}/mappings", 200] }, () => PutAttributeMappingRequest$, () => PutAttributeMappingResponse$
560
609
  ];
561
610
  exports.PutNotificationSettings$ = [9, n0, _PNS,
562
- { [_h]: ["PATCH", "/put-notifications-settings", 200] }, () => exports.PutNotificationSettingsRequest$, () => exports.PutNotificationSettingsResponse$
611
+ { [_h]: ["PATCH", "/put-notifications-settings", 200] }, () => PutNotificationSettingsRequest$, () => PutNotificationSettingsResponse$
563
612
  ];
564
613
  exports.ResetNotificationSettings$ = [9, n0, _RNS,
565
- { [_h]: ["PATCH", "/reset-notifications-settings", 200] }, () => exports.ResetNotificationSettingsRequest$, () => exports.ResetNotificationSettingsResponse$
614
+ { [_h]: ["PATCH", "/reset-notifications-settings", 200] }, () => ResetNotificationSettingsRequest$, () => ResetNotificationSettingsResponse$
566
615
  ];
567
616
  exports.TagResource$ = [9, n0, _TR,
568
- { [_h]: ["POST", "/TagResource", 201] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
617
+ { [_h]: ["POST", "/TagResource", 201] }, () => TagResourceRequest$, () => TagResourceResponse$
569
618
  ];
570
619
  exports.UntagResource$ = [9, n0, _UR,
571
- { [_h]: ["POST", "/UntagResource", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
620
+ { [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
572
621
  ];
573
622
  exports.UpdateCrl$ = [9, n0, _UC,
574
- { [_h]: ["PATCH", "/crl/{crlId}", 200] }, () => exports.UpdateCrlRequest$, () => exports.CrlDetailResponse$
623
+ { [_h]: ["PATCH", "/crl/{crlId}", 200] }, () => UpdateCrlRequest$, () => CrlDetailResponse$
575
624
  ];
576
625
  exports.UpdateProfile$ = [9, n0, _UP,
577
- { [_h]: ["PATCH", "/profile/{profileId}", 200] }, () => exports.UpdateProfileRequest$, () => exports.ProfileDetailResponse$
626
+ { [_h]: ["PATCH", "/profile/{profileId}", 200] }, () => UpdateProfileRequest$, () => ProfileDetailResponse$
578
627
  ];
579
628
  exports.UpdateTrustAnchor$ = [9, n0, _UTA,
580
- { [_h]: ["PATCH", "/trustanchor/{trustAnchorId}", 200] }, () => exports.UpdateTrustAnchorRequest$, () => exports.TrustAnchorDetailResponse$
629
+ { [_h]: ["PATCH", "/trustanchor/{trustAnchorId}", 200] }, () => UpdateTrustAnchorRequest$, () => TrustAnchorDetailResponse$
581
630
  ];
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rolesanywhere",
3
3
  "description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
4
- "version": "3.1068.0",
4
+ "version": "3.1069.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
8
- "build:es": "tsc -p tsconfig.es.json",
8
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
- "build:types": "tsc -p tsconfig.types.json",
10
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
+ "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
- "generate:client": "node ../../scripts/generate-clients/single-service --solo rolesanywhere",
14
+ "generate:client": "node ../../scripts/generate-clients/single-service",
15
15
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.55",
26
- "@aws-sdk/types": "^3.973.12",
24
+ "@aws-sdk/core": "^3.974.21",
25
+ "@aws-sdk/credential-provider-node": "^3.972.56",
26
+ "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",
29
29
  "@smithy/node-http-handler": "^4.7.6",