@aws-sdk/client-managedblockchain 3.296.0 → 3.298.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/dist-cjs/commands/CreateAccessorCommand.js +2 -3
- package/dist-cjs/commands/CreateMemberCommand.js +1 -1
- package/dist-cjs/commands/CreateNetworkCommand.js +1 -1
- package/dist-cjs/commands/CreateNodeCommand.js +2 -3
- package/dist-cjs/commands/CreateProposalCommand.js +2 -3
- package/dist-cjs/commands/DeleteAccessorCommand.js +2 -3
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -3
- package/dist-cjs/commands/DeleteNodeCommand.js +2 -3
- package/dist-cjs/commands/GetAccessorCommand.js +2 -3
- package/dist-cjs/commands/GetMemberCommand.js +2 -3
- package/dist-cjs/commands/GetNetworkCommand.js +2 -3
- package/dist-cjs/commands/GetNodeCommand.js +2 -3
- package/dist-cjs/commands/GetProposalCommand.js +2 -3
- package/dist-cjs/commands/ListAccessorsCommand.js +2 -3
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -3
- package/dist-cjs/commands/ListMembersCommand.js +2 -3
- package/dist-cjs/commands/ListNetworksCommand.js +2 -3
- package/dist-cjs/commands/ListNodesCommand.js +2 -3
- package/dist-cjs/commands/ListProposalVotesCommand.js +2 -3
- package/dist-cjs/commands/ListProposalsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RejectInvitationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateMemberCommand.js +2 -3
- package/dist-cjs/commands/UpdateNodeCommand.js +2 -3
- package/dist-cjs/commands/VoteOnProposalCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -347
- package/dist-es/commands/CreateAccessorCommand.js +2 -3
- package/dist-es/commands/CreateMemberCommand.js +2 -2
- package/dist-es/commands/CreateNetworkCommand.js +2 -2
- package/dist-es/commands/CreateNodeCommand.js +2 -3
- package/dist-es/commands/CreateProposalCommand.js +2 -3
- package/dist-es/commands/DeleteAccessorCommand.js +2 -3
- package/dist-es/commands/DeleteMemberCommand.js +2 -3
- package/dist-es/commands/DeleteNodeCommand.js +2 -3
- package/dist-es/commands/GetAccessorCommand.js +2 -3
- package/dist-es/commands/GetMemberCommand.js +2 -3
- package/dist-es/commands/GetNetworkCommand.js +2 -3
- package/dist-es/commands/GetNodeCommand.js +2 -3
- package/dist-es/commands/GetProposalCommand.js +2 -3
- package/dist-es/commands/ListAccessorsCommand.js +2 -3
- package/dist-es/commands/ListInvitationsCommand.js +2 -3
- package/dist-es/commands/ListMembersCommand.js +2 -3
- package/dist-es/commands/ListNetworksCommand.js +2 -3
- package/dist-es/commands/ListNodesCommand.js +2 -3
- package/dist-es/commands/ListProposalVotesCommand.js +2 -3
- package/dist-es/commands/ListProposalsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RejectInvitationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateMemberCommand.js +2 -3
- package/dist-es/commands/UpdateNodeCommand.js +2 -3
- package/dist-es/commands/VoteOnProposalCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -258
- package/dist-types/ManagedBlockchain.d.ts +28 -0
- package/dist-types/ManagedBlockchainClient.d.ts +24 -4
- package/dist-types/commands/CreateAccessorCommand.d.ts +16 -0
- package/dist-types/commands/CreateMemberCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateNodeCommand.d.ts +16 -0
- package/dist-types/commands/CreateProposalCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccessorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNodeCommand.d.ts +16 -0
- package/dist-types/commands/GetAccessorCommand.d.ts +16 -0
- package/dist-types/commands/GetMemberCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/GetNodeCommand.d.ts +16 -0
- package/dist-types/commands/GetProposalCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessorsCommand.d.ts +16 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/ListMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListNetworksCommand.d.ts +16 -0
- package/dist-types/commands/ListNodesCommand.d.ts +16 -0
- package/dist-types/commands/ListProposalVotesCommand.d.ts +16 -0
- package/dist-types/commands/ListProposalsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RejectInvitationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMemberCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNodeCommand.d.ts +16 -0
- package/dist-types/commands/VoteOnProposalCommand.d.ts +16 -0
- package/dist-types/models/ManagedBlockchainServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +245 -344
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccessorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNetworksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProposalVotesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProposalsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -234
- package/package.json +4 -3
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListProposalVotesOutputFilterSensitiveLog = exports.VoteSummaryFilterSensitiveLog = exports.ListProposalVotesInputFilterSensitiveLog = exports.ListProposalsOutputFilterSensitiveLog = exports.ProposalSummaryFilterSensitiveLog = exports.ListProposalsInputFilterSensitiveLog = exports.ListNodesOutputFilterSensitiveLog = exports.NodeSummaryFilterSensitiveLog = exports.ListNodesInputFilterSensitiveLog = exports.ListNetworksOutputFilterSensitiveLog = exports.ListNetworksInputFilterSensitiveLog = exports.ListMembersOutputFilterSensitiveLog = exports.MemberSummaryFilterSensitiveLog = exports.ListMembersInputFilterSensitiveLog = exports.ListInvitationsOutputFilterSensitiveLog = exports.ListInvitationsInputFilterSensitiveLog = exports.ListAccessorsOutputFilterSensitiveLog = exports.ListAccessorsInputFilterSensitiveLog = exports.InvitationFilterSensitiveLog = exports.NetworkSummaryFilterSensitiveLog = exports.GetProposalOutputFilterSensitiveLog = exports.ProposalFilterSensitiveLog = exports.GetProposalInputFilterSensitiveLog = exports.GetNodeOutputFilterSensitiveLog = exports.NodeFilterSensitiveLog = exports.NodeFrameworkAttributesFilterSensitiveLog = exports.NodeFabricAttributesFilterSensitiveLog = exports.NodeEthereumAttributesFilterSensitiveLog = exports.GetNodeInputFilterSensitiveLog = exports.GetNetworkOutputFilterSensitiveLog = exports.NetworkFilterSensitiveLog = exports.NetworkFrameworkAttributesFilterSensitiveLog = exports.NetworkFabricAttributesFilterSensitiveLog = exports.NetworkEthereumAttributesFilterSensitiveLog = exports.GetNetworkInputFilterSensitiveLog = exports.GetMemberOutputFilterSensitiveLog = exports.MemberFilterSensitiveLog = exports.MemberFrameworkAttributesFilterSensitiveLog = exports.MemberFabricAttributesFilterSensitiveLog = exports.GetMemberInputFilterSensitiveLog = exports.GetAccessorOutputFilterSensitiveLog = exports.GetAccessorInputFilterSensitiveLog = exports.DeleteNodeOutputFilterSensitiveLog = exports.DeleteNodeInputFilterSensitiveLog = exports.DeleteMemberOutputFilterSensitiveLog = exports.DeleteMemberInputFilterSensitiveLog = exports.DeleteAccessorOutputFilterSensitiveLog = exports.DeleteAccessorInputFilterSensitiveLog = exports.CreateProposalOutputFilterSensitiveLog = void 0;
|
|
5
|
-
exports.VoteOnProposalOutputFilterSensitiveLog = exports.VoteOnProposalInputFilterSensitiveLog = exports.UpdateNodeOutputFilterSensitiveLog = exports.UpdateNodeInputFilterSensitiveLog = exports.UpdateMemberOutputFilterSensitiveLog = exports.UpdateMemberInputFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RejectInvitationOutputFilterSensitiveLog = exports.RejectInvitationInputFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = void 0;
|
|
3
|
+
exports.CreateNetworkInputFilterSensitiveLog = exports.CreateMemberInputFilterSensitiveLog = exports.MemberConfigurationFilterSensitiveLog = exports.MemberFrameworkConfigurationFilterSensitiveLog = exports.MemberFabricConfigurationFilterSensitiveLog = exports.VoteValue = exports.InvitationStatus = exports.IllegalActionException = exports.ProposalStatus = exports.NodeStatus = exports.NetworkStatus = exports.MemberStatus = exports.StateDBType = exports.Edition = exports.Framework = exports.ResourceNotReadyException = exports.ResourceNotFoundException = exports.TooManyTagsException = exports.ThrottlingException = exports.ResourceLimitExceededException = exports.ResourceAlreadyExistsException = exports.InvalidRequestException = exports.InternalServiceErrorException = exports.ThresholdComparator = exports.AccessorType = exports.AccessorStatus = exports.AccessDeniedException = void 0;
|
|
6
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
5
|
const ManagedBlockchainServiceException_1 = require("./ManagedBlockchainServiceException");
|
|
8
6
|
class AccessDeniedException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {
|
|
@@ -226,26 +224,6 @@ var VoteValue;
|
|
|
226
224
|
VoteValue["NO"] = "NO";
|
|
227
225
|
VoteValue["YES"] = "YES";
|
|
228
226
|
})(VoteValue = exports.VoteValue || (exports.VoteValue = {}));
|
|
229
|
-
const AccessorFilterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
});
|
|
232
|
-
exports.AccessorFilterSensitiveLog = AccessorFilterSensitiveLog;
|
|
233
|
-
const AccessorSummaryFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
exports.AccessorSummaryFilterSensitiveLog = AccessorSummaryFilterSensitiveLog;
|
|
237
|
-
const ApprovalThresholdPolicyFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
exports.ApprovalThresholdPolicyFilterSensitiveLog = ApprovalThresholdPolicyFilterSensitiveLog;
|
|
241
|
-
const CreateAccessorInputFilterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
});
|
|
244
|
-
exports.CreateAccessorInputFilterSensitiveLog = CreateAccessorInputFilterSensitiveLog;
|
|
245
|
-
const CreateAccessorOutputFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
exports.CreateAccessorOutputFilterSensitiveLog = CreateAccessorOutputFilterSensitiveLog;
|
|
249
227
|
const MemberFabricConfigurationFilterSensitiveLog = (obj) => ({
|
|
250
228
|
...obj,
|
|
251
229
|
...(obj.AdminPassword && { AdminPassword: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -256,22 +234,6 @@ const MemberFrameworkConfigurationFilterSensitiveLog = (obj) => ({
|
|
|
256
234
|
...(obj.Fabric && { Fabric: (0, exports.MemberFabricConfigurationFilterSensitiveLog)(obj.Fabric) }),
|
|
257
235
|
});
|
|
258
236
|
exports.MemberFrameworkConfigurationFilterSensitiveLog = MemberFrameworkConfigurationFilterSensitiveLog;
|
|
259
|
-
const LogConfigurationFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
exports.LogConfigurationFilterSensitiveLog = LogConfigurationFilterSensitiveLog;
|
|
263
|
-
const LogConfigurationsFilterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
exports.LogConfigurationsFilterSensitiveLog = LogConfigurationsFilterSensitiveLog;
|
|
267
|
-
const MemberFabricLogPublishingConfigurationFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
exports.MemberFabricLogPublishingConfigurationFilterSensitiveLog = MemberFabricLogPublishingConfigurationFilterSensitiveLog;
|
|
271
|
-
const MemberLogPublishingConfigurationFilterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
});
|
|
274
|
-
exports.MemberLogPublishingConfigurationFilterSensitiveLog = MemberLogPublishingConfigurationFilterSensitiveLog;
|
|
275
237
|
const MemberConfigurationFilterSensitiveLog = (obj) => ({
|
|
276
238
|
...obj,
|
|
277
239
|
...(obj.FrameworkConfiguration && {
|
|
@@ -286,22 +248,6 @@ const CreateMemberInputFilterSensitiveLog = (obj) => ({
|
|
|
286
248
|
}),
|
|
287
249
|
});
|
|
288
250
|
exports.CreateMemberInputFilterSensitiveLog = CreateMemberInputFilterSensitiveLog;
|
|
289
|
-
const CreateMemberOutputFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
exports.CreateMemberOutputFilterSensitiveLog = CreateMemberOutputFilterSensitiveLog;
|
|
293
|
-
const NetworkFabricConfigurationFilterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
exports.NetworkFabricConfigurationFilterSensitiveLog = NetworkFabricConfigurationFilterSensitiveLog;
|
|
297
|
-
const NetworkFrameworkConfigurationFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
exports.NetworkFrameworkConfigurationFilterSensitiveLog = NetworkFrameworkConfigurationFilterSensitiveLog;
|
|
301
|
-
const VotingPolicyFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
exports.VotingPolicyFilterSensitiveLog = VotingPolicyFilterSensitiveLog;
|
|
305
251
|
const CreateNetworkInputFilterSensitiveLog = (obj) => ({
|
|
306
252
|
...obj,
|
|
307
253
|
...(obj.MemberConfiguration && {
|
|
@@ -309,295 +255,3 @@ const CreateNetworkInputFilterSensitiveLog = (obj) => ({
|
|
|
309
255
|
}),
|
|
310
256
|
});
|
|
311
257
|
exports.CreateNetworkInputFilterSensitiveLog = CreateNetworkInputFilterSensitiveLog;
|
|
312
|
-
const CreateNetworkOutputFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
exports.CreateNetworkOutputFilterSensitiveLog = CreateNetworkOutputFilterSensitiveLog;
|
|
316
|
-
const NodeFabricLogPublishingConfigurationFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
});
|
|
319
|
-
exports.NodeFabricLogPublishingConfigurationFilterSensitiveLog = NodeFabricLogPublishingConfigurationFilterSensitiveLog;
|
|
320
|
-
const NodeLogPublishingConfigurationFilterSensitiveLog = (obj) => ({
|
|
321
|
-
...obj,
|
|
322
|
-
});
|
|
323
|
-
exports.NodeLogPublishingConfigurationFilterSensitiveLog = NodeLogPublishingConfigurationFilterSensitiveLog;
|
|
324
|
-
const NodeConfigurationFilterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
exports.NodeConfigurationFilterSensitiveLog = NodeConfigurationFilterSensitiveLog;
|
|
328
|
-
const CreateNodeInputFilterSensitiveLog = (obj) => ({
|
|
329
|
-
...obj,
|
|
330
|
-
});
|
|
331
|
-
exports.CreateNodeInputFilterSensitiveLog = CreateNodeInputFilterSensitiveLog;
|
|
332
|
-
const CreateNodeOutputFilterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
exports.CreateNodeOutputFilterSensitiveLog = CreateNodeOutputFilterSensitiveLog;
|
|
336
|
-
const InviteActionFilterSensitiveLog = (obj) => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
exports.InviteActionFilterSensitiveLog = InviteActionFilterSensitiveLog;
|
|
340
|
-
const RemoveActionFilterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
});
|
|
343
|
-
exports.RemoveActionFilterSensitiveLog = RemoveActionFilterSensitiveLog;
|
|
344
|
-
const ProposalActionsFilterSensitiveLog = (obj) => ({
|
|
345
|
-
...obj,
|
|
346
|
-
});
|
|
347
|
-
exports.ProposalActionsFilterSensitiveLog = ProposalActionsFilterSensitiveLog;
|
|
348
|
-
const CreateProposalInputFilterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
});
|
|
351
|
-
exports.CreateProposalInputFilterSensitiveLog = CreateProposalInputFilterSensitiveLog;
|
|
352
|
-
const CreateProposalOutputFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
exports.CreateProposalOutputFilterSensitiveLog = CreateProposalOutputFilterSensitiveLog;
|
|
356
|
-
const DeleteAccessorInputFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
exports.DeleteAccessorInputFilterSensitiveLog = DeleteAccessorInputFilterSensitiveLog;
|
|
360
|
-
const DeleteAccessorOutputFilterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
});
|
|
363
|
-
exports.DeleteAccessorOutputFilterSensitiveLog = DeleteAccessorOutputFilterSensitiveLog;
|
|
364
|
-
const DeleteMemberInputFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
exports.DeleteMemberInputFilterSensitiveLog = DeleteMemberInputFilterSensitiveLog;
|
|
368
|
-
const DeleteMemberOutputFilterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
exports.DeleteMemberOutputFilterSensitiveLog = DeleteMemberOutputFilterSensitiveLog;
|
|
372
|
-
const DeleteNodeInputFilterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
exports.DeleteNodeInputFilterSensitiveLog = DeleteNodeInputFilterSensitiveLog;
|
|
376
|
-
const DeleteNodeOutputFilterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
exports.DeleteNodeOutputFilterSensitiveLog = DeleteNodeOutputFilterSensitiveLog;
|
|
380
|
-
const GetAccessorInputFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
exports.GetAccessorInputFilterSensitiveLog = GetAccessorInputFilterSensitiveLog;
|
|
384
|
-
const GetAccessorOutputFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
});
|
|
387
|
-
exports.GetAccessorOutputFilterSensitiveLog = GetAccessorOutputFilterSensitiveLog;
|
|
388
|
-
const GetMemberInputFilterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
exports.GetMemberInputFilterSensitiveLog = GetMemberInputFilterSensitiveLog;
|
|
392
|
-
const MemberFabricAttributesFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
exports.MemberFabricAttributesFilterSensitiveLog = MemberFabricAttributesFilterSensitiveLog;
|
|
396
|
-
const MemberFrameworkAttributesFilterSensitiveLog = (obj) => ({
|
|
397
|
-
...obj,
|
|
398
|
-
});
|
|
399
|
-
exports.MemberFrameworkAttributesFilterSensitiveLog = MemberFrameworkAttributesFilterSensitiveLog;
|
|
400
|
-
const MemberFilterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
exports.MemberFilterSensitiveLog = MemberFilterSensitiveLog;
|
|
404
|
-
const GetMemberOutputFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
exports.GetMemberOutputFilterSensitiveLog = GetMemberOutputFilterSensitiveLog;
|
|
408
|
-
const GetNetworkInputFilterSensitiveLog = (obj) => ({
|
|
409
|
-
...obj,
|
|
410
|
-
});
|
|
411
|
-
exports.GetNetworkInputFilterSensitiveLog = GetNetworkInputFilterSensitiveLog;
|
|
412
|
-
const NetworkEthereumAttributesFilterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
});
|
|
415
|
-
exports.NetworkEthereumAttributesFilterSensitiveLog = NetworkEthereumAttributesFilterSensitiveLog;
|
|
416
|
-
const NetworkFabricAttributesFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
exports.NetworkFabricAttributesFilterSensitiveLog = NetworkFabricAttributesFilterSensitiveLog;
|
|
420
|
-
const NetworkFrameworkAttributesFilterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
});
|
|
423
|
-
exports.NetworkFrameworkAttributesFilterSensitiveLog = NetworkFrameworkAttributesFilterSensitiveLog;
|
|
424
|
-
const NetworkFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
exports.NetworkFilterSensitiveLog = NetworkFilterSensitiveLog;
|
|
428
|
-
const GetNetworkOutputFilterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
});
|
|
431
|
-
exports.GetNetworkOutputFilterSensitiveLog = GetNetworkOutputFilterSensitiveLog;
|
|
432
|
-
const GetNodeInputFilterSensitiveLog = (obj) => ({
|
|
433
|
-
...obj,
|
|
434
|
-
});
|
|
435
|
-
exports.GetNodeInputFilterSensitiveLog = GetNodeInputFilterSensitiveLog;
|
|
436
|
-
const NodeEthereumAttributesFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
exports.NodeEthereumAttributesFilterSensitiveLog = NodeEthereumAttributesFilterSensitiveLog;
|
|
440
|
-
const NodeFabricAttributesFilterSensitiveLog = (obj) => ({
|
|
441
|
-
...obj,
|
|
442
|
-
});
|
|
443
|
-
exports.NodeFabricAttributesFilterSensitiveLog = NodeFabricAttributesFilterSensitiveLog;
|
|
444
|
-
const NodeFrameworkAttributesFilterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
exports.NodeFrameworkAttributesFilterSensitiveLog = NodeFrameworkAttributesFilterSensitiveLog;
|
|
448
|
-
const NodeFilterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
});
|
|
451
|
-
exports.NodeFilterSensitiveLog = NodeFilterSensitiveLog;
|
|
452
|
-
const GetNodeOutputFilterSensitiveLog = (obj) => ({
|
|
453
|
-
...obj,
|
|
454
|
-
});
|
|
455
|
-
exports.GetNodeOutputFilterSensitiveLog = GetNodeOutputFilterSensitiveLog;
|
|
456
|
-
const GetProposalInputFilterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
exports.GetProposalInputFilterSensitiveLog = GetProposalInputFilterSensitiveLog;
|
|
460
|
-
const ProposalFilterSensitiveLog = (obj) => ({
|
|
461
|
-
...obj,
|
|
462
|
-
});
|
|
463
|
-
exports.ProposalFilterSensitiveLog = ProposalFilterSensitiveLog;
|
|
464
|
-
const GetProposalOutputFilterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
});
|
|
467
|
-
exports.GetProposalOutputFilterSensitiveLog = GetProposalOutputFilterSensitiveLog;
|
|
468
|
-
const NetworkSummaryFilterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
|
-
exports.NetworkSummaryFilterSensitiveLog = NetworkSummaryFilterSensitiveLog;
|
|
472
|
-
const InvitationFilterSensitiveLog = (obj) => ({
|
|
473
|
-
...obj,
|
|
474
|
-
});
|
|
475
|
-
exports.InvitationFilterSensitiveLog = InvitationFilterSensitiveLog;
|
|
476
|
-
const ListAccessorsInputFilterSensitiveLog = (obj) => ({
|
|
477
|
-
...obj,
|
|
478
|
-
});
|
|
479
|
-
exports.ListAccessorsInputFilterSensitiveLog = ListAccessorsInputFilterSensitiveLog;
|
|
480
|
-
const ListAccessorsOutputFilterSensitiveLog = (obj) => ({
|
|
481
|
-
...obj,
|
|
482
|
-
});
|
|
483
|
-
exports.ListAccessorsOutputFilterSensitiveLog = ListAccessorsOutputFilterSensitiveLog;
|
|
484
|
-
const ListInvitationsInputFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
exports.ListInvitationsInputFilterSensitiveLog = ListInvitationsInputFilterSensitiveLog;
|
|
488
|
-
const ListInvitationsOutputFilterSensitiveLog = (obj) => ({
|
|
489
|
-
...obj,
|
|
490
|
-
});
|
|
491
|
-
exports.ListInvitationsOutputFilterSensitiveLog = ListInvitationsOutputFilterSensitiveLog;
|
|
492
|
-
const ListMembersInputFilterSensitiveLog = (obj) => ({
|
|
493
|
-
...obj,
|
|
494
|
-
});
|
|
495
|
-
exports.ListMembersInputFilterSensitiveLog = ListMembersInputFilterSensitiveLog;
|
|
496
|
-
const MemberSummaryFilterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
exports.MemberSummaryFilterSensitiveLog = MemberSummaryFilterSensitiveLog;
|
|
500
|
-
const ListMembersOutputFilterSensitiveLog = (obj) => ({
|
|
501
|
-
...obj,
|
|
502
|
-
});
|
|
503
|
-
exports.ListMembersOutputFilterSensitiveLog = ListMembersOutputFilterSensitiveLog;
|
|
504
|
-
const ListNetworksInputFilterSensitiveLog = (obj) => ({
|
|
505
|
-
...obj,
|
|
506
|
-
});
|
|
507
|
-
exports.ListNetworksInputFilterSensitiveLog = ListNetworksInputFilterSensitiveLog;
|
|
508
|
-
const ListNetworksOutputFilterSensitiveLog = (obj) => ({
|
|
509
|
-
...obj,
|
|
510
|
-
});
|
|
511
|
-
exports.ListNetworksOutputFilterSensitiveLog = ListNetworksOutputFilterSensitiveLog;
|
|
512
|
-
const ListNodesInputFilterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
});
|
|
515
|
-
exports.ListNodesInputFilterSensitiveLog = ListNodesInputFilterSensitiveLog;
|
|
516
|
-
const NodeSummaryFilterSensitiveLog = (obj) => ({
|
|
517
|
-
...obj,
|
|
518
|
-
});
|
|
519
|
-
exports.NodeSummaryFilterSensitiveLog = NodeSummaryFilterSensitiveLog;
|
|
520
|
-
const ListNodesOutputFilterSensitiveLog = (obj) => ({
|
|
521
|
-
...obj,
|
|
522
|
-
});
|
|
523
|
-
exports.ListNodesOutputFilterSensitiveLog = ListNodesOutputFilterSensitiveLog;
|
|
524
|
-
const ListProposalsInputFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
exports.ListProposalsInputFilterSensitiveLog = ListProposalsInputFilterSensitiveLog;
|
|
528
|
-
const ProposalSummaryFilterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
});
|
|
531
|
-
exports.ProposalSummaryFilterSensitiveLog = ProposalSummaryFilterSensitiveLog;
|
|
532
|
-
const ListProposalsOutputFilterSensitiveLog = (obj) => ({
|
|
533
|
-
...obj,
|
|
534
|
-
});
|
|
535
|
-
exports.ListProposalsOutputFilterSensitiveLog = ListProposalsOutputFilterSensitiveLog;
|
|
536
|
-
const ListProposalVotesInputFilterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
|
-
exports.ListProposalVotesInputFilterSensitiveLog = ListProposalVotesInputFilterSensitiveLog;
|
|
540
|
-
const VoteSummaryFilterSensitiveLog = (obj) => ({
|
|
541
|
-
...obj,
|
|
542
|
-
});
|
|
543
|
-
exports.VoteSummaryFilterSensitiveLog = VoteSummaryFilterSensitiveLog;
|
|
544
|
-
const ListProposalVotesOutputFilterSensitiveLog = (obj) => ({
|
|
545
|
-
...obj,
|
|
546
|
-
});
|
|
547
|
-
exports.ListProposalVotesOutputFilterSensitiveLog = ListProposalVotesOutputFilterSensitiveLog;
|
|
548
|
-
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
});
|
|
551
|
-
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
552
|
-
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
});
|
|
555
|
-
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
556
|
-
const RejectInvitationInputFilterSensitiveLog = (obj) => ({
|
|
557
|
-
...obj,
|
|
558
|
-
});
|
|
559
|
-
exports.RejectInvitationInputFilterSensitiveLog = RejectInvitationInputFilterSensitiveLog;
|
|
560
|
-
const RejectInvitationOutputFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
});
|
|
563
|
-
exports.RejectInvitationOutputFilterSensitiveLog = RejectInvitationOutputFilterSensitiveLog;
|
|
564
|
-
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
});
|
|
567
|
-
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
568
|
-
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
569
|
-
...obj,
|
|
570
|
-
});
|
|
571
|
-
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
572
|
-
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|
|
575
|
-
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
576
|
-
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
577
|
-
...obj,
|
|
578
|
-
});
|
|
579
|
-
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
580
|
-
const UpdateMemberInputFilterSensitiveLog = (obj) => ({
|
|
581
|
-
...obj,
|
|
582
|
-
});
|
|
583
|
-
exports.UpdateMemberInputFilterSensitiveLog = UpdateMemberInputFilterSensitiveLog;
|
|
584
|
-
const UpdateMemberOutputFilterSensitiveLog = (obj) => ({
|
|
585
|
-
...obj,
|
|
586
|
-
});
|
|
587
|
-
exports.UpdateMemberOutputFilterSensitiveLog = UpdateMemberOutputFilterSensitiveLog;
|
|
588
|
-
const UpdateNodeInputFilterSensitiveLog = (obj) => ({
|
|
589
|
-
...obj,
|
|
590
|
-
});
|
|
591
|
-
exports.UpdateNodeInputFilterSensitiveLog = UpdateNodeInputFilterSensitiveLog;
|
|
592
|
-
const UpdateNodeOutputFilterSensitiveLog = (obj) => ({
|
|
593
|
-
...obj,
|
|
594
|
-
});
|
|
595
|
-
exports.UpdateNodeOutputFilterSensitiveLog = UpdateNodeOutputFilterSensitiveLog;
|
|
596
|
-
const VoteOnProposalInputFilterSensitiveLog = (obj) => ({
|
|
597
|
-
...obj,
|
|
598
|
-
});
|
|
599
|
-
exports.VoteOnProposalInputFilterSensitiveLog = VoteOnProposalInputFilterSensitiveLog;
|
|
600
|
-
const VoteOnProposalOutputFilterSensitiveLog = (obj) => ({
|
|
601
|
-
...obj,
|
|
602
|
-
});
|
|
603
|
-
exports.VoteOnProposalOutputFilterSensitiveLog = VoteOnProposalOutputFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateAccessorInputFilterSensitiveLog, CreateAccessorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateAccessorCommand, serializeAws_restJson1CreateAccessorCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateAccessorCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateAccessorCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateMemberInputFilterSensitiveLog
|
|
4
|
+
import { CreateMemberInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateMemberCommand, serializeAws_restJson1CreateMemberCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class CreateMemberCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class CreateMemberCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: CreateMemberInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateNetworkInputFilterSensitiveLog
|
|
4
|
+
import { CreateNetworkInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateNetworkCommand, serializeAws_restJson1CreateNetworkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class CreateNetworkCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class CreateNetworkCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: CreateNetworkInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateNodeInputFilterSensitiveLog, CreateNodeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateNodeCommand, serializeAws_restJson1CreateNodeCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateNodeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateNodeCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateProposalInputFilterSensitiveLog, CreateProposalOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateProposalCommand, serializeAws_restJson1CreateProposalCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateProposalCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateProposalCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteAccessorInputFilterSensitiveLog, DeleteAccessorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteAccessorCommand, serializeAws_restJson1DeleteAccessorCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteAccessorCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteAccessorCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteMemberInputFilterSensitiveLog, DeleteMemberOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteMemberCommand, serializeAws_restJson1DeleteMemberCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteMemberCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteMemberCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteNodeInputFilterSensitiveLog, DeleteNodeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteNodeCommand, serializeAws_restJson1DeleteNodeCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteNodeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteNodeCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetAccessorInputFilterSensitiveLog, GetAccessorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetAccessorCommand, serializeAws_restJson1GetAccessorCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetAccessorCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetAccessorCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetMemberInputFilterSensitiveLog, GetMemberOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetMemberCommand, serializeAws_restJson1GetMemberCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetMemberCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetMemberCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetNetworkInputFilterSensitiveLog, GetNetworkOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetNetworkCommand, serializeAws_restJson1GetNetworkCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetNetworkCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetNetworkCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetNodeInputFilterSensitiveLog, GetNodeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetNodeCommand, serializeAws_restJson1GetNodeCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetNodeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetNodeCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetProposalInputFilterSensitiveLog, GetProposalOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetProposalCommand, serializeAws_restJson1GetProposalCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetProposalCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetProposalCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListAccessorsInputFilterSensitiveLog, ListAccessorsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListAccessorsCommand, serializeAws_restJson1ListAccessorsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListAccessorsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListAccessorsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|