@aws-sdk/client-managedblockchain 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/ManagedBlockchain.d.ts +0 -23
- package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ManagedBlockchainServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -298
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-managedblockchain
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-managedblockchain
|
|
@@ -92,7 +92,6 @@ import {
|
|
|
92
92
|
VoteOnProposalCommandOutput,
|
|
93
93
|
} from "./commands/VoteOnProposalCommand";
|
|
94
94
|
import { ManagedBlockchainClient } from "./ManagedBlockchainClient";
|
|
95
|
-
|
|
96
95
|
export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
97
96
|
createMember(
|
|
98
97
|
args: CreateMemberCommandInput,
|
|
@@ -107,7 +106,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
107
106
|
options: __HttpHandlerOptions,
|
|
108
107
|
cb: (err: any, data?: CreateMemberCommandOutput) => void
|
|
109
108
|
): void;
|
|
110
|
-
|
|
111
109
|
createNetwork(
|
|
112
110
|
args: CreateNetworkCommandInput,
|
|
113
111
|
options?: __HttpHandlerOptions
|
|
@@ -121,7 +119,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
121
119
|
options: __HttpHandlerOptions,
|
|
122
120
|
cb: (err: any, data?: CreateNetworkCommandOutput) => void
|
|
123
121
|
): void;
|
|
124
|
-
|
|
125
122
|
createNode(
|
|
126
123
|
args: CreateNodeCommandInput,
|
|
127
124
|
options?: __HttpHandlerOptions
|
|
@@ -135,7 +132,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
135
132
|
options: __HttpHandlerOptions,
|
|
136
133
|
cb: (err: any, data?: CreateNodeCommandOutput) => void
|
|
137
134
|
): void;
|
|
138
|
-
|
|
139
135
|
createProposal(
|
|
140
136
|
args: CreateProposalCommandInput,
|
|
141
137
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +145,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
149
145
|
options: __HttpHandlerOptions,
|
|
150
146
|
cb: (err: any, data?: CreateProposalCommandOutput) => void
|
|
151
147
|
): void;
|
|
152
|
-
|
|
153
148
|
deleteMember(
|
|
154
149
|
args: DeleteMemberCommandInput,
|
|
155
150
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +158,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
163
158
|
options: __HttpHandlerOptions,
|
|
164
159
|
cb: (err: any, data?: DeleteMemberCommandOutput) => void
|
|
165
160
|
): void;
|
|
166
|
-
|
|
167
161
|
deleteNode(
|
|
168
162
|
args: DeleteNodeCommandInput,
|
|
169
163
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +171,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
177
171
|
options: __HttpHandlerOptions,
|
|
178
172
|
cb: (err: any, data?: DeleteNodeCommandOutput) => void
|
|
179
173
|
): void;
|
|
180
|
-
|
|
181
174
|
getMember(
|
|
182
175
|
args: GetMemberCommandInput,
|
|
183
176
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +184,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
191
184
|
options: __HttpHandlerOptions,
|
|
192
185
|
cb: (err: any, data?: GetMemberCommandOutput) => void
|
|
193
186
|
): void;
|
|
194
|
-
|
|
195
187
|
getNetwork(
|
|
196
188
|
args: GetNetworkCommandInput,
|
|
197
189
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +197,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
205
197
|
options: __HttpHandlerOptions,
|
|
206
198
|
cb: (err: any, data?: GetNetworkCommandOutput) => void
|
|
207
199
|
): void;
|
|
208
|
-
|
|
209
200
|
getNode(
|
|
210
201
|
args: GetNodeCommandInput,
|
|
211
202
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +210,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
219
210
|
options: __HttpHandlerOptions,
|
|
220
211
|
cb: (err: any, data?: GetNodeCommandOutput) => void
|
|
221
212
|
): void;
|
|
222
|
-
|
|
223
213
|
getProposal(
|
|
224
214
|
args: GetProposalCommandInput,
|
|
225
215
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +223,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
233
223
|
options: __HttpHandlerOptions,
|
|
234
224
|
cb: (err: any, data?: GetProposalCommandOutput) => void
|
|
235
225
|
): void;
|
|
236
|
-
|
|
237
226
|
listInvitations(
|
|
238
227
|
args: ListInvitationsCommandInput,
|
|
239
228
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +236,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
247
236
|
options: __HttpHandlerOptions,
|
|
248
237
|
cb: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
249
238
|
): void;
|
|
250
|
-
|
|
251
239
|
listMembers(
|
|
252
240
|
args: ListMembersCommandInput,
|
|
253
241
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +249,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
261
249
|
options: __HttpHandlerOptions,
|
|
262
250
|
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
263
251
|
): void;
|
|
264
|
-
|
|
265
252
|
listNetworks(
|
|
266
253
|
args: ListNetworksCommandInput,
|
|
267
254
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +262,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
275
262
|
options: __HttpHandlerOptions,
|
|
276
263
|
cb: (err: any, data?: ListNetworksCommandOutput) => void
|
|
277
264
|
): void;
|
|
278
|
-
|
|
279
265
|
listNodes(
|
|
280
266
|
args: ListNodesCommandInput,
|
|
281
267
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +275,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
289
275
|
options: __HttpHandlerOptions,
|
|
290
276
|
cb: (err: any, data?: ListNodesCommandOutput) => void
|
|
291
277
|
): void;
|
|
292
|
-
|
|
293
278
|
listProposals(
|
|
294
279
|
args: ListProposalsCommandInput,
|
|
295
280
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +288,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
303
288
|
options: __HttpHandlerOptions,
|
|
304
289
|
cb: (err: any, data?: ListProposalsCommandOutput) => void
|
|
305
290
|
): void;
|
|
306
|
-
|
|
307
291
|
listProposalVotes(
|
|
308
292
|
args: ListProposalVotesCommandInput,
|
|
309
293
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +301,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
317
301
|
options: __HttpHandlerOptions,
|
|
318
302
|
cb: (err: any, data?: ListProposalVotesCommandOutput) => void
|
|
319
303
|
): void;
|
|
320
|
-
|
|
321
304
|
listTagsForResource(
|
|
322
305
|
args: ListTagsForResourceCommandInput,
|
|
323
306
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +314,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
331
314
|
options: __HttpHandlerOptions,
|
|
332
315
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
333
316
|
): void;
|
|
334
|
-
|
|
335
317
|
rejectInvitation(
|
|
336
318
|
args: RejectInvitationCommandInput,
|
|
337
319
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +327,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
345
327
|
options: __HttpHandlerOptions,
|
|
346
328
|
cb: (err: any, data?: RejectInvitationCommandOutput) => void
|
|
347
329
|
): void;
|
|
348
|
-
|
|
349
330
|
tagResource(
|
|
350
331
|
args: TagResourceCommandInput,
|
|
351
332
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +340,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
359
340
|
options: __HttpHandlerOptions,
|
|
360
341
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
361
342
|
): void;
|
|
362
|
-
|
|
363
343
|
untagResource(
|
|
364
344
|
args: UntagResourceCommandInput,
|
|
365
345
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +353,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
373
353
|
options: __HttpHandlerOptions,
|
|
374
354
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
375
355
|
): void;
|
|
376
|
-
|
|
377
356
|
updateMember(
|
|
378
357
|
args: UpdateMemberCommandInput,
|
|
379
358
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +366,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
387
366
|
options: __HttpHandlerOptions,
|
|
388
367
|
cb: (err: any, data?: UpdateMemberCommandOutput) => void
|
|
389
368
|
): void;
|
|
390
|
-
|
|
391
369
|
updateNode(
|
|
392
370
|
args: UpdateNodeCommandInput,
|
|
393
371
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +379,6 @@ export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
|
401
379
|
options: __HttpHandlerOptions,
|
|
402
380
|
cb: (err: any, data?: UpdateNodeCommandOutput) => void
|
|
403
381
|
): void;
|
|
404
|
-
|
|
405
382
|
voteOnProposal(
|
|
406
383
|
args: VoteOnProposalCommandInput,
|
|
407
384
|
options?: __HttpHandlerOptions
|
|
@@ -185,47 +185,26 @@ export declare type ServiceOutputTypes =
|
|
|
185
185
|
export interface ClientDefaults
|
|
186
186
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
187
187
|
requestHandler?: __HttpHandler;
|
|
188
|
-
|
|
189
188
|
sha256?: __HashConstructor;
|
|
190
|
-
|
|
191
189
|
urlParser?: __UrlParser;
|
|
192
|
-
|
|
193
190
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
194
|
-
|
|
195
191
|
streamCollector?: __StreamCollector;
|
|
196
|
-
|
|
197
192
|
base64Decoder?: __Decoder;
|
|
198
|
-
|
|
199
193
|
base64Encoder?: __Encoder;
|
|
200
|
-
|
|
201
194
|
utf8Decoder?: __Decoder;
|
|
202
|
-
|
|
203
195
|
utf8Encoder?: __Encoder;
|
|
204
|
-
|
|
205
196
|
runtime?: string;
|
|
206
|
-
|
|
207
197
|
disableHostPrefix?: boolean;
|
|
208
|
-
|
|
209
198
|
maxAttempts?: number | __Provider<number>;
|
|
210
|
-
|
|
211
199
|
retryMode?: string | __Provider<string>;
|
|
212
|
-
|
|
213
200
|
logger?: __Logger;
|
|
214
|
-
|
|
215
201
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
-
|
|
217
202
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
218
|
-
|
|
219
203
|
serviceId?: string;
|
|
220
|
-
|
|
221
204
|
region?: string | __Provider<string>;
|
|
222
|
-
|
|
223
205
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
-
|
|
225
206
|
regionInfoProvider?: RegionInfoProvider;
|
|
226
|
-
|
|
227
207
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
228
|
-
|
|
229
208
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
230
209
|
}
|
|
231
210
|
declare type ManagedBlockchainClientConfigType = Partial<
|
|
@@ -238,7 +217,6 @@ declare type ManagedBlockchainClientConfigType = Partial<
|
|
|
238
217
|
HostHeaderInputConfig &
|
|
239
218
|
AwsAuthInputConfig &
|
|
240
219
|
UserAgentInputConfig;
|
|
241
|
-
|
|
242
220
|
export interface ManagedBlockchainClientConfig
|
|
243
221
|
extends ManagedBlockchainClientConfigType {}
|
|
244
222
|
declare type ManagedBlockchainClientResolvedConfigType =
|
|
@@ -250,10 +228,8 @@ declare type ManagedBlockchainClientResolvedConfigType =
|
|
|
250
228
|
HostHeaderResolvedConfig &
|
|
251
229
|
AwsAuthResolvedConfig &
|
|
252
230
|
UserAgentResolvedConfig;
|
|
253
|
-
|
|
254
231
|
export interface ManagedBlockchainClientResolvedConfig
|
|
255
232
|
extends ManagedBlockchainClientResolvedConfigType {}
|
|
256
|
-
|
|
257
233
|
export declare class ManagedBlockchainClient extends __Client<
|
|
258
234
|
__HttpHandlerOptions,
|
|
259
235
|
ServiceInputTypes,
|
|
@@ -262,7 +238,6 @@ export declare class ManagedBlockchainClient extends __Client<
|
|
|
262
238
|
> {
|
|
263
239
|
readonly config: ManagedBlockchainClientResolvedConfig;
|
|
264
240
|
constructor(configuration: ManagedBlockchainClientConfig);
|
|
265
|
-
|
|
266
241
|
destroy(): void;
|
|
267
242
|
}
|
|
268
243
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CreateMemberCommandInput extends CreateMemberInput {}
|
|
|
15
15
|
export interface CreateMemberCommandOutput
|
|
16
16
|
extends CreateMemberOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateMemberCommand extends $Command<
|
|
20
19
|
CreateMemberCommandInput,
|
|
21
20
|
CreateMemberCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateMemberCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateMemberCommandInput;
|
|
25
24
|
constructor(input: CreateMemberCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateNetworkCommandInput extends CreateNetworkInput {}
|
|
|
15
15
|
export interface CreateNetworkCommandOutput
|
|
16
16
|
extends CreateNetworkOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateNetworkCommand extends $Command<
|
|
20
19
|
CreateNetworkCommandInput,
|
|
21
20
|
CreateNetworkCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateNetworkCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateNetworkCommandInput;
|
|
25
24
|
constructor(input: CreateNetworkCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateNodeCommandInput extends CreateNodeInput {}
|
|
|
15
15
|
export interface CreateNodeCommandOutput
|
|
16
16
|
extends CreateNodeOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateNodeCommand extends $Command<
|
|
20
19
|
CreateNodeCommandInput,
|
|
21
20
|
CreateNodeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateNodeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateNodeCommandInput;
|
|
25
24
|
constructor(input: CreateNodeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateProposalCommandInput extends CreateProposalInput {}
|
|
|
15
15
|
export interface CreateProposalCommandOutput
|
|
16
16
|
extends CreateProposalOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateProposalCommand extends $Command<
|
|
20
19
|
CreateProposalCommandInput,
|
|
21
20
|
CreateProposalCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateProposalCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateProposalCommandInput;
|
|
25
24
|
constructor(input: CreateProposalCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteMemberCommandInput extends DeleteMemberInput {}
|
|
|
15
15
|
export interface DeleteMemberCommandOutput
|
|
16
16
|
extends DeleteMemberOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteMemberCommand extends $Command<
|
|
20
19
|
DeleteMemberCommandInput,
|
|
21
20
|
DeleteMemberCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteMemberCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteMemberCommandInput;
|
|
25
24
|
constructor(input: DeleteMemberCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteNodeCommandInput extends DeleteNodeInput {}
|
|
|
15
15
|
export interface DeleteNodeCommandOutput
|
|
16
16
|
extends DeleteNodeOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteNodeCommand extends $Command<
|
|
20
19
|
DeleteNodeCommandInput,
|
|
21
20
|
DeleteNodeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteNodeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteNodeCommandInput;
|
|
25
24
|
constructor(input: DeleteNodeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetMemberCommandInput extends GetMemberInput {}
|
|
|
15
15
|
export interface GetMemberCommandOutput
|
|
16
16
|
extends GetMemberOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetMemberCommand extends $Command<
|
|
20
19
|
GetMemberCommandInput,
|
|
21
20
|
GetMemberCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetMemberCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetMemberCommandInput;
|
|
25
24
|
constructor(input: GetMemberCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetNetworkCommandInput extends GetNetworkInput {}
|
|
|
15
15
|
export interface GetNetworkCommandOutput
|
|
16
16
|
extends GetNetworkOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetNetworkCommand extends $Command<
|
|
20
19
|
GetNetworkCommandInput,
|
|
21
20
|
GetNetworkCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetNetworkCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetNetworkCommandInput;
|
|
25
24
|
constructor(input: GetNetworkCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { GetNodeInput, GetNodeOutput } from "../models/models_0";
|
|
14
14
|
export interface GetNodeCommandInput extends GetNodeInput {}
|
|
15
15
|
export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetNodeCommand extends $Command<
|
|
18
17
|
GetNodeCommandInput,
|
|
19
18
|
GetNodeCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetNodeCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetNodeCommandInput;
|
|
23
22
|
constructor(input: GetNodeCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetProposalCommandInput extends GetProposalInput {}
|
|
|
15
15
|
export interface GetProposalCommandOutput
|
|
16
16
|
extends GetProposalOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetProposalCommand extends $Command<
|
|
20
19
|
GetProposalCommandInput,
|
|
21
20
|
GetProposalCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetProposalCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetProposalCommandInput;
|
|
25
24
|
constructor(input: GetProposalCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListInvitationsCommandInput extends ListInvitationsInput {}
|
|
|
18
18
|
export interface ListInvitationsCommandOutput
|
|
19
19
|
extends ListInvitationsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListInvitationsCommand extends $Command<
|
|
23
22
|
ListInvitationsCommandInput,
|
|
24
23
|
ListInvitationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListInvitationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListInvitationsCommandInput;
|
|
28
27
|
constructor(input: ListInvitationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListMembersCommandInput extends ListMembersInput {}
|
|
|
15
15
|
export interface ListMembersCommandOutput
|
|
16
16
|
extends ListMembersOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListMembersCommand extends $Command<
|
|
20
19
|
ListMembersCommandInput,
|
|
21
20
|
ListMembersCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListMembersCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListMembersCommandInput;
|
|
25
24
|
constructor(input: ListMembersCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListNetworksCommandInput extends ListNetworksInput {}
|
|
|
15
15
|
export interface ListNetworksCommandOutput
|
|
16
16
|
extends ListNetworksOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListNetworksCommand extends $Command<
|
|
20
19
|
ListNetworksCommandInput,
|
|
21
20
|
ListNetworksCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListNetworksCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListNetworksCommandInput;
|
|
25
24
|
constructor(input: ListNetworksCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListNodesCommandInput extends ListNodesInput {}
|
|
|
15
15
|
export interface ListNodesCommandOutput
|
|
16
16
|
extends ListNodesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListNodesCommand extends $Command<
|
|
20
19
|
ListNodesCommandInput,
|
|
21
20
|
ListNodesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListNodesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListNodesCommandInput;
|
|
25
24
|
constructor(input: ListNodesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListProposalVotesCommandInput extends ListProposalVotesInput {}
|
|
|
18
18
|
export interface ListProposalVotesCommandOutput
|
|
19
19
|
extends ListProposalVotesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListProposalVotesCommand extends $Command<
|
|
23
22
|
ListProposalVotesCommandInput,
|
|
24
23
|
ListProposalVotesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListProposalVotesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListProposalVotesCommandInput;
|
|
28
27
|
constructor(input: ListProposalVotesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListProposalsCommandInput extends ListProposalsInput {}
|
|
|
15
15
|
export interface ListProposalsCommandOutput
|
|
16
16
|
extends ListProposalsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListProposalsCommand extends $Command<
|
|
20
19
|
ListProposalsCommandInput,
|
|
21
20
|
ListProposalsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListProposalsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListProposalsCommandInput;
|
|
25
24
|
constructor(input: ListProposalsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface RejectInvitationCommandInput extends RejectInvitationInput {}
|
|
|
18
18
|
export interface RejectInvitationCommandOutput
|
|
19
19
|
extends RejectInvitationOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class RejectInvitationCommand extends $Command<
|
|
23
22
|
RejectInvitationCommandInput,
|
|
24
23
|
RejectInvitationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class RejectInvitationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: RejectInvitationCommandInput;
|
|
28
27
|
constructor(input: RejectInvitationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateMemberCommandInput extends UpdateMemberInput {}
|
|
|
15
15
|
export interface UpdateMemberCommandOutput
|
|
16
16
|
extends UpdateMemberOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateMemberCommand extends $Command<
|
|
20
19
|
UpdateMemberCommandInput,
|
|
21
20
|
UpdateMemberCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateMemberCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateMemberCommandInput;
|
|
25
24
|
constructor(input: UpdateMemberCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateNodeCommandInput extends UpdateNodeInput {}
|
|
|
15
15
|
export interface UpdateNodeCommandOutput
|
|
16
16
|
extends UpdateNodeOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateNodeCommand extends $Command<
|
|
20
19
|
UpdateNodeCommandInput,
|
|
21
20
|
UpdateNodeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateNodeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateNodeCommandInput;
|
|
25
24
|
constructor(input: UpdateNodeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface VoteOnProposalCommandInput extends VoteOnProposalInput {}
|
|
|
15
15
|
export interface VoteOnProposalCommandOutput
|
|
16
16
|
extends VoteOnProposalOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class VoteOnProposalCommand extends $Command<
|
|
20
19
|
VoteOnProposalCommandInput,
|
|
21
20
|
VoteOnProposalCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class VoteOnProposalCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: VoteOnProposalCommandInput;
|
|
25
24
|
constructor(input: VoteOnProposalCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ManagedBlockchainClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ManagedBlockchainServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|