Skip to content

Commit 03d0108

Browse files
author
awstools
committed
docs(client-managedblockchain): Remove Rinkeby as option from Ethereum APIs
1 parent bd24ace commit 03d0108

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -867,11 +867,6 @@ export interface CreateNodeInput {
867867
* <code>n-ethereum-goerli</code>
868868
* </p>
869869
* </li>
870-
* <li>
871-
* <p>
872-
* <code>n-ethereum-rinkeby</code>
873-
* </p>
874-
* </li>
875870
* </ul>
876871
*/
877872
NetworkId: string | undefined;
@@ -1078,11 +1073,6 @@ export interface DeleteNodeInput {
10781073
* <code>n-ethereum-goerli</code>
10791074
* </p>
10801075
* </li>
1081-
* <li>
1082-
* <p>
1083-
* <code>n-ethereum-rinkeby</code>
1084-
* </p>
1085-
* </li>
10861076
* </ul>
10871077
*/
10881078
NetworkId: string | undefined;
@@ -1341,10 +1331,6 @@ export interface NetworkEthereumAttributes {
13411331
* <p>goerli = <code>5</code>
13421332
* </p>
13431333
* </li>
1344-
* <li>
1345-
* <p>rinkeby = <code>4</code>
1346-
* </p>
1347-
* </li>
13481334
* </ul>
13491335
*/
13501336
ChainId?: string;

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
"NetworkId": {
613613
"target": "com.amazonaws.managedblockchain#ResourceIdString",
614614
"traits": {
615-
"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 <li>\n <p>\n <code>n-ethereum-rinkeby</code>\n </p>\n </li>\n </ul>",
615+
"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>",
616616
"smithy.api#httpLabel": {},
617617
"smithy.api#required": {}
618618
}
@@ -927,7 +927,7 @@
927927
"NetworkId": {
928928
"target": "com.amazonaws.managedblockchain#ResourceIdString",
929929
"traits": {
930-
"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 <li>\n <p>\n <code>n-ethereum-rinkeby</code>\n </p>\n </li>\n </ul>",
930+
"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>",
931931
"smithy.api#httpLabel": {},
932932
"smithy.api#required": {}
933933
}
@@ -2694,7 +2694,7 @@
26942694
"ChainId": {
26952695
"target": "com.amazonaws.managedblockchain#String",
26962696
"traits": {
2697-
"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 <li>\n <p>rinkeby = <code>4</code>\n </p>\n </li>\n </ul>"
2697+
"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>"
26982698
}
26992699
}
27002700
},
@@ -4969,4 +4969,4 @@
49694969
}
49704970
}
49714971
}
4972-
}
4972+
}

0 commit comments

Comments
 (0)