@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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/ManagedBlockchain.js +0 -6
- package/dist-cjs/ManagedBlockchainClient.js +0 -11
- package/dist-cjs/commands/CreateMemberCommand.js +0 -25
- package/dist-cjs/commands/CreateNetworkCommand.js +0 -25
- package/dist-cjs/commands/CreateNodeCommand.js +0 -25
- package/dist-cjs/commands/CreateProposalCommand.js +0 -25
- package/dist-cjs/commands/DeleteMemberCommand.js +0 -25
- package/dist-cjs/commands/DeleteNodeCommand.js +0 -25
- package/dist-cjs/commands/GetMemberCommand.js +0 -25
- package/dist-cjs/commands/GetNetworkCommand.js +0 -25
- package/dist-cjs/commands/GetNodeCommand.js +0 -25
- package/dist-cjs/commands/GetProposalCommand.js +0 -25
- package/dist-cjs/commands/ListInvitationsCommand.js +0 -25
- package/dist-cjs/commands/ListMembersCommand.js +0 -25
- package/dist-cjs/commands/ListNetworksCommand.js +0 -25
- package/dist-cjs/commands/ListNodesCommand.js +0 -25
- package/dist-cjs/commands/ListProposalVotesCommand.js +0 -25
- package/dist-cjs/commands/ListProposalsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/RejectInvitationCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateMemberCommand.js +0 -25
- package/dist-cjs/commands/UpdateNodeCommand.js +0 -25
- package/dist-cjs/commands/VoteOnProposalCommand.js +0 -25
- package/dist-cjs/models/models_0.js +0 -273
- package/dist-cjs/pagination/ListInvitationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListMembersPaginator.js +0 -10
- package/dist-cjs/pagination/ListNetworksPaginator.js +0 -10
- package/dist-cjs/pagination/ListNodesPaginator.js +0 -10
- package/dist-cjs/pagination/ListProposalVotesPaginator.js +0 -10
- package/dist-cjs/pagination/ListProposalsPaginator.js +0 -10
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-types/ts3.4/ManagedBlockchain.d.ts +24 -100
- package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +24 -92
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +2 -21
- package/dist-types/ts3.4/models/models_0.d.ts +371 -1455
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +3 -3
|
@@ -6,30 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Removes the specified tags from the Amazon Managed Blockchain resource.</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, UntagResourceCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
16
|
-
* // const { ManagedBlockchainClient, UntagResourceCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
17
|
-
* const client = new ManagedBlockchainClient(config);
|
|
18
|
-
* const command = new UntagResourceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
28
11
|
readonly input: UntagResourceCommandInput;
|
|
29
12
|
constructor(input: UntagResourceCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface UpdateMemberCommandInput extends UpdateMemberInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateMemberCommandOutput extends UpdateMemberOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates a member configuration with new parameters.</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, UpdateMemberCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
16
|
-
* // const { ManagedBlockchainClient, UpdateMemberCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
17
|
-
* const client = new ManagedBlockchainClient(config);
|
|
18
|
-
* const command = new UpdateMemberCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UpdateMemberCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UpdateMemberCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class UpdateMemberCommand extends $Command<UpdateMemberCommandInput, UpdateMemberCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
28
11
|
readonly input: UpdateMemberCommandInput;
|
|
29
12
|
constructor(input: UpdateMemberCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMemberCommandInput, UpdateMemberCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface UpdateNodeCommandInput extends UpdateNodeInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateNodeCommandOutput extends UpdateNodeOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates a node configuration with new parameters.</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, UpdateNodeCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
16
|
-
* // const { ManagedBlockchainClient, UpdateNodeCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
17
|
-
* const client = new ManagedBlockchainClient(config);
|
|
18
|
-
* const command = new UpdateNodeCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UpdateNodeCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UpdateNodeCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class UpdateNodeCommand extends $Command<UpdateNodeCommandInput, UpdateNodeCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
28
11
|
readonly input: UpdateNodeCommandInput;
|
|
29
12
|
constructor(input: UpdateNodeCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNodeCommandInput, UpdateNodeCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface VoteOnProposalCommandInput extends VoteOnProposalInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface VoteOnProposalCommandOutput extends VoteOnProposalOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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 AWS account as the principal that calls the action.</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, VoteOnProposalCommand } from "@aws-sdk/client-managedblockchain"; // ES Modules import
|
|
16
|
-
* // const { ManagedBlockchainClient, VoteOnProposalCommand } = require("@aws-sdk/client-managedblockchain"); // CommonJS import
|
|
17
|
-
* const client = new ManagedBlockchainClient(config);
|
|
18
|
-
* const command = new VoteOnProposalCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link VoteOnProposalCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link VoteOnProposalCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ManagedBlockchainClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class VoteOnProposalCommand extends $Command<VoteOnProposalCommandInput, VoteOnProposalCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
28
11
|
readonly input: VoteOnProposalCommandInput;
|
|
29
12
|
constructor(input: VoteOnProposalCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VoteOnProposalCommandInput, VoteOnProposalCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|