aws-sdk-marketplacecommerceanalytics 1.0.0.rc2 → 1.0.0.rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a70e9dca14aa21949d1009c11a28e3ffb6dc26d7
|
4
|
+
data.tar.gz: 09a5a0e39a4f24c61fb7a038d098d300fe348f53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a2aaec1f8d3a277a58d48994bebed21c46b8db5adb115135c1429e4b6a1bbdcdbeee3f7909445758a114bc4211cd50587dc582384b5c7beb75861566197b988
|
7
|
+
data.tar.gz: 7fdf5d75be4cd65f4f0f19dcf3446a85df38b65537c3673187bac5a8eb1cd2a56aa45dc6e5f5a545c6a9c797feea1f1f250c571e0cb9ef8aca11a6da01feb8e1
|
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
|
18
18
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
19
19
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
20
20
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
21
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
21
22
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
22
23
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
23
24
|
|
@@ -45,6 +46,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
45
46
|
add_plugin(Aws::Plugins::ResponsePaging)
|
46
47
|
add_plugin(Aws::Plugins::StubResponses)
|
47
48
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
49
|
+
add_plugin(Aws::Plugins::JsonvalueConverter)
|
48
50
|
add_plugin(Aws::Plugins::SignatureV4)
|
49
51
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
50
52
|
|
@@ -213,6 +215,8 @@ module Aws::MarketplaceCommerceAnalytics
|
|
213
215
|
# Pacific Time since 2015-10-01.
|
214
216
|
# * *sales\_compensation\_billed\_revenue* - Available monthly on the
|
215
217
|
# 4th day of the month by 5:00 PM Pacific Time since 2016-12.
|
218
|
+
# * *us\_sales\_and\_use\_tax\_records* - Available monthly on the 15th
|
219
|
+
# day of the month by 5:00 PM Pacific Time since 2017-02-15.
|
216
220
|
#
|
217
221
|
# @option params [required, Time,DateTime,Date,Integer,String] :data_set_publication_date
|
218
222
|
# The date a data set was published. For daily data sets, provide a date
|
@@ -255,7 +259,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
255
259
|
# @example Request syntax with placeholder values
|
256
260
|
#
|
257
261
|
# resp = client.generate_data_set({
|
258
|
-
# 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, 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
|
262
|
+
# 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, 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
|
259
263
|
# data_set_publication_date: Time.now, # required
|
260
264
|
# role_name_arn: "RoleNameArn", # required
|
261
265
|
# destination_s3_bucket_name: "DestinationS3BucketName", # required
|
@@ -270,6 +274,8 @@ module Aws::MarketplaceCommerceAnalytics
|
|
270
274
|
#
|
271
275
|
# resp.data_set_request_id #=> String
|
272
276
|
#
|
277
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/marketplacecommerceanalytics-2015-07-01/GenerateDataSet AWS API Documentation
|
278
|
+
#
|
273
279
|
# @overload generate_data_set(params = {})
|
274
280
|
# @param [Hash] params ({})
|
275
281
|
def generate_data_set(params = {}, options = {})
|
@@ -359,6 +365,8 @@ module Aws::MarketplaceCommerceAnalytics
|
|
359
365
|
#
|
360
366
|
# resp.data_set_request_id #=> String
|
361
367
|
#
|
368
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/marketplacecommerceanalytics-2015-07-01/StartSupportDataExport AWS API Documentation
|
369
|
+
#
|
362
370
|
# @overload start_support_data_export(params = {})
|
363
371
|
# @param [Hash] params ({})
|
364
372
|
def start_support_data_export(params = {}, options = {})
|
@@ -379,7 +387,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
379
387
|
params: params,
|
380
388
|
config: config)
|
381
389
|
context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
|
382
|
-
context[:gem_version] = '1.0.0.
|
390
|
+
context[:gem_version] = '1.0.0.rc3'
|
383
391
|
Seahorse::Client::Request.new(handlers, context)
|
384
392
|
end
|
385
393
|
|
@@ -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, 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
|
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, 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
|
18
18
|
# data_set_publication_date: Time.now, # required
|
19
19
|
# role_name_arn: "RoleNameArn", # required
|
20
20
|
# destination_s3_bucket_name: "DestinationS3BucketName", # required
|
@@ -73,6 +73,8 @@ module Aws::MarketplaceCommerceAnalytics
|
|
73
73
|
# Pacific Time since 2015-10-01.
|
74
74
|
# * *sales\_compensation\_billed\_revenue* - Available monthly on the
|
75
75
|
# 4th day of the month by 5:00 PM Pacific Time since 2016-12.
|
76
|
+
# * *us\_sales\_and\_use\_tax\_records* - Available monthly on the
|
77
|
+
# 15th day of the month by 5:00 PM Pacific Time since 2017-02-15.
|
76
78
|
# @return [String]
|
77
79
|
#
|
78
80
|
# @!attribute [rw] data_set_publication_date
|
@@ -115,6 +117,8 @@ module Aws::MarketplaceCommerceAnalytics
|
|
115
117
|
# tracking information from other systems.
|
116
118
|
# @return [Hash<String,String>]
|
117
119
|
#
|
120
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/marketplacecommerceanalytics-2015-07-01/GenerateDataSetRequest AWS API Documentation
|
121
|
+
#
|
118
122
|
class GenerateDataSetRequest < Struct.new(
|
119
123
|
:data_set_type,
|
120
124
|
:data_set_publication_date,
|
@@ -134,6 +138,8 @@ module Aws::MarketplaceCommerceAnalytics
|
|
134
138
|
# a request with notifications from the SNS topic.
|
135
139
|
# @return [String]
|
136
140
|
#
|
141
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/marketplacecommerceanalytics-2015-07-01/GenerateDataSetResult AWS API Documentation
|
142
|
+
#
|
137
143
|
class GenerateDataSetResult < Struct.new(
|
138
144
|
:data_set_request_id)
|
139
145
|
include Aws::Structure
|
@@ -209,6 +215,8 @@ module Aws::MarketplaceCommerceAnalytics
|
|
209
215
|
# the Amazon SNS notification message and the data set metadata file.
|
210
216
|
# @return [Hash<String,String>]
|
211
217
|
#
|
218
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/marketplacecommerceanalytics-2015-07-01/StartSupportDataExportRequest AWS API Documentation
|
219
|
+
#
|
212
220
|
class StartSupportDataExportRequest < Struct.new(
|
213
221
|
:data_set_type,
|
214
222
|
:from_date,
|
@@ -228,6 +236,8 @@ module Aws::MarketplaceCommerceAnalytics
|
|
228
236
|
# correlate a request with notifications from the SNS topic.
|
229
237
|
# @return [String]
|
230
238
|
#
|
239
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/marketplacecommerceanalytics-2015-07-01/StartSupportDataExportResult AWS API Documentation
|
240
|
+
#
|
231
241
|
class StartSupportDataExportResult < Struct.new(
|
232
242
|
:data_set_request_id)
|
233
243
|
include Aws::Structure
|
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.0.0.
|
4
|
+
version: 1.0.0.rc3
|
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: 2017-
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|