@aws-sdk/client-cloudtrail 3.1001.0 → 3.1003.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/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +14 -14
- package/package.json +37 -37
|
@@ -1027,7 +1027,7 @@ export declare class InvalidSnsTopicNameException extends __BaseException {
|
|
|
1027
1027
|
/**
|
|
1028
1028
|
* <p>This exception is no longer in use.</p>
|
|
1029
1029
|
*
|
|
1030
|
-
* @deprecated deprecated
|
|
1030
|
+
* @deprecated deprecated.
|
|
1031
1031
|
* @public
|
|
1032
1032
|
*/
|
|
1033
1033
|
export declare class KmsKeyDisabledException extends __BaseException {
|
|
@@ -157,7 +157,7 @@ export interface CancelQueryRequest {
|
|
|
157
157
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which the specified
|
|
158
158
|
* query is running.</p>
|
|
159
159
|
*
|
|
160
|
-
* @deprecated EventDataStore is no longer required by CancelQueryRequest
|
|
160
|
+
* @deprecated EventDataStore is no longer required by CancelQueryRequest.
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
163
|
EventDataStore?: string | undefined;
|
|
@@ -896,7 +896,7 @@ export interface CreateTrailResponse {
|
|
|
896
896
|
/**
|
|
897
897
|
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
898
898
|
*
|
|
899
|
-
* @deprecated deprecated
|
|
899
|
+
* @deprecated deprecated.
|
|
900
900
|
* @public
|
|
901
901
|
*/
|
|
902
902
|
SnsTopicName?: string | undefined;
|
|
@@ -1080,7 +1080,7 @@ export interface DescribeQueryRequest {
|
|
|
1080
1080
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which the specified
|
|
1081
1081
|
* query was run.</p>
|
|
1082
1082
|
*
|
|
1083
|
-
* @deprecated EventDataStore is no longer required by DescribeQueryRequest
|
|
1083
|
+
* @deprecated EventDataStore is no longer required by DescribeQueryRequest.
|
|
1084
1084
|
* @public
|
|
1085
1085
|
*/
|
|
1086
1086
|
EventDataStore?: string | undefined;
|
|
@@ -1279,7 +1279,7 @@ export interface Trail {
|
|
|
1279
1279
|
/**
|
|
1280
1280
|
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
1281
1281
|
*
|
|
1282
|
-
* @deprecated deprecated
|
|
1282
|
+
* @deprecated deprecated.
|
|
1283
1283
|
* @public
|
|
1284
1284
|
*/
|
|
1285
1285
|
SnsTopicName?: string | undefined;
|
|
@@ -2389,7 +2389,7 @@ export interface GetQueryResultsRequest {
|
|
|
2389
2389
|
* <p>The ARN (or ID suffix of the ARN) of the event data store against which the query was
|
|
2390
2390
|
* run.</p>
|
|
2391
2391
|
*
|
|
2392
|
-
* @deprecated EventDataStore is no longer required by GetQueryResultsRequest
|
|
2392
|
+
* @deprecated EventDataStore is no longer required by GetQueryResultsRequest.
|
|
2393
2393
|
* @public
|
|
2394
2394
|
*/
|
|
2395
2395
|
EventDataStore?: string | undefined;
|
|
@@ -2829,14 +2829,14 @@ export interface EventDataStore {
|
|
|
2829
2829
|
* <p>Indicates whether the event data store is protected from
|
|
2830
2830
|
* termination.</p>
|
|
2831
2831
|
*
|
|
2832
|
-
* @deprecated TerminationProtectionEnabled is no longer returned by ListEventDataStores
|
|
2832
|
+
* @deprecated TerminationProtectionEnabled is no longer returned by ListEventDataStores.
|
|
2833
2833
|
* @public
|
|
2834
2834
|
*/
|
|
2835
2835
|
TerminationProtectionEnabled?: boolean | undefined;
|
|
2836
2836
|
/**
|
|
2837
2837
|
* <p>The status of an event data store.</p>
|
|
2838
2838
|
*
|
|
2839
|
-
* @deprecated Status is no longer returned by ListEventDataStores
|
|
2839
|
+
* @deprecated Status is no longer returned by ListEventDataStores.
|
|
2840
2840
|
* @public
|
|
2841
2841
|
*/
|
|
2842
2842
|
Status?: EventDataStoreStatus | undefined;
|
|
@@ -2844,7 +2844,7 @@ export interface EventDataStore {
|
|
|
2844
2844
|
* <p>The advanced event selectors that were used to select
|
|
2845
2845
|
* events for the data store.</p>
|
|
2846
2846
|
*
|
|
2847
|
-
* @deprecated AdvancedEventSelectors is no longer returned by ListEventDataStores
|
|
2847
|
+
* @deprecated AdvancedEventSelectors is no longer returned by ListEventDataStores.
|
|
2848
2848
|
* @public
|
|
2849
2849
|
*/
|
|
2850
2850
|
AdvancedEventSelectors?: AdvancedEventSelector[] | undefined;
|
|
@@ -2852,7 +2852,7 @@ export interface EventDataStore {
|
|
|
2852
2852
|
* <p>Indicates whether the event data store includes events
|
|
2853
2853
|
* from all Regions, or only from the Region in which it was created.</p>
|
|
2854
2854
|
*
|
|
2855
|
-
* @deprecated MultiRegionEnabled is no longer returned by ListEventDataStores
|
|
2855
|
+
* @deprecated MultiRegionEnabled is no longer returned by ListEventDataStores.
|
|
2856
2856
|
* @public
|
|
2857
2857
|
*/
|
|
2858
2858
|
MultiRegionEnabled?: boolean | undefined;
|
|
@@ -2860,21 +2860,21 @@ export interface EventDataStore {
|
|
|
2860
2860
|
* <p>Indicates that an event data store is collecting logged
|
|
2861
2861
|
* events for an organization.</p>
|
|
2862
2862
|
*
|
|
2863
|
-
* @deprecated OrganizationEnabled is no longer returned by ListEventDataStores
|
|
2863
|
+
* @deprecated OrganizationEnabled is no longer returned by ListEventDataStores.
|
|
2864
2864
|
* @public
|
|
2865
2865
|
*/
|
|
2866
2866
|
OrganizationEnabled?: boolean | undefined;
|
|
2867
2867
|
/**
|
|
2868
2868
|
* <p>The retention period, in days.</p>
|
|
2869
2869
|
*
|
|
2870
|
-
* @deprecated RetentionPeriod is no longer returned by ListEventDataStores
|
|
2870
|
+
* @deprecated RetentionPeriod is no longer returned by ListEventDataStores.
|
|
2871
2871
|
* @public
|
|
2872
2872
|
*/
|
|
2873
2873
|
RetentionPeriod?: number | undefined;
|
|
2874
2874
|
/**
|
|
2875
2875
|
* <p>The timestamp of the event data store's creation.</p>
|
|
2876
2876
|
*
|
|
2877
|
-
* @deprecated CreatedTimestamp is no longer returned by ListEventDataStores
|
|
2877
|
+
* @deprecated CreatedTimestamp is no longer returned by ListEventDataStores.
|
|
2878
2878
|
* @public
|
|
2879
2879
|
*/
|
|
2880
2880
|
CreatedTimestamp?: Date | undefined;
|
|
@@ -2883,7 +2883,7 @@ export interface EventDataStore {
|
|
|
2883
2883
|
* updated, if applicable. <code>UpdatedTimestamp</code> is always either the same or newer
|
|
2884
2884
|
* than the time shown in <code>CreatedTimestamp</code>.</p>
|
|
2885
2885
|
*
|
|
2886
|
-
* @deprecated UpdatedTimestamp is no longer returned by ListEventDataStores
|
|
2886
|
+
* @deprecated UpdatedTimestamp is no longer returned by ListEventDataStores.
|
|
2887
2887
|
* @public
|
|
2888
2888
|
*/
|
|
2889
2889
|
UpdatedTimestamp?: Date | undefined;
|
|
@@ -5005,7 +5005,7 @@ export interface UpdateTrailResponse {
|
|
|
5005
5005
|
/**
|
|
5006
5006
|
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
5007
5007
|
*
|
|
5008
|
-
* @deprecated deprecated
|
|
5008
|
+
* @deprecated deprecated.
|
|
5009
5009
|
* @public
|
|
5010
5010
|
*/
|
|
5011
5011
|
SnsTopicName?: string | undefined;
|
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.1003.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",
|
|
@@ -23,42 +23,42 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
34
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
37
|
-
"@smithy/config-resolver": "^4.4.
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
39
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
40
|
-
"@smithy/hash-node": "^4.2.
|
|
41
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
42
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
46
|
-
"@smithy/middleware-stack": "^4.2.
|
|
47
|
-
"@smithy/node-config-provider": "^4.3.
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
49
|
-
"@smithy/protocol-http": "^5.3.
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
26
|
+
"@aws-sdk/core": "^3.973.18",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.17",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.18",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
33
|
+
"@aws-sdk/types": "^3.973.5",
|
|
34
|
+
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.3",
|
|
37
|
+
"@smithy/config-resolver": "^4.4.10",
|
|
38
|
+
"@smithy/core": "^3.23.8",
|
|
39
|
+
"@smithy/fetch-http-handler": "^5.3.13",
|
|
40
|
+
"@smithy/hash-node": "^4.2.11",
|
|
41
|
+
"@smithy/invalid-dependency": "^4.2.11",
|
|
42
|
+
"@smithy/middleware-content-length": "^4.2.11",
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.22",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.39",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.12",
|
|
46
|
+
"@smithy/middleware-stack": "^4.2.11",
|
|
47
|
+
"@smithy/node-config-provider": "^4.3.11",
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.14",
|
|
49
|
+
"@smithy/protocol-http": "^5.3.11",
|
|
50
|
+
"@smithy/smithy-client": "^4.12.2",
|
|
51
51
|
"@smithy/types": "^4.13.0",
|
|
52
|
-
"@smithy/url-parser": "^4.2.
|
|
53
|
-
"@smithy/util-base64": "^4.3.
|
|
54
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
55
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
58
|
-
"@smithy/util-endpoints": "^3.3.
|
|
59
|
-
"@smithy/util-middleware": "^4.2.
|
|
60
|
-
"@smithy/util-retry": "^4.2.
|
|
61
|
-
"@smithy/util-utf8": "^4.2.
|
|
52
|
+
"@smithy/url-parser": "^4.2.11",
|
|
53
|
+
"@smithy/util-base64": "^4.3.2",
|
|
54
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.38",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.41",
|
|
58
|
+
"@smithy/util-endpoints": "^3.3.2",
|
|
59
|
+
"@smithy/util-middleware": "^4.2.11",
|
|
60
|
+
"@smithy/util-retry": "^4.2.11",
|
|
61
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"node": ">=20.0.0"
|
|
74
74
|
},
|
|
75
75
|
"typesVersions": {
|
|
76
|
-
"<4.
|
|
76
|
+
"<4.5": {
|
|
77
77
|
"dist-types/*": [
|
|
78
78
|
"dist-types/ts3.4/*"
|
|
79
79
|
]
|