aws-sdk-marketplacecommerceanalytics 1.16.0 → 1.17.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2bbefe0bc5cb589754645d9a20cbc407f97b262c
|
4
|
+
data.tar.gz: 432e6aafc0465f8c5e57dd4d5e8571fbb3b38a44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8269a446a1be5d0af4d5052c26415e02cb3b25946a037482ae902fb611feb1d8e5983fe79dc32840f684e5f2a89223633b173e4d97b2097becb04e954f627a6
|
7
|
+
data.tar.gz: dd52437832803c8db292bb3b0a8e704316a179086d9157077e32df3d22c3ec55e1990a40510ba710f05460a3968b717284c7f93d8d79a503f984103ae3396822
|
@@ -353,6 +353,12 @@ module Aws::MarketplaceCommerceAnalytics
|
|
353
353
|
# * **disbursed\_amount\_by\_age\_of\_disbursed\_funds**
|
354
354
|
# From 2015-01-26 to present: Available every 30 days by 24:00 UTC.
|
355
355
|
#
|
356
|
+
# * **disbursed\_amount\_by\_age\_of\_past\_due\_funds**
|
357
|
+
# From 2018-04-07 to present: Available every 30 days by 24:00 UTC.
|
358
|
+
#
|
359
|
+
# * **disbursed\_amount\_by\_uncollected\_funds\_breakdown**
|
360
|
+
# From 2019-10-04 to present: Available every 30 days by 24:00 UTC.
|
361
|
+
#
|
356
362
|
# * **customer\_profile\_by\_industry**
|
357
363
|
# From 2015-10-01 to 2017-06-29: Available daily by 24:00 UTC.
|
358
364
|
#
|
@@ -424,7 +430,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
424
430
|
# @example Request syntax with placeholder values
|
425
431
|
#
|
426
432
|
# resp = client.generate_data_set({
|
427
|
-
# data_set_type: "customer_subscriber_hourly_monthly_subscriptions", # required, accepts customer_subscriber_hourly_monthly_subscriptions, customer_subscriber_annual_subscriptions, daily_business_usage_by_instance_type, daily_business_fees, daily_business_free_trial_conversions, daily_business_new_instances, daily_business_new_product_subscribers, daily_business_canceled_product_subscribers, monthly_revenue_billing_and_revenue_data, monthly_revenue_annual_subscriptions, monthly_revenue_field_demonstration_usage, monthly_revenue_flexible_payment_schedule, disbursed_amount_by_product, disbursed_amount_by_product_with_uncollected_funds, disbursed_amount_by_instance_hours, disbursed_amount_by_customer_geo, disbursed_amount_by_age_of_uncollected_funds, disbursed_amount_by_age_of_disbursed_funds, customer_profile_by_industry, customer_profile_by_revenue, customer_profile_by_geography, sales_compensation_billed_revenue, us_sales_and_use_tax_records
|
433
|
+
# data_set_type: "customer_subscriber_hourly_monthly_subscriptions", # required, accepts customer_subscriber_hourly_monthly_subscriptions, customer_subscriber_annual_subscriptions, daily_business_usage_by_instance_type, daily_business_fees, daily_business_free_trial_conversions, daily_business_new_instances, daily_business_new_product_subscribers, daily_business_canceled_product_subscribers, monthly_revenue_billing_and_revenue_data, monthly_revenue_annual_subscriptions, monthly_revenue_field_demonstration_usage, monthly_revenue_flexible_payment_schedule, disbursed_amount_by_product, disbursed_amount_by_product_with_uncollected_funds, disbursed_amount_by_instance_hours, disbursed_amount_by_customer_geo, disbursed_amount_by_age_of_uncollected_funds, disbursed_amount_by_age_of_disbursed_funds, disbursed_amount_by_age_of_past_due_funds, disbursed_amount_by_uncollected_funds_breakdown, customer_profile_by_industry, customer_profile_by_revenue, customer_profile_by_geography, sales_compensation_billed_revenue, us_sales_and_use_tax_records
|
428
434
|
# data_set_publication_date: Time.now, # required
|
429
435
|
# role_name_arn: "RoleNameArn", # required
|
430
436
|
# destination_s3_bucket_name: "DestinationS3BucketName", # required
|
@@ -552,7 +558,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
552
558
|
params: params,
|
553
559
|
config: config)
|
554
560
|
context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
|
555
|
-
context[:gem_version] = '1.
|
561
|
+
context[:gem_version] = '1.17.0'
|
556
562
|
Seahorse::Client::Request.new(handlers, context)
|
557
563
|
end
|
558
564
|
|
@@ -14,7 +14,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
14
14
|
# data as a hash:
|
15
15
|
#
|
16
16
|
# {
|
17
|
-
# data_set_type: "customer_subscriber_hourly_monthly_subscriptions", # required, accepts customer_subscriber_hourly_monthly_subscriptions, customer_subscriber_annual_subscriptions, daily_business_usage_by_instance_type, daily_business_fees, daily_business_free_trial_conversions, daily_business_new_instances, daily_business_new_product_subscribers, daily_business_canceled_product_subscribers, monthly_revenue_billing_and_revenue_data, monthly_revenue_annual_subscriptions, monthly_revenue_field_demonstration_usage, monthly_revenue_flexible_payment_schedule, disbursed_amount_by_product, disbursed_amount_by_product_with_uncollected_funds, disbursed_amount_by_instance_hours, disbursed_amount_by_customer_geo, disbursed_amount_by_age_of_uncollected_funds, disbursed_amount_by_age_of_disbursed_funds, customer_profile_by_industry, customer_profile_by_revenue, customer_profile_by_geography, sales_compensation_billed_revenue, us_sales_and_use_tax_records
|
17
|
+
# data_set_type: "customer_subscriber_hourly_monthly_subscriptions", # required, accepts customer_subscriber_hourly_monthly_subscriptions, customer_subscriber_annual_subscriptions, daily_business_usage_by_instance_type, daily_business_fees, daily_business_free_trial_conversions, daily_business_new_instances, daily_business_new_product_subscribers, daily_business_canceled_product_subscribers, monthly_revenue_billing_and_revenue_data, monthly_revenue_annual_subscriptions, monthly_revenue_field_demonstration_usage, monthly_revenue_flexible_payment_schedule, disbursed_amount_by_product, disbursed_amount_by_product_with_uncollected_funds, disbursed_amount_by_instance_hours, disbursed_amount_by_customer_geo, disbursed_amount_by_age_of_uncollected_funds, disbursed_amount_by_age_of_disbursed_funds, disbursed_amount_by_age_of_past_due_funds, disbursed_amount_by_uncollected_funds_breakdown, customer_profile_by_industry, customer_profile_by_revenue, customer_profile_by_geography, sales_compensation_billed_revenue, us_sales_and_use_tax_records
|
18
18
|
# data_set_publication_date: Time.now, # required
|
19
19
|
# role_name_arn: "RoleNameArn", # required
|
20
20
|
# destination_s3_bucket_name: "DestinationS3BucketName", # required
|
@@ -102,6 +102,12 @@ module Aws::MarketplaceCommerceAnalytics
|
|
102
102
|
# * **disbursed\_amount\_by\_age\_of\_disbursed\_funds**
|
103
103
|
# From 2015-01-26 to present: Available every 30 days by 24:00 UTC.
|
104
104
|
#
|
105
|
+
# * **disbursed\_amount\_by\_age\_of\_past\_due\_funds**
|
106
|
+
# From 2018-04-07 to present: Available every 30 days by 24:00 UTC.
|
107
|
+
#
|
108
|
+
# * **disbursed\_amount\_by\_uncollected\_funds\_breakdown**
|
109
|
+
# From 2019-10-04 to present: Available every 30 days by 24:00 UTC.
|
110
|
+
#
|
105
111
|
# * **customer\_profile\_by\_industry**
|
106
112
|
# From 2015-10-01 to 2017-06-29: Available daily by 24:00 UTC.
|
107
113
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-marketplacecommerceanalytics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|