Skip to content

Commit e4f5d35

Browse files
author
awstools
committed
docs(client-managedblockchain): This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.
1 parent 526c06c commit e4f5d35

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

clients/client-managedblockchain/src/models/models_0.ts

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -256,18 +256,34 @@ export interface CreateAccessorInput {
256256
/**
257257
* <p>The blockchain network that the <code>Accessor</code> token is created for.</p>
258258
* <note>
259-
* <p>We recommend using the appropriate <code>networkType</code>
260-
* value for the blockchain network that you are creating the <code>Accessor</code>
261-
* token for. You cannnot use the value <code>ETHEREUM_MAINNET_AND_GOERLI</code> to
262-
* specify a <code>networkType</code> for your Accessor token.</p>
263-
* <p>The default value of <code>ETHEREUM_MAINNET_AND_GOERLI</code> is only applied:</p>
264259
* <ul>
265260
* <li>
266-
* <p>when the <code>CreateAccessor</code> action does not set a <code>networkType</code>.</p>
261+
* <p>Use the actual <code>networkType</code> value for the blockchain network that you are creating
262+
* the <code>Accessor</code> token for.</p>
267263
* </li>
268264
* <li>
269-
* <p>to all existing <code>Accessor</code> tokens that were created before the <code>networkType</code> property was introduced.
270-
* </p>
265+
* <p>With the shut down of the <i>Ethereum Goerli</i> and <i>Polygon Mumbai
266+
* Testnet</i> networks the following <code>networkType</code> values are no longer available
267+
* for selection and use.</p>
268+
* <ul>
269+
* <li>
270+
* <p>
271+
* <code>ETHEREUM_MAINNET_AND_GOERLI</code>
272+
* </p>
273+
* </li>
274+
* <li>
275+
* <p>
276+
* <code>ETHEREUM_GOERLI</code>
277+
* </p>
278+
* </li>
279+
* <li>
280+
* <p>
281+
* <code>POLYGON_MUMBAI</code>
282+
* </p>
283+
* </li>
284+
* </ul>
285+
* <p>However, your existing <code>Accessor</code> tokens with these <code>networkType</code>
286+
* values will remain unchanged.</p>
271287
* </li>
272288
* </ul>
273289
* </note>
@@ -920,11 +936,6 @@ export interface CreateNodeInput {
920936
* <code>n-ethereum-mainnet</code>
921937
* </p>
922938
* </li>
923-
* <li>
924-
* <p>
925-
* <code>n-ethereum-goerli</code>
926-
* </p>
927-
* </li>
928939
* </ul>
929940
* @public
930941
*/
@@ -1126,11 +1137,6 @@ export interface DeleteNodeInput {
11261137
* <code>n-ethereum-mainnet</code>
11271138
* </p>
11281139
* </li>
1129-
* <li>
1130-
* <p>
1131-
* <code>n-ethereum-goerli</code>
1132-
* </p>
1133-
* </li>
11341140
* </ul>
11351141
* @public
11361142
*/
@@ -1385,10 +1391,6 @@ export interface NetworkEthereumAttributes {
13851391
* <p>mainnet = <code>1</code>
13861392
* </p>
13871393
* </li>
1388-
* <li>
1389-
* <p>goerli = <code>5</code>
1390-
* </p>
1391-
* </li>
13921394
* </ul>
13931395
* @public
13941396
*/

codegen/sdk-codegen/aws-models/managedblockchain.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
"NetworkType": {
351351
"target": "com.amazonaws.managedblockchain#AccessorNetworkType",
352352
"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>"
354354
}
355355
}
356356
},
@@ -671,7 +671,7 @@
671671
"NetworkId": {
672672
"target": "com.amazonaws.managedblockchain#ResourceIdString",
673673
"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>",
675675
"smithy.api#httpLabel": {},
676676
"smithy.api#required": {}
677677
}
@@ -986,7 +986,7 @@
986986
"NetworkId": {
987987
"target": "com.amazonaws.managedblockchain#ResourceIdString",
988988
"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>",
990990
"smithy.api#httpLabel": {},
991991
"smithy.api#required": {}
992992
}
@@ -2760,7 +2760,7 @@
27602760
"ChainId": {
27612761
"target": "com.amazonaws.managedblockchain#String",
27622762
"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>"
27642764
}
27652765
}
27662766
},

0 commit comments

Comments
 (0)