@aws-sdk/client-cloudtrail 3.36.0 → 3.36.1
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/CloudTrail.js +0 -18
- package/dist-cjs/CloudTrailClient.js +0 -23
- package/dist-cjs/commands/AddTagsCommand.js +0 -27
- package/dist-cjs/commands/CreateTrailCommand.js +0 -25
- package/dist-cjs/commands/DeleteTrailCommand.js +0 -26
- package/dist-cjs/commands/DescribeTrailsCommand.js +0 -24
- package/dist-cjs/commands/GetEventSelectorsCommand.js +0 -40
- package/dist-cjs/commands/GetInsightSelectorsCommand.js +0 -30
- package/dist-cjs/commands/GetTrailCommand.js +0 -24
- package/dist-cjs/commands/GetTrailStatusCommand.js +0 -24
- package/dist-cjs/commands/ListPublicKeysCommand.js +0 -29
- package/dist-cjs/commands/ListTagsCommand.js +0 -24
- package/dist-cjs/commands/ListTrailsCommand.js +0 -24
- package/dist-cjs/commands/LookupEventsCommand.js +0 -71
- package/dist-cjs/commands/PutEventSelectorsCommand.js +0 -68
- package/dist-cjs/commands/PutInsightSelectorsCommand.js +0 -27
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -24
- package/dist-cjs/commands/StartLoggingCommand.js +0 -24
- package/dist-cjs/commands/StopLoggingCommand.js +0 -30
- package/dist-cjs/commands/UpdateTrailCommand.js +0 -29
- package/dist-cjs/models/models_0.js +0 -279
- package/dist-cjs/pagination/ListPublicKeysPaginator.js +0 -10
- package/dist-cjs/pagination/ListTagsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTrailsPaginator.js +0 -10
- package/dist-cjs/pagination/LookupEventsPaginator.js +0 -10
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-types/ts3.4/CloudTrail.d.ts +19 -210
- package/dist-types/ts3.4/CloudTrailClient.d.ts +24 -104
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +2 -36
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +2 -67
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +2 -64
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +2 -25
- package/dist-types/ts3.4/models/models_0.d.ts +390 -1877
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +3 -3
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CloudTrailClientConfig } from "./CloudTrailClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CloudTrailClientConfig } from "./CloudTrailClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
2
|
import { CloudTrailClientConfig } from "./CloudTrailClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
|
|
7
5
|
apiVersion: string;
|
|
8
6
|
disableHostPrefix: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudtrail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.36.
|
|
4
|
+
"version": "3.36.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.36.
|
|
24
|
+
"@aws-sdk/client-sts": "3.36.1",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.36.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.36.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.36.1",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.36.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.36.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.36.0",
|