@aws-sdk/client-cloudtrail 3.332.0 → 3.337.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/models/models_0.js +29 -29
- package/dist-cjs/protocols/Aws_json1_1.js +22 -1
- package/dist-es/models/models_0.js +26 -26
- package/dist-es/protocols/Aws_json1_1.js +22 -1
- package/dist-types/CloudTrailClient.d.ts +3 -2
- package/dist-types/commands/AddTagsCommand.d.ts +8 -0
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrailCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrailCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +1 -1
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsCommand.d.ts +8 -0
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +13 -5
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +5 -0
- package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +8 -0
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +1 -1
- package/dist-types/commands/StartLoggingCommand.d.ts +1 -1
- package/dist-types/commands/StopLoggingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +2 -3
- package/dist-types/commands/UpdateTrailCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +172 -101
- package/dist-types/protocols/Aws_json1_1.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +12 -12
- package/dist-types/runtimeConfig.d.ts +9 -9
- package/dist-types/runtimeConfig.native.d.ts +13 -13
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/CloudTrailClient.d.ts +7 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +19 -19
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
- package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +30 -29
|
@@ -114,6 +114,23 @@ export interface AddTagsRequest {
|
|
|
114
114
|
*/
|
|
115
115
|
export interface AddTagsResponse {
|
|
116
116
|
}
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
* <p>This exception is thrown when the specified value of <code>ChannelARN</code> is not
|
|
120
|
+
* valid.</p>
|
|
121
|
+
*/
|
|
122
|
+
export declare class ChannelARNInvalidException extends __BaseException {
|
|
123
|
+
readonly name: "ChannelARNInvalidException";
|
|
124
|
+
readonly $fault: "client";
|
|
125
|
+
/**
|
|
126
|
+
* <p>Brief description of the exception returned by the request.</p>
|
|
127
|
+
*/
|
|
128
|
+
Message?: string;
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
132
|
+
constructor(opts: __ExceptionOptionType<ChannelARNInvalidException, __BaseException>);
|
|
133
|
+
}
|
|
117
134
|
/**
|
|
118
135
|
* @public
|
|
119
136
|
* <p>This exception is thrown when CloudTrail cannot find the specified channel.</p>
|
|
@@ -176,6 +193,23 @@ export declare class ConflictException extends __BaseException {
|
|
|
176
193
|
*/
|
|
177
194
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
178
195
|
}
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
* <p>The specified event data store ARN is not valid or does not map to an event data store
|
|
199
|
+
* in your account.</p>
|
|
200
|
+
*/
|
|
201
|
+
export declare class EventDataStoreARNInvalidException extends __BaseException {
|
|
202
|
+
readonly name: "EventDataStoreARNInvalidException";
|
|
203
|
+
readonly $fault: "client";
|
|
204
|
+
/**
|
|
205
|
+
* <p>Brief description of the exception returned by the request.</p>
|
|
206
|
+
*/
|
|
207
|
+
Message?: string;
|
|
208
|
+
/**
|
|
209
|
+
* @internal
|
|
210
|
+
*/
|
|
211
|
+
constructor(opts: __ExceptionOptionType<EventDataStoreARNInvalidException, __BaseException>);
|
|
212
|
+
}
|
|
179
213
|
/**
|
|
180
214
|
* @public
|
|
181
215
|
* <p>The specified event data store was not found.</p>
|
|
@@ -463,62 +497,62 @@ export interface AdvancedFieldSelector {
|
|
|
463
497
|
* <ul>
|
|
464
498
|
* <li>
|
|
465
499
|
* <p>
|
|
466
|
-
* <code>AWS::
|
|
500
|
+
* <code>AWS::DynamoDB::Table</code>
|
|
467
501
|
* </p>
|
|
468
502
|
* </li>
|
|
469
503
|
* <li>
|
|
470
504
|
* <p>
|
|
471
|
-
* <code>AWS::
|
|
505
|
+
* <code>AWS::Lambda::Function</code>
|
|
472
506
|
* </p>
|
|
473
507
|
* </li>
|
|
474
508
|
* <li>
|
|
475
509
|
* <p>
|
|
476
|
-
* <code>AWS::
|
|
510
|
+
* <code>AWS::S3::Object</code>
|
|
477
511
|
* </p>
|
|
478
512
|
* </li>
|
|
479
513
|
* <li>
|
|
480
514
|
* <p>
|
|
481
|
-
* <code>AWS::
|
|
515
|
+
* <code>AWS::CloudTrail::Channel</code>
|
|
482
516
|
* </p>
|
|
483
517
|
* </li>
|
|
484
518
|
* <li>
|
|
485
519
|
* <p>
|
|
486
|
-
* <code>AWS::
|
|
520
|
+
* <code>AWS::Cognito::IdentityPool</code>
|
|
487
521
|
* </p>
|
|
488
522
|
* </li>
|
|
489
523
|
* <li>
|
|
490
524
|
* <p>
|
|
491
|
-
* <code>AWS::
|
|
525
|
+
* <code>AWS::DynamoDB::Stream</code>
|
|
492
526
|
* </p>
|
|
493
527
|
* </li>
|
|
494
528
|
* <li>
|
|
495
529
|
* <p>
|
|
496
|
-
* <code>AWS::
|
|
530
|
+
* <code>AWS::EC2::Snapshot</code>
|
|
497
531
|
* </p>
|
|
498
532
|
* </li>
|
|
499
533
|
* <li>
|
|
500
534
|
* <p>
|
|
501
|
-
* <code>AWS::
|
|
535
|
+
* <code>AWS::FinSpace::Environment</code>
|
|
502
536
|
* </p>
|
|
503
537
|
* </li>
|
|
504
538
|
* <li>
|
|
505
539
|
* <p>
|
|
506
|
-
* <code>AWS::
|
|
540
|
+
* <code>AWS::Glue::Table</code>
|
|
507
541
|
* </p>
|
|
508
542
|
* </li>
|
|
509
543
|
* <li>
|
|
510
544
|
* <p>
|
|
511
|
-
* <code>AWS::
|
|
545
|
+
* <code>AWS::GuardDuty::Detector</code>
|
|
512
546
|
* </p>
|
|
513
547
|
* </li>
|
|
514
548
|
* <li>
|
|
515
549
|
* <p>
|
|
516
|
-
* <code>AWS::
|
|
550
|
+
* <code>AWS::KendraRanking::ExecutionPlan</code>
|
|
517
551
|
* </p>
|
|
518
552
|
* </li>
|
|
519
553
|
* <li>
|
|
520
554
|
* <p>
|
|
521
|
-
* <code>AWS::
|
|
555
|
+
* <code>AWS::ManagedBlockchain::Node</code>
|
|
522
556
|
* </p>
|
|
523
557
|
* </li>
|
|
524
558
|
* <li>
|
|
@@ -531,6 +565,21 @@ export interface AdvancedFieldSelector {
|
|
|
531
565
|
* <code>AWS::SageMaker::FeatureGroup</code>
|
|
532
566
|
* </p>
|
|
533
567
|
* </li>
|
|
568
|
+
* <li>
|
|
569
|
+
* <p>
|
|
570
|
+
* <code>AWS::S3::AccessPoint</code>
|
|
571
|
+
* </p>
|
|
572
|
+
* </li>
|
|
573
|
+
* <li>
|
|
574
|
+
* <p>
|
|
575
|
+
* <code>AWS::S3ObjectLambda::AccessPoint</code>
|
|
576
|
+
* </p>
|
|
577
|
+
* </li>
|
|
578
|
+
* <li>
|
|
579
|
+
* <p>
|
|
580
|
+
* <code>AWS::S3Outposts::Object</code>
|
|
581
|
+
* </p>
|
|
582
|
+
* </li>
|
|
534
583
|
* </ul>
|
|
535
584
|
* <p> You can have only one <code>resources.type</code> field per selector. To log data
|
|
536
585
|
* events on more than one resource type, add another selector.</p>
|
|
@@ -561,20 +610,13 @@ export interface AdvancedFieldSelector {
|
|
|
561
610
|
* </p>
|
|
562
611
|
* </li>
|
|
563
612
|
* </ul>
|
|
564
|
-
* <p>When
|
|
565
|
-
*
|
|
566
|
-
*
|
|
567
|
-
* recommend that you use only the access point ARN, don’t include the object path, and
|
|
568
|
-
* use the <code>StartsWith</code> or <code>NotStartsWith</code> operators.</p>
|
|
613
|
+
* <p>When resources.type equals <code>AWS::DynamoDB::Table</code>, and the operator is
|
|
614
|
+
* set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the
|
|
615
|
+
* following format:</p>
|
|
569
616
|
* <ul>
|
|
570
617
|
* <li>
|
|
571
618
|
* <p>
|
|
572
|
-
* <code>arn:<partition>:
|
|
573
|
-
* </p>
|
|
574
|
-
* </li>
|
|
575
|
-
* <li>
|
|
576
|
-
* <p>
|
|
577
|
-
* <code>arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name>/object/<object_path></code>
|
|
619
|
+
* <code>arn:<partition>:dynamodb:<region>:<account_ID>:table/<table_name></code>
|
|
578
620
|
* </p>
|
|
579
621
|
* </li>
|
|
580
622
|
* </ul>
|
|
@@ -588,94 +630,93 @@ export interface AdvancedFieldSelector {
|
|
|
588
630
|
* </p>
|
|
589
631
|
* </li>
|
|
590
632
|
* </ul>
|
|
591
|
-
* <p>When resources.type equals <code>AWS::
|
|
633
|
+
* <p>When resources.type equals <code>AWS::CloudTrail::Channel</code>, and the operator is
|
|
592
634
|
* set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the
|
|
593
635
|
* following format:</p>
|
|
594
636
|
* <ul>
|
|
595
637
|
* <li>
|
|
596
638
|
* <p>
|
|
597
|
-
* <code>arn:<partition>:
|
|
639
|
+
* <code>arn:<partition>:cloudtrail:<region>:<account_ID>:channel/<channel_UUID></code>
|
|
598
640
|
* </p>
|
|
599
641
|
* </li>
|
|
600
642
|
* </ul>
|
|
601
|
-
* <p>When resources.type equals <code>AWS::
|
|
643
|
+
* <p>When resources.type equals <code>AWS::Cognito::IdentityPool</code>, and the operator is
|
|
602
644
|
* set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the
|
|
603
645
|
* following format:</p>
|
|
604
646
|
* <ul>
|
|
605
647
|
* <li>
|
|
606
648
|
* <p>
|
|
607
|
-
* <code>arn:<partition>:
|
|
649
|
+
* <code>arn:<partition>:cognito-identity:<region>:<account_ID>:identitypool/<identity_pool_ID></code>
|
|
608
650
|
* </p>
|
|
609
651
|
* </li>
|
|
610
652
|
* </ul>
|
|
611
|
-
* <p>When <code>resources.type</code> equals <code>AWS::
|
|
653
|
+
* <p>When <code>resources.type</code> equals <code>AWS::DynamoDB::Stream</code>, and
|
|
612
654
|
* the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be
|
|
613
655
|
* in the following format:</p>
|
|
614
656
|
* <ul>
|
|
615
657
|
* <li>
|
|
616
658
|
* <p>
|
|
617
|
-
* <code>arn:<partition>:
|
|
659
|
+
* <code>arn:<partition>:dynamodb:<region>:<account_ID>:table/<table_name>/stream/<date_time></code>
|
|
618
660
|
* </p>
|
|
619
661
|
* </li>
|
|
620
662
|
* </ul>
|
|
621
|
-
* <p>When <code>resources.type</code> equals <code>AWS::
|
|
622
|
-
*
|
|
623
|
-
*
|
|
663
|
+
* <p>When <code>resources.type</code> equals <code>AWS::EC2::Snapshot</code>, and the
|
|
664
|
+
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
665
|
+
* the following format:</p>
|
|
624
666
|
* <ul>
|
|
625
667
|
* <li>
|
|
626
668
|
* <p>
|
|
627
|
-
* <code>arn:<partition>:
|
|
669
|
+
* <code>arn:<partition>:ec2:<region>::snapshot/<snapshot_ID></code>
|
|
628
670
|
* </p>
|
|
629
671
|
* </li>
|
|
630
672
|
* </ul>
|
|
631
|
-
* <p>When <code>resources.type</code> equals
|
|
632
|
-
*
|
|
633
|
-
*
|
|
634
|
-
* format:</p>
|
|
673
|
+
* <p>When <code>resources.type</code> equals <code>AWS::FinSpace::Environment</code>,
|
|
674
|
+
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
675
|
+
* must be in the following format:</p>
|
|
635
676
|
* <ul>
|
|
636
677
|
* <li>
|
|
637
678
|
* <p>
|
|
638
|
-
* <code>arn:<partition>:
|
|
679
|
+
* <code>arn:<partition>:finspace:<region>:<account_ID>:environment/<environment_ID></code>
|
|
639
680
|
* </p>
|
|
640
681
|
* </li>
|
|
641
682
|
* </ul>
|
|
642
|
-
* <p>When <code>resources.type</code> equals <code>AWS::
|
|
683
|
+
* <p>When <code>resources.type</code> equals <code>AWS::Glue::Table</code>, and the
|
|
643
684
|
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
644
685
|
* the following format:</p>
|
|
645
686
|
* <ul>
|
|
646
687
|
* <li>
|
|
647
688
|
* <p>
|
|
648
|
-
* <code>arn:<partition>:
|
|
689
|
+
* <code>arn:<partition>:glue:<region>:<account_ID>:table/<database_name>/<table_name></code>
|
|
649
690
|
* </p>
|
|
650
691
|
* </li>
|
|
651
692
|
* </ul>
|
|
652
|
-
* <p>When <code>resources.type</code> equals <code>AWS::
|
|
653
|
-
*
|
|
654
|
-
*
|
|
693
|
+
* <p>When <code>resources.type</code> equals <code>AWS::GuardDuty::Detector</code>, and the
|
|
694
|
+
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
695
|
+
* the following format:</p>
|
|
655
696
|
* <ul>
|
|
656
697
|
* <li>
|
|
657
698
|
* <p>
|
|
658
|
-
* <code>arn:<partition>:
|
|
699
|
+
* <code>arn:<partition>:guardduty:<region>:<account_ID>:detector/<detector_ID></code>
|
|
659
700
|
* </p>
|
|
660
701
|
* </li>
|
|
661
702
|
* </ul>
|
|
662
|
-
* <p>When <code>resources.type</code> equals <code>AWS::
|
|
703
|
+
* <p>When <code>resources.type</code> equals <code>AWS::KendraRanking::ExecutionPlan</code>, and the
|
|
663
704
|
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
664
705
|
* the following format:</p>
|
|
665
706
|
* <ul>
|
|
666
707
|
* <li>
|
|
667
708
|
* <p>
|
|
668
|
-
* <code>arn:<partition>:
|
|
709
|
+
* <code>arn:<partition>:kendra-ranking:<region>:<account_ID>:rescore-execution-plan/<rescore_execution_plan_ID></code>
|
|
669
710
|
* </p>
|
|
670
711
|
* </li>
|
|
671
712
|
* </ul>
|
|
672
|
-
* <p>When <code>resources.type</code> equals <code>AWS::
|
|
713
|
+
* <p>When <code>resources.type</code> equals <code>AWS::ManagedBlockchain::Node</code>,
|
|
673
714
|
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
674
715
|
* must be in the following format:</p>
|
|
675
716
|
* <ul>
|
|
676
717
|
* <li>
|
|
677
718
|
* <p>
|
|
678
|
-
* <code>arn:<partition>:
|
|
719
|
+
* <code>arn:<partition>:managedblockchain:<region>:<account_ID>:nodes/<node_ID></code>
|
|
679
720
|
* </p>
|
|
680
721
|
* </li>
|
|
681
722
|
* </ul>
|
|
@@ -697,6 +738,44 @@ export interface AdvancedFieldSelector {
|
|
|
697
738
|
* </p>
|
|
698
739
|
* </li>
|
|
699
740
|
* </ul>
|
|
741
|
+
* <p>When <code>resources.type</code> equals <code>AWS::S3::AccessPoint</code>, and the
|
|
742
|
+
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
743
|
+
* one of the following formats. To log events on all objects in an S3 access point, we
|
|
744
|
+
* recommend that you use only the access point ARN, don’t include the object path, and
|
|
745
|
+
* use the <code>StartsWith</code> or <code>NotStartsWith</code> operators.</p>
|
|
746
|
+
* <ul>
|
|
747
|
+
* <li>
|
|
748
|
+
* <p>
|
|
749
|
+
* <code>arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name></code>
|
|
750
|
+
* </p>
|
|
751
|
+
* </li>
|
|
752
|
+
* <li>
|
|
753
|
+
* <p>
|
|
754
|
+
* <code>arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name>/object/<object_path></code>
|
|
755
|
+
* </p>
|
|
756
|
+
* </li>
|
|
757
|
+
* </ul>
|
|
758
|
+
* <p>When <code>resources.type</code> equals
|
|
759
|
+
* <code>AWS::S3ObjectLambda::AccessPoint</code>, and the operator is set to
|
|
760
|
+
* <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the following
|
|
761
|
+
* format:</p>
|
|
762
|
+
* <ul>
|
|
763
|
+
* <li>
|
|
764
|
+
* <p>
|
|
765
|
+
* <code>arn:<partition>:s3-object-lambda:<region>:<account_ID>:accesspoint/<access_point_name></code>
|
|
766
|
+
* </p>
|
|
767
|
+
* </li>
|
|
768
|
+
* </ul>
|
|
769
|
+
* <p>When <code>resources.type</code> equals <code>AWS::S3Outposts::Object</code>, and
|
|
770
|
+
* the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be
|
|
771
|
+
* in the following format:</p>
|
|
772
|
+
* <ul>
|
|
773
|
+
* <li>
|
|
774
|
+
* <p>
|
|
775
|
+
* <code>arn:<partition>:s3-outposts:<region>:<account_ID>:<object_path></code>
|
|
776
|
+
* </p>
|
|
777
|
+
* </li>
|
|
778
|
+
* </ul>
|
|
700
779
|
* </li>
|
|
701
780
|
* </ul>
|
|
702
781
|
*/
|
|
@@ -738,7 +817,7 @@ export interface AdvancedFieldSelector {
|
|
|
738
817
|
* @public
|
|
739
818
|
* <p>Advanced event selectors let you create fine-grained selectors for the following CloudTrail event record fields. They help you control costs by logging only those
|
|
740
819
|
* events that are important to you. For more information about advanced event selectors, see
|
|
741
|
-
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html">Logging data events
|
|
820
|
+
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html">Logging data events</a> in the <i>CloudTrail User Guide</i>.</p>
|
|
742
821
|
* <ul>
|
|
743
822
|
* <li>
|
|
744
823
|
* <p>
|
|
@@ -831,23 +910,6 @@ export interface CancelQueryResponse {
|
|
|
831
910
|
*/
|
|
832
911
|
QueryStatus: QueryStatus | string | undefined;
|
|
833
912
|
}
|
|
834
|
-
/**
|
|
835
|
-
* @public
|
|
836
|
-
* <p>The specified event data store ARN is not valid or does not map to an event data store
|
|
837
|
-
* in your account.</p>
|
|
838
|
-
*/
|
|
839
|
-
export declare class EventDataStoreARNInvalidException extends __BaseException {
|
|
840
|
-
readonly name: "EventDataStoreARNInvalidException";
|
|
841
|
-
readonly $fault: "client";
|
|
842
|
-
/**
|
|
843
|
-
* <p>Brief description of the exception returned by the request.</p>
|
|
844
|
-
*/
|
|
845
|
-
Message?: string;
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
|
-
constructor(opts: __ExceptionOptionType<EventDataStoreARNInvalidException, __BaseException>);
|
|
850
|
-
}
|
|
851
913
|
/**
|
|
852
914
|
* @public
|
|
853
915
|
* <p>The specified query cannot be canceled because it is in the <code>FINISHED</code>,
|
|
@@ -950,23 +1012,6 @@ export declare class ChannelAlreadyExistsException extends __BaseException {
|
|
|
950
1012
|
*/
|
|
951
1013
|
constructor(opts: __ExceptionOptionType<ChannelAlreadyExistsException, __BaseException>);
|
|
952
1014
|
}
|
|
953
|
-
/**
|
|
954
|
-
* @public
|
|
955
|
-
* <p>This exception is thrown when the specified value of <code>ChannelARN</code> is not
|
|
956
|
-
* valid.</p>
|
|
957
|
-
*/
|
|
958
|
-
export declare class ChannelARNInvalidException extends __BaseException {
|
|
959
|
-
readonly name: "ChannelARNInvalidException";
|
|
960
|
-
readonly $fault: "client";
|
|
961
|
-
/**
|
|
962
|
-
* <p>Brief description of the exception returned by the request.</p>
|
|
963
|
-
*/
|
|
964
|
-
Message?: string;
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
|
-
constructor(opts: __ExceptionOptionType<ChannelARNInvalidException, __BaseException>);
|
|
969
|
-
}
|
|
970
1015
|
/**
|
|
971
1016
|
* @public
|
|
972
1017
|
* <p>This exception is thrown when the specified event data store cannot yet be deleted because it
|
|
@@ -1324,7 +1369,7 @@ export declare class EventDataStoreMaxLimitExceededException extends __BaseExcep
|
|
|
1324
1369
|
}
|
|
1325
1370
|
/**
|
|
1326
1371
|
* @public
|
|
1327
|
-
* <p>This exception is thrown when the IAM
|
|
1372
|
+
* <p>This exception is thrown when the IAM identity that is used to create
|
|
1328
1373
|
* the organization resource lacks one or more required permissions for creating an
|
|
1329
1374
|
* organization resource in a required service.</p>
|
|
1330
1375
|
*/
|
|
@@ -2271,8 +2316,9 @@ export interface DescribeTrailsRequest {
|
|
|
2271
2316
|
* </ul>
|
|
2272
2317
|
* <note>
|
|
2273
2318
|
* <p>If one or more trail names are specified, information is returned only if the names
|
|
2274
|
-
* match the names of trails belonging only to the current region and current account. To
|
|
2275
|
-
* about a trail in another region, you must specify its trail
|
|
2319
|
+
* match the names of trails belonging only to the current region and current account. To
|
|
2320
|
+
* return information about a trail in another region, you must specify its trail
|
|
2321
|
+
* ARN.</p>
|
|
2276
2322
|
* </note>
|
|
2277
2323
|
*/
|
|
2278
2324
|
trailNameList?: string[];
|
|
@@ -2651,7 +2697,7 @@ export interface DataResource {
|
|
|
2651
2697
|
* <ul>
|
|
2652
2698
|
* <li>
|
|
2653
2699
|
* <p>
|
|
2654
|
-
* <code>AWS::
|
|
2700
|
+
* <code>AWS::DynamoDB::Table</code>
|
|
2655
2701
|
* </p>
|
|
2656
2702
|
* </li>
|
|
2657
2703
|
* <li>
|
|
@@ -2661,7 +2707,7 @@ export interface DataResource {
|
|
|
2661
2707
|
* </li>
|
|
2662
2708
|
* <li>
|
|
2663
2709
|
* <p>
|
|
2664
|
-
* <code>AWS::
|
|
2710
|
+
* <code>AWS::S3::Object</code>
|
|
2665
2711
|
* </p>
|
|
2666
2712
|
* </li>
|
|
2667
2713
|
* </ul>
|
|
@@ -2677,42 +2723,42 @@ export interface DataResource {
|
|
|
2677
2723
|
* </li>
|
|
2678
2724
|
* <li>
|
|
2679
2725
|
* <p>
|
|
2680
|
-
* <code>AWS::
|
|
2726
|
+
* <code>AWS::Cognito::IdentityPool</code>
|
|
2681
2727
|
* </p>
|
|
2682
2728
|
* </li>
|
|
2683
2729
|
* <li>
|
|
2684
2730
|
* <p>
|
|
2685
|
-
* <code>AWS::
|
|
2731
|
+
* <code>AWS::DynamoDB::Stream</code>
|
|
2686
2732
|
* </p>
|
|
2687
2733
|
* </li>
|
|
2688
2734
|
* <li>
|
|
2689
2735
|
* <p>
|
|
2690
|
-
* <code>AWS::
|
|
2736
|
+
* <code>AWS::EC2::Snapshot</code>
|
|
2691
2737
|
* </p>
|
|
2692
2738
|
* </li>
|
|
2693
2739
|
* <li>
|
|
2694
2740
|
* <p>
|
|
2695
|
-
* <code>AWS::
|
|
2741
|
+
* <code>AWS::FinSpace::Environment</code>
|
|
2696
2742
|
* </p>
|
|
2697
2743
|
* </li>
|
|
2698
2744
|
* <li>
|
|
2699
2745
|
* <p>
|
|
2700
|
-
* <code>AWS::
|
|
2746
|
+
* <code>AWS::Glue::Table</code>
|
|
2701
2747
|
* </p>
|
|
2702
2748
|
* </li>
|
|
2703
2749
|
* <li>
|
|
2704
2750
|
* <p>
|
|
2705
|
-
* <code>AWS::
|
|
2751
|
+
* <code>AWS::GuardDuty::Detector</code>
|
|
2706
2752
|
* </p>
|
|
2707
2753
|
* </li>
|
|
2708
2754
|
* <li>
|
|
2709
2755
|
* <p>
|
|
2710
|
-
* <code>AWS::
|
|
2756
|
+
* <code>AWS::KendraRanking::ExecutionPlan</code>
|
|
2711
2757
|
* </p>
|
|
2712
2758
|
* </li>
|
|
2713
2759
|
* <li>
|
|
2714
2760
|
* <p>
|
|
2715
|
-
* <code>AWS::
|
|
2761
|
+
* <code>AWS::ManagedBlockchain::Node</code>
|
|
2716
2762
|
* </p>
|
|
2717
2763
|
* </li>
|
|
2718
2764
|
* <li>
|
|
@@ -2725,6 +2771,21 @@ export interface DataResource {
|
|
|
2725
2771
|
* <code>AWS::SageMaker::FeatureGroup</code>
|
|
2726
2772
|
* </p>
|
|
2727
2773
|
* </li>
|
|
2774
|
+
* <li>
|
|
2775
|
+
* <p>
|
|
2776
|
+
* <code>AWS::S3::AccessPoint</code>
|
|
2777
|
+
* </p>
|
|
2778
|
+
* </li>
|
|
2779
|
+
* <li>
|
|
2780
|
+
* <p>
|
|
2781
|
+
* <code>AWS::S3ObjectLambda::AccessPoint</code>
|
|
2782
|
+
* </p>
|
|
2783
|
+
* </li>
|
|
2784
|
+
* <li>
|
|
2785
|
+
* <p>
|
|
2786
|
+
* <code>AWS::S3Outposts::Object</code>
|
|
2787
|
+
* </p>
|
|
2788
|
+
* </li>
|
|
2728
2789
|
* </ul>
|
|
2729
2790
|
*/
|
|
2730
2791
|
Type?: string;
|
|
@@ -3050,12 +3111,17 @@ export declare const InsightType: {
|
|
|
3050
3111
|
export type InsightType = (typeof InsightType)[keyof typeof InsightType];
|
|
3051
3112
|
/**
|
|
3052
3113
|
* @public
|
|
3053
|
-
* <p>A JSON string that contains a list of
|
|
3114
|
+
* <p>A JSON string that contains a list of Insights types that are logged on a trail.</p>
|
|
3054
3115
|
*/
|
|
3055
3116
|
export interface InsightSelector {
|
|
3056
3117
|
/**
|
|
3057
|
-
* <p>The type of
|
|
3058
|
-
* <code>ApiErrorRateInsight</code> are valid
|
|
3118
|
+
* <p>The type of Insights events to log on a trail. <code>ApiCallRateInsight</code> and
|
|
3119
|
+
* <code>ApiErrorRateInsight</code> are valid Insight types.</p>
|
|
3120
|
+
* <p>The <code>ApiCallRateInsight</code> Insights type analyzes write-only
|
|
3121
|
+
* management API calls that are aggregated per minute against a baseline API call volume.</p>
|
|
3122
|
+
* <p>The <code>ApiErrorRateInsight</code> Insights type analyzes management
|
|
3123
|
+
* API calls that result in error codes. The error is shown if the API call is
|
|
3124
|
+
* unsuccessful.</p>
|
|
3059
3125
|
*/
|
|
3060
3126
|
InsightType?: InsightType | string;
|
|
3061
3127
|
}
|
|
@@ -4158,7 +4224,7 @@ export interface PutEventSelectorsRequest {
|
|
|
4158
4224
|
* <code>AdvancedEventSelectors</code> or <code>EventSelectors</code>, but not both. If you
|
|
4159
4225
|
* apply <code>AdvancedEventSelectors</code> to a trail, any existing
|
|
4160
4226
|
* <code>EventSelectors</code> are overwritten. For more information about advanced event
|
|
4161
|
-
* selectors, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html">Logging data events
|
|
4227
|
+
* selectors, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html">Logging data events</a> in the <i>CloudTrail User Guide</i>. </p>
|
|
4162
4228
|
*/
|
|
4163
4229
|
AdvancedEventSelectors?: AdvancedEventSelector[];
|
|
4164
4230
|
}
|
|
@@ -4213,8 +4279,13 @@ export interface PutInsightSelectorsRequest {
|
|
|
4213
4279
|
TrailName: string | undefined;
|
|
4214
4280
|
/**
|
|
4215
4281
|
* <p>A JSON string that contains the insight types you want to log on a trail.
|
|
4216
|
-
* <code>ApiCallRateInsight</code> and <code>ApiErrorRateInsight</code> are valid
|
|
4282
|
+
* <code>ApiCallRateInsight</code> and <code>ApiErrorRateInsight</code> are valid Insight
|
|
4217
4283
|
* types.</p>
|
|
4284
|
+
* <p>The <code>ApiCallRateInsight</code> Insights type analyzes write-only
|
|
4285
|
+
* management API calls that are aggregated per minute against a baseline API call volume.</p>
|
|
4286
|
+
* <p>The <code>ApiErrorRateInsight</code> Insights type analyzes management
|
|
4287
|
+
* API calls that result in error codes. The error is shown if the API call is
|
|
4288
|
+
* unsuccessful.</p>
|
|
4218
4289
|
*/
|
|
4219
4290
|
InsightSelectors: InsightSelector[] | undefined;
|
|
4220
4291
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
|
|
4
4
|
import { CancelQueryCommandInput, CancelQueryCommandOutput } from "../commands/CancelQueryCommand";
|
|
5
5
|
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
|
|
@@ -7,26 +7,26 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number
|
|
12
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
|
|
13
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
15
|
-
retryMode: string | import("@
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
19
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
22
|
-
base64Decoder: import("@
|
|
23
|
-
base64Encoder: import("@
|
|
24
|
-
utf8Decoder: import("@
|
|
25
|
-
utf8Encoder: import("@
|
|
22
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
|
-
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -7,26 +7,26 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
15
|
-
retryMode: string | import("@
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
22
|
-
base64Decoder: import("@
|
|
23
|
-
base64Encoder: import("@
|
|
24
|
-
utf8Decoder: import("@
|
|
25
|
-
utf8Encoder: import("@
|
|
22
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
|
-
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|