@aws-sdk/client-cloudtrail 3.190.0 → 3.192.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/CHANGELOG.md +11 -0
- package/dist-cjs/CloudTrailClient.js +11 -8
- package/dist-cjs/commands/AddTagsCommand.js +10 -0
- package/dist-cjs/commands/CancelQueryCommand.js +10 -0
- package/dist-cjs/commands/CreateEventDataStoreCommand.js +10 -0
- package/dist-cjs/commands/CreateTrailCommand.js +10 -0
- package/dist-cjs/commands/DeleteEventDataStoreCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrailCommand.js +10 -0
- package/dist-cjs/commands/DescribeQueryCommand.js +10 -0
- package/dist-cjs/commands/DescribeTrailsCommand.js +10 -0
- package/dist-cjs/commands/GetChannelCommand.js +10 -0
- package/dist-cjs/commands/GetEventDataStoreCommand.js +10 -0
- package/dist-cjs/commands/GetEventSelectorsCommand.js +10 -0
- package/dist-cjs/commands/GetImportCommand.js +10 -0
- package/dist-cjs/commands/GetInsightSelectorsCommand.js +10 -0
- package/dist-cjs/commands/GetQueryResultsCommand.js +10 -0
- package/dist-cjs/commands/GetTrailCommand.js +10 -0
- package/dist-cjs/commands/GetTrailStatusCommand.js +10 -0
- package/dist-cjs/commands/ListChannelsCommand.js +10 -0
- package/dist-cjs/commands/ListEventDataStoresCommand.js +10 -0
- package/dist-cjs/commands/ListImportFailuresCommand.js +10 -0
- package/dist-cjs/commands/ListImportsCommand.js +10 -0
- package/dist-cjs/commands/ListPublicKeysCommand.js +10 -0
- package/dist-cjs/commands/ListQueriesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsCommand.js +10 -0
- package/dist-cjs/commands/ListTrailsCommand.js +10 -0
- package/dist-cjs/commands/LookupEventsCommand.js +10 -0
- package/dist-cjs/commands/PutEventSelectorsCommand.js +10 -0
- package/dist-cjs/commands/PutInsightSelectorsCommand.js +10 -0
- package/dist-cjs/commands/RemoveTagsCommand.js +10 -0
- package/dist-cjs/commands/RestoreEventDataStoreCommand.js +10 -0
- package/dist-cjs/commands/StartImportCommand.js +10 -0
- package/dist-cjs/commands/StartLoggingCommand.js +10 -0
- package/dist-cjs/commands/StartQueryCommand.js +10 -0
- package/dist-cjs/commands/StopImportCommand.js +10 -0
- package/dist-cjs/commands/StopLoggingCommand.js +10 -0
- package/dist-cjs/commands/UpdateEventDataStoreCommand.js +10 -0
- package/dist-cjs/commands/UpdateTrailCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +356 -0
- package/dist-cjs/models/models_0.js +15 -3
- package/dist-cjs/protocols/Aws_json1_1.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/CloudTrailClient.js +12 -9
- package/dist-es/commands/AddTagsCommand.js +10 -0
- package/dist-es/commands/CancelQueryCommand.js +10 -0
- package/dist-es/commands/CreateEventDataStoreCommand.js +10 -0
- package/dist-es/commands/CreateTrailCommand.js +10 -0
- package/dist-es/commands/DeleteEventDataStoreCommand.js +10 -0
- package/dist-es/commands/DeleteTrailCommand.js +10 -0
- package/dist-es/commands/DescribeQueryCommand.js +10 -0
- package/dist-es/commands/DescribeTrailsCommand.js +10 -0
- package/dist-es/commands/GetChannelCommand.js +10 -0
- package/dist-es/commands/GetEventDataStoreCommand.js +10 -0
- package/dist-es/commands/GetEventSelectorsCommand.js +10 -0
- package/dist-es/commands/GetImportCommand.js +10 -0
- package/dist-es/commands/GetInsightSelectorsCommand.js +10 -0
- package/dist-es/commands/GetQueryResultsCommand.js +10 -0
- package/dist-es/commands/GetTrailCommand.js +10 -0
- package/dist-es/commands/GetTrailStatusCommand.js +10 -0
- package/dist-es/commands/ListChannelsCommand.js +10 -0
- package/dist-es/commands/ListEventDataStoresCommand.js +10 -0
- package/dist-es/commands/ListImportFailuresCommand.js +10 -0
- package/dist-es/commands/ListImportsCommand.js +10 -0
- package/dist-es/commands/ListPublicKeysCommand.js +10 -0
- package/dist-es/commands/ListQueriesCommand.js +10 -0
- package/dist-es/commands/ListTagsCommand.js +10 -0
- package/dist-es/commands/ListTrailsCommand.js +10 -0
- package/dist-es/commands/LookupEventsCommand.js +10 -0
- package/dist-es/commands/PutEventSelectorsCommand.js +10 -0
- package/dist-es/commands/PutInsightSelectorsCommand.js +10 -0
- package/dist-es/commands/RemoveTagsCommand.js +10 -0
- package/dist-es/commands/RestoreEventDataStoreCommand.js +10 -0
- package/dist-es/commands/StartImportCommand.js +10 -0
- package/dist-es/commands/StartLoggingCommand.js +10 -0
- package/dist-es/commands/StartQueryCommand.js +10 -0
- package/dist-es/commands/StopImportCommand.js +10 -0
- package/dist-es/commands/StopLoggingCommand.js +10 -0
- package/dist-es/commands/UpdateEventDataStoreCommand.js +10 -0
- package/dist-es/commands/UpdateTrailCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +353 -0
- package/dist-es/models/models_0.js +12 -0
- package/dist-es/protocols/Aws_json1_1.js +15 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/CloudTrail.d.ts +9 -5
- package/dist-types/CloudTrailClient.d.ts +6 -9
- package/dist-types/commands/AddTagsCommand.d.ts +2 -0
- package/dist-types/commands/CancelQueryCommand.d.ts +2 -0
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrailCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrailCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQueryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrailsCommand.d.ts +2 -0
- package/dist-types/commands/GetChannelCommand.d.ts +4 -1
- package/dist-types/commands/GetEventDataStoreCommand.d.ts +2 -0
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +2 -0
- package/dist-types/commands/GetImportCommand.d.ts +3 -1
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -0
- package/dist-types/commands/GetTrailCommand.d.ts +2 -0
- package/dist-types/commands/GetTrailStatusCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +4 -1
- package/dist-types/commands/ListEventDataStoresCommand.d.ts +2 -0
- package/dist-types/commands/ListImportFailuresCommand.d.ts +2 -0
- package/dist-types/commands/ListImportsCommand.d.ts +2 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +2 -0
- package/dist-types/commands/ListQueriesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsCommand.d.ts +2 -0
- package/dist-types/commands/ListTrailsCommand.d.ts +2 -0
- package/dist-types/commands/LookupEventsCommand.d.ts +2 -0
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +2 -0
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -0
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +2 -0
- package/dist-types/commands/StartImportCommand.d.ts +5 -1
- package/dist-types/commands/StartLoggingCommand.d.ts +2 -0
- package/dist-types/commands/StartQueryCommand.d.ts +3 -1
- package/dist-types/commands/StopImportCommand.d.ts +2 -0
- package/dist-types/commands/StopLoggingCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrailCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +87 -69
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/CloudTrailClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -3
- package/dist-cjs/endpoints.js +0 -185
- package/dist-es/endpoints.js +0 -181
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -665,15 +665,11 @@ export declare class QueryIdNotFoundException extends __BaseException {
|
|
|
665
665
|
constructor(opts: __ExceptionOptionType<QueryIdNotFoundException, __BaseException>);
|
|
666
666
|
}
|
|
667
667
|
/**
|
|
668
|
-
* <p>
|
|
669
|
-
* Contains information about a returned CloudTrail channel.
|
|
670
|
-
* </p>
|
|
668
|
+
* <p>Contains information about a returned CloudTrail channel.</p>
|
|
671
669
|
*/
|
|
672
670
|
export interface Channel {
|
|
673
671
|
/**
|
|
674
|
-
* <p>
|
|
675
|
-
* The Amazon Resource Name (ARN) of the channel.
|
|
676
|
-
* </p>
|
|
672
|
+
* <p>The Amazon Resource Name (ARN) of a channel.</p>
|
|
677
673
|
*/
|
|
678
674
|
ChannelArn?: string;
|
|
679
675
|
/**
|
|
@@ -685,9 +681,7 @@ export interface Channel {
|
|
|
685
681
|
Name?: string;
|
|
686
682
|
}
|
|
687
683
|
/**
|
|
688
|
-
* <p>
|
|
689
|
-
* The specified channel ARN is not valid or does not map to a channel in your account.
|
|
690
|
-
* </p>
|
|
684
|
+
* <p>This exception is thrown when the specified value of <code>ChannelARN</code> is not valid.</p>
|
|
691
685
|
*/
|
|
692
686
|
export declare class ChannelARNInvalidException extends __BaseException {
|
|
693
687
|
readonly name: "ChannelARNInvalidException";
|
|
@@ -1004,23 +998,31 @@ export interface CreateTrailRequest {
|
|
|
1004
998
|
CloudWatchLogsRoleArn?: string;
|
|
1005
999
|
/**
|
|
1006
1000
|
* <p>Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The
|
|
1007
|
-
* value can be an alias name prefixed by
|
|
1001
|
+
* value can be an alias name prefixed by <code>alias/</code>, a fully specified ARN to an alias, a fully
|
|
1008
1002
|
* specified ARN to a key, or a globally unique identifier.</p>
|
|
1009
1003
|
* <p>CloudTrail also supports KMS multi-Region keys. For more information about multi-Region keys,
|
|
1010
1004
|
* see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html">Using multi-Region keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
1011
1005
|
* <p>Examples:</p>
|
|
1012
1006
|
* <ul>
|
|
1013
1007
|
* <li>
|
|
1014
|
-
* <p>
|
|
1008
|
+
* <p>
|
|
1009
|
+
* <code>alias/MyAliasName</code>
|
|
1010
|
+
* </p>
|
|
1015
1011
|
* </li>
|
|
1016
1012
|
* <li>
|
|
1017
|
-
* <p>
|
|
1013
|
+
* <p>
|
|
1014
|
+
* <code>arn:aws:kms:us-east-2:123456789012:alias/MyAliasName</code>
|
|
1015
|
+
* </p>
|
|
1018
1016
|
* </li>
|
|
1019
1017
|
* <li>
|
|
1020
|
-
* <p>
|
|
1018
|
+
* <p>
|
|
1019
|
+
* <code>arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012</code>
|
|
1020
|
+
* </p>
|
|
1021
1021
|
* </li>
|
|
1022
1022
|
* <li>
|
|
1023
|
-
* <p>
|
|
1023
|
+
* <p>
|
|
1024
|
+
* <code>12345678-1234-1234-1234-123456789012</code>
|
|
1025
|
+
* </p>
|
|
1024
1026
|
* </li>
|
|
1025
1027
|
* </ul>
|
|
1026
1028
|
*/
|
|
@@ -1095,7 +1097,7 @@ export interface CreateTrailResponse {
|
|
|
1095
1097
|
*/
|
|
1096
1098
|
CloudWatchLogsRoleArn?: string;
|
|
1097
1099
|
/**
|
|
1098
|
-
* <p>Specifies the KMS key ID that encrypts the
|
|
1100
|
+
* <p>Specifies the KMS key ID that encrypts the events delivered by CloudTrail.
|
|
1099
1101
|
* The value is a fully specified ARN to a KMS key in the following format.</p>
|
|
1100
1102
|
* <p>
|
|
1101
1103
|
* <code>arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012</code>
|
|
@@ -1108,7 +1110,7 @@ export interface CreateTrailResponse {
|
|
|
1108
1110
|
IsOrganizationTrail?: boolean;
|
|
1109
1111
|
}
|
|
1110
1112
|
/**
|
|
1111
|
-
* <p>This exception is thrown when the policy on the S3 bucket or KMS key
|
|
1113
|
+
* <p>This exception is thrown when the policy on the S3 bucket or KMS key does not have sufficient permissions for the operation.</p>
|
|
1112
1114
|
*/
|
|
1113
1115
|
export declare class InsufficientEncryptionPolicyException extends __BaseException {
|
|
1114
1116
|
readonly name: "InsufficientEncryptionPolicyException";
|
|
@@ -1463,6 +1465,17 @@ export interface DescribeQueryRequest {
|
|
|
1463
1465
|
*/
|
|
1464
1466
|
QueryId: string | undefined;
|
|
1465
1467
|
}
|
|
1468
|
+
export declare enum DeliveryStatus {
|
|
1469
|
+
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1470
|
+
ACCESS_DENIED_SIGNING_FILE = "ACCESS_DENIED_SIGNING_FILE",
|
|
1471
|
+
CANCELLED = "CANCELLED",
|
|
1472
|
+
FAILED = "FAILED",
|
|
1473
|
+
FAILED_SIGNING_FILE = "FAILED_SIGNING_FILE",
|
|
1474
|
+
PENDING = "PENDING",
|
|
1475
|
+
RESOURCE_NOT_FOUND = "RESOURCE_NOT_FOUND",
|
|
1476
|
+
SUCCESS = "SUCCESS",
|
|
1477
|
+
UNKNOWN = "UNKNOWN"
|
|
1478
|
+
}
|
|
1466
1479
|
/**
|
|
1467
1480
|
* <p>Gets metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time
|
|
1468
1481
|
* in milliseconds, and the query's creation time.</p>
|
|
@@ -1514,6 +1527,14 @@ export interface DescribeQueryResponse {
|
|
|
1514
1527
|
* <p>The error message returned if a query failed.</p>
|
|
1515
1528
|
*/
|
|
1516
1529
|
ErrorMessage?: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* <p>The URI for the S3 bucket where CloudTrail delivered query results, if applicable.</p>
|
|
1532
|
+
*/
|
|
1533
|
+
DeliveryS3Uri?: string;
|
|
1534
|
+
/**
|
|
1535
|
+
* <p>The delivery status.</p>
|
|
1536
|
+
*/
|
|
1537
|
+
DeliveryStatus?: DeliveryStatus | string;
|
|
1517
1538
|
}
|
|
1518
1539
|
/**
|
|
1519
1540
|
* <p>Returns information about the trail.</p>
|
|
@@ -1646,9 +1667,7 @@ export interface DescribeTrailsResponse {
|
|
|
1646
1667
|
}
|
|
1647
1668
|
export interface GetChannelRequest {
|
|
1648
1669
|
/**
|
|
1649
|
-
* <p>
|
|
1650
|
-
* The Amazon Resource Name (ARN) of the CloudTrail service-linked channel.
|
|
1651
|
-
* </p>
|
|
1670
|
+
* <p>The ARN or <code>UUID</code> of a channel.</p>
|
|
1652
1671
|
*/
|
|
1653
1672
|
Channel: string | undefined;
|
|
1654
1673
|
}
|
|
@@ -1657,74 +1676,62 @@ export declare enum DestinationType {
|
|
|
1657
1676
|
EVENT_DATA_STORE = "EVENT_DATA_STORE"
|
|
1658
1677
|
}
|
|
1659
1678
|
/**
|
|
1660
|
-
* <p>
|
|
1661
|
-
* Contains information about the service where CloudTrail delivers events.
|
|
1662
|
-
* </p>
|
|
1679
|
+
* <p>Contains information about the service where CloudTrail delivers events.</p>
|
|
1663
1680
|
*/
|
|
1664
1681
|
export interface Destination {
|
|
1665
1682
|
/**
|
|
1666
|
-
* <p>
|
|
1667
|
-
*
|
|
1668
|
-
* </p>
|
|
1683
|
+
* <p>The type of destination for events arriving from a channel. For service-linked channels,
|
|
1684
|
+
* the value is <code>AWS_SERVICE</code>.</p>
|
|
1669
1685
|
*/
|
|
1670
1686
|
Type: DestinationType | string | undefined;
|
|
1671
1687
|
/**
|
|
1672
|
-
* <p>
|
|
1673
|
-
* The location of the service. For service-linked channels, this is the name of the Amazon Web Services service.
|
|
1674
|
-
* </p>
|
|
1688
|
+
* <p>For service-linked channels, the value is the name of the Amazon Web Services service.</p>
|
|
1675
1689
|
*/
|
|
1676
1690
|
Location: string | undefined;
|
|
1677
1691
|
}
|
|
1678
1692
|
/**
|
|
1679
1693
|
* <p>
|
|
1680
|
-
* Contains configuration information about the
|
|
1694
|
+
* Contains configuration information about the channel.
|
|
1681
1695
|
* </p>
|
|
1682
1696
|
*/
|
|
1683
1697
|
export interface SourceConfig {
|
|
1684
1698
|
/**
|
|
1685
1699
|
* <p>
|
|
1686
|
-
* Specifies whether the
|
|
1687
|
-
* </p>
|
|
1700
|
+
* Specifies whether the channel applies to a single region or to all regions.</p>
|
|
1688
1701
|
*/
|
|
1689
1702
|
ApplyToAllRegions?: boolean;
|
|
1690
1703
|
/**
|
|
1691
1704
|
* <p>
|
|
1692
|
-
* The advanced event selectors configured for the
|
|
1693
|
-
* </p>
|
|
1705
|
+
* The advanced event selectors that are configured for the channel.</p>
|
|
1694
1706
|
*/
|
|
1695
1707
|
AdvancedEventSelectors?: AdvancedEventSelector[];
|
|
1696
1708
|
}
|
|
1697
1709
|
export interface GetChannelResponse {
|
|
1698
1710
|
/**
|
|
1699
|
-
* <p>
|
|
1700
|
-
* The ARN of the CloudTrail service-linked channel.
|
|
1701
|
-
* </p>
|
|
1711
|
+
* <p>The ARN of an channel returned by a <code>GetChannel</code> request.</p>
|
|
1702
1712
|
*/
|
|
1703
1713
|
ChannelArn?: string;
|
|
1704
1714
|
/**
|
|
1705
1715
|
* <p>
|
|
1706
|
-
* The name of the CloudTrail
|
|
1716
|
+
* The name of the CloudTrail channel. For service-linked channels, the value is <code>aws-service-channel/service-name/custom-suffix</code>
|
|
1707
1717
|
* where <code>service-name</code> represents the name of the
|
|
1708
1718
|
* Amazon Web Services service that created the channel and <code>custom-suffix</code> represents the suffix generated by the Amazon Web Services service.
|
|
1709
1719
|
* </p>
|
|
1710
1720
|
*/
|
|
1711
1721
|
Name?: string;
|
|
1712
1722
|
/**
|
|
1713
|
-
* <p>
|
|
1714
|
-
* The trail or event data store for the CloudTrail service-linked channel.
|
|
1715
|
-
* </p>
|
|
1723
|
+
* <p>The event source for the CloudTrail channel.</p>
|
|
1716
1724
|
*/
|
|
1717
1725
|
Source?: string;
|
|
1718
1726
|
/**
|
|
1719
1727
|
* <p>
|
|
1720
|
-
* Provides information about the advanced event selectors configured for the
|
|
1728
|
+
* Provides information about the advanced event selectors configured for the channel, and
|
|
1729
|
+
* whether the channel applies to all regions or a single region.
|
|
1721
1730
|
* </p>
|
|
1722
1731
|
*/
|
|
1723
1732
|
SourceConfig?: SourceConfig;
|
|
1724
1733
|
/**
|
|
1725
|
-
* <p>
|
|
1726
|
-
* The Amazon Web Services service that created the CloudTrail service-linked channel.
|
|
1727
|
-
* </p>
|
|
1734
|
+
* <p>The Amazon Web Services service that created the service-linked channel.</p>
|
|
1728
1735
|
*/
|
|
1729
1736
|
Destinations?: Destination[];
|
|
1730
1737
|
}
|
|
@@ -1881,7 +1888,7 @@ export interface DataResource {
|
|
|
1881
1888
|
* </li>
|
|
1882
1889
|
* </ul>
|
|
1883
1890
|
*
|
|
1884
|
-
* <p>The following resource types are also
|
|
1891
|
+
* <p>The following resource types are also available through <i>advanced</i> event selectors.
|
|
1885
1892
|
* Basic event selector resource types are valid in advanced event selectors, but
|
|
1886
1893
|
* advanced event selector resource types are not valid in basic event selectors.
|
|
1887
1894
|
* For more information, see <a>AdvancedFieldSelector$Field</a>.</p>
|
|
@@ -2087,7 +2094,9 @@ export interface ImportSource {
|
|
|
2087
2094
|
}
|
|
2088
2095
|
/**
|
|
2089
2096
|
* <p>
|
|
2090
|
-
*
|
|
2097
|
+
* Provides statistics for the specified <code>ImportID</code>. CloudTrail does not update import statistics in real-time.
|
|
2098
|
+
* Returned values for parameters such as <code>EventsCompleted</code> may be lower than the actual value, because
|
|
2099
|
+
* CloudTrail updates statistics incrementally over the course of the import.
|
|
2091
2100
|
* </p>
|
|
2092
2101
|
*/
|
|
2093
2102
|
export interface ImportStatistics {
|
|
@@ -2104,12 +2113,12 @@ export interface ImportStatistics {
|
|
|
2104
2113
|
*/
|
|
2105
2114
|
PrefixesCompleted?: number;
|
|
2106
2115
|
/**
|
|
2107
|
-
* <p>The number of files that completed import.</p>
|
|
2116
|
+
* <p>The number of log files that completed import.</p>
|
|
2108
2117
|
*/
|
|
2109
2118
|
FilesCompleted?: number;
|
|
2110
2119
|
/**
|
|
2111
2120
|
* <p>
|
|
2112
|
-
* The number of trail events imported.
|
|
2121
|
+
* The number of trail events imported into the event data store.
|
|
2113
2122
|
* </p>
|
|
2114
2123
|
*/
|
|
2115
2124
|
EventsCompleted?: number;
|
|
@@ -2136,7 +2145,7 @@ export interface GetImportResponse {
|
|
|
2136
2145
|
ImportId?: string;
|
|
2137
2146
|
/**
|
|
2138
2147
|
* <p>
|
|
2139
|
-
* The destination event data store.
|
|
2148
|
+
* The ARN of the destination event data store.
|
|
2140
2149
|
* </p>
|
|
2141
2150
|
*/
|
|
2142
2151
|
Destinations?: string[];
|
|
@@ -2180,7 +2189,9 @@ export interface GetImportResponse {
|
|
|
2180
2189
|
UpdatedTimestamp?: Date;
|
|
2181
2190
|
/**
|
|
2182
2191
|
* <p>
|
|
2183
|
-
* Provides statistics for the import.
|
|
2192
|
+
* Provides statistics for the import. CloudTrail does not update import statistics in real-time.
|
|
2193
|
+
* Returned values for parameters such as <code>EventsCompleted</code> may be lower than the actual value, because
|
|
2194
|
+
* CloudTrail updates statistics incrementally over the course of the import.
|
|
2184
2195
|
* </p>
|
|
2185
2196
|
*/
|
|
2186
2197
|
ImportStatistics?: ImportStatistics;
|
|
@@ -2483,23 +2494,22 @@ export interface ListChannelsRequest {
|
|
|
2483
2494
|
*/
|
|
2484
2495
|
MaxResults?: number;
|
|
2485
2496
|
/**
|
|
2486
|
-
* <p>
|
|
2487
|
-
*
|
|
2488
|
-
*
|
|
2497
|
+
* <p>The token to use to get the next page of results after a previous API call. This token must be
|
|
2498
|
+
* passed in with the same parameters that were specified in the original call.
|
|
2499
|
+
* For example, if the original call specified an AttributeKey of 'Username' with a value of 'root',
|
|
2500
|
+
* the call with NextToken should include those same parameters.</p>
|
|
2489
2501
|
*/
|
|
2490
2502
|
NextToken?: string;
|
|
2491
2503
|
}
|
|
2492
2504
|
export interface ListChannelsResponse {
|
|
2493
2505
|
/**
|
|
2494
2506
|
* <p>
|
|
2495
|
-
* The list of
|
|
2507
|
+
* The list of channels in the account.
|
|
2496
2508
|
* </p>
|
|
2497
2509
|
*/
|
|
2498
2510
|
Channels?: Channel[];
|
|
2499
2511
|
/**
|
|
2500
|
-
* <p>
|
|
2501
|
-
* A token used to get the next page of results.
|
|
2502
|
-
* </p>
|
|
2512
|
+
* <p>The token to use to get the next page of results after a previous API call.</p>
|
|
2503
2513
|
*/
|
|
2504
2514
|
NextToken?: string;
|
|
2505
2515
|
}
|
|
@@ -2672,7 +2682,7 @@ export interface ListImportsRequest {
|
|
|
2672
2682
|
MaxResults?: number;
|
|
2673
2683
|
/**
|
|
2674
2684
|
* <p>
|
|
2675
|
-
* The destination event data store.
|
|
2685
|
+
* The ARN of the destination event data store.
|
|
2676
2686
|
* </p>
|
|
2677
2687
|
*/
|
|
2678
2688
|
Destination?: string;
|
|
@@ -2709,7 +2719,7 @@ export interface ImportsListItem {
|
|
|
2709
2719
|
ImportStatus?: ImportStatus | string;
|
|
2710
2720
|
/**
|
|
2711
2721
|
* <p>
|
|
2712
|
-
* The destination event data store.
|
|
2722
|
+
* The ARN of the destination event data store.
|
|
2713
2723
|
* </p>
|
|
2714
2724
|
*/
|
|
2715
2725
|
Destinations?: string[];
|
|
@@ -3383,9 +3393,7 @@ export interface RestoreEventDataStoreResponse {
|
|
|
3383
3393
|
UpdatedTimestamp?: Date;
|
|
3384
3394
|
}
|
|
3385
3395
|
/**
|
|
3386
|
-
* <p>
|
|
3387
|
-
* This exception is thrown when the event data store category is not valid for the import.
|
|
3388
|
-
* </p>
|
|
3396
|
+
* <p>This exception is thrown when event categories of specified event data stores are not valid.</p>
|
|
3389
3397
|
*/
|
|
3390
3398
|
export declare class InvalidEventDataStoreCategoryException extends __BaseException {
|
|
3391
3399
|
readonly name: "InvalidEventDataStoreCategoryException";
|
|
@@ -3419,7 +3427,7 @@ export declare class InvalidImportSourceException extends __BaseException {
|
|
|
3419
3427
|
export interface StartImportRequest {
|
|
3420
3428
|
/**
|
|
3421
3429
|
* <p>
|
|
3422
|
-
* The destination event data store. Use this parameter for a new import.
|
|
3430
|
+
* The ARN of the destination event data store. Use this parameter for a new import.
|
|
3423
3431
|
* </p>
|
|
3424
3432
|
*/
|
|
3425
3433
|
Destinations?: string[];
|
|
@@ -3432,14 +3440,18 @@ export interface StartImportRequest {
|
|
|
3432
3440
|
/**
|
|
3433
3441
|
* <p>
|
|
3434
3442
|
* Use with <code>EndEventTime</code> to bound a <code>StartImport</code> request, and limit imported trail events
|
|
3435
|
-
* to only those events logged within a specified time period.
|
|
3443
|
+
* to only those events logged within a specified time period. When you specify a time range, CloudTrail checks the prefix and log
|
|
3444
|
+
* file names to verify the names contain a date between the specified <code>StartEventTime</code> and <code>EndEventTime</code> before attempting
|
|
3445
|
+
* to import events.
|
|
3436
3446
|
* </p>
|
|
3437
3447
|
*/
|
|
3438
3448
|
StartEventTime?: Date;
|
|
3439
3449
|
/**
|
|
3440
3450
|
* <p>
|
|
3441
3451
|
* Use with <code>StartEventTime</code> to bound a <code>StartImport</code> request, and limit imported trail events
|
|
3442
|
-
* to only those events logged within a specified time period.
|
|
3452
|
+
* to only those events logged within a specified time period. When you specify a time range, CloudTrail checks the prefix and log
|
|
3453
|
+
* file names to verify the names contain a date between the specified <code>StartEventTime</code> and <code>EndEventTime</code> before attempting
|
|
3454
|
+
* to import events.
|
|
3443
3455
|
* </p>
|
|
3444
3456
|
*/
|
|
3445
3457
|
EndEventTime?: Date;
|
|
@@ -3459,13 +3471,13 @@ export interface StartImportResponse {
|
|
|
3459
3471
|
ImportId?: string;
|
|
3460
3472
|
/**
|
|
3461
3473
|
* <p>
|
|
3462
|
-
* The destination event data store.
|
|
3474
|
+
* The ARN of the destination event data store.
|
|
3463
3475
|
* </p>
|
|
3464
3476
|
*/
|
|
3465
3477
|
Destinations?: string[];
|
|
3466
3478
|
/**
|
|
3467
3479
|
* <p>
|
|
3468
|
-
* The source S3 bucket.
|
|
3480
|
+
* The source S3 bucket for the import.
|
|
3469
3481
|
* </p>
|
|
3470
3482
|
*/
|
|
3471
3483
|
ImportSource?: ImportSource;
|
|
@@ -3559,6 +3571,12 @@ export interface StartQueryRequest {
|
|
|
3559
3571
|
* <p>The SQL code of your query.</p>
|
|
3560
3572
|
*/
|
|
3561
3573
|
QueryStatement: string | undefined;
|
|
3574
|
+
/**
|
|
3575
|
+
* <p>
|
|
3576
|
+
* The URI for the S3 bucket where CloudTrail delivers the query results.
|
|
3577
|
+
* </p>
|
|
3578
|
+
*/
|
|
3579
|
+
DeliveryS3Uri?: string;
|
|
3562
3580
|
}
|
|
3563
3581
|
export interface StartQueryResponse {
|
|
3564
3582
|
/**
|
|
@@ -3583,13 +3601,13 @@ export interface StopImportResponse {
|
|
|
3583
3601
|
ImportId?: string;
|
|
3584
3602
|
/**
|
|
3585
3603
|
* <p>
|
|
3586
|
-
* The source S3 bucket.
|
|
3604
|
+
* The source S3 bucket for the import.
|
|
3587
3605
|
* </p>
|
|
3588
3606
|
*/
|
|
3589
3607
|
ImportSource?: ImportSource;
|
|
3590
3608
|
/**
|
|
3591
3609
|
* <p>
|
|
3592
|
-
* The destination event data store.
|
|
3610
|
+
* The ARN of the destination event data store.
|
|
3593
3611
|
* </p>
|
|
3594
3612
|
*/
|
|
3595
3613
|
Destinations?: string[];
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
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("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
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("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { CloudTrailClientConfig } from "./CloudTrailClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -186,6 +187,11 @@ import {
|
|
|
186
187
|
UpdateTrailCommandInput,
|
|
187
188
|
UpdateTrailCommandOutput,
|
|
188
189
|
} from "./commands/UpdateTrailCommand";
|
|
190
|
+
import {
|
|
191
|
+
ClientInputEndpointParameters,
|
|
192
|
+
ClientResolvedEndpointParameters,
|
|
193
|
+
EndpointParameters,
|
|
194
|
+
} from "./endpoint/EndpointParameters";
|
|
189
195
|
export declare type ServiceInputTypes =
|
|
190
196
|
| AddTagsCommandInput
|
|
191
197
|
| CancelQueryCommandInput
|
|
@@ -281,7 +287,6 @@ export interface ClientDefaults
|
|
|
281
287
|
serviceId?: string;
|
|
282
288
|
region?: string | __Provider<string>;
|
|
283
289
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
284
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
285
290
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
286
291
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
287
292
|
}
|
|
@@ -290,21 +295,23 @@ declare type CloudTrailClientConfigType = Partial<
|
|
|
290
295
|
> &
|
|
291
296
|
ClientDefaults &
|
|
292
297
|
RegionInputConfig &
|
|
293
|
-
|
|
298
|
+
EndpointInputConfig<EndpointParameters> &
|
|
294
299
|
RetryInputConfig &
|
|
295
300
|
HostHeaderInputConfig &
|
|
296
301
|
AwsAuthInputConfig &
|
|
297
|
-
UserAgentInputConfig
|
|
302
|
+
UserAgentInputConfig &
|
|
303
|
+
ClientInputEndpointParameters;
|
|
298
304
|
export interface CloudTrailClientConfig extends CloudTrailClientConfigType {}
|
|
299
305
|
declare type CloudTrailClientResolvedConfigType =
|
|
300
306
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
301
307
|
Required<ClientDefaults> &
|
|
302
308
|
RegionResolvedConfig &
|
|
303
|
-
|
|
309
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
304
310
|
RetryResolvedConfig &
|
|
305
311
|
HostHeaderResolvedConfig &
|
|
306
312
|
AwsAuthResolvedConfig &
|
|
307
|
-
UserAgentResolvedConfig
|
|
313
|
+
UserAgentResolvedConfig &
|
|
314
|
+
ClientResolvedEndpointParameters;
|
|
308
315
|
export interface CloudTrailClientResolvedConfig
|
|
309
316
|
extends CloudTrailClientResolvedConfigType {}
|
|
310
317
|
export declare class CloudTrailClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class AddTagsCommand extends $Command<
|
|
|
21
22
|
CloudTrailClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: AddTagsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: AddTagsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CancelQueryCommand extends $Command<
|
|
|
21
22
|
CloudTrailClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CancelQueryCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CancelQueryCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateEventDataStoreCommand extends $Command<
|
|
|
25
26
|
CloudTrailClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateEventDataStoreCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateEventDataStoreCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateTrailCommand extends $Command<
|
|
|
21
22
|
CloudTrailClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateTrailCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateTrailCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteEventDataStoreCommand extends $Command<
|
|
|
25
26
|
CloudTrailClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteEventDataStoreCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteEventDataStoreCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteTrailCommand extends $Command<
|
|
|
21
22
|
CloudTrailClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteTrailCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteTrailCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeQueryCommand extends $Command<
|
|
|
24
25
|
CloudTrailClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeQueryCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeQueryCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeTrailsCommand extends $Command<
|
|
|
24
25
|
CloudTrailClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeTrailsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeTrailsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetChannelCommand extends $Command<
|
|
|
21
22
|
CloudTrailClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetChannelCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetChannelCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|