aws-sdk-marketplacecommerceanalytics 1.0.0.rc9 → 1.0.0.rc10
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: cdd1b50bef61b3ee2cae456113e90e5d1dc3557c
|
4
|
+
data.tar.gz: e2af3a5fe2e635cffeb8673bf33d79925b5b2e47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb38b3826a7638e82f5f0799ef138f536aa1f613e2dcf67efe4691f6fc15f7da0e29c20168d80a17534fb630a7405b52ca99e082a167e0980a5f20d34439b017
|
7
|
+
data.tar.gz: 30398ab3c1c9422cc7830b45a26a00153d03e7306b34c5aaef280618dec82d95bae96a236bf2cff54e60f00af580f2d8770fcf855d27a040fd920386e36f48d3
|
@@ -171,55 +171,109 @@ module Aws::MarketplaceCommerceAnalytics
|
|
171
171
|
# @option params [required, String] :data_set_type
|
172
172
|
# The desired data set type.
|
173
173
|
#
|
174
|
-
# *
|
175
|
-
# daily by 5:00 PM Pacific Time
|
176
|
-
#
|
177
|
-
#
|
178
|
-
#
|
179
|
-
#
|
180
|
-
# *
|
181
|
-
#
|
182
|
-
#
|
183
|
-
#
|
184
|
-
#
|
185
|
-
#
|
186
|
-
# *
|
187
|
-
# 5:00 PM Pacific Time
|
188
|
-
#
|
189
|
-
#
|
190
|
-
#
|
191
|
-
#
|
192
|
-
# *
|
193
|
-
#
|
194
|
-
#
|
195
|
-
#
|
196
|
-
#
|
197
|
-
#
|
198
|
-
#
|
199
|
-
#
|
174
|
+
# * **customer\_subscriber\_hourly\_monthly\_subscriptions**
|
175
|
+
# From 2014-07-21 to present: Available daily by 5:00 PM Pacific Time.
|
176
|
+
#
|
177
|
+
# * **customer\_subscriber\_annual\_subscriptions**
|
178
|
+
# From 2014-07-21 to present: Available daily by 5:00 PM Pacific Time.
|
179
|
+
#
|
180
|
+
# * **daily\_business\_usage\_by\_instance\_type**
|
181
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.
|
182
|
+
#
|
183
|
+
# * **daily\_business\_fees**
|
184
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.
|
185
|
+
#
|
186
|
+
# * **daily\_business\_free\_trial\_conversions**
|
187
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.
|
188
|
+
#
|
189
|
+
# * **daily\_business\_new\_instances**
|
190
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.
|
191
|
+
#
|
192
|
+
# * **daily\_business\_new\_product\_subscribers**
|
193
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.
|
194
|
+
#
|
195
|
+
# * **daily\_business\_canceled\_product\_subscribers**
|
196
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.
|
197
|
+
#
|
198
|
+
# * **monthly\_revenue\_billing\_and\_revenue\_data**
|
199
|
+
# From 2015-02 to 2017-06: Available monthly on the 4th day of the
|
200
|
+
# month by 5:00pm Pacific Time. Data includes metered transactions
|
201
|
+
# (e.g. hourly) from two months prior.
|
202
|
+
#
|
203
|
+
# From 2017-07 to present: Available monthly on the 15th day of the
|
204
|
+
# month by 5:00pm Pacific Time. Data includes metered transactions
|
205
|
+
# (e.g. hourly) from one month prior.
|
206
|
+
#
|
207
|
+
# * **monthly\_revenue\_annual\_subscriptions**
|
208
|
+
# From 2015-02 to 2017-06: Available monthly on the 4th day of the
|
209
|
+
# month by 5:00pm Pacific Time. Data includes up-front software
|
210
|
+
# charges (e.g. annual) from one month prior.
|
211
|
+
#
|
212
|
+
# From 2017-07 to present: Available monthly on the 15th day of the
|
213
|
+
# month by 5:00pm Pacific Time. Data includes up-front software
|
214
|
+
# charges (e.g. annual) from one month prior.
|
215
|
+
#
|
216
|
+
# * **disbursed\_amount\_by\_product**
|
217
|
+
# From 2015-01-26 to present: Available every 30 days by 5:00 PM
|
218
|
+
# Pacific Time.
|
219
|
+
#
|
220
|
+
# * **disbursed\_amount\_by\_product\_with\_uncollected\_funds**
|
221
|
+
# From 2012-04-19 to 2015-01-25: Available every 30 days by 5:00 PM
|
222
|
+
# Pacific Time.
|
223
|
+
#
|
224
|
+
# From 2015-01-26 to present: This data set was split into three data
|
225
|
+
# sets: disbursed\_amount\_by\_product,
|
200
226
|
# disbursed\_amount\_by\_age\_of\_uncollected\_funds, and
|
201
227
|
# disbursed\_amount\_by\_age\_of\_disbursed\_funds.
|
202
|
-
#
|
203
|
-
#
|
204
|
-
#
|
205
|
-
#
|
206
|
-
#
|
207
|
-
#
|
208
|
-
#
|
209
|
-
#
|
210
|
-
#
|
211
|
-
#
|
212
|
-
#
|
213
|
-
#
|
214
|
-
#
|
215
|
-
#
|
216
|
-
#
|
217
|
-
# Pacific Time
|
218
|
-
#
|
219
|
-
# *
|
220
|
-
#
|
221
|
-
#
|
222
|
-
#
|
228
|
+
#
|
229
|
+
# * **disbursed\_amount\_by\_instance\_hours**
|
230
|
+
# From 2012-09-04 to present: Available every 30 days by 5:00 PM
|
231
|
+
# Pacific Time.
|
232
|
+
#
|
233
|
+
# * **disbursed\_amount\_by\_customer\_geo**
|
234
|
+
# From 2012-04-19 to present: Available every 30 days by 5:00 PM
|
235
|
+
# Pacific Time.
|
236
|
+
#
|
237
|
+
# * **disbursed\_amount\_by\_age\_of\_uncollected\_funds**
|
238
|
+
# From 2015-01-26 to present: Available every 30 days by 5:00 PM
|
239
|
+
# Pacific Time.
|
240
|
+
#
|
241
|
+
# * **disbursed\_amount\_by\_age\_of\_disbursed\_funds**
|
242
|
+
# From 2015-01-26 to present: Available every 30 days by 5:00 PM
|
243
|
+
# Pacific Time.
|
244
|
+
#
|
245
|
+
# * **customer\_profile\_by\_industry**
|
246
|
+
# From 2015-10-01 to 2017-06-29: Available daily by 5:00 PM Pacific
|
247
|
+
# Time.
|
248
|
+
#
|
249
|
+
# From 2017-06-30 to present: This data set is no longer available.
|
250
|
+
#
|
251
|
+
# * **customer\_profile\_by\_revenue**
|
252
|
+
# From 2015-10-01 to 2017-06-29: Available daily by 5:00 PM Pacific
|
253
|
+
# Time.
|
254
|
+
#
|
255
|
+
# From 2017-06-30 to present: This data set is no longer available.
|
256
|
+
#
|
257
|
+
# * **customer\_profile\_by\_geography**
|
258
|
+
# From 2015-10-01 to 2017-06-29: Available daily by 5:00 PM Pacific
|
259
|
+
# Time.
|
260
|
+
#
|
261
|
+
# From 2017-06-30 to present: This data set is no longer available.
|
262
|
+
#
|
263
|
+
# * **sales\_compensation\_billed\_revenue**
|
264
|
+
# From 2016-12 to 2017-06: Available monthly on the 4th day of the
|
265
|
+
# month by 5:00pm Pacific Time. Data includes metered transactions
|
266
|
+
# (e.g. hourly) from two months prior, and up-front software charges
|
267
|
+
# (e.g. annual) from one month prior.
|
268
|
+
#
|
269
|
+
# From 2017-06 to present: Available monthly on the 15th day of the
|
270
|
+
# month by 5:00pm Pacific Time. Data includes metered transactions
|
271
|
+
# (e.g. hourly) from one month prior, and up-front software charges
|
272
|
+
# (e.g. annual) from one month prior.
|
273
|
+
#
|
274
|
+
# * **us\_sales\_and\_use\_tax\_records**
|
275
|
+
# From 2017-02-15 to present: Available monthly on the 15th day of the
|
276
|
+
# month by 5:00 PM Pacific Time.
|
223
277
|
#
|
224
278
|
# @option params [required, Time,DateTime,Date,Integer,String] :data_set_publication_date
|
225
279
|
# The date a data set was published. For daily data sets, provide a date
|
@@ -390,7 +444,7 @@ module Aws::MarketplaceCommerceAnalytics
|
|
390
444
|
params: params,
|
391
445
|
config: config)
|
392
446
|
context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
|
393
|
-
context[:gem_version] = '1.0.0.
|
447
|
+
context[:gem_version] = '1.0.0.rc10'
|
394
448
|
Seahorse::Client::Request.new(handlers, context)
|
395
449
|
end
|
396
450
|
|
@@ -28,56 +28,117 @@ module Aws::MarketplaceCommerceAnalytics
|
|
28
28
|
# @!attribute [rw] data_set_type
|
29
29
|
# The desired data set type.
|
30
30
|
#
|
31
|
-
# *
|
32
|
-
# daily by 5:00 PM Pacific
|
33
|
-
#
|
34
|
-
#
|
35
|
-
# *
|
36
|
-
# 5:00 PM Pacific
|
37
|
-
#
|
38
|
-
#
|
39
|
-
# *
|
40
|
-
# 5:00 PM Pacific
|
41
|
-
#
|
42
|
-
#
|
43
|
-
# *
|
44
|
-
# 5:00 PM Pacific
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# *
|
48
|
-
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
52
|
-
#
|
53
|
-
#
|
54
|
-
#
|
55
|
-
#
|
56
|
-
# 2015-01-
|
57
|
-
#
|
31
|
+
# * **customer\_subscriber\_hourly\_monthly\_subscriptions**
|
32
|
+
# From 2014-07-21 to present: Available daily by 5:00 PM Pacific
|
33
|
+
# Time.
|
34
|
+
#
|
35
|
+
# * **customer\_subscriber\_annual\_subscriptions**
|
36
|
+
# From 2014-07-21 to present: Available daily by 5:00 PM Pacific
|
37
|
+
# Time.
|
38
|
+
#
|
39
|
+
# * **daily\_business\_usage\_by\_instance\_type**
|
40
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific
|
41
|
+
# Time.
|
42
|
+
#
|
43
|
+
# * **daily\_business\_fees**
|
44
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific
|
45
|
+
# Time.
|
46
|
+
#
|
47
|
+
# * **daily\_business\_free\_trial\_conversions**
|
48
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific
|
49
|
+
# Time.
|
50
|
+
#
|
51
|
+
# * **daily\_business\_new\_instances**
|
52
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific
|
53
|
+
# Time.
|
54
|
+
#
|
55
|
+
# * **daily\_business\_new\_product\_subscribers**
|
56
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific
|
57
|
+
# Time.
|
58
|
+
#
|
59
|
+
# * **daily\_business\_canceled\_product\_subscribers**
|
60
|
+
# From 2015-01-26 to present: Available daily by 5:00 PM Pacific
|
61
|
+
# Time.
|
62
|
+
#
|
63
|
+
# * **monthly\_revenue\_billing\_and\_revenue\_data**
|
64
|
+
# From 2015-02 to 2017-06: Available monthly on the 4th day of the
|
65
|
+
# month by 5:00pm Pacific Time. Data includes metered transactions
|
66
|
+
# (e.g. hourly) from two months prior.
|
67
|
+
#
|
68
|
+
# From 2017-07 to present: Available monthly on the 15th day of the
|
69
|
+
# month by 5:00pm Pacific Time. Data includes metered transactions
|
70
|
+
# (e.g. hourly) from one month prior.
|
71
|
+
#
|
72
|
+
# * **monthly\_revenue\_annual\_subscriptions**
|
73
|
+
# From 2015-02 to 2017-06: Available monthly on the 4th day of the
|
74
|
+
# month by 5:00pm Pacific Time. Data includes up-front software
|
75
|
+
# charges (e.g. annual) from one month prior.
|
76
|
+
#
|
77
|
+
# From 2017-07 to present: Available monthly on the 15th day of the
|
78
|
+
# month by 5:00pm Pacific Time. Data includes up-front software
|
79
|
+
# charges (e.g. annual) from one month prior.
|
80
|
+
#
|
81
|
+
# * **disbursed\_amount\_by\_product**
|
82
|
+
# From 2015-01-26 to present: Available every 30 days by 5:00 PM
|
83
|
+
# Pacific Time.
|
84
|
+
#
|
85
|
+
# * **disbursed\_amount\_by\_product\_with\_uncollected\_funds**
|
86
|
+
# From 2012-04-19 to 2015-01-25: Available every 30 days by 5:00 PM
|
87
|
+
# Pacific Time.
|
88
|
+
#
|
89
|
+
# From 2015-01-26 to present: This data set was split into three
|
90
|
+
# data sets: disbursed\_amount\_by\_product,
|
58
91
|
# disbursed\_amount\_by\_age\_of\_uncollected\_funds, and
|
59
92
|
# disbursed\_amount\_by\_age\_of\_disbursed\_funds.
|
60
|
-
#
|
61
|
-
#
|
62
|
-
#
|
63
|
-
#
|
64
|
-
#
|
65
|
-
#
|
66
|
-
#
|
67
|
-
#
|
68
|
-
#
|
69
|
-
#
|
70
|
-
#
|
71
|
-
#
|
72
|
-
#
|
73
|
-
#
|
74
|
-
#
|
75
|
-
# Pacific Time
|
76
|
-
#
|
77
|
-
# *
|
78
|
-
#
|
79
|
-
#
|
80
|
-
#
|
93
|
+
#
|
94
|
+
# * **disbursed\_amount\_by\_instance\_hours**
|
95
|
+
# From 2012-09-04 to present: Available every 30 days by 5:00 PM
|
96
|
+
# Pacific Time.
|
97
|
+
#
|
98
|
+
# * **disbursed\_amount\_by\_customer\_geo**
|
99
|
+
# From 2012-04-19 to present: Available every 30 days by 5:00 PM
|
100
|
+
# Pacific Time.
|
101
|
+
#
|
102
|
+
# * **disbursed\_amount\_by\_age\_of\_uncollected\_funds**
|
103
|
+
# From 2015-01-26 to present: Available every 30 days by 5:00 PM
|
104
|
+
# Pacific Time.
|
105
|
+
#
|
106
|
+
# * **disbursed\_amount\_by\_age\_of\_disbursed\_funds**
|
107
|
+
# From 2015-01-26 to present: Available every 30 days by 5:00 PM
|
108
|
+
# Pacific Time.
|
109
|
+
#
|
110
|
+
# * **customer\_profile\_by\_industry**
|
111
|
+
# From 2015-10-01 to 2017-06-29: Available daily by 5:00 PM Pacific
|
112
|
+
# Time.
|
113
|
+
#
|
114
|
+
# From 2017-06-30 to present: This data set is no longer available.
|
115
|
+
#
|
116
|
+
# * **customer\_profile\_by\_revenue**
|
117
|
+
# From 2015-10-01 to 2017-06-29: Available daily by 5:00 PM Pacific
|
118
|
+
# Time.
|
119
|
+
#
|
120
|
+
# From 2017-06-30 to present: This data set is no longer available.
|
121
|
+
#
|
122
|
+
# * **customer\_profile\_by\_geography**
|
123
|
+
# From 2015-10-01 to 2017-06-29: Available daily by 5:00 PM Pacific
|
124
|
+
# Time.
|
125
|
+
#
|
126
|
+
# From 2017-06-30 to present: This data set is no longer available.
|
127
|
+
#
|
128
|
+
# * **sales\_compensation\_billed\_revenue**
|
129
|
+
# From 2016-12 to 2017-06: Available monthly on the 4th day of the
|
130
|
+
# month by 5:00pm Pacific Time. Data includes metered transactions
|
131
|
+
# (e.g. hourly) from two months prior, and up-front software charges
|
132
|
+
# (e.g. annual) from one month prior.
|
133
|
+
#
|
134
|
+
# From 2017-06 to present: Available monthly on the 15th day of the
|
135
|
+
# month by 5:00pm Pacific Time. Data includes metered transactions
|
136
|
+
# (e.g. hourly) from one month prior, and up-front software charges
|
137
|
+
# (e.g. annual) from one month prior.
|
138
|
+
#
|
139
|
+
# * **us\_sales\_and\_use\_tax\_records**
|
140
|
+
# From 2017-02-15 to present: Available monthly on the 15th day of
|
141
|
+
# the month by 5:00 PM Pacific Time.
|
81
142
|
# @return [String]
|
82
143
|
#
|
83
144
|
# @!attribute [rw] data_set_publication_date
|
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.rc10
|
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-07-
|
11
|
+
date: 2017-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|