@aws-sdk/client-managedblockchain 3.47.1 → 3.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/ManagedBlockchain.d.ts +0 -120
- package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +0 -96
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -23
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1131
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListProposalVotesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListProposalsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
4
|
-
import { ListProposalVotesInput, ListProposalVotesOutput } from "../models/models_0";
|
|
5
|
-
export interface ListProposalVotesCommandInput extends ListProposalVotesInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListProposalVotesCommandOutput extends ListProposalVotesOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListProposalVotesCommand extends $Command<ListProposalVotesCommandInput, ListProposalVotesCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
11
|
-
readonly input: ListProposalVotesCommandInput;
|
|
12
|
-
constructor(input: ListProposalVotesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProposalVotesCommandInput, ListProposalVotesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
4
|
-
import { ListProposalsInput, ListProposalsOutput } from "../models/models_0";
|
|
5
|
-
export interface ListProposalsCommandInput extends ListProposalsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListProposalsCommandOutput extends ListProposalsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListProposalsCommand extends $Command<ListProposalsCommandInput, ListProposalsCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
11
|
-
readonly input: ListProposalsCommandInput;
|
|
12
|
-
constructor(input: ListProposalsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProposalsCommandInput, ListProposalsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
4
|
-
import { RejectInvitationInput, RejectInvitationOutput } from "../models/models_0";
|
|
5
|
-
export interface RejectInvitationCommandInput extends RejectInvitationInput {
|
|
6
|
-
}
|
|
7
|
-
export interface RejectInvitationCommandOutput extends RejectInvitationOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class RejectInvitationCommand extends $Command<RejectInvitationCommandInput, RejectInvitationCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
11
|
-
readonly input: RejectInvitationCommandInput;
|
|
12
|
-
constructor(input: RejectInvitationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInvitationCommandInput, RejectInvitationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
4
|
-
import { UpdateMemberInput, UpdateMemberOutput } from "../models/models_0";
|
|
5
|
-
export interface UpdateMemberCommandInput extends UpdateMemberInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateMemberCommandOutput extends UpdateMemberOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateMemberCommand extends $Command<UpdateMemberCommandInput, UpdateMemberCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateMemberCommandInput;
|
|
12
|
-
constructor(input: UpdateMemberCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMemberCommandInput, UpdateMemberCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
4
|
-
import { UpdateNodeInput, UpdateNodeOutput } from "../models/models_0";
|
|
5
|
-
export interface UpdateNodeCommandInput extends UpdateNodeInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateNodeCommandOutput extends UpdateNodeOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateNodeCommand extends $Command<UpdateNodeCommandInput, UpdateNodeCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateNodeCommandInput;
|
|
12
|
-
constructor(input: UpdateNodeCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNodeCommandInput, UpdateNodeCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
4
|
-
import { VoteOnProposalInput, VoteOnProposalOutput } from "../models/models_0";
|
|
5
|
-
export interface VoteOnProposalCommandInput extends VoteOnProposalInput {
|
|
6
|
-
}
|
|
7
|
-
export interface VoteOnProposalCommandOutput extends VoteOnProposalOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class VoteOnProposalCommand extends $Command<VoteOnProposalCommandInput, VoteOnProposalCommandOutput, ManagedBlockchainClientResolvedConfig> {
|
|
11
|
-
readonly input: VoteOnProposalCommandInput;
|
|
12
|
-
constructor(input: VoteOnProposalCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ManagedBlockchainClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VoteOnProposalCommandInput, VoteOnProposalCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export * from "./CreateMemberCommand";
|
|
2
|
-
export * from "./CreateNetworkCommand";
|
|
3
|
-
export * from "./CreateNodeCommand";
|
|
4
|
-
export * from "./CreateProposalCommand";
|
|
5
|
-
export * from "./DeleteMemberCommand";
|
|
6
|
-
export * from "./DeleteNodeCommand";
|
|
7
|
-
export * from "./GetMemberCommand";
|
|
8
|
-
export * from "./GetNetworkCommand";
|
|
9
|
-
export * from "./GetNodeCommand";
|
|
10
|
-
export * from "./GetProposalCommand";
|
|
11
|
-
export * from "./ListInvitationsCommand";
|
|
12
|
-
export * from "./ListMembersCommand";
|
|
13
|
-
export * from "./ListNetworksCommand";
|
|
14
|
-
export * from "./ListNodesCommand";
|
|
15
|
-
export * from "./ListProposalVotesCommand";
|
|
16
|
-
export * from "./ListProposalsCommand";
|
|
17
|
-
export * from "./ListTagsForResourceCommand";
|
|
18
|
-
export * from "./RejectInvitationCommand";
|
|
19
|
-
export * from "./TagResourceCommand";
|
|
20
|
-
export * from "./UntagResourceCommand";
|
|
21
|
-
export * from "./UpdateMemberCommand";
|
|
22
|
-
export * from "./UpdateNodeCommand";
|
|
23
|
-
export * from "./VoteOnProposalCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|