@aws-sdk/client-cloudtrail 3.40.0 → 3.45.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/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrailCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrailsCommand.d.ts +1 -1
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetTrailCommand.d.ts +1 -1
- package/dist-types/commands/GetTrailStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListPublicKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrailsCommand.d.ts +1 -1
- package/dist-types/commands/LookupEventsCommand.d.ts +1 -1
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +1 -1
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/commands/StartLoggingCommand.d.ts +1 -1
- package/dist-types/commands/StopLoggingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrailCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +116 -14
- package/dist-types/ts3.4/models/models_0.d.ts +2 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudtrail
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **clients:** update clients as of 11/18/2021 ([#3039](https://github.com/aws/aws-sdk-js-v3/issues/3039)) ([d2b2c45](https://github.com/aws/aws-sdk-js-v3/commit/d2b2c453315fc7bff798c1fb97c792e59274b4d6))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
48
|
|
|
8
49
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -81,6 +81,7 @@ const partitionHash = {
|
|
|
81
81
|
"ap-south-1",
|
|
82
82
|
"ap-southeast-1",
|
|
83
83
|
"ap-southeast-2",
|
|
84
|
+
"ap-southeast-3",
|
|
84
85
|
"ca-central-1",
|
|
85
86
|
"eu-central-1",
|
|
86
87
|
"eu-north-1",
|
|
@@ -149,6 +150,10 @@ const partitionHash = {
|
|
|
149
150
|
hostname: "cloudtrail.{region}.c2s.ic.gov",
|
|
150
151
|
tags: [],
|
|
151
152
|
},
|
|
153
|
+
{
|
|
154
|
+
hostname: "cloudtrail-fips.{region}.c2s.ic.gov",
|
|
155
|
+
tags: ["fips"],
|
|
156
|
+
},
|
|
152
157
|
],
|
|
153
158
|
},
|
|
154
159
|
"aws-iso-b": {
|
|
@@ -159,6 +164,10 @@ const partitionHash = {
|
|
|
159
164
|
hostname: "cloudtrail.{region}.sc2s.sgov.gov",
|
|
160
165
|
tags: [],
|
|
161
166
|
},
|
|
167
|
+
{
|
|
168
|
+
hostname: "cloudtrail-fips.{region}.sc2s.sgov.gov",
|
|
169
|
+
tags: ["fips"],
|
|
170
|
+
},
|
|
162
171
|
],
|
|
163
172
|
},
|
|
164
173
|
"aws-us-gov": {
|
|
@@ -323,6 +323,7 @@ var GetInsightSelectorsRequest;
|
|
|
323
323
|
var InsightType;
|
|
324
324
|
(function (InsightType) {
|
|
325
325
|
InsightType["ApiCallRateInsight"] = "ApiCallRateInsight";
|
|
326
|
+
InsightType["ApiErrorRateInsight"] = "ApiErrorRateInsight";
|
|
326
327
|
})(InsightType = exports.InsightType || (exports.InsightType = {}));
|
|
327
328
|
var InsightSelector;
|
|
328
329
|
(function (InsightSelector) {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -79,6 +79,7 @@ var partitionHash = {
|
|
|
79
79
|
"ap-south-1",
|
|
80
80
|
"ap-southeast-1",
|
|
81
81
|
"ap-southeast-2",
|
|
82
|
+
"ap-southeast-3",
|
|
82
83
|
"ca-central-1",
|
|
83
84
|
"eu-central-1",
|
|
84
85
|
"eu-north-1",
|
|
@@ -147,6 +148,10 @@ var partitionHash = {
|
|
|
147
148
|
hostname: "cloudtrail.{region}.c2s.ic.gov",
|
|
148
149
|
tags: [],
|
|
149
150
|
},
|
|
151
|
+
{
|
|
152
|
+
hostname: "cloudtrail-fips.{region}.c2s.ic.gov",
|
|
153
|
+
tags: ["fips"],
|
|
154
|
+
},
|
|
150
155
|
],
|
|
151
156
|
},
|
|
152
157
|
"aws-iso-b": {
|
|
@@ -157,6 +162,10 @@ var partitionHash = {
|
|
|
157
162
|
hostname: "cloudtrail.{region}.sc2s.sgov.gov",
|
|
158
163
|
tags: [],
|
|
159
164
|
},
|
|
165
|
+
{
|
|
166
|
+
hostname: "cloudtrail-fips.{region}.sc2s.sgov.gov",
|
|
167
|
+
tags: ["fips"],
|
|
168
|
+
},
|
|
160
169
|
],
|
|
161
170
|
},
|
|
162
171
|
"aws-us-gov": {
|
|
@@ -216,6 +216,7 @@ export var GetInsightSelectorsRequest;
|
|
|
216
216
|
export var InsightType;
|
|
217
217
|
(function (InsightType) {
|
|
218
218
|
InsightType["ApiCallRateInsight"] = "ApiCallRateInsight";
|
|
219
|
+
InsightType["ApiErrorRateInsight"] = "ApiErrorRateInsight";
|
|
219
220
|
})(InsightType || (InsightType = {}));
|
|
220
221
|
export var InsightSelector;
|
|
221
222
|
(function (InsightSelector) {
|
|
@@ -23,7 +23,7 @@ export interface AddTagsCommandOutput extends AddTagsResponse, __MetadataBearer
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link AddTagsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link AddTagsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateTrailCommandOutput extends CreateTrailResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateTrailCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateTrailCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateTrailCommand extends $Command<CreateTrailCommandInput, CreateTrailCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteTrailCommandOutput extends DeleteTrailResponse, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteTrailCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteTrailCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteTrailCommand extends $Command<DeleteTrailCommandInput, DeleteTrailCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeTrailsCommandOutput extends DescribeTrailsResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeTrailsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeTrailsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeTrailsCommand extends $Command<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface GetEventSelectorsCommandOutput extends GetEventSelectorsRespons
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link GetEventSelectorsCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link GetEventSelectorsCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class GetEventSelectorsCommand extends $Command<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetInsightSelectorsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetInsightSelectorsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetInsightSelectorsCommand extends $Command<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTrailCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTrailCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTrailCommand extends $Command<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTrailStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTrailStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTrailStatusCommand extends $Command<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __M
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListPublicKeysCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListPublicKeysCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListPublicKeysCommand extends $Command<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTrailsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTrailsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTrailsCommand extends $Command<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -67,7 +67,7 @@ export interface LookupEventsCommandOutput extends LookupEventsResponse, __Metad
|
|
|
67
67
|
*
|
|
68
68
|
* @see {@link LookupEventsCommandInput} for command's `input` shape.
|
|
69
69
|
* @see {@link LookupEventsCommandOutput} for command's `response` shape.
|
|
70
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
70
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
export declare class LookupEventsCommand extends $Command<LookupEventsCommandInput, LookupEventsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface PutEventSelectorsCommandOutput extends PutEventSelectorsRespons
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link PutEventSelectorsCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link PutEventSelectorsCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class PutEventSelectorsCommand extends $Command<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface PutInsightSelectorsCommandOutput extends PutInsightSelectorsRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link PutInsightSelectorsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link PutInsightSelectorsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class PutInsightSelectorsCommand extends $Command<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RemoveTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RemoveTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartLoggingCommandOutput extends StartLoggingResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartLoggingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartLoggingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartLoggingCommand extends $Command<StartLoggingCommandInput, StartLoggingCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface StopLoggingCommandOutput extends StopLoggingResponse, __Metadat
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link StopLoggingCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link StopLoggingCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class StopLoggingCommand extends $Command<StopLoggingCommandInput, StopLoggingCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateTrailCommandOutput extends UpdateTrailResponse, __Metadat
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateTrailCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateTrailCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudTrailClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateTrailCommand extends $Command<UpdateTrailCommandInput, UpdateTrailCommandOutput, CloudTrailClientResolvedConfig> {
|
|
@@ -276,11 +276,55 @@ export interface AdvancedFieldSelector {
|
|
|
276
276
|
* <code>resources.type</code>
|
|
277
277
|
* </b> - This field is required.
|
|
278
278
|
* <code>resources.type</code> can only use the <code>Equals</code> operator, and the
|
|
279
|
-
*
|
|
280
|
-
*
|
|
281
|
-
* <
|
|
282
|
-
*
|
|
283
|
-
*
|
|
279
|
+
* value can be one of the following:</p>
|
|
280
|
+
* <ul>
|
|
281
|
+
* <li>
|
|
282
|
+
* <p>
|
|
283
|
+
* <code>AWS::S3::Object</code>
|
|
284
|
+
* </p>
|
|
285
|
+
* </li>
|
|
286
|
+
* <li>
|
|
287
|
+
* <p>
|
|
288
|
+
* <code>AWS::Lambda::Function</code>
|
|
289
|
+
* </p>
|
|
290
|
+
* </li>
|
|
291
|
+
* <li>
|
|
292
|
+
* <p>
|
|
293
|
+
* <code>AWS::DynamoDB::Table</code>
|
|
294
|
+
* </p>
|
|
295
|
+
* </li>
|
|
296
|
+
* <li>
|
|
297
|
+
* <p>
|
|
298
|
+
* <code>AWS::S3Outposts::Object</code>
|
|
299
|
+
* </p>
|
|
300
|
+
* </li>
|
|
301
|
+
* <li>
|
|
302
|
+
* <p>
|
|
303
|
+
* <code>AWS::ManagedBlockchain::Node</code>
|
|
304
|
+
* </p>
|
|
305
|
+
* </li>
|
|
306
|
+
* <li>
|
|
307
|
+
* <p>
|
|
308
|
+
* <code>AWS::S3ObjectLambda::AccessPoint</code>
|
|
309
|
+
* </p>
|
|
310
|
+
* </li>
|
|
311
|
+
* <li>
|
|
312
|
+
* <p>
|
|
313
|
+
* <code>AWS::EC2::Snapshot</code>
|
|
314
|
+
* </p>
|
|
315
|
+
* </li>
|
|
316
|
+
* <li>
|
|
317
|
+
* <p>
|
|
318
|
+
* <code>AWS::S3::AccessPoint</code>
|
|
319
|
+
* </p>
|
|
320
|
+
* </li>
|
|
321
|
+
* <li>
|
|
322
|
+
* <p>
|
|
323
|
+
* <code>AWS::DynamoDB::Stream</code>
|
|
324
|
+
* </p>
|
|
325
|
+
* </li>
|
|
326
|
+
* </ul>
|
|
327
|
+
* <p>
|
|
284
328
|
* You can have only one <code>resources.type</code> field per selector. To log data
|
|
285
329
|
* events on more than one resource type, add another selector.</p>
|
|
286
330
|
* </li>
|
|
@@ -289,7 +333,7 @@ export interface AdvancedFieldSelector {
|
|
|
289
333
|
* <b>
|
|
290
334
|
* <code>resources.ARN</code>
|
|
291
335
|
* </b> - You can use any operator with
|
|
292
|
-
* resources.ARN
|
|
336
|
+
* <code>resources.ARN</code>, but if you use <code>Equals</code> or <code>NotEquals</code>, the
|
|
293
337
|
* value must exactly match the ARN of a valid resource of the type you've specified in
|
|
294
338
|
* the template as the value of resources.type. For example, if resources.type equals
|
|
295
339
|
* <code>AWS::S3::Object</code>, the ARN must be in one of the following formats. To
|
|
@@ -341,7 +385,7 @@ export interface AdvancedFieldSelector {
|
|
|
341
385
|
* <ul>
|
|
342
386
|
* <li>
|
|
343
387
|
* <p>
|
|
344
|
-
* <code>arn:<partition>:dynamodb:<region>:<account_ID>:table
|
|
388
|
+
* <code>arn:<partition>:dynamodb:<region>:<account_ID>:table/<table_name></code>
|
|
345
389
|
* </p>
|
|
346
390
|
* </li>
|
|
347
391
|
* </ul>
|
|
@@ -385,6 +429,15 @@ export interface AdvancedFieldSelector {
|
|
|
385
429
|
* </p>
|
|
386
430
|
* </li>
|
|
387
431
|
* </ul>
|
|
432
|
+
* <p>When <code>resources.type</code> equals <code>AWS::DynamoDB::Stream</code>, and the operator is set to
|
|
433
|
+
* <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the following format:</p>
|
|
434
|
+
* <ul>
|
|
435
|
+
* <li>
|
|
436
|
+
* <p>
|
|
437
|
+
* <code>arn:<partition>:dynamodb:<region>:<account_ID>:table/<table_name>/stream/<date_time></code>
|
|
438
|
+
* </p>
|
|
439
|
+
* </li>
|
|
440
|
+
* </ul>
|
|
388
441
|
* </li>
|
|
389
442
|
* </ul>
|
|
390
443
|
*/
|
|
@@ -1396,12 +1449,60 @@ export declare namespace GetEventSelectorsRequest {
|
|
|
1396
1449
|
export interface DataResource {
|
|
1397
1450
|
/**
|
|
1398
1451
|
* <p>The resource type in which you want to log data events. You can specify
|
|
1399
|
-
*
|
|
1400
|
-
*
|
|
1401
|
-
*
|
|
1402
|
-
*
|
|
1403
|
-
*
|
|
1404
|
-
*
|
|
1452
|
+
* the following <i>basic</i> event selector resource types:</p>
|
|
1453
|
+
* <ul>
|
|
1454
|
+
* <li>
|
|
1455
|
+
* <p>
|
|
1456
|
+
* <code>AWS::S3::Object</code>
|
|
1457
|
+
* </p>
|
|
1458
|
+
* </li>
|
|
1459
|
+
* <li>
|
|
1460
|
+
* <p>
|
|
1461
|
+
* <code>AWS::Lambda::Function</code>
|
|
1462
|
+
* </p>
|
|
1463
|
+
* </li>
|
|
1464
|
+
* <li>
|
|
1465
|
+
* <p>
|
|
1466
|
+
* <code>AWS::DynamoDB::Table</code>
|
|
1467
|
+
* </p>
|
|
1468
|
+
* </li>
|
|
1469
|
+
* </ul>
|
|
1470
|
+
* <p>The following resource types are also availble through <i>advanced</i> event selectors.
|
|
1471
|
+
* Basic event selector resource types are valid in advanced event selectors, but
|
|
1472
|
+
* advanced event selector resource types are not valid in basic event selectors.
|
|
1473
|
+
* For more information, see <a>AdvancedFieldSelector$Field</a>.</p>
|
|
1474
|
+
* <ul>
|
|
1475
|
+
* <li>
|
|
1476
|
+
* <p>
|
|
1477
|
+
* <code>AWS::S3Outposts::Object</code>
|
|
1478
|
+
* </p>
|
|
1479
|
+
* </li>
|
|
1480
|
+
* <li>
|
|
1481
|
+
* <p>
|
|
1482
|
+
* <code>AWS::ManagedBlockchain::Node</code>
|
|
1483
|
+
* </p>
|
|
1484
|
+
* </li>
|
|
1485
|
+
* <li>
|
|
1486
|
+
* <p>
|
|
1487
|
+
* <code>AWS::S3ObjectLambda::AccessPoint</code>
|
|
1488
|
+
* </p>
|
|
1489
|
+
* </li>
|
|
1490
|
+
* <li>
|
|
1491
|
+
* <p>
|
|
1492
|
+
* <code>AWS::EC2::Snapshot</code>
|
|
1493
|
+
* </p>
|
|
1494
|
+
* </li>
|
|
1495
|
+
* <li>
|
|
1496
|
+
* <p>
|
|
1497
|
+
* <code>AWS::S3::AccessPoint</code>
|
|
1498
|
+
* </p>
|
|
1499
|
+
* </li>
|
|
1500
|
+
* <li>
|
|
1501
|
+
* <p>
|
|
1502
|
+
* <code>AWS::DynamoDB::Stream</code>
|
|
1503
|
+
* </p>
|
|
1504
|
+
* </li>
|
|
1505
|
+
* </ul>
|
|
1405
1506
|
*/
|
|
1406
1507
|
Type?: string;
|
|
1407
1508
|
/**
|
|
@@ -1573,7 +1674,8 @@ export declare namespace GetInsightSelectorsRequest {
|
|
|
1573
1674
|
const filterSensitiveLog: (obj: GetInsightSelectorsRequest) => any;
|
|
1574
1675
|
}
|
|
1575
1676
|
export declare enum InsightType {
|
|
1576
|
-
ApiCallRateInsight = "ApiCallRateInsight"
|
|
1677
|
+
ApiCallRateInsight = "ApiCallRateInsight",
|
|
1678
|
+
ApiErrorRateInsight = "ApiErrorRateInsight"
|
|
1577
1679
|
}
|
|
1578
1680
|
/**
|
|
1579
1681
|
* <p>A JSON string that contains a list of insight types that are logged on a trail.</p>
|
|
@@ -644,7 +644,8 @@ export declare namespace GetInsightSelectorsRequest {
|
|
|
644
644
|
const filterSensitiveLog: (obj: GetInsightSelectorsRequest) => any;
|
|
645
645
|
}
|
|
646
646
|
export declare enum InsightType {
|
|
647
|
-
ApiCallRateInsight = "ApiCallRateInsight"
|
|
647
|
+
ApiCallRateInsight = "ApiCallRateInsight",
|
|
648
|
+
ApiErrorRateInsight = "ApiErrorRateInsight"
|
|
648
649
|
}
|
|
649
650
|
|
|
650
651
|
export interface InsightSelector {
|
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.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|