@aws-sdk/client-managedblockchain 3.533.0 → 3.540.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.
Files changed (65) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ManagedBlockchain.d.ts +4 -1
  6. package/dist-types/ManagedBlockchainClient.d.ts +1 -1
  7. package/dist-types/commands/CreateAccessorCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateMemberCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateNetworkCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateNodeCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateProposalCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAccessorCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteMemberCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteNodeCommand.d.ts +2 -1
  15. package/dist-types/commands/GetAccessorCommand.d.ts +2 -1
  16. package/dist-types/commands/GetMemberCommand.d.ts +2 -1
  17. package/dist-types/commands/GetNetworkCommand.d.ts +2 -1
  18. package/dist-types/commands/GetNodeCommand.d.ts +2 -1
  19. package/dist-types/commands/GetProposalCommand.d.ts +2 -1
  20. package/dist-types/commands/ListAccessorsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  23. package/dist-types/commands/ListNetworksCommand.d.ts +2 -1
  24. package/dist-types/commands/ListNodesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListProposalVotesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListProposalsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/RejectInvitationCommand.d.ts +2 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateMemberCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateNodeCommand.d.ts +2 -1
  33. package/dist-types/commands/VoteOnProposalCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +0 -1
  35. package/dist-types/models/models_0.d.ts +311 -311
  36. package/dist-types/ts3.4/ManagedBlockchain.d.ts +3 -0
  37. package/dist-types/ts3.4/commands/CreateAccessorCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteAccessorCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetAccessorCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +7 -0
  49. package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListAccessorsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/index.d.ts +0 -1
  65. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateNodeCommandOutput extends UpdateNodeOutput, __MetadataBea
22
22
  }
23
23
  declare const UpdateNodeCommand_base: {
24
24
  new (input: UpdateNodeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNodeCommandInput, UpdateNodeCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateNodeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNodeCommandInput, UpdateNodeCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a node configuration with new parameters.</p>
30
30
  * <p>Applies only to Hyperledger Fabric.</p>
31
31
  * @example
@@ -86,6 +86,7 @@ declare const UpdateNodeCommand_base: {
86
86
  * @throws {@link ManagedBlockchainServiceException}
87
87
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class UpdateNodeCommand extends UpdateNodeCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface VoteOnProposalCommandOutput extends VoteOnProposalOutput, __Met
22
22
  }
23
23
  declare const VoteOnProposalCommand_base: {
24
24
  new (input: VoteOnProposalCommandInput): import("@smithy/smithy-client").CommandImpl<VoteOnProposalCommandInput, VoteOnProposalCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: VoteOnProposalCommandInput): import("@smithy/smithy-client").CommandImpl<VoteOnProposalCommandInput, VoteOnProposalCommandOutput, ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Casts a vote for a specified <code>ProposalId</code> on behalf of a member. The member to vote as, specified by <code>VoterMemberId</code>, must be in the same Amazon Web Services account as the principal that calls the action.</p>
30
30
  * <p>Applies only to Hyperledger Fabric.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const VoteOnProposalCommand_base: {
76
76
  * @throws {@link ManagedBlockchainServiceException}
77
77
  * <p>Base exception class for all service exceptions from ManagedBlockchain service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class VoteOnProposalCommand extends VoteOnProposalCommand_base {
81
82
  }
@@ -14,5 +14,4 @@ export { ManagedBlockchainExtensionConfiguration } from "./extensionConfiguratio
14
14
  export * from "./commands";
15
15
  export * from "./pagination";
16
16
  export * from "./models";
17
- import "@aws-sdk/util-endpoints";
18
17
  export { ManagedBlockchainServiceException } from "./models/ManagedBlockchainServiceException";