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.
@@ -103,7 +103,7 @@ module Aws::EC2
103
103
  # @return [String]
104
104
  #
105
105
  # @!attribute [rw] tag_specifications
106
- # `tag`\:<key> - The key/value combination of a tag assigned to
106
+ # `tag`:<key> - The key/value combination of a tag assigned to
107
107
  # the resource. Use the tag key in the filter name and the tag value
108
108
  # as the filter value. For example, to find all resources that have a
109
109
  # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
@@ -7315,13 +7315,13 @@ module Aws::EC2
7315
7315
  #
7316
7316
  # @!attribute [rw] valid_from
7317
7317
  # The start date and time of the request, in UTC format (for example,
7318
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). The default is to start
7318
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). The default is to start
7319
7319
  # fulfilling the request immediately.
7320
7320
  # @return [Time]
7321
7321
  #
7322
7322
  # @!attribute [rw] valid_until
7323
7323
  # The end date and time of the request, in UTC format (for example,
7324
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). At this point, no new EC2 Fleet
7324
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). At this point, no new EC2 Fleet
7325
7325
  # requests are placed or able to fulfill the request. If no value is
7326
7326
  # specified, the request remains until you cancel it.
7327
7327
  # @return [Time]
@@ -7472,7 +7472,7 @@ module Aws::EC2
7472
7472
  # * If the destination type is `cloud-watch-logs`, specify the ARN of
7473
7473
  # a CloudWatch Logs log group. For example:
7474
7474
  #
7475
- # arn:aws:logs:*region*\:*account\_id*\:log-group:*my\_group*
7475
+ # arn:aws:logs:*region*:*account\_id*:log-group:*my\_group*
7476
7476
  #
7477
7477
  # Alternatively, use the `LogGroupName` parameter.
7478
7478
  #
@@ -7487,7 +7487,7 @@ module Aws::EC2
7487
7487
  # * If the destination type is `kinesis-data-firehose`, specify the
7488
7488
  # ARN of a Kinesis Data Firehose delivery stream. For example:
7489
7489
  #
7490
- # arn:aws:firehose:*region*\:*account\_id*\:deliverystream:*my\_stream*
7490
+ # arn:aws:firehose:*region*:*account\_id*:deliverystream:*my\_stream*
7491
7491
  # @return [String]
7492
7492
  #
7493
7493
  # @!attribute [rw] log_format
@@ -10053,14 +10053,14 @@ module Aws::EC2
10053
10053
  #
10054
10054
  # The following are valid values:
10055
10055
  #
10056
- # * `prefix`\: The Amazon EC2 Prefix Delegation feature assigns the IP
10056
+ # * `prefix`: The Amazon EC2 Prefix Delegation feature assigns the IP
10057
10057
  # addresses to network interfaces that are associated with an
10058
10058
  # instance. For information about Prefix Delegation, see [Prefix
10059
10059
  # Delegation for Amazon EC2 network interfaces][1] in the *Amazon
10060
10060
  # Elastic Compute Cloud User Guide*.
10061
10061
  #
10062
- # * `explicit`\: You manually assign the IP addresses to resources
10063
- # that reside in your subnet.
10062
+ # * `explicit`: You manually assign the IP addresses to resources that
10063
+ # reside in your subnet.
10064
10064
  #
10065
10065
  #
10066
10066
  #
@@ -11689,11 +11689,11 @@ module Aws::EC2
11689
11689
  #
11690
11690
  # The following are the supported values for each volume type:
11691
11691
  #
11692
- # * `gp3`\: 3,000-16,000 IOPS
11692
+ # * `gp3`: 3,000-16,000 IOPS
11693
11693
  #
11694
- # * `io1`\: 100-64,000 IOPS
11694
+ # * `io1`: 100-64,000 IOPS
11695
11695
  #
11696
- # * `io2`\: 100-64,000 IOPS
11696
+ # * `io2`: 100-64,000 IOPS
11697
11697
  #
11698
11698
  # `io1` and `io2` volumes support up to 64,000 IOPS only on [Instances
11699
11699
  # built on the Nitro System][1]. Other instance families support
@@ -11743,13 +11743,13 @@ module Aws::EC2
11743
11743
  #
11744
11744
  # The following are the supported volumes sizes for each volume type:
11745
11745
  #
11746
- # * `gp2` and `gp3`\: 1-16,384
11746
+ # * `gp2` and `gp3`: 1-16,384
11747
11747
  #
11748
- # * `io1` and `io2`\: 4-16,384
11748
+ # * `io1` and `io2`: 4-16,384
11749
11749
  #
11750
- # * `st1` and `sc1`\: 125-16,384
11750
+ # * `st1` and `sc1`: 125-16,384
11751
11751
  #
11752
- # * `standard`\: 1-1,024
11752
+ # * `standard`: 1-1,024
11753
11753
  # @return [Integer]
11754
11754
  #
11755
11755
  # @!attribute [rw] snapshot_id
@@ -11988,7 +11988,7 @@ module Aws::EC2
11988
11988
  # names that are automatically generated by the VPC endpoint service.
11989
11989
  #
11990
11990
  # To use a private hosted zone, you must set the following VPC
11991
- # attributes to `true`\: `enableDnsHostnames` and `enableDnsSupport`.
11991
+ # attributes to `true`: `enableDnsHostnames` and `enableDnsSupport`.
11992
11992
  # Use ModifyVpcAttribute to set the VPC attributes.
11993
11993
  #
11994
11994
  # Default: `true`
@@ -15571,10 +15571,10 @@ module Aws::EC2
15571
15571
  #
15572
15572
  # * `public-ip` - The Elastic IP address, or the carrier IP address.
15573
15573
  #
15574
- # * `tag`\:<key> - The key/value combination of a tag assigned
15575
- # to the resource. Use the tag key in the filter name and the tag
15576
- # value as the filter value. For example, to find all resources that
15577
- # have a tag with the key `Owner` and the value `TeamA`, specify
15574
+ # * `tag`:<key> - The key/value combination of a tag assigned to
15575
+ # the resource. Use the tag key in the filter name and the tag value
15576
+ # as the filter value. For example, to find all resources that have
15577
+ # a tag with the key `Owner` and the value `TeamA`, specify
15578
15578
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
15579
15579
  #
15580
15580
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -16130,10 +16130,10 @@ module Aws::EC2
16130
16130
  # * `owner-id` - The Amazon Web Services account ID of the owner of
16131
16131
  # the carrier gateway.
16132
16132
  #
16133
- # * `tag`\:<key> - The key/value combination of a tag assigned
16134
- # to the resource. Use the tag key in the filter name and the tag
16135
- # value as the filter value. For example, to find all resources that
16136
- # have a tag with the key `Owner` and the value `TeamA`, specify
16133
+ # * `tag`:<key> - The key/value combination of a tag assigned to
16134
+ # the resource. Use the tag key in the filter name and the tag value
16135
+ # as the filter value. For example, to find all resources that have
16136
+ # a tag with the key `Owner` and the value `TeamA`, specify
16137
16137
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
16138
16138
  #
16139
16139
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -16198,10 +16198,10 @@ module Aws::EC2
16198
16198
  #
16199
16199
  # * `instance-id` - The ID of the instance.
16200
16200
  #
16201
- # * `tag`\:<key> - The key/value combination of a tag assigned
16202
- # to the resource. Use the tag key in the filter name and the tag
16203
- # value as the filter value. For example, to find all resources that
16204
- # have a tag with the key `Owner` and the value `TeamA`, specify
16201
+ # * `tag`:<key> - The key/value combination of a tag assigned to
16202
+ # the resource. Use the tag key in the filter name and the tag value
16203
+ # as the filter value. For example, to find all resources that have
16204
+ # a tag with the key `Owner` and the value `TeamA`, specify
16205
16205
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
16206
16206
  #
16207
16207
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -16704,10 +16704,10 @@ module Aws::EC2
16704
16704
  # * `type` - The type of customer gateway. Currently, the only
16705
16705
  # supported type is `ipsec.1`.
16706
16706
  #
16707
- # * `tag`\:<key> - The key/value combination of a tag assigned
16708
- # to the resource. Use the tag key in the filter name and the tag
16709
- # value as the filter value. For example, to find all resources that
16710
- # have a tag with the key `Owner` and the value `TeamA`, specify
16707
+ # * `tag`:<key> - The key/value combination of a tag assigned to
16708
+ # the resource. Use the tag key in the filter name and the tag value
16709
+ # as the filter value. For example, to find all resources that have
16710
+ # a tag with the key `Owner` and the value `TeamA`, specify
16711
16711
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
16712
16712
  #
16713
16713
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -16765,10 +16765,10 @@ module Aws::EC2
16765
16765
  # * `owner-id` - The ID of the Amazon Web Services account that owns
16766
16766
  # the DHCP options set.
16767
16767
  #
16768
- # * `tag`\:<key> - The key/value combination of a tag assigned
16769
- # to the resource. Use the tag key in the filter name and the tag
16770
- # value as the filter value. For example, to find all resources that
16771
- # have a tag with the key `Owner` and the value `TeamA`, specify
16768
+ # * `tag`:<key> - The key/value combination of a tag assigned to
16769
+ # the resource. Use the tag key in the filter name and the tag value
16770
+ # as the filter value. For example, to find all resources that have
16771
+ # a tag with the key `Owner` and the value `TeamA`, specify
16772
16772
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
16773
16773
  #
16774
16774
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -16859,10 +16859,10 @@ module Aws::EC2
16859
16859
  # @!attribute [rw] filters
16860
16860
  # One or more filters.
16861
16861
  #
16862
- # * `tag`\:<key> - The key/value combination of a tag assigned
16863
- # to the resource. Use the tag key in the filter name and the tag
16864
- # value as the filter value. For example, to find all resources that
16865
- # have a tag with the key `Owner` and the value `TeamA`, specify
16862
+ # * `tag`:<key> - The key/value combination of a tag assigned to
16863
+ # the resource. Use the tag key in the filter name and the tag value
16864
+ # as the filter value. For example, to find all resources that have
16865
+ # a tag with the key `Owner` and the value `TeamA`, specify
16866
16866
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
16867
16867
  #
16868
16868
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -17277,14 +17277,14 @@ module Aws::EC2
17277
17277
  # @!attribute [rw] filters
17278
17278
  # The filters. The possible values are:
17279
17279
  #
17280
- # * `availability-zone`\: The Availability Zone of the snapshot.
17280
+ # * `availability-zone`: The Availability Zone of the snapshot.
17281
17281
  #
17282
- # * `owner-id`\: The ID of the Amazon Web Services account that
17283
- # enabled fast snapshot restore on the snapshot.
17282
+ # * `owner-id`: The ID of the Amazon Web Services account that enabled
17283
+ # fast snapshot restore on the snapshot.
17284
17284
  #
17285
- # * `snapshot-id`\: The ID of the snapshot.
17285
+ # * `snapshot-id`: The ID of the snapshot.
17286
17286
  #
17287
- # * `state`\: The state of fast snapshot restores for the snapshot
17287
+ # * `state`: The state of fast snapshot restores for the snapshot
17288
17288
  # (`enabling` \| `optimizing` \| `enabled` \| `disabling` \|
17289
17289
  # `disabled`).
17290
17290
  # @return [Array<Types::Filter>]
@@ -17419,7 +17419,7 @@ module Aws::EC2
17419
17419
  #
17420
17420
  # @!attribute [rw] start_time
17421
17421
  # The start date and time for the events, in UTC format (for example,
17422
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
17422
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
17423
17423
  # @return [Time]
17424
17424
  #
17425
17425
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFleetHistoryRequest AWS API Documentation
@@ -17441,8 +17441,8 @@ module Aws::EC2
17441
17441
  #
17442
17442
  # @!attribute [rw] last_evaluated_time
17443
17443
  # The last date and time for the events, in UTC format (for example,
17444
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). All records up to this time
17445
- # were retrieved.
17444
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). All records up to this time were
17445
+ # retrieved.
17446
17446
  #
17447
17447
  # If `nextToken` indicates that there are more items, this value is
17448
17448
  # not present.
@@ -17459,7 +17459,7 @@ module Aws::EC2
17459
17459
  #
17460
17460
  # @!attribute [rw] start_time
17461
17461
  # The start date and time for the events, in UTC format (for example,
17462
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
17462
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
17463
17463
  # @return [Time]
17464
17464
  #
17465
17465
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFleetHistoryResult AWS API Documentation
@@ -17691,10 +17691,10 @@ module Aws::EC2
17691
17691
  # * `traffic-type` - The type of traffic (`ACCEPT` \| `REJECT` \|
17692
17692
  # `ALL`).
17693
17693
  #
17694
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
17695
- # to the resource. Use the tag key in the filter name and the tag
17696
- # value as the filter value. For example, to find all resources that
17697
- # have a tag with the key `Owner` and the value `TeamA`, specify
17694
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
17695
+ # the resource. Use the tag key in the filter name and the tag value
17696
+ # as the filter value. For example, to find all resources that have
17697
+ # a tag with the key `Owner` and the value `TeamA`, specify
17698
17698
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
17699
17699
  #
17700
17700
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -17830,10 +17830,10 @@ module Aws::EC2
17830
17830
  # * `state` - The state of the AFI (`pending` \| `failed` \|
17831
17831
  # `available` \| `unavailable`).
17832
17832
  #
17833
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
17834
- # to the resource. Use the tag key in the filter name and the tag
17835
- # value as the filter value. For example, to find all resources that
17836
- # have a tag with the key `Owner` and the value `TeamA`, specify
17833
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
17834
+ # the resource. Use the tag key in the filter name and the tag value
17835
+ # as the filter value. For example, to find all resources that have
17836
+ # a tag with the key `Owner` and the value `TeamA`, specify
17837
17837
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
17838
17838
  #
17839
17839
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -18233,7 +18233,7 @@ module Aws::EC2
18233
18233
  # @!attribute [rw] attribute
18234
18234
  # The AMI attribute.
18235
18235
  #
18236
- # **Note**\: The `blockDeviceMapping` attribute is deprecated. Using
18236
+ # **Note**: The `blockDeviceMapping` attribute is deprecated. Using
18237
18237
  # this attribute returns the `Client.AuthFailure` error. To get
18238
18238
  # information about the block device mappings for an AMI, use the
18239
18239
  # DescribeImages action.
@@ -18367,10 +18367,10 @@ module Aws::EC2
18367
18367
  # * `sriov-net-support` - A value of `simple` indicates that enhanced
18368
18368
  # networking with the Intel 82599 VF interface is enabled.
18369
18369
  #
18370
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
18371
- # to the resource. Use the tag key in the filter name and the tag
18372
- # value as the filter value. For example, to find all resources that
18373
- # have a tag with the key `Owner` and the value `TeamA`, specify
18370
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
18371
+ # the resource. Use the tag key in the filter name and the tag value
18372
+ # as the filter value. For example, to find all resources that have
18373
+ # a tag with the key `Owner` and the value `TeamA`, specify
18374
18374
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
18375
18375
  #
18376
18376
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -19569,10 +19569,10 @@ module Aws::EC2
19569
19569
  # * `owner-id` - The ID of the Amazon Web Services account that owns
19570
19570
  # the internet gateway.
19571
19571
  #
19572
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
19573
- # to the resource. Use the tag key in the filter name and the tag
19574
- # value as the filter value. For example, to find all resources that
19575
- # have a tag with the key `Owner` and the value `TeamA`, specify
19572
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
19573
+ # the resource. Use the tag key in the filter name and the tag value
19574
+ # as the filter value. For example, to find all resources that have
19575
+ # a tag with the key `Owner` and the value `TeamA`, specify
19576
19576
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
19577
19577
  #
19578
19578
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -19947,10 +19947,10 @@ module Aws::EC2
19947
19947
  # @!attribute [rw] filters
19948
19948
  # One or more filters.
19949
19949
  #
19950
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
19951
- # to the resource. Use the tag key in the filter name and the tag
19952
- # value as the filter value. For example, to find all resources that
19953
- # have a tag with the key `Owner` and the value `TeamA`, specify
19950
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
19951
+ # the resource. Use the tag key in the filter name and the tag value
19952
+ # as the filter value. For example, to find all resources that have
19953
+ # a tag with the key `Owner` and the value `TeamA`, specify
19954
19954
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
19955
19955
  #
19956
19956
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -20001,10 +20001,10 @@ module Aws::EC2
20001
20001
  # filter to find all resources assigned a tag with a specific key,
20002
20002
  # regardless of the tag value.
20003
20003
  #
20004
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
20005
- # to the resource. Use the tag key in the filter name and the tag
20006
- # value as the filter value. For example, to find all resources that
20007
- # have a tag with the key `Owner` and the value `TeamA`, specify
20004
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
20005
+ # the resource. Use the tag key in the filter name and the tag value
20006
+ # as the filter value. For example, to find all resources that have
20007
+ # a tag with the key `Owner` and the value `TeamA`, specify
20008
20008
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
20009
20009
  # @return [Array<Types::Filter>]
20010
20010
  #
@@ -20230,10 +20230,10 @@ module Aws::EC2
20230
20230
  #
20231
20231
  # * `launch-template-name` - The name of the launch template.
20232
20232
  #
20233
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
20234
- # to the resource. Use the tag key in the filter name and the tag
20235
- # value as the filter value. For example, to find all resources that
20236
- # have a tag with the key `Owner` and the value `TeamA`, specify
20233
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
20234
+ # the resource. Use the tag key in the filter name and the tag value
20235
+ # as the filter value. For example, to find all resources that have
20236
+ # a tag with the key `Owner` and the value `TeamA`, specify
20237
20237
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
20238
20238
  #
20239
20239
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -20846,10 +20846,10 @@ module Aws::EC2
20846
20846
  # * `subnet-id` - The ID of the subnet in which the NAT gateway
20847
20847
  # resides.
20848
20848
  #
20849
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
20850
- # to the resource. Use the tag key in the filter name and the tag
20851
- # value as the filter value. For example, to find all resources that
20852
- # have a tag with the key `Owner` and the value `TeamA`, specify
20849
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
20850
+ # the resource. Use the tag key in the filter name and the tag value
20851
+ # as the filter value. For example, to find all resources that have
20852
+ # a tag with the key `Owner` and the value `TeamA`, specify
20853
20853
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
20854
20854
  #
20855
20855
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -20955,10 +20955,10 @@ module Aws::EC2
20955
20955
  # * `owner-id` - The ID of the Amazon Web Services account that owns
20956
20956
  # the network ACL.
20957
20957
  #
20958
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
20959
- # to the resource. Use the tag key in the filter name and the tag
20960
- # value as the filter value. For example, to find all resources that
20961
- # have a tag with the key `Owner` and the value `TeamA`, specify
20958
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
20959
+ # the resource. Use the tag key in the filter name and the tag value
20960
+ # as the filter value. For example, to find all resources that have
20961
+ # a tag with the key `Owner` and the value `TeamA`, specify
20962
20962
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
20963
20963
  #
20964
20964
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -21538,10 +21538,10 @@ module Aws::EC2
21538
21538
  #
21539
21539
  # * `subnet-id` - The ID of the subnet for the network interface.
21540
21540
  #
21541
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
21542
- # to the resource. Use the tag key in the filter name and the tag
21543
- # value as the filter value. For example, to find all resources that
21544
- # have a tag with the key `Owner` and the value `TeamA`, specify
21541
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
21542
+ # the resource. Use the tag key in the filter name and the tag value
21543
+ # as the filter value. For example, to find all resources that have
21544
+ # a tag with the key `Owner` and the value `TeamA`, specify
21545
21545
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
21546
21546
  #
21547
21547
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -21691,9 +21691,9 @@ module Aws::EC2
21691
21691
  # @!attribute [rw] filters
21692
21692
  # One or more filters.
21693
21693
  #
21694
- # * `prefix-list-id`\: The ID of a prefix list.
21694
+ # * `prefix-list-id`: The ID of a prefix list.
21695
21695
  #
21696
- # * `prefix-list-name`\: The name of a prefix list.
21696
+ # * `prefix-list-name`: The name of a prefix list.
21697
21697
  # @return [Array<Types::Filter>]
21698
21698
  #
21699
21699
  # @!attribute [rw] max_results
@@ -21816,10 +21816,10 @@ module Aws::EC2
21816
21816
  # @!attribute [rw] filters
21817
21817
  # One or more filters.
21818
21818
  #
21819
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
21820
- # to the resource. Use the tag key in the filter name and the tag
21821
- # value as the filter value. For example, to find all resources that
21822
- # have a tag with the key `Owner` and the value `TeamA`, specify
21819
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
21820
+ # the resource. Use the tag key in the filter name and the tag value
21821
+ # as the filter value. For example, to find all resources that have
21822
+ # a tag with the key `Owner` and the value `TeamA`, specify
21823
21823
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
21824
21824
  #
21825
21825
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -22452,10 +22452,10 @@ module Aws::EC2
22452
22452
  # * `route.vpc-peering-connection-id` - The ID of a VPC peering
22453
22453
  # connection specified in a route in the table.
22454
22454
  #
22455
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
22456
- # to the resource. Use the tag key in the filter name and the tag
22457
- # value as the filter value. For example, to find all resources that
22458
- # have a tag with the key `Owner` and the value `TeamA`, specify
22455
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
22456
+ # the resource. Use the tag key in the filter name and the tag value
22457
+ # as the filter value. For example, to find all resources that have
22458
+ # a tag with the key `Owner` and the value `TeamA`, specify
22459
22459
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
22460
22460
  #
22461
22461
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -22729,10 +22729,10 @@ module Aws::EC2
22729
22729
  #
22730
22730
  # * `security-group-rule-id` - The ID of the security group rule.
22731
22731
  #
22732
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
22733
- # to the resource. Use the tag key in the filter name and the tag
22734
- # value as the filter value. For example, to find all resources that
22735
- # have a tag with the key `Owner` and the value `TeamA`, specify
22732
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
22733
+ # the resource. Use the tag key in the filter name and the tag value
22734
+ # as the filter value. For example, to find all resources that have
22735
+ # a tag with the key `Owner` and the value `TeamA`, specify
22736
22736
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
22737
22737
  # @return [Array<Types::Filter>]
22738
22738
  #
@@ -22867,10 +22867,10 @@ module Aws::EC2
22867
22867
  # * `owner-id` - The Amazon Web Services account ID of the owner of
22868
22868
  # the security group.
22869
22869
  #
22870
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
22871
- # to the resource. Use the tag key in the filter name and the tag
22872
- # value as the filter value. For example, to find all resources that
22873
- # have a tag with the key `Owner` and the value `TeamA`, specify
22870
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
22871
+ # the resource. Use the tag key in the filter name and the tag value
22872
+ # as the filter value. For example, to find all resources that have
22873
+ # a tag with the key `Owner` and the value `TeamA`, specify
22874
22874
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
22875
22875
  #
22876
22876
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -23098,10 +23098,10 @@ module Aws::EC2
23098
23098
  # * `storage-tier` - The storage tier of the snapshot (`archive` \|
23099
23099
  # `standard`).
23100
23100
  #
23101
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
23102
- # to the resource. Use the tag key in the filter name and the tag
23103
- # value as the filter value. For example, to find all resources that
23104
- # have a tag with the key `Owner` and the value `TeamA`, specify
23101
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
23102
+ # the resource. Use the tag key in the filter name and the tag value
23103
+ # as the filter value. For example, to find all resources that have
23104
+ # a tag with the key `Owner` and the value `TeamA`, specify
23105
23105
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
23106
23106
  #
23107
23107
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -23321,7 +23321,7 @@ module Aws::EC2
23321
23321
  #
23322
23322
  # @!attribute [rw] start_time
23323
23323
  # The starting date and time for the events, in UTC format (for
23324
- # example, *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
23324
+ # example, *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
23325
23325
  # @return [Time]
23326
23326
  #
23327
23327
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSpotFleetRequestHistoryRequest AWS API Documentation
@@ -23346,8 +23346,8 @@ module Aws::EC2
23346
23346
  #
23347
23347
  # @!attribute [rw] last_evaluated_time
23348
23348
  # The last date and time for the events, in UTC format (for example,
23349
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). All records up to this time
23350
- # were retrieved.
23349
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). All records up to this time were
23350
+ # retrieved.
23351
23351
  #
23352
23352
  # If `nextToken` indicates that there are more items, this value is
23353
23353
  # not present.
@@ -23364,7 +23364,7 @@ module Aws::EC2
23364
23364
  #
23365
23365
  # @!attribute [rw] start_time
23366
23366
  # The starting date and time for the events, in UTC format (for
23367
- # example, *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
23367
+ # example, *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
23368
23368
  # @return [Time]
23369
23369
  #
23370
23370
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSpotFleetRequestHistoryResponse AWS API Documentation
@@ -23643,7 +23643,7 @@ module Aws::EC2
23643
23643
  # supported).
23644
23644
  #
23645
23645
  # * `timestamp` - The time stamp of the Spot price history, in UTC
23646
- # format (for example, *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). You can
23646
+ # format (for example, *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). You can
23647
23647
  # use wildcards (* and ?). Greater than or less than comparison is
23648
23648
  # not supported.
23649
23649
  # @return [Array<Types::Filter>]
@@ -23662,7 +23662,7 @@ module Aws::EC2
23662
23662
  # @!attribute [rw] end_time
23663
23663
  # The date and time, up to the current date, from which to stop
23664
23664
  # retrieving the price history data, in UTC format (for example,
23665
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
23665
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
23666
23666
  # @return [Time]
23667
23667
  #
23668
23668
  # @!attribute [rw] instance_types
@@ -23692,7 +23692,7 @@ module Aws::EC2
23692
23692
  # @!attribute [rw] start_time
23693
23693
  # The date and time, up to the past 90 days, from which to start
23694
23694
  # retrieving the price history data, in UTC format (for example,
23695
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
23695
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
23696
23696
  # @return [Time]
23697
23697
  #
23698
23698
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSpotPriceHistoryRequest AWS API Documentation
@@ -23937,10 +23937,10 @@ module Aws::EC2
23937
23937
  #
23938
23938
  # * `subnet-id` - The ID of the subnet.
23939
23939
  #
23940
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
23941
- # to the resource. Use the tag key in the filter name and the tag
23942
- # value as the filter value. For example, to find all resources that
23943
- # have a tag with the key `Owner` and the value `TeamA`, specify
23940
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
23941
+ # the resource. Use the tag key in the filter name and the tag value
23942
+ # as the filter value. For example, to find all resources that have
23943
+ # a tag with the key `Owner` and the value `TeamA`, specify
23944
23944
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
23945
23945
  #
23946
23946
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -24034,7 +24034,7 @@ module Aws::EC2
24034
24034
  # `vpc-endpoint-service` \| `vpc-peering-connection` \|
24035
24035
  # `vpn-connection` \| `vpn-gateway`).
24036
24036
  #
24037
- # * `tag`\:&lt;key&gt; - The key/value combination of the tag. For
24037
+ # * `tag`:&lt;key&gt; - The key/value combination of the tag. For
24038
24038
  # example, specify "tag:Owner" for the filter name and "TeamA"
24039
24039
  # for the filter value to find resources with the tag
24040
24040
  # "Owner=TeamA".
@@ -24102,9 +24102,9 @@ module Aws::EC2
24102
24102
  # @!attribute [rw] filters
24103
24103
  # One or more filters. The possible values are:
24104
24104
  #
24105
- # * `description`\: The Traffic Mirror filter description.
24105
+ # * `description`: The Traffic Mirror filter description.
24106
24106
  #
24107
- # * `traffic-mirror-filter-id`\: The ID of the Traffic Mirror filter.
24107
+ # * `traffic-mirror-filter-id`: The ID of the Traffic Mirror filter.
24108
24108
  # @return [Array<Types::Filter>]
24109
24109
  #
24110
24110
  # @!attribute [rw] max_results
@@ -24161,27 +24161,26 @@ module Aws::EC2
24161
24161
  # @!attribute [rw] filters
24162
24162
  # One or more filters. The possible values are:
24163
24163
  #
24164
- # * `description`\: The Traffic Mirror session description.
24164
+ # * `description`: The Traffic Mirror session description.
24165
24165
  #
24166
- # * `network-interface-id`\: The ID of the Traffic Mirror session
24166
+ # * `network-interface-id`: The ID of the Traffic Mirror session
24167
24167
  # network interface.
24168
24168
  #
24169
- # * `owner-id`\: The ID of the account that owns the Traffic Mirror
24169
+ # * `owner-id`: The ID of the account that owns the Traffic Mirror
24170
24170
  # session.
24171
24171
  #
24172
- # * `packet-length`\: The assigned number of packets to mirror.
24172
+ # * `packet-length`: The assigned number of packets to mirror.
24173
24173
  #
24174
- # * `session-number`\: The assigned session number.
24174
+ # * `session-number`: The assigned session number.
24175
24175
  #
24176
- # * `traffic-mirror-filter-id`\: The ID of the Traffic Mirror filter.
24176
+ # * `traffic-mirror-filter-id`: The ID of the Traffic Mirror filter.
24177
24177
  #
24178
- # * `traffic-mirror-session-id`\: The ID of the Traffic Mirror
24179
- # session.
24178
+ # * `traffic-mirror-session-id`: The ID of the Traffic Mirror session.
24180
24179
  #
24181
- # * `traffic-mirror-target-id`\: The ID of the Traffic Mirror target.
24180
+ # * `traffic-mirror-target-id`: The ID of the Traffic Mirror target.
24182
24181
  #
24183
- # * `virtual-network-id`\: The virtual network ID of the Traffic
24184
- # Mirror session.
24182
+ # * `virtual-network-id`: The virtual network ID of the Traffic Mirror
24183
+ # session.
24185
24184
  # @return [Array<Types::Filter>]
24186
24185
  #
24187
24186
  # @!attribute [rw] max_results
@@ -24240,18 +24239,18 @@ module Aws::EC2
24240
24239
  # @!attribute [rw] filters
24241
24240
  # One or more filters. The possible values are:
24242
24241
  #
24243
- # * `description`\: The Traffic Mirror target description.
24242
+ # * `description`: The Traffic Mirror target description.
24244
24243
  #
24245
- # * `network-interface-id`\: The ID of the Traffic Mirror session
24244
+ # * `network-interface-id`: The ID of the Traffic Mirror session
24246
24245
  # network interface.
24247
24246
  #
24248
- # * `network-load-balancer-arn`\: The Amazon Resource Name (ARN) of
24249
- # the Network Load Balancer that is associated with the session.
24247
+ # * `network-load-balancer-arn`: The Amazon Resource Name (ARN) of the
24248
+ # Network Load Balancer that is associated with the session.
24250
24249
  #
24251
- # * `owner-id`\: The ID of the account that owns the Traffic Mirror
24250
+ # * `owner-id`: The ID of the account that owns the Traffic Mirror
24252
24251
  # session.
24253
24252
  #
24254
- # * `traffic-mirror-target-id`\: The ID of the Traffic Mirror target.
24253
+ # * `traffic-mirror-target-id`: The ID of the Traffic Mirror target.
24255
24254
  # @return [Array<Types::Filter>]
24256
24255
  #
24257
24256
  # @!attribute [rw] max_results
@@ -24590,10 +24589,10 @@ module Aws::EC2
24590
24589
  # `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
24591
24590
  # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
24592
24591
  #
24593
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
24594
- # to the resource. Use the tag key in the filter name and the tag
24595
- # value as the filter value. For example, to find all resources that
24596
- # have a tag with the key `Owner` and the value `TeamA`, specify
24592
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
24593
+ # the resource. Use the tag key in the filter name and the tag value
24594
+ # as the filter value. For example, to find all resources that have
24595
+ # a tag with the key `Owner` and the value `TeamA`, specify
24597
24596
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
24598
24597
  #
24599
24598
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -25400,8 +25399,8 @@ module Aws::EC2
25400
25399
  #
25401
25400
  # * `event.event-id` - The event ID.
25402
25401
  #
25403
- # * `event.event-type` - The event type (for `io-enabled`\: `passed`
25404
- # \| `failed`; for `io-performance`\: `io-performance:degraded` \|
25402
+ # * `event.event-type` - The event type (for `io-enabled`: `passed` \|
25403
+ # `failed`; for `io-performance`: `io-performance:degraded` \|
25405
25404
  # `io-performance:severely-degraded` \| `io-performance:stalled`).
25406
25405
  #
25407
25406
  # * `event.not-after` - The latest end time for the event.
@@ -25412,8 +25411,8 @@ module Aws::EC2
25412
25411
  # `volume-status.status` (`io-enabled` \| `io-performance`).
25413
25412
  #
25414
25413
  # * `volume-status.details-status` - The status of
25415
- # `volume-status.details-name` (for `io-enabled`\: `passed` \|
25416
- # `failed`; for `io-performance`\: `normal` \| `degraded` \|
25414
+ # `volume-status.details-name` (for `io-enabled`: `passed` \|
25415
+ # `failed`; for `io-performance`: `normal` \| `degraded` \|
25417
25416
  # `severely-degraded` \| `stalled`).
25418
25417
  #
25419
25418
  # * `volume-status.status` - The status of the volume (`ok` \|
@@ -25610,10 +25609,10 @@ module Aws::EC2
25610
25609
  # * `status` - The state of the volume (`creating` \| `available` \|
25611
25610
  # `in-use` \| `deleting` \| `deleted` \| `error`).
25612
25611
  #
25613
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
25614
- # to the resource. Use the tag key in the filter name and the tag
25615
- # value as the filter value. For example, to find all resources that
25616
- # have a tag with the key `Owner` and the value `TeamA`, specify
25612
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
25613
+ # the resource. Use the tag key in the filter name and the tag value
25614
+ # as the filter value. For example, to find all resources that have
25615
+ # a tag with the key `Owner` and the value `TeamA`, specify
25617
25616
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
25618
25617
  #
25619
25618
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -25798,10 +25797,10 @@ module Aws::EC2
25798
25797
  # * `is-classic-link-enabled` - Whether the VPC is enabled for
25799
25798
  # ClassicLink (`true` \| `false`).
25800
25799
  #
25801
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
25802
- # to the resource. Use the tag key in the filter name and the tag
25803
- # value as the filter value. For example, to find all resources that
25804
- # have a tag with the key `Owner` and the value `TeamA`, specify
25800
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
25801
+ # the resource. Use the tag key in the filter name and the tag value
25802
+ # as the filter value. For example, to find all resources that have
25803
+ # a tag with the key `Owner` and the value `TeamA`, specify
25805
25804
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
25806
25805
  #
25807
25806
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -26002,10 +26001,10 @@ module Aws::EC2
26002
26001
  # * `supported-ip-address-types` - The IP address type (`ipv4` \|
26003
26002
  # `ipv6`).
26004
26003
  #
26005
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
26006
- # to the resource. Use the tag key in the filter name and the tag
26007
- # value as the filter value. For example, to find all resources that
26008
- # have a tag with the key `Owner` and the value `TeamA`, specify
26004
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
26005
+ # the resource. Use the tag key in the filter name and the tag value
26006
+ # as the filter value. For example, to find all resources that have
26007
+ # a tag with the key `Owner` and the value `TeamA`, specify
26009
26008
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
26010
26009
  #
26011
26010
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -26142,10 +26141,10 @@ module Aws::EC2
26142
26141
  # * `supported-ip-address-types` - The IP address type (`ipv4` \|
26143
26142
  # `ipv6`).
26144
26143
  #
26145
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
26146
- # to the resource. Use the tag key in the filter name and the tag
26147
- # value as the filter value. For example, to find all resources that
26148
- # have a tag with the key `Owner` and the value `TeamA`, specify
26144
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
26145
+ # the resource. Use the tag key in the filter name and the tag value
26146
+ # as the filter value. For example, to find all resources that have
26147
+ # a tag with the key `Owner` and the value `TeamA`, specify
26149
26148
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
26150
26149
  #
26151
26150
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -26220,10 +26219,10 @@ module Aws::EC2
26220
26219
  #
26221
26220
  # * `service-name` - The name of the service.
26222
26221
  #
26223
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
26224
- # to the resource. Use the tag key in the filter name and the tag
26225
- # value as the filter value. For example, to find all resources that
26226
- # have a tag with the key `Owner` and the value `TeamA`, specify
26222
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
26223
+ # the resource. Use the tag key in the filter name and the tag value
26224
+ # as the filter value. For example, to find all resources that have
26225
+ # a tag with the key `Owner` and the value `TeamA`, specify
26227
26226
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
26228
26227
  #
26229
26228
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -26315,10 +26314,10 @@ module Aws::EC2
26315
26314
  # * `status-message` - A message that provides more information about
26316
26315
  # the status of the VPC peering connection, if applicable.
26317
26316
  #
26318
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
26319
- # to the resource. Use the tag key in the filter name and the tag
26320
- # value as the filter value. For example, to find all resources that
26321
- # have a tag with the key `Owner` and the value `TeamA`, specify
26317
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
26318
+ # the resource. Use the tag key in the filter name and the tag value
26319
+ # as the filter value. For example, to find all resources that have
26320
+ # a tag with the key `Owner` and the value `TeamA`, specify
26322
26321
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
26323
26322
  #
26324
26323
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -26426,10 +26425,10 @@ module Aws::EC2
26426
26425
  #
26427
26426
  # * `state` - The state of the VPC (`pending` \| `available`).
26428
26427
  #
26429
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
26430
- # to the resource. Use the tag key in the filter name and the tag
26431
- # value as the filter value. For example, to find all resources that
26432
- # have a tag with the key `Owner` and the value `TeamA`, specify
26428
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
26429
+ # the resource. Use the tag key in the filter name and the tag value
26430
+ # as the filter value. For example, to find all resources that have
26431
+ # a tag with the key `Owner` and the value `TeamA`, specify
26433
26432
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
26434
26433
  #
26435
26434
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -26522,10 +26521,10 @@ module Aws::EC2
26522
26521
  # * `bgp-asn` - The BGP Autonomous System Number (ASN) associated with
26523
26522
  # a BGP device.
26524
26523
  #
26525
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
26526
- # to the resource. Use the tag key in the filter name and the tag
26527
- # value as the filter value. For example, to find all resources that
26528
- # have a tag with the key `Owner` and the value `TeamA`, specify
26524
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
26525
+ # the resource. Use the tag key in the filter name and the tag value
26526
+ # as the filter value. For example, to find all resources that have
26527
+ # a tag with the key `Owner` and the value `TeamA`, specify
26529
26528
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
26530
26529
  #
26531
26530
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -26601,10 +26600,10 @@ module Aws::EC2
26601
26600
  # * `state` - The state of the virtual private gateway (`pending` \|
26602
26601
  # `available` \| `deleting` \| `deleted`).
26603
26602
  #
26604
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
26605
- # to the resource. Use the tag key in the filter name and the tag
26606
- # value as the filter value. For example, to find all resources that
26607
- # have a tag with the key `Owner` and the value `TeamA`, specify
26603
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
26604
+ # the resource. Use the tag key in the filter name and the tag value
26605
+ # as the filter value. For example, to find all resources that have
26606
+ # a tag with the key `Owner` and the value `TeamA`, specify
26608
26607
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
26609
26608
  #
26610
26609
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -28317,10 +28316,15 @@ module Aws::EC2
28317
28316
  # The DNS records created for the endpoint.
28318
28317
  # @return [String]
28319
28318
  #
28319
+ # @!attribute [rw] private_dns_only_for_inbound_resolver_endpoint
28320
+ # Indicates whether to enable private DNS only for inbound endpoints.
28321
+ # @return [Boolean]
28322
+ #
28320
28323
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DnsOptions AWS API Documentation
28321
28324
  #
28322
28325
  class DnsOptions < Struct.new(
28323
- :dns_record_ip_type)
28326
+ :dns_record_ip_type,
28327
+ :private_dns_only_for_inbound_resolver_endpoint)
28324
28328
  SENSITIVE = []
28325
28329
  include Aws::Structure
28326
28330
  end
@@ -28331,10 +28335,19 @@ module Aws::EC2
28331
28335
  # The DNS records created for the endpoint.
28332
28336
  # @return [String]
28333
28337
  #
28338
+ # @!attribute [rw] private_dns_only_for_inbound_resolver_endpoint
28339
+ # Indicates whether to enable private DNS only for inbound endpoints.
28340
+ # This option is available only for services that support both gateway
28341
+ # and interface endpoints. It routes traffic that originates from the
28342
+ # VPC to the gateway endpoint and traffic that originates from
28343
+ # on-premises to the interface endpoint.
28344
+ # @return [Boolean]
28345
+ #
28334
28346
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DnsOptionsSpecification AWS API Documentation
28335
28347
  #
28336
28348
  class DnsOptionsSpecification < Struct.new(
28337
- :dns_record_ip_type)
28349
+ :dns_record_ip_type,
28350
+ :private_dns_only_for_inbound_resolver_endpoint)
28338
28351
  SENSITIVE = []
28339
28352
  include Aws::Structure
28340
28353
  end
@@ -28383,11 +28396,11 @@ module Aws::EC2
28383
28396
  #
28384
28397
  # The following are the supported values for each volume type:
28385
28398
  #
28386
- # * `gp3`\: 3,000-16,000 IOPS
28399
+ # * `gp3`: 3,000-16,000 IOPS
28387
28400
  #
28388
- # * `io1`\: 100-64,000 IOPS
28401
+ # * `io1`: 100-64,000 IOPS
28389
28402
  #
28390
- # * `io2`\: 100-64,000 IOPS
28403
+ # * `io2`: 100-64,000 IOPS
28391
28404
  #
28392
28405
  # For `io1` and `io2` volumes, we guarantee 64,000 IOPS only for
28393
28406
  # [Instances built on the Nitro System][1]. Other instance families
@@ -28414,13 +28427,13 @@ module Aws::EC2
28414
28427
  #
28415
28428
  # The following are the supported volumes sizes for each volume type:
28416
28429
  #
28417
- # * `gp2` and `gp3`\:1-16,384
28430
+ # * `gp2` and `gp3`:1-16,384
28418
28431
  #
28419
- # * `io1` and `io2`\: 4-16,384
28432
+ # * `io1` and `io2`: 4-16,384
28420
28433
  #
28421
- # * `st1` and `sc1`\: 125-16,384
28434
+ # * `st1` and `sc1`: 125-16,384
28422
28435
  #
28423
- # * `standard`\: 1-1,024
28436
+ # * `standard`: 1-1,024
28424
28437
  # @return [Integer]
28425
28438
  #
28426
28439
  # @!attribute [rw] volume_type
@@ -29349,8 +29362,8 @@ module Aws::EC2
29349
29362
  #
29350
29363
  # @!attribute [rw] deprecate_at
29351
29364
  # The date and time to deprecate the AMI, in UTC, in the following
29352
- # format: *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z. If you specify a value
29353
- # for seconds, Amazon EC2 rounds the seconds to the nearest minute.
29365
+ # format: *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z. If you specify a value for
29366
+ # seconds, Amazon EC2 rounds the seconds to the nearest minute.
29354
29367
  #
29355
29368
  # You can’t specify a date in the past. The upper limit for
29356
29369
  # `DeprecateAt` is 10 years from now, except for public AMIs, where
@@ -30891,13 +30904,13 @@ module Aws::EC2
30891
30904
  #
30892
30905
  # @!attribute [rw] valid_from
30893
30906
  # The start date and time of the request, in UTC format (for example,
30894
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). The default is to start
30907
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). The default is to start
30895
30908
  # fulfilling the request immediately.
30896
30909
  # @return [Time]
30897
30910
  #
30898
30911
  # @!attribute [rw] valid_until
30899
30912
  # The end date and time of the request, in UTC format (for example,
30900
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). At this point, no new instance
30913
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). At this point, no new instance
30901
30914
  # requests are placed or able to fulfill the request. The default end
30902
30915
  # date is 7 days from the current date.
30903
30916
  # @return [Time]
@@ -33398,10 +33411,10 @@ module Aws::EC2
33398
33411
  #
33399
33412
  # * `subnet-id` - The ID of the subnet.
33400
33413
  #
33401
- # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
33402
- # to the resource. Use the tag key in the filter name and the tag
33403
- # value as the filter value. For example, to find all resources that
33404
- # have a tag with the key `Owner` and the value `TeamA`, specify
33414
+ # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
33415
+ # the resource. Use the tag key in the filter name and the tag value
33416
+ # as the filter value. For example, to find all resources that have
33417
+ # a tag with the key `Owner` and the value `TeamA`, specify
33405
33418
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
33406
33419
  #
33407
33420
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -34225,7 +34238,7 @@ module Aws::EC2
34225
34238
  #
34226
34239
  # @!attribute [rw] timestamp
34227
34240
  # The date and time of the event, in UTC format (for example,
34228
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
34241
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
34229
34242
  # @return [Time]
34230
34243
  #
34231
34244
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/HistoryRecord AWS API Documentation
@@ -34250,7 +34263,7 @@ module Aws::EC2
34250
34263
  #
34251
34264
  # @!attribute [rw] timestamp
34252
34265
  # The date and time of the event, in UTC format (for example,
34253
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
34266
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
34254
34267
  # @return [Time]
34255
34268
  #
34256
34269
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/HistoryRecordEntry AWS API Documentation
@@ -34885,7 +34898,7 @@ module Aws::EC2
34885
34898
  #
34886
34899
  # @!attribute [rw] deprecation_time
34887
34900
  # The date and time to deprecate the AMI, in UTC, in the following
34888
- # format: *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z. If you specified a value
34901
+ # format: *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z. If you specified a value
34889
34902
  # for seconds, Amazon EC2 rounds the seconds to the nearest minute.
34890
34903
  # @return [String]
34891
34904
  #
@@ -35260,19 +35273,19 @@ module Aws::EC2
35260
35273
  # followed by the Region of the key, the Amazon Web Services account
35261
35274
  # ID of the key owner, the `alias` namespace, and then the key
35262
35275
  # alias. For example,
35263
- # arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
35276
+ # arn:aws:kms:*us-east-1*:*012345678910*:alias/*ExampleAlias*.
35264
35277
  #
35265
35278
  # * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
35266
35279
  # followed by the Region of the key, the Amazon Web Services account
35267
35280
  # ID of the key owner, the `key` namespace, and then the key ID. For
35268
35281
  # example,
35269
- # arn:aws:kms:*us-east-1*\:*012345678910*\:key/*abcd1234-a123-456a-a12b-a123b4cd56ef*.
35282
+ # arn:aws:kms:*us-east-1*:*012345678910*:key/*abcd1234-a123-456a-a12b-a123b4cd56ef*.
35270
35283
  #
35271
35284
  # * ARN using key alias. The alias ARN contains the `arn:aws:kms`
35272
35285
  # namespace, followed by the Region of the key, the Amazon Web
35273
35286
  # Services account ID of the key owner, the `alias` namespace, and
35274
35287
  # then the key alias. For example,
35275
- # arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
35288
+ # arn:aws:kms:*us-east-1*:*012345678910*:alias/*ExampleAlias*.
35276
35289
  #
35277
35290
  # Amazon Web Services parses `KmsKeyId` asynchronously, meaning that
35278
35291
  # the action you call may appear to complete even though you provided
@@ -35860,19 +35873,19 @@ module Aws::EC2
35860
35873
  # followed by the Region of the key, the Amazon Web Services account
35861
35874
  # ID of the key owner, the `alias` namespace, and then the key
35862
35875
  # alias. For example,
35863
- # arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
35876
+ # arn:aws:kms:*us-east-1*:*012345678910*:alias/*ExampleAlias*.
35864
35877
  #
35865
35878
  # * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
35866
35879
  # followed by the Region of the key, the Amazon Web Services account
35867
35880
  # ID of the key owner, the `key` namespace, and then the key ID. For
35868
35881
  # example,
35869
- # arn:aws:kms:*us-east-1*\:*012345678910*\:key/*abcd1234-a123-456a-a12b-a123b4cd56ef*.
35882
+ # arn:aws:kms:*us-east-1*:*012345678910*:key/*abcd1234-a123-456a-a12b-a123b4cd56ef*.
35870
35883
  #
35871
35884
  # * ARN using key alias. The alias ARN contains the `arn:aws:kms`
35872
35885
  # namespace, followed by the Region of the key, the Amazon Web
35873
35886
  # Services account ID of the key owner, the `alias` namespace, and
35874
35887
  # then the key alias. For example,
35875
- # arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
35888
+ # arn:aws:kms:*us-east-1*:*012345678910*:alias/*ExampleAlias*.
35876
35889
  #
35877
35890
  # Amazon Web Services parses `KmsKeyId` asynchronously, meaning that
35878
35891
  # the action you call may appear to complete even though you provided
@@ -38496,17 +38509,17 @@ module Aws::EC2
38496
38509
  # The valid values for instance-state-code will all be in the range of
38497
38510
  # the low byte and they are:
38498
38511
  #
38499
- # * `0`\: `pending`
38512
+ # * `0` : `pending`
38500
38513
  #
38501
- # * `16`\: `running`
38514
+ # * `16` : `running`
38502
38515
  #
38503
- # * `32`\: `shutting-down`
38516
+ # * `32` : `shutting-down`
38504
38517
  #
38505
- # * `48`\: `terminated`
38518
+ # * `48` : `terminated`
38506
38519
  #
38507
- # * `64`\: `stopping`
38520
+ # * `64` : `stopping`
38508
38521
  #
38509
- # * `80`\: `stopped`
38522
+ # * `80` : `stopped`
38510
38523
  #
38511
38524
  # You can ignore the high byte value by zeroing out all of the bits
38512
38525
  # above 2^8 or 256 in decimal.
@@ -41011,11 +41024,11 @@ module Aws::EC2
41011
41024
  #
41012
41025
  # The following are the supported values for each volume type:
41013
41026
  #
41014
- # * `gp3`\: 3,000-16,000 IOPS
41027
+ # * `gp3`: 3,000-16,000 IOPS
41015
41028
  #
41016
- # * `io1`\: 100-64,000 IOPS
41029
+ # * `io1`: 100-64,000 IOPS
41017
41030
  #
41018
- # * `io2`\: 100-64,000 IOPS
41031
+ # * `io2`: 100-64,000 IOPS
41019
41032
  #
41020
41033
  # For `io1` and `io2` volumes, we guarantee 64,000 IOPS only for
41021
41034
  # [Instances built on the Nitro System][1]. Other instance families
@@ -41044,13 +41057,13 @@ module Aws::EC2
41044
41057
  # ID or a volume size. The following are the supported volumes sizes
41045
41058
  # for each volume type:
41046
41059
  #
41047
- # * `gp2` and `gp3`\: 1-16,384
41060
+ # * `gp2` and `gp3`: 1-16,384
41048
41061
  #
41049
- # * `io1` and `io2`\: 4-16,384
41062
+ # * `io1` and `io2`: 4-16,384
41050
41063
  #
41051
- # * `st1` and `sc1`\: 125-16,384
41064
+ # * `st1` and `sc1`: 125-16,384
41052
41065
  #
41053
- # * `standard`\: 1-1,024
41066
+ # * `standard`: 1-1,024
41054
41067
  # @return [Integer]
41055
41068
  #
41056
41069
  # @!attribute [rw] volume_type
@@ -46369,13 +46382,13 @@ module Aws::EC2
46369
46382
  #
46370
46383
  # The following are the supported volumes sizes for each volume type:
46371
46384
  #
46372
- # * `gp2` and `gp3`\: 1-16,384
46385
+ # * `gp2` and `gp3`: 1-16,384
46373
46386
  #
46374
- # * `io1` and `io2`\: 4-16,384
46387
+ # * `io1` and `io2`: 4-16,384
46375
46388
  #
46376
- # * `st1` and `sc1`\: 125-16,384
46389
+ # * `st1` and `sc1`: 125-16,384
46377
46390
  #
46378
- # * `standard`\: 1-1,024
46391
+ # * `standard`: 1-1,024
46379
46392
  #
46380
46393
  # Default: The existing size is retained.
46381
46394
  # @return [Integer]
@@ -46398,11 +46411,11 @@ module Aws::EC2
46398
46411
  #
46399
46412
  # The following are the supported values for each volume type:
46400
46413
  #
46401
- # * `gp3`\: 3,000-16,000 IOPS
46414
+ # * `gp3`: 3,000-16,000 IOPS
46402
46415
  #
46403
- # * `io1`\: 100-64,000 IOPS
46416
+ # * `io1`: 100-64,000 IOPS
46404
46417
  #
46405
- # * `io2`\: 100-64,000 IOPS
46418
+ # * `io2`: 100-64,000 IOPS
46406
46419
  #
46407
46420
  # Default: The existing value is retained if you keep the same volume
46408
46421
  # type. If you change the volume type to `io1`, `io2`, or `gp3`, the
@@ -47515,20 +47528,20 @@ module Aws::EC2
47515
47528
  # @!attribute [rw] state
47516
47529
  # The state of the NAT gateway.
47517
47530
  #
47518
- # * `pending`\: The NAT gateway is being created and is not ready to
47531
+ # * `pending`: The NAT gateway is being created and is not ready to
47519
47532
  # process traffic.
47520
47533
  #
47521
- # * `failed`\: The NAT gateway could not be created. Check the
47534
+ # * `failed`: The NAT gateway could not be created. Check the
47522
47535
  # `failureCode` and `failureMessage` fields for the reason.
47523
47536
  #
47524
- # * `available`\: The NAT gateway is able to process traffic. This
47537
+ # * `available`: The NAT gateway is able to process traffic. This
47525
47538
  # status remains until you delete the NAT gateway, and does not
47526
47539
  # indicate the health of the NAT gateway.
47527
47540
  #
47528
- # * `deleting`\: The NAT gateway is in the process of being terminated
47541
+ # * `deleting`: The NAT gateway is in the process of being terminated
47529
47542
  # and may still be processing traffic.
47530
47543
  #
47531
- # * `deleted`\: The NAT gateway has been terminated and is no longer
47544
+ # * `deleted`: The NAT gateway has been terminated and is no longer
47532
47545
  # processing traffic.
47533
47546
  # @return [String]
47534
47547
  #
@@ -50529,7 +50542,7 @@ module Aws::EC2
50529
50542
  #
50530
50543
  # @!attribute [rw] purchase_time
50531
50544
  # The time at which to purchase the Reserved Instance, in UTC format
50532
- # (for example, *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
50545
+ # (for example, *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
50533
50546
  # @return [Time]
50534
50547
  #
50535
50548
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PurchaseReservedInstancesOfferingRequest AWS API Documentation
@@ -51822,30 +51835,30 @@ module Aws::EC2
51822
51835
  # @!attribute [rw] reason_codes
51823
51836
  # The reason codes that describe the health state of your instance.
51824
51837
  #
51825
- # * `instance-stuck-in-state`\: My instance is stuck in a state.
51838
+ # * `instance-stuck-in-state`: My instance is stuck in a state.
51826
51839
  #
51827
- # * `unresponsive`\: My instance is unresponsive.
51840
+ # * `unresponsive`: My instance is unresponsive.
51828
51841
  #
51829
- # * `not-accepting-credentials`\: My instance is not accepting my
51842
+ # * `not-accepting-credentials`: My instance is not accepting my
51830
51843
  # credentials.
51831
51844
  #
51832
- # * `password-not-available`\: A password is not available for my
51845
+ # * `password-not-available`: A password is not available for my
51833
51846
  # instance.
51834
51847
  #
51835
- # * `performance-network`\: My instance is experiencing performance
51848
+ # * `performance-network`: My instance is experiencing performance
51836
51849
  # problems that I believe are network related.
51837
51850
  #
51838
- # * `performance-instance-store`\: My instance is experiencing
51851
+ # * `performance-instance-store`: My instance is experiencing
51839
51852
  # performance problems that I believe are related to the instance
51840
51853
  # stores.
51841
51854
  #
51842
- # * `performance-ebs-volume`\: My instance is experiencing performance
51855
+ # * `performance-ebs-volume`: My instance is experiencing performance
51843
51856
  # problems that I believe are related to an EBS volume.
51844
51857
  #
51845
- # * `performance-other`\: My instance is experiencing performance
51858
+ # * `performance-other`: My instance is experiencing performance
51846
51859
  # problems.
51847
51860
  #
51848
- # * `other`\: \[explain using the description parameter\]
51861
+ # * `other`: \[explain using the description parameter\]
51849
51862
  # @return [Array<String>]
51850
51863
  #
51851
51864
  # @!attribute [rw] start_time
@@ -52360,7 +52373,7 @@ module Aws::EC2
52360
52373
  #
52361
52374
  # @!attribute [rw] valid_until
52362
52375
  # The end date of the request, in UTC format
52363
- # (*YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
52376
+ # (*YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
52364
52377
  #
52365
52378
  # * For a persistent request, the request remains active until the
52366
52379
  # `ValidUntil` date and time is reached. Otherwise, the request
@@ -54866,7 +54879,7 @@ module Aws::EC2
54866
54879
  # The key of the tag.
54867
54880
  #
54868
54881
  # Constraints: Tag keys are case-sensitive and can be up to 128
54869
- # Unicode characters in length. May not begin with `aws`\:.
54882
+ # Unicode characters in length. May not begin with `aws`:.
54870
54883
  # @return [String]
54871
54884
  #
54872
54885
  # @!attribute [rw] value
@@ -57301,14 +57314,14 @@ module Aws::EC2
57301
57314
  #
57302
57315
  # @!attribute [rw] valid_from
57303
57316
  # The start date and time of the request, in UTC format
57304
- # (*YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). By default, Amazon EC2 starts
57317
+ # (*YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). By default, Amazon EC2 starts
57305
57318
  # fulfilling the request immediately.
57306
57319
  # @return [Time]
57307
57320
  #
57308
57321
  # @!attribute [rw] valid_until
57309
57322
  # The end date and time of the request, in UTC format
57310
- # (*YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). After the end date and time,
57311
- # no new Spot Instance requests are placed or able to fulfill the
57323
+ # (*YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). After the end date and time, no
57324
+ # new Spot Instance requests are placed or able to fulfill the
57312
57325
  # request. If no value is specified, the Spot Fleet request remains
57313
57326
  # until you cancel it.
57314
57327
  # @return [Time]
@@ -57450,7 +57463,7 @@ module Aws::EC2
57450
57463
  #
57451
57464
  # @!attribute [rw] create_time
57452
57465
  # The date and time when the Spot Instance request was created, in UTC
57453
- # format (for example, *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
57466
+ # format (for example, *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
57454
57467
  # @return [Time]
57455
57468
  #
57456
57469
  # @!attribute [rw] fault
@@ -57519,13 +57532,13 @@ module Aws::EC2
57519
57532
  #
57520
57533
  # @!attribute [rw] valid_from
57521
57534
  # The start date of the request, in UTC format (for example,
57522
- # *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). The request becomes active at
57535
+ # *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). The request becomes active at
57523
57536
  # this date and time.
57524
57537
  # @return [Time]
57525
57538
  #
57526
57539
  # @!attribute [rw] valid_until
57527
57540
  # The end date of the request, in UTC format
57528
- # (*YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
57541
+ # (*YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
57529
57542
  #
57530
57543
  # * For a persistent request, the request remains active until the
57531
57544
  # `validUntil` date and time is reached. Otherwise, the request
@@ -57603,7 +57616,7 @@ module Aws::EC2
57603
57616
  #
57604
57617
  # @!attribute [rw] update_time
57605
57618
  # The date and time of the most recent status update, in UTC format
57606
- # (for example, *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
57619
+ # (for example, *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
57607
57620
  # @return [Time]
57608
57621
  #
57609
57622
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SpotInstanceStatus AWS API Documentation
@@ -57667,7 +57680,7 @@ module Aws::EC2
57667
57680
  #
57668
57681
  # @!attribute [rw] valid_until
57669
57682
  # The end date of the request, in UTC format
57670
- # (*YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z). Supported only for persistent
57683
+ # (*YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z). Supported only for persistent
57671
57684
  # requests.
57672
57685
  #
57673
57686
  # * For a persistent request, the request remains active until the
@@ -58068,7 +58081,7 @@ module Aws::EC2
58068
58081
  #
58069
58082
  # @!attribute [rw] timestamp
58070
58083
  # The date and time the request was created, in UTC format (for
58071
- # example, *YYYY*-*MM*-*DD*T*HH*\:*MM*\:*SS*Z).
58084
+ # example, *YYYY*-*MM*-*DD*T*HH*:*MM*:*SS*Z).
58072
58085
  # @return [Time]
58073
58086
  #
58074
58087
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SpotPrice AWS API Documentation
@@ -58363,44 +58376,44 @@ module Aws::EC2
58363
58376
  # @!attribute [rw] message
58364
58377
  # The message for the state change.
58365
58378
  #
58366
- # * `Server.InsufficientInstanceCapacity`\: There was insufficient
58379
+ # * `Server.InsufficientInstanceCapacity`: There was insufficient
58367
58380
  # capacity available to satisfy the launch request.
58368
58381
  #
58369
- # * `Server.InternalError`\: An internal error caused the instance to
58382
+ # * `Server.InternalError`: An internal error caused the instance to
58370
58383
  # terminate during launch.
58371
58384
  #
58372
- # * `Server.ScheduledStop`\: The instance was stopped due to a
58385
+ # * `Server.ScheduledStop`: The instance was stopped due to a
58373
58386
  # scheduled retirement.
58374
58387
  #
58375
- # * `Server.SpotInstanceShutdown`\: The instance was stopped because
58388
+ # * `Server.SpotInstanceShutdown`: The instance was stopped because
58376
58389
  # the number of Spot requests with a maximum price equal to or
58377
58390
  # higher than the Spot price exceeded available capacity or because
58378
58391
  # of an increase in the Spot price.
58379
58392
  #
58380
- # * `Server.SpotInstanceTermination`\: The instance was terminated
58393
+ # * `Server.SpotInstanceTermination`: The instance was terminated
58381
58394
  # because the number of Spot requests with a maximum price equal to
58382
58395
  # or higher than the Spot price exceeded available capacity or
58383
58396
  # because of an increase in the Spot price.
58384
58397
  #
58385
- # * `Client.InstanceInitiatedShutdown`\: The instance was shut down
58398
+ # * `Client.InstanceInitiatedShutdown`: The instance was shut down
58386
58399
  # using the `shutdown -h` command from the instance.
58387
58400
  #
58388
- # * `Client.InstanceTerminated`\: The instance was terminated or
58401
+ # * `Client.InstanceTerminated`: The instance was terminated or
58389
58402
  # rebooted during AMI creation.
58390
58403
  #
58391
- # * `Client.InternalError`\: A client error caused the instance to
58404
+ # * `Client.InternalError`: A client error caused the instance to
58392
58405
  # terminate during launch.
58393
58406
  #
58394
- # * `Client.InvalidSnapshot.NotFound`\: The specified snapshot was not
58407
+ # * `Client.InvalidSnapshot.NotFound`: The specified snapshot was not
58395
58408
  # found.
58396
58409
  #
58397
- # * `Client.UserInitiatedHibernate`\: Hibernation was initiated on the
58410
+ # * `Client.UserInitiatedHibernate`: Hibernation was initiated on the
58398
58411
  # instance.
58399
58412
  #
58400
- # * `Client.UserInitiatedShutdown`\: The instance was shut down using
58413
+ # * `Client.UserInitiatedShutdown`: The instance was shut down using
58401
58414
  # the Amazon EC2 API.
58402
58415
  #
58403
- # * `Client.VolumeLimitExceeded`\: The limit on the number of EBS
58416
+ # * `Client.VolumeLimitExceeded`: The limit on the number of EBS
58404
58417
  # volumes or total storage was exceeded. Decrease usage or request
58405
58418
  # an increase in your account limits.
58406
58419
  # @return [String]