@aws-sdk/client-cloudtrail 3.986.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +79 -3719
- package/dist-cjs/models/CloudTrailServiceException.js +12 -0
- package/dist-cjs/models/errors.js +1295 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2098 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +560 -554
- package/dist-types/schemas/schemas_0.d.ts +85 -78
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +80 -78
- package/package.json +13 -13
|
@@ -507,148 +507,570 @@ const n0 = "com.amazonaws.cloudtrail";
|
|
|
507
507
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
508
508
|
import { CloudTrailServiceException } from "../models/CloudTrailServiceException";
|
|
509
509
|
import { AccessDeniedException, AccountHasOngoingImportException, AccountNotFoundException, AccountNotRegisteredException, AccountRegisteredException, CannotDelegateManagementAccountException, ChannelAlreadyExistsException, ChannelARNInvalidException, ChannelExistsForEDSException, ChannelMaxLimitExceededException, ChannelNotFoundException, CloudTrailAccessNotEnabledException, CloudTrailARNInvalidException, CloudTrailInvalidClientTokenIdException, CloudWatchLogsDeliveryUnavailableException, ConcurrentModificationException, ConflictException, DelegatedAdminAccountLimitExceededException, EventDataStoreAlreadyExistsException, EventDataStoreARNInvalidException, EventDataStoreFederationEnabledException, EventDataStoreHasOngoingImportException, EventDataStoreMaxLimitExceededException, EventDataStoreNotFoundException, EventDataStoreTerminationProtectedException, GenerateResponseException, ImportNotFoundException, InactiveEventDataStoreException, InactiveQueryException, InsightNotEnabledException, InsufficientDependencyServiceAccessPermissionException, InsufficientEncryptionPolicyException, InsufficientIAMAccessPermissionException, InsufficientS3BucketPolicyException, InsufficientSnsTopicPolicyException, InvalidCloudWatchLogsLogGroupArnException, InvalidCloudWatchLogsRoleArnException, InvalidDateRangeException, InvalidEventCategoryException, InvalidEventDataStoreCategoryException, InvalidEventDataStoreStatusException, InvalidEventSelectorsException, InvalidHomeRegionException, InvalidImportSourceException, InvalidInsightSelectorsException, InvalidKmsKeyIdException, InvalidLookupAttributesException, InvalidMaxResultsException, InvalidNextTokenException, InvalidParameterCombinationException, InvalidParameterException, InvalidQueryStatementException, InvalidQueryStatusException, InvalidS3BucketNameException, InvalidS3PrefixException, InvalidSnsTopicNameException, InvalidSourceException, InvalidTagParameterException, InvalidTimeRangeException, InvalidTokenException, InvalidTrailNameException, KmsException, KmsKeyDisabledException, KmsKeyNotFoundException, MaxConcurrentQueriesException, MaximumNumberOfTrailsExceededException, NoManagementAccountSLRExistsException, NotOrganizationManagementAccountException, NotOrganizationMasterAccountException, OperationNotPermittedException, OrganizationNotInAllFeaturesModeException, OrganizationsNotInUseException, QueryIdNotFoundException, ResourceARNNotValidException, ResourceNotFoundException, ResourcePolicyNotFoundException, ResourcePolicyNotValidException, ResourceTypeNotSupportedException, S3BucketDoesNotExistException, ServiceQuotaExceededException, TagsLimitExceededException, ThrottlingException, TrailAlreadyExistsException, TrailNotFoundException, TrailNotProvidedException, UnsupportedOperationException, } from "../models/errors";
|
|
510
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
511
|
+
export var CloudTrailServiceException$ = [-3, _s, "CloudTrailServiceException", 0, [], []];
|
|
512
|
+
_s_registry.registerError(CloudTrailServiceException$, CloudTrailServiceException);
|
|
513
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
510
514
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
511
515
|
{ [_aQE]: [`ResourceAccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
512
516
|
[_M],
|
|
513
517
|
[0]
|
|
514
518
|
];
|
|
515
|
-
|
|
519
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
516
520
|
export var AccountHasOngoingImportException$ = [-3, n0, _AHOIE,
|
|
517
521
|
{ [_aQE]: [`AccountHasOngoingImport`, 400], [_e]: _c, [_hE]: 400 },
|
|
518
522
|
[_M],
|
|
519
523
|
[0]
|
|
520
524
|
];
|
|
521
|
-
|
|
525
|
+
n0_registry.registerError(AccountHasOngoingImportException$, AccountHasOngoingImportException);
|
|
522
526
|
export var AccountNotFoundException$ = [-3, n0, _ANFE,
|
|
523
527
|
{ [_aQE]: [`AccountNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
524
528
|
[_M],
|
|
525
529
|
[0]
|
|
526
530
|
];
|
|
527
|
-
|
|
531
|
+
n0_registry.registerError(AccountNotFoundException$, AccountNotFoundException);
|
|
528
532
|
export var AccountNotRegisteredException$ = [-3, n0, _ANRE,
|
|
529
533
|
{ [_aQE]: [`AccountNotRegistered`, 400], [_e]: _c, [_hE]: 400 },
|
|
530
534
|
[_M],
|
|
531
535
|
[0]
|
|
532
536
|
];
|
|
533
|
-
|
|
537
|
+
n0_registry.registerError(AccountNotRegisteredException$, AccountNotRegisteredException);
|
|
534
538
|
export var AccountRegisteredException$ = [-3, n0, _ARE,
|
|
535
539
|
{ [_aQE]: [`AccountRegistered`, 400], [_e]: _c, [_hE]: 400 },
|
|
536
540
|
[_M],
|
|
537
541
|
[0]
|
|
538
542
|
];
|
|
539
|
-
|
|
540
|
-
export var AddTagsRequest$ = [3, n0, _ATR,
|
|
541
|
-
0,
|
|
542
|
-
[_RI, _TL],
|
|
543
|
-
[0, () => TagsList], 2
|
|
544
|
-
];
|
|
545
|
-
export var AddTagsResponse$ = [3, n0, _ATRd,
|
|
546
|
-
0,
|
|
547
|
-
[],
|
|
548
|
-
[]
|
|
549
|
-
];
|
|
550
|
-
export var AdvancedEventSelector$ = [3, n0, _AES,
|
|
551
|
-
0,
|
|
552
|
-
[_FS, _N],
|
|
553
|
-
[() => AdvancedFieldSelectors, 0], 1
|
|
554
|
-
];
|
|
555
|
-
export var AdvancedFieldSelector$ = [3, n0, _AFS,
|
|
556
|
-
0,
|
|
557
|
-
[_F, _E, _SW, _EW, _NE, _NSW, _NEW],
|
|
558
|
-
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
|
|
559
|
-
];
|
|
560
|
-
export var AggregationConfiguration$ = [3, n0, _AC,
|
|
561
|
-
0,
|
|
562
|
-
[_T, _EC],
|
|
563
|
-
[64 | 0, 0], 2
|
|
564
|
-
];
|
|
565
|
-
export var CancelQueryRequest$ = [3, n0, _CQR,
|
|
566
|
-
0,
|
|
567
|
-
[_QI, _EDS, _EDSOAI],
|
|
568
|
-
[0, 0, 0], 1
|
|
569
|
-
];
|
|
570
|
-
export var CancelQueryResponse$ = [3, n0, _CQRa,
|
|
571
|
-
0,
|
|
572
|
-
[_QI, _QS, _EDSOAI],
|
|
573
|
-
[0, 0, 0], 2
|
|
574
|
-
];
|
|
543
|
+
n0_registry.registerError(AccountRegisteredException$, AccountRegisteredException);
|
|
575
544
|
export var CannotDelegateManagementAccountException$ = [-3, n0, _CDMAE,
|
|
576
545
|
{ [_aQE]: [`CannotDelegateManagementAccount`, 400], [_e]: _c, [_hE]: 400 },
|
|
577
546
|
[_M],
|
|
578
547
|
[0]
|
|
579
548
|
];
|
|
580
|
-
|
|
581
|
-
export var Channel$ = [3, n0, _C,
|
|
582
|
-
0,
|
|
583
|
-
[_CA, _N],
|
|
584
|
-
[0, 0]
|
|
585
|
-
];
|
|
549
|
+
n0_registry.registerError(CannotDelegateManagementAccountException$, CannotDelegateManagementAccountException);
|
|
586
550
|
export var ChannelAlreadyExistsException$ = [-3, n0, _CAEE,
|
|
587
551
|
{ [_aQE]: [`ChannelAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
588
552
|
[_M],
|
|
589
553
|
[0]
|
|
590
554
|
];
|
|
591
|
-
|
|
555
|
+
n0_registry.registerError(ChannelAlreadyExistsException$, ChannelAlreadyExistsException);
|
|
592
556
|
export var ChannelARNInvalidException$ = [-3, n0, _CARNIE,
|
|
593
557
|
{ [_aQE]: [`ChannelARNInvalid`, 400], [_e]: _c, [_hE]: 400 },
|
|
594
558
|
[_M],
|
|
595
559
|
[0]
|
|
596
560
|
];
|
|
597
|
-
|
|
561
|
+
n0_registry.registerError(ChannelARNInvalidException$, ChannelARNInvalidException);
|
|
598
562
|
export var ChannelExistsForEDSException$ = [-3, n0, _CEFEDSE,
|
|
599
563
|
{ [_aQE]: [`ChannelExistsForEDS`, 400], [_e]: _c, [_hE]: 400 },
|
|
600
564
|
[_M],
|
|
601
565
|
[0]
|
|
602
566
|
];
|
|
603
|
-
|
|
567
|
+
n0_registry.registerError(ChannelExistsForEDSException$, ChannelExistsForEDSException);
|
|
604
568
|
export var ChannelMaxLimitExceededException$ = [-3, n0, _CMLEE,
|
|
605
569
|
{ [_aQE]: [`ChannelMaxLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
606
570
|
[_M],
|
|
607
571
|
[0]
|
|
608
572
|
];
|
|
609
|
-
|
|
573
|
+
n0_registry.registerError(ChannelMaxLimitExceededException$, ChannelMaxLimitExceededException);
|
|
610
574
|
export var ChannelNotFoundException$ = [-3, n0, _CNFE,
|
|
611
575
|
{ [_aQE]: [`ChannelNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
612
576
|
[_M],
|
|
613
577
|
[0]
|
|
614
578
|
];
|
|
615
|
-
|
|
579
|
+
n0_registry.registerError(ChannelNotFoundException$, ChannelNotFoundException);
|
|
616
580
|
export var CloudTrailAccessNotEnabledException$ = [-3, n0, _CTANEE,
|
|
617
581
|
{ [_aQE]: [`CloudTrailAccessNotEnabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
618
582
|
[_M],
|
|
619
583
|
[0]
|
|
620
584
|
];
|
|
621
|
-
|
|
585
|
+
n0_registry.registerError(CloudTrailAccessNotEnabledException$, CloudTrailAccessNotEnabledException);
|
|
622
586
|
export var CloudTrailARNInvalidException$ = [-3, n0, _CTARNIE,
|
|
623
587
|
{ [_aQE]: [`CloudTrailARNInvalid`, 400], [_e]: _c, [_hE]: 400 },
|
|
624
588
|
[_M],
|
|
625
589
|
[0]
|
|
626
590
|
];
|
|
627
|
-
|
|
591
|
+
n0_registry.registerError(CloudTrailARNInvalidException$, CloudTrailARNInvalidException);
|
|
628
592
|
export var CloudTrailInvalidClientTokenIdException$ = [-3, n0, _CTICTIE,
|
|
629
593
|
{ [_aQE]: [`CloudTrailInvalidClientTokenId`, 400], [_e]: _c, [_hE]: 400 },
|
|
630
594
|
[_M],
|
|
631
595
|
[0]
|
|
632
596
|
];
|
|
633
|
-
|
|
597
|
+
n0_registry.registerError(CloudTrailInvalidClientTokenIdException$, CloudTrailInvalidClientTokenIdException);
|
|
634
598
|
export var CloudWatchLogsDeliveryUnavailableException$ = [-3, n0, _CWLDUE,
|
|
635
599
|
{ [_aQE]: [`CloudWatchLogsDeliveryUnavailable`, 400], [_e]: _c, [_hE]: 400 },
|
|
636
600
|
[_M],
|
|
637
601
|
[0]
|
|
638
602
|
];
|
|
639
|
-
|
|
640
|
-
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
641
|
-
{ [_aQE]: [`ConcurrentModification`, 400], [_e]: _c, [_hE]: 400 },
|
|
642
|
-
[_M],
|
|
643
|
-
[0]
|
|
603
|
+
n0_registry.registerError(CloudWatchLogsDeliveryUnavailableException$, CloudWatchLogsDeliveryUnavailableException);
|
|
604
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
605
|
+
{ [_aQE]: [`ConcurrentModification`, 400], [_e]: _c, [_hE]: 400 },
|
|
606
|
+
[_M],
|
|
607
|
+
[0]
|
|
608
|
+
];
|
|
609
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
610
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
611
|
+
{ [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
|
|
612
|
+
[_M],
|
|
613
|
+
[0]
|
|
614
|
+
];
|
|
615
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
616
|
+
export var DelegatedAdminAccountLimitExceededException$ = [-3, n0, _DAALEE,
|
|
617
|
+
{ [_aQE]: [`DelegatedAdminAccountLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
618
|
+
[_M],
|
|
619
|
+
[0]
|
|
620
|
+
];
|
|
621
|
+
n0_registry.registerError(DelegatedAdminAccountLimitExceededException$, DelegatedAdminAccountLimitExceededException);
|
|
622
|
+
export var EventDataStoreAlreadyExistsException$ = [-3, n0, _EDSAEE,
|
|
623
|
+
{ [_aQE]: [`EventDataStoreAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
624
|
+
[_M],
|
|
625
|
+
[0]
|
|
626
|
+
];
|
|
627
|
+
n0_registry.registerError(EventDataStoreAlreadyExistsException$, EventDataStoreAlreadyExistsException);
|
|
628
|
+
export var EventDataStoreARNInvalidException$ = [-3, n0, _EDSARNIE,
|
|
629
|
+
{ [_aQE]: [`EventDataStoreARNInvalid`, 400], [_e]: _c, [_hE]: 400 },
|
|
630
|
+
[_M],
|
|
631
|
+
[0]
|
|
632
|
+
];
|
|
633
|
+
n0_registry.registerError(EventDataStoreARNInvalidException$, EventDataStoreARNInvalidException);
|
|
634
|
+
export var EventDataStoreFederationEnabledException$ = [-3, n0, _EDSFEE,
|
|
635
|
+
{ [_aQE]: [`EventDataStoreFederationEnabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
636
|
+
[_M],
|
|
637
|
+
[0]
|
|
638
|
+
];
|
|
639
|
+
n0_registry.registerError(EventDataStoreFederationEnabledException$, EventDataStoreFederationEnabledException);
|
|
640
|
+
export var EventDataStoreHasOngoingImportException$ = [-3, n0, _EDSHOIE,
|
|
641
|
+
{ [_aQE]: [`EventDataStoreHasOngoingImport`, 400], [_e]: _c, [_hE]: 400 },
|
|
642
|
+
[_M],
|
|
643
|
+
[0]
|
|
644
|
+
];
|
|
645
|
+
n0_registry.registerError(EventDataStoreHasOngoingImportException$, EventDataStoreHasOngoingImportException);
|
|
646
|
+
export var EventDataStoreMaxLimitExceededException$ = [-3, n0, _EDSMLEE,
|
|
647
|
+
{ [_aQE]: [`EventDataStoreMaxLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
648
|
+
[_M],
|
|
649
|
+
[0]
|
|
650
|
+
];
|
|
651
|
+
n0_registry.registerError(EventDataStoreMaxLimitExceededException$, EventDataStoreMaxLimitExceededException);
|
|
652
|
+
export var EventDataStoreNotFoundException$ = [-3, n0, _EDSNFE,
|
|
653
|
+
{ [_aQE]: [`EventDataStoreNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
654
|
+
[_M],
|
|
655
|
+
[0]
|
|
656
|
+
];
|
|
657
|
+
n0_registry.registerError(EventDataStoreNotFoundException$, EventDataStoreNotFoundException);
|
|
658
|
+
export var EventDataStoreTerminationProtectedException$ = [-3, n0, _EDSTPE,
|
|
659
|
+
{ [_aQE]: [`EventDataStoreTerminationProtectedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
660
|
+
[_M],
|
|
661
|
+
[0]
|
|
662
|
+
];
|
|
663
|
+
n0_registry.registerError(EventDataStoreTerminationProtectedException$, EventDataStoreTerminationProtectedException);
|
|
664
|
+
export var GenerateResponseException$ = [-3, n0, _GRE,
|
|
665
|
+
{ [_aQE]: [`GenerateResponse`, 400], [_e]: _c, [_hE]: 400 },
|
|
666
|
+
[_M],
|
|
667
|
+
[0]
|
|
668
|
+
];
|
|
669
|
+
n0_registry.registerError(GenerateResponseException$, GenerateResponseException);
|
|
670
|
+
export var ImportNotFoundException$ = [-3, n0, _INFE,
|
|
671
|
+
{ [_aQE]: [`ImportNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
672
|
+
[_M],
|
|
673
|
+
[0]
|
|
674
|
+
];
|
|
675
|
+
n0_registry.registerError(ImportNotFoundException$, ImportNotFoundException);
|
|
676
|
+
export var InactiveEventDataStoreException$ = [-3, n0, _IEDSE,
|
|
677
|
+
{ [_aQE]: [`InactiveEventDataStore`, 400], [_e]: _c, [_hE]: 400 },
|
|
678
|
+
[_M],
|
|
679
|
+
[0]
|
|
680
|
+
];
|
|
681
|
+
n0_registry.registerError(InactiveEventDataStoreException$, InactiveEventDataStoreException);
|
|
682
|
+
export var InactiveQueryException$ = [-3, n0, _IQE,
|
|
683
|
+
{ [_aQE]: [`InactiveQuery`, 400], [_e]: _c, [_hE]: 400 },
|
|
684
|
+
[_M],
|
|
685
|
+
[0]
|
|
686
|
+
];
|
|
687
|
+
n0_registry.registerError(InactiveQueryException$, InactiveQueryException);
|
|
688
|
+
export var InsightNotEnabledException$ = [-3, n0, _INEE,
|
|
689
|
+
{ [_aQE]: [`InsightNotEnabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
690
|
+
[_M],
|
|
691
|
+
[0]
|
|
692
|
+
];
|
|
693
|
+
n0_registry.registerError(InsightNotEnabledException$, InsightNotEnabledException);
|
|
694
|
+
export var InsufficientDependencyServiceAccessPermissionException$ = [-3, n0, _IDSAPE,
|
|
695
|
+
{ [_aQE]: [`InsufficientDependencyServiceAccessPermission`, 400], [_e]: _c, [_hE]: 400 },
|
|
696
|
+
[_M],
|
|
697
|
+
[0]
|
|
698
|
+
];
|
|
699
|
+
n0_registry.registerError(InsufficientDependencyServiceAccessPermissionException$, InsufficientDependencyServiceAccessPermissionException);
|
|
700
|
+
export var InsufficientEncryptionPolicyException$ = [-3, n0, _IEPE,
|
|
701
|
+
{ [_aQE]: [`InsufficientEncryptionPolicy`, 400], [_e]: _c, [_hE]: 400 },
|
|
702
|
+
[_M],
|
|
703
|
+
[0]
|
|
704
|
+
];
|
|
705
|
+
n0_registry.registerError(InsufficientEncryptionPolicyException$, InsufficientEncryptionPolicyException);
|
|
706
|
+
export var InsufficientIAMAccessPermissionException$ = [-3, n0, _IIAMAPE,
|
|
707
|
+
{ [_aQE]: [`InsufficientIAMAccessPermission`, 400], [_e]: _c, [_hE]: 400 },
|
|
708
|
+
[_M],
|
|
709
|
+
[0]
|
|
710
|
+
];
|
|
711
|
+
n0_registry.registerError(InsufficientIAMAccessPermissionException$, InsufficientIAMAccessPermissionException);
|
|
712
|
+
export var InsufficientS3BucketPolicyException$ = [-3, n0, _ISBPE,
|
|
713
|
+
{ [_aQE]: [`InsufficientS3BucketPolicy`, 403], [_e]: _c, [_hE]: 403 },
|
|
714
|
+
[_M],
|
|
715
|
+
[0]
|
|
716
|
+
];
|
|
717
|
+
n0_registry.registerError(InsufficientS3BucketPolicyException$, InsufficientS3BucketPolicyException);
|
|
718
|
+
export var InsufficientSnsTopicPolicyException$ = [-3, n0, _ISTPE,
|
|
719
|
+
{ [_aQE]: [`InsufficientSnsTopicPolicy`, 403], [_e]: _c, [_hE]: 403 },
|
|
720
|
+
[_M],
|
|
721
|
+
[0]
|
|
722
|
+
];
|
|
723
|
+
n0_registry.registerError(InsufficientSnsTopicPolicyException$, InsufficientSnsTopicPolicyException);
|
|
724
|
+
export var InvalidCloudWatchLogsLogGroupArnException$ = [-3, n0, _ICWLLGAE,
|
|
725
|
+
{ [_aQE]: [`InvalidCloudWatchLogsLogGroupArn`, 400], [_e]: _c, [_hE]: 400 },
|
|
726
|
+
[_M],
|
|
727
|
+
[0]
|
|
728
|
+
];
|
|
729
|
+
n0_registry.registerError(InvalidCloudWatchLogsLogGroupArnException$, InvalidCloudWatchLogsLogGroupArnException);
|
|
730
|
+
export var InvalidCloudWatchLogsRoleArnException$ = [-3, n0, _ICWLRAE,
|
|
731
|
+
{ [_aQE]: [`InvalidCloudWatchLogsRoleArn`, 400], [_e]: _c, [_hE]: 400 },
|
|
732
|
+
[_M],
|
|
733
|
+
[0]
|
|
734
|
+
];
|
|
735
|
+
n0_registry.registerError(InvalidCloudWatchLogsRoleArnException$, InvalidCloudWatchLogsRoleArnException);
|
|
736
|
+
export var InvalidDateRangeException$ = [-3, n0, _IDRE,
|
|
737
|
+
{ [_aQE]: [`InvalidDateRange`, 400], [_e]: _c, [_hE]: 400 },
|
|
738
|
+
[_M],
|
|
739
|
+
[0]
|
|
740
|
+
];
|
|
741
|
+
n0_registry.registerError(InvalidDateRangeException$, InvalidDateRangeException);
|
|
742
|
+
export var InvalidEventCategoryException$ = [-3, n0, _IECE,
|
|
743
|
+
{ [_aQE]: [`InvalidEventCategory`, 400], [_e]: _c, [_hE]: 400 },
|
|
744
|
+
[_M],
|
|
745
|
+
[0]
|
|
746
|
+
];
|
|
747
|
+
n0_registry.registerError(InvalidEventCategoryException$, InvalidEventCategoryException);
|
|
748
|
+
export var InvalidEventDataStoreCategoryException$ = [-3, n0, _IEDSCE,
|
|
749
|
+
{ [_aQE]: [`InvalidEventDataStoreCategory`, 400], [_e]: _c, [_hE]: 400 },
|
|
750
|
+
[_M],
|
|
751
|
+
[0]
|
|
752
|
+
];
|
|
753
|
+
n0_registry.registerError(InvalidEventDataStoreCategoryException$, InvalidEventDataStoreCategoryException);
|
|
754
|
+
export var InvalidEventDataStoreStatusException$ = [-3, n0, _IEDSSE,
|
|
755
|
+
{ [_aQE]: [`InvalidEventDataStoreStatus`, 400], [_e]: _c, [_hE]: 400 },
|
|
756
|
+
[_M],
|
|
757
|
+
[0]
|
|
758
|
+
];
|
|
759
|
+
n0_registry.registerError(InvalidEventDataStoreStatusException$, InvalidEventDataStoreStatusException);
|
|
760
|
+
export var InvalidEventSelectorsException$ = [-3, n0, _IESE,
|
|
761
|
+
{ [_aQE]: [`InvalidEventSelectors`, 400], [_e]: _c, [_hE]: 400 },
|
|
762
|
+
[_M],
|
|
763
|
+
[0]
|
|
764
|
+
];
|
|
765
|
+
n0_registry.registerError(InvalidEventSelectorsException$, InvalidEventSelectorsException);
|
|
766
|
+
export var InvalidHomeRegionException$ = [-3, n0, _IHRE,
|
|
767
|
+
{ [_aQE]: [`InvalidHomeRegion`, 400], [_e]: _c, [_hE]: 400 },
|
|
768
|
+
[_M],
|
|
769
|
+
[0]
|
|
770
|
+
];
|
|
771
|
+
n0_registry.registerError(InvalidHomeRegionException$, InvalidHomeRegionException);
|
|
772
|
+
export var InvalidImportSourceException$ = [-3, n0, _IISE,
|
|
773
|
+
{ [_aQE]: [`InvalidImportSource`, 400], [_e]: _c, [_hE]: 400 },
|
|
774
|
+
[_M],
|
|
775
|
+
[0]
|
|
776
|
+
];
|
|
777
|
+
n0_registry.registerError(InvalidImportSourceException$, InvalidImportSourceException);
|
|
778
|
+
export var InvalidInsightSelectorsException$ = [-3, n0, _IISEn,
|
|
779
|
+
{ [_aQE]: [`InvalidInsightSelectors`, 400], [_e]: _c, [_hE]: 400 },
|
|
780
|
+
[_M],
|
|
781
|
+
[0]
|
|
782
|
+
];
|
|
783
|
+
n0_registry.registerError(InvalidInsightSelectorsException$, InvalidInsightSelectorsException);
|
|
784
|
+
export var InvalidKmsKeyIdException$ = [-3, n0, _IKKIE,
|
|
785
|
+
{ [_aQE]: [`InvalidKmsKeyId`, 400], [_e]: _c, [_hE]: 400 },
|
|
786
|
+
[_M],
|
|
787
|
+
[0]
|
|
788
|
+
];
|
|
789
|
+
n0_registry.registerError(InvalidKmsKeyIdException$, InvalidKmsKeyIdException);
|
|
790
|
+
export var InvalidLookupAttributesException$ = [-3, n0, _ILAE,
|
|
791
|
+
{ [_aQE]: [`InvalidLookupAttributes`, 400], [_e]: _c, [_hE]: 400 },
|
|
792
|
+
[_M],
|
|
793
|
+
[0]
|
|
794
|
+
];
|
|
795
|
+
n0_registry.registerError(InvalidLookupAttributesException$, InvalidLookupAttributesException);
|
|
796
|
+
export var InvalidMaxResultsException$ = [-3, n0, _IMRE,
|
|
797
|
+
{ [_aQE]: [`InvalidMaxResults`, 400], [_e]: _c, [_hE]: 400 },
|
|
798
|
+
[_M],
|
|
799
|
+
[0]
|
|
800
|
+
];
|
|
801
|
+
n0_registry.registerError(InvalidMaxResultsException$, InvalidMaxResultsException);
|
|
802
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
803
|
+
{ [_aQE]: [`InvalidNextToken`, 400], [_e]: _c, [_hE]: 400 },
|
|
804
|
+
[_M],
|
|
805
|
+
[0]
|
|
806
|
+
];
|
|
807
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
808
|
+
export var InvalidParameterCombinationException$ = [-3, n0, _IPCE,
|
|
809
|
+
{ [_aQE]: [`InvalidParameterCombinationError`, 400], [_e]: _c, [_hE]: 400 },
|
|
810
|
+
[_M],
|
|
811
|
+
[0]
|
|
812
|
+
];
|
|
813
|
+
n0_registry.registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
|
|
814
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
815
|
+
{ [_aQE]: [`InvalidParameter`, 400], [_e]: _c, [_hE]: 400 },
|
|
816
|
+
[_M],
|
|
817
|
+
[0]
|
|
818
|
+
];
|
|
819
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
820
|
+
export var InvalidQueryStatementException$ = [-3, n0, _IQSE,
|
|
821
|
+
{ [_aQE]: [`InvalidQueryStatement`, 400], [_e]: _c, [_hE]: 400 },
|
|
822
|
+
[_M],
|
|
823
|
+
[0]
|
|
824
|
+
];
|
|
825
|
+
n0_registry.registerError(InvalidQueryStatementException$, InvalidQueryStatementException);
|
|
826
|
+
export var InvalidQueryStatusException$ = [-3, n0, _IQSEn,
|
|
827
|
+
{ [_aQE]: [`InvalidQueryStatus`, 400], [_e]: _c, [_hE]: 400 },
|
|
828
|
+
[_M],
|
|
829
|
+
[0]
|
|
830
|
+
];
|
|
831
|
+
n0_registry.registerError(InvalidQueryStatusException$, InvalidQueryStatusException);
|
|
832
|
+
export var InvalidS3BucketNameException$ = [-3, n0, _ISBNE,
|
|
833
|
+
{ [_aQE]: [`InvalidS3BucketName`, 400], [_e]: _c, [_hE]: 400 },
|
|
834
|
+
[_M],
|
|
835
|
+
[0]
|
|
836
|
+
];
|
|
837
|
+
n0_registry.registerError(InvalidS3BucketNameException$, InvalidS3BucketNameException);
|
|
838
|
+
export var InvalidS3PrefixException$ = [-3, n0, _ISPE,
|
|
839
|
+
{ [_aQE]: [`InvalidS3Prefix`, 400], [_e]: _c, [_hE]: 400 },
|
|
840
|
+
[_M],
|
|
841
|
+
[0]
|
|
842
|
+
];
|
|
843
|
+
n0_registry.registerError(InvalidS3PrefixException$, InvalidS3PrefixException);
|
|
844
|
+
export var InvalidSnsTopicNameException$ = [-3, n0, _ISTNE,
|
|
845
|
+
{ [_aQE]: [`InvalidSnsTopicName`, 400], [_e]: _c, [_hE]: 400 },
|
|
846
|
+
[_M],
|
|
847
|
+
[0]
|
|
848
|
+
];
|
|
849
|
+
n0_registry.registerError(InvalidSnsTopicNameException$, InvalidSnsTopicNameException);
|
|
850
|
+
export var InvalidSourceException$ = [-3, n0, _ISE,
|
|
851
|
+
{ [_aQE]: [`InvalidSource`, 400], [_e]: _c, [_hE]: 400 },
|
|
852
|
+
[_M],
|
|
853
|
+
[0]
|
|
854
|
+
];
|
|
855
|
+
n0_registry.registerError(InvalidSourceException$, InvalidSourceException);
|
|
856
|
+
export var InvalidTagParameterException$ = [-3, n0, _ITPE,
|
|
857
|
+
{ [_aQE]: [`InvalidTagParameter`, 400], [_e]: _c, [_hE]: 400 },
|
|
858
|
+
[_M],
|
|
859
|
+
[0]
|
|
860
|
+
];
|
|
861
|
+
n0_registry.registerError(InvalidTagParameterException$, InvalidTagParameterException);
|
|
862
|
+
export var InvalidTimeRangeException$ = [-3, n0, _ITRE,
|
|
863
|
+
{ [_aQE]: [`InvalidTimeRange`, 400], [_e]: _c, [_hE]: 400 },
|
|
864
|
+
[_M],
|
|
865
|
+
[0]
|
|
866
|
+
];
|
|
867
|
+
n0_registry.registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
|
|
868
|
+
export var InvalidTokenException$ = [-3, n0, _ITE,
|
|
869
|
+
{ [_aQE]: [`InvalidToken`, 400], [_e]: _c, [_hE]: 400 },
|
|
870
|
+
[_M],
|
|
871
|
+
[0]
|
|
872
|
+
];
|
|
873
|
+
n0_registry.registerError(InvalidTokenException$, InvalidTokenException);
|
|
874
|
+
export var InvalidTrailNameException$ = [-3, n0, _ITNE,
|
|
875
|
+
{ [_aQE]: [`InvalidTrailName`, 400], [_e]: _c, [_hE]: 400 },
|
|
876
|
+
[_M],
|
|
877
|
+
[0]
|
|
878
|
+
];
|
|
879
|
+
n0_registry.registerError(InvalidTrailNameException$, InvalidTrailNameException);
|
|
880
|
+
export var KmsException$ = [-3, n0, _KE,
|
|
881
|
+
{ [_aQE]: [`KmsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
882
|
+
[_M],
|
|
883
|
+
[0]
|
|
884
|
+
];
|
|
885
|
+
n0_registry.registerError(KmsException$, KmsException);
|
|
886
|
+
export var KmsKeyDisabledException$ = [-3, n0, _KKDE,
|
|
887
|
+
{ [_aQE]: [`KmsKeyDisabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
888
|
+
[_M],
|
|
889
|
+
[0]
|
|
890
|
+
];
|
|
891
|
+
n0_registry.registerError(KmsKeyDisabledException$, KmsKeyDisabledException);
|
|
892
|
+
export var KmsKeyNotFoundException$ = [-3, n0, _KKNFE,
|
|
893
|
+
{ [_aQE]: [`KmsKeyNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
894
|
+
[_M],
|
|
895
|
+
[0]
|
|
896
|
+
];
|
|
897
|
+
n0_registry.registerError(KmsKeyNotFoundException$, KmsKeyNotFoundException);
|
|
898
|
+
export var MaxConcurrentQueriesException$ = [-3, n0, _MCQE,
|
|
899
|
+
{ [_aQE]: [`MaxConcurrentQueries`, 429], [_e]: _c, [_hE]: 429 },
|
|
900
|
+
[_M],
|
|
901
|
+
[0]
|
|
902
|
+
];
|
|
903
|
+
n0_registry.registerError(MaxConcurrentQueriesException$, MaxConcurrentQueriesException);
|
|
904
|
+
export var MaximumNumberOfTrailsExceededException$ = [-3, n0, _MNOTEE,
|
|
905
|
+
{ [_aQE]: [`MaximumNumberOfTrailsExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
906
|
+
[_M],
|
|
907
|
+
[0]
|
|
908
|
+
];
|
|
909
|
+
n0_registry.registerError(MaximumNumberOfTrailsExceededException$, MaximumNumberOfTrailsExceededException);
|
|
910
|
+
export var NoManagementAccountSLRExistsException$ = [-3, n0, _NMASLREE,
|
|
911
|
+
{ [_aQE]: [`NoManagementAccountSLRExists`, 403], [_e]: _c, [_hE]: 403 },
|
|
912
|
+
[_M],
|
|
913
|
+
[0]
|
|
914
|
+
];
|
|
915
|
+
n0_registry.registerError(NoManagementAccountSLRExistsException$, NoManagementAccountSLRExistsException);
|
|
916
|
+
export var NotOrganizationManagementAccountException$ = [-3, n0, _NOMAE,
|
|
917
|
+
{ [_aQE]: [`NotOrganizationManagementAccount`, 403], [_e]: _c, [_hE]: 403 },
|
|
918
|
+
[_M],
|
|
919
|
+
[0]
|
|
920
|
+
];
|
|
921
|
+
n0_registry.registerError(NotOrganizationManagementAccountException$, NotOrganizationManagementAccountException);
|
|
922
|
+
export var NotOrganizationMasterAccountException$ = [-3, n0, _NOMAEo,
|
|
923
|
+
{ [_aQE]: [`NotOrganizationMasterAccount`, 400], [_e]: _c, [_hE]: 400 },
|
|
924
|
+
[_M],
|
|
925
|
+
[0]
|
|
926
|
+
];
|
|
927
|
+
n0_registry.registerError(NotOrganizationMasterAccountException$, NotOrganizationMasterAccountException);
|
|
928
|
+
export var OperationNotPermittedException$ = [-3, n0, _ONPE,
|
|
929
|
+
{ [_aQE]: [`OperationNotPermitted`, 400], [_e]: _c, [_hE]: 400 },
|
|
930
|
+
[_M],
|
|
931
|
+
[0]
|
|
932
|
+
];
|
|
933
|
+
n0_registry.registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
934
|
+
export var OrganizationNotInAllFeaturesModeException$ = [-3, n0, _ONIAFME,
|
|
935
|
+
{ [_aQE]: [`OrganizationNotInAllFeaturesMode`, 400], [_e]: _c, [_hE]: 400 },
|
|
936
|
+
[_M],
|
|
937
|
+
[0]
|
|
938
|
+
];
|
|
939
|
+
n0_registry.registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
|
|
940
|
+
export var OrganizationsNotInUseException$ = [-3, n0, _ONIUE,
|
|
941
|
+
{ [_aQE]: [`OrganizationsNotInUse`, 404], [_e]: _c, [_hE]: 404 },
|
|
942
|
+
[_M],
|
|
943
|
+
[0]
|
|
944
|
+
];
|
|
945
|
+
n0_registry.registerError(OrganizationsNotInUseException$, OrganizationsNotInUseException);
|
|
946
|
+
export var QueryIdNotFoundException$ = [-3, n0, _QINFE,
|
|
947
|
+
{ [_aQE]: [`QueryIdNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
948
|
+
[_M],
|
|
949
|
+
[0]
|
|
950
|
+
];
|
|
951
|
+
n0_registry.registerError(QueryIdNotFoundException$, QueryIdNotFoundException);
|
|
952
|
+
export var ResourceARNNotValidException$ = [-3, n0, _RARNNVE,
|
|
953
|
+
{ [_aQE]: [`ResourceARNNotValid`, 400], [_e]: _c, [_hE]: 400 },
|
|
954
|
+
[_M],
|
|
955
|
+
[0]
|
|
956
|
+
];
|
|
957
|
+
n0_registry.registerError(ResourceARNNotValidException$, ResourceARNNotValidException);
|
|
958
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
959
|
+
{ [_aQE]: [`ResourceNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
960
|
+
[_M],
|
|
961
|
+
[0]
|
|
962
|
+
];
|
|
963
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
964
|
+
export var ResourcePolicyNotFoundException$ = [-3, n0, _RPNFE,
|
|
965
|
+
{ [_aQE]: [`ResourcePolicyNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
966
|
+
[_M],
|
|
967
|
+
[0]
|
|
968
|
+
];
|
|
969
|
+
n0_registry.registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
970
|
+
export var ResourcePolicyNotValidException$ = [-3, n0, _RPNVE,
|
|
971
|
+
{ [_aQE]: [`ResourcePolicyNotValid`, 400], [_e]: _c, [_hE]: 400 },
|
|
972
|
+
[_M],
|
|
973
|
+
[0]
|
|
974
|
+
];
|
|
975
|
+
n0_registry.registerError(ResourcePolicyNotValidException$, ResourcePolicyNotValidException);
|
|
976
|
+
export var ResourceTypeNotSupportedException$ = [-3, n0, _RTNSE,
|
|
977
|
+
{ [_aQE]: [`ResourceTypeNotSupported`, 400], [_e]: _c, [_hE]: 400 },
|
|
978
|
+
[_M],
|
|
979
|
+
[0]
|
|
980
|
+
];
|
|
981
|
+
n0_registry.registerError(ResourceTypeNotSupportedException$, ResourceTypeNotSupportedException);
|
|
982
|
+
export var S3BucketDoesNotExistException$ = [-3, n0, _SBDNEE,
|
|
983
|
+
{ [_aQE]: [`S3BucketDoesNotExist`, 404], [_e]: _c, [_hE]: 404 },
|
|
984
|
+
[_M],
|
|
985
|
+
[0]
|
|
986
|
+
];
|
|
987
|
+
n0_registry.registerError(S3BucketDoesNotExistException$, S3BucketDoesNotExistException);
|
|
988
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
989
|
+
{ [_aQE]: [`ServiceQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
990
|
+
[_M],
|
|
991
|
+
[0]
|
|
992
|
+
];
|
|
993
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
994
|
+
export var TagsLimitExceededException$ = [-3, n0, _TLEE,
|
|
995
|
+
{ [_aQE]: [`TagsLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
996
|
+
[_M],
|
|
997
|
+
[0]
|
|
998
|
+
];
|
|
999
|
+
n0_registry.registerError(TagsLimitExceededException$, TagsLimitExceededException);
|
|
1000
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1001
|
+
{ [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
|
|
1002
|
+
[_M],
|
|
1003
|
+
[0]
|
|
1004
|
+
];
|
|
1005
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
1006
|
+
export var TrailAlreadyExistsException$ = [-3, n0, _TAEE,
|
|
1007
|
+
{ [_aQE]: [`TrailAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1008
|
+
[_M],
|
|
1009
|
+
[0]
|
|
1010
|
+
];
|
|
1011
|
+
n0_registry.registerError(TrailAlreadyExistsException$, TrailAlreadyExistsException);
|
|
1012
|
+
export var TrailNotFoundException$ = [-3, n0, _TNFE,
|
|
1013
|
+
{ [_aQE]: [`TrailNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1014
|
+
[_M],
|
|
1015
|
+
[0]
|
|
1016
|
+
];
|
|
1017
|
+
n0_registry.registerError(TrailNotFoundException$, TrailNotFoundException);
|
|
1018
|
+
export var TrailNotProvidedException$ = [-3, n0, _TNPE,
|
|
1019
|
+
{ [_aQE]: [`TrailNotProvided`, 404], [_e]: _c, [_hE]: 404 },
|
|
1020
|
+
[_M],
|
|
1021
|
+
[0]
|
|
1022
|
+
];
|
|
1023
|
+
n0_registry.registerError(TrailNotProvidedException$, TrailNotProvidedException);
|
|
1024
|
+
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
1025
|
+
{ [_aQE]: [`UnsupportedOperation`, 400], [_e]: _c, [_hE]: 400 },
|
|
1026
|
+
[_M],
|
|
1027
|
+
[0]
|
|
1028
|
+
];
|
|
1029
|
+
n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
1030
|
+
export const errorTypeRegistries = [
|
|
1031
|
+
_s_registry,
|
|
1032
|
+
n0_registry,
|
|
1033
|
+
];
|
|
1034
|
+
export var AddTagsRequest$ = [3, n0, _ATR,
|
|
1035
|
+
0,
|
|
1036
|
+
[_RI, _TL],
|
|
1037
|
+
[0, () => TagsList], 2
|
|
1038
|
+
];
|
|
1039
|
+
export var AddTagsResponse$ = [3, n0, _ATRd,
|
|
1040
|
+
0,
|
|
1041
|
+
[],
|
|
1042
|
+
[]
|
|
1043
|
+
];
|
|
1044
|
+
export var AdvancedEventSelector$ = [3, n0, _AES,
|
|
1045
|
+
0,
|
|
1046
|
+
[_FS, _N],
|
|
1047
|
+
[() => AdvancedFieldSelectors, 0], 1
|
|
1048
|
+
];
|
|
1049
|
+
export var AdvancedFieldSelector$ = [3, n0, _AFS,
|
|
1050
|
+
0,
|
|
1051
|
+
[_F, _E, _SW, _EW, _NE, _NSW, _NEW],
|
|
1052
|
+
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
|
|
1053
|
+
];
|
|
1054
|
+
export var AggregationConfiguration$ = [3, n0, _AC,
|
|
1055
|
+
0,
|
|
1056
|
+
[_T, _EC],
|
|
1057
|
+
[64 | 0, 0], 2
|
|
1058
|
+
];
|
|
1059
|
+
export var CancelQueryRequest$ = [3, n0, _CQR,
|
|
1060
|
+
0,
|
|
1061
|
+
[_QI, _EDS, _EDSOAI],
|
|
1062
|
+
[0, 0, 0], 1
|
|
1063
|
+
];
|
|
1064
|
+
export var CancelQueryResponse$ = [3, n0, _CQRa,
|
|
1065
|
+
0,
|
|
1066
|
+
[_QI, _QS, _EDSOAI],
|
|
1067
|
+
[0, 0, 0], 2
|
|
644
1068
|
];
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
[
|
|
649
|
-
[0]
|
|
1069
|
+
export var Channel$ = [3, n0, _C,
|
|
1070
|
+
0,
|
|
1071
|
+
[_CA, _N],
|
|
1072
|
+
[0, 0]
|
|
650
1073
|
];
|
|
651
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
652
1074
|
export var ContextKeySelector$ = [3, n0, _CKS,
|
|
653
1075
|
0,
|
|
654
1076
|
[_Ty, _E],
|
|
@@ -704,12 +1126,6 @@ export var DataResource$ = [3, n0, _DR,
|
|
|
704
1126
|
[_Ty, _V],
|
|
705
1127
|
[0, 64 | 0]
|
|
706
1128
|
];
|
|
707
|
-
export var DelegatedAdminAccountLimitExceededException$ = [-3, n0, _DAALEE,
|
|
708
|
-
{ [_aQE]: [`DelegatedAdminAccountLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
709
|
-
[_M],
|
|
710
|
-
[0]
|
|
711
|
-
];
|
|
712
|
-
TypeRegistry.for(n0).registerError(DelegatedAdminAccountLimitExceededException$, DelegatedAdminAccountLimitExceededException);
|
|
713
1129
|
export var DeleteChannelRequest$ = [3, n0, _DCR,
|
|
714
1130
|
0,
|
|
715
1131
|
[_C],
|
|
@@ -825,48 +1241,6 @@ export var EventDataStore$ = [3, n0, _EDS,
|
|
|
825
1241
|
[_EDSA, _N, _TPE, _St, _AESd, _MRE, _OE, _RP, _CT, _UT],
|
|
826
1242
|
[0, 0, 2, 0, () => AdvancedEventSelectors, 2, 2, 1, 4, 4]
|
|
827
1243
|
];
|
|
828
|
-
export var EventDataStoreAlreadyExistsException$ = [-3, n0, _EDSAEE,
|
|
829
|
-
{ [_aQE]: [`EventDataStoreAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
830
|
-
[_M],
|
|
831
|
-
[0]
|
|
832
|
-
];
|
|
833
|
-
TypeRegistry.for(n0).registerError(EventDataStoreAlreadyExistsException$, EventDataStoreAlreadyExistsException);
|
|
834
|
-
export var EventDataStoreARNInvalidException$ = [-3, n0, _EDSARNIE,
|
|
835
|
-
{ [_aQE]: [`EventDataStoreARNInvalid`, 400], [_e]: _c, [_hE]: 400 },
|
|
836
|
-
[_M],
|
|
837
|
-
[0]
|
|
838
|
-
];
|
|
839
|
-
TypeRegistry.for(n0).registerError(EventDataStoreARNInvalidException$, EventDataStoreARNInvalidException);
|
|
840
|
-
export var EventDataStoreFederationEnabledException$ = [-3, n0, _EDSFEE,
|
|
841
|
-
{ [_aQE]: [`EventDataStoreFederationEnabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
842
|
-
[_M],
|
|
843
|
-
[0]
|
|
844
|
-
];
|
|
845
|
-
TypeRegistry.for(n0).registerError(EventDataStoreFederationEnabledException$, EventDataStoreFederationEnabledException);
|
|
846
|
-
export var EventDataStoreHasOngoingImportException$ = [-3, n0, _EDSHOIE,
|
|
847
|
-
{ [_aQE]: [`EventDataStoreHasOngoingImport`, 400], [_e]: _c, [_hE]: 400 },
|
|
848
|
-
[_M],
|
|
849
|
-
[0]
|
|
850
|
-
];
|
|
851
|
-
TypeRegistry.for(n0).registerError(EventDataStoreHasOngoingImportException$, EventDataStoreHasOngoingImportException);
|
|
852
|
-
export var EventDataStoreMaxLimitExceededException$ = [-3, n0, _EDSMLEE,
|
|
853
|
-
{ [_aQE]: [`EventDataStoreMaxLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
854
|
-
[_M],
|
|
855
|
-
[0]
|
|
856
|
-
];
|
|
857
|
-
TypeRegistry.for(n0).registerError(EventDataStoreMaxLimitExceededException$, EventDataStoreMaxLimitExceededException);
|
|
858
|
-
export var EventDataStoreNotFoundException$ = [-3, n0, _EDSNFE,
|
|
859
|
-
{ [_aQE]: [`EventDataStoreNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
860
|
-
[_M],
|
|
861
|
-
[0]
|
|
862
|
-
];
|
|
863
|
-
TypeRegistry.for(n0).registerError(EventDataStoreNotFoundException$, EventDataStoreNotFoundException);
|
|
864
|
-
export var EventDataStoreTerminationProtectedException$ = [-3, n0, _EDSTPE,
|
|
865
|
-
{ [_aQE]: [`EventDataStoreTerminationProtectedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
866
|
-
[_M],
|
|
867
|
-
[0]
|
|
868
|
-
];
|
|
869
|
-
TypeRegistry.for(n0).registerError(EventDataStoreTerminationProtectedException$, EventDataStoreTerminationProtectedException);
|
|
870
1244
|
export var EventSelector$ = [3, n0, _ESv,
|
|
871
1245
|
0,
|
|
872
1246
|
[_RWT, _IME, _DRa, _EMES],
|
|
@@ -882,12 +1256,6 @@ export var GenerateQueryResponse$ = [3, n0, _GQRe,
|
|
|
882
1256
|
[_QSuer, _QA, _EDSOAI],
|
|
883
1257
|
[0, 0, 0]
|
|
884
1258
|
];
|
|
885
|
-
export var GenerateResponseException$ = [-3, n0, _GRE,
|
|
886
|
-
{ [_aQE]: [`GenerateResponse`, 400], [_e]: _c, [_hE]: 400 },
|
|
887
|
-
[_M],
|
|
888
|
-
[0]
|
|
889
|
-
];
|
|
890
|
-
TypeRegistry.for(n0).registerError(GenerateResponseException$, GenerateResponseException);
|
|
891
1259
|
export var GetChannelRequest$ = [3, n0, _GCR,
|
|
892
1260
|
0,
|
|
893
1261
|
[_C],
|
|
@@ -936,326 +1304,98 @@ export var GetEventSelectorsRequest$ = [3, n0, _GESR,
|
|
|
936
1304
|
export var GetEventSelectorsResponse$ = [3, n0, _GESRe,
|
|
937
1305
|
0,
|
|
938
1306
|
[_TARN, _ESve, _AESd],
|
|
939
|
-
[0, () => EventSelectors, () => AdvancedEventSelectors]
|
|
940
|
-
];
|
|
941
|
-
export var GetImportRequest$ = [3, n0, _GIR,
|
|
942
|
-
0,
|
|
943
|
-
[_II],
|
|
944
|
-
[0], 1
|
|
945
|
-
];
|
|
946
|
-
export var GetImportResponse$ = [3, n0, _GIRe,
|
|
947
|
-
0,
|
|
948
|
-
[_II, _D, _ISm, _SET, _EET, _ISmp, _CT, _UT, _ISmpo],
|
|
949
|
-
[0, 64 | 0, () => ImportSource$, 4, 4, 0, 4, 4, () => ImportStatistics$]
|
|
950
|
-
];
|
|
951
|
-
export var GetInsightSelectorsRequest$ = [3, n0, _GISR,
|
|
952
|
-
0,
|
|
953
|
-
[_TN, _EDS],
|
|
954
|
-
[0, 0]
|
|
955
|
-
];
|
|
956
|
-
export var GetInsightSelectorsResponse$ = [3, n0, _GISRe,
|
|
957
|
-
0,
|
|
958
|
-
[_TARN, _ISn, _EDSA, _ID],
|
|
959
|
-
[0, () => InsightSelectors, 0, 0]
|
|
960
|
-
];
|
|
961
|
-
export var GetQueryResultsRequest$ = [3, n0, _GQRR,
|
|
962
|
-
0,
|
|
963
|
-
[_QI, _EDS, _NT, _MQR, _EDSOAI],
|
|
964
|
-
[0, 0, 0, 1, 0], 1
|
|
965
|
-
];
|
|
966
|
-
export var GetQueryResultsResponse$ = [3, n0, _GQRRe,
|
|
967
|
-
0,
|
|
968
|
-
[_QS, _QSue, _QRR, _NT, _EM],
|
|
969
|
-
[0, () => QueryStatistics$, [1, n0, _QRR, 0, [1, n0, _QRRu, 0, 128 | 0]], 0, 0]
|
|
970
|
-
];
|
|
971
|
-
export var GetResourcePolicyRequest$ = [3, n0, _GRPR,
|
|
972
|
-
0,
|
|
973
|
-
[_RA],
|
|
974
|
-
[0], 1
|
|
975
|
-
];
|
|
976
|
-
export var GetResourcePolicyResponse$ = [3, n0, _GRPRe,
|
|
977
|
-
0,
|
|
978
|
-
[_RA, _RPe, _DARP],
|
|
979
|
-
[0, 0, 0]
|
|
980
|
-
];
|
|
981
|
-
export var GetTrailRequest$ = [3, n0, _GTR,
|
|
982
|
-
0,
|
|
983
|
-
[_N],
|
|
984
|
-
[0], 1
|
|
985
|
-
];
|
|
986
|
-
export var GetTrailResponse$ = [3, n0, _GTRe,
|
|
987
|
-
0,
|
|
988
|
-
[_Tr],
|
|
989
|
-
[() => Trail$]
|
|
990
|
-
];
|
|
991
|
-
export var GetTrailStatusRequest$ = [3, n0, _GTSR,
|
|
992
|
-
0,
|
|
993
|
-
[_N],
|
|
994
|
-
[0], 1
|
|
995
|
-
];
|
|
996
|
-
export var GetTrailStatusResponse$ = [3, n0, _GTSRe,
|
|
997
|
-
0,
|
|
998
|
-
[_IL, _LDE, _LNE, _LDT, _LNT, _SLT, _SLTt, _LCWLDE, _LCWLDT, _LDDT, _LDDE, _LDAT, _LNAT, _LNAS, _LDAS, _TLS, _TLSi],
|
|
999
|
-
[2, 0, 0, 4, 4, 4, 4, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0]
|
|
1000
|
-
];
|
|
1001
|
-
export var ImportFailureListItem$ = [3, n0, _IFLI,
|
|
1002
|
-
0,
|
|
1003
|
-
[_L, _St, _ETr, _EM, _LUT],
|
|
1004
|
-
[0, 0, 0, 0, 4]
|
|
1005
|
-
];
|
|
1006
|
-
export var ImportNotFoundException$ = [-3, n0, _INFE,
|
|
1007
|
-
{ [_aQE]: [`ImportNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1008
|
-
[_M],
|
|
1009
|
-
[0]
|
|
1010
|
-
];
|
|
1011
|
-
TypeRegistry.for(n0).registerError(ImportNotFoundException$, ImportNotFoundException);
|
|
1012
|
-
export var ImportsListItem$ = [3, n0, _ILI,
|
|
1013
|
-
0,
|
|
1014
|
-
[_II, _ISmp, _D, _CT, _UT],
|
|
1015
|
-
[0, 0, 64 | 0, 4, 4]
|
|
1016
|
-
];
|
|
1017
|
-
export var ImportSource$ = [3, n0, _ISm,
|
|
1018
|
-
0,
|
|
1019
|
-
[_S_],
|
|
1020
|
-
[() => S3ImportSource$], 1
|
|
1021
|
-
];
|
|
1022
|
-
export var ImportStatistics$ = [3, n0, _ISmpo,
|
|
1023
|
-
0,
|
|
1024
|
-
[_PF, _PC, _FC, _ECv, _FE],
|
|
1025
|
-
[1, 1, 1, 1, 1]
|
|
1026
|
-
];
|
|
1027
|
-
export var InactiveEventDataStoreException$ = [-3, n0, _IEDSE,
|
|
1028
|
-
{ [_aQE]: [`InactiveEventDataStore`, 400], [_e]: _c, [_hE]: 400 },
|
|
1029
|
-
[_M],
|
|
1030
|
-
[0]
|
|
1031
|
-
];
|
|
1032
|
-
TypeRegistry.for(n0).registerError(InactiveEventDataStoreException$, InactiveEventDataStoreException);
|
|
1033
|
-
export var InactiveQueryException$ = [-3, n0, _IQE,
|
|
1034
|
-
{ [_aQE]: [`InactiveQuery`, 400], [_e]: _c, [_hE]: 400 },
|
|
1035
|
-
[_M],
|
|
1036
|
-
[0]
|
|
1037
|
-
];
|
|
1038
|
-
TypeRegistry.for(n0).registerError(InactiveQueryException$, InactiveQueryException);
|
|
1039
|
-
export var IngestionStatus$ = [3, n0, _IS,
|
|
1040
|
-
0,
|
|
1041
|
-
[_LIST, _LISEID, _LIEC, _LIAT, _LIAEID],
|
|
1042
|
-
[4, 0, 0, 4, 0]
|
|
1043
|
-
];
|
|
1044
|
-
export var InsightNotEnabledException$ = [-3, n0, _INEE,
|
|
1045
|
-
{ [_aQE]: [`InsightNotEnabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
1046
|
-
[_M],
|
|
1047
|
-
[0]
|
|
1048
|
-
];
|
|
1049
|
-
TypeRegistry.for(n0).registerError(InsightNotEnabledException$, InsightNotEnabledException);
|
|
1050
|
-
export var InsightSelector$ = [3, n0, _ISns,
|
|
1051
|
-
0,
|
|
1052
|
-
[_IT, _ECve],
|
|
1053
|
-
[0, 64 | 0]
|
|
1054
|
-
];
|
|
1055
|
-
export var InsufficientDependencyServiceAccessPermissionException$ = [-3, n0, _IDSAPE,
|
|
1056
|
-
{ [_aQE]: [`InsufficientDependencyServiceAccessPermission`, 400], [_e]: _c, [_hE]: 400 },
|
|
1057
|
-
[_M],
|
|
1058
|
-
[0]
|
|
1059
|
-
];
|
|
1060
|
-
TypeRegistry.for(n0).registerError(InsufficientDependencyServiceAccessPermissionException$, InsufficientDependencyServiceAccessPermissionException);
|
|
1061
|
-
export var InsufficientEncryptionPolicyException$ = [-3, n0, _IEPE,
|
|
1062
|
-
{ [_aQE]: [`InsufficientEncryptionPolicy`, 400], [_e]: _c, [_hE]: 400 },
|
|
1063
|
-
[_M],
|
|
1064
|
-
[0]
|
|
1065
|
-
];
|
|
1066
|
-
TypeRegistry.for(n0).registerError(InsufficientEncryptionPolicyException$, InsufficientEncryptionPolicyException);
|
|
1067
|
-
export var InsufficientIAMAccessPermissionException$ = [-3, n0, _IIAMAPE,
|
|
1068
|
-
{ [_aQE]: [`InsufficientIAMAccessPermission`, 400], [_e]: _c, [_hE]: 400 },
|
|
1069
|
-
[_M],
|
|
1070
|
-
[0]
|
|
1071
|
-
];
|
|
1072
|
-
TypeRegistry.for(n0).registerError(InsufficientIAMAccessPermissionException$, InsufficientIAMAccessPermissionException);
|
|
1073
|
-
export var InsufficientS3BucketPolicyException$ = [-3, n0, _ISBPE,
|
|
1074
|
-
{ [_aQE]: [`InsufficientS3BucketPolicy`, 403], [_e]: _c, [_hE]: 403 },
|
|
1075
|
-
[_M],
|
|
1076
|
-
[0]
|
|
1077
|
-
];
|
|
1078
|
-
TypeRegistry.for(n0).registerError(InsufficientS3BucketPolicyException$, InsufficientS3BucketPolicyException);
|
|
1079
|
-
export var InsufficientSnsTopicPolicyException$ = [-3, n0, _ISTPE,
|
|
1080
|
-
{ [_aQE]: [`InsufficientSnsTopicPolicy`, 403], [_e]: _c, [_hE]: 403 },
|
|
1081
|
-
[_M],
|
|
1082
|
-
[0]
|
|
1083
|
-
];
|
|
1084
|
-
TypeRegistry.for(n0).registerError(InsufficientSnsTopicPolicyException$, InsufficientSnsTopicPolicyException);
|
|
1085
|
-
export var InvalidCloudWatchLogsLogGroupArnException$ = [-3, n0, _ICWLLGAE,
|
|
1086
|
-
{ [_aQE]: [`InvalidCloudWatchLogsLogGroupArn`, 400], [_e]: _c, [_hE]: 400 },
|
|
1087
|
-
[_M],
|
|
1088
|
-
[0]
|
|
1089
|
-
];
|
|
1090
|
-
TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsLogGroupArnException$, InvalidCloudWatchLogsLogGroupArnException);
|
|
1091
|
-
export var InvalidCloudWatchLogsRoleArnException$ = [-3, n0, _ICWLRAE,
|
|
1092
|
-
{ [_aQE]: [`InvalidCloudWatchLogsRoleArn`, 400], [_e]: _c, [_hE]: 400 },
|
|
1093
|
-
[_M],
|
|
1094
|
-
[0]
|
|
1095
|
-
];
|
|
1096
|
-
TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsRoleArnException$, InvalidCloudWatchLogsRoleArnException);
|
|
1097
|
-
export var InvalidDateRangeException$ = [-3, n0, _IDRE,
|
|
1098
|
-
{ [_aQE]: [`InvalidDateRange`, 400], [_e]: _c, [_hE]: 400 },
|
|
1099
|
-
[_M],
|
|
1100
|
-
[0]
|
|
1101
|
-
];
|
|
1102
|
-
TypeRegistry.for(n0).registerError(InvalidDateRangeException$, InvalidDateRangeException);
|
|
1103
|
-
export var InvalidEventCategoryException$ = [-3, n0, _IECE,
|
|
1104
|
-
{ [_aQE]: [`InvalidEventCategory`, 400], [_e]: _c, [_hE]: 400 },
|
|
1105
|
-
[_M],
|
|
1106
|
-
[0]
|
|
1107
|
-
];
|
|
1108
|
-
TypeRegistry.for(n0).registerError(InvalidEventCategoryException$, InvalidEventCategoryException);
|
|
1109
|
-
export var InvalidEventDataStoreCategoryException$ = [-3, n0, _IEDSCE,
|
|
1110
|
-
{ [_aQE]: [`InvalidEventDataStoreCategory`, 400], [_e]: _c, [_hE]: 400 },
|
|
1111
|
-
[_M],
|
|
1112
|
-
[0]
|
|
1113
|
-
];
|
|
1114
|
-
TypeRegistry.for(n0).registerError(InvalidEventDataStoreCategoryException$, InvalidEventDataStoreCategoryException);
|
|
1115
|
-
export var InvalidEventDataStoreStatusException$ = [-3, n0, _IEDSSE,
|
|
1116
|
-
{ [_aQE]: [`InvalidEventDataStoreStatus`, 400], [_e]: _c, [_hE]: 400 },
|
|
1117
|
-
[_M],
|
|
1118
|
-
[0]
|
|
1119
|
-
];
|
|
1120
|
-
TypeRegistry.for(n0).registerError(InvalidEventDataStoreStatusException$, InvalidEventDataStoreStatusException);
|
|
1121
|
-
export var InvalidEventSelectorsException$ = [-3, n0, _IESE,
|
|
1122
|
-
{ [_aQE]: [`InvalidEventSelectors`, 400], [_e]: _c, [_hE]: 400 },
|
|
1123
|
-
[_M],
|
|
1124
|
-
[0]
|
|
1125
|
-
];
|
|
1126
|
-
TypeRegistry.for(n0).registerError(InvalidEventSelectorsException$, InvalidEventSelectorsException);
|
|
1127
|
-
export var InvalidHomeRegionException$ = [-3, n0, _IHRE,
|
|
1128
|
-
{ [_aQE]: [`InvalidHomeRegion`, 400], [_e]: _c, [_hE]: 400 },
|
|
1129
|
-
[_M],
|
|
1130
|
-
[0]
|
|
1131
|
-
];
|
|
1132
|
-
TypeRegistry.for(n0).registerError(InvalidHomeRegionException$, InvalidHomeRegionException);
|
|
1133
|
-
export var InvalidImportSourceException$ = [-3, n0, _IISE,
|
|
1134
|
-
{ [_aQE]: [`InvalidImportSource`, 400], [_e]: _c, [_hE]: 400 },
|
|
1135
|
-
[_M],
|
|
1136
|
-
[0]
|
|
1137
|
-
];
|
|
1138
|
-
TypeRegistry.for(n0).registerError(InvalidImportSourceException$, InvalidImportSourceException);
|
|
1139
|
-
export var InvalidInsightSelectorsException$ = [-3, n0, _IISEn,
|
|
1140
|
-
{ [_aQE]: [`InvalidInsightSelectors`, 400], [_e]: _c, [_hE]: 400 },
|
|
1141
|
-
[_M],
|
|
1142
|
-
[0]
|
|
1143
|
-
];
|
|
1144
|
-
TypeRegistry.for(n0).registerError(InvalidInsightSelectorsException$, InvalidInsightSelectorsException);
|
|
1145
|
-
export var InvalidKmsKeyIdException$ = [-3, n0, _IKKIE,
|
|
1146
|
-
{ [_aQE]: [`InvalidKmsKeyId`, 400], [_e]: _c, [_hE]: 400 },
|
|
1147
|
-
[_M],
|
|
1148
|
-
[0]
|
|
1307
|
+
[0, () => EventSelectors, () => AdvancedEventSelectors]
|
|
1149
1308
|
];
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
[
|
|
1154
|
-
[0]
|
|
1309
|
+
export var GetImportRequest$ = [3, n0, _GIR,
|
|
1310
|
+
0,
|
|
1311
|
+
[_II],
|
|
1312
|
+
[0], 1
|
|
1155
1313
|
];
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
[
|
|
1160
|
-
[0]
|
|
1314
|
+
export var GetImportResponse$ = [3, n0, _GIRe,
|
|
1315
|
+
0,
|
|
1316
|
+
[_II, _D, _ISm, _SET, _EET, _ISmp, _CT, _UT, _ISmpo],
|
|
1317
|
+
[0, 64 | 0, () => ImportSource$, 4, 4, 0, 4, 4, () => ImportStatistics$]
|
|
1161
1318
|
];
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
[
|
|
1166
|
-
[0]
|
|
1319
|
+
export var GetInsightSelectorsRequest$ = [3, n0, _GISR,
|
|
1320
|
+
0,
|
|
1321
|
+
[_TN, _EDS],
|
|
1322
|
+
[0, 0]
|
|
1167
1323
|
];
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
[
|
|
1172
|
-
[0]
|
|
1324
|
+
export var GetInsightSelectorsResponse$ = [3, n0, _GISRe,
|
|
1325
|
+
0,
|
|
1326
|
+
[_TARN, _ISn, _EDSA, _ID],
|
|
1327
|
+
[0, () => InsightSelectors, 0, 0]
|
|
1173
1328
|
];
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
[
|
|
1178
|
-
[0]
|
|
1329
|
+
export var GetQueryResultsRequest$ = [3, n0, _GQRR,
|
|
1330
|
+
0,
|
|
1331
|
+
[_QI, _EDS, _NT, _MQR, _EDSOAI],
|
|
1332
|
+
[0, 0, 0, 1, 0], 1
|
|
1179
1333
|
];
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
[
|
|
1184
|
-
[0]
|
|
1334
|
+
export var GetQueryResultsResponse$ = [3, n0, _GQRRe,
|
|
1335
|
+
0,
|
|
1336
|
+
[_QS, _QSue, _QRR, _NT, _EM],
|
|
1337
|
+
[0, () => QueryStatistics$, [1, n0, _QRR, 0, [1, n0, _QRRu, 0, 128 | 0]], 0, 0]
|
|
1185
1338
|
];
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
[
|
|
1190
|
-
[0]
|
|
1339
|
+
export var GetResourcePolicyRequest$ = [3, n0, _GRPR,
|
|
1340
|
+
0,
|
|
1341
|
+
[_RA],
|
|
1342
|
+
[0], 1
|
|
1191
1343
|
];
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
[
|
|
1196
|
-
[0]
|
|
1344
|
+
export var GetResourcePolicyResponse$ = [3, n0, _GRPRe,
|
|
1345
|
+
0,
|
|
1346
|
+
[_RA, _RPe, _DARP],
|
|
1347
|
+
[0, 0, 0]
|
|
1197
1348
|
];
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
[
|
|
1202
|
-
[0]
|
|
1349
|
+
export var GetTrailRequest$ = [3, n0, _GTR,
|
|
1350
|
+
0,
|
|
1351
|
+
[_N],
|
|
1352
|
+
[0], 1
|
|
1203
1353
|
];
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
[
|
|
1208
|
-
[0]
|
|
1354
|
+
export var GetTrailResponse$ = [3, n0, _GTRe,
|
|
1355
|
+
0,
|
|
1356
|
+
[_Tr],
|
|
1357
|
+
[() => Trail$]
|
|
1209
1358
|
];
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
[
|
|
1214
|
-
[0]
|
|
1359
|
+
export var GetTrailStatusRequest$ = [3, n0, _GTSR,
|
|
1360
|
+
0,
|
|
1361
|
+
[_N],
|
|
1362
|
+
[0], 1
|
|
1215
1363
|
];
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
[
|
|
1220
|
-
[0]
|
|
1364
|
+
export var GetTrailStatusResponse$ = [3, n0, _GTSRe,
|
|
1365
|
+
0,
|
|
1366
|
+
[_IL, _LDE, _LNE, _LDT, _LNT, _SLT, _SLTt, _LCWLDE, _LCWLDT, _LDDT, _LDDE, _LDAT, _LNAT, _LNAS, _LDAS, _TLS, _TLSi],
|
|
1367
|
+
[2, 0, 0, 4, 4, 4, 4, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0]
|
|
1221
1368
|
];
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
[
|
|
1226
|
-
[0]
|
|
1369
|
+
export var ImportFailureListItem$ = [3, n0, _IFLI,
|
|
1370
|
+
0,
|
|
1371
|
+
[_L, _St, _ETr, _EM, _LUT],
|
|
1372
|
+
[0, 0, 0, 0, 4]
|
|
1227
1373
|
];
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
[
|
|
1232
|
-
[0]
|
|
1374
|
+
export var ImportsListItem$ = [3, n0, _ILI,
|
|
1375
|
+
0,
|
|
1376
|
+
[_II, _ISmp, _D, _CT, _UT],
|
|
1377
|
+
[0, 0, 64 | 0, 4, 4]
|
|
1233
1378
|
];
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
[
|
|
1238
|
-
[0]
|
|
1379
|
+
export var ImportSource$ = [3, n0, _ISm,
|
|
1380
|
+
0,
|
|
1381
|
+
[_S_],
|
|
1382
|
+
[() => S3ImportSource$], 1
|
|
1239
1383
|
];
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
[
|
|
1244
|
-
[0]
|
|
1384
|
+
export var ImportStatistics$ = [3, n0, _ISmpo,
|
|
1385
|
+
0,
|
|
1386
|
+
[_PF, _PC, _FC, _ECv, _FE],
|
|
1387
|
+
[1, 1, 1, 1, 1]
|
|
1245
1388
|
];
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
[
|
|
1250
|
-
[0]
|
|
1389
|
+
export var IngestionStatus$ = [3, n0, _IS,
|
|
1390
|
+
0,
|
|
1391
|
+
[_LIST, _LISEID, _LIEC, _LIAT, _LIAEID],
|
|
1392
|
+
[4, 0, 0, 4, 0]
|
|
1251
1393
|
];
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
[
|
|
1256
|
-
[0]
|
|
1394
|
+
export var InsightSelector$ = [3, n0, _ISns,
|
|
1395
|
+
0,
|
|
1396
|
+
[_IT, _ECve],
|
|
1397
|
+
[0, 64 | 0]
|
|
1257
1398
|
];
|
|
1258
|
-
TypeRegistry.for(n0).registerError(KmsKeyNotFoundException$, KmsKeyNotFoundException);
|
|
1259
1399
|
export var ListChannelsRequest$ = [3, n0, _LCR,
|
|
1260
1400
|
0,
|
|
1261
1401
|
[_MR, _NT],
|
|
@@ -1381,54 +1521,6 @@ export var LookupEventsResponse$ = [3, n0, _LERo,
|
|
|
1381
1521
|
[_Eve, _NT],
|
|
1382
1522
|
[() => EventsList, 0]
|
|
1383
1523
|
];
|
|
1384
|
-
export var MaxConcurrentQueriesException$ = [-3, n0, _MCQE,
|
|
1385
|
-
{ [_aQE]: [`MaxConcurrentQueries`, 429], [_e]: _c, [_hE]: 429 },
|
|
1386
|
-
[_M],
|
|
1387
|
-
[0]
|
|
1388
|
-
];
|
|
1389
|
-
TypeRegistry.for(n0).registerError(MaxConcurrentQueriesException$, MaxConcurrentQueriesException);
|
|
1390
|
-
export var MaximumNumberOfTrailsExceededException$ = [-3, n0, _MNOTEE,
|
|
1391
|
-
{ [_aQE]: [`MaximumNumberOfTrailsExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
1392
|
-
[_M],
|
|
1393
|
-
[0]
|
|
1394
|
-
];
|
|
1395
|
-
TypeRegistry.for(n0).registerError(MaximumNumberOfTrailsExceededException$, MaximumNumberOfTrailsExceededException);
|
|
1396
|
-
export var NoManagementAccountSLRExistsException$ = [-3, n0, _NMASLREE,
|
|
1397
|
-
{ [_aQE]: [`NoManagementAccountSLRExists`, 403], [_e]: _c, [_hE]: 403 },
|
|
1398
|
-
[_M],
|
|
1399
|
-
[0]
|
|
1400
|
-
];
|
|
1401
|
-
TypeRegistry.for(n0).registerError(NoManagementAccountSLRExistsException$, NoManagementAccountSLRExistsException);
|
|
1402
|
-
export var NotOrganizationManagementAccountException$ = [-3, n0, _NOMAE,
|
|
1403
|
-
{ [_aQE]: [`NotOrganizationManagementAccount`, 403], [_e]: _c, [_hE]: 403 },
|
|
1404
|
-
[_M],
|
|
1405
|
-
[0]
|
|
1406
|
-
];
|
|
1407
|
-
TypeRegistry.for(n0).registerError(NotOrganizationManagementAccountException$, NotOrganizationManagementAccountException);
|
|
1408
|
-
export var NotOrganizationMasterAccountException$ = [-3, n0, _NOMAEo,
|
|
1409
|
-
{ [_aQE]: [`NotOrganizationMasterAccount`, 400], [_e]: _c, [_hE]: 400 },
|
|
1410
|
-
[_M],
|
|
1411
|
-
[0]
|
|
1412
|
-
];
|
|
1413
|
-
TypeRegistry.for(n0).registerError(NotOrganizationMasterAccountException$, NotOrganizationMasterAccountException);
|
|
1414
|
-
export var OperationNotPermittedException$ = [-3, n0, _ONPE,
|
|
1415
|
-
{ [_aQE]: [`OperationNotPermitted`, 400], [_e]: _c, [_hE]: 400 },
|
|
1416
|
-
[_M],
|
|
1417
|
-
[0]
|
|
1418
|
-
];
|
|
1419
|
-
TypeRegistry.for(n0).registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
1420
|
-
export var OrganizationNotInAllFeaturesModeException$ = [-3, n0, _ONIAFME,
|
|
1421
|
-
{ [_aQE]: [`OrganizationNotInAllFeaturesMode`, 400], [_e]: _c, [_hE]: 400 },
|
|
1422
|
-
[_M],
|
|
1423
|
-
[0]
|
|
1424
|
-
];
|
|
1425
|
-
TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
|
|
1426
|
-
export var OrganizationsNotInUseException$ = [-3, n0, _ONIUE,
|
|
1427
|
-
{ [_aQE]: [`OrganizationsNotInUse`, 404], [_e]: _c, [_hE]: 404 },
|
|
1428
|
-
[_M],
|
|
1429
|
-
[0]
|
|
1430
|
-
];
|
|
1431
|
-
TypeRegistry.for(n0).registerError(OrganizationsNotInUseException$, OrganizationsNotInUseException);
|
|
1432
1524
|
export var PartitionKey$ = [3, n0, _PKa,
|
|
1433
1525
|
0,
|
|
1434
1526
|
[_N, _Ty],
|
|
@@ -1484,12 +1576,6 @@ export var Query$ = [3, n0, _Qu,
|
|
|
1484
1576
|
[_QI, _QS, _CTr],
|
|
1485
1577
|
[0, 0, 4]
|
|
1486
1578
|
];
|
|
1487
|
-
export var QueryIdNotFoundException$ = [-3, n0, _QINFE,
|
|
1488
|
-
{ [_aQE]: [`QueryIdNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1489
|
-
[_M],
|
|
1490
|
-
[0]
|
|
1491
|
-
];
|
|
1492
|
-
TypeRegistry.for(n0).registerError(QueryIdNotFoundException$, QueryIdNotFoundException);
|
|
1493
1579
|
export var QueryStatistics$ = [3, n0, _QSue,
|
|
1494
1580
|
0,
|
|
1495
1581
|
[_RC, _TRC, _BS],
|
|
@@ -1540,41 +1626,11 @@ export var Resource$ = [3, n0, _Re,
|
|
|
1540
1626
|
[_RT, _RN],
|
|
1541
1627
|
[0, 0]
|
|
1542
1628
|
];
|
|
1543
|
-
export var ResourceARNNotValidException$ = [-3, n0, _RARNNVE,
|
|
1544
|
-
{ [_aQE]: [`ResourceARNNotValid`, 400], [_e]: _c, [_hE]: 400 },
|
|
1545
|
-
[_M],
|
|
1546
|
-
[0]
|
|
1547
|
-
];
|
|
1548
|
-
TypeRegistry.for(n0).registerError(ResourceARNNotValidException$, ResourceARNNotValidException);
|
|
1549
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1550
|
-
{ [_aQE]: [`ResourceNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
1551
|
-
[_M],
|
|
1552
|
-
[0]
|
|
1553
|
-
];
|
|
1554
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1555
|
-
export var ResourcePolicyNotFoundException$ = [-3, n0, _RPNFE,
|
|
1556
|
-
{ [_aQE]: [`ResourcePolicyNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1557
|
-
[_M],
|
|
1558
|
-
[0]
|
|
1559
|
-
];
|
|
1560
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
1561
|
-
export var ResourcePolicyNotValidException$ = [-3, n0, _RPNVE,
|
|
1562
|
-
{ [_aQE]: [`ResourcePolicyNotValid`, 400], [_e]: _c, [_hE]: 400 },
|
|
1563
|
-
[_M],
|
|
1564
|
-
[0]
|
|
1565
|
-
];
|
|
1566
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyNotValidException$, ResourcePolicyNotValidException);
|
|
1567
1629
|
export var ResourceTag$ = [3, n0, _RTe,
|
|
1568
1630
|
0,
|
|
1569
1631
|
[_RI, _TL],
|
|
1570
1632
|
[0, () => TagsList]
|
|
1571
1633
|
];
|
|
1572
|
-
export var ResourceTypeNotSupportedException$ = [-3, n0, _RTNSE,
|
|
1573
|
-
{ [_aQE]: [`ResourceTypeNotSupported`, 400], [_e]: _c, [_hE]: 400 },
|
|
1574
|
-
[_M],
|
|
1575
|
-
[0]
|
|
1576
|
-
];
|
|
1577
|
-
TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException$, ResourceTypeNotSupportedException);
|
|
1578
1634
|
export var RestoreEventDataStoreRequest$ = [3, n0, _REDSR,
|
|
1579
1635
|
0,
|
|
1580
1636
|
[_EDS],
|
|
@@ -1585,12 +1641,6 @@ export var RestoreEventDataStoreResponse$ = [3, n0, _REDSRe,
|
|
|
1585
1641
|
[_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM],
|
|
1586
1642
|
[0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0]
|
|
1587
1643
|
];
|
|
1588
|
-
export var S3BucketDoesNotExistException$ = [-3, n0, _SBDNEE,
|
|
1589
|
-
{ [_aQE]: [`S3BucketDoesNotExist`, 404], [_e]: _c, [_hE]: 404 },
|
|
1590
|
-
[_M],
|
|
1591
|
-
[0]
|
|
1592
|
-
];
|
|
1593
|
-
TypeRegistry.for(n0).registerError(S3BucketDoesNotExistException$, S3BucketDoesNotExistException);
|
|
1594
1644
|
export var S3ImportSource$ = [3, n0, _SIS,
|
|
1595
1645
|
0,
|
|
1596
1646
|
[_SLU, _SBR, _SBARA],
|
|
@@ -1611,12 +1661,6 @@ export var SearchSampleQueriesSearchResult$ = [3, n0, _SSQSR,
|
|
|
1611
1661
|
[_N, _Des, _SQL, _Rel],
|
|
1612
1662
|
[0, 0, 0, 1]
|
|
1613
1663
|
];
|
|
1614
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1615
|
-
{ [_aQE]: [`ServiceQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
1616
|
-
[_M],
|
|
1617
|
-
[0]
|
|
1618
|
-
];
|
|
1619
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1620
1664
|
export var SourceConfig$ = [3, n0, _SC,
|
|
1621
1665
|
0,
|
|
1622
1666
|
[_ATAR, _AESd],
|
|
@@ -1707,52 +1751,16 @@ export var Tag$ = [3, n0, _Tag,
|
|
|
1707
1751
|
[_K, _Va],
|
|
1708
1752
|
[0, 0], 1
|
|
1709
1753
|
];
|
|
1710
|
-
export var TagsLimitExceededException$ = [-3, n0, _TLEE,
|
|
1711
|
-
{ [_aQE]: [`TagsLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
1712
|
-
[_M],
|
|
1713
|
-
[0]
|
|
1714
|
-
];
|
|
1715
|
-
TypeRegistry.for(n0).registerError(TagsLimitExceededException$, TagsLimitExceededException);
|
|
1716
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1717
|
-
{ [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
|
|
1718
|
-
[_M],
|
|
1719
|
-
[0]
|
|
1720
|
-
];
|
|
1721
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1722
1754
|
export var Trail$ = [3, n0, _Tr,
|
|
1723
1755
|
0,
|
|
1724
1756
|
[_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _HR, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _HCES, _HIS, _IOT],
|
|
1725
1757
|
[0, 0, 0, 0, 0, 2, 2, 0, 0, 2, 0, 0, 0, 2, 2, 2]
|
|
1726
1758
|
];
|
|
1727
|
-
export var TrailAlreadyExistsException$ = [-3, n0, _TAEE,
|
|
1728
|
-
{ [_aQE]: [`TrailAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1729
|
-
[_M],
|
|
1730
|
-
[0]
|
|
1731
|
-
];
|
|
1732
|
-
TypeRegistry.for(n0).registerError(TrailAlreadyExistsException$, TrailAlreadyExistsException);
|
|
1733
1759
|
export var TrailInfo$ = [3, n0, _TI,
|
|
1734
1760
|
0,
|
|
1735
1761
|
[_TARN, _N, _HR],
|
|
1736
1762
|
[0, 0, 0]
|
|
1737
1763
|
];
|
|
1738
|
-
export var TrailNotFoundException$ = [-3, n0, _TNFE,
|
|
1739
|
-
{ [_aQE]: [`TrailNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1740
|
-
[_M],
|
|
1741
|
-
[0]
|
|
1742
|
-
];
|
|
1743
|
-
TypeRegistry.for(n0).registerError(TrailNotFoundException$, TrailNotFoundException);
|
|
1744
|
-
export var TrailNotProvidedException$ = [-3, n0, _TNPE,
|
|
1745
|
-
{ [_aQE]: [`TrailNotProvided`, 404], [_e]: _c, [_hE]: 404 },
|
|
1746
|
-
[_M],
|
|
1747
|
-
[0]
|
|
1748
|
-
];
|
|
1749
|
-
TypeRegistry.for(n0).registerError(TrailNotProvidedException$, TrailNotProvidedException);
|
|
1750
|
-
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
1751
|
-
{ [_aQE]: [`UnsupportedOperation`, 400], [_e]: _c, [_hE]: 400 },
|
|
1752
|
-
[_M],
|
|
1753
|
-
[0]
|
|
1754
|
-
];
|
|
1755
|
-
TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
1756
1764
|
export var UpdateChannelRequest$ = [3, n0, _UCR,
|
|
1757
1765
|
0,
|
|
1758
1766
|
[_C, _D, _N],
|
|
@@ -1798,8 +1806,6 @@ export var Widget$ = [3, n0, _Wi,
|
|
|
1798
1806
|
[_QA, _QSuer, _QP, _VP],
|
|
1799
1807
|
[0, 0, 64 | 0, 128 | 0]
|
|
1800
1808
|
];
|
|
1801
|
-
export var CloudTrailServiceException$ = [-3, _s, "CloudTrailServiceException", 0, [], []];
|
|
1802
|
-
TypeRegistry.for(_s).registerError(CloudTrailServiceException$, CloudTrailServiceException);
|
|
1803
1809
|
var AdvancedEventSelectors = [1, n0, _AESd,
|
|
1804
1810
|
0, () => AdvancedEventSelector$
|
|
1805
1811
|
];
|