@aws-sdk/client-cloudtrail 3.743.0 → 3.744.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 +28 -28
- package/package.json +12 -12
|
@@ -553,10 +553,10 @@ export type BillingMode = (typeof BillingMode)[keyof typeof BillingMode];
|
|
|
553
553
|
*/
|
|
554
554
|
export interface CancelQueryRequest {
|
|
555
555
|
/**
|
|
556
|
-
* @deprecated
|
|
557
|
-
*
|
|
558
556
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which the specified
|
|
559
557
|
* query is running.</p>
|
|
558
|
+
*
|
|
559
|
+
* @deprecated
|
|
560
560
|
* @public
|
|
561
561
|
*/
|
|
562
562
|
EventDataStore?: string | undefined;
|
|
@@ -1837,9 +1837,9 @@ export interface CreateTrailResponse {
|
|
|
1837
1837
|
*/
|
|
1838
1838
|
S3KeyPrefix?: string | undefined;
|
|
1839
1839
|
/**
|
|
1840
|
-
* @deprecated
|
|
1841
|
-
*
|
|
1842
1840
|
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
1841
|
+
*
|
|
1842
|
+
* @deprecated
|
|
1843
1843
|
* @public
|
|
1844
1844
|
*/
|
|
1845
1845
|
SnsTopicName?: string | undefined;
|
|
@@ -2420,10 +2420,10 @@ export declare class NotOrganizationManagementAccountException extends __BaseExc
|
|
|
2420
2420
|
*/
|
|
2421
2421
|
export interface DescribeQueryRequest {
|
|
2422
2422
|
/**
|
|
2423
|
-
* @deprecated
|
|
2424
|
-
*
|
|
2425
2423
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which the specified
|
|
2426
2424
|
* query was run.</p>
|
|
2425
|
+
*
|
|
2426
|
+
* @deprecated
|
|
2427
2427
|
* @public
|
|
2428
2428
|
*/
|
|
2429
2429
|
EventDataStore?: string | undefined;
|
|
@@ -2639,9 +2639,9 @@ export interface Trail {
|
|
|
2639
2639
|
*/
|
|
2640
2640
|
S3KeyPrefix?: string | undefined;
|
|
2641
2641
|
/**
|
|
2642
|
-
* @deprecated
|
|
2643
|
-
*
|
|
2644
2642
|
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
2643
|
+
*
|
|
2644
|
+
* @deprecated
|
|
2645
2645
|
* @public
|
|
2646
2646
|
*/
|
|
2647
2647
|
SnsTopicName?: string | undefined;
|
|
@@ -3814,10 +3814,10 @@ export declare class InsightNotEnabledException extends __BaseException {
|
|
|
3814
3814
|
*/
|
|
3815
3815
|
export interface GetQueryResultsRequest {
|
|
3816
3816
|
/**
|
|
3817
|
-
* @deprecated
|
|
3818
|
-
*
|
|
3819
3817
|
* <p>The ARN (or ID suffix of the ARN) of the event data store against which the query was
|
|
3820
3818
|
* run.</p>
|
|
3819
|
+
*
|
|
3820
|
+
* @deprecated
|
|
3821
3821
|
* @public
|
|
3822
3822
|
*/
|
|
3823
3823
|
EventDataStore?: string | undefined;
|
|
@@ -4289,64 +4289,64 @@ export interface EventDataStore {
|
|
|
4289
4289
|
*/
|
|
4290
4290
|
Name?: string | undefined;
|
|
4291
4291
|
/**
|
|
4292
|
-
* @deprecated
|
|
4293
|
-
*
|
|
4294
4292
|
* <p>Indicates whether the event data store is protected from
|
|
4295
4293
|
* termination.</p>
|
|
4294
|
+
*
|
|
4295
|
+
* @deprecated
|
|
4296
4296
|
* @public
|
|
4297
4297
|
*/
|
|
4298
4298
|
TerminationProtectionEnabled?: boolean | undefined;
|
|
4299
4299
|
/**
|
|
4300
|
-
* @deprecated
|
|
4301
|
-
*
|
|
4302
4300
|
* <p>The status of an event data store.</p>
|
|
4301
|
+
*
|
|
4302
|
+
* @deprecated
|
|
4303
4303
|
* @public
|
|
4304
4304
|
*/
|
|
4305
4305
|
Status?: EventDataStoreStatus | undefined;
|
|
4306
4306
|
/**
|
|
4307
|
-
* @deprecated
|
|
4308
|
-
*
|
|
4309
4307
|
* <p>The advanced event selectors that were used to select
|
|
4310
4308
|
* events for the data store.</p>
|
|
4309
|
+
*
|
|
4310
|
+
* @deprecated
|
|
4311
4311
|
* @public
|
|
4312
4312
|
*/
|
|
4313
4313
|
AdvancedEventSelectors?: AdvancedEventSelector[] | undefined;
|
|
4314
4314
|
/**
|
|
4315
|
-
* @deprecated
|
|
4316
|
-
*
|
|
4317
4315
|
* <p>Indicates whether the event data store includes events
|
|
4318
4316
|
* from all Regions, or only from the Region in which it was created.</p>
|
|
4317
|
+
*
|
|
4318
|
+
* @deprecated
|
|
4319
4319
|
* @public
|
|
4320
4320
|
*/
|
|
4321
4321
|
MultiRegionEnabled?: boolean | undefined;
|
|
4322
4322
|
/**
|
|
4323
|
-
* @deprecated
|
|
4324
|
-
*
|
|
4325
4323
|
* <p>Indicates that an event data store is collecting logged
|
|
4326
4324
|
* events for an organization.</p>
|
|
4325
|
+
*
|
|
4326
|
+
* @deprecated
|
|
4327
4327
|
* @public
|
|
4328
4328
|
*/
|
|
4329
4329
|
OrganizationEnabled?: boolean | undefined;
|
|
4330
4330
|
/**
|
|
4331
|
-
* @deprecated
|
|
4332
|
-
*
|
|
4333
4331
|
* <p>The retention period, in days.</p>
|
|
4332
|
+
*
|
|
4333
|
+
* @deprecated
|
|
4334
4334
|
* @public
|
|
4335
4335
|
*/
|
|
4336
4336
|
RetentionPeriod?: number | undefined;
|
|
4337
4337
|
/**
|
|
4338
|
-
* @deprecated
|
|
4339
|
-
*
|
|
4340
4338
|
* <p>The timestamp of the event data store's creation.</p>
|
|
4339
|
+
*
|
|
4340
|
+
* @deprecated
|
|
4341
4341
|
* @public
|
|
4342
4342
|
*/
|
|
4343
4343
|
CreatedTimestamp?: Date | undefined;
|
|
4344
4344
|
/**
|
|
4345
|
-
* @deprecated
|
|
4346
|
-
*
|
|
4347
4345
|
* <p>The timestamp showing when an event data store was
|
|
4348
4346
|
* updated, if applicable. <code>UpdatedTimestamp</code> is always either the same or newer
|
|
4349
4347
|
* than the time shown in <code>CreatedTimestamp</code>.</p>
|
|
4348
|
+
*
|
|
4349
|
+
* @deprecated
|
|
4350
4350
|
* @public
|
|
4351
4351
|
*/
|
|
4352
4352
|
UpdatedTimestamp?: Date | undefined;
|
|
@@ -6609,9 +6609,9 @@ export interface UpdateTrailResponse {
|
|
|
6609
6609
|
*/
|
|
6610
6610
|
S3KeyPrefix?: string | undefined;
|
|
6611
6611
|
/**
|
|
6612
|
-
* @deprecated
|
|
6613
|
-
*
|
|
6614
6612
|
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
6613
|
+
*
|
|
6614
|
+
* @deprecated
|
|
6615
6615
|
* @public
|
|
6616
6616
|
*/
|
|
6617
6617
|
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.744.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.
|
|
23
|
+
"@aws-sdk/core": "3.744.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.744.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.744.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.744.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.4",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.3",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.4",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.4",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|