aws-sdk-ec2 1.369.0 → 1.370.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -7778,9 +7778,11 @@ module Aws::EC2
7778
7778
  DnsEntrySet.member = Shapes::ShapeRef.new(shape: DnsEntry, location_name: "item")
7779
7779
 
7780
7780
  DnsOptions.add_member(:dns_record_ip_type, Shapes::ShapeRef.new(shape: DnsRecordIpType, location_name: "dnsRecordIpType"))
7781
+ DnsOptions.add_member(:private_dns_only_for_inbound_resolver_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsOnlyForInboundResolverEndpoint"))
7781
7782
  DnsOptions.struct_class = Types::DnsOptions
7782
7783
 
7783
7784
  DnsOptionsSpecification.add_member(:dns_record_ip_type, Shapes::ShapeRef.new(shape: DnsRecordIpType, location_name: "DnsRecordIpType"))
7785
+ DnsOptionsSpecification.add_member(:private_dns_only_for_inbound_resolver_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivateDnsOnlyForInboundResolverEndpoint"))
7784
7786
  DnsOptionsSpecification.struct_class = Types::DnsOptionsSpecification
7785
7787
 
7786
7788
  DnsServersOptionsModifyStructure.add_member(:custom_dns_servers, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "CustomDnsServers"))
@@ -238,8 +238,8 @@ module Aws::EC2
238
238
  end
239
239
 
240
240
  # The date and time to deprecate the AMI, in UTC, in the following
241
- # format: *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z. If you specified a value
242
- # for seconds, Amazon EC2 rounds the seconds to the nearest minute.
241
+ # format: *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z. If you specified a value for
242
+ # seconds, Amazon EC2 rounds the seconds to the nearest minute.
243
243
  # @return [String]
244
244
  def deprecation_time
245
245
  data[:deprecation_time]
@@ -536,10 +536,10 @@ module Aws::EC2
536
536
  # @option options [required, String] :attribute
537
537
  # The AMI attribute.
538
538
  #
539
- # **Note**\: The `blockDeviceMapping` attribute is deprecated. Using
540
- # this attribute returns the `Client.AuthFailure` error. To get
541
- # information about the block device mappings for an AMI, use the
542
- # DescribeImages action.
539
+ # **Note**: The `blockDeviceMapping` attribute is deprecated. Using this
540
+ # attribute returns the `Client.AuthFailure` error. To get information
541
+ # about the block device mappings for an AMI, use the DescribeImages
542
+ # action.
543
543
  # @option options [Boolean] :dry_run
544
544
  # Checks whether you have the required permissions for the action,
545
545
  # without actually making the request, and provides an error response.
@@ -1219,30 +1219,30 @@ module Aws::EC2
1219
1219
  # @option options [required, Array<String>] :reason_codes
1220
1220
  # The reason codes that describe the health state of your instance.
1221
1221
  #
1222
- # * `instance-stuck-in-state`\: My instance is stuck in a state.
1222
+ # * `instance-stuck-in-state`: My instance is stuck in a state.
1223
1223
  #
1224
- # * `unresponsive`\: My instance is unresponsive.
1224
+ # * `unresponsive`: My instance is unresponsive.
1225
1225
  #
1226
- # * `not-accepting-credentials`\: My instance is not accepting my
1226
+ # * `not-accepting-credentials`: My instance is not accepting my
1227
1227
  # credentials.
1228
1228
  #
1229
- # * `password-not-available`\: A password is not available for my
1229
+ # * `password-not-available`: A password is not available for my
1230
1230
  # instance.
1231
1231
  #
1232
- # * `performance-network`\: My instance is experiencing performance
1232
+ # * `performance-network`: My instance is experiencing performance
1233
1233
  # problems that I believe are network related.
1234
1234
  #
1235
- # * `performance-instance-store`\: My instance is experiencing
1235
+ # * `performance-instance-store`: My instance is experiencing
1236
1236
  # performance problems that I believe are related to the instance
1237
1237
  # stores.
1238
1238
  #
1239
- # * `performance-ebs-volume`\: My instance is experiencing performance
1239
+ # * `performance-ebs-volume`: My instance is experiencing performance
1240
1240
  # problems that I believe are related to an EBS volume.
1241
1241
  #
1242
- # * `performance-other`\: My instance is experiencing performance
1242
+ # * `performance-other`: My instance is experiencing performance
1243
1243
  # problems.
1244
1244
  #
1245
- # * `other`\: \[explain using the description parameter\]
1245
+ # * `other`: \[explain using the description parameter\]
1246
1246
  # @option options [Time,DateTime,Date,Integer,String] :start_time
1247
1247
  # The time at which the reported instance health state began.
1248
1248
  # @option options [required, String] :status
@@ -1564,7 +1564,7 @@ module Aws::EC2
1564
1564
  # * `status` - The state of the volume (`creating` \| `available` \|
1565
1565
  # `in-use` \| `deleting` \| `deleted` \| `error`).
1566
1566
  #
1567
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
1567
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
1568
1568
  # the resource. Use the tag key in the filter name and the tag value
1569
1569
  # as the filter value. For example, to find all resources that have a
1570
1570
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -1662,7 +1662,7 @@ module Aws::EC2
1662
1662
  #
1663
1663
  # * `public-ip` - The Elastic IP address, or the carrier IP address.
1664
1664
  #
1665
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
1665
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
1666
1666
  # the resource. Use the tag key in the filter name and the tag value
1667
1667
  # as the filter value. For example, to find all resources that have a
1668
1668
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -104,20 +104,20 @@ module Aws::EC2
104
104
 
105
105
  # The state of the NAT gateway.
106
106
  #
107
- # * `pending`\: The NAT gateway is being created and is not ready to
107
+ # * `pending`: The NAT gateway is being created and is not ready to
108
108
  # process traffic.
109
109
  #
110
- # * `failed`\: The NAT gateway could not be created. Check the
110
+ # * `failed`: The NAT gateway could not be created. Check the
111
111
  # `failureCode` and `failureMessage` fields for the reason.
112
112
  #
113
- # * `available`\: The NAT gateway is able to process traffic. This
114
- # status remains until you delete the NAT gateway, and does not
115
- # indicate the health of the NAT gateway.
113
+ # * `available`: The NAT gateway is able to process traffic. This status
114
+ # remains until you delete the NAT gateway, and does not indicate the
115
+ # health of the NAT gateway.
116
116
  #
117
- # * `deleting`\: The NAT gateway is in the process of being terminated
117
+ # * `deleting`: The NAT gateway is in the process of being terminated
118
118
  # and may still be processing traffic.
119
119
  #
120
- # * `deleted`\: The NAT gateway has been terminated and is no longer
120
+ # * `deleted`: The NAT gateway has been terminated and is no longer
121
121
  # processing traffic.
122
122
  # @return [String]
123
123
  def state
@@ -1380,11 +1380,11 @@ module Aws::EC2
1380
1380
  #
1381
1381
  # The following are the supported values for each volume type:
1382
1382
  #
1383
- # * `gp3`\: 3,000-16,000 IOPS
1383
+ # * `gp3`: 3,000-16,000 IOPS
1384
1384
  #
1385
- # * `io1`\: 100-64,000 IOPS
1385
+ # * `io1`: 100-64,000 IOPS
1386
1386
  #
1387
- # * `io2`\: 100-64,000 IOPS
1387
+ # * `io2`: 100-64,000 IOPS
1388
1388
  #
1389
1389
  # `io1` and `io2` volumes support up to 64,000 IOPS only on [Instances
1390
1390
  # built on the Nitro System][1]. Other instance families support
@@ -1428,13 +1428,13 @@ module Aws::EC2
1428
1428
  #
1429
1429
  # The following are the supported volumes sizes for each volume type:
1430
1430
  #
1431
- # * `gp2` and `gp3`\: 1-16,384
1431
+ # * `gp2` and `gp3`: 1-16,384
1432
1432
  #
1433
- # * `io1` and `io2`\: 4-16,384
1433
+ # * `io1` and `io2`: 4-16,384
1434
1434
  #
1435
- # * `st1` and `sc1`\: 125-16,384
1435
+ # * `st1` and `sc1`: 125-16,384
1436
1436
  #
1437
- # * `standard`\: 1-1,024
1437
+ # * `standard`: 1-1,024
1438
1438
  # @option options [String] :snapshot_id
1439
1439
  # The snapshot from which to create the volume. You must specify either
1440
1440
  # a snapshot ID or a volume size.
@@ -1961,7 +1961,7 @@ module Aws::EC2
1961
1961
  #
1962
1962
  # * `public-ip` - The Elastic IP address, or the carrier IP address.
1963
1963
  #
1964
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
1964
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
1965
1965
  # the resource. Use the tag key in the filter name and the tag value
1966
1966
  # as the filter value. For example, to find all resources that have a
1967
1967
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -2040,7 +2040,7 @@ module Aws::EC2
2040
2040
  # * `owner-id` - The ID of the Amazon Web Services account that owns the
2041
2041
  # DHCP options set.
2042
2042
  #
2043
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
2043
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
2044
2044
  # the resource. Use the tag key in the filter name and the tag value
2045
2045
  # as the filter value. For example, to find all resources that have a
2046
2046
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -2199,7 +2199,7 @@ module Aws::EC2
2199
2199
  # * `sriov-net-support` - A value of `simple` indicates that enhanced
2200
2200
  # networking with the Intel 82599 VF interface is enabled.
2201
2201
  #
2202
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
2202
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
2203
2203
  # the resource. Use the tag key in the filter name and the tag value
2204
2204
  # as the filter value. For example, to find all resources that have a
2205
2205
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -2628,7 +2628,7 @@ module Aws::EC2
2628
2628
  # * `owner-id` - The ID of the Amazon Web Services account that owns the
2629
2629
  # internet gateway.
2630
2630
  #
2631
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
2631
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
2632
2632
  # the resource. Use the tag key in the filter name and the tag value
2633
2633
  # as the filter value. For example, to find all resources that have a
2634
2634
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -2702,7 +2702,7 @@ module Aws::EC2
2702
2702
  # filter to find all resources assigned a tag with a specific key,
2703
2703
  # regardless of the tag value.
2704
2704
  #
2705
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
2705
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
2706
2706
  # the resource. Use the tag key in the filter name and the tag value
2707
2707
  # as the filter value. For example, to find all resources that have a
2708
2708
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -2776,7 +2776,7 @@ module Aws::EC2
2776
2776
  #
2777
2777
  # * `subnet-id` - The ID of the subnet in which the NAT gateway resides.
2778
2778
  #
2779
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
2779
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
2780
2780
  # the resource. Use the tag key in the filter name and the tag value
2781
2781
  # as the filter value. For example, to find all resources that have a
2782
2782
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -2876,7 +2876,7 @@ module Aws::EC2
2876
2876
  # * `owner-id` - The ID of the Amazon Web Services account that owns the
2877
2877
  # network ACL.
2878
2878
  #
2879
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
2879
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
2880
2880
  # the resource. Use the tag key in the filter name and the tag value
2881
2881
  # as the filter value. For example, to find all resources that have a
2882
2882
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -3043,7 +3043,7 @@ module Aws::EC2
3043
3043
  #
3044
3044
  # * `subnet-id` - The ID of the subnet for the network interface.
3045
3045
  #
3046
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
3046
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
3047
3047
  # the resource. Use the tag key in the filter name and the tag value
3048
3048
  # as the filter value. For example, to find all resources that have a
3049
3049
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -3249,7 +3249,7 @@ module Aws::EC2
3249
3249
  # * `route.vpc-peering-connection-id` - The ID of a VPC peering
3250
3250
  # connection specified in a route in the table.
3251
3251
  #
3252
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
3252
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
3253
3253
  # the resource. Use the tag key in the filter name and the tag value
3254
3254
  # as the filter value. For example, to find all resources that have a
3255
3255
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -3381,7 +3381,7 @@ module Aws::EC2
3381
3381
  # * `owner-id` - The Amazon Web Services account ID of the owner of the
3382
3382
  # security group.
3383
3383
  #
3384
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
3384
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
3385
3385
  # the resource. Use the tag key in the filter name and the tag value
3386
3386
  # as the filter value. For example, to find all resources that have a
3387
3387
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -3482,7 +3482,7 @@ module Aws::EC2
3482
3482
  # * `storage-tier` - The storage tier of the snapshot (`archive` \|
3483
3483
  # `standard`).
3484
3484
  #
3485
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
3485
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
3486
3486
  # the resource. Use the tag key in the filter name and the tag value
3487
3487
  # as the filter value. For example, to find all resources that have a
3488
3488
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -3631,7 +3631,7 @@ module Aws::EC2
3631
3631
  #
3632
3632
  # * `subnet-id` - The ID of the subnet.
3633
3633
  #
3634
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
3634
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
3635
3635
  # the resource. Use the tag key in the filter name and the tag value
3636
3636
  # as the filter value. For example, to find all resources that have a
3637
3637
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -3732,7 +3732,7 @@ module Aws::EC2
3732
3732
  # * `status` - The state of the volume (`creating` \| `available` \|
3733
3733
  # `in-use` \| `deleting` \| `deleted` \| `error`).
3734
3734
  #
3735
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
3735
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
3736
3736
  # the resource. Use the tag key in the filter name and the tag value
3737
3737
  # as the filter value. For example, to find all resources that have a
3738
3738
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -3823,7 +3823,7 @@ module Aws::EC2
3823
3823
  #
3824
3824
  # * `public-ip` - The Elastic IP address, or the carrier IP address.
3825
3825
  #
3826
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
3826
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
3827
3827
  # the resource. Use the tag key in the filter name and the tag value
3828
3828
  # as the filter value. For example, to find all resources that have a
3829
3829
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -3915,7 +3915,7 @@ module Aws::EC2
3915
3915
  # * `status-message` - A message that provides more information about
3916
3916
  # the status of the VPC peering connection, if applicable.
3917
3917
  #
3918
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
3918
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
3919
3919
  # the resource. Use the tag key in the filter name and the tag value
3920
3920
  # as the filter value. For example, to find all resources that have a
3921
3921
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -4005,7 +4005,7 @@ module Aws::EC2
4005
4005
  #
4006
4006
  # * `state` - The state of the VPC (`pending` \| `available`).
4007
4007
  #
4008
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
4008
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
4009
4009
  # the resource. Use the tag key in the filter name and the tag value
4010
4010
  # as the filter value. For example, to find all resources that have a
4011
4011
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -1430,7 +1430,7 @@ module Aws::EC2
1430
1430
  #
1431
1431
  # * `subnet-id` - The ID of the subnet in which the NAT gateway resides.
1432
1432
  #
1433
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
1433
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
1434
1434
  # the resource. Use the tag key in the filter name and the tag value
1435
1435
  # as the filter value. For example, to find all resources that have a
1436
1436
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -1585,7 +1585,7 @@ module Aws::EC2
1585
1585
  #
1586
1586
  # * `subnet-id` - The ID of the subnet for the network interface.
1587
1587
  #
1588
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
1588
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
1589
1589
  # the resource. Use the tag key in the filter name and the tag value
1590
1590
  # as the filter value. For example, to find all resources that have a
1591
1591
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`