aws-sdk-ec2 1.218.0 → 1.219.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffb30ebfcae25c3b62664648fa07de0341f87db190e18e9bbdaf6cf32c4da375
4
- data.tar.gz: b027ccf379d9d819f0f5ebedb921b00b7b26e707f89f874f539889c37c0f503c
3
+ metadata.gz: 68f1faa2a80b247bc29ff248b1fbf2fca4f71b236e834ca7249514fcdb371d0c
4
+ data.tar.gz: 2b7f032396c6fdef71140ba1040386f79758395ce00074a168c1f205afea12fd
5
5
  SHA512:
6
- metadata.gz: 84cff0dadaa4bfea018a52bdd705878cd780d5f8d53b812d52f6199d95bcfbef74b275c2aa1e120cc88ea029fe08da2bd96a77c45248d1dd777daaf9f6a10dff
7
- data.tar.gz: 78d0aa4cfaf7a4a64aba73058b98b8fa7baada8b9d55d11288dcd0433c8cd51d8d83366ab689d7f0ca24dcb9d5adfa0c436efae616cd66b52d0eca26ea1ed7a7
6
+ metadata.gz: a36c9dc5ab044daa54022e706c25dafff6db0d669543f802a29c1c491597ba76621f4482c4148f81e75581112d349f6bc5912d6a5a650f8610c98771a800520f
7
+ data.tar.gz: 02add9c926791a50c45963e12ec2e19c212c80828c83d32f6833d6f8056d6d72a9c319b9656cf42d4821c3062611c1c30dc81444f6798faf2f731a9b583bf08d
@@ -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.218.0'
75
+ GEM_VERSION = '1.219.0'
76
76
 
77
77
  end
@@ -9594,9 +9594,9 @@ module Aws::EC2
9594
9594
  # Indicates whether to enable Amazon EBS Multi-Attach. If you enable
9595
9595
  # Multi-Attach, you can attach the volume to up to 16 [Instances built
9596
9596
  # on the Nitro System][1] in the same Availability Zone. This parameter
9597
- # is supported with `io1` volumes only. For more information, see [
9598
- # Amazon EBS Multi-Attach][2] in the *Amazon Elastic Compute Cloud User
9599
- # Guide*.
9597
+ # is supported with `io1` and `io2` volumes only. For more information,
9598
+ # see [ Amazon EBS Multi-Attach][2] in the *Amazon Elastic Compute Cloud
9599
+ # User Guide*.
9600
9600
  #
9601
9601
  #
9602
9602
  #
@@ -26225,10 +26225,12 @@ module Aws::EC2
26225
26225
  # resp.volumes_modifications[0].target_iops #=> Integer
26226
26226
  # resp.volumes_modifications[0].target_volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
26227
26227
  # resp.volumes_modifications[0].target_throughput #=> Integer
26228
+ # resp.volumes_modifications[0].target_multi_attach_enabled #=> Boolean
26228
26229
  # resp.volumes_modifications[0].original_size #=> Integer
26229
26230
  # resp.volumes_modifications[0].original_iops #=> Integer
26230
26231
  # resp.volumes_modifications[0].original_volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
26231
26232
  # resp.volumes_modifications[0].original_throughput #=> Integer
26233
+ # resp.volumes_modifications[0].original_multi_attach_enabled #=> Boolean
26232
26234
  # resp.volumes_modifications[0].progress #=> Integer
26233
26235
  # resp.volumes_modifications[0].start_time #=> Time
26234
26236
  # resp.volumes_modifications[0].end_time #=> Time
@@ -34020,6 +34022,19 @@ module Aws::EC2
34020
34022
  #
34021
34023
  # Valid Range: Minimum value of 125. Maximum value of 1000.
34022
34024
  #
34025
+ # @option params [Boolean] :multi_attach_enabled
34026
+ # Specifies whether to enable Amazon EBS Multi-Attach. If you enable
34027
+ # Multi-Attach, you can attach the volume to up to 16 [ Nitro-based
34028
+ # instances][1] in the same Availability Zone. This parameter is
34029
+ # supported with `io1` and `io2` volumes only. For more information, see
34030
+ # [ Amazon EBS Multi-Attach][2] in the *Amazon Elastic Compute Cloud
34031
+ # User Guide*.
34032
+ #
34033
+ #
34034
+ #
34035
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
34036
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html
34037
+ #
34023
34038
  # @return [Types::ModifyVolumeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
34024
34039
  #
34025
34040
  # * {Types::ModifyVolumeResult#volume_modification #volume_modification} => Types::VolumeModification
@@ -34033,6 +34048,7 @@ module Aws::EC2
34033
34048
  # volume_type: "standard", # accepts standard, io1, io2, gp2, sc1, st1, gp3
34034
34049
  # iops: 1,
34035
34050
  # throughput: 1,
34051
+ # multi_attach_enabled: false,
34036
34052
  # })
34037
34053
  #
34038
34054
  # @example Response structure
@@ -34044,10 +34060,12 @@ module Aws::EC2
34044
34060
  # resp.volume_modification.target_iops #=> Integer
34045
34061
  # resp.volume_modification.target_volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
34046
34062
  # resp.volume_modification.target_throughput #=> Integer
34063
+ # resp.volume_modification.target_multi_attach_enabled #=> Boolean
34047
34064
  # resp.volume_modification.original_size #=> Integer
34048
34065
  # resp.volume_modification.original_iops #=> Integer
34049
34066
  # resp.volume_modification.original_volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
34050
34067
  # resp.volume_modification.original_throughput #=> Integer
34068
+ # resp.volume_modification.original_multi_attach_enabled #=> Boolean
34051
34069
  # resp.volume_modification.progress #=> Integer
34052
34070
  # resp.volume_modification.start_time #=> Time
34053
34071
  # resp.volume_modification.end_time #=> Time
@@ -40839,7 +40857,7 @@ module Aws::EC2
40839
40857
  params: params,
40840
40858
  config: config)
40841
40859
  context[:gem_name] = 'aws-sdk-ec2'
40842
- context[:gem_version] = '1.218.0'
40860
+ context[:gem_version] = '1.219.0'
40843
40861
  Seahorse::Client::Request.new(handlers, context)
40844
40862
  end
40845
40863
 
@@ -8029,6 +8029,7 @@ module Aws::EC2
8029
8029
  ModifyVolumeRequest.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
8030
8030
  ModifyVolumeRequest.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
8031
8031
  ModifyVolumeRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
8032
+ ModifyVolumeRequest.add_member(:multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAttachEnabled"))
8032
8033
  ModifyVolumeRequest.struct_class = Types::ModifyVolumeRequest
8033
8034
 
8034
8035
  ModifyVolumeResult.add_member(:volume_modification, Shapes::ShapeRef.new(shape: VolumeModification, location_name: "volumeModification"))
@@ -10584,10 +10585,12 @@ module Aws::EC2
10584
10585
  VolumeModification.add_member(:target_iops, Shapes::ShapeRef.new(shape: Integer, location_name: "targetIops"))
10585
10586
  VolumeModification.add_member(:target_volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "targetVolumeType"))
10586
10587
  VolumeModification.add_member(:target_throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "targetThroughput"))
10588
+ VolumeModification.add_member(:target_multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "targetMultiAttachEnabled"))
10587
10589
  VolumeModification.add_member(:original_size, Shapes::ShapeRef.new(shape: Integer, location_name: "originalSize"))
10588
10590
  VolumeModification.add_member(:original_iops, Shapes::ShapeRef.new(shape: Integer, location_name: "originalIops"))
10589
10591
  VolumeModification.add_member(:original_volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "originalVolumeType"))
10590
10592
  VolumeModification.add_member(:original_throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "originalThroughput"))
10593
+ VolumeModification.add_member(:original_multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "originalMultiAttachEnabled"))
10591
10594
  VolumeModification.add_member(:progress, Shapes::ShapeRef.new(shape: Long, location_name: "progress"))
10592
10595
  VolumeModification.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
10593
10596
  VolumeModification.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
@@ -1276,9 +1276,9 @@ module Aws::EC2
1276
1276
  # Indicates whether to enable Amazon EBS Multi-Attach. If you enable
1277
1277
  # Multi-Attach, you can attach the volume to up to 16 [Instances built
1278
1278
  # on the Nitro System][1] in the same Availability Zone. This parameter
1279
- # is supported with `io1` volumes only. For more information, see [
1280
- # Amazon EBS Multi-Attach][2] in the *Amazon Elastic Compute Cloud User
1281
- # Guide*.
1279
+ # is supported with `io1` and `io2` volumes only. For more information,
1280
+ # see [ Amazon EBS Multi-Attach][2] in the *Amazon Elastic Compute Cloud
1281
+ # User Guide*.
1282
1282
  #
1283
1283
  #
1284
1284
  #
@@ -10355,7 +10355,7 @@ module Aws::EC2
10355
10355
  # Indicates whether to enable Amazon EBS Multi-Attach. If you enable
10356
10356
  # Multi-Attach, you can attach the volume to up to 16 [Instances built
10357
10357
  # on the Nitro System][1] in the same Availability Zone. This
10358
- # parameter is supported with `io1` volumes only. For more
10358
+ # parameter is supported with `io1` and `io2` volumes only. For more
10359
10359
  # information, see [ Amazon EBS Multi-Attach][2] in the *Amazon
10360
10360
  # Elastic Compute Cloud User Guide*.
10361
10361
  #
@@ -39007,6 +39007,7 @@ module Aws::EC2
39007
39007
  # volume_type: "standard", # accepts standard, io1, io2, gp2, sc1, st1, gp3
39008
39008
  # iops: 1,
39009
39009
  # throughput: 1,
39010
+ # multi_attach_enabled: false,
39010
39011
  # }
39011
39012
  #
39012
39013
  # @!attribute [rw] dry_run
@@ -39075,6 +39076,20 @@ module Aws::EC2
39075
39076
  # Valid Range: Minimum value of 125. Maximum value of 1000.
39076
39077
  # @return [Integer]
39077
39078
  #
39079
+ # @!attribute [rw] multi_attach_enabled
39080
+ # Specifies whether to enable Amazon EBS Multi-Attach. If you enable
39081
+ # Multi-Attach, you can attach the volume to up to 16 [ Nitro-based
39082
+ # instances][1] in the same Availability Zone. This parameter is
39083
+ # supported with `io1` and `io2` volumes only. For more information,
39084
+ # see [ Amazon EBS Multi-Attach][2] in the *Amazon Elastic Compute
39085
+ # Cloud User Guide*.
39086
+ #
39087
+ #
39088
+ #
39089
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
39090
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html
39091
+ # @return [Boolean]
39092
+ #
39078
39093
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVolumeRequest AWS API Documentation
39079
39094
  #
39080
39095
  class ModifyVolumeRequest < Struct.new(
@@ -39083,7 +39098,8 @@ module Aws::EC2
39083
39098
  :size,
39084
39099
  :volume_type,
39085
39100
  :iops,
39086
- :throughput)
39101
+ :throughput,
39102
+ :multi_attach_enabled)
39087
39103
  SENSITIVE = []
39088
39104
  include Aws::Structure
39089
39105
  end
@@ -54046,6 +54062,10 @@ module Aws::EC2
54046
54062
  # The target throughput of the volume, in MiB/s.
54047
54063
  # @return [Integer]
54048
54064
  #
54065
+ # @!attribute [rw] target_multi_attach_enabled
54066
+ # The target setting for Amazon EBS Multi-Attach.
54067
+ # @return [Boolean]
54068
+ #
54049
54069
  # @!attribute [rw] original_size
54050
54070
  # The original size of the volume, in GiB.
54051
54071
  # @return [Integer]
@@ -54062,6 +54082,10 @@ module Aws::EC2
54062
54082
  # The original throughput of the volume, in MiB/s.
54063
54083
  # @return [Integer]
54064
54084
  #
54085
+ # @!attribute [rw] original_multi_attach_enabled
54086
+ # The original setting for Amazon EBS Multi-Attach.
54087
+ # @return [Boolean]
54088
+ #
54065
54089
  # @!attribute [rw] progress
54066
54090
  # The modification progress, from 0 to 100 percent complete.
54067
54091
  # @return [Integer]
@@ -54084,10 +54108,12 @@ module Aws::EC2
54084
54108
  :target_iops,
54085
54109
  :target_volume_type,
54086
54110
  :target_throughput,
54111
+ :target_multi_attach_enabled,
54087
54112
  :original_size,
54088
54113
  :original_iops,
54089
54114
  :original_volume_type,
54090
54115
  :original_throughput,
54116
+ :original_multi_attach_enabled,
54091
54117
  :progress,
54092
54118
  :start_time,
54093
54119
  :end_time)
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.218.0
4
+ version: 1.219.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-12-17 00:00:00.000000000 Z
11
+ date: 2020-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4