@aws-sdk/client-cloudtrail 3.529.1 → 3.533.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-types/commands/CreateTrailCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrailsCommand.d.ts +11 -0
- package/dist-types/commands/ListImportFailuresCommand.d.ts +3 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +198 -55
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +37 -37
|
@@ -126,6 +126,9 @@ declare const CreateTrailCommand_base: {
|
|
|
126
126
|
* <p>This exception is thrown when the combination of parameters provided is not
|
|
127
127
|
* valid.</p>
|
|
128
128
|
*
|
|
129
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
130
|
+
* <p>The request includes a parameter that is not valid.</p>
|
|
131
|
+
*
|
|
129
132
|
* @throws {@link InvalidS3BucketNameException} (client fault)
|
|
130
133
|
* <p>This exception is thrown when the provided S3 bucket name is not valid.</p>
|
|
131
134
|
*
|
|
@@ -73,6 +73,17 @@ declare const DescribeTrailsCommand_base: {
|
|
|
73
73
|
* @see {@link DescribeTrailsCommandOutput} for command's `response` shape.
|
|
74
74
|
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
75
75
|
*
|
|
76
|
+
* @throws {@link CloudTrailARNInvalidException} (client fault)
|
|
77
|
+
* <p>This exception is thrown when an operation is called with an ARN that is not valid.</p>
|
|
78
|
+
* <p>The following is the format of a trail ARN: <code>arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail</code>
|
|
79
|
+
* </p>
|
|
80
|
+
* <p>The following is the format of an event data store ARN:
|
|
81
|
+
* <code>arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE</code>
|
|
82
|
+
* </p>
|
|
83
|
+
* <p>The following is the format of a channel ARN:
|
|
84
|
+
* <code>arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890</code>
|
|
85
|
+
* </p>
|
|
86
|
+
*
|
|
76
87
|
* @throws {@link InvalidTrailNameException} (client fault)
|
|
77
88
|
* <p>This exception is thrown when the provided trail name is not valid. Trail names must
|
|
78
89
|
* meet the following requirements:</p>
|
|
@@ -65,6 +65,9 @@ declare const ListImportFailuresCommand_base: {
|
|
|
65
65
|
* <p>A token that is not valid, or a token that was previously used in a request with
|
|
66
66
|
* different parameters. This exception is thrown if the token is not valid.</p>
|
|
67
67
|
*
|
|
68
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
69
|
+
* <p>The request includes a parameter that is not valid.</p>
|
|
70
|
+
*
|
|
68
71
|
* @throws {@link OperationNotPermittedException} (client fault)
|
|
69
72
|
* <p>This exception is thrown when the requested operation is not permitted.</p>
|
|
70
73
|
*
|
|
@@ -51,7 +51,7 @@ declare const ListPublicKeysCommand_base: {
|
|
|
51
51
|
* // { // ListPublicKeysResponse
|
|
52
52
|
* // PublicKeyList: [ // PublicKeyList
|
|
53
53
|
* // { // PublicKey
|
|
54
|
-
* // Value:
|
|
54
|
+
* // Value: new Uint8Array(),
|
|
55
55
|
* // ValidityStartTime: new Date("TIMESTAMP"),
|
|
56
56
|
* // ValidityEndTime: new Date("TIMESTAMP"),
|
|
57
57
|
* // Fingerprint: "STRING_VALUE",
|
|
@@ -570,6 +570,11 @@ export interface AdvancedFieldSelector {
|
|
|
570
570
|
* </li>
|
|
571
571
|
* <li>
|
|
572
572
|
* <p>
|
|
573
|
+
* <code>AWS::AppConfig::Configuration</code>
|
|
574
|
+
* </p>
|
|
575
|
+
* </li>
|
|
576
|
+
* <li>
|
|
577
|
+
* <p>
|
|
573
578
|
* <code>AWS::B2BI::Transformer</code>
|
|
574
579
|
* </p>
|
|
575
580
|
* </li>
|
|
@@ -640,11 +645,41 @@ export interface AdvancedFieldSelector {
|
|
|
640
645
|
* </li>
|
|
641
646
|
* <li>
|
|
642
647
|
* <p>
|
|
648
|
+
* <code>AWS::GreengrassV2::ComponentVersion</code>
|
|
649
|
+
* </p>
|
|
650
|
+
* </li>
|
|
651
|
+
* <li>
|
|
652
|
+
* <p>
|
|
653
|
+
* <code>AWS::GreengrassV2::Deployment</code>
|
|
654
|
+
* </p>
|
|
655
|
+
* </li>
|
|
656
|
+
* <li>
|
|
657
|
+
* <p>
|
|
643
658
|
* <code>AWS::GuardDuty::Detector</code>
|
|
644
659
|
* </p>
|
|
645
660
|
* </li>
|
|
646
661
|
* <li>
|
|
647
662
|
* <p>
|
|
663
|
+
* <code>AWS::IoT::Certificate</code>
|
|
664
|
+
* </p>
|
|
665
|
+
* </li>
|
|
666
|
+
* <li>
|
|
667
|
+
* <p>
|
|
668
|
+
* <code>AWS::IoT::Thing</code>
|
|
669
|
+
* </p>
|
|
670
|
+
* </li>
|
|
671
|
+
* <li>
|
|
672
|
+
* <p>
|
|
673
|
+
* <code>AWS::IoTSiteWise::Asset</code>
|
|
674
|
+
* </p>
|
|
675
|
+
* </li>
|
|
676
|
+
* <li>
|
|
677
|
+
* <p>
|
|
678
|
+
* <code>AWS::IoTSiteWise::TimeSeries</code>
|
|
679
|
+
* </p>
|
|
680
|
+
* </li>
|
|
681
|
+
* <li>
|
|
682
|
+
* <p>
|
|
648
683
|
* <code>AWS::IoTTwinMaker::Entity</code>
|
|
649
684
|
* </p>
|
|
650
685
|
* </li>
|
|
@@ -715,62 +750,67 @@ export interface AdvancedFieldSelector {
|
|
|
715
750
|
* </li>
|
|
716
751
|
* <li>
|
|
717
752
|
* <p>
|
|
718
|
-
* <code>AWS::
|
|
753
|
+
* <code>AWS::S3::AccessPoint</code>
|
|
719
754
|
* </p>
|
|
720
755
|
* </li>
|
|
721
756
|
* <li>
|
|
722
757
|
* <p>
|
|
723
|
-
* <code>AWS::
|
|
758
|
+
* <code>AWS::S3ObjectLambda::AccessPoint</code>
|
|
724
759
|
* </p>
|
|
725
760
|
* </li>
|
|
726
761
|
* <li>
|
|
727
762
|
* <p>
|
|
728
|
-
* <code>AWS::
|
|
763
|
+
* <code>AWS::S3Outposts::Object</code>
|
|
729
764
|
* </p>
|
|
730
765
|
* </li>
|
|
731
766
|
* <li>
|
|
732
767
|
* <p>
|
|
733
|
-
* <code>AWS::
|
|
768
|
+
* <code>AWS::SageMaker::Endpoint</code>
|
|
734
769
|
* </p>
|
|
735
770
|
* </li>
|
|
736
771
|
* <li>
|
|
737
772
|
* <p>
|
|
738
|
-
* <code>AWS::
|
|
773
|
+
* <code>AWS::SageMaker::ExperimentTrialComponent</code>
|
|
739
774
|
* </p>
|
|
740
775
|
* </li>
|
|
741
776
|
* <li>
|
|
742
777
|
* <p>
|
|
743
|
-
* <code>AWS::
|
|
778
|
+
* <code>AWS::SageMaker::FeatureGroup</code>
|
|
744
779
|
* </p>
|
|
745
780
|
* </li>
|
|
746
781
|
* <li>
|
|
747
782
|
* <p>
|
|
748
|
-
* <code>AWS::
|
|
783
|
+
* <code>AWS::ServiceDiscovery::Namespace </code>
|
|
749
784
|
* </p>
|
|
750
785
|
* </li>
|
|
751
786
|
* <li>
|
|
752
787
|
* <p>
|
|
753
|
-
* <code>AWS::
|
|
788
|
+
* <code>AWS::ServiceDiscovery::Service</code>
|
|
754
789
|
* </p>
|
|
755
790
|
* </li>
|
|
756
791
|
* <li>
|
|
757
792
|
* <p>
|
|
758
|
-
* <code>AWS::
|
|
793
|
+
* <code>AWS::SCN::Instance</code>
|
|
759
794
|
* </p>
|
|
760
795
|
* </li>
|
|
761
796
|
* <li>
|
|
762
797
|
* <p>
|
|
763
|
-
* <code>AWS::
|
|
798
|
+
* <code>AWS::SNS::PlatformEndpoint</code>
|
|
764
799
|
* </p>
|
|
765
800
|
* </li>
|
|
766
801
|
* <li>
|
|
767
802
|
* <p>
|
|
768
|
-
* <code>AWS::
|
|
803
|
+
* <code>AWS::SNS::Topic</code>
|
|
769
804
|
* </p>
|
|
770
805
|
* </li>
|
|
771
806
|
* <li>
|
|
772
807
|
* <p>
|
|
773
|
-
* <code>AWS::
|
|
808
|
+
* <code>AWS::SWF::Domain</code>
|
|
809
|
+
* </p>
|
|
810
|
+
* </li>
|
|
811
|
+
* <li>
|
|
812
|
+
* <p>
|
|
813
|
+
* <code>AWS::SQS::Queue</code>
|
|
774
814
|
* </p>
|
|
775
815
|
* </li>
|
|
776
816
|
* <li>
|
|
@@ -853,6 +893,16 @@ export interface AdvancedFieldSelector {
|
|
|
853
893
|
* </p>
|
|
854
894
|
* </li>
|
|
855
895
|
* </ul>
|
|
896
|
+
* <p>When resources.type equals <code>AWS::AppConfig::Configuration</code>, and the operator is
|
|
897
|
+
* set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the
|
|
898
|
+
* following format:</p>
|
|
899
|
+
* <ul>
|
|
900
|
+
* <li>
|
|
901
|
+
* <p>
|
|
902
|
+
* <code>arn:<partition>:appconfig:<region>:<account_ID>:application/<application_ID>/environment/<environment_ID>/configuration/<configuration_profile_ID></code>
|
|
903
|
+
* </p>
|
|
904
|
+
* </li>
|
|
905
|
+
* </ul>
|
|
856
906
|
* <p>When resources.type equals <code>AWS::B2BI::Transformer</code>, and the operator is
|
|
857
907
|
* set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the
|
|
858
908
|
* following format:</p>
|
|
@@ -993,6 +1043,26 @@ export interface AdvancedFieldSelector {
|
|
|
993
1043
|
* </p>
|
|
994
1044
|
* </li>
|
|
995
1045
|
* </ul>
|
|
1046
|
+
* <p>When <code>resources.type</code> equals <code>AWS::GreengrassV2::ComponentVersion</code>, and the
|
|
1047
|
+
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
1048
|
+
* the following format:</p>
|
|
1049
|
+
* <ul>
|
|
1050
|
+
* <li>
|
|
1051
|
+
* <p>
|
|
1052
|
+
* <code>arn:<partition>:greengrass:<region>:<account_ID>:components/<component_name></code>
|
|
1053
|
+
* </p>
|
|
1054
|
+
* </li>
|
|
1055
|
+
* </ul>
|
|
1056
|
+
* <p>When <code>resources.type</code> equals <code>AWS::GreengrassV2::Deployment</code>, and the
|
|
1057
|
+
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
1058
|
+
* the following format:</p>
|
|
1059
|
+
* <ul>
|
|
1060
|
+
* <li>
|
|
1061
|
+
* <p>
|
|
1062
|
+
* <code>arn:<partition>:greengrass:<region>:<account_ID>:deployments/<deployment_ID</code>
|
|
1063
|
+
* </p>
|
|
1064
|
+
* </li>
|
|
1065
|
+
* </ul>
|
|
996
1066
|
* <p>When <code>resources.type</code> equals <code>AWS::GuardDuty::Detector</code>, and the
|
|
997
1067
|
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
998
1068
|
* the following format:</p>
|
|
@@ -1003,6 +1073,46 @@ export interface AdvancedFieldSelector {
|
|
|
1003
1073
|
* </p>
|
|
1004
1074
|
* </li>
|
|
1005
1075
|
* </ul>
|
|
1076
|
+
* <p>When <code>resources.type</code> equals <code>AWS::IoT::Certificate</code>,
|
|
1077
|
+
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
1078
|
+
* must be in the following format:</p>
|
|
1079
|
+
* <ul>
|
|
1080
|
+
* <li>
|
|
1081
|
+
* <p>
|
|
1082
|
+
* <code>arn:<partition>:iot:<region>:<account_ID>:cert/<certificate_ID></code>
|
|
1083
|
+
* </p>
|
|
1084
|
+
* </li>
|
|
1085
|
+
* </ul>
|
|
1086
|
+
* <p>When <code>resources.type</code> equals <code>AWS::IoT::Thing</code>,
|
|
1087
|
+
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
1088
|
+
* must be in the following format:</p>
|
|
1089
|
+
* <ul>
|
|
1090
|
+
* <li>
|
|
1091
|
+
* <p>
|
|
1092
|
+
* <code>arn:<partition>:iot:<region>:<account_ID>:thing/<thing_ID></code>
|
|
1093
|
+
* </p>
|
|
1094
|
+
* </li>
|
|
1095
|
+
* </ul>
|
|
1096
|
+
* <p>When <code>resources.type</code> equals <code>AWS::IoTSiteWise::Asset</code>,
|
|
1097
|
+
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
1098
|
+
* must be in the following format:</p>
|
|
1099
|
+
* <ul>
|
|
1100
|
+
* <li>
|
|
1101
|
+
* <p>
|
|
1102
|
+
* <code>arn:<partition>:iotsitewise:<region>:<account_ID>:asset/<asset_ID></code>
|
|
1103
|
+
* </p>
|
|
1104
|
+
* </li>
|
|
1105
|
+
* </ul>
|
|
1106
|
+
* <p>When <code>resources.type</code> equals <code>AWS::IoTSiteWise::TimeSeries</code>,
|
|
1107
|
+
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
1108
|
+
* must be in the following format:</p>
|
|
1109
|
+
* <ul>
|
|
1110
|
+
* <li>
|
|
1111
|
+
* <p>
|
|
1112
|
+
* <code>arn:<partition>:iotsitewise:<region>:<account_ID>:timeseries/<timeseries_ID></code>
|
|
1113
|
+
* </p>
|
|
1114
|
+
* </li>
|
|
1115
|
+
* </ul>
|
|
1006
1116
|
* <p>When <code>resources.type</code> equals <code>AWS::IoTTwinMaker::Entity</code>,
|
|
1007
1117
|
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
1008
1118
|
* must be in the following format:</p>
|
|
@@ -1143,6 +1253,44 @@ export interface AdvancedFieldSelector {
|
|
|
1143
1253
|
* </p>
|
|
1144
1254
|
* </li>
|
|
1145
1255
|
* </ul>
|
|
1256
|
+
* <p>When <code>resources.type</code> equals <code>AWS::S3::AccessPoint</code>, and the
|
|
1257
|
+
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
1258
|
+
* one of the following formats. To log events on all objects in an S3 access point, we
|
|
1259
|
+
* recommend that you use only the access point ARN, don’t include the object path, and
|
|
1260
|
+
* use the <code>StartsWith</code> or <code>NotStartsWith</code> operators.</p>
|
|
1261
|
+
* <ul>
|
|
1262
|
+
* <li>
|
|
1263
|
+
* <p>
|
|
1264
|
+
* <code>arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name></code>
|
|
1265
|
+
* </p>
|
|
1266
|
+
* </li>
|
|
1267
|
+
* <li>
|
|
1268
|
+
* <p>
|
|
1269
|
+
* <code>arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name>/object/<object_path></code>
|
|
1270
|
+
* </p>
|
|
1271
|
+
* </li>
|
|
1272
|
+
* </ul>
|
|
1273
|
+
* <p>When <code>resources.type</code> equals
|
|
1274
|
+
* <code>AWS::S3ObjectLambda::AccessPoint</code>, and the operator is set to
|
|
1275
|
+
* <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the following
|
|
1276
|
+
* format:</p>
|
|
1277
|
+
* <ul>
|
|
1278
|
+
* <li>
|
|
1279
|
+
* <p>
|
|
1280
|
+
* <code>arn:<partition>:s3-object-lambda:<region>:<account_ID>:accesspoint/<access_point_name></code>
|
|
1281
|
+
* </p>
|
|
1282
|
+
* </li>
|
|
1283
|
+
* </ul>
|
|
1284
|
+
* <p>When <code>resources.type</code> equals <code>AWS::S3Outposts::Object</code>, and
|
|
1285
|
+
* the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be
|
|
1286
|
+
* in the following format:</p>
|
|
1287
|
+
* <ul>
|
|
1288
|
+
* <li>
|
|
1289
|
+
* <p>
|
|
1290
|
+
* <code>arn:<partition>:s3-outposts:<region>:<account_ID>:<object_path></code>
|
|
1291
|
+
* </p>
|
|
1292
|
+
* </li>
|
|
1293
|
+
* </ul>
|
|
1146
1294
|
* <p>When <code>resources.type</code> equals <code>AWS::SageMaker::Endpoint</code>, and the operator is set to
|
|
1147
1295
|
* <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the following format:</p>
|
|
1148
1296
|
* <ul>
|
|
@@ -1217,51 +1365,23 @@ export interface AdvancedFieldSelector {
|
|
|
1217
1365
|
* </p>
|
|
1218
1366
|
* </li>
|
|
1219
1367
|
* </ul>
|
|
1220
|
-
* <p>When <code>resources.type</code> equals <code>AWS::
|
|
1368
|
+
* <p>When <code>resources.type</code> equals <code>AWS::SWF::Domain</code>,
|
|
1221
1369
|
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
1222
1370
|
* must be in the following format:</p>
|
|
1223
1371
|
* <ul>
|
|
1224
1372
|
* <li>
|
|
1225
1373
|
* <p>
|
|
1226
|
-
* <code>arn:<partition>:
|
|
1227
|
-
* </p>
|
|
1228
|
-
* </li>
|
|
1229
|
-
* </ul>
|
|
1230
|
-
* <p>When <code>resources.type</code> equals <code>AWS::S3::AccessPoint</code>, and the
|
|
1231
|
-
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
1232
|
-
* one of the following formats. To log events on all objects in an S3 access point, we
|
|
1233
|
-
* recommend that you use only the access point ARN, don’t include the object path, and
|
|
1234
|
-
* use the <code>StartsWith</code> or <code>NotStartsWith</code> operators.</p>
|
|
1235
|
-
* <ul>
|
|
1236
|
-
* <li>
|
|
1237
|
-
* <p>
|
|
1238
|
-
* <code>arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name></code>
|
|
1239
|
-
* </p>
|
|
1240
|
-
* </li>
|
|
1241
|
-
* <li>
|
|
1242
|
-
* <p>
|
|
1243
|
-
* <code>arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name>/object/<object_path></code>
|
|
1244
|
-
* </p>
|
|
1245
|
-
* </li>
|
|
1246
|
-
* </ul>
|
|
1247
|
-
* <p>When <code>resources.type</code> equals
|
|
1248
|
-
* <code>AWS::S3ObjectLambda::AccessPoint</code>, and the operator is set to
|
|
1249
|
-
* <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the following
|
|
1250
|
-
* format:</p>
|
|
1251
|
-
* <ul>
|
|
1252
|
-
* <li>
|
|
1253
|
-
* <p>
|
|
1254
|
-
* <code>arn:<partition>:s3-object-lambda:<region>:<account_ID>:accesspoint/<access_point_name></code>
|
|
1374
|
+
* <code>arn:<partition>:swf:<region>:<account_ID>:domain/<domain_name></code>
|
|
1255
1375
|
* </p>
|
|
1256
1376
|
* </li>
|
|
1257
1377
|
* </ul>
|
|
1258
|
-
* <p>When <code>resources.type</code> equals <code>AWS::
|
|
1259
|
-
* the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
1260
|
-
* in the following format:</p>
|
|
1378
|
+
* <p>When <code>resources.type</code> equals <code>AWS::SQS::Queue</code>,
|
|
1379
|
+
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
1380
|
+
* must be in the following format:</p>
|
|
1261
1381
|
* <ul>
|
|
1262
1382
|
* <li>
|
|
1263
1383
|
* <p>
|
|
1264
|
-
* <code>arn:<partition>:
|
|
1384
|
+
* <code>arn:<partition>:sqs:<region>:<account_ID>:<queue_name></code>
|
|
1265
1385
|
* </p>
|
|
1266
1386
|
* </li>
|
|
1267
1387
|
* </ul>
|
|
@@ -1370,14 +1490,18 @@ export interface AdvancedFieldSelector {
|
|
|
1370
1490
|
}
|
|
1371
1491
|
/**
|
|
1372
1492
|
* @public
|
|
1373
|
-
* <p>Advanced event selectors let you create fine-grained selectors for
|
|
1493
|
+
* <p>Advanced event selectors let you create fine-grained selectors for CloudTrail management and data events. They help you control costs by logging only those
|
|
1374
1494
|
* events that are important to you. For more information about advanced event selectors, see
|
|
1375
|
-
*
|
|
1495
|
+
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html">Logging management events</a> and
|
|
1496
|
+
* <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>
|
|
1497
|
+
* <p>You cannot apply both event selectors and advanced event selectors to a trail.</p>
|
|
1498
|
+
* <p>
|
|
1499
|
+
* <b>Supported CloudTrail event record fields for management events</b>
|
|
1500
|
+
* </p>
|
|
1376
1501
|
* <ul>
|
|
1377
1502
|
* <li>
|
|
1378
1503
|
* <p>
|
|
1379
|
-
* <code>
|
|
1380
|
-
* </p>
|
|
1504
|
+
* <code>eventCategory</code> (required)</p>
|
|
1381
1505
|
* </li>
|
|
1382
1506
|
* <li>
|
|
1383
1507
|
* <p>
|
|
@@ -1386,17 +1510,30 @@ export interface AdvancedFieldSelector {
|
|
|
1386
1510
|
* </li>
|
|
1387
1511
|
* <li>
|
|
1388
1512
|
* <p>
|
|
1389
|
-
* <code>
|
|
1513
|
+
* <code>readOnly</code>
|
|
1390
1514
|
* </p>
|
|
1391
1515
|
* </li>
|
|
1516
|
+
* </ul>
|
|
1517
|
+
* <p>
|
|
1518
|
+
* <b>Supported CloudTrail event record fields for data events</b>
|
|
1519
|
+
* </p>
|
|
1520
|
+
* <ul>
|
|
1521
|
+
* <li>
|
|
1522
|
+
* <p>
|
|
1523
|
+
* <code>eventCategory</code> (required)</p>
|
|
1524
|
+
* </li>
|
|
1392
1525
|
* <li>
|
|
1393
1526
|
* <p>
|
|
1394
|
-
* <code>
|
|
1527
|
+
* <code>resources.type</code> (required)</p>
|
|
1528
|
+
* </li>
|
|
1529
|
+
* <li>
|
|
1530
|
+
* <p>
|
|
1531
|
+
* <code>readOnly</code>
|
|
1395
1532
|
* </p>
|
|
1396
1533
|
* </li>
|
|
1397
1534
|
* <li>
|
|
1398
1535
|
* <p>
|
|
1399
|
-
* <code>
|
|
1536
|
+
* <code>eventName</code>
|
|
1400
1537
|
* </p>
|
|
1401
1538
|
* </li>
|
|
1402
1539
|
* <li>
|
|
@@ -1405,7 +1542,10 @@ export interface AdvancedFieldSelector {
|
|
|
1405
1542
|
* </p>
|
|
1406
1543
|
* </li>
|
|
1407
1544
|
* </ul>
|
|
1408
|
-
* <
|
|
1545
|
+
* <note>
|
|
1546
|
+
* <p>For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the only supported field is
|
|
1547
|
+
* <code>eventCategory</code>. </p>
|
|
1548
|
+
* </note>
|
|
1409
1549
|
*/
|
|
1410
1550
|
export interface AdvancedEventSelector {
|
|
1411
1551
|
/**
|
|
@@ -5235,7 +5375,10 @@ export interface LookupAttribute {
|
|
|
5235
5375
|
AttributeKey: LookupAttributeKey | undefined;
|
|
5236
5376
|
/**
|
|
5237
5377
|
* @public
|
|
5238
|
-
* <p>Specifies a value for the specified AttributeKey
|
|
5378
|
+
* <p>Specifies a value for the specified <code>AttributeKey</code>.</p>
|
|
5379
|
+
* <p>The maximum length for the <code>AttributeValue</code> is 2000 characters. The
|
|
5380
|
+
* following characters ('<code>_</code>', '<code> </code>', '<code>,</code>',
|
|
5381
|
+
* '<code>\\n</code>') count as two characters towards the 2000 character limit.</p>
|
|
5239
5382
|
*/
|
|
5240
5383
|
AttributeValue: string | undefined;
|
|
5241
5384
|
}
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { CloudTrailClientConfig } from "./CloudTrailClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
25
25
|
apiVersion: string;
|
|
26
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
27
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
base64Encoder:
|
|
28
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
29
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
utf8Encoder:
|
|
30
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
serviceId: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
29
29
|
apiVersion: string;
|
|
30
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
31
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
base64Encoder:
|
|
32
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
33
33
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
utf8Encoder:
|
|
34
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
35
35
|
disableHostPrefix: boolean;
|
|
36
36
|
serviceId: string;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
13
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
14
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
15
15
|
base64Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
base64Encoder:
|
|
16
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
17
17
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
utf8Encoder:
|
|
18
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
19
19
|
disableHostPrefix: boolean;
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -2,7 +2,7 @@ import { CloudTrailClientConfig } from "./CloudTrailClient";
|
|
|
2
2
|
export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
3
3
|
apiVersion: string;
|
|
4
4
|
base64Decoder: import("@smithy/types").Decoder;
|
|
5
|
-
base64Encoder:
|
|
5
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
6
6
|
disableHostPrefix: boolean;
|
|
7
7
|
endpointProvider: (
|
|
8
8
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudtrail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.533.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
38
|
-
"@smithy/hash-node": "^2.1.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
43
|
-
"@smithy/middleware-serde": "^2.1
|
|
44
|
-
"@smithy/middleware-stack": "^2.1.
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.4.
|
|
47
|
-
"@smithy/protocol-http": "^3.2.
|
|
48
|
-
"@smithy/smithy-client": "^2.4.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.1.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.533.0",
|
|
24
|
+
"@aws-sdk/core": "3.533.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.533.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.533.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.533.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.533.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.533.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.533.0",
|
|
31
|
+
"@aws-sdk/types": "3.533.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.533.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.533.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.533.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.5",
|
|
36
|
+
"@smithy/core": "^1.3.8",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.4.5",
|
|
38
|
+
"@smithy/hash-node": "^2.1.4",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.1.4",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.1.4",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.6",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.7",
|
|
43
|
+
"@smithy/middleware-serde": "^2.2.1",
|
|
44
|
+
"@smithy/middleware-stack": "^2.1.4",
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.5",
|
|
46
|
+
"@smithy/node-http-handler": "^2.4.3",
|
|
47
|
+
"@smithy/protocol-http": "^3.2.2",
|
|
48
|
+
"@smithy/smithy-client": "^2.4.5",
|
|
49
|
+
"@smithy/types": "^2.11.0",
|
|
50
|
+
"@smithy/url-parser": "^2.1.4",
|
|
51
|
+
"@smithy/util-base64": "^2.2.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
57
|
-
"@smithy/util-middleware": "^2.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
53
|
+
"@smithy/util-body-length-node": "^2.2.2",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.7",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.7",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.5",
|
|
57
|
+
"@smithy/util-middleware": "^2.1.4",
|
|
58
|
+
"@smithy/util-retry": "^2.1.4",
|
|
59
|
+
"@smithy/util-utf8": "^2.2.0",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|