@aws-sdk/client-managedblockchain 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +70 -71
- package/dist-cjs/models/ManagedBlockchainServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ManagedBlockchain.js +1 -1
- package/dist-es/ManagedBlockchainClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateAccessorCommand.js +2 -2
- package/dist-es/commands/CreateMemberCommand.js +2 -2
- package/dist-es/commands/CreateNetworkCommand.js +2 -2
- package/dist-es/commands/CreateNodeCommand.js +2 -2
- package/dist-es/commands/CreateProposalCommand.js +2 -2
- package/dist-es/commands/DeleteAccessorCommand.js +2 -2
- package/dist-es/commands/DeleteMemberCommand.js +2 -2
- package/dist-es/commands/DeleteNodeCommand.js +2 -2
- package/dist-es/commands/GetAccessorCommand.js +2 -2
- package/dist-es/commands/GetMemberCommand.js +2 -2
- package/dist-es/commands/GetNetworkCommand.js +2 -2
- package/dist-es/commands/GetNodeCommand.js +2 -2
- package/dist-es/commands/GetProposalCommand.js +2 -2
- package/dist-es/commands/ListAccessorsCommand.js +2 -2
- package/dist-es/commands/ListInvitationsCommand.js +2 -2
- package/dist-es/commands/ListMembersCommand.js +2 -2
- package/dist-es/commands/ListNetworksCommand.js +2 -2
- package/dist-es/commands/ListNodesCommand.js +2 -2
- package/dist-es/commands/ListProposalVotesCommand.js +2 -2
- package/dist-es/commands/ListProposalsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RejectInvitationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateMemberCommand.js +2 -2
- package/dist-es/commands/UpdateNodeCommand.js +2 -2
- package/dist-es/commands/VoteOnProposalCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ManagedBlockchainServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ManagedBlockchainClient.d.ts +5 -5
- package/dist-types/commands/CreateAccessorCommand.d.ts +6 -4
- package/dist-types/commands/CreateMemberCommand.d.ts +6 -4
- package/dist-types/commands/CreateNetworkCommand.d.ts +6 -4
- package/dist-types/commands/CreateNodeCommand.d.ts +6 -4
- package/dist-types/commands/CreateProposalCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMemberCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNodeCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessorCommand.d.ts +6 -4
- package/dist-types/commands/GetMemberCommand.d.ts +6 -4
- package/dist-types/commands/GetNetworkCommand.d.ts +6 -4
- package/dist-types/commands/GetNodeCommand.d.ts +6 -4
- package/dist-types/commands/GetProposalCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessorsCommand.d.ts +6 -4
- package/dist-types/commands/ListInvitationsCommand.d.ts +6 -4
- package/dist-types/commands/ListMembersCommand.d.ts +6 -4
- package/dist-types/commands/ListNetworksCommand.d.ts +6 -4
- package/dist-types/commands/ListNodesCommand.d.ts +6 -4
- package/dist-types/commands/ListProposalVotesCommand.d.ts +6 -4
- package/dist-types/commands/ListProposalsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RejectInvitationCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMemberCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNodeCommand.d.ts +6 -4
- package/dist-types/commands/VoteOnProposalCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ManagedBlockchainServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateAccessorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ManagedBlockchainServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateAccessorCommandOutput
|
|
|
15
15
|
declare const CreateAccessorCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateAccessorCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateAccessorCommandInput,
|
|
20
20
|
CreateAccessorCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateAccessorCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateAccessorCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateAccessorCommandInput,
|
|
29
29
|
CreateAccessorCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateAccessorCommand extends CreateAccessorCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateMemberCommandOutput
|
|
|
15
15
|
declare const CreateMemberCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateMemberCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateMemberCommandInput,
|
|
20
20
|
CreateMemberCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateMemberCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateMemberCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateMemberCommandInput,
|
|
29
29
|
CreateMemberCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateMemberCommand extends CreateMemberCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateNetworkCommandOutput
|
|
|
15
15
|
declare const CreateNetworkCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateNetworkCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateNetworkCommandInput,
|
|
20
20
|
CreateNetworkCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateNetworkCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateNetworkCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateNetworkCommandInput,
|
|
29
29
|
CreateNetworkCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateNetworkCommand extends CreateNetworkCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateNodeCommandOutput
|
|
|
15
15
|
declare const CreateNodeCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateNodeCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateNodeCommandInput,
|
|
20
20
|
CreateNodeCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateNodeCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateNodeCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateNodeCommandInput,
|
|
29
29
|
CreateNodeCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateNodeCommand extends CreateNodeCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateProposalCommandOutput
|
|
|
15
15
|
declare const CreateProposalCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateProposalCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateProposalCommandInput,
|
|
20
20
|
CreateProposalCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateProposalCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateProposalCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateProposalCommandInput,
|
|
29
29
|
CreateProposalCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateProposalCommand extends CreateProposalCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteAccessorCommandOutput
|
|
|
15
15
|
declare const DeleteAccessorCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteAccessorCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteAccessorCommandInput,
|
|
20
20
|
DeleteAccessorCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteAccessorCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteAccessorCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteAccessorCommandInput,
|
|
29
29
|
DeleteAccessorCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteAccessorCommand extends DeleteAccessorCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteMemberCommandOutput
|
|
|
15
15
|
declare const DeleteMemberCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteMemberCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteMemberCommandInput,
|
|
20
20
|
DeleteMemberCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteMemberCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteMemberCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteMemberCommandInput,
|
|
29
29
|
DeleteMemberCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteMemberCommand extends DeleteMemberCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteNodeCommandOutput
|
|
|
15
15
|
declare const DeleteNodeCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteNodeCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteNodeCommandInput,
|
|
20
20
|
DeleteNodeCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteNodeCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteNodeCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteNodeCommandInput,
|
|
29
29
|
DeleteNodeCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteNodeCommand extends DeleteNodeCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetAccessorCommandOutput
|
|
|
15
15
|
declare const GetAccessorCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetAccessorCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetAccessorCommandInput,
|
|
20
20
|
GetAccessorCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetAccessorCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetAccessorCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetAccessorCommandInput,
|
|
29
29
|
GetAccessorCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetAccessorCommand extends GetAccessorCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface GetMemberCommandOutput
|
|
|
13
13
|
extends GetMemberOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetMemberCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetMemberCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetMemberCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetMemberCommandInput,
|
|
20
18
|
GetMemberCommandOutput,
|
|
21
19
|
ManagedBlockchainClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetMemberCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetMemberCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetMemberCommandInput,
|
|
29
25
|
GetMemberCommandOutput,
|
|
30
26
|
ManagedBlockchainClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetMemberCommand extends GetMemberCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetNetworkCommandOutput
|
|
|
15
15
|
declare const GetNetworkCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetNetworkCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetNetworkCommandInput,
|
|
20
20
|
GetNetworkCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetNetworkCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetNetworkCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetNetworkCommandInput,
|
|
29
29
|
GetNetworkCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetNetworkCommand extends GetNetworkCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface GetNodeCommandInput extends GetNodeInput {}
|
|
12
12
|
export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {}
|
|
13
13
|
declare const GetNodeCommand_base: {
|
|
14
|
-
new (input: GetNodeCommandInput): import("@smithy/
|
|
14
|
+
new (input: GetNodeCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
GetNodeCommandInput,
|
|
16
16
|
GetNodeCommandOutput,
|
|
17
17
|
ManagedBlockchainClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: GetNodeCommandInput): import("@smithy/
|
|
21
|
+
new (input: GetNodeCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetNodeCommandInput,
|
|
23
23
|
GetNodeCommandOutput,
|
|
24
24
|
ManagedBlockchainClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class GetNodeCommand extends GetNodeCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetProposalCommandOutput
|
|
|
15
15
|
declare const GetProposalCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetProposalCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetProposalCommandInput,
|
|
20
20
|
GetProposalCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetProposalCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetProposalCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetProposalCommandInput,
|
|
29
29
|
GetProposalCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetProposalCommand extends GetProposalCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListAccessorsCommandOutput
|
|
|
15
15
|
declare const ListAccessorsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListAccessorsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListAccessorsCommandInput,
|
|
20
20
|
ListAccessorsCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListAccessorsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListAccessorsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListAccessorsCommandInput,
|
|
29
29
|
ListAccessorsCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListAccessorsCommand extends ListAccessorsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListInvitationsCommandOutput
|
|
|
18
18
|
declare const ListInvitationsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListInvitationsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListInvitationsCommandInput,
|
|
23
23
|
ListInvitationsCommandOutput,
|
|
24
24
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListInvitationsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListInvitationsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListInvitationsCommandInput,
|
|
32
32
|
ListInvitationsCommandOutput,
|
|
33
33
|
ManagedBlockchainClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListInvitationsCommand extends ListInvitationsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListMembersCommandOutput
|
|
|
15
15
|
declare const ListMembersCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListMembersCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListMembersCommandInput,
|
|
20
20
|
ListMembersCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListMembersCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListMembersCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListMembersCommandInput,
|
|
29
29
|
ListMembersCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListMembersCommand extends ListMembersCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListNetworksCommandOutput
|
|
|
15
15
|
declare const ListNetworksCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListNetworksCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListNetworksCommandInput,
|
|
20
20
|
ListNetworksCommandOutput,
|
|
21
21
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListNetworksCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListNetworksCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListNetworksCommandInput,
|
|
29
29
|
ListNetworksCommandOutput,
|
|
30
30
|
ManagedBlockchainClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListNetworksCommand extends ListNetworksCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface ListNodesCommandOutput
|
|
|
13
13
|
extends ListNodesOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListNodesCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListNodesCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListNodesCommandInput,
|
|
20
18
|
ListNodesCommandOutput,
|
|
21
19
|
ManagedBlockchainClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ListNodesCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
ListNodesCommandInput,
|
|
29
25
|
ListNodesCommandOutput,
|
|
30
26
|
ManagedBlockchainClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class ListNodesCommand extends ListNodesCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListProposalVotesCommandOutput
|
|
|
18
18
|
declare const ListProposalVotesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListProposalVotesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListProposalVotesCommandInput,
|
|
23
23
|
ListProposalVotesCommandOutput,
|
|
24
24
|
ManagedBlockchainClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListProposalVotesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListProposalVotesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListProposalVotesCommandInput,
|
|
32
32
|
ListProposalVotesCommandOutput,
|
|
33
33
|
ManagedBlockchainClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListProposalVotesCommand extends ListProposalVotesCommand_base {
|
|
40
42
|
protected static __types: {
|