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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 392b6136857886a98148290b0568a5458afcfd99
|
4
|
+
data.tar.gz: d182a704a15d793c97304d64d55cba8cefadfc74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 472a3429ac3b2998ff138ddb821af397d2be9a61c1a341c430590b38db2693acc316c9f4f2cbb45855c1269d07fda3bc40ebf94ace371ec0555351d9adcff834
|
7
|
+
data.tar.gz: a67c81e08315e6db525ef7bbfd10d57a7fc5f0548a24dcea1c83330f2b0fe220ab4118f67e0d8d3c469e936695b3ff13b8302fff284ba3e27d876a7ed8350aff
|
@@ -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
|
335
|
-
#
|
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.
|
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\\}
|
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
|
155
|
-
# of the
|
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.
|
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-
|
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
|