@aws-sdk/client-route53profiles 3.952.0 → 3.953.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 (36) hide show
  1. package/dist-cjs/index.js +238 -167
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateProfileCommand.js +2 -2
  4. package/dist-es/commands/AssociateResourceToProfileCommand.js +2 -2
  5. package/dist-es/commands/CreateProfileCommand.js +2 -2
  6. package/dist-es/commands/DeleteProfileCommand.js +2 -2
  7. package/dist-es/commands/DisassociateProfileCommand.js +2 -2
  8. package/dist-es/commands/DisassociateResourceFromProfileCommand.js +2 -2
  9. package/dist-es/commands/GetProfileAssociationCommand.js +2 -2
  10. package/dist-es/commands/GetProfileCommand.js +2 -2
  11. package/dist-es/commands/GetProfileResourceAssociationCommand.js +2 -2
  12. package/dist-es/commands/ListProfileAssociationsCommand.js +2 -2
  13. package/dist-es/commands/ListProfileResourceAssociationsCommand.js +2 -2
  14. package/dist-es/commands/ListProfilesCommand.js +2 -2
  15. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-es/commands/TagResourceCommand.js +2 -2
  17. package/dist-es/commands/UntagResourceCommand.js +2 -2
  18. package/dist-es/commands/UpdateProfileResourceAssociationCommand.js +2 -2
  19. package/dist-es/index.js +1 -0
  20. package/dist-es/runtimeConfig.shared.js +6 -1
  21. package/dist-es/schemas/schemas_0.js +129 -122
  22. package/dist-types/Route53ProfilesClient.d.ts +1 -10
  23. package/dist-types/index.d.ts +1 -0
  24. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  25. package/dist-types/runtimeConfig.d.ts +6 -2
  26. package/dist-types/runtimeConfig.native.d.ts +6 -2
  27. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  28. package/dist-types/schemas/schemas_0.d.ts +65 -71
  29. package/dist-types/ts3.4/Route53ProfilesClient.d.ts +0 -4
  30. package/dist-types/ts3.4/index.d.ts +1 -0
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +64 -71
  36. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class Route53ProfilesClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let Route53ProfilesServiceException$1 = class Route53ProfilesServiceException extends smithyClient.ServiceException {
113
+ class Route53ProfilesServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, Route53ProfilesServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends Route53ProfilesServiceException$1 {
120
+ class AccessDeniedException extends Route53ProfilesServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends Route53Profile
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let ConflictException$1 = class ConflictException extends Route53ProfilesServiceException$1 {
133
+ }
134
+ class ConflictException extends Route53ProfilesServiceException {
135
135
  name = "ConflictException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends Route53ProfilesService
144
144
  Object.setPrototypeOf(this, ConflictException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let InvalidParameterException$1 = class InvalidParameterException extends Route53ProfilesServiceException$1 {
147
+ }
148
+ class InvalidParameterException extends Route53ProfilesServiceException {
149
149
  name = "InvalidParameterException";
150
150
  $fault = "client";
151
151
  Message;
@@ -160,8 +160,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Route5
160
160
  this.Message = opts.Message;
161
161
  this.FieldName = opts.FieldName;
162
162
  }
163
- };
164
- let LimitExceededException$1 = class LimitExceededException extends Route53ProfilesServiceException$1 {
163
+ }
164
+ class LimitExceededException extends Route53ProfilesServiceException {
165
165
  name = "LimitExceededException";
166
166
  $fault = "client";
167
167
  Message;
@@ -176,8 +176,8 @@ let LimitExceededException$1 = class LimitExceededException extends Route53Profi
176
176
  this.Message = opts.Message;
177
177
  this.ResourceType = opts.ResourceType;
178
178
  }
179
- };
180
- let ResourceExistsException$1 = class ResourceExistsException extends Route53ProfilesServiceException$1 {
179
+ }
180
+ class ResourceExistsException extends Route53ProfilesServiceException {
181
181
  name = "ResourceExistsException";
182
182
  $fault = "client";
183
183
  Message;
@@ -192,8 +192,8 @@ let ResourceExistsException$1 = class ResourceExistsException extends Route53Pro
192
192
  this.Message = opts.Message;
193
193
  this.ResourceType = opts.ResourceType;
194
194
  }
195
- };
196
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends Route53ProfilesServiceException$1 {
195
+ }
196
+ class ResourceNotFoundException extends Route53ProfilesServiceException {
197
197
  name = "ResourceNotFoundException";
198
198
  $fault = "client";
199
199
  Message;
@@ -208,8 +208,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Route5
208
208
  this.Message = opts.Message;
209
209
  this.ResourceType = opts.ResourceType;
210
210
  }
211
- };
212
- let ThrottlingException$1 = class ThrottlingException extends Route53ProfilesServiceException$1 {
211
+ }
212
+ class ThrottlingException extends Route53ProfilesServiceException {
213
213
  name = "ThrottlingException";
214
214
  $fault = "client";
215
215
  Message;
@@ -222,8 +222,8 @@ let ThrottlingException$1 = class ThrottlingException extends Route53ProfilesSer
222
222
  Object.setPrototypeOf(this, ThrottlingException.prototype);
223
223
  this.Message = opts.Message;
224
224
  }
225
- };
226
- let ValidationException$1 = class ValidationException extends Route53ProfilesServiceException$1 {
225
+ }
226
+ class ValidationException extends Route53ProfilesServiceException {
227
227
  name = "ValidationException";
228
228
  $fault = "client";
229
229
  Message;
@@ -236,8 +236,8 @@ let ValidationException$1 = class ValidationException extends Route53ProfilesSer
236
236
  Object.setPrototypeOf(this, ValidationException.prototype);
237
237
  this.Message = opts.Message;
238
238
  }
239
- };
240
- let InternalServiceErrorException$1 = class InternalServiceErrorException extends Route53ProfilesServiceException$1 {
239
+ }
240
+ class InternalServiceErrorException extends Route53ProfilesServiceException {
241
241
  name = "InternalServiceErrorException";
242
242
  $fault = "client";
243
243
  Message;
@@ -250,8 +250,8 @@ let InternalServiceErrorException$1 = class InternalServiceErrorException extend
250
250
  Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
251
251
  this.Message = opts.Message;
252
252
  }
253
- };
254
- let InvalidNextTokenException$1 = class InvalidNextTokenException extends Route53ProfilesServiceException$1 {
253
+ }
254
+ class InvalidNextTokenException extends Route53ProfilesServiceException {
255
255
  name = "InvalidNextTokenException";
256
256
  $fault = "client";
257
257
  Message;
@@ -264,7 +264,7 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends Route5
264
264
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
265
265
  this.Message = opts.Message;
266
266
  }
267
- };
267
+ }
268
268
 
269
269
  const _A = "Arn";
270
270
  const _ADE = "AccessDeniedException";
@@ -371,9 +371,9 @@ const _rT = "resourceType";
371
371
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.route53profiles";
372
372
  const _tK = "tagKeys";
373
373
  const n0 = "com.amazonaws.route53profiles";
374
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_M], [0]];
375
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
376
- var AssociateProfileRequest = [
374
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_M], [0]];
375
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
376
+ var AssociateProfileRequest$ = [
377
377
  3,
378
378
  n0,
379
379
  _APR,
@@ -381,8 +381,8 @@ var AssociateProfileRequest = [
381
381
  [_PI, _RI, _N, _T],
382
382
  [0, 0, 0, () => TagList],
383
383
  ];
384
- var AssociateProfileResponse = [3, n0, _APRs, 0, [_PA], [() => ProfileAssociation]];
385
- var AssociateResourceToProfileRequest = [
384
+ var AssociateProfileResponse$ = [3, n0, _APRs, 0, [_PA], [() => ProfileAssociation$]];
385
+ var AssociateResourceToProfileRequest$ = [
386
386
  3,
387
387
  n0,
388
388
  _ARTPR,
@@ -390,21 +390,21 @@ var AssociateResourceToProfileRequest = [
390
390
  [_PI, _RA, _N, _RP],
391
391
  [0, 0, 0, 0],
392
392
  ];
393
- var AssociateResourceToProfileResponse = [
393
+ var AssociateResourceToProfileResponse$ = [
394
394
  3,
395
395
  n0,
396
396
  _ARTPRs,
397
397
  0,
398
398
  [_PRA],
399
- [() => ProfileResourceAssociation],
400
- ];
401
- var ConflictException = [-3, n0, _CE, { [_e]: _c }, [_M], [0]];
402
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
403
- var CreateProfileRequest = [3, n0, _CPR, 0, [_N, _CT, _T], [0, [0, 4], () => TagList]];
404
- var CreateProfileResponse = [3, n0, _CPRr, 0, [_P], [() => Profile]];
405
- var DeleteProfileRequest = [3, n0, _DPR, 0, [_PI], [[0, 1]]];
406
- var DeleteProfileResponse = [3, n0, _DPRe, 0, [_P], [() => Profile]];
407
- var DisassociateProfileRequest = [
399
+ [() => ProfileResourceAssociation$],
400
+ ];
401
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c }, [_M], [0]];
402
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
403
+ var CreateProfileRequest$ = [3, n0, _CPR, 0, [_N, _CT, _T], [0, [0, 4], () => TagList]];
404
+ var CreateProfileResponse$ = [3, n0, _CPRr, 0, [_P], [() => Profile$]];
405
+ var DeleteProfileRequest$ = [3, n0, _DPR, 0, [_PI], [[0, 1]]];
406
+ var DeleteProfileResponse$ = [3, n0, _DPRe, 0, [_P], [() => Profile$]];
407
+ var DisassociateProfileRequest$ = [
408
408
  3,
409
409
  n0,
410
410
  _DPRi,
@@ -415,8 +415,8 @@ var DisassociateProfileRequest = [
415
415
  [0, 1],
416
416
  ],
417
417
  ];
418
- var DisassociateProfileResponse = [3, n0, _DPRis, 0, [_PA], [() => ProfileAssociation]];
419
- var DisassociateResourceFromProfileRequest = [
418
+ var DisassociateProfileResponse$ = [3, n0, _DPRis, 0, [_PA], [() => ProfileAssociation$]];
419
+ var DisassociateResourceFromProfileRequest$ = [
420
420
  3,
421
421
  n0,
422
422
  _DRFPR,
@@ -427,36 +427,43 @@ var DisassociateResourceFromProfileRequest = [
427
427
  [0, 1],
428
428
  ],
429
429
  ];
430
- var DisassociateResourceFromProfileResponse = [
430
+ var DisassociateResourceFromProfileResponse$ = [
431
431
  3,
432
432
  n0,
433
433
  _DRFPRi,
434
434
  0,
435
435
  [_PRA],
436
- [() => ProfileResourceAssociation],
436
+ [() => ProfileResourceAssociation$],
437
437
  ];
438
- var GetProfileAssociationRequest = [3, n0, _GPAR, 0, [_PAI], [[0, 1]]];
439
- var GetProfileAssociationResponse = [3, n0, _GPARe, 0, [_PA], [() => ProfileAssociation]];
440
- var GetProfileRequest = [3, n0, _GPR, 0, [_PI], [[0, 1]]];
441
- var GetProfileResourceAssociationRequest = [3, n0, _GPRAR, 0, [_PRAI], [[0, 1]]];
442
- var GetProfileResourceAssociationResponse = [
438
+ var GetProfileAssociationRequest$ = [3, n0, _GPAR, 0, [_PAI], [[0, 1]]];
439
+ var GetProfileAssociationResponse$ = [
440
+ 3,
441
+ n0,
442
+ _GPARe,
443
+ 0,
444
+ [_PA],
445
+ [() => ProfileAssociation$],
446
+ ];
447
+ var GetProfileRequest$ = [3, n0, _GPR, 0, [_PI], [[0, 1]]];
448
+ var GetProfileResourceAssociationRequest$ = [3, n0, _GPRAR, 0, [_PRAI], [[0, 1]]];
449
+ var GetProfileResourceAssociationResponse$ = [
443
450
  3,
444
451
  n0,
445
452
  _GPRARe,
446
453
  0,
447
454
  [_PRA],
448
- [() => ProfileResourceAssociation],
449
- ];
450
- var GetProfileResponse = [3, n0, _GPRe, 0, [_P], [() => Profile]];
451
- var InternalServiceErrorException = [-3, n0, _ISEE, { [_e]: _c }, [_M], [0]];
452
- schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException, InternalServiceErrorException$1);
453
- var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
454
- schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
455
- var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_M, _FN], [0, 0]];
456
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
457
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_M, _RT], [0, 0]];
458
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
459
- var ListProfileAssociationsRequest = [
455
+ [() => ProfileResourceAssociation$],
456
+ ];
457
+ var GetProfileResponse$ = [3, n0, _GPRe, 0, [_P], [() => Profile$]];
458
+ var InternalServiceErrorException$ = [-3, n0, _ISEE, { [_e]: _c }, [_M], [0]];
459
+ schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
460
+ var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
461
+ schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
462
+ var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_M, _FN], [0, 0]];
463
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
464
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_M, _RT], [0, 0]];
465
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
466
+ var ListProfileAssociationsRequest$ = [
460
467
  3,
461
468
  n0,
462
469
  _LPAR,
@@ -469,7 +476,7 @@ var ListProfileAssociationsRequest = [
469
476
  [0, { [_hQ]: _nT }],
470
477
  ],
471
478
  ];
472
- var ListProfileAssociationsResponse = [
479
+ var ListProfileAssociationsResponse$ = [
473
480
  3,
474
481
  n0,
475
482
  _LPARi,
@@ -477,7 +484,7 @@ var ListProfileAssociationsResponse = [
477
484
  [_PAr, _NT],
478
485
  [() => ProfileAssociations, 0],
479
486
  ];
480
- var ListProfileResourceAssociationsRequest = [
487
+ var ListProfileResourceAssociationsRequest$ = [
481
488
  3,
482
489
  n0,
483
490
  _LPRAR,
@@ -490,7 +497,7 @@ var ListProfileResourceAssociationsRequest = [
490
497
  [0, { [_hQ]: _nT }],
491
498
  ],
492
499
  ];
493
- var ListProfileResourceAssociationsResponse = [
500
+ var ListProfileResourceAssociationsResponse$ = [
494
501
  3,
495
502
  n0,
496
503
  _LPRARi,
@@ -498,7 +505,7 @@ var ListProfileResourceAssociationsResponse = [
498
505
  [_PRAr, _NT],
499
506
  [() => ProfileResourceAssociations, 0],
500
507
  ];
501
- var ListProfilesRequest = [
508
+ var ListProfilesRequest$ = [
502
509
  3,
503
510
  n0,
504
511
  _LPR,
@@ -509,10 +516,10 @@ var ListProfilesRequest = [
509
516
  [0, { [_hQ]: _nT }],
510
517
  ],
511
518
  ];
512
- var ListProfilesResponse = [3, n0, _LPRi, 0, [_PS, _NT], [() => ProfileSummaryList, 0]];
513
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
514
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
515
- var Profile = [
519
+ var ListProfilesResponse$ = [3, n0, _LPRi, 0, [_PS, _NT], [() => ProfileSummaryList, 0]];
520
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
521
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
522
+ var Profile$ = [
516
523
  3,
517
524
  n0,
518
525
  _P,
@@ -520,7 +527,7 @@ var Profile = [
520
527
  [_I, _A, _N, _OI, _S, _SM, _SS, _CTr, _MT, _CT],
521
528
  [0, 0, 0, 0, 0, 0, 0, 4, 4, 0],
522
529
  ];
523
- var ProfileAssociation = [
530
+ var ProfileAssociation$ = [
524
531
  3,
525
532
  n0,
526
533
  _PA,
@@ -528,7 +535,7 @@ var ProfileAssociation = [
528
535
  [_I, _N, _OI, _PI, _RI, _S, _SM, _CTr, _MT],
529
536
  [0, 0, 0, 0, 0, 0, 0, 4, 4],
530
537
  ];
531
- var ProfileResourceAssociation = [
538
+ var ProfileResourceAssociation$ = [
532
539
  3,
533
540
  n0,
534
541
  _PRA,
@@ -536,17 +543,17 @@ var ProfileResourceAssociation = [
536
543
  [_I, _N, _OI, _PI, _RA, _RT, _RP, _S, _SM, _CTr, _MT],
537
544
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4],
538
545
  ];
539
- var ProfileSummary = [3, n0, _PSr, 0, [_I, _A, _N, _SS], [0, 0, 0, 0]];
540
- var ResourceExistsException = [-3, n0, _REE, { [_e]: _c }, [_M, _RT], [0, 0]];
541
- schema.TypeRegistry.for(n0).registerError(ResourceExistsException, ResourceExistsException$1);
542
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_M, _RT], [0, 0]];
543
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
544
- var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
545
- var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
546
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
547
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_M], [0]];
548
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
549
- var UntagResourceRequest = [
546
+ var ProfileSummary$ = [3, n0, _PSr, 0, [_I, _A, _N, _SS], [0, 0, 0, 0]];
547
+ var ResourceExistsException$ = [-3, n0, _REE, { [_e]: _c }, [_M, _RT], [0, 0]];
548
+ schema.TypeRegistry.for(n0).registerError(ResourceExistsException$, ResourceExistsException);
549
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_M, _RT], [0, 0]];
550
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
551
+ var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
552
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
553
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
554
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c }, [_M], [0]];
555
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
556
+ var UntagResourceRequest$ = [
550
557
  3,
551
558
  n0,
552
559
  _URR,
@@ -557,8 +564,8 @@ var UntagResourceRequest = [
557
564
  [64 | 0, { [_hQ]: _tK }],
558
565
  ],
559
566
  ];
560
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
561
- var UpdateProfileResourceAssociationRequest = [
567
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
568
+ var UpdateProfileResourceAssociationRequest$ = [
562
569
  3,
563
570
  n0,
564
571
  _UPRAR,
@@ -566,149 +573,149 @@ var UpdateProfileResourceAssociationRequest = [
566
573
  [_PRAI, _N, _RP],
567
574
  [[0, 1], 0, 0],
568
575
  ];
569
- var UpdateProfileResourceAssociationResponse = [
576
+ var UpdateProfileResourceAssociationResponse$ = [
570
577
  3,
571
578
  n0,
572
579
  _UPRARp,
573
580
  0,
574
581
  [_PRA],
575
- [() => ProfileResourceAssociation],
576
- ];
577
- var ValidationException = [-3, n0, _VE, { [_e]: _c }, [_M], [0]];
578
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
579
- var Route53ProfilesServiceException = [-3, _s, "Route53ProfilesServiceException", 0, [], []];
580
- schema.TypeRegistry.for(_s).registerError(Route53ProfilesServiceException, Route53ProfilesServiceException$1);
581
- var ProfileAssociations = [1, n0, _PAr, 0, () => ProfileAssociation];
582
- var ProfileResourceAssociations = [1, n0, _PRAr, 0, () => ProfileResourceAssociation];
583
- var ProfileSummaryList = [1, n0, _PSL, 0, () => ProfileSummary];
584
- var TagList = [1, n0, _TL, 0, () => Tag];
585
- var AssociateProfile = [
582
+ [() => ProfileResourceAssociation$],
583
+ ];
584
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c }, [_M], [0]];
585
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
586
+ var Route53ProfilesServiceException$ = [-3, _s, "Route53ProfilesServiceException", 0, [], []];
587
+ schema.TypeRegistry.for(_s).registerError(Route53ProfilesServiceException$, Route53ProfilesServiceException);
588
+ var ProfileAssociations = [1, n0, _PAr, 0, () => ProfileAssociation$];
589
+ var ProfileResourceAssociations = [1, n0, _PRAr, 0, () => ProfileResourceAssociation$];
590
+ var ProfileSummaryList = [1, n0, _PSL, 0, () => ProfileSummary$];
591
+ var TagList = [1, n0, _TL, 0, () => Tag$];
592
+ var AssociateProfile$ = [
586
593
  9,
587
594
  n0,
588
595
  _AP,
589
596
  { [_h]: ["POST", "/profileassociation", 200] },
590
- () => AssociateProfileRequest,
591
- () => AssociateProfileResponse,
597
+ () => AssociateProfileRequest$,
598
+ () => AssociateProfileResponse$,
592
599
  ];
593
- var AssociateResourceToProfile = [
600
+ var AssociateResourceToProfile$ = [
594
601
  9,
595
602
  n0,
596
603
  _ARTP,
597
604
  { [_h]: ["POST", "/profileresourceassociation", 200] },
598
- () => AssociateResourceToProfileRequest,
599
- () => AssociateResourceToProfileResponse,
605
+ () => AssociateResourceToProfileRequest$,
606
+ () => AssociateResourceToProfileResponse$,
600
607
  ];
601
- var CreateProfile = [
608
+ var CreateProfile$ = [
602
609
  9,
603
610
  n0,
604
611
  _CP,
605
612
  { [_h]: ["POST", "/profile", 200] },
606
- () => CreateProfileRequest,
607
- () => CreateProfileResponse,
613
+ () => CreateProfileRequest$,
614
+ () => CreateProfileResponse$,
608
615
  ];
609
- var DeleteProfile = [
616
+ var DeleteProfile$ = [
610
617
  9,
611
618
  n0,
612
619
  _DP,
613
620
  { [_h]: ["DELETE", "/profile/{ProfileId}", 200] },
614
- () => DeleteProfileRequest,
615
- () => DeleteProfileResponse,
621
+ () => DeleteProfileRequest$,
622
+ () => DeleteProfileResponse$,
616
623
  ];
617
- var DisassociateProfile = [
624
+ var DisassociateProfile$ = [
618
625
  9,
619
626
  n0,
620
627
  _DPi,
621
628
  { [_h]: ["DELETE", "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}", 200] },
622
- () => DisassociateProfileRequest,
623
- () => DisassociateProfileResponse,
629
+ () => DisassociateProfileRequest$,
630
+ () => DisassociateProfileResponse$,
624
631
  ];
625
- var DisassociateResourceFromProfile = [
632
+ var DisassociateResourceFromProfile$ = [
626
633
  9,
627
634
  n0,
628
635
  _DRFP,
629
636
  { [_h]: ["DELETE", "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}", 200] },
630
- () => DisassociateResourceFromProfileRequest,
631
- () => DisassociateResourceFromProfileResponse,
637
+ () => DisassociateResourceFromProfileRequest$,
638
+ () => DisassociateResourceFromProfileResponse$,
632
639
  ];
633
- var GetProfile = [
640
+ var GetProfile$ = [
634
641
  9,
635
642
  n0,
636
643
  _GP,
637
644
  { [_h]: ["GET", "/profile/{ProfileId}", 200] },
638
- () => GetProfileRequest,
639
- () => GetProfileResponse,
645
+ () => GetProfileRequest$,
646
+ () => GetProfileResponse$,
640
647
  ];
641
- var GetProfileAssociation = [
648
+ var GetProfileAssociation$ = [
642
649
  9,
643
650
  n0,
644
651
  _GPA,
645
652
  { [_h]: ["GET", "/profileassociation/{ProfileAssociationId}", 200] },
646
- () => GetProfileAssociationRequest,
647
- () => GetProfileAssociationResponse,
653
+ () => GetProfileAssociationRequest$,
654
+ () => GetProfileAssociationResponse$,
648
655
  ];
649
- var GetProfileResourceAssociation = [
656
+ var GetProfileResourceAssociation$ = [
650
657
  9,
651
658
  n0,
652
659
  _GPRA,
653
660
  { [_h]: ["GET", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] },
654
- () => GetProfileResourceAssociationRequest,
655
- () => GetProfileResourceAssociationResponse,
661
+ () => GetProfileResourceAssociationRequest$,
662
+ () => GetProfileResourceAssociationResponse$,
656
663
  ];
657
- var ListProfileAssociations = [
664
+ var ListProfileAssociations$ = [
658
665
  9,
659
666
  n0,
660
667
  _LPA,
661
668
  { [_h]: ["GET", "/profileassociations", 200] },
662
- () => ListProfileAssociationsRequest,
663
- () => ListProfileAssociationsResponse,
669
+ () => ListProfileAssociationsRequest$,
670
+ () => ListProfileAssociationsResponse$,
664
671
  ];
665
- var ListProfileResourceAssociations = [
672
+ var ListProfileResourceAssociations$ = [
666
673
  9,
667
674
  n0,
668
675
  _LPRA,
669
676
  { [_h]: ["GET", "/profileresourceassociations/profileid/{ProfileId}", 200] },
670
- () => ListProfileResourceAssociationsRequest,
671
- () => ListProfileResourceAssociationsResponse,
677
+ () => ListProfileResourceAssociationsRequest$,
678
+ () => ListProfileResourceAssociationsResponse$,
672
679
  ];
673
- var ListProfiles = [
680
+ var ListProfiles$ = [
674
681
  9,
675
682
  n0,
676
683
  _LP,
677
684
  { [_h]: ["GET", "/profiles", 200] },
678
- () => ListProfilesRequest,
679
- () => ListProfilesResponse,
685
+ () => ListProfilesRequest$,
686
+ () => ListProfilesResponse$,
680
687
  ];
681
- var ListTagsForResource = [
688
+ var ListTagsForResource$ = [
682
689
  9,
683
690
  n0,
684
691
  _LTFR,
685
692
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
686
- () => ListTagsForResourceRequest,
687
- () => ListTagsForResourceResponse,
693
+ () => ListTagsForResourceRequest$,
694
+ () => ListTagsForResourceResponse$,
688
695
  ];
689
- var TagResource = [
696
+ var TagResource$ = [
690
697
  9,
691
698
  n0,
692
699
  _TR,
693
700
  { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
694
- () => TagResourceRequest,
695
- () => TagResourceResponse,
701
+ () => TagResourceRequest$,
702
+ () => TagResourceResponse$,
696
703
  ];
697
- var UntagResource = [
704
+ var UntagResource$ = [
698
705
  9,
699
706
  n0,
700
707
  _UR,
701
708
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
702
- () => UntagResourceRequest,
703
- () => UntagResourceResponse,
709
+ () => UntagResourceRequest$,
710
+ () => UntagResourceResponse$,
704
711
  ];
705
- var UpdateProfileResourceAssociation = [
712
+ var UpdateProfileResourceAssociation$ = [
706
713
  9,
707
714
  n0,
708
715
  _UPRA,
709
716
  { [_h]: ["PATCH", "/profileresourceassociation/{ProfileResourceAssociationId}", 200] },
710
- () => UpdateProfileResourceAssociationRequest,
711
- () => UpdateProfileResourceAssociationResponse,
717
+ () => UpdateProfileResourceAssociationRequest$,
718
+ () => UpdateProfileResourceAssociationResponse$,
712
719
  ];
713
720
 
714
721
  class AssociateProfileCommand extends smithyClient.Command
@@ -719,7 +726,7 @@ class AssociateProfileCommand extends smithyClient.Command
719
726
  })
720
727
  .s("Route53Profiles", "AssociateProfile", {})
721
728
  .n("Route53ProfilesClient", "AssociateProfileCommand")
722
- .sc(AssociateProfile)
729
+ .sc(AssociateProfile$)
723
730
  .build() {
724
731
  }
725
732
 
@@ -731,7 +738,7 @@ class AssociateResourceToProfileCommand extends smithyClient.Command
731
738
  })
732
739
  .s("Route53Profiles", "AssociateResourceToProfile", {})
733
740
  .n("Route53ProfilesClient", "AssociateResourceToProfileCommand")
734
- .sc(AssociateResourceToProfile)
741
+ .sc(AssociateResourceToProfile$)
735
742
  .build() {
736
743
  }
737
744
 
@@ -743,7 +750,7 @@ class CreateProfileCommand extends smithyClient.Command
743
750
  })
744
751
  .s("Route53Profiles", "CreateProfile", {})
745
752
  .n("Route53ProfilesClient", "CreateProfileCommand")
746
- .sc(CreateProfile)
753
+ .sc(CreateProfile$)
747
754
  .build() {
748
755
  }
749
756
 
@@ -755,7 +762,7 @@ class DeleteProfileCommand extends smithyClient.Command
755
762
  })
756
763
  .s("Route53Profiles", "DeleteProfile", {})
757
764
  .n("Route53ProfilesClient", "DeleteProfileCommand")
758
- .sc(DeleteProfile)
765
+ .sc(DeleteProfile$)
759
766
  .build() {
760
767
  }
761
768
 
@@ -767,7 +774,7 @@ class DisassociateProfileCommand extends smithyClient.Command
767
774
  })
768
775
  .s("Route53Profiles", "DisassociateProfile", {})
769
776
  .n("Route53ProfilesClient", "DisassociateProfileCommand")
770
- .sc(DisassociateProfile)
777
+ .sc(DisassociateProfile$)
771
778
  .build() {
772
779
  }
773
780
 
@@ -779,7 +786,7 @@ class DisassociateResourceFromProfileCommand extends smithyClient.Command
779
786
  })
780
787
  .s("Route53Profiles", "DisassociateResourceFromProfile", {})
781
788
  .n("Route53ProfilesClient", "DisassociateResourceFromProfileCommand")
782
- .sc(DisassociateResourceFromProfile)
789
+ .sc(DisassociateResourceFromProfile$)
783
790
  .build() {
784
791
  }
785
792
 
@@ -791,7 +798,7 @@ class GetProfileAssociationCommand extends smithyClient.Command
791
798
  })
792
799
  .s("Route53Profiles", "GetProfileAssociation", {})
793
800
  .n("Route53ProfilesClient", "GetProfileAssociationCommand")
794
- .sc(GetProfileAssociation)
801
+ .sc(GetProfileAssociation$)
795
802
  .build() {
796
803
  }
797
804
 
@@ -803,7 +810,7 @@ class GetProfileCommand extends smithyClient.Command
803
810
  })
804
811
  .s("Route53Profiles", "GetProfile", {})
805
812
  .n("Route53ProfilesClient", "GetProfileCommand")
806
- .sc(GetProfile)
813
+ .sc(GetProfile$)
807
814
  .build() {
808
815
  }
809
816
 
@@ -815,7 +822,7 @@ class GetProfileResourceAssociationCommand extends smithyClient.Command
815
822
  })
816
823
  .s("Route53Profiles", "GetProfileResourceAssociation", {})
817
824
  .n("Route53ProfilesClient", "GetProfileResourceAssociationCommand")
818
- .sc(GetProfileResourceAssociation)
825
+ .sc(GetProfileResourceAssociation$)
819
826
  .build() {
820
827
  }
821
828
 
@@ -827,7 +834,7 @@ class ListProfileAssociationsCommand extends smithyClient.Command
827
834
  })
828
835
  .s("Route53Profiles", "ListProfileAssociations", {})
829
836
  .n("Route53ProfilesClient", "ListProfileAssociationsCommand")
830
- .sc(ListProfileAssociations)
837
+ .sc(ListProfileAssociations$)
831
838
  .build() {
832
839
  }
833
840
 
@@ -839,7 +846,7 @@ class ListProfileResourceAssociationsCommand extends smithyClient.Command
839
846
  })
840
847
  .s("Route53Profiles", "ListProfileResourceAssociations", {})
841
848
  .n("Route53ProfilesClient", "ListProfileResourceAssociationsCommand")
842
- .sc(ListProfileResourceAssociations)
849
+ .sc(ListProfileResourceAssociations$)
843
850
  .build() {
844
851
  }
845
852
 
@@ -851,7 +858,7 @@ class ListProfilesCommand extends smithyClient.Command
851
858
  })
852
859
  .s("Route53Profiles", "ListProfiles", {})
853
860
  .n("Route53ProfilesClient", "ListProfilesCommand")
854
- .sc(ListProfiles)
861
+ .sc(ListProfiles$)
855
862
  .build() {
856
863
  }
857
864
 
@@ -863,7 +870,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
863
870
  })
864
871
  .s("Route53Profiles", "ListTagsForResource", {})
865
872
  .n("Route53ProfilesClient", "ListTagsForResourceCommand")
866
- .sc(ListTagsForResource)
873
+ .sc(ListTagsForResource$)
867
874
  .build() {
868
875
  }
869
876
 
@@ -875,7 +882,7 @@ class TagResourceCommand extends smithyClient.Command
875
882
  })
876
883
  .s("Route53Profiles", "TagResource", {})
877
884
  .n("Route53ProfilesClient", "TagResourceCommand")
878
- .sc(TagResource)
885
+ .sc(TagResource$)
879
886
  .build() {
880
887
  }
881
888
 
@@ -887,7 +894,7 @@ class UntagResourceCommand extends smithyClient.Command
887
894
  })
888
895
  .s("Route53Profiles", "UntagResource", {})
889
896
  .n("Route53ProfilesClient", "UntagResourceCommand")
890
- .sc(UntagResource)
897
+ .sc(UntagResource$)
891
898
  .build() {
892
899
  }
893
900
 
@@ -899,7 +906,7 @@ class UpdateProfileResourceAssociationCommand extends smithyClient.Command
899
906
  })
900
907
  .s("Route53Profiles", "UpdateProfileResourceAssociation", {})
901
908
  .n("Route53ProfilesClient", "UpdateProfileResourceAssociationCommand")
902
- .sc(UpdateProfileResourceAssociation)
909
+ .sc(UpdateProfileResourceAssociation$)
903
910
  .build() {
904
911
  }
905
912
 
@@ -953,37 +960,101 @@ Object.defineProperty(exports, "__Client", {
953
960
  enumerable: true,
954
961
  get: function () { return smithyClient.Client; }
955
962
  });
956
- exports.AccessDeniedException = AccessDeniedException$1;
963
+ exports.AccessDeniedException = AccessDeniedException;
964
+ exports.AccessDeniedException$ = AccessDeniedException$;
965
+ exports.AssociateProfile$ = AssociateProfile$;
957
966
  exports.AssociateProfileCommand = AssociateProfileCommand;
967
+ exports.AssociateProfileRequest$ = AssociateProfileRequest$;
968
+ exports.AssociateProfileResponse$ = AssociateProfileResponse$;
969
+ exports.AssociateResourceToProfile$ = AssociateResourceToProfile$;
958
970
  exports.AssociateResourceToProfileCommand = AssociateResourceToProfileCommand;
959
- exports.ConflictException = ConflictException$1;
971
+ exports.AssociateResourceToProfileRequest$ = AssociateResourceToProfileRequest$;
972
+ exports.AssociateResourceToProfileResponse$ = AssociateResourceToProfileResponse$;
973
+ exports.ConflictException = ConflictException;
974
+ exports.ConflictException$ = ConflictException$;
975
+ exports.CreateProfile$ = CreateProfile$;
960
976
  exports.CreateProfileCommand = CreateProfileCommand;
977
+ exports.CreateProfileRequest$ = CreateProfileRequest$;
978
+ exports.CreateProfileResponse$ = CreateProfileResponse$;
979
+ exports.DeleteProfile$ = DeleteProfile$;
961
980
  exports.DeleteProfileCommand = DeleteProfileCommand;
981
+ exports.DeleteProfileRequest$ = DeleteProfileRequest$;
982
+ exports.DeleteProfileResponse$ = DeleteProfileResponse$;
983
+ exports.DisassociateProfile$ = DisassociateProfile$;
962
984
  exports.DisassociateProfileCommand = DisassociateProfileCommand;
985
+ exports.DisassociateProfileRequest$ = DisassociateProfileRequest$;
986
+ exports.DisassociateProfileResponse$ = DisassociateProfileResponse$;
987
+ exports.DisassociateResourceFromProfile$ = DisassociateResourceFromProfile$;
963
988
  exports.DisassociateResourceFromProfileCommand = DisassociateResourceFromProfileCommand;
989
+ exports.DisassociateResourceFromProfileRequest$ = DisassociateResourceFromProfileRequest$;
990
+ exports.DisassociateResourceFromProfileResponse$ = DisassociateResourceFromProfileResponse$;
991
+ exports.GetProfile$ = GetProfile$;
992
+ exports.GetProfileAssociation$ = GetProfileAssociation$;
964
993
  exports.GetProfileAssociationCommand = GetProfileAssociationCommand;
994
+ exports.GetProfileAssociationRequest$ = GetProfileAssociationRequest$;
995
+ exports.GetProfileAssociationResponse$ = GetProfileAssociationResponse$;
965
996
  exports.GetProfileCommand = GetProfileCommand;
997
+ exports.GetProfileRequest$ = GetProfileRequest$;
998
+ exports.GetProfileResourceAssociation$ = GetProfileResourceAssociation$;
966
999
  exports.GetProfileResourceAssociationCommand = GetProfileResourceAssociationCommand;
967
- exports.InternalServiceErrorException = InternalServiceErrorException$1;
968
- exports.InvalidNextTokenException = InvalidNextTokenException$1;
969
- exports.InvalidParameterException = InvalidParameterException$1;
970
- exports.LimitExceededException = LimitExceededException$1;
1000
+ exports.GetProfileResourceAssociationRequest$ = GetProfileResourceAssociationRequest$;
1001
+ exports.GetProfileResourceAssociationResponse$ = GetProfileResourceAssociationResponse$;
1002
+ exports.GetProfileResponse$ = GetProfileResponse$;
1003
+ exports.InternalServiceErrorException = InternalServiceErrorException;
1004
+ exports.InternalServiceErrorException$ = InternalServiceErrorException$;
1005
+ exports.InvalidNextTokenException = InvalidNextTokenException;
1006
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
1007
+ exports.InvalidParameterException = InvalidParameterException;
1008
+ exports.InvalidParameterException$ = InvalidParameterException$;
1009
+ exports.LimitExceededException = LimitExceededException;
1010
+ exports.LimitExceededException$ = LimitExceededException$;
1011
+ exports.ListProfileAssociations$ = ListProfileAssociations$;
971
1012
  exports.ListProfileAssociationsCommand = ListProfileAssociationsCommand;
1013
+ exports.ListProfileAssociationsRequest$ = ListProfileAssociationsRequest$;
1014
+ exports.ListProfileAssociationsResponse$ = ListProfileAssociationsResponse$;
1015
+ exports.ListProfileResourceAssociations$ = ListProfileResourceAssociations$;
972
1016
  exports.ListProfileResourceAssociationsCommand = ListProfileResourceAssociationsCommand;
1017
+ exports.ListProfileResourceAssociationsRequest$ = ListProfileResourceAssociationsRequest$;
1018
+ exports.ListProfileResourceAssociationsResponse$ = ListProfileResourceAssociationsResponse$;
1019
+ exports.ListProfiles$ = ListProfiles$;
973
1020
  exports.ListProfilesCommand = ListProfilesCommand;
1021
+ exports.ListProfilesRequest$ = ListProfilesRequest$;
1022
+ exports.ListProfilesResponse$ = ListProfilesResponse$;
1023
+ exports.ListTagsForResource$ = ListTagsForResource$;
974
1024
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1025
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1026
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1027
+ exports.Profile$ = Profile$;
1028
+ exports.ProfileAssociation$ = ProfileAssociation$;
1029
+ exports.ProfileResourceAssociation$ = ProfileResourceAssociation$;
975
1030
  exports.ProfileStatus = ProfileStatus;
976
- exports.ResourceExistsException = ResourceExistsException$1;
977
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1031
+ exports.ProfileSummary$ = ProfileSummary$;
1032
+ exports.ResourceExistsException = ResourceExistsException;
1033
+ exports.ResourceExistsException$ = ResourceExistsException$;
1034
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1035
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
978
1036
  exports.Route53Profiles = Route53Profiles;
979
1037
  exports.Route53ProfilesClient = Route53ProfilesClient;
980
- exports.Route53ProfilesServiceException = Route53ProfilesServiceException$1;
1038
+ exports.Route53ProfilesServiceException = Route53ProfilesServiceException;
1039
+ exports.Route53ProfilesServiceException$ = Route53ProfilesServiceException$;
981
1040
  exports.ShareStatus = ShareStatus;
1041
+ exports.Tag$ = Tag$;
1042
+ exports.TagResource$ = TagResource$;
982
1043
  exports.TagResourceCommand = TagResourceCommand;
983
- exports.ThrottlingException = ThrottlingException$1;
1044
+ exports.TagResourceRequest$ = TagResourceRequest$;
1045
+ exports.TagResourceResponse$ = TagResourceResponse$;
1046
+ exports.ThrottlingException = ThrottlingException;
1047
+ exports.ThrottlingException$ = ThrottlingException$;
1048
+ exports.UntagResource$ = UntagResource$;
984
1049
  exports.UntagResourceCommand = UntagResourceCommand;
1050
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1051
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1052
+ exports.UpdateProfileResourceAssociation$ = UpdateProfileResourceAssociation$;
985
1053
  exports.UpdateProfileResourceAssociationCommand = UpdateProfileResourceAssociationCommand;
986
- exports.ValidationException = ValidationException$1;
1054
+ exports.UpdateProfileResourceAssociationRequest$ = UpdateProfileResourceAssociationRequest$;
1055
+ exports.UpdateProfileResourceAssociationResponse$ = UpdateProfileResourceAssociationResponse$;
1056
+ exports.ValidationException = ValidationException;
1057
+ exports.ValidationException$ = ValidationException$;
987
1058
  exports.paginateListProfileAssociations = paginateListProfileAssociations;
988
1059
  exports.paginateListProfileResourceAssociations = paginateListProfileResourceAssociations;
989
1060
  exports.paginateListProfiles = paginateListProfiles;