-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
41 lines (40 loc) · 2.07 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package managedblockchain provides the client and types for making API
// requests to Amazon Managed Blockchain.
//
// Amazon Managed Blockchain is a fully managed service for creating and managing
// blockchain networks using open-source frameworks. Blockchain allows you to
// build applications where multiple parties can securely and transparently
// run transactions and share data without the need for a trusted, central authority.
//
// Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source
// frameworks. Because of fundamental differences between the frameworks, some
// API actions or data types may only apply in the context of one framework
// and not the other. For example, actions related to Hyperledger Fabric network
// members such as CreateMember and DeleteMember don't apply to Ethereum.
//
// The description for each action indicates the framework or frameworks to
// which it applies. Data types and properties that apply only in the context
// of a particular framework are similarly indicated.
//
// See https://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24 for more information on this service.
//
// See managedblockchain package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/managedblockchain/
//
// # Using the Client
//
// To contact Amazon Managed Blockchain with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the Amazon Managed Blockchain client ManagedBlockchain for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/managedblockchain/#New
package managedblockchain