@aws-sdk/client-eventbridge 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/ActivateEventSourceCommand.js +1 -1
- package/dist-cjs/commands/CancelReplayCommand.js +2 -2
- package/dist-cjs/commands/CreateApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/CreateArchiveCommand.js +2 -2
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
- package/dist-cjs/commands/CreateEventBusCommand.js +2 -2
- package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DeactivateEventSourceCommand.js +1 -1
- package/dist-cjs/commands/DeauthorizeConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/DeleteArchiveCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventBusCommand.js +1 -1
- package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +1 -1
- package/dist-cjs/commands/DeleteRuleCommand.js +1 -1
- package/dist-cjs/commands/DescribeApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/DescribeArchiveCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectionCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventBusCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplayCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleCommand.js +2 -2
- package/dist-cjs/commands/DisableRuleCommand.js +1 -1
- package/dist-cjs/commands/EnableRuleCommand.js +1 -1
- package/dist-cjs/commands/ListApiDestinationsCommand.js +2 -2
- package/dist-cjs/commands/ListArchivesCommand.js +2 -2
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
- package/dist-cjs/commands/ListEventBusesCommand.js +2 -2
- package/dist-cjs/commands/ListEventSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListReplaysCommand.js +2 -2
- package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +2 -2
- package/dist-cjs/commands/ListRulesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTargetsByRuleCommand.js +2 -2
- package/dist-cjs/commands/PutEventsCommand.js +2 -2
- package/dist-cjs/commands/PutPartnerEventsCommand.js +2 -2
- package/dist-cjs/commands/PutPermissionCommand.js +1 -1
- package/dist-cjs/commands/PutRuleCommand.js +2 -2
- package/dist-cjs/commands/PutTargetsCommand.js +2 -2
- package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
- package/dist-cjs/commands/RemoveTargetsCommand.js +2 -2
- package/dist-cjs/commands/StartReplayCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TestEventPatternCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/UpdateArchiveCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
- package/dist-cjs/models/models_0.js +676 -1012
- package/dist-es/commands/ActivateEventSourceCommand.js +2 -2
- package/dist-es/commands/CancelReplayCommand.js +3 -3
- package/dist-es/commands/CreateApiDestinationCommand.js +3 -3
- package/dist-es/commands/CreateArchiveCommand.js +3 -3
- package/dist-es/commands/CreateConnectionCommand.js +3 -3
- package/dist-es/commands/CreateEndpointCommand.js +3 -3
- package/dist-es/commands/CreateEventBusCommand.js +3 -3
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -3
- package/dist-es/commands/DeactivateEventSourceCommand.js +2 -2
- package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteApiDestinationCommand.js +3 -3
- package/dist-es/commands/DeleteArchiveCommand.js +3 -3
- package/dist-es/commands/DeleteConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteEventBusCommand.js +2 -2
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DescribeApiDestinationCommand.js +3 -3
- package/dist-es/commands/DescribeArchiveCommand.js +3 -3
- package/dist-es/commands/DescribeConnectionCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointCommand.js +3 -3
- package/dist-es/commands/DescribeEventBusCommand.js +3 -3
- package/dist-es/commands/DescribeEventSourceCommand.js +3 -3
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -3
- package/dist-es/commands/DescribeReplayCommand.js +3 -3
- package/dist-es/commands/DescribeRuleCommand.js +3 -3
- package/dist-es/commands/DisableRuleCommand.js +2 -2
- package/dist-es/commands/EnableRuleCommand.js +2 -2
- package/dist-es/commands/ListApiDestinationsCommand.js +3 -3
- package/dist-es/commands/ListArchivesCommand.js +3 -3
- package/dist-es/commands/ListConnectionsCommand.js +3 -3
- package/dist-es/commands/ListEndpointsCommand.js +3 -3
- package/dist-es/commands/ListEventBusesCommand.js +3 -3
- package/dist-es/commands/ListEventSourcesCommand.js +3 -3
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -3
- package/dist-es/commands/ListReplaysCommand.js +3 -3
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -3
- package/dist-es/commands/ListRulesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTargetsByRuleCommand.js +3 -3
- package/dist-es/commands/PutEventsCommand.js +3 -3
- package/dist-es/commands/PutPartnerEventsCommand.js +3 -3
- package/dist-es/commands/PutPermissionCommand.js +2 -2
- package/dist-es/commands/PutRuleCommand.js +3 -3
- package/dist-es/commands/PutTargetsCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/RemoveTargetsCommand.js +3 -3
- package/dist-es/commands/StartReplayCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TestEventPatternCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApiDestinationCommand.js +3 -3
- package/dist-es/commands/UpdateArchiveCommand.js +3 -3
- package/dist-es/commands/UpdateConnectionCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointCommand.js +3 -3
- package/dist-es/models/models_0.js +168 -672
- package/dist-types/models/models_0.d.ts +672 -1008
- package/dist-types/ts3.4/models/models_0.d.ts +336 -672
- package/package.json +7 -7
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.PrimaryFilterSensitiveLog = exports.ReplicationConfigFilterSensitiveLog = exports.EndpointEventBusFilterSensitiveLog = exports.CreateConnectionResponseFilterSensitiveLog = exports.CreateConnectionRequestFilterSensitiveLog = exports.CreateConnectionAuthRequestParametersFilterSensitiveLog = exports.CreateConnectionOAuthRequestParametersFilterSensitiveLog = exports.CreateConnectionOAuthClientRequestParametersFilterSensitiveLog = exports.ConnectionHttpParametersFilterSensitiveLog = exports.ConnectionQueryStringParameterFilterSensitiveLog = exports.ConnectionHeaderParameterFilterSensitiveLog = exports.ConnectionBodyParameterFilterSensitiveLog = exports.CreateConnectionBasicAuthRequestParametersFilterSensitiveLog = exports.CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = exports.CreateArchiveResponseFilterSensitiveLog = exports.CreateArchiveRequestFilterSensitiveLog = exports.CreateApiDestinationResponseFilterSensitiveLog = exports.CreateApiDestinationRequestFilterSensitiveLog = exports.CancelReplayResponseFilterSensitiveLog = exports.CancelReplayRequestFilterSensitiveLog = exports.ArchiveFilterSensitiveLog = exports.ApiDestinationFilterSensitiveLog = exports.ActivateEventSourceRequestFilterSensitiveLog = exports.PolicyLengthExceededException = exports.PropagateTags = exports.PlacementStrategyType = exports.PlacementConstraintType = exports.LaunchType = exports.RuleState = exports.EventSourceState = exports.ManagedRuleException = exports.EndpointState = exports.ReplicationState = exports.ConnectionState = exports.ConnectionOAuthHttpMethod = exports.ConnectionAuthorizationType = exports.InvalidEventPatternException = exports.ResourceAlreadyExistsException = exports.LimitExceededException = exports.IllegalStatusException = exports.ReplayState = exports.AssignPublicIp = exports.ArchiveState = exports.ApiDestinationHttpMethod = exports.ApiDestinationState = exports.ResourceNotFoundException = exports.OperationDisabledException = exports.InvalidStateException = exports.InternalException = exports.ConcurrentModificationException = void 0;
|
|
4
|
+
exports.EnableRuleRequestFilterSensitiveLog = exports.DisableRuleRequestFilterSensitiveLog = exports.DescribeRuleResponseFilterSensitiveLog = exports.DescribeRuleRequestFilterSensitiveLog = exports.DescribeReplayResponseFilterSensitiveLog = exports.ReplayDestinationFilterSensitiveLog = exports.DescribeReplayRequestFilterSensitiveLog = exports.DescribePartnerEventSourceResponseFilterSensitiveLog = exports.DescribePartnerEventSourceRequestFilterSensitiveLog = exports.DescribeEventSourceResponseFilterSensitiveLog = exports.DescribeEventSourceRequestFilterSensitiveLog = exports.DescribeEventBusResponseFilterSensitiveLog = exports.DescribeEventBusRequestFilterSensitiveLog = exports.DescribeEndpointResponseFilterSensitiveLog = exports.DescribeEndpointRequestFilterSensitiveLog = exports.DescribeConnectionResponseFilterSensitiveLog = exports.ConnectionAuthResponseParametersFilterSensitiveLog = exports.ConnectionOAuthResponseParametersFilterSensitiveLog = exports.ConnectionOAuthClientResponseParametersFilterSensitiveLog = exports.ConnectionBasicAuthResponseParametersFilterSensitiveLog = exports.ConnectionApiKeyAuthResponseParametersFilterSensitiveLog = exports.DescribeConnectionRequestFilterSensitiveLog = exports.DescribeArchiveResponseFilterSensitiveLog = exports.DescribeArchiveRequestFilterSensitiveLog = exports.DescribeApiDestinationResponseFilterSensitiveLog = exports.DescribeApiDestinationRequestFilterSensitiveLog = exports.DeleteRuleRequestFilterSensitiveLog = exports.DeletePartnerEventSourceRequestFilterSensitiveLog = exports.DeleteEventBusRequestFilterSensitiveLog = exports.DeleteEndpointResponseFilterSensitiveLog = exports.DeleteEndpointRequestFilterSensitiveLog = exports.DeleteConnectionResponseFilterSensitiveLog = exports.DeleteConnectionRequestFilterSensitiveLog = exports.DeleteArchiveResponseFilterSensitiveLog = exports.DeleteArchiveRequestFilterSensitiveLog = exports.DeleteApiDestinationResponseFilterSensitiveLog = exports.DeleteApiDestinationRequestFilterSensitiveLog = exports.DeauthorizeConnectionResponseFilterSensitiveLog = exports.DeauthorizeConnectionRequestFilterSensitiveLog = exports.DeactivateEventSourceRequestFilterSensitiveLog = exports.CreatePartnerEventSourceResponseFilterSensitiveLog = exports.CreatePartnerEventSourceRequestFilterSensitiveLog = exports.CreateEventBusResponseFilterSensitiveLog = exports.CreateEventBusRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.CreateEndpointResponseFilterSensitiveLog = exports.CreateEndpointRequestFilterSensitiveLog = exports.RoutingConfigFilterSensitiveLog = exports.FailoverConfigFilterSensitiveLog = exports.SecondaryFilterSensitiveLog = void 0;
|
|
5
|
+
exports.RunCommandParametersFilterSensitiveLog = exports.RunCommandTargetFilterSensitiveLog = exports.RetryPolicyFilterSensitiveLog = exports.RedshiftDataParametersFilterSensitiveLog = exports.KinesisParametersFilterSensitiveLog = exports.InputTransformerFilterSensitiveLog = exports.HttpParametersFilterSensitiveLog = exports.EcsParametersFilterSensitiveLog = exports.PlacementStrategyFilterSensitiveLog = exports.PlacementConstraintFilterSensitiveLog = exports.NetworkConfigurationFilterSensitiveLog = exports.AwsVpcConfigurationFilterSensitiveLog = exports.CapacityProviderStrategyItemFilterSensitiveLog = exports.DeadLetterConfigFilterSensitiveLog = exports.BatchParametersFilterSensitiveLog = exports.BatchRetryStrategyFilterSensitiveLog = exports.BatchArrayPropertiesFilterSensitiveLog = exports.ListTargetsByRuleRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListRulesResponseFilterSensitiveLog = exports.RuleFilterSensitiveLog = exports.ListRulesRequestFilterSensitiveLog = exports.ListRuleNamesByTargetResponseFilterSensitiveLog = exports.ListRuleNamesByTargetRequestFilterSensitiveLog = exports.ListReplaysResponseFilterSensitiveLog = exports.ReplayFilterSensitiveLog = exports.ListReplaysRequestFilterSensitiveLog = exports.ListPartnerEventSourcesResponseFilterSensitiveLog = exports.PartnerEventSourceFilterSensitiveLog = exports.ListPartnerEventSourcesRequestFilterSensitiveLog = exports.ListPartnerEventSourceAccountsResponseFilterSensitiveLog = exports.PartnerEventSourceAccountFilterSensitiveLog = exports.ListPartnerEventSourceAccountsRequestFilterSensitiveLog = exports.ListEventSourcesResponseFilterSensitiveLog = exports.EventSourceFilterSensitiveLog = exports.ListEventSourcesRequestFilterSensitiveLog = exports.ListEventBusesResponseFilterSensitiveLog = exports.EventBusFilterSensitiveLog = exports.ListEventBusesRequestFilterSensitiveLog = exports.ListEndpointsResponseFilterSensitiveLog = exports.EndpointFilterSensitiveLog = exports.ListEndpointsRequestFilterSensitiveLog = exports.ListConnectionsResponseFilterSensitiveLog = exports.ConnectionFilterSensitiveLog = exports.ListConnectionsRequestFilterSensitiveLog = exports.ListArchivesResponseFilterSensitiveLog = exports.ListArchivesRequestFilterSensitiveLog = exports.ListApiDestinationsResponseFilterSensitiveLog = exports.ListApiDestinationsRequestFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdateEndpointResponseFilterSensitiveLog = exports.UpdateEndpointRequestFilterSensitiveLog = exports.UpdateConnectionResponseFilterSensitiveLog = exports.UpdateConnectionRequestFilterSensitiveLog = exports.UpdateConnectionAuthRequestParametersFilterSensitiveLog = exports.UpdateConnectionOAuthRequestParametersFilterSensitiveLog = exports.UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog = exports.UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog = exports.UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = exports.UpdateArchiveResponseFilterSensitiveLog = exports.UpdateArchiveRequestFilterSensitiveLog = exports.UpdateApiDestinationResponseFilterSensitiveLog = exports.UpdateApiDestinationRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TestEventPatternResponseFilterSensitiveLog = exports.TestEventPatternRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StartReplayResponseFilterSensitiveLog = exports.StartReplayRequestFilterSensitiveLog = exports.RemoveTargetsResponseFilterSensitiveLog = exports.RemoveTargetsResultEntryFilterSensitiveLog = exports.RemoveTargetsRequestFilterSensitiveLog = exports.RemovePermissionRequestFilterSensitiveLog = exports.PutTargetsResponseFilterSensitiveLog = exports.PutTargetsResultEntryFilterSensitiveLog = exports.PutTargetsRequestFilterSensitiveLog = exports.PutRuleResponseFilterSensitiveLog = exports.PutRuleRequestFilterSensitiveLog = exports.PutPermissionRequestFilterSensitiveLog = exports.ConditionFilterSensitiveLog = exports.PutPartnerEventsResponseFilterSensitiveLog = exports.PutPartnerEventsResultEntryFilterSensitiveLog = exports.PutPartnerEventsRequestFilterSensitiveLog = exports.PutPartnerEventsRequestEntryFilterSensitiveLog = exports.PutEventsResponseFilterSensitiveLog = exports.PutEventsResultEntryFilterSensitiveLog = exports.PutEventsRequestFilterSensitiveLog = exports.PutEventsRequestEntryFilterSensitiveLog = exports.ListTargetsByRuleResponseFilterSensitiveLog = exports.TargetFilterSensitiveLog = exports.SqsParametersFilterSensitiveLog = exports.SageMakerPipelineParametersFilterSensitiveLog = exports.SageMakerPipelineParameterFilterSensitiveLog = void 0;
|
|
7
7
|
const EventBridgeServiceException_1 = require("./EventBridgeServiceException");
|
|
8
|
-
var ActivateEventSourceRequest;
|
|
9
|
-
(function (ActivateEventSourceRequest) {
|
|
10
|
-
ActivateEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
11
|
-
...obj,
|
|
12
|
-
});
|
|
13
|
-
})(ActivateEventSourceRequest = exports.ActivateEventSourceRequest || (exports.ActivateEventSourceRequest = {}));
|
|
14
8
|
class ConcurrentModificationException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
15
9
|
constructor(opts) {
|
|
16
10
|
super({
|
|
@@ -91,12 +85,6 @@ var ApiDestinationHttpMethod;
|
|
|
91
85
|
ApiDestinationHttpMethod["POST"] = "POST";
|
|
92
86
|
ApiDestinationHttpMethod["PUT"] = "PUT";
|
|
93
87
|
})(ApiDestinationHttpMethod = exports.ApiDestinationHttpMethod || (exports.ApiDestinationHttpMethod = {}));
|
|
94
|
-
var ApiDestination;
|
|
95
|
-
(function (ApiDestination) {
|
|
96
|
-
ApiDestination.filterSensitiveLog = (obj) => ({
|
|
97
|
-
...obj,
|
|
98
|
-
});
|
|
99
|
-
})(ApiDestination = exports.ApiDestination || (exports.ApiDestination = {}));
|
|
100
88
|
var ArchiveState;
|
|
101
89
|
(function (ArchiveState) {
|
|
102
90
|
ArchiveState["CREATE_FAILED"] = "CREATE_FAILED";
|
|
@@ -106,23 +94,11 @@ var ArchiveState;
|
|
|
106
94
|
ArchiveState["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
107
95
|
ArchiveState["UPDATING"] = "UPDATING";
|
|
108
96
|
})(ArchiveState = exports.ArchiveState || (exports.ArchiveState = {}));
|
|
109
|
-
var Archive;
|
|
110
|
-
(function (Archive) {
|
|
111
|
-
Archive.filterSensitiveLog = (obj) => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
})(Archive = exports.Archive || (exports.Archive = {}));
|
|
115
97
|
var AssignPublicIp;
|
|
116
98
|
(function (AssignPublicIp) {
|
|
117
99
|
AssignPublicIp["DISABLED"] = "DISABLED";
|
|
118
100
|
AssignPublicIp["ENABLED"] = "ENABLED";
|
|
119
101
|
})(AssignPublicIp = exports.AssignPublicIp || (exports.AssignPublicIp = {}));
|
|
120
|
-
var CancelReplayRequest;
|
|
121
|
-
(function (CancelReplayRequest) {
|
|
122
|
-
CancelReplayRequest.filterSensitiveLog = (obj) => ({
|
|
123
|
-
...obj,
|
|
124
|
-
});
|
|
125
|
-
})(CancelReplayRequest = exports.CancelReplayRequest || (exports.CancelReplayRequest = {}));
|
|
126
102
|
var ReplayState;
|
|
127
103
|
(function (ReplayState) {
|
|
128
104
|
ReplayState["CANCELLED"] = "CANCELLED";
|
|
@@ -132,12 +108,6 @@ var ReplayState;
|
|
|
132
108
|
ReplayState["RUNNING"] = "RUNNING";
|
|
133
109
|
ReplayState["STARTING"] = "STARTING";
|
|
134
110
|
})(ReplayState = exports.ReplayState || (exports.ReplayState = {}));
|
|
135
|
-
var CancelReplayResponse;
|
|
136
|
-
(function (CancelReplayResponse) {
|
|
137
|
-
CancelReplayResponse.filterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
})(CancelReplayResponse = exports.CancelReplayResponse || (exports.CancelReplayResponse = {}));
|
|
141
111
|
class IllegalStatusException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
142
112
|
constructor(opts) {
|
|
143
113
|
super({
|
|
@@ -151,18 +121,6 @@ class IllegalStatusException extends EventBridgeServiceException_1.EventBridgeSe
|
|
|
151
121
|
}
|
|
152
122
|
}
|
|
153
123
|
exports.IllegalStatusException = IllegalStatusException;
|
|
154
|
-
var CreateApiDestinationRequest;
|
|
155
|
-
(function (CreateApiDestinationRequest) {
|
|
156
|
-
CreateApiDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
})(CreateApiDestinationRequest = exports.CreateApiDestinationRequest || (exports.CreateApiDestinationRequest = {}));
|
|
160
|
-
var CreateApiDestinationResponse;
|
|
161
|
-
(function (CreateApiDestinationResponse) {
|
|
162
|
-
CreateApiDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
});
|
|
165
|
-
})(CreateApiDestinationResponse = exports.CreateApiDestinationResponse || (exports.CreateApiDestinationResponse = {}));
|
|
166
124
|
class LimitExceededException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
167
125
|
constructor(opts) {
|
|
168
126
|
super({
|
|
@@ -189,18 +147,6 @@ class ResourceAlreadyExistsException extends EventBridgeServiceException_1.Event
|
|
|
189
147
|
}
|
|
190
148
|
}
|
|
191
149
|
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
192
|
-
var CreateArchiveRequest;
|
|
193
|
-
(function (CreateArchiveRequest) {
|
|
194
|
-
CreateArchiveRequest.filterSensitiveLog = (obj) => ({
|
|
195
|
-
...obj,
|
|
196
|
-
});
|
|
197
|
-
})(CreateArchiveRequest = exports.CreateArchiveRequest || (exports.CreateArchiveRequest = {}));
|
|
198
|
-
var CreateArchiveResponse;
|
|
199
|
-
(function (CreateArchiveResponse) {
|
|
200
|
-
CreateArchiveResponse.filterSensitiveLog = (obj) => ({
|
|
201
|
-
...obj,
|
|
202
|
-
});
|
|
203
|
-
})(CreateArchiveResponse = exports.CreateArchiveResponse || (exports.CreateArchiveResponse = {}));
|
|
204
150
|
class InvalidEventPatternException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
205
151
|
constructor(opts) {
|
|
206
152
|
super({
|
|
@@ -220,72 +166,12 @@ var ConnectionAuthorizationType;
|
|
|
220
166
|
ConnectionAuthorizationType["BASIC"] = "BASIC";
|
|
221
167
|
ConnectionAuthorizationType["OAUTH_CLIENT_CREDENTIALS"] = "OAUTH_CLIENT_CREDENTIALS";
|
|
222
168
|
})(ConnectionAuthorizationType = exports.ConnectionAuthorizationType || (exports.ConnectionAuthorizationType = {}));
|
|
223
|
-
var CreateConnectionApiKeyAuthRequestParameters;
|
|
224
|
-
(function (CreateConnectionApiKeyAuthRequestParameters) {
|
|
225
|
-
CreateConnectionApiKeyAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
})(CreateConnectionApiKeyAuthRequestParameters = exports.CreateConnectionApiKeyAuthRequestParameters || (exports.CreateConnectionApiKeyAuthRequestParameters = {}));
|
|
229
|
-
var CreateConnectionBasicAuthRequestParameters;
|
|
230
|
-
(function (CreateConnectionBasicAuthRequestParameters) {
|
|
231
|
-
CreateConnectionBasicAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
})(CreateConnectionBasicAuthRequestParameters = exports.CreateConnectionBasicAuthRequestParameters || (exports.CreateConnectionBasicAuthRequestParameters = {}));
|
|
235
|
-
var ConnectionBodyParameter;
|
|
236
|
-
(function (ConnectionBodyParameter) {
|
|
237
|
-
ConnectionBodyParameter.filterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
})(ConnectionBodyParameter = exports.ConnectionBodyParameter || (exports.ConnectionBodyParameter = {}));
|
|
241
|
-
var ConnectionHeaderParameter;
|
|
242
|
-
(function (ConnectionHeaderParameter) {
|
|
243
|
-
ConnectionHeaderParameter.filterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
})(ConnectionHeaderParameter = exports.ConnectionHeaderParameter || (exports.ConnectionHeaderParameter = {}));
|
|
247
|
-
var ConnectionQueryStringParameter;
|
|
248
|
-
(function (ConnectionQueryStringParameter) {
|
|
249
|
-
ConnectionQueryStringParameter.filterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
})(ConnectionQueryStringParameter = exports.ConnectionQueryStringParameter || (exports.ConnectionQueryStringParameter = {}));
|
|
253
|
-
var ConnectionHttpParameters;
|
|
254
|
-
(function (ConnectionHttpParameters) {
|
|
255
|
-
ConnectionHttpParameters.filterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
})(ConnectionHttpParameters = exports.ConnectionHttpParameters || (exports.ConnectionHttpParameters = {}));
|
|
259
|
-
var CreateConnectionOAuthClientRequestParameters;
|
|
260
|
-
(function (CreateConnectionOAuthClientRequestParameters) {
|
|
261
|
-
CreateConnectionOAuthClientRequestParameters.filterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
});
|
|
264
|
-
})(CreateConnectionOAuthClientRequestParameters = exports.CreateConnectionOAuthClientRequestParameters || (exports.CreateConnectionOAuthClientRequestParameters = {}));
|
|
265
169
|
var ConnectionOAuthHttpMethod;
|
|
266
170
|
(function (ConnectionOAuthHttpMethod) {
|
|
267
171
|
ConnectionOAuthHttpMethod["GET"] = "GET";
|
|
268
172
|
ConnectionOAuthHttpMethod["POST"] = "POST";
|
|
269
173
|
ConnectionOAuthHttpMethod["PUT"] = "PUT";
|
|
270
174
|
})(ConnectionOAuthHttpMethod = exports.ConnectionOAuthHttpMethod || (exports.ConnectionOAuthHttpMethod = {}));
|
|
271
|
-
var CreateConnectionOAuthRequestParameters;
|
|
272
|
-
(function (CreateConnectionOAuthRequestParameters) {
|
|
273
|
-
CreateConnectionOAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
})(CreateConnectionOAuthRequestParameters = exports.CreateConnectionOAuthRequestParameters || (exports.CreateConnectionOAuthRequestParameters = {}));
|
|
277
|
-
var CreateConnectionAuthRequestParameters;
|
|
278
|
-
(function (CreateConnectionAuthRequestParameters) {
|
|
279
|
-
CreateConnectionAuthRequestParameters.filterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
});
|
|
282
|
-
})(CreateConnectionAuthRequestParameters = exports.CreateConnectionAuthRequestParameters || (exports.CreateConnectionAuthRequestParameters = {}));
|
|
283
|
-
var CreateConnectionRequest;
|
|
284
|
-
(function (CreateConnectionRequest) {
|
|
285
|
-
CreateConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
})(CreateConnectionRequest = exports.CreateConnectionRequest || (exports.CreateConnectionRequest = {}));
|
|
289
175
|
var ConnectionState;
|
|
290
176
|
(function (ConnectionState) {
|
|
291
177
|
ConnectionState["AUTHORIZED"] = "AUTHORIZED";
|
|
@@ -296,59 +182,11 @@ var ConnectionState;
|
|
|
296
182
|
ConnectionState["DELETING"] = "DELETING";
|
|
297
183
|
ConnectionState["UPDATING"] = "UPDATING";
|
|
298
184
|
})(ConnectionState = exports.ConnectionState || (exports.ConnectionState = {}));
|
|
299
|
-
var CreateConnectionResponse;
|
|
300
|
-
(function (CreateConnectionResponse) {
|
|
301
|
-
CreateConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
})(CreateConnectionResponse = exports.CreateConnectionResponse || (exports.CreateConnectionResponse = {}));
|
|
305
|
-
var EndpointEventBus;
|
|
306
|
-
(function (EndpointEventBus) {
|
|
307
|
-
EndpointEventBus.filterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
});
|
|
310
|
-
})(EndpointEventBus = exports.EndpointEventBus || (exports.EndpointEventBus = {}));
|
|
311
185
|
var ReplicationState;
|
|
312
186
|
(function (ReplicationState) {
|
|
313
187
|
ReplicationState["DISABLED"] = "DISABLED";
|
|
314
188
|
ReplicationState["ENABLED"] = "ENABLED";
|
|
315
189
|
})(ReplicationState = exports.ReplicationState || (exports.ReplicationState = {}));
|
|
316
|
-
var ReplicationConfig;
|
|
317
|
-
(function (ReplicationConfig) {
|
|
318
|
-
ReplicationConfig.filterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
})(ReplicationConfig = exports.ReplicationConfig || (exports.ReplicationConfig = {}));
|
|
322
|
-
var Primary;
|
|
323
|
-
(function (Primary) {
|
|
324
|
-
Primary.filterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
})(Primary = exports.Primary || (exports.Primary = {}));
|
|
328
|
-
var Secondary;
|
|
329
|
-
(function (Secondary) {
|
|
330
|
-
Secondary.filterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
})(Secondary = exports.Secondary || (exports.Secondary = {}));
|
|
334
|
-
var FailoverConfig;
|
|
335
|
-
(function (FailoverConfig) {
|
|
336
|
-
FailoverConfig.filterSensitiveLog = (obj) => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
})(FailoverConfig = exports.FailoverConfig || (exports.FailoverConfig = {}));
|
|
340
|
-
var RoutingConfig;
|
|
341
|
-
(function (RoutingConfig) {
|
|
342
|
-
RoutingConfig.filterSensitiveLog = (obj) => ({
|
|
343
|
-
...obj,
|
|
344
|
-
});
|
|
345
|
-
})(RoutingConfig = exports.RoutingConfig || (exports.RoutingConfig = {}));
|
|
346
|
-
var CreateEndpointRequest;
|
|
347
|
-
(function (CreateEndpointRequest) {
|
|
348
|
-
CreateEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
});
|
|
351
|
-
})(CreateEndpointRequest = exports.CreateEndpointRequest || (exports.CreateEndpointRequest = {}));
|
|
352
190
|
var EndpointState;
|
|
353
191
|
(function (EndpointState) {
|
|
354
192
|
EndpointState["ACTIVE"] = "ACTIVE";
|
|
@@ -359,126 +197,6 @@ var EndpointState;
|
|
|
359
197
|
EndpointState["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
360
198
|
EndpointState["UPDATING"] = "UPDATING";
|
|
361
199
|
})(EndpointState = exports.EndpointState || (exports.EndpointState = {}));
|
|
362
|
-
var CreateEndpointResponse;
|
|
363
|
-
(function (CreateEndpointResponse) {
|
|
364
|
-
CreateEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
})(CreateEndpointResponse = exports.CreateEndpointResponse || (exports.CreateEndpointResponse = {}));
|
|
368
|
-
var Tag;
|
|
369
|
-
(function (Tag) {
|
|
370
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
374
|
-
var CreateEventBusRequest;
|
|
375
|
-
(function (CreateEventBusRequest) {
|
|
376
|
-
CreateEventBusRequest.filterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
})(CreateEventBusRequest = exports.CreateEventBusRequest || (exports.CreateEventBusRequest = {}));
|
|
380
|
-
var CreateEventBusResponse;
|
|
381
|
-
(function (CreateEventBusResponse) {
|
|
382
|
-
CreateEventBusResponse.filterSensitiveLog = (obj) => ({
|
|
383
|
-
...obj,
|
|
384
|
-
});
|
|
385
|
-
})(CreateEventBusResponse = exports.CreateEventBusResponse || (exports.CreateEventBusResponse = {}));
|
|
386
|
-
var CreatePartnerEventSourceRequest;
|
|
387
|
-
(function (CreatePartnerEventSourceRequest) {
|
|
388
|
-
CreatePartnerEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
})(CreatePartnerEventSourceRequest = exports.CreatePartnerEventSourceRequest || (exports.CreatePartnerEventSourceRequest = {}));
|
|
392
|
-
var CreatePartnerEventSourceResponse;
|
|
393
|
-
(function (CreatePartnerEventSourceResponse) {
|
|
394
|
-
CreatePartnerEventSourceResponse.filterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
})(CreatePartnerEventSourceResponse = exports.CreatePartnerEventSourceResponse || (exports.CreatePartnerEventSourceResponse = {}));
|
|
398
|
-
var DeactivateEventSourceRequest;
|
|
399
|
-
(function (DeactivateEventSourceRequest) {
|
|
400
|
-
DeactivateEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
})(DeactivateEventSourceRequest = exports.DeactivateEventSourceRequest || (exports.DeactivateEventSourceRequest = {}));
|
|
404
|
-
var DeauthorizeConnectionRequest;
|
|
405
|
-
(function (DeauthorizeConnectionRequest) {
|
|
406
|
-
DeauthorizeConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
407
|
-
...obj,
|
|
408
|
-
});
|
|
409
|
-
})(DeauthorizeConnectionRequest = exports.DeauthorizeConnectionRequest || (exports.DeauthorizeConnectionRequest = {}));
|
|
410
|
-
var DeauthorizeConnectionResponse;
|
|
411
|
-
(function (DeauthorizeConnectionResponse) {
|
|
412
|
-
DeauthorizeConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
});
|
|
415
|
-
})(DeauthorizeConnectionResponse = exports.DeauthorizeConnectionResponse || (exports.DeauthorizeConnectionResponse = {}));
|
|
416
|
-
var DeleteApiDestinationRequest;
|
|
417
|
-
(function (DeleteApiDestinationRequest) {
|
|
418
|
-
DeleteApiDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
})(DeleteApiDestinationRequest = exports.DeleteApiDestinationRequest || (exports.DeleteApiDestinationRequest = {}));
|
|
422
|
-
var DeleteApiDestinationResponse;
|
|
423
|
-
(function (DeleteApiDestinationResponse) {
|
|
424
|
-
DeleteApiDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
})(DeleteApiDestinationResponse = exports.DeleteApiDestinationResponse || (exports.DeleteApiDestinationResponse = {}));
|
|
428
|
-
var DeleteArchiveRequest;
|
|
429
|
-
(function (DeleteArchiveRequest) {
|
|
430
|
-
DeleteArchiveRequest.filterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
})(DeleteArchiveRequest = exports.DeleteArchiveRequest || (exports.DeleteArchiveRequest = {}));
|
|
434
|
-
var DeleteArchiveResponse;
|
|
435
|
-
(function (DeleteArchiveResponse) {
|
|
436
|
-
DeleteArchiveResponse.filterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
})(DeleteArchiveResponse = exports.DeleteArchiveResponse || (exports.DeleteArchiveResponse = {}));
|
|
440
|
-
var DeleteConnectionRequest;
|
|
441
|
-
(function (DeleteConnectionRequest) {
|
|
442
|
-
DeleteConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
|
-
})(DeleteConnectionRequest = exports.DeleteConnectionRequest || (exports.DeleteConnectionRequest = {}));
|
|
446
|
-
var DeleteConnectionResponse;
|
|
447
|
-
(function (DeleteConnectionResponse) {
|
|
448
|
-
DeleteConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
});
|
|
451
|
-
})(DeleteConnectionResponse = exports.DeleteConnectionResponse || (exports.DeleteConnectionResponse = {}));
|
|
452
|
-
var DeleteEndpointRequest;
|
|
453
|
-
(function (DeleteEndpointRequest) {
|
|
454
|
-
DeleteEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
})(DeleteEndpointRequest = exports.DeleteEndpointRequest || (exports.DeleteEndpointRequest = {}));
|
|
458
|
-
var DeleteEndpointResponse;
|
|
459
|
-
(function (DeleteEndpointResponse) {
|
|
460
|
-
DeleteEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
461
|
-
...obj,
|
|
462
|
-
});
|
|
463
|
-
})(DeleteEndpointResponse = exports.DeleteEndpointResponse || (exports.DeleteEndpointResponse = {}));
|
|
464
|
-
var DeleteEventBusRequest;
|
|
465
|
-
(function (DeleteEventBusRequest) {
|
|
466
|
-
DeleteEventBusRequest.filterSensitiveLog = (obj) => ({
|
|
467
|
-
...obj,
|
|
468
|
-
});
|
|
469
|
-
})(DeleteEventBusRequest = exports.DeleteEventBusRequest || (exports.DeleteEventBusRequest = {}));
|
|
470
|
-
var DeletePartnerEventSourceRequest;
|
|
471
|
-
(function (DeletePartnerEventSourceRequest) {
|
|
472
|
-
DeletePartnerEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
473
|
-
...obj,
|
|
474
|
-
});
|
|
475
|
-
})(DeletePartnerEventSourceRequest = exports.DeletePartnerEventSourceRequest || (exports.DeletePartnerEventSourceRequest = {}));
|
|
476
|
-
var DeleteRuleRequest;
|
|
477
|
-
(function (DeleteRuleRequest) {
|
|
478
|
-
DeleteRuleRequest.filterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
})(DeleteRuleRequest = exports.DeleteRuleRequest || (exports.DeleteRuleRequest = {}));
|
|
482
200
|
class ManagedRuleException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
483
201
|
constructor(opts) {
|
|
484
202
|
super({
|
|
@@ -492,572 +210,38 @@ class ManagedRuleException extends EventBridgeServiceException_1.EventBridgeServ
|
|
|
492
210
|
}
|
|
493
211
|
}
|
|
494
212
|
exports.ManagedRuleException = ManagedRuleException;
|
|
495
|
-
var DescribeApiDestinationRequest;
|
|
496
|
-
(function (DescribeApiDestinationRequest) {
|
|
497
|
-
DescribeApiDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
498
|
-
...obj,
|
|
499
|
-
});
|
|
500
|
-
})(DescribeApiDestinationRequest = exports.DescribeApiDestinationRequest || (exports.DescribeApiDestinationRequest = {}));
|
|
501
|
-
var DescribeApiDestinationResponse;
|
|
502
|
-
(function (DescribeApiDestinationResponse) {
|
|
503
|
-
DescribeApiDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
})(DescribeApiDestinationResponse = exports.DescribeApiDestinationResponse || (exports.DescribeApiDestinationResponse = {}));
|
|
507
|
-
var DescribeArchiveRequest;
|
|
508
|
-
(function (DescribeArchiveRequest) {
|
|
509
|
-
DescribeArchiveRequest.filterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
})(DescribeArchiveRequest = exports.DescribeArchiveRequest || (exports.DescribeArchiveRequest = {}));
|
|
513
|
-
var DescribeArchiveResponse;
|
|
514
|
-
(function (DescribeArchiveResponse) {
|
|
515
|
-
DescribeArchiveResponse.filterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
|
-
})(DescribeArchiveResponse = exports.DescribeArchiveResponse || (exports.DescribeArchiveResponse = {}));
|
|
519
|
-
var DescribeConnectionRequest;
|
|
520
|
-
(function (DescribeConnectionRequest) {
|
|
521
|
-
DescribeConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
})(DescribeConnectionRequest = exports.DescribeConnectionRequest || (exports.DescribeConnectionRequest = {}));
|
|
525
|
-
var ConnectionApiKeyAuthResponseParameters;
|
|
526
|
-
(function (ConnectionApiKeyAuthResponseParameters) {
|
|
527
|
-
ConnectionApiKeyAuthResponseParameters.filterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
})(ConnectionApiKeyAuthResponseParameters = exports.ConnectionApiKeyAuthResponseParameters || (exports.ConnectionApiKeyAuthResponseParameters = {}));
|
|
531
|
-
var ConnectionBasicAuthResponseParameters;
|
|
532
|
-
(function (ConnectionBasicAuthResponseParameters) {
|
|
533
|
-
ConnectionBasicAuthResponseParameters.filterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
})(ConnectionBasicAuthResponseParameters = exports.ConnectionBasicAuthResponseParameters || (exports.ConnectionBasicAuthResponseParameters = {}));
|
|
537
|
-
var ConnectionOAuthClientResponseParameters;
|
|
538
|
-
(function (ConnectionOAuthClientResponseParameters) {
|
|
539
|
-
ConnectionOAuthClientResponseParameters.filterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
})(ConnectionOAuthClientResponseParameters = exports.ConnectionOAuthClientResponseParameters || (exports.ConnectionOAuthClientResponseParameters = {}));
|
|
543
|
-
var ConnectionOAuthResponseParameters;
|
|
544
|
-
(function (ConnectionOAuthResponseParameters) {
|
|
545
|
-
ConnectionOAuthResponseParameters.filterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
})(ConnectionOAuthResponseParameters = exports.ConnectionOAuthResponseParameters || (exports.ConnectionOAuthResponseParameters = {}));
|
|
549
|
-
var ConnectionAuthResponseParameters;
|
|
550
|
-
(function (ConnectionAuthResponseParameters) {
|
|
551
|
-
ConnectionAuthResponseParameters.filterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
})(ConnectionAuthResponseParameters = exports.ConnectionAuthResponseParameters || (exports.ConnectionAuthResponseParameters = {}));
|
|
555
|
-
var DescribeConnectionResponse;
|
|
556
|
-
(function (DescribeConnectionResponse) {
|
|
557
|
-
DescribeConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
})(DescribeConnectionResponse = exports.DescribeConnectionResponse || (exports.DescribeConnectionResponse = {}));
|
|
561
|
-
var DescribeEndpointRequest;
|
|
562
|
-
(function (DescribeEndpointRequest) {
|
|
563
|
-
DescribeEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
})(DescribeEndpointRequest = exports.DescribeEndpointRequest || (exports.DescribeEndpointRequest = {}));
|
|
567
|
-
var DescribeEndpointResponse;
|
|
568
|
-
(function (DescribeEndpointResponse) {
|
|
569
|
-
DescribeEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
})(DescribeEndpointResponse = exports.DescribeEndpointResponse || (exports.DescribeEndpointResponse = {}));
|
|
573
|
-
var DescribeEventBusRequest;
|
|
574
|
-
(function (DescribeEventBusRequest) {
|
|
575
|
-
DescribeEventBusRequest.filterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
})(DescribeEventBusRequest = exports.DescribeEventBusRequest || (exports.DescribeEventBusRequest = {}));
|
|
579
|
-
var DescribeEventBusResponse;
|
|
580
|
-
(function (DescribeEventBusResponse) {
|
|
581
|
-
DescribeEventBusResponse.filterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
})(DescribeEventBusResponse = exports.DescribeEventBusResponse || (exports.DescribeEventBusResponse = {}));
|
|
585
|
-
var DescribeEventSourceRequest;
|
|
586
|
-
(function (DescribeEventSourceRequest) {
|
|
587
|
-
DescribeEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
})(DescribeEventSourceRequest = exports.DescribeEventSourceRequest || (exports.DescribeEventSourceRequest = {}));
|
|
591
213
|
var EventSourceState;
|
|
592
214
|
(function (EventSourceState) {
|
|
593
215
|
EventSourceState["ACTIVE"] = "ACTIVE";
|
|
594
216
|
EventSourceState["DELETED"] = "DELETED";
|
|
595
217
|
EventSourceState["PENDING"] = "PENDING";
|
|
596
218
|
})(EventSourceState = exports.EventSourceState || (exports.EventSourceState = {}));
|
|
597
|
-
var DescribeEventSourceResponse;
|
|
598
|
-
(function (DescribeEventSourceResponse) {
|
|
599
|
-
DescribeEventSourceResponse.filterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
})(DescribeEventSourceResponse = exports.DescribeEventSourceResponse || (exports.DescribeEventSourceResponse = {}));
|
|
603
|
-
var DescribePartnerEventSourceRequest;
|
|
604
|
-
(function (DescribePartnerEventSourceRequest) {
|
|
605
|
-
DescribePartnerEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
})(DescribePartnerEventSourceRequest = exports.DescribePartnerEventSourceRequest || (exports.DescribePartnerEventSourceRequest = {}));
|
|
609
|
-
var DescribePartnerEventSourceResponse;
|
|
610
|
-
(function (DescribePartnerEventSourceResponse) {
|
|
611
|
-
DescribePartnerEventSourceResponse.filterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
})(DescribePartnerEventSourceResponse = exports.DescribePartnerEventSourceResponse || (exports.DescribePartnerEventSourceResponse = {}));
|
|
615
|
-
var DescribeReplayRequest;
|
|
616
|
-
(function (DescribeReplayRequest) {
|
|
617
|
-
DescribeReplayRequest.filterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
})(DescribeReplayRequest = exports.DescribeReplayRequest || (exports.DescribeReplayRequest = {}));
|
|
621
|
-
var ReplayDestination;
|
|
622
|
-
(function (ReplayDestination) {
|
|
623
|
-
ReplayDestination.filterSensitiveLog = (obj) => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
})(ReplayDestination = exports.ReplayDestination || (exports.ReplayDestination = {}));
|
|
627
|
-
var DescribeReplayResponse;
|
|
628
|
-
(function (DescribeReplayResponse) {
|
|
629
|
-
DescribeReplayResponse.filterSensitiveLog = (obj) => ({
|
|
630
|
-
...obj,
|
|
631
|
-
});
|
|
632
|
-
})(DescribeReplayResponse = exports.DescribeReplayResponse || (exports.DescribeReplayResponse = {}));
|
|
633
|
-
var DescribeRuleRequest;
|
|
634
|
-
(function (DescribeRuleRequest) {
|
|
635
|
-
DescribeRuleRequest.filterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
});
|
|
638
|
-
})(DescribeRuleRequest = exports.DescribeRuleRequest || (exports.DescribeRuleRequest = {}));
|
|
639
219
|
var RuleState;
|
|
640
220
|
(function (RuleState) {
|
|
641
221
|
RuleState["DISABLED"] = "DISABLED";
|
|
642
222
|
RuleState["ENABLED"] = "ENABLED";
|
|
643
223
|
})(RuleState = exports.RuleState || (exports.RuleState = {}));
|
|
644
|
-
var DescribeRuleResponse;
|
|
645
|
-
(function (DescribeRuleResponse) {
|
|
646
|
-
DescribeRuleResponse.filterSensitiveLog = (obj) => ({
|
|
647
|
-
...obj,
|
|
648
|
-
});
|
|
649
|
-
})(DescribeRuleResponse = exports.DescribeRuleResponse || (exports.DescribeRuleResponse = {}));
|
|
650
|
-
var DisableRuleRequest;
|
|
651
|
-
(function (DisableRuleRequest) {
|
|
652
|
-
DisableRuleRequest.filterSensitiveLog = (obj) => ({
|
|
653
|
-
...obj,
|
|
654
|
-
});
|
|
655
|
-
})(DisableRuleRequest = exports.DisableRuleRequest || (exports.DisableRuleRequest = {}));
|
|
656
|
-
var EnableRuleRequest;
|
|
657
|
-
(function (EnableRuleRequest) {
|
|
658
|
-
EnableRuleRequest.filterSensitiveLog = (obj) => ({
|
|
659
|
-
...obj,
|
|
660
|
-
});
|
|
661
|
-
})(EnableRuleRequest = exports.EnableRuleRequest || (exports.EnableRuleRequest = {}));
|
|
662
|
-
var ListApiDestinationsRequest;
|
|
663
|
-
(function (ListApiDestinationsRequest) {
|
|
664
|
-
ListApiDestinationsRequest.filterSensitiveLog = (obj) => ({
|
|
665
|
-
...obj,
|
|
666
|
-
});
|
|
667
|
-
})(ListApiDestinationsRequest = exports.ListApiDestinationsRequest || (exports.ListApiDestinationsRequest = {}));
|
|
668
|
-
var ListApiDestinationsResponse;
|
|
669
|
-
(function (ListApiDestinationsResponse) {
|
|
670
|
-
ListApiDestinationsResponse.filterSensitiveLog = (obj) => ({
|
|
671
|
-
...obj,
|
|
672
|
-
});
|
|
673
|
-
})(ListApiDestinationsResponse = exports.ListApiDestinationsResponse || (exports.ListApiDestinationsResponse = {}));
|
|
674
|
-
var ListArchivesRequest;
|
|
675
|
-
(function (ListArchivesRequest) {
|
|
676
|
-
ListArchivesRequest.filterSensitiveLog = (obj) => ({
|
|
677
|
-
...obj,
|
|
678
|
-
});
|
|
679
|
-
})(ListArchivesRequest = exports.ListArchivesRequest || (exports.ListArchivesRequest = {}));
|
|
680
|
-
var ListArchivesResponse;
|
|
681
|
-
(function (ListArchivesResponse) {
|
|
682
|
-
ListArchivesResponse.filterSensitiveLog = (obj) => ({
|
|
683
|
-
...obj,
|
|
684
|
-
});
|
|
685
|
-
})(ListArchivesResponse = exports.ListArchivesResponse || (exports.ListArchivesResponse = {}));
|
|
686
|
-
var ListConnectionsRequest;
|
|
687
|
-
(function (ListConnectionsRequest) {
|
|
688
|
-
ListConnectionsRequest.filterSensitiveLog = (obj) => ({
|
|
689
|
-
...obj,
|
|
690
|
-
});
|
|
691
|
-
})(ListConnectionsRequest = exports.ListConnectionsRequest || (exports.ListConnectionsRequest = {}));
|
|
692
|
-
var Connection;
|
|
693
|
-
(function (Connection) {
|
|
694
|
-
Connection.filterSensitiveLog = (obj) => ({
|
|
695
|
-
...obj,
|
|
696
|
-
});
|
|
697
|
-
})(Connection = exports.Connection || (exports.Connection = {}));
|
|
698
|
-
var ListConnectionsResponse;
|
|
699
|
-
(function (ListConnectionsResponse) {
|
|
700
|
-
ListConnectionsResponse.filterSensitiveLog = (obj) => ({
|
|
701
|
-
...obj,
|
|
702
|
-
});
|
|
703
|
-
})(ListConnectionsResponse = exports.ListConnectionsResponse || (exports.ListConnectionsResponse = {}));
|
|
704
|
-
var ListEndpointsRequest;
|
|
705
|
-
(function (ListEndpointsRequest) {
|
|
706
|
-
ListEndpointsRequest.filterSensitiveLog = (obj) => ({
|
|
707
|
-
...obj,
|
|
708
|
-
});
|
|
709
|
-
})(ListEndpointsRequest = exports.ListEndpointsRequest || (exports.ListEndpointsRequest = {}));
|
|
710
|
-
var Endpoint;
|
|
711
|
-
(function (Endpoint) {
|
|
712
|
-
Endpoint.filterSensitiveLog = (obj) => ({
|
|
713
|
-
...obj,
|
|
714
|
-
});
|
|
715
|
-
})(Endpoint = exports.Endpoint || (exports.Endpoint = {}));
|
|
716
|
-
var ListEndpointsResponse;
|
|
717
|
-
(function (ListEndpointsResponse) {
|
|
718
|
-
ListEndpointsResponse.filterSensitiveLog = (obj) => ({
|
|
719
|
-
...obj,
|
|
720
|
-
});
|
|
721
|
-
})(ListEndpointsResponse = exports.ListEndpointsResponse || (exports.ListEndpointsResponse = {}));
|
|
722
|
-
var ListEventBusesRequest;
|
|
723
|
-
(function (ListEventBusesRequest) {
|
|
724
|
-
ListEventBusesRequest.filterSensitiveLog = (obj) => ({
|
|
725
|
-
...obj,
|
|
726
|
-
});
|
|
727
|
-
})(ListEventBusesRequest = exports.ListEventBusesRequest || (exports.ListEventBusesRequest = {}));
|
|
728
|
-
var EventBus;
|
|
729
|
-
(function (EventBus) {
|
|
730
|
-
EventBus.filterSensitiveLog = (obj) => ({
|
|
731
|
-
...obj,
|
|
732
|
-
});
|
|
733
|
-
})(EventBus = exports.EventBus || (exports.EventBus = {}));
|
|
734
|
-
var ListEventBusesResponse;
|
|
735
|
-
(function (ListEventBusesResponse) {
|
|
736
|
-
ListEventBusesResponse.filterSensitiveLog = (obj) => ({
|
|
737
|
-
...obj,
|
|
738
|
-
});
|
|
739
|
-
})(ListEventBusesResponse = exports.ListEventBusesResponse || (exports.ListEventBusesResponse = {}));
|
|
740
|
-
var ListEventSourcesRequest;
|
|
741
|
-
(function (ListEventSourcesRequest) {
|
|
742
|
-
ListEventSourcesRequest.filterSensitiveLog = (obj) => ({
|
|
743
|
-
...obj,
|
|
744
|
-
});
|
|
745
|
-
})(ListEventSourcesRequest = exports.ListEventSourcesRequest || (exports.ListEventSourcesRequest = {}));
|
|
746
|
-
var EventSource;
|
|
747
|
-
(function (EventSource) {
|
|
748
|
-
EventSource.filterSensitiveLog = (obj) => ({
|
|
749
|
-
...obj,
|
|
750
|
-
});
|
|
751
|
-
})(EventSource = exports.EventSource || (exports.EventSource = {}));
|
|
752
|
-
var ListEventSourcesResponse;
|
|
753
|
-
(function (ListEventSourcesResponse) {
|
|
754
|
-
ListEventSourcesResponse.filterSensitiveLog = (obj) => ({
|
|
755
|
-
...obj,
|
|
756
|
-
});
|
|
757
|
-
})(ListEventSourcesResponse = exports.ListEventSourcesResponse || (exports.ListEventSourcesResponse = {}));
|
|
758
|
-
var ListPartnerEventSourceAccountsRequest;
|
|
759
|
-
(function (ListPartnerEventSourceAccountsRequest) {
|
|
760
|
-
ListPartnerEventSourceAccountsRequest.filterSensitiveLog = (obj) => ({
|
|
761
|
-
...obj,
|
|
762
|
-
});
|
|
763
|
-
})(ListPartnerEventSourceAccountsRequest = exports.ListPartnerEventSourceAccountsRequest || (exports.ListPartnerEventSourceAccountsRequest = {}));
|
|
764
|
-
var PartnerEventSourceAccount;
|
|
765
|
-
(function (PartnerEventSourceAccount) {
|
|
766
|
-
PartnerEventSourceAccount.filterSensitiveLog = (obj) => ({
|
|
767
|
-
...obj,
|
|
768
|
-
});
|
|
769
|
-
})(PartnerEventSourceAccount = exports.PartnerEventSourceAccount || (exports.PartnerEventSourceAccount = {}));
|
|
770
|
-
var ListPartnerEventSourceAccountsResponse;
|
|
771
|
-
(function (ListPartnerEventSourceAccountsResponse) {
|
|
772
|
-
ListPartnerEventSourceAccountsResponse.filterSensitiveLog = (obj) => ({
|
|
773
|
-
...obj,
|
|
774
|
-
});
|
|
775
|
-
})(ListPartnerEventSourceAccountsResponse = exports.ListPartnerEventSourceAccountsResponse || (exports.ListPartnerEventSourceAccountsResponse = {}));
|
|
776
|
-
var ListPartnerEventSourcesRequest;
|
|
777
|
-
(function (ListPartnerEventSourcesRequest) {
|
|
778
|
-
ListPartnerEventSourcesRequest.filterSensitiveLog = (obj) => ({
|
|
779
|
-
...obj,
|
|
780
|
-
});
|
|
781
|
-
})(ListPartnerEventSourcesRequest = exports.ListPartnerEventSourcesRequest || (exports.ListPartnerEventSourcesRequest = {}));
|
|
782
|
-
var PartnerEventSource;
|
|
783
|
-
(function (PartnerEventSource) {
|
|
784
|
-
PartnerEventSource.filterSensitiveLog = (obj) => ({
|
|
785
|
-
...obj,
|
|
786
|
-
});
|
|
787
|
-
})(PartnerEventSource = exports.PartnerEventSource || (exports.PartnerEventSource = {}));
|
|
788
|
-
var ListPartnerEventSourcesResponse;
|
|
789
|
-
(function (ListPartnerEventSourcesResponse) {
|
|
790
|
-
ListPartnerEventSourcesResponse.filterSensitiveLog = (obj) => ({
|
|
791
|
-
...obj,
|
|
792
|
-
});
|
|
793
|
-
})(ListPartnerEventSourcesResponse = exports.ListPartnerEventSourcesResponse || (exports.ListPartnerEventSourcesResponse = {}));
|
|
794
|
-
var ListReplaysRequest;
|
|
795
|
-
(function (ListReplaysRequest) {
|
|
796
|
-
ListReplaysRequest.filterSensitiveLog = (obj) => ({
|
|
797
|
-
...obj,
|
|
798
|
-
});
|
|
799
|
-
})(ListReplaysRequest = exports.ListReplaysRequest || (exports.ListReplaysRequest = {}));
|
|
800
|
-
var Replay;
|
|
801
|
-
(function (Replay) {
|
|
802
|
-
Replay.filterSensitiveLog = (obj) => ({
|
|
803
|
-
...obj,
|
|
804
|
-
});
|
|
805
|
-
})(Replay = exports.Replay || (exports.Replay = {}));
|
|
806
|
-
var ListReplaysResponse;
|
|
807
|
-
(function (ListReplaysResponse) {
|
|
808
|
-
ListReplaysResponse.filterSensitiveLog = (obj) => ({
|
|
809
|
-
...obj,
|
|
810
|
-
});
|
|
811
|
-
})(ListReplaysResponse = exports.ListReplaysResponse || (exports.ListReplaysResponse = {}));
|
|
812
|
-
var ListRuleNamesByTargetRequest;
|
|
813
|
-
(function (ListRuleNamesByTargetRequest) {
|
|
814
|
-
ListRuleNamesByTargetRequest.filterSensitiveLog = (obj) => ({
|
|
815
|
-
...obj,
|
|
816
|
-
});
|
|
817
|
-
})(ListRuleNamesByTargetRequest = exports.ListRuleNamesByTargetRequest || (exports.ListRuleNamesByTargetRequest = {}));
|
|
818
|
-
var ListRuleNamesByTargetResponse;
|
|
819
|
-
(function (ListRuleNamesByTargetResponse) {
|
|
820
|
-
ListRuleNamesByTargetResponse.filterSensitiveLog = (obj) => ({
|
|
821
|
-
...obj,
|
|
822
|
-
});
|
|
823
|
-
})(ListRuleNamesByTargetResponse = exports.ListRuleNamesByTargetResponse || (exports.ListRuleNamesByTargetResponse = {}));
|
|
824
|
-
var ListRulesRequest;
|
|
825
|
-
(function (ListRulesRequest) {
|
|
826
|
-
ListRulesRequest.filterSensitiveLog = (obj) => ({
|
|
827
|
-
...obj,
|
|
828
|
-
});
|
|
829
|
-
})(ListRulesRequest = exports.ListRulesRequest || (exports.ListRulesRequest = {}));
|
|
830
|
-
var Rule;
|
|
831
|
-
(function (Rule) {
|
|
832
|
-
Rule.filterSensitiveLog = (obj) => ({
|
|
833
|
-
...obj,
|
|
834
|
-
});
|
|
835
|
-
})(Rule = exports.Rule || (exports.Rule = {}));
|
|
836
|
-
var ListRulesResponse;
|
|
837
|
-
(function (ListRulesResponse) {
|
|
838
|
-
ListRulesResponse.filterSensitiveLog = (obj) => ({
|
|
839
|
-
...obj,
|
|
840
|
-
});
|
|
841
|
-
})(ListRulesResponse = exports.ListRulesResponse || (exports.ListRulesResponse = {}));
|
|
842
|
-
var ListTagsForResourceRequest;
|
|
843
|
-
(function (ListTagsForResourceRequest) {
|
|
844
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
845
|
-
...obj,
|
|
846
|
-
});
|
|
847
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
848
|
-
var ListTagsForResourceResponse;
|
|
849
|
-
(function (ListTagsForResourceResponse) {
|
|
850
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
851
|
-
...obj,
|
|
852
|
-
});
|
|
853
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
854
|
-
var ListTargetsByRuleRequest;
|
|
855
|
-
(function (ListTargetsByRuleRequest) {
|
|
856
|
-
ListTargetsByRuleRequest.filterSensitiveLog = (obj) => ({
|
|
857
|
-
...obj,
|
|
858
|
-
});
|
|
859
|
-
})(ListTargetsByRuleRequest = exports.ListTargetsByRuleRequest || (exports.ListTargetsByRuleRequest = {}));
|
|
860
|
-
var BatchArrayProperties;
|
|
861
|
-
(function (BatchArrayProperties) {
|
|
862
|
-
BatchArrayProperties.filterSensitiveLog = (obj) => ({
|
|
863
|
-
...obj,
|
|
864
|
-
});
|
|
865
|
-
})(BatchArrayProperties = exports.BatchArrayProperties || (exports.BatchArrayProperties = {}));
|
|
866
|
-
var BatchRetryStrategy;
|
|
867
|
-
(function (BatchRetryStrategy) {
|
|
868
|
-
BatchRetryStrategy.filterSensitiveLog = (obj) => ({
|
|
869
|
-
...obj,
|
|
870
|
-
});
|
|
871
|
-
})(BatchRetryStrategy = exports.BatchRetryStrategy || (exports.BatchRetryStrategy = {}));
|
|
872
|
-
var BatchParameters;
|
|
873
|
-
(function (BatchParameters) {
|
|
874
|
-
BatchParameters.filterSensitiveLog = (obj) => ({
|
|
875
|
-
...obj,
|
|
876
|
-
});
|
|
877
|
-
})(BatchParameters = exports.BatchParameters || (exports.BatchParameters = {}));
|
|
878
|
-
var DeadLetterConfig;
|
|
879
|
-
(function (DeadLetterConfig) {
|
|
880
|
-
DeadLetterConfig.filterSensitiveLog = (obj) => ({
|
|
881
|
-
...obj,
|
|
882
|
-
});
|
|
883
|
-
})(DeadLetterConfig = exports.DeadLetterConfig || (exports.DeadLetterConfig = {}));
|
|
884
|
-
var CapacityProviderStrategyItem;
|
|
885
|
-
(function (CapacityProviderStrategyItem) {
|
|
886
|
-
CapacityProviderStrategyItem.filterSensitiveLog = (obj) => ({
|
|
887
|
-
...obj,
|
|
888
|
-
});
|
|
889
|
-
})(CapacityProviderStrategyItem = exports.CapacityProviderStrategyItem || (exports.CapacityProviderStrategyItem = {}));
|
|
890
224
|
var LaunchType;
|
|
891
225
|
(function (LaunchType) {
|
|
892
226
|
LaunchType["EC2"] = "EC2";
|
|
893
227
|
LaunchType["EXTERNAL"] = "EXTERNAL";
|
|
894
228
|
LaunchType["FARGATE"] = "FARGATE";
|
|
895
229
|
})(LaunchType = exports.LaunchType || (exports.LaunchType = {}));
|
|
896
|
-
var AwsVpcConfiguration;
|
|
897
|
-
(function (AwsVpcConfiguration) {
|
|
898
|
-
AwsVpcConfiguration.filterSensitiveLog = (obj) => ({
|
|
899
|
-
...obj,
|
|
900
|
-
});
|
|
901
|
-
})(AwsVpcConfiguration = exports.AwsVpcConfiguration || (exports.AwsVpcConfiguration = {}));
|
|
902
|
-
var NetworkConfiguration;
|
|
903
|
-
(function (NetworkConfiguration) {
|
|
904
|
-
NetworkConfiguration.filterSensitiveLog = (obj) => ({
|
|
905
|
-
...obj,
|
|
906
|
-
});
|
|
907
|
-
})(NetworkConfiguration = exports.NetworkConfiguration || (exports.NetworkConfiguration = {}));
|
|
908
230
|
var PlacementConstraintType;
|
|
909
231
|
(function (PlacementConstraintType) {
|
|
910
232
|
PlacementConstraintType["DISTINCT_INSTANCE"] = "distinctInstance";
|
|
911
233
|
PlacementConstraintType["MEMBER_OF"] = "memberOf";
|
|
912
234
|
})(PlacementConstraintType = exports.PlacementConstraintType || (exports.PlacementConstraintType = {}));
|
|
913
|
-
var PlacementConstraint;
|
|
914
|
-
(function (PlacementConstraint) {
|
|
915
|
-
PlacementConstraint.filterSensitiveLog = (obj) => ({
|
|
916
|
-
...obj,
|
|
917
|
-
});
|
|
918
|
-
})(PlacementConstraint = exports.PlacementConstraint || (exports.PlacementConstraint = {}));
|
|
919
235
|
var PlacementStrategyType;
|
|
920
236
|
(function (PlacementStrategyType) {
|
|
921
237
|
PlacementStrategyType["BINPACK"] = "binpack";
|
|
922
238
|
PlacementStrategyType["RANDOM"] = "random";
|
|
923
239
|
PlacementStrategyType["SPREAD"] = "spread";
|
|
924
240
|
})(PlacementStrategyType = exports.PlacementStrategyType || (exports.PlacementStrategyType = {}));
|
|
925
|
-
var PlacementStrategy;
|
|
926
|
-
(function (PlacementStrategy) {
|
|
927
|
-
PlacementStrategy.filterSensitiveLog = (obj) => ({
|
|
928
|
-
...obj,
|
|
929
|
-
});
|
|
930
|
-
})(PlacementStrategy = exports.PlacementStrategy || (exports.PlacementStrategy = {}));
|
|
931
241
|
var PropagateTags;
|
|
932
242
|
(function (PropagateTags) {
|
|
933
243
|
PropagateTags["TASK_DEFINITION"] = "TASK_DEFINITION";
|
|
934
244
|
})(PropagateTags = exports.PropagateTags || (exports.PropagateTags = {}));
|
|
935
|
-
var EcsParameters;
|
|
936
|
-
(function (EcsParameters) {
|
|
937
|
-
EcsParameters.filterSensitiveLog = (obj) => ({
|
|
938
|
-
...obj,
|
|
939
|
-
});
|
|
940
|
-
})(EcsParameters = exports.EcsParameters || (exports.EcsParameters = {}));
|
|
941
|
-
var HttpParameters;
|
|
942
|
-
(function (HttpParameters) {
|
|
943
|
-
HttpParameters.filterSensitiveLog = (obj) => ({
|
|
944
|
-
...obj,
|
|
945
|
-
});
|
|
946
|
-
})(HttpParameters = exports.HttpParameters || (exports.HttpParameters = {}));
|
|
947
|
-
var InputTransformer;
|
|
948
|
-
(function (InputTransformer) {
|
|
949
|
-
InputTransformer.filterSensitiveLog = (obj) => ({
|
|
950
|
-
...obj,
|
|
951
|
-
});
|
|
952
|
-
})(InputTransformer = exports.InputTransformer || (exports.InputTransformer = {}));
|
|
953
|
-
var KinesisParameters;
|
|
954
|
-
(function (KinesisParameters) {
|
|
955
|
-
KinesisParameters.filterSensitiveLog = (obj) => ({
|
|
956
|
-
...obj,
|
|
957
|
-
});
|
|
958
|
-
})(KinesisParameters = exports.KinesisParameters || (exports.KinesisParameters = {}));
|
|
959
|
-
var RedshiftDataParameters;
|
|
960
|
-
(function (RedshiftDataParameters) {
|
|
961
|
-
RedshiftDataParameters.filterSensitiveLog = (obj) => ({
|
|
962
|
-
...obj,
|
|
963
|
-
});
|
|
964
|
-
})(RedshiftDataParameters = exports.RedshiftDataParameters || (exports.RedshiftDataParameters = {}));
|
|
965
|
-
var RetryPolicy;
|
|
966
|
-
(function (RetryPolicy) {
|
|
967
|
-
RetryPolicy.filterSensitiveLog = (obj) => ({
|
|
968
|
-
...obj,
|
|
969
|
-
});
|
|
970
|
-
})(RetryPolicy = exports.RetryPolicy || (exports.RetryPolicy = {}));
|
|
971
|
-
var RunCommandTarget;
|
|
972
|
-
(function (RunCommandTarget) {
|
|
973
|
-
RunCommandTarget.filterSensitiveLog = (obj) => ({
|
|
974
|
-
...obj,
|
|
975
|
-
});
|
|
976
|
-
})(RunCommandTarget = exports.RunCommandTarget || (exports.RunCommandTarget = {}));
|
|
977
|
-
var RunCommandParameters;
|
|
978
|
-
(function (RunCommandParameters) {
|
|
979
|
-
RunCommandParameters.filterSensitiveLog = (obj) => ({
|
|
980
|
-
...obj,
|
|
981
|
-
});
|
|
982
|
-
})(RunCommandParameters = exports.RunCommandParameters || (exports.RunCommandParameters = {}));
|
|
983
|
-
var SageMakerPipelineParameter;
|
|
984
|
-
(function (SageMakerPipelineParameter) {
|
|
985
|
-
SageMakerPipelineParameter.filterSensitiveLog = (obj) => ({
|
|
986
|
-
...obj,
|
|
987
|
-
});
|
|
988
|
-
})(SageMakerPipelineParameter = exports.SageMakerPipelineParameter || (exports.SageMakerPipelineParameter = {}));
|
|
989
|
-
var SageMakerPipelineParameters;
|
|
990
|
-
(function (SageMakerPipelineParameters) {
|
|
991
|
-
SageMakerPipelineParameters.filterSensitiveLog = (obj) => ({
|
|
992
|
-
...obj,
|
|
993
|
-
});
|
|
994
|
-
})(SageMakerPipelineParameters = exports.SageMakerPipelineParameters || (exports.SageMakerPipelineParameters = {}));
|
|
995
|
-
var SqsParameters;
|
|
996
|
-
(function (SqsParameters) {
|
|
997
|
-
SqsParameters.filterSensitiveLog = (obj) => ({
|
|
998
|
-
...obj,
|
|
999
|
-
});
|
|
1000
|
-
})(SqsParameters = exports.SqsParameters || (exports.SqsParameters = {}));
|
|
1001
|
-
var Target;
|
|
1002
|
-
(function (Target) {
|
|
1003
|
-
Target.filterSensitiveLog = (obj) => ({
|
|
1004
|
-
...obj,
|
|
1005
|
-
});
|
|
1006
|
-
})(Target = exports.Target || (exports.Target = {}));
|
|
1007
|
-
var ListTargetsByRuleResponse;
|
|
1008
|
-
(function (ListTargetsByRuleResponse) {
|
|
1009
|
-
ListTargetsByRuleResponse.filterSensitiveLog = (obj) => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
})(ListTargetsByRuleResponse = exports.ListTargetsByRuleResponse || (exports.ListTargetsByRuleResponse = {}));
|
|
1013
|
-
var PutEventsRequestEntry;
|
|
1014
|
-
(function (PutEventsRequestEntry) {
|
|
1015
|
-
PutEventsRequestEntry.filterSensitiveLog = (obj) => ({
|
|
1016
|
-
...obj,
|
|
1017
|
-
});
|
|
1018
|
-
})(PutEventsRequestEntry = exports.PutEventsRequestEntry || (exports.PutEventsRequestEntry = {}));
|
|
1019
|
-
var PutEventsRequest;
|
|
1020
|
-
(function (PutEventsRequest) {
|
|
1021
|
-
PutEventsRequest.filterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
})(PutEventsRequest = exports.PutEventsRequest || (exports.PutEventsRequest = {}));
|
|
1025
|
-
var PutEventsResultEntry;
|
|
1026
|
-
(function (PutEventsResultEntry) {
|
|
1027
|
-
PutEventsResultEntry.filterSensitiveLog = (obj) => ({
|
|
1028
|
-
...obj,
|
|
1029
|
-
});
|
|
1030
|
-
})(PutEventsResultEntry = exports.PutEventsResultEntry || (exports.PutEventsResultEntry = {}));
|
|
1031
|
-
var PutEventsResponse;
|
|
1032
|
-
(function (PutEventsResponse) {
|
|
1033
|
-
PutEventsResponse.filterSensitiveLog = (obj) => ({
|
|
1034
|
-
...obj,
|
|
1035
|
-
});
|
|
1036
|
-
})(PutEventsResponse = exports.PutEventsResponse || (exports.PutEventsResponse = {}));
|
|
1037
|
-
var PutPartnerEventsRequestEntry;
|
|
1038
|
-
(function (PutPartnerEventsRequestEntry) {
|
|
1039
|
-
PutPartnerEventsRequestEntry.filterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
})(PutPartnerEventsRequestEntry = exports.PutPartnerEventsRequestEntry || (exports.PutPartnerEventsRequestEntry = {}));
|
|
1043
|
-
var PutPartnerEventsRequest;
|
|
1044
|
-
(function (PutPartnerEventsRequest) {
|
|
1045
|
-
PutPartnerEventsRequest.filterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
})(PutPartnerEventsRequest = exports.PutPartnerEventsRequest || (exports.PutPartnerEventsRequest = {}));
|
|
1049
|
-
var PutPartnerEventsResultEntry;
|
|
1050
|
-
(function (PutPartnerEventsResultEntry) {
|
|
1051
|
-
PutPartnerEventsResultEntry.filterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
});
|
|
1054
|
-
})(PutPartnerEventsResultEntry = exports.PutPartnerEventsResultEntry || (exports.PutPartnerEventsResultEntry = {}));
|
|
1055
|
-
var PutPartnerEventsResponse;
|
|
1056
|
-
(function (PutPartnerEventsResponse) {
|
|
1057
|
-
PutPartnerEventsResponse.filterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
})(PutPartnerEventsResponse = exports.PutPartnerEventsResponse || (exports.PutPartnerEventsResponse = {}));
|
|
1061
245
|
class PolicyLengthExceededException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
1062
246
|
constructor(opts) {
|
|
1063
247
|
super({
|
|
@@ -1071,195 +255,675 @@ class PolicyLengthExceededException extends EventBridgeServiceException_1.EventB
|
|
|
1071
255
|
}
|
|
1072
256
|
}
|
|
1073
257
|
exports.PolicyLengthExceededException = PolicyLengthExceededException;
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
258
|
+
const ActivateEventSourceRequestFilterSensitiveLog = (obj) => ({
|
|
259
|
+
...obj,
|
|
260
|
+
});
|
|
261
|
+
exports.ActivateEventSourceRequestFilterSensitiveLog = ActivateEventSourceRequestFilterSensitiveLog;
|
|
262
|
+
const ApiDestinationFilterSensitiveLog = (obj) => ({
|
|
263
|
+
...obj,
|
|
264
|
+
});
|
|
265
|
+
exports.ApiDestinationFilterSensitiveLog = ApiDestinationFilterSensitiveLog;
|
|
266
|
+
const ArchiveFilterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
exports.ArchiveFilterSensitiveLog = ArchiveFilterSensitiveLog;
|
|
270
|
+
const CancelReplayRequestFilterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
});
|
|
273
|
+
exports.CancelReplayRequestFilterSensitiveLog = CancelReplayRequestFilterSensitiveLog;
|
|
274
|
+
const CancelReplayResponseFilterSensitiveLog = (obj) => ({
|
|
275
|
+
...obj,
|
|
276
|
+
});
|
|
277
|
+
exports.CancelReplayResponseFilterSensitiveLog = CancelReplayResponseFilterSensitiveLog;
|
|
278
|
+
const CreateApiDestinationRequestFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
exports.CreateApiDestinationRequestFilterSensitiveLog = CreateApiDestinationRequestFilterSensitiveLog;
|
|
282
|
+
const CreateApiDestinationResponseFilterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
});
|
|
285
|
+
exports.CreateApiDestinationResponseFilterSensitiveLog = CreateApiDestinationResponseFilterSensitiveLog;
|
|
286
|
+
const CreateArchiveRequestFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
});
|
|
289
|
+
exports.CreateArchiveRequestFilterSensitiveLog = CreateArchiveRequestFilterSensitiveLog;
|
|
290
|
+
const CreateArchiveResponseFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
exports.CreateArchiveResponseFilterSensitiveLog = CreateArchiveResponseFilterSensitiveLog;
|
|
294
|
+
const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
295
|
+
...obj,
|
|
296
|
+
});
|
|
297
|
+
exports.CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog;
|
|
298
|
+
const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
});
|
|
301
|
+
exports.CreateConnectionBasicAuthRequestParametersFilterSensitiveLog = CreateConnectionBasicAuthRequestParametersFilterSensitiveLog;
|
|
302
|
+
const ConnectionBodyParameterFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
exports.ConnectionBodyParameterFilterSensitiveLog = ConnectionBodyParameterFilterSensitiveLog;
|
|
306
|
+
const ConnectionHeaderParameterFilterSensitiveLog = (obj) => ({
|
|
307
|
+
...obj,
|
|
308
|
+
});
|
|
309
|
+
exports.ConnectionHeaderParameterFilterSensitiveLog = ConnectionHeaderParameterFilterSensitiveLog;
|
|
310
|
+
const ConnectionQueryStringParameterFilterSensitiveLog = (obj) => ({
|
|
311
|
+
...obj,
|
|
312
|
+
});
|
|
313
|
+
exports.ConnectionQueryStringParameterFilterSensitiveLog = ConnectionQueryStringParameterFilterSensitiveLog;
|
|
314
|
+
const ConnectionHttpParametersFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
exports.ConnectionHttpParametersFilterSensitiveLog = ConnectionHttpParametersFilterSensitiveLog;
|
|
318
|
+
const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
});
|
|
321
|
+
exports.CreateConnectionOAuthClientRequestParametersFilterSensitiveLog = CreateConnectionOAuthClientRequestParametersFilterSensitiveLog;
|
|
322
|
+
const CreateConnectionOAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
});
|
|
325
|
+
exports.CreateConnectionOAuthRequestParametersFilterSensitiveLog = CreateConnectionOAuthRequestParametersFilterSensitiveLog;
|
|
326
|
+
const CreateConnectionAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
exports.CreateConnectionAuthRequestParametersFilterSensitiveLog = CreateConnectionAuthRequestParametersFilterSensitiveLog;
|
|
330
|
+
const CreateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
exports.CreateConnectionRequestFilterSensitiveLog = CreateConnectionRequestFilterSensitiveLog;
|
|
334
|
+
const CreateConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
});
|
|
337
|
+
exports.CreateConnectionResponseFilterSensitiveLog = CreateConnectionResponseFilterSensitiveLog;
|
|
338
|
+
const EndpointEventBusFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
exports.EndpointEventBusFilterSensitiveLog = EndpointEventBusFilterSensitiveLog;
|
|
342
|
+
const ReplicationConfigFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
exports.ReplicationConfigFilterSensitiveLog = ReplicationConfigFilterSensitiveLog;
|
|
346
|
+
const PrimaryFilterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
});
|
|
349
|
+
exports.PrimaryFilterSensitiveLog = PrimaryFilterSensitiveLog;
|
|
350
|
+
const SecondaryFilterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
exports.SecondaryFilterSensitiveLog = SecondaryFilterSensitiveLog;
|
|
354
|
+
const FailoverConfigFilterSensitiveLog = (obj) => ({
|
|
355
|
+
...obj,
|
|
356
|
+
});
|
|
357
|
+
exports.FailoverConfigFilterSensitiveLog = FailoverConfigFilterSensitiveLog;
|
|
358
|
+
const RoutingConfigFilterSensitiveLog = (obj) => ({
|
|
359
|
+
...obj,
|
|
360
|
+
});
|
|
361
|
+
exports.RoutingConfigFilterSensitiveLog = RoutingConfigFilterSensitiveLog;
|
|
362
|
+
const CreateEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
exports.CreateEndpointRequestFilterSensitiveLog = CreateEndpointRequestFilterSensitiveLog;
|
|
366
|
+
const CreateEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
exports.CreateEndpointResponseFilterSensitiveLog = CreateEndpointResponseFilterSensitiveLog;
|
|
370
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
374
|
+
const CreateEventBusRequestFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
exports.CreateEventBusRequestFilterSensitiveLog = CreateEventBusRequestFilterSensitiveLog;
|
|
378
|
+
const CreateEventBusResponseFilterSensitiveLog = (obj) => ({
|
|
379
|
+
...obj,
|
|
380
|
+
});
|
|
381
|
+
exports.CreateEventBusResponseFilterSensitiveLog = CreateEventBusResponseFilterSensitiveLog;
|
|
382
|
+
const CreatePartnerEventSourceRequestFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
exports.CreatePartnerEventSourceRequestFilterSensitiveLog = CreatePartnerEventSourceRequestFilterSensitiveLog;
|
|
386
|
+
const CreatePartnerEventSourceResponseFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
exports.CreatePartnerEventSourceResponseFilterSensitiveLog = CreatePartnerEventSourceResponseFilterSensitiveLog;
|
|
390
|
+
const DeactivateEventSourceRequestFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
exports.DeactivateEventSourceRequestFilterSensitiveLog = DeactivateEventSourceRequestFilterSensitiveLog;
|
|
394
|
+
const DeauthorizeConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
exports.DeauthorizeConnectionRequestFilterSensitiveLog = DeauthorizeConnectionRequestFilterSensitiveLog;
|
|
398
|
+
const DeauthorizeConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.DeauthorizeConnectionResponseFilterSensitiveLog = DeauthorizeConnectionResponseFilterSensitiveLog;
|
|
402
|
+
const DeleteApiDestinationRequestFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
exports.DeleteApiDestinationRequestFilterSensitiveLog = DeleteApiDestinationRequestFilterSensitiveLog;
|
|
406
|
+
const DeleteApiDestinationResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
exports.DeleteApiDestinationResponseFilterSensitiveLog = DeleteApiDestinationResponseFilterSensitiveLog;
|
|
410
|
+
const DeleteArchiveRequestFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
exports.DeleteArchiveRequestFilterSensitiveLog = DeleteArchiveRequestFilterSensitiveLog;
|
|
414
|
+
const DeleteArchiveResponseFilterSensitiveLog = (obj) => ({
|
|
415
|
+
...obj,
|
|
416
|
+
});
|
|
417
|
+
exports.DeleteArchiveResponseFilterSensitiveLog = DeleteArchiveResponseFilterSensitiveLog;
|
|
418
|
+
const DeleteConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
exports.DeleteConnectionRequestFilterSensitiveLog = DeleteConnectionRequestFilterSensitiveLog;
|
|
422
|
+
const DeleteConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
exports.DeleteConnectionResponseFilterSensitiveLog = DeleteConnectionResponseFilterSensitiveLog;
|
|
426
|
+
const DeleteEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
427
|
+
...obj,
|
|
428
|
+
});
|
|
429
|
+
exports.DeleteEndpointRequestFilterSensitiveLog = DeleteEndpointRequestFilterSensitiveLog;
|
|
430
|
+
const DeleteEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
431
|
+
...obj,
|
|
432
|
+
});
|
|
433
|
+
exports.DeleteEndpointResponseFilterSensitiveLog = DeleteEndpointResponseFilterSensitiveLog;
|
|
434
|
+
const DeleteEventBusRequestFilterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
});
|
|
437
|
+
exports.DeleteEventBusRequestFilterSensitiveLog = DeleteEventBusRequestFilterSensitiveLog;
|
|
438
|
+
const DeletePartnerEventSourceRequestFilterSensitiveLog = (obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
});
|
|
441
|
+
exports.DeletePartnerEventSourceRequestFilterSensitiveLog = DeletePartnerEventSourceRequestFilterSensitiveLog;
|
|
442
|
+
const DeleteRuleRequestFilterSensitiveLog = (obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
});
|
|
445
|
+
exports.DeleteRuleRequestFilterSensitiveLog = DeleteRuleRequestFilterSensitiveLog;
|
|
446
|
+
const DescribeApiDestinationRequestFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
exports.DescribeApiDestinationRequestFilterSensitiveLog = DescribeApiDestinationRequestFilterSensitiveLog;
|
|
450
|
+
const DescribeApiDestinationResponseFilterSensitiveLog = (obj) => ({
|
|
451
|
+
...obj,
|
|
452
|
+
});
|
|
453
|
+
exports.DescribeApiDestinationResponseFilterSensitiveLog = DescribeApiDestinationResponseFilterSensitiveLog;
|
|
454
|
+
const DescribeArchiveRequestFilterSensitiveLog = (obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
});
|
|
457
|
+
exports.DescribeArchiveRequestFilterSensitiveLog = DescribeArchiveRequestFilterSensitiveLog;
|
|
458
|
+
const DescribeArchiveResponseFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
exports.DescribeArchiveResponseFilterSensitiveLog = DescribeArchiveResponseFilterSensitiveLog;
|
|
462
|
+
const DescribeConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
});
|
|
465
|
+
exports.DescribeConnectionRequestFilterSensitiveLog = DescribeConnectionRequestFilterSensitiveLog;
|
|
466
|
+
const ConnectionApiKeyAuthResponseParametersFilterSensitiveLog = (obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
});
|
|
469
|
+
exports.ConnectionApiKeyAuthResponseParametersFilterSensitiveLog = ConnectionApiKeyAuthResponseParametersFilterSensitiveLog;
|
|
470
|
+
const ConnectionBasicAuthResponseParametersFilterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
exports.ConnectionBasicAuthResponseParametersFilterSensitiveLog = ConnectionBasicAuthResponseParametersFilterSensitiveLog;
|
|
474
|
+
const ConnectionOAuthClientResponseParametersFilterSensitiveLog = (obj) => ({
|
|
475
|
+
...obj,
|
|
476
|
+
});
|
|
477
|
+
exports.ConnectionOAuthClientResponseParametersFilterSensitiveLog = ConnectionOAuthClientResponseParametersFilterSensitiveLog;
|
|
478
|
+
const ConnectionOAuthResponseParametersFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
});
|
|
481
|
+
exports.ConnectionOAuthResponseParametersFilterSensitiveLog = ConnectionOAuthResponseParametersFilterSensitiveLog;
|
|
482
|
+
const ConnectionAuthResponseParametersFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
});
|
|
485
|
+
exports.ConnectionAuthResponseParametersFilterSensitiveLog = ConnectionAuthResponseParametersFilterSensitiveLog;
|
|
486
|
+
const DescribeConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
487
|
+
...obj,
|
|
488
|
+
});
|
|
489
|
+
exports.DescribeConnectionResponseFilterSensitiveLog = DescribeConnectionResponseFilterSensitiveLog;
|
|
490
|
+
const DescribeEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
491
|
+
...obj,
|
|
492
|
+
});
|
|
493
|
+
exports.DescribeEndpointRequestFilterSensitiveLog = DescribeEndpointRequestFilterSensitiveLog;
|
|
494
|
+
const DescribeEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
});
|
|
497
|
+
exports.DescribeEndpointResponseFilterSensitiveLog = DescribeEndpointResponseFilterSensitiveLog;
|
|
498
|
+
const DescribeEventBusRequestFilterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
});
|
|
501
|
+
exports.DescribeEventBusRequestFilterSensitiveLog = DescribeEventBusRequestFilterSensitiveLog;
|
|
502
|
+
const DescribeEventBusResponseFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
});
|
|
505
|
+
exports.DescribeEventBusResponseFilterSensitiveLog = DescribeEventBusResponseFilterSensitiveLog;
|
|
506
|
+
const DescribeEventSourceRequestFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
exports.DescribeEventSourceRequestFilterSensitiveLog = DescribeEventSourceRequestFilterSensitiveLog;
|
|
510
|
+
const DescribeEventSourceResponseFilterSensitiveLog = (obj) => ({
|
|
511
|
+
...obj,
|
|
512
|
+
});
|
|
513
|
+
exports.DescribeEventSourceResponseFilterSensitiveLog = DescribeEventSourceResponseFilterSensitiveLog;
|
|
514
|
+
const DescribePartnerEventSourceRequestFilterSensitiveLog = (obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
});
|
|
517
|
+
exports.DescribePartnerEventSourceRequestFilterSensitiveLog = DescribePartnerEventSourceRequestFilterSensitiveLog;
|
|
518
|
+
const DescribePartnerEventSourceResponseFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
exports.DescribePartnerEventSourceResponseFilterSensitiveLog = DescribePartnerEventSourceResponseFilterSensitiveLog;
|
|
522
|
+
const DescribeReplayRequestFilterSensitiveLog = (obj) => ({
|
|
523
|
+
...obj,
|
|
524
|
+
});
|
|
525
|
+
exports.DescribeReplayRequestFilterSensitiveLog = DescribeReplayRequestFilterSensitiveLog;
|
|
526
|
+
const ReplayDestinationFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
exports.ReplayDestinationFilterSensitiveLog = ReplayDestinationFilterSensitiveLog;
|
|
530
|
+
const DescribeReplayResponseFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
});
|
|
533
|
+
exports.DescribeReplayResponseFilterSensitiveLog = DescribeReplayResponseFilterSensitiveLog;
|
|
534
|
+
const DescribeRuleRequestFilterSensitiveLog = (obj) => ({
|
|
535
|
+
...obj,
|
|
536
|
+
});
|
|
537
|
+
exports.DescribeRuleRequestFilterSensitiveLog = DescribeRuleRequestFilterSensitiveLog;
|
|
538
|
+
const DescribeRuleResponseFilterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
});
|
|
541
|
+
exports.DescribeRuleResponseFilterSensitiveLog = DescribeRuleResponseFilterSensitiveLog;
|
|
542
|
+
const DisableRuleRequestFilterSensitiveLog = (obj) => ({
|
|
543
|
+
...obj,
|
|
544
|
+
});
|
|
545
|
+
exports.DisableRuleRequestFilterSensitiveLog = DisableRuleRequestFilterSensitiveLog;
|
|
546
|
+
const EnableRuleRequestFilterSensitiveLog = (obj) => ({
|
|
547
|
+
...obj,
|
|
548
|
+
});
|
|
549
|
+
exports.EnableRuleRequestFilterSensitiveLog = EnableRuleRequestFilterSensitiveLog;
|
|
550
|
+
const ListApiDestinationsRequestFilterSensitiveLog = (obj) => ({
|
|
551
|
+
...obj,
|
|
552
|
+
});
|
|
553
|
+
exports.ListApiDestinationsRequestFilterSensitiveLog = ListApiDestinationsRequestFilterSensitiveLog;
|
|
554
|
+
const ListApiDestinationsResponseFilterSensitiveLog = (obj) => ({
|
|
555
|
+
...obj,
|
|
556
|
+
});
|
|
557
|
+
exports.ListApiDestinationsResponseFilterSensitiveLog = ListApiDestinationsResponseFilterSensitiveLog;
|
|
558
|
+
const ListArchivesRequestFilterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
});
|
|
561
|
+
exports.ListArchivesRequestFilterSensitiveLog = ListArchivesRequestFilterSensitiveLog;
|
|
562
|
+
const ListArchivesResponseFilterSensitiveLog = (obj) => ({
|
|
563
|
+
...obj,
|
|
564
|
+
});
|
|
565
|
+
exports.ListArchivesResponseFilterSensitiveLog = ListArchivesResponseFilterSensitiveLog;
|
|
566
|
+
const ListConnectionsRequestFilterSensitiveLog = (obj) => ({
|
|
567
|
+
...obj,
|
|
568
|
+
});
|
|
569
|
+
exports.ListConnectionsRequestFilterSensitiveLog = ListConnectionsRequestFilterSensitiveLog;
|
|
570
|
+
const ConnectionFilterSensitiveLog = (obj) => ({
|
|
571
|
+
...obj,
|
|
572
|
+
});
|
|
573
|
+
exports.ConnectionFilterSensitiveLog = ConnectionFilterSensitiveLog;
|
|
574
|
+
const ListConnectionsResponseFilterSensitiveLog = (obj) => ({
|
|
575
|
+
...obj,
|
|
576
|
+
});
|
|
577
|
+
exports.ListConnectionsResponseFilterSensitiveLog = ListConnectionsResponseFilterSensitiveLog;
|
|
578
|
+
const ListEndpointsRequestFilterSensitiveLog = (obj) => ({
|
|
579
|
+
...obj,
|
|
580
|
+
});
|
|
581
|
+
exports.ListEndpointsRequestFilterSensitiveLog = ListEndpointsRequestFilterSensitiveLog;
|
|
582
|
+
const EndpointFilterSensitiveLog = (obj) => ({
|
|
583
|
+
...obj,
|
|
584
|
+
});
|
|
585
|
+
exports.EndpointFilterSensitiveLog = EndpointFilterSensitiveLog;
|
|
586
|
+
const ListEndpointsResponseFilterSensitiveLog = (obj) => ({
|
|
587
|
+
...obj,
|
|
588
|
+
});
|
|
589
|
+
exports.ListEndpointsResponseFilterSensitiveLog = ListEndpointsResponseFilterSensitiveLog;
|
|
590
|
+
const ListEventBusesRequestFilterSensitiveLog = (obj) => ({
|
|
591
|
+
...obj,
|
|
592
|
+
});
|
|
593
|
+
exports.ListEventBusesRequestFilterSensitiveLog = ListEventBusesRequestFilterSensitiveLog;
|
|
594
|
+
const EventBusFilterSensitiveLog = (obj) => ({
|
|
595
|
+
...obj,
|
|
596
|
+
});
|
|
597
|
+
exports.EventBusFilterSensitiveLog = EventBusFilterSensitiveLog;
|
|
598
|
+
const ListEventBusesResponseFilterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
});
|
|
601
|
+
exports.ListEventBusesResponseFilterSensitiveLog = ListEventBusesResponseFilterSensitiveLog;
|
|
602
|
+
const ListEventSourcesRequestFilterSensitiveLog = (obj) => ({
|
|
603
|
+
...obj,
|
|
604
|
+
});
|
|
605
|
+
exports.ListEventSourcesRequestFilterSensitiveLog = ListEventSourcesRequestFilterSensitiveLog;
|
|
606
|
+
const EventSourceFilterSensitiveLog = (obj) => ({
|
|
607
|
+
...obj,
|
|
608
|
+
});
|
|
609
|
+
exports.EventSourceFilterSensitiveLog = EventSourceFilterSensitiveLog;
|
|
610
|
+
const ListEventSourcesResponseFilterSensitiveLog = (obj) => ({
|
|
611
|
+
...obj,
|
|
612
|
+
});
|
|
613
|
+
exports.ListEventSourcesResponseFilterSensitiveLog = ListEventSourcesResponseFilterSensitiveLog;
|
|
614
|
+
const ListPartnerEventSourceAccountsRequestFilterSensitiveLog = (obj) => ({
|
|
615
|
+
...obj,
|
|
616
|
+
});
|
|
617
|
+
exports.ListPartnerEventSourceAccountsRequestFilterSensitiveLog = ListPartnerEventSourceAccountsRequestFilterSensitiveLog;
|
|
618
|
+
const PartnerEventSourceAccountFilterSensitiveLog = (obj) => ({
|
|
619
|
+
...obj,
|
|
620
|
+
});
|
|
621
|
+
exports.PartnerEventSourceAccountFilterSensitiveLog = PartnerEventSourceAccountFilterSensitiveLog;
|
|
622
|
+
const ListPartnerEventSourceAccountsResponseFilterSensitiveLog = (obj) => ({
|
|
623
|
+
...obj,
|
|
624
|
+
});
|
|
625
|
+
exports.ListPartnerEventSourceAccountsResponseFilterSensitiveLog = ListPartnerEventSourceAccountsResponseFilterSensitiveLog;
|
|
626
|
+
const ListPartnerEventSourcesRequestFilterSensitiveLog = (obj) => ({
|
|
627
|
+
...obj,
|
|
628
|
+
});
|
|
629
|
+
exports.ListPartnerEventSourcesRequestFilterSensitiveLog = ListPartnerEventSourcesRequestFilterSensitiveLog;
|
|
630
|
+
const PartnerEventSourceFilterSensitiveLog = (obj) => ({
|
|
631
|
+
...obj,
|
|
632
|
+
});
|
|
633
|
+
exports.PartnerEventSourceFilterSensitiveLog = PartnerEventSourceFilterSensitiveLog;
|
|
634
|
+
const ListPartnerEventSourcesResponseFilterSensitiveLog = (obj) => ({
|
|
635
|
+
...obj,
|
|
636
|
+
});
|
|
637
|
+
exports.ListPartnerEventSourcesResponseFilterSensitiveLog = ListPartnerEventSourcesResponseFilterSensitiveLog;
|
|
638
|
+
const ListReplaysRequestFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
exports.ListReplaysRequestFilterSensitiveLog = ListReplaysRequestFilterSensitiveLog;
|
|
642
|
+
const ReplayFilterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
});
|
|
645
|
+
exports.ReplayFilterSensitiveLog = ReplayFilterSensitiveLog;
|
|
646
|
+
const ListReplaysResponseFilterSensitiveLog = (obj) => ({
|
|
647
|
+
...obj,
|
|
648
|
+
});
|
|
649
|
+
exports.ListReplaysResponseFilterSensitiveLog = ListReplaysResponseFilterSensitiveLog;
|
|
650
|
+
const ListRuleNamesByTargetRequestFilterSensitiveLog = (obj) => ({
|
|
651
|
+
...obj,
|
|
652
|
+
});
|
|
653
|
+
exports.ListRuleNamesByTargetRequestFilterSensitiveLog = ListRuleNamesByTargetRequestFilterSensitiveLog;
|
|
654
|
+
const ListRuleNamesByTargetResponseFilterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
});
|
|
657
|
+
exports.ListRuleNamesByTargetResponseFilterSensitiveLog = ListRuleNamesByTargetResponseFilterSensitiveLog;
|
|
658
|
+
const ListRulesRequestFilterSensitiveLog = (obj) => ({
|
|
659
|
+
...obj,
|
|
660
|
+
});
|
|
661
|
+
exports.ListRulesRequestFilterSensitiveLog = ListRulesRequestFilterSensitiveLog;
|
|
662
|
+
const RuleFilterSensitiveLog = (obj) => ({
|
|
663
|
+
...obj,
|
|
664
|
+
});
|
|
665
|
+
exports.RuleFilterSensitiveLog = RuleFilterSensitiveLog;
|
|
666
|
+
const ListRulesResponseFilterSensitiveLog = (obj) => ({
|
|
667
|
+
...obj,
|
|
668
|
+
});
|
|
669
|
+
exports.ListRulesResponseFilterSensitiveLog = ListRulesResponseFilterSensitiveLog;
|
|
670
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
671
|
+
...obj,
|
|
672
|
+
});
|
|
673
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
674
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
675
|
+
...obj,
|
|
676
|
+
});
|
|
677
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
678
|
+
const ListTargetsByRuleRequestFilterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
});
|
|
681
|
+
exports.ListTargetsByRuleRequestFilterSensitiveLog = ListTargetsByRuleRequestFilterSensitiveLog;
|
|
682
|
+
const BatchArrayPropertiesFilterSensitiveLog = (obj) => ({
|
|
683
|
+
...obj,
|
|
684
|
+
});
|
|
685
|
+
exports.BatchArrayPropertiesFilterSensitiveLog = BatchArrayPropertiesFilterSensitiveLog;
|
|
686
|
+
const BatchRetryStrategyFilterSensitiveLog = (obj) => ({
|
|
687
|
+
...obj,
|
|
688
|
+
});
|
|
689
|
+
exports.BatchRetryStrategyFilterSensitiveLog = BatchRetryStrategyFilterSensitiveLog;
|
|
690
|
+
const BatchParametersFilterSensitiveLog = (obj) => ({
|
|
691
|
+
...obj,
|
|
692
|
+
});
|
|
693
|
+
exports.BatchParametersFilterSensitiveLog = BatchParametersFilterSensitiveLog;
|
|
694
|
+
const DeadLetterConfigFilterSensitiveLog = (obj) => ({
|
|
695
|
+
...obj,
|
|
696
|
+
});
|
|
697
|
+
exports.DeadLetterConfigFilterSensitiveLog = DeadLetterConfigFilterSensitiveLog;
|
|
698
|
+
const CapacityProviderStrategyItemFilterSensitiveLog = (obj) => ({
|
|
699
|
+
...obj,
|
|
700
|
+
});
|
|
701
|
+
exports.CapacityProviderStrategyItemFilterSensitiveLog = CapacityProviderStrategyItemFilterSensitiveLog;
|
|
702
|
+
const AwsVpcConfigurationFilterSensitiveLog = (obj) => ({
|
|
703
|
+
...obj,
|
|
704
|
+
});
|
|
705
|
+
exports.AwsVpcConfigurationFilterSensitiveLog = AwsVpcConfigurationFilterSensitiveLog;
|
|
706
|
+
const NetworkConfigurationFilterSensitiveLog = (obj) => ({
|
|
707
|
+
...obj,
|
|
708
|
+
});
|
|
709
|
+
exports.NetworkConfigurationFilterSensitiveLog = NetworkConfigurationFilterSensitiveLog;
|
|
710
|
+
const PlacementConstraintFilterSensitiveLog = (obj) => ({
|
|
711
|
+
...obj,
|
|
712
|
+
});
|
|
713
|
+
exports.PlacementConstraintFilterSensitiveLog = PlacementConstraintFilterSensitiveLog;
|
|
714
|
+
const PlacementStrategyFilterSensitiveLog = (obj) => ({
|
|
715
|
+
...obj,
|
|
716
|
+
});
|
|
717
|
+
exports.PlacementStrategyFilterSensitiveLog = PlacementStrategyFilterSensitiveLog;
|
|
718
|
+
const EcsParametersFilterSensitiveLog = (obj) => ({
|
|
719
|
+
...obj,
|
|
720
|
+
});
|
|
721
|
+
exports.EcsParametersFilterSensitiveLog = EcsParametersFilterSensitiveLog;
|
|
722
|
+
const HttpParametersFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
});
|
|
725
|
+
exports.HttpParametersFilterSensitiveLog = HttpParametersFilterSensitiveLog;
|
|
726
|
+
const InputTransformerFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
});
|
|
729
|
+
exports.InputTransformerFilterSensitiveLog = InputTransformerFilterSensitiveLog;
|
|
730
|
+
const KinesisParametersFilterSensitiveLog = (obj) => ({
|
|
731
|
+
...obj,
|
|
732
|
+
});
|
|
733
|
+
exports.KinesisParametersFilterSensitiveLog = KinesisParametersFilterSensitiveLog;
|
|
734
|
+
const RedshiftDataParametersFilterSensitiveLog = (obj) => ({
|
|
735
|
+
...obj,
|
|
736
|
+
});
|
|
737
|
+
exports.RedshiftDataParametersFilterSensitiveLog = RedshiftDataParametersFilterSensitiveLog;
|
|
738
|
+
const RetryPolicyFilterSensitiveLog = (obj) => ({
|
|
739
|
+
...obj,
|
|
740
|
+
});
|
|
741
|
+
exports.RetryPolicyFilterSensitiveLog = RetryPolicyFilterSensitiveLog;
|
|
742
|
+
const RunCommandTargetFilterSensitiveLog = (obj) => ({
|
|
743
|
+
...obj,
|
|
744
|
+
});
|
|
745
|
+
exports.RunCommandTargetFilterSensitiveLog = RunCommandTargetFilterSensitiveLog;
|
|
746
|
+
const RunCommandParametersFilterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
});
|
|
749
|
+
exports.RunCommandParametersFilterSensitiveLog = RunCommandParametersFilterSensitiveLog;
|
|
750
|
+
const SageMakerPipelineParameterFilterSensitiveLog = (obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
});
|
|
753
|
+
exports.SageMakerPipelineParameterFilterSensitiveLog = SageMakerPipelineParameterFilterSensitiveLog;
|
|
754
|
+
const SageMakerPipelineParametersFilterSensitiveLog = (obj) => ({
|
|
755
|
+
...obj,
|
|
756
|
+
});
|
|
757
|
+
exports.SageMakerPipelineParametersFilterSensitiveLog = SageMakerPipelineParametersFilterSensitiveLog;
|
|
758
|
+
const SqsParametersFilterSensitiveLog = (obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
});
|
|
761
|
+
exports.SqsParametersFilterSensitiveLog = SqsParametersFilterSensitiveLog;
|
|
762
|
+
const TargetFilterSensitiveLog = (obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
});
|
|
765
|
+
exports.TargetFilterSensitiveLog = TargetFilterSensitiveLog;
|
|
766
|
+
const ListTargetsByRuleResponseFilterSensitiveLog = (obj) => ({
|
|
767
|
+
...obj,
|
|
768
|
+
});
|
|
769
|
+
exports.ListTargetsByRuleResponseFilterSensitiveLog = ListTargetsByRuleResponseFilterSensitiveLog;
|
|
770
|
+
const PutEventsRequestEntryFilterSensitiveLog = (obj) => ({
|
|
771
|
+
...obj,
|
|
772
|
+
});
|
|
773
|
+
exports.PutEventsRequestEntryFilterSensitiveLog = PutEventsRequestEntryFilterSensitiveLog;
|
|
774
|
+
const PutEventsRequestFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
exports.PutEventsRequestFilterSensitiveLog = PutEventsRequestFilterSensitiveLog;
|
|
778
|
+
const PutEventsResultEntryFilterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
});
|
|
781
|
+
exports.PutEventsResultEntryFilterSensitiveLog = PutEventsResultEntryFilterSensitiveLog;
|
|
782
|
+
const PutEventsResponseFilterSensitiveLog = (obj) => ({
|
|
783
|
+
...obj,
|
|
784
|
+
});
|
|
785
|
+
exports.PutEventsResponseFilterSensitiveLog = PutEventsResponseFilterSensitiveLog;
|
|
786
|
+
const PutPartnerEventsRequestEntryFilterSensitiveLog = (obj) => ({
|
|
787
|
+
...obj,
|
|
788
|
+
});
|
|
789
|
+
exports.PutPartnerEventsRequestEntryFilterSensitiveLog = PutPartnerEventsRequestEntryFilterSensitiveLog;
|
|
790
|
+
const PutPartnerEventsRequestFilterSensitiveLog = (obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
});
|
|
793
|
+
exports.PutPartnerEventsRequestFilterSensitiveLog = PutPartnerEventsRequestFilterSensitiveLog;
|
|
794
|
+
const PutPartnerEventsResultEntryFilterSensitiveLog = (obj) => ({
|
|
795
|
+
...obj,
|
|
796
|
+
});
|
|
797
|
+
exports.PutPartnerEventsResultEntryFilterSensitiveLog = PutPartnerEventsResultEntryFilterSensitiveLog;
|
|
798
|
+
const PutPartnerEventsResponseFilterSensitiveLog = (obj) => ({
|
|
799
|
+
...obj,
|
|
800
|
+
});
|
|
801
|
+
exports.PutPartnerEventsResponseFilterSensitiveLog = PutPartnerEventsResponseFilterSensitiveLog;
|
|
802
|
+
const ConditionFilterSensitiveLog = (obj) => ({
|
|
803
|
+
...obj,
|
|
804
|
+
});
|
|
805
|
+
exports.ConditionFilterSensitiveLog = ConditionFilterSensitiveLog;
|
|
806
|
+
const PutPermissionRequestFilterSensitiveLog = (obj) => ({
|
|
807
|
+
...obj,
|
|
808
|
+
});
|
|
809
|
+
exports.PutPermissionRequestFilterSensitiveLog = PutPermissionRequestFilterSensitiveLog;
|
|
810
|
+
const PutRuleRequestFilterSensitiveLog = (obj) => ({
|
|
811
|
+
...obj,
|
|
812
|
+
});
|
|
813
|
+
exports.PutRuleRequestFilterSensitiveLog = PutRuleRequestFilterSensitiveLog;
|
|
814
|
+
const PutRuleResponseFilterSensitiveLog = (obj) => ({
|
|
815
|
+
...obj,
|
|
816
|
+
});
|
|
817
|
+
exports.PutRuleResponseFilterSensitiveLog = PutRuleResponseFilterSensitiveLog;
|
|
818
|
+
const PutTargetsRequestFilterSensitiveLog = (obj) => ({
|
|
819
|
+
...obj,
|
|
820
|
+
});
|
|
821
|
+
exports.PutTargetsRequestFilterSensitiveLog = PutTargetsRequestFilterSensitiveLog;
|
|
822
|
+
const PutTargetsResultEntryFilterSensitiveLog = (obj) => ({
|
|
823
|
+
...obj,
|
|
824
|
+
});
|
|
825
|
+
exports.PutTargetsResultEntryFilterSensitiveLog = PutTargetsResultEntryFilterSensitiveLog;
|
|
826
|
+
const PutTargetsResponseFilterSensitiveLog = (obj) => ({
|
|
827
|
+
...obj,
|
|
828
|
+
});
|
|
829
|
+
exports.PutTargetsResponseFilterSensitiveLog = PutTargetsResponseFilterSensitiveLog;
|
|
830
|
+
const RemovePermissionRequestFilterSensitiveLog = (obj) => ({
|
|
831
|
+
...obj,
|
|
832
|
+
});
|
|
833
|
+
exports.RemovePermissionRequestFilterSensitiveLog = RemovePermissionRequestFilterSensitiveLog;
|
|
834
|
+
const RemoveTargetsRequestFilterSensitiveLog = (obj) => ({
|
|
835
|
+
...obj,
|
|
836
|
+
});
|
|
837
|
+
exports.RemoveTargetsRequestFilterSensitiveLog = RemoveTargetsRequestFilterSensitiveLog;
|
|
838
|
+
const RemoveTargetsResultEntryFilterSensitiveLog = (obj) => ({
|
|
839
|
+
...obj,
|
|
840
|
+
});
|
|
841
|
+
exports.RemoveTargetsResultEntryFilterSensitiveLog = RemoveTargetsResultEntryFilterSensitiveLog;
|
|
842
|
+
const RemoveTargetsResponseFilterSensitiveLog = (obj) => ({
|
|
843
|
+
...obj,
|
|
844
|
+
});
|
|
845
|
+
exports.RemoveTargetsResponseFilterSensitiveLog = RemoveTargetsResponseFilterSensitiveLog;
|
|
846
|
+
const StartReplayRequestFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
exports.StartReplayRequestFilterSensitiveLog = StartReplayRequestFilterSensitiveLog;
|
|
850
|
+
const StartReplayResponseFilterSensitiveLog = (obj) => ({
|
|
851
|
+
...obj,
|
|
852
|
+
});
|
|
853
|
+
exports.StartReplayResponseFilterSensitiveLog = StartReplayResponseFilterSensitiveLog;
|
|
854
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
855
|
+
...obj,
|
|
856
|
+
});
|
|
857
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
858
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
862
|
+
const TestEventPatternRequestFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
});
|
|
865
|
+
exports.TestEventPatternRequestFilterSensitiveLog = TestEventPatternRequestFilterSensitiveLog;
|
|
866
|
+
const TestEventPatternResponseFilterSensitiveLog = (obj) => ({
|
|
867
|
+
...obj,
|
|
868
|
+
});
|
|
869
|
+
exports.TestEventPatternResponseFilterSensitiveLog = TestEventPatternResponseFilterSensitiveLog;
|
|
870
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
874
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
875
|
+
...obj,
|
|
876
|
+
});
|
|
877
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
878
|
+
const UpdateApiDestinationRequestFilterSensitiveLog = (obj) => ({
|
|
879
|
+
...obj,
|
|
880
|
+
});
|
|
881
|
+
exports.UpdateApiDestinationRequestFilterSensitiveLog = UpdateApiDestinationRequestFilterSensitiveLog;
|
|
882
|
+
const UpdateApiDestinationResponseFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
exports.UpdateApiDestinationResponseFilterSensitiveLog = UpdateApiDestinationResponseFilterSensitiveLog;
|
|
886
|
+
const UpdateArchiveRequestFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
exports.UpdateArchiveRequestFilterSensitiveLog = UpdateArchiveRequestFilterSensitiveLog;
|
|
890
|
+
const UpdateArchiveResponseFilterSensitiveLog = (obj) => ({
|
|
891
|
+
...obj,
|
|
892
|
+
});
|
|
893
|
+
exports.UpdateArchiveResponseFilterSensitiveLog = UpdateArchiveResponseFilterSensitiveLog;
|
|
894
|
+
const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
exports.UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog;
|
|
898
|
+
const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
});
|
|
901
|
+
exports.UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog = UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog;
|
|
902
|
+
const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
});
|
|
905
|
+
exports.UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog = UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog;
|
|
906
|
+
const UpdateConnectionOAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
});
|
|
909
|
+
exports.UpdateConnectionOAuthRequestParametersFilterSensitiveLog = UpdateConnectionOAuthRequestParametersFilterSensitiveLog;
|
|
910
|
+
const UpdateConnectionAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
exports.UpdateConnectionAuthRequestParametersFilterSensitiveLog = UpdateConnectionAuthRequestParametersFilterSensitiveLog;
|
|
914
|
+
const UpdateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
915
|
+
...obj,
|
|
916
|
+
});
|
|
917
|
+
exports.UpdateConnectionRequestFilterSensitiveLog = UpdateConnectionRequestFilterSensitiveLog;
|
|
918
|
+
const UpdateConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
exports.UpdateConnectionResponseFilterSensitiveLog = UpdateConnectionResponseFilterSensitiveLog;
|
|
922
|
+
const UpdateEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
exports.UpdateEndpointRequestFilterSensitiveLog = UpdateEndpointRequestFilterSensitiveLog;
|
|
926
|
+
const UpdateEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
927
|
+
...obj,
|
|
928
|
+
});
|
|
929
|
+
exports.UpdateEndpointResponseFilterSensitiveLog = UpdateEndpointResponseFilterSensitiveLog;
|