@aws-sdk/client-managedblockchain 3.169.0 → 3.170.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 +418 -120
- package/dist-types/ts3.4/ManagedBlockchainClient.d.ts +268 -96
- package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ManagedBlockchainServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1049 -970
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProposalVotesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProposalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +281 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-managedblockchain
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-managedblockchain
|
|
@@ -1,120 +1,418 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateMemberCommandInput,
|
|
4
|
+
CreateMemberCommandOutput,
|
|
5
|
+
} from "./commands/CreateMemberCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateNetworkCommandInput,
|
|
8
|
+
CreateNetworkCommandOutput,
|
|
9
|
+
} from "./commands/CreateNetworkCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateNodeCommandInput,
|
|
12
|
+
CreateNodeCommandOutput,
|
|
13
|
+
} from "./commands/CreateNodeCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateProposalCommandInput,
|
|
16
|
+
CreateProposalCommandOutput,
|
|
17
|
+
} from "./commands/CreateProposalCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteMemberCommandInput,
|
|
20
|
+
DeleteMemberCommandOutput,
|
|
21
|
+
} from "./commands/DeleteMemberCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteNodeCommandInput,
|
|
24
|
+
DeleteNodeCommandOutput,
|
|
25
|
+
} from "./commands/DeleteNodeCommand";
|
|
26
|
+
import {
|
|
27
|
+
GetMemberCommandInput,
|
|
28
|
+
GetMemberCommandOutput,
|
|
29
|
+
} from "./commands/GetMemberCommand";
|
|
30
|
+
import {
|
|
31
|
+
GetNetworkCommandInput,
|
|
32
|
+
GetNetworkCommandOutput,
|
|
33
|
+
} from "./commands/GetNetworkCommand";
|
|
34
|
+
import {
|
|
35
|
+
GetNodeCommandInput,
|
|
36
|
+
GetNodeCommandOutput,
|
|
37
|
+
} from "./commands/GetNodeCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetProposalCommandInput,
|
|
40
|
+
GetProposalCommandOutput,
|
|
41
|
+
} from "./commands/GetProposalCommand";
|
|
42
|
+
import {
|
|
43
|
+
ListInvitationsCommandInput,
|
|
44
|
+
ListInvitationsCommandOutput,
|
|
45
|
+
} from "./commands/ListInvitationsCommand";
|
|
46
|
+
import {
|
|
47
|
+
ListMembersCommandInput,
|
|
48
|
+
ListMembersCommandOutput,
|
|
49
|
+
} from "./commands/ListMembersCommand";
|
|
50
|
+
import {
|
|
51
|
+
ListNetworksCommandInput,
|
|
52
|
+
ListNetworksCommandOutput,
|
|
53
|
+
} from "./commands/ListNetworksCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListNodesCommandInput,
|
|
56
|
+
ListNodesCommandOutput,
|
|
57
|
+
} from "./commands/ListNodesCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListProposalsCommandInput,
|
|
60
|
+
ListProposalsCommandOutput,
|
|
61
|
+
} from "./commands/ListProposalsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListProposalVotesCommandInput,
|
|
64
|
+
ListProposalVotesCommandOutput,
|
|
65
|
+
} from "./commands/ListProposalVotesCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListTagsForResourceCommandInput,
|
|
68
|
+
ListTagsForResourceCommandOutput,
|
|
69
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
70
|
+
import {
|
|
71
|
+
RejectInvitationCommandInput,
|
|
72
|
+
RejectInvitationCommandOutput,
|
|
73
|
+
} from "./commands/RejectInvitationCommand";
|
|
74
|
+
import {
|
|
75
|
+
TagResourceCommandInput,
|
|
76
|
+
TagResourceCommandOutput,
|
|
77
|
+
} from "./commands/TagResourceCommand";
|
|
78
|
+
import {
|
|
79
|
+
UntagResourceCommandInput,
|
|
80
|
+
UntagResourceCommandOutput,
|
|
81
|
+
} from "./commands/UntagResourceCommand";
|
|
82
|
+
import {
|
|
83
|
+
UpdateMemberCommandInput,
|
|
84
|
+
UpdateMemberCommandOutput,
|
|
85
|
+
} from "./commands/UpdateMemberCommand";
|
|
86
|
+
import {
|
|
87
|
+
UpdateNodeCommandInput,
|
|
88
|
+
UpdateNodeCommandOutput,
|
|
89
|
+
} from "./commands/UpdateNodeCommand";
|
|
90
|
+
import {
|
|
91
|
+
VoteOnProposalCommandInput,
|
|
92
|
+
VoteOnProposalCommandOutput,
|
|
93
|
+
} from "./commands/VoteOnProposalCommand";
|
|
94
|
+
import { ManagedBlockchainClient } from "./ManagedBlockchainClient";
|
|
95
|
+
|
|
96
|
+
export declare class ManagedBlockchain extends ManagedBlockchainClient {
|
|
97
|
+
createMember(
|
|
98
|
+
args: CreateMemberCommandInput,
|
|
99
|
+
options?: __HttpHandlerOptions
|
|
100
|
+
): Promise<CreateMemberCommandOutput>;
|
|
101
|
+
createMember(
|
|
102
|
+
args: CreateMemberCommandInput,
|
|
103
|
+
cb: (err: any, data?: CreateMemberCommandOutput) => void
|
|
104
|
+
): void;
|
|
105
|
+
createMember(
|
|
106
|
+
args: CreateMemberCommandInput,
|
|
107
|
+
options: __HttpHandlerOptions,
|
|
108
|
+
cb: (err: any, data?: CreateMemberCommandOutput) => void
|
|
109
|
+
): void;
|
|
110
|
+
|
|
111
|
+
createNetwork(
|
|
112
|
+
args: CreateNetworkCommandInput,
|
|
113
|
+
options?: __HttpHandlerOptions
|
|
114
|
+
): Promise<CreateNetworkCommandOutput>;
|
|
115
|
+
createNetwork(
|
|
116
|
+
args: CreateNetworkCommandInput,
|
|
117
|
+
cb: (err: any, data?: CreateNetworkCommandOutput) => void
|
|
118
|
+
): void;
|
|
119
|
+
createNetwork(
|
|
120
|
+
args: CreateNetworkCommandInput,
|
|
121
|
+
options: __HttpHandlerOptions,
|
|
122
|
+
cb: (err: any, data?: CreateNetworkCommandOutput) => void
|
|
123
|
+
): void;
|
|
124
|
+
|
|
125
|
+
createNode(
|
|
126
|
+
args: CreateNodeCommandInput,
|
|
127
|
+
options?: __HttpHandlerOptions
|
|
128
|
+
): Promise<CreateNodeCommandOutput>;
|
|
129
|
+
createNode(
|
|
130
|
+
args: CreateNodeCommandInput,
|
|
131
|
+
cb: (err: any, data?: CreateNodeCommandOutput) => void
|
|
132
|
+
): void;
|
|
133
|
+
createNode(
|
|
134
|
+
args: CreateNodeCommandInput,
|
|
135
|
+
options: __HttpHandlerOptions,
|
|
136
|
+
cb: (err: any, data?: CreateNodeCommandOutput) => void
|
|
137
|
+
): void;
|
|
138
|
+
|
|
139
|
+
createProposal(
|
|
140
|
+
args: CreateProposalCommandInput,
|
|
141
|
+
options?: __HttpHandlerOptions
|
|
142
|
+
): Promise<CreateProposalCommandOutput>;
|
|
143
|
+
createProposal(
|
|
144
|
+
args: CreateProposalCommandInput,
|
|
145
|
+
cb: (err: any, data?: CreateProposalCommandOutput) => void
|
|
146
|
+
): void;
|
|
147
|
+
createProposal(
|
|
148
|
+
args: CreateProposalCommandInput,
|
|
149
|
+
options: __HttpHandlerOptions,
|
|
150
|
+
cb: (err: any, data?: CreateProposalCommandOutput) => void
|
|
151
|
+
): void;
|
|
152
|
+
|
|
153
|
+
deleteMember(
|
|
154
|
+
args: DeleteMemberCommandInput,
|
|
155
|
+
options?: __HttpHandlerOptions
|
|
156
|
+
): Promise<DeleteMemberCommandOutput>;
|
|
157
|
+
deleteMember(
|
|
158
|
+
args: DeleteMemberCommandInput,
|
|
159
|
+
cb: (err: any, data?: DeleteMemberCommandOutput) => void
|
|
160
|
+
): void;
|
|
161
|
+
deleteMember(
|
|
162
|
+
args: DeleteMemberCommandInput,
|
|
163
|
+
options: __HttpHandlerOptions,
|
|
164
|
+
cb: (err: any, data?: DeleteMemberCommandOutput) => void
|
|
165
|
+
): void;
|
|
166
|
+
|
|
167
|
+
deleteNode(
|
|
168
|
+
args: DeleteNodeCommandInput,
|
|
169
|
+
options?: __HttpHandlerOptions
|
|
170
|
+
): Promise<DeleteNodeCommandOutput>;
|
|
171
|
+
deleteNode(
|
|
172
|
+
args: DeleteNodeCommandInput,
|
|
173
|
+
cb: (err: any, data?: DeleteNodeCommandOutput) => void
|
|
174
|
+
): void;
|
|
175
|
+
deleteNode(
|
|
176
|
+
args: DeleteNodeCommandInput,
|
|
177
|
+
options: __HttpHandlerOptions,
|
|
178
|
+
cb: (err: any, data?: DeleteNodeCommandOutput) => void
|
|
179
|
+
): void;
|
|
180
|
+
|
|
181
|
+
getMember(
|
|
182
|
+
args: GetMemberCommandInput,
|
|
183
|
+
options?: __HttpHandlerOptions
|
|
184
|
+
): Promise<GetMemberCommandOutput>;
|
|
185
|
+
getMember(
|
|
186
|
+
args: GetMemberCommandInput,
|
|
187
|
+
cb: (err: any, data?: GetMemberCommandOutput) => void
|
|
188
|
+
): void;
|
|
189
|
+
getMember(
|
|
190
|
+
args: GetMemberCommandInput,
|
|
191
|
+
options: __HttpHandlerOptions,
|
|
192
|
+
cb: (err: any, data?: GetMemberCommandOutput) => void
|
|
193
|
+
): void;
|
|
194
|
+
|
|
195
|
+
getNetwork(
|
|
196
|
+
args: GetNetworkCommandInput,
|
|
197
|
+
options?: __HttpHandlerOptions
|
|
198
|
+
): Promise<GetNetworkCommandOutput>;
|
|
199
|
+
getNetwork(
|
|
200
|
+
args: GetNetworkCommandInput,
|
|
201
|
+
cb: (err: any, data?: GetNetworkCommandOutput) => void
|
|
202
|
+
): void;
|
|
203
|
+
getNetwork(
|
|
204
|
+
args: GetNetworkCommandInput,
|
|
205
|
+
options: __HttpHandlerOptions,
|
|
206
|
+
cb: (err: any, data?: GetNetworkCommandOutput) => void
|
|
207
|
+
): void;
|
|
208
|
+
|
|
209
|
+
getNode(
|
|
210
|
+
args: GetNodeCommandInput,
|
|
211
|
+
options?: __HttpHandlerOptions
|
|
212
|
+
): Promise<GetNodeCommandOutput>;
|
|
213
|
+
getNode(
|
|
214
|
+
args: GetNodeCommandInput,
|
|
215
|
+
cb: (err: any, data?: GetNodeCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
getNode(
|
|
218
|
+
args: GetNodeCommandInput,
|
|
219
|
+
options: __HttpHandlerOptions,
|
|
220
|
+
cb: (err: any, data?: GetNodeCommandOutput) => void
|
|
221
|
+
): void;
|
|
222
|
+
|
|
223
|
+
getProposal(
|
|
224
|
+
args: GetProposalCommandInput,
|
|
225
|
+
options?: __HttpHandlerOptions
|
|
226
|
+
): Promise<GetProposalCommandOutput>;
|
|
227
|
+
getProposal(
|
|
228
|
+
args: GetProposalCommandInput,
|
|
229
|
+
cb: (err: any, data?: GetProposalCommandOutput) => void
|
|
230
|
+
): void;
|
|
231
|
+
getProposal(
|
|
232
|
+
args: GetProposalCommandInput,
|
|
233
|
+
options: __HttpHandlerOptions,
|
|
234
|
+
cb: (err: any, data?: GetProposalCommandOutput) => void
|
|
235
|
+
): void;
|
|
236
|
+
|
|
237
|
+
listInvitations(
|
|
238
|
+
args: ListInvitationsCommandInput,
|
|
239
|
+
options?: __HttpHandlerOptions
|
|
240
|
+
): Promise<ListInvitationsCommandOutput>;
|
|
241
|
+
listInvitations(
|
|
242
|
+
args: ListInvitationsCommandInput,
|
|
243
|
+
cb: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
244
|
+
): void;
|
|
245
|
+
listInvitations(
|
|
246
|
+
args: ListInvitationsCommandInput,
|
|
247
|
+
options: __HttpHandlerOptions,
|
|
248
|
+
cb: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
249
|
+
): void;
|
|
250
|
+
|
|
251
|
+
listMembers(
|
|
252
|
+
args: ListMembersCommandInput,
|
|
253
|
+
options?: __HttpHandlerOptions
|
|
254
|
+
): Promise<ListMembersCommandOutput>;
|
|
255
|
+
listMembers(
|
|
256
|
+
args: ListMembersCommandInput,
|
|
257
|
+
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
listMembers(
|
|
260
|
+
args: ListMembersCommandInput,
|
|
261
|
+
options: __HttpHandlerOptions,
|
|
262
|
+
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
|
|
265
|
+
listNetworks(
|
|
266
|
+
args: ListNetworksCommandInput,
|
|
267
|
+
options?: __HttpHandlerOptions
|
|
268
|
+
): Promise<ListNetworksCommandOutput>;
|
|
269
|
+
listNetworks(
|
|
270
|
+
args: ListNetworksCommandInput,
|
|
271
|
+
cb: (err: any, data?: ListNetworksCommandOutput) => void
|
|
272
|
+
): void;
|
|
273
|
+
listNetworks(
|
|
274
|
+
args: ListNetworksCommandInput,
|
|
275
|
+
options: __HttpHandlerOptions,
|
|
276
|
+
cb: (err: any, data?: ListNetworksCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
|
|
279
|
+
listNodes(
|
|
280
|
+
args: ListNodesCommandInput,
|
|
281
|
+
options?: __HttpHandlerOptions
|
|
282
|
+
): Promise<ListNodesCommandOutput>;
|
|
283
|
+
listNodes(
|
|
284
|
+
args: ListNodesCommandInput,
|
|
285
|
+
cb: (err: any, data?: ListNodesCommandOutput) => void
|
|
286
|
+
): void;
|
|
287
|
+
listNodes(
|
|
288
|
+
args: ListNodesCommandInput,
|
|
289
|
+
options: __HttpHandlerOptions,
|
|
290
|
+
cb: (err: any, data?: ListNodesCommandOutput) => void
|
|
291
|
+
): void;
|
|
292
|
+
|
|
293
|
+
listProposals(
|
|
294
|
+
args: ListProposalsCommandInput,
|
|
295
|
+
options?: __HttpHandlerOptions
|
|
296
|
+
): Promise<ListProposalsCommandOutput>;
|
|
297
|
+
listProposals(
|
|
298
|
+
args: ListProposalsCommandInput,
|
|
299
|
+
cb: (err: any, data?: ListProposalsCommandOutput) => void
|
|
300
|
+
): void;
|
|
301
|
+
listProposals(
|
|
302
|
+
args: ListProposalsCommandInput,
|
|
303
|
+
options: __HttpHandlerOptions,
|
|
304
|
+
cb: (err: any, data?: ListProposalsCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
|
|
307
|
+
listProposalVotes(
|
|
308
|
+
args: ListProposalVotesCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<ListProposalVotesCommandOutput>;
|
|
311
|
+
listProposalVotes(
|
|
312
|
+
args: ListProposalVotesCommandInput,
|
|
313
|
+
cb: (err: any, data?: ListProposalVotesCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
listProposalVotes(
|
|
316
|
+
args: ListProposalVotesCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: ListProposalVotesCommandOutput) => void
|
|
319
|
+
): void;
|
|
320
|
+
|
|
321
|
+
listTagsForResource(
|
|
322
|
+
args: ListTagsForResourceCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
325
|
+
listTagsForResource(
|
|
326
|
+
args: ListTagsForResourceCommandInput,
|
|
327
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
listTagsForResource(
|
|
330
|
+
args: ListTagsForResourceCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
|
|
335
|
+
rejectInvitation(
|
|
336
|
+
args: RejectInvitationCommandInput,
|
|
337
|
+
options?: __HttpHandlerOptions
|
|
338
|
+
): Promise<RejectInvitationCommandOutput>;
|
|
339
|
+
rejectInvitation(
|
|
340
|
+
args: RejectInvitationCommandInput,
|
|
341
|
+
cb: (err: any, data?: RejectInvitationCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
rejectInvitation(
|
|
344
|
+
args: RejectInvitationCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (err: any, data?: RejectInvitationCommandOutput) => void
|
|
347
|
+
): void;
|
|
348
|
+
|
|
349
|
+
tagResource(
|
|
350
|
+
args: TagResourceCommandInput,
|
|
351
|
+
options?: __HttpHandlerOptions
|
|
352
|
+
): Promise<TagResourceCommandOutput>;
|
|
353
|
+
tagResource(
|
|
354
|
+
args: TagResourceCommandInput,
|
|
355
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
356
|
+
): void;
|
|
357
|
+
tagResource(
|
|
358
|
+
args: TagResourceCommandInput,
|
|
359
|
+
options: __HttpHandlerOptions,
|
|
360
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
|
|
363
|
+
untagResource(
|
|
364
|
+
args: UntagResourceCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<UntagResourceCommandOutput>;
|
|
367
|
+
untagResource(
|
|
368
|
+
args: UntagResourceCommandInput,
|
|
369
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
untagResource(
|
|
372
|
+
args: UntagResourceCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
|
|
377
|
+
updateMember(
|
|
378
|
+
args: UpdateMemberCommandInput,
|
|
379
|
+
options?: __HttpHandlerOptions
|
|
380
|
+
): Promise<UpdateMemberCommandOutput>;
|
|
381
|
+
updateMember(
|
|
382
|
+
args: UpdateMemberCommandInput,
|
|
383
|
+
cb: (err: any, data?: UpdateMemberCommandOutput) => void
|
|
384
|
+
): void;
|
|
385
|
+
updateMember(
|
|
386
|
+
args: UpdateMemberCommandInput,
|
|
387
|
+
options: __HttpHandlerOptions,
|
|
388
|
+
cb: (err: any, data?: UpdateMemberCommandOutput) => void
|
|
389
|
+
): void;
|
|
390
|
+
|
|
391
|
+
updateNode(
|
|
392
|
+
args: UpdateNodeCommandInput,
|
|
393
|
+
options?: __HttpHandlerOptions
|
|
394
|
+
): Promise<UpdateNodeCommandOutput>;
|
|
395
|
+
updateNode(
|
|
396
|
+
args: UpdateNodeCommandInput,
|
|
397
|
+
cb: (err: any, data?: UpdateNodeCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
updateNode(
|
|
400
|
+
args: UpdateNodeCommandInput,
|
|
401
|
+
options: __HttpHandlerOptions,
|
|
402
|
+
cb: (err: any, data?: UpdateNodeCommandOutput) => void
|
|
403
|
+
): void;
|
|
404
|
+
|
|
405
|
+
voteOnProposal(
|
|
406
|
+
args: VoteOnProposalCommandInput,
|
|
407
|
+
options?: __HttpHandlerOptions
|
|
408
|
+
): Promise<VoteOnProposalCommandOutput>;
|
|
409
|
+
voteOnProposal(
|
|
410
|
+
args: VoteOnProposalCommandInput,
|
|
411
|
+
cb: (err: any, data?: VoteOnProposalCommandOutput) => void
|
|
412
|
+
): void;
|
|
413
|
+
voteOnProposal(
|
|
414
|
+
args: VoteOnProposalCommandInput,
|
|
415
|
+
options: __HttpHandlerOptions,
|
|
416
|
+
cb: (err: any, data?: VoteOnProposalCommandOutput) => void
|
|
417
|
+
): void;
|
|
418
|
+
}
|