@aws-sdk/client-cloudtrail 3.934.0 → 3.936.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/index.js +183 -127
- package/dist-es/CloudTrail.js +2 -0
- package/dist-es/commands/ListInsightsDataCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +118 -0
- package/dist-es/models/errors.js +1205 -0
- package/dist-es/models/models_0.js +1 -1311
- package/dist-es/pagination/ListInsightsDataPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +33 -8
- package/dist-types/CloudTrail.d.ts +7 -0
- package/dist-types/CloudTrailClient.d.ts +3 -2
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +5 -0
- package/dist-types/commands/DeleteTrailCommand.d.ts +12 -0
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +5 -2
- package/dist-types/commands/ListInsightsDataCommand.d.ts +126 -0
- package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +35 -1
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +26 -2
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +294 -0
- package/dist-types/models/errors.d.ts +1615 -0
- package/dist-types/models/models_0.d.ts +239 -2023
- package/dist-types/pagination/ListInsightsDataPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -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/ListInsightsDataCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +153 -0
- package/dist-types/ts3.4/models/errors.d.ts +794 -0
- package/dist-types/ts3.4/models/models_0.d.ts +57 -944
- package/dist-types/ts3.4/pagination/ListInsightsDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInsightsDataCommandInput,
|
|
4
|
+
ListInsightsDataCommandOutput,
|
|
5
|
+
} from "../commands/ListInsightsDataCommand";
|
|
6
|
+
import { CloudTrailPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListInsightsData: (
|
|
8
|
+
config: CloudTrailPaginationConfiguration,
|
|
9
|
+
input: ListInsightsDataCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInsightsDataCommandOutput>;
|
|
@@ -4,6 +4,7 @@ export * from "./ListChannelsPaginator";
|
|
|
4
4
|
export * from "./ListEventDataStoresPaginator";
|
|
5
5
|
export * from "./ListImportFailuresPaginator";
|
|
6
6
|
export * from "./ListImportsPaginator";
|
|
7
|
+
export * from "./ListInsightsDataPaginator";
|
|
7
8
|
export * from "./ListInsightsMetricDataPaginator";
|
|
8
9
|
export * from "./ListPublicKeysPaginator";
|
|
9
10
|
export * from "./ListQueriesPaginator";
|
|
@@ -150,6 +150,8 @@ export declare var ListImportFailuresRequest: StaticStructureSchema;
|
|
|
150
150
|
export declare var ListImportFailuresResponse: StaticStructureSchema;
|
|
151
151
|
export declare var ListImportsRequest: StaticStructureSchema;
|
|
152
152
|
export declare var ListImportsResponse: StaticStructureSchema;
|
|
153
|
+
export declare var ListInsightsDataRequest: StaticStructureSchema;
|
|
154
|
+
export declare var ListInsightsDataResponse: StaticStructureSchema;
|
|
153
155
|
export declare var ListInsightsMetricDataRequest: StaticStructureSchema;
|
|
154
156
|
export declare var ListInsightsMetricDataResponse: StaticStructureSchema;
|
|
155
157
|
export declare var ListPublicKeysRequest: StaticStructureSchema;
|
|
@@ -276,12 +278,14 @@ export declare var ResourceIdList: number;
|
|
|
276
278
|
export declare var ResourceList: StaticListSchema;
|
|
277
279
|
export declare var ResourceTagList: StaticListSchema;
|
|
278
280
|
export declare var SearchSampleQueriesSearchResults: StaticListSchema;
|
|
281
|
+
export declare var SourceEventCategories: number;
|
|
279
282
|
export declare var TagsList: StaticListSchema;
|
|
280
283
|
export declare var Timestamps: number;
|
|
281
284
|
export declare var TrailList: StaticListSchema;
|
|
282
285
|
export declare var TrailNameList: number;
|
|
283
286
|
export declare var Trails: StaticListSchema;
|
|
284
287
|
export declare var WidgetList: StaticListSchema;
|
|
288
|
+
export declare var ListInsightsDataDimensions: number;
|
|
285
289
|
export declare var QueryParameterValues: number;
|
|
286
290
|
export declare var QueryResultColumn: number;
|
|
287
291
|
export declare var ViewPropertiesMap: number;
|
|
@@ -318,6 +322,7 @@ export declare var ListDashboards: StaticOperationSchema;
|
|
|
318
322
|
export declare var ListEventDataStores: StaticOperationSchema;
|
|
319
323
|
export declare var ListImportFailures: StaticOperationSchema;
|
|
320
324
|
export declare var ListImports: StaticOperationSchema;
|
|
325
|
+
export declare var ListInsightsData: StaticOperationSchema;
|
|
321
326
|
export declare var ListInsightsMetricData: StaticOperationSchema;
|
|
322
327
|
export declare var ListPublicKeys: StaticOperationSchema;
|
|
323
328
|
export declare var ListQueries: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.936.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|