aws-sdk-core 2.11.264 → 2.11.265

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f45505db57e05a6046d6a6d6f5a88d7982f56dd5
4
- data.tar.gz: d5e0f8cd8637461c308d583f128bbf42d4db1dc0
3
+ metadata.gz: d7817f2fd9270ec009cade411d2e8cb6859117c2
4
+ data.tar.gz: efc9397d13089b22e889b4e860601645784c481e
5
5
  SHA512:
6
- metadata.gz: 67b49d130e7865cf1a9668e770adae42d099ed496969d60e6137983d0ec226b6eee52eafa2551ccab8ca7bf51a7fe1f011449cf94ee5273512e0cf88d71cecf1
7
- data.tar.gz: 66486bffd7ba1272d309141a54afc2843c32a983e1a822c6e18b50edbe6a2ccfc776828981d22bc9681e0d0b8ca17f3b2cb688b104b525b1ffe1f54a7f2b591f
6
+ metadata.gz: b5ea0991d62c69cf2821355852d0b794801eba36f143ce676f6af9eba4bfc60d36bb4f90d34f9a034455fe5b4f9b6ef69f847b332ce581a63cc546a98e73c5aa
7
+ data.tar.gz: c2aec866c0dbe0795daa034d95e98c398120935504ff00824e6daff6b684662b704d373b4dd032d0dc013cec231ced8e7641c03dc43e4db32f73ebee0f52ad83
@@ -604,7 +604,8 @@
604
604
  "ActionContext":{
605
605
  "type":"structure",
606
606
  "members":{
607
- "name":{"shape":"ActionName"}
607
+ "name":{"shape":"ActionName"},
608
+ "actionExecutionId":{"shape":"ActionExecutionId"}
608
609
  }
609
610
  },
610
611
  "ActionDeclaration":{
@@ -1570,7 +1571,9 @@
1570
1571
  "members":{
1571
1572
  "pipelineName":{"shape":"PipelineName"},
1572
1573
  "stage":{"shape":"StageContext"},
1573
- "action":{"shape":"ActionContext"}
1574
+ "action":{"shape":"ActionContext"},
1575
+ "pipelineArn":{"shape":"PipelineArn"},
1576
+ "pipelineExecutionId":{"shape":"PipelineExecutionId"}
1574
1577
  }
1575
1578
  },
1576
1579
  "PipelineDeclaration":{
@@ -78,6 +78,19 @@
78
78
  {"shape":"DirectConnectClientException"}
79
79
  ]
80
80
  },
81
+ "AllocateTransitVirtualInterface":{
82
+ "name":"AllocateTransitVirtualInterface",
83
+ "http":{
84
+ "method":"POST",
85
+ "requestUri":"/"
86
+ },
87
+ "input":{"shape":"AllocateTransitVirtualInterfaceRequest"},
88
+ "output":{"shape":"AllocateTransitVirtualInterfaceResult"},
89
+ "errors":[
90
+ {"shape":"DirectConnectServerException"},
91
+ {"shape":"DirectConnectClientException"}
92
+ ]
93
+ },
81
94
  "AssociateConnectionWithLag":{
82
95
  "name":"AssociateConnectionWithLag",
83
96
  "http":{
@@ -156,6 +169,19 @@
156
169
  {"shape":"DirectConnectClientException"}
157
170
  ]
158
171
  },
172
+ "ConfirmTransitVirtualInterface":{
173
+ "name":"ConfirmTransitVirtualInterface",
174
+ "http":{
175
+ "method":"POST",
176
+ "requestUri":"/"
177
+ },
178
+ "input":{"shape":"ConfirmTransitVirtualInterfaceRequest"},
179
+ "output":{"shape":"ConfirmTransitVirtualInterfaceResponse"},
180
+ "errors":[
181
+ {"shape":"DirectConnectServerException"},
182
+ {"shape":"DirectConnectClientException"}
183
+ ]
184
+ },
159
185
  "CreateBGPPeer":{
160
186
  "name":"CreateBGPPeer",
161
187
  "http":{
@@ -273,6 +299,19 @@
273
299
  {"shape":"DirectConnectClientException"}
274
300
  ]
275
301
  },
302
+ "CreateTransitVirtualInterface":{
303
+ "name":"CreateTransitVirtualInterface",
304
+ "http":{
305
+ "method":"POST",
306
+ "requestUri":"/"
307
+ },
308
+ "input":{"shape":"CreateTransitVirtualInterfaceRequest"},
309
+ "output":{"shape":"CreateTransitVirtualInterfaceResult"},
310
+ "errors":[
311
+ {"shape":"DirectConnectServerException"},
312
+ {"shape":"DirectConnectClientException"}
313
+ ]
314
+ },
276
315
  "DeleteBGPPeer":{
277
316
  "name":"DeleteBGPPeer",
278
317
  "http":{
@@ -756,6 +795,25 @@
756
795
  "newPublicVirtualInterfaceAllocation":{"shape":"NewPublicVirtualInterfaceAllocation"}
757
796
  }
758
797
  },
798
+ "AllocateTransitVirtualInterfaceRequest":{
799
+ "type":"structure",
800
+ "required":[
801
+ "connectionId",
802
+ "ownerAccount",
803
+ "newTransitVirtualInterfaceAllocation"
804
+ ],
805
+ "members":{
806
+ "connectionId":{"shape":"ConnectionId"},
807
+ "ownerAccount":{"shape":"OwnerAccount"},
808
+ "newTransitVirtualInterfaceAllocation":{"shape":"NewTransitVirtualInterfaceAllocation"}
809
+ }
810
+ },
811
+ "AllocateTransitVirtualInterfaceResult":{
812
+ "type":"structure",
813
+ "members":{
814
+ "virtualInterface":{"shape":"VirtualInterface"}
815
+ }
816
+ },
759
817
  "AmazonAddress":{"type":"string"},
760
818
  "AssociateConnectionWithLagRequest":{
761
819
  "type":"structure",
@@ -891,6 +949,23 @@
891
949
  "virtualInterfaceState":{"shape":"VirtualInterfaceState"}
892
950
  }
893
951
  },
952
+ "ConfirmTransitVirtualInterfaceRequest":{
953
+ "type":"structure",
954
+ "required":[
955
+ "virtualInterfaceId",
956
+ "directConnectGatewayId"
957
+ ],
958
+ "members":{
959
+ "virtualInterfaceId":{"shape":"VirtualInterfaceId"},
960
+ "directConnectGatewayId":{"shape":"DirectConnectGatewayId"}
961
+ }
962
+ },
963
+ "ConfirmTransitVirtualInterfaceResponse":{
964
+ "type":"structure",
965
+ "members":{
966
+ "virtualInterfaceState":{"shape":"VirtualInterfaceState"}
967
+ }
968
+ },
894
969
  "Connection":{
895
970
  "type":"structure",
896
971
  "members":{
@@ -1068,6 +1143,23 @@
1068
1143
  "newPublicVirtualInterface":{"shape":"NewPublicVirtualInterface"}
1069
1144
  }
1070
1145
  },
1146
+ "CreateTransitVirtualInterfaceRequest":{
1147
+ "type":"structure",
1148
+ "required":[
1149
+ "connectionId",
1150
+ "newTransitVirtualInterface"
1151
+ ],
1152
+ "members":{
1153
+ "connectionId":{"shape":"ConnectionId"},
1154
+ "newTransitVirtualInterface":{"shape":"NewTransitVirtualInterface"}
1155
+ }
1156
+ },
1157
+ "CreateTransitVirtualInterfaceResult":{
1158
+ "type":"structure",
1159
+ "members":{
1160
+ "virtualInterface":{"shape":"VirtualInterface"}
1161
+ }
1162
+ },
1071
1163
  "CustomerAddress":{"type":"string"},
1072
1164
  "DeleteBGPPeerRequest":{
1073
1165
  "type":"structure",
@@ -1402,6 +1494,7 @@
1402
1494
  "virtualInterfaceRegion":{"shape":"VirtualInterfaceRegion"},
1403
1495
  "virtualInterfaceOwnerAccount":{"shape":"OwnerAccount"},
1404
1496
  "attachmentState":{"shape":"DirectConnectGatewayAttachmentState"},
1497
+ "attachmentType":{"shape":"DirectConnectGatewayAttachmentType"},
1405
1498
  "stateChangeError":{"shape":"StateChangeError"}
1406
1499
  }
1407
1500
  },
@@ -1418,6 +1511,13 @@
1418
1511
  "detached"
1419
1512
  ]
1420
1513
  },
1514
+ "DirectConnectGatewayAttachmentType":{
1515
+ "type":"string",
1516
+ "enum":[
1517
+ "TransitVirtualInterface",
1518
+ "PrivateVirtualInterface"
1519
+ ]
1520
+ },
1421
1521
  "DirectConnectGatewayId":{"type":"string"},
1422
1522
  "DirectConnectGatewayList":{
1423
1523
  "type":"list",
@@ -1462,7 +1562,10 @@
1462
1562
  "GatewayIdentifier":{"type":"string"},
1463
1563
  "GatewayType":{
1464
1564
  "type":"string",
1465
- "enum":["virtualPrivateGateway"]
1565
+ "enum":[
1566
+ "virtualPrivateGateway",
1567
+ "transitGateway"
1568
+ ]
1466
1569
  },
1467
1570
  "HasLogicalRedundancy":{
1468
1571
  "type":"string",
@@ -1682,6 +1785,33 @@
1682
1785
  "routeFilterPrefixes":{"shape":"RouteFilterPrefixList"}
1683
1786
  }
1684
1787
  },
1788
+ "NewTransitVirtualInterface":{
1789
+ "type":"structure",
1790
+ "members":{
1791
+ "virtualInterfaceName":{"shape":"VirtualInterfaceName"},
1792
+ "vlan":{"shape":"VLAN"},
1793
+ "asn":{"shape":"ASN"},
1794
+ "mtu":{"shape":"MTU"},
1795
+ "authKey":{"shape":"BGPAuthKey"},
1796
+ "amazonAddress":{"shape":"AmazonAddress"},
1797
+ "customerAddress":{"shape":"CustomerAddress"},
1798
+ "addressFamily":{"shape":"AddressFamily"},
1799
+ "directConnectGatewayId":{"shape":"DirectConnectGatewayId"}
1800
+ }
1801
+ },
1802
+ "NewTransitVirtualInterfaceAllocation":{
1803
+ "type":"structure",
1804
+ "members":{
1805
+ "virtualInterfaceName":{"shape":"VirtualInterfaceName"},
1806
+ "vlan":{"shape":"VLAN"},
1807
+ "asn":{"shape":"ASN"},
1808
+ "mtu":{"shape":"MTU"},
1809
+ "authKey":{"shape":"BGPAuthKey"},
1810
+ "amazonAddress":{"shape":"AmazonAddress"},
1811
+ "customerAddress":{"shape":"CustomerAddress"},
1812
+ "addressFamily":{"shape":"AddressFamily"}
1813
+ }
1814
+ },
1685
1815
  "OwnerAccount":{"type":"string"},
1686
1816
  "PaginationToken":{"type":"string"},
1687
1817
  "PartnerName":{"type":"string"},
@@ -0,0 +1,1363 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-09-24",
5
+ "endpointPrefix":"managedblockchain",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"ManagedBlockchain",
9
+ "serviceFullName":"Amazon Managed Blockchain",
10
+ "serviceId":"ManagedBlockchain",
11
+ "signatureVersion":"v4",
12
+ "signingName":"managedblockchain",
13
+ "uid":"managedblockchain-2018-09-24"
14
+ },
15
+ "operations":{
16
+ "CreateMember":{
17
+ "name":"CreateMember",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/networks/{networkId}/members"
21
+ },
22
+ "input":{"shape":"CreateMemberInput"},
23
+ "output":{"shape":"CreateMemberOutput"},
24
+ "errors":[
25
+ {"shape":"InvalidRequestException"},
26
+ {"shape":"AccessDeniedException"},
27
+ {"shape":"ResourceNotFoundException"},
28
+ {"shape":"ResourceAlreadyExistsException"},
29
+ {"shape":"ResourceNotReadyException"},
30
+ {"shape":"ThrottlingException"},
31
+ {"shape":"ResourceLimitExceededException"},
32
+ {"shape":"InternalServiceErrorException"}
33
+ ]
34
+ },
35
+ "CreateNetwork":{
36
+ "name":"CreateNetwork",
37
+ "http":{
38
+ "method":"POST",
39
+ "requestUri":"/networks"
40
+ },
41
+ "input":{"shape":"CreateNetworkInput"},
42
+ "output":{"shape":"CreateNetworkOutput"},
43
+ "errors":[
44
+ {"shape":"InvalidRequestException"},
45
+ {"shape":"AccessDeniedException"},
46
+ {"shape":"ResourceAlreadyExistsException"},
47
+ {"shape":"ThrottlingException"},
48
+ {"shape":"ResourceLimitExceededException"},
49
+ {"shape":"InternalServiceErrorException"}
50
+ ]
51
+ },
52
+ "CreateNode":{
53
+ "name":"CreateNode",
54
+ "http":{
55
+ "method":"POST",
56
+ "requestUri":"/networks/{networkId}/members/{memberId}/nodes"
57
+ },
58
+ "input":{"shape":"CreateNodeInput"},
59
+ "output":{"shape":"CreateNodeOutput"},
60
+ "errors":[
61
+ {"shape":"InvalidRequestException"},
62
+ {"shape":"AccessDeniedException"},
63
+ {"shape":"ResourceNotFoundException"},
64
+ {"shape":"ResourceAlreadyExistsException"},
65
+ {"shape":"ResourceNotReadyException"},
66
+ {"shape":"ThrottlingException"},
67
+ {"shape":"ResourceLimitExceededException"},
68
+ {"shape":"InternalServiceErrorException"}
69
+ ]
70
+ },
71
+ "CreateProposal":{
72
+ "name":"CreateProposal",
73
+ "http":{
74
+ "method":"POST",
75
+ "requestUri":"/networks/{networkId}/proposals"
76
+ },
77
+ "input":{"shape":"CreateProposalInput"},
78
+ "output":{"shape":"CreateProposalOutput"},
79
+ "errors":[
80
+ {"shape":"InvalidRequestException"},
81
+ {"shape":"AccessDeniedException"},
82
+ {"shape":"ResourceNotFoundException"},
83
+ {"shape":"ResourceNotReadyException"},
84
+ {"shape":"ThrottlingException"},
85
+ {"shape":"InternalServiceErrorException"}
86
+ ]
87
+ },
88
+ "DeleteMember":{
89
+ "name":"DeleteMember",
90
+ "http":{
91
+ "method":"DELETE",
92
+ "requestUri":"/networks/{networkId}/members/{memberId}"
93
+ },
94
+ "input":{"shape":"DeleteMemberInput"},
95
+ "output":{"shape":"DeleteMemberOutput"},
96
+ "errors":[
97
+ {"shape":"InvalidRequestException"},
98
+ {"shape":"AccessDeniedException"},
99
+ {"shape":"ResourceNotFoundException"},
100
+ {"shape":"ResourceNotReadyException"},
101
+ {"shape":"ThrottlingException"},
102
+ {"shape":"InternalServiceErrorException"}
103
+ ]
104
+ },
105
+ "DeleteNode":{
106
+ "name":"DeleteNode",
107
+ "http":{
108
+ "method":"DELETE",
109
+ "requestUri":"/networks/{networkId}/members/{memberId}/nodes/{nodeId}"
110
+ },
111
+ "input":{"shape":"DeleteNodeInput"},
112
+ "output":{"shape":"DeleteNodeOutput"},
113
+ "errors":[
114
+ {"shape":"InvalidRequestException"},
115
+ {"shape":"AccessDeniedException"},
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"ResourceNotReadyException"},
118
+ {"shape":"ThrottlingException"},
119
+ {"shape":"InternalServiceErrorException"}
120
+ ]
121
+ },
122
+ "GetMember":{
123
+ "name":"GetMember",
124
+ "http":{
125
+ "method":"GET",
126
+ "requestUri":"/networks/{networkId}/members/{memberId}"
127
+ },
128
+ "input":{"shape":"GetMemberInput"},
129
+ "output":{"shape":"GetMemberOutput"},
130
+ "errors":[
131
+ {"shape":"InvalidRequestException"},
132
+ {"shape":"AccessDeniedException"},
133
+ {"shape":"ResourceNotFoundException"},
134
+ {"shape":"ThrottlingException"},
135
+ {"shape":"InternalServiceErrorException"}
136
+ ]
137
+ },
138
+ "GetNetwork":{
139
+ "name":"GetNetwork",
140
+ "http":{
141
+ "method":"GET",
142
+ "requestUri":"/networks/{networkId}"
143
+ },
144
+ "input":{"shape":"GetNetworkInput"},
145
+ "output":{"shape":"GetNetworkOutput"},
146
+ "errors":[
147
+ {"shape":"InvalidRequestException"},
148
+ {"shape":"AccessDeniedException"},
149
+ {"shape":"ResourceNotFoundException"},
150
+ {"shape":"ThrottlingException"},
151
+ {"shape":"InternalServiceErrorException"}
152
+ ]
153
+ },
154
+ "GetNode":{
155
+ "name":"GetNode",
156
+ "http":{
157
+ "method":"GET",
158
+ "requestUri":"/networks/{networkId}/members/{memberId}/nodes/{nodeId}"
159
+ },
160
+ "input":{"shape":"GetNodeInput"},
161
+ "output":{"shape":"GetNodeOutput"},
162
+ "errors":[
163
+ {"shape":"InvalidRequestException"},
164
+ {"shape":"AccessDeniedException"},
165
+ {"shape":"ResourceNotFoundException"},
166
+ {"shape":"ThrottlingException"},
167
+ {"shape":"InternalServiceErrorException"}
168
+ ]
169
+ },
170
+ "GetProposal":{
171
+ "name":"GetProposal",
172
+ "http":{
173
+ "method":"GET",
174
+ "requestUri":"/networks/{networkId}/proposals/{proposalId}"
175
+ },
176
+ "input":{"shape":"GetProposalInput"},
177
+ "output":{"shape":"GetProposalOutput"},
178
+ "errors":[
179
+ {"shape":"InvalidRequestException"},
180
+ {"shape":"AccessDeniedException"},
181
+ {"shape":"ResourceNotFoundException"},
182
+ {"shape":"ThrottlingException"},
183
+ {"shape":"InternalServiceErrorException"}
184
+ ]
185
+ },
186
+ "ListInvitations":{
187
+ "name":"ListInvitations",
188
+ "http":{
189
+ "method":"GET",
190
+ "requestUri":"/invitations"
191
+ },
192
+ "input":{"shape":"ListInvitationsInput"},
193
+ "output":{"shape":"ListInvitationsOutput"},
194
+ "errors":[
195
+ {"shape":"InvalidRequestException"},
196
+ {"shape":"AccessDeniedException"},
197
+ {"shape":"ResourceNotFoundException"},
198
+ {"shape":"ThrottlingException"},
199
+ {"shape":"ResourceLimitExceededException"},
200
+ {"shape":"InternalServiceErrorException"}
201
+ ]
202
+ },
203
+ "ListMembers":{
204
+ "name":"ListMembers",
205
+ "http":{
206
+ "method":"GET",
207
+ "requestUri":"/networks/{networkId}/members"
208
+ },
209
+ "input":{"shape":"ListMembersInput"},
210
+ "output":{"shape":"ListMembersOutput"},
211
+ "errors":[
212
+ {"shape":"InvalidRequestException"},
213
+ {"shape":"AccessDeniedException"},
214
+ {"shape":"ThrottlingException"},
215
+ {"shape":"InternalServiceErrorException"}
216
+ ]
217
+ },
218
+ "ListNetworks":{
219
+ "name":"ListNetworks",
220
+ "http":{
221
+ "method":"GET",
222
+ "requestUri":"/networks"
223
+ },
224
+ "input":{"shape":"ListNetworksInput"},
225
+ "output":{"shape":"ListNetworksOutput"},
226
+ "errors":[
227
+ {"shape":"InvalidRequestException"},
228
+ {"shape":"AccessDeniedException"},
229
+ {"shape":"ThrottlingException"},
230
+ {"shape":"InternalServiceErrorException"}
231
+ ]
232
+ },
233
+ "ListNodes":{
234
+ "name":"ListNodes",
235
+ "http":{
236
+ "method":"GET",
237
+ "requestUri":"/networks/{networkId}/members/{memberId}/nodes"
238
+ },
239
+ "input":{"shape":"ListNodesInput"},
240
+ "output":{"shape":"ListNodesOutput"},
241
+ "errors":[
242
+ {"shape":"InvalidRequestException"},
243
+ {"shape":"AccessDeniedException"},
244
+ {"shape":"ThrottlingException"},
245
+ {"shape":"InternalServiceErrorException"}
246
+ ]
247
+ },
248
+ "ListProposalVotes":{
249
+ "name":"ListProposalVotes",
250
+ "http":{
251
+ "method":"GET",
252
+ "requestUri":"/networks/{networkId}/proposals/{proposalId}/votes"
253
+ },
254
+ "input":{"shape":"ListProposalVotesInput"},
255
+ "output":{"shape":"ListProposalVotesOutput"},
256
+ "errors":[
257
+ {"shape":"InvalidRequestException"},
258
+ {"shape":"AccessDeniedException"},
259
+ {"shape":"ThrottlingException"},
260
+ {"shape":"InternalServiceErrorException"}
261
+ ]
262
+ },
263
+ "ListProposals":{
264
+ "name":"ListProposals",
265
+ "http":{
266
+ "method":"GET",
267
+ "requestUri":"/networks/{networkId}/proposals"
268
+ },
269
+ "input":{"shape":"ListProposalsInput"},
270
+ "output":{"shape":"ListProposalsOutput"},
271
+ "errors":[
272
+ {"shape":"InvalidRequestException"},
273
+ {"shape":"ResourceNotFoundException"},
274
+ {"shape":"AccessDeniedException"},
275
+ {"shape":"ThrottlingException"},
276
+ {"shape":"InternalServiceErrorException"}
277
+ ]
278
+ },
279
+ "RejectInvitation":{
280
+ "name":"RejectInvitation",
281
+ "http":{
282
+ "method":"DELETE",
283
+ "requestUri":"/invitations/{invitationId}"
284
+ },
285
+ "input":{"shape":"RejectInvitationInput"},
286
+ "output":{"shape":"RejectInvitationOutput"},
287
+ "errors":[
288
+ {"shape":"InvalidRequestException"},
289
+ {"shape":"IllegalActionException"},
290
+ {"shape":"AccessDeniedException"},
291
+ {"shape":"ResourceNotFoundException"},
292
+ {"shape":"ThrottlingException"},
293
+ {"shape":"InternalServiceErrorException"}
294
+ ]
295
+ },
296
+ "VoteOnProposal":{
297
+ "name":"VoteOnProposal",
298
+ "http":{
299
+ "method":"POST",
300
+ "requestUri":"/networks/{networkId}/proposals/{proposalId}/votes"
301
+ },
302
+ "input":{"shape":"VoteOnProposalInput"},
303
+ "output":{"shape":"VoteOnProposalOutput"},
304
+ "errors":[
305
+ {"shape":"InvalidRequestException"},
306
+ {"shape":"IllegalActionException"},
307
+ {"shape":"AccessDeniedException"},
308
+ {"shape":"ResourceNotFoundException"},
309
+ {"shape":"ThrottlingException"},
310
+ {"shape":"InternalServiceErrorException"}
311
+ ]
312
+ }
313
+ },
314
+ "shapes":{
315
+ "AccessDeniedException":{
316
+ "type":"structure",
317
+ "members":{
318
+ },
319
+ "error":{"httpStatusCode":403},
320
+ "exception":true
321
+ },
322
+ "ApprovalThresholdPolicy":{
323
+ "type":"structure",
324
+ "members":{
325
+ "ThresholdPercentage":{"shape":"ThresholdPercentageInt"},
326
+ "ProposalDurationInHours":{"shape":"ProposalDurationInt"},
327
+ "ThresholdComparator":{"shape":"ThresholdComparator"}
328
+ }
329
+ },
330
+ "AvailabilityZoneString":{"type":"string"},
331
+ "ClientRequestTokenString":{
332
+ "type":"string",
333
+ "max":64,
334
+ "min":1
335
+ },
336
+ "CreateMemberInput":{
337
+ "type":"structure",
338
+ "required":[
339
+ "ClientRequestToken",
340
+ "InvitationId",
341
+ "NetworkId",
342
+ "MemberConfiguration"
343
+ ],
344
+ "members":{
345
+ "ClientRequestToken":{
346
+ "shape":"ClientRequestTokenString",
347
+ "idempotencyToken":true
348
+ },
349
+ "InvitationId":{"shape":"ResourceIdString"},
350
+ "NetworkId":{
351
+ "shape":"ResourceIdString",
352
+ "location":"uri",
353
+ "locationName":"networkId"
354
+ },
355
+ "MemberConfiguration":{"shape":"MemberConfiguration"}
356
+ }
357
+ },
358
+ "CreateMemberOutput":{
359
+ "type":"structure",
360
+ "members":{
361
+ "MemberId":{"shape":"ResourceIdString"}
362
+ }
363
+ },
364
+ "CreateNetworkInput":{
365
+ "type":"structure",
366
+ "required":[
367
+ "ClientRequestToken",
368
+ "Name",
369
+ "Framework",
370
+ "FrameworkVersion",
371
+ "VotingPolicy",
372
+ "MemberConfiguration"
373
+ ],
374
+ "members":{
375
+ "ClientRequestToken":{
376
+ "shape":"ClientRequestTokenString",
377
+ "idempotencyToken":true
378
+ },
379
+ "Name":{"shape":"NameString"},
380
+ "Description":{"shape":"DescriptionString"},
381
+ "Framework":{"shape":"Framework"},
382
+ "FrameworkVersion":{"shape":"FrameworkVersionString"},
383
+ "FrameworkConfiguration":{"shape":"NetworkFrameworkConfiguration"},
384
+ "VotingPolicy":{"shape":"VotingPolicy"},
385
+ "MemberConfiguration":{"shape":"MemberConfiguration"}
386
+ }
387
+ },
388
+ "CreateNetworkOutput":{
389
+ "type":"structure",
390
+ "members":{
391
+ "NetworkId":{"shape":"ResourceIdString"},
392
+ "MemberId":{"shape":"ResourceIdString"}
393
+ }
394
+ },
395
+ "CreateNodeInput":{
396
+ "type":"structure",
397
+ "required":[
398
+ "ClientRequestToken",
399
+ "NetworkId",
400
+ "MemberId",
401
+ "NodeConfiguration"
402
+ ],
403
+ "members":{
404
+ "ClientRequestToken":{
405
+ "shape":"ClientRequestTokenString",
406
+ "idempotencyToken":true
407
+ },
408
+ "NetworkId":{
409
+ "shape":"ResourceIdString",
410
+ "location":"uri",
411
+ "locationName":"networkId"
412
+ },
413
+ "MemberId":{
414
+ "shape":"ResourceIdString",
415
+ "location":"uri",
416
+ "locationName":"memberId"
417
+ },
418
+ "NodeConfiguration":{"shape":"NodeConfiguration"}
419
+ }
420
+ },
421
+ "CreateNodeOutput":{
422
+ "type":"structure",
423
+ "members":{
424
+ "NodeId":{"shape":"ResourceIdString"}
425
+ }
426
+ },
427
+ "CreateProposalInput":{
428
+ "type":"structure",
429
+ "required":[
430
+ "ClientRequestToken",
431
+ "NetworkId",
432
+ "MemberId",
433
+ "Actions"
434
+ ],
435
+ "members":{
436
+ "ClientRequestToken":{
437
+ "shape":"ClientRequestTokenString",
438
+ "idempotencyToken":true
439
+ },
440
+ "NetworkId":{
441
+ "shape":"ResourceIdString",
442
+ "location":"uri",
443
+ "locationName":"networkId"
444
+ },
445
+ "MemberId":{"shape":"ResourceIdString"},
446
+ "Actions":{"shape":"ProposalActions"},
447
+ "Description":{"shape":"DescriptionString"}
448
+ }
449
+ },
450
+ "CreateProposalOutput":{
451
+ "type":"structure",
452
+ "members":{
453
+ "ProposalId":{"shape":"ResourceIdString"}
454
+ }
455
+ },
456
+ "DeleteMemberInput":{
457
+ "type":"structure",
458
+ "required":[
459
+ "NetworkId",
460
+ "MemberId"
461
+ ],
462
+ "members":{
463
+ "NetworkId":{
464
+ "shape":"ResourceIdString",
465
+ "location":"uri",
466
+ "locationName":"networkId"
467
+ },
468
+ "MemberId":{
469
+ "shape":"ResourceIdString",
470
+ "location":"uri",
471
+ "locationName":"memberId"
472
+ }
473
+ }
474
+ },
475
+ "DeleteMemberOutput":{
476
+ "type":"structure",
477
+ "members":{
478
+ }
479
+ },
480
+ "DeleteNodeInput":{
481
+ "type":"structure",
482
+ "required":[
483
+ "NetworkId",
484
+ "MemberId",
485
+ "NodeId"
486
+ ],
487
+ "members":{
488
+ "NetworkId":{
489
+ "shape":"ResourceIdString",
490
+ "location":"uri",
491
+ "locationName":"networkId"
492
+ },
493
+ "MemberId":{
494
+ "shape":"ResourceIdString",
495
+ "location":"uri",
496
+ "locationName":"memberId"
497
+ },
498
+ "NodeId":{
499
+ "shape":"ResourceIdString",
500
+ "location":"uri",
501
+ "locationName":"nodeId"
502
+ }
503
+ }
504
+ },
505
+ "DeleteNodeOutput":{
506
+ "type":"structure",
507
+ "members":{
508
+ }
509
+ },
510
+ "DescriptionString":{
511
+ "type":"string",
512
+ "max":128
513
+ },
514
+ "Edition":{
515
+ "type":"string",
516
+ "enum":[
517
+ "STARTER",
518
+ "STANDARD"
519
+ ]
520
+ },
521
+ "Framework":{
522
+ "type":"string",
523
+ "enum":["HYPERLEDGER_FABRIC"]
524
+ },
525
+ "FrameworkVersionString":{
526
+ "type":"string",
527
+ "max":8,
528
+ "min":1
529
+ },
530
+ "GetMemberInput":{
531
+ "type":"structure",
532
+ "required":[
533
+ "NetworkId",
534
+ "MemberId"
535
+ ],
536
+ "members":{
537
+ "NetworkId":{
538
+ "shape":"ResourceIdString",
539
+ "location":"uri",
540
+ "locationName":"networkId"
541
+ },
542
+ "MemberId":{
543
+ "shape":"ResourceIdString",
544
+ "location":"uri",
545
+ "locationName":"memberId"
546
+ }
547
+ }
548
+ },
549
+ "GetMemberOutput":{
550
+ "type":"structure",
551
+ "members":{
552
+ "Member":{"shape":"Member"}
553
+ }
554
+ },
555
+ "GetNetworkInput":{
556
+ "type":"structure",
557
+ "required":["NetworkId"],
558
+ "members":{
559
+ "NetworkId":{
560
+ "shape":"ResourceIdString",
561
+ "location":"uri",
562
+ "locationName":"networkId"
563
+ }
564
+ }
565
+ },
566
+ "GetNetworkOutput":{
567
+ "type":"structure",
568
+ "members":{
569
+ "Network":{"shape":"Network"}
570
+ }
571
+ },
572
+ "GetNodeInput":{
573
+ "type":"structure",
574
+ "required":[
575
+ "NetworkId",
576
+ "MemberId",
577
+ "NodeId"
578
+ ],
579
+ "members":{
580
+ "NetworkId":{
581
+ "shape":"ResourceIdString",
582
+ "location":"uri",
583
+ "locationName":"networkId"
584
+ },
585
+ "MemberId":{
586
+ "shape":"ResourceIdString",
587
+ "location":"uri",
588
+ "locationName":"memberId"
589
+ },
590
+ "NodeId":{
591
+ "shape":"ResourceIdString",
592
+ "location":"uri",
593
+ "locationName":"nodeId"
594
+ }
595
+ }
596
+ },
597
+ "GetNodeOutput":{
598
+ "type":"structure",
599
+ "members":{
600
+ "Node":{"shape":"Node"}
601
+ }
602
+ },
603
+ "GetProposalInput":{
604
+ "type":"structure",
605
+ "required":[
606
+ "NetworkId",
607
+ "ProposalId"
608
+ ],
609
+ "members":{
610
+ "NetworkId":{
611
+ "shape":"ResourceIdString",
612
+ "location":"uri",
613
+ "locationName":"networkId"
614
+ },
615
+ "ProposalId":{
616
+ "shape":"ResourceIdString",
617
+ "location":"uri",
618
+ "locationName":"proposalId"
619
+ }
620
+ }
621
+ },
622
+ "GetProposalOutput":{
623
+ "type":"structure",
624
+ "members":{
625
+ "Proposal":{"shape":"Proposal"}
626
+ }
627
+ },
628
+ "IllegalActionException":{
629
+ "type":"structure",
630
+ "members":{
631
+ "Message":{"shape":"String"}
632
+ },
633
+ "error":{"httpStatusCode":400},
634
+ "exception":true
635
+ },
636
+ "InstanceTypeString":{"type":"string"},
637
+ "InternalServiceErrorException":{
638
+ "type":"structure",
639
+ "members":{
640
+ },
641
+ "error":{"httpStatusCode":500},
642
+ "exception":true
643
+ },
644
+ "InvalidRequestException":{
645
+ "type":"structure",
646
+ "members":{
647
+ "Message":{"shape":"String"}
648
+ },
649
+ "error":{"httpStatusCode":400},
650
+ "exception":true
651
+ },
652
+ "Invitation":{
653
+ "type":"structure",
654
+ "members":{
655
+ "InvitationId":{"shape":"ResourceIdString"},
656
+ "CreationDate":{"shape":"Timestamp"},
657
+ "ExpirationDate":{"shape":"Timestamp"},
658
+ "Status":{"shape":"InvitationStatus"},
659
+ "NetworkSummary":{"shape":"NetworkSummary"}
660
+ }
661
+ },
662
+ "InvitationList":{
663
+ "type":"list",
664
+ "member":{"shape":"Invitation"}
665
+ },
666
+ "InvitationStatus":{
667
+ "type":"string",
668
+ "enum":[
669
+ "PENDING",
670
+ "ACCEPTED",
671
+ "ACCEPTING",
672
+ "REJECTED",
673
+ "EXPIRED"
674
+ ]
675
+ },
676
+ "InviteAction":{
677
+ "type":"structure",
678
+ "required":["Principal"],
679
+ "members":{
680
+ "Principal":{"shape":"PrincipalString"}
681
+ }
682
+ },
683
+ "InviteActionList":{
684
+ "type":"list",
685
+ "member":{"shape":"InviteAction"}
686
+ },
687
+ "IsOwned":{
688
+ "type":"boolean",
689
+ "box":true
690
+ },
691
+ "ListInvitationsInput":{
692
+ "type":"structure",
693
+ "members":{
694
+ "MaxResults":{
695
+ "shape":"ProposalListMaxResults",
696
+ "location":"querystring",
697
+ "locationName":"maxResults"
698
+ },
699
+ "NextToken":{
700
+ "shape":"PaginationToken",
701
+ "location":"querystring",
702
+ "locationName":"nextToken"
703
+ }
704
+ }
705
+ },
706
+ "ListInvitationsOutput":{
707
+ "type":"structure",
708
+ "members":{
709
+ "Invitations":{"shape":"InvitationList"},
710
+ "NextToken":{"shape":"PaginationToken"}
711
+ }
712
+ },
713
+ "ListMembersInput":{
714
+ "type":"structure",
715
+ "required":["NetworkId"],
716
+ "members":{
717
+ "NetworkId":{
718
+ "shape":"ResourceIdString",
719
+ "location":"uri",
720
+ "locationName":"networkId"
721
+ },
722
+ "Name":{
723
+ "shape":"String",
724
+ "location":"querystring",
725
+ "locationName":"name"
726
+ },
727
+ "Status":{
728
+ "shape":"MemberStatus",
729
+ "location":"querystring",
730
+ "locationName":"status"
731
+ },
732
+ "IsOwned":{
733
+ "shape":"IsOwned",
734
+ "location":"querystring",
735
+ "locationName":"isOwned"
736
+ },
737
+ "MaxResults":{
738
+ "shape":"MemberListMaxResults",
739
+ "location":"querystring",
740
+ "locationName":"maxResults"
741
+ },
742
+ "NextToken":{
743
+ "shape":"PaginationToken",
744
+ "location":"querystring",
745
+ "locationName":"nextToken"
746
+ }
747
+ }
748
+ },
749
+ "ListMembersOutput":{
750
+ "type":"structure",
751
+ "members":{
752
+ "Members":{"shape":"MemberSummaryList"},
753
+ "NextToken":{"shape":"PaginationToken"}
754
+ }
755
+ },
756
+ "ListNetworksInput":{
757
+ "type":"structure",
758
+ "members":{
759
+ "Name":{
760
+ "shape":"String",
761
+ "location":"querystring",
762
+ "locationName":"name"
763
+ },
764
+ "Framework":{
765
+ "shape":"Framework",
766
+ "location":"querystring",
767
+ "locationName":"framework"
768
+ },
769
+ "Status":{
770
+ "shape":"NetworkStatus",
771
+ "location":"querystring",
772
+ "locationName":"status"
773
+ },
774
+ "MaxResults":{
775
+ "shape":"NetworkListMaxResults",
776
+ "location":"querystring",
777
+ "locationName":"maxResults"
778
+ },
779
+ "NextToken":{
780
+ "shape":"PaginationToken",
781
+ "location":"querystring",
782
+ "locationName":"nextToken"
783
+ }
784
+ }
785
+ },
786
+ "ListNetworksOutput":{
787
+ "type":"structure",
788
+ "members":{
789
+ "Networks":{"shape":"NetworkSummaryList"},
790
+ "NextToken":{"shape":"PaginationToken"}
791
+ }
792
+ },
793
+ "ListNodesInput":{
794
+ "type":"structure",
795
+ "required":[
796
+ "NetworkId",
797
+ "MemberId"
798
+ ],
799
+ "members":{
800
+ "NetworkId":{
801
+ "shape":"ResourceIdString",
802
+ "location":"uri",
803
+ "locationName":"networkId"
804
+ },
805
+ "MemberId":{
806
+ "shape":"ResourceIdString",
807
+ "location":"uri",
808
+ "locationName":"memberId"
809
+ },
810
+ "Status":{
811
+ "shape":"NodeStatus",
812
+ "location":"querystring",
813
+ "locationName":"status"
814
+ },
815
+ "MaxResults":{
816
+ "shape":"NodeListMaxResults",
817
+ "location":"querystring",
818
+ "locationName":"maxResults"
819
+ },
820
+ "NextToken":{
821
+ "shape":"PaginationToken",
822
+ "location":"querystring",
823
+ "locationName":"nextToken"
824
+ }
825
+ }
826
+ },
827
+ "ListNodesOutput":{
828
+ "type":"structure",
829
+ "members":{
830
+ "Nodes":{"shape":"NodeSummaryList"},
831
+ "NextToken":{"shape":"PaginationToken"}
832
+ }
833
+ },
834
+ "ListProposalVotesInput":{
835
+ "type":"structure",
836
+ "required":[
837
+ "NetworkId",
838
+ "ProposalId"
839
+ ],
840
+ "members":{
841
+ "NetworkId":{
842
+ "shape":"ResourceIdString",
843
+ "location":"uri",
844
+ "locationName":"networkId"
845
+ },
846
+ "ProposalId":{
847
+ "shape":"ResourceIdString",
848
+ "location":"uri",
849
+ "locationName":"proposalId"
850
+ },
851
+ "MaxResults":{
852
+ "shape":"ProposalListMaxResults",
853
+ "location":"querystring",
854
+ "locationName":"maxResults"
855
+ },
856
+ "NextToken":{
857
+ "shape":"PaginationToken",
858
+ "location":"querystring",
859
+ "locationName":"nextToken"
860
+ }
861
+ }
862
+ },
863
+ "ListProposalVotesOutput":{
864
+ "type":"structure",
865
+ "members":{
866
+ "ProposalVotes":{"shape":"ProposalVoteList"},
867
+ "NextToken":{"shape":"PaginationToken"}
868
+ }
869
+ },
870
+ "ListProposalsInput":{
871
+ "type":"structure",
872
+ "required":["NetworkId"],
873
+ "members":{
874
+ "NetworkId":{
875
+ "shape":"ResourceIdString",
876
+ "location":"uri",
877
+ "locationName":"networkId"
878
+ },
879
+ "MaxResults":{
880
+ "shape":"ProposalListMaxResults",
881
+ "location":"querystring",
882
+ "locationName":"maxResults"
883
+ },
884
+ "NextToken":{
885
+ "shape":"PaginationToken",
886
+ "location":"querystring",
887
+ "locationName":"nextToken"
888
+ }
889
+ }
890
+ },
891
+ "ListProposalsOutput":{
892
+ "type":"structure",
893
+ "members":{
894
+ "Proposals":{"shape":"ProposalSummaryList"},
895
+ "NextToken":{"shape":"PaginationToken"}
896
+ }
897
+ },
898
+ "Member":{
899
+ "type":"structure",
900
+ "members":{
901
+ "NetworkId":{"shape":"ResourceIdString"},
902
+ "Id":{"shape":"ResourceIdString"},
903
+ "Name":{"shape":"NetworkMemberNameString"},
904
+ "Description":{"shape":"DescriptionString"},
905
+ "FrameworkAttributes":{"shape":"MemberFrameworkAttributes"},
906
+ "Status":{"shape":"MemberStatus"},
907
+ "CreationDate":{"shape":"Timestamp"}
908
+ }
909
+ },
910
+ "MemberConfiguration":{
911
+ "type":"structure",
912
+ "required":[
913
+ "Name",
914
+ "FrameworkConfiguration"
915
+ ],
916
+ "members":{
917
+ "Name":{"shape":"NetworkMemberNameString"},
918
+ "Description":{"shape":"DescriptionString"},
919
+ "FrameworkConfiguration":{"shape":"MemberFrameworkConfiguration"}
920
+ }
921
+ },
922
+ "MemberFabricAttributes":{
923
+ "type":"structure",
924
+ "members":{
925
+ "AdminUsername":{"shape":"UsernameString"},
926
+ "CaEndpoint":{"shape":"String"}
927
+ }
928
+ },
929
+ "MemberFabricConfiguration":{
930
+ "type":"structure",
931
+ "required":[
932
+ "AdminUsername",
933
+ "AdminPassword"
934
+ ],
935
+ "members":{
936
+ "AdminUsername":{"shape":"UsernameString"},
937
+ "AdminPassword":{"shape":"PasswordString"}
938
+ }
939
+ },
940
+ "MemberFrameworkAttributes":{
941
+ "type":"structure",
942
+ "members":{
943
+ "Fabric":{"shape":"MemberFabricAttributes"}
944
+ }
945
+ },
946
+ "MemberFrameworkConfiguration":{
947
+ "type":"structure",
948
+ "members":{
949
+ "Fabric":{"shape":"MemberFabricConfiguration"}
950
+ }
951
+ },
952
+ "MemberListMaxResults":{
953
+ "type":"integer",
954
+ "box":true,
955
+ "max":20,
956
+ "min":1
957
+ },
958
+ "MemberStatus":{
959
+ "type":"string",
960
+ "enum":[
961
+ "CREATING",
962
+ "AVAILABLE",
963
+ "CREATE_FAILED",
964
+ "DELETING",
965
+ "DELETED"
966
+ ]
967
+ },
968
+ "MemberSummary":{
969
+ "type":"structure",
970
+ "members":{
971
+ "Id":{"shape":"ResourceIdString"},
972
+ "Name":{"shape":"NetworkMemberNameString"},
973
+ "Description":{"shape":"DescriptionString"},
974
+ "Status":{"shape":"MemberStatus"},
975
+ "CreationDate":{"shape":"Timestamp"},
976
+ "IsOwned":{"shape":"IsOwned"}
977
+ }
978
+ },
979
+ "MemberSummaryList":{
980
+ "type":"list",
981
+ "member":{"shape":"MemberSummary"}
982
+ },
983
+ "NameString":{
984
+ "type":"string",
985
+ "max":64,
986
+ "min":1,
987
+ "pattern":".*\\S.*"
988
+ },
989
+ "Network":{
990
+ "type":"structure",
991
+ "members":{
992
+ "Id":{"shape":"ResourceIdString"},
993
+ "Name":{"shape":"NameString"},
994
+ "Description":{"shape":"DescriptionString"},
995
+ "Framework":{"shape":"Framework"},
996
+ "FrameworkVersion":{"shape":"FrameworkVersionString"},
997
+ "FrameworkAttributes":{"shape":"NetworkFrameworkAttributes"},
998
+ "VpcEndpointServiceName":{"shape":"String"},
999
+ "VotingPolicy":{"shape":"VotingPolicy"},
1000
+ "Status":{"shape":"NetworkStatus"},
1001
+ "CreationDate":{"shape":"Timestamp"}
1002
+ }
1003
+ },
1004
+ "NetworkFabricAttributes":{
1005
+ "type":"structure",
1006
+ "members":{
1007
+ "OrderingServiceEndpoint":{"shape":"String"},
1008
+ "Edition":{"shape":"Edition"}
1009
+ }
1010
+ },
1011
+ "NetworkFabricConfiguration":{
1012
+ "type":"structure",
1013
+ "required":["Edition"],
1014
+ "members":{
1015
+ "Edition":{"shape":"Edition"}
1016
+ }
1017
+ },
1018
+ "NetworkFrameworkAttributes":{
1019
+ "type":"structure",
1020
+ "members":{
1021
+ "Fabric":{"shape":"NetworkFabricAttributes"}
1022
+ }
1023
+ },
1024
+ "NetworkFrameworkConfiguration":{
1025
+ "type":"structure",
1026
+ "members":{
1027
+ "Fabric":{"shape":"NetworkFabricConfiguration"}
1028
+ }
1029
+ },
1030
+ "NetworkListMaxResults":{
1031
+ "type":"integer",
1032
+ "box":true,
1033
+ "max":10,
1034
+ "min":1
1035
+ },
1036
+ "NetworkMemberNameString":{
1037
+ "type":"string",
1038
+ "max":64,
1039
+ "min":1,
1040
+ "pattern":"^(?!-)^[^0-9](?!.*--)[A-Za-z0-9-]+[^- ]$"
1041
+ },
1042
+ "NetworkStatus":{
1043
+ "type":"string",
1044
+ "enum":[
1045
+ "CREATING",
1046
+ "AVAILABLE",
1047
+ "CREATE_FAILED",
1048
+ "DELETING",
1049
+ "DELETED"
1050
+ ]
1051
+ },
1052
+ "NetworkSummary":{
1053
+ "type":"structure",
1054
+ "members":{
1055
+ "Id":{"shape":"ResourceIdString"},
1056
+ "Name":{"shape":"NameString"},
1057
+ "Description":{"shape":"DescriptionString"},
1058
+ "Framework":{"shape":"Framework"},
1059
+ "FrameworkVersion":{"shape":"FrameworkVersionString"},
1060
+ "Status":{"shape":"NetworkStatus"},
1061
+ "CreationDate":{"shape":"Timestamp"}
1062
+ }
1063
+ },
1064
+ "NetworkSummaryList":{
1065
+ "type":"list",
1066
+ "member":{"shape":"NetworkSummary"}
1067
+ },
1068
+ "Node":{
1069
+ "type":"structure",
1070
+ "members":{
1071
+ "NetworkId":{"shape":"ResourceIdString"},
1072
+ "MemberId":{"shape":"ResourceIdString"},
1073
+ "Id":{"shape":"ResourceIdString"},
1074
+ "InstanceType":{"shape":"InstanceTypeString"},
1075
+ "AvailabilityZone":{"shape":"AvailabilityZoneString"},
1076
+ "FrameworkAttributes":{"shape":"NodeFrameworkAttributes"},
1077
+ "Status":{"shape":"NodeStatus"},
1078
+ "CreationDate":{"shape":"Timestamp"}
1079
+ }
1080
+ },
1081
+ "NodeConfiguration":{
1082
+ "type":"structure",
1083
+ "required":[
1084
+ "InstanceType",
1085
+ "AvailabilityZone"
1086
+ ],
1087
+ "members":{
1088
+ "InstanceType":{"shape":"InstanceTypeString"},
1089
+ "AvailabilityZone":{"shape":"AvailabilityZoneString"}
1090
+ }
1091
+ },
1092
+ "NodeFabricAttributes":{
1093
+ "type":"structure",
1094
+ "members":{
1095
+ "PeerEndpoint":{"shape":"String"},
1096
+ "PeerEventEndpoint":{"shape":"String"}
1097
+ }
1098
+ },
1099
+ "NodeFrameworkAttributes":{
1100
+ "type":"structure",
1101
+ "members":{
1102
+ "Fabric":{"shape":"NodeFabricAttributes"}
1103
+ }
1104
+ },
1105
+ "NodeListMaxResults":{
1106
+ "type":"integer",
1107
+ "box":true,
1108
+ "max":20,
1109
+ "min":1
1110
+ },
1111
+ "NodeStatus":{
1112
+ "type":"string",
1113
+ "enum":[
1114
+ "CREATING",
1115
+ "AVAILABLE",
1116
+ "CREATE_FAILED",
1117
+ "DELETING",
1118
+ "DELETED",
1119
+ "FAILED"
1120
+ ]
1121
+ },
1122
+ "NodeSummary":{
1123
+ "type":"structure",
1124
+ "members":{
1125
+ "Id":{"shape":"ResourceIdString"},
1126
+ "Status":{"shape":"NodeStatus"},
1127
+ "CreationDate":{"shape":"Timestamp"},
1128
+ "AvailabilityZone":{"shape":"AvailabilityZoneString"},
1129
+ "InstanceType":{"shape":"InstanceTypeString"}
1130
+ }
1131
+ },
1132
+ "NodeSummaryList":{
1133
+ "type":"list",
1134
+ "member":{"shape":"NodeSummary"}
1135
+ },
1136
+ "PaginationToken":{
1137
+ "type":"string",
1138
+ "max":128
1139
+ },
1140
+ "PasswordString":{
1141
+ "type":"string",
1142
+ "max":32,
1143
+ "min":8,
1144
+ "pattern":"^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?!.*[@'\\\\\"/])[a-zA-Z0-9\\S]*$",
1145
+ "sensitive":true
1146
+ },
1147
+ "PrincipalString":{"type":"string"},
1148
+ "Proposal":{
1149
+ "type":"structure",
1150
+ "members":{
1151
+ "ProposalId":{"shape":"ResourceIdString"},
1152
+ "NetworkId":{"shape":"ResourceIdString"},
1153
+ "Description":{"shape":"DescriptionString"},
1154
+ "Actions":{"shape":"ProposalActions"},
1155
+ "ProposedByMemberId":{"shape":"ResourceIdString"},
1156
+ "ProposedByMemberName":{"shape":"NetworkMemberNameString"},
1157
+ "Status":{"shape":"ProposalStatus"},
1158
+ "CreationDate":{"shape":"Timestamp"},
1159
+ "ExpirationDate":{"shape":"Timestamp"},
1160
+ "YesVoteCount":{"shape":"VoteCount"},
1161
+ "NoVoteCount":{"shape":"VoteCount"},
1162
+ "OutstandingVoteCount":{"shape":"VoteCount"}
1163
+ }
1164
+ },
1165
+ "ProposalActions":{
1166
+ "type":"structure",
1167
+ "members":{
1168
+ "Invitations":{"shape":"InviteActionList"},
1169
+ "Removals":{"shape":"RemoveActionList"}
1170
+ }
1171
+ },
1172
+ "ProposalDurationInt":{
1173
+ "type":"integer",
1174
+ "box":true,
1175
+ "max":168,
1176
+ "min":1
1177
+ },
1178
+ "ProposalListMaxResults":{
1179
+ "type":"integer",
1180
+ "box":true,
1181
+ "max":100,
1182
+ "min":1
1183
+ },
1184
+ "ProposalStatus":{
1185
+ "type":"string",
1186
+ "enum":[
1187
+ "IN_PROGRESS",
1188
+ "APPROVED",
1189
+ "REJECTED",
1190
+ "EXPIRED",
1191
+ "ACTION_FAILED"
1192
+ ]
1193
+ },
1194
+ "ProposalSummary":{
1195
+ "type":"structure",
1196
+ "members":{
1197
+ "ProposalId":{"shape":"ResourceIdString"},
1198
+ "Description":{"shape":"DescriptionString"},
1199
+ "ProposedByMemberId":{"shape":"ResourceIdString"},
1200
+ "ProposedByMemberName":{"shape":"NetworkMemberNameString"},
1201
+ "Status":{"shape":"ProposalStatus"},
1202
+ "CreationDate":{"shape":"Timestamp"},
1203
+ "ExpirationDate":{"shape":"Timestamp"}
1204
+ }
1205
+ },
1206
+ "ProposalSummaryList":{
1207
+ "type":"list",
1208
+ "member":{"shape":"ProposalSummary"}
1209
+ },
1210
+ "ProposalVoteList":{
1211
+ "type":"list",
1212
+ "member":{"shape":"VoteSummary"}
1213
+ },
1214
+ "RejectInvitationInput":{
1215
+ "type":"structure",
1216
+ "required":["InvitationId"],
1217
+ "members":{
1218
+ "InvitationId":{
1219
+ "shape":"ResourceIdString",
1220
+ "location":"uri",
1221
+ "locationName":"invitationId"
1222
+ }
1223
+ }
1224
+ },
1225
+ "RejectInvitationOutput":{
1226
+ "type":"structure",
1227
+ "members":{
1228
+ }
1229
+ },
1230
+ "RemoveAction":{
1231
+ "type":"structure",
1232
+ "required":["MemberId"],
1233
+ "members":{
1234
+ "MemberId":{"shape":"ResourceIdString"}
1235
+ }
1236
+ },
1237
+ "RemoveActionList":{
1238
+ "type":"list",
1239
+ "member":{"shape":"RemoveAction"}
1240
+ },
1241
+ "ResourceAlreadyExistsException":{
1242
+ "type":"structure",
1243
+ "members":{
1244
+ "Message":{"shape":"String"}
1245
+ },
1246
+ "error":{"httpStatusCode":409},
1247
+ "exception":true
1248
+ },
1249
+ "ResourceIdString":{
1250
+ "type":"string",
1251
+ "max":32,
1252
+ "min":1
1253
+ },
1254
+ "ResourceLimitExceededException":{
1255
+ "type":"structure",
1256
+ "members":{
1257
+ "Message":{"shape":"String"}
1258
+ },
1259
+ "error":{"httpStatusCode":429},
1260
+ "exception":true
1261
+ },
1262
+ "ResourceNotFoundException":{
1263
+ "type":"structure",
1264
+ "members":{
1265
+ "Message":{"shape":"String"}
1266
+ },
1267
+ "error":{"httpStatusCode":404},
1268
+ "exception":true
1269
+ },
1270
+ "ResourceNotReadyException":{
1271
+ "type":"structure",
1272
+ "members":{
1273
+ "Message":{"shape":"String"}
1274
+ },
1275
+ "error":{"httpStatusCode":409},
1276
+ "exception":true
1277
+ },
1278
+ "String":{"type":"string"},
1279
+ "ThresholdComparator":{
1280
+ "type":"string",
1281
+ "enum":[
1282
+ "GREATER_THAN",
1283
+ "GREATER_THAN_OR_EQUAL_TO"
1284
+ ]
1285
+ },
1286
+ "ThresholdPercentageInt":{
1287
+ "type":"integer",
1288
+ "box":true,
1289
+ "max":100,
1290
+ "min":0
1291
+ },
1292
+ "ThrottlingException":{
1293
+ "type":"structure",
1294
+ "members":{
1295
+ },
1296
+ "error":{"httpStatusCode":429},
1297
+ "exception":true
1298
+ },
1299
+ "Timestamp":{
1300
+ "type":"timestamp",
1301
+ "timestampFormat":"iso8601"
1302
+ },
1303
+ "UsernameString":{
1304
+ "type":"string",
1305
+ "max":16,
1306
+ "min":1,
1307
+ "pattern":"^[a-zA-Z][a-zA-Z0-9]*$"
1308
+ },
1309
+ "VoteCount":{
1310
+ "type":"integer",
1311
+ "box":true
1312
+ },
1313
+ "VoteOnProposalInput":{
1314
+ "type":"structure",
1315
+ "required":[
1316
+ "NetworkId",
1317
+ "ProposalId",
1318
+ "VoterMemberId",
1319
+ "Vote"
1320
+ ],
1321
+ "members":{
1322
+ "NetworkId":{
1323
+ "shape":"ResourceIdString",
1324
+ "location":"uri",
1325
+ "locationName":"networkId"
1326
+ },
1327
+ "ProposalId":{
1328
+ "shape":"ResourceIdString",
1329
+ "location":"uri",
1330
+ "locationName":"proposalId"
1331
+ },
1332
+ "VoterMemberId":{"shape":"ResourceIdString"},
1333
+ "Vote":{"shape":"VoteValue"}
1334
+ }
1335
+ },
1336
+ "VoteOnProposalOutput":{
1337
+ "type":"structure",
1338
+ "members":{
1339
+ }
1340
+ },
1341
+ "VoteSummary":{
1342
+ "type":"structure",
1343
+ "members":{
1344
+ "Vote":{"shape":"VoteValue"},
1345
+ "MemberName":{"shape":"NetworkMemberNameString"},
1346
+ "MemberId":{"shape":"ResourceIdString"}
1347
+ }
1348
+ },
1349
+ "VoteValue":{
1350
+ "type":"string",
1351
+ "enum":[
1352
+ "YES",
1353
+ "NO"
1354
+ ]
1355
+ },
1356
+ "VotingPolicy":{
1357
+ "type":"structure",
1358
+ "members":{
1359
+ "ApprovalThresholdPolicy":{"shape":"ApprovalThresholdPolicy"}
1360
+ }
1361
+ }
1362
+ }
1363
+ }