UNPKG

15.5 kBTypeScriptView Raw
1import {Request} from '../lib/request';
2import {Response} from '../lib/response';
3import {AWSError} from '../lib/error';
4import {Service} from '../lib/service';
5import {ServiceConfigurationOptions} from '../lib/service';
6import {ConfigBase as Config} from '../lib/config';
7interface Blob {}
8declare class MarketplaceMetering extends Service {
9 /**
10 * Constructs a service object. This object has one method for each API operation.
11 */
12 constructor(options?: MarketplaceMetering.Types.ClientConfiguration)
13 config: Config & MarketplaceMetering.Types.ClientConfiguration;
14 /**
15 * BatchMeterUsage is called from a SaaS application listed on the AWS Marketplace to post metering records for a set of customers. For identical requests, the API is idempotent; requests can be retried with the same records or a subset of the input records. Every request to BatchMeterUsage is for one product. If you need to meter usage for multiple products, you must make multiple calls to BatchMeterUsage. BatchMeterUsage can process up to 25 UsageRecords at a time.
16 */
17 batchMeterUsage(params: MarketplaceMetering.Types.BatchMeterUsageRequest, callback?: (err: AWSError, data: MarketplaceMetering.Types.BatchMeterUsageResult) => void): Request<MarketplaceMetering.Types.BatchMeterUsageResult, AWSError>;
18 /**
19 * BatchMeterUsage is called from a SaaS application listed on the AWS Marketplace to post metering records for a set of customers. For identical requests, the API is idempotent; requests can be retried with the same records or a subset of the input records. Every request to BatchMeterUsage is for one product. If you need to meter usage for multiple products, you must make multiple calls to BatchMeterUsage. BatchMeterUsage can process up to 25 UsageRecords at a time.
20 */
21 batchMeterUsage(callback?: (err: AWSError, data: MarketplaceMetering.Types.BatchMeterUsageResult) => void): Request<MarketplaceMetering.Types.BatchMeterUsageResult, AWSError>;
22 /**
23 * API to emit metering records. For identical requests, the API is idempotent. It simply returns the metering record ID. MeterUsage is authenticated on the buyer's AWS account using credentials from the EC2 instance, ECS task, or EKS pod.
24 */
25 meterUsage(params: MarketplaceMetering.Types.MeterUsageRequest, callback?: (err: AWSError, data: MarketplaceMetering.Types.MeterUsageResult) => void): Request<MarketplaceMetering.Types.MeterUsageResult, AWSError>;
26 /**
27 * API to emit metering records. For identical requests, the API is idempotent. It simply returns the metering record ID. MeterUsage is authenticated on the buyer's AWS account using credentials from the EC2 instance, ECS task, or EKS pod.
28 */
29 meterUsage(callback?: (err: AWSError, data: MarketplaceMetering.Types.MeterUsageResult) => void): Request<MarketplaceMetering.Types.MeterUsageResult, AWSError>;
30 /**
31 * Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call the RegisterUsage operation for software entitlement and metering. Free and BYOL products for Amazon ECS or Amazon EKS aren't required to call RegisterUsage, but you may choose to do so if you would like to receive usage data in your seller reports. The sections below explain the behavior of RegisterUsage. RegisterUsage performs two primary functions: metering and entitlement. Entitlement: RegisterUsage allows you to verify that the customer running your paid software is subscribed to your product on AWS Marketplace, enabling you to guard against unauthorized use. Your container image that integrates with RegisterUsage is only required to guard against unauthorized use at container startup, as such a CustomerNotSubscribedException/PlatformNotSupportedException will only be thrown on the initial call to RegisterUsage. Subsequent calls from the same Amazon ECS task instance (e.g. task-id) or Amazon EKS pod will not throw a CustomerNotSubscribedException, even if the customer unsubscribes while the Amazon ECS task or Amazon EKS pod is still running. Metering: RegisterUsage meters software use per ECS task, per hour, or per pod for Amazon EKS with usage prorated to the second. A minimum of 1 minute of usage applies to tasks that are short lived. For example, if a customer has a 10 node Amazon ECS or Amazon EKS cluster and a service configured as a Daemon Set, then Amazon ECS or Amazon EKS will launch a task on all 10 cluster nodes and the customer will be charged: (10 * hourly_rate). Metering for software use is automatically handled by the AWS Marketplace Metering Control Plane -- your software is not required to perform any metering specific actions, other than call RegisterUsage once for metering of software use to commence. The AWS Marketplace Metering Control Plane will also continue to bill customers for running ECS tasks and Amazon EKS pods, regardless of the customers subscription state, removing the need for your software to perform entitlement checks at runtime.
32 */
33 registerUsage(params: MarketplaceMetering.Types.RegisterUsageRequest, callback?: (err: AWSError, data: MarketplaceMetering.Types.RegisterUsageResult) => void): Request<MarketplaceMetering.Types.RegisterUsageResult, AWSError>;
34 /**
35 * Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call the RegisterUsage operation for software entitlement and metering. Free and BYOL products for Amazon ECS or Amazon EKS aren't required to call RegisterUsage, but you may choose to do so if you would like to receive usage data in your seller reports. The sections below explain the behavior of RegisterUsage. RegisterUsage performs two primary functions: metering and entitlement. Entitlement: RegisterUsage allows you to verify that the customer running your paid software is subscribed to your product on AWS Marketplace, enabling you to guard against unauthorized use. Your container image that integrates with RegisterUsage is only required to guard against unauthorized use at container startup, as such a CustomerNotSubscribedException/PlatformNotSupportedException will only be thrown on the initial call to RegisterUsage. Subsequent calls from the same Amazon ECS task instance (e.g. task-id) or Amazon EKS pod will not throw a CustomerNotSubscribedException, even if the customer unsubscribes while the Amazon ECS task or Amazon EKS pod is still running. Metering: RegisterUsage meters software use per ECS task, per hour, or per pod for Amazon EKS with usage prorated to the second. A minimum of 1 minute of usage applies to tasks that are short lived. For example, if a customer has a 10 node Amazon ECS or Amazon EKS cluster and a service configured as a Daemon Set, then Amazon ECS or Amazon EKS will launch a task on all 10 cluster nodes and the customer will be charged: (10 * hourly_rate). Metering for software use is automatically handled by the AWS Marketplace Metering Control Plane -- your software is not required to perform any metering specific actions, other than call RegisterUsage once for metering of software use to commence. The AWS Marketplace Metering Control Plane will also continue to bill customers for running ECS tasks and Amazon EKS pods, regardless of the customers subscription state, removing the need for your software to perform entitlement checks at runtime.
36 */
37 registerUsage(callback?: (err: AWSError, data: MarketplaceMetering.Types.RegisterUsageResult) => void): Request<MarketplaceMetering.Types.RegisterUsageResult, AWSError>;
38 /**
39 * ResolveCustomer is called by a SaaS application during the registration process. When a buyer visits your website during the registration process, the buyer submits a registration token through their browser. The registration token is resolved through this API to obtain a CustomerIdentifier and product code.
40 */
41 resolveCustomer(params: MarketplaceMetering.Types.ResolveCustomerRequest, callback?: (err: AWSError, data: MarketplaceMetering.Types.ResolveCustomerResult) => void): Request<MarketplaceMetering.Types.ResolveCustomerResult, AWSError>;
42 /**
43 * ResolveCustomer is called by a SaaS application during the registration process. When a buyer visits your website during the registration process, the buyer submits a registration token through their browser. The registration token is resolved through this API to obtain a CustomerIdentifier and product code.
44 */
45 resolveCustomer(callback?: (err: AWSError, data: MarketplaceMetering.Types.ResolveCustomerResult) => void): Request<MarketplaceMetering.Types.ResolveCustomerResult, AWSError>;
46}
47declare namespace MarketplaceMetering {
48 export interface BatchMeterUsageRequest {
49 /**
50 * The set of UsageRecords to submit. BatchMeterUsage accepts up to 25 UsageRecords at a time.
51 */
52 UsageRecords: UsageRecordList;
53 /**
54 * Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.
55 */
56 ProductCode: ProductCode;
57 }
58 export interface BatchMeterUsageResult {
59 /**
60 * Contains all UsageRecords processed by BatchMeterUsage. These records were either honored by AWS Marketplace Metering Service or were invalid.
61 */
62 Results?: UsageRecordResultList;
63 /**
64 * Contains all UsageRecords that were not processed by BatchMeterUsage. This is a list of UsageRecords. You can retry the failed request by making another BatchMeterUsage call with this list as input in the BatchMeterUsageRequest.
65 */
66 UnprocessedRecords?: UsageRecordList;
67 }
68 export type Boolean = boolean;
69 export type CustomerIdentifier = string;
70 export interface MeterUsageRequest {
71 /**
72 * Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.
73 */
74 ProductCode: ProductCode;
75 /**
76 * Timestamp, in UTC, for which the usage is being reported. Your application can meter usage for up to one hour in the past. Make sure the timestamp value is not before the start of the software usage.
77 */
78 Timestamp: Timestamp;
79 /**
80 * It will be one of the fcp dimension name provided during the publishing of the product.
81 */
82 UsageDimension: UsageDimension;
83 /**
84 * Consumption value for the hour. Defaults to 0 if not specified.
85 */
86 UsageQuantity?: UsageQuantity;
87 /**
88 * Checks whether you have the permissions required for the action, but does not make the request. If you have the permissions, the request returns DryRunOperation; otherwise, it returns UnauthorizedException. Defaults to false if not specified.
89 */
90 DryRun?: Boolean;
91 }
92 export interface MeterUsageResult {
93 /**
94 * Metering record id.
95 */
96 MeteringRecordId?: String;
97 }
98 export type NonEmptyString = string;
99 export type Nonce = string;
100 export type ProductCode = string;
101 export interface RegisterUsageRequest {
102 /**
103 * Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.
104 */
105 ProductCode: ProductCode;
106 /**
107 * Public Key Version provided by AWS Marketplace
108 */
109 PublicKeyVersion: VersionInteger;
110 /**
111 * (Optional) To scope down the registration to a specific running software instance and guard against replay attacks.
112 */
113 Nonce?: Nonce;
114 }
115 export interface RegisterUsageResult {
116 /**
117 * (Optional) Only included when public key version has expired
118 */
119 PublicKeyRotationTimestamp?: Timestamp;
120 /**
121 * JWT Token
122 */
123 Signature?: NonEmptyString;
124 }
125 export interface ResolveCustomerRequest {
126 /**
127 * When a buyer visits your website during the registration process, the buyer submits a registration token through the browser. The registration token is resolved to obtain a CustomerIdentifier and product code.
128 */
129 RegistrationToken: NonEmptyString;
130 }
131 export interface ResolveCustomerResult {
132 /**
133 * The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
134 */
135 CustomerIdentifier?: CustomerIdentifier;
136 /**
137 * The product code is returned to confirm that the buyer is registering for your product. Subsequent BatchMeterUsage calls should be made using this product code.
138 */
139 ProductCode?: ProductCode;
140 }
141 export type String = string;
142 export type Timestamp = Date;
143 export type UsageDimension = string;
144 export type UsageQuantity = number;
145 export interface UsageRecord {
146 /**
147 * Timestamp, in UTC, for which the usage is being reported. Your application can meter usage for up to one hour in the past. Make sure the timestamp value is not before the start of the software usage.
148 */
149 Timestamp: Timestamp;
150 /**
151 * The CustomerIdentifier is obtained through the ResolveCustomer operation and represents an individual buyer in your application.
152 */
153 CustomerIdentifier: CustomerIdentifier;
154 /**
155 * During the process of registering a product on AWS Marketplace, up to eight dimensions are specified. These represent different units of value in your application.
156 */
157 Dimension: UsageDimension;
158 /**
159 * The quantity of usage consumed by the customer for the given dimension and time. Defaults to 0 if not specified.
160 */
161 Quantity?: UsageQuantity;
162 }
163 export type UsageRecordList = UsageRecord[];
164 export interface UsageRecordResult {
165 /**
166 * The UsageRecord that was part of the BatchMeterUsage request.
167 */
168 UsageRecord?: UsageRecord;
169 /**
170 * The MeteringRecordId is a unique identifier for this metering event.
171 */
172 MeteringRecordId?: String;
173 /**
174 * The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage. Success- The UsageRecord was accepted and honored by BatchMeterUsage. CustomerNotSubscribed- The CustomerIdentifier specified is not subscribed to your product. The UsageRecord was not honored. Future UsageRecords for this customer will fail until the customer subscribes to your product. DuplicateRecord- Indicates that the UsageRecord was invalid and not honored. A previously metered UsageRecord had the same customer, dimension, and time, but a different quantity.
175 */
176 Status?: UsageRecordResultStatus;
177 }
178 export type UsageRecordResultList = UsageRecordResult[];
179 export type UsageRecordResultStatus = "Success"|"CustomerNotSubscribed"|"DuplicateRecord"|string;
180 export type VersionInteger = number;
181 /**
182 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
183 */
184 export type apiVersion = "2016-01-14"|"latest"|string;
185 export interface ClientApiVersions {
186 /**
187 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
188 */
189 apiVersion?: apiVersion;
190 }
191 export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
192 /**
193 * Contains interfaces for use with the MarketplaceMetering client.
194 */
195 export import Types = MarketplaceMetering;
196}
197export = MarketplaceMetering;