@aws-sdk/client-mediaconnect 3.54.1 → 3.58.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 +27 -0
- package/dist-cjs/MediaConnectClient.js +13 -13
- package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +3 -3
- package/dist-cjs/commands/AddFlowOutputsCommand.js +3 -3
- package/dist-cjs/commands/AddFlowSourcesCommand.js +3 -3
- package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +3 -3
- package/dist-cjs/commands/CreateFlowCommand.js +3 -3
- package/dist-cjs/commands/DeleteFlowCommand.js +3 -3
- package/dist-cjs/commands/DescribeFlowCommand.js +3 -3
- package/dist-cjs/commands/DescribeOfferingCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservationCommand.js +3 -3
- package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +3 -3
- package/dist-cjs/commands/ListEntitlementsCommand.js +3 -3
- package/dist-cjs/commands/ListFlowsCommand.js +3 -3
- package/dist-cjs/commands/ListOfferingsCommand.js +3 -3
- package/dist-cjs/commands/ListReservationsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +3 -3
- package/dist-cjs/commands/RemoveFlowOutputCommand.js +3 -3
- package/dist-cjs/commands/RemoveFlowSourceCommand.js +3 -3
- package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +3 -3
- package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +3 -3
- package/dist-cjs/commands/StartFlowCommand.js +3 -3
- package/dist-cjs/commands/StopFlowCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateFlowCommand.js +3 -3
- package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +3 -3
- package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +3 -3
- package/dist-cjs/commands/UpdateFlowOutputCommand.js +3 -3
- package/dist-cjs/commands/UpdateFlowSourceCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/models/models_0.js +31 -3
- package/dist-cjs/protocols/Aws_restJson1.js +296 -258
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForFlowActive.js +3 -3
- package/dist-cjs/waiters/waitForFlowDeleted.js +3 -3
- package/dist-cjs/waiters/waitForFlowStandby.js +3 -3
- package/dist-es/MediaConnect.js +30 -30
- package/dist-es/models/models_0.js +22 -0
- package/dist-es/pagination/ListEntitlementsPaginator.js +4 -4
- package/dist-es/pagination/ListFlowsPaginator.js +4 -4
- package/dist-es/pagination/ListOfferingsPaginator.js +4 -4
- package/dist-es/pagination/ListReservationsPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +62 -33
- package/dist-types/models/models_0.d.ts +94 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +56 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +35 -35
|
@@ -11,7 +11,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MediaConnectClient";
|
|
@@ -27,10 +27,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFlowCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MediaConnectClient";
|
|
@@ -27,10 +27,10 @@ class UpdateFlowCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateFlowCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateFlowCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFlowCommand = UpdateFlowCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFlowEntitlementCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MediaConnectClient";
|
|
@@ -27,10 +27,10 @@ class UpdateFlowEntitlementCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateFlowEntitlementCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowEntitlementCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateFlowEntitlementCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowEntitlementCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFlowEntitlementCommand = UpdateFlowEntitlementCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFlowMediaStreamCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MediaConnectClient";
|
|
@@ -27,10 +27,10 @@ class UpdateFlowMediaStreamCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateFlowMediaStreamCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowMediaStreamCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateFlowMediaStreamCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowMediaStreamCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFlowMediaStreamCommand = UpdateFlowMediaStreamCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFlowOutputCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MediaConnectClient";
|
|
@@ -27,10 +27,10 @@ class UpdateFlowOutputCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateFlowOutputCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowOutputCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateFlowOutputCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowOutputCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFlowOutputCommand = UpdateFlowOutputCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateFlowSourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MediaConnectClient";
|
|
@@ -27,10 +27,10 @@ class UpdateFlowSourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateFlowSourceCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFlowSourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateFlowSourceCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFlowSourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFlowSourceCommand = UpdateFlowSourceCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -122,7 +122,7 @@ const partitionHash = {
|
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
};
|
|
125
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
125
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
126
126
|
...options,
|
|
127
127
|
signingService: "mediaconnect",
|
|
128
128
|
regionHash,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateFlowSourceResponse = exports.UpdateFlowSourceRequest = exports.UpdateFlowOutputResponse = exports.UpdateFlowOutputRequest = exports.UpdateFlowMediaStreamResponse = exports.UpdateFlowMediaStreamRequest = exports.UpdateFlowEntitlementResponse = exports.UpdateFlowEntitlementRequest = exports.UpdateEncryption = exports.UpdateFlowResponse = exports.UpdateFlowRequest = exports.UpdateFailoverConfig = exports.UntagResourceRequest = exports.TagResourceRequest = exports.StopFlowResponse = exports.StopFlowRequest = exports.StartFlowResponse = exports.StartFlowRequest = exports.RevokeFlowEntitlementResponse = exports.RevokeFlowEntitlementRequest = exports.RemoveFlowVpcInterfaceResponse = exports.RemoveFlowVpcInterfaceRequest = exports.RemoveFlowSourceResponse = exports.RemoveFlowSourceRequest = exports.RemoveFlowOutputResponse = exports.RemoveFlowOutputRequest = exports.RemoveFlowMediaStreamResponse = void 0;
|
|
3
|
+
exports.SetSourceRequest = exports.Reservation = exports.ReservationState = exports.Output = exports.Transport = exports.Offering = exports.ResourceSpecification = exports.ResourceType = exports.PriceUnits = exports.DurationUnits = exports.MediaStreamSourceConfigurationRequest = exports.MediaStreamSourceConfiguration = exports.MediaStreamOutputConfiguration = exports.EncodingParameters = exports.MediaStream = exports.MediaStreamAttributes = exports.Fmtp = exports.ListedFlow = exports.Status = exports.SourceType = exports.Maintenance = exports.MaintenanceDay = exports.ListedEntitlement = exports.InputConfigurationRequest = exports.InputConfiguration = exports.GrantEntitlementRequest = exports.Entitlement = exports.EntitlementStatus = exports.DestinationConfiguration = exports.Interface = exports.AddOutputRequest = exports.VpcInterfaceAttachment = exports.Protocol = exports.MediaStreamOutputConfigurationRequest = exports.EncodingParametersRequest = exports.EncoderProfile = exports.EncodingName = exports.DestinationConfigurationRequest = exports.InterfaceRequest = exports.Encryption = exports.KeyType = exports.Algorithm = exports.AddMediaStreamRequest = exports.MediaStreamType = exports.MediaStreamAttributesRequest = exports.FmtpRequest = exports.Tcs = exports.ScanMode = exports.Range = exports.Colorimetry = void 0;
|
|
4
|
+
exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListReservationsResponse = exports.ListReservationsRequest = exports.ListOfferingsResponse = exports.ListOfferingsRequest = exports.ListFlowsResponse = exports.ListFlowsRequest = exports.ListEntitlementsResponse = exports.ListEntitlementsRequest = exports.GrantFlowEntitlementsResponse = exports.GrantFlowEntitlementsRequest = exports.GrantFlowEntitlements420Exception = exports.DescribeReservationResponse = exports.DescribeReservationRequest = exports.DescribeOfferingResponse = exports.DescribeOfferingRequest = exports.DescribeFlowResponse = exports.Messages = exports.DescribeFlowRequest = exports.DeleteFlowResponse = exports.DeleteFlowRequest = exports.CreateFlowResponse = exports.Flow = exports.CreateFlowRequest = exports.FailoverConfig = exports.State = exports.SourcePriority = exports.FailoverMode = exports.CreateFlow420Exception = exports.AddMaintenance = exports.AddFlowVpcInterfacesResponse = exports.AddFlowVpcInterfacesRequest = exports.AddFlowSourcesResponse = exports.AddFlowSourcesRequest = exports.AddFlowOutputsResponse = exports.AddFlowOutputsRequest = exports.AddFlowOutputs420Exception = exports.TooManyRequestsException = exports.ServiceUnavailableException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.BadRequestException = exports.AddFlowMediaStreamsResponse = exports.AddFlowMediaStreamsRequest = exports.VpcInterfaceRequest = exports.VpcInterface = exports.NetworkInterfaceType = exports.Source = void 0;
|
|
5
|
+
exports.UpdateFlowSourceResponse = exports.UpdateFlowSourceRequest = exports.UpdateFlowOutputResponse = exports.UpdateFlowOutputRequest = exports.UpdateFlowMediaStreamResponse = exports.UpdateFlowMediaStreamRequest = exports.UpdateFlowEntitlementResponse = exports.UpdateFlowEntitlementRequest = exports.UpdateEncryption = exports.UpdateFlowResponse = exports.UpdateFlowRequest = exports.UpdateFailoverConfig = exports.UpdateMaintenance = exports.UntagResourceRequest = exports.TagResourceRequest = exports.StopFlowResponse = exports.StopFlowRequest = exports.StartFlowResponse = exports.StartFlowRequest = exports.RevokeFlowEntitlementResponse = exports.RevokeFlowEntitlementRequest = exports.RemoveFlowVpcInterfaceResponse = exports.RemoveFlowVpcInterfaceRequest = exports.RemoveFlowSourceResponse = exports.RemoveFlowSourceRequest = exports.RemoveFlowOutputResponse = exports.RemoveFlowOutputRequest = exports.RemoveFlowMediaStreamResponse = exports.RemoveFlowMediaStreamRequest = exports.PurchaseOfferingResponse = exports.PurchaseOfferingRequest = void 0;
|
|
6
6
|
const MediaConnectServiceException_1 = require("./MediaConnectServiceException");
|
|
7
7
|
var Colorimetry;
|
|
8
8
|
(function (Colorimetry) {
|
|
@@ -187,6 +187,22 @@ var ListedEntitlement;
|
|
|
187
187
|
...obj,
|
|
188
188
|
});
|
|
189
189
|
})(ListedEntitlement = exports.ListedEntitlement || (exports.ListedEntitlement = {}));
|
|
190
|
+
var MaintenanceDay;
|
|
191
|
+
(function (MaintenanceDay) {
|
|
192
|
+
MaintenanceDay["Friday"] = "Friday";
|
|
193
|
+
MaintenanceDay["Monday"] = "Monday";
|
|
194
|
+
MaintenanceDay["Saturday"] = "Saturday";
|
|
195
|
+
MaintenanceDay["Sunday"] = "Sunday";
|
|
196
|
+
MaintenanceDay["Thursday"] = "Thursday";
|
|
197
|
+
MaintenanceDay["Tuesday"] = "Tuesday";
|
|
198
|
+
MaintenanceDay["Wednesday"] = "Wednesday";
|
|
199
|
+
})(MaintenanceDay = exports.MaintenanceDay || (exports.MaintenanceDay = {}));
|
|
200
|
+
var Maintenance;
|
|
201
|
+
(function (Maintenance) {
|
|
202
|
+
Maintenance.filterSensitiveLog = (obj) => ({
|
|
203
|
+
...obj,
|
|
204
|
+
});
|
|
205
|
+
})(Maintenance = exports.Maintenance || (exports.Maintenance = {}));
|
|
190
206
|
var SourceType;
|
|
191
207
|
(function (SourceType) {
|
|
192
208
|
SourceType["ENTITLED"] = "ENTITLED";
|
|
@@ -474,6 +490,12 @@ var AddFlowVpcInterfacesResponse;
|
|
|
474
490
|
...obj,
|
|
475
491
|
});
|
|
476
492
|
})(AddFlowVpcInterfacesResponse = exports.AddFlowVpcInterfacesResponse || (exports.AddFlowVpcInterfacesResponse = {}));
|
|
493
|
+
var AddMaintenance;
|
|
494
|
+
(function (AddMaintenance) {
|
|
495
|
+
AddMaintenance.filterSensitiveLog = (obj) => ({
|
|
496
|
+
...obj,
|
|
497
|
+
});
|
|
498
|
+
})(AddMaintenance = exports.AddMaintenance || (exports.AddMaintenance = {}));
|
|
477
499
|
class CreateFlow420Exception extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
478
500
|
constructor(opts) {
|
|
479
501
|
super({
|
|
@@ -776,6 +798,12 @@ var UntagResourceRequest;
|
|
|
776
798
|
...obj,
|
|
777
799
|
});
|
|
778
800
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
801
|
+
var UpdateMaintenance;
|
|
802
|
+
(function (UpdateMaintenance) {
|
|
803
|
+
UpdateMaintenance.filterSensitiveLog = (obj) => ({
|
|
804
|
+
...obj,
|
|
805
|
+
});
|
|
806
|
+
})(UpdateMaintenance = exports.UpdateMaintenance || (exports.UpdateMaintenance = {}));
|
|
779
807
|
var UpdateFailoverConfig;
|
|
780
808
|
(function (UpdateFailoverConfig) {
|
|
781
809
|
UpdateFailoverConfig.filterSensitiveLog = (obj) => ({
|