@aws-sdk/client-cloudtrail 3.348.0 → 3.352.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 +0 -277
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/CloudTrail.d.ts +0 -277
- package/dist-types/CloudTrailClient.d.ts +0 -277
- package/dist-types/commands/DescribeQueryCommand.d.ts +7 -3
- package/dist-types/commands/GetQueryResultsCommand.d.ts +1 -2
- package/dist-types/commands/StartQueryCommand.d.ts +10 -3
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +5 -1
- package/dist-types/index.d.ts +0 -277
- package/dist-types/models/models_0.d.ts +64 -6
- package/dist-types/ts3.4/models/models_0.d.ts +5 -2
- package/package.json +6 -6
|
@@ -517,6 +517,11 @@ export interface AdvancedFieldSelector {
|
|
|
517
517
|
* </li>
|
|
518
518
|
* <li>
|
|
519
519
|
* <p>
|
|
520
|
+
* <code>AWS::CodeWhisperer::Profile</code>
|
|
521
|
+
* </p>
|
|
522
|
+
* </li>
|
|
523
|
+
* <li>
|
|
524
|
+
* <p>
|
|
520
525
|
* <code>AWS::Cognito::IdentityPool</code>
|
|
521
526
|
* </p>
|
|
522
527
|
* </li>
|
|
@@ -532,6 +537,11 @@ export interface AdvancedFieldSelector {
|
|
|
532
537
|
* </li>
|
|
533
538
|
* <li>
|
|
534
539
|
* <p>
|
|
540
|
+
* <code>AWS::EMRWAL::Workspace</code>
|
|
541
|
+
* </p>
|
|
542
|
+
* </li>
|
|
543
|
+
* <li>
|
|
544
|
+
* <p>
|
|
535
545
|
* <code>AWS::FinSpace::Environment</code>
|
|
536
546
|
* </p>
|
|
537
547
|
* </li>
|
|
@@ -640,6 +650,16 @@ export interface AdvancedFieldSelector {
|
|
|
640
650
|
* </p>
|
|
641
651
|
* </li>
|
|
642
652
|
* </ul>
|
|
653
|
+
* <p>When resources.type equals <code>AWS::CodeWhisperer::Profile</code>, and the operator is
|
|
654
|
+
* set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the
|
|
655
|
+
* following format:</p>
|
|
656
|
+
* <ul>
|
|
657
|
+
* <li>
|
|
658
|
+
* <p>
|
|
659
|
+
* <code>arn:<partition>:codewhisperer:<region>:<account_ID>:profile/<profile_ID></code>
|
|
660
|
+
* </p>
|
|
661
|
+
* </li>
|
|
662
|
+
* </ul>
|
|
643
663
|
* <p>When resources.type equals <code>AWS::Cognito::IdentityPool</code>, and the operator is
|
|
644
664
|
* set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the
|
|
645
665
|
* following format:</p>
|
|
@@ -670,6 +690,16 @@ export interface AdvancedFieldSelector {
|
|
|
670
690
|
* </p>
|
|
671
691
|
* </li>
|
|
672
692
|
* </ul>
|
|
693
|
+
* <p>When <code>resources.type</code> equals <code>AWS::EMRWAL::Workspace</code>, and the
|
|
694
|
+
* operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be in
|
|
695
|
+
* the following format:</p>
|
|
696
|
+
* <ul>
|
|
697
|
+
* <li>
|
|
698
|
+
* <p>
|
|
699
|
+
* <code>arn:<partition>:emrwal:<region>::workspace/<workspace_name></code>
|
|
700
|
+
* </p>
|
|
701
|
+
* </li>
|
|
702
|
+
* </ul>
|
|
673
703
|
* <p>When <code>resources.type</code> equals <code>AWS::FinSpace::Environment</code>,
|
|
674
704
|
* and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
|
|
675
705
|
* must be in the following format:</p>
|
|
@@ -1720,7 +1750,7 @@ export interface CreateTrailResponse {
|
|
|
1720
1750
|
/**
|
|
1721
1751
|
* @deprecated
|
|
1722
1752
|
*
|
|
1723
|
-
* <p>This field is no longer in use. Use SnsTopicARN
|
|
1753
|
+
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
1724
1754
|
*/
|
|
1725
1755
|
SnsTopicName?: string;
|
|
1726
1756
|
/**
|
|
@@ -2207,7 +2237,13 @@ export interface DescribeQueryRequest {
|
|
|
2207
2237
|
/**
|
|
2208
2238
|
* <p>The query ID.</p>
|
|
2209
2239
|
*/
|
|
2210
|
-
QueryId
|
|
2240
|
+
QueryId?: string;
|
|
2241
|
+
/**
|
|
2242
|
+
* <p>
|
|
2243
|
+
* The alias that identifies a query template.
|
|
2244
|
+
* </p>
|
|
2245
|
+
*/
|
|
2246
|
+
QueryAlias?: string;
|
|
2211
2247
|
}
|
|
2212
2248
|
/**
|
|
2213
2249
|
* @public
|
|
@@ -2363,7 +2399,7 @@ export interface Trail {
|
|
|
2363
2399
|
/**
|
|
2364
2400
|
* @deprecated
|
|
2365
2401
|
*
|
|
2366
|
-
* <p>This field is no longer in use. Use SnsTopicARN
|
|
2402
|
+
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
2367
2403
|
*/
|
|
2368
2404
|
SnsTopicName?: string;
|
|
2369
2405
|
/**
|
|
@@ -2720,7 +2756,7 @@ export interface DataResource {
|
|
|
2720
2756
|
* <p>The following resource types are also available through <i>advanced</i>
|
|
2721
2757
|
* event selectors. Basic event selector resource types are valid in advanced event selectors,
|
|
2722
2758
|
* but advanced event selector resource types are not valid in basic event selectors. For more
|
|
2723
|
-
* information, see <a>AdvancedFieldSelector
|
|
2759
|
+
* information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_AdvancedFieldSelector.html">AdvancedFieldSelector</a>.</p>
|
|
2724
2760
|
* <ul>
|
|
2725
2761
|
* <li>
|
|
2726
2762
|
* <p>
|
|
@@ -2729,6 +2765,11 @@ export interface DataResource {
|
|
|
2729
2765
|
* </li>
|
|
2730
2766
|
* <li>
|
|
2731
2767
|
* <p>
|
|
2768
|
+
* <code>AWS::CodeWhisperer::Profile</code>
|
|
2769
|
+
* </p>
|
|
2770
|
+
* </li>
|
|
2771
|
+
* <li>
|
|
2772
|
+
* <p>
|
|
2732
2773
|
* <code>AWS::Cognito::IdentityPool</code>
|
|
2733
2774
|
* </p>
|
|
2734
2775
|
* </li>
|
|
@@ -2744,6 +2785,11 @@ export interface DataResource {
|
|
|
2744
2785
|
* </li>
|
|
2745
2786
|
* <li>
|
|
2746
2787
|
* <p>
|
|
2788
|
+
* <code>AWS::EMRWAL::Workspace</code>
|
|
2789
|
+
* </p>
|
|
2790
|
+
* </li>
|
|
2791
|
+
* <li>
|
|
2792
|
+
* <p>
|
|
2747
2793
|
* <code>AWS::FinSpace::Environment</code>
|
|
2748
2794
|
* </p>
|
|
2749
2795
|
* </li>
|
|
@@ -4731,11 +4777,23 @@ export interface StartQueryRequest {
|
|
|
4731
4777
|
/**
|
|
4732
4778
|
* <p>The SQL code of your query.</p>
|
|
4733
4779
|
*/
|
|
4734
|
-
QueryStatement
|
|
4780
|
+
QueryStatement?: string;
|
|
4735
4781
|
/**
|
|
4736
4782
|
* <p> The URI for the S3 bucket where CloudTrail delivers the query results. </p>
|
|
4737
4783
|
*/
|
|
4738
4784
|
DeliveryS3Uri?: string;
|
|
4785
|
+
/**
|
|
4786
|
+
* <p>
|
|
4787
|
+
* The alias that identifies a query template.
|
|
4788
|
+
* </p>
|
|
4789
|
+
*/
|
|
4790
|
+
QueryAlias?: string;
|
|
4791
|
+
/**
|
|
4792
|
+
* <p>
|
|
4793
|
+
* The query parameters for the specified <code>QueryAlias</code>.
|
|
4794
|
+
* </p>
|
|
4795
|
+
*/
|
|
4796
|
+
QueryParameters?: string[];
|
|
4739
4797
|
}
|
|
4740
4798
|
/**
|
|
4741
4799
|
* @public
|
|
@@ -5158,7 +5216,7 @@ export interface UpdateTrailResponse {
|
|
|
5158
5216
|
/**
|
|
5159
5217
|
* @deprecated
|
|
5160
5218
|
*
|
|
5161
|
-
* <p>This field is no longer in use. Use <
|
|
5219
|
+
* <p>This field is no longer in use. Use <code>SnsTopicARN</code>.</p>
|
|
5162
5220
|
*/
|
|
5163
5221
|
SnsTopicName?: string;
|
|
5164
5222
|
/**
|
|
@@ -728,7 +728,8 @@ export declare class NotOrganizationManagementAccountException extends __BaseExc
|
|
|
728
728
|
}
|
|
729
729
|
export interface DescribeQueryRequest {
|
|
730
730
|
EventDataStore?: string;
|
|
731
|
-
QueryId
|
|
731
|
+
QueryId?: string;
|
|
732
|
+
QueryAlias?: string;
|
|
732
733
|
}
|
|
733
734
|
export declare const DeliveryStatus: {
|
|
734
735
|
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
@@ -1350,8 +1351,10 @@ export declare class MaxConcurrentQueriesException extends __BaseException {
|
|
|
1350
1351
|
);
|
|
1351
1352
|
}
|
|
1352
1353
|
export interface StartQueryRequest {
|
|
1353
|
-
QueryStatement
|
|
1354
|
+
QueryStatement?: string;
|
|
1354
1355
|
DeliveryS3Uri?: string;
|
|
1356
|
+
QueryAlias?: string;
|
|
1357
|
+
QueryParameters?: string[];
|
|
1355
1358
|
}
|
|
1356
1359
|
export interface StartQueryResponse {
|
|
1357
1360
|
QueryId?: string;
|
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.352.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.352.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.347.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.352.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.347.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.347.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.347.0",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.347.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.347.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.347.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.352.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.347.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.350.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.347.0",
|
|
43
43
|
"@aws-sdk/types": "3.347.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.347.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-browser": "3.347.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-node": "3.347.0",
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.352.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.347.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.347.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-node": "3.347.0",
|