aws-sdk-savingsplans 1.1.0 → 1.2.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: 3b72eb969dba619663555b4158b1abc16f5e3f29
4
- data.tar.gz: 9e8254a0fa8da0975a4cfcf6789973f81e2a8edb
3
+ metadata.gz: 8b57592d073adc5c1507a293246eefb2329bf7ba
4
+ data.tar.gz: 8cfc7c171b3211bd5d87153719f829eefb6f167d
5
5
  SHA512:
6
- metadata.gz: 37cc9da7fe833e8cac78c245fdc09c524319857b893d9dfc3ff594f32881cb9f34aa8d4123d6904f23476761fe998aa3e8fda30de4c35f2a6226129ec9335821
7
- data.tar.gz: 621b81ee82370e218ec14e065e266aaf0fb197ee811fa2c3a072ed40b7f714dfd797c333d883ad76b2c4c1ff8fb0c3f99e5f51161564d2f854cd7ba97beed230
6
+ metadata.gz: 0bbca22d44fc30abc6caaacc47781ff3610a3de2d83aedc40825e01c4633f404910b899abb19706e2f2ff8a2a1a3780e11f98174dd9ce5f87c051adfd73f3478
7
+ data.tar.gz: 3111d971efbbeb002d1c1c207663616d51b7484b863e8b1749a96839133bbcc51a5407aa8499539391f7f94e2066dd8f54f0056cba645be8cdbd27fc9c15e0d3
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-savingsplans/customizations'
42
42
  # @service
43
43
  module Aws::SavingsPlans
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -350,9 +350,9 @@ module Aws::SavingsPlans
350
350
  # resp.search_results #=> Array
351
351
  # resp.search_results[0].rate #=> String
352
352
  # resp.search_results[0].currency #=> String, one of "CNY", "USD"
353
- # resp.search_results[0].unit #=> String, one of "Hrs"
354
- # resp.search_results[0].product_type #=> String, one of "EC2", "Fargate"
355
- # resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS"
353
+ # resp.search_results[0].unit #=> String, one of "Hrs", "Lambda-GB-Second", "Request"
354
+ # resp.search_results[0].product_type #=> String, one of "EC2", "Fargate", "Lambda"
355
+ # resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AWSLambda"
356
356
  # resp.search_results[0].usage_type #=> String
357
357
  # resp.search_results[0].operation #=> String
358
358
  # resp.search_results[0].properties #=> Array
@@ -427,7 +427,7 @@ module Aws::SavingsPlans
427
427
  # resp.savings_plans[0].savings_plan_type #=> String, one of "Compute", "EC2Instance"
428
428
  # resp.savings_plans[0].payment_option #=> String, one of "All Upfront", "Partial Upfront", "No Upfront"
429
429
  # resp.savings_plans[0].product_types #=> Array
430
- # resp.savings_plans[0].product_types[0] #=> String, one of "EC2", "Fargate"
430
+ # resp.savings_plans[0].product_types[0] #=> String, one of "EC2", "Fargate", "Lambda"
431
431
  # resp.savings_plans[0].currency #=> String, one of "CNY", "USD"
432
432
  # resp.savings_plans[0].commitment #=> String
433
433
  # resp.savings_plans[0].upfront_payment_amount #=> String
@@ -491,8 +491,8 @@ module Aws::SavingsPlans
491
491
  # savings_plan_offering_ids: ["UUID"],
492
492
  # savings_plan_payment_options: ["All Upfront"], # accepts All Upfront, Partial Upfront, No Upfront
493
493
  # savings_plan_types: ["Compute"], # accepts Compute, EC2Instance
494
- # products: ["EC2"], # accepts EC2, Fargate
495
- # service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS
494
+ # products: ["EC2"], # accepts EC2, Fargate, Lambda
495
+ # service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS, AWSLambda
496
496
  # usage_types: ["SavingsPlanRateUsageType"],
497
497
  # operations: ["SavingsPlanRateOperation"],
498
498
  # filters: [
@@ -515,9 +515,9 @@ module Aws::SavingsPlans
515
515
  # resp.search_results[0].savings_plan_offering.currency #=> String, one of "CNY", "USD"
516
516
  # resp.search_results[0].savings_plan_offering.plan_description #=> String
517
517
  # resp.search_results[0].rate #=> String
518
- # resp.search_results[0].unit #=> String, one of "Hrs"
519
- # resp.search_results[0].product_type #=> String, one of "EC2", "Fargate"
520
- # resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS"
518
+ # resp.search_results[0].unit #=> String, one of "Hrs", "Lambda-GB-Second", "Request"
519
+ # resp.search_results[0].product_type #=> String, one of "EC2", "Fargate", "Lambda"
520
+ # resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AWSLambda"
521
521
  # resp.search_results[0].usage_type #=> String
522
522
  # resp.search_results[0].operation #=> String
523
523
  # resp.search_results[0].properties #=> Array
@@ -587,7 +587,7 @@ module Aws::SavingsPlans
587
587
  # resp = client.describe_savings_plans_offerings({
588
588
  # offering_ids: ["UUID"],
589
589
  # payment_options: ["All Upfront"], # accepts All Upfront, Partial Upfront, No Upfront
590
- # product_type: "EC2", # accepts EC2, Fargate
590
+ # product_type: "EC2", # accepts EC2, Fargate, Lambda
591
591
  # plan_types: ["Compute"], # accepts Compute, EC2Instance
592
592
  # durations: [1],
593
593
  # currencies: ["CNY"], # accepts CNY, USD
@@ -610,7 +610,7 @@ module Aws::SavingsPlans
610
610
  # resp.search_results #=> Array
611
611
  # resp.search_results[0].offering_id #=> String
612
612
  # resp.search_results[0].product_types #=> Array
613
- # resp.search_results[0].product_types[0] #=> String, one of "EC2", "Fargate"
613
+ # resp.search_results[0].product_types[0] #=> String, one of "EC2", "Fargate", "Lambda"
614
614
  # resp.search_results[0].plan_type #=> String, one of "Compute", "EC2Instance"
615
615
  # resp.search_results[0].description #=> String
616
616
  # resp.search_results[0].payment_option #=> String, one of "All Upfront", "Partial Upfront", "No Upfront"
@@ -730,7 +730,7 @@ module Aws::SavingsPlans
730
730
  params: params,
731
731
  config: config)
732
732
  context[:gem_name] = 'aws-sdk-savingsplans'
733
- context[:gem_version] = '1.1.0'
733
+ context[:gem_version] = '1.2.0'
734
734
  Seahorse::Client::Request.new(handlers, context)
735
735
  end
736
736
 
@@ -143,8 +143,8 @@ module Aws::SavingsPlans
143
143
  # savings_plan_offering_ids: ["UUID"],
144
144
  # savings_plan_payment_options: ["All Upfront"], # accepts All Upfront, Partial Upfront, No Upfront
145
145
  # savings_plan_types: ["Compute"], # accepts Compute, EC2Instance
146
- # products: ["EC2"], # accepts EC2, Fargate
147
- # service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS
146
+ # products: ["EC2"], # accepts EC2, Fargate, Lambda
147
+ # service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS, AWSLambda
148
148
  # usage_types: ["SavingsPlanRateUsageType"],
149
149
  # operations: ["SavingsPlanRateOperation"],
150
150
  # filters: [
@@ -238,7 +238,7 @@ module Aws::SavingsPlans
238
238
  # {
239
239
  # offering_ids: ["UUID"],
240
240
  # payment_options: ["All Upfront"], # accepts All Upfront, Partial Upfront, No Upfront
241
- # product_type: "EC2", # accepts EC2, Fargate
241
+ # product_type: "EC2", # accepts EC2, Fargate, Lambda
242
242
  # plan_types: ["Compute"], # accepts Compute, EC2Instance
243
243
  # durations: [1],
244
244
  # currencies: ["CNY"], # accepts CNY, USD
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.1.0
4
+ version: 1.2.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-06 00:00:00.000000000 Z
11
+ date: 2020-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core