aws-sdk 2.1235.0 → 2.1237.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/cloudtrail-2013-11-01.min.json +30 -27
  4. package/apis/connect-2017-08-08.min.json +377 -134
  5. package/apis/connect-2017-08-08.paginators.json +6 -0
  6. package/apis/devops-guru-2020-12-01.min.json +140 -125
  7. package/apis/eventbridge-2015-10-07.min.json +5 -1
  8. package/apis/globalaccelerator-2018-08-08.min.json +163 -109
  9. package/apis/managedblockchain-2018-09-24.min.json +173 -49
  10. package/apis/managedblockchain-2018-09-24.paginators.json +6 -0
  11. package/apis/resiliencehub-2020-04-30.min.json +2 -1
  12. package/apis/rum-2018-05-10.min.json +360 -12
  13. package/apis/rum-2018-05-10.paginators.json +12 -0
  14. package/apis/s3-2006-03-01.examples.json +132 -132
  15. package/apis/s3-2006-03-01.min.json +311 -1
  16. package/apis/s3control-2018-08-20.min.json +533 -12
  17. package/apis/support-app-2021-08-20.min.json +28 -1
  18. package/apis/workspaces-web-2020-07-08.min.json +290 -63
  19. package/apis/workspaces-web-2020-07-08.paginators.json +5 -0
  20. package/clients/chimesdkmessaging.d.ts +3 -3
  21. package/clients/cloudtrail.d.ts +54 -40
  22. package/clients/configservice.d.ts +24 -24
  23. package/clients/connect.d.ts +327 -55
  24. package/clients/devopsguru.d.ts +26 -4
  25. package/clients/globalaccelerator.d.ts +60 -3
  26. package/clients/managedblockchain.d.ts +191 -46
  27. package/clients/resiliencehub.d.ts +7 -3
  28. package/clients/rum.d.ts +340 -5
  29. package/clients/s3.d.ts +1 -1
  30. package/clients/supportapp.d.ts +48 -10
  31. package/clients/workspacesweb.d.ts +199 -1
  32. package/dist/aws-sdk-core-react-native.js +9 -5
  33. package/dist/aws-sdk-react-native.js +25 -21
  34. package/dist/aws-sdk.js +735 -169
  35. package/dist/aws-sdk.min.js +83 -83
  36. package/lib/core.js +1 -1
  37. package/lib/event_listeners.js +7 -4
  38. package/lib/model/api.js +1 -0
  39. package/package.json +1 -1
@@ -30,6 +30,11 @@
30
30
  "output_token": "nextToken",
31
31
  "limit_key": "maxResults"
32
32
  },
33
+ "ListUserAccessLoggingSettings": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults"
37
+ },
33
38
  "ListUserSettings": {
34
39
  "input_token": "nextToken",
35
40
  "output_token": "nextToken",
@@ -324,11 +324,11 @@ declare class ChimeSDKMessaging extends Service {
324
324
  */
325
325
  redactChannelMessage(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.RedactChannelMessageResponse) => void): Request<ChimeSDKMessaging.Types.RedactChannelMessageResponse, AWSError>;
326
326
  /**
327
- * Allows an AppInstanceUser to search the channels that they belong to. The AppInstanceUser can search by membership or external ID. An AppInstanceAdmin can search across all channels within the AppInstance.
327
+ * Allows ChimeBearer to search channels by channel members. AppInstanceUsers can search across the channels that they belong to. AppInstanceAdmins can search across all channels.
328
328
  */
329
329
  searchChannels(params: ChimeSDKMessaging.Types.SearchChannelsRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.SearchChannelsResponse) => void): Request<ChimeSDKMessaging.Types.SearchChannelsResponse, AWSError>;
330
330
  /**
331
- * Allows an AppInstanceUser to search the channels that they belong to. The AppInstanceUser can search by membership or external ID. An AppInstanceAdmin can search across all channels within the AppInstance.
331
+ * Allows ChimeBearer to search channels by channel members. AppInstanceUsers can search across the channels that they belong to. AppInstanceAdmins can search across all channels.
332
332
  */
333
333
  searchChannels(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.SearchChannelsResponse) => void): Request<ChimeSDKMessaging.Types.SearchChannelsResponse, AWSError>;
334
334
  /**
@@ -906,7 +906,7 @@ declare namespace ChimeSDKMessaging {
906
906
  */
907
907
  Metadata?: Metadata;
908
908
  /**
909
- * The time at which the last message in a channel was sent.
909
+ * The time at which the last persistent message in a channel was sent.
910
910
  */
911
911
  LastMessageTimestamp?: Timestamp;
912
912
  }
@@ -76,11 +76,11 @@ declare class CloudTrail extends Service {
76
76
  */
77
77
  describeTrails(callback?: (err: AWSError, data: CloudTrail.Types.DescribeTrailsResponse) => void): Request<CloudTrail.Types.DescribeTrailsResponse, AWSError>;
78
78
  /**
79
- * Returns the specified CloudTrail service-linked channel. Amazon Web Services services create service-linked channels to view CloudTrail events.
79
+ * Returns information about a specific channel. Amazon Web Services services create service-linked channels to get information about CloudTrail events on your behalf. For more information about service-linked channels, see Viewing service-linked channels for CloudTrail by using the CLI..
80
80
  */
81
81
  getChannel(params: CloudTrail.Types.GetChannelRequest, callback?: (err: AWSError, data: CloudTrail.Types.GetChannelResponse) => void): Request<CloudTrail.Types.GetChannelResponse, AWSError>;
82
82
  /**
83
- * Returns the specified CloudTrail service-linked channel. Amazon Web Services services create service-linked channels to view CloudTrail events.
83
+ * Returns information about a specific channel. Amazon Web Services services create service-linked channels to get information about CloudTrail events on your behalf. For more information about service-linked channels, see Viewing service-linked channels for CloudTrail by using the CLI..
84
84
  */
85
85
  getChannel(callback?: (err: AWSError, data: CloudTrail.Types.GetChannelResponse) => void): Request<CloudTrail.Types.GetChannelResponse, AWSError>;
86
86
  /**
@@ -100,11 +100,11 @@ declare class CloudTrail extends Service {
100
100
  */
101
101
  getEventSelectors(callback?: (err: AWSError, data: CloudTrail.Types.GetEventSelectorsResponse) => void): Request<CloudTrail.Types.GetEventSelectorsResponse, AWSError>;
102
102
  /**
103
- * Returns information for the specified import.
103
+ * Returns information about a specific import.
104
104
  */
105
105
  getImport(params: CloudTrail.Types.GetImportRequest, callback?: (err: AWSError, data: CloudTrail.Types.GetImportResponse) => void): Request<CloudTrail.Types.GetImportResponse, AWSError>;
106
106
  /**
107
- * Returns information for the specified import.
107
+ * Returns information about a specific import.
108
108
  */
109
109
  getImport(callback?: (err: AWSError, data: CloudTrail.Types.GetImportResponse) => void): Request<CloudTrail.Types.GetImportResponse, AWSError>;
110
110
  /**
@@ -140,11 +140,11 @@ declare class CloudTrail extends Service {
140
140
  */
141
141
  getTrailStatus(callback?: (err: AWSError, data: CloudTrail.Types.GetTrailStatusResponse) => void): Request<CloudTrail.Types.GetTrailStatusResponse, AWSError>;
142
142
  /**
143
- * Returns all CloudTrail channels.
143
+ * Lists the channels in the current account, and their source names. Amazon Web Services services create service-linked channels get information about CloudTrail events on your behalf. For more information about service-linked channels, see Viewing service-linked channels for CloudTrail by using the CLI.
144
144
  */
145
145
  listChannels(params: CloudTrail.Types.ListChannelsRequest, callback?: (err: AWSError, data: CloudTrail.Types.ListChannelsResponse) => void): Request<CloudTrail.Types.ListChannelsResponse, AWSError>;
146
146
  /**
147
- * Returns all CloudTrail channels.
147
+ * Lists the channels in the current account, and their source names. Amazon Web Services services create service-linked channels get information about CloudTrail events on your behalf. For more information about service-linked channels, see Viewing service-linked channels for CloudTrail by using the CLI.
148
148
  */
149
149
  listChannels(callback?: (err: AWSError, data: CloudTrail.Types.ListChannelsResponse) => void): Request<CloudTrail.Types.ListChannelsResponse, AWSError>;
150
150
  /**
@@ -244,11 +244,11 @@ declare class CloudTrail extends Service {
244
244
  */
245
245
  restoreEventDataStore(callback?: (err: AWSError, data: CloudTrail.Types.RestoreEventDataStoreResponse) => void): Request<CloudTrail.Types.RestoreEventDataStoreResponse, AWSError>;
246
246
  /**
247
- * Starts an import of logged trail events from a source S3 bucket to a destination event data store. When you start a new import, the Destinations and ImportSource parameters are required. Before starting a new import, disable any access control lists (ACLs) attached to the source S3 bucket. For more information about disabling ACLs, see Controlling ownership of objects and disabling ACLs for your bucket. When you retry an import, the ImportID parameter is required.
247
+ * Starts an import of logged trail events from a source S3 bucket to a destination event data store. By default, CloudTrail only imports events contained in the S3 bucket's CloudTrail prefix and the prefixes inside the CloudTrail prefix, and does not check prefixes for other Amazon Web Services services. If you want to import CloudTrail events contained in another prefix, you must include the prefix in the S3LocationUri. For more considerations about importing trail events, see Considerations. When you start a new import, the Destinations and ImportSource parameters are required. Before starting a new import, disable any access control lists (ACLs) attached to the source S3 bucket. For more information about disabling ACLs, see Controlling ownership of objects and disabling ACLs for your bucket. When you retry an import, the ImportID parameter is required.
248
248
  */
249
249
  startImport(params: CloudTrail.Types.StartImportRequest, callback?: (err: AWSError, data: CloudTrail.Types.StartImportResponse) => void): Request<CloudTrail.Types.StartImportResponse, AWSError>;
250
250
  /**
251
- * Starts an import of logged trail events from a source S3 bucket to a destination event data store. When you start a new import, the Destinations and ImportSource parameters are required. Before starting a new import, disable any access control lists (ACLs) attached to the source S3 bucket. For more information about disabling ACLs, see Controlling ownership of objects and disabling ACLs for your bucket. When you retry an import, the ImportID parameter is required.
251
+ * Starts an import of logged trail events from a source S3 bucket to a destination event data store. By default, CloudTrail only imports events contained in the S3 bucket's CloudTrail prefix and the prefixes inside the CloudTrail prefix, and does not check prefixes for other Amazon Web Services services. If you want to import CloudTrail events contained in another prefix, you must include the prefix in the S3LocationUri. For more considerations about importing trail events, see Considerations. When you start a new import, the Destinations and ImportSource parameters are required. Before starting a new import, disable any access control lists (ACLs) attached to the source S3 bucket. For more information about disabling ACLs, see Controlling ownership of objects and disabling ACLs for your bucket. When you retry an import, the ImportID parameter is required.
252
252
  */
253
253
  startImport(callback?: (err: AWSError, data: CloudTrail.Types.StartImportResponse) => void): Request<CloudTrail.Types.StartImportResponse, AWSError>;
254
254
  /**
@@ -260,11 +260,11 @@ declare class CloudTrail extends Service {
260
260
  */
261
261
  startLogging(callback?: (err: AWSError, data: CloudTrail.Types.StartLoggingResponse) => void): Request<CloudTrail.Types.StartLoggingResponse, AWSError>;
262
262
  /**
263
- * Starts a CloudTrail Lake query. The required QueryStatement parameter provides your SQL query, enclosed in single quotation marks.
263
+ * Starts a CloudTrail Lake query. The required QueryStatement parameter provides your SQL query, enclosed in single quotation marks. Use the optional DeliveryS3Uri parameter to deliver the query results to an S3 bucket.
264
264
  */
265
265
  startQuery(params: CloudTrail.Types.StartQueryRequest, callback?: (err: AWSError, data: CloudTrail.Types.StartQueryResponse) => void): Request<CloudTrail.Types.StartQueryResponse, AWSError>;
266
266
  /**
267
- * Starts a CloudTrail Lake query. The required QueryStatement parameter provides your SQL query, enclosed in single quotation marks.
267
+ * Starts a CloudTrail Lake query. The required QueryStatement parameter provides your SQL query, enclosed in single quotation marks. Use the optional DeliveryS3Uri parameter to deliver the query results to an S3 bucket.
268
268
  */
269
269
  startQuery(callback?: (err: AWSError, data: CloudTrail.Types.StartQueryResponse) => void): Request<CloudTrail.Types.StartQueryResponse, AWSError>;
270
270
  /**
@@ -379,7 +379,7 @@ declare namespace CloudTrail {
379
379
  }
380
380
  export interface Channel {
381
381
  /**
382
- * The Amazon Resource Name (ARN) of the channel.
382
+ * The Amazon Resource Name (ARN) of a channel.
383
383
  */
384
384
  ChannelArn?: ChannelArn;
385
385
  /**
@@ -498,7 +498,7 @@ declare namespace CloudTrail {
498
498
  */
499
499
  CloudWatchLogsRoleArn?: String;
500
500
  /**
501
- * Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by "alias/", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier. CloudTrail also supports KMS multi-Region keys. For more information about multi-Region keys, see Using multi-Region keys in the Key Management Service Developer Guide. Examples: alias/MyAliasName arn:aws:kms:us-east-2:123456789012:alias/MyAliasName arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012 12345678-1234-1234-1234-123456789012
501
+ * Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by alias/, a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier. CloudTrail also supports KMS multi-Region keys. For more information about multi-Region keys, see Using multi-Region keys in the Key Management Service Developer Guide. Examples: alias/MyAliasName arn:aws:kms:us-east-2:123456789012:alias/MyAliasName arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012 12345678-1234-1234-1234-123456789012
502
502
  */
503
503
  KmsKeyId?: String;
504
504
  /**
@@ -553,7 +553,7 @@ declare namespace CloudTrail {
553
553
  */
554
554
  CloudWatchLogsRoleArn?: String;
555
555
  /**
556
- * Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format. arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
556
+ * Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format. arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
557
557
  */
558
558
  KmsKeyId?: String;
559
559
  /**
@@ -563,7 +563,7 @@ declare namespace CloudTrail {
563
563
  }
564
564
  export interface DataResource {
565
565
  /**
566
- * The resource type in which you want to log data events. You can specify the following basic event selector resource types: AWS::S3::Object AWS::Lambda::Function AWS::DynamoDB::Table The following resource types are also availble through advanced event selectors. Basic event selector resource types are valid in advanced event selectors, but advanced event selector resource types are not valid in basic event selectors. For more information, see AdvancedFieldSelector$Field. AWS::S3Outposts::Object AWS::ManagedBlockchain::Node AWS::S3ObjectLambda::AccessPoint AWS::EC2::Snapshot AWS::S3::AccessPoint AWS::DynamoDB::Stream AWS::Glue::Table
566
+ * The resource type in which you want to log data events. You can specify the following basic event selector resource types: AWS::S3::Object AWS::Lambda::Function AWS::DynamoDB::Table The following resource types are also available through advanced event selectors. Basic event selector resource types are valid in advanced event selectors, but advanced event selector resource types are not valid in basic event selectors. For more information, see AdvancedFieldSelector$Field. AWS::S3Outposts::Object AWS::ManagedBlockchain::Node AWS::S3ObjectLambda::AccessPoint AWS::EC2::Snapshot AWS::S3::AccessPoint AWS::DynamoDB::Stream AWS::Glue::Table
567
567
  */
568
568
  Type?: String;
569
569
  /**
@@ -590,6 +590,8 @@ declare namespace CloudTrail {
590
590
  }
591
591
  export interface DeleteTrailResponse {
592
592
  }
593
+ export type DeliveryS3Uri = string;
594
+ export type DeliveryStatus = "SUCCESS"|"FAILED"|"FAILED_SIGNING_FILE"|"PENDING"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"ACCESS_DENIED_SIGNING_FILE"|"CANCELLED"|"UNKNOWN"|string;
593
595
  export interface DescribeQueryRequest {
594
596
  /**
595
597
  * The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
@@ -621,6 +623,14 @@ declare namespace CloudTrail {
621
623
  * The error message returned if a query failed.
622
624
  */
623
625
  ErrorMessage?: ErrorMessage;
626
+ /**
627
+ * The URI for the S3 bucket where CloudTrail delivered query results, if applicable.
628
+ */
629
+ DeliveryS3Uri?: DeliveryS3Uri;
630
+ /**
631
+ * The delivery status.
632
+ */
633
+ DeliveryStatus?: DeliveryStatus;
624
634
  }
625
635
  export interface DescribeTrailsRequest {
626
636
  /**
@@ -640,11 +650,11 @@ declare namespace CloudTrail {
640
650
  }
641
651
  export interface Destination {
642
652
  /**
643
- * The type of service. For service-linked channels, the value is AWS_SERVICE.
653
+ * The type of destination for events arriving from a channel. For service-linked channels, the value is AWS_SERVICE.
644
654
  */
645
655
  Type: DestinationType;
646
656
  /**
647
- * The location of the service. For service-linked channels, this is the name of the Amazon Web Services service.
657
+ * For service-linked channels, the value is the name of the Amazon Web Services service.
648
658
  */
649
659
  Location: Location;
650
660
  }
@@ -759,29 +769,29 @@ declare namespace CloudTrail {
759
769
  export type ExcludeManagementEventSources = String[];
760
770
  export interface GetChannelRequest {
761
771
  /**
762
- * The Amazon Resource Name (ARN) of the CloudTrail service-linked channel.
772
+ * The ARN or UUID of a channel.
763
773
  */
764
774
  Channel: ChannelArn;
765
775
  }
766
776
  export interface GetChannelResponse {
767
777
  /**
768
- * The ARN of the CloudTrail service-linked channel.
778
+ * The ARN of an channel returned by a GetChannel request.
769
779
  */
770
780
  ChannelArn?: ChannelArn;
771
781
  /**
772
- * The name of the CloudTrail service-linked channel. For service-linked channels, the value is aws-service-channel/service-name/custom-suffix where service-name represents the name of the Amazon Web Services service that created the channel and custom-suffix represents the suffix generated by the Amazon Web Services service.
782
+ * The name of the CloudTrail channel. For service-linked channels, the value is aws-service-channel/service-name/custom-suffix where service-name represents the name of the Amazon Web Services service that created the channel and custom-suffix represents the suffix generated by the Amazon Web Services service.
773
783
  */
774
784
  Name?: ChannelName;
775
785
  /**
776
- * The trail or event data store for the CloudTrail service-linked channel.
786
+ * The event source for the CloudTrail channel.
777
787
  */
778
788
  Source?: Source;
779
789
  /**
780
- * Provides information about the advanced event selectors configured for the service-linked channel, and whether the service-linked channel applies to all regions or one region.
790
+ * Provides information about the advanced event selectors configured for the channel, and whether the channel applies to all regions or a single region.
781
791
  */
782
792
  SourceConfig?: SourceConfig;
783
793
  /**
784
- * The Amazon Web Services service that created the CloudTrail service-linked channel.
794
+ * The Amazon Web Services service that created the service-linked channel.
785
795
  */
786
796
  Destinations?: Destinations;
787
797
  }
@@ -865,7 +875,7 @@ declare namespace CloudTrail {
865
875
  */
866
876
  ImportId?: UUID;
867
877
  /**
868
- * The destination event data store.
878
+ * The ARN of the destination event data store.
869
879
  */
870
880
  Destinations?: ImportDestinations;
871
881
  /**
@@ -893,7 +903,7 @@ declare namespace CloudTrail {
893
903
  */
894
904
  UpdatedTimestamp?: _Date;
895
905
  /**
896
- * Provides statistics for the import.
906
+ * Provides statistics for the import. CloudTrail does not update import statistics in real-time. Returned values for parameters such as EventsCompleted may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the import.
897
907
  */
898
908
  ImportStatistics?: ImportStatistics;
899
909
  }
@@ -1079,11 +1089,11 @@ declare namespace CloudTrail {
1079
1089
  */
1080
1090
  PrefixesCompleted?: Long;
1081
1091
  /**
1082
- * The number of files that completed import.
1092
+ * The number of log files that completed import.
1083
1093
  */
1084
1094
  FilesCompleted?: Long;
1085
1095
  /**
1086
- * The number of trail events imported.
1096
+ * The number of trail events imported into the event data store.
1087
1097
  */
1088
1098
  EventsCompleted?: Long;
1089
1099
  /**
@@ -1103,7 +1113,7 @@ declare namespace CloudTrail {
1103
1113
  */
1104
1114
  ImportStatus?: ImportStatus;
1105
1115
  /**
1106
- * The destination event data store.
1116
+ * The ARN of the destination event data store.
1107
1117
  */
1108
1118
  Destinations?: ImportDestinations;
1109
1119
  /**
@@ -1131,17 +1141,17 @@ declare namespace CloudTrail {
1131
1141
  */
1132
1142
  MaxResults?: ListChannelsMaxResultsCount;
1133
1143
  /**
1134
- * A token you can use to get the next page of results.
1144
+ * The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
1135
1145
  */
1136
1146
  NextToken?: PaginationToken;
1137
1147
  }
1138
1148
  export interface ListChannelsResponse {
1139
1149
  /**
1140
- * The list of CloudTrail channels.
1150
+ * The list of channels in the account.
1141
1151
  */
1142
1152
  Channels?: Channels;
1143
1153
  /**
1144
- * A token used to get the next page of results.
1154
+ * The token to use to get the next page of results after a previous API call.
1145
1155
  */
1146
1156
  NextToken?: PaginationToken;
1147
1157
  }
@@ -1198,7 +1208,7 @@ declare namespace CloudTrail {
1198
1208
  */
1199
1209
  MaxResults?: ListImportsMaxResultsCount;
1200
1210
  /**
1201
- * The destination event data store.
1211
+ * The ARN of the destination event data store.
1202
1212
  */
1203
1213
  Destination?: EventDataStoreArn;
1204
1214
  /**
@@ -1602,17 +1612,17 @@ declare namespace CloudTrail {
1602
1612
  export type Source = string;
1603
1613
  export interface SourceConfig {
1604
1614
  /**
1605
- * Specifies whether the service-linked channel applies to one region or all regions.
1615
+ * Specifies whether the channel applies to a single region or to all regions.
1606
1616
  */
1607
1617
  ApplyToAllRegions?: Boolean;
1608
1618
  /**
1609
- * The advanced event selectors configured for the service-linked channel.
1619
+ * The advanced event selectors that are configured for the channel.
1610
1620
  */
1611
1621
  AdvancedEventSelectors?: AdvancedEventSelectors;
1612
1622
  }
1613
1623
  export interface StartImportRequest {
1614
1624
  /**
1615
- * The destination event data store. Use this parameter for a new import.
1625
+ * The ARN of the destination event data store. Use this parameter for a new import.
1616
1626
  */
1617
1627
  Destinations?: ImportDestinations;
1618
1628
  /**
@@ -1620,11 +1630,11 @@ declare namespace CloudTrail {
1620
1630
  */
1621
1631
  ImportSource?: ImportSource;
1622
1632
  /**
1623
- * Use with EndEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.
1633
+ * Use with EndEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period. When you specify a time range, CloudTrail checks the prefix and log file names to verify the names contain a date between the specified StartEventTime and EndEventTime before attempting to import events.
1624
1634
  */
1625
1635
  StartEventTime?: _Date;
1626
1636
  /**
1627
- * Use with StartEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.
1637
+ * Use with StartEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period. When you specify a time range, CloudTrail checks the prefix and log file names to verify the names contain a date between the specified StartEventTime and EndEventTime before attempting to import events.
1628
1638
  */
1629
1639
  EndEventTime?: _Date;
1630
1640
  /**
@@ -1638,11 +1648,11 @@ declare namespace CloudTrail {
1638
1648
  */
1639
1649
  ImportId?: UUID;
1640
1650
  /**
1641
- * The destination event data store.
1651
+ * The ARN of the destination event data store.
1642
1652
  */
1643
1653
  Destinations?: ImportDestinations;
1644
1654
  /**
1645
- * The source S3 bucket.
1655
+ * The source S3 bucket for the import.
1646
1656
  */
1647
1657
  ImportSource?: ImportSource;
1648
1658
  /**
@@ -1679,6 +1689,10 @@ declare namespace CloudTrail {
1679
1689
  * The SQL code of your query.
1680
1690
  */
1681
1691
  QueryStatement: QueryStatement;
1692
+ /**
1693
+ * The URI for the S3 bucket where CloudTrail delivers the query results.
1694
+ */
1695
+ DeliveryS3Uri?: DeliveryS3Uri;
1682
1696
  }
1683
1697
  export interface StartQueryResponse {
1684
1698
  /**
@@ -1698,11 +1712,11 @@ declare namespace CloudTrail {
1698
1712
  */
1699
1713
  ImportId?: UUID;
1700
1714
  /**
1701
- * The source S3 bucket.
1715
+ * The source S3 bucket for the import.
1702
1716
  */
1703
1717
  ImportSource?: ImportSource;
1704
1718
  /**
1705
- * The destination event data store.
1719
+ * The ARN of the destination event data store.
1706
1720
  */
1707
1721
  Destinations?: ImportDestinations;
1708
1722
  /**