@aws-sdk/client-managedblockchain 3.36.0 → 3.36.1

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 (69) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/ManagedBlockchain.js +0 -6
  3. package/dist-cjs/ManagedBlockchainClient.js +0 -11
  4. package/dist-cjs/commands/CreateMemberCommand.js +0 -25
  5. package/dist-cjs/commands/CreateNetworkCommand.js +0 -25
  6. package/dist-cjs/commands/CreateNodeCommand.js +0 -25
  7. package/dist-cjs/commands/CreateProposalCommand.js +0 -25
  8. package/dist-cjs/commands/DeleteMemberCommand.js +0 -25
  9. package/dist-cjs/commands/DeleteNodeCommand.js +0 -25
  10. package/dist-cjs/commands/GetMemberCommand.js +0 -25
  11. package/dist-cjs/commands/GetNetworkCommand.js +0 -25
  12. package/dist-cjs/commands/GetNodeCommand.js +0 -25
  13. package/dist-cjs/commands/GetProposalCommand.js +0 -25
  14. package/dist-cjs/commands/ListInvitationsCommand.js +0 -25
  15. package/dist-cjs/commands/ListMembersCommand.js +0 -25
  16. package/dist-cjs/commands/ListNetworksCommand.js +0 -25
  17. package/dist-cjs/commands/ListNodesCommand.js +0 -25
  18. package/dist-cjs/commands/ListProposalVotesCommand.js +0 -25
  19. package/dist-cjs/commands/ListProposalsCommand.js +0 -25
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  21. package/dist-cjs/commands/RejectInvitationCommand.js +0 -25
  22. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  23. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  24. package/dist-cjs/commands/UpdateMemberCommand.js +0 -25
  25. package/dist-cjs/commands/UpdateNodeCommand.js +0 -25
  26. package/dist-cjs/commands/VoteOnProposalCommand.js +0 -25
  27. package/dist-cjs/models/models_0.js +0 -273
  28. package/dist-cjs/pagination/ListInvitationsPaginator.js +0 -10
  29. package/dist-cjs/pagination/ListMembersPaginator.js +0 -10
  30. package/dist-cjs/pagination/ListNetworksPaginator.js +0 -10
  31. package/dist-cjs/pagination/ListNodesPaginator.js +0 -10
  32. package/dist-cjs/pagination/ListProposalVotesPaginator.js +0 -10
  33. package/dist-cjs/pagination/ListProposalsPaginator.js +0 -10
  34. package/dist-cjs/protocols/Aws_restJson1.js +0 -5
  35. package/dist-cjs/runtimeConfig.browser.js +1 -5
  36. package/dist-cjs/runtimeConfig.js +1 -5
  37. package/dist-cjs/runtimeConfig.native.js +0 -3
  38. package/dist-cjs/runtimeConfig.shared.js +0 -3
  39. package/dist-types/ts3.4/ManagedBlockchain.d.ts +24 -100
  40. package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +24 -92
  41. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +2 -21
  42. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +2 -21
  43. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +2 -21
  44. package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +2 -21
  45. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +2 -21
  46. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +2 -21
  47. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +2 -21
  48. package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +2 -21
  49. package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +2 -21
  50. package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +2 -21
  51. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +2 -21
  52. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +2 -21
  53. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +2 -21
  54. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +2 -21
  55. package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +2 -21
  56. package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +2 -21
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
  58. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +2 -21
  59. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
  61. package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +2 -21
  62. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +2 -21
  63. package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +2 -21
  64. package/dist-types/ts3.4/models/models_0.d.ts +371 -1455
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  69. package/package.json +3 -3
@@ -6,30 +6,11 @@ export interface CreateMemberCommandInput extends CreateMemberInput {
6
6
  }
7
7
  export interface CreateMemberCommandOutput extends CreateMemberOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a member within a Managed Blockchain network.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, CreateMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, CreateMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new CreateMemberCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateMemberCommandInput} for command's `input` shape.
23
- * @see {@link CreateMemberCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class CreateMemberCommand extends $Command<CreateMemberCommandInput, CreateMemberCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: CreateMemberCommandInput;
29
12
  constructor(input: CreateMemberCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMemberCommandInput, CreateMemberCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface CreateNetworkCommandInput extends CreateNetworkInput {
6
6
  }
7
7
  export interface CreateNetworkCommandOutput extends CreateNetworkOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a new blockchain network using Amazon Managed Blockchain.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, CreateNetworkCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, CreateNetworkCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new CreateNetworkCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateNetworkCommandInput} for command's `input` shape.
23
- * @see {@link CreateNetworkCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class CreateNetworkCommand extends $Command<CreateNetworkCommandInput, CreateNetworkCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: CreateNetworkCommandInput;
29
12
  constructor(input: CreateNetworkCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNetworkCommandInput, CreateNetworkCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface CreateNodeCommandInput extends CreateNodeInput {
6
6
  }
7
7
  export interface CreateNodeCommandOutput extends CreateNodeOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a node on the specified blockchain network.</p>
11
- * <p>Applies to Hyperledger Fabric and Ethereum.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, CreateNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, CreateNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new CreateNodeCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateNodeCommandInput} for command's `input` shape.
23
- * @see {@link CreateNodeCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class CreateNodeCommand extends $Command<CreateNodeCommandInput, CreateNodeCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: CreateNodeCommandInput;
29
12
  constructor(input: CreateNodeCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNodeCommandInput, CreateNodeCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface CreateProposalCommandInput extends CreateProposalInput {
6
6
  }
7
7
  export interface CreateProposalCommandOutput extends CreateProposalOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a proposal for a change to the network that other members of the network can vote on, for example, a proposal to add a new member to the network. Any member can create a proposal.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, CreateProposalCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, CreateProposalCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new CreateProposalCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateProposalCommandInput} for command's `input` shape.
23
- * @see {@link CreateProposalCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class CreateProposalCommand extends $Command<CreateProposalCommandInput, CreateProposalCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: CreateProposalCommandInput;
29
12
  constructor(input: CreateProposalCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProposalCommandInput, CreateProposalCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DeleteMemberCommandInput extends DeleteMemberInput {
6
6
  }
7
7
  export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes a member. Deleting a member removes the member and all associated resources from the network. <code>DeleteMember</code> can only be called for a specified <code>MemberId</code> if the principal performing the action is associated with the AWS account that owns the member. In all other cases, the <code>DeleteMember</code> action is carried out as the result of an approved proposal to remove a member. If <code>MemberId</code> is the last member in a network specified by the last AWS account, the network is deleted also.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, DeleteMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, DeleteMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new DeleteMemberCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteMemberCommandInput} for command's `input` shape.
23
- * @see {@link DeleteMemberCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeleteMemberCommand extends $Command<DeleteMemberCommandInput, DeleteMemberCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: DeleteMemberCommandInput;
29
12
  constructor(input: DeleteMemberCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMemberCommandInput, DeleteMemberCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DeleteNodeCommandInput extends DeleteNodeInput {
6
6
  }
7
7
  export interface DeleteNodeCommandOutput extends DeleteNodeOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes a node that your AWS account owns. All data on the node is lost and cannot be recovered.</p>
11
- * <p>Applies to Hyperledger Fabric and Ethereum.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, DeleteNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, DeleteNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new DeleteNodeCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteNodeCommandInput} for command's `input` shape.
23
- * @see {@link DeleteNodeCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeleteNodeCommand extends $Command<DeleteNodeCommandInput, DeleteNodeCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: DeleteNodeCommandInput;
29
12
  constructor(input: DeleteNodeCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNodeCommandInput, DeleteNodeCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface GetMemberCommandInput extends GetMemberInput {
6
6
  }
7
7
  export interface GetMemberCommandOutput extends GetMemberOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns detailed information about a member.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, GetMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, GetMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new GetMemberCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetMemberCommandInput} for command's `input` shape.
23
- * @see {@link GetMemberCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class GetMemberCommand extends $Command<GetMemberCommandInput, GetMemberCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: GetMemberCommandInput;
29
12
  constructor(input: GetMemberCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMemberCommandInput, GetMemberCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface GetNetworkCommandInput extends GetNetworkInput {
6
6
  }
7
7
  export interface GetNetworkCommandOutput extends GetNetworkOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns detailed information about a network.</p>
11
- * <p>Applies to Hyperledger Fabric and Ethereum.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, GetNetworkCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, GetNetworkCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new GetNetworkCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetNetworkCommandInput} for command's `input` shape.
23
- * @see {@link GetNetworkCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class GetNetworkCommand extends $Command<GetNetworkCommandInput, GetNetworkCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: GetNetworkCommandInput;
29
12
  constructor(input: GetNetworkCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkCommandInput, GetNetworkCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface GetNodeCommandInput extends GetNodeInput {
6
6
  }
7
7
  export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns detailed information about a node.</p>
11
- * <p>Applies to Hyperledger Fabric and Ethereum.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, GetNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, GetNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new GetNodeCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetNodeCommandInput} for command's `input` shape.
23
- * @see {@link GetNodeCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class GetNodeCommand extends $Command<GetNodeCommandInput, GetNodeCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: GetNodeCommandInput;
29
12
  constructor(input: GetNodeCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNodeCommandInput, GetNodeCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface GetProposalCommandInput extends GetProposalInput {
6
6
  }
7
7
  export interface GetProposalCommandOutput extends GetProposalOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns detailed information about a proposal.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, GetProposalCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, GetProposalCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new GetProposalCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetProposalCommandInput} for command's `input` shape.
23
- * @see {@link GetProposalCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class GetProposalCommand extends $Command<GetProposalCommandInput, GetProposalCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: GetProposalCommandInput;
29
12
  constructor(input: GetProposalCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProposalCommandInput, GetProposalCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListInvitationsCommandInput extends ListInvitationsInput {
6
6
  }
7
7
  export interface ListInvitationsCommandOutput extends ListInvitationsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of all invitations for the current AWS account.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, ListInvitationsCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, ListInvitationsCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new ListInvitationsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListInvitationsCommandInput} for command's `input` shape.
23
- * @see {@link ListInvitationsCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: ListInvitationsCommandInput;
29
12
  constructor(input: ListInvitationsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListMembersCommandInput extends ListMembersInput {
6
6
  }
7
7
  export interface ListMembersCommandOutput extends ListMembersOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of the members in a network and properties of their configurations.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, ListMembersCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, ListMembersCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new ListMembersCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListMembersCommandInput} for command's `input` shape.
23
- * @see {@link ListMembersCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: ListMembersCommandInput;
29
12
  constructor(input: ListMembersCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListNetworksCommandInput extends ListNetworksInput {
6
6
  }
7
7
  export interface ListNetworksCommandOutput extends ListNetworksOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns information about the networks in which the current AWS account participates.</p>
11
- * <p>Applies to Hyperledger Fabric and Ethereum.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, ListNetworksCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, ListNetworksCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new ListNetworksCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListNetworksCommandInput} for command's `input` shape.
23
- * @see {@link ListNetworksCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListNetworksCommand extends $Command<ListNetworksCommandInput, ListNetworksCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: ListNetworksCommandInput;
29
12
  constructor(input: ListNetworksCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNetworksCommandInput, ListNetworksCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListNodesCommandInput extends ListNodesInput {
6
6
  }
7
7
  export interface ListNodesCommandOutput extends ListNodesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns information about the nodes within a network.</p>
11
- * <p>Applies to Hyperledger Fabric and Ethereum.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, ListNodesCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, ListNodesCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new ListNodesCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListNodesCommandInput} for command's `input` shape.
23
- * @see {@link ListNodesCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListNodesCommand extends $Command<ListNodesCommandInput, ListNodesCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: ListNodesCommandInput;
29
12
  constructor(input: ListNodesCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNodesCommandInput, ListNodesCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListProposalVotesCommandInput extends ListProposalVotesInput {
6
6
  }
7
7
  export interface ListProposalVotesCommandOutput extends ListProposalVotesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, ListProposalVotesCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, ListProposalVotesCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new ListProposalVotesCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListProposalVotesCommandInput} for command's `input` shape.
23
- * @see {@link ListProposalVotesCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListProposalVotesCommand extends $Command<ListProposalVotesCommandInput, ListProposalVotesCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: ListProposalVotesCommandInput;
29
12
  constructor(input: ListProposalVotesCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProposalVotesCommandInput, ListProposalVotesCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListProposalsCommandInput extends ListProposalsInput {
6
6
  }
7
7
  export interface ListProposalsCommandOutput extends ListProposalsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of proposals for the network.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, ListProposalsCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, ListProposalsCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new ListProposalsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListProposalsCommandInput} for command's `input` shape.
23
- * @see {@link ListProposalsCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListProposalsCommand extends $Command<ListProposalsCommandInput, ListProposalsCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: ListProposalsCommandInput;
29
12
  constructor(input: ListProposalsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProposalsCommandInput, ListProposalsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of tags for the specified resource. Each tag consists of a key and optional value.</p>
11
- * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html">Tagging Resources</a> in the <i>Amazon Managed Blockchain Ethereum Developer Guide</i>, or <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, ListTagsForResourceCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, ListTagsForResourceCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new ListTagsForResourceCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
23
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: ListTagsForResourceCommandInput;
29
12
  constructor(input: ListTagsForResourceCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface RejectInvitationCommandInput extends RejectInvitationInput {
6
6
  }
7
7
  export interface RejectInvitationCommandOutput extends RejectInvitationOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Rejects an invitation to join a network. This action can be called by a principal in an AWS account that has received an invitation to create a member and join a network.</p>
11
- * <p>Applies only to Hyperledger Fabric.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ManagedBlockchainClient, RejectInvitationCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
16
- * // const { ManagedBlockchainClient, RejectInvitationCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
17
- * const client = new ManagedBlockchainClient(config);
18
- * const command = new RejectInvitationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link RejectInvitationCommandInput} for command's `input` shape.
23
- * @see {@link RejectInvitationCommandOutput} for command's `response` shape.
24
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class RejectInvitationCommand extends $Command<RejectInvitationCommandInput, RejectInvitationCommandOutput, ManagedBlockchainClientResolvedConfig> {
28
11
  readonly input: RejectInvitationCommandInput;
29
12
  constructor(input: RejectInvitationCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInvitationCommandInput, RejectInvitationCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource. Each tag consists of a key and optional value.</p>
11
- * <p>When you specify a tag key that already exists, the tag value is overwritten with the new value. Use <code>UntagResource</code> to remove tag keys.</p>
12
- * <p>A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns an error.</p>
13
- * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html">Tagging Resources</a> in the <i>Amazon Managed Blockchain Ethereum Developer Guide</i>, or <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ManagedBlockchainClient, TagResourceCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
18
- * // const { ManagedBlockchainClient, TagResourceCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
19
- * const client = new ManagedBlockchainClient(config);
20
- * const command = new TagResourceCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link TagResourceCommandInput} for command's `input` shape.
25
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
26
- * @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ManagedBlockchainClientResolvedConfig> {
30
11
  readonly input: TagResourceCommandInput;
31
12
  constructor(input: TagResourceCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;