aws-sdk-ec2 1.78.0 → 1.79.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
  SHA1:
3
- metadata.gz: 23a73bbddb94d6307342ab10af581aef62627c2c
4
- data.tar.gz: 7fbd374c00a5b456b80913e5663f6cf03dae5c34
3
+ metadata.gz: 2258ec00d23ab8d81ec7626a0be024a4ba0e0c10
4
+ data.tar.gz: 2b8472e4dd2a7ff6ce3960706415a2a3c6fe7208
5
5
  SHA512:
6
- metadata.gz: 6e8a1ee7a7caf5c94c7034406b1ff5c6bdb8c612f82ea53825936fa84901c0c8b82b91f19cdce7ecfface3e7021af14d9fae9d6673bc4a0cbcdc910b3e758406
7
- data.tar.gz: 31e8e00e7be282d7007ac6ed1e364903e2db4bd39c08868c94e24a54d39a678e1c519ea03751cc6262268a84da9efe0e94c54690f7d0396d77fd516adf391efe
6
+ metadata.gz: 3f00d9e0687b99ea8352f5e38656c51267b415bac828c384609c426f65a0387271bf6459f90949f34d4072fecc93ea755b16f048b8472cd5b782c36f3e2a69a0
7
+ data.tar.gz: d7642a303df9266981db0c1013e46f7d2b29c73e7f961fbd2596dc6a13bd31ffe50054d26911971cfb103cdd75276afd8cc5a261429bb6c52f621e1a587585b2
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.78.0'
68
+ GEM_VERSION = '1.79.0'
69
69
 
70
70
  end
@@ -1808,14 +1808,14 @@ module Aws::EC2
1808
1808
  req.send_request(options)
1809
1809
  end
1810
1810
 
1811
- # \[EC2-VPC only\] Adds one or more egress rules to a security group for
1812
- # use with a VPC. Specifically, this action permits instances to send
1813
- # traffic to one or more destination IPv4 or IPv6 CIDR address ranges,
1814
- # or to one or more destination security groups for the same VPC. This
1815
- # action doesn't apply to security groups for use in EC2-Classic. For
1816
- # more information, see [Security Groups for Your VPC][1] in the *Amazon
1817
- # Virtual Private Cloud User Guide*. For more information about security
1818
- # group limits, see [Amazon VPC Limits][2].
1811
+ # \[EC2-VPC only\] Adds the specified egress rules to a security group
1812
+ # for use with a VPC. Specifically, this action permits instances to
1813
+ # send traffic to the specified destination IPv4 or IPv6 CIDR address
1814
+ # ranges, or to the specified destination security groups for the same
1815
+ # VPC. This action doesn't apply to security groups for use in
1816
+ # EC2-Classic. For more information, see [Security Groups for Your
1817
+ # VPC][1] in the *Amazon Virtual Private Cloud User Guide*. For more
1818
+ # information about security group limits, see [Amazon VPC Limits][2].
1819
1819
  #
1820
1820
  # Each rule consists of the protocol (for example, TCP), plus either a
1821
1821
  # CIDR range or a source group. For the TCP and UDP protocols, you must
@@ -1842,9 +1842,8 @@ module Aws::EC2
1842
1842
  # The ID of the security group.
1843
1843
  #
1844
1844
  # @option params [Array<Types::IpPermission>] :ip_permissions
1845
- # One or more sets of IP permissions. You can't specify a destination
1846
- # security group and a CIDR IP address range in the same set of
1847
- # permissions.
1845
+ # The sets of IP permissions. You can't specify a destination security
1846
+ # group and a CIDR IP address range in the same set of permissions.
1848
1847
  #
1849
1848
  # @option params [String] :cidr_ip
1850
1849
  # Not supported. Use a set of IP permissions to specify the CIDR.
@@ -1976,23 +1975,23 @@ module Aws::EC2
1976
1975
  req.send_request(options)
1977
1976
  end
1978
1977
 
1979
- # Adds one or more ingress rules to a security group.
1978
+ # Adds the specified ingress rules to a security group.
1980
1979
  #
1981
1980
  # Rule changes are propagated to instances within the security group as
1982
1981
  # quickly as possible. However, a small delay might occur.
1983
1982
  #
1984
- # \[EC2-Classic\] This action gives one or more IPv4 CIDR address ranges
1985
- # permission to access a security group in your account, or gives one or
1986
- # more security groups (called the *source groups*) permission to access
1987
- # a security group for your account. A source group can be for your own
1983
+ # \[EC2-Classic\] This action gives the IPv4 CIDR address ranges
1984
+ # permission to access a security group in your account, or gives the
1985
+ # security groups (called the *source groups*) permission to access a
1986
+ # security group for your account. A source group can be for your own
1988
1987
  # AWS account, or another. You can have up to 100 rules per group.
1989
1988
  #
1990
- # \[EC2-VPC\] This action gives one or more IPv4 or IPv6 CIDR address
1991
- # ranges permission to access a security group in your VPC, or gives one
1992
- # or more other security groups (called the *source groups*) permission
1993
- # to access a security group for your VPC. The security groups must all
1994
- # be for the same VPC or a peer VPC in a VPC peering connection. For
1995
- # more information about VPC security group limits, see [Amazon VPC
1989
+ # \[EC2-VPC\] This action gives the specified IPv4 or IPv6 CIDR address
1990
+ # ranges permission to access a security group in your VPC, or gives the
1991
+ # specified security groups (called the *source groups*) permission to
1992
+ # access a security group for your VPC. The security groups must all be
1993
+ # for the same VPC or a peer VPC in a VPC peering connection. For more
1994
+ # information about VPC security group limits, see [Amazon VPC
1996
1995
  # Limits][1].
1997
1996
  #
1998
1997
  # You can optionally specify a description for the security group rule.
@@ -2022,8 +2021,8 @@ module Aws::EC2
2022
2021
  # request.
2023
2022
  #
2024
2023
  # @option params [Array<Types::IpPermission>] :ip_permissions
2025
- # One or more sets of IP permissions. Can be used to specify multiple
2026
- # rules in a single command.
2024
+ # The sets of IP permissions. Can be used to specify multiple rules in a
2025
+ # single command.
2027
2026
  #
2028
2027
  # @option params [String] :ip_protocol
2029
2028
  # The IP protocol name (`tcp`, `udp`, `icmp`) or number (see [Protocol
@@ -2875,7 +2874,10 @@ module Aws::EC2
2875
2874
  #
2876
2875
  # * Key ID
2877
2876
  #
2878
- # * Key alias, in the form `alias/ExampleAlias `
2877
+ # * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
2878
+ # followed by the region of the CMK, the AWS account ID of the CMK
2879
+ # owner, the `alias` namespace, and then the CMK alias. For example,
2880
+ # arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
2879
2881
  #
2880
2882
  # * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
2881
2883
  # followed by the region of the CMK, the AWS account ID of the CMK
@@ -3022,7 +3024,10 @@ module Aws::EC2
3022
3024
  #
3023
3025
  # * Key ID
3024
3026
  #
3025
- # * Key alias
3027
+ # * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
3028
+ # followed by the region of the CMK, the AWS account ID of the CMK
3029
+ # owner, the `alias` namespace, and then the CMK alias. For example,
3030
+ # arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
3026
3031
  #
3027
3032
  # * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
3028
3033
  # followed by the region of the CMK, the AWS account ID of the CMK
@@ -4395,10 +4400,9 @@ module Aws::EC2
4395
4400
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
4396
4401
  #
4397
4402
  # @option params [Array<Types::BlockDeviceMapping>] :block_device_mappings
4398
- # Information about one or more block device mappings. This parameter
4399
- # cannot be used to modify the encryption status of existing volumes or
4400
- # snapshots. To create an AMI with encrypted snapshots, use the
4401
- # CopyImage action.
4403
+ # Tthe block device mappings. This parameter cannot be used to modify
4404
+ # the encryption status of existing volumes or snapshots. To create an
4405
+ # AMI with encrypted snapshots, use the CopyImage action.
4402
4406
  #
4403
4407
  # @option params [String] :description
4404
4408
  # A description for the new image.
@@ -6659,7 +6663,7 @@ module Aws::EC2
6659
6663
  req.send_request(options)
6660
6664
  end
6661
6665
 
6662
- # Adds or overwrites one or more tags for the specified Amazon EC2
6666
+ # Adds or overwrites the specified tags for the specified Amazon EC2
6663
6667
  # resource or resources. Each resource can have a maximum of 50 tags.
6664
6668
  # Each tag consists of a key and optional value. Tag keys must be unique
6665
6669
  # per resource.
@@ -6682,7 +6686,7 @@ module Aws::EC2
6682
6686
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
6683
6687
  #
6684
6688
  # @option params [required, Array<String>] :resources
6685
- # The IDs of one or more resources, separated by spaces.
6689
+ # The IDs of the resources, separated by spaces.
6686
6690
  #
6687
6691
  # Constraints: Up to 1000 resource IDs. We recommend breaking up this
6688
6692
  # request into smaller batches.
@@ -7104,7 +7108,10 @@ module Aws::EC2
7104
7108
  #
7105
7109
  # * Key ID
7106
7110
  #
7107
- # * Key alias
7111
+ # * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
7112
+ # followed by the region of the CMK, the AWS account ID of the CMK
7113
+ # owner, the `alias` namespace, and then the CMK alias. For example,
7114
+ # arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
7108
7115
  #
7109
7116
  # * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
7110
7117
  # followed by the region of the CMK, the AWS account ID of the CMK
@@ -7526,6 +7533,7 @@ module Aws::EC2
7526
7533
  # resp.vpc_endpoint.groups[0].group_id #=> String
7527
7534
  # resp.vpc_endpoint.groups[0].group_name #=> String
7528
7535
  # resp.vpc_endpoint.private_dns_enabled #=> Boolean
7536
+ # resp.vpc_endpoint.requester_managed #=> Boolean
7529
7537
  # resp.vpc_endpoint.network_interface_ids #=> Array
7530
7538
  # resp.vpc_endpoint.network_interface_ids[0] #=> String
7531
7539
  # resp.vpc_endpoint.dns_entries #=> Array
@@ -7682,6 +7690,7 @@ module Aws::EC2
7682
7690
  # resp.service_configuration.availability_zones #=> Array
7683
7691
  # resp.service_configuration.availability_zones[0] #=> String
7684
7692
  # resp.service_configuration.acceptance_required #=> Boolean
7693
+ # resp.service_configuration.manages_vpc_endpoints #=> Boolean
7685
7694
  # resp.service_configuration.network_load_balancer_arns #=> Array
7686
7695
  # resp.service_configuration.network_load_balancer_arns[0] #=> String
7687
7696
  # resp.service_configuration.base_endpoint_dns_names #=> Array
@@ -9130,7 +9139,7 @@ module Aws::EC2
9130
9139
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
9131
9140
  #
9132
9141
  # @option params [required, Array<String>] :resources
9133
- # The IDs of one or more resources, separated by spaces.
9142
+ # The IDs of the resources, separated by spaces.
9134
9143
  #
9135
9144
  # Constraints: Up to 1000 resource IDs. We recommend breaking up this
9136
9145
  # request into smaller batches.
@@ -9841,7 +9850,7 @@ module Aws::EC2
9841
9850
  # that you can allocate for use with EC2-VPC.
9842
9851
  #
9843
9852
  # @option params [Array<String>] :attribute_names
9844
- # One or more account attribute names.
9853
+ # The account attribute names.
9845
9854
  #
9846
9855
  # @option params [Boolean] :dry_run
9847
9856
  # Checks whether you have the required permissions for the action,
@@ -9968,7 +9977,8 @@ module Aws::EC2
9968
9977
  req.send_request(options)
9969
9978
  end
9970
9979
 
9971
- # Describes one or more of your Elastic IP addresses.
9980
+ # Describes the specified Elastic IP addresses or all of your Elastic IP
9981
+ # addresses.
9972
9982
  #
9973
9983
  # An Elastic IP address is for use in either the EC2-Classic platform or
9974
9984
  # in a VPC. For more information, see [Elastic IP Addresses][1] in the
@@ -10017,9 +10027,7 @@ module Aws::EC2
10017
10027
  # Default: Describes all your Elastic IP addresses.
10018
10028
  #
10019
10029
  # @option params [Array<String>] :allocation_ids
10020
- # \[EC2-VPC\] One or more allocation IDs.
10021
- #
10022
- # Default: Describes all your Elastic IP addresses.
10030
+ # \[EC2-VPC\] Information about the allocation IDs.
10023
10031
  #
10024
10032
  # @option params [Boolean] :dry_run
10025
10033
  # Checks whether you have the required permissions for the action,
@@ -10210,10 +10218,10 @@ module Aws::EC2
10210
10218
  req.send_request(options)
10211
10219
  end
10212
10220
 
10213
- # Describes one or more of the Availability Zones that are available to
10214
- # you. The results include zones only for the region you're currently
10215
- # using. If there is an event impacting an Availability Zone, you can
10216
- # use this request to view the state and any provided message for that
10221
+ # Describes the Availability Zones that are available to you. The
10222
+ # results include zones only for the region you're currently using. If
10223
+ # there is an event impacting an Availability Zone, you can use this
10224
+ # request to view the state and any provided message for that
10217
10225
  # Availability Zone.
10218
10226
  #
10219
10227
  # For more information, see [Regions and Availability Zones][1] in the
@@ -10224,7 +10232,7 @@ module Aws::EC2
10224
10232
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
10225
10233
  #
10226
10234
  # @option params [Array<Types::Filter>] :filters
10227
- # One or more filters.
10235
+ # The filters.
10228
10236
  #
10229
10237
  # * `message` - Information about the Availability Zone.
10230
10238
  #
@@ -10241,10 +10249,10 @@ module Aws::EC2
10241
10249
  # `us-east-1a`).
10242
10250
  #
10243
10251
  # @option params [Array<String>] :zone_names
10244
- # The names of one or more Availability Zones.
10252
+ # The names of the Availability Zones.
10245
10253
  #
10246
10254
  # @option params [Array<String>] :zone_ids
10247
- # The IDs of one or more Availability Zones.
10255
+ # The IDs of the Availability Zones.
10248
10256
  #
10249
10257
  # @option params [Boolean] :dry_run
10250
10258
  # Checks whether you have the required permissions for the action,
@@ -10332,7 +10340,7 @@ module Aws::EC2
10332
10340
  req.send_request(options)
10333
10341
  end
10334
10342
 
10335
- # Describes one or more of your bundling tasks.
10343
+ # Describes the specified bundle tasks or all of your bundle tasks.
10336
10344
  #
10337
10345
  # <note markdown="1"> Completed bundle tasks are listed for only a limited time. If your
10338
10346
  # bundle task is no longer in the list, you can still register an AMI
@@ -12586,10 +12594,12 @@ module Aws::EC2
12586
12594
  req.send_request(options)
12587
12595
  end
12588
12596
 
12589
- # Describes one or more of the images (AMIs, AKIs, and ARIs) available
12590
- # to you. Images available to you include public images, private images
12591
- # that you own, and private images owned by other AWS accounts but for
12592
- # which you have explicit launch permissions.
12597
+ # Describes the specified images (AMIs, AKIs, and ARIs) available to you
12598
+ # or all of the images available to you.
12599
+ #
12600
+ # The images available to you include public images, private images that
12601
+ # you own, and private images owned by other AWS accounts for which you
12602
+ # have explicit launch permissions.
12593
12603
  #
12594
12604
  # <note markdown="1"> Deregistered images are included in the returned results for an
12595
12605
  # unspecified interval after deregistration.
@@ -13128,8 +13138,8 @@ module Aws::EC2
13128
13138
  req.send_request(options)
13129
13139
  end
13130
13140
 
13131
- # Describes the credit option for CPU usage of one or more of your T2 or
13132
- # T3 instances. The credit options are `standard` and `unlimited`.
13141
+ # Describes the credit option for CPU usage of the specified T2 or T3
13142
+ # instances. The credit options are `standard` and `unlimited`.
13133
13143
  #
13134
13144
  # If you do not specify an instance ID, Amazon EC2 returns T2 and T3
13135
13145
  # instances with the `unlimited` credit option, as well as instances
@@ -13165,14 +13175,14 @@ module Aws::EC2
13165
13175
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
13166
13176
  #
13167
13177
  # @option params [Array<Types::Filter>] :filters
13168
- # One or more filters.
13178
+ # The filters.
13169
13179
  #
13170
13180
  # * `instance-id` - The ID of the instance.
13171
13181
  #
13172
13182
  # ^
13173
13183
  #
13174
13184
  # @option params [Array<String>] :instance_ids
13175
- # One or more instance IDs.
13185
+ # The instance IDs.
13176
13186
  #
13177
13187
  # Default: Describes all your instances.
13178
13188
  #
@@ -13223,9 +13233,9 @@ module Aws::EC2
13223
13233
  req.send_request(options)
13224
13234
  end
13225
13235
 
13226
- # Describes the status of one or more instances. By default, only
13227
- # running instances are described, unless you specifically indicate to
13228
- # return the status of all instances.
13236
+ # Describes the status of the specified instances or all of your
13237
+ # instances. By default, only running instances are described, unless
13238
+ # you specifically indicate to return the status of all instances.
13229
13239
  #
13230
13240
  # Instance status includes the following components:
13231
13241
  #
@@ -13254,7 +13264,7 @@ module Aws::EC2
13254
13264
  # [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html
13255
13265
  #
13256
13266
  # @option params [Array<Types::Filter>] :filters
13257
- # One or more filters.
13267
+ # The filters.
13258
13268
  #
13259
13269
  # * `availability-zone` - The Availability Zone of the instance.
13260
13270
  #
@@ -13303,7 +13313,7 @@ module Aws::EC2
13303
13313
  # `not-applicable`).
13304
13314
  #
13305
13315
  # @option params [Array<String>] :instance_ids
13306
- # One or more instance IDs.
13316
+ # The instance IDs.
13307
13317
  #
13308
13318
  # Default: Describes all your instances.
13309
13319
  #
@@ -13429,7 +13439,7 @@ module Aws::EC2
13429
13439
  req.send_request(options)
13430
13440
  end
13431
13441
 
13432
- # Describes one or more of your instances.
13442
+ # Describes the specified instances or all of your instances.
13433
13443
  #
13434
13444
  # If you specify one or more instance IDs, Amazon EC2 returns
13435
13445
  # information for those instances. If you do not specify instance IDs,
@@ -13448,7 +13458,7 @@ module Aws::EC2
13448
13458
  # IDs that are in an unaffected zone, the call works normally.
13449
13459
  #
13450
13460
  # @option params [Array<Types::Filter>] :filters
13451
- # One or more filters.
13461
+ # The filters.
13452
13462
  #
13453
13463
  # * `affinity` - The affinity setting for an instance running on a
13454
13464
  # Dedicated Host (`default` \| `host`).
@@ -13711,7 +13721,7 @@ module Aws::EC2
13711
13721
  # * `vpc-id` - The ID of the VPC that the instance is running in.
13712
13722
  #
13713
13723
  # @option params [Array<String>] :instance_ids
13714
- # One or more instance IDs.
13724
+ # The instance IDs.
13715
13725
  #
13716
13726
  # Default: Describes all your instances.
13717
13727
  #
@@ -14060,7 +14070,7 @@ module Aws::EC2
14060
14070
  req.send_request(options)
14061
14071
  end
14062
14072
 
14063
- # Describes one or more of your key pairs.
14073
+ # Describes the specified key pairs or all of your key pairs.
14064
14074
  #
14065
14075
  # For more information about key pairs, see [Key Pairs][1] in the
14066
14076
  # *Amazon Elastic Compute Cloud User Guide*.
@@ -14070,14 +14080,14 @@ module Aws::EC2
14070
14080
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html
14071
14081
  #
14072
14082
  # @option params [Array<Types::Filter>] :filters
14073
- # One or more filters.
14083
+ # The filters.
14074
14084
  #
14075
14085
  # * `fingerprint` - The fingerprint of the key pair.
14076
14086
  #
14077
14087
  # * `key-name` - The name of the key pair.
14078
14088
  #
14079
14089
  # @option params [Array<String>] :key_names
14080
- # One or more key pair names.
14090
+ # The key pair names.
14081
14091
  #
14082
14092
  # Default: Describes all your key pairs.
14083
14093
  #
@@ -15362,16 +15372,16 @@ module Aws::EC2
15362
15372
  req.send_request(options)
15363
15373
  end
15364
15374
 
15365
- # Describes one or more of your placement groups. For more information,
15366
- # see [Placement Groups][1] in the *Amazon Elastic Compute Cloud User
15367
- # Guide*.
15375
+ # Describes the specified placement groups or all of your placement
15376
+ # groups. For more information, see [Placement Groups][1] in the *Amazon
15377
+ # Elastic Compute Cloud User Guide*.
15368
15378
  #
15369
15379
  #
15370
15380
  #
15371
15381
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
15372
15382
  #
15373
15383
  # @option params [Array<Types::Filter>] :filters
15374
- # One or more filters.
15384
+ # The filters.
15375
15385
  #
15376
15386
  # * `group-name` - The name of the placement group.
15377
15387
  #
@@ -15388,7 +15398,7 @@ module Aws::EC2
15388
15398
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
15389
15399
  #
15390
15400
  # @option params [Array<String>] :group_names
15391
- # One or more placement group names.
15401
+ # The names of the placement groups.
15392
15402
  #
15393
15403
  # Default: Describes all your placement groups, or only those otherwise
15394
15404
  # specified.
@@ -15626,7 +15636,7 @@ module Aws::EC2
15626
15636
  req.send_request(options)
15627
15637
  end
15628
15638
 
15629
- # Describes one or more regions that are currently available to you.
15639
+ # Describes the regions that are currently available to you.
15630
15640
  #
15631
15641
  # For a list of the regions supported by Amazon EC2, see [Regions and
15632
15642
  # Endpoints][1].
@@ -15636,7 +15646,7 @@ module Aws::EC2
15636
15646
  # [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region
15637
15647
  #
15638
15648
  # @option params [Array<Types::Filter>] :filters
15639
- # One or more filters.
15649
+ # The filters.
15640
15650
  #
15641
15651
  # * `endpoint` - The endpoint of the region (for example,
15642
15652
  # `ec2.us-east-1.amazonaws.com`).
@@ -15644,7 +15654,7 @@ module Aws::EC2
15644
15654
  # * `region-name` - The name of the region (for example, `us-east-1`).
15645
15655
  #
15646
15656
  # @option params [Array<String>] :region_names
15647
- # The names of one or more regions.
15657
+ # The names of the regions.
15648
15658
  #
15649
15659
  # @option params [Boolean] :dry_run
15650
15660
  # Checks whether you have the required permissions for the action,
@@ -16796,7 +16806,7 @@ module Aws::EC2
16796
16806
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
16797
16807
  #
16798
16808
  # @option params [required, Array<String>] :group_id
16799
- # One or more security group IDs in your account.
16809
+ # The IDs of the security groups in your account.
16800
16810
  #
16801
16811
  # @return [Types::DescribeSecurityGroupReferencesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16802
16812
  #
@@ -16847,7 +16857,8 @@ module Aws::EC2
16847
16857
  req.send_request(options)
16848
16858
  end
16849
16859
 
16850
- # Describes one or more of your security groups.
16860
+ # Describes the specified security groups or all of your security
16861
+ # groups.
16851
16862
  #
16852
16863
  # A security group is for use with instances either in the EC2-Classic
16853
16864
  # platform or in a specific VPC. For more information, see [Amazon EC2
@@ -16861,9 +16872,9 @@ module Aws::EC2
16861
16872
  # [2]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html
16862
16873
  #
16863
16874
  # @option params [Array<Types::Filter>] :filters
16864
- # One or more filters. If using multiple filters for rules, the results
16865
- # include security groups for which any combination of rules - not
16866
- # necessarily a single rule - match all filters.
16875
+ # The filters. If using multiple filters for rules, the results include
16876
+ # security groups for which any combination of rules - not necessarily a
16877
+ # single rule - match all filters.
16867
16878
  #
16868
16879
  # * `description` - The description of the security group.
16869
16880
  #
@@ -16941,13 +16952,13 @@ module Aws::EC2
16941
16952
  # created.
16942
16953
  #
16943
16954
  # @option params [Array<String>] :group_ids
16944
- # One or more security group IDs. Required for security groups in a
16955
+ # The IDs of the security groups. Required for security groups in a
16945
16956
  # nondefault VPC.
16946
16957
  #
16947
16958
  # Default: Describes all your security groups.
16948
16959
  #
16949
16960
  # @option params [Array<String>] :group_names
16950
- # \[EC2-Classic and default VPC only\] One or more security group names.
16961
+ # \[EC2-Classic and default VPC only\] The names of the security groups.
16951
16962
  # You can specify either the security group name or the security group
16952
16963
  # ID. For security groups in a nondefault VPC, use the `group-name`
16953
16964
  # filter to describe security groups by name.
@@ -17161,11 +17172,12 @@ module Aws::EC2
17161
17172
  req.send_request(options)
17162
17173
  end
17163
17174
 
17164
- # Describes one or more of the EBS snapshots available to you. Available
17165
- # snapshots include public snapshots available for use by any AWS
17166
- # account, private snapshots that you own, and private snapshots owned
17167
- # by another AWS account for which you've been given explicit create
17168
- # volume permissions.
17175
+ # Describes the specified EBS snapshots available to you or all of the
17176
+ # EBS snapshots available to you.
17177
+ #
17178
+ # The snapshots available to you include public snapshots, private
17179
+ # snapshots that you own, and private snapshots owned by other AWS
17180
+ # accounts for which you have explicit create volume permissions.
17169
17181
  #
17170
17182
  # The create volume permissions fall into the following categories:
17171
17183
  #
@@ -17216,14 +17228,14 @@ module Aws::EC2
17216
17228
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html
17217
17229
  #
17218
17230
  # @option params [Array<Types::Filter>] :filters
17219
- # One or more filters.
17231
+ # The filters.
17220
17232
  #
17221
17233
  # * `description` - A description of the snapshot.
17222
17234
  #
17223
17235
  # * `owner-alias` - Value from an Amazon-maintained list (`amazon` \|
17224
- # `aws-marketplace` \| `microsoft`) of snapshot owners. Not to be
17225
- # confused with the user-configured AWS account alias, which is set
17226
- # from the IAM console.
17236
+ # `self` \| `all` \| `aws-marketplace` \| `microsoft`) of snapshot
17237
+ # owners. Not to be confused with the user-configured AWS account
17238
+ # alias, which is set from the IAM console.
17227
17239
  #
17228
17240
  # * `owner-id` - The ID of the AWS account that owns the snapshot.
17229
17241
  #
@@ -17271,14 +17283,13 @@ module Aws::EC2
17271
17283
  # value. This value is `null` when there are no more results to return.
17272
17284
  #
17273
17285
  # @option params [Array<String>] :owner_ids
17274
- # Describes the snapshots owned by one or more owners.
17286
+ # Describes the snapshots owned by these owners.
17275
17287
  #
17276
17288
  # @option params [Array<String>] :restorable_by_user_ids
17277
- # One or more AWS accounts IDs that can create volumes from the
17278
- # snapshot.
17289
+ # The IDs of the AWS accounts that can create volumes from the snapshot.
17279
17290
  #
17280
17291
  # @option params [Array<String>] :snapshot_ids
17281
- # One or more snapshot IDs.
17292
+ # The snapshot IDs.
17282
17293
  #
17283
17294
  # Default: Describes the snapshots for which you have create volume
17284
17295
  # permissions.
@@ -18563,7 +18574,7 @@ module Aws::EC2
18563
18574
  req.send_request(options)
18564
18575
  end
18565
18576
 
18566
- # Describes one or more of the tags for your EC2 resources.
18577
+ # Describes the specified tags for your EC2 resources.
18567
18578
  #
18568
18579
  # For more information about tags, see [Tagging Your Resources][1] in
18569
18580
  # the *Amazon Elastic Compute Cloud User Guide*.
@@ -19166,7 +19177,7 @@ module Aws::EC2
19166
19177
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html
19167
19178
  #
19168
19179
  # @option params [Array<Types::Filter>] :filters
19169
- # One or more filters.
19180
+ # The filters.
19170
19181
  #
19171
19182
  # * `action.code` - The action code for the event (for example,
19172
19183
  # `enable-volume-io`).
@@ -19219,7 +19230,7 @@ module Aws::EC2
19219
19230
  # `null` when there are no more results to return.
19220
19231
  #
19221
19232
  # @option params [Array<String>] :volume_ids
19222
- # One or more volume IDs.
19233
+ # The IDs of the volumes.
19223
19234
  #
19224
19235
  # Default: Describes all your volumes.
19225
19236
  #
@@ -19340,7 +19351,7 @@ module Aws::EC2
19340
19351
  req.send_request(options)
19341
19352
  end
19342
19353
 
19343
- # Describes the specified EBS volumes.
19354
+ # Describes the specified EBS volumes or all of your EBS volumes.
19344
19355
  #
19345
19356
  # If you are describing a long list of volumes, you can paginate the
19346
19357
  # output to make the list more manageable. The `MaxResults` parameter
@@ -19358,7 +19369,7 @@ module Aws::EC2
19358
19369
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html
19359
19370
  #
19360
19371
  # @option params [Array<Types::Filter>] :filters
19361
- # One or more filters.
19372
+ # The filters.
19362
19373
  #
19363
19374
  # * `attachment.attach-time` - The time stamp when the attachment
19364
19375
  # initiated.
@@ -19407,7 +19418,7 @@ module Aws::EC2
19407
19418
  # Magnetic volumes.
19408
19419
  #
19409
19420
  # @option params [Array<String>] :volume_ids
19410
- # One or more volume IDs.
19421
+ # The volume IDs.
19411
19422
  #
19412
19423
  # @option params [Boolean] :dry_run
19413
19424
  # Checks whether you have the required permissions for the action,
@@ -19597,14 +19608,13 @@ module Aws::EC2
19597
19608
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
19598
19609
  #
19599
19610
  # @option params [Array<String>] :volume_ids
19600
- # One or more volume IDs for which in-progress modifications will be
19611
+ # The IDs of the volumes for which in-progress modifications will be
19601
19612
  # described.
19602
19613
  #
19603
19614
  # @option params [Array<Types::Filter>] :filters
19604
- # One or more filters. Supported filters: `volume-id`,
19605
- # `modification-state`, `target-size`, `target-iops`,
19606
- # `target-volume-type`, `original-size`, `original-iops`,
19607
- # `original-volume-type`, `start-time`.
19615
+ # The filters. Supported filters: `volume-id`, `modification-state`,
19616
+ # `target-size`, `target-iops`, `target-volume-type`, `original-size`,
19617
+ # `original-iops`, `original-volume-type`, `start-time`.
19608
19618
  #
19609
19619
  # @option params [String] :next_token
19610
19620
  # The `nextToken` value returned by a previous paginated request.
@@ -20069,6 +20079,7 @@ module Aws::EC2
20069
20079
  # resp.service_configurations[0].availability_zones #=> Array
20070
20080
  # resp.service_configurations[0].availability_zones[0] #=> String
20071
20081
  # resp.service_configurations[0].acceptance_required #=> Boolean
20082
+ # resp.service_configurations[0].manages_vpc_endpoints #=> Boolean
20072
20083
  # resp.service_configurations[0].network_load_balancer_arns #=> Array
20073
20084
  # resp.service_configurations[0].network_load_balancer_arns[0] #=> String
20074
20085
  # resp.service_configurations[0].base_endpoint_dns_names #=> Array
@@ -20218,6 +20229,7 @@ module Aws::EC2
20218
20229
  # resp.service_details[0].private_dns_name #=> String
20219
20230
  # resp.service_details[0].vpc_endpoint_policy_supported #=> Boolean
20220
20231
  # resp.service_details[0].acceptance_required #=> Boolean
20232
+ # resp.service_details[0].manages_vpc_endpoints #=> Boolean
20221
20233
  # resp.next_token #=> String
20222
20234
  #
20223
20235
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpointServices AWS API Documentation
@@ -20301,6 +20313,7 @@ module Aws::EC2
20301
20313
  # resp.vpc_endpoints[0].groups[0].group_id #=> String
20302
20314
  # resp.vpc_endpoints[0].groups[0].group_name #=> String
20303
20315
  # resp.vpc_endpoints[0].private_dns_enabled #=> Boolean
20316
+ # resp.vpc_endpoints[0].requester_managed #=> Boolean
20304
20317
  # resp.vpc_endpoints[0].network_interface_ids #=> Array
20305
20318
  # resp.vpc_endpoints[0].network_interface_ids[0] #=> String
20306
20319
  # resp.vpc_endpoints[0].dns_entries #=> Array
@@ -22730,7 +22743,10 @@ module Aws::EC2
22730
22743
  #
22731
22744
  # * Key ID
22732
22745
  #
22733
- # * Key alias, in the form `alias/ExampleAlias `
22746
+ # * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
22747
+ # followed by the region of the CMK, the AWS account ID of the CMK
22748
+ # owner, the `alias` namespace, and then the CMK alias. For example,
22749
+ # arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
22734
22750
  #
22735
22751
  # * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
22736
22752
  # followed by the region of the CMK, the AWS account ID of the CMK
@@ -23088,7 +23104,10 @@ module Aws::EC2
23088
23104
  #
23089
23105
  # * Key ID
23090
23106
  #
23091
- # * Key alias, in the form `alias/ExampleAlias `
23107
+ # * Key alias. The alias ARN contains the `arn:aws:kms` namespace,
23108
+ # followed by the region of the CMK, the AWS account ID of the CMK
23109
+ # owner, the `alias` namespace, and then the CMK alias. For example,
23110
+ # arn:aws:kms:*us-east-1*\:*012345678910*\:alias/*ExampleAlias*.
23092
23111
  #
23093
23112
  # * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
23094
23113
  # followed by the region of the CMK, the AWS account ID of the CMK
@@ -25573,7 +25592,7 @@ module Aws::EC2
25573
25592
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html
25574
25593
  #
25575
25594
  # @option params [required, Array<String>] :instance_ids
25576
- # One or more instance IDs.
25595
+ # The IDs of the instances.
25577
25596
  #
25578
25597
  # @option params [Boolean] :dry_run
25579
25598
  # Checks whether you have the required permissions for the action,
@@ -26009,7 +26028,7 @@ module Aws::EC2
26009
26028
  req.send_request(options)
26010
26029
  end
26011
26030
 
26012
- # Requests a reboot of one or more instances. This operation is
26031
+ # Requests a reboot of the specified instances. This operation is
26013
26032
  # asynchronous; it only queues a request to reboot the specified
26014
26033
  # instances. The operation succeeds if the instances are valid and
26015
26034
  # belong to you. Requests to reboot terminated instances are ignored.
@@ -26026,7 +26045,7 @@ module Aws::EC2
26026
26045
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html
26027
26046
  #
26028
26047
  # @option params [required, Array<String>] :instance_ids
26029
- # One or more instance IDs.
26048
+ # The instance IDs.
26030
26049
  #
26031
26050
  # @option params [Boolean] :dry_run
26032
26051
  # Checks whether you have the required permissions for the action,
@@ -26925,11 +26944,10 @@ module Aws::EC2
26925
26944
  # The time at which the reported instance health state ended.
26926
26945
  #
26927
26946
  # @option params [required, Array<String>] :instances
26928
- # One or more instances.
26947
+ # The instances.
26929
26948
  #
26930
26949
  # @option params [required, Array<String>] :reason_codes
26931
- # One or more reason codes that describe the health state of your
26932
- # instance.
26950
+ # The reason codes that describe the health state of your instance.
26933
26951
  #
26934
26952
  # * `instance-stuck-in-state`\: My instance is stuck in a state.
26935
26953
  #
@@ -28015,7 +28033,7 @@ module Aws::EC2
28015
28033
  req.send_request(options)
28016
28034
  end
28017
28035
 
28018
- # \[EC2-VPC only\] Removes one or more egress rules from a security
28036
+ # \[EC2-VPC only\] Removes the specified egress rules from a security
28019
28037
  # group for EC2-VPC. This action doesn't apply to security groups for
28020
28038
  # use in EC2-Classic. To remove a rule, the values that you specify (for
28021
28039
  # example, ports) must match the existing rule's values exactly.
@@ -28040,9 +28058,8 @@ module Aws::EC2
28040
28058
  # The ID of the security group.
28041
28059
  #
28042
28060
  # @option params [Array<Types::IpPermission>] :ip_permissions
28043
- # One or more sets of IP permissions. You can't specify a destination
28044
- # security group and a CIDR IP address range in the same set of
28045
- # permissions.
28061
+ # The sets of IP permissions. You can't specify a destination security
28062
+ # group and a CIDR IP address range in the same set of permissions.
28046
28063
  #
28047
28064
  # @option params [String] :cidr_ip
28048
28065
  # Not supported. Use a set of IP permissions to specify the CIDR.
@@ -28125,7 +28142,7 @@ module Aws::EC2
28125
28142
  req.send_request(options)
28126
28143
  end
28127
28144
 
28128
- # Removes one or more ingress rules from a security group. To remove a
28145
+ # Removes the specified ingress rules from a security group. To remove a
28129
28146
  # rule, the values that you specify (for example, ports) must match the
28130
28147
  # existing rule's values exactly.
28131
28148
  #
@@ -28164,9 +28181,8 @@ module Aws::EC2
28164
28181
  # request.
28165
28182
  #
28166
28183
  # @option params [Array<Types::IpPermission>] :ip_permissions
28167
- # One or more sets of IP permissions. You can't specify a source
28168
- # security group and a CIDR IP address range in the same set of
28169
- # permissions.
28184
+ # The sets of IP permissions. You can't specify a source security group
28185
+ # and a CIDR IP address range in the same set of permissions.
28170
28186
  #
28171
28187
  # @option params [String] :ip_protocol
28172
28188
  # The IP protocol name (`tcp`, `udp`, `icmp`) or number (see [Protocol
@@ -28333,11 +28349,11 @@ module Aws::EC2
28333
28349
  # [8]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html
28334
28350
  #
28335
28351
  # @option params [Array<Types::BlockDeviceMapping>] :block_device_mappings
28336
- # One or more block device mapping entries. You can't specify both a
28337
- # snapshot ID and an encryption value. This is because only blank
28338
- # volumes can be encrypted on creation. If a snapshot is the basis for a
28339
- # volume, it is not blank and its encryption status is used for the
28340
- # volume encryption status.
28352
+ # The block device mapping entries. You can't specify both a snapshot
28353
+ # ID and an encryption value. This is because only blank volumes can be
28354
+ # encrypted on creation. If a snapshot is the basis for a volume, it is
28355
+ # not blank and its encryption status is used for the volume encryption
28356
+ # status.
28341
28357
  #
28342
28358
  # @option params [String] :image_id
28343
28359
  # The ID of the AMI, which you can get by calling DescribeImages. An AMI
@@ -28366,11 +28382,11 @@ module Aws::EC2
28366
28382
  # the same request.
28367
28383
  #
28368
28384
  # @option params [Array<Types::InstanceIpv6Address>] :ipv_6_addresses
28369
- # \[EC2-VPC\] Specify one or more IPv6 addresses from the range of the
28370
- # subnet to associate with the primary network interface. You cannot
28371
- # specify this option and the option to assign a number of IPv6
28372
- # addresses in the same request. You cannot specify this option if
28373
- # you've specified a minimum number of instances to launch.
28385
+ # \[EC2-VPC\] The IPv6 addresses from the range of the subnet to
28386
+ # associate with the primary network interface. You cannot specify this
28387
+ # option and the option to assign a number of IPv6 addresses in the same
28388
+ # request. You cannot specify this option if you've specified a minimum
28389
+ # number of instances to launch.
28374
28390
  #
28375
28391
  # You cannot specify this option and the network interfaces option in
28376
28392
  # the same request.
@@ -28441,7 +28457,7 @@ module Aws::EC2
28441
28457
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
28442
28458
  #
28443
28459
  # @option params [Array<String>] :security_group_ids
28444
- # One or more security group IDs. You can create a security group using
28460
+ # The IDs of the security groups. You can create a security group using
28445
28461
  # CreateSecurityGroup.
28446
28462
  #
28447
28463
  # Default: Amazon EC2 uses the default security group.
@@ -28450,7 +28466,7 @@ module Aws::EC2
28450
28466
  # the same request.
28451
28467
  #
28452
28468
  # @option params [Array<String>] :security_groups
28453
- # \[EC2-Classic, default VPC\] One or more security group names. For a
28469
+ # \[EC2-Classic, default VPC\] The names of the security groups. For a
28454
28470
  # nondefault VPC, you must use security group IDs instead.
28455
28471
  #
28456
28472
  # You cannot specify this option and the network interfaces option in
@@ -28527,7 +28543,7 @@ module Aws::EC2
28527
28543
  # Default: `stop`
28528
28544
  #
28529
28545
  # @option params [Array<Types::InstanceNetworkInterfaceSpecification>] :network_interfaces
28530
- # One or more network interfaces.
28546
+ # The network interfaces.
28531
28547
  #
28532
28548
  # You cannot specify this option and the network interfaces option in
28533
28549
  # the same request.
@@ -29246,7 +29262,7 @@ module Aws::EC2
29246
29262
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html
29247
29263
  #
29248
29264
  # @option params [required, Array<String>] :instance_ids
29249
- # One or more instance IDs.
29265
+ # The IDs of the instances.
29250
29266
  #
29251
29267
  # @option params [String] :additional_info
29252
29268
  # Reserved.
@@ -29371,7 +29387,7 @@ module Aws::EC2
29371
29387
  # [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html
29372
29388
  #
29373
29389
  # @option params [required, Array<String>] :instance_ids
29374
- # One or more instance IDs.
29390
+ # The IDs of the instances.
29375
29391
  #
29376
29392
  # @option params [Boolean] :hibernate
29377
29393
  # Hibernates the instance if the instance was enabled for hibernation at
@@ -29514,8 +29530,8 @@ module Aws::EC2
29514
29530
  req.send_request(options)
29515
29531
  end
29516
29532
 
29517
- # Shuts down one or more instances. This operation is idempotent; if you
29518
- # terminate an instance more than once, each call succeeds.
29533
+ # Shuts down the specified instances. This operation is idempotent; if
29534
+ # you terminate an instance more than once, each call succeeds.
29519
29535
  #
29520
29536
  # If you specify multiple instances and the request fails (for example,
29521
29537
  # because of a single incorrect instance ID), none of the instances are
@@ -29549,7 +29565,7 @@ module Aws::EC2
29549
29565
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html
29550
29566
  #
29551
29567
  # @option params [required, Array<String>] :instance_ids
29552
- # One or more instance IDs.
29568
+ # The IDs of the instances.
29553
29569
  #
29554
29570
  # Constraints: Up to 1000 instance IDs. We recommend breaking up this
29555
29571
  # request into smaller batches.
@@ -29702,7 +29718,7 @@ module Aws::EC2
29702
29718
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html
29703
29719
  #
29704
29720
  # @option params [required, Array<String>] :instance_ids
29705
- # One or more instance IDs.
29721
+ # The IDs of the instances.
29706
29722
  #
29707
29723
  # @option params [Boolean] :dry_run
29708
29724
  # Checks whether you have the required permissions for the action,
@@ -30022,7 +30038,7 @@ module Aws::EC2
30022
30038
  params: params,
30023
30039
  config: config)
30024
30040
  context[:gem_name] = 'aws-sdk-ec2'
30025
- context[:gem_version] = '1.78.0'
30041
+ context[:gem_version] = '1.79.0'
30026
30042
  Seahorse::Client::Request.new(handlers, context)
30027
30043
  end
30028
30044