github.com/aavshr/aws-sdk-go@v1.41.3/service/marketplaceentitlementservice/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package marketplaceentitlementservice provides the client and types for making API 4 // requests to AWS Marketplace Entitlement Service. 5 // 6 // This reference provides descriptions of the AWS Marketplace Entitlement Service 7 // API. 8 // 9 // AWS Marketplace Entitlement Service is used to determine the entitlement 10 // of a customer to a given product. An entitlement represents capacity in a 11 // product owned by the customer. For example, a customer might own some number 12 // of users or seats in an SaaS application or some amount of data capacity 13 // in a multi-tenant database. 14 // 15 // Getting Entitlement Records 16 // 17 // * GetEntitlements- Gets the entitlements for a Marketplace product. 18 // 19 // See https://docs.aws.amazon.com/goto/WebAPI/entitlement.marketplace-2017-01-11 for more information on this service. 20 // 21 // See marketplaceentitlementservice package documentation for more information. 22 // https://docs.aws.amazon.com/sdk-for-go/api/service/marketplaceentitlementservice/ 23 // 24 // Using the Client 25 // 26 // To contact AWS Marketplace Entitlement Service with the SDK use the New function to create 27 // a new service client. With that client you can make API requests to the service. 28 // These clients are safe to use concurrently. 29 // 30 // See the SDK's documentation for more information on how to use the SDK. 31 // https://docs.aws.amazon.com/sdk-for-go/api/ 32 // 33 // See aws.Config documentation for more information on configuring SDK clients. 34 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 35 // 36 // See the AWS Marketplace Entitlement Service client MarketplaceEntitlementService for more 37 // information on creating client for this service. 38 // https://docs.aws.amazon.com/sdk-for-go/api/service/marketplaceentitlementservice/#New 39 package marketplaceentitlementservice