aws-sdk-ec2 1.441.0 → 1.442.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -337,11 +337,11 @@ module Aws::EC2
337
337
  # The snapshot must be created on the same Outpost as the volume.
338
338
  #
339
339
  # For more information, see [Create local snapshots from volumes on an
340
- # Outpost][1] in the *Amazon Elastic Compute Cloud User Guide*.
340
+ # Outpost][1] in the *Amazon EBS User Guide*.
341
341
  #
342
342
  #
343
343
  #
344
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html#create-snapshot
344
+ # [1]: https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-snapshot
345
345
  # @option options [Array<Types::TagSpecification>] :tag_specifications
346
346
  # The tags to apply to the snapshot during creation.
347
347
  # @option options [Boolean] :dry_run
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.441.0'
79
+ GEM_VERSION = '1.442.0'
80
80
 
81
81
  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.441.0
4
+ version: 1.442.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: 2024-03-07 00:00:00.000000000 Z
11
+ date: 2024-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core