aws-sdk-ec2 1.560.0 → 1.562.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.
data/sig/volume.rbs CHANGED
@@ -24,6 +24,9 @@ module Aws
24
24
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Volume.html#outpost_arn-instance_method
25
25
  def outpost_arn: () -> ::String
26
26
 
27
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Volume.html#source_volume_id-instance_method
28
+ def source_volume_id: () -> ::String
29
+
27
30
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Volume.html#iops-instance_method
28
31
  def iops: () -> ::Integer
29
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.560.0
4
+ version: 1.562.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services