aws-sdk-ec2 1.102.0 → 1.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +5 -5
- data/lib/aws-sdk-ec2/types.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b81b53918e5ccc6983915df631c3181e9bc2d1a
|
|
4
|
+
data.tar.gz: 6a0511d91ea7e7fecafa1b19be8a96c3abc23b29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 899094222fff8d671f5974dea0ae8931d0d4817259c924c3e96ad8cc7d9c311f70444dcb3975f3d1e8ce9fb9c6a9d8c5f0003a2545ba70f712f0f6164931a979
|
|
7
|
+
data.tar.gz: 1163330b71b28fdfe61f7afe1c224fe0e4290e92aae82983f599ca94f8d7462e511282a4b5c8ec9b3cda7a52e455b0f12ad69f164c040ea1fab70a7b088bc056
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -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.
|
|
31989
|
+
context[:gem_version] = '1.103.0'
|
|
31990
31990
|
Seahorse::Client::Request.new(handlers, context)
|
|
31991
31991
|
end
|
|
31992
31992
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2019-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|