aws-sdk-marketplacemetering 1.13.0 → 1.14.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: f5a71a09d44961d7cb7da271f1e94812c71a6a81
|
4
|
+
data.tar.gz: f5b21b4e60e74b8290466b9ba2f3e90ff23fbd26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91d8b37fe83b19cd5fb649d8017322b3dc345d5fc2e15408eb8114e8f880d67a2f254e25ea42e34ea5856a655be88b098db4b5c28802508474bca7230b5e246e
|
7
|
+
data.tar.gz: 18d909436ea78d723c613a727bef82337cbe96cdb3759103ccccbefca98e0304fd539d7ce5c49e02fca0079c83b7c22729e77e076feb2755d9ec3c19106b6b02
|
@@ -336,8 +336,9 @@ module Aws::MarketplaceMetering
|
|
336
336
|
# during the publishing of a new product.
|
337
337
|
#
|
338
338
|
# @option params [required, Time,DateTime,Date,Integer,String] :timestamp
|
339
|
-
# Timestamp
|
340
|
-
#
|
339
|
+
# Timestamp, in UTC, for which the usage is being reported. Your
|
340
|
+
# application can meter usage for up to one hour in the past. Make sure
|
341
|
+
# the timestamp value is not before the start of the software usage.
|
341
342
|
#
|
342
343
|
# @option params [required, String] :usage_dimension
|
343
344
|
# It will be one of the fcp dimension name provided during the
|
@@ -504,7 +505,7 @@ module Aws::MarketplaceMetering
|
|
504
505
|
params: params,
|
505
506
|
config: config)
|
506
507
|
context[:gem_name] = 'aws-sdk-marketplacemetering'
|
507
|
-
context[:gem_version] = '1.
|
508
|
+
context[:gem_version] = '1.14.0'
|
508
509
|
Seahorse::Client::Request.new(handlers, context)
|
509
510
|
end
|
510
511
|
|
@@ -87,8 +87,10 @@ module Aws::MarketplaceMetering
|
|
87
87
|
# @return [String]
|
88
88
|
#
|
89
89
|
# @!attribute [rw] timestamp
|
90
|
-
# Timestamp
|
91
|
-
#
|
90
|
+
# Timestamp, in UTC, for which the usage is being reported. Your
|
91
|
+
# application can meter usage for up to one hour in the past. Make
|
92
|
+
# sure the timestamp value is not before the start of the software
|
93
|
+
# usage.
|
92
94
|
# @return [Time]
|
93
95
|
#
|
94
96
|
# @!attribute [rw] usage_dimension
|
@@ -241,10 +243,11 @@ module Aws::MarketplaceMetering
|
|
241
243
|
# }
|
242
244
|
#
|
243
245
|
# @!attribute [rw] timestamp
|
244
|
-
# Timestamp
|
245
|
-
# portions of the timestamp will be ignored.
|
246
|
+
# Timestamp, in UTC, for which the usage is being reported.
|
246
247
|
#
|
247
248
|
# Your application can meter usage for up to one hour in the past.
|
249
|
+
# Make sure the timestamp value is not before the start of the
|
250
|
+
# software usage.
|
248
251
|
# @return [Time]
|
249
252
|
#
|
250
253
|
# @!attribute [rw] customer_identifier
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-marketplacemetering
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.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-05-
|
11
|
+
date: 2019-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|