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: 88b7221bcf330f72a74c82fde1325ba5545ad430
4
- data.tar.gz: d1e2d406dc078b838a224e039c11edb7b96a1cea
3
+ metadata.gz: f5a71a09d44961d7cb7da271f1e94812c71a6a81
4
+ data.tar.gz: f5b21b4e60e74b8290466b9ba2f3e90ff23fbd26
5
5
  SHA512:
6
- metadata.gz: f629d95b4a048617d8b50ddf5f8f06d3da23e040baf588e2b934688344a4941f5650a9aaf5f477e8048b0ed36186bdf5ca5374f15943dd164fcb350767f587c0
7
- data.tar.gz: 6749a493c3e0e46c17456d88ab5e08a8f644a2239387a81fc5b2488167cf2bccc2f58cd633c280398fcf7ed4ea5a0cf2afc4a2fa4a865aeca89c0b192415a7dd
6
+ metadata.gz: 91d8b37fe83b19cd5fb649d8017322b3dc345d5fc2e15408eb8114e8f880d67a2f254e25ea42e34ea5856a655be88b098db4b5c28802508474bca7230b5e246e
7
+ data.tar.gz: 18d909436ea78d723c613a727bef82337cbe96cdb3759103ccccbefca98e0304fd539d7ce5c49e02fca0079c83b7c22729e77e076feb2755d9ec3c19106b6b02
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-marketplacemetering/customizations'
42
42
  # @service
43
43
  module Aws::MarketplaceMetering
44
44
 
45
- GEM_VERSION = '1.13.0'
45
+ GEM_VERSION = '1.14.0'
46
46
 
47
47
  end
@@ -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 of the hour, recorded in UTC. The seconds and milliseconds
340
- # portions of the timestamp will be ignored.
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.13.0'
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 of the hour, recorded in UTC. The seconds and milliseconds
91
- # portions of the timestamp will be ignored.
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 of the hour, recorded in UTC. The seconds and milliseconds
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.13.0
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-15 00:00:00.000000000 Z
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