@aws-sdk/client-cloudtrail 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddTagsCommand.js +2 -2
- package/dist-cjs/commands/CancelQueryCommand.js +2 -2
- package/dist-cjs/commands/CreateEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/CreateTrailCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrailCommand.js +2 -2
- package/dist-cjs/commands/DescribeQueryCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrailsCommand.js +2 -2
- package/dist-cjs/commands/GetEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/GetEventSelectorsCommand.js +2 -2
- package/dist-cjs/commands/GetInsightSelectorsCommand.js +2 -2
- package/dist-cjs/commands/GetQueryResultsCommand.js +2 -2
- package/dist-cjs/commands/GetTrailCommand.js +2 -2
- package/dist-cjs/commands/GetTrailStatusCommand.js +2 -2
- package/dist-cjs/commands/ListEventDataStoresCommand.js +2 -2
- package/dist-cjs/commands/ListPublicKeysCommand.js +2 -2
- package/dist-cjs/commands/ListQueriesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/ListTrailsCommand.js +2 -2
- package/dist-cjs/commands/LookupEventsCommand.js +2 -2
- package/dist-cjs/commands/PutEventSelectorsCommand.js +2 -2
- package/dist-cjs/commands/PutInsightSelectorsCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
- package/dist-cjs/commands/RestoreEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/StartLoggingCommand.js +2 -2
- package/dist-cjs/commands/StartQueryCommand.js +2 -2
- package/dist-cjs/commands/StopLoggingCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrailCommand.js +2 -2
- package/dist-cjs/models/models_0.js +303 -453
- package/dist-cjs/protocols/Aws_json1_1.js +145 -268
- package/dist-es/commands/AddTagsCommand.js +3 -3
- package/dist-es/commands/CancelQueryCommand.js +3 -3
- package/dist-es/commands/CreateEventDataStoreCommand.js +3 -3
- package/dist-es/commands/CreateTrailCommand.js +3 -3
- package/dist-es/commands/DeleteEventDataStoreCommand.js +3 -3
- package/dist-es/commands/DeleteTrailCommand.js +3 -3
- package/dist-es/commands/DescribeQueryCommand.js +3 -3
- package/dist-es/commands/DescribeTrailsCommand.js +3 -3
- package/dist-es/commands/GetEventDataStoreCommand.js +3 -3
- package/dist-es/commands/GetEventSelectorsCommand.js +3 -3
- package/dist-es/commands/GetInsightSelectorsCommand.js +3 -3
- package/dist-es/commands/GetQueryResultsCommand.js +3 -3
- package/dist-es/commands/GetTrailCommand.js +3 -3
- package/dist-es/commands/GetTrailStatusCommand.js +3 -3
- package/dist-es/commands/ListEventDataStoresCommand.js +3 -3
- package/dist-es/commands/ListPublicKeysCommand.js +3 -3
- package/dist-es/commands/ListQueriesCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/ListTrailsCommand.js +3 -3
- package/dist-es/commands/LookupEventsCommand.js +3 -3
- package/dist-es/commands/PutEventSelectorsCommand.js +3 -3
- package/dist-es/commands/PutInsightSelectorsCommand.js +3 -3
- package/dist-es/commands/RemoveTagsCommand.js +3 -3
- package/dist-es/commands/RestoreEventDataStoreCommand.js +3 -3
- package/dist-es/commands/StartLoggingCommand.js +3 -3
- package/dist-es/commands/StartQueryCommand.js +3 -3
- package/dist-es/commands/StopLoggingCommand.js +3 -3
- package/dist-es/commands/UpdateEventDataStoreCommand.js +3 -3
- package/dist-es/commands/UpdateTrailCommand.js +3 -3
- package/dist-es/models/models_0.js +75 -300
- package/dist-es/protocols/Aws_json1_1.js +233 -269
- package/dist-types/models/models_0.d.ts +300 -450
- package/dist-types/ts3.4/models/models_0.d.ts +150 -300
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AddTagsRequestFilterSensitiveLog, AddTagsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AddTagsCommand, serializeAws_json1_1AddTagsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AddTagsCommand = (function (_super) {
|
|
7
7
|
__extends(AddTagsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AddTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddTagsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AddTagsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CancelQueryRequestFilterSensitiveLog, CancelQueryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CancelQueryCommand, serializeAws_json1_1CancelQueryCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CancelQueryCommand = (function (_super) {
|
|
7
7
|
__extends(CancelQueryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CancelQueryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CancelQueryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CancelQueryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateEventDataStoreRequestFilterSensitiveLog, CreateEventDataStoreResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateEventDataStoreCommand, serializeAws_json1_1CreateEventDataStoreCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateEventDataStoreCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEventDataStoreCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateEventDataStoreCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateEventDataStoreRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateEventDataStoreResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateTrailRequestFilterSensitiveLog, CreateTrailResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateTrailCommand, serializeAws_json1_1CreateTrailCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateTrailCommand = (function (_super) {
|
|
7
7
|
__extends(CreateTrailCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateTrailCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateTrailRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateTrailResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteEventDataStoreRequestFilterSensitiveLog, DeleteEventDataStoreResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteEventDataStoreCommand, serializeAws_json1_1DeleteEventDataStoreCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteEventDataStoreCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEventDataStoreCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteEventDataStoreCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEventDataStoreRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteEventDataStoreResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteTrailRequestFilterSensitiveLog, DeleteTrailResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteTrailCommand, serializeAws_json1_1DeleteTrailCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteTrailCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTrailCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteTrailCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteTrailRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteTrailResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeQueryRequestFilterSensitiveLog, DescribeQueryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeQueryCommand, serializeAws_json1_1DescribeQueryCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeQueryCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeQueryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeQueryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeQueryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeQueryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeTrailsRequestFilterSensitiveLog, DescribeTrailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeTrailsCommand, serializeAws_json1_1DescribeTrailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTrailsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTrailsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTrailsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTrailsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTrailsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetEventDataStoreRequestFilterSensitiveLog, GetEventDataStoreResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetEventDataStoreCommand, serializeAws_json1_1GetEventDataStoreCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetEventDataStoreCommand = (function (_super) {
|
|
7
7
|
__extends(GetEventDataStoreCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEventDataStoreCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEventDataStoreRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEventDataStoreResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetEventSelectorsRequestFilterSensitiveLog, GetEventSelectorsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetEventSelectorsCommand, serializeAws_json1_1GetEventSelectorsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetEventSelectorsCommand = (function (_super) {
|
|
7
7
|
__extends(GetEventSelectorsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEventSelectorsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEventSelectorsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEventSelectorsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetInsightSelectorsRequestFilterSensitiveLog, GetInsightSelectorsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetInsightSelectorsCommand, serializeAws_json1_1GetInsightSelectorsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetInsightSelectorsCommand = (function (_super) {
|
|
7
7
|
__extends(GetInsightSelectorsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetInsightSelectorsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetInsightSelectorsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetInsightSelectorsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetQueryResultsRequestFilterSensitiveLog, GetQueryResultsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetQueryResultsCommand, serializeAws_json1_1GetQueryResultsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetQueryResultsCommand = (function (_super) {
|
|
7
7
|
__extends(GetQueryResultsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetQueryResultsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetQueryResultsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetQueryResultsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetTrailRequestFilterSensitiveLog, GetTrailResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetTrailCommand, serializeAws_json1_1GetTrailCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetTrailCommand = (function (_super) {
|
|
7
7
|
__extends(GetTrailCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTrailCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTrailRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTrailResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetTrailStatusRequestFilterSensitiveLog, GetTrailStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetTrailStatusCommand, serializeAws_json1_1GetTrailStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetTrailStatusCommand = (function (_super) {
|
|
7
7
|
__extends(GetTrailStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTrailStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTrailStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTrailStatusResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListEventDataStoresRequestFilterSensitiveLog, ListEventDataStoresResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListEventDataStoresCommand, serializeAws_json1_1ListEventDataStoresCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListEventDataStoresCommand = (function (_super) {
|
|
7
7
|
__extends(ListEventDataStoresCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEventDataStoresCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEventDataStoresRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEventDataStoresResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPublicKeysRequestFilterSensitiveLog, ListPublicKeysResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListPublicKeysCommand, serializeAws_json1_1ListPublicKeysCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListPublicKeysCommand = (function (_super) {
|
|
7
7
|
__extends(ListPublicKeysCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPublicKeysCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPublicKeysRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPublicKeysResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListQueriesRequestFilterSensitiveLog, ListQueriesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListQueriesCommand, serializeAws_json1_1ListQueriesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListQueriesCommand = (function (_super) {
|
|
7
7
|
__extends(ListQueriesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListQueriesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListQueriesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListQueriesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsRequestFilterSensitiveLog, ListTagsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsCommand, serializeAws_json1_1ListTagsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTrailsRequestFilterSensitiveLog, ListTrailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTrailsCommand, serializeAws_json1_1ListTrailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTrailsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTrailsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTrailsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTrailsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTrailsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { LookupEventsRequestFilterSensitiveLog, LookupEventsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1LookupEventsCommand, serializeAws_json1_1LookupEventsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var LookupEventsCommand = (function (_super) {
|
|
7
7
|
__extends(LookupEventsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var LookupEventsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: LookupEventsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: LookupEventsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutEventSelectorsRequestFilterSensitiveLog, PutEventSelectorsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutEventSelectorsCommand, serializeAws_json1_1PutEventSelectorsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutEventSelectorsCommand = (function (_super) {
|
|
7
7
|
__extends(PutEventSelectorsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutEventSelectorsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutEventSelectorsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutEventSelectorsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutInsightSelectorsRequestFilterSensitiveLog, PutInsightSelectorsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutInsightSelectorsCommand, serializeAws_json1_1PutInsightSelectorsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutInsightSelectorsCommand = (function (_super) {
|
|
7
7
|
__extends(PutInsightSelectorsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutInsightSelectorsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutInsightSelectorsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutInsightSelectorsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RemoveTagsRequestFilterSensitiveLog, RemoveTagsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RemoveTagsCommand, serializeAws_json1_1RemoveTagsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RemoveTagsCommand = (function (_super) {
|
|
7
7
|
__extends(RemoveTagsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RemoveTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RemoveTagsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RemoveTagsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RestoreEventDataStoreRequestFilterSensitiveLog, RestoreEventDataStoreResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RestoreEventDataStoreCommand, serializeAws_json1_1RestoreEventDataStoreCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RestoreEventDataStoreCommand = (function (_super) {
|
|
7
7
|
__extends(RestoreEventDataStoreCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RestoreEventDataStoreCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RestoreEventDataStoreRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RestoreEventDataStoreResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartLoggingRequestFilterSensitiveLog, StartLoggingResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartLoggingCommand, serializeAws_json1_1StartLoggingCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartLoggingCommand = (function (_super) {
|
|
7
7
|
__extends(StartLoggingCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartLoggingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartLoggingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartLoggingResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartQueryRequestFilterSensitiveLog, StartQueryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartQueryCommand, serializeAws_json1_1StartQueryCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartQueryCommand = (function (_super) {
|
|
7
7
|
__extends(StartQueryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartQueryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartQueryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartQueryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopLoggingRequestFilterSensitiveLog, StopLoggingResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopLoggingCommand, serializeAws_json1_1StopLoggingCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopLoggingCommand = (function (_super) {
|
|
7
7
|
__extends(StopLoggingCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopLoggingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopLoggingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopLoggingResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateEventDataStoreRequestFilterSensitiveLog, UpdateEventDataStoreResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateEventDataStoreCommand, serializeAws_json1_1UpdateEventDataStoreCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateEventDataStoreCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateEventDataStoreCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateEventDataStoreCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateEventDataStoreRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateEventDataStoreResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateTrailRequestFilterSensitiveLog, UpdateTrailResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateTrailCommand, serializeAws_json1_1UpdateTrailCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateTrailCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateTrailCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateTrailCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateTrailRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateTrailResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|