1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package freetier provides the API client, operations, and parameter types for
// AWS Free Tier.
//
// You can use the Amazon Web Services Free Tier API to query programmatically
// your Free Tier usage data. Free Tier tracks your monthly usage data for all free
// tier offers that are associated with your Amazon Web Services account. You can
// use the Free Tier API to filter and show only the data that you want. Service
// endpoint The Free Tier API provides the following endpoint:
// - https://freetier.us-east-1.api.aws
//
// For more information, see Using the Amazon Web Services Free Tier (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-free-tier.html)
// in the Billing User Guide.
package freetier
|