3 Star 1 Fork 0

Gitee 极速下载 / aws-sdk-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/aws/aws-sdk-go
克隆/下载
doc.go 2.44 KB
一键复制 编辑 原始数据 按行查看 历史
awssdkgo 提交于 2018-05-30 23:15 . Release v1.13.58
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package neptune provides the client and types for making API
// requests to Amazon Neptune.
//
// Amazon Neptune is a fast, reliable, fully-managed graph database service
// that makes it easy to build and run applications that work with highly connected
// datasets. The core of Amazon Neptune is a purpose-built, high-performance
// graph database engine optimized for storing billions of relationships and
// querying the graph with milliseconds latency. Amazon Neptune supports popular
// graph models Property Graph and W3C's RDF, and their respective query languages
// Apache TinkerPop Gremlin and SPARQL, allowing you to easily build queries
// that efficiently navigate highly connected datasets. Neptune powers graph
// use cases such as recommendation engines, fraud detection, knowledge graphs,
// drug discovery, and network security.
//
// This interface reference for Amazon Neptune contains documentation for a
// programming or command line interface you can use to manage Amazon Neptune.
// Note that Amazon Neptune is asynchronous, which means that some interfaces
// might require techniques such as polling or callback functions to determine
// when a command has been applied. In this reference, the parameter descriptions
// indicate whether a command is applied immediately, on the next instance reboot,
// or during the maintenance window. The reference structure is as follows,
// and we list following some related topics from the user guide.
//
// Amazon Neptune API Reference
//
// See https://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31 for more information on this service.
//
// See neptune package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/neptune/
//
// Using the Client
//
// To contact Amazon Neptune 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 Neptune client Neptune for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/neptune/#New
package neptune
1
https://gitee.com/mirrors/aws-sdk-go.git
git@gitee.com:mirrors/aws-sdk-go.git
mirrors
aws-sdk-go
aws-sdk-go
v1.14.30

搜索帮助