Skip to content

Commit ba5e1b9

Browse files
Remove Rinkeby as option from Ethereum APIs
1 parent 2bfc68d commit ba5e1b9

File tree

6 files changed

+160
-208
lines changed

6 files changed

+160
-208
lines changed

generator/ServiceModels/managedblockchain/managedblockchain-2018-09-24.docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@
834834
"CreateMemberOutput$MemberId": "<p>The unique identifier of the member.</p>",
835835
"CreateNetworkOutput$NetworkId": "<p>The unique identifier for the network.</p>",
836836
"CreateNetworkOutput$MemberId": "<p>The unique identifier for the first member within the network.</p>",
837-
"CreateNodeInput$NetworkId": "<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> <li> <p> <code>n-ethereum-rinkeby</code> </p> </li> </ul>",
837+
"CreateNodeInput$NetworkId": "<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>",
838838
"CreateNodeInput$MemberId": "<p>The unique identifier of the member that owns this node.</p> <p>Applies only to Hyperledger Fabric.</p>",
839839
"CreateNodeOutput$NodeId": "<p>The unique identifier of the node.</p>",
840840
"CreateProposalInput$NetworkId": "<p> The unique identifier of the network for which the proposal is made.</p>",
@@ -843,7 +843,7 @@
843843
"DeleteAccessorInput$AccessorId": "<p>The unique identifier of the accessor.</p>",
844844
"DeleteMemberInput$NetworkId": "<p>The unique identifier of the network from which the member is removed.</p>",
845845
"DeleteMemberInput$MemberId": "<p>The unique identifier of the member to remove.</p>",
846-
"DeleteNodeInput$NetworkId": "<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> <li> <p> <code>n-ethereum-rinkeby</code> </p> </li> </ul>",
846+
"DeleteNodeInput$NetworkId": "<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>",
847847
"DeleteNodeInput$MemberId": "<p>The unique identifier of the member that owns this node.</p> <p>Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.</p>",
848848
"DeleteNodeInput$NodeId": "<p>The unique identifier of the node.</p>",
849849
"GetAccessorInput$AccessorId": "<p>The unique identifier of the accessor.</p>",
@@ -922,7 +922,7 @@
922922
"Member$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the member uses for encryption at rest. If the value of this parameter is <code>\"AWS Owned KMS Key\"</code>, the member uses an Amazon Web Services owned KMS key for encryption. This parameter is inherited by the nodes that this member owns.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/managed-blockchain-encryption-at-rest.html\">Encryption at Rest</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</p>",
923923
"MemberFabricAttributes$CaEndpoint": "<p>The endpoint used to access the member's certificate authority.</p>",
924924
"Network$VpcEndpointServiceName": "<p>The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.</p>",
925-
"NetworkEthereumAttributes$ChainId": "<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> <li> <p>rinkeby = <code>4</code> </p> </li> </ul>",
925+
"NetworkEthereumAttributes$ChainId": "<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>",
926926
"NetworkFabricAttributes$OrderingServiceEndpoint": "<p>The endpoint of the ordering service for the network.</p>",
927927
"Node$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the node uses for encryption at rest. If the value of this parameter is <code>\"AWS Owned KMS Key\"</code>, the node uses an Amazon Web Services owned KMS key for encryption. The node inherits this parameter from the member that it belongs to.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/managed-blockchain-encryption-at-rest.html\">Encryption at Rest</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</p> <p>Applies only to Hyperledger Fabric.</p>",
928928
"NodeEthereumAttributes$HttpEndpoint": "<p>The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a client. Use this endpoint in client code for smart contracts when using an HTTP connection. Connections to this endpoint are authenticated using <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4</a>.</p>",

0 commit comments

Comments
 (0)