@aws-sdk/client-cloudtrail 3.908.0 → 3.910.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/models_0.d.ts +15 -15
- package/package.json +33 -33
|
@@ -556,7 +556,7 @@ export interface CancelQueryRequest {
|
|
|
556
556
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which the specified
|
|
557
557
|
* query is running.</p>
|
|
558
558
|
*
|
|
559
|
-
* @deprecated
|
|
559
|
+
* @deprecated EventDataStore is no longer required by CancelQueryRequest
|
|
560
560
|
* @public
|
|
561
561
|
*/
|
|
562
562
|
EventDataStore?: string | undefined;
|
|
@@ -1839,7 +1839,7 @@ export interface CreateTrailResponse {
|
|
|
1839
1839
|
/**
|
|
1840
1840
|
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
1841
1841
|
*
|
|
1842
|
-
* @deprecated
|
|
1842
|
+
* @deprecated deprecated
|
|
1843
1843
|
* @public
|
|
1844
1844
|
*/
|
|
1845
1845
|
SnsTopicName?: string | undefined;
|
|
@@ -2045,7 +2045,7 @@ export declare class InvalidSnsTopicNameException extends __BaseException {
|
|
|
2045
2045
|
/**
|
|
2046
2046
|
* <p>This exception is no longer in use.</p>
|
|
2047
2047
|
*
|
|
2048
|
-
* @deprecated
|
|
2048
|
+
* @deprecated deprecated
|
|
2049
2049
|
* @public
|
|
2050
2050
|
*/
|
|
2051
2051
|
export declare class KmsKeyDisabledException extends __BaseException {
|
|
@@ -2423,7 +2423,7 @@ export interface DescribeQueryRequest {
|
|
|
2423
2423
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which the specified
|
|
2424
2424
|
* query was run.</p>
|
|
2425
2425
|
*
|
|
2426
|
-
* @deprecated
|
|
2426
|
+
* @deprecated EventDataStore is no longer required by DescribeQueryRequest
|
|
2427
2427
|
* @public
|
|
2428
2428
|
*/
|
|
2429
2429
|
EventDataStore?: string | undefined;
|
|
@@ -2641,7 +2641,7 @@ export interface Trail {
|
|
|
2641
2641
|
/**
|
|
2642
2642
|
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
2643
2643
|
*
|
|
2644
|
-
* @deprecated
|
|
2644
|
+
* @deprecated deprecated
|
|
2645
2645
|
* @public
|
|
2646
2646
|
*/
|
|
2647
2647
|
SnsTopicName?: string | undefined;
|
|
@@ -3904,7 +3904,7 @@ export interface GetQueryResultsRequest {
|
|
|
3904
3904
|
* <p>The ARN (or ID suffix of the ARN) of the event data store against which the query was
|
|
3905
3905
|
* run.</p>
|
|
3906
3906
|
*
|
|
3907
|
-
* @deprecated
|
|
3907
|
+
* @deprecated EventDataStore is no longer required by GetQueryResultsRequest
|
|
3908
3908
|
* @public
|
|
3909
3909
|
*/
|
|
3910
3910
|
EventDataStore?: string | undefined;
|
|
@@ -4379,14 +4379,14 @@ export interface EventDataStore {
|
|
|
4379
4379
|
* <p>Indicates whether the event data store is protected from
|
|
4380
4380
|
* termination.</p>
|
|
4381
4381
|
*
|
|
4382
|
-
* @deprecated
|
|
4382
|
+
* @deprecated TerminationProtectionEnabled is no longer returned by ListEventDataStores
|
|
4383
4383
|
* @public
|
|
4384
4384
|
*/
|
|
4385
4385
|
TerminationProtectionEnabled?: boolean | undefined;
|
|
4386
4386
|
/**
|
|
4387
4387
|
* <p>The status of an event data store.</p>
|
|
4388
4388
|
*
|
|
4389
|
-
* @deprecated
|
|
4389
|
+
* @deprecated Status is no longer returned by ListEventDataStores
|
|
4390
4390
|
* @public
|
|
4391
4391
|
*/
|
|
4392
4392
|
Status?: EventDataStoreStatus | undefined;
|
|
@@ -4394,7 +4394,7 @@ export interface EventDataStore {
|
|
|
4394
4394
|
* <p>The advanced event selectors that were used to select
|
|
4395
4395
|
* events for the data store.</p>
|
|
4396
4396
|
*
|
|
4397
|
-
* @deprecated
|
|
4397
|
+
* @deprecated AdvancedEventSelectors is no longer returned by ListEventDataStores
|
|
4398
4398
|
* @public
|
|
4399
4399
|
*/
|
|
4400
4400
|
AdvancedEventSelectors?: AdvancedEventSelector[] | undefined;
|
|
@@ -4402,7 +4402,7 @@ export interface EventDataStore {
|
|
|
4402
4402
|
* <p>Indicates whether the event data store includes events
|
|
4403
4403
|
* from all Regions, or only from the Region in which it was created.</p>
|
|
4404
4404
|
*
|
|
4405
|
-
* @deprecated
|
|
4405
|
+
* @deprecated MultiRegionEnabled is no longer returned by ListEventDataStores
|
|
4406
4406
|
* @public
|
|
4407
4407
|
*/
|
|
4408
4408
|
MultiRegionEnabled?: boolean | undefined;
|
|
@@ -4410,21 +4410,21 @@ export interface EventDataStore {
|
|
|
4410
4410
|
* <p>Indicates that an event data store is collecting logged
|
|
4411
4411
|
* events for an organization.</p>
|
|
4412
4412
|
*
|
|
4413
|
-
* @deprecated
|
|
4413
|
+
* @deprecated OrganizationEnabled is no longer returned by ListEventDataStores
|
|
4414
4414
|
* @public
|
|
4415
4415
|
*/
|
|
4416
4416
|
OrganizationEnabled?: boolean | undefined;
|
|
4417
4417
|
/**
|
|
4418
4418
|
* <p>The retention period, in days.</p>
|
|
4419
4419
|
*
|
|
4420
|
-
* @deprecated
|
|
4420
|
+
* @deprecated RetentionPeriod is no longer returned by ListEventDataStores
|
|
4421
4421
|
* @public
|
|
4422
4422
|
*/
|
|
4423
4423
|
RetentionPeriod?: number | undefined;
|
|
4424
4424
|
/**
|
|
4425
4425
|
* <p>The timestamp of the event data store's creation.</p>
|
|
4426
4426
|
*
|
|
4427
|
-
* @deprecated
|
|
4427
|
+
* @deprecated CreatedTimestamp is no longer returned by ListEventDataStores
|
|
4428
4428
|
* @public
|
|
4429
4429
|
*/
|
|
4430
4430
|
CreatedTimestamp?: Date | undefined;
|
|
@@ -4433,7 +4433,7 @@ export interface EventDataStore {
|
|
|
4433
4433
|
* updated, if applicable. <code>UpdatedTimestamp</code> is always either the same or newer
|
|
4434
4434
|
* than the time shown in <code>CreatedTimestamp</code>.</p>
|
|
4435
4435
|
*
|
|
4436
|
-
* @deprecated
|
|
4436
|
+
* @deprecated UpdatedTimestamp is no longer returned by ListEventDataStores
|
|
4437
4437
|
* @public
|
|
4438
4438
|
*/
|
|
4439
4439
|
UpdatedTimestamp?: Date | undefined;
|
|
@@ -6738,7 +6738,7 @@ export interface UpdateTrailResponse {
|
|
|
6738
6738
|
/**
|
|
6739
6739
|
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
6740
6740
|
*
|
|
6741
|
-
* @deprecated
|
|
6741
|
+
* @deprecated deprecated
|
|
6742
6742
|
* @public
|
|
6743
6743
|
*/
|
|
6744
6744
|
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.910.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,41 +20,41 @@
|
|
|
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.
|
|
34
|
-
"@smithy/config-resolver": "^4.3.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.910.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.910.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.910.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.910.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
30
|
+
"@aws-sdk/types": "3.910.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.910.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.910.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.3.2",
|
|
35
|
+
"@smithy/core": "^3.16.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
37
|
+
"@smithy/hash-node": "^4.2.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.3",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.2",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
47
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
48
|
+
"@smithy/types": "^4.7.1",
|
|
49
|
+
"@smithy/url-parser": "^4.2.2",
|
|
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.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.3",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
57
|
+
"@smithy/util-retry": "^4.2.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|