|
350 | 350 | "NetworkType": { |
351 | 351 | "target": "com.amazonaws.managedblockchain#AccessorNetworkType", |
352 | 352 | "traits": { |
353 | | - "smithy.api#documentation": "<p>The blockchain network that the <code>Accessor</code> token is created for.</p>\n <note>\n <p>We recommend using the appropriate <code>networkType</code> \n value for the blockchain network that you are creating the <code>Accessor</code> \n token for. You cannnot use the value <code>ETHEREUM_MAINNET_AND_GOERLI</code> to \n specify a <code>networkType</code> for your Accessor token.</p>\n <p>The default value of <code>ETHEREUM_MAINNET_AND_GOERLI</code> is only applied:</p>\n <ul>\n <li>\n <p>when the <code>CreateAccessor</code> action does not set a <code>networkType</code>.</p>\n </li>\n <li>\n <p>to all existing <code>Accessor</code> tokens that were created before the <code>networkType</code> property was introduced.\n </p>\n </li>\n </ul>\n </note>" |
| 353 | + "smithy.api#documentation": "<p>The blockchain network that the <code>Accessor</code> token is created for.</p>\n <note>\n <ul>\n <li>\n <p>Use the actual <code>networkType</code> value for the blockchain network that you are creating \n the <code>Accessor</code> token for.</p>\n </li>\n <li>\n <p>With the shut down of the <i>Ethereum Goerli</i> and <i>Polygon Mumbai \n Testnet</i> networks the following <code>networkType</code> values are no longer available \n for selection and use.</p>\n <ul>\n <li>\n <p>\n <code>ETHEREUM_MAINNET_AND_GOERLI</code>\n </p>\n </li>\n <li>\n <p>\n <code>ETHEREUM_GOERLI</code>\n </p>\n </li>\n <li>\n <p>\n <code>POLYGON_MUMBAI</code>\n </p>\n </li>\n </ul>\n <p>However, your existing <code>Accessor</code> tokens with these <code>networkType</code> \n values will remain unchanged.</p>\n </li>\n </ul>\n </note>" |
354 | 354 | } |
355 | 355 | } |
356 | 356 | }, |
|
671 | 671 | "NetworkId": { |
672 | 672 | "target": "com.amazonaws.managedblockchain#ResourceIdString", |
673 | 673 | "traits": { |
674 | | - "smithy.api#documentation": "<p>The unique identifier of the network for the node.</p>\n <p>Ethereum public networks have the following <code>NetworkId</code>s:</p>\n <ul>\n <li>\n <p>\n <code>n-ethereum-mainnet</code>\n </p>\n </li>\n <li>\n <p>\n <code>n-ethereum-goerli</code>\n </p>\n </li>\n </ul>", |
| 674 | + "smithy.api#documentation": "<p>The unique identifier of the network for the node.</p>\n <p>Ethereum public networks have the following <code>NetworkId</code>s:</p>\n <ul>\n <li>\n <p>\n <code>n-ethereum-mainnet</code>\n </p>\n </li>\n </ul>", |
675 | 675 | "smithy.api#httpLabel": {}, |
676 | 676 | "smithy.api#required": {} |
677 | 677 | } |
|
986 | 986 | "NetworkId": { |
987 | 987 | "target": "com.amazonaws.managedblockchain#ResourceIdString", |
988 | 988 | "traits": { |
989 | | - "smithy.api#documentation": "<p>The unique identifier of the network that the node is on.</p>\n <p>Ethereum public networks have the following <code>NetworkId</code>s:</p>\n <ul>\n <li>\n <p>\n <code>n-ethereum-mainnet</code>\n </p>\n </li>\n <li>\n <p>\n <code>n-ethereum-goerli</code>\n </p>\n </li>\n </ul>", |
| 989 | + "smithy.api#documentation": "<p>The unique identifier of the network that the node is on.</p>\n <p>Ethereum public networks have the following <code>NetworkId</code>s:</p>\n <ul>\n <li>\n <p>\n <code>n-ethereum-mainnet</code>\n </p>\n </li>\n </ul>", |
990 | 990 | "smithy.api#httpLabel": {}, |
991 | 991 | "smithy.api#required": {} |
992 | 992 | } |
|
2760 | 2760 | "ChainId": { |
2761 | 2761 | "target": "com.amazonaws.managedblockchain#String", |
2762 | 2762 | "traits": { |
2763 | | - "smithy.api#documentation": "<p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p>\n <ul>\n <li>\n <p>mainnet = <code>1</code>\n </p>\n </li>\n <li>\n <p>goerli = <code>5</code>\n </p>\n </li>\n </ul>" |
| 2763 | + "smithy.api#documentation": "<p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p>\n <ul>\n <li>\n <p>mainnet = <code>1</code>\n </p>\n </li>\n </ul>" |
2764 | 2764 | } |
2765 | 2765 | } |
2766 | 2766 | }, |
|
0 commit comments