aws-sdk-marketplacemetering 1.26.1 → 1.27.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
  SHA256:
3
- metadata.gz: bcfc43f20fee7409d63bf391064eec0ab5fd60ed6d002b01446bc31bfdd7747e
4
- data.tar.gz: f979fd1b5c0c2660004114d168d41c90d9bac4f9d0c5b911f9ffe273a769f7cb
3
+ metadata.gz: 87542935671f8ba248929bf4ac99b360859409b985421c2c6e6a13111601bf7f
4
+ data.tar.gz: 5e1c7f39d01eeabcef7fa8d3469e80f0947d353c059dfab90b28dc1f64be3302
5
5
  SHA512:
6
- metadata.gz: 2e779ee318a95ec22206bb6e1c625438c6680a6f54a4e5f6eed4ffa8781db360067be4b2f0aa1921a25ba04b69d9170e804b58b0c9241412e3145949cc03eb04
7
- data.tar.gz: 3163fa3956555e66e8d91d102eaa4837736f582ae676536305ed100d8fedf1809404c1d7abd461557571fb1152c65331e044ceeb15131d65f88b565b0ba3785d
6
+ metadata.gz: d19e647a0a24eb14b2dcfac55564addf50b26d2ca9e4e0b36dfddd8b1afe18d6f915469d41545fbdb3559e33686ce154d3280e6aacfe9b27c25c269cb8e169e7
7
+ data.tar.gz: bd594cee64f272a21e612af18395a9e15fa998860b4105ca166866135e31c224762fe4ffcfb593e3cf81e8df1a5e420697e7676351dadfc6753bc83ff6524ecd
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-marketplacemetering/customizations'
45
47
  # @service
46
48
  module Aws::MarketplaceMetering
47
49
 
48
- GEM_VERSION = '1.26.1'
50
+ GEM_VERSION = '1.27.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -566,7 +568,7 @@ module Aws::MarketplaceMetering
566
568
  params: params,
567
569
  config: config)
568
570
  context[:gem_name] = 'aws-sdk-marketplacemetering'
569
- context[:gem_version] = '1.26.1'
571
+ context[:gem_version] = '1.27.0'
570
572
  Seahorse::Client::Request.new(handlers, context)
571
573
  end
572
574
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -291,7 +293,8 @@ module Aws::MarketplaceMetering
291
293
  end
292
294
 
293
295
  # AWS Marketplace does not support metering usage from the underlying
294
- # platform. Currently, only Amazon ECS is supported.
296
+ # platform. Currently, Amazon ECS, Amazon EKS, and AWS Fargate are
297
+ # supported.
295
298
  #
296
299
  # @!attribute [rw] message
297
300
  # @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.26.1
4
+ version: 1.27.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core