@aws-sdk/client-cloudtrail 3.183.0 → 3.185.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/protocols/Aws_json1_1.js +2 -2
- package/dist-es/CloudTrail.js +153 -146
- package/dist-es/CloudTrailClient.js +28 -22
- package/dist-es/commands/AddTagsCommand.js +28 -21
- package/dist-es/commands/CancelQueryCommand.js +28 -21
- package/dist-es/commands/CreateEventDataStoreCommand.js +28 -21
- package/dist-es/commands/CreateTrailCommand.js +28 -21
- package/dist-es/commands/DeleteEventDataStoreCommand.js +28 -21
- package/dist-es/commands/DeleteTrailCommand.js +28 -21
- package/dist-es/commands/DescribeQueryCommand.js +28 -21
- package/dist-es/commands/DescribeTrailsCommand.js +28 -21
- package/dist-es/commands/GetChannelCommand.js +28 -21
- package/dist-es/commands/GetEventDataStoreCommand.js +28 -21
- package/dist-es/commands/GetEventSelectorsCommand.js +28 -21
- package/dist-es/commands/GetImportCommand.js +28 -21
- package/dist-es/commands/GetInsightSelectorsCommand.js +28 -21
- package/dist-es/commands/GetQueryResultsCommand.js +28 -21
- package/dist-es/commands/GetTrailCommand.js +28 -21
- package/dist-es/commands/GetTrailStatusCommand.js +28 -21
- package/dist-es/commands/ListChannelsCommand.js +28 -21
- package/dist-es/commands/ListEventDataStoresCommand.js +28 -21
- package/dist-es/commands/ListImportFailuresCommand.js +28 -21
- package/dist-es/commands/ListImportsCommand.js +28 -21
- package/dist-es/commands/ListPublicKeysCommand.js +28 -21
- package/dist-es/commands/ListQueriesCommand.js +28 -21
- package/dist-es/commands/ListTagsCommand.js +28 -21
- package/dist-es/commands/ListTrailsCommand.js +28 -21
- package/dist-es/commands/LookupEventsCommand.js +28 -21
- package/dist-es/commands/PutEventSelectorsCommand.js +28 -21
- package/dist-es/commands/PutInsightSelectorsCommand.js +28 -21
- package/dist-es/commands/RemoveTagsCommand.js +28 -21
- package/dist-es/commands/RestoreEventDataStoreCommand.js +28 -21
- package/dist-es/commands/StartImportCommand.js +28 -21
- package/dist-es/commands/StartLoggingCommand.js +28 -21
- package/dist-es/commands/StartQueryCommand.js +28 -21
- package/dist-es/commands/StopImportCommand.js +28 -21
- package/dist-es/commands/StopLoggingCommand.js +28 -21
- package/dist-es/commands/UpdateEventDataStoreCommand.js +28 -21
- package/dist-es/commands/UpdateTrailCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CloudTrailServiceException.js +10 -5
- package/dist-es/models/models_0.js +943 -1136
- package/dist-es/pagination/GetQueryResultsPaginator.js +67 -24
- package/dist-es/pagination/ListChannelsPaginator.js +68 -25
- package/dist-es/pagination/ListEventDataStoresPaginator.js +68 -25
- package/dist-es/pagination/ListImportFailuresPaginator.js +68 -25
- package/dist-es/pagination/ListImportsPaginator.js +68 -25
- package/dist-es/pagination/ListPublicKeysPaginator.js +67 -24
- package/dist-es/pagination/ListQueriesPaginator.js +68 -25
- package/dist-es/pagination/ListTagsPaginator.js +67 -24
- package/dist-es/pagination/ListTrailsPaginator.js +67 -24
- package/dist-es/pagination/LookupEventsPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +4293 -3466
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-cloudtrail
|
|
@@ -4574,10 +4574,10 @@ const deserializeAws_json1_1UpdateTrailResponse = (output, context) => {
|
|
|
4574
4574
|
};
|
|
4575
4575
|
};
|
|
4576
4576
|
const deserializeMetadata = (output) => {
|
|
4577
|
-
var _a;
|
|
4577
|
+
var _a, _b;
|
|
4578
4578
|
return ({
|
|
4579
4579
|
httpStatusCode: output.statusCode,
|
|
4580
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
4580
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
4581
4581
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
4582
4582
|
cfId: output.headers["x-amz-cf-id"],
|
|
4583
4583
|
});
|