aws-sdk-marketplacemetering 1.20.0 → 1.21.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: 31e14c72933c6c389721453ce01c69452a358d6b
4
- data.tar.gz: d3e70a6e82fda9b06d320138567556e8deb91b50
3
+ metadata.gz: 392b6136857886a98148290b0568a5458afcfd99
4
+ data.tar.gz: d182a704a15d793c97304d64d55cba8cefadfc74
5
5
  SHA512:
6
- metadata.gz: a6bf4ffe074cbccd83ad8286a9fdaae607b57c1c16d6e13c4726bd356d79075afa70d4f61dd2af7e7e767592c72404a57eeb6c0b57bcb47c0759a5dbed8df5d9
7
- data.tar.gz: fd92b2aed890b148eb4d15b0ec999ee7562ceccb0b7928a754490de62bff009cfb59d07685876540edf8ecb9867f24ce17965b56210128a99bfdfe3817ca0dbf
6
+ metadata.gz: 472a3429ac3b2998ff138ddb821af397d2be9a61c1a341c430590b38db2693acc316c9f4f2cbb45855c1269d07fda3bc40ebf94ace371ec0555351d9adcff834
7
+ data.tar.gz: a67c81e08315e6db525ef7bbfd10d57a7fc5f0548a24dcea1c83330f2b0fe220ab4118f67e0d8d3c469e936695b3ff13b8302fff284ba3e27d876a7ed8350aff
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-marketplacemetering/customizations'
42
42
  # @service
43
43
  module Aws::MarketplaceMetering
44
44
 
45
- GEM_VERSION = '1.20.0'
45
+ GEM_VERSION = '1.21.0'
46
46
 
47
47
  end
@@ -331,8 +331,8 @@ module Aws::MarketplaceMetering
331
331
  # API to emit metering records. For identical requests, the API is
332
332
  # idempotent. It simply returns the metering record ID.
333
333
  #
334
- # MeterUsage is authenticated on the buyer's AWS account, generally
335
- # when running from an EC2 instance on the AWS Marketplace.
334
+ # MeterUsage is authenticated on the buyer's AWS account using
335
+ # credentials from the EC2 instance, ECS task, or EKS pod.
336
336
  #
337
337
  # @option params [required, String] :product_code
338
338
  # Product code is used to uniquely identify a product in AWS
@@ -510,7 +510,7 @@ module Aws::MarketplaceMetering
510
510
  params: params,
511
511
  config: config)
512
512
  context[:gem_name] = 'aws-sdk-marketplacemetering'
513
- context[:gem_version] = '1.20.0'
513
+ context[:gem_version] = '1.21.0'
514
514
  Seahorse::Client::Request.new(handlers, context)
515
515
  end
516
516
 
@@ -94,9 +94,9 @@ module Aws::MarketplaceMetering
94
94
  include Aws::Structure
95
95
  end
96
96
 
97
- # A metering record has already been emitted by the same EC2 instance
98
- # for the given \\\{usageDimension, timestamp\\} with a different
99
- # usageQuantity.
97
+ # A metering record has already been emitted by the same EC2 instance,
98
+ # ECS task, or EKS pod for the given \\\{usageDimension, timestamp\\}
99
+ # with a different usageQuantity.
100
100
  #
101
101
  # @!attribute [rw] message
102
102
  # @return [String]
@@ -150,9 +150,9 @@ module Aws::MarketplaceMetering
150
150
  include Aws::Structure
151
151
  end
152
152
 
153
- # The endpoint being called is in a Region different from your EC2
154
- # instance. The Region of the Metering Service endpoint and the Region
155
- # of the EC2 instance must match.
153
+ # The endpoint being called is in a AWS Region different from your EC2
154
+ # instance, ECS task, or EKS pod. The Region of the Metering Service
155
+ # endpoint and the AWS Region of the resource must match.
156
156
  #
157
157
  # @!attribute [rw] message
158
158
  # @return [String]
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.20.0
4
+ version: 1.21.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-14 00:00:00.000000000 Z
11
+ date: 2019-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core