@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,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CloudTrailServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class CloudTrailServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, CloudTrailServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.CloudTrailServiceException = CloudTrailServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED