aws-sdk-ec2 1.102.0 → 1.103.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: 4e4583627a9a1978a99518ab8d486a42b3312f2f
4
- data.tar.gz: 1f89d814c20b6b3bb2fa94e36ae2fe9099f88261
3
+ metadata.gz: 5b81b53918e5ccc6983915df631c3181e9bc2d1a
4
+ data.tar.gz: 6a0511d91ea7e7fecafa1b19be8a96c3abc23b29
5
5
  SHA512:
6
- metadata.gz: '09723cd4b5905174daf2002a1c266e118a8f53d126859b6d6e3bf50849328b22361cbc93367b5fa490ff8c51df6e802ca43f4c52df2fc96065b6874bb519bfb9'
7
- data.tar.gz: 48e9e0dfd61dc79e5f28b31f1b1c8a09604647b27ce6191471c4a95b4052872830f8b0cae624a11ab6f3b773a423bf45d8bba3000d938b2c4000681c70b1fe74
6
+ metadata.gz: 899094222fff8d671f5974dea0ae8931d0d4817259c924c3e96ad8cc7d9c311f70444dcb3975f3d1e8ce9fb9c6a9d8c5f0003a2545ba70f712f0f6164931a979
7
+ data.tar.gz: 1163330b71b28fdfe61f7afe1c224fe0e4290e92aae82983f599ca94f8d7462e511282a4b5c8ec9b3cda7a52e455b0f12ad69f164c040ea1fab70a7b088bc056
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.102.0'
68
+ GEM_VERSION = '1.103.0'
69
69
 
70
70
  end
@@ -4153,7 +4153,7 @@ module Aws::EC2
4153
4153
  # dry_run: false,
4154
4154
  # client_token: "String",
4155
4155
  # spot_options: {
4156
- # allocation_strategy: "lowest-price", # accepts lowest-price, diversified
4156
+ # allocation_strategy: "lowest-price", # accepts lowest-price, diversified, capacity-optimized
4157
4157
  # instance_interruption_behavior: "hibernate", # accepts hibernate, stop, terminate
4158
4158
  # instance_pools_to_use_count: 1,
4159
4159
  # single_instance_type: false,
@@ -12502,7 +12502,7 @@ module Aws::EC2
12502
12502
  # resp.fleets[0].valid_from #=> Time
12503
12503
  # resp.fleets[0].valid_until #=> Time
12504
12504
  # resp.fleets[0].replace_unhealthy_instances #=> Boolean
12505
- # resp.fleets[0].spot_options.allocation_strategy #=> String, one of "lowest-price", "diversified"
12505
+ # resp.fleets[0].spot_options.allocation_strategy #=> String, one of "lowest-price", "diversified", "capacity-optimized"
12506
12506
  # resp.fleets[0].spot_options.instance_interruption_behavior #=> String, one of "hibernate", "stop", "terminate"
12507
12507
  # resp.fleets[0].spot_options.instance_pools_to_use_count #=> Integer
12508
12508
  # resp.fleets[0].spot_options.single_instance_type #=> Boolean
@@ -18604,7 +18604,7 @@ module Aws::EC2
18604
18604
  # resp.spot_fleet_request_configs #=> Array
18605
18605
  # resp.spot_fleet_request_configs[0].activity_status #=> String, one of "error", "pending_fulfillment", "pending_termination", "fulfilled"
18606
18606
  # resp.spot_fleet_request_configs[0].create_time #=> Time
18607
- # resp.spot_fleet_request_configs[0].spot_fleet_request_config.allocation_strategy #=> String, one of "lowestPrice", "diversified"
18607
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.allocation_strategy #=> String, one of "lowestPrice", "diversified", "capacityOptimized"
18608
18608
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.on_demand_allocation_strategy #=> String, one of "lowestPrice", "prioritized"
18609
18609
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.client_token #=> String
18610
18610
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.excess_capacity_termination_policy #=> String, one of "noTermination", "default"
@@ -29082,7 +29082,7 @@ module Aws::EC2
29082
29082
  # resp = client.request_spot_fleet({
29083
29083
  # dry_run: false,
29084
29084
  # spot_fleet_request_config: { # required
29085
- # allocation_strategy: "lowestPrice", # accepts lowestPrice, diversified
29085
+ # allocation_strategy: "lowestPrice", # accepts lowestPrice, diversified, capacityOptimized
29086
29086
  # on_demand_allocation_strategy: "lowestPrice", # accepts lowestPrice, prioritized
29087
29087
  # client_token: "String",
29088
29088
  # excess_capacity_termination_policy: "noTermination", # accepts noTermination, default
@@ -31986,7 +31986,7 @@ module Aws::EC2
31986
31986
  params: params,
31987
31987
  config: config)
31988
31988
  context[:gem_name] = 'aws-sdk-ec2'
31989
- context[:gem_version] = '1.102.0'
31989
+ context[:gem_version] = '1.103.0'
31990
31990
  Seahorse::Client::Request.new(handlers, context)
31991
31991
  end
31992
31992
 
@@ -4743,7 +4743,7 @@ module Aws::EC2
4743
4743
  # dry_run: false,
4744
4744
  # client_token: "String",
4745
4745
  # spot_options: {
4746
- # allocation_strategy: "lowest-price", # accepts lowest-price, diversified
4746
+ # allocation_strategy: "lowest-price", # accepts lowest-price, diversified, capacity-optimized
4747
4747
  # instance_interruption_behavior: "hibernate", # accepts hibernate, stop, terminate
4748
4748
  # instance_pools_to_use_count: 1,
4749
4749
  # single_instance_type: false,
@@ -31808,7 +31808,7 @@ module Aws::EC2
31808
31808
  # {
31809
31809
  # dry_run: false,
31810
31810
  # spot_fleet_request_config: { # required
31811
- # allocation_strategy: "lowestPrice", # accepts lowestPrice, diversified
31811
+ # allocation_strategy: "lowestPrice", # accepts lowestPrice, diversified, capacityOptimized
31812
31812
  # on_demand_allocation_strategy: "lowestPrice", # accepts lowestPrice, prioritized
31813
31813
  # client_token: "String",
31814
31814
  # excess_capacity_termination_policy: "noTermination", # accepts noTermination, default
@@ -36307,7 +36307,7 @@ module Aws::EC2
36307
36307
  # data as a hash:
36308
36308
  #
36309
36309
  # {
36310
- # allocation_strategy: "lowestPrice", # accepts lowestPrice, diversified
36310
+ # allocation_strategy: "lowestPrice", # accepts lowestPrice, diversified, capacityOptimized
36311
36311
  # on_demand_allocation_strategy: "lowestPrice", # accepts lowestPrice, prioritized
36312
36312
  # client_token: "String",
36313
36313
  # excess_capacity_termination_policy: "noTermination", # accepts noTermination, default
@@ -36971,7 +36971,7 @@ module Aws::EC2
36971
36971
  # data as a hash:
36972
36972
  #
36973
36973
  # {
36974
- # allocation_strategy: "lowest-price", # accepts lowest-price, diversified
36974
+ # allocation_strategy: "lowest-price", # accepts lowest-price, diversified, capacity-optimized
36975
36975
  # instance_interruption_behavior: "hibernate", # accepts hibernate, stop, terminate
36976
36976
  # instance_pools_to_use_count: 1,
36977
36977
  # single_instance_type: false,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.0
4
+ version: 1.103.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-07-26 00:00:00.000000000 Z
11
+ date: 2019-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4