mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-05 22:08:27 +00:00
34 lines
1.6 KiB
Go
34 lines
1.6 KiB
Go
// 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.
|
|
// Currently, Managed Blockchain supports the Hyperledger Fabric open source
|
|
// framework.
|
|
//
|
|
// 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
|