aws-sdk-savingsplans 1.7.0 → 1.8.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: 637936bc0dee9956c2197bb0946e215dc96a7cfd16f2447d212e1d081299611e
4
- data.tar.gz: 326ad5caf826adb212b076cae4880529107eb428f8fb4fb6deca125928263601
3
+ metadata.gz: 173750e4c694ac3300473f4bd89739f2148e364337f418f77da672c332cce3ce
4
+ data.tar.gz: 8fa6a2e62b70cbc3f80edbef284eb9906780d8b5718c46b76e14175e5683dc1a
5
5
  SHA512:
6
- metadata.gz: 1272c2a1a6765276e293afd70caeca490cf2ffd2027d63b761b1011d69c5430a23adb57dbbc0282432acab1d5abfea0f8f919eecf42295908324e243f25fb66c
7
- data.tar.gz: 55de7811a2023da230005d39082fc25edb8cc473f8a9eff87feb69c3be6d1e06d6d79698313c14789b2b297b2c5d0d2d8928a80a0ee480bb46e82ad2a091675e
6
+ metadata.gz: 5f28ce320be0ebfb0a501f52a3047d8c491c9f8894a39b627f0ace4cc711d3b5d0e3fa7fac7ea4bab1efb2c6cba2a121a11c26a6b96c99f1a0a38f89c54db391
7
+ data.tar.gz: 320922418d170388d5c7748d9d3a37b7dbe1bbadc930b22b3760bf413dfc91bba609dd41434901b51979a162bc9b0efb88f1a1f68fbeb1c9d8f24c54b2ccc4a5
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-savingsplans/customizations'
47
47
  # @service
48
48
  module Aws::SavingsPlans
49
49
 
50
- GEM_VERSION = '1.7.0'
50
+ GEM_VERSION = '1.8.0'
51
51
 
52
52
  end
@@ -410,7 +410,7 @@ module Aws::SavingsPlans
410
410
  # resp.search_results[0].currency #=> String, one of "CNY", "USD"
411
411
  # resp.search_results[0].unit #=> String, one of "Hrs", "Lambda-GB-Second", "Request"
412
412
  # resp.search_results[0].product_type #=> String, one of "EC2", "Fargate", "Lambda"
413
- # resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AWSLambda"
413
+ # resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AmazonEKS", "AWSLambda"
414
414
  # resp.search_results[0].usage_type #=> String
415
415
  # resp.search_results[0].operation #=> String
416
416
  # resp.search_results[0].properties #=> Array
@@ -550,7 +550,7 @@ module Aws::SavingsPlans
550
550
  # savings_plan_payment_options: ["All Upfront"], # accepts All Upfront, Partial Upfront, No Upfront
551
551
  # savings_plan_types: ["Compute"], # accepts Compute, EC2Instance
552
552
  # products: ["EC2"], # accepts EC2, Fargate, Lambda
553
- # service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS, AWSLambda
553
+ # service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS, AmazonEKS, AWSLambda
554
554
  # usage_types: ["SavingsPlanRateUsageType"],
555
555
  # operations: ["SavingsPlanRateOperation"],
556
556
  # filters: [
@@ -575,7 +575,7 @@ module Aws::SavingsPlans
575
575
  # resp.search_results[0].rate #=> String
576
576
  # resp.search_results[0].unit #=> String, one of "Hrs", "Lambda-GB-Second", "Request"
577
577
  # resp.search_results[0].product_type #=> String, one of "EC2", "Fargate", "Lambda"
578
- # resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AWSLambda"
578
+ # resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AmazonEKS", "AWSLambda"
579
579
  # resp.search_results[0].usage_type #=> String
580
580
  # resp.search_results[0].operation #=> String
581
581
  # resp.search_results[0].properties #=> Array
@@ -788,7 +788,7 @@ module Aws::SavingsPlans
788
788
  params: params,
789
789
  config: config)
790
790
  context[:gem_name] = 'aws-sdk-savingsplans'
791
- context[:gem_version] = '1.7.0'
791
+ context[:gem_version] = '1.8.0'
792
792
  Seahorse::Client::Request.new(handlers, context)
793
793
  end
794
794
 
@@ -150,7 +150,7 @@ module Aws::SavingsPlans
150
150
  # savings_plan_payment_options: ["All Upfront"], # accepts All Upfront, Partial Upfront, No Upfront
151
151
  # savings_plan_types: ["Compute"], # accepts Compute, EC2Instance
152
152
  # products: ["EC2"], # accepts EC2, Fargate, Lambda
153
- # service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS, AWSLambda
153
+ # service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS, AmazonEKS, AWSLambda
154
154
  # usage_types: ["SavingsPlanRateUsageType"],
155
155
  # operations: ["SavingsPlanRateOperation"],
156
156
  # filters: [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-savingsplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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-23 00:00:00.000000000 Z
11
+ date: 2020-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core