@aws-sdk/client-managedblockchain 3.306.0 → 3.310.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/commands/CreateAccessorCommand.js +2 -2
- package/dist-cjs/commands/CreateMemberCommand.js +2 -2
- package/dist-cjs/commands/CreateNetworkCommand.js +2 -2
- package/dist-cjs/commands/CreateNodeCommand.js +2 -2
- package/dist-cjs/commands/CreateProposalCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessorCommand.js +2 -2
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
- package/dist-cjs/commands/DeleteNodeCommand.js +2 -2
- package/dist-cjs/commands/GetAccessorCommand.js +2 -2
- package/dist-cjs/commands/GetMemberCommand.js +2 -2
- package/dist-cjs/commands/GetNetworkCommand.js +2 -2
- package/dist-cjs/commands/GetNodeCommand.js +2 -2
- package/dist-cjs/commands/GetProposalCommand.js +2 -2
- package/dist-cjs/commands/ListAccessorsCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListNetworksCommand.js +2 -2
- package/dist-cjs/commands/ListNodesCommand.js +2 -2
- package/dist-cjs/commands/ListProposalVotesCommand.js +2 -2
- package/dist-cjs/commands/ListProposalsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RejectInvitationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateMemberCommand.js +2 -2
- package/dist-cjs/commands/UpdateNodeCommand.js +2 -2
- package/dist-cjs/commands/VoteOnProposalCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +461 -481
- package/dist-es/commands/CreateAccessorCommand.js +3 -3
- package/dist-es/commands/CreateMemberCommand.js +3 -3
- package/dist-es/commands/CreateNetworkCommand.js +3 -3
- package/dist-es/commands/CreateNodeCommand.js +3 -3
- package/dist-es/commands/CreateProposalCommand.js +3 -3
- package/dist-es/commands/DeleteAccessorCommand.js +3 -3
- package/dist-es/commands/DeleteMemberCommand.js +3 -3
- package/dist-es/commands/DeleteNodeCommand.js +3 -3
- package/dist-es/commands/GetAccessorCommand.js +3 -3
- package/dist-es/commands/GetMemberCommand.js +3 -3
- package/dist-es/commands/GetNetworkCommand.js +3 -3
- package/dist-es/commands/GetNodeCommand.js +3 -3
- package/dist-es/commands/GetProposalCommand.js +3 -3
- package/dist-es/commands/ListAccessorsCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListNetworksCommand.js +3 -3
- package/dist-es/commands/ListNodesCommand.js +3 -3
- package/dist-es/commands/ListProposalVotesCommand.js +3 -3
- package/dist-es/commands/ListProposalsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RejectInvitationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateMemberCommand.js +3 -3
- package/dist-es/commands/UpdateNodeCommand.js +3 -3
- package/dist-es/commands/VoteOnProposalCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +405 -425
- package/dist-types/protocols/Aws_restJson1.d.ts +216 -54
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +54 -54
- package/package.json +35 -35
|
@@ -27,57 +27,219 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
|
|
|
27
27
|
import { UpdateMemberCommandInput, UpdateMemberCommandOutput } from "../commands/UpdateMemberCommand";
|
|
28
28
|
import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "../commands/UpdateNodeCommand";
|
|
29
29
|
import { VoteOnProposalCommandInput, VoteOnProposalCommandOutput } from "../commands/VoteOnProposalCommand";
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export declare const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare const
|
|
82
|
-
|
|
83
|
-
|
|
30
|
+
/**
|
|
31
|
+
* serializeAws_restJson1CreateAccessorCommand
|
|
32
|
+
*/
|
|
33
|
+
export declare const se_CreateAccessorCommand: (input: CreateAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
+
/**
|
|
35
|
+
* serializeAws_restJson1CreateMemberCommand
|
|
36
|
+
*/
|
|
37
|
+
export declare const se_CreateMemberCommand: (input: CreateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_restJson1CreateNetworkCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_CreateNetworkCommand: (input: CreateNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_restJson1CreateNodeCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_CreateNodeCommand: (input: CreateNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_restJson1CreateProposalCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_CreateProposalCommand: (input: CreateProposalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_restJson1DeleteAccessorCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_DeleteAccessorCommand: (input: DeleteAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_restJson1DeleteMemberCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_DeleteMemberCommand: (input: DeleteMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_restJson1DeleteNodeCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_DeleteNodeCommand: (input: DeleteNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_restJson1GetAccessorCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_GetAccessorCommand: (input: GetAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_restJson1GetMemberCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_restJson1GetNetworkCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_GetNetworkCommand: (input: GetNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_restJson1GetNodeCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_GetNodeCommand: (input: GetNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_restJson1GetProposalCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_GetProposalCommand: (input: GetProposalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_restJson1ListAccessorsCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_ListAccessorsCommand: (input: ListAccessorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1ListInvitationsCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_restJson1ListMembersCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_restJson1ListNetworksCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_ListNetworksCommand: (input: ListNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_restJson1ListNodesCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_ListNodesCommand: (input: ListNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_restJson1ListProposalsCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_ListProposalsCommand: (input: ListProposalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_restJson1ListProposalVotesCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_ListProposalVotesCommand: (input: ListProposalVotesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_restJson1RejectInvitationCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_RejectInvitationCommand: (input: RejectInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_restJson1TagResourceCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_restJson1UpdateMemberCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_UpdateMemberCommand: (input: UpdateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_restJson1UpdateNodeCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_UpdateNodeCommand: (input: UpdateNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_restJson1VoteOnProposalCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_VoteOnProposalCommand: (input: VoteOnProposalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* deserializeAws_restJson1CreateAccessorCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const de_CreateAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessorCommandOutput>;
|
|
142
|
+
/**
|
|
143
|
+
* deserializeAws_restJson1CreateMemberCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const de_CreateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMemberCommandOutput>;
|
|
146
|
+
/**
|
|
147
|
+
* deserializeAws_restJson1CreateNetworkCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const de_CreateNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkCommandOutput>;
|
|
150
|
+
/**
|
|
151
|
+
* deserializeAws_restJson1CreateNodeCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const de_CreateNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNodeCommandOutput>;
|
|
154
|
+
/**
|
|
155
|
+
* deserializeAws_restJson1CreateProposalCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const de_CreateProposalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProposalCommandOutput>;
|
|
158
|
+
/**
|
|
159
|
+
* deserializeAws_restJson1DeleteAccessorCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const de_DeleteAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessorCommandOutput>;
|
|
162
|
+
/**
|
|
163
|
+
* deserializeAws_restJson1DeleteMemberCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const de_DeleteMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMemberCommandOutput>;
|
|
166
|
+
/**
|
|
167
|
+
* deserializeAws_restJson1DeleteNodeCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const de_DeleteNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNodeCommandOutput>;
|
|
170
|
+
/**
|
|
171
|
+
* deserializeAws_restJson1GetAccessorCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const de_GetAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessorCommandOutput>;
|
|
174
|
+
/**
|
|
175
|
+
* deserializeAws_restJson1GetMemberCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const de_GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
|
|
178
|
+
/**
|
|
179
|
+
* deserializeAws_restJson1GetNetworkCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const de_GetNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkCommandOutput>;
|
|
182
|
+
/**
|
|
183
|
+
* deserializeAws_restJson1GetNodeCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const de_GetNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNodeCommandOutput>;
|
|
186
|
+
/**
|
|
187
|
+
* deserializeAws_restJson1GetProposalCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const de_GetProposalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProposalCommandOutput>;
|
|
190
|
+
/**
|
|
191
|
+
* deserializeAws_restJson1ListAccessorsCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const de_ListAccessorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessorsCommandOutput>;
|
|
194
|
+
/**
|
|
195
|
+
* deserializeAws_restJson1ListInvitationsCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const de_ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
|
|
198
|
+
/**
|
|
199
|
+
* deserializeAws_restJson1ListMembersCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const de_ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
|
|
202
|
+
/**
|
|
203
|
+
* deserializeAws_restJson1ListNetworksCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const de_ListNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworksCommandOutput>;
|
|
206
|
+
/**
|
|
207
|
+
* deserializeAws_restJson1ListNodesCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const de_ListNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodesCommandOutput>;
|
|
210
|
+
/**
|
|
211
|
+
* deserializeAws_restJson1ListProposalsCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const de_ListProposalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProposalsCommandOutput>;
|
|
214
|
+
/**
|
|
215
|
+
* deserializeAws_restJson1ListProposalVotesCommand
|
|
216
|
+
*/
|
|
217
|
+
export declare const de_ListProposalVotesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProposalVotesCommandOutput>;
|
|
218
|
+
/**
|
|
219
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
222
|
+
/**
|
|
223
|
+
* deserializeAws_restJson1RejectInvitationCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const de_RejectInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInvitationCommandOutput>;
|
|
226
|
+
/**
|
|
227
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
230
|
+
/**
|
|
231
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
234
|
+
/**
|
|
235
|
+
* deserializeAws_restJson1UpdateMemberCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const de_UpdateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemberCommandOutput>;
|
|
238
|
+
/**
|
|
239
|
+
* deserializeAws_restJson1UpdateNodeCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const de_UpdateNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodeCommandOutput>;
|
|
242
|
+
/**
|
|
243
|
+
* deserializeAws_restJson1VoteOnProposalCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const de_VoteOnProposalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VoteOnProposalCommandOutput>;
|
|
@@ -111,219 +111,219 @@ import {
|
|
|
111
111
|
VoteOnProposalCommandInput,
|
|
112
112
|
VoteOnProposalCommandOutput,
|
|
113
113
|
} from "../commands/VoteOnProposalCommand";
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_CreateAccessorCommand: (
|
|
115
115
|
input: CreateAccessorCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_CreateMemberCommand: (
|
|
119
119
|
input: CreateMemberCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_CreateNetworkCommand: (
|
|
123
123
|
input: CreateNetworkCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_CreateNodeCommand: (
|
|
127
127
|
input: CreateNodeCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_CreateProposalCommand: (
|
|
131
131
|
input: CreateProposalCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DeleteAccessorCommand: (
|
|
135
135
|
input: DeleteAccessorCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DeleteMemberCommand: (
|
|
139
139
|
input: DeleteMemberCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DeleteNodeCommand: (
|
|
143
143
|
input: DeleteNodeCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_GetAccessorCommand: (
|
|
147
147
|
input: GetAccessorCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_GetMemberCommand: (
|
|
151
151
|
input: GetMemberCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_GetNetworkCommand: (
|
|
155
155
|
input: GetNetworkCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_GetNodeCommand: (
|
|
159
159
|
input: GetNodeCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_GetProposalCommand: (
|
|
163
163
|
input: GetProposalCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_ListAccessorsCommand: (
|
|
167
167
|
input: ListAccessorsCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_ListInvitationsCommand: (
|
|
171
171
|
input: ListInvitationsCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_ListMembersCommand: (
|
|
175
175
|
input: ListMembersCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_ListNetworksCommand: (
|
|
179
179
|
input: ListNetworksCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_ListNodesCommand: (
|
|
183
183
|
input: ListNodesCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_ListProposalsCommand: (
|
|
187
187
|
input: ListProposalsCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_ListProposalVotesCommand: (
|
|
191
191
|
input: ListProposalVotesCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
195
195
|
input: ListTagsForResourceCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_RejectInvitationCommand: (
|
|
199
199
|
input: RejectInvitationCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_TagResourceCommand: (
|
|
203
203
|
input: TagResourceCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_UntagResourceCommand: (
|
|
207
207
|
input: UntagResourceCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_UpdateMemberCommand: (
|
|
211
211
|
input: UpdateMemberCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_UpdateNodeCommand: (
|
|
215
215
|
input: UpdateNodeCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_VoteOnProposalCommand: (
|
|
219
219
|
input: VoteOnProposalCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_CreateAccessorCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<CreateAccessorCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_CreateMemberCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<CreateMemberCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_CreateNetworkCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<CreateNetworkCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_CreateNodeCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<CreateNodeCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_CreateProposalCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<CreateProposalCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_DeleteAccessorCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<DeleteAccessorCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_DeleteMemberCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<DeleteMemberCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_DeleteNodeCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<DeleteNodeCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_GetAccessorCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<GetAccessorCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_GetMemberCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<GetMemberCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_GetNetworkCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<GetNetworkCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_GetNodeCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<GetNodeCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_GetProposalCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<GetProposalCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_ListAccessorsCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<ListAccessorsCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_ListInvitationsCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<ListInvitationsCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_ListMembersCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<ListMembersCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_ListNetworksCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<ListNetworksCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_ListNodesCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<ListNodesCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_ListProposalsCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<ListProposalsCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_ListProposalVotesCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<ListProposalVotesCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_RejectInvitationCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<RejectInvitationCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_TagResourceCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<TagResourceCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_UntagResourceCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<UntagResourceCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_UpdateMemberCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<UpdateMemberCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_UpdateNodeCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<UpdateNodeCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_VoteOnProposalCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<VoteOnProposalCommandOutput>;
|