@aws-sdk/client-managedblockchain 3.335.0 → 3.338.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/ManagedBlockchainClient.js +2 -1
- package/dist-cjs/commands/CreateAccessorCommand.js +2 -1
- package/dist-cjs/commands/CreateMemberCommand.js +2 -1
- package/dist-cjs/commands/CreateNetworkCommand.js +2 -1
- package/dist-cjs/commands/CreateNodeCommand.js +2 -1
- package/dist-cjs/commands/CreateProposalCommand.js +2 -1
- package/dist-cjs/commands/DeleteAccessorCommand.js +2 -1
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -1
- package/dist-cjs/commands/DeleteNodeCommand.js +2 -1
- package/dist-cjs/commands/GetAccessorCommand.js +2 -1
- package/dist-cjs/commands/GetMemberCommand.js +2 -1
- package/dist-cjs/commands/GetNetworkCommand.js +2 -1
- package/dist-cjs/commands/GetNodeCommand.js +2 -1
- package/dist-cjs/commands/GetProposalCommand.js +2 -1
- package/dist-cjs/commands/ListAccessorsCommand.js +2 -1
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -1
- package/dist-cjs/commands/ListMembersCommand.js +2 -1
- package/dist-cjs/commands/ListNetworksCommand.js +2 -1
- package/dist-cjs/commands/ListNodesCommand.js +2 -1
- package/dist-cjs/commands/ListProposalVotesCommand.js +2 -1
- package/dist-cjs/commands/ListProposalsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/RejectInvitationCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateMemberCommand.js +2 -1
- package/dist-cjs/commands/UpdateNodeCommand.js +2 -1
- package/dist-cjs/commands/VoteOnProposalCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ManagedBlockchainServiceException.js +2 -1
- package/dist-es/ManagedBlockchainClient.js +1 -0
- package/dist-es/commands/CreateAccessorCommand.js +1 -0
- package/dist-es/commands/CreateMemberCommand.js +1 -0
- package/dist-es/commands/CreateNetworkCommand.js +1 -0
- package/dist-es/commands/CreateNodeCommand.js +1 -0
- package/dist-es/commands/CreateProposalCommand.js +1 -0
- package/dist-es/commands/DeleteAccessorCommand.js +1 -0
- package/dist-es/commands/DeleteMemberCommand.js +1 -0
- package/dist-es/commands/DeleteNodeCommand.js +1 -0
- package/dist-es/commands/GetAccessorCommand.js +1 -0
- package/dist-es/commands/GetMemberCommand.js +1 -0
- package/dist-es/commands/GetNetworkCommand.js +1 -0
- package/dist-es/commands/GetNodeCommand.js +1 -0
- package/dist-es/commands/GetProposalCommand.js +1 -0
- package/dist-es/commands/ListAccessorsCommand.js +1 -0
- package/dist-es/commands/ListInvitationsCommand.js +1 -0
- package/dist-es/commands/ListMembersCommand.js +1 -0
- package/dist-es/commands/ListNetworksCommand.js +1 -0
- package/dist-es/commands/ListNodesCommand.js +1 -0
- package/dist-es/commands/ListProposalVotesCommand.js +1 -0
- package/dist-es/commands/ListProposalsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/RejectInvitationCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateMemberCommand.js +1 -0
- package/dist-es/commands/UpdateNodeCommand.js +1 -0
- package/dist-es/commands/VoteOnProposalCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ManagedBlockchainServiceException.js +1 -0
- package/dist-types/ManagedBlockchainClient.d.ts +3 -3
- package/dist-types/commands/CreateAccessorCommand.d.ts +4 -0
- package/dist-types/commands/CreateMemberCommand.d.ts +4 -0
- package/dist-types/commands/CreateNetworkCommand.d.ts +4 -0
- package/dist-types/commands/CreateNodeCommand.d.ts +4 -0
- package/dist-types/commands/CreateProposalCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNodeCommand.d.ts +4 -0
- package/dist-types/commands/GetAccessorCommand.d.ts +4 -0
- package/dist-types/commands/GetMemberCommand.d.ts +4 -0
- package/dist-types/commands/GetNetworkCommand.d.ts +4 -0
- package/dist-types/commands/GetNodeCommand.d.ts +4 -0
- package/dist-types/commands/GetProposalCommand.d.ts +4 -0
- package/dist-types/commands/ListAccessorsCommand.d.ts +4 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +4 -0
- package/dist-types/commands/ListMembersCommand.d.ts +4 -0
- package/dist-types/commands/ListNetworksCommand.d.ts +4 -0
- package/dist-types/commands/ListNodesCommand.d.ts +4 -0
- package/dist-types/commands/ListProposalVotesCommand.d.ts +4 -0
- package/dist-types/commands/ListProposalsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/RejectInvitationCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMemberCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNodeCommand.d.ts +4 -0
- package/dist-types/commands/VoteOnProposalCommand.d.ts +4 -0
- package/dist-types/index.d.ts +10 -2
- package/dist-types/models/ManagedBlockchainServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAccessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAccessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAccessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAccessorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ManagedBlockchainServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -2,6 +2,7 @@ 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
4
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class TagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ 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
4
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UntagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ 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
4
|
import { de_UpdateMemberCommand, se_UpdateMemberCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateMemberCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ 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
4
|
import { de_UpdateNodeCommand, se_UpdateNodeCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateNodeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ 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
4
|
import { de_VoteOnProposalCommand, se_VoteOnProposalCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class VoteOnProposalCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./ManagedBlockchain";
|
|
2
1
|
export * from "./ManagedBlockchainClient";
|
|
2
|
+
export * from "./ManagedBlockchain";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { ManagedBlockchainServiceException } from "./models/ManagedBlockchainServiceException";
|
|
@@ -36,6 +36,7 @@ import { UpdateMemberCommandInput, UpdateMemberCommandOutput } from "./commands/
|
|
|
36
36
|
import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
|
|
37
37
|
import { VoteOnProposalCommandInput, VoteOnProposalCommandOutput } from "./commands/VoteOnProposalCommand";
|
|
38
38
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
39
|
+
export { __Client };
|
|
39
40
|
/**
|
|
40
41
|
* @public
|
|
41
42
|
*/
|
|
@@ -150,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
150
151
|
/**
|
|
151
152
|
* @public
|
|
152
153
|
*/
|
|
153
|
-
type ManagedBlockchainClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
154
|
+
export type ManagedBlockchainClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
154
155
|
/**
|
|
155
156
|
* @public
|
|
156
157
|
*
|
|
@@ -161,7 +162,7 @@ export interface ManagedBlockchainClientConfig extends ManagedBlockchainClientCo
|
|
|
161
162
|
/**
|
|
162
163
|
* @public
|
|
163
164
|
*/
|
|
164
|
-
type ManagedBlockchainClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
165
|
+
export type ManagedBlockchainClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
165
166
|
/**
|
|
166
167
|
* @public
|
|
167
168
|
*
|
|
@@ -189,4 +190,3 @@ export declare class ManagedBlockchainClient extends __Client<__HttpHandlerOptio
|
|
|
189
190
|
*/
|
|
190
191
|
destroy(): void;
|
|
191
192
|
}
|
|
192
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateAccessorInput, CreateAccessorOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { DeleteAccessorInput, DeleteAccessorOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { GetAccessorInput, GetAccessorOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { GetMemberInput, GetMemberOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { GetNetworkInput, GetNetworkOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { GetNodeInput, GetNodeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { GetProposalInput, GetProposalOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { ListAccessorsInput, ListAccessorsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { ListInvitationsInput, ListInvitationsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { ListMembersInput, ListMembersOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { ListNetworksInput, ListNetworksOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { ListNodesInput, ListNodesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { ListProposalVotesInput, ListProposalVotesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { ListProposalsInput, ListProposalsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { RejectInvitationInput, RejectInvitationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { UpdateMemberInput, UpdateMemberOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { UpdateNodeInput, UpdateNodeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ManagedBlockchainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ManagedBlockchainClient";
|
|
5
5
|
import { VoteOnProposalInput, VoteOnProposalOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p></p>
|
|
3
|
+
* <p>Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open-source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.</p>
|
|
4
|
+
* <p>Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source frameworks. Because of fundamental differences between the frameworks, some API actions or data types may only apply in the context of one framework and not the other. For example, actions related to Hyperledger Fabric network members such as <code>CreateMember</code> and <code>DeleteMember</code> don't apply to Ethereum.</p>
|
|
5
|
+
* <p>The description for each action indicates the framework or frameworks to which it applies. Data types and properties that apply only in the context of a particular framework are similarly indicated.</p>
|
|
6
|
+
*
|
|
7
|
+
* @packageDocumentation
|
|
8
|
+
*/
|
|
2
9
|
export * from "./ManagedBlockchainClient";
|
|
10
|
+
export * from "./ManagedBlockchain";
|
|
3
11
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
12
|
export * from "./pagination";
|
|
13
|
+
export * from "./models";
|
|
6
14
|
export { ManagedBlockchainServiceException } from "./models/ManagedBlockchainServiceException";
|
|
@@ -159,6 +159,7 @@ import {
|
|
|
159
159
|
ClientResolvedEndpointParameters,
|
|
160
160
|
EndpointParameters,
|
|
161
161
|
} from "./endpoint/EndpointParameters";
|
|
162
|
+
export { __Client };
|
|
162
163
|
export type ServiceInputTypes =
|
|
163
164
|
| CreateAccessorCommandInput
|
|
164
165
|
| CreateMemberCommandInput
|
|
@@ -239,7 +240,7 @@ export interface ClientDefaults
|
|
|
239
240
|
logger?: __Logger;
|
|
240
241
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
241
242
|
}
|
|
242
|
-
type ManagedBlockchainClientConfigType = Partial<
|
|
243
|
+
export type ManagedBlockchainClientConfigType = Partial<
|
|
243
244
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
244
245
|
> &
|
|
245
246
|
ClientDefaults &
|
|
@@ -252,7 +253,7 @@ type ManagedBlockchainClientConfigType = Partial<
|
|
|
252
253
|
ClientInputEndpointParameters;
|
|
253
254
|
export interface ManagedBlockchainClientConfig
|
|
254
255
|
extends ManagedBlockchainClientConfigType {}
|
|
255
|
-
type ManagedBlockchainClientResolvedConfigType =
|
|
256
|
+
export type ManagedBlockchainClientResolvedConfigType =
|
|
256
257
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
257
258
|
Required<ClientDefaults> &
|
|
258
259
|
RegionResolvedConfig &
|
|
@@ -274,4 +275,3 @@ export declare class ManagedBlockchainClient extends __Client<
|
|
|
274
275
|
constructor(configuration: ManagedBlockchainClientConfig);
|
|
275
276
|
destroy(): void;
|
|
276
277
|
}
|
|
277
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { CreateAccessorInput, CreateAccessorOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateAccessorCommandInput extends CreateAccessorInput {}
|
|
16
17
|
export interface CreateAccessorCommandOutput
|
|
17
18
|
extends CreateAccessorOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateMemberCommandInput extends CreateMemberInput {}
|
|
16
17
|
export interface CreateMemberCommandOutput
|
|
17
18
|
extends CreateMemberOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateNetworkCommandInput extends CreateNetworkInput {}
|
|
16
17
|
export interface CreateNetworkCommandOutput
|
|
17
18
|
extends CreateNetworkOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateNodeCommandInput extends CreateNodeInput {}
|
|
16
17
|
export interface CreateNodeCommandOutput
|
|
17
18
|
extends CreateNodeOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateProposalCommandInput extends CreateProposalInput {}
|
|
16
17
|
export interface CreateProposalCommandOutput
|
|
17
18
|
extends CreateProposalOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { DeleteAccessorInput, DeleteAccessorOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteAccessorCommandInput extends DeleteAccessorInput {}
|
|
16
17
|
export interface DeleteAccessorCommandOutput
|
|
17
18
|
extends DeleteAccessorOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteMemberCommandInput extends DeleteMemberInput {}
|
|
16
17
|
export interface DeleteMemberCommandOutput
|
|
17
18
|
extends DeleteMemberOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteNodeCommandInput extends DeleteNodeInput {}
|
|
16
17
|
export interface DeleteNodeCommandOutput
|
|
17
18
|
extends DeleteNodeOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { GetAccessorInput, GetAccessorOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetAccessorCommandInput extends GetAccessorInput {}
|
|
16
17
|
export interface GetAccessorCommandOutput
|
|
17
18
|
extends GetAccessorOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { GetMemberInput, GetMemberOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetMemberCommandInput extends GetMemberInput {}
|
|
16
17
|
export interface GetMemberCommandOutput
|
|
17
18
|
extends GetMemberOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { GetNetworkInput, GetNetworkOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetNetworkCommandInput extends GetNetworkInput {}
|
|
16
17
|
export interface GetNetworkCommandOutput
|
|
17
18
|
extends GetNetworkOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { GetNodeInput, GetNodeOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetNodeCommandInput extends GetNodeInput {}
|
|
16
17
|
export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {}
|
|
17
18
|
export declare class GetNodeCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { GetProposalInput, GetProposalOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetProposalCommandInput extends GetProposalInput {}
|
|
16
17
|
export interface GetProposalCommandOutput
|
|
17
18
|
extends GetProposalOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { ListAccessorsInput, ListAccessorsOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListAccessorsCommandInput extends ListAccessorsInput {}
|
|
16
17
|
export interface ListAccessorsCommandOutput
|
|
17
18
|
extends ListAccessorsOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListInvitationsInput,
|
|
16
16
|
ListInvitationsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListInvitationsCommandInput extends ListInvitationsInput {}
|
|
19
20
|
export interface ListInvitationsCommandOutput
|
|
20
21
|
extends ListInvitationsOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ManagedBlockchainClient";
|
|
14
14
|
import { ListMembersInput, ListMembersOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListMembersCommandInput extends ListMembersInput {}
|
|
16
17
|
export interface ListMembersCommandOutput
|
|
17
18
|
extends ListMembersOutput,
|