aws-sdk-ec2 1.265.0 → 1.266.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -967,12 +967,20 @@ module Aws::EC2
967
967
  delay: 15,
968
968
  poller: Aws::Waiters::Poller.new(
969
969
  operation_name: :describe_snapshots,
970
- acceptors: [{
971
- "expected" => "completed",
972
- "matcher" => "pathAll",
973
- "state" => "success",
974
- "argument" => "snapshots[].state"
975
- }]
970
+ acceptors: [
971
+ {
972
+ "expected" => "completed",
973
+ "matcher" => "pathAll",
974
+ "state" => "success",
975
+ "argument" => "snapshots[].state"
976
+ },
977
+ {
978
+ "expected" => "error",
979
+ "matcher" => "pathAny",
980
+ "state" => "failure",
981
+ "argument" => "snapshots[].state"
982
+ }
983
+ ]
976
984
  )
977
985
  }.merge(options))
978
986
  end
data/lib/aws-sdk-ec2.rb CHANGED
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.265.0'
75
+ GEM_VERSION = '1.266.0'
76
76
 
77
77
  end
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.265.0
4
+ version: 1.266.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: 2021-09-24 00:00:00.000000000 Z
11
+ date: 2021-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4