package types
import "github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics/types"
Index ¶
- type DataSetType
- type MarketplaceCommerceAnalyticsException
- func (e *MarketplaceCommerceAnalyticsException) Error() string
- func (e *MarketplaceCommerceAnalyticsException) ErrorCode() string
- func (e *MarketplaceCommerceAnalyticsException) ErrorFault() smithy.ErrorFault
- func (e *MarketplaceCommerceAnalyticsException) ErrorMessage() string
- type SupportDataSetType
Types ¶
type DataSetType ¶
type DataSetType string
const ( DataSetTypeCustomerSubscriberHourlyMonthlySubscriptions DataSetType = "customer_subscriber_hourly_monthly_subscriptions" DataSetTypeCustomerSubscriberAnnualSubscriptions DataSetType = "customer_subscriber_annual_subscriptions" DataSetTypeDailyBusinessUsageByInstanceType DataSetType = "daily_business_usage_by_instance_type" DataSetTypeDailyBusinessFees DataSetType = "daily_business_fees" DataSetTypeDailyBusinessFreeTrialConversions DataSetType = "daily_business_free_trial_conversions" DataSetTypeDailyBusinessNewInstances DataSetType = "daily_business_new_instances" DataSetTypeDailyBusinessNewProductSubscribers DataSetType = "daily_business_new_product_subscribers" DataSetTypeDailyBusinessCanceledProductSubscribers DataSetType = "daily_business_canceled_product_subscribers" DataSetTypeMonthlyRevenueBillingAndRevenueData DataSetType = "monthly_revenue_billing_and_revenue_data" DataSetTypeMonthlyRevenueAnnualSubscriptions DataSetType = "monthly_revenue_annual_subscriptions" DataSetTypeMonthlyRevenueFieldDemonstrationUsage DataSetType = "monthly_revenue_field_demonstration_usage" DataSetTypeMonthlyRevenueFlexiblePaymentSchedule DataSetType = "monthly_revenue_flexible_payment_schedule" DataSetTypeDisbursedAmountByProduct DataSetType = "disbursed_amount_by_product" DataSetTypeDisbursedAmountByProductWithUncollectedFunds DataSetType = "disbursed_amount_by_product_with_uncollected_funds" DataSetTypeDisbursedAmountByInstanceHours DataSetType = "disbursed_amount_by_instance_hours" DataSetTypeDisbursedAmountByCustomerGeo DataSetType = "disbursed_amount_by_customer_geo" DataSetTypeDisbursedAmountByAgeOfUncollectedFunds DataSetType = "disbursed_amount_by_age_of_uncollected_funds" DataSetTypeDisbursedAmountByAgeOfDisbursedFunds DataSetType = "disbursed_amount_by_age_of_disbursed_funds" DataSetTypeDisbursedAmountByAgeOfPastDueFunds DataSetType = "disbursed_amount_by_age_of_past_due_funds" DataSetTypeDisbursedAmountByUncollectedFundsBreakdown DataSetType = "disbursed_amount_by_uncollected_funds_breakdown" DataSetTypeCustomerProfileByIndustry DataSetType = "customer_profile_by_industry" DataSetTypeCustomerProfileByRevenue DataSetType = "customer_profile_by_revenue" DataSetTypeCustomerProfileByGeography DataSetType = "customer_profile_by_geography" DataSetTypeSalesCompensationBilledRevenue DataSetType = "sales_compensation_billed_revenue" DataSetTypeUsSalesAndUseTaxRecords DataSetType = "us_sales_and_use_tax_records" )
Enum values for DataSetType
func (DataSetType) Values ¶
func (DataSetType) Values() []DataSetType
Values returns all known values for DataSetType. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type MarketplaceCommerceAnalyticsException ¶
type MarketplaceCommerceAnalyticsException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
This exception is thrown when an internal service error occurs.
func (*MarketplaceCommerceAnalyticsException) Error ¶
func (e *MarketplaceCommerceAnalyticsException) Error() string
func (*MarketplaceCommerceAnalyticsException) ErrorCode ¶
func (e *MarketplaceCommerceAnalyticsException) ErrorCode() string
func (*MarketplaceCommerceAnalyticsException) ErrorFault ¶
func (e *MarketplaceCommerceAnalyticsException) ErrorFault() smithy.ErrorFault
func (*MarketplaceCommerceAnalyticsException) ErrorMessage ¶
func (e *MarketplaceCommerceAnalyticsException) ErrorMessage() string
type SupportDataSetType ¶
type SupportDataSetType string
const ( SupportDataSetTypeCustomerSupportContactsData SupportDataSetType = "customer_support_contacts_data" SupportDataSetTypeTestCustomerSupportContactsData SupportDataSetType = "test_customer_support_contacts_data" )
Enum values for SupportDataSetType
func (SupportDataSetType) Values ¶
func (SupportDataSetType) Values() []SupportDataSetType
Values returns all known values for SupportDataSetType. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
Source Files ¶
- Version
- v1.25.2 (latest)
- Published
- Apr 3, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 hour ago –
Tools for package owners.