@aws-sdk/client-cloudtrail 3.489.0 → 3.495.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/README.md +8 -0
- package/dist-cjs/CloudTrail.js +1 -107
- package/dist-cjs/CloudTrailClient.js +1 -43
- package/dist-cjs/commands/AddTagsCommand.js +1 -28
- package/dist-cjs/commands/CancelQueryCommand.js +1 -28
- package/dist-cjs/commands/CreateChannelCommand.js +1 -28
- package/dist-cjs/commands/CreateEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/CreateTrailCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
- package/dist-cjs/commands/DeleteEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteTrailCommand.js +1 -28
- package/dist-cjs/commands/DeregisterOrganizationDelegatedAdminCommand.js +1 -28
- package/dist-cjs/commands/DescribeQueryCommand.js +1 -28
- package/dist-cjs/commands/DescribeTrailsCommand.js +1 -28
- package/dist-cjs/commands/DisableFederationCommand.js +1 -28
- package/dist-cjs/commands/EnableFederationCommand.js +1 -28
- package/dist-cjs/commands/GetChannelCommand.js +1 -28
- package/dist-cjs/commands/GetEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/GetEventSelectorsCommand.js +1 -28
- package/dist-cjs/commands/GetImportCommand.js +1 -28
- package/dist-cjs/commands/GetInsightSelectorsCommand.js +1 -28
- package/dist-cjs/commands/GetQueryResultsCommand.js +1 -28
- package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetTrailCommand.js +1 -28
- package/dist-cjs/commands/GetTrailStatusCommand.js +1 -28
- package/dist-cjs/commands/ListChannelsCommand.js +1 -28
- package/dist-cjs/commands/ListEventDataStoresCommand.js +1 -28
- package/dist-cjs/commands/ListImportFailuresCommand.js +1 -28
- package/dist-cjs/commands/ListImportsCommand.js +1 -28
- package/dist-cjs/commands/ListInsightsMetricDataCommand.js +1 -0
- package/dist-cjs/commands/ListPublicKeysCommand.js +1 -28
- package/dist-cjs/commands/ListQueriesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsCommand.js +1 -28
- package/dist-cjs/commands/ListTrailsCommand.js +1 -28
- package/dist-cjs/commands/LookupEventsCommand.js +1 -28
- package/dist-cjs/commands/PutEventSelectorsCommand.js +1 -28
- package/dist-cjs/commands/PutInsightSelectorsCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RegisterOrganizationDelegatedAdminCommand.js +1 -28
- package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
- package/dist-cjs/commands/RestoreEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/StartEventDataStoreIngestionCommand.js +1 -28
- package/dist-cjs/commands/StartImportCommand.js +1 -28
- package/dist-cjs/commands/StartLoggingCommand.js +1 -28
- package/dist-cjs/commands/StartQueryCommand.js +1 -28
- package/dist-cjs/commands/StopEventDataStoreIngestionCommand.js +1 -28
- package/dist-cjs/commands/StopImportCommand.js +1 -28
- package/dist-cjs/commands/StopLoggingCommand.js +1 -28
- package/dist-cjs/commands/UpdateChannelCommand.js +1 -28
- package/dist-cjs/commands/UpdateEventDataStoreCommand.js +1 -28
- package/dist-cjs/commands/UpdateTrailCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -51
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +7365 -11
- package/dist-cjs/models/CloudTrailServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1242
- package/dist-cjs/pagination/GetQueryResultsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEventDataStoresPaginator.js +1 -7
- package/dist-cjs/pagination/ListImportFailuresPaginator.js +1 -7
- package/dist-cjs/pagination/ListImportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInsightsMetricDataPaginator.js +1 -0
- package/dist-cjs/pagination/ListPublicKeysPaginator.js +1 -7
- package/dist-cjs/pagination/ListQueriesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTrailsPaginator.js +1 -7
- package/dist-cjs/pagination/LookupEventsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4429
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-es/CloudTrail.js +2 -0
- package/dist-es/commands/ListInsightsMetricDataCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/pagination/ListInsightsMetricDataPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +86 -1
- package/dist-types/CloudTrail.d.ts +7 -0
- package/dist-types/CloudTrailClient.d.ts +3 -2
- package/dist-types/commands/DisableFederationCommand.d.ts +4 -5
- package/dist-types/commands/EnableFederationCommand.d.ts +3 -4
- package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +102 -0
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +428 -164
- package/dist-types/pagination/ListInsightsMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/CloudTrail.d.ts +17 -0
- package/dist-types/ts3.4/CloudTrailClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -0
- package/dist-types/ts3.4/pagination/ListInsightsMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +40 -40
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetQueryResults = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const GetQueryResultsCommand_1 = require("../commands/GetQueryResultsCommand");
|
|
7
|
-
exports.paginateGetQueryResults = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, GetQueryResultsCommand_1.GetQueryResultsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListChannels = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const ListChannelsCommand_1 = require("../commands/ListChannelsCommand");
|
|
7
|
-
exports.paginateListChannels = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, ListChannelsCommand_1.ListChannelsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEventDataStores = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const ListEventDataStoresCommand_1 = require("../commands/ListEventDataStoresCommand");
|
|
7
|
-
exports.paginateListEventDataStores = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, ListEventDataStoresCommand_1.ListEventDataStoresCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListImportFailures = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const ListImportFailuresCommand_1 = require("../commands/ListImportFailuresCommand");
|
|
7
|
-
exports.paginateListImportFailures = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, ListImportFailuresCommand_1.ListImportFailuresCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListImports = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const ListImportsCommand_1 = require("../commands/ListImportsCommand");
|
|
7
|
-
exports.paginateListImports = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, ListImportsCommand_1.ListImportsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPublicKeys = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const ListPublicKeysCommand_1 = require("../commands/ListPublicKeysCommand");
|
|
7
|
-
exports.paginateListPublicKeys = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, ListPublicKeysCommand_1.ListPublicKeysCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListQueries = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const ListQueriesCommand_1 = require("../commands/ListQueriesCommand");
|
|
7
|
-
exports.paginateListQueries = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, ListQueriesCommand_1.ListQueriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTags = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const ListTagsCommand_1 = require("../commands/ListTagsCommand");
|
|
7
|
-
exports.paginateListTags = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, ListTagsCommand_1.ListTagsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTrails = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const ListTrailsCommand_1 = require("../commands/ListTrailsCommand");
|
|
7
|
-
exports.paginateListTrails = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, ListTrailsCommand_1.ListTrailsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateLookupEvents = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudTrailClient_1 = require("../CloudTrailClient");
|
|
6
|
-
const LookupEventsCommand_1 = require("../commands/LookupEventsCommand");
|
|
7
|
-
exports.paginateLookupEvents = (0, core_1.createPaginator)(CloudTrailClient_1.CloudTrailClient, LookupEventsCommand_1.LookupEventsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./GetQueryResultsPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListChannelsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListEventDataStoresPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListImportFailuresPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListImportsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListPublicKeysPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListQueriesPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListTagsPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListTrailsPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./LookupEventsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|