|
5 | 5 | "endpointPrefix":"managedblockchain",
|
6 | 6 | "jsonVersion":"1.1",
|
7 | 7 | "protocol":"rest-json",
|
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceAbbreviation":"ManagedBlockchain",
|
9 | 10 | "serviceFullName":"Amazon Managed Blockchain",
|
10 | 11 | "serviceId":"ManagedBlockchain",
|
|
652 | 653 | },
|
653 | 654 | "NetworkType":{
|
654 | 655 | "shape":"AccessorNetworkType",
|
655 |
| - "documentation":"<p>The blockchain network that the <code>Accessor</code> token is created for.</p> <note> <p>We recommend using the appropriate <code>networkType</code> value for the blockchain network that you are creating the <code>Accessor</code> token for. You cannnot use the value <code>ETHEREUM_MAINNET_AND_GOERLI</code> to specify a <code>networkType</code> for your Accessor token.</p> <p>The default value of <code>ETHEREUM_MAINNET_AND_GOERLI</code> is only applied:</p> <ul> <li> <p>when the <code>CreateAccessor</code> action does not set a <code>networkType</code>.</p> </li> <li> <p>to all existing <code>Accessor</code> tokens that were created before the <code>networkType</code> property was introduced. </p> </li> </ul> </note>" |
| 656 | + "documentation":"<p>The blockchain network that the <code>Accessor</code> token is created for.</p> <note> <ul> <li> <p>Use the actual <code>networkType</code> value for the blockchain network that you are creating the <code>Accessor</code> token for.</p> </li> <li> <p>With the shut down of the <i>Ethereum Goerli</i> and <i>Polygon Mumbai Testnet</i> networks the following <code>networkType</code> values are no longer available for selection and use.</p> <ul> <li> <p> <code>ETHEREUM_MAINNET_AND_GOERLI</code> </p> </li> <li> <p> <code>ETHEREUM_GOERLI</code> </p> </li> <li> <p> <code>POLYGON_MUMBAI</code> </p> </li> </ul> <p>However, your existing <code>Accessor</code> tokens with these <code>networkType</code> values will remain unchanged.</p> </li> </ul> </note>" |
656 | 657 | }
|
657 | 658 | }
|
658 | 659 | },
|
|
790 | 791 | },
|
791 | 792 | "NetworkId":{
|
792 | 793 | "shape":"ResourceIdString",
|
793 |
| - "documentation":"<p>The unique identifier of the network for the node.</p> <p>Ethereum public networks have the following <code>NetworkId</code>s:</p> <ul> <li> <p> <code>n-ethereum-mainnet</code> </p> </li> <li> <p> <code>n-ethereum-goerli</code> </p> </li> </ul>", |
| 794 | + "documentation":"<p>The unique identifier of the network for the node.</p> <p>Ethereum public networks have the following <code>NetworkId</code>s:</p> <ul> <li> <p> <code>n-ethereum-mainnet</code> </p> </li> </ul>", |
794 | 795 | "location":"uri",
|
795 | 796 | "locationName":"networkId"
|
796 | 797 | },
|
|
916 | 917 | "members":{
|
917 | 918 | "NetworkId":{
|
918 | 919 | "shape":"ResourceIdString",
|
919 |
| - "documentation":"<p>The unique identifier of the network that the node is on.</p> <p>Ethereum public networks have the following <code>NetworkId</code>s:</p> <ul> <li> <p> <code>n-ethereum-mainnet</code> </p> </li> <li> <p> <code>n-ethereum-goerli</code> </p> </li> </ul>", |
| 920 | + "documentation":"<p>The unique identifier of the network that the node is on.</p> <p>Ethereum public networks have the following <code>NetworkId</code>s:</p> <ul> <li> <p> <code>n-ethereum-mainnet</code> </p> </li> </ul>", |
920 | 921 | "location":"uri",
|
921 | 922 | "locationName":"networkId"
|
922 | 923 | },
|
|
1818 | 1819 | "members":{
|
1819 | 1820 | "ChainId":{
|
1820 | 1821 | "shape":"String",
|
1821 |
| - "documentation":"<p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p> <ul> <li> <p>mainnet = <code>1</code> </p> </li> <li> <p>goerli = <code>5</code> </p> </li> </ul>" |
| 1822 | + "documentation":"<p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p> <ul> <li> <p>mainnet = <code>1</code> </p> </li> </ul>" |
1822 | 1823 | }
|
1823 | 1824 | },
|
1824 | 1825 | "documentation":"<p>Attributes of Ethereum for a network. </p>"
|
|
0 commit comments