aws-sdk-ec2 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -960,9 +960,9 @@ module Aws::EC2
960
960
  #
961
961
  # * `network-interface.source-dest-check` - Whether the network
962
962
  # interface performs source/destination checking. A value of `true`
963
- # means checking is enabled, and `false` means checking is disabled.
964
- # The value must be `false` for the network interface to perform
965
- # network address translation (NAT) in your VPC.
963
+ # means that checking is enabled, and `false` means that checking is
964
+ # disabled. The value must be `false` for the network interface to
965
+ # perform network address translation (NAT) in your VPC.
966
966
  #
967
967
  # * `network-interface.subnet-id` - The ID of the subnet for the network
968
968
  # interface.
@@ -1003,9 +1003,9 @@ module Aws::EC2
1003
1003
  # reservation ID has a one-to-one relationship with an instance launch
1004
1004
  # request, but can be associated with more than one instance if you
1005
1005
  # launch multiple instances using the same launch request. For
1006
- # example, if you launch one instance, you'll get one reservation ID.
1007
- # If you launch ten instances using the same launch request, you'll
1008
- # also get one reservation ID.
1006
+ # example, if you launch one instance, you get one reservation ID. If
1007
+ # you launch ten instances using the same launch request, you also get
1008
+ # one reservation ID.
1009
1009
  #
1010
1010
  # * `root-device-name` - The name of the root device for the instance
1011
1011
  # (for example, `/dev/sda1` or `/dev/xvda`).
@@ -1015,11 +1015,11 @@ module Aws::EC2
1015
1015
  #
1016
1016
  # * `source-dest-check` - Indicates whether the instance performs
1017
1017
  # source/destination checking. A value of `true` means that checking
1018
- # is enabled, and `false` means checking is disabled. The value must
1019
- # be `false` for the instance to perform network address translation
1020
- # (NAT) in your VPC.
1018
+ # is enabled, and `false` means that checking is disabled. The value
1019
+ # must be `false` for the instance to perform network address
1020
+ # translation (NAT) in your VPC.
1021
1021
  #
1022
- # * `spot-instance-request-id` - The ID of the Spot instance request.
1022
+ # * `spot-instance-request-id` - The ID of the Spot Instance request.
1023
1023
  #
1024
1024
  # * `state-reason-code` - The reason code for the state change.
1025
1025
  #
@@ -1037,9 +1037,9 @@ module Aws::EC2
1037
1037
  # is independent of the `tag-value` filter. For example, if you use
1038
1038
  # both the filter "tag-key=Purpose" and the filter "tag-value=X",
1039
1039
  # you get any resources assigned both the tag key Purpose (regardless
1040
- # of what the tag's value is), and the tag value X (regardless of
1041
- # what the tag's key is). If you want to list only resources where
1042
- # Purpose is X, see the `tag`\:*key*=*value* filter.
1040
+ # of what the tag's value is), and the tag value X (regardless of the
1041
+ # tag's key). If you want to list only resources where Purpose is X,
1042
+ # see the `tag`\:*key*=*value* filter.
1043
1043
  #
1044
1044
  # * `tag-value` - The value of a tag assigned to the resource. This
1045
1045
  # filter is independent of the `tag-key` filter.
@@ -873,6 +873,12 @@ module Aws::EC2
873
873
  "argument" => "spot_instance_requests[].status.code",
874
874
  "expected" => "fulfilled"
875
875
  },
876
+ {
877
+ "state" => "success",
878
+ "matcher" => "pathAll",
879
+ "argument" => "spot_instance_requests[].status.code",
880
+ "expected" => "request-canceled-and-instance-running"
881
+ },
876
882
  {
877
883
  "state" => "failure",
878
884
  "matcher" => "pathAny",
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.9.0
4
+ version: 1.10.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: 2017-09-21 00:00:00.000000000 Z
11
+ date: 2017-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4