|
834 | 834 | "CreateMemberOutput$MemberId": "<p>The unique identifier of the member.</p>",
|
835 | 835 | "CreateNetworkOutput$NetworkId": "<p>The unique identifier for the network.</p>",
|
836 | 836 | "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>", |
838 | 838 | "CreateNodeInput$MemberId": "<p>The unique identifier of the member that owns this node.</p> <p>Applies only to Hyperledger Fabric.</p>",
|
839 | 839 | "CreateNodeOutput$NodeId": "<p>The unique identifier of the node.</p>",
|
840 | 840 | "CreateProposalInput$NetworkId": "<p> The unique identifier of the network for which the proposal is made.</p>",
|
|
843 | 843 | "DeleteAccessorInput$AccessorId": "<p>The unique identifier of the accessor.</p>",
|
844 | 844 | "DeleteMemberInput$NetworkId": "<p>The unique identifier of the network from which the member is removed.</p>",
|
845 | 845 | "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>", |
847 | 847 | "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>",
|
848 | 848 | "DeleteNodeInput$NodeId": "<p>The unique identifier of the node.</p>",
|
849 | 849 | "GetAccessorInput$AccessorId": "<p>The unique identifier of the accessor.</p>",
|
|
922 | 922 | "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>",
|
923 | 923 | "MemberFabricAttributes$CaEndpoint": "<p>The endpoint used to access the member's certificate authority.</p>",
|
924 | 924 | "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>", |
926 | 926 | "NetworkFabricAttributes$OrderingServiceEndpoint": "<p>The endpoint of the ordering service for the network.</p>",
|
927 | 927 | "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>",
|
928 | 928 | "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