aws-sdk-ec2 1.153.0 → 1.158.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -447,6 +447,9 @@ module Aws::EC2
447
447
  # that support Local Zones, see [Available Regions][1] in the *Amazon
448
448
  # Elastic Compute Cloud User Guide*.
449
449
  #
450
+ # To create a subnet in an Outpost, set this value to the Availability
451
+ # Zone for the Outpost and specify the Outpost ARN.
452
+ #
450
453
  #
451
454
  #
452
455
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
@@ -1939,8 +1942,8 @@ module Aws::EC2
1939
1942
 
1940
1943
  def yield_waiter_and_warn(waiter, &block)
1941
1944
  if !@waiter_block_warned
1942
- msg = "pass options to configure the waiter; "
1943
- msg << "yielding the waiter is deprecated"
1945
+ msg = "pass options to configure the waiter; "\
1946
+ "yielding the waiter is deprecated"
1944
1947
  warn(msg)
1945
1948
  @waiter_block_warned = true
1946
1949
  end
@@ -333,8 +333,8 @@ module Aws::EC2
333
333
 
334
334
  def yield_waiter_and_warn(waiter, &block)
335
335
  if !@waiter_block_warned
336
- msg = "pass options to configure the waiter; "
337
- msg << "yielding the waiter is deprecated"
336
+ msg = "pass options to configure the waiter; "\
337
+ "yielding the waiter is deprecated"
338
338
  warn(msg)
339
339
  @waiter_block_warned = true
340
340
  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.153.0
4
+ version: 1.158.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: 2020-04-16 00:00:00.000000000 Z
11
+ date: 2020-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4