@aws-sdk/client-cloudtrail 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.
- package/dist-cjs/index.js +1196 -837
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/CancelQueryCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateDashboardCommand.js +2 -2
- package/dist-es/commands/CreateEventDataStoreCommand.js +2 -2
- package/dist-es/commands/CreateTrailCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeleteDashboardCommand.js +2 -2
- package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTrailCommand.js +2 -2
- package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -2
- package/dist-es/commands/DescribeQueryCommand.js +2 -2
- package/dist-es/commands/DescribeTrailsCommand.js +2 -2
- package/dist-es/commands/DisableFederationCommand.js +2 -2
- package/dist-es/commands/EnableFederationCommand.js +2 -2
- package/dist-es/commands/GenerateQueryCommand.js +2 -2
- package/dist-es/commands/GetChannelCommand.js +2 -2
- package/dist-es/commands/GetDashboardCommand.js +2 -2
- package/dist-es/commands/GetEventConfigurationCommand.js +2 -2
- package/dist-es/commands/GetEventDataStoreCommand.js +2 -2
- package/dist-es/commands/GetEventSelectorsCommand.js +2 -2
- package/dist-es/commands/GetImportCommand.js +2 -2
- package/dist-es/commands/GetInsightSelectorsCommand.js +2 -2
- package/dist-es/commands/GetQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetTrailCommand.js +2 -2
- package/dist-es/commands/GetTrailStatusCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListDashboardsCommand.js +2 -2
- package/dist-es/commands/ListEventDataStoresCommand.js +2 -2
- package/dist-es/commands/ListImportFailuresCommand.js +2 -2
- package/dist-es/commands/ListImportsCommand.js +2 -2
- package/dist-es/commands/ListInsightsDataCommand.js +2 -2
- package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -2
- package/dist-es/commands/ListPublicKeysCommand.js +2 -2
- package/dist-es/commands/ListQueriesCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListTrailsCommand.js +2 -2
- package/dist-es/commands/LookupEventsCommand.js +2 -2
- package/dist-es/commands/PutEventConfigurationCommand.js +2 -2
- package/dist-es/commands/PutEventSelectorsCommand.js +2 -2
- package/dist-es/commands/PutInsightSelectorsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -2
- package/dist-es/commands/SearchSampleQueriesCommand.js +2 -2
- package/dist-es/commands/StartDashboardRefreshCommand.js +2 -2
- package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -2
- package/dist-es/commands/StartImportCommand.js +2 -2
- package/dist-es/commands/StartLoggingCommand.js +2 -2
- package/dist-es/commands/StartQueryCommand.js +2 -2
- package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -2
- package/dist-es/commands/StopImportCommand.js +2 -2
- package/dist-es/commands/StopLoggingCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdateDashboardCommand.js +2 -2
- package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -2
- package/dist-es/commands/UpdateTrailCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +593 -536
- package/dist-types/CloudTrailClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +303 -348
- package/dist-types/ts3.4/CloudTrailClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +302 -348
- package/package.json +34 -34
|
@@ -505,9 +505,9 @@ const _tL = "trailList";
|
|
|
505
505
|
const _tNL = "trailNameList";
|
|
506
506
|
const n0 = "com.amazonaws.cloudtrail";
|
|
507
507
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
508
|
-
import { CloudTrailServiceException
|
|
509
|
-
import { AccessDeniedException
|
|
510
|
-
export var AccessDeniedException = [
|
|
508
|
+
import { CloudTrailServiceException } from "../models/CloudTrailServiceException";
|
|
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
|
+
export var AccessDeniedException$ = [
|
|
511
511
|
-3,
|
|
512
512
|
n0,
|
|
513
513
|
_ADE,
|
|
@@ -515,8 +515,8 @@ export var AccessDeniedException = [
|
|
|
515
515
|
[_M],
|
|
516
516
|
[0],
|
|
517
517
|
];
|
|
518
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
519
|
-
export var AccountHasOngoingImportException = [
|
|
518
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
519
|
+
export var AccountHasOngoingImportException$ = [
|
|
520
520
|
-3,
|
|
521
521
|
n0,
|
|
522
522
|
_AHOIE,
|
|
@@ -524,8 +524,8 @@ export var AccountHasOngoingImportException = [
|
|
|
524
524
|
[_M],
|
|
525
525
|
[0],
|
|
526
526
|
];
|
|
527
|
-
TypeRegistry.for(n0).registerError(AccountHasOngoingImportException
|
|
528
|
-
export var AccountNotFoundException = [
|
|
527
|
+
TypeRegistry.for(n0).registerError(AccountHasOngoingImportException$, AccountHasOngoingImportException);
|
|
528
|
+
export var AccountNotFoundException$ = [
|
|
529
529
|
-3,
|
|
530
530
|
n0,
|
|
531
531
|
_ANFE,
|
|
@@ -533,8 +533,8 @@ export var AccountNotFoundException = [
|
|
|
533
533
|
[_M],
|
|
534
534
|
[0],
|
|
535
535
|
];
|
|
536
|
-
TypeRegistry.for(n0).registerError(AccountNotFoundException
|
|
537
|
-
export var AccountNotRegisteredException = [
|
|
536
|
+
TypeRegistry.for(n0).registerError(AccountNotFoundException$, AccountNotFoundException);
|
|
537
|
+
export var AccountNotRegisteredException$ = [
|
|
538
538
|
-3,
|
|
539
539
|
n0,
|
|
540
540
|
_ANRE,
|
|
@@ -542,8 +542,8 @@ export var AccountNotRegisteredException = [
|
|
|
542
542
|
[_M],
|
|
543
543
|
[0],
|
|
544
544
|
];
|
|
545
|
-
TypeRegistry.for(n0).registerError(AccountNotRegisteredException
|
|
546
|
-
export var AccountRegisteredException = [
|
|
545
|
+
TypeRegistry.for(n0).registerError(AccountNotRegisteredException$, AccountNotRegisteredException);
|
|
546
|
+
export var AccountRegisteredException$ = [
|
|
547
547
|
-3,
|
|
548
548
|
n0,
|
|
549
549
|
_ARE,
|
|
@@ -551,10 +551,10 @@ export var AccountRegisteredException = [
|
|
|
551
551
|
[_M],
|
|
552
552
|
[0],
|
|
553
553
|
];
|
|
554
|
-
TypeRegistry.for(n0).registerError(AccountRegisteredException
|
|
555
|
-
export var AddTagsRequest = [3, n0, _ATR, 0, [_RI, _TL], [0, () => TagsList]];
|
|
556
|
-
export var AddTagsResponse = [3, n0, _ATRd, 0, [], []];
|
|
557
|
-
export var AdvancedEventSelector = [
|
|
554
|
+
TypeRegistry.for(n0).registerError(AccountRegisteredException$, AccountRegisteredException);
|
|
555
|
+
export var AddTagsRequest$ = [3, n0, _ATR, 0, [_RI, _TL], [0, () => TagsList]];
|
|
556
|
+
export var AddTagsResponse$ = [3, n0, _ATRd, 0, [], []];
|
|
557
|
+
export var AdvancedEventSelector$ = [
|
|
558
558
|
3,
|
|
559
559
|
n0,
|
|
560
560
|
_AES,
|
|
@@ -562,7 +562,7 @@ export var AdvancedEventSelector = [
|
|
|
562
562
|
[_N, _FS],
|
|
563
563
|
[0, () => AdvancedFieldSelectors],
|
|
564
564
|
];
|
|
565
|
-
export var AdvancedFieldSelector = [
|
|
565
|
+
export var AdvancedFieldSelector$ = [
|
|
566
566
|
3,
|
|
567
567
|
n0,
|
|
568
568
|
_AFS,
|
|
@@ -570,10 +570,10 @@ export var AdvancedFieldSelector = [
|
|
|
570
570
|
[_F, _E, _SW, _EW, _NE, _NSW, _NEW],
|
|
571
571
|
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
572
572
|
];
|
|
573
|
-
export var AggregationConfiguration = [3, n0, _AC, 0, [_T, _EC], [64 | 0, 0]];
|
|
574
|
-
export var CancelQueryRequest = [3, n0, _CQR, 0, [_EDS, _QI, _EDSOAI], [0, 0, 0]];
|
|
575
|
-
export var CancelQueryResponse = [3, n0, _CQRa, 0, [_QI, _QS, _EDSOAI], [0, 0, 0]];
|
|
576
|
-
export var CannotDelegateManagementAccountException = [
|
|
573
|
+
export var AggregationConfiguration$ = [3, n0, _AC, 0, [_T, _EC], [64 | 0, 0]];
|
|
574
|
+
export var CancelQueryRequest$ = [3, n0, _CQR, 0, [_EDS, _QI, _EDSOAI], [0, 0, 0]];
|
|
575
|
+
export var CancelQueryResponse$ = [3, n0, _CQRa, 0, [_QI, _QS, _EDSOAI], [0, 0, 0]];
|
|
576
|
+
export var CannotDelegateManagementAccountException$ = [
|
|
577
577
|
-3,
|
|
578
578
|
n0,
|
|
579
579
|
_CDMAE,
|
|
@@ -581,9 +581,9 @@ export var CannotDelegateManagementAccountException = [
|
|
|
581
581
|
[_M],
|
|
582
582
|
[0],
|
|
583
583
|
];
|
|
584
|
-
TypeRegistry.for(n0).registerError(CannotDelegateManagementAccountException
|
|
585
|
-
export var Channel = [3, n0, _C, 0, [_CA, _N], [0, 0]];
|
|
586
|
-
export var ChannelAlreadyExistsException = [
|
|
584
|
+
TypeRegistry.for(n0).registerError(CannotDelegateManagementAccountException$, CannotDelegateManagementAccountException);
|
|
585
|
+
export var Channel$ = [3, n0, _C, 0, [_CA, _N], [0, 0]];
|
|
586
|
+
export var ChannelAlreadyExistsException$ = [
|
|
587
587
|
-3,
|
|
588
588
|
n0,
|
|
589
589
|
_CAEE,
|
|
@@ -591,8 +591,8 @@ export var ChannelAlreadyExistsException = [
|
|
|
591
591
|
[_M],
|
|
592
592
|
[0],
|
|
593
593
|
];
|
|
594
|
-
TypeRegistry.for(n0).registerError(ChannelAlreadyExistsException
|
|
595
|
-
export var ChannelARNInvalidException = [
|
|
594
|
+
TypeRegistry.for(n0).registerError(ChannelAlreadyExistsException$, ChannelAlreadyExistsException);
|
|
595
|
+
export var ChannelARNInvalidException$ = [
|
|
596
596
|
-3,
|
|
597
597
|
n0,
|
|
598
598
|
_CARNIE,
|
|
@@ -600,8 +600,8 @@ export var ChannelARNInvalidException = [
|
|
|
600
600
|
[_M],
|
|
601
601
|
[0],
|
|
602
602
|
];
|
|
603
|
-
TypeRegistry.for(n0).registerError(ChannelARNInvalidException
|
|
604
|
-
export var ChannelExistsForEDSException = [
|
|
603
|
+
TypeRegistry.for(n0).registerError(ChannelARNInvalidException$, ChannelARNInvalidException);
|
|
604
|
+
export var ChannelExistsForEDSException$ = [
|
|
605
605
|
-3,
|
|
606
606
|
n0,
|
|
607
607
|
_CEFEDSE,
|
|
@@ -609,8 +609,8 @@ export var ChannelExistsForEDSException = [
|
|
|
609
609
|
[_M],
|
|
610
610
|
[0],
|
|
611
611
|
];
|
|
612
|
-
TypeRegistry.for(n0).registerError(ChannelExistsForEDSException
|
|
613
|
-
export var ChannelMaxLimitExceededException = [
|
|
612
|
+
TypeRegistry.for(n0).registerError(ChannelExistsForEDSException$, ChannelExistsForEDSException);
|
|
613
|
+
export var ChannelMaxLimitExceededException$ = [
|
|
614
614
|
-3,
|
|
615
615
|
n0,
|
|
616
616
|
_CMLEE,
|
|
@@ -618,8 +618,8 @@ export var ChannelMaxLimitExceededException = [
|
|
|
618
618
|
[_M],
|
|
619
619
|
[0],
|
|
620
620
|
];
|
|
621
|
-
TypeRegistry.for(n0).registerError(ChannelMaxLimitExceededException
|
|
622
|
-
export var ChannelNotFoundException = [
|
|
621
|
+
TypeRegistry.for(n0).registerError(ChannelMaxLimitExceededException$, ChannelMaxLimitExceededException);
|
|
622
|
+
export var ChannelNotFoundException$ = [
|
|
623
623
|
-3,
|
|
624
624
|
n0,
|
|
625
625
|
_CNFE,
|
|
@@ -627,8 +627,8 @@ export var ChannelNotFoundException = [
|
|
|
627
627
|
[_M],
|
|
628
628
|
[0],
|
|
629
629
|
];
|
|
630
|
-
TypeRegistry.for(n0).registerError(ChannelNotFoundException
|
|
631
|
-
export var CloudTrailAccessNotEnabledException = [
|
|
630
|
+
TypeRegistry.for(n0).registerError(ChannelNotFoundException$, ChannelNotFoundException);
|
|
631
|
+
export var CloudTrailAccessNotEnabledException$ = [
|
|
632
632
|
-3,
|
|
633
633
|
n0,
|
|
634
634
|
_CTANEE,
|
|
@@ -636,8 +636,8 @@ export var CloudTrailAccessNotEnabledException = [
|
|
|
636
636
|
[_M],
|
|
637
637
|
[0],
|
|
638
638
|
];
|
|
639
|
-
TypeRegistry.for(n0).registerError(CloudTrailAccessNotEnabledException
|
|
640
|
-
export var CloudTrailARNInvalidException = [
|
|
639
|
+
TypeRegistry.for(n0).registerError(CloudTrailAccessNotEnabledException$, CloudTrailAccessNotEnabledException);
|
|
640
|
+
export var CloudTrailARNInvalidException$ = [
|
|
641
641
|
-3,
|
|
642
642
|
n0,
|
|
643
643
|
_CTARNIE,
|
|
@@ -645,8 +645,8 @@ export var CloudTrailARNInvalidException = [
|
|
|
645
645
|
[_M],
|
|
646
646
|
[0],
|
|
647
647
|
];
|
|
648
|
-
TypeRegistry.for(n0).registerError(CloudTrailARNInvalidException
|
|
649
|
-
export var CloudTrailInvalidClientTokenIdException = [
|
|
648
|
+
TypeRegistry.for(n0).registerError(CloudTrailARNInvalidException$, CloudTrailARNInvalidException);
|
|
649
|
+
export var CloudTrailInvalidClientTokenIdException$ = [
|
|
650
650
|
-3,
|
|
651
651
|
n0,
|
|
652
652
|
_CTICTIE,
|
|
@@ -654,8 +654,8 @@ export var CloudTrailInvalidClientTokenIdException = [
|
|
|
654
654
|
[_M],
|
|
655
655
|
[0],
|
|
656
656
|
];
|
|
657
|
-
TypeRegistry.for(n0).registerError(CloudTrailInvalidClientTokenIdException
|
|
658
|
-
export var CloudWatchLogsDeliveryUnavailableException = [
|
|
657
|
+
TypeRegistry.for(n0).registerError(CloudTrailInvalidClientTokenIdException$, CloudTrailInvalidClientTokenIdException);
|
|
658
|
+
export var CloudWatchLogsDeliveryUnavailableException$ = [
|
|
659
659
|
-3,
|
|
660
660
|
n0,
|
|
661
661
|
_CWLDUE,
|
|
@@ -663,8 +663,8 @@ export var CloudWatchLogsDeliveryUnavailableException = [
|
|
|
663
663
|
[_M],
|
|
664
664
|
[0],
|
|
665
665
|
];
|
|
666
|
-
TypeRegistry.for(n0).registerError(CloudWatchLogsDeliveryUnavailableException
|
|
667
|
-
export var ConcurrentModificationException = [
|
|
666
|
+
TypeRegistry.for(n0).registerError(CloudWatchLogsDeliveryUnavailableException$, CloudWatchLogsDeliveryUnavailableException);
|
|
667
|
+
export var ConcurrentModificationException$ = [
|
|
668
668
|
-3,
|
|
669
669
|
n0,
|
|
670
670
|
_CME,
|
|
@@ -672,8 +672,8 @@ export var ConcurrentModificationException = [
|
|
|
672
672
|
[_M],
|
|
673
673
|
[0],
|
|
674
674
|
];
|
|
675
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
676
|
-
export var ConflictException = [
|
|
675
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
676
|
+
export var ConflictException$ = [
|
|
677
677
|
-3,
|
|
678
678
|
n0,
|
|
679
679
|
_CE,
|
|
@@ -681,9 +681,9 @@ export var ConflictException = [
|
|
|
681
681
|
[_M],
|
|
682
682
|
[0],
|
|
683
683
|
];
|
|
684
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
685
|
-
export var ContextKeySelector = [3, n0, _CKS, 0, [_Ty, _E], [0, 64 | 0]];
|
|
686
|
-
export var CreateChannelRequest = [
|
|
684
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
685
|
+
export var ContextKeySelector$ = [3, n0, _CKS, 0, [_Ty, _E], [0, 64 | 0]];
|
|
686
|
+
export var CreateChannelRequest$ = [
|
|
687
687
|
3,
|
|
688
688
|
n0,
|
|
689
689
|
_CCR,
|
|
@@ -691,7 +691,7 @@ export var CreateChannelRequest = [
|
|
|
691
691
|
[_N, _S, _D, _Ta],
|
|
692
692
|
[0, 0, () => Destinations, () => TagsList],
|
|
693
693
|
];
|
|
694
|
-
export var CreateChannelResponse = [
|
|
694
|
+
export var CreateChannelResponse$ = [
|
|
695
695
|
3,
|
|
696
696
|
n0,
|
|
697
697
|
_CCRr,
|
|
@@ -699,23 +699,23 @@ export var CreateChannelResponse = [
|
|
|
699
699
|
[_CA, _N, _S, _D, _Ta],
|
|
700
700
|
[0, 0, 0, () => Destinations, () => TagsList],
|
|
701
701
|
];
|
|
702
|
-
export var CreateDashboardRequest = [
|
|
702
|
+
export var CreateDashboardRequest$ = [
|
|
703
703
|
3,
|
|
704
704
|
n0,
|
|
705
705
|
_CDR,
|
|
706
706
|
0,
|
|
707
707
|
[_N, _RS, _TL, _TPE, _W],
|
|
708
|
-
[0, () => RefreshSchedule
|
|
708
|
+
[0, () => RefreshSchedule$, () => TagsList, 2, () => RequestWidgetList],
|
|
709
709
|
];
|
|
710
|
-
export var CreateDashboardResponse = [
|
|
710
|
+
export var CreateDashboardResponse$ = [
|
|
711
711
|
3,
|
|
712
712
|
n0,
|
|
713
713
|
_CDRr,
|
|
714
714
|
0,
|
|
715
715
|
[_DA, _N, _Ty, _W, _TL, _RS, _TPE],
|
|
716
|
-
[0, 0, 0, () => WidgetList, () => TagsList, () => RefreshSchedule
|
|
716
|
+
[0, 0, 0, () => WidgetList, () => TagsList, () => RefreshSchedule$, 2],
|
|
717
717
|
];
|
|
718
|
-
export var CreateEventDataStoreRequest = [
|
|
718
|
+
export var CreateEventDataStoreRequest$ = [
|
|
719
719
|
3,
|
|
720
720
|
n0,
|
|
721
721
|
_CEDSR,
|
|
@@ -723,7 +723,7 @@ export var CreateEventDataStoreRequest = [
|
|
|
723
723
|
[_N, _AESd, _MRE, _OE, _RP, _TPE, _TL, _KKI, _SI, _BM],
|
|
724
724
|
[0, () => AdvancedEventSelectors, 2, 2, 1, 2, () => TagsList, 0, 2, 0],
|
|
725
725
|
];
|
|
726
|
-
export var CreateEventDataStoreResponse = [
|
|
726
|
+
export var CreateEventDataStoreResponse$ = [
|
|
727
727
|
3,
|
|
728
728
|
n0,
|
|
729
729
|
_CEDSRr,
|
|
@@ -731,7 +731,7 @@ export var CreateEventDataStoreResponse = [
|
|
|
731
731
|
[_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _TL, _CT, _UT, _KKI, _BM],
|
|
732
732
|
[0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, () => TagsList, 4, 4, 0, 0],
|
|
733
733
|
];
|
|
734
|
-
export var CreateTrailRequest = [
|
|
734
|
+
export var CreateTrailRequest$ = [
|
|
735
735
|
3,
|
|
736
736
|
n0,
|
|
737
737
|
_CTR,
|
|
@@ -739,7 +739,7 @@ export var CreateTrailRequest = [
|
|
|
739
739
|
[_N, _SBN, _SKP, _STN, _IGSE, _IMRT, _ELFV, _CWLLGA, _CWLRA, _KKI, _IOT, _TL],
|
|
740
740
|
[0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 2, () => TagsList],
|
|
741
741
|
];
|
|
742
|
-
export var CreateTrailResponse = [
|
|
742
|
+
export var CreateTrailResponse$ = [
|
|
743
743
|
3,
|
|
744
744
|
n0,
|
|
745
745
|
_CTRr,
|
|
@@ -747,9 +747,9 @@ export var CreateTrailResponse = [
|
|
|
747
747
|
[_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _IOT],
|
|
748
748
|
[0, 0, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 2],
|
|
749
749
|
];
|
|
750
|
-
export var DashboardDetail = [3, n0, _DD, 0, [_DA, _Ty], [0, 0]];
|
|
751
|
-
export var DataResource = [3, n0, _DR, 0, [_Ty, _V], [0, 64 | 0]];
|
|
752
|
-
export var DelegatedAdminAccountLimitExceededException = [
|
|
750
|
+
export var DashboardDetail$ = [3, n0, _DD, 0, [_DA, _Ty], [0, 0]];
|
|
751
|
+
export var DataResource$ = [3, n0, _DR, 0, [_Ty, _V], [0, 64 | 0]];
|
|
752
|
+
export var DelegatedAdminAccountLimitExceededException$ = [
|
|
753
753
|
-3,
|
|
754
754
|
n0,
|
|
755
755
|
_DAALEE,
|
|
@@ -757,20 +757,20 @@ export var DelegatedAdminAccountLimitExceededException = [
|
|
|
757
757
|
[_M],
|
|
758
758
|
[0],
|
|
759
759
|
];
|
|
760
|
-
TypeRegistry.for(n0).registerError(DelegatedAdminAccountLimitExceededException
|
|
761
|
-
export var DeleteChannelRequest = [3, n0, _DCR, 0, [_C], [0]];
|
|
762
|
-
export var DeleteChannelResponse = [3, n0, _DCRe, 0, [], []];
|
|
763
|
-
export var DeleteDashboardRequest = [3, n0, _DDR, 0, [_DI], [0]];
|
|
764
|
-
export var DeleteDashboardResponse = [3, n0, _DDRe, 0, [], []];
|
|
765
|
-
export var DeleteEventDataStoreRequest = [3, n0, _DEDSR, 0, [_EDS], [0]];
|
|
766
|
-
export var DeleteEventDataStoreResponse = [3, n0, _DEDSRe, 0, [], []];
|
|
767
|
-
export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_RA], [0]];
|
|
768
|
-
export var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
|
|
769
|
-
export var DeleteTrailRequest = [3, n0, _DTR, 0, [_N], [0]];
|
|
770
|
-
export var DeleteTrailResponse = [3, n0, _DTRe, 0, [], []];
|
|
771
|
-
export var DeregisterOrganizationDelegatedAdminRequest = [3, n0, _DODAR, 0, [_DAAI], [0]];
|
|
772
|
-
export var DeregisterOrganizationDelegatedAdminResponse = [3, n0, _DODARe, 0, [], []];
|
|
773
|
-
export var DescribeQueryRequest = [
|
|
760
|
+
TypeRegistry.for(n0).registerError(DelegatedAdminAccountLimitExceededException$, DelegatedAdminAccountLimitExceededException);
|
|
761
|
+
export var DeleteChannelRequest$ = [3, n0, _DCR, 0, [_C], [0]];
|
|
762
|
+
export var DeleteChannelResponse$ = [3, n0, _DCRe, 0, [], []];
|
|
763
|
+
export var DeleteDashboardRequest$ = [3, n0, _DDR, 0, [_DI], [0]];
|
|
764
|
+
export var DeleteDashboardResponse$ = [3, n0, _DDRe, 0, [], []];
|
|
765
|
+
export var DeleteEventDataStoreRequest$ = [3, n0, _DEDSR, 0, [_EDS], [0]];
|
|
766
|
+
export var DeleteEventDataStoreResponse$ = [3, n0, _DEDSRe, 0, [], []];
|
|
767
|
+
export var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_RA], [0]];
|
|
768
|
+
export var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe, 0, [], []];
|
|
769
|
+
export var DeleteTrailRequest$ = [3, n0, _DTR, 0, [_N], [0]];
|
|
770
|
+
export var DeleteTrailResponse$ = [3, n0, _DTRe, 0, [], []];
|
|
771
|
+
export var DeregisterOrganizationDelegatedAdminRequest$ = [3, n0, _DODAR, 0, [_DAAI], [0]];
|
|
772
|
+
export var DeregisterOrganizationDelegatedAdminResponse$ = [3, n0, _DODARe, 0, [], []];
|
|
773
|
+
export var DescribeQueryRequest$ = [
|
|
774
774
|
3,
|
|
775
775
|
n0,
|
|
776
776
|
_DQR,
|
|
@@ -778,22 +778,22 @@ export var DescribeQueryRequest = [
|
|
|
778
778
|
[_EDS, _QI, _QA, _RIe, _EDSOAI],
|
|
779
779
|
[0, 0, 0, 0, 0],
|
|
780
780
|
];
|
|
781
|
-
export var DescribeQueryResponse = [
|
|
781
|
+
export var DescribeQueryResponse$ = [
|
|
782
782
|
3,
|
|
783
783
|
n0,
|
|
784
784
|
_DQRe,
|
|
785
785
|
0,
|
|
786
786
|
[_QI, _QSu, _QS, _QSue, _EM, _DSU, _DS, _P, _EDSOAI],
|
|
787
|
-
[0, 0, 0, () => QueryStatisticsForDescribeQuery
|
|
788
|
-
];
|
|
789
|
-
export var DescribeTrailsRequest = [3, n0, _DTRes, 0, [_tNL, _iST], [64 | 0, 2]];
|
|
790
|
-
export var DescribeTrailsResponse = [3, n0, _DTResc, 0, [_tL], [() => TrailList]];
|
|
791
|
-
export var Destination = [3, n0, _De, 0, [_Ty, _L], [0, 0]];
|
|
792
|
-
export var DisableFederationRequest = [3, n0, _DFR, 0, [_EDS], [0]];
|
|
793
|
-
export var DisableFederationResponse = [3, n0, _DFRi, 0, [_EDSA, _FSe], [0, 0]];
|
|
794
|
-
export var EnableFederationRequest = [3, n0, _EFR, 0, [_EDS, _FRA], [0, 0]];
|
|
795
|
-
export var EnableFederationResponse = [3, n0, _EFRn, 0, [_EDSA, _FSe, _FRA], [0, 0, 0]];
|
|
796
|
-
export var Event = [
|
|
787
|
+
[0, 0, 0, () => QueryStatisticsForDescribeQuery$, 0, 0, 0, 0, 0],
|
|
788
|
+
];
|
|
789
|
+
export var DescribeTrailsRequest$ = [3, n0, _DTRes, 0, [_tNL, _iST], [64 | 0, 2]];
|
|
790
|
+
export var DescribeTrailsResponse$ = [3, n0, _DTResc, 0, [_tL], [() => TrailList]];
|
|
791
|
+
export var Destination$ = [3, n0, _De, 0, [_Ty, _L], [0, 0]];
|
|
792
|
+
export var DisableFederationRequest$ = [3, n0, _DFR, 0, [_EDS], [0]];
|
|
793
|
+
export var DisableFederationResponse$ = [3, n0, _DFRi, 0, [_EDSA, _FSe], [0, 0]];
|
|
794
|
+
export var EnableFederationRequest$ = [3, n0, _EFR, 0, [_EDS, _FRA], [0, 0]];
|
|
795
|
+
export var EnableFederationResponse$ = [3, n0, _EFRn, 0, [_EDSA, _FSe, _FRA], [0, 0, 0]];
|
|
796
|
+
export var Event$ = [
|
|
797
797
|
3,
|
|
798
798
|
n0,
|
|
799
799
|
_Ev,
|
|
@@ -801,7 +801,7 @@ export var Event = [
|
|
|
801
801
|
[_EI, _EN, _RO, _AKI, _ET, _ES, _U, _R, _CTE],
|
|
802
802
|
[0, 0, 0, 0, 4, 0, 0, () => ResourceList, 0],
|
|
803
803
|
];
|
|
804
|
-
export var EventDataStore = [
|
|
804
|
+
export var EventDataStore$ = [
|
|
805
805
|
3,
|
|
806
806
|
n0,
|
|
807
807
|
_EDS,
|
|
@@ -809,7 +809,7 @@ export var EventDataStore = [
|
|
|
809
809
|
[_EDSA, _N, _TPE, _St, _AESd, _MRE, _OE, _RP, _CT, _UT],
|
|
810
810
|
[0, 0, 2, 0, () => AdvancedEventSelectors, 2, 2, 1, 4, 4],
|
|
811
811
|
];
|
|
812
|
-
export var EventDataStoreAlreadyExistsException = [
|
|
812
|
+
export var EventDataStoreAlreadyExistsException$ = [
|
|
813
813
|
-3,
|
|
814
814
|
n0,
|
|
815
815
|
_EDSAEE,
|
|
@@ -817,8 +817,8 @@ export var EventDataStoreAlreadyExistsException = [
|
|
|
817
817
|
[_M],
|
|
818
818
|
[0],
|
|
819
819
|
];
|
|
820
|
-
TypeRegistry.for(n0).registerError(EventDataStoreAlreadyExistsException
|
|
821
|
-
export var EventDataStoreARNInvalidException = [
|
|
820
|
+
TypeRegistry.for(n0).registerError(EventDataStoreAlreadyExistsException$, EventDataStoreAlreadyExistsException);
|
|
821
|
+
export var EventDataStoreARNInvalidException$ = [
|
|
822
822
|
-3,
|
|
823
823
|
n0,
|
|
824
824
|
_EDSARNIE,
|
|
@@ -826,8 +826,8 @@ export var EventDataStoreARNInvalidException = [
|
|
|
826
826
|
[_M],
|
|
827
827
|
[0],
|
|
828
828
|
];
|
|
829
|
-
TypeRegistry.for(n0).registerError(EventDataStoreARNInvalidException
|
|
830
|
-
export var EventDataStoreFederationEnabledException = [
|
|
829
|
+
TypeRegistry.for(n0).registerError(EventDataStoreARNInvalidException$, EventDataStoreARNInvalidException);
|
|
830
|
+
export var EventDataStoreFederationEnabledException$ = [
|
|
831
831
|
-3,
|
|
832
832
|
n0,
|
|
833
833
|
_EDSFEE,
|
|
@@ -835,8 +835,8 @@ export var EventDataStoreFederationEnabledException = [
|
|
|
835
835
|
[_M],
|
|
836
836
|
[0],
|
|
837
837
|
];
|
|
838
|
-
TypeRegistry.for(n0).registerError(EventDataStoreFederationEnabledException
|
|
839
|
-
export var EventDataStoreHasOngoingImportException = [
|
|
838
|
+
TypeRegistry.for(n0).registerError(EventDataStoreFederationEnabledException$, EventDataStoreFederationEnabledException);
|
|
839
|
+
export var EventDataStoreHasOngoingImportException$ = [
|
|
840
840
|
-3,
|
|
841
841
|
n0,
|
|
842
842
|
_EDSHOIE,
|
|
@@ -844,8 +844,8 @@ export var EventDataStoreHasOngoingImportException = [
|
|
|
844
844
|
[_M],
|
|
845
845
|
[0],
|
|
846
846
|
];
|
|
847
|
-
TypeRegistry.for(n0).registerError(EventDataStoreHasOngoingImportException
|
|
848
|
-
export var EventDataStoreMaxLimitExceededException = [
|
|
847
|
+
TypeRegistry.for(n0).registerError(EventDataStoreHasOngoingImportException$, EventDataStoreHasOngoingImportException);
|
|
848
|
+
export var EventDataStoreMaxLimitExceededException$ = [
|
|
849
849
|
-3,
|
|
850
850
|
n0,
|
|
851
851
|
_EDSMLEE,
|
|
@@ -853,8 +853,8 @@ export var EventDataStoreMaxLimitExceededException = [
|
|
|
853
853
|
[_M],
|
|
854
854
|
[0],
|
|
855
855
|
];
|
|
856
|
-
TypeRegistry.for(n0).registerError(EventDataStoreMaxLimitExceededException
|
|
857
|
-
export var EventDataStoreNotFoundException = [
|
|
856
|
+
TypeRegistry.for(n0).registerError(EventDataStoreMaxLimitExceededException$, EventDataStoreMaxLimitExceededException);
|
|
857
|
+
export var EventDataStoreNotFoundException$ = [
|
|
858
858
|
-3,
|
|
859
859
|
n0,
|
|
860
860
|
_EDSNFE,
|
|
@@ -862,8 +862,8 @@ export var EventDataStoreNotFoundException = [
|
|
|
862
862
|
[_M],
|
|
863
863
|
[0],
|
|
864
864
|
];
|
|
865
|
-
TypeRegistry.for(n0).registerError(EventDataStoreNotFoundException
|
|
866
|
-
export var EventDataStoreTerminationProtectedException = [
|
|
865
|
+
TypeRegistry.for(n0).registerError(EventDataStoreNotFoundException$, EventDataStoreNotFoundException);
|
|
866
|
+
export var EventDataStoreTerminationProtectedException$ = [
|
|
867
867
|
-3,
|
|
868
868
|
n0,
|
|
869
869
|
_EDSTPE,
|
|
@@ -871,8 +871,8 @@ export var EventDataStoreTerminationProtectedException = [
|
|
|
871
871
|
[_M],
|
|
872
872
|
[0],
|
|
873
873
|
];
|
|
874
|
-
TypeRegistry.for(n0).registerError(EventDataStoreTerminationProtectedException
|
|
875
|
-
export var EventSelector = [
|
|
874
|
+
TypeRegistry.for(n0).registerError(EventDataStoreTerminationProtectedException$, EventDataStoreTerminationProtectedException);
|
|
875
|
+
export var EventSelector$ = [
|
|
876
876
|
3,
|
|
877
877
|
n0,
|
|
878
878
|
_ESv,
|
|
@@ -880,9 +880,9 @@ export var EventSelector = [
|
|
|
880
880
|
[_RWT, _IME, _DRa, _EMES],
|
|
881
881
|
[0, 2, () => DataResources, 64 | 0],
|
|
882
882
|
];
|
|
883
|
-
export var GenerateQueryRequest = [3, n0, _GQR, 0, [_EDSv, _P], [64 | 0, 0]];
|
|
884
|
-
export var GenerateQueryResponse = [3, n0, _GQRe, 0, [_QSuer, _QA, _EDSOAI], [0, 0, 0]];
|
|
885
|
-
export var GenerateResponseException = [
|
|
883
|
+
export var GenerateQueryRequest$ = [3, n0, _GQR, 0, [_EDSv, _P], [64 | 0, 0]];
|
|
884
|
+
export var GenerateQueryResponse$ = [3, n0, _GQRe, 0, [_QSuer, _QA, _EDSOAI], [0, 0, 0]];
|
|
885
|
+
export var GenerateResponseException$ = [
|
|
886
886
|
-3,
|
|
887
887
|
n0,
|
|
888
888
|
_GRE,
|
|
@@ -890,27 +890,27 @@ export var GenerateResponseException = [
|
|
|
890
890
|
[_M],
|
|
891
891
|
[0],
|
|
892
892
|
];
|
|
893
|
-
TypeRegistry.for(n0).registerError(GenerateResponseException
|
|
894
|
-
export var GetChannelRequest = [3, n0, _GCR, 0, [_C], [0]];
|
|
895
|
-
export var GetChannelResponse = [
|
|
893
|
+
TypeRegistry.for(n0).registerError(GenerateResponseException$, GenerateResponseException);
|
|
894
|
+
export var GetChannelRequest$ = [3, n0, _GCR, 0, [_C], [0]];
|
|
895
|
+
export var GetChannelResponse$ = [
|
|
896
896
|
3,
|
|
897
897
|
n0,
|
|
898
898
|
_GCRe,
|
|
899
899
|
0,
|
|
900
900
|
[_CA, _N, _S, _SC, _D, _IS],
|
|
901
|
-
[0, 0, 0, () => SourceConfig
|
|
901
|
+
[0, 0, 0, () => SourceConfig$, () => Destinations, () => IngestionStatus$],
|
|
902
902
|
];
|
|
903
|
-
export var GetDashboardRequest = [3, n0, _GDR, 0, [_DI], [0]];
|
|
904
|
-
export var GetDashboardResponse = [
|
|
903
|
+
export var GetDashboardRequest$ = [3, n0, _GDR, 0, [_DI], [0]];
|
|
904
|
+
export var GetDashboardResponse$ = [
|
|
905
905
|
3,
|
|
906
906
|
n0,
|
|
907
907
|
_GDRe,
|
|
908
908
|
0,
|
|
909
909
|
[_DA, _Ty, _St, _W, _RS, _CT, _UT, _LRI, _LRFR, _TPE],
|
|
910
|
-
[0, 0, 0, () => WidgetList, () => RefreshSchedule
|
|
910
|
+
[0, 0, 0, () => WidgetList, () => RefreshSchedule$, 4, 4, 0, 0, 2],
|
|
911
911
|
];
|
|
912
|
-
export var GetEventConfigurationRequest = [3, n0, _GECR, 0, [_TN, _EDS], [0, 0]];
|
|
913
|
-
export var GetEventConfigurationResponse = [
|
|
912
|
+
export var GetEventConfigurationRequest$ = [3, n0, _GECR, 0, [_TN, _EDS], [0, 0]];
|
|
913
|
+
export var GetEventConfigurationResponse$ = [
|
|
914
914
|
3,
|
|
915
915
|
n0,
|
|
916
916
|
_GECRe,
|
|
@@ -918,8 +918,8 @@ export var GetEventConfigurationResponse = [
|
|
|
918
918
|
[_TARN, _EDSA, _MES, _CKSo, _ACg],
|
|
919
919
|
[0, 0, 0, () => ContextKeySelectors, () => AggregationConfigurations],
|
|
920
920
|
];
|
|
921
|
-
export var GetEventDataStoreRequest = [3, n0, _GEDSR, 0, [_EDS], [0]];
|
|
922
|
-
export var GetEventDataStoreResponse = [
|
|
921
|
+
export var GetEventDataStoreRequest$ = [3, n0, _GEDSR, 0, [_EDS], [0]];
|
|
922
|
+
export var GetEventDataStoreResponse$ = [
|
|
923
923
|
3,
|
|
924
924
|
n0,
|
|
925
925
|
_GEDSRe,
|
|
@@ -927,8 +927,8 @@ export var GetEventDataStoreResponse = [
|
|
|
927
927
|
[_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM, _FSe, _FRA, _PK],
|
|
928
928
|
[0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0, 0, 0, () => PartitionKeyList],
|
|
929
929
|
];
|
|
930
|
-
export var GetEventSelectorsRequest = [3, n0, _GESR, 0, [_TN], [0]];
|
|
931
|
-
export var GetEventSelectorsResponse = [
|
|
930
|
+
export var GetEventSelectorsRequest$ = [3, n0, _GESR, 0, [_TN], [0]];
|
|
931
|
+
export var GetEventSelectorsResponse$ = [
|
|
932
932
|
3,
|
|
933
933
|
n0,
|
|
934
934
|
_GESRe,
|
|
@@ -936,17 +936,17 @@ export var GetEventSelectorsResponse = [
|
|
|
936
936
|
[_TARN, _ESve, _AESd],
|
|
937
937
|
[0, () => EventSelectors, () => AdvancedEventSelectors],
|
|
938
938
|
];
|
|
939
|
-
export var GetImportRequest = [3, n0, _GIR, 0, [_II], [0]];
|
|
940
|
-
export var GetImportResponse = [
|
|
939
|
+
export var GetImportRequest$ = [3, n0, _GIR, 0, [_II], [0]];
|
|
940
|
+
export var GetImportResponse$ = [
|
|
941
941
|
3,
|
|
942
942
|
n0,
|
|
943
943
|
_GIRe,
|
|
944
944
|
0,
|
|
945
945
|
[_II, _D, _ISm, _SET, _EET, _ISmp, _CT, _UT, _ISmpo],
|
|
946
|
-
[0, 64 | 0, () => ImportSource
|
|
946
|
+
[0, 64 | 0, () => ImportSource$, 4, 4, 0, 4, 4, () => ImportStatistics$],
|
|
947
947
|
];
|
|
948
|
-
export var GetInsightSelectorsRequest = [3, n0, _GISR, 0, [_TN, _EDS], [0, 0]];
|
|
949
|
-
export var GetInsightSelectorsResponse = [
|
|
948
|
+
export var GetInsightSelectorsRequest$ = [3, n0, _GISR, 0, [_TN, _EDS], [0, 0]];
|
|
949
|
+
export var GetInsightSelectorsResponse$ = [
|
|
950
950
|
3,
|
|
951
951
|
n0,
|
|
952
952
|
_GISRe,
|
|
@@ -954,7 +954,7 @@ export var GetInsightSelectorsResponse = [
|
|
|
954
954
|
[_TARN, _ISn, _EDSA, _ID],
|
|
955
955
|
[0, () => InsightSelectors, 0, 0],
|
|
956
956
|
];
|
|
957
|
-
export var GetQueryResultsRequest = [
|
|
957
|
+
export var GetQueryResultsRequest$ = [
|
|
958
958
|
3,
|
|
959
959
|
n0,
|
|
960
960
|
_GQRR,
|
|
@@ -962,20 +962,20 @@ export var GetQueryResultsRequest = [
|
|
|
962
962
|
[_EDS, _QI, _NT, _MQR, _EDSOAI],
|
|
963
963
|
[0, 0, 0, 1, 0],
|
|
964
964
|
];
|
|
965
|
-
export var GetQueryResultsResponse = [
|
|
965
|
+
export var GetQueryResultsResponse$ = [
|
|
966
966
|
3,
|
|
967
967
|
n0,
|
|
968
968
|
_GQRRe,
|
|
969
969
|
0,
|
|
970
970
|
[_QS, _QSue, _QRR, _NT, _EM],
|
|
971
|
-
[0, () => QueryStatistics
|
|
972
|
-
];
|
|
973
|
-
export var GetResourcePolicyRequest = [3, n0, _GRPR, 0, [_RA], [0]];
|
|
974
|
-
export var GetResourcePolicyResponse = [3, n0, _GRPRe, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
|
|
975
|
-
export var GetTrailRequest = [3, n0, _GTR, 0, [_N], [0]];
|
|
976
|
-
export var GetTrailResponse = [3, n0, _GTRe, 0, [_Tr], [() => Trail]];
|
|
977
|
-
export var GetTrailStatusRequest = [3, n0, _GTSR, 0, [_N], [0]];
|
|
978
|
-
export var GetTrailStatusResponse = [
|
|
971
|
+
[0, () => QueryStatistics$, [1, n0, _QRR, 0, [1, n0, _QRRu, 0, 128 | 0]], 0, 0],
|
|
972
|
+
];
|
|
973
|
+
export var GetResourcePolicyRequest$ = [3, n0, _GRPR, 0, [_RA], [0]];
|
|
974
|
+
export var GetResourcePolicyResponse$ = [3, n0, _GRPRe, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
|
|
975
|
+
export var GetTrailRequest$ = [3, n0, _GTR, 0, [_N], [0]];
|
|
976
|
+
export var GetTrailResponse$ = [3, n0, _GTRe, 0, [_Tr], [() => Trail$]];
|
|
977
|
+
export var GetTrailStatusRequest$ = [3, n0, _GTSR, 0, [_N], [0]];
|
|
978
|
+
export var GetTrailStatusResponse$ = [
|
|
979
979
|
3,
|
|
980
980
|
n0,
|
|
981
981
|
_GTSRe,
|
|
@@ -983,7 +983,7 @@ export var GetTrailStatusResponse = [
|
|
|
983
983
|
[_IL, _LDE, _LNE, _LDT, _LNT, _SLT, _SLTt, _LCWLDE, _LCWLDT, _LDDT, _LDDE, _LDAT, _LNAT, _LNAS, _LDAS, _TLS, _TLSi],
|
|
984
984
|
[2, 0, 0, 4, 4, 4, 4, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0],
|
|
985
985
|
];
|
|
986
|
-
export var ImportFailureListItem = [
|
|
986
|
+
export var ImportFailureListItem$ = [
|
|
987
987
|
3,
|
|
988
988
|
n0,
|
|
989
989
|
_IFLI,
|
|
@@ -991,7 +991,7 @@ export var ImportFailureListItem = [
|
|
|
991
991
|
[_L, _St, _ETr, _EM, _LUT],
|
|
992
992
|
[0, 0, 0, 0, 4],
|
|
993
993
|
];
|
|
994
|
-
export var ImportNotFoundException = [
|
|
994
|
+
export var ImportNotFoundException$ = [
|
|
995
995
|
-3,
|
|
996
996
|
n0,
|
|
997
997
|
_INFE,
|
|
@@ -999,11 +999,11 @@ export var ImportNotFoundException = [
|
|
|
999
999
|
[_M],
|
|
1000
1000
|
[0],
|
|
1001
1001
|
];
|
|
1002
|
-
TypeRegistry.for(n0).registerError(ImportNotFoundException
|
|
1003
|
-
export var ImportsListItem = [3, n0, _ILI, 0, [_II, _ISmp, _D, _CT, _UT], [0, 0, 64 | 0, 4, 4]];
|
|
1004
|
-
export var ImportSource = [3, n0, _ISm, 0, [_S_], [() => S3ImportSource]];
|
|
1005
|
-
export var ImportStatistics = [3, n0, _ISmpo, 0, [_PF, _PC, _FC, _ECv, _FE], [1, 1, 1, 1, 1]];
|
|
1006
|
-
export var InactiveEventDataStoreException = [
|
|
1002
|
+
TypeRegistry.for(n0).registerError(ImportNotFoundException$, ImportNotFoundException);
|
|
1003
|
+
export var ImportsListItem$ = [3, n0, _ILI, 0, [_II, _ISmp, _D, _CT, _UT], [0, 0, 64 | 0, 4, 4]];
|
|
1004
|
+
export var ImportSource$ = [3, n0, _ISm, 0, [_S_], [() => S3ImportSource$]];
|
|
1005
|
+
export var ImportStatistics$ = [3, n0, _ISmpo, 0, [_PF, _PC, _FC, _ECv, _FE], [1, 1, 1, 1, 1]];
|
|
1006
|
+
export var InactiveEventDataStoreException$ = [
|
|
1007
1007
|
-3,
|
|
1008
1008
|
n0,
|
|
1009
1009
|
_IEDSE,
|
|
@@ -1011,8 +1011,8 @@ export var InactiveEventDataStoreException = [
|
|
|
1011
1011
|
[_M],
|
|
1012
1012
|
[0],
|
|
1013
1013
|
];
|
|
1014
|
-
TypeRegistry.for(n0).registerError(InactiveEventDataStoreException
|
|
1015
|
-
export var InactiveQueryException = [
|
|
1014
|
+
TypeRegistry.for(n0).registerError(InactiveEventDataStoreException$, InactiveEventDataStoreException);
|
|
1015
|
+
export var InactiveQueryException$ = [
|
|
1016
1016
|
-3,
|
|
1017
1017
|
n0,
|
|
1018
1018
|
_IQE,
|
|
@@ -1020,8 +1020,8 @@ export var InactiveQueryException = [
|
|
|
1020
1020
|
[_M],
|
|
1021
1021
|
[0],
|
|
1022
1022
|
];
|
|
1023
|
-
TypeRegistry.for(n0).registerError(InactiveQueryException
|
|
1024
|
-
export var IngestionStatus = [
|
|
1023
|
+
TypeRegistry.for(n0).registerError(InactiveQueryException$, InactiveQueryException);
|
|
1024
|
+
export var IngestionStatus$ = [
|
|
1025
1025
|
3,
|
|
1026
1026
|
n0,
|
|
1027
1027
|
_IS,
|
|
@@ -1029,7 +1029,7 @@ export var IngestionStatus = [
|
|
|
1029
1029
|
[_LIST, _LISEID, _LIEC, _LIAT, _LIAEID],
|
|
1030
1030
|
[4, 0, 0, 4, 0],
|
|
1031
1031
|
];
|
|
1032
|
-
export var InsightNotEnabledException = [
|
|
1032
|
+
export var InsightNotEnabledException$ = [
|
|
1033
1033
|
-3,
|
|
1034
1034
|
n0,
|
|
1035
1035
|
_INEE,
|
|
@@ -1037,9 +1037,9 @@ export var InsightNotEnabledException = [
|
|
|
1037
1037
|
[_M],
|
|
1038
1038
|
[0],
|
|
1039
1039
|
];
|
|
1040
|
-
TypeRegistry.for(n0).registerError(InsightNotEnabledException
|
|
1041
|
-
export var InsightSelector = [3, n0, _ISns, 0, [_IT, _ECve], [0, 64 | 0]];
|
|
1042
|
-
export var InsufficientDependencyServiceAccessPermissionException = [
|
|
1040
|
+
TypeRegistry.for(n0).registerError(InsightNotEnabledException$, InsightNotEnabledException);
|
|
1041
|
+
export var InsightSelector$ = [3, n0, _ISns, 0, [_IT, _ECve], [0, 64 | 0]];
|
|
1042
|
+
export var InsufficientDependencyServiceAccessPermissionException$ = [
|
|
1043
1043
|
-3,
|
|
1044
1044
|
n0,
|
|
1045
1045
|
_IDSAPE,
|
|
@@ -1047,8 +1047,8 @@ export var InsufficientDependencyServiceAccessPermissionException = [
|
|
|
1047
1047
|
[_M],
|
|
1048
1048
|
[0],
|
|
1049
1049
|
];
|
|
1050
|
-
TypeRegistry.for(n0).registerError(InsufficientDependencyServiceAccessPermissionException
|
|
1051
|
-
export var InsufficientEncryptionPolicyException = [
|
|
1050
|
+
TypeRegistry.for(n0).registerError(InsufficientDependencyServiceAccessPermissionException$, InsufficientDependencyServiceAccessPermissionException);
|
|
1051
|
+
export var InsufficientEncryptionPolicyException$ = [
|
|
1052
1052
|
-3,
|
|
1053
1053
|
n0,
|
|
1054
1054
|
_IEPE,
|
|
@@ -1056,8 +1056,8 @@ export var InsufficientEncryptionPolicyException = [
|
|
|
1056
1056
|
[_M],
|
|
1057
1057
|
[0],
|
|
1058
1058
|
];
|
|
1059
|
-
TypeRegistry.for(n0).registerError(InsufficientEncryptionPolicyException
|
|
1060
|
-
export var InsufficientIAMAccessPermissionException = [
|
|
1059
|
+
TypeRegistry.for(n0).registerError(InsufficientEncryptionPolicyException$, InsufficientEncryptionPolicyException);
|
|
1060
|
+
export var InsufficientIAMAccessPermissionException$ = [
|
|
1061
1061
|
-3,
|
|
1062
1062
|
n0,
|
|
1063
1063
|
_IIAMAPE,
|
|
@@ -1065,8 +1065,8 @@ export var InsufficientIAMAccessPermissionException = [
|
|
|
1065
1065
|
[_M],
|
|
1066
1066
|
[0],
|
|
1067
1067
|
];
|
|
1068
|
-
TypeRegistry.for(n0).registerError(InsufficientIAMAccessPermissionException
|
|
1069
|
-
export var InsufficientS3BucketPolicyException = [
|
|
1068
|
+
TypeRegistry.for(n0).registerError(InsufficientIAMAccessPermissionException$, InsufficientIAMAccessPermissionException);
|
|
1069
|
+
export var InsufficientS3BucketPolicyException$ = [
|
|
1070
1070
|
-3,
|
|
1071
1071
|
n0,
|
|
1072
1072
|
_ISBPE,
|
|
@@ -1074,8 +1074,8 @@ export var InsufficientS3BucketPolicyException = [
|
|
|
1074
1074
|
[_M],
|
|
1075
1075
|
[0],
|
|
1076
1076
|
];
|
|
1077
|
-
TypeRegistry.for(n0).registerError(InsufficientS3BucketPolicyException
|
|
1078
|
-
export var InsufficientSnsTopicPolicyException = [
|
|
1077
|
+
TypeRegistry.for(n0).registerError(InsufficientS3BucketPolicyException$, InsufficientS3BucketPolicyException);
|
|
1078
|
+
export var InsufficientSnsTopicPolicyException$ = [
|
|
1079
1079
|
-3,
|
|
1080
1080
|
n0,
|
|
1081
1081
|
_ISTPE,
|
|
@@ -1083,8 +1083,8 @@ export var InsufficientSnsTopicPolicyException = [
|
|
|
1083
1083
|
[_M],
|
|
1084
1084
|
[0],
|
|
1085
1085
|
];
|
|
1086
|
-
TypeRegistry.for(n0).registerError(InsufficientSnsTopicPolicyException
|
|
1087
|
-
export var InvalidCloudWatchLogsLogGroupArnException = [
|
|
1086
|
+
TypeRegistry.for(n0).registerError(InsufficientSnsTopicPolicyException$, InsufficientSnsTopicPolicyException);
|
|
1087
|
+
export var InvalidCloudWatchLogsLogGroupArnException$ = [
|
|
1088
1088
|
-3,
|
|
1089
1089
|
n0,
|
|
1090
1090
|
_ICWLLGAE,
|
|
@@ -1092,8 +1092,8 @@ export var InvalidCloudWatchLogsLogGroupArnException = [
|
|
|
1092
1092
|
[_M],
|
|
1093
1093
|
[0],
|
|
1094
1094
|
];
|
|
1095
|
-
TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsLogGroupArnException
|
|
1096
|
-
export var InvalidCloudWatchLogsRoleArnException = [
|
|
1095
|
+
TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsLogGroupArnException$, InvalidCloudWatchLogsLogGroupArnException);
|
|
1096
|
+
export var InvalidCloudWatchLogsRoleArnException$ = [
|
|
1097
1097
|
-3,
|
|
1098
1098
|
n0,
|
|
1099
1099
|
_ICWLRAE,
|
|
@@ -1101,8 +1101,8 @@ export var InvalidCloudWatchLogsRoleArnException = [
|
|
|
1101
1101
|
[_M],
|
|
1102
1102
|
[0],
|
|
1103
1103
|
];
|
|
1104
|
-
TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsRoleArnException
|
|
1105
|
-
export var InvalidDateRangeException = [
|
|
1104
|
+
TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsRoleArnException$, InvalidCloudWatchLogsRoleArnException);
|
|
1105
|
+
export var InvalidDateRangeException$ = [
|
|
1106
1106
|
-3,
|
|
1107
1107
|
n0,
|
|
1108
1108
|
_IDRE,
|
|
@@ -1110,8 +1110,8 @@ export var InvalidDateRangeException = [
|
|
|
1110
1110
|
[_M],
|
|
1111
1111
|
[0],
|
|
1112
1112
|
];
|
|
1113
|
-
TypeRegistry.for(n0).registerError(InvalidDateRangeException
|
|
1114
|
-
export var InvalidEventCategoryException = [
|
|
1113
|
+
TypeRegistry.for(n0).registerError(InvalidDateRangeException$, InvalidDateRangeException);
|
|
1114
|
+
export var InvalidEventCategoryException$ = [
|
|
1115
1115
|
-3,
|
|
1116
1116
|
n0,
|
|
1117
1117
|
_IECE,
|
|
@@ -1119,8 +1119,8 @@ export var InvalidEventCategoryException = [
|
|
|
1119
1119
|
[_M],
|
|
1120
1120
|
[0],
|
|
1121
1121
|
];
|
|
1122
|
-
TypeRegistry.for(n0).registerError(InvalidEventCategoryException
|
|
1123
|
-
export var InvalidEventDataStoreCategoryException = [
|
|
1122
|
+
TypeRegistry.for(n0).registerError(InvalidEventCategoryException$, InvalidEventCategoryException);
|
|
1123
|
+
export var InvalidEventDataStoreCategoryException$ = [
|
|
1124
1124
|
-3,
|
|
1125
1125
|
n0,
|
|
1126
1126
|
_IEDSCE,
|
|
@@ -1128,8 +1128,8 @@ export var InvalidEventDataStoreCategoryException = [
|
|
|
1128
1128
|
[_M],
|
|
1129
1129
|
[0],
|
|
1130
1130
|
];
|
|
1131
|
-
TypeRegistry.for(n0).registerError(InvalidEventDataStoreCategoryException
|
|
1132
|
-
export var InvalidEventDataStoreStatusException = [
|
|
1131
|
+
TypeRegistry.for(n0).registerError(InvalidEventDataStoreCategoryException$, InvalidEventDataStoreCategoryException);
|
|
1132
|
+
export var InvalidEventDataStoreStatusException$ = [
|
|
1133
1133
|
-3,
|
|
1134
1134
|
n0,
|
|
1135
1135
|
_IEDSSE,
|
|
@@ -1137,8 +1137,8 @@ export var InvalidEventDataStoreStatusException = [
|
|
|
1137
1137
|
[_M],
|
|
1138
1138
|
[0],
|
|
1139
1139
|
];
|
|
1140
|
-
TypeRegistry.for(n0).registerError(InvalidEventDataStoreStatusException
|
|
1141
|
-
export var InvalidEventSelectorsException = [
|
|
1140
|
+
TypeRegistry.for(n0).registerError(InvalidEventDataStoreStatusException$, InvalidEventDataStoreStatusException);
|
|
1141
|
+
export var InvalidEventSelectorsException$ = [
|
|
1142
1142
|
-3,
|
|
1143
1143
|
n0,
|
|
1144
1144
|
_IESE,
|
|
@@ -1146,8 +1146,8 @@ export var InvalidEventSelectorsException = [
|
|
|
1146
1146
|
[_M],
|
|
1147
1147
|
[0],
|
|
1148
1148
|
];
|
|
1149
|
-
TypeRegistry.for(n0).registerError(InvalidEventSelectorsException
|
|
1150
|
-
export var InvalidHomeRegionException = [
|
|
1149
|
+
TypeRegistry.for(n0).registerError(InvalidEventSelectorsException$, InvalidEventSelectorsException);
|
|
1150
|
+
export var InvalidHomeRegionException$ = [
|
|
1151
1151
|
-3,
|
|
1152
1152
|
n0,
|
|
1153
1153
|
_IHRE,
|
|
@@ -1155,8 +1155,8 @@ export var InvalidHomeRegionException = [
|
|
|
1155
1155
|
[_M],
|
|
1156
1156
|
[0],
|
|
1157
1157
|
];
|
|
1158
|
-
TypeRegistry.for(n0).registerError(InvalidHomeRegionException
|
|
1159
|
-
export var InvalidImportSourceException = [
|
|
1158
|
+
TypeRegistry.for(n0).registerError(InvalidHomeRegionException$, InvalidHomeRegionException);
|
|
1159
|
+
export var InvalidImportSourceException$ = [
|
|
1160
1160
|
-3,
|
|
1161
1161
|
n0,
|
|
1162
1162
|
_IISE,
|
|
@@ -1164,8 +1164,8 @@ export var InvalidImportSourceException = [
|
|
|
1164
1164
|
[_M],
|
|
1165
1165
|
[0],
|
|
1166
1166
|
];
|
|
1167
|
-
TypeRegistry.for(n0).registerError(InvalidImportSourceException
|
|
1168
|
-
export var InvalidInsightSelectorsException = [
|
|
1167
|
+
TypeRegistry.for(n0).registerError(InvalidImportSourceException$, InvalidImportSourceException);
|
|
1168
|
+
export var InvalidInsightSelectorsException$ = [
|
|
1169
1169
|
-3,
|
|
1170
1170
|
n0,
|
|
1171
1171
|
_IISEn,
|
|
@@ -1173,8 +1173,8 @@ export var InvalidInsightSelectorsException = [
|
|
|
1173
1173
|
[_M],
|
|
1174
1174
|
[0],
|
|
1175
1175
|
];
|
|
1176
|
-
TypeRegistry.for(n0).registerError(InvalidInsightSelectorsException
|
|
1177
|
-
export var InvalidKmsKeyIdException = [
|
|
1176
|
+
TypeRegistry.for(n0).registerError(InvalidInsightSelectorsException$, InvalidInsightSelectorsException);
|
|
1177
|
+
export var InvalidKmsKeyIdException$ = [
|
|
1178
1178
|
-3,
|
|
1179
1179
|
n0,
|
|
1180
1180
|
_IKKIE,
|
|
@@ -1182,8 +1182,8 @@ export var InvalidKmsKeyIdException = [
|
|
|
1182
1182
|
[_M],
|
|
1183
1183
|
[0],
|
|
1184
1184
|
];
|
|
1185
|
-
TypeRegistry.for(n0).registerError(InvalidKmsKeyIdException
|
|
1186
|
-
export var InvalidLookupAttributesException = [
|
|
1185
|
+
TypeRegistry.for(n0).registerError(InvalidKmsKeyIdException$, InvalidKmsKeyIdException);
|
|
1186
|
+
export var InvalidLookupAttributesException$ = [
|
|
1187
1187
|
-3,
|
|
1188
1188
|
n0,
|
|
1189
1189
|
_ILAE,
|
|
@@ -1191,8 +1191,8 @@ export var InvalidLookupAttributesException = [
|
|
|
1191
1191
|
[_M],
|
|
1192
1192
|
[0],
|
|
1193
1193
|
];
|
|
1194
|
-
TypeRegistry.for(n0).registerError(InvalidLookupAttributesException
|
|
1195
|
-
export var InvalidMaxResultsException = [
|
|
1194
|
+
TypeRegistry.for(n0).registerError(InvalidLookupAttributesException$, InvalidLookupAttributesException);
|
|
1195
|
+
export var InvalidMaxResultsException$ = [
|
|
1196
1196
|
-3,
|
|
1197
1197
|
n0,
|
|
1198
1198
|
_IMRE,
|
|
@@ -1200,8 +1200,8 @@ export var InvalidMaxResultsException = [
|
|
|
1200
1200
|
[_M],
|
|
1201
1201
|
[0],
|
|
1202
1202
|
];
|
|
1203
|
-
TypeRegistry.for(n0).registerError(InvalidMaxResultsException
|
|
1204
|
-
export var InvalidNextTokenException = [
|
|
1203
|
+
TypeRegistry.for(n0).registerError(InvalidMaxResultsException$, InvalidMaxResultsException);
|
|
1204
|
+
export var InvalidNextTokenException$ = [
|
|
1205
1205
|
-3,
|
|
1206
1206
|
n0,
|
|
1207
1207
|
_INTE,
|
|
@@ -1209,8 +1209,8 @@ export var InvalidNextTokenException = [
|
|
|
1209
1209
|
[_M],
|
|
1210
1210
|
[0],
|
|
1211
1211
|
];
|
|
1212
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
1213
|
-
export var InvalidParameterCombinationException = [
|
|
1212
|
+
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1213
|
+
export var InvalidParameterCombinationException$ = [
|
|
1214
1214
|
-3,
|
|
1215
1215
|
n0,
|
|
1216
1216
|
_IPCE,
|
|
@@ -1218,8 +1218,8 @@ export var InvalidParameterCombinationException = [
|
|
|
1218
1218
|
[_M],
|
|
1219
1219
|
[0],
|
|
1220
1220
|
];
|
|
1221
|
-
TypeRegistry.for(n0).registerError(InvalidParameterCombinationException
|
|
1222
|
-
export var InvalidParameterException = [
|
|
1221
|
+
TypeRegistry.for(n0).registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
|
|
1222
|
+
export var InvalidParameterException$ = [
|
|
1223
1223
|
-3,
|
|
1224
1224
|
n0,
|
|
1225
1225
|
_IPE,
|
|
@@ -1227,8 +1227,8 @@ export var InvalidParameterException = [
|
|
|
1227
1227
|
[_M],
|
|
1228
1228
|
[0],
|
|
1229
1229
|
];
|
|
1230
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
1231
|
-
export var InvalidQueryStatementException = [
|
|
1230
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
1231
|
+
export var InvalidQueryStatementException$ = [
|
|
1232
1232
|
-3,
|
|
1233
1233
|
n0,
|
|
1234
1234
|
_IQSE,
|
|
@@ -1236,8 +1236,8 @@ export var InvalidQueryStatementException = [
|
|
|
1236
1236
|
[_M],
|
|
1237
1237
|
[0],
|
|
1238
1238
|
];
|
|
1239
|
-
TypeRegistry.for(n0).registerError(InvalidQueryStatementException
|
|
1240
|
-
export var InvalidQueryStatusException = [
|
|
1239
|
+
TypeRegistry.for(n0).registerError(InvalidQueryStatementException$, InvalidQueryStatementException);
|
|
1240
|
+
export var InvalidQueryStatusException$ = [
|
|
1241
1241
|
-3,
|
|
1242
1242
|
n0,
|
|
1243
1243
|
_IQSEn,
|
|
@@ -1245,8 +1245,8 @@ export var InvalidQueryStatusException = [
|
|
|
1245
1245
|
[_M],
|
|
1246
1246
|
[0],
|
|
1247
1247
|
];
|
|
1248
|
-
TypeRegistry.for(n0).registerError(InvalidQueryStatusException
|
|
1249
|
-
export var InvalidS3BucketNameException = [
|
|
1248
|
+
TypeRegistry.for(n0).registerError(InvalidQueryStatusException$, InvalidQueryStatusException);
|
|
1249
|
+
export var InvalidS3BucketNameException$ = [
|
|
1250
1250
|
-3,
|
|
1251
1251
|
n0,
|
|
1252
1252
|
_ISBNE,
|
|
@@ -1254,8 +1254,8 @@ export var InvalidS3BucketNameException = [
|
|
|
1254
1254
|
[_M],
|
|
1255
1255
|
[0],
|
|
1256
1256
|
];
|
|
1257
|
-
TypeRegistry.for(n0).registerError(InvalidS3BucketNameException
|
|
1258
|
-
export var InvalidS3PrefixException = [
|
|
1257
|
+
TypeRegistry.for(n0).registerError(InvalidS3BucketNameException$, InvalidS3BucketNameException);
|
|
1258
|
+
export var InvalidS3PrefixException$ = [
|
|
1259
1259
|
-3,
|
|
1260
1260
|
n0,
|
|
1261
1261
|
_ISPE,
|
|
@@ -1263,8 +1263,8 @@ export var InvalidS3PrefixException = [
|
|
|
1263
1263
|
[_M],
|
|
1264
1264
|
[0],
|
|
1265
1265
|
];
|
|
1266
|
-
TypeRegistry.for(n0).registerError(InvalidS3PrefixException
|
|
1267
|
-
export var InvalidSnsTopicNameException = [
|
|
1266
|
+
TypeRegistry.for(n0).registerError(InvalidS3PrefixException$, InvalidS3PrefixException);
|
|
1267
|
+
export var InvalidSnsTopicNameException$ = [
|
|
1268
1268
|
-3,
|
|
1269
1269
|
n0,
|
|
1270
1270
|
_ISTNE,
|
|
@@ -1272,8 +1272,8 @@ export var InvalidSnsTopicNameException = [
|
|
|
1272
1272
|
[_M],
|
|
1273
1273
|
[0],
|
|
1274
1274
|
];
|
|
1275
|
-
TypeRegistry.for(n0).registerError(InvalidSnsTopicNameException
|
|
1276
|
-
export var InvalidSourceException = [
|
|
1275
|
+
TypeRegistry.for(n0).registerError(InvalidSnsTopicNameException$, InvalidSnsTopicNameException);
|
|
1276
|
+
export var InvalidSourceException$ = [
|
|
1277
1277
|
-3,
|
|
1278
1278
|
n0,
|
|
1279
1279
|
_ISE,
|
|
@@ -1281,8 +1281,8 @@ export var InvalidSourceException = [
|
|
|
1281
1281
|
[_M],
|
|
1282
1282
|
[0],
|
|
1283
1283
|
];
|
|
1284
|
-
TypeRegistry.for(n0).registerError(InvalidSourceException
|
|
1285
|
-
export var InvalidTagParameterException = [
|
|
1284
|
+
TypeRegistry.for(n0).registerError(InvalidSourceException$, InvalidSourceException);
|
|
1285
|
+
export var InvalidTagParameterException$ = [
|
|
1286
1286
|
-3,
|
|
1287
1287
|
n0,
|
|
1288
1288
|
_ITPE,
|
|
@@ -1290,8 +1290,8 @@ export var InvalidTagParameterException = [
|
|
|
1290
1290
|
[_M],
|
|
1291
1291
|
[0],
|
|
1292
1292
|
];
|
|
1293
|
-
TypeRegistry.for(n0).registerError(InvalidTagParameterException
|
|
1294
|
-
export var InvalidTimeRangeException = [
|
|
1293
|
+
TypeRegistry.for(n0).registerError(InvalidTagParameterException$, InvalidTagParameterException);
|
|
1294
|
+
export var InvalidTimeRangeException$ = [
|
|
1295
1295
|
-3,
|
|
1296
1296
|
n0,
|
|
1297
1297
|
_ITRE,
|
|
@@ -1299,8 +1299,8 @@ export var InvalidTimeRangeException = [
|
|
|
1299
1299
|
[_M],
|
|
1300
1300
|
[0],
|
|
1301
1301
|
];
|
|
1302
|
-
TypeRegistry.for(n0).registerError(InvalidTimeRangeException
|
|
1303
|
-
export var InvalidTokenException = [
|
|
1302
|
+
TypeRegistry.for(n0).registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
|
|
1303
|
+
export var InvalidTokenException$ = [
|
|
1304
1304
|
-3,
|
|
1305
1305
|
n0,
|
|
1306
1306
|
_ITE,
|
|
@@ -1308,8 +1308,8 @@ export var InvalidTokenException = [
|
|
|
1308
1308
|
[_M],
|
|
1309
1309
|
[0],
|
|
1310
1310
|
];
|
|
1311
|
-
TypeRegistry.for(n0).registerError(InvalidTokenException
|
|
1312
|
-
export var InvalidTrailNameException = [
|
|
1311
|
+
TypeRegistry.for(n0).registerError(InvalidTokenException$, InvalidTokenException);
|
|
1312
|
+
export var InvalidTrailNameException$ = [
|
|
1313
1313
|
-3,
|
|
1314
1314
|
n0,
|
|
1315
1315
|
_ITNE,
|
|
@@ -1317,8 +1317,8 @@ export var InvalidTrailNameException = [
|
|
|
1317
1317
|
[_M],
|
|
1318
1318
|
[0],
|
|
1319
1319
|
];
|
|
1320
|
-
TypeRegistry.for(n0).registerError(InvalidTrailNameException
|
|
1321
|
-
export var KmsException = [
|
|
1320
|
+
TypeRegistry.for(n0).registerError(InvalidTrailNameException$, InvalidTrailNameException);
|
|
1321
|
+
export var KmsException$ = [
|
|
1322
1322
|
-3,
|
|
1323
1323
|
n0,
|
|
1324
1324
|
_KE,
|
|
@@ -1326,8 +1326,8 @@ export var KmsException = [
|
|
|
1326
1326
|
[_M],
|
|
1327
1327
|
[0],
|
|
1328
1328
|
];
|
|
1329
|
-
TypeRegistry.for(n0).registerError(KmsException
|
|
1330
|
-
export var KmsKeyDisabledException = [
|
|
1329
|
+
TypeRegistry.for(n0).registerError(KmsException$, KmsException);
|
|
1330
|
+
export var KmsKeyDisabledException$ = [
|
|
1331
1331
|
-3,
|
|
1332
1332
|
n0,
|
|
1333
1333
|
_KKDE,
|
|
@@ -1335,8 +1335,8 @@ export var KmsKeyDisabledException = [
|
|
|
1335
1335
|
[_M],
|
|
1336
1336
|
[0],
|
|
1337
1337
|
];
|
|
1338
|
-
TypeRegistry.for(n0).registerError(KmsKeyDisabledException
|
|
1339
|
-
export var KmsKeyNotFoundException = [
|
|
1338
|
+
TypeRegistry.for(n0).registerError(KmsKeyDisabledException$, KmsKeyDisabledException);
|
|
1339
|
+
export var KmsKeyNotFoundException$ = [
|
|
1340
1340
|
-3,
|
|
1341
1341
|
n0,
|
|
1342
1342
|
_KKNFE,
|
|
@@ -1344,13 +1344,13 @@ export var KmsKeyNotFoundException = [
|
|
|
1344
1344
|
[_M],
|
|
1345
1345
|
[0],
|
|
1346
1346
|
];
|
|
1347
|
-
TypeRegistry.for(n0).registerError(KmsKeyNotFoundException
|
|
1348
|
-
export var ListChannelsRequest = [3, n0, _LCR, 0, [_MR, _NT], [1, 0]];
|
|
1349
|
-
export var ListChannelsResponse = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Channels, 0]];
|
|
1350
|
-
export var ListDashboardsRequest = [3, n0, _LDR, 0, [_NP, _Ty, _NT, _MR], [0, 0, 0, 1]];
|
|
1351
|
-
export var ListDashboardsResponse = [3, n0, _LDRi, 0, [_Da, _NT], [() => Dashboards, 0]];
|
|
1352
|
-
export var ListEventDataStoresRequest = [3, n0, _LEDSR, 0, [_NT, _MR], [0, 1]];
|
|
1353
|
-
export var ListEventDataStoresResponse = [
|
|
1347
|
+
TypeRegistry.for(n0).registerError(KmsKeyNotFoundException$, KmsKeyNotFoundException);
|
|
1348
|
+
export var ListChannelsRequest$ = [3, n0, _LCR, 0, [_MR, _NT], [1, 0]];
|
|
1349
|
+
export var ListChannelsResponse$ = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Channels, 0]];
|
|
1350
|
+
export var ListDashboardsRequest$ = [3, n0, _LDR, 0, [_NP, _Ty, _NT, _MR], [0, 0, 0, 1]];
|
|
1351
|
+
export var ListDashboardsResponse$ = [3, n0, _LDRi, 0, [_Da, _NT], [() => Dashboards, 0]];
|
|
1352
|
+
export var ListEventDataStoresRequest$ = [3, n0, _LEDSR, 0, [_NT, _MR], [0, 1]];
|
|
1353
|
+
export var ListEventDataStoresResponse$ = [
|
|
1354
1354
|
3,
|
|
1355
1355
|
n0,
|
|
1356
1356
|
_LEDSRi,
|
|
@@ -1358,8 +1358,8 @@ export var ListEventDataStoresResponse = [
|
|
|
1358
1358
|
[_EDSv, _NT],
|
|
1359
1359
|
[() => EventDataStores, 0],
|
|
1360
1360
|
];
|
|
1361
|
-
export var ListImportFailuresRequest = [3, n0, _LIFR, 0, [_II, _MR, _NT], [0, 1, 0]];
|
|
1362
|
-
export var ListImportFailuresResponse = [
|
|
1361
|
+
export var ListImportFailuresRequest$ = [3, n0, _LIFR, 0, [_II, _MR, _NT], [0, 1, 0]];
|
|
1362
|
+
export var ListImportFailuresResponse$ = [
|
|
1363
1363
|
3,
|
|
1364
1364
|
n0,
|
|
1365
1365
|
_LIFRi,
|
|
@@ -1367,9 +1367,9 @@ export var ListImportFailuresResponse = [
|
|
|
1367
1367
|
[_Fa, _NT],
|
|
1368
1368
|
[() => ImportFailureList, 0],
|
|
1369
1369
|
];
|
|
1370
|
-
export var ListImportsRequest = [3, n0, _LIR, 0, [_MR, _De, _ISmp, _NT], [1, 0, 0, 0]];
|
|
1371
|
-
export var ListImportsResponse = [3, n0, _LIRi, 0, [_I, _NT], [() => ImportsList, 0]];
|
|
1372
|
-
export var ListInsightsDataRequest = [
|
|
1370
|
+
export var ListImportsRequest$ = [3, n0, _LIR, 0, [_MR, _De, _ISmp, _NT], [1, 0, 0, 0]];
|
|
1371
|
+
export var ListImportsResponse$ = [3, n0, _LIRi, 0, [_I, _NT], [() => ImportsList, 0]];
|
|
1372
|
+
export var ListInsightsDataRequest$ = [
|
|
1373
1373
|
3,
|
|
1374
1374
|
n0,
|
|
1375
1375
|
_LIDR,
|
|
@@ -1377,8 +1377,8 @@ export var ListInsightsDataRequest = [
|
|
|
1377
1377
|
[_ISnsi, _DT, _Di, _ST, _ETn, _MR, _NT],
|
|
1378
1378
|
[0, 0, 128 | 0, 4, 4, 1, 0],
|
|
1379
1379
|
];
|
|
1380
|
-
export var ListInsightsDataResponse = [3, n0, _LIDRi, 0, [_Eve, _NT], [() => EventsList, 0]];
|
|
1381
|
-
export var ListInsightsMetricDataRequest = [
|
|
1380
|
+
export var ListInsightsDataResponse$ = [3, n0, _LIDRi, 0, [_Eve, _NT], [() => EventsList, 0]];
|
|
1381
|
+
export var ListInsightsMetricDataRequest$ = [
|
|
1382
1382
|
3,
|
|
1383
1383
|
n0,
|
|
1384
1384
|
_LIMDR,
|
|
@@ -1386,7 +1386,7 @@ export var ListInsightsMetricDataRequest = [
|
|
|
1386
1386
|
[_TN, _ES, _EN, _IT, _ECr, _ST, _ETn, _Pe, _DT, _MR, _NT],
|
|
1387
1387
|
[0, 0, 0, 0, 0, 4, 4, 1, 0, 1, 0],
|
|
1388
1388
|
];
|
|
1389
|
-
export var ListInsightsMetricDataResponse = [
|
|
1389
|
+
export var ListInsightsMetricDataResponse$ = [
|
|
1390
1390
|
3,
|
|
1391
1391
|
n0,
|
|
1392
1392
|
_LIMDRi,
|
|
@@ -1394,9 +1394,9 @@ export var ListInsightsMetricDataResponse = [
|
|
|
1394
1394
|
[_TARN, _ES, _EN, _IT, _ECr, _Ti, _V, _NT],
|
|
1395
1395
|
[0, 0, 0, 0, 0, 64 | 4, 64 | 1, 0],
|
|
1396
1396
|
];
|
|
1397
|
-
export var ListPublicKeysRequest = [3, n0, _LPKR, 0, [_ST, _ETn, _NT], [4, 4, 0]];
|
|
1398
|
-
export var ListPublicKeysResponse = [3, n0, _LPKRi, 0, [_PKL, _NT], [() => PublicKeyList, 0]];
|
|
1399
|
-
export var ListQueriesRequest = [
|
|
1397
|
+
export var ListPublicKeysRequest$ = [3, n0, _LPKR, 0, [_ST, _ETn, _NT], [4, 4, 0]];
|
|
1398
|
+
export var ListPublicKeysResponse$ = [3, n0, _LPKRi, 0, [_PKL, _NT], [() => PublicKeyList, 0]];
|
|
1399
|
+
export var ListQueriesRequest$ = [
|
|
1400
1400
|
3,
|
|
1401
1401
|
n0,
|
|
1402
1402
|
_LQR,
|
|
@@ -1404,13 +1404,13 @@ export var ListQueriesRequest = [
|
|
|
1404
1404
|
[_EDS, _NT, _MR, _ST, _ETn, _QS],
|
|
1405
1405
|
[0, 0, 1, 4, 4, 0],
|
|
1406
1406
|
];
|
|
1407
|
-
export var ListQueriesResponse = [3, n0, _LQRi, 0, [_Q, _NT], [() => Queries, 0]];
|
|
1408
|
-
export var ListTagsRequest = [3, n0, _LTR, 0, [_RIL, _NT], [64 | 0, 0]];
|
|
1409
|
-
export var ListTagsResponse = [3, n0, _LTRi, 0, [_RTL, _NT], [() => ResourceTagList, 0]];
|
|
1410
|
-
export var ListTrailsRequest = [3, n0, _LTRis, 0, [_NT], [0]];
|
|
1411
|
-
export var ListTrailsResponse = [3, n0, _LTRist, 0, [_Tra, _NT], [() => Trails, 0]];
|
|
1412
|
-
export var LookupAttribute = [3, n0, _LA, 0, [_AK, _AV], [0, 0]];
|
|
1413
|
-
export var LookupEventsRequest = [
|
|
1407
|
+
export var ListQueriesResponse$ = [3, n0, _LQRi, 0, [_Q, _NT], [() => Queries, 0]];
|
|
1408
|
+
export var ListTagsRequest$ = [3, n0, _LTR, 0, [_RIL, _NT], [64 | 0, 0]];
|
|
1409
|
+
export var ListTagsResponse$ = [3, n0, _LTRi, 0, [_RTL, _NT], [() => ResourceTagList, 0]];
|
|
1410
|
+
export var ListTrailsRequest$ = [3, n0, _LTRis, 0, [_NT], [0]];
|
|
1411
|
+
export var ListTrailsResponse$ = [3, n0, _LTRist, 0, [_Tra, _NT], [() => Trails, 0]];
|
|
1412
|
+
export var LookupAttribute$ = [3, n0, _LA, 0, [_AK, _AV], [0, 0]];
|
|
1413
|
+
export var LookupEventsRequest$ = [
|
|
1414
1414
|
3,
|
|
1415
1415
|
n0,
|
|
1416
1416
|
_LER,
|
|
@@ -1418,8 +1418,8 @@ export var LookupEventsRequest = [
|
|
|
1418
1418
|
[_LAo, _ST, _ETn, _EC, _MR, _NT],
|
|
1419
1419
|
[() => LookupAttributesList, 4, 4, 0, 1, 0],
|
|
1420
1420
|
];
|
|
1421
|
-
export var LookupEventsResponse = [3, n0, _LERo, 0, [_Eve, _NT], [() => EventsList, 0]];
|
|
1422
|
-
export var MaxConcurrentQueriesException = [
|
|
1421
|
+
export var LookupEventsResponse$ = [3, n0, _LERo, 0, [_Eve, _NT], [() => EventsList, 0]];
|
|
1422
|
+
export var MaxConcurrentQueriesException$ = [
|
|
1423
1423
|
-3,
|
|
1424
1424
|
n0,
|
|
1425
1425
|
_MCQE,
|
|
@@ -1427,8 +1427,8 @@ export var MaxConcurrentQueriesException = [
|
|
|
1427
1427
|
[_M],
|
|
1428
1428
|
[0],
|
|
1429
1429
|
];
|
|
1430
|
-
TypeRegistry.for(n0).registerError(MaxConcurrentQueriesException
|
|
1431
|
-
export var MaximumNumberOfTrailsExceededException = [
|
|
1430
|
+
TypeRegistry.for(n0).registerError(MaxConcurrentQueriesException$, MaxConcurrentQueriesException);
|
|
1431
|
+
export var MaximumNumberOfTrailsExceededException$ = [
|
|
1432
1432
|
-3,
|
|
1433
1433
|
n0,
|
|
1434
1434
|
_MNOTEE,
|
|
@@ -1436,8 +1436,8 @@ export var MaximumNumberOfTrailsExceededException = [
|
|
|
1436
1436
|
[_M],
|
|
1437
1437
|
[0],
|
|
1438
1438
|
];
|
|
1439
|
-
TypeRegistry.for(n0).registerError(MaximumNumberOfTrailsExceededException
|
|
1440
|
-
export var NoManagementAccountSLRExistsException = [
|
|
1439
|
+
TypeRegistry.for(n0).registerError(MaximumNumberOfTrailsExceededException$, MaximumNumberOfTrailsExceededException);
|
|
1440
|
+
export var NoManagementAccountSLRExistsException$ = [
|
|
1441
1441
|
-3,
|
|
1442
1442
|
n0,
|
|
1443
1443
|
_NMASLREE,
|
|
@@ -1445,8 +1445,8 @@ export var NoManagementAccountSLRExistsException = [
|
|
|
1445
1445
|
[_M],
|
|
1446
1446
|
[0],
|
|
1447
1447
|
];
|
|
1448
|
-
TypeRegistry.for(n0).registerError(NoManagementAccountSLRExistsException
|
|
1449
|
-
export var NotOrganizationManagementAccountException = [
|
|
1448
|
+
TypeRegistry.for(n0).registerError(NoManagementAccountSLRExistsException$, NoManagementAccountSLRExistsException);
|
|
1449
|
+
export var NotOrganizationManagementAccountException$ = [
|
|
1450
1450
|
-3,
|
|
1451
1451
|
n0,
|
|
1452
1452
|
_NOMAE,
|
|
@@ -1454,8 +1454,8 @@ export var NotOrganizationManagementAccountException = [
|
|
|
1454
1454
|
[_M],
|
|
1455
1455
|
[0],
|
|
1456
1456
|
];
|
|
1457
|
-
TypeRegistry.for(n0).registerError(NotOrganizationManagementAccountException
|
|
1458
|
-
export var NotOrganizationMasterAccountException = [
|
|
1457
|
+
TypeRegistry.for(n0).registerError(NotOrganizationManagementAccountException$, NotOrganizationManagementAccountException);
|
|
1458
|
+
export var NotOrganizationMasterAccountException$ = [
|
|
1459
1459
|
-3,
|
|
1460
1460
|
n0,
|
|
1461
1461
|
_NOMAEo,
|
|
@@ -1463,8 +1463,8 @@ export var NotOrganizationMasterAccountException = [
|
|
|
1463
1463
|
[_M],
|
|
1464
1464
|
[0],
|
|
1465
1465
|
];
|
|
1466
|
-
TypeRegistry.for(n0).registerError(NotOrganizationMasterAccountException
|
|
1467
|
-
export var OperationNotPermittedException = [
|
|
1466
|
+
TypeRegistry.for(n0).registerError(NotOrganizationMasterAccountException$, NotOrganizationMasterAccountException);
|
|
1467
|
+
export var OperationNotPermittedException$ = [
|
|
1468
1468
|
-3,
|
|
1469
1469
|
n0,
|
|
1470
1470
|
_ONPE,
|
|
@@ -1472,8 +1472,8 @@ export var OperationNotPermittedException = [
|
|
|
1472
1472
|
[_M],
|
|
1473
1473
|
[0],
|
|
1474
1474
|
];
|
|
1475
|
-
TypeRegistry.for(n0).registerError(OperationNotPermittedException
|
|
1476
|
-
export var OrganizationNotInAllFeaturesModeException = [
|
|
1475
|
+
TypeRegistry.for(n0).registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
1476
|
+
export var OrganizationNotInAllFeaturesModeException$ = [
|
|
1477
1477
|
-3,
|
|
1478
1478
|
n0,
|
|
1479
1479
|
_ONIAFME,
|
|
@@ -1481,8 +1481,8 @@ export var OrganizationNotInAllFeaturesModeException = [
|
|
|
1481
1481
|
[_M],
|
|
1482
1482
|
[0],
|
|
1483
1483
|
];
|
|
1484
|
-
TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException
|
|
1485
|
-
export var OrganizationsNotInUseException = [
|
|
1484
|
+
TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
|
|
1485
|
+
export var OrganizationsNotInUseException$ = [
|
|
1486
1486
|
-3,
|
|
1487
1487
|
n0,
|
|
1488
1488
|
_ONIUE,
|
|
@@ -1490,10 +1490,10 @@ export var OrganizationsNotInUseException = [
|
|
|
1490
1490
|
[_M],
|
|
1491
1491
|
[0],
|
|
1492
1492
|
];
|
|
1493
|
-
TypeRegistry.for(n0).registerError(OrganizationsNotInUseException
|
|
1494
|
-
export var PartitionKey = [3, n0, _PKa, 0, [_N, _Ty], [0, 0]];
|
|
1495
|
-
export var PublicKey = [3, n0, _PKu, 0, [_Va, _VST, _VET, _Fi], [21, 4, 4, 0]];
|
|
1496
|
-
export var PutEventConfigurationRequest = [
|
|
1493
|
+
TypeRegistry.for(n0).registerError(OrganizationsNotInUseException$, OrganizationsNotInUseException);
|
|
1494
|
+
export var PartitionKey$ = [3, n0, _PKa, 0, [_N, _Ty], [0, 0]];
|
|
1495
|
+
export var PublicKey$ = [3, n0, _PKu, 0, [_Va, _VST, _VET, _Fi], [21, 4, 4, 0]];
|
|
1496
|
+
export var PutEventConfigurationRequest$ = [
|
|
1497
1497
|
3,
|
|
1498
1498
|
n0,
|
|
1499
1499
|
_PECR,
|
|
@@ -1501,7 +1501,7 @@ export var PutEventConfigurationRequest = [
|
|
|
1501
1501
|
[_TN, _EDS, _MES, _CKSo, _ACg],
|
|
1502
1502
|
[0, 0, 0, () => ContextKeySelectors, () => AggregationConfigurations],
|
|
1503
1503
|
];
|
|
1504
|
-
export var PutEventConfigurationResponse = [
|
|
1504
|
+
export var PutEventConfigurationResponse$ = [
|
|
1505
1505
|
3,
|
|
1506
1506
|
n0,
|
|
1507
1507
|
_PECRu,
|
|
@@ -1509,7 +1509,7 @@ export var PutEventConfigurationResponse = [
|
|
|
1509
1509
|
[_TARN, _EDSA, _MES, _CKSo, _ACg],
|
|
1510
1510
|
[0, 0, 0, () => ContextKeySelectors, () => AggregationConfigurations],
|
|
1511
1511
|
];
|
|
1512
|
-
export var PutEventSelectorsRequest = [
|
|
1512
|
+
export var PutEventSelectorsRequest$ = [
|
|
1513
1513
|
3,
|
|
1514
1514
|
n0,
|
|
1515
1515
|
_PESR,
|
|
@@ -1517,7 +1517,7 @@ export var PutEventSelectorsRequest = [
|
|
|
1517
1517
|
[_TN, _ESve, _AESd],
|
|
1518
1518
|
[0, () => EventSelectors, () => AdvancedEventSelectors],
|
|
1519
1519
|
];
|
|
1520
|
-
export var PutEventSelectorsResponse = [
|
|
1520
|
+
export var PutEventSelectorsResponse$ = [
|
|
1521
1521
|
3,
|
|
1522
1522
|
n0,
|
|
1523
1523
|
_PESRu,
|
|
@@ -1525,7 +1525,7 @@ export var PutEventSelectorsResponse = [
|
|
|
1525
1525
|
[_TARN, _ESve, _AESd],
|
|
1526
1526
|
[0, () => EventSelectors, () => AdvancedEventSelectors],
|
|
1527
1527
|
];
|
|
1528
|
-
export var PutInsightSelectorsRequest = [
|
|
1528
|
+
export var PutInsightSelectorsRequest$ = [
|
|
1529
1529
|
3,
|
|
1530
1530
|
n0,
|
|
1531
1531
|
_PISR,
|
|
@@ -1533,7 +1533,7 @@ export var PutInsightSelectorsRequest = [
|
|
|
1533
1533
|
[_TN, _ISn, _EDS, _ID],
|
|
1534
1534
|
[0, () => InsightSelectors, 0, 0],
|
|
1535
1535
|
];
|
|
1536
|
-
export var PutInsightSelectorsResponse = [
|
|
1536
|
+
export var PutInsightSelectorsResponse$ = [
|
|
1537
1537
|
3,
|
|
1538
1538
|
n0,
|
|
1539
1539
|
_PISRu,
|
|
@@ -1541,10 +1541,10 @@ export var PutInsightSelectorsResponse = [
|
|
|
1541
1541
|
[_TARN, _ISn, _EDSA, _ID],
|
|
1542
1542
|
[0, () => InsightSelectors, 0, 0],
|
|
1543
1543
|
];
|
|
1544
|
-
export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_RA, _RPe], [0, 0]];
|
|
1545
|
-
export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
|
|
1546
|
-
export var Query = [3, n0, _Qu, 0, [_QI, _QS, _CTr], [0, 0, 4]];
|
|
1547
|
-
export var QueryIdNotFoundException = [
|
|
1544
|
+
export var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_RA, _RPe], [0, 0]];
|
|
1545
|
+
export var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
|
|
1546
|
+
export var Query$ = [3, n0, _Qu, 0, [_QI, _QS, _CTr], [0, 0, 4]];
|
|
1547
|
+
export var QueryIdNotFoundException$ = [
|
|
1548
1548
|
-3,
|
|
1549
1549
|
n0,
|
|
1550
1550
|
_QINFE,
|
|
@@ -1552,9 +1552,9 @@ export var QueryIdNotFoundException = [
|
|
|
1552
1552
|
[_M],
|
|
1553
1553
|
[0],
|
|
1554
1554
|
];
|
|
1555
|
-
TypeRegistry.for(n0).registerError(QueryIdNotFoundException
|
|
1556
|
-
export var QueryStatistics = [3, n0, _QSue, 0, [_RC, _TRC, _BS], [1, 1, 1]];
|
|
1557
|
-
export var QueryStatisticsForDescribeQuery = [
|
|
1555
|
+
TypeRegistry.for(n0).registerError(QueryIdNotFoundException$, QueryIdNotFoundException);
|
|
1556
|
+
export var QueryStatistics$ = [3, n0, _QSue, 0, [_RC, _TRC, _BS], [1, 1, 1]];
|
|
1557
|
+
export var QueryStatisticsForDescribeQuery$ = [
|
|
1558
1558
|
3,
|
|
1559
1559
|
n0,
|
|
1560
1560
|
_QSFDQ,
|
|
@@ -1562,22 +1562,22 @@ export var QueryStatisticsForDescribeQuery = [
|
|
|
1562
1562
|
[_EMv, _ESven, _BS, _ETIM, _CTr],
|
|
1563
1563
|
[1, 1, 1, 1, 4],
|
|
1564
1564
|
];
|
|
1565
|
-
export var RefreshSchedule = [
|
|
1565
|
+
export var RefreshSchedule$ = [
|
|
1566
1566
|
3,
|
|
1567
1567
|
n0,
|
|
1568
1568
|
_RS,
|
|
1569
1569
|
0,
|
|
1570
1570
|
[_Fr, _St, _TOD],
|
|
1571
|
-
[() => RefreshScheduleFrequency
|
|
1571
|
+
[() => RefreshScheduleFrequency$, 0, 0],
|
|
1572
1572
|
];
|
|
1573
|
-
export var RefreshScheduleFrequency = [3, n0, _RSF, 0, [_Un, _Va], [0, 1]];
|
|
1574
|
-
export var RegisterOrganizationDelegatedAdminRequest = [3, n0, _RODAR, 0, [_MAI], [0]];
|
|
1575
|
-
export var RegisterOrganizationDelegatedAdminResponse = [3, n0, _RODARe, 0, [], []];
|
|
1576
|
-
export var RemoveTagsRequest = [3, n0, _RTR, 0, [_RI, _TL], [0, () => TagsList]];
|
|
1577
|
-
export var RemoveTagsResponse = [3, n0, _RTRe, 0, [], []];
|
|
1578
|
-
export var RequestWidget = [3, n0, _RW, 0, [_QSuer, _QP, _VP], [0, 64 | 0, 128 | 0]];
|
|
1579
|
-
export var Resource = [3, n0, _Re, 0, [_RT, _RN], [0, 0]];
|
|
1580
|
-
export var ResourceARNNotValidException = [
|
|
1573
|
+
export var RefreshScheduleFrequency$ = [3, n0, _RSF, 0, [_Un, _Va], [0, 1]];
|
|
1574
|
+
export var RegisterOrganizationDelegatedAdminRequest$ = [3, n0, _RODAR, 0, [_MAI], [0]];
|
|
1575
|
+
export var RegisterOrganizationDelegatedAdminResponse$ = [3, n0, _RODARe, 0, [], []];
|
|
1576
|
+
export var RemoveTagsRequest$ = [3, n0, _RTR, 0, [_RI, _TL], [0, () => TagsList]];
|
|
1577
|
+
export var RemoveTagsResponse$ = [3, n0, _RTRe, 0, [], []];
|
|
1578
|
+
export var RequestWidget$ = [3, n0, _RW, 0, [_QSuer, _QP, _VP], [0, 64 | 0, 128 | 0]];
|
|
1579
|
+
export var Resource$ = [3, n0, _Re, 0, [_RT, _RN], [0, 0]];
|
|
1580
|
+
export var ResourceARNNotValidException$ = [
|
|
1581
1581
|
-3,
|
|
1582
1582
|
n0,
|
|
1583
1583
|
_RARNNVE,
|
|
@@ -1585,8 +1585,8 @@ export var ResourceARNNotValidException = [
|
|
|
1585
1585
|
[_M],
|
|
1586
1586
|
[0],
|
|
1587
1587
|
];
|
|
1588
|
-
TypeRegistry.for(n0).registerError(ResourceARNNotValidException
|
|
1589
|
-
export var ResourceNotFoundException = [
|
|
1588
|
+
TypeRegistry.for(n0).registerError(ResourceARNNotValidException$, ResourceARNNotValidException);
|
|
1589
|
+
export var ResourceNotFoundException$ = [
|
|
1590
1590
|
-3,
|
|
1591
1591
|
n0,
|
|
1592
1592
|
_RNFE,
|
|
@@ -1594,8 +1594,8 @@ export var ResourceNotFoundException = [
|
|
|
1594
1594
|
[_M],
|
|
1595
1595
|
[0],
|
|
1596
1596
|
];
|
|
1597
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1598
|
-
export var ResourcePolicyNotFoundException = [
|
|
1597
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1598
|
+
export var ResourcePolicyNotFoundException$ = [
|
|
1599
1599
|
-3,
|
|
1600
1600
|
n0,
|
|
1601
1601
|
_RPNFE,
|
|
@@ -1603,8 +1603,8 @@ export var ResourcePolicyNotFoundException = [
|
|
|
1603
1603
|
[_M],
|
|
1604
1604
|
[0],
|
|
1605
1605
|
];
|
|
1606
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException
|
|
1607
|
-
export var ResourcePolicyNotValidException = [
|
|
1606
|
+
TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
1607
|
+
export var ResourcePolicyNotValidException$ = [
|
|
1608
1608
|
-3,
|
|
1609
1609
|
n0,
|
|
1610
1610
|
_RPNVE,
|
|
@@ -1612,9 +1612,9 @@ export var ResourcePolicyNotValidException = [
|
|
|
1612
1612
|
[_M],
|
|
1613
1613
|
[0],
|
|
1614
1614
|
];
|
|
1615
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyNotValidException
|
|
1616
|
-
export var ResourceTag = [3, n0, _RTe, 0, [_RI, _TL], [0, () => TagsList]];
|
|
1617
|
-
export var ResourceTypeNotSupportedException = [
|
|
1615
|
+
TypeRegistry.for(n0).registerError(ResourcePolicyNotValidException$, ResourcePolicyNotValidException);
|
|
1616
|
+
export var ResourceTag$ = [3, n0, _RTe, 0, [_RI, _TL], [0, () => TagsList]];
|
|
1617
|
+
export var ResourceTypeNotSupportedException$ = [
|
|
1618
1618
|
-3,
|
|
1619
1619
|
n0,
|
|
1620
1620
|
_RTNSE,
|
|
@@ -1622,9 +1622,9 @@ export var ResourceTypeNotSupportedException = [
|
|
|
1622
1622
|
[_M],
|
|
1623
1623
|
[0],
|
|
1624
1624
|
];
|
|
1625
|
-
TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException
|
|
1626
|
-
export var RestoreEventDataStoreRequest = [3, n0, _REDSR, 0, [_EDS], [0]];
|
|
1627
|
-
export var RestoreEventDataStoreResponse = [
|
|
1625
|
+
TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException$, ResourceTypeNotSupportedException);
|
|
1626
|
+
export var RestoreEventDataStoreRequest$ = [3, n0, _REDSR, 0, [_EDS], [0]];
|
|
1627
|
+
export var RestoreEventDataStoreResponse$ = [
|
|
1628
1628
|
3,
|
|
1629
1629
|
n0,
|
|
1630
1630
|
_REDSRe,
|
|
@@ -1632,7 +1632,7 @@ export var RestoreEventDataStoreResponse = [
|
|
|
1632
1632
|
[_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM],
|
|
1633
1633
|
[0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0],
|
|
1634
1634
|
];
|
|
1635
|
-
export var S3BucketDoesNotExistException = [
|
|
1635
|
+
export var S3BucketDoesNotExistException$ = [
|
|
1636
1636
|
-3,
|
|
1637
1637
|
n0,
|
|
1638
1638
|
_SBDNEE,
|
|
@@ -1640,10 +1640,10 @@ export var S3BucketDoesNotExistException = [
|
|
|
1640
1640
|
[_M],
|
|
1641
1641
|
[0],
|
|
1642
1642
|
];
|
|
1643
|
-
TypeRegistry.for(n0).registerError(S3BucketDoesNotExistException
|
|
1644
|
-
export var S3ImportSource = [3, n0, _SIS, 0, [_SLU, _SBR, _SBARA], [0, 0, 0]];
|
|
1645
|
-
export var SearchSampleQueriesRequest = [3, n0, _SSQR, 0, [_SP, _MR, _NT], [0, 1, 0]];
|
|
1646
|
-
export var SearchSampleQueriesResponse = [
|
|
1643
|
+
TypeRegistry.for(n0).registerError(S3BucketDoesNotExistException$, S3BucketDoesNotExistException);
|
|
1644
|
+
export var S3ImportSource$ = [3, n0, _SIS, 0, [_SLU, _SBR, _SBARA], [0, 0, 0]];
|
|
1645
|
+
export var SearchSampleQueriesRequest$ = [3, n0, _SSQR, 0, [_SP, _MR, _NT], [0, 1, 0]];
|
|
1646
|
+
export var SearchSampleQueriesResponse$ = [
|
|
1647
1647
|
3,
|
|
1648
1648
|
n0,
|
|
1649
1649
|
_SSQRe,
|
|
@@ -1651,7 +1651,7 @@ export var SearchSampleQueriesResponse = [
|
|
|
1651
1651
|
[_SR, _NT],
|
|
1652
1652
|
[() => SearchSampleQueriesSearchResults, 0],
|
|
1653
1653
|
];
|
|
1654
|
-
export var SearchSampleQueriesSearchResult = [
|
|
1654
|
+
export var SearchSampleQueriesSearchResult$ = [
|
|
1655
1655
|
3,
|
|
1656
1656
|
n0,
|
|
1657
1657
|
_SSQSR,
|
|
@@ -1659,7 +1659,7 @@ export var SearchSampleQueriesSearchResult = [
|
|
|
1659
1659
|
[_N, _Des, _SQL, _Rel],
|
|
1660
1660
|
[0, 0, 0, 1],
|
|
1661
1661
|
];
|
|
1662
|
-
export var ServiceQuotaExceededException = [
|
|
1662
|
+
export var ServiceQuotaExceededException$ = [
|
|
1663
1663
|
-3,
|
|
1664
1664
|
n0,
|
|
1665
1665
|
_SQEE,
|
|
@@ -1667,31 +1667,31 @@ export var ServiceQuotaExceededException = [
|
|
|
1667
1667
|
[_M],
|
|
1668
1668
|
[0],
|
|
1669
1669
|
];
|
|
1670
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1671
|
-
export var SourceConfig = [3, n0, _SC, 0, [_ATAR, _AESd], [2, () => AdvancedEventSelectors]];
|
|
1672
|
-
export var StartDashboardRefreshRequest = [3, n0, _SDRR, 0, [_DI, _QPV], [0, 128 | 0]];
|
|
1673
|
-
export var StartDashboardRefreshResponse = [3, n0, _SDRRt, 0, [_RIe], [0]];
|
|
1674
|
-
export var StartEventDataStoreIngestionRequest = [3, n0, _SEDSIR, 0, [_EDS], [0]];
|
|
1675
|
-
export var StartEventDataStoreIngestionResponse = [3, n0, _SEDSIRt, 0, [], []];
|
|
1676
|
-
export var StartImportRequest = [
|
|
1670
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1671
|
+
export var SourceConfig$ = [3, n0, _SC, 0, [_ATAR, _AESd], [2, () => AdvancedEventSelectors]];
|
|
1672
|
+
export var StartDashboardRefreshRequest$ = [3, n0, _SDRR, 0, [_DI, _QPV], [0, 128 | 0]];
|
|
1673
|
+
export var StartDashboardRefreshResponse$ = [3, n0, _SDRRt, 0, [_RIe], [0]];
|
|
1674
|
+
export var StartEventDataStoreIngestionRequest$ = [3, n0, _SEDSIR, 0, [_EDS], [0]];
|
|
1675
|
+
export var StartEventDataStoreIngestionResponse$ = [3, n0, _SEDSIRt, 0, [], []];
|
|
1676
|
+
export var StartImportRequest$ = [
|
|
1677
1677
|
3,
|
|
1678
1678
|
n0,
|
|
1679
1679
|
_SIR,
|
|
1680
1680
|
0,
|
|
1681
1681
|
[_D, _ISm, _SET, _EET, _II],
|
|
1682
|
-
[64 | 0, () => ImportSource
|
|
1682
|
+
[64 | 0, () => ImportSource$, 4, 4, 0],
|
|
1683
1683
|
];
|
|
1684
|
-
export var StartImportResponse = [
|
|
1684
|
+
export var StartImportResponse$ = [
|
|
1685
1685
|
3,
|
|
1686
1686
|
n0,
|
|
1687
1687
|
_SIRt,
|
|
1688
1688
|
0,
|
|
1689
1689
|
[_II, _D, _ISm, _SET, _EET, _ISmp, _CT, _UT],
|
|
1690
|
-
[0, 64 | 0, () => ImportSource
|
|
1690
|
+
[0, 64 | 0, () => ImportSource$, 4, 4, 0, 4, 4],
|
|
1691
1691
|
];
|
|
1692
|
-
export var StartLoggingRequest = [3, n0, _SLR, 0, [_N], [0]];
|
|
1693
|
-
export var StartLoggingResponse = [3, n0, _SLRt, 0, [], []];
|
|
1694
|
-
export var StartQueryRequest = [
|
|
1692
|
+
export var StartLoggingRequest$ = [3, n0, _SLR, 0, [_N], [0]];
|
|
1693
|
+
export var StartLoggingResponse$ = [3, n0, _SLRt, 0, [], []];
|
|
1694
|
+
export var StartQueryRequest$ = [
|
|
1695
1695
|
3,
|
|
1696
1696
|
n0,
|
|
1697
1697
|
_SQR,
|
|
@@ -1699,22 +1699,22 @@ export var StartQueryRequest = [
|
|
|
1699
1699
|
[_QSuer, _DSU, _QA, _QP, _EDSOAI],
|
|
1700
1700
|
[0, 0, 0, 64 | 0, 0],
|
|
1701
1701
|
];
|
|
1702
|
-
export var StartQueryResponse = [3, n0, _SQRt, 0, [_QI, _EDSOAI], [0, 0]];
|
|
1703
|
-
export var StopEventDataStoreIngestionRequest = [3, n0, _SEDSIRto, 0, [_EDS], [0]];
|
|
1704
|
-
export var StopEventDataStoreIngestionResponse = [3, n0, _SEDSIRtop, 0, [], []];
|
|
1705
|
-
export var StopImportRequest = [3, n0, _SIRto, 0, [_II], [0]];
|
|
1706
|
-
export var StopImportResponse = [
|
|
1702
|
+
export var StartQueryResponse$ = [3, n0, _SQRt, 0, [_QI, _EDSOAI], [0, 0]];
|
|
1703
|
+
export var StopEventDataStoreIngestionRequest$ = [3, n0, _SEDSIRto, 0, [_EDS], [0]];
|
|
1704
|
+
export var StopEventDataStoreIngestionResponse$ = [3, n0, _SEDSIRtop, 0, [], []];
|
|
1705
|
+
export var StopImportRequest$ = [3, n0, _SIRto, 0, [_II], [0]];
|
|
1706
|
+
export var StopImportResponse$ = [
|
|
1707
1707
|
3,
|
|
1708
1708
|
n0,
|
|
1709
1709
|
_SIRtop,
|
|
1710
1710
|
0,
|
|
1711
1711
|
[_II, _ISm, _D, _ISmp, _CT, _UT, _SET, _EET, _ISmpo],
|
|
1712
|
-
[0, () => ImportSource
|
|
1712
|
+
[0, () => ImportSource$, 64 | 0, 0, 4, 4, 4, 4, () => ImportStatistics$],
|
|
1713
1713
|
];
|
|
1714
|
-
export var StopLoggingRequest = [3, n0, _SLRto, 0, [_N], [0]];
|
|
1715
|
-
export var StopLoggingResponse = [3, n0, _SLRtop, 0, [], []];
|
|
1716
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
|
|
1717
|
-
export var TagsLimitExceededException = [
|
|
1714
|
+
export var StopLoggingRequest$ = [3, n0, _SLRto, 0, [_N], [0]];
|
|
1715
|
+
export var StopLoggingResponse$ = [3, n0, _SLRtop, 0, [], []];
|
|
1716
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
|
|
1717
|
+
export var TagsLimitExceededException$ = [
|
|
1718
1718
|
-3,
|
|
1719
1719
|
n0,
|
|
1720
1720
|
_TLEE,
|
|
@@ -1722,8 +1722,8 @@ export var TagsLimitExceededException = [
|
|
|
1722
1722
|
[_M],
|
|
1723
1723
|
[0],
|
|
1724
1724
|
];
|
|
1725
|
-
TypeRegistry.for(n0).registerError(TagsLimitExceededException
|
|
1726
|
-
export var ThrottlingException = [
|
|
1725
|
+
TypeRegistry.for(n0).registerError(TagsLimitExceededException$, TagsLimitExceededException);
|
|
1726
|
+
export var ThrottlingException$ = [
|
|
1727
1727
|
-3,
|
|
1728
1728
|
n0,
|
|
1729
1729
|
_TE,
|
|
@@ -1731,8 +1731,8 @@ export var ThrottlingException = [
|
|
|
1731
1731
|
[_M],
|
|
1732
1732
|
[0],
|
|
1733
1733
|
];
|
|
1734
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1735
|
-
export var Trail = [
|
|
1734
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1735
|
+
export var Trail$ = [
|
|
1736
1736
|
3,
|
|
1737
1737
|
n0,
|
|
1738
1738
|
_Tr,
|
|
@@ -1740,7 +1740,7 @@ export var Trail = [
|
|
|
1740
1740
|
[_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _HR, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _HCES, _HIS, _IOT],
|
|
1741
1741
|
[0, 0, 0, 0, 0, 2, 2, 0, 0, 2, 0, 0, 0, 2, 2, 2],
|
|
1742
1742
|
];
|
|
1743
|
-
export var TrailAlreadyExistsException = [
|
|
1743
|
+
export var TrailAlreadyExistsException$ = [
|
|
1744
1744
|
-3,
|
|
1745
1745
|
n0,
|
|
1746
1746
|
_TAEE,
|
|
@@ -1748,9 +1748,9 @@ export var TrailAlreadyExistsException = [
|
|
|
1748
1748
|
[_M],
|
|
1749
1749
|
[0],
|
|
1750
1750
|
];
|
|
1751
|
-
TypeRegistry.for(n0).registerError(TrailAlreadyExistsException
|
|
1752
|
-
export var TrailInfo = [3, n0, _TI, 0, [_TARN, _N, _HR], [0, 0, 0]];
|
|
1753
|
-
export var TrailNotFoundException = [
|
|
1751
|
+
TypeRegistry.for(n0).registerError(TrailAlreadyExistsException$, TrailAlreadyExistsException);
|
|
1752
|
+
export var TrailInfo$ = [3, n0, _TI, 0, [_TARN, _N, _HR], [0, 0, 0]];
|
|
1753
|
+
export var TrailNotFoundException$ = [
|
|
1754
1754
|
-3,
|
|
1755
1755
|
n0,
|
|
1756
1756
|
_TNFE,
|
|
@@ -1758,8 +1758,8 @@ export var TrailNotFoundException = [
|
|
|
1758
1758
|
[_M],
|
|
1759
1759
|
[0],
|
|
1760
1760
|
];
|
|
1761
|
-
TypeRegistry.for(n0).registerError(TrailNotFoundException
|
|
1762
|
-
export var TrailNotProvidedException = [
|
|
1761
|
+
TypeRegistry.for(n0).registerError(TrailNotFoundException$, TrailNotFoundException);
|
|
1762
|
+
export var TrailNotProvidedException$ = [
|
|
1763
1763
|
-3,
|
|
1764
1764
|
n0,
|
|
1765
1765
|
_TNPE,
|
|
@@ -1767,8 +1767,8 @@ export var TrailNotProvidedException = [
|
|
|
1767
1767
|
[_M],
|
|
1768
1768
|
[0],
|
|
1769
1769
|
];
|
|
1770
|
-
TypeRegistry.for(n0).registerError(TrailNotProvidedException
|
|
1771
|
-
export var UnsupportedOperationException = [
|
|
1770
|
+
TypeRegistry.for(n0).registerError(TrailNotProvidedException$, TrailNotProvidedException);
|
|
1771
|
+
export var UnsupportedOperationException$ = [
|
|
1772
1772
|
-3,
|
|
1773
1773
|
n0,
|
|
1774
1774
|
_UOE,
|
|
@@ -1776,9 +1776,9 @@ export var UnsupportedOperationException = [
|
|
|
1776
1776
|
[_M],
|
|
1777
1777
|
[0],
|
|
1778
1778
|
];
|
|
1779
|
-
TypeRegistry.for(n0).registerError(UnsupportedOperationException
|
|
1780
|
-
export var UpdateChannelRequest = [3, n0, _UCR, 0, [_C, _D, _N], [0, () => Destinations, 0]];
|
|
1781
|
-
export var UpdateChannelResponse = [
|
|
1779
|
+
TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
1780
|
+
export var UpdateChannelRequest$ = [3, n0, _UCR, 0, [_C, _D, _N], [0, () => Destinations, 0]];
|
|
1781
|
+
export var UpdateChannelResponse$ = [
|
|
1782
1782
|
3,
|
|
1783
1783
|
n0,
|
|
1784
1784
|
_UCRp,
|
|
@@ -1786,23 +1786,23 @@ export var UpdateChannelResponse = [
|
|
|
1786
1786
|
[_CA, _N, _S, _D],
|
|
1787
1787
|
[0, 0, 0, () => Destinations],
|
|
1788
1788
|
];
|
|
1789
|
-
export var UpdateDashboardRequest = [
|
|
1789
|
+
export var UpdateDashboardRequest$ = [
|
|
1790
1790
|
3,
|
|
1791
1791
|
n0,
|
|
1792
1792
|
_UDR,
|
|
1793
1793
|
0,
|
|
1794
1794
|
[_DI, _W, _RS, _TPE],
|
|
1795
|
-
[0, () => RequestWidgetList, () => RefreshSchedule
|
|
1795
|
+
[0, () => RequestWidgetList, () => RefreshSchedule$, 2],
|
|
1796
1796
|
];
|
|
1797
|
-
export var UpdateDashboardResponse = [
|
|
1797
|
+
export var UpdateDashboardResponse$ = [
|
|
1798
1798
|
3,
|
|
1799
1799
|
n0,
|
|
1800
1800
|
_UDRp,
|
|
1801
1801
|
0,
|
|
1802
1802
|
[_DA, _N, _Ty, _W, _RS, _TPE, _CT, _UT],
|
|
1803
|
-
[0, 0, 0, () => WidgetList, () => RefreshSchedule
|
|
1803
|
+
[0, 0, 0, () => WidgetList, () => RefreshSchedule$, 2, 4, 4],
|
|
1804
1804
|
];
|
|
1805
|
-
export var UpdateEventDataStoreRequest = [
|
|
1805
|
+
export var UpdateEventDataStoreRequest$ = [
|
|
1806
1806
|
3,
|
|
1807
1807
|
n0,
|
|
1808
1808
|
_UEDSR,
|
|
@@ -1810,7 +1810,7 @@ export var UpdateEventDataStoreRequest = [
|
|
|
1810
1810
|
[_EDS, _N, _AESd, _MRE, _OE, _RP, _TPE, _KKI, _BM],
|
|
1811
1811
|
[0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 0, 0],
|
|
1812
1812
|
];
|
|
1813
|
-
export var UpdateEventDataStoreResponse = [
|
|
1813
|
+
export var UpdateEventDataStoreResponse$ = [
|
|
1814
1814
|
3,
|
|
1815
1815
|
n0,
|
|
1816
1816
|
_UEDSRp,
|
|
@@ -1818,7 +1818,7 @@ export var UpdateEventDataStoreResponse = [
|
|
|
1818
1818
|
[_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM, _FSe, _FRA],
|
|
1819
1819
|
[0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0, 0, 0],
|
|
1820
1820
|
];
|
|
1821
|
-
export var UpdateTrailRequest = [
|
|
1821
|
+
export var UpdateTrailRequest$ = [
|
|
1822
1822
|
3,
|
|
1823
1823
|
n0,
|
|
1824
1824
|
_UTR,
|
|
@@ -1826,7 +1826,7 @@ export var UpdateTrailRequest = [
|
|
|
1826
1826
|
[_N, _SBN, _SKP, _STN, _IGSE, _IMRT, _ELFV, _CWLLGA, _CWLRA, _KKI, _IOT],
|
|
1827
1827
|
[0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 2],
|
|
1828
1828
|
];
|
|
1829
|
-
export var UpdateTrailResponse = [
|
|
1829
|
+
export var UpdateTrailResponse$ = [
|
|
1830
1830
|
3,
|
|
1831
1831
|
n0,
|
|
1832
1832
|
_UTRp,
|
|
@@ -1834,390 +1834,447 @@ export var UpdateTrailResponse = [
|
|
|
1834
1834
|
[_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _IOT],
|
|
1835
1835
|
[0, 0, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 2],
|
|
1836
1836
|
];
|
|
1837
|
-
export var Widget = [3, n0, _Wi, 0, [_QA, _QSuer, _QP, _VP], [0, 0, 64 | 0, 128 | 0]];
|
|
1838
|
-
export var CloudTrailServiceException = [-3, _s, "CloudTrailServiceException", 0, [], []];
|
|
1839
|
-
TypeRegistry.for(_s).registerError(CloudTrailServiceException
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
export var
|
|
1886
|
-
export var
|
|
1887
|
-
export var
|
|
1888
|
-
export var QueryParameterValues = 128 | 0;
|
|
1889
|
-
export var QueryResultColumn = 128 | 0;
|
|
1890
|
-
export var ViewPropertiesMap = 128 | 0;
|
|
1891
|
-
export var AddTags = [9, n0, _AT, 2, () => AddTagsRequest, () => AddTagsResponse];
|
|
1892
|
-
export var CancelQuery = [9, n0, _CQ, 2, () => CancelQueryRequest, () => CancelQueryResponse];
|
|
1893
|
-
export var CreateChannel = [
|
|
1837
|
+
export var Widget$ = [3, n0, _Wi, 0, [_QA, _QSuer, _QP, _VP], [0, 0, 64 | 0, 128 | 0]];
|
|
1838
|
+
export var CloudTrailServiceException$ = [-3, _s, "CloudTrailServiceException", 0, [], []];
|
|
1839
|
+
TypeRegistry.for(_s).registerError(CloudTrailServiceException$, CloudTrailServiceException);
|
|
1840
|
+
var AdvancedEventSelectors = [1, n0, _AESd, 0, () => AdvancedEventSelector$];
|
|
1841
|
+
var AdvancedFieldSelectors = [1, n0, _AFSd, 0, () => AdvancedFieldSelector$];
|
|
1842
|
+
var AggregationConfigurations = [1, n0, _ACg, 0, () => AggregationConfiguration$];
|
|
1843
|
+
var Channels = [1, n0, _Ch, 0, () => Channel$];
|
|
1844
|
+
var ContextKeySelectors = [1, n0, _CKSo, 0, () => ContextKeySelector$];
|
|
1845
|
+
var Dashboards = [1, n0, _Da, 0, () => DashboardDetail$];
|
|
1846
|
+
var DataResources = [1, n0, _DRa, 0, () => DataResource$];
|
|
1847
|
+
var DataResourceValues = 64 | 0;
|
|
1848
|
+
var Destinations = [1, n0, _D, 0, () => Destination$];
|
|
1849
|
+
var EventDataStoreList = 64 | 0;
|
|
1850
|
+
var EventDataStores = [1, n0, _EDSv, 0, () => EventDataStore$];
|
|
1851
|
+
var EventSelectors = [1, n0, _ESve, 0, () => EventSelector$];
|
|
1852
|
+
var EventsList = [1, n0, _EL, 0, () => Event$];
|
|
1853
|
+
var ExcludeManagementEventSources = 64 | 0;
|
|
1854
|
+
var ImportDestinations = 64 | 0;
|
|
1855
|
+
var ImportFailureList = [1, n0, _IFL, 0, () => ImportFailureListItem$];
|
|
1856
|
+
var ImportsList = [1, n0, _ILm, 0, () => ImportsListItem$];
|
|
1857
|
+
var InsightSelectors = [1, n0, _ISn, 0, () => InsightSelector$];
|
|
1858
|
+
var InsightsMetricValues = 64 | 1;
|
|
1859
|
+
var LookupAttributesList = [1, n0, _LAL, 0, () => LookupAttribute$];
|
|
1860
|
+
var Operator = 64 | 0;
|
|
1861
|
+
var OperatorTargetList = 64 | 0;
|
|
1862
|
+
var PartitionKeyList = [1, n0, _PKLa, 0, () => PartitionKey$];
|
|
1863
|
+
var PublicKeyList = [1, n0, _PKL, 0, () => PublicKey$];
|
|
1864
|
+
var Queries = [1, n0, _Q, 0, () => Query$];
|
|
1865
|
+
var QueryParameters = 64 | 0;
|
|
1866
|
+
var QueryResultRow = [1, n0, _QRRu, 0, 128 | 0];
|
|
1867
|
+
var QueryResultRows = [1, n0, _QRR, 0, [1, n0, _QRRu, 0, 128 | 0]];
|
|
1868
|
+
var RequestWidgetList = [1, n0, _RWL, 0, () => RequestWidget$];
|
|
1869
|
+
var ResourceIdList = 64 | 0;
|
|
1870
|
+
var ResourceList = [1, n0, _RL, 0, () => Resource$];
|
|
1871
|
+
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
|
|
1872
|
+
var SearchSampleQueriesSearchResults = [1, n0, _SSQSRe, 0, () => SearchSampleQueriesSearchResult$];
|
|
1873
|
+
var SourceEventCategories = 64 | 0;
|
|
1874
|
+
var TagsList = [1, n0, _TL, 0, () => Tag$];
|
|
1875
|
+
var Templates = 64 | 0;
|
|
1876
|
+
var Timestamps = 64 | 4;
|
|
1877
|
+
var TrailList = [1, n0, _TLr, 0, () => Trail$];
|
|
1878
|
+
var TrailNameList = 64 | 0;
|
|
1879
|
+
var Trails = [1, n0, _Tra, 0, () => TrailInfo$];
|
|
1880
|
+
var WidgetList = [1, n0, _WL, 0, () => Widget$];
|
|
1881
|
+
var ListInsightsDataDimensions = 128 | 0;
|
|
1882
|
+
var QueryParameterValues = 128 | 0;
|
|
1883
|
+
var QueryResultColumn = 128 | 0;
|
|
1884
|
+
var ViewPropertiesMap = 128 | 0;
|
|
1885
|
+
export var AddTags$ = [9, n0, _AT, 2, () => AddTagsRequest$, () => AddTagsResponse$];
|
|
1886
|
+
export var CancelQuery$ = [9, n0, _CQ, 2, () => CancelQueryRequest$, () => CancelQueryResponse$];
|
|
1887
|
+
export var CreateChannel$ = [
|
|
1894
1888
|
9,
|
|
1895
1889
|
n0,
|
|
1896
1890
|
_CC,
|
|
1897
1891
|
0,
|
|
1898
|
-
() => CreateChannelRequest
|
|
1899
|
-
() => CreateChannelResponse
|
|
1892
|
+
() => CreateChannelRequest$,
|
|
1893
|
+
() => CreateChannelResponse$,
|
|
1900
1894
|
];
|
|
1901
|
-
export var CreateDashboard = [
|
|
1895
|
+
export var CreateDashboard$ = [
|
|
1902
1896
|
9,
|
|
1903
1897
|
n0,
|
|
1904
1898
|
_CD,
|
|
1905
1899
|
2,
|
|
1906
|
-
() => CreateDashboardRequest
|
|
1907
|
-
() => CreateDashboardResponse
|
|
1900
|
+
() => CreateDashboardRequest$,
|
|
1901
|
+
() => CreateDashboardResponse$,
|
|
1908
1902
|
];
|
|
1909
|
-
export var CreateEventDataStore = [
|
|
1903
|
+
export var CreateEventDataStore$ = [
|
|
1910
1904
|
9,
|
|
1911
1905
|
n0,
|
|
1912
1906
|
_CEDS,
|
|
1913
1907
|
0,
|
|
1914
|
-
() => CreateEventDataStoreRequest
|
|
1915
|
-
() => CreateEventDataStoreResponse
|
|
1908
|
+
() => CreateEventDataStoreRequest$,
|
|
1909
|
+
() => CreateEventDataStoreResponse$,
|
|
1916
1910
|
];
|
|
1917
|
-
export var CreateTrail = [
|
|
1918
|
-
|
|
1911
|
+
export var CreateTrail$ = [
|
|
1912
|
+
9,
|
|
1913
|
+
n0,
|
|
1914
|
+
_CTre,
|
|
1915
|
+
2,
|
|
1916
|
+
() => CreateTrailRequest$,
|
|
1917
|
+
() => CreateTrailResponse$,
|
|
1918
|
+
];
|
|
1919
|
+
export var DeleteChannel$ = [
|
|
1919
1920
|
9,
|
|
1920
1921
|
n0,
|
|
1921
1922
|
_DC,
|
|
1922
1923
|
0,
|
|
1923
|
-
() => DeleteChannelRequest
|
|
1924
|
-
() => DeleteChannelResponse
|
|
1924
|
+
() => DeleteChannelRequest$,
|
|
1925
|
+
() => DeleteChannelResponse$,
|
|
1925
1926
|
];
|
|
1926
|
-
export var DeleteDashboard = [
|
|
1927
|
+
export var DeleteDashboard$ = [
|
|
1927
1928
|
9,
|
|
1928
1929
|
n0,
|
|
1929
1930
|
_DDe,
|
|
1930
1931
|
2,
|
|
1931
|
-
() => DeleteDashboardRequest
|
|
1932
|
-
() => DeleteDashboardResponse
|
|
1932
|
+
() => DeleteDashboardRequest$,
|
|
1933
|
+
() => DeleteDashboardResponse$,
|
|
1933
1934
|
];
|
|
1934
|
-
export var DeleteEventDataStore = [
|
|
1935
|
+
export var DeleteEventDataStore$ = [
|
|
1935
1936
|
9,
|
|
1936
1937
|
n0,
|
|
1937
1938
|
_DEDS,
|
|
1938
1939
|
0,
|
|
1939
|
-
() => DeleteEventDataStoreRequest
|
|
1940
|
-
() => DeleteEventDataStoreResponse
|
|
1940
|
+
() => DeleteEventDataStoreRequest$,
|
|
1941
|
+
() => DeleteEventDataStoreResponse$,
|
|
1941
1942
|
];
|
|
1942
|
-
export var DeleteResourcePolicy = [
|
|
1943
|
+
export var DeleteResourcePolicy$ = [
|
|
1943
1944
|
9,
|
|
1944
1945
|
n0,
|
|
1945
1946
|
_DRP,
|
|
1946
1947
|
2,
|
|
1947
|
-
() => DeleteResourcePolicyRequest
|
|
1948
|
-
() => DeleteResourcePolicyResponse
|
|
1948
|
+
() => DeleteResourcePolicyRequest$,
|
|
1949
|
+
() => DeleteResourcePolicyResponse$,
|
|
1950
|
+
];
|
|
1951
|
+
export var DeleteTrail$ = [
|
|
1952
|
+
9,
|
|
1953
|
+
n0,
|
|
1954
|
+
_DTe,
|
|
1955
|
+
2,
|
|
1956
|
+
() => DeleteTrailRequest$,
|
|
1957
|
+
() => DeleteTrailResponse$,
|
|
1949
1958
|
];
|
|
1950
|
-
export var
|
|
1951
|
-
export var DeregisterOrganizationDelegatedAdmin = [
|
|
1959
|
+
export var DeregisterOrganizationDelegatedAdmin$ = [
|
|
1952
1960
|
9,
|
|
1953
1961
|
n0,
|
|
1954
1962
|
_DODA,
|
|
1955
1963
|
2,
|
|
1956
|
-
() => DeregisterOrganizationDelegatedAdminRequest
|
|
1957
|
-
() => DeregisterOrganizationDelegatedAdminResponse
|
|
1964
|
+
() => DeregisterOrganizationDelegatedAdminRequest$,
|
|
1965
|
+
() => DeregisterOrganizationDelegatedAdminResponse$,
|
|
1958
1966
|
];
|
|
1959
|
-
export var DescribeQuery = [
|
|
1967
|
+
export var DescribeQuery$ = [
|
|
1960
1968
|
9,
|
|
1961
1969
|
n0,
|
|
1962
1970
|
_DQ,
|
|
1963
1971
|
2,
|
|
1964
|
-
() => DescribeQueryRequest
|
|
1965
|
-
() => DescribeQueryResponse
|
|
1972
|
+
() => DescribeQueryRequest$,
|
|
1973
|
+
() => DescribeQueryResponse$,
|
|
1966
1974
|
];
|
|
1967
|
-
export var DescribeTrails = [
|
|
1975
|
+
export var DescribeTrails$ = [
|
|
1968
1976
|
9,
|
|
1969
1977
|
n0,
|
|
1970
1978
|
_DTes,
|
|
1971
1979
|
2,
|
|
1972
|
-
() => DescribeTrailsRequest
|
|
1973
|
-
() => DescribeTrailsResponse
|
|
1980
|
+
() => DescribeTrailsRequest$,
|
|
1981
|
+
() => DescribeTrailsResponse$,
|
|
1974
1982
|
];
|
|
1975
|
-
export var DisableFederation = [
|
|
1983
|
+
export var DisableFederation$ = [
|
|
1976
1984
|
9,
|
|
1977
1985
|
n0,
|
|
1978
1986
|
_DF,
|
|
1979
1987
|
0,
|
|
1980
|
-
() => DisableFederationRequest
|
|
1981
|
-
() => DisableFederationResponse
|
|
1988
|
+
() => DisableFederationRequest$,
|
|
1989
|
+
() => DisableFederationResponse$,
|
|
1982
1990
|
];
|
|
1983
|
-
export var EnableFederation = [
|
|
1991
|
+
export var EnableFederation$ = [
|
|
1984
1992
|
9,
|
|
1985
1993
|
n0,
|
|
1986
1994
|
_EF,
|
|
1987
1995
|
0,
|
|
1988
|
-
() => EnableFederationRequest
|
|
1989
|
-
() => EnableFederationResponse
|
|
1996
|
+
() => EnableFederationRequest$,
|
|
1997
|
+
() => EnableFederationResponse$,
|
|
1990
1998
|
];
|
|
1991
|
-
export var GenerateQuery = [
|
|
1999
|
+
export var GenerateQuery$ = [
|
|
1992
2000
|
9,
|
|
1993
2001
|
n0,
|
|
1994
2002
|
_GQ,
|
|
1995
2003
|
2,
|
|
1996
|
-
() => GenerateQueryRequest
|
|
1997
|
-
() => GenerateQueryResponse
|
|
2004
|
+
() => GenerateQueryRequest$,
|
|
2005
|
+
() => GenerateQueryResponse$,
|
|
1998
2006
|
];
|
|
1999
|
-
export var GetChannel = [9, n0, _GC, 2, () => GetChannelRequest
|
|
2000
|
-
export var GetDashboard = [
|
|
2001
|
-
|
|
2007
|
+
export var GetChannel$ = [9, n0, _GC, 2, () => GetChannelRequest$, () => GetChannelResponse$];
|
|
2008
|
+
export var GetDashboard$ = [
|
|
2009
|
+
9,
|
|
2010
|
+
n0,
|
|
2011
|
+
_GD,
|
|
2012
|
+
2,
|
|
2013
|
+
() => GetDashboardRequest$,
|
|
2014
|
+
() => GetDashboardResponse$,
|
|
2015
|
+
];
|
|
2016
|
+
export var GetEventConfiguration$ = [
|
|
2002
2017
|
9,
|
|
2003
2018
|
n0,
|
|
2004
2019
|
_GEC,
|
|
2005
2020
|
2,
|
|
2006
|
-
() => GetEventConfigurationRequest
|
|
2007
|
-
() => GetEventConfigurationResponse
|
|
2021
|
+
() => GetEventConfigurationRequest$,
|
|
2022
|
+
() => GetEventConfigurationResponse$,
|
|
2008
2023
|
];
|
|
2009
|
-
export var GetEventDataStore = [
|
|
2024
|
+
export var GetEventDataStore$ = [
|
|
2010
2025
|
9,
|
|
2011
2026
|
n0,
|
|
2012
2027
|
_GEDS,
|
|
2013
2028
|
2,
|
|
2014
|
-
() => GetEventDataStoreRequest
|
|
2015
|
-
() => GetEventDataStoreResponse
|
|
2029
|
+
() => GetEventDataStoreRequest$,
|
|
2030
|
+
() => GetEventDataStoreResponse$,
|
|
2016
2031
|
];
|
|
2017
|
-
export var GetEventSelectors = [
|
|
2032
|
+
export var GetEventSelectors$ = [
|
|
2018
2033
|
9,
|
|
2019
2034
|
n0,
|
|
2020
2035
|
_GES,
|
|
2021
2036
|
2,
|
|
2022
|
-
() => GetEventSelectorsRequest
|
|
2023
|
-
() => GetEventSelectorsResponse
|
|
2037
|
+
() => GetEventSelectorsRequest$,
|
|
2038
|
+
() => GetEventSelectorsResponse$,
|
|
2024
2039
|
];
|
|
2025
|
-
export var GetImport = [9, n0, _GI, 0, () => GetImportRequest
|
|
2026
|
-
export var GetInsightSelectors = [
|
|
2040
|
+
export var GetImport$ = [9, n0, _GI, 0, () => GetImportRequest$, () => GetImportResponse$];
|
|
2041
|
+
export var GetInsightSelectors$ = [
|
|
2027
2042
|
9,
|
|
2028
2043
|
n0,
|
|
2029
2044
|
_GIS,
|
|
2030
2045
|
2,
|
|
2031
|
-
() => GetInsightSelectorsRequest
|
|
2032
|
-
() => GetInsightSelectorsResponse
|
|
2046
|
+
() => GetInsightSelectorsRequest$,
|
|
2047
|
+
() => GetInsightSelectorsResponse$,
|
|
2033
2048
|
];
|
|
2034
|
-
export var GetQueryResults = [
|
|
2049
|
+
export var GetQueryResults$ = [
|
|
2035
2050
|
9,
|
|
2036
2051
|
n0,
|
|
2037
2052
|
_GQRet,
|
|
2038
2053
|
0,
|
|
2039
|
-
() => GetQueryResultsRequest
|
|
2040
|
-
() => GetQueryResultsResponse
|
|
2054
|
+
() => GetQueryResultsRequest$,
|
|
2055
|
+
() => GetQueryResultsResponse$,
|
|
2041
2056
|
];
|
|
2042
|
-
export var GetResourcePolicy = [
|
|
2057
|
+
export var GetResourcePolicy$ = [
|
|
2043
2058
|
9,
|
|
2044
2059
|
n0,
|
|
2045
2060
|
_GRP,
|
|
2046
2061
|
2,
|
|
2047
|
-
() => GetResourcePolicyRequest
|
|
2048
|
-
() => GetResourcePolicyResponse
|
|
2062
|
+
() => GetResourcePolicyRequest$,
|
|
2063
|
+
() => GetResourcePolicyResponse$,
|
|
2049
2064
|
];
|
|
2050
|
-
export var GetTrail = [9, n0, _GT, 2, () => GetTrailRequest
|
|
2051
|
-
export var GetTrailStatus = [
|
|
2065
|
+
export var GetTrail$ = [9, n0, _GT, 2, () => GetTrailRequest$, () => GetTrailResponse$];
|
|
2066
|
+
export var GetTrailStatus$ = [
|
|
2052
2067
|
9,
|
|
2053
2068
|
n0,
|
|
2054
2069
|
_GTS,
|
|
2055
2070
|
2,
|
|
2056
|
-
() => GetTrailStatusRequest
|
|
2057
|
-
() => GetTrailStatusResponse
|
|
2071
|
+
() => GetTrailStatusRequest$,
|
|
2072
|
+
() => GetTrailStatusResponse$,
|
|
2058
2073
|
];
|
|
2059
|
-
export var ListChannels = [
|
|
2060
|
-
|
|
2074
|
+
export var ListChannels$ = [
|
|
2075
|
+
9,
|
|
2076
|
+
n0,
|
|
2077
|
+
_LC,
|
|
2078
|
+
2,
|
|
2079
|
+
() => ListChannelsRequest$,
|
|
2080
|
+
() => ListChannelsResponse$,
|
|
2081
|
+
];
|
|
2082
|
+
export var ListDashboards$ = [
|
|
2061
2083
|
9,
|
|
2062
2084
|
n0,
|
|
2063
2085
|
_LD,
|
|
2064
2086
|
2,
|
|
2065
|
-
() => ListDashboardsRequest
|
|
2066
|
-
() => ListDashboardsResponse
|
|
2087
|
+
() => ListDashboardsRequest$,
|
|
2088
|
+
() => ListDashboardsResponse$,
|
|
2067
2089
|
];
|
|
2068
|
-
export var ListEventDataStores = [
|
|
2090
|
+
export var ListEventDataStores$ = [
|
|
2069
2091
|
9,
|
|
2070
2092
|
n0,
|
|
2071
2093
|
_LEDS,
|
|
2072
2094
|
2,
|
|
2073
|
-
() => ListEventDataStoresRequest
|
|
2074
|
-
() => ListEventDataStoresResponse
|
|
2095
|
+
() => ListEventDataStoresRequest$,
|
|
2096
|
+
() => ListEventDataStoresResponse$,
|
|
2075
2097
|
];
|
|
2076
|
-
export var ListImportFailures = [
|
|
2098
|
+
export var ListImportFailures$ = [
|
|
2077
2099
|
9,
|
|
2078
2100
|
n0,
|
|
2079
2101
|
_LIF,
|
|
2080
2102
|
2,
|
|
2081
|
-
() => ListImportFailuresRequest
|
|
2082
|
-
() => ListImportFailuresResponse
|
|
2103
|
+
() => ListImportFailuresRequest$,
|
|
2104
|
+
() => ListImportFailuresResponse$,
|
|
2083
2105
|
];
|
|
2084
|
-
export var ListImports = [9, n0, _LI, 2, () => ListImportsRequest
|
|
2085
|
-
export var ListInsightsData = [
|
|
2106
|
+
export var ListImports$ = [9, n0, _LI, 2, () => ListImportsRequest$, () => ListImportsResponse$];
|
|
2107
|
+
export var ListInsightsData$ = [
|
|
2086
2108
|
9,
|
|
2087
2109
|
n0,
|
|
2088
2110
|
_LID,
|
|
2089
2111
|
2,
|
|
2090
|
-
() => ListInsightsDataRequest
|
|
2091
|
-
() => ListInsightsDataResponse
|
|
2112
|
+
() => ListInsightsDataRequest$,
|
|
2113
|
+
() => ListInsightsDataResponse$,
|
|
2092
2114
|
];
|
|
2093
|
-
export var ListInsightsMetricData = [
|
|
2115
|
+
export var ListInsightsMetricData$ = [
|
|
2094
2116
|
9,
|
|
2095
2117
|
n0,
|
|
2096
2118
|
_LIMD,
|
|
2097
2119
|
2,
|
|
2098
|
-
() => ListInsightsMetricDataRequest
|
|
2099
|
-
() => ListInsightsMetricDataResponse
|
|
2120
|
+
() => ListInsightsMetricDataRequest$,
|
|
2121
|
+
() => ListInsightsMetricDataResponse$,
|
|
2100
2122
|
];
|
|
2101
|
-
export var ListPublicKeys = [
|
|
2123
|
+
export var ListPublicKeys$ = [
|
|
2102
2124
|
9,
|
|
2103
2125
|
n0,
|
|
2104
2126
|
_LPK,
|
|
2105
2127
|
2,
|
|
2106
|
-
() => ListPublicKeysRequest
|
|
2107
|
-
() => ListPublicKeysResponse
|
|
2108
|
-
];
|
|
2109
|
-
export var ListQueries = [9, n0, _LQ, 2, () => ListQueriesRequest
|
|
2110
|
-
export var ListTags = [9, n0, _LT, 2, () => ListTagsRequest
|
|
2111
|
-
export var ListTrails = [9, n0, _LTi, 2, () => ListTrailsRequest
|
|
2112
|
-
export var LookupEvents = [
|
|
2113
|
-
|
|
2128
|
+
() => ListPublicKeysRequest$,
|
|
2129
|
+
() => ListPublicKeysResponse$,
|
|
2130
|
+
];
|
|
2131
|
+
export var ListQueries$ = [9, n0, _LQ, 2, () => ListQueriesRequest$, () => ListQueriesResponse$];
|
|
2132
|
+
export var ListTags$ = [9, n0, _LT, 2, () => ListTagsRequest$, () => ListTagsResponse$];
|
|
2133
|
+
export var ListTrails$ = [9, n0, _LTi, 2, () => ListTrailsRequest$, () => ListTrailsResponse$];
|
|
2134
|
+
export var LookupEvents$ = [
|
|
2135
|
+
9,
|
|
2136
|
+
n0,
|
|
2137
|
+
_LE,
|
|
2138
|
+
2,
|
|
2139
|
+
() => LookupEventsRequest$,
|
|
2140
|
+
() => LookupEventsResponse$,
|
|
2141
|
+
];
|
|
2142
|
+
export var PutEventConfiguration$ = [
|
|
2114
2143
|
9,
|
|
2115
2144
|
n0,
|
|
2116
2145
|
_PEC,
|
|
2117
2146
|
2,
|
|
2118
|
-
() => PutEventConfigurationRequest
|
|
2119
|
-
() => PutEventConfigurationResponse
|
|
2147
|
+
() => PutEventConfigurationRequest$,
|
|
2148
|
+
() => PutEventConfigurationResponse$,
|
|
2120
2149
|
];
|
|
2121
|
-
export var PutEventSelectors = [
|
|
2150
|
+
export var PutEventSelectors$ = [
|
|
2122
2151
|
9,
|
|
2123
2152
|
n0,
|
|
2124
2153
|
_PES,
|
|
2125
2154
|
2,
|
|
2126
|
-
() => PutEventSelectorsRequest
|
|
2127
|
-
() => PutEventSelectorsResponse
|
|
2155
|
+
() => PutEventSelectorsRequest$,
|
|
2156
|
+
() => PutEventSelectorsResponse$,
|
|
2128
2157
|
];
|
|
2129
|
-
export var PutInsightSelectors = [
|
|
2158
|
+
export var PutInsightSelectors$ = [
|
|
2130
2159
|
9,
|
|
2131
2160
|
n0,
|
|
2132
2161
|
_PIS,
|
|
2133
2162
|
2,
|
|
2134
|
-
() => PutInsightSelectorsRequest
|
|
2135
|
-
() => PutInsightSelectorsResponse
|
|
2163
|
+
() => PutInsightSelectorsRequest$,
|
|
2164
|
+
() => PutInsightSelectorsResponse$,
|
|
2136
2165
|
];
|
|
2137
|
-
export var PutResourcePolicy = [
|
|
2166
|
+
export var PutResourcePolicy$ = [
|
|
2138
2167
|
9,
|
|
2139
2168
|
n0,
|
|
2140
2169
|
_PRP,
|
|
2141
2170
|
2,
|
|
2142
|
-
() => PutResourcePolicyRequest
|
|
2143
|
-
() => PutResourcePolicyResponse
|
|
2171
|
+
() => PutResourcePolicyRequest$,
|
|
2172
|
+
() => PutResourcePolicyResponse$,
|
|
2144
2173
|
];
|
|
2145
|
-
export var RegisterOrganizationDelegatedAdmin = [
|
|
2174
|
+
export var RegisterOrganizationDelegatedAdmin$ = [
|
|
2146
2175
|
9,
|
|
2147
2176
|
n0,
|
|
2148
2177
|
_RODA,
|
|
2149
2178
|
2,
|
|
2150
|
-
() => RegisterOrganizationDelegatedAdminRequest
|
|
2151
|
-
() => RegisterOrganizationDelegatedAdminResponse
|
|
2179
|
+
() => RegisterOrganizationDelegatedAdminRequest$,
|
|
2180
|
+
() => RegisterOrganizationDelegatedAdminResponse$,
|
|
2152
2181
|
];
|
|
2153
|
-
export var RemoveTags = [9, n0, _RTem, 2, () => RemoveTagsRequest
|
|
2154
|
-
export var RestoreEventDataStore = [
|
|
2182
|
+
export var RemoveTags$ = [9, n0, _RTem, 2, () => RemoveTagsRequest$, () => RemoveTagsResponse$];
|
|
2183
|
+
export var RestoreEventDataStore$ = [
|
|
2155
2184
|
9,
|
|
2156
2185
|
n0,
|
|
2157
2186
|
_REDS,
|
|
2158
2187
|
0,
|
|
2159
|
-
() => RestoreEventDataStoreRequest
|
|
2160
|
-
() => RestoreEventDataStoreResponse
|
|
2188
|
+
() => RestoreEventDataStoreRequest$,
|
|
2189
|
+
() => RestoreEventDataStoreResponse$,
|
|
2161
2190
|
];
|
|
2162
|
-
export var SearchSampleQueries = [
|
|
2191
|
+
export var SearchSampleQueries$ = [
|
|
2163
2192
|
9,
|
|
2164
2193
|
n0,
|
|
2165
2194
|
_SSQ,
|
|
2166
2195
|
2,
|
|
2167
|
-
() => SearchSampleQueriesRequest
|
|
2168
|
-
() => SearchSampleQueriesResponse
|
|
2196
|
+
() => SearchSampleQueriesRequest$,
|
|
2197
|
+
() => SearchSampleQueriesResponse$,
|
|
2169
2198
|
];
|
|
2170
|
-
export var StartDashboardRefresh = [
|
|
2199
|
+
export var StartDashboardRefresh$ = [
|
|
2171
2200
|
9,
|
|
2172
2201
|
n0,
|
|
2173
2202
|
_SDR,
|
|
2174
2203
|
2,
|
|
2175
|
-
() => StartDashboardRefreshRequest
|
|
2176
|
-
() => StartDashboardRefreshResponse
|
|
2204
|
+
() => StartDashboardRefreshRequest$,
|
|
2205
|
+
() => StartDashboardRefreshResponse$,
|
|
2177
2206
|
];
|
|
2178
|
-
export var StartEventDataStoreIngestion = [
|
|
2207
|
+
export var StartEventDataStoreIngestion$ = [
|
|
2179
2208
|
9,
|
|
2180
2209
|
n0,
|
|
2181
2210
|
_SEDSI,
|
|
2182
2211
|
0,
|
|
2183
|
-
() => StartEventDataStoreIngestionRequest
|
|
2184
|
-
() => StartEventDataStoreIngestionResponse
|
|
2212
|
+
() => StartEventDataStoreIngestionRequest$,
|
|
2213
|
+
() => StartEventDataStoreIngestionResponse$,
|
|
2214
|
+
];
|
|
2215
|
+
export var StartImport$ = [
|
|
2216
|
+
9,
|
|
2217
|
+
n0,
|
|
2218
|
+
_SIt,
|
|
2219
|
+
0,
|
|
2220
|
+
() => StartImportRequest$,
|
|
2221
|
+
() => StartImportResponse$,
|
|
2222
|
+
];
|
|
2223
|
+
export var StartLogging$ = [
|
|
2224
|
+
9,
|
|
2225
|
+
n0,
|
|
2226
|
+
_SL,
|
|
2227
|
+
2,
|
|
2228
|
+
() => StartLoggingRequest$,
|
|
2229
|
+
() => StartLoggingResponse$,
|
|
2185
2230
|
];
|
|
2186
|
-
export var
|
|
2187
|
-
export var
|
|
2188
|
-
export var StartQuery = [9, n0, _SQ, 2, () => StartQueryRequest, () => StartQueryResponse];
|
|
2189
|
-
export var StopEventDataStoreIngestion = [
|
|
2231
|
+
export var StartQuery$ = [9, n0, _SQ, 2, () => StartQueryRequest$, () => StartQueryResponse$];
|
|
2232
|
+
export var StopEventDataStoreIngestion$ = [
|
|
2190
2233
|
9,
|
|
2191
2234
|
n0,
|
|
2192
2235
|
_SEDSIt,
|
|
2193
2236
|
0,
|
|
2194
|
-
() => StopEventDataStoreIngestionRequest
|
|
2195
|
-
() => StopEventDataStoreIngestionResponse
|
|
2237
|
+
() => StopEventDataStoreIngestionRequest$,
|
|
2238
|
+
() => StopEventDataStoreIngestionResponse$,
|
|
2239
|
+
];
|
|
2240
|
+
export var StopImport$ = [9, n0, _SIto, 0, () => StopImportRequest$, () => StopImportResponse$];
|
|
2241
|
+
export var StopLogging$ = [
|
|
2242
|
+
9,
|
|
2243
|
+
n0,
|
|
2244
|
+
_SLt,
|
|
2245
|
+
2,
|
|
2246
|
+
() => StopLoggingRequest$,
|
|
2247
|
+
() => StopLoggingResponse$,
|
|
2196
2248
|
];
|
|
2197
|
-
export var
|
|
2198
|
-
export var StopLogging = [9, n0, _SLt, 2, () => StopLoggingRequest, () => StopLoggingResponse];
|
|
2199
|
-
export var UpdateChannel = [
|
|
2249
|
+
export var UpdateChannel$ = [
|
|
2200
2250
|
9,
|
|
2201
2251
|
n0,
|
|
2202
2252
|
_UC,
|
|
2203
2253
|
2,
|
|
2204
|
-
() => UpdateChannelRequest
|
|
2205
|
-
() => UpdateChannelResponse
|
|
2254
|
+
() => UpdateChannelRequest$,
|
|
2255
|
+
() => UpdateChannelResponse$,
|
|
2206
2256
|
];
|
|
2207
|
-
export var UpdateDashboard = [
|
|
2257
|
+
export var UpdateDashboard$ = [
|
|
2208
2258
|
9,
|
|
2209
2259
|
n0,
|
|
2210
2260
|
_UD,
|
|
2211
2261
|
2,
|
|
2212
|
-
() => UpdateDashboardRequest
|
|
2213
|
-
() => UpdateDashboardResponse
|
|
2262
|
+
() => UpdateDashboardRequest$,
|
|
2263
|
+
() => UpdateDashboardResponse$,
|
|
2214
2264
|
];
|
|
2215
|
-
export var UpdateEventDataStore = [
|
|
2265
|
+
export var UpdateEventDataStore$ = [
|
|
2216
2266
|
9,
|
|
2217
2267
|
n0,
|
|
2218
2268
|
_UEDS,
|
|
2219
2269
|
2,
|
|
2220
|
-
() => UpdateEventDataStoreRequest
|
|
2221
|
-
() => UpdateEventDataStoreResponse
|
|
2270
|
+
() => UpdateEventDataStoreRequest$,
|
|
2271
|
+
() => UpdateEventDataStoreResponse$,
|
|
2272
|
+
];
|
|
2273
|
+
export var UpdateTrail$ = [
|
|
2274
|
+
9,
|
|
2275
|
+
n0,
|
|
2276
|
+
_UTp,
|
|
2277
|
+
2,
|
|
2278
|
+
() => UpdateTrailRequest$,
|
|
2279
|
+
() => UpdateTrailResponse$,
|
|
2222
2280
|
];
|
|
2223
|
-
export var UpdateTrail = [9, n0, _UTp, 2, () => UpdateTrailRequest, () => UpdateTrailResponse];
|