aws-sdk-ec2 1.246.0 → 1.250.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 +4 -4
 - data/CHANGELOG.md +20 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-ec2.rb +1 -1
 - data/lib/aws-sdk-ec2/client.rb +1185 -349
 - data/lib/aws-sdk-ec2/client_api.rb +317 -4
 - data/lib/aws-sdk-ec2/dhcp_options.rb +2 -2
 - data/lib/aws-sdk-ec2/image.rb +2 -2
 - data/lib/aws-sdk-ec2/instance.rb +5 -5
 - data/lib/aws-sdk-ec2/internet_gateway.rb +2 -2
 - data/lib/aws-sdk-ec2/key_pair_info.rb +2 -2
 - data/lib/aws-sdk-ec2/nat_gateway.rb +2 -2
 - data/lib/aws-sdk-ec2/network_acl.rb +2 -2
 - data/lib/aws-sdk-ec2/network_interface.rb +2 -2
 - data/lib/aws-sdk-ec2/resource.rb +58 -48
 - data/lib/aws-sdk-ec2/route_table.rb +2 -2
 - data/lib/aws-sdk-ec2/security_group.rb +52 -18
 - data/lib/aws-sdk-ec2/snapshot.rb +40 -37
 - data/lib/aws-sdk-ec2/subnet.rb +4 -4
 - data/lib/aws-sdk-ec2/tag.rb +2 -2
 - data/lib/aws-sdk-ec2/types.rb +1475 -245
 - data/lib/aws-sdk-ec2/volume.rb +15 -16
 - data/lib/aws-sdk-ec2/vpc.rb +15 -14
 - metadata +2 -2
 
    
        data/lib/aws-sdk-ec2/snapshot.rb
    CHANGED
    
    | 
         @@ -59,15 +59,15 @@ module Aws::EC2 
     | 
|
| 
       59 
59 
     | 
    
         
             
                  data[:encrypted]
         
     | 
| 
       60 
60 
     | 
    
         
             
                end
         
     | 
| 
       61 
61 
     | 
    
         | 
| 
       62 
     | 
    
         
            -
                # The Amazon Resource Name (ARN) of the  
     | 
| 
       63 
     | 
    
         
            -
                #  
     | 
| 
       64 
     | 
    
         
            -
                #  
     | 
| 
      
 62 
     | 
    
         
            +
                # The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS
         
     | 
| 
      
 63 
     | 
    
         
            +
                # key that was used to protect the volume encryption key for the parent
         
     | 
| 
      
 64 
     | 
    
         
            +
                # volume.
         
     | 
| 
       65 
65 
     | 
    
         
             
                # @return [String]
         
     | 
| 
       66 
66 
     | 
    
         
             
                def kms_key_id
         
     | 
| 
       67 
67 
     | 
    
         
             
                  data[:kms_key_id]
         
     | 
| 
       68 
68 
     | 
    
         
             
                end
         
     | 
| 
       69 
69 
     | 
    
         | 
| 
       70 
     | 
    
         
            -
                # The  
     | 
| 
      
 70 
     | 
    
         
            +
                # The ID of the account that owns the EBS snapshot.
         
     | 
| 
       71 
71 
     | 
    
         
             
                # @return [String]
         
     | 
| 
       72 
72 
     | 
    
         
             
                def owner_id
         
     | 
| 
       73 
73 
     | 
    
         
             
                  data[:owner_id]
         
     | 
| 
         @@ -92,8 +92,8 @@ module Aws::EC2 
     | 
|
| 
       92 
92 
     | 
    
         
             
                end
         
     | 
| 
       93 
93 
     | 
    
         | 
| 
       94 
94 
     | 
    
         
             
                # Encrypted Amazon EBS snapshots are copied asynchronously. If a
         
     | 
| 
       95 
     | 
    
         
            -
                # snapshot copy operation fails (for example, if the proper  
     | 
| 
       96 
     | 
    
         
            -
                # Management Service ( 
     | 
| 
      
 95 
     | 
    
         
            +
                # snapshot copy operation fails (for example, if the proper Key
         
     | 
| 
      
 96 
     | 
    
         
            +
                # Management Service (KMS) permissions are not obtained) this field
         
     | 
| 
       97 
97 
     | 
    
         
             
                # displays error state details to help you diagnose why the error
         
     | 
| 
       98 
98 
     | 
    
         
             
                # occurred. This parameter is only returned by DescribeSnapshots.
         
     | 
| 
       99 
99 
     | 
    
         
             
                # @return [String]
         
     | 
| 
         @@ -115,17 +115,17 @@ module Aws::EC2 
     | 
|
| 
       115 
115 
     | 
    
         
             
                  data[:volume_size]
         
     | 
| 
       116 
116 
     | 
    
         
             
                end
         
     | 
| 
       117 
117 
     | 
    
         | 
| 
       118 
     | 
    
         
            -
                # The  
     | 
| 
       119 
     | 
    
         
            -
                # is not the user-configured  
     | 
| 
       120 
     | 
    
         
            -
                # console.
         
     | 
| 
      
 118 
     | 
    
         
            +
                # The Amazon Web Services owner alias, from an Amazon-maintained list
         
     | 
| 
      
 119 
     | 
    
         
            +
                # (`amazon`). This is not the user-configured account alias set using
         
     | 
| 
      
 120 
     | 
    
         
            +
                # the IAM console.
         
     | 
| 
       121 
121 
     | 
    
         
             
                # @return [String]
         
     | 
| 
       122 
122 
     | 
    
         
             
                def owner_alias
         
     | 
| 
       123 
123 
     | 
    
         
             
                  data[:owner_alias]
         
     | 
| 
       124 
124 
     | 
    
         
             
                end
         
     | 
| 
       125 
125 
     | 
    
         | 
| 
       126 
     | 
    
         
            -
                # The ARN of the  
     | 
| 
       127 
     | 
    
         
            -
                # information, see [EBS  
     | 
| 
       128 
     | 
    
         
            -
                # Elastic Compute Cloud User Guide*.
         
     | 
| 
      
 126 
     | 
    
         
            +
                # The ARN of the Outpost on which the snapshot is stored. For more
         
     | 
| 
      
 127 
     | 
    
         
            +
                # information, see [Amazon EBS local snapshots on Outposts][1] in the
         
     | 
| 
      
 128 
     | 
    
         
            +
                # *Amazon Elastic Compute Cloud User Guide*.
         
     | 
| 
       129 
129 
     | 
    
         
             
                #
         
     | 
| 
       130 
130 
     | 
    
         
             
                #
         
     | 
| 
       131 
131 
     | 
    
         
             
                #
         
     | 
| 
         @@ -305,7 +305,7 @@ module Aws::EC2 
     | 
|
| 
       305 
305 
     | 
    
         
             
                #     source_region: "String", # required
         
     | 
| 
       306 
306 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       307 
307 
     | 
    
         
             
                #       {
         
     | 
| 
       308 
     | 
    
         
            -
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 308 
     | 
    
         
            +
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       309 
309 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       310 
310 
     | 
    
         
             
                #           {
         
     | 
| 
       311 
311 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -322,12 +322,14 @@ module Aws::EC2 
     | 
|
| 
       322 
322 
     | 
    
         
             
                # @option options [String] :destination_outpost_arn
         
     | 
| 
       323 
323 
     | 
    
         
             
                #   The Amazon Resource Name (ARN) of the Outpost to which to copy the
         
     | 
| 
       324 
324 
     | 
    
         
             
                #   snapshot. Only specify this parameter when copying a snapshot from an
         
     | 
| 
       325 
     | 
    
         
            -
                #    
     | 
| 
       326 
     | 
    
         
            -
                #   destination Outpost. You cannot copy a snapshot from an 
     | 
| 
       327 
     | 
    
         
            -
                #   Region, from one Outpost to another, or within the same 
     | 
| 
      
 325 
     | 
    
         
            +
                #   Amazon Web Services Region to an Outpost. The snapshot must be in the
         
     | 
| 
      
 326 
     | 
    
         
            +
                #   Region for the destination Outpost. You cannot copy a snapshot from an
         
     | 
| 
      
 327 
     | 
    
         
            +
                #   Outpost to a Region, from one Outpost to another, or within the same
         
     | 
| 
      
 328 
     | 
    
         
            +
                #   Outpost.
         
     | 
| 
       328 
329 
     | 
    
         
             
                #
         
     | 
| 
       329 
     | 
    
         
            -
                #   For more information, see [  
     | 
| 
       330 
     | 
    
         
            -
                #   Outpost][1] in the *Amazon Elastic Compute Cloud User 
     | 
| 
      
 330 
     | 
    
         
            +
                #   For more information, see [ Copy snapshots from an Amazon Web Services
         
     | 
| 
      
 331 
     | 
    
         
            +
                #   Region to an Outpost][1] in the *Amazon Elastic Compute Cloud User
         
     | 
| 
      
 332 
     | 
    
         
            +
                #   Guide*.
         
     | 
| 
       331 
333 
     | 
    
         
             
                #
         
     | 
| 
       332 
334 
     | 
    
         
             
                #
         
     | 
| 
       333 
335 
     | 
    
         
             
                #
         
     | 
| 
         @@ -340,8 +342,8 @@ module Aws::EC2 
     | 
|
| 
       340 
342 
     | 
    
         
             
                #
         
     | 
| 
       341 
343 
     | 
    
         
             
                #   The snapshot copy is sent to the regional endpoint that you sent the
         
     | 
| 
       342 
344 
     | 
    
         
             
                #   HTTP request to (for example, `ec2.us-east-1.amazonaws.com`). With the
         
     | 
| 
       343 
     | 
    
         
            -
                #    
     | 
| 
       344 
     | 
    
         
            -
                #    
     | 
| 
      
 345 
     | 
    
         
            +
                #   CLI, this is specified using the `--region` parameter or the default
         
     | 
| 
      
 346 
     | 
    
         
            +
                #   Region in your Amazon Web Services configuration file.
         
     | 
| 
       345 
347 
     | 
    
         
             
                # @option options [Boolean] :encrypted
         
     | 
| 
       346 
348 
     | 
    
         
             
                #   To encrypt a copy of an unencrypted snapshot if encryption by default
         
     | 
| 
       347 
349 
     | 
    
         
             
                #   is not enabled, enable encryption using this parameter. Otherwise,
         
     | 
| 
         @@ -354,12 +356,12 @@ module Aws::EC2 
     | 
|
| 
       354 
356 
     | 
    
         
             
                #
         
     | 
| 
       355 
357 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
         
     | 
| 
       356 
358 
     | 
    
         
             
                # @option options [String] :kms_key_id
         
     | 
| 
       357 
     | 
    
         
            -
                #   The identifier of the  
     | 
| 
       358 
     | 
    
         
            -
                #    
     | 
| 
       359 
     | 
    
         
            -
                #    
     | 
| 
       360 
     | 
    
         
            -
                #    
     | 
| 
      
 359 
     | 
    
         
            +
                #   The identifier of the Key Management Service (KMS) KMS key to use for
         
     | 
| 
      
 360 
     | 
    
         
            +
                #   Amazon EBS encryption. If this parameter is not specified, your KMS
         
     | 
| 
      
 361 
     | 
    
         
            +
                #   key for Amazon EBS is used. If `KmsKeyId` is specified, the encrypted
         
     | 
| 
      
 362 
     | 
    
         
            +
                #   state must be `true`.
         
     | 
| 
       361 
363 
     | 
    
         
             
                #
         
     | 
| 
       362 
     | 
    
         
            -
                #   You can specify the  
     | 
| 
      
 364 
     | 
    
         
            +
                #   You can specify the KMS key using any of the following:
         
     | 
| 
       363 
365 
     | 
    
         
             
                #
         
     | 
| 
       364 
366 
     | 
    
         
             
                #   * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
         
     | 
| 
       365 
367 
     | 
    
         
             
                #
         
     | 
| 
         @@ -371,9 +373,9 @@ module Aws::EC2 
     | 
|
| 
       371 
373 
     | 
    
         
             
                #   * Alias ARN. For example,
         
     | 
| 
       372 
374 
     | 
    
         
             
                #     arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
         
     | 
| 
       373 
375 
     | 
    
         
             
                #
         
     | 
| 
       374 
     | 
    
         
            -
                #    
     | 
| 
       375 
     | 
    
         
            -
                #   ID, alias, or ARN that is not valid, the 
     | 
| 
       376 
     | 
    
         
            -
                #   complete, but eventually fails.
         
     | 
| 
      
 376 
     | 
    
         
            +
                #   Amazon Web Services authenticates the KMS key asynchronously.
         
     | 
| 
      
 377 
     | 
    
         
            +
                #   Therefore, if you specify an ID, alias, or ARN that is not valid, the
         
     | 
| 
      
 378 
     | 
    
         
            +
                #   action can appear to complete, but eventually fails.
         
     | 
| 
       377 
379 
     | 
    
         
             
                # @option options [String] :presigned_url
         
     | 
| 
       378 
380 
     | 
    
         
             
                #   When you copy an encrypted source snapshot using the Amazon EC2 Query
         
     | 
| 
       379 
381 
     | 
    
         
             
                #   API, you must supply a pre-signed URL. This parameter is optional for
         
     | 
| 
         @@ -382,13 +384,14 @@ module Aws::EC2 
     | 
|
| 
       382 
384 
     | 
    
         
             
                #   The `PresignedUrl` should use the snapshot source endpoint, the
         
     | 
| 
       383 
385 
     | 
    
         
             
                #   `CopySnapshot` action, and include the `SourceRegion`,
         
     | 
| 
       384 
386 
     | 
    
         
             
                #   `SourceSnapshotId`, and `DestinationRegion` parameters. The
         
     | 
| 
       385 
     | 
    
         
            -
                #   `PresignedUrl` must be signed using  
     | 
| 
       386 
     | 
    
         
            -
                #   EBS snapshots are stored in Amazon S3, the signing 
     | 
| 
       387 
     | 
    
         
            -
                #   parameter uses the same logic that is described in 
     | 
| 
       388 
     | 
    
         
            -
                #   Requests: Using Query Parameters ( 
     | 
| 
       389 
     | 
    
         
            -
                #   *Amazon Simple Storage Service API 
     | 
| 
       390 
     | 
    
         
            -
                #   improperly signed `PresignedUrl` will cause 
     | 
| 
       391 
     | 
    
         
            -
                #   asynchronously, and the snapshot will move 
     | 
| 
      
 387 
     | 
    
         
            +
                #   `PresignedUrl` must be signed using Amazon Web Services Signature
         
     | 
| 
      
 388 
     | 
    
         
            +
                #   Version 4. Because EBS snapshots are stored in Amazon S3, the signing
         
     | 
| 
      
 389 
     | 
    
         
            +
                #   algorithm for this parameter uses the same logic that is described in
         
     | 
| 
      
 390 
     | 
    
         
            +
                #   [Authenticating Requests: Using Query Parameters (Amazon Web Services
         
     | 
| 
      
 391 
     | 
    
         
            +
                #   Signature Version 4)][2] in the *Amazon Simple Storage Service API
         
     | 
| 
      
 392 
     | 
    
         
            +
                #   Reference*. An invalid or improperly signed `PresignedUrl` will cause
         
     | 
| 
      
 393 
     | 
    
         
            +
                #   the copy operation to fail asynchronously, and the snapshot will move
         
     | 
| 
      
 394 
     | 
    
         
            +
                #   to an `error` state.
         
     | 
| 
       392 
395 
     | 
    
         
             
                #
         
     | 
| 
       393 
396 
     | 
    
         
             
                #
         
     | 
| 
       394 
397 
     | 
    
         
             
                #
         
     | 
| 
         @@ -472,8 +475,8 @@ module Aws::EC2 
     | 
|
| 
       472 
475 
     | 
    
         
             
                #   if its value is an empty string.
         
     | 
| 
       473 
476 
     | 
    
         
             
                #
         
     | 
| 
       474 
477 
     | 
    
         
             
                #   If you omit this parameter, we delete all user-defined tags for the
         
     | 
| 
       475 
     | 
    
         
            -
                #   specified resources. We do not delete  
     | 
| 
       476 
     | 
    
         
            -
                #   have the `aws:` prefix).
         
     | 
| 
      
 478 
     | 
    
         
            +
                #   specified resources. We do not delete Amazon Web Services-generated
         
     | 
| 
      
 479 
     | 
    
         
            +
                #   tags (tags that have the `aws:` prefix).
         
     | 
| 
       477 
480 
     | 
    
         
             
                # @return [Tag::Collection]
         
     | 
| 
       478 
481 
     | 
    
         
             
                def delete_tags(options = {})
         
     | 
| 
       479 
482 
     | 
    
         
             
                  batch = []
         
     | 
    
        data/lib/aws-sdk-ec2/subnet.rb
    CHANGED
    
    | 
         @@ -374,7 +374,7 @@ module Aws::EC2 
     | 
|
| 
       374 
374 
     | 
    
         
             
                #     ],
         
     | 
| 
       375 
375 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       376 
376 
     | 
    
         
             
                #       {
         
     | 
| 
       377 
     | 
    
         
            -
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 377 
     | 
    
         
            +
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       378 
378 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       379 
379 
     | 
    
         
             
                #           {
         
     | 
| 
       380 
380 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -759,7 +759,7 @@ module Aws::EC2 
     | 
|
| 
       759 
759 
     | 
    
         
             
                #     interface_type: "efa", # accepts efa, branch, trunk
         
     | 
| 
       760 
760 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       761 
761 
     | 
    
         
             
                #       {
         
     | 
| 
       762 
     | 
    
         
            -
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 762 
     | 
    
         
            +
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       763 
763 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       764 
764 
     | 
    
         
             
                #           {
         
     | 
| 
       765 
765 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -908,8 +908,8 @@ module Aws::EC2 
     | 
|
| 
       908 
908 
     | 
    
         
             
                #   if its value is an empty string.
         
     | 
| 
       909 
909 
     | 
    
         
             
                #
         
     | 
| 
       910 
910 
     | 
    
         
             
                #   If you omit this parameter, we delete all user-defined tags for the
         
     | 
| 
       911 
     | 
    
         
            -
                #   specified resources. We do not delete  
     | 
| 
       912 
     | 
    
         
            -
                #   have the `aws:` prefix).
         
     | 
| 
      
 911 
     | 
    
         
            +
                #   specified resources. We do not delete Amazon Web Services-generated
         
     | 
| 
      
 912 
     | 
    
         
            +
                #   tags (tags that have the `aws:` prefix).
         
     | 
| 
       913 
913 
     | 
    
         
             
                # @return [Tag::Collection]
         
     | 
| 
       914 
914 
     | 
    
         
             
                def delete_tags(options = {})
         
     | 
| 
       915 
915 
     | 
    
         
             
                  batch = []
         
     | 
    
        data/lib/aws-sdk-ec2/tag.rb
    CHANGED
    
    | 
         @@ -224,8 +224,8 @@ module Aws::EC2 
     | 
|
| 
       224 
224 
     | 
    
         
             
                #   if its value is an empty string.
         
     | 
| 
       225 
225 
     | 
    
         
             
                #
         
     | 
| 
       226 
226 
     | 
    
         
             
                #   If you omit this parameter, we delete all user-defined tags for the
         
     | 
| 
       227 
     | 
    
         
            -
                #   specified resources. We do not delete  
     | 
| 
       228 
     | 
    
         
            -
                #   have the `aws:` prefix).
         
     | 
| 
      
 227 
     | 
    
         
            +
                #   specified resources. We do not delete Amazon Web Services-generated
         
     | 
| 
      
 228 
     | 
    
         
            +
                #   tags (tags that have the `aws:` prefix).
         
     | 
| 
       229 
229 
     | 
    
         
             
                # @return [EmptyStructure]
         
     | 
| 
       230 
230 
     | 
    
         
             
                def delete(options = {})
         
     | 
| 
       231 
231 
     | 
    
         
             
                  options = Aws::Util.deep_merge(options,
         
     | 
    
        data/lib/aws-sdk-ec2/types.rb
    CHANGED
    
    | 
         @@ -550,7 +550,7 @@ module Aws::EC2 
     | 
|
| 
       550 
550 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
       551 
551 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       552 
552 
     | 
    
         
             
                #           {
         
     | 
| 
       553 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 553 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       554 
554 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       555 
555 
     | 
    
         
             
                #               {
         
     | 
| 
       556 
556 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -699,7 +699,7 @@ module Aws::EC2 
     | 
|
| 
       699 
699 
     | 
    
         
             
                #         quantity: 1, # required
         
     | 
| 
       700 
700 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       701 
701 
     | 
    
         
             
                #           {
         
     | 
| 
       702 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 702 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       703 
703 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       704 
704 
     | 
    
         
             
                #               {
         
     | 
| 
       705 
705 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -1532,7 +1532,7 @@ module Aws::EC2 
     | 
|
| 
       1532 
1532 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       1533 
1533 
     | 
    
         
             
                #
         
     | 
| 
       1534 
1534 
     | 
    
         
             
                # @!attribute [rw] encryption_kms_key_id
         
     | 
| 
       1535 
     | 
    
         
            -
                #   The ID of the  
     | 
| 
      
 1535 
     | 
    
         
            +
                #   The ID of the KMS key used to encrypt the private key of the
         
     | 
| 
       1536 
1536 
     | 
    
         
             
                #   certificate.
         
     | 
| 
       1537 
1537 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       1538 
1538 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1586,6 +1586,61 @@ module Aws::EC2 
     | 
|
| 
       1586 
1586 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1587 
1587 
     | 
    
         
             
                end
         
     | 
| 
       1588 
1588 
     | 
    
         | 
| 
      
 1589 
     | 
    
         
            +
                # @note When making an API call, you may pass AssociateInstanceEventWindowRequest
         
     | 
| 
      
 1590 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 1591 
     | 
    
         
            +
                #
         
     | 
| 
      
 1592 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 1593 
     | 
    
         
            +
                #         dry_run: false,
         
     | 
| 
      
 1594 
     | 
    
         
            +
                #         instance_event_window_id: "InstanceEventWindowId", # required
         
     | 
| 
      
 1595 
     | 
    
         
            +
                #         association_target: { # required
         
     | 
| 
      
 1596 
     | 
    
         
            +
                #           instance_ids: ["InstanceId"],
         
     | 
| 
      
 1597 
     | 
    
         
            +
                #           instance_tags: [
         
     | 
| 
      
 1598 
     | 
    
         
            +
                #             {
         
     | 
| 
      
 1599 
     | 
    
         
            +
                #               key: "String",
         
     | 
| 
      
 1600 
     | 
    
         
            +
                #               value: "String",
         
     | 
| 
      
 1601 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 1602 
     | 
    
         
            +
                #           ],
         
     | 
| 
      
 1603 
     | 
    
         
            +
                #           dedicated_host_ids: ["DedicatedHostId"],
         
     | 
| 
      
 1604 
     | 
    
         
            +
                #         },
         
     | 
| 
      
 1605 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 1606 
     | 
    
         
            +
                #
         
     | 
| 
      
 1607 
     | 
    
         
            +
                # @!attribute [rw] dry_run
         
     | 
| 
      
 1608 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 1609 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 1610 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 1611 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 1612 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 1613 
     | 
    
         
            +
                #
         
     | 
| 
      
 1614 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window_id
         
     | 
| 
      
 1615 
     | 
    
         
            +
                #   The ID of the event window.
         
     | 
| 
      
 1616 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 1617 
     | 
    
         
            +
                #
         
     | 
| 
      
 1618 
     | 
    
         
            +
                # @!attribute [rw] association_target
         
     | 
| 
      
 1619 
     | 
    
         
            +
                #   One or more targets associated with the specified event window.
         
     | 
| 
      
 1620 
     | 
    
         
            +
                #   @return [Types::InstanceEventWindowAssociationRequest]
         
     | 
| 
      
 1621 
     | 
    
         
            +
                #
         
     | 
| 
      
 1622 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateInstanceEventWindowRequest AWS API Documentation
         
     | 
| 
      
 1623 
     | 
    
         
            +
                #
         
     | 
| 
      
 1624 
     | 
    
         
            +
                class AssociateInstanceEventWindowRequest < Struct.new(
         
     | 
| 
      
 1625 
     | 
    
         
            +
                  :dry_run,
         
     | 
| 
      
 1626 
     | 
    
         
            +
                  :instance_event_window_id,
         
     | 
| 
      
 1627 
     | 
    
         
            +
                  :association_target)
         
     | 
| 
      
 1628 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 1629 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 1630 
     | 
    
         
            +
                end
         
     | 
| 
      
 1631 
     | 
    
         
            +
             
     | 
| 
      
 1632 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window
         
     | 
| 
      
 1633 
     | 
    
         
            +
                #   Information about the event window.
         
     | 
| 
      
 1634 
     | 
    
         
            +
                #   @return [Types::InstanceEventWindow]
         
     | 
| 
      
 1635 
     | 
    
         
            +
                #
         
     | 
| 
      
 1636 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateInstanceEventWindowResult AWS API Documentation
         
     | 
| 
      
 1637 
     | 
    
         
            +
                #
         
     | 
| 
      
 1638 
     | 
    
         
            +
                class AssociateInstanceEventWindowResult < Struct.new(
         
     | 
| 
      
 1639 
     | 
    
         
            +
                  :instance_event_window)
         
     | 
| 
      
 1640 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 1641 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 1642 
     | 
    
         
            +
                end
         
     | 
| 
      
 1643 
     | 
    
         
            +
             
     | 
| 
       1589 
1644 
     | 
    
         
             
                # @note When making an API call, you may pass AssociateRouteTableRequest
         
     | 
| 
       1590 
1645 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       1591 
1646 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2531,6 +2586,17 @@ module Aws::EC2 
     | 
|
| 
       2531 
2586 
     | 
    
         
             
                #             ],
         
     | 
| 
       2532 
2587 
     | 
    
         
             
                #           },
         
     | 
| 
       2533 
2588 
     | 
    
         
             
                #         ],
         
     | 
| 
      
 2589 
     | 
    
         
            +
                #         tag_specifications: [
         
     | 
| 
      
 2590 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 2591 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 2592 
     | 
    
         
            +
                #             tags: [
         
     | 
| 
      
 2593 
     | 
    
         
            +
                #               {
         
     | 
| 
      
 2594 
     | 
    
         
            +
                #                 key: "String",
         
     | 
| 
      
 2595 
     | 
    
         
            +
                #                 value: "String",
         
     | 
| 
      
 2596 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 2597 
     | 
    
         
            +
                #             ],
         
     | 
| 
      
 2598 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 2599 
     | 
    
         
            +
                #         ],
         
     | 
| 
       2534 
2600 
     | 
    
         
             
                #         cidr_ip: "String",
         
     | 
| 
       2535 
2601 
     | 
    
         
             
                #         from_port: 1,
         
     | 
| 
       2536 
2602 
     | 
    
         
             
                #         ip_protocol: "String",
         
     | 
| 
         @@ -2556,6 +2622,10 @@ module Aws::EC2 
     | 
|
| 
       2556 
2622 
     | 
    
         
             
                #   permissions.
         
     | 
| 
       2557 
2623 
     | 
    
         
             
                #   @return [Array<Types::IpPermission>]
         
     | 
| 
       2558 
2624 
     | 
    
         
             
                #
         
     | 
| 
      
 2625 
     | 
    
         
            +
                # @!attribute [rw] tag_specifications
         
     | 
| 
      
 2626 
     | 
    
         
            +
                #   The tags applied to the security group rule.
         
     | 
| 
      
 2627 
     | 
    
         
            +
                #   @return [Array<Types::TagSpecification>]
         
     | 
| 
      
 2628 
     | 
    
         
            +
                #
         
     | 
| 
       2559 
2629 
     | 
    
         
             
                # @!attribute [rw] cidr_ip
         
     | 
| 
       2560 
2630 
     | 
    
         
             
                #   Not supported. Use a set of IP permissions to specify the CIDR.
         
     | 
| 
       2561 
2631 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2589,6 +2659,7 @@ module Aws::EC2 
     | 
|
| 
       2589 
2659 
     | 
    
         
             
                  :dry_run,
         
     | 
| 
       2590 
2660 
     | 
    
         
             
                  :group_id,
         
     | 
| 
       2591 
2661 
     | 
    
         
             
                  :ip_permissions,
         
     | 
| 
      
 2662 
     | 
    
         
            +
                  :tag_specifications,
         
     | 
| 
       2592 
2663 
     | 
    
         
             
                  :cidr_ip,
         
     | 
| 
       2593 
2664 
     | 
    
         
             
                  :from_port,
         
     | 
| 
       2594 
2665 
     | 
    
         
             
                  :ip_protocol,
         
     | 
| 
         @@ -2599,6 +2670,24 @@ module Aws::EC2 
     | 
|
| 
       2599 
2670 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2600 
2671 
     | 
    
         
             
                end
         
     | 
| 
       2601 
2672 
     | 
    
         | 
| 
      
 2673 
     | 
    
         
            +
                # @!attribute [rw] return
         
     | 
| 
      
 2674 
     | 
    
         
            +
                #   Returns `true` if the request succeeds; otherwise, returns an error.
         
     | 
| 
      
 2675 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 2676 
     | 
    
         
            +
                #
         
     | 
| 
      
 2677 
     | 
    
         
            +
                # @!attribute [rw] security_group_rules
         
     | 
| 
      
 2678 
     | 
    
         
            +
                #   Information about the outbound (egress) security group rules that
         
     | 
| 
      
 2679 
     | 
    
         
            +
                #   were added.
         
     | 
| 
      
 2680 
     | 
    
         
            +
                #   @return [Array<Types::SecurityGroupRule>]
         
     | 
| 
      
 2681 
     | 
    
         
            +
                #
         
     | 
| 
      
 2682 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupEgressResult AWS API Documentation
         
     | 
| 
      
 2683 
     | 
    
         
            +
                #
         
     | 
| 
      
 2684 
     | 
    
         
            +
                class AuthorizeSecurityGroupEgressResult < Struct.new(
         
     | 
| 
      
 2685 
     | 
    
         
            +
                  :return,
         
     | 
| 
      
 2686 
     | 
    
         
            +
                  :security_group_rules)
         
     | 
| 
      
 2687 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 2688 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 2689 
     | 
    
         
            +
                end
         
     | 
| 
      
 2690 
     | 
    
         
            +
             
     | 
| 
       2602 
2691 
     | 
    
         
             
                # @note When making an API call, you may pass AuthorizeSecurityGroupIngressRequest
         
     | 
| 
       2603 
2692 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       2604 
2693 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2648,6 +2737,17 @@ module Aws::EC2 
     | 
|
| 
       2648 
2737 
     | 
    
         
             
                #         source_security_group_owner_id: "String",
         
     | 
| 
       2649 
2738 
     | 
    
         
             
                #         to_port: 1,
         
     | 
| 
       2650 
2739 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
      
 2740 
     | 
    
         
            +
                #         tag_specifications: [
         
     | 
| 
      
 2741 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 2742 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 2743 
     | 
    
         
            +
                #             tags: [
         
     | 
| 
      
 2744 
     | 
    
         
            +
                #               {
         
     | 
| 
      
 2745 
     | 
    
         
            +
                #                 key: "String",
         
     | 
| 
      
 2746 
     | 
    
         
            +
                #                 value: "String",
         
     | 
| 
      
 2747 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 2748 
     | 
    
         
            +
                #             ],
         
     | 
| 
      
 2749 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 2750 
     | 
    
         
            +
                #         ],
         
     | 
| 
       2651 
2751 
     | 
    
         
             
                #       }
         
     | 
| 
       2652 
2752 
     | 
    
         
             
                #
         
     | 
| 
       2653 
2753 
     | 
    
         
             
                # @!attribute [rw] cidr_ip
         
     | 
| 
         @@ -2712,13 +2812,14 @@ module Aws::EC2 
     | 
|
| 
       2712 
2812 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       2713 
2813 
     | 
    
         
             
                #
         
     | 
| 
       2714 
2814 
     | 
    
         
             
                # @!attribute [rw] source_security_group_owner_id
         
     | 
| 
       2715 
     | 
    
         
            -
                #   \[nondefault VPC\] The  
     | 
| 
       2716 
     | 
    
         
            -
                #   if the source security group is in a different 
     | 
| 
       2717 
     | 
    
         
            -
                #   specify this parameter in combination with the 
     | 
| 
       2718 
     | 
    
         
            -
                #   the CIDR IP address range, the IP protocol, 
     | 
| 
       2719 
     | 
    
         
            -
                #   range, and the end of the port range. Creates 
     | 
| 
       2720 
     | 
    
         
            -
                #   ICMP, UDP, and TCP access. To create a rule 
     | 
| 
       2721 
     | 
    
         
            -
                #   protocol and port range, use a set of IP 
     | 
| 
      
 2815 
     | 
    
         
            +
                #   \[nondefault VPC\] The Amazon Web Services account ID for the source
         
     | 
| 
      
 2816 
     | 
    
         
            +
                #   security group, if the source security group is in a different
         
     | 
| 
      
 2817 
     | 
    
         
            +
                #   account. You can't specify this parameter in combination with the
         
     | 
| 
      
 2818 
     | 
    
         
            +
                #   following parameters: the CIDR IP address range, the IP protocol,
         
     | 
| 
      
 2819 
     | 
    
         
            +
                #   the start of the port range, and the end of the port range. Creates
         
     | 
| 
      
 2820 
     | 
    
         
            +
                #   rules that grant full ICMP, UDP, and TCP access. To create a rule
         
     | 
| 
      
 2821 
     | 
    
         
            +
                #   with a specific IP protocol and port range, use a set of IP
         
     | 
| 
      
 2822 
     | 
    
         
            +
                #   permissions instead.
         
     | 
| 
       2722 
2823 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       2723 
2824 
     | 
    
         
             
                #
         
     | 
| 
       2724 
2825 
     | 
    
         
             
                # @!attribute [rw] to_port
         
     | 
| 
         @@ -2737,6 +2838,10 @@ module Aws::EC2 
     | 
|
| 
       2737 
2838 
     | 
    
         
             
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
       2738 
2839 
     | 
    
         
             
                #   @return [Boolean]
         
     | 
| 
       2739 
2840 
     | 
    
         
             
                #
         
     | 
| 
      
 2841 
     | 
    
         
            +
                # @!attribute [rw] tag_specifications
         
     | 
| 
      
 2842 
     | 
    
         
            +
                #   \[VPC Only\] The tags applied to the security group rule.
         
     | 
| 
      
 2843 
     | 
    
         
            +
                #   @return [Array<Types::TagSpecification>]
         
     | 
| 
      
 2844 
     | 
    
         
            +
                #
         
     | 
| 
       2740 
2845 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupIngressRequest AWS API Documentation
         
     | 
| 
       2741 
2846 
     | 
    
         
             
                #
         
     | 
| 
       2742 
2847 
     | 
    
         
             
                class AuthorizeSecurityGroupIngressRequest < Struct.new(
         
     | 
| 
         @@ -2749,7 +2854,26 @@ module Aws::EC2 
     | 
|
| 
       2749 
2854 
     | 
    
         
             
                  :source_security_group_name,
         
     | 
| 
       2750 
2855 
     | 
    
         
             
                  :source_security_group_owner_id,
         
     | 
| 
       2751 
2856 
     | 
    
         
             
                  :to_port,
         
     | 
| 
       2752 
     | 
    
         
            -
                  :dry_run 
     | 
| 
      
 2857 
     | 
    
         
            +
                  :dry_run,
         
     | 
| 
      
 2858 
     | 
    
         
            +
                  :tag_specifications)
         
     | 
| 
      
 2859 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 2860 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 2861 
     | 
    
         
            +
                end
         
     | 
| 
      
 2862 
     | 
    
         
            +
             
     | 
| 
      
 2863 
     | 
    
         
            +
                # @!attribute [rw] return
         
     | 
| 
      
 2864 
     | 
    
         
            +
                #   Returns `true` if the request succeeds; otherwise, returns an error.
         
     | 
| 
      
 2865 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 2866 
     | 
    
         
            +
                #
         
     | 
| 
      
 2867 
     | 
    
         
            +
                # @!attribute [rw] security_group_rules
         
     | 
| 
      
 2868 
     | 
    
         
            +
                #   Information about the inbound (ingress) security group rules that
         
     | 
| 
      
 2869 
     | 
    
         
            +
                #   were added.
         
     | 
| 
      
 2870 
     | 
    
         
            +
                #   @return [Array<Types::SecurityGroupRule>]
         
     | 
| 
      
 2871 
     | 
    
         
            +
                #
         
     | 
| 
      
 2872 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupIngressResult AWS API Documentation
         
     | 
| 
      
 2873 
     | 
    
         
            +
                #
         
     | 
| 
      
 2874 
     | 
    
         
            +
                class AuthorizeSecurityGroupIngressResult < Struct.new(
         
     | 
| 
      
 2875 
     | 
    
         
            +
                  :return,
         
     | 
| 
      
 2876 
     | 
    
         
            +
                  :security_group_rules)
         
     | 
| 
       2753 
2877 
     | 
    
         
             
                  SENSITIVE = []
         
     | 
| 
       2754 
2878 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2755 
2879 
     | 
    
         
             
                end
         
     | 
| 
         @@ -5243,7 +5367,7 @@ module Aws::EC2 
     | 
|
| 
       5243 
5367 
     | 
    
         
             
                #         source_snapshot_id: "String", # required
         
     | 
| 
       5244 
5368 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       5245 
5369 
     | 
    
         
             
                #           {
         
     | 
| 
       5246 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 5370 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       5247 
5371 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       5248 
5372 
     | 
    
         
             
                #               {
         
     | 
| 
       5249 
5373 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -5262,13 +5386,14 @@ module Aws::EC2 
     | 
|
| 
       5262 
5386 
     | 
    
         
             
                # @!attribute [rw] destination_outpost_arn
         
     | 
| 
       5263 
5387 
     | 
    
         
             
                #   The Amazon Resource Name (ARN) of the Outpost to which to copy the
         
     | 
| 
       5264 
5388 
     | 
    
         
             
                #   snapshot. Only specify this parameter when copying a snapshot from
         
     | 
| 
       5265 
     | 
    
         
            -
                #   an  
     | 
| 
       5266 
     | 
    
         
            -
                #   the destination Outpost. You cannot copy a snapshot 
     | 
| 
       5267 
     | 
    
         
            -
                #   to a Region, from one Outpost to another, or within 
     | 
| 
       5268 
     | 
    
         
            -
                #   Outpost.
         
     | 
| 
      
 5389 
     | 
    
         
            +
                #   an Amazon Web Services Region to an Outpost. The snapshot must be in
         
     | 
| 
      
 5390 
     | 
    
         
            +
                #   the Region for the destination Outpost. You cannot copy a snapshot
         
     | 
| 
      
 5391 
     | 
    
         
            +
                #   from an Outpost to a Region, from one Outpost to another, or within
         
     | 
| 
      
 5392 
     | 
    
         
            +
                #   the same Outpost.
         
     | 
| 
       5269 
5393 
     | 
    
         
             
                #
         
     | 
| 
       5270 
     | 
    
         
            -
                #   For more information, see [  
     | 
| 
       5271 
     | 
    
         
            -
                #   an Outpost][1] in the *Amazon Elastic Compute 
     | 
| 
      
 5394 
     | 
    
         
            +
                #   For more information, see [ Copy snapshots from an Amazon Web
         
     | 
| 
      
 5395 
     | 
    
         
            +
                #   Services Region to an Outpost][1] in the *Amazon Elastic Compute
         
     | 
| 
      
 5396 
     | 
    
         
            +
                #   Cloud User Guide*.
         
     | 
| 
       5272 
5397 
     | 
    
         
             
                #
         
     | 
| 
       5273 
5398 
     | 
    
         
             
                #
         
     | 
| 
       5274 
5399 
     | 
    
         
             
                #
         
     | 
| 
         @@ -5283,8 +5408,8 @@ module Aws::EC2 
     | 
|
| 
       5283 
5408 
     | 
    
         
             
                #
         
     | 
| 
       5284 
5409 
     | 
    
         
             
                #   The snapshot copy is sent to the regional endpoint that you sent the
         
     | 
| 
       5285 
5410 
     | 
    
         
             
                #   HTTP request to (for example, `ec2.us-east-1.amazonaws.com`). With
         
     | 
| 
       5286 
     | 
    
         
            -
                #   the  
     | 
| 
       5287 
     | 
    
         
            -
                #   default Region in your  
     | 
| 
      
 5411 
     | 
    
         
            +
                #   the CLI, this is specified using the `--region` parameter or the
         
     | 
| 
      
 5412 
     | 
    
         
            +
                #   default Region in your Amazon Web Services configuration file.
         
     | 
| 
       5288 
5413 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       5289 
5414 
     | 
    
         
             
                #
         
     | 
| 
       5290 
5415 
     | 
    
         
             
                # @!attribute [rw] encrypted
         
     | 
| 
         @@ -5302,12 +5427,12 @@ module Aws::EC2 
     | 
|
| 
       5302 
5427 
     | 
    
         
             
                #   @return [Boolean]
         
     | 
| 
       5303 
5428 
     | 
    
         
             
                #
         
     | 
| 
       5304 
5429 
     | 
    
         
             
                # @!attribute [rw] kms_key_id
         
     | 
| 
       5305 
     | 
    
         
            -
                #   The identifier of the  
     | 
| 
       5306 
     | 
    
         
            -
                #    
     | 
| 
       5307 
     | 
    
         
            -
                #    
     | 
| 
       5308 
     | 
    
         
            -
                #    
     | 
| 
      
 5430 
     | 
    
         
            +
                #   The identifier of the Key Management Service (KMS) KMS key to use
         
     | 
| 
      
 5431 
     | 
    
         
            +
                #   for Amazon EBS encryption. If this parameter is not specified, your
         
     | 
| 
      
 5432 
     | 
    
         
            +
                #   KMS key for Amazon EBS is used. If `KmsKeyId` is specified, the
         
     | 
| 
      
 5433 
     | 
    
         
            +
                #   encrypted state must be `true`.
         
     | 
| 
       5309 
5434 
     | 
    
         
             
                #
         
     | 
| 
       5310 
     | 
    
         
            -
                #   You can specify the  
     | 
| 
      
 5435 
     | 
    
         
            +
                #   You can specify the KMS key using any of the following:
         
     | 
| 
       5311 
5436 
     | 
    
         
             
                #
         
     | 
| 
       5312 
5437 
     | 
    
         
             
                #   * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
         
     | 
| 
       5313 
5438 
     | 
    
         
             
                #
         
     | 
| 
         @@ -5319,9 +5444,9 @@ module Aws::EC2 
     | 
|
| 
       5319 
5444 
     | 
    
         
             
                #   * Alias ARN. For example,
         
     | 
| 
       5320 
5445 
     | 
    
         
             
                #     arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
         
     | 
| 
       5321 
5446 
     | 
    
         
             
                #
         
     | 
| 
       5322 
     | 
    
         
            -
                #    
     | 
| 
       5323 
     | 
    
         
            -
                #   an ID, alias, or ARN that is not valid, 
     | 
| 
       5324 
     | 
    
         
            -
                #   complete, but eventually fails.
         
     | 
| 
      
 5447 
     | 
    
         
            +
                #   Amazon Web Services authenticates the KMS key asynchronously.
         
     | 
| 
      
 5448 
     | 
    
         
            +
                #   Therefore, if you specify an ID, alias, or ARN that is not valid,
         
     | 
| 
      
 5449 
     | 
    
         
            +
                #   the action can appear to complete, but eventually fails.
         
     | 
| 
       5325 
5450 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       5326 
5451 
     | 
    
         
             
                #
         
     | 
| 
       5327 
5452 
     | 
    
         
             
                # @!attribute [rw] presigned_url
         
     | 
| 
         @@ -5333,14 +5458,14 @@ module Aws::EC2 
     | 
|
| 
       5333 
5458 
     | 
    
         
             
                #   The `PresignedUrl` should use the snapshot source endpoint, the
         
     | 
| 
       5334 
5459 
     | 
    
         
             
                #   `CopySnapshot` action, and include the `SourceRegion`,
         
     | 
| 
       5335 
5460 
     | 
    
         
             
                #   `SourceSnapshotId`, and `DestinationRegion` parameters. The
         
     | 
| 
       5336 
     | 
    
         
            -
                #   `PresignedUrl` must be signed using  
     | 
| 
       5337 
     | 
    
         
            -
                #   EBS snapshots are stored in Amazon S3, the 
     | 
| 
       5338 
     | 
    
         
            -
                #   this parameter uses the same logic that is 
     | 
| 
       5339 
     | 
    
         
            -
                #   [Authenticating Requests: Using Query Parameters 
     | 
| 
       5340 
     | 
    
         
            -
                #   Version 4)][2] in the *Amazon Simple 
     | 
| 
       5341 
     | 
    
         
            -
                #   An invalid or improperly signed 
     | 
| 
       5342 
     | 
    
         
            -
                #    
     | 
| 
       5343 
     | 
    
         
            -
                #   `error` state.
         
     | 
| 
      
 5461 
     | 
    
         
            +
                #   `PresignedUrl` must be signed using Amazon Web Services Signature
         
     | 
| 
      
 5462 
     | 
    
         
            +
                #   Version 4. Because EBS snapshots are stored in Amazon S3, the
         
     | 
| 
      
 5463 
     | 
    
         
            +
                #   signing algorithm for this parameter uses the same logic that is
         
     | 
| 
      
 5464 
     | 
    
         
            +
                #   described in [Authenticating Requests: Using Query Parameters
         
     | 
| 
      
 5465 
     | 
    
         
            +
                #   (Amazon Web Services Signature Version 4)][2] in the *Amazon Simple
         
     | 
| 
      
 5466 
     | 
    
         
            +
                #   Storage Service API Reference*. An invalid or improperly signed
         
     | 
| 
      
 5467 
     | 
    
         
            +
                #   `PresignedUrl` will cause the copy operation to fail asynchronously,
         
     | 
| 
      
 5468 
     | 
    
         
            +
                #   and the snapshot will move to an `error` state.
         
     | 
| 
       5344 
5469 
     | 
    
         
             
                #
         
     | 
| 
       5345 
5470 
     | 
    
         
             
                #
         
     | 
| 
       5346 
5471 
     | 
    
         
             
                #
         
     | 
| 
         @@ -5468,7 +5593,7 @@ module Aws::EC2 
     | 
|
| 
       5468 
5593 
     | 
    
         
             
                #         instance_match_criteria: "open", # accepts open, targeted
         
     | 
| 
       5469 
5594 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       5470 
5595 
     | 
    
         
             
                #           {
         
     | 
| 
       5471 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 5596 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       5472 
5597 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       5473 
5598 
     | 
    
         
             
                #               {
         
     | 
| 
       5474 
5599 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -5647,7 +5772,7 @@ module Aws::EC2 
     | 
|
| 
       5647 
5772 
     | 
    
         
             
                #         vpc_id: "VpcId", # required
         
     | 
| 
       5648 
5773 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       5649 
5774 
     | 
    
         
             
                #           {
         
     | 
| 
       5650 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 5775 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       5651 
5776 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       5652 
5777 
     | 
    
         
             
                #               {
         
     | 
| 
       5653 
5778 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -5746,7 +5871,7 @@ module Aws::EC2 
     | 
|
| 
       5746 
5871 
     | 
    
         
             
                #         client_token: "String",
         
     | 
| 
       5747 
5872 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       5748 
5873 
     | 
    
         
             
                #           {
         
     | 
| 
       5749 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 5874 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       5750 
5875 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       5751 
5876 
     | 
    
         
             
                #               {
         
     | 
| 
       5752 
5877 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -6039,7 +6164,7 @@ module Aws::EC2 
     | 
|
| 
       6039 
6164 
     | 
    
         
             
                #         type: "ipsec.1", # required, accepts ipsec.1
         
     | 
| 
       6040 
6165 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       6041 
6166 
     | 
    
         
             
                #           {
         
     | 
| 
       6042 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 6167 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6043 
6168 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       6044 
6169 
     | 
    
         
             
                #               {
         
     | 
| 
       6045 
6170 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -6203,7 +6328,7 @@ module Aws::EC2 
     | 
|
| 
       6203 
6328 
     | 
    
         
             
                #         ],
         
     | 
| 
       6204 
6329 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       6205 
6330 
     | 
    
         
             
                #           {
         
     | 
| 
       6206 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 6331 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6207 
6332 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       6208 
6333 
     | 
    
         
             
                #               {
         
     | 
| 
       6209 
6334 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -6261,7 +6386,7 @@ module Aws::EC2 
     | 
|
| 
       6261 
6386 
     | 
    
         
             
                #         vpc_id: "VpcId", # required
         
     | 
| 
       6262 
6387 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       6263 
6388 
     | 
    
         
             
                #           {
         
     | 
| 
       6264 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 6389 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6265 
6390 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       6266 
6391 
     | 
    
         
             
                #               {
         
     | 
| 
       6267 
6392 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -6482,7 +6607,7 @@ module Aws::EC2 
     | 
|
| 
       6482 
6607 
     | 
    
         
             
                #         replace_unhealthy_instances: false,
         
     | 
| 
       6483 
6608 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       6484 
6609 
     | 
    
         
             
                #           {
         
     | 
| 
       6485 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 6610 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6486 
6611 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       6487 
6612 
     | 
    
         
             
                #               {
         
     | 
| 
       6488 
6613 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -6668,7 +6793,7 @@ module Aws::EC2 
     | 
|
| 
       6668 
6793 
     | 
    
         
             
                #         log_format: "String",
         
     | 
| 
       6669 
6794 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       6670 
6795 
     | 
    
         
             
                #           {
         
     | 
| 
       6671 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 6796 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6672 
6797 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       6673 
6798 
     | 
    
         
             
                #               {
         
     | 
| 
       6674 
6799 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -6862,7 +6987,7 @@ module Aws::EC2 
     | 
|
| 
       6862 
6987 
     | 
    
         
             
                #         client_token: "String",
         
     | 
| 
       6863 
6988 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       6864 
6989 
     | 
    
         
             
                #           {
         
     | 
| 
       6865 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 6990 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6866 
6991 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       6867 
6992 
     | 
    
         
             
                #               {
         
     | 
| 
       6868 
6993 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -6971,7 +7096,7 @@ module Aws::EC2 
     | 
|
| 
       6971 
7096 
     | 
    
         
             
                #         no_reboot: false,
         
     | 
| 
       6972 
7097 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       6973 
7098 
     | 
    
         
             
                #           {
         
     | 
| 
       6974 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 7099 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6975 
7100 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       6976 
7101 
     | 
    
         
             
                #               {
         
     | 
| 
       6977 
7102 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -7066,6 +7191,109 @@ module Aws::EC2 
     | 
|
| 
       7066 
7191 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       7067 
7192 
     | 
    
         
             
                end
         
     | 
| 
       7068 
7193 
     | 
    
         | 
| 
      
 7194 
     | 
    
         
            +
                # @note When making an API call, you may pass CreateInstanceEventWindowRequest
         
     | 
| 
      
 7195 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 7196 
     | 
    
         
            +
                #
         
     | 
| 
      
 7197 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 7198 
     | 
    
         
            +
                #         dry_run: false,
         
     | 
| 
      
 7199 
     | 
    
         
            +
                #         name: "String",
         
     | 
| 
      
 7200 
     | 
    
         
            +
                #         time_ranges: [
         
     | 
| 
      
 7201 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 7202 
     | 
    
         
            +
                #             start_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
         
     | 
| 
      
 7203 
     | 
    
         
            +
                #             start_hour: 1,
         
     | 
| 
      
 7204 
     | 
    
         
            +
                #             end_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
         
     | 
| 
      
 7205 
     | 
    
         
            +
                #             end_hour: 1,
         
     | 
| 
      
 7206 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 7207 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 7208 
     | 
    
         
            +
                #         cron_expression: "InstanceEventWindowCronExpression",
         
     | 
| 
      
 7209 
     | 
    
         
            +
                #         tag_specifications: [
         
     | 
| 
      
 7210 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 7211 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 7212 
     | 
    
         
            +
                #             tags: [
         
     | 
| 
      
 7213 
     | 
    
         
            +
                #               {
         
     | 
| 
      
 7214 
     | 
    
         
            +
                #                 key: "String",
         
     | 
| 
      
 7215 
     | 
    
         
            +
                #                 value: "String",
         
     | 
| 
      
 7216 
     | 
    
         
            +
                #               },
         
     | 
| 
      
 7217 
     | 
    
         
            +
                #             ],
         
     | 
| 
      
 7218 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 7219 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 7220 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 7221 
     | 
    
         
            +
                #
         
     | 
| 
      
 7222 
     | 
    
         
            +
                # @!attribute [rw] dry_run
         
     | 
| 
      
 7223 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 7224 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 7225 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 7226 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 7227 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 7228 
     | 
    
         
            +
                #
         
     | 
| 
      
 7229 
     | 
    
         
            +
                # @!attribute [rw] name
         
     | 
| 
      
 7230 
     | 
    
         
            +
                #   The name of the event window.
         
     | 
| 
      
 7231 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 7232 
     | 
    
         
            +
                #
         
     | 
| 
      
 7233 
     | 
    
         
            +
                # @!attribute [rw] time_ranges
         
     | 
| 
      
 7234 
     | 
    
         
            +
                #   The time range for the event window. If you specify a time range,
         
     | 
| 
      
 7235 
     | 
    
         
            +
                #   you can't specify a cron expression.
         
     | 
| 
      
 7236 
     | 
    
         
            +
                #   @return [Array<Types::InstanceEventWindowTimeRangeRequest>]
         
     | 
| 
      
 7237 
     | 
    
         
            +
                #
         
     | 
| 
      
 7238 
     | 
    
         
            +
                # @!attribute [rw] cron_expression
         
     | 
| 
      
 7239 
     | 
    
         
            +
                #   The cron expression for the event window, for example, `* 0-4,20-23
         
     | 
| 
      
 7240 
     | 
    
         
            +
                #   * * 1,5`. If you specify a cron expression, you can't specify a
         
     | 
| 
      
 7241 
     | 
    
         
            +
                #   time range.
         
     | 
| 
      
 7242 
     | 
    
         
            +
                #
         
     | 
| 
      
 7243 
     | 
    
         
            +
                #   Constraints:
         
     | 
| 
      
 7244 
     | 
    
         
            +
                #
         
     | 
| 
      
 7245 
     | 
    
         
            +
                #   * Only hour and day of the week values are supported.
         
     | 
| 
      
 7246 
     | 
    
         
            +
                #
         
     | 
| 
      
 7247 
     | 
    
         
            +
                #   * For day of the week values, you can specify either integers `0`
         
     | 
| 
      
 7248 
     | 
    
         
            +
                #     through `6`, or alternative single values `SUN` through `SAT`.
         
     | 
| 
      
 7249 
     | 
    
         
            +
                #
         
     | 
| 
      
 7250 
     | 
    
         
            +
                #   * The minute, month, and year must be specified by `*`.
         
     | 
| 
      
 7251 
     | 
    
         
            +
                #
         
     | 
| 
      
 7252 
     | 
    
         
            +
                #   * The hour value must be one or a multiple range, for example, `0-4`
         
     | 
| 
      
 7253 
     | 
    
         
            +
                #     or `0-4,20-23`.
         
     | 
| 
      
 7254 
     | 
    
         
            +
                #
         
     | 
| 
      
 7255 
     | 
    
         
            +
                #   * Each hour range must be >= 2 hours, for example, `0-2` or
         
     | 
| 
      
 7256 
     | 
    
         
            +
                #     `20-23`.
         
     | 
| 
      
 7257 
     | 
    
         
            +
                #
         
     | 
| 
      
 7258 
     | 
    
         
            +
                #   * The event window must be >= 4 hours. The combined total time
         
     | 
| 
      
 7259 
     | 
    
         
            +
                #     ranges in the event window must be >= 4 hours.
         
     | 
| 
      
 7260 
     | 
    
         
            +
                #
         
     | 
| 
      
 7261 
     | 
    
         
            +
                #   For more information about cron expressions, see [cron][1] on the
         
     | 
| 
      
 7262 
     | 
    
         
            +
                #   *Wikipedia website*.
         
     | 
| 
      
 7263 
     | 
    
         
            +
                #
         
     | 
| 
      
 7264 
     | 
    
         
            +
                #
         
     | 
| 
      
 7265 
     | 
    
         
            +
                #
         
     | 
| 
      
 7266 
     | 
    
         
            +
                #   [1]: https://en.wikipedia.org/wiki/Cron
         
     | 
| 
      
 7267 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 7268 
     | 
    
         
            +
                #
         
     | 
| 
      
 7269 
     | 
    
         
            +
                # @!attribute [rw] tag_specifications
         
     | 
| 
      
 7270 
     | 
    
         
            +
                #   The tags to apply to the event window.
         
     | 
| 
      
 7271 
     | 
    
         
            +
                #   @return [Array<Types::TagSpecification>]
         
     | 
| 
      
 7272 
     | 
    
         
            +
                #
         
     | 
| 
      
 7273 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceEventWindowRequest AWS API Documentation
         
     | 
| 
      
 7274 
     | 
    
         
            +
                #
         
     | 
| 
      
 7275 
     | 
    
         
            +
                class CreateInstanceEventWindowRequest < Struct.new(
         
     | 
| 
      
 7276 
     | 
    
         
            +
                  :dry_run,
         
     | 
| 
      
 7277 
     | 
    
         
            +
                  :name,
         
     | 
| 
      
 7278 
     | 
    
         
            +
                  :time_ranges,
         
     | 
| 
      
 7279 
     | 
    
         
            +
                  :cron_expression,
         
     | 
| 
      
 7280 
     | 
    
         
            +
                  :tag_specifications)
         
     | 
| 
      
 7281 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 7282 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 7283 
     | 
    
         
            +
                end
         
     | 
| 
      
 7284 
     | 
    
         
            +
             
     | 
| 
      
 7285 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window
         
     | 
| 
      
 7286 
     | 
    
         
            +
                #   Information about the event window.
         
     | 
| 
      
 7287 
     | 
    
         
            +
                #   @return [Types::InstanceEventWindow]
         
     | 
| 
      
 7288 
     | 
    
         
            +
                #
         
     | 
| 
      
 7289 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceEventWindowResult AWS API Documentation
         
     | 
| 
      
 7290 
     | 
    
         
            +
                #
         
     | 
| 
      
 7291 
     | 
    
         
            +
                class CreateInstanceEventWindowResult < Struct.new(
         
     | 
| 
      
 7292 
     | 
    
         
            +
                  :instance_event_window)
         
     | 
| 
      
 7293 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 7294 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 7295 
     | 
    
         
            +
                end
         
     | 
| 
      
 7296 
     | 
    
         
            +
             
     | 
| 
       7069 
7297 
     | 
    
         
             
                # @note When making an API call, you may pass CreateInstanceExportTaskRequest
         
     | 
| 
       7070 
7298 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       7071 
7299 
     | 
    
         
             
                #
         
     | 
| 
         @@ -7081,7 +7309,7 @@ module Aws::EC2 
     | 
|
| 
       7081 
7309 
     | 
    
         
             
                #         target_environment: "citrix", # required, accepts citrix, vmware, microsoft
         
     | 
| 
       7082 
7310 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       7083 
7311 
     | 
    
         
             
                #           {
         
     | 
| 
       7084 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 7312 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7085 
7313 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       7086 
7314 
     | 
    
         
             
                #               {
         
     | 
| 
       7087 
7315 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -7143,7 +7371,7 @@ module Aws::EC2 
     | 
|
| 
       7143 
7371 
     | 
    
         
             
                #       {
         
     | 
| 
       7144 
7372 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       7145 
7373 
     | 
    
         
             
                #           {
         
     | 
| 
       7146 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 7374 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7147 
7375 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       7148 
7376 
     | 
    
         
             
                #               {
         
     | 
| 
       7149 
7377 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -7195,7 +7423,7 @@ module Aws::EC2 
     | 
|
| 
       7195 
7423 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
       7196 
7424 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       7197 
7425 
     | 
    
         
             
                #           {
         
     | 
| 
       7198 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 7426 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7199 
7427 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       7200 
7428 
     | 
    
         
             
                #               {
         
     | 
| 
       7201 
7429 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -7315,7 +7543,7 @@ module Aws::EC2 
     | 
|
| 
       7315 
7543 
     | 
    
         
             
                #           user_data: "String",
         
     | 
| 
       7316 
7544 
     | 
    
         
             
                #           tag_specifications: [
         
     | 
| 
       7317 
7545 
     | 
    
         
             
                #             {
         
     | 
| 
       7318 
     | 
    
         
            -
                #               resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 7546 
     | 
    
         
            +
                #               resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7319 
7547 
     | 
    
         
             
                #               tags: [
         
     | 
| 
       7320 
7548 
     | 
    
         
             
                #                 {
         
     | 
| 
       7321 
7549 
     | 
    
         
             
                #                   key: "String",
         
     | 
| 
         @@ -7380,7 +7608,7 @@ module Aws::EC2 
     | 
|
| 
       7380 
7608 
     | 
    
         
             
                #         },
         
     | 
| 
       7381 
7609 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       7382 
7610 
     | 
    
         
             
                #           {
         
     | 
| 
       7383 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 7611 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7384 
7612 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       7385 
7613 
     | 
    
         
             
                #               {
         
     | 
| 
       7386 
7614 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -7542,7 +7770,7 @@ module Aws::EC2 
     | 
|
| 
       7542 
7770 
     | 
    
         
             
                #           user_data: "String",
         
     | 
| 
       7543 
7771 
     | 
    
         
             
                #           tag_specifications: [
         
     | 
| 
       7544 
7772 
     | 
    
         
             
                #             {
         
     | 
| 
       7545 
     | 
    
         
            -
                #               resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 7773 
     | 
    
         
            +
                #               resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7546 
7774 
     | 
    
         
             
                #               tags: [
         
     | 
| 
       7547 
7775 
     | 
    
         
             
                #                 {
         
     | 
| 
       7548 
7776 
     | 
    
         
             
                #                   key: "String",
         
     | 
| 
         @@ -7747,7 +7975,7 @@ module Aws::EC2 
     | 
|
| 
       7747 
7975 
     | 
    
         
             
                #         vpc_id: "VpcId", # required
         
     | 
| 
       7748 
7976 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       7749 
7977 
     | 
    
         
             
                #           {
         
     | 
| 
       7750 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 7978 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7751 
7979 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       7752 
7980 
     | 
    
         
             
                #               {
         
     | 
| 
       7753 
7981 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -7816,7 +8044,7 @@ module Aws::EC2 
     | 
|
| 
       7816 
8044 
     | 
    
         
             
                #         max_entries: 1, # required
         
     | 
| 
       7817 
8045 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       7818 
8046 
     | 
    
         
             
                #           {
         
     | 
| 
       7819 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 8047 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7820 
8048 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       7821 
8049 
     | 
    
         
             
                #               {
         
     | 
| 
       7822 
8050 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -7912,7 +8140,7 @@ module Aws::EC2 
     | 
|
| 
       7912 
8140 
     | 
    
         
             
                #         subnet_id: "SubnetId", # required
         
     | 
| 
       7913 
8141 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       7914 
8142 
     | 
    
         
             
                #           {
         
     | 
| 
       7915 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 8143 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7916 
8144 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       7917 
8145 
     | 
    
         
             
                #               {
         
     | 
| 
       7918 
8146 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -8109,7 +8337,7 @@ module Aws::EC2 
     | 
|
| 
       8109 
8337 
     | 
    
         
             
                #         vpc_id: "VpcId", # required
         
     | 
| 
       8110 
8338 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       8111 
8339 
     | 
    
         
             
                #           {
         
     | 
| 
       8112 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 8340 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8113 
8341 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       8114 
8342 
     | 
    
         
             
                #               {
         
     | 
| 
       8115 
8343 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -8169,7 +8397,7 @@ module Aws::EC2 
     | 
|
| 
       8169 
8397 
     | 
    
         
             
                #         destination_port: 1,
         
     | 
| 
       8170 
8398 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       8171 
8399 
     | 
    
         
             
                #           {
         
     | 
| 
       8172 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 8400 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8173 
8401 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       8174 
8402 
     | 
    
         
             
                #               {
         
     | 
| 
       8175 
8403 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -8348,7 +8576,7 @@ module Aws::EC2 
     | 
|
| 
       8348 
8576 
     | 
    
         
             
                #         subnet_id: "SubnetId", # required
         
     | 
| 
       8349 
8577 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       8350 
8578 
     | 
    
         
             
                #           {
         
     | 
| 
       8351 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 8579 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8352 
8580 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       8353 
8581 
     | 
    
         
             
                #               {
         
     | 
| 
       8354 
8582 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -8503,7 +8731,7 @@ module Aws::EC2 
     | 
|
| 
       8503 
8731 
     | 
    
         
             
                #         partition_count: 1,
         
     | 
| 
       8504 
8732 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       8505 
8733 
     | 
    
         
             
                #           {
         
     | 
| 
       8506 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 8734 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8507 
8735 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       8508 
8736 
     | 
    
         
             
                #               {
         
     | 
| 
       8509 
8737 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -8575,7 +8803,7 @@ module Aws::EC2 
     | 
|
| 
       8575 
8803 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
       8576 
8804 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       8577 
8805 
     | 
    
         
             
                #           {
         
     | 
| 
       8578 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 8806 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8579 
8807 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       8580 
8808 
     | 
    
         
             
                #               {
         
     | 
| 
       8581 
8809 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -8600,7 +8828,7 @@ module Aws::EC2 
     | 
|
| 
       8600 
8828 
     | 
    
         
             
                #   Unique, case-sensitive identifier you provide to ensure the
         
     | 
| 
       8601 
8829 
     | 
    
         
             
                #   idempotency of the request. If you do not specify a client token, a
         
     | 
| 
       8602 
8830 
     | 
    
         
             
                #   randomly generated token is used for the request to ensure
         
     | 
| 
       8603 
     | 
    
         
            -
                #   idempotency. For more information, see [Ensuring  
     | 
| 
      
 8831 
     | 
    
         
            +
                #   idempotency. For more information, see [Ensuring idempotency][1].
         
     | 
| 
       8604 
8832 
     | 
    
         
             
                #
         
     | 
| 
       8605 
8833 
     | 
    
         
             
                #   **A suitable default value is auto-generated.** You should normally
         
     | 
| 
       8606 
8834 
     | 
    
         
             
                #   not need to pass this option.
         
     | 
| 
         @@ -8723,7 +8951,7 @@ module Aws::EC2 
     | 
|
| 
       8723 
8951 
     | 
    
         
             
                #         name: "String",
         
     | 
| 
       8724 
8952 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       8725 
8953 
     | 
    
         
             
                #           {
         
     | 
| 
       8726 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 8954 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8727 
8955 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       8728 
8956 
     | 
    
         
             
                #               {
         
     | 
| 
       8729 
8957 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -8929,7 +9157,7 @@ module Aws::EC2 
     | 
|
| 
       8929 
9157 
     | 
    
         
             
                #         vpc_id: "VpcId", # required
         
     | 
| 
       8930 
9158 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       8931 
9159 
     | 
    
         
             
                #           {
         
     | 
| 
       8932 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 9160 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8933 
9161 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       8934 
9162 
     | 
    
         
             
                #               {
         
     | 
| 
       8935 
9163 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -8986,7 +9214,7 @@ module Aws::EC2 
     | 
|
| 
       8986 
9214 
     | 
    
         
             
                #         vpc_id: "VpcId",
         
     | 
| 
       8987 
9215 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       8988 
9216 
     | 
    
         
             
                #           {
         
     | 
| 
       8989 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 9217 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8990 
9218 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       8991 
9219 
     | 
    
         
             
                #               {
         
     | 
| 
       8992 
9220 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -9074,7 +9302,7 @@ module Aws::EC2 
     | 
|
| 
       9074 
9302 
     | 
    
         
             
                #         volume_id: "VolumeId", # required
         
     | 
| 
       9075 
9303 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       9076 
9304 
     | 
    
         
             
                #           {
         
     | 
| 
       9077 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 9305 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9078 
9306 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       9079 
9307 
     | 
    
         
             
                #               {
         
     | 
| 
       9080 
9308 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -9091,8 +9319,8 @@ module Aws::EC2 
     | 
|
| 
       9091 
9319 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9092 
9320 
     | 
    
         
             
                #
         
     | 
| 
       9093 
9321 
     | 
    
         
             
                # @!attribute [rw] outpost_arn
         
     | 
| 
       9094 
     | 
    
         
            -
                #   The Amazon Resource Name (ARN) of the  
     | 
| 
       9095 
     | 
    
         
            -
                #    
     | 
| 
      
 9322 
     | 
    
         
            +
                #   The Amazon Resource Name (ARN) of the Outpost on which to create a
         
     | 
| 
      
 9323 
     | 
    
         
            +
                #   local snapshot.
         
     | 
| 
       9096 
9324 
     | 
    
         
             
                #
         
     | 
| 
       9097 
9325 
     | 
    
         
             
                #   * To create a snapshot of a volume in a Region, omit this parameter.
         
     | 
| 
       9098 
9326 
     | 
    
         
             
                #     The snapshot is created in the same Region as the volume.
         
     | 
| 
         @@ -9106,8 +9334,8 @@ module Aws::EC2 
     | 
|
| 
       9106 
9334 
     | 
    
         
             
                #     Outpost. The snapshot must be created on the same Outpost as the
         
     | 
| 
       9107 
9335 
     | 
    
         
             
                #     volume.
         
     | 
| 
       9108 
9336 
     | 
    
         
             
                #
         
     | 
| 
       9109 
     | 
    
         
            -
                #   For more information, see [  
     | 
| 
       9110 
     | 
    
         
            -
                #    
     | 
| 
      
 9337 
     | 
    
         
            +
                #   For more information, see [Create local snapshots from volumes on an
         
     | 
| 
      
 9338 
     | 
    
         
            +
                #   Outpost][1] in the *Amazon Elastic Compute Cloud User Guide*.
         
     | 
| 
       9111 
9339 
     | 
    
         
             
                #
         
     | 
| 
       9112 
9340 
     | 
    
         
             
                #
         
     | 
| 
       9113 
9341 
     | 
    
         
             
                #
         
     | 
| 
         @@ -9115,7 +9343,7 @@ module Aws::EC2 
     | 
|
| 
       9115 
9343 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9116 
9344 
     | 
    
         
             
                #
         
     | 
| 
       9117 
9345 
     | 
    
         
             
                # @!attribute [rw] volume_id
         
     | 
| 
       9118 
     | 
    
         
            -
                #   The ID of the EBS volume.
         
     | 
| 
      
 9346 
     | 
    
         
            +
                #   The ID of the Amazon EBS volume.
         
     | 
| 
       9119 
9347 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9120 
9348 
     | 
    
         
             
                #
         
     | 
| 
       9121 
9349 
     | 
    
         
             
                # @!attribute [rw] tag_specifications
         
     | 
| 
         @@ -9153,7 +9381,7 @@ module Aws::EC2 
     | 
|
| 
       9153 
9381 
     | 
    
         
             
                #         outpost_arn: "String",
         
     | 
| 
       9154 
9382 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       9155 
9383 
     | 
    
         
             
                #           {
         
     | 
| 
       9156 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 9384 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9157 
9385 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       9158 
9386 
     | 
    
         
             
                #               {
         
     | 
| 
       9159 
9387 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -9177,8 +9405,8 @@ module Aws::EC2 
     | 
|
| 
       9177 
9405 
     | 
    
         
             
                #   @return [Types::InstanceSpecification]
         
     | 
| 
       9178 
9406 
     | 
    
         
             
                #
         
     | 
| 
       9179 
9407 
     | 
    
         
             
                # @!attribute [rw] outpost_arn
         
     | 
| 
       9180 
     | 
    
         
            -
                #   The Amazon Resource Name (ARN) of the  
     | 
| 
       9181 
     | 
    
         
            -
                #    
     | 
| 
      
 9408 
     | 
    
         
            +
                #   The Amazon Resource Name (ARN) of the Outpost on which to create the
         
     | 
| 
      
 9409 
     | 
    
         
            +
                #   local snapshots.
         
     | 
| 
       9182 
9410 
     | 
    
         
             
                #
         
     | 
| 
       9183 
9411 
     | 
    
         
             
                #   * To create snapshots from an instance in a Region, omit this
         
     | 
| 
       9184 
9412 
     | 
    
         
             
                #     parameter. The snapshots are created in the same Region as the
         
     | 
| 
         @@ -9193,9 +9421,9 @@ module Aws::EC2 
     | 
|
| 
       9193 
9421 
     | 
    
         
             
                #     Outpost. The snapshots must be created on the same Outpost as the
         
     | 
| 
       9194 
9422 
     | 
    
         
             
                #     instance.
         
     | 
| 
       9195 
9423 
     | 
    
         
             
                #
         
     | 
| 
       9196 
     | 
    
         
            -
                #   For more information, see [  
     | 
| 
       9197 
     | 
    
         
            -
                #    
     | 
| 
       9198 
     | 
    
         
            -
                #    
     | 
| 
      
 9424 
     | 
    
         
            +
                #   For more information, see [ Create multi-volume local snapshots from
         
     | 
| 
      
 9425 
     | 
    
         
            +
                #   instances on an Outpost][1] in the *Amazon Elastic Compute Cloud
         
     | 
| 
      
 9426 
     | 
    
         
            +
                #   User Guide*.
         
     | 
| 
       9199 
9427 
     | 
    
         
             
                #
         
     | 
| 
       9200 
9428 
     | 
    
         
             
                #
         
     | 
| 
       9201 
9429 
     | 
    
         
             
                #
         
     | 
| 
         @@ -9365,7 +9593,7 @@ module Aws::EC2 
     | 
|
| 
       9365 
9593 
     | 
    
         
             
                #       {
         
     | 
| 
       9366 
9594 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       9367 
9595 
     | 
    
         
             
                #           {
         
     | 
| 
       9368 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 9596 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9369 
9597 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       9370 
9598 
     | 
    
         
             
                #               {
         
     | 
| 
       9371 
9599 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -9518,7 +9746,7 @@ module Aws::EC2 
     | 
|
| 
       9518 
9746 
     | 
    
         
             
                #         description: "String",
         
     | 
| 
       9519 
9747 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       9520 
9748 
     | 
    
         
             
                #           {
         
     | 
| 
       9521 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 9749 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9522 
9750 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       9523 
9751 
     | 
    
         
             
                #               {
         
     | 
| 
       9524 
9752 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -9741,7 +9969,7 @@ module Aws::EC2 
     | 
|
| 
       9741 
9969 
     | 
    
         
             
                #         description: "String",
         
     | 
| 
       9742 
9970 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       9743 
9971 
     | 
    
         
             
                #           {
         
     | 
| 
       9744 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 9972 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9745 
9973 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       9746 
9974 
     | 
    
         
             
                #               {
         
     | 
| 
       9747 
9975 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -9874,7 +10102,7 @@ module Aws::EC2 
     | 
|
| 
       9874 
10102 
     | 
    
         
             
                #         description: "String",
         
     | 
| 
       9875 
10103 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       9876 
10104 
     | 
    
         
             
                #           {
         
     | 
| 
       9877 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 10105 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9878 
10106 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       9879 
10107 
     | 
    
         
             
                #               {
         
     | 
| 
       9880 
10108 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -9973,7 +10201,7 @@ module Aws::EC2 
     | 
|
| 
       9973 
10201 
     | 
    
         
             
                #         inside_cidr_blocks: ["String"], # required
         
     | 
| 
       9974 
10202 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       9975 
10203 
     | 
    
         
             
                #           {
         
     | 
| 
       9976 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 10204 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9977 
10205 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       9978 
10206 
     | 
    
         
             
                #               {
         
     | 
| 
       9979 
10207 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -10060,7 +10288,7 @@ module Aws::EC2 
     | 
|
| 
       10060 
10288 
     | 
    
         
             
                #         },
         
     | 
| 
       10061 
10289 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       10062 
10290 
     | 
    
         
             
                #           {
         
     | 
| 
       10063 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 10291 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10064 
10292 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       10065 
10293 
     | 
    
         
             
                #               {
         
     | 
| 
       10066 
10294 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -10148,7 +10376,7 @@ module Aws::EC2 
     | 
|
| 
       10148 
10376 
     | 
    
         
             
                #         },
         
     | 
| 
       10149 
10377 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       10150 
10378 
     | 
    
         
             
                #           {
         
     | 
| 
       10151 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 10379 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10152 
10380 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       10153 
10381 
     | 
    
         
             
                #               {
         
     | 
| 
       10154 
10382 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -10249,7 +10477,7 @@ module Aws::EC2 
     | 
|
| 
       10249 
10477 
     | 
    
         
             
                #         peer_region: "String", # required
         
     | 
| 
       10250 
10478 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       10251 
10479 
     | 
    
         
             
                #           {
         
     | 
| 
       10252 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 10480 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10253 
10481 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       10254 
10482 
     | 
    
         
             
                #               {
         
     | 
| 
       10255 
10483 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -10389,7 +10617,7 @@ module Aws::EC2 
     | 
|
| 
       10389 
10617 
     | 
    
         
             
                #         },
         
     | 
| 
       10390 
10618 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       10391 
10619 
     | 
    
         
             
                #           {
         
     | 
| 
       10392 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 10620 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10393 
10621 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       10394 
10622 
     | 
    
         
             
                #               {
         
     | 
| 
       10395 
10623 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -10509,7 +10737,7 @@ module Aws::EC2 
     | 
|
| 
       10509 
10737 
     | 
    
         
             
                #         transit_gateway_id: "TransitGatewayId", # required
         
     | 
| 
       10510 
10738 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       10511 
10739 
     | 
    
         
             
                #           {
         
     | 
| 
       10512 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 10740 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10513 
10741 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       10514 
10742 
     | 
    
         
             
                #               {
         
     | 
| 
       10515 
10743 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -10572,7 +10800,7 @@ module Aws::EC2 
     | 
|
| 
       10572 
10800 
     | 
    
         
             
                #         },
         
     | 
| 
       10573 
10801 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       10574 
10802 
     | 
    
         
             
                #           {
         
     | 
| 
       10575 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 10803 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10576 
10804 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       10577 
10805 
     | 
    
         
             
                #               {
         
     | 
| 
       10578 
10806 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -10691,7 +10919,7 @@ module Aws::EC2 
     | 
|
| 
       10691 
10919 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       10692 
10920 
     | 
    
         
             
                #
         
     | 
| 
       10693 
10921 
     | 
    
         
             
                # @!attribute [rw] user_id
         
     | 
| 
       10694 
     | 
    
         
            -
                #   The  
     | 
| 
      
 10922 
     | 
    
         
            +
                #   The ID of the account to be added or removed.
         
     | 
| 
       10695 
10923 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       10696 
10924 
     | 
    
         
             
                #
         
     | 
| 
       10697 
10925 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVolumePermission AWS API Documentation
         
     | 
| 
         @@ -10725,11 +10953,11 @@ module Aws::EC2 
     | 
|
| 
       10725 
10953 
     | 
    
         
             
                #       }
         
     | 
| 
       10726 
10954 
     | 
    
         
             
                #
         
     | 
| 
       10727 
10955 
     | 
    
         
             
                # @!attribute [rw] add
         
     | 
| 
       10728 
     | 
    
         
            -
                #   Adds the specified  
     | 
| 
      
 10956 
     | 
    
         
            +
                #   Adds the specified account ID or group to the list.
         
     | 
| 
       10729 
10957 
     | 
    
         
             
                #   @return [Array<Types::CreateVolumePermission>]
         
     | 
| 
       10730 
10958 
     | 
    
         
             
                #
         
     | 
| 
       10731 
10959 
     | 
    
         
             
                # @!attribute [rw] remove
         
     | 
| 
       10732 
     | 
    
         
            -
                #   Removes the specified  
     | 
| 
      
 10960 
     | 
    
         
            +
                #   Removes the specified account ID or group from the list.
         
     | 
| 
       10733 
10961 
     | 
    
         
             
                #   @return [Array<Types::CreateVolumePermission>]
         
     | 
| 
       10734 
10962 
     | 
    
         
             
                #
         
     | 
| 
       10735 
10963 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVolumePermissionModifications AWS API Documentation
         
     | 
| 
         @@ -10756,7 +10984,7 @@ module Aws::EC2 
     | 
|
| 
       10756 
10984 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
       10757 
10985 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       10758 
10986 
     | 
    
         
             
                #           {
         
     | 
| 
       10759 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 10987 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10760 
10988 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       10761 
10989 
     | 
    
         
             
                #               {
         
     | 
| 
       10762 
10990 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -10767,6 +10995,7 @@ module Aws::EC2 
     | 
|
| 
       10767 
10995 
     | 
    
         
             
                #         ],
         
     | 
| 
       10768 
10996 
     | 
    
         
             
                #         multi_attach_enabled: false,
         
     | 
| 
       10769 
10997 
     | 
    
         
             
                #         throughput: 1,
         
     | 
| 
      
 10998 
     | 
    
         
            +
                #         client_token: "String",
         
     | 
| 
       10770 
10999 
     | 
    
         
             
                #       }
         
     | 
| 
       10771 
11000 
     | 
    
         
             
                #
         
     | 
| 
       10772 
11001 
     | 
    
         
             
                # @!attribute [rw] availability_zone
         
     | 
| 
         @@ -10806,9 +11035,9 @@ module Aws::EC2 
     | 
|
| 
       10806 
11035 
     | 
    
         
             
                #
         
     | 
| 
       10807 
11036 
     | 
    
         
             
                #   * `io2`\: 100-64,000 IOPS
         
     | 
| 
       10808 
11037 
     | 
    
         
             
                #
         
     | 
| 
       10809 
     | 
    
         
            -
                #    
     | 
| 
       10810 
     | 
    
         
            -
                #    
     | 
| 
       10811 
     | 
    
         
            -
                #    
     | 
| 
      
 11038 
     | 
    
         
            +
                #   `io1` and `io2` volumes support up to 64,000 IOPS only on [Instances
         
     | 
| 
      
 11039 
     | 
    
         
            +
                #   built on the Nitro System][1]. Other instance families support
         
     | 
| 
      
 11040 
     | 
    
         
            +
                #   performance up to 32,000 IOPS.
         
     | 
| 
       10812 
11041 
     | 
    
         
             
                #
         
     | 
| 
       10813 
11042 
     | 
    
         
             
                #   This parameter is required for `io1` and `io2` volumes. The default
         
     | 
| 
       10814 
11043 
     | 
    
         
             
                #   for `gp3` volumes is 3,000 IOPS. This parameter is not supported for
         
     | 
| 
         @@ -10820,12 +11049,12 @@ module Aws::EC2 
     | 
|
| 
       10820 
11049 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       10821 
11050 
     | 
    
         
             
                #
         
     | 
| 
       10822 
11051 
     | 
    
         
             
                # @!attribute [rw] kms_key_id
         
     | 
| 
       10823 
     | 
    
         
            -
                #   The identifier of the  
     | 
| 
       10824 
     | 
    
         
            -
                #    
     | 
| 
       10825 
     | 
    
         
            -
                #    
     | 
| 
       10826 
     | 
    
         
            -
                #    
     | 
| 
      
 11052 
     | 
    
         
            +
                #   The identifier of the Key Management Service (KMS) KMS key to use
         
     | 
| 
      
 11053 
     | 
    
         
            +
                #   for Amazon EBS encryption. If this parameter is not specified, your
         
     | 
| 
      
 11054 
     | 
    
         
            +
                #   KMS key for Amazon EBS is used. If `KmsKeyId` is specified, the
         
     | 
| 
      
 11055 
     | 
    
         
            +
                #   encrypted state must be `true`.
         
     | 
| 
       10827 
11056 
     | 
    
         
             
                #
         
     | 
| 
       10828 
     | 
    
         
            -
                #   You can specify the  
     | 
| 
      
 11057 
     | 
    
         
            +
                #   You can specify the KMS key using any of the following:
         
     | 
| 
       10829 
11058 
     | 
    
         
             
                #
         
     | 
| 
       10830 
11059 
     | 
    
         
             
                #   * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
         
     | 
| 
       10831 
11060 
     | 
    
         
             
                #
         
     | 
| 
         @@ -10837,9 +11066,9 @@ module Aws::EC2 
     | 
|
| 
       10837 
11066 
     | 
    
         
             
                #   * Alias ARN. For example,
         
     | 
| 
       10838 
11067 
     | 
    
         
             
                #     arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
         
     | 
| 
       10839 
11068 
     | 
    
         
             
                #
         
     | 
| 
       10840 
     | 
    
         
            -
                #    
     | 
| 
       10841 
     | 
    
         
            -
                #   an ID, alias, or ARN that is not valid, 
     | 
| 
       10842 
     | 
    
         
            -
                #   complete, but eventually fails.
         
     | 
| 
      
 11069 
     | 
    
         
            +
                #   Amazon Web Services authenticates the KMS key asynchronously.
         
     | 
| 
      
 11070 
     | 
    
         
            +
                #   Therefore, if you specify an ID, alias, or ARN that is not valid,
         
     | 
| 
      
 11071 
     | 
    
         
            +
                #   the action can appear to complete, but eventually fails.
         
     | 
| 
       10843 
11072 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       10844 
11073 
     | 
    
         
             
                #
         
     | 
| 
       10845 
11074 
     | 
    
         
             
                # @!attribute [rw] outpost_arn
         
     | 
| 
         @@ -10925,6 +11154,19 @@ module Aws::EC2 
     | 
|
| 
       10925 
11154 
     | 
    
         
             
                #   Valid Range: Minimum value of 125. Maximum value of 1000.
         
     | 
| 
       10926 
11155 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       10927 
11156 
     | 
    
         
             
                #
         
     | 
| 
      
 11157 
     | 
    
         
            +
                # @!attribute [rw] client_token
         
     | 
| 
      
 11158 
     | 
    
         
            +
                #   Unique, case-sensitive identifier that you provide to ensure the
         
     | 
| 
      
 11159 
     | 
    
         
            +
                #   idempotency of the request. For more information, see [Ensure
         
     | 
| 
      
 11160 
     | 
    
         
            +
                #   Idempotency][1].
         
     | 
| 
      
 11161 
     | 
    
         
            +
                #
         
     | 
| 
      
 11162 
     | 
    
         
            +
                #   **A suitable default value is auto-generated.** You should normally
         
     | 
| 
      
 11163 
     | 
    
         
            +
                #   not need to pass this option.
         
     | 
| 
      
 11164 
     | 
    
         
            +
                #
         
     | 
| 
      
 11165 
     | 
    
         
            +
                #
         
     | 
| 
      
 11166 
     | 
    
         
            +
                #
         
     | 
| 
      
 11167 
     | 
    
         
            +
                #   [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
         
     | 
| 
      
 11168 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 11169 
     | 
    
         
            +
                #
         
     | 
| 
       10928 
11170 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVolumeRequest AWS API Documentation
         
     | 
| 
       10929 
11171 
     | 
    
         
             
                #
         
     | 
| 
       10930 
11172 
     | 
    
         
             
                class CreateVolumeRequest < Struct.new(
         
     | 
| 
         @@ -10939,7 +11181,8 @@ module Aws::EC2 
     | 
|
| 
       10939 
11181 
     | 
    
         
             
                  :dry_run,
         
     | 
| 
       10940 
11182 
     | 
    
         
             
                  :tag_specifications,
         
     | 
| 
       10941 
11183 
     | 
    
         
             
                  :multi_attach_enabled,
         
     | 
| 
       10942 
     | 
    
         
            -
                  :throughput 
     | 
| 
      
 11184 
     | 
    
         
            +
                  :throughput,
         
     | 
| 
      
 11185 
     | 
    
         
            +
                  :client_token)
         
     | 
| 
       10943 
11186 
     | 
    
         
             
                  SENSITIVE = []
         
     | 
| 
       10944 
11187 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       10945 
11188 
     | 
    
         
             
                end
         
     | 
| 
         @@ -11039,7 +11282,7 @@ module Aws::EC2 
     | 
|
| 
       11039 
11282 
     | 
    
         
             
                #         private_dns_enabled: false,
         
     | 
| 
       11040 
11283 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       11041 
11284 
     | 
    
         
             
                #           {
         
     | 
| 
       11042 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 11285 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11043 
11286 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       11044 
11287 
     | 
    
         
             
                #               {
         
     | 
| 
       11045 
11288 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -11176,7 +11419,7 @@ module Aws::EC2 
     | 
|
| 
       11176 
11419 
     | 
    
         
             
                #         client_token: "String",
         
     | 
| 
       11177 
11420 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       11178 
11421 
     | 
    
         
             
                #           {
         
     | 
| 
       11179 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 11422 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11180 
11423 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       11181 
11424 
     | 
    
         
             
                #               {
         
     | 
| 
       11182 
11425 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -11272,7 +11515,7 @@ module Aws::EC2 
     | 
|
| 
       11272 
11515 
     | 
    
         
             
                #         peer_region: "String",
         
     | 
| 
       11273 
11516 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       11274 
11517 
     | 
    
         
             
                #           {
         
     | 
| 
       11275 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 11518 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11276 
11519 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       11277 
11520 
     | 
    
         
             
                #               {
         
     | 
| 
       11278 
11521 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -11355,7 +11598,7 @@ module Aws::EC2 
     | 
|
| 
       11355 
11598 
     | 
    
         
             
                #         ipv_6_cidr_block_network_border_group: "String",
         
     | 
| 
       11356 
11599 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       11357 
11600 
     | 
    
         
             
                #           {
         
     | 
| 
       11358 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 11601 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11359 
11602 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       11360 
11603 
     | 
    
         
             
                #               {
         
     | 
| 
       11361 
11604 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -11524,7 +11767,7 @@ module Aws::EC2 
     | 
|
| 
       11524 
11767 
     | 
    
         
             
                #         },
         
     | 
| 
       11525 
11768 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       11526 
11769 
     | 
    
         
             
                #           {
         
     | 
| 
       11527 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 11770 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11528 
11771 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       11529 
11772 
     | 
    
         
             
                #               {
         
     | 
| 
       11530 
11773 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -11634,7 +11877,7 @@ module Aws::EC2 
     | 
|
| 
       11634 
11877 
     | 
    
         
             
                #         type: "ipsec.1", # required, accepts ipsec.1
         
     | 
| 
       11635 
11878 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       11636 
11879 
     | 
    
         
             
                #           {
         
     | 
| 
       11637 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 11880 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11638 
11881 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       11639 
11882 
     | 
    
         
             
                #               {
         
     | 
| 
       11640 
11883 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -12229,6 +12472,54 @@ module Aws::EC2 
     | 
|
| 
       12229 
12472 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       12230 
12473 
     | 
    
         
             
                end
         
     | 
| 
       12231 
12474 
     | 
    
         | 
| 
      
 12475 
     | 
    
         
            +
                # @note When making an API call, you may pass DeleteInstanceEventWindowRequest
         
     | 
| 
      
 12476 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 12477 
     | 
    
         
            +
                #
         
     | 
| 
      
 12478 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 12479 
     | 
    
         
            +
                #         dry_run: false,
         
     | 
| 
      
 12480 
     | 
    
         
            +
                #         force_delete: false,
         
     | 
| 
      
 12481 
     | 
    
         
            +
                #         instance_event_window_id: "InstanceEventWindowId", # required
         
     | 
| 
      
 12482 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 12483 
     | 
    
         
            +
                #
         
     | 
| 
      
 12484 
     | 
    
         
            +
                # @!attribute [rw] dry_run
         
     | 
| 
      
 12485 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 12486 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 12487 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 12488 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 12489 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 12490 
     | 
    
         
            +
                #
         
     | 
| 
      
 12491 
     | 
    
         
            +
                # @!attribute [rw] force_delete
         
     | 
| 
      
 12492 
     | 
    
         
            +
                #   Specify `true` to force delete the event window. Use the force
         
     | 
| 
      
 12493 
     | 
    
         
            +
                #   delete parameter if the event window is currently associated with
         
     | 
| 
      
 12494 
     | 
    
         
            +
                #   targets.
         
     | 
| 
      
 12495 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 12496 
     | 
    
         
            +
                #
         
     | 
| 
      
 12497 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window_id
         
     | 
| 
      
 12498 
     | 
    
         
            +
                #   The ID of the event window.
         
     | 
| 
      
 12499 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 12500 
     | 
    
         
            +
                #
         
     | 
| 
      
 12501 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteInstanceEventWindowRequest AWS API Documentation
         
     | 
| 
      
 12502 
     | 
    
         
            +
                #
         
     | 
| 
      
 12503 
     | 
    
         
            +
                class DeleteInstanceEventWindowRequest < Struct.new(
         
     | 
| 
      
 12504 
     | 
    
         
            +
                  :dry_run,
         
     | 
| 
      
 12505 
     | 
    
         
            +
                  :force_delete,
         
     | 
| 
      
 12506 
     | 
    
         
            +
                  :instance_event_window_id)
         
     | 
| 
      
 12507 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 12508 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 12509 
     | 
    
         
            +
                end
         
     | 
| 
      
 12510 
     | 
    
         
            +
             
     | 
| 
      
 12511 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window_state
         
     | 
| 
      
 12512 
     | 
    
         
            +
                #   The state of the event window.
         
     | 
| 
      
 12513 
     | 
    
         
            +
                #   @return [Types::InstanceEventWindowStateChange]
         
     | 
| 
      
 12514 
     | 
    
         
            +
                #
         
     | 
| 
      
 12515 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteInstanceEventWindowResult AWS API Documentation
         
     | 
| 
      
 12516 
     | 
    
         
            +
                #
         
     | 
| 
      
 12517 
     | 
    
         
            +
                class DeleteInstanceEventWindowResult < Struct.new(
         
     | 
| 
      
 12518 
     | 
    
         
            +
                  :instance_event_window_state)
         
     | 
| 
      
 12519 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 12520 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 12521 
     | 
    
         
            +
                end
         
     | 
| 
      
 12522 
     | 
    
         
            +
             
     | 
| 
       12232 
12523 
     | 
    
         
             
                # @note When making an API call, you may pass DeleteInternetGatewayRequest
         
     | 
| 
       12233 
12524 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       12234 
12525 
     | 
    
         
             
                #
         
     | 
| 
         @@ -13171,8 +13462,8 @@ module Aws::EC2 
     | 
|
| 
       13171 
13462 
     | 
    
         
             
                #   the tag only if its value is an empty string.
         
     | 
| 
       13172 
13463 
     | 
    
         
             
                #
         
     | 
| 
       13173 
13464 
     | 
    
         
             
                #   If you omit this parameter, we delete all user-defined tags for the
         
     | 
| 
       13174 
     | 
    
         
            -
                #   specified resources. We do not delete  
     | 
| 
       13175 
     | 
    
         
            -
                #   have the `aws:` prefix).
         
     | 
| 
      
 13465 
     | 
    
         
            +
                #   specified resources. We do not delete Amazon Web Services-generated
         
     | 
| 
      
 13466 
     | 
    
         
            +
                #   tags (tags that have the `aws:` prefix).
         
     | 
| 
       13176 
13467 
     | 
    
         
             
                #   @return [Array<Types::Tag>]
         
     | 
| 
       13177 
13468 
     | 
    
         
             
                #
         
     | 
| 
       13178 
13469 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteTagsRequest AWS API Documentation
         
     | 
| 
         @@ -16102,13 +16393,13 @@ module Aws::EC2 
     | 
|
| 
       16102 
16393 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       16103 
16394 
     | 
    
         
             
                #
         
     | 
| 
       16104 
16395 
     | 
    
         
             
                # @!attribute [rw] owner_id
         
     | 
| 
       16105 
     | 
    
         
            -
                #   The ID of the  
     | 
| 
      
 16396 
     | 
    
         
            +
                #   The ID of the account that enabled fast snapshot restores on the
         
     | 
| 
       16106 
16397 
     | 
    
         
             
                #   snapshot.
         
     | 
| 
       16107 
16398 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       16108 
16399 
     | 
    
         
             
                #
         
     | 
| 
       16109 
16400 
     | 
    
         
             
                # @!attribute [rw] owner_alias
         
     | 
| 
       16110 
     | 
    
         
            -
                #   The  
     | 
| 
       16111 
     | 
    
         
            -
                #   snapshot. This is intended for future use.
         
     | 
| 
      
 16401 
     | 
    
         
            +
                #   The Amazon Web Services owner alias that enabled fast snapshot
         
     | 
| 
      
 16402 
     | 
    
         
            +
                #   restores on the snapshot. This is intended for future use.
         
     | 
| 
       16112 
16403 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       16113 
16404 
     | 
    
         
             
                #
         
     | 
| 
       16114 
16405 
     | 
    
         
             
                # @!attribute [rw] enabling_time
         
     | 
| 
         @@ -16174,7 +16465,7 @@ module Aws::EC2 
     | 
|
| 
       16174 
16465 
     | 
    
         
             
                #
         
     | 
| 
       16175 
16466 
     | 
    
         
             
                #   * `availability-zone`\: The Availability Zone of the snapshot.
         
     | 
| 
       16176 
16467 
     | 
    
         
             
                #
         
     | 
| 
       16177 
     | 
    
         
            -
                #   * `owner-id`\: The ID of the  
     | 
| 
      
 16468 
     | 
    
         
            +
                #   * `owner-id`\: The ID of the account that enabled fast snapshot
         
     | 
| 
       16178 
16469 
     | 
    
         
             
                #     restore on the snapshot.
         
     | 
| 
       16179 
16470 
     | 
    
         
             
                #
         
     | 
| 
       16180 
16471 
     | 
    
         
             
                #   * `snapshot-id`\: The ID of the snapshot.
         
     | 
| 
         @@ -17758,6 +18049,113 @@ module Aws::EC2 
     | 
|
| 
       17758 
18049 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       17759 
18050 
     | 
    
         
             
                end
         
     | 
| 
       17760 
18051 
     | 
    
         | 
| 
      
 18052 
     | 
    
         
            +
                # <para>Describe instance event windows by InstanceEventWindow.</para>
         
     | 
| 
      
 18053 
     | 
    
         
            +
                #
         
     | 
| 
      
 18054 
     | 
    
         
            +
                # @note When making an API call, you may pass DescribeInstanceEventWindowsRequest
         
     | 
| 
      
 18055 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 18056 
     | 
    
         
            +
                #
         
     | 
| 
      
 18057 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 18058 
     | 
    
         
            +
                #         dry_run: false,
         
     | 
| 
      
 18059 
     | 
    
         
            +
                #         instance_event_window_ids: ["InstanceEventWindowId"],
         
     | 
| 
      
 18060 
     | 
    
         
            +
                #         filters: [
         
     | 
| 
      
 18061 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 18062 
     | 
    
         
            +
                #             name: "String",
         
     | 
| 
      
 18063 
     | 
    
         
            +
                #             values: ["String"],
         
     | 
| 
      
 18064 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 18065 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 18066 
     | 
    
         
            +
                #         max_results: 1,
         
     | 
| 
      
 18067 
     | 
    
         
            +
                #         next_token: "String",
         
     | 
| 
      
 18068 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 18069 
     | 
    
         
            +
                #
         
     | 
| 
      
 18070 
     | 
    
         
            +
                # @!attribute [rw] dry_run
         
     | 
| 
      
 18071 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 18072 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 18073 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 18074 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 18075 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 18076 
     | 
    
         
            +
                #
         
     | 
| 
      
 18077 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window_ids
         
     | 
| 
      
 18078 
     | 
    
         
            +
                #   The IDs of the event windows.
         
     | 
| 
      
 18079 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 18080 
     | 
    
         
            +
                #
         
     | 
| 
      
 18081 
     | 
    
         
            +
                # @!attribute [rw] filters
         
     | 
| 
      
 18082 
     | 
    
         
            +
                #   One or more filters.
         
     | 
| 
      
 18083 
     | 
    
         
            +
                #
         
     | 
| 
      
 18084 
     | 
    
         
            +
                #   * `dedicated-host-id` - The event windows associated with the
         
     | 
| 
      
 18085 
     | 
    
         
            +
                #     specified Dedicated Host ID.
         
     | 
| 
      
 18086 
     | 
    
         
            +
                #
         
     | 
| 
      
 18087 
     | 
    
         
            +
                #   * `event-window-name` - The event windows associated with the
         
     | 
| 
      
 18088 
     | 
    
         
            +
                #     specified names.
         
     | 
| 
      
 18089 
     | 
    
         
            +
                #
         
     | 
| 
      
 18090 
     | 
    
         
            +
                #   * `instance-id` - The event windows associated with the specified
         
     | 
| 
      
 18091 
     | 
    
         
            +
                #     instance ID.
         
     | 
| 
      
 18092 
     | 
    
         
            +
                #
         
     | 
| 
      
 18093 
     | 
    
         
            +
                #   * `instance-tag` - The event windows associated with the specified
         
     | 
| 
      
 18094 
     | 
    
         
            +
                #     tag and value.
         
     | 
| 
      
 18095 
     | 
    
         
            +
                #
         
     | 
| 
      
 18096 
     | 
    
         
            +
                #   * `instance-tag-key` - The event windows associated with the
         
     | 
| 
      
 18097 
     | 
    
         
            +
                #     specified tag key, regardless of the value.
         
     | 
| 
      
 18098 
     | 
    
         
            +
                #
         
     | 
| 
      
 18099 
     | 
    
         
            +
                #   * `instance-tag-value` - The event windows associated with the
         
     | 
| 
      
 18100 
     | 
    
         
            +
                #     specified tag value, regardless of the key.
         
     | 
| 
      
 18101 
     | 
    
         
            +
                #
         
     | 
| 
      
 18102 
     | 
    
         
            +
                #   * `tag`\:<key> - The key/value combination of a tag assigned
         
     | 
| 
      
 18103 
     | 
    
         
            +
                #     to the event window. Use the tag key in the filter name and the
         
     | 
| 
      
 18104 
     | 
    
         
            +
                #     tag value as the filter value. For example, to find all resources
         
     | 
| 
      
 18105 
     | 
    
         
            +
                #     that have a tag with the key `Owner` and the value `CMX`, specify
         
     | 
| 
      
 18106 
     | 
    
         
            +
                #     `tag:Owner` for the filter name and `CMX` for the filter value.
         
     | 
| 
      
 18107 
     | 
    
         
            +
                #
         
     | 
| 
      
 18108 
     | 
    
         
            +
                #   * `tag-key` - The key of a tag assigned to the event window. Use
         
     | 
| 
      
 18109 
     | 
    
         
            +
                #     this filter to find all event windows that have a tag with a
         
     | 
| 
      
 18110 
     | 
    
         
            +
                #     specific key, regardless of the tag value.
         
     | 
| 
      
 18111 
     | 
    
         
            +
                #
         
     | 
| 
      
 18112 
     | 
    
         
            +
                #   * `tag-value` - The value of a tag assigned to the event window. Use
         
     | 
| 
      
 18113 
     | 
    
         
            +
                #     this filter to find all event windows that have a tag with a
         
     | 
| 
      
 18114 
     | 
    
         
            +
                #     specific value, regardless of the tag key.
         
     | 
| 
      
 18115 
     | 
    
         
            +
                #   @return [Array<Types::Filter>]
         
     | 
| 
      
 18116 
     | 
    
         
            +
                #
         
     | 
| 
      
 18117 
     | 
    
         
            +
                # @!attribute [rw] max_results
         
     | 
| 
      
 18118 
     | 
    
         
            +
                #   The maximum number of results to return in a single call. To
         
     | 
| 
      
 18119 
     | 
    
         
            +
                #   retrieve the remaining results, make another call with the returned
         
     | 
| 
      
 18120 
     | 
    
         
            +
                #   `NextToken` value. This value can be between 20 and 500. You cannot
         
     | 
| 
      
 18121 
     | 
    
         
            +
                #   specify this parameter and the event window IDs parameter in the
         
     | 
| 
      
 18122 
     | 
    
         
            +
                #   same call.
         
     | 
| 
      
 18123 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 18124 
     | 
    
         
            +
                #
         
     | 
| 
      
 18125 
     | 
    
         
            +
                # @!attribute [rw] next_token
         
     | 
| 
      
 18126 
     | 
    
         
            +
                #   The token to request the next page of results.
         
     | 
| 
      
 18127 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 18128 
     | 
    
         
            +
                #
         
     | 
| 
      
 18129 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceEventWindowsRequest AWS API Documentation
         
     | 
| 
      
 18130 
     | 
    
         
            +
                #
         
     | 
| 
      
 18131 
     | 
    
         
            +
                class DescribeInstanceEventWindowsRequest < Struct.new(
         
     | 
| 
      
 18132 
     | 
    
         
            +
                  :dry_run,
         
     | 
| 
      
 18133 
     | 
    
         
            +
                  :instance_event_window_ids,
         
     | 
| 
      
 18134 
     | 
    
         
            +
                  :filters,
         
     | 
| 
      
 18135 
     | 
    
         
            +
                  :max_results,
         
     | 
| 
      
 18136 
     | 
    
         
            +
                  :next_token)
         
     | 
| 
      
 18137 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 18138 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 18139 
     | 
    
         
            +
                end
         
     | 
| 
      
 18140 
     | 
    
         
            +
             
     | 
| 
      
 18141 
     | 
    
         
            +
                # @!attribute [rw] instance_event_windows
         
     | 
| 
      
 18142 
     | 
    
         
            +
                #   Information about the event windows.
         
     | 
| 
      
 18143 
     | 
    
         
            +
                #   @return [Array<Types::InstanceEventWindow>]
         
     | 
| 
      
 18144 
     | 
    
         
            +
                #
         
     | 
| 
      
 18145 
     | 
    
         
            +
                # @!attribute [rw] next_token
         
     | 
| 
      
 18146 
     | 
    
         
            +
                #   The token to use to retrieve the next page of results. This value is
         
     | 
| 
      
 18147 
     | 
    
         
            +
                #   `null` when there are no more results to return.
         
     | 
| 
      
 18148 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 18149 
     | 
    
         
            +
                #
         
     | 
| 
      
 18150 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceEventWindowsResult AWS API Documentation
         
     | 
| 
      
 18151 
     | 
    
         
            +
                #
         
     | 
| 
      
 18152 
     | 
    
         
            +
                class DescribeInstanceEventWindowsResult < Struct.new(
         
     | 
| 
      
 18153 
     | 
    
         
            +
                  :instance_event_windows,
         
     | 
| 
      
 18154 
     | 
    
         
            +
                  :next_token)
         
     | 
| 
      
 18155 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 18156 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 18157 
     | 
    
         
            +
                end
         
     | 
| 
      
 18158 
     | 
    
         
            +
             
     | 
| 
       17761 
18159 
     | 
    
         
             
                # @note When making an API call, you may pass DescribeInstanceStatusRequest
         
     | 
| 
       17762 
18160 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       17763 
18161 
     | 
    
         
             
                #
         
     | 
| 
         @@ -18753,7 +19151,7 @@ module Aws::EC2 
     | 
|
| 
       18753 
19151 
     | 
    
         
             
                # @!attribute [rw] key_names
         
     | 
| 
       18754 
19152 
     | 
    
         
             
                #   The key pair names.
         
     | 
| 
       18755 
19153 
     | 
    
         
             
                #
         
     | 
| 
       18756 
     | 
    
         
            -
                #   Default: Describes all your key pairs.
         
     | 
| 
      
 19154 
     | 
    
         
            +
                #   Default: Describes all of your key pairs.
         
     | 
| 
       18757 
19155 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       18758 
19156 
     | 
    
         
             
                #
         
     | 
| 
       18759 
19157 
     | 
    
         
             
                # @!attribute [rw] key_pair_ids
         
     | 
| 
         @@ -21701,6 +22099,88 @@ module Aws::EC2 
     | 
|
| 
       21701 
22099 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       21702 
22100 
     | 
    
         
             
                end
         
     | 
| 
       21703 
22101 
     | 
    
         | 
| 
      
 22102 
     | 
    
         
            +
                # @note When making an API call, you may pass DescribeSecurityGroupRulesRequest
         
     | 
| 
      
 22103 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 22104 
     | 
    
         
            +
                #
         
     | 
| 
      
 22105 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 22106 
     | 
    
         
            +
                #         filters: [
         
     | 
| 
      
 22107 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 22108 
     | 
    
         
            +
                #             name: "String",
         
     | 
| 
      
 22109 
     | 
    
         
            +
                #             values: ["String"],
         
     | 
| 
      
 22110 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 22111 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 22112 
     | 
    
         
            +
                #         security_group_rule_ids: ["String"],
         
     | 
| 
      
 22113 
     | 
    
         
            +
                #         dry_run: false,
         
     | 
| 
      
 22114 
     | 
    
         
            +
                #         next_token: "String",
         
     | 
| 
      
 22115 
     | 
    
         
            +
                #         max_results: 1,
         
     | 
| 
      
 22116 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 22117 
     | 
    
         
            +
                #
         
     | 
| 
      
 22118 
     | 
    
         
            +
                # @!attribute [rw] filters
         
     | 
| 
      
 22119 
     | 
    
         
            +
                #   One or more filters.
         
     | 
| 
      
 22120 
     | 
    
         
            +
                #
         
     | 
| 
      
 22121 
     | 
    
         
            +
                #   * `group-id` - The ID of the security group.
         
     | 
| 
      
 22122 
     | 
    
         
            +
                #
         
     | 
| 
      
 22123 
     | 
    
         
            +
                #   * `security-group-rule-id` - The ID of the security group rule.
         
     | 
| 
      
 22124 
     | 
    
         
            +
                #
         
     | 
| 
      
 22125 
     | 
    
         
            +
                #   * `tag`\:<key> - The key/value combination of a tag assigned
         
     | 
| 
      
 22126 
     | 
    
         
            +
                #     to the resource. Use the tag key in the filter name and the tag
         
     | 
| 
      
 22127 
     | 
    
         
            +
                #     value as the filter value. For example, to find all resources that
         
     | 
| 
      
 22128 
     | 
    
         
            +
                #     have a tag with the key `Owner` and the value `TeamA`, specify
         
     | 
| 
      
 22129 
     | 
    
         
            +
                #     `tag:Owner` for the filter name and `TeamA` for the filter value.
         
     | 
| 
      
 22130 
     | 
    
         
            +
                #   @return [Array<Types::Filter>]
         
     | 
| 
      
 22131 
     | 
    
         
            +
                #
         
     | 
| 
      
 22132 
     | 
    
         
            +
                # @!attribute [rw] security_group_rule_ids
         
     | 
| 
      
 22133 
     | 
    
         
            +
                #   The IDs of the security group rules.
         
     | 
| 
      
 22134 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 22135 
     | 
    
         
            +
                #
         
     | 
| 
      
 22136 
     | 
    
         
            +
                # @!attribute [rw] dry_run
         
     | 
| 
      
 22137 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 22138 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 22139 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 22140 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 22141 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 22142 
     | 
    
         
            +
                #
         
     | 
| 
      
 22143 
     | 
    
         
            +
                # @!attribute [rw] next_token
         
     | 
| 
      
 22144 
     | 
    
         
            +
                #   The token for the next page of results.
         
     | 
| 
      
 22145 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 22146 
     | 
    
         
            +
                #
         
     | 
| 
      
 22147 
     | 
    
         
            +
                # @!attribute [rw] max_results
         
     | 
| 
      
 22148 
     | 
    
         
            +
                #   The maximum number of results to return in a single call. To
         
     | 
| 
      
 22149 
     | 
    
         
            +
                #   retrieve the remaining results, make another request with the
         
     | 
| 
      
 22150 
     | 
    
         
            +
                #   returned `NextToken` value. This value can be between 5 and 1000. If
         
     | 
| 
      
 22151 
     | 
    
         
            +
                #   this parameter is not specified, then all results are returned.
         
     | 
| 
      
 22152 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 22153 
     | 
    
         
            +
                #
         
     | 
| 
      
 22154 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesRequest AWS API Documentation
         
     | 
| 
      
 22155 
     | 
    
         
            +
                #
         
     | 
| 
      
 22156 
     | 
    
         
            +
                class DescribeSecurityGroupRulesRequest < Struct.new(
         
     | 
| 
      
 22157 
     | 
    
         
            +
                  :filters,
         
     | 
| 
      
 22158 
     | 
    
         
            +
                  :security_group_rule_ids,
         
     | 
| 
      
 22159 
     | 
    
         
            +
                  :dry_run,
         
     | 
| 
      
 22160 
     | 
    
         
            +
                  :next_token,
         
     | 
| 
      
 22161 
     | 
    
         
            +
                  :max_results)
         
     | 
| 
      
 22162 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 22163 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 22164 
     | 
    
         
            +
                end
         
     | 
| 
      
 22165 
     | 
    
         
            +
             
     | 
| 
      
 22166 
     | 
    
         
            +
                # @!attribute [rw] security_group_rules
         
     | 
| 
      
 22167 
     | 
    
         
            +
                #   Information about security group rules.
         
     | 
| 
      
 22168 
     | 
    
         
            +
                #   @return [Array<Types::SecurityGroupRule>]
         
     | 
| 
      
 22169 
     | 
    
         
            +
                #
         
     | 
| 
      
 22170 
     | 
    
         
            +
                # @!attribute [rw] next_token
         
     | 
| 
      
 22171 
     | 
    
         
            +
                #   The token to use to retrieve the next page of results. This value is
         
     | 
| 
      
 22172 
     | 
    
         
            +
                #   `null` when there are no more results to return.
         
     | 
| 
      
 22173 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 22174 
     | 
    
         
            +
                #
         
     | 
| 
      
 22175 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesResult AWS API Documentation
         
     | 
| 
      
 22176 
     | 
    
         
            +
                #
         
     | 
| 
      
 22177 
     | 
    
         
            +
                class DescribeSecurityGroupRulesResult < Struct.new(
         
     | 
| 
      
 22178 
     | 
    
         
            +
                  :security_group_rules,
         
     | 
| 
      
 22179 
     | 
    
         
            +
                  :next_token)
         
     | 
| 
      
 22180 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 22181 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 22182 
     | 
    
         
            +
                end
         
     | 
| 
      
 22183 
     | 
    
         
            +
             
     | 
| 
       21704 
22184 
     | 
    
         
             
                # @note When making an API call, you may pass DescribeSecurityGroupsRequest
         
     | 
| 
       21705 
22185 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       21706 
22186 
     | 
    
         
             
                #
         
     | 
| 
         @@ -21751,8 +22231,9 @@ module Aws::EC2 
     | 
|
| 
       21751 
22231 
     | 
    
         
             
                #   * `egress.ip-permission.to-port` - For an outbound rule, the end of
         
     | 
| 
       21752 
22232 
     | 
    
         
             
                #     port range for the TCP and UDP protocols, or an ICMP code.
         
     | 
| 
       21753 
22233 
     | 
    
         
             
                #
         
     | 
| 
       21754 
     | 
    
         
            -
                #   * `egress.ip-permission.user-id` - The ID of an  
     | 
| 
       21755 
     | 
    
         
            -
                #     been referenced in an outbound security group 
     | 
| 
      
 22234 
     | 
    
         
            +
                #   * `egress.ip-permission.user-id` - The ID of an Amazon Web Services
         
     | 
| 
      
 22235 
     | 
    
         
            +
                #     account that has been referenced in an outbound security group
         
     | 
| 
      
 22236 
     | 
    
         
            +
                #     rule.
         
     | 
| 
       21756 
22237 
     | 
    
         
             
                #
         
     | 
| 
       21757 
22238 
     | 
    
         
             
                #   * `group-id` - The ID of the security group.
         
     | 
| 
       21758 
22239 
     | 
    
         
             
                #
         
     | 
| 
         @@ -21783,11 +22264,11 @@ module Aws::EC2 
     | 
|
| 
       21783 
22264 
     | 
    
         
             
                #   * `ip-permission.to-port` - For an inbound rule, the end of port
         
     | 
| 
       21784 
22265 
     | 
    
         
             
                #     range for the TCP and UDP protocols, or an ICMP code.
         
     | 
| 
       21785 
22266 
     | 
    
         
             
                #
         
     | 
| 
       21786 
     | 
    
         
            -
                #   * `ip-permission.user-id` - The ID of an  
     | 
| 
       21787 
     | 
    
         
            -
                #     referenced in an inbound security group rule.
         
     | 
| 
      
 22267 
     | 
    
         
            +
                #   * `ip-permission.user-id` - The ID of an Amazon Web Services account
         
     | 
| 
      
 22268 
     | 
    
         
            +
                #     that has been referenced in an inbound security group rule.
         
     | 
| 
       21788 
22269 
     | 
    
         
             
                #
         
     | 
| 
       21789 
     | 
    
         
            -
                #   * `owner-id` - The  
     | 
| 
       21790 
     | 
    
         
            -
                #     group.
         
     | 
| 
      
 22270 
     | 
    
         
            +
                #   * `owner-id` - The Amazon Web Services account ID of the owner of
         
     | 
| 
      
 22271 
     | 
    
         
            +
                #     the security group.
         
     | 
| 
       21791 
22272 
     | 
    
         
             
                #
         
     | 
| 
       21792 
22273 
     | 
    
         
             
                #   * `tag`\:<key> - The key/value combination of a tag assigned
         
     | 
| 
       21793 
22274 
     | 
    
         
             
                #     to the resource. Use the tag key in the filter name and the tag
         
     | 
| 
         @@ -21807,7 +22288,7 @@ module Aws::EC2 
     | 
|
| 
       21807 
22288 
     | 
    
         
             
                #   The IDs of the security groups. Required for security groups in a
         
     | 
| 
       21808 
22289 
     | 
    
         
             
                #   nondefault VPC.
         
     | 
| 
       21809 
22290 
     | 
    
         
             
                #
         
     | 
| 
       21810 
     | 
    
         
            -
                #   Default: Describes all your security groups.
         
     | 
| 
      
 22291 
     | 
    
         
            +
                #   Default: Describes all of your security groups.
         
     | 
| 
       21811 
22292 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       21812 
22293 
     | 
    
         
             
                #
         
     | 
| 
       21813 
22294 
     | 
    
         
             
                # @!attribute [rw] group_names
         
     | 
| 
         @@ -21816,7 +22297,7 @@ module Aws::EC2 
     | 
|
| 
       21816 
22297 
     | 
    
         
             
                #   security group ID. For security groups in a nondefault VPC, use the
         
     | 
| 
       21817 
22298 
     | 
    
         
             
                #   `group-name` filter to describe security groups by name.
         
     | 
| 
       21818 
22299 
     | 
    
         
             
                #
         
     | 
| 
       21819 
     | 
    
         
            -
                #   Default: Describes all your security groups.
         
     | 
| 
      
 22300 
     | 
    
         
            +
                #   Default: Describes all of your security groups.
         
     | 
| 
       21820 
22301 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       21821 
22302 
     | 
    
         
             
                #
         
     | 
| 
       21822 
22303 
     | 
    
         
             
                # @!attribute [rw] dry_run
         
     | 
| 
         @@ -21952,12 +22433,12 @@ module Aws::EC2 
     | 
|
| 
       21952 
22433 
     | 
    
         
             
                #     \| `false`)
         
     | 
| 
       21953 
22434 
     | 
    
         
             
                #
         
     | 
| 
       21954 
22435 
     | 
    
         
             
                #   * `owner-alias` - The owner alias, from an Amazon-maintained list
         
     | 
| 
       21955 
     | 
    
         
            -
                #     (`amazon`). This is not the user-configured  
     | 
| 
      
 22436 
     | 
    
         
            +
                #     (`amazon`). This is not the user-configured account alias set
         
     | 
| 
       21956 
22437 
     | 
    
         
             
                #     using the IAM console. We recommend that you use the related
         
     | 
| 
       21957 
22438 
     | 
    
         
             
                #     parameter instead of this filter.
         
     | 
| 
       21958 
22439 
     | 
    
         
             
                #
         
     | 
| 
       21959 
     | 
    
         
            -
                #   * `owner-id` - The  
     | 
| 
       21960 
     | 
    
         
            -
                #      
     | 
| 
      
 22440 
     | 
    
         
            +
                #   * `owner-id` - The account ID of the owner. We recommend that you
         
     | 
| 
      
 22441 
     | 
    
         
            +
                #     use the related parameter instead of this filter.
         
     | 
| 
       21961 
22442 
     | 
    
         
             
                #
         
     | 
| 
       21962 
22443 
     | 
    
         
             
                #   * `progress` - The progress of the snapshot, as a percentage (for
         
     | 
| 
       21963 
22444 
     | 
    
         
             
                #     example, 80%).
         
     | 
| 
         @@ -22009,12 +22490,11 @@ module Aws::EC2 
     | 
|
| 
       22009 
22490 
     | 
    
         
             
                #
         
     | 
| 
       22010 
22491 
     | 
    
         
             
                # @!attribute [rw] owner_ids
         
     | 
| 
       22011 
22492 
     | 
    
         
             
                #   Scopes the results to snapshots with the specified owners. You can
         
     | 
| 
       22012 
     | 
    
         
            -
                #   specify a combination of  
     | 
| 
      
 22493 
     | 
    
         
            +
                #   specify a combination of account IDs, `self`, and `amazon`.
         
     | 
| 
       22013 
22494 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       22014 
22495 
     | 
    
         
             
                #
         
     | 
| 
       22015 
22496 
     | 
    
         
             
                # @!attribute [rw] restorable_by_user_ids
         
     | 
| 
       22016 
     | 
    
         
            -
                #   The IDs of the  
     | 
| 
       22017 
     | 
    
         
            -
                #   snapshot.
         
     | 
| 
      
 22497 
     | 
    
         
            +
                #   The IDs of the accounts that can create volumes from the snapshot.
         
     | 
| 
       22018 
22498 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       22019 
22499 
     | 
    
         
             
                #
         
     | 
| 
       22020 
22500 
     | 
    
         
             
                # @!attribute [rw] snapshot_ids
         
     | 
| 
         @@ -26011,13 +26491,13 @@ module Aws::EC2 
     | 
|
| 
       26011 
26491 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       26012 
26492 
     | 
    
         
             
                #
         
     | 
| 
       26013 
26493 
     | 
    
         
             
                # @!attribute [rw] owner_id
         
     | 
| 
       26014 
     | 
    
         
            -
                #   The ID of the  
     | 
| 
      
 26494 
     | 
    
         
            +
                #   The ID of the account that enabled fast snapshot restores on the
         
     | 
| 
       26015 
26495 
     | 
    
         
             
                #   snapshot.
         
     | 
| 
       26016 
26496 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       26017 
26497 
     | 
    
         
             
                #
         
     | 
| 
       26018 
26498 
     | 
    
         
             
                # @!attribute [rw] owner_alias
         
     | 
| 
       26019 
     | 
    
         
            -
                #   The  
     | 
| 
       26020 
     | 
    
         
            -
                #   snapshot. This is intended for future use.
         
     | 
| 
      
 26499 
     | 
    
         
            +
                #   The Amazon Web Services owner alias that enabled fast snapshot
         
     | 
| 
      
 26500 
     | 
    
         
            +
                #   restores on the snapshot. This is intended for future use.
         
     | 
| 
       26021 
26501 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       26022 
26502 
     | 
    
         
             
                #
         
     | 
| 
       26023 
26503 
     | 
    
         
             
                # @!attribute [rw] enabling_time
         
     | 
| 
         @@ -26514,6 +26994,61 @@ module Aws::EC2 
     | 
|
| 
       26514 
26994 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       26515 
26995 
     | 
    
         
             
                end
         
     | 
| 
       26516 
26996 
     | 
    
         | 
| 
      
 26997 
     | 
    
         
            +
                # @note When making an API call, you may pass DisassociateInstanceEventWindowRequest
         
     | 
| 
      
 26998 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 26999 
     | 
    
         
            +
                #
         
     | 
| 
      
 27000 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 27001 
     | 
    
         
            +
                #         dry_run: false,
         
     | 
| 
      
 27002 
     | 
    
         
            +
                #         instance_event_window_id: "InstanceEventWindowId", # required
         
     | 
| 
      
 27003 
     | 
    
         
            +
                #         association_target: { # required
         
     | 
| 
      
 27004 
     | 
    
         
            +
                #           instance_ids: ["InstanceId"],
         
     | 
| 
      
 27005 
     | 
    
         
            +
                #           instance_tags: [
         
     | 
| 
      
 27006 
     | 
    
         
            +
                #             {
         
     | 
| 
      
 27007 
     | 
    
         
            +
                #               key: "String",
         
     | 
| 
      
 27008 
     | 
    
         
            +
                #               value: "String",
         
     | 
| 
      
 27009 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 27010 
     | 
    
         
            +
                #           ],
         
     | 
| 
      
 27011 
     | 
    
         
            +
                #           dedicated_host_ids: ["DedicatedHostId"],
         
     | 
| 
      
 27012 
     | 
    
         
            +
                #         },
         
     | 
| 
      
 27013 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 27014 
     | 
    
         
            +
                #
         
     | 
| 
      
 27015 
     | 
    
         
            +
                # @!attribute [rw] dry_run
         
     | 
| 
      
 27016 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 27017 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 27018 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 27019 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 27020 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 27021 
     | 
    
         
            +
                #
         
     | 
| 
      
 27022 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window_id
         
     | 
| 
      
 27023 
     | 
    
         
            +
                #   The ID of the event window.
         
     | 
| 
      
 27024 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 27025 
     | 
    
         
            +
                #
         
     | 
| 
      
 27026 
     | 
    
         
            +
                # @!attribute [rw] association_target
         
     | 
| 
      
 27027 
     | 
    
         
            +
                #   One or more targets to disassociate from the specified event window.
         
     | 
| 
      
 27028 
     | 
    
         
            +
                #   @return [Types::InstanceEventWindowDisassociationRequest]
         
     | 
| 
      
 27029 
     | 
    
         
            +
                #
         
     | 
| 
      
 27030 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateInstanceEventWindowRequest AWS API Documentation
         
     | 
| 
      
 27031 
     | 
    
         
            +
                #
         
     | 
| 
      
 27032 
     | 
    
         
            +
                class DisassociateInstanceEventWindowRequest < Struct.new(
         
     | 
| 
      
 27033 
     | 
    
         
            +
                  :dry_run,
         
     | 
| 
      
 27034 
     | 
    
         
            +
                  :instance_event_window_id,
         
     | 
| 
      
 27035 
     | 
    
         
            +
                  :association_target)
         
     | 
| 
      
 27036 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 27037 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 27038 
     | 
    
         
            +
                end
         
     | 
| 
      
 27039 
     | 
    
         
            +
             
     | 
| 
      
 27040 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window
         
     | 
| 
      
 27041 
     | 
    
         
            +
                #   Information about the event window.
         
     | 
| 
      
 27042 
     | 
    
         
            +
                #   @return [Types::InstanceEventWindow]
         
     | 
| 
      
 27043 
     | 
    
         
            +
                #
         
     | 
| 
      
 27044 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateInstanceEventWindowResult AWS API Documentation
         
     | 
| 
      
 27045 
     | 
    
         
            +
                #
         
     | 
| 
      
 27046 
     | 
    
         
            +
                class DisassociateInstanceEventWindowResult < Struct.new(
         
     | 
| 
      
 27047 
     | 
    
         
            +
                  :instance_event_window)
         
     | 
| 
      
 27048 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 27049 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 27050 
     | 
    
         
            +
                end
         
     | 
| 
      
 27051 
     | 
    
         
            +
             
     | 
| 
       26517 
27052 
     | 
    
         
             
                # @note When making an API call, you may pass DisassociateRouteTableRequest
         
     | 
| 
       26518 
27053 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       26519 
27054 
     | 
    
         
             
                #
         
     | 
| 
         @@ -27649,13 +28184,13 @@ module Aws::EC2 
     | 
|
| 
       27649 
28184 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       27650 
28185 
     | 
    
         
             
                #
         
     | 
| 
       27651 
28186 
     | 
    
         
             
                # @!attribute [rw] owner_id
         
     | 
| 
       27652 
     | 
    
         
            -
                #   The ID of the  
     | 
| 
      
 28187 
     | 
    
         
            +
                #   The ID of the account that enabled fast snapshot restores on the
         
     | 
| 
       27653 
28188 
     | 
    
         
             
                #   snapshot.
         
     | 
| 
       27654 
28189 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       27655 
28190 
     | 
    
         
             
                #
         
     | 
| 
       27656 
28191 
     | 
    
         
             
                # @!attribute [rw] owner_alias
         
     | 
| 
       27657 
     | 
    
         
            -
                #   The  
     | 
| 
       27658 
     | 
    
         
            -
                #   snapshot. This is intended for future use.
         
     | 
| 
      
 28192 
     | 
    
         
            +
                #   The Amazon Web Services owner alias that enabled fast snapshot
         
     | 
| 
      
 28193 
     | 
    
         
            +
                #   restores on the snapshot. This is intended for future use.
         
     | 
| 
       27659 
28194 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       27660 
28195 
     | 
    
         
             
                #
         
     | 
| 
       27661 
28196 
     | 
    
         
             
                # @!attribute [rw] enabling_time
         
     | 
| 
         @@ -27717,7 +28252,7 @@ module Aws::EC2 
     | 
|
| 
       27717 
28252 
     | 
    
         
             
                # @!attribute [rw] source_snapshot_ids
         
     | 
| 
       27718 
28253 
     | 
    
         
             
                #   The IDs of one or more snapshots. For example,
         
     | 
| 
       27719 
28254 
     | 
    
         
             
                #   `snap-1234567890abcdef0`. You can specify a snapshot that was shared
         
     | 
| 
       27720 
     | 
    
         
            -
                #   with you from another  
     | 
| 
      
 28255 
     | 
    
         
            +
                #   with you from another account.
         
     | 
| 
       27721 
28256 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       27722 
28257 
     | 
    
         
             
                #
         
     | 
| 
       27723 
28258 
     | 
    
         
             
                # @!attribute [rw] dry_run
         
     | 
| 
         @@ -28514,7 +29049,7 @@ module Aws::EC2 
     | 
|
| 
       28514 
29049 
     | 
    
         
             
                #         role_name: "String",
         
     | 
| 
       28515 
29050 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       28516 
29051 
     | 
    
         
             
                #           {
         
     | 
| 
       28517 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 29052 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       28518 
29053 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       28519 
29054 
     | 
    
         
             
                #               {
         
     | 
| 
       28520 
29055 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -30416,8 +30951,8 @@ module Aws::EC2 
     | 
|
| 
       30416 
30951 
     | 
    
         
             
                end
         
     | 
| 
       30417 
30952 
     | 
    
         | 
| 
       30418 
30953 
     | 
    
         
             
                # @!attribute [rw] kms_key_id
         
     | 
| 
       30419 
     | 
    
         
            -
                #   The Amazon Resource Name (ARN) of the default  
     | 
| 
       30420 
     | 
    
         
            -
                #   default.
         
     | 
| 
      
 30954 
     | 
    
         
            +
                #   The Amazon Resource Name (ARN) of the default KMS key for encryption
         
     | 
| 
      
 30955 
     | 
    
         
            +
                #   by default.
         
     | 
| 
       30421 
30956 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       30422 
30957 
     | 
    
         
             
                #
         
     | 
| 
       30423 
30958 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetEbsDefaultKmsKeyIdResult AWS API Documentation
         
     | 
| 
         @@ -32504,7 +33039,7 @@ module Aws::EC2 
     | 
|
| 
       32504 
33039 
     | 
    
         
             
                #         ],
         
     | 
| 
       32505 
33040 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       32506 
33041 
     | 
    
         
             
                #           {
         
     | 
| 
       32507 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 33042 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       32508 
33043 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       32509 
33044 
     | 
    
         
             
                #               {
         
     | 
| 
       32510 
33045 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -33110,7 +33645,7 @@ module Aws::EC2 
     | 
|
| 
       33110 
33645 
     | 
    
         
             
                #         public_key_material: "data", # required
         
     | 
| 
       33111 
33646 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       33112 
33647 
     | 
    
         
             
                #           {
         
     | 
| 
       33113 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 33648 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       33114 
33649 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       33115 
33650 
     | 
    
         
             
                #               {
         
     | 
| 
       33116 
33651 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -33158,7 +33693,7 @@ module Aws::EC2 
     | 
|
| 
       33158 
33693 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       33159 
33694 
     | 
    
         
             
                #
         
     | 
| 
       33160 
33695 
     | 
    
         
             
                # @!attribute [rw] key_name
         
     | 
| 
       33161 
     | 
    
         
            -
                #   The key pair name you provided.
         
     | 
| 
      
 33696 
     | 
    
         
            +
                #   The key pair name that you provided.
         
     | 
| 
       33162 
33697 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       33163 
33698 
     | 
    
         
             
                #
         
     | 
| 
       33164 
33699 
     | 
    
         
             
                # @!attribute [rw] key_pair_id
         
     | 
| 
         @@ -33207,7 +33742,7 @@ module Aws::EC2 
     | 
|
| 
       33207 
33742 
     | 
    
         
             
                #         role_name: "String",
         
     | 
| 
       33208 
33743 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       33209 
33744 
     | 
    
         
             
                #           {
         
     | 
| 
       33210 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 33745 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       33211 
33746 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       33212 
33747 
     | 
    
         
             
                #               {
         
     | 
| 
       33213 
33748 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -34057,6 +34592,248 @@ module Aws::EC2 
     | 
|
| 
       34057 
34592 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       34058 
34593 
     | 
    
         
             
                end
         
     | 
| 
       34059 
34594 
     | 
    
         | 
| 
      
 34595 
     | 
    
         
            +
                # The event window.
         
     | 
| 
      
 34596 
     | 
    
         
            +
                #
         
     | 
| 
      
 34597 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window_id
         
     | 
| 
      
 34598 
     | 
    
         
            +
                #   The ID of the event window.
         
     | 
| 
      
 34599 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34600 
     | 
    
         
            +
                #
         
     | 
| 
      
 34601 
     | 
    
         
            +
                # @!attribute [rw] time_ranges
         
     | 
| 
      
 34602 
     | 
    
         
            +
                #   One or more time ranges defined for the event window.
         
     | 
| 
      
 34603 
     | 
    
         
            +
                #   @return [Array<Types::InstanceEventWindowTimeRange>]
         
     | 
| 
      
 34604 
     | 
    
         
            +
                #
         
     | 
| 
      
 34605 
     | 
    
         
            +
                # @!attribute [rw] name
         
     | 
| 
      
 34606 
     | 
    
         
            +
                #   The name of the event window.
         
     | 
| 
      
 34607 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34608 
     | 
    
         
            +
                #
         
     | 
| 
      
 34609 
     | 
    
         
            +
                # @!attribute [rw] cron_expression
         
     | 
| 
      
 34610 
     | 
    
         
            +
                #   The cron expression defined for the event window.
         
     | 
| 
      
 34611 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34612 
     | 
    
         
            +
                #
         
     | 
| 
      
 34613 
     | 
    
         
            +
                # @!attribute [rw] association_target
         
     | 
| 
      
 34614 
     | 
    
         
            +
                #   One or more targets associated with the event window.
         
     | 
| 
      
 34615 
     | 
    
         
            +
                #   @return [Types::InstanceEventWindowAssociationTarget]
         
     | 
| 
      
 34616 
     | 
    
         
            +
                #
         
     | 
| 
      
 34617 
     | 
    
         
            +
                # @!attribute [rw] state
         
     | 
| 
      
 34618 
     | 
    
         
            +
                #   The current state of the event window.
         
     | 
| 
      
 34619 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34620 
     | 
    
         
            +
                #
         
     | 
| 
      
 34621 
     | 
    
         
            +
                # @!attribute [rw] tags
         
     | 
| 
      
 34622 
     | 
    
         
            +
                #   The instance tags associated with the event window.
         
     | 
| 
      
 34623 
     | 
    
         
            +
                #   @return [Array<Types::Tag>]
         
     | 
| 
      
 34624 
     | 
    
         
            +
                #
         
     | 
| 
      
 34625 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindow AWS API Documentation
         
     | 
| 
      
 34626 
     | 
    
         
            +
                #
         
     | 
| 
      
 34627 
     | 
    
         
            +
                class InstanceEventWindow < Struct.new(
         
     | 
| 
      
 34628 
     | 
    
         
            +
                  :instance_event_window_id,
         
     | 
| 
      
 34629 
     | 
    
         
            +
                  :time_ranges,
         
     | 
| 
      
 34630 
     | 
    
         
            +
                  :name,
         
     | 
| 
      
 34631 
     | 
    
         
            +
                  :cron_expression,
         
     | 
| 
      
 34632 
     | 
    
         
            +
                  :association_target,
         
     | 
| 
      
 34633 
     | 
    
         
            +
                  :state,
         
     | 
| 
      
 34634 
     | 
    
         
            +
                  :tags)
         
     | 
| 
      
 34635 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 34636 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 34637 
     | 
    
         
            +
                end
         
     | 
| 
      
 34638 
     | 
    
         
            +
             
     | 
| 
      
 34639 
     | 
    
         
            +
                # One or more targets associated with the specified event window. Only
         
     | 
| 
      
 34640 
     | 
    
         
            +
                # one *type* of target (instance ID, instance tag, or Dedicated Host ID)
         
     | 
| 
      
 34641 
     | 
    
         
            +
                # can be associated with an event window.
         
     | 
| 
      
 34642 
     | 
    
         
            +
                #
         
     | 
| 
      
 34643 
     | 
    
         
            +
                # @note When making an API call, you may pass InstanceEventWindowAssociationRequest
         
     | 
| 
      
 34644 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 34645 
     | 
    
         
            +
                #
         
     | 
| 
      
 34646 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 34647 
     | 
    
         
            +
                #         instance_ids: ["InstanceId"],
         
     | 
| 
      
 34648 
     | 
    
         
            +
                #         instance_tags: [
         
     | 
| 
      
 34649 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 34650 
     | 
    
         
            +
                #             key: "String",
         
     | 
| 
      
 34651 
     | 
    
         
            +
                #             value: "String",
         
     | 
| 
      
 34652 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 34653 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 34654 
     | 
    
         
            +
                #         dedicated_host_ids: ["DedicatedHostId"],
         
     | 
| 
      
 34655 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 34656 
     | 
    
         
            +
                #
         
     | 
| 
      
 34657 
     | 
    
         
            +
                # @!attribute [rw] instance_ids
         
     | 
| 
      
 34658 
     | 
    
         
            +
                #   The IDs of the instances to associate with the event window. If the
         
     | 
| 
      
 34659 
     | 
    
         
            +
                #   instance is on a Dedicated Host, you can't specify the Instance ID
         
     | 
| 
      
 34660 
     | 
    
         
            +
                #   parameter; you must use the Dedicated Host ID parameter.
         
     | 
| 
      
 34661 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 34662 
     | 
    
         
            +
                #
         
     | 
| 
      
 34663 
     | 
    
         
            +
                # @!attribute [rw] instance_tags
         
     | 
| 
      
 34664 
     | 
    
         
            +
                #   The instance tags to associate with the event window. Any instances
         
     | 
| 
      
 34665 
     | 
    
         
            +
                #   associated with the tags will be associated with the event window.
         
     | 
| 
      
 34666 
     | 
    
         
            +
                #   @return [Array<Types::Tag>]
         
     | 
| 
      
 34667 
     | 
    
         
            +
                #
         
     | 
| 
      
 34668 
     | 
    
         
            +
                # @!attribute [rw] dedicated_host_ids
         
     | 
| 
      
 34669 
     | 
    
         
            +
                #   The IDs of the Dedicated Hosts to associate with the event window.
         
     | 
| 
      
 34670 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 34671 
     | 
    
         
            +
                #
         
     | 
| 
      
 34672 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowAssociationRequest AWS API Documentation
         
     | 
| 
      
 34673 
     | 
    
         
            +
                #
         
     | 
| 
      
 34674 
     | 
    
         
            +
                class InstanceEventWindowAssociationRequest < Struct.new(
         
     | 
| 
      
 34675 
     | 
    
         
            +
                  :instance_ids,
         
     | 
| 
      
 34676 
     | 
    
         
            +
                  :instance_tags,
         
     | 
| 
      
 34677 
     | 
    
         
            +
                  :dedicated_host_ids)
         
     | 
| 
      
 34678 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 34679 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 34680 
     | 
    
         
            +
                end
         
     | 
| 
      
 34681 
     | 
    
         
            +
             
     | 
| 
      
 34682 
     | 
    
         
            +
                # One or more targets associated with the event window.
         
     | 
| 
      
 34683 
     | 
    
         
            +
                #
         
     | 
| 
      
 34684 
     | 
    
         
            +
                # @!attribute [rw] instance_ids
         
     | 
| 
      
 34685 
     | 
    
         
            +
                #   The IDs of the instances associated with the event window.
         
     | 
| 
      
 34686 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 34687 
     | 
    
         
            +
                #
         
     | 
| 
      
 34688 
     | 
    
         
            +
                # @!attribute [rw] tags
         
     | 
| 
      
 34689 
     | 
    
         
            +
                #   The instance tags associated with the event window. Any instances
         
     | 
| 
      
 34690 
     | 
    
         
            +
                #   associated with the tags will be associated with the event window.
         
     | 
| 
      
 34691 
     | 
    
         
            +
                #   @return [Array<Types::Tag>]
         
     | 
| 
      
 34692 
     | 
    
         
            +
                #
         
     | 
| 
      
 34693 
     | 
    
         
            +
                # @!attribute [rw] dedicated_host_ids
         
     | 
| 
      
 34694 
     | 
    
         
            +
                #   The IDs of the Dedicated Hosts associated with the event window.
         
     | 
| 
      
 34695 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 34696 
     | 
    
         
            +
                #
         
     | 
| 
      
 34697 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowAssociationTarget AWS API Documentation
         
     | 
| 
      
 34698 
     | 
    
         
            +
                #
         
     | 
| 
      
 34699 
     | 
    
         
            +
                class InstanceEventWindowAssociationTarget < Struct.new(
         
     | 
| 
      
 34700 
     | 
    
         
            +
                  :instance_ids,
         
     | 
| 
      
 34701 
     | 
    
         
            +
                  :tags,
         
     | 
| 
      
 34702 
     | 
    
         
            +
                  :dedicated_host_ids)
         
     | 
| 
      
 34703 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 34704 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 34705 
     | 
    
         
            +
                end
         
     | 
| 
      
 34706 
     | 
    
         
            +
             
     | 
| 
      
 34707 
     | 
    
         
            +
                # The targets to disassociate from the specified event window.
         
     | 
| 
      
 34708 
     | 
    
         
            +
                #
         
     | 
| 
      
 34709 
     | 
    
         
            +
                # @note When making an API call, you may pass InstanceEventWindowDisassociationRequest
         
     | 
| 
      
 34710 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 34711 
     | 
    
         
            +
                #
         
     | 
| 
      
 34712 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 34713 
     | 
    
         
            +
                #         instance_ids: ["InstanceId"],
         
     | 
| 
      
 34714 
     | 
    
         
            +
                #         instance_tags: [
         
     | 
| 
      
 34715 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 34716 
     | 
    
         
            +
                #             key: "String",
         
     | 
| 
      
 34717 
     | 
    
         
            +
                #             value: "String",
         
     | 
| 
      
 34718 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 34719 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 34720 
     | 
    
         
            +
                #         dedicated_host_ids: ["DedicatedHostId"],
         
     | 
| 
      
 34721 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 34722 
     | 
    
         
            +
                #
         
     | 
| 
      
 34723 
     | 
    
         
            +
                # @!attribute [rw] instance_ids
         
     | 
| 
      
 34724 
     | 
    
         
            +
                #   The IDs of the instances to disassociate from the event window.
         
     | 
| 
      
 34725 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 34726 
     | 
    
         
            +
                #
         
     | 
| 
      
 34727 
     | 
    
         
            +
                # @!attribute [rw] instance_tags
         
     | 
| 
      
 34728 
     | 
    
         
            +
                #   The instance tags to disassociate from the event window. Any
         
     | 
| 
      
 34729 
     | 
    
         
            +
                #   instances associated with the tags will be disassociated from the
         
     | 
| 
      
 34730 
     | 
    
         
            +
                #   event window.
         
     | 
| 
      
 34731 
     | 
    
         
            +
                #   @return [Array<Types::Tag>]
         
     | 
| 
      
 34732 
     | 
    
         
            +
                #
         
     | 
| 
      
 34733 
     | 
    
         
            +
                # @!attribute [rw] dedicated_host_ids
         
     | 
| 
      
 34734 
     | 
    
         
            +
                #   The IDs of the Dedicated Hosts to disassociate from the event
         
     | 
| 
      
 34735 
     | 
    
         
            +
                #   window.
         
     | 
| 
      
 34736 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 34737 
     | 
    
         
            +
                #
         
     | 
| 
      
 34738 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowDisassociationRequest AWS API Documentation
         
     | 
| 
      
 34739 
     | 
    
         
            +
                #
         
     | 
| 
      
 34740 
     | 
    
         
            +
                class InstanceEventWindowDisassociationRequest < Struct.new(
         
     | 
| 
      
 34741 
     | 
    
         
            +
                  :instance_ids,
         
     | 
| 
      
 34742 
     | 
    
         
            +
                  :instance_tags,
         
     | 
| 
      
 34743 
     | 
    
         
            +
                  :dedicated_host_ids)
         
     | 
| 
      
 34744 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 34745 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 34746 
     | 
    
         
            +
                end
         
     | 
| 
      
 34747 
     | 
    
         
            +
             
     | 
| 
      
 34748 
     | 
    
         
            +
                # The state of the event window.
         
     | 
| 
      
 34749 
     | 
    
         
            +
                #
         
     | 
| 
      
 34750 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window_id
         
     | 
| 
      
 34751 
     | 
    
         
            +
                #   The ID of the event window.
         
     | 
| 
      
 34752 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34753 
     | 
    
         
            +
                #
         
     | 
| 
      
 34754 
     | 
    
         
            +
                # @!attribute [rw] state
         
     | 
| 
      
 34755 
     | 
    
         
            +
                #   The current state of the event window.
         
     | 
| 
      
 34756 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34757 
     | 
    
         
            +
                #
         
     | 
| 
      
 34758 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowStateChange AWS API Documentation
         
     | 
| 
      
 34759 
     | 
    
         
            +
                #
         
     | 
| 
      
 34760 
     | 
    
         
            +
                class InstanceEventWindowStateChange < Struct.new(
         
     | 
| 
      
 34761 
     | 
    
         
            +
                  :instance_event_window_id,
         
     | 
| 
      
 34762 
     | 
    
         
            +
                  :state)
         
     | 
| 
      
 34763 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 34764 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 34765 
     | 
    
         
            +
                end
         
     | 
| 
      
 34766 
     | 
    
         
            +
             
     | 
| 
      
 34767 
     | 
    
         
            +
                # The start day and time and the end day and time of the time range, in
         
     | 
| 
      
 34768 
     | 
    
         
            +
                # UTC.
         
     | 
| 
      
 34769 
     | 
    
         
            +
                #
         
     | 
| 
      
 34770 
     | 
    
         
            +
                # @!attribute [rw] start_week_day
         
     | 
| 
      
 34771 
     | 
    
         
            +
                #   The day on which the time range begins.
         
     | 
| 
      
 34772 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34773 
     | 
    
         
            +
                #
         
     | 
| 
      
 34774 
     | 
    
         
            +
                # @!attribute [rw] start_hour
         
     | 
| 
      
 34775 
     | 
    
         
            +
                #   The hour when the time range begins.
         
     | 
| 
      
 34776 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 34777 
     | 
    
         
            +
                #
         
     | 
| 
      
 34778 
     | 
    
         
            +
                # @!attribute [rw] end_week_day
         
     | 
| 
      
 34779 
     | 
    
         
            +
                #   The day on which the time range ends.
         
     | 
| 
      
 34780 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34781 
     | 
    
         
            +
                #
         
     | 
| 
      
 34782 
     | 
    
         
            +
                # @!attribute [rw] end_hour
         
     | 
| 
      
 34783 
     | 
    
         
            +
                #   The hour when the time range ends.
         
     | 
| 
      
 34784 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 34785 
     | 
    
         
            +
                #
         
     | 
| 
      
 34786 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowTimeRange AWS API Documentation
         
     | 
| 
      
 34787 
     | 
    
         
            +
                #
         
     | 
| 
      
 34788 
     | 
    
         
            +
                class InstanceEventWindowTimeRange < Struct.new(
         
     | 
| 
      
 34789 
     | 
    
         
            +
                  :start_week_day,
         
     | 
| 
      
 34790 
     | 
    
         
            +
                  :start_hour,
         
     | 
| 
      
 34791 
     | 
    
         
            +
                  :end_week_day,
         
     | 
| 
      
 34792 
     | 
    
         
            +
                  :end_hour)
         
     | 
| 
      
 34793 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 34794 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 34795 
     | 
    
         
            +
                end
         
     | 
| 
      
 34796 
     | 
    
         
            +
             
     | 
| 
      
 34797 
     | 
    
         
            +
                # The start day and time and the end day and time of the time range, in
         
     | 
| 
      
 34798 
     | 
    
         
            +
                # UTC.
         
     | 
| 
      
 34799 
     | 
    
         
            +
                #
         
     | 
| 
      
 34800 
     | 
    
         
            +
                # @note When making an API call, you may pass InstanceEventWindowTimeRangeRequest
         
     | 
| 
      
 34801 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 34802 
     | 
    
         
            +
                #
         
     | 
| 
      
 34803 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 34804 
     | 
    
         
            +
                #         start_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
         
     | 
| 
      
 34805 
     | 
    
         
            +
                #         start_hour: 1,
         
     | 
| 
      
 34806 
     | 
    
         
            +
                #         end_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
         
     | 
| 
      
 34807 
     | 
    
         
            +
                #         end_hour: 1,
         
     | 
| 
      
 34808 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 34809 
     | 
    
         
            +
                #
         
     | 
| 
      
 34810 
     | 
    
         
            +
                # @!attribute [rw] start_week_day
         
     | 
| 
      
 34811 
     | 
    
         
            +
                #   The day on which the time range begins.
         
     | 
| 
      
 34812 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34813 
     | 
    
         
            +
                #
         
     | 
| 
      
 34814 
     | 
    
         
            +
                # @!attribute [rw] start_hour
         
     | 
| 
      
 34815 
     | 
    
         
            +
                #   The hour when the time range begins.
         
     | 
| 
      
 34816 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 34817 
     | 
    
         
            +
                #
         
     | 
| 
      
 34818 
     | 
    
         
            +
                # @!attribute [rw] end_week_day
         
     | 
| 
      
 34819 
     | 
    
         
            +
                #   The day on which the time range ends.
         
     | 
| 
      
 34820 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 34821 
     | 
    
         
            +
                #
         
     | 
| 
      
 34822 
     | 
    
         
            +
                # @!attribute [rw] end_hour
         
     | 
| 
      
 34823 
     | 
    
         
            +
                #   The hour when the time range ends.
         
     | 
| 
      
 34824 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 34825 
     | 
    
         
            +
                #
         
     | 
| 
      
 34826 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowTimeRangeRequest AWS API Documentation
         
     | 
| 
      
 34827 
     | 
    
         
            +
                #
         
     | 
| 
      
 34828 
     | 
    
         
            +
                class InstanceEventWindowTimeRangeRequest < Struct.new(
         
     | 
| 
      
 34829 
     | 
    
         
            +
                  :start_week_day,
         
     | 
| 
      
 34830 
     | 
    
         
            +
                  :start_hour,
         
     | 
| 
      
 34831 
     | 
    
         
            +
                  :end_week_day,
         
     | 
| 
      
 34832 
     | 
    
         
            +
                  :end_hour)
         
     | 
| 
      
 34833 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 34834 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 34835 
     | 
    
         
            +
                end
         
     | 
| 
      
 34836 
     | 
    
         
            +
             
     | 
| 
       34060 
34837 
     | 
    
         
             
                # Describes an instance to export.
         
     | 
| 
       34061 
34838 
     | 
    
         
             
                #
         
     | 
| 
       34062 
34839 
     | 
    
         
             
                # @!attribute [rw] instance_id
         
     | 
| 
         @@ -35319,7 +36096,7 @@ module Aws::EC2 
     | 
|
| 
       35319 
36096 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       35320 
36097 
     | 
    
         
             
                #
         
     | 
| 
       35321 
36098 
     | 
    
         
             
                # @!attribute [rw] user_id_group_pairs
         
     | 
| 
       35322 
     | 
    
         
            -
                #   The security group and  
     | 
| 
      
 36099 
     | 
    
         
            +
                #   The security group and Amazon Web Services account ID pairs.
         
     | 
| 
       35323 
36100 
     | 
    
         
             
                #   @return [Array<Types::UserIdGroupPair>]
         
     | 
| 
       35324 
36101 
     | 
    
         
             
                #
         
     | 
| 
       35325 
36102 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpPermission AWS API Documentation
         
     | 
| 
         @@ -35507,8 +36284,8 @@ module Aws::EC2 
     | 
|
| 
       35507 
36284 
     | 
    
         
             
                # @!attribute [rw] key_fingerprint
         
     | 
| 
       35508 
36285 
     | 
    
         
             
                #   If you used CreateKeyPair to create the key pair, this is the SHA-1
         
     | 
| 
       35509 
36286 
     | 
    
         
             
                #   digest of the DER encoded private key. If you used ImportKeyPair to
         
     | 
| 
       35510 
     | 
    
         
            -
                #   provide  
     | 
| 
       35511 
     | 
    
         
            -
                #   as specified in section 4 of RFC4716.
         
     | 
| 
      
 36287 
     | 
    
         
            +
                #   provide Amazon Web Services the public key, this is the MD5 public
         
     | 
| 
      
 36288 
     | 
    
         
            +
                #   key fingerprint as specified in section 4 of RFC4716.
         
     | 
| 
       35512 
36289 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       35513 
36290 
     | 
    
         
             
                #
         
     | 
| 
       35514 
36291 
     | 
    
         
             
                # @!attribute [rw] key_name
         
     | 
| 
         @@ -37179,7 +37956,7 @@ module Aws::EC2 
     | 
|
| 
       37179 
37956 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       37180 
37957 
     | 
    
         
             
                #
         
     | 
| 
       37181 
37958 
     | 
    
         
             
                #       {
         
     | 
| 
       37182 
     | 
    
         
            -
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 37959 
     | 
    
         
            +
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       37183 
37960 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       37184 
37961 
     | 
    
         
             
                #           {
         
     | 
| 
       37185 
37962 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -38230,12 +39007,12 @@ module Aws::EC2 
     | 
|
| 
       38230 
39007 
     | 
    
         
             
                #       }
         
     | 
| 
       38231 
39008 
     | 
    
         
             
                #
         
     | 
| 
       38232 
39009 
     | 
    
         
             
                # @!attribute [rw] kms_key_id
         
     | 
| 
       38233 
     | 
    
         
            -
                #   The identifier of the  
     | 
| 
       38234 
     | 
    
         
            -
                #    
     | 
| 
       38235 
     | 
    
         
            -
                #    
     | 
| 
       38236 
     | 
    
         
            -
                #    
     | 
| 
      
 39010 
     | 
    
         
            +
                #   The identifier of the Key Management Service (KMS) KMS key to use
         
     | 
| 
      
 39011 
     | 
    
         
            +
                #   for Amazon EBS encryption. If this parameter is not specified, your
         
     | 
| 
      
 39012 
     | 
    
         
            +
                #   KMS key for Amazon EBS is used. If `KmsKeyId` is specified, the
         
     | 
| 
      
 39013 
     | 
    
         
            +
                #   encrypted state must be `true`.
         
     | 
| 
       38237 
39014 
     | 
    
         
             
                #
         
     | 
| 
       38238 
     | 
    
         
            -
                #   You can specify the  
     | 
| 
      
 39015 
     | 
    
         
            +
                #   You can specify the KMS key using any of the following:
         
     | 
| 
       38239 
39016 
     | 
    
         
             
                #
         
     | 
| 
       38240 
39017 
     | 
    
         
             
                #   * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
         
     | 
| 
       38241 
39018 
     | 
    
         
             
                #
         
     | 
| 
         @@ -38247,11 +39024,11 @@ module Aws::EC2 
     | 
|
| 
       38247 
39024 
     | 
    
         
             
                #   * Alias ARN. For example,
         
     | 
| 
       38248 
39025 
     | 
    
         
             
                #     arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
         
     | 
| 
       38249 
39026 
     | 
    
         
             
                #
         
     | 
| 
       38250 
     | 
    
         
            -
                #    
     | 
| 
       38251 
     | 
    
         
            -
                #   an ID, alias, or ARN that is not valid, 
     | 
| 
       38252 
     | 
    
         
            -
                #   complete, but eventually fails.
         
     | 
| 
      
 39027 
     | 
    
         
            +
                #   Amazon Web Services authenticates the KMS key asynchronously.
         
     | 
| 
      
 39028 
     | 
    
         
            +
                #   Therefore, if you specify an ID, alias, or ARN that is not valid,
         
     | 
| 
      
 39029 
     | 
    
         
            +
                #   the action can appear to complete, but eventually fails.
         
     | 
| 
       38253 
39030 
     | 
    
         
             
                #
         
     | 
| 
       38254 
     | 
    
         
            -
                #   Amazon EBS does not support asymmetric  
     | 
| 
      
 39031 
     | 
    
         
            +
                #   Amazon EBS does not support asymmetric KMS keys.
         
     | 
| 
       38255 
39032 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       38256 
39033 
     | 
    
         
             
                #
         
     | 
| 
       38257 
39034 
     | 
    
         
             
                # @!attribute [rw] dry_run
         
     | 
| 
         @@ -38271,8 +39048,8 @@ module Aws::EC2 
     | 
|
| 
       38271 
39048 
     | 
    
         
             
                end
         
     | 
| 
       38272 
39049 
     | 
    
         | 
| 
       38273 
39050 
     | 
    
         
             
                # @!attribute [rw] kms_key_id
         
     | 
| 
       38274 
     | 
    
         
            -
                #   The Amazon Resource Name (ARN) of the default  
     | 
| 
       38275 
     | 
    
         
            -
                #   default.
         
     | 
| 
      
 39051 
     | 
    
         
            +
                #   The Amazon Resource Name (ARN) of the default KMS key for encryption
         
     | 
| 
      
 39052 
     | 
    
         
            +
                #   by default.
         
     | 
| 
       38276 
39053 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       38277 
39054 
     | 
    
         
             
                #
         
     | 
| 
       38278 
39055 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyEbsDefaultKmsKeyIdResult AWS API Documentation
         
     | 
| 
         @@ -39115,6 +39892,97 @@ module Aws::EC2 
     | 
|
| 
       39115 
39892 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       39116 
39893 
     | 
    
         
             
                end
         
     | 
| 
       39117 
39894 
     | 
    
         | 
| 
      
 39895 
     | 
    
         
            +
                # @note When making an API call, you may pass ModifyInstanceEventWindowRequest
         
     | 
| 
      
 39896 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 39897 
     | 
    
         
            +
                #
         
     | 
| 
      
 39898 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 39899 
     | 
    
         
            +
                #         dry_run: false,
         
     | 
| 
      
 39900 
     | 
    
         
            +
                #         name: "String",
         
     | 
| 
      
 39901 
     | 
    
         
            +
                #         instance_event_window_id: "InstanceEventWindowId", # required
         
     | 
| 
      
 39902 
     | 
    
         
            +
                #         time_ranges: [
         
     | 
| 
      
 39903 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 39904 
     | 
    
         
            +
                #             start_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
         
     | 
| 
      
 39905 
     | 
    
         
            +
                #             start_hour: 1,
         
     | 
| 
      
 39906 
     | 
    
         
            +
                #             end_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
         
     | 
| 
      
 39907 
     | 
    
         
            +
                #             end_hour: 1,
         
     | 
| 
      
 39908 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 39909 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 39910 
     | 
    
         
            +
                #         cron_expression: "InstanceEventWindowCronExpression",
         
     | 
| 
      
 39911 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 39912 
     | 
    
         
            +
                #
         
     | 
| 
      
 39913 
     | 
    
         
            +
                # @!attribute [rw] dry_run
         
     | 
| 
      
 39914 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 39915 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 39916 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 39917 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 39918 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 39919 
     | 
    
         
            +
                #
         
     | 
| 
      
 39920 
     | 
    
         
            +
                # @!attribute [rw] name
         
     | 
| 
      
 39921 
     | 
    
         
            +
                #   The name of the event window.
         
     | 
| 
      
 39922 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 39923 
     | 
    
         
            +
                #
         
     | 
| 
      
 39924 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window_id
         
     | 
| 
      
 39925 
     | 
    
         
            +
                #   The ID of the event window.
         
     | 
| 
      
 39926 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 39927 
     | 
    
         
            +
                #
         
     | 
| 
      
 39928 
     | 
    
         
            +
                # @!attribute [rw] time_ranges
         
     | 
| 
      
 39929 
     | 
    
         
            +
                #   The time ranges of the event window.
         
     | 
| 
      
 39930 
     | 
    
         
            +
                #   @return [Array<Types::InstanceEventWindowTimeRangeRequest>]
         
     | 
| 
      
 39931 
     | 
    
         
            +
                #
         
     | 
| 
      
 39932 
     | 
    
         
            +
                # @!attribute [rw] cron_expression
         
     | 
| 
      
 39933 
     | 
    
         
            +
                #   The cron expression of the event window, for example, `* 0-4,20-23 *
         
     | 
| 
      
 39934 
     | 
    
         
            +
                #   * 1,5`.
         
     | 
| 
      
 39935 
     | 
    
         
            +
                #
         
     | 
| 
      
 39936 
     | 
    
         
            +
                #   Constraints:
         
     | 
| 
      
 39937 
     | 
    
         
            +
                #
         
     | 
| 
      
 39938 
     | 
    
         
            +
                #   * Only hour and day of the week values are supported.
         
     | 
| 
      
 39939 
     | 
    
         
            +
                #
         
     | 
| 
      
 39940 
     | 
    
         
            +
                #   * For day of the week values, you can specify either integers `0`
         
     | 
| 
      
 39941 
     | 
    
         
            +
                #     through `6`, or alternative single values `SUN` through `SAT`.
         
     | 
| 
      
 39942 
     | 
    
         
            +
                #
         
     | 
| 
      
 39943 
     | 
    
         
            +
                #   * The minute, month, and year must be specified by `*`.
         
     | 
| 
      
 39944 
     | 
    
         
            +
                #
         
     | 
| 
      
 39945 
     | 
    
         
            +
                #   * The hour value must be one or a multiple range, for example, `0-4`
         
     | 
| 
      
 39946 
     | 
    
         
            +
                #     or `0-4,20-23`.
         
     | 
| 
      
 39947 
     | 
    
         
            +
                #
         
     | 
| 
      
 39948 
     | 
    
         
            +
                #   * Each hour range must be >= 2 hours, for example, `0-2` or
         
     | 
| 
      
 39949 
     | 
    
         
            +
                #     `20-23`.
         
     | 
| 
      
 39950 
     | 
    
         
            +
                #
         
     | 
| 
      
 39951 
     | 
    
         
            +
                #   * The event window must be >= 4 hours. The combined total time
         
     | 
| 
      
 39952 
     | 
    
         
            +
                #     ranges in the event window must be >= 4 hours.
         
     | 
| 
      
 39953 
     | 
    
         
            +
                #
         
     | 
| 
      
 39954 
     | 
    
         
            +
                #   For more information about cron expressions, see [cron][1] on the
         
     | 
| 
      
 39955 
     | 
    
         
            +
                #   *Wikipedia website*.
         
     | 
| 
      
 39956 
     | 
    
         
            +
                #
         
     | 
| 
      
 39957 
     | 
    
         
            +
                #
         
     | 
| 
      
 39958 
     | 
    
         
            +
                #
         
     | 
| 
      
 39959 
     | 
    
         
            +
                #   [1]: https://en.wikipedia.org/wiki/Cron
         
     | 
| 
      
 39960 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 39961 
     | 
    
         
            +
                #
         
     | 
| 
      
 39962 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstanceEventWindowRequest AWS API Documentation
         
     | 
| 
      
 39963 
     | 
    
         
            +
                #
         
     | 
| 
      
 39964 
     | 
    
         
            +
                class ModifyInstanceEventWindowRequest < Struct.new(
         
     | 
| 
      
 39965 
     | 
    
         
            +
                  :dry_run,
         
     | 
| 
      
 39966 
     | 
    
         
            +
                  :name,
         
     | 
| 
      
 39967 
     | 
    
         
            +
                  :instance_event_window_id,
         
     | 
| 
      
 39968 
     | 
    
         
            +
                  :time_ranges,
         
     | 
| 
      
 39969 
     | 
    
         
            +
                  :cron_expression)
         
     | 
| 
      
 39970 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 39971 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 39972 
     | 
    
         
            +
                end
         
     | 
| 
      
 39973 
     | 
    
         
            +
             
     | 
| 
      
 39974 
     | 
    
         
            +
                # @!attribute [rw] instance_event_window
         
     | 
| 
      
 39975 
     | 
    
         
            +
                #   Information about the event window.
         
     | 
| 
      
 39976 
     | 
    
         
            +
                #   @return [Types::InstanceEventWindow]
         
     | 
| 
      
 39977 
     | 
    
         
            +
                #
         
     | 
| 
      
 39978 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstanceEventWindowResult AWS API Documentation
         
     | 
| 
      
 39979 
     | 
    
         
            +
                #
         
     | 
| 
      
 39980 
     | 
    
         
            +
                class ModifyInstanceEventWindowResult < Struct.new(
         
     | 
| 
      
 39981 
     | 
    
         
            +
                  :instance_event_window)
         
     | 
| 
      
 39982 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 39983 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 39984 
     | 
    
         
            +
                end
         
     | 
| 
      
 39985 
     | 
    
         
            +
             
     | 
| 
       39118 
39986 
     | 
    
         
             
                # @note When making an API call, you may pass ModifyInstanceMetadataOptionsRequest
         
     | 
| 
       39119 
39987 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       39120 
39988 
     | 
    
         
             
                #
         
     | 
| 
         @@ -39550,6 +40418,66 @@ module Aws::EC2 
     | 
|
| 
       39550 
40418 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       39551 
40419 
     | 
    
         
             
                end
         
     | 
| 
       39552 
40420 
     | 
    
         | 
| 
      
 40421 
     | 
    
         
            +
                # @note When making an API call, you may pass ModifySecurityGroupRulesRequest
         
     | 
| 
      
 40422 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 40423 
     | 
    
         
            +
                #
         
     | 
| 
      
 40424 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 40425 
     | 
    
         
            +
                #         group_id: "SecurityGroupId", # required
         
     | 
| 
      
 40426 
     | 
    
         
            +
                #         security_group_rules: [ # required
         
     | 
| 
      
 40427 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 40428 
     | 
    
         
            +
                #             security_group_rule_id: "SecurityGroupRuleId",
         
     | 
| 
      
 40429 
     | 
    
         
            +
                #             security_group_rule: {
         
     | 
| 
      
 40430 
     | 
    
         
            +
                #               ip_protocol: "String",
         
     | 
| 
      
 40431 
     | 
    
         
            +
                #               from_port: 1,
         
     | 
| 
      
 40432 
     | 
    
         
            +
                #               to_port: 1,
         
     | 
| 
      
 40433 
     | 
    
         
            +
                #               cidr_ipv_4: "String",
         
     | 
| 
      
 40434 
     | 
    
         
            +
                #               cidr_ipv_6: "String",
         
     | 
| 
      
 40435 
     | 
    
         
            +
                #               prefix_list_id: "PrefixListResourceId",
         
     | 
| 
      
 40436 
     | 
    
         
            +
                #               referenced_group_id: "SecurityGroupId",
         
     | 
| 
      
 40437 
     | 
    
         
            +
                #               description: "String",
         
     | 
| 
      
 40438 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 40439 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 40440 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 40441 
     | 
    
         
            +
                #         dry_run: false,
         
     | 
| 
      
 40442 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 40443 
     | 
    
         
            +
                #
         
     | 
| 
      
 40444 
     | 
    
         
            +
                # @!attribute [rw] group_id
         
     | 
| 
      
 40445 
     | 
    
         
            +
                #   The ID of the security group.
         
     | 
| 
      
 40446 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 40447 
     | 
    
         
            +
                #
         
     | 
| 
      
 40448 
     | 
    
         
            +
                # @!attribute [rw] security_group_rules
         
     | 
| 
      
 40449 
     | 
    
         
            +
                #   Information about the security group properties to update.
         
     | 
| 
      
 40450 
     | 
    
         
            +
                #   @return [Array<Types::SecurityGroupRuleUpdate>]
         
     | 
| 
      
 40451 
     | 
    
         
            +
                #
         
     | 
| 
      
 40452 
     | 
    
         
            +
                # @!attribute [rw] dry_run
         
     | 
| 
      
 40453 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 40454 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 40455 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 40456 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 40457 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 40458 
     | 
    
         
            +
                #
         
     | 
| 
      
 40459 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySecurityGroupRulesRequest AWS API Documentation
         
     | 
| 
      
 40460 
     | 
    
         
            +
                #
         
     | 
| 
      
 40461 
     | 
    
         
            +
                class ModifySecurityGroupRulesRequest < Struct.new(
         
     | 
| 
      
 40462 
     | 
    
         
            +
                  :group_id,
         
     | 
| 
      
 40463 
     | 
    
         
            +
                  :security_group_rules,
         
     | 
| 
      
 40464 
     | 
    
         
            +
                  :dry_run)
         
     | 
| 
      
 40465 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 40466 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 40467 
     | 
    
         
            +
                end
         
     | 
| 
      
 40468 
     | 
    
         
            +
             
     | 
| 
      
 40469 
     | 
    
         
            +
                # @!attribute [rw] return
         
     | 
| 
      
 40470 
     | 
    
         
            +
                #   Returns `true` if the request succeeds; otherwise, returns an error.
         
     | 
| 
      
 40471 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 40472 
     | 
    
         
            +
                #
         
     | 
| 
      
 40473 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySecurityGroupRulesResult AWS API Documentation
         
     | 
| 
      
 40474 
     | 
    
         
            +
                #
         
     | 
| 
      
 40475 
     | 
    
         
            +
                class ModifySecurityGroupRulesResult < Struct.new(
         
     | 
| 
      
 40476 
     | 
    
         
            +
                  :return)
         
     | 
| 
      
 40477 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 40478 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 40479 
     | 
    
         
            +
                end
         
     | 
| 
      
 40480 
     | 
    
         
            +
             
     | 
| 
       39553 
40481 
     | 
    
         
             
                # @note When making an API call, you may pass ModifySnapshotAttributeRequest
         
     | 
| 
       39554 
40482 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       39555 
40483 
     | 
    
         
             
                #
         
     | 
| 
         @@ -40411,7 +41339,7 @@ module Aws::EC2 
     | 
|
| 
       40411 
41339 
     | 
    
         
             
                #
         
     | 
| 
       40412 
41340 
     | 
    
         
             
                #   * `standard`\: 1-1,024
         
     | 
| 
       40413 
41341 
     | 
    
         
             
                #
         
     | 
| 
       40414 
     | 
    
         
            -
                #   Default:  
     | 
| 
      
 41342 
     | 
    
         
            +
                #   Default: The existing size is retained.
         
     | 
| 
       40415 
41343 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       40416 
41344 
     | 
    
         
             
                #
         
     | 
| 
       40417 
41345 
     | 
    
         
             
                # @!attribute [rw] volume_type
         
     | 
| 
         @@ -40419,7 +41347,7 @@ module Aws::EC2 
     | 
|
| 
       40419 
41347 
     | 
    
         
             
                #   [Amazon EBS volume types][1] in the *Amazon Elastic Compute Cloud
         
     | 
| 
       40420 
41348 
     | 
    
         
             
                #   User Guide*.
         
     | 
| 
       40421 
41349 
     | 
    
         
             
                #
         
     | 
| 
       40422 
     | 
    
         
            -
                #   Default:  
     | 
| 
      
 41350 
     | 
    
         
            +
                #   Default: The existing type is retained.
         
     | 
| 
       40423 
41351 
     | 
    
         
             
                #
         
     | 
| 
       40424 
41352 
     | 
    
         
             
                #
         
     | 
| 
       40425 
41353 
     | 
    
         
             
                #
         
     | 
| 
         @@ -40438,17 +41366,17 @@ module Aws::EC2 
     | 
|
| 
       40438 
41366 
     | 
    
         
             
                #
         
     | 
| 
       40439 
41367 
     | 
    
         
             
                #   * `io2`\: 100-64,000 IOPS
         
     | 
| 
       40440 
41368 
     | 
    
         
             
                #
         
     | 
| 
       40441 
     | 
    
         
            -
                #   Default:  
     | 
| 
       40442 
     | 
    
         
            -
                #    
     | 
| 
       40443 
     | 
    
         
            -
                #    
     | 
| 
      
 41369 
     | 
    
         
            +
                #   Default: The existing value is retained if you keep the same volume
         
     | 
| 
      
 41370 
     | 
    
         
            +
                #   type. If you change the volume type to `io1`, `io2`, or `gp3`, the
         
     | 
| 
      
 41371 
     | 
    
         
            +
                #   default is 3,000.
         
     | 
| 
       40444 
41372 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       40445 
41373 
     | 
    
         
             
                #
         
     | 
| 
       40446 
41374 
     | 
    
         
             
                # @!attribute [rw] throughput
         
     | 
| 
       40447 
41375 
     | 
    
         
             
                #   The target throughput of the volume, in MiB/s. This parameter is
         
     | 
| 
       40448 
41376 
     | 
    
         
             
                #   valid only for `gp3` volumes. The maximum value is 1,000.
         
     | 
| 
       40449 
41377 
     | 
    
         
             
                #
         
     | 
| 
       40450 
     | 
    
         
            -
                #   Default:  
     | 
| 
       40451 
     | 
    
         
            -
                #    
     | 
| 
      
 41378 
     | 
    
         
            +
                #   Default: The existing value is retained if the source and target
         
     | 
| 
      
 41379 
     | 
    
         
            +
                #   volume type is `gp3`. Otherwise, the default value is 125.
         
     | 
| 
       40452 
41380 
     | 
    
         
             
                #
         
     | 
| 
       40453 
41381 
     | 
    
         
             
                #   Valid Range: Minimum value of 125. Maximum value of 1000.
         
     | 
| 
       40454 
41382 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -43604,7 +44532,7 @@ module Aws::EC2 
     | 
|
| 
       43604 
44532 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
       43605 
44533 
     | 
    
         
             
                #         pool_tag_specifications: [
         
     | 
| 
       43606 
44534 
     | 
    
         
             
                #           {
         
     | 
| 
       43607 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 44535 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       43608 
44536 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       43609 
44537 
     | 
    
         
             
                #               {
         
     | 
| 
       43610 
44538 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -43914,7 +44842,7 @@ module Aws::EC2 
     | 
|
| 
       43914 
44842 
     | 
    
         
             
                #         offering_id: "OfferingId", # required
         
     | 
| 
       43915 
44843 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       43916 
44844 
     | 
    
         
             
                #           {
         
     | 
| 
       43917 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 44845 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       43918 
44846 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       43919 
44847 
     | 
    
         
             
                #               {
         
     | 
| 
       43920 
44848 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -44230,6 +45158,41 @@ module Aws::EC2 
     | 
|
| 
       44230 
45158 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       44231 
45159 
     | 
    
         
             
                end
         
     | 
| 
       44232 
45160 
     | 
    
         | 
| 
      
 45161 
     | 
    
         
            +
                # Describes the security group that is referenced in the security group
         
     | 
| 
      
 45162 
     | 
    
         
            +
                # rule.
         
     | 
| 
      
 45163 
     | 
    
         
            +
                #
         
     | 
| 
      
 45164 
     | 
    
         
            +
                # @!attribute [rw] group_id
         
     | 
| 
      
 45165 
     | 
    
         
            +
                #   The ID of the security group.
         
     | 
| 
      
 45166 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 45167 
     | 
    
         
            +
                #
         
     | 
| 
      
 45168 
     | 
    
         
            +
                # @!attribute [rw] peering_status
         
     | 
| 
      
 45169 
     | 
    
         
            +
                #   The status of a VPC peering connection, if applicable.
         
     | 
| 
      
 45170 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 45171 
     | 
    
         
            +
                #
         
     | 
| 
      
 45172 
     | 
    
         
            +
                # @!attribute [rw] user_id
         
     | 
| 
      
 45173 
     | 
    
         
            +
                #   The account ID.
         
     | 
| 
      
 45174 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 45175 
     | 
    
         
            +
                #
         
     | 
| 
      
 45176 
     | 
    
         
            +
                # @!attribute [rw] vpc_id
         
     | 
| 
      
 45177 
     | 
    
         
            +
                #   The ID of the VPC.
         
     | 
| 
      
 45178 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 45179 
     | 
    
         
            +
                #
         
     | 
| 
      
 45180 
     | 
    
         
            +
                # @!attribute [rw] vpc_peering_connection_id
         
     | 
| 
      
 45181 
     | 
    
         
            +
                #   The ID of the VPC peering connection.
         
     | 
| 
      
 45182 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 45183 
     | 
    
         
            +
                #
         
     | 
| 
      
 45184 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReferencedSecurityGroup AWS API Documentation
         
     | 
| 
      
 45185 
     | 
    
         
            +
                #
         
     | 
| 
      
 45186 
     | 
    
         
            +
                class ReferencedSecurityGroup < Struct.new(
         
     | 
| 
      
 45187 
     | 
    
         
            +
                  :group_id,
         
     | 
| 
      
 45188 
     | 
    
         
            +
                  :peering_status,
         
     | 
| 
      
 45189 
     | 
    
         
            +
                  :user_id,
         
     | 
| 
      
 45190 
     | 
    
         
            +
                  :vpc_id,
         
     | 
| 
      
 45191 
     | 
    
         
            +
                  :vpc_peering_connection_id)
         
     | 
| 
      
 45192 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 45193 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 45194 
     | 
    
         
            +
                end
         
     | 
| 
      
 45195 
     | 
    
         
            +
             
     | 
| 
       44233 
45196 
     | 
    
         
             
                # Describes a Region.
         
     | 
| 
       44234 
45197 
     | 
    
         
             
                #
         
     | 
| 
       44235 
45198 
     | 
    
         
             
                # @!attribute [rw] endpoint
         
     | 
| 
         @@ -45588,7 +46551,7 @@ module Aws::EC2 
     | 
|
| 
       45588 
46551 
     | 
    
         
             
                #         user_data: "String",
         
     | 
| 
       45589 
46552 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       45590 
46553 
     | 
    
         
             
                #           {
         
     | 
| 
       45591 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 46554 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       45592 
46555 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       45593 
46556 
     | 
    
         
             
                #               {
         
     | 
| 
       45594 
46557 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -46002,7 +46965,7 @@ module Aws::EC2 
     | 
|
| 
       46002 
46965 
     | 
    
         
             
                #               weighted_capacity: 1.0,
         
     | 
| 
       46003 
46966 
     | 
    
         
             
                #               tag_specifications: [
         
     | 
| 
       46004 
46967 
     | 
    
         
             
                #                 {
         
     | 
| 
       46005 
     | 
    
         
            -
                #                   resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 46968 
     | 
    
         
            +
                #                   resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       46006 
46969 
     | 
    
         
             
                #                   tags: [
         
     | 
| 
       46007 
46970 
     | 
    
         
             
                #                     {
         
     | 
| 
       46008 
46971 
     | 
    
         
             
                #                       key: "String",
         
     | 
| 
         @@ -46063,7 +47026,7 @@ module Aws::EC2 
     | 
|
| 
       46063 
47026 
     | 
    
         
             
                #           context: "String",
         
     | 
| 
       46064 
47027 
     | 
    
         
             
                #           tag_specifications: [
         
     | 
| 
       46065 
47028 
     | 
    
         
             
                #             {
         
     | 
| 
       46066 
     | 
    
         
            -
                #               resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 47029 
     | 
    
         
            +
                #               resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       46067 
47030 
     | 
    
         
             
                #               tags: [
         
     | 
| 
       46068 
47031 
     | 
    
         
             
                #                 {
         
     | 
| 
       46069 
47032 
     | 
    
         
             
                #                   key: "String",
         
     | 
| 
         @@ -46198,7 +47161,7 @@ module Aws::EC2 
     | 
|
| 
       46198 
47161 
     | 
    
         
             
                #         valid_until: Time.now,
         
     | 
| 
       46199 
47162 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       46200 
47163 
     | 
    
         
             
                #           {
         
     | 
| 
       46201 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 47164 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       46202 
47165 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       46203 
47166 
     | 
    
         
             
                #               {
         
     | 
| 
       46204 
47167 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -47135,8 +48098,8 @@ module Aws::EC2 
     | 
|
| 
       47135 
48098 
     | 
    
         
             
                end
         
     | 
| 
       47136 
48099 
     | 
    
         | 
| 
       47137 
48100 
     | 
    
         
             
                # @!attribute [rw] kms_key_id
         
     | 
| 
       47138 
     | 
    
         
            -
                #   The Amazon Resource Name (ARN) of the default  
     | 
| 
       47139 
     | 
    
         
            -
                #   by default.
         
     | 
| 
      
 48101 
     | 
    
         
            +
                #   The Amazon Resource Name (ARN) of the default KMS key for EBS
         
     | 
| 
      
 48102 
     | 
    
         
            +
                #   encryption by default.
         
     | 
| 
       47140 
48103 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       47141 
48104 
     | 
    
         
             
                #
         
     | 
| 
       47142 
48105 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ResetEbsDefaultKmsKeyIdResult AWS API Documentation
         
     | 
| 
         @@ -47724,6 +48687,7 @@ module Aws::EC2 
     | 
|
| 
       47724 
48687 
     | 
    
         
             
                #             ],
         
     | 
| 
       47725 
48688 
     | 
    
         
             
                #           },
         
     | 
| 
       47726 
48689 
     | 
    
         
             
                #         ],
         
     | 
| 
      
 48690 
     | 
    
         
            +
                #         security_group_rule_ids: ["String"],
         
     | 
| 
       47727 
48691 
     | 
    
         
             
                #         cidr_ip: "String",
         
     | 
| 
       47728 
48692 
     | 
    
         
             
                #         from_port: 1,
         
     | 
| 
       47729 
48693 
     | 
    
         
             
                #         ip_protocol: "String",
         
     | 
| 
         @@ -47749,6 +48713,10 @@ module Aws::EC2 
     | 
|
| 
       47749 
48713 
     | 
    
         
             
                #   permissions.
         
     | 
| 
       47750 
48714 
     | 
    
         
             
                #   @return [Array<Types::IpPermission>]
         
     | 
| 
       47751 
48715 
     | 
    
         
             
                #
         
     | 
| 
      
 48716 
     | 
    
         
            +
                # @!attribute [rw] security_group_rule_ids
         
     | 
| 
      
 48717 
     | 
    
         
            +
                #   The IDs of the security group rules.
         
     | 
| 
      
 48718 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 48719 
     | 
    
         
            +
                #
         
     | 
| 
       47752 
48720 
     | 
    
         
             
                # @!attribute [rw] cidr_ip
         
     | 
| 
       47753 
48721 
     | 
    
         
             
                #   Not supported. Use a set of IP permissions to specify the CIDR.
         
     | 
| 
       47754 
48722 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -47782,6 +48750,7 @@ module Aws::EC2 
     | 
|
| 
       47782 
48750 
     | 
    
         
             
                  :dry_run,
         
     | 
| 
       47783 
48751 
     | 
    
         
             
                  :group_id,
         
     | 
| 
       47784 
48752 
     | 
    
         
             
                  :ip_permissions,
         
     | 
| 
      
 48753 
     | 
    
         
            +
                  :security_group_rule_ids,
         
     | 
| 
       47785 
48754 
     | 
    
         
             
                  :cidr_ip,
         
     | 
| 
       47786 
48755 
     | 
    
         
             
                  :from_port,
         
     | 
| 
       47787 
48756 
     | 
    
         
             
                  :ip_protocol,
         
     | 
| 
         @@ -47860,6 +48829,7 @@ module Aws::EC2 
     | 
|
| 
       47860 
48829 
     | 
    
         
             
                #         source_security_group_owner_id: "String",
         
     | 
| 
       47861 
48830 
     | 
    
         
             
                #         to_port: 1,
         
     | 
| 
       47862 
48831 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
      
 48832 
     | 
    
         
            +
                #         security_group_rule_ids: ["String"],
         
     | 
| 
       47863 
48833 
     | 
    
         
             
                #       }
         
     | 
| 
       47864 
48834 
     | 
    
         
             
                #
         
     | 
| 
       47865 
48835 
     | 
    
         
             
                # @!attribute [rw] cidr_ip
         
     | 
| 
         @@ -47910,12 +48880,13 @@ module Aws::EC2 
     | 
|
| 
       47910 
48880 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       47911 
48881 
     | 
    
         
             
                #
         
     | 
| 
       47912 
48882 
     | 
    
         
             
                # @!attribute [rw] source_security_group_owner_id
         
     | 
| 
       47913 
     | 
    
         
            -
                #   \[EC2-Classic\] The  
     | 
| 
       47914 
     | 
    
         
            -
                #   the source security group is in a different 
     | 
| 
       47915 
     | 
    
         
            -
                #   specify this parameter in combination with the 
     | 
| 
       47916 
     | 
    
         
            -
                #   the CIDR IP address range, the IP protocol, 
     | 
| 
       47917 
     | 
    
         
            -
                #   range, and the end of the port range. To 
     | 
| 
       47918 
     | 
    
         
            -
                #   an IP protocol and port range, use a set 
     | 
| 
      
 48883 
     | 
    
         
            +
                #   \[EC2-Classic\] The Amazon Web Services account ID of the source
         
     | 
| 
      
 48884 
     | 
    
         
            +
                #   security group, if the source security group is in a different
         
     | 
| 
      
 48885 
     | 
    
         
            +
                #   account. You can't specify this parameter in combination with the
         
     | 
| 
      
 48886 
     | 
    
         
            +
                #   following parameters: the CIDR IP address range, the IP protocol,
         
     | 
| 
      
 48887 
     | 
    
         
            +
                #   the start of the port range, and the end of the port range. To
         
     | 
| 
      
 48888 
     | 
    
         
            +
                #   revoke a specific rule for an IP protocol and port range, use a set
         
     | 
| 
      
 48889 
     | 
    
         
            +
                #   of IP permissions instead.
         
     | 
| 
       47919 
48890 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       47920 
48891 
     | 
    
         
             
                #
         
     | 
| 
       47921 
48892 
     | 
    
         
             
                # @!attribute [rw] to_port
         
     | 
| 
         @@ -47931,6 +48902,10 @@ module Aws::EC2 
     | 
|
| 
       47931 
48902 
     | 
    
         
             
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
       47932 
48903 
     | 
    
         
             
                #   @return [Boolean]
         
     | 
| 
       47933 
48904 
     | 
    
         
             
                #
         
     | 
| 
      
 48905 
     | 
    
         
            +
                # @!attribute [rw] security_group_rule_ids
         
     | 
| 
      
 48906 
     | 
    
         
            +
                #   The IDs of the security group rules.
         
     | 
| 
      
 48907 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 48908 
     | 
    
         
            +
                #
         
     | 
| 
       47934 
48909 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupIngressRequest AWS API Documentation
         
     | 
| 
       47935 
48910 
     | 
    
         
             
                #
         
     | 
| 
       47936 
48911 
     | 
    
         
             
                class RevokeSecurityGroupIngressRequest < Struct.new(
         
     | 
| 
         @@ -47943,7 +48918,8 @@ module Aws::EC2 
     | 
|
| 
       47943 
48918 
     | 
    
         
             
                  :source_security_group_name,
         
     | 
| 
       47944 
48919 
     | 
    
         
             
                  :source_security_group_owner_id,
         
     | 
| 
       47945 
48920 
     | 
    
         
             
                  :to_port,
         
     | 
| 
       47946 
     | 
    
         
            -
                  :dry_run 
     | 
| 
      
 48921 
     | 
    
         
            +
                  :dry_run,
         
     | 
| 
      
 48922 
     | 
    
         
            +
                  :security_group_rule_ids)
         
     | 
| 
       47947 
48923 
     | 
    
         
             
                  SENSITIVE = []
         
     | 
| 
       47948 
48924 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       47949 
48925 
     | 
    
         
             
                end
         
     | 
| 
         @@ -48294,7 +49270,7 @@ module Aws::EC2 
     | 
|
| 
       48294 
49270 
     | 
    
         
             
                #         ],
         
     | 
| 
       48295 
49271 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       48296 
49272 
     | 
    
         
             
                #           {
         
     | 
| 
       48297 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 49273 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       48298 
49274 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       48299 
49275 
     | 
    
         
             
                #               {
         
     | 
| 
       48300 
49276 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -50029,7 +51005,7 @@ module Aws::EC2 
     | 
|
| 
       50029 
51005 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       50030 
51006 
     | 
    
         
             
                end
         
     | 
| 
       50031 
51007 
     | 
    
         | 
| 
       50032 
     | 
    
         
            -
                # Describes a security group
         
     | 
| 
      
 51008 
     | 
    
         
            +
                # Describes a security group.
         
     | 
| 
       50033 
51009 
     | 
    
         
             
                #
         
     | 
| 
       50034 
51010 
     | 
    
         
             
                # @!attribute [rw] description
         
     | 
| 
       50035 
51011 
     | 
    
         
             
                #   A description of the security group.
         
     | 
| 
         @@ -50044,7 +51020,8 @@ module Aws::EC2 
     | 
|
| 
       50044 
51020 
     | 
    
         
             
                #   @return [Array<Types::IpPermission>]
         
     | 
| 
       50045 
51021 
     | 
    
         
             
                #
         
     | 
| 
       50046 
51022 
     | 
    
         
             
                # @!attribute [rw] owner_id
         
     | 
| 
       50047 
     | 
    
         
            -
                #   The  
     | 
| 
      
 51023 
     | 
    
         
            +
                #   The Amazon Web Services account ID of the owner of the security
         
     | 
| 
      
 51024 
     | 
    
         
            +
                #   group.
         
     | 
| 
       50048 
51025 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       50049 
51026 
     | 
    
         
             
                #
         
     | 
| 
       50050 
51027 
     | 
    
         
             
                # @!attribute [rw] group_id
         
     | 
| 
         @@ -50122,6 +51099,249 @@ module Aws::EC2 
     | 
|
| 
       50122 
51099 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       50123 
51100 
     | 
    
         
             
                end
         
     | 
| 
       50124 
51101 
     | 
    
         | 
| 
      
 51102 
     | 
    
         
            +
                # Describes a security group rule.
         
     | 
| 
      
 51103 
     | 
    
         
            +
                #
         
     | 
| 
      
 51104 
     | 
    
         
            +
                # @!attribute [rw] security_group_rule_id
         
     | 
| 
      
 51105 
     | 
    
         
            +
                #   The ID of the security group rule.
         
     | 
| 
      
 51106 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51107 
     | 
    
         
            +
                #
         
     | 
| 
      
 51108 
     | 
    
         
            +
                # @!attribute [rw] group_id
         
     | 
| 
      
 51109 
     | 
    
         
            +
                #   The ID of the security group.
         
     | 
| 
      
 51110 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51111 
     | 
    
         
            +
                #
         
     | 
| 
      
 51112 
     | 
    
         
            +
                # @!attribute [rw] group_owner_id
         
     | 
| 
      
 51113 
     | 
    
         
            +
                #   The ID of the account that owns the security group.
         
     | 
| 
      
 51114 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51115 
     | 
    
         
            +
                #
         
     | 
| 
      
 51116 
     | 
    
         
            +
                # @!attribute [rw] is_egress
         
     | 
| 
      
 51117 
     | 
    
         
            +
                #   Indicates whether the security group rule is an outbound rule.
         
     | 
| 
      
 51118 
     | 
    
         
            +
                #   @return [Boolean]
         
     | 
| 
      
 51119 
     | 
    
         
            +
                #
         
     | 
| 
      
 51120 
     | 
    
         
            +
                # @!attribute [rw] ip_protocol
         
     | 
| 
      
 51121 
     | 
    
         
            +
                #   The IP protocol name (`tcp`, `udp`, `icmp`, `icmpv6`) or number (see
         
     | 
| 
      
 51122 
     | 
    
         
            +
                #   [Protocol Numbers][1]).
         
     | 
| 
      
 51123 
     | 
    
         
            +
                #
         
     | 
| 
      
 51124 
     | 
    
         
            +
                #   Use `-1` to specify all protocols.
         
     | 
| 
      
 51125 
     | 
    
         
            +
                #
         
     | 
| 
      
 51126 
     | 
    
         
            +
                #
         
     | 
| 
      
 51127 
     | 
    
         
            +
                #
         
     | 
| 
      
 51128 
     | 
    
         
            +
                #   [1]: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
         
     | 
| 
      
 51129 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51130 
     | 
    
         
            +
                #
         
     | 
| 
      
 51131 
     | 
    
         
            +
                # @!attribute [rw] from_port
         
     | 
| 
      
 51132 
     | 
    
         
            +
                #   The start of port range for the TCP and UDP protocols, or an
         
     | 
| 
      
 51133 
     | 
    
         
            +
                #   ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If
         
     | 
| 
      
 51134 
     | 
    
         
            +
                #   you specify all ICMP/ICMPv6 types, you must specify all codes.
         
     | 
| 
      
 51135 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 51136 
     | 
    
         
            +
                #
         
     | 
| 
      
 51137 
     | 
    
         
            +
                # @!attribute [rw] to_port
         
     | 
| 
      
 51138 
     | 
    
         
            +
                #   The end of port range for the TCP and UDP protocols, or an
         
     | 
| 
      
 51139 
     | 
    
         
            +
                #   ICMP/ICMPv6 code. A value of `-1` indicates all ICMP/ICMPv6 codes.
         
     | 
| 
      
 51140 
     | 
    
         
            +
                #   If you specify all ICMP/ICMPv6 types, you must specify all codes.
         
     | 
| 
      
 51141 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 51142 
     | 
    
         
            +
                #
         
     | 
| 
      
 51143 
     | 
    
         
            +
                # @!attribute [rw] cidr_ipv_4
         
     | 
| 
      
 51144 
     | 
    
         
            +
                #   The IPv4 CIDR range.
         
     | 
| 
      
 51145 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51146 
     | 
    
         
            +
                #
         
     | 
| 
      
 51147 
     | 
    
         
            +
                # @!attribute [rw] cidr_ipv_6
         
     | 
| 
      
 51148 
     | 
    
         
            +
                #   The IPv6 CIDR range.
         
     | 
| 
      
 51149 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51150 
     | 
    
         
            +
                #
         
     | 
| 
      
 51151 
     | 
    
         
            +
                # @!attribute [rw] prefix_list_id
         
     | 
| 
      
 51152 
     | 
    
         
            +
                #   The ID of the prefix list.
         
     | 
| 
      
 51153 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51154 
     | 
    
         
            +
                #
         
     | 
| 
      
 51155 
     | 
    
         
            +
                # @!attribute [rw] referenced_group_info
         
     | 
| 
      
 51156 
     | 
    
         
            +
                #   Describes the security group that is referenced in the rule.
         
     | 
| 
      
 51157 
     | 
    
         
            +
                #   @return [Types::ReferencedSecurityGroup]
         
     | 
| 
      
 51158 
     | 
    
         
            +
                #
         
     | 
| 
      
 51159 
     | 
    
         
            +
                # @!attribute [rw] description
         
     | 
| 
      
 51160 
     | 
    
         
            +
                #   The security group rule description.
         
     | 
| 
      
 51161 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51162 
     | 
    
         
            +
                #
         
     | 
| 
      
 51163 
     | 
    
         
            +
                # @!attribute [rw] tags
         
     | 
| 
      
 51164 
     | 
    
         
            +
                #   The tags applied to the security group rule.
         
     | 
| 
      
 51165 
     | 
    
         
            +
                #   @return [Array<Types::Tag>]
         
     | 
| 
      
 51166 
     | 
    
         
            +
                #
         
     | 
| 
      
 51167 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRule AWS API Documentation
         
     | 
| 
      
 51168 
     | 
    
         
            +
                #
         
     | 
| 
      
 51169 
     | 
    
         
            +
                class SecurityGroupRule < Struct.new(
         
     | 
| 
      
 51170 
     | 
    
         
            +
                  :security_group_rule_id,
         
     | 
| 
      
 51171 
     | 
    
         
            +
                  :group_id,
         
     | 
| 
      
 51172 
     | 
    
         
            +
                  :group_owner_id,
         
     | 
| 
      
 51173 
     | 
    
         
            +
                  :is_egress,
         
     | 
| 
      
 51174 
     | 
    
         
            +
                  :ip_protocol,
         
     | 
| 
      
 51175 
     | 
    
         
            +
                  :from_port,
         
     | 
| 
      
 51176 
     | 
    
         
            +
                  :to_port,
         
     | 
| 
      
 51177 
     | 
    
         
            +
                  :cidr_ipv_4,
         
     | 
| 
      
 51178 
     | 
    
         
            +
                  :cidr_ipv_6,
         
     | 
| 
      
 51179 
     | 
    
         
            +
                  :prefix_list_id,
         
     | 
| 
      
 51180 
     | 
    
         
            +
                  :referenced_group_info,
         
     | 
| 
      
 51181 
     | 
    
         
            +
                  :description,
         
     | 
| 
      
 51182 
     | 
    
         
            +
                  :tags)
         
     | 
| 
      
 51183 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 51184 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 51185 
     | 
    
         
            +
                end
         
     | 
| 
      
 51186 
     | 
    
         
            +
             
     | 
| 
      
 51187 
     | 
    
         
            +
                # Describes the description of a security group rule.
         
     | 
| 
      
 51188 
     | 
    
         
            +
                #
         
     | 
| 
      
 51189 
     | 
    
         
            +
                # You can use this when you want to update the security group rule
         
     | 
| 
      
 51190 
     | 
    
         
            +
                # description for either an inbound or outbound rule.
         
     | 
| 
      
 51191 
     | 
    
         
            +
                #
         
     | 
| 
      
 51192 
     | 
    
         
            +
                # @note When making an API call, you may pass SecurityGroupRuleDescription
         
     | 
| 
      
 51193 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 51194 
     | 
    
         
            +
                #
         
     | 
| 
      
 51195 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 51196 
     | 
    
         
            +
                #         security_group_rule_id: "String",
         
     | 
| 
      
 51197 
     | 
    
         
            +
                #         description: "String",
         
     | 
| 
      
 51198 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 51199 
     | 
    
         
            +
                #
         
     | 
| 
      
 51200 
     | 
    
         
            +
                # @!attribute [rw] security_group_rule_id
         
     | 
| 
      
 51201 
     | 
    
         
            +
                #   The ID of the security group rule.
         
     | 
| 
      
 51202 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51203 
     | 
    
         
            +
                #
         
     | 
| 
      
 51204 
     | 
    
         
            +
                # @!attribute [rw] description
         
     | 
| 
      
 51205 
     | 
    
         
            +
                #   The description of the security group rule.
         
     | 
| 
      
 51206 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51207 
     | 
    
         
            +
                #
         
     | 
| 
      
 51208 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRuleDescription AWS API Documentation
         
     | 
| 
      
 51209 
     | 
    
         
            +
                #
         
     | 
| 
      
 51210 
     | 
    
         
            +
                class SecurityGroupRuleDescription < Struct.new(
         
     | 
| 
      
 51211 
     | 
    
         
            +
                  :security_group_rule_id,
         
     | 
| 
      
 51212 
     | 
    
         
            +
                  :description)
         
     | 
| 
      
 51213 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 51214 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 51215 
     | 
    
         
            +
                end
         
     | 
| 
      
 51216 
     | 
    
         
            +
             
     | 
| 
      
 51217 
     | 
    
         
            +
                # Describes a security group rule.
         
     | 
| 
      
 51218 
     | 
    
         
            +
                #
         
     | 
| 
      
 51219 
     | 
    
         
            +
                # You must specify exactly one of the following parameters, based on the
         
     | 
| 
      
 51220 
     | 
    
         
            +
                # rule type:
         
     | 
| 
      
 51221 
     | 
    
         
            +
                #
         
     | 
| 
      
 51222 
     | 
    
         
            +
                # * CidrIpv4
         
     | 
| 
      
 51223 
     | 
    
         
            +
                #
         
     | 
| 
      
 51224 
     | 
    
         
            +
                # * CidrIpv6
         
     | 
| 
      
 51225 
     | 
    
         
            +
                #
         
     | 
| 
      
 51226 
     | 
    
         
            +
                # * PrefixListId
         
     | 
| 
      
 51227 
     | 
    
         
            +
                #
         
     | 
| 
      
 51228 
     | 
    
         
            +
                # * ReferencedGroupId
         
     | 
| 
      
 51229 
     | 
    
         
            +
                #
         
     | 
| 
      
 51230 
     | 
    
         
            +
                # When you modify a rule, you cannot change the rule type. For example,
         
     | 
| 
      
 51231 
     | 
    
         
            +
                # if the rule uses an IPv4 address range, you must use `CidrIpv4` to
         
     | 
| 
      
 51232 
     | 
    
         
            +
                # specify a new IPv4 address range.
         
     | 
| 
      
 51233 
     | 
    
         
            +
                #
         
     | 
| 
      
 51234 
     | 
    
         
            +
                # @note When making an API call, you may pass SecurityGroupRuleRequest
         
     | 
| 
      
 51235 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 51236 
     | 
    
         
            +
                #
         
     | 
| 
      
 51237 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 51238 
     | 
    
         
            +
                #         ip_protocol: "String",
         
     | 
| 
      
 51239 
     | 
    
         
            +
                #         from_port: 1,
         
     | 
| 
      
 51240 
     | 
    
         
            +
                #         to_port: 1,
         
     | 
| 
      
 51241 
     | 
    
         
            +
                #         cidr_ipv_4: "String",
         
     | 
| 
      
 51242 
     | 
    
         
            +
                #         cidr_ipv_6: "String",
         
     | 
| 
      
 51243 
     | 
    
         
            +
                #         prefix_list_id: "PrefixListResourceId",
         
     | 
| 
      
 51244 
     | 
    
         
            +
                #         referenced_group_id: "SecurityGroupId",
         
     | 
| 
      
 51245 
     | 
    
         
            +
                #         description: "String",
         
     | 
| 
      
 51246 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 51247 
     | 
    
         
            +
                #
         
     | 
| 
      
 51248 
     | 
    
         
            +
                # @!attribute [rw] ip_protocol
         
     | 
| 
      
 51249 
     | 
    
         
            +
                #   The IP protocol name (`tcp`, `udp`, `icmp`, `icmpv6`) or number (see
         
     | 
| 
      
 51250 
     | 
    
         
            +
                #   [Protocol Numbers][1]).
         
     | 
| 
      
 51251 
     | 
    
         
            +
                #
         
     | 
| 
      
 51252 
     | 
    
         
            +
                #   Use `-1` to specify all protocols.
         
     | 
| 
      
 51253 
     | 
    
         
            +
                #
         
     | 
| 
      
 51254 
     | 
    
         
            +
                #
         
     | 
| 
      
 51255 
     | 
    
         
            +
                #
         
     | 
| 
      
 51256 
     | 
    
         
            +
                #   [1]: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
         
     | 
| 
      
 51257 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51258 
     | 
    
         
            +
                #
         
     | 
| 
      
 51259 
     | 
    
         
            +
                # @!attribute [rw] from_port
         
     | 
| 
      
 51260 
     | 
    
         
            +
                #   The start of port range for the TCP and UDP protocols, or an
         
     | 
| 
      
 51261 
     | 
    
         
            +
                #   ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If
         
     | 
| 
      
 51262 
     | 
    
         
            +
                #   you specify all ICMP/ICMPv6 types, you must specify all codes.
         
     | 
| 
      
 51263 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 51264 
     | 
    
         
            +
                #
         
     | 
| 
      
 51265 
     | 
    
         
            +
                # @!attribute [rw] to_port
         
     | 
| 
      
 51266 
     | 
    
         
            +
                #   The end of port range for the TCP and UDP protocols, or an
         
     | 
| 
      
 51267 
     | 
    
         
            +
                #   ICMP/ICMPv6 code. A value of `-1` indicates all ICMP/ICMPv6 codes.
         
     | 
| 
      
 51268 
     | 
    
         
            +
                #   If you specify all ICMP/ICMPv6 types, you must specify all codes.
         
     | 
| 
      
 51269 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 51270 
     | 
    
         
            +
                #
         
     | 
| 
      
 51271 
     | 
    
         
            +
                # @!attribute [rw] cidr_ipv_4
         
     | 
| 
      
 51272 
     | 
    
         
            +
                #   The IPv4 CIDR range. To specify a single IPv4 address, use the /32
         
     | 
| 
      
 51273 
     | 
    
         
            +
                #   prefix length.
         
     | 
| 
      
 51274 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51275 
     | 
    
         
            +
                #
         
     | 
| 
      
 51276 
     | 
    
         
            +
                # @!attribute [rw] cidr_ipv_6
         
     | 
| 
      
 51277 
     | 
    
         
            +
                #   The IPv6 CIDR range. To specify a single IPv6 address, use the /128
         
     | 
| 
      
 51278 
     | 
    
         
            +
                #   prefix length.
         
     | 
| 
      
 51279 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51280 
     | 
    
         
            +
                #
         
     | 
| 
      
 51281 
     | 
    
         
            +
                # @!attribute [rw] prefix_list_id
         
     | 
| 
      
 51282 
     | 
    
         
            +
                #   The ID of the prefix list.
         
     | 
| 
      
 51283 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51284 
     | 
    
         
            +
                #
         
     | 
| 
      
 51285 
     | 
    
         
            +
                # @!attribute [rw] referenced_group_id
         
     | 
| 
      
 51286 
     | 
    
         
            +
                #   The ID of the security group that is referenced in the security
         
     | 
| 
      
 51287 
     | 
    
         
            +
                #   group rule.
         
     | 
| 
      
 51288 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51289 
     | 
    
         
            +
                #
         
     | 
| 
      
 51290 
     | 
    
         
            +
                # @!attribute [rw] description
         
     | 
| 
      
 51291 
     | 
    
         
            +
                #   The description of the security group rule.
         
     | 
| 
      
 51292 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51293 
     | 
    
         
            +
                #
         
     | 
| 
      
 51294 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRuleRequest AWS API Documentation
         
     | 
| 
      
 51295 
     | 
    
         
            +
                #
         
     | 
| 
      
 51296 
     | 
    
         
            +
                class SecurityGroupRuleRequest < Struct.new(
         
     | 
| 
      
 51297 
     | 
    
         
            +
                  :ip_protocol,
         
     | 
| 
      
 51298 
     | 
    
         
            +
                  :from_port,
         
     | 
| 
      
 51299 
     | 
    
         
            +
                  :to_port,
         
     | 
| 
      
 51300 
     | 
    
         
            +
                  :cidr_ipv_4,
         
     | 
| 
      
 51301 
     | 
    
         
            +
                  :cidr_ipv_6,
         
     | 
| 
      
 51302 
     | 
    
         
            +
                  :prefix_list_id,
         
     | 
| 
      
 51303 
     | 
    
         
            +
                  :referenced_group_id,
         
     | 
| 
      
 51304 
     | 
    
         
            +
                  :description)
         
     | 
| 
      
 51305 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 51306 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 51307 
     | 
    
         
            +
                end
         
     | 
| 
      
 51308 
     | 
    
         
            +
             
     | 
| 
      
 51309 
     | 
    
         
            +
                # Describes an update to a security group rule.
         
     | 
| 
      
 51310 
     | 
    
         
            +
                #
         
     | 
| 
      
 51311 
     | 
    
         
            +
                # @note When making an API call, you may pass SecurityGroupRuleUpdate
         
     | 
| 
      
 51312 
     | 
    
         
            +
                #   data as a hash:
         
     | 
| 
      
 51313 
     | 
    
         
            +
                #
         
     | 
| 
      
 51314 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 51315 
     | 
    
         
            +
                #         security_group_rule_id: "SecurityGroupRuleId",
         
     | 
| 
      
 51316 
     | 
    
         
            +
                #         security_group_rule: {
         
     | 
| 
      
 51317 
     | 
    
         
            +
                #           ip_protocol: "String",
         
     | 
| 
      
 51318 
     | 
    
         
            +
                #           from_port: 1,
         
     | 
| 
      
 51319 
     | 
    
         
            +
                #           to_port: 1,
         
     | 
| 
      
 51320 
     | 
    
         
            +
                #           cidr_ipv_4: "String",
         
     | 
| 
      
 51321 
     | 
    
         
            +
                #           cidr_ipv_6: "String",
         
     | 
| 
      
 51322 
     | 
    
         
            +
                #           prefix_list_id: "PrefixListResourceId",
         
     | 
| 
      
 51323 
     | 
    
         
            +
                #           referenced_group_id: "SecurityGroupId",
         
     | 
| 
      
 51324 
     | 
    
         
            +
                #           description: "String",
         
     | 
| 
      
 51325 
     | 
    
         
            +
                #         },
         
     | 
| 
      
 51326 
     | 
    
         
            +
                #       }
         
     | 
| 
      
 51327 
     | 
    
         
            +
                #
         
     | 
| 
      
 51328 
     | 
    
         
            +
                # @!attribute [rw] security_group_rule_id
         
     | 
| 
      
 51329 
     | 
    
         
            +
                #   The ID of the security group rule.
         
     | 
| 
      
 51330 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 51331 
     | 
    
         
            +
                #
         
     | 
| 
      
 51332 
     | 
    
         
            +
                # @!attribute [rw] security_group_rule
         
     | 
| 
      
 51333 
     | 
    
         
            +
                #   Information about the security group rule.
         
     | 
| 
      
 51334 
     | 
    
         
            +
                #   @return [Types::SecurityGroupRuleRequest]
         
     | 
| 
      
 51335 
     | 
    
         
            +
                #
         
     | 
| 
      
 51336 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRuleUpdate AWS API Documentation
         
     | 
| 
      
 51337 
     | 
    
         
            +
                #
         
     | 
| 
      
 51338 
     | 
    
         
            +
                class SecurityGroupRuleUpdate < Struct.new(
         
     | 
| 
      
 51339 
     | 
    
         
            +
                  :security_group_rule_id,
         
     | 
| 
      
 51340 
     | 
    
         
            +
                  :security_group_rule)
         
     | 
| 
      
 51341 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 51342 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 51343 
     | 
    
         
            +
                end
         
     | 
| 
      
 51344 
     | 
    
         
            +
             
     | 
| 
       50125 
51345 
     | 
    
         
             
                # @note When making an API call, you may pass SendDiagnosticInterruptRequest
         
     | 
| 
       50126 
51346 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       50127 
51347 
     | 
    
         
             
                #
         
     | 
| 
         @@ -50407,13 +51627,13 @@ module Aws::EC2 
     | 
|
| 
       50407 
51627 
     | 
    
         
             
                #   @return [Boolean]
         
     | 
| 
       50408 
51628 
     | 
    
         
             
                #
         
     | 
| 
       50409 
51629 
     | 
    
         
             
                # @!attribute [rw] kms_key_id
         
     | 
| 
       50410 
     | 
    
         
            -
                #   The Amazon Resource Name (ARN) of the  
     | 
| 
       50411 
     | 
    
         
            -
                #    
     | 
| 
       50412 
     | 
    
         
            -
                #    
     | 
| 
      
 51630 
     | 
    
         
            +
                #   The Amazon Resource Name (ARN) of the Key Management Service (KMS)
         
     | 
| 
      
 51631 
     | 
    
         
            +
                #   KMS key that was used to protect the volume encryption key for the
         
     | 
| 
      
 51632 
     | 
    
         
            +
                #   parent volume.
         
     | 
| 
       50413 
51633 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       50414 
51634 
     | 
    
         
             
                #
         
     | 
| 
       50415 
51635 
     | 
    
         
             
                # @!attribute [rw] owner_id
         
     | 
| 
       50416 
     | 
    
         
            -
                #   The  
     | 
| 
      
 51636 
     | 
    
         
            +
                #   The ID of the account that owns the EBS snapshot.
         
     | 
| 
       50417 
51637 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       50418 
51638 
     | 
    
         
             
                #
         
     | 
| 
       50419 
51639 
     | 
    
         
             
                # @!attribute [rw] progress
         
     | 
| 
         @@ -50435,11 +51655,10 @@ module Aws::EC2 
     | 
|
| 
       50435 
51655 
     | 
    
         
             
                #
         
     | 
| 
       50436 
51656 
     | 
    
         
             
                # @!attribute [rw] state_message
         
     | 
| 
       50437 
51657 
     | 
    
         
             
                #   Encrypted Amazon EBS snapshots are copied asynchronously. If a
         
     | 
| 
       50438 
     | 
    
         
            -
                #   snapshot copy operation fails (for example, if the proper  
     | 
| 
       50439 
     | 
    
         
            -
                #   Management Service ( 
     | 
| 
       50440 
     | 
    
         
            -
                #    
     | 
| 
       50441 
     | 
    
         
            -
                #    
     | 
| 
       50442 
     | 
    
         
            -
                #   DescribeSnapshots.
         
     | 
| 
      
 51658 
     | 
    
         
            +
                #   snapshot copy operation fails (for example, if the proper Key
         
     | 
| 
      
 51659 
     | 
    
         
            +
                #   Management Service (KMS) permissions are not obtained) this field
         
     | 
| 
      
 51660 
     | 
    
         
            +
                #   displays error state details to help you diagnose why the error
         
     | 
| 
      
 51661 
     | 
    
         
            +
                #   occurred. This parameter is only returned by DescribeSnapshots.
         
     | 
| 
       50443 
51662 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       50444 
51663 
     | 
    
         
             
                #
         
     | 
| 
       50445 
51664 
     | 
    
         
             
                # @!attribute [rw] volume_id
         
     | 
| 
         @@ -50453,15 +51672,15 @@ module Aws::EC2 
     | 
|
| 
       50453 
51672 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       50454 
51673 
     | 
    
         
             
                #
         
     | 
| 
       50455 
51674 
     | 
    
         
             
                # @!attribute [rw] owner_alias
         
     | 
| 
       50456 
     | 
    
         
            -
                #   The  
     | 
| 
       50457 
     | 
    
         
            -
                #   is not the user-configured  
     | 
| 
       50458 
     | 
    
         
            -
                #   console.
         
     | 
| 
      
 51675 
     | 
    
         
            +
                #   The Amazon Web Services owner alias, from an Amazon-maintained list
         
     | 
| 
      
 51676 
     | 
    
         
            +
                #   (`amazon`). This is not the user-configured account alias set using
         
     | 
| 
      
 51677 
     | 
    
         
            +
                #   the IAM console.
         
     | 
| 
       50459 
51678 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       50460 
51679 
     | 
    
         
             
                #
         
     | 
| 
       50461 
51680 
     | 
    
         
             
                # @!attribute [rw] outpost_arn
         
     | 
| 
       50462 
     | 
    
         
            -
                #   The ARN of the  
     | 
| 
       50463 
     | 
    
         
            -
                #   information, see [EBS  
     | 
| 
       50464 
     | 
    
         
            -
                #   Elastic Compute Cloud User Guide*.
         
     | 
| 
      
 51681 
     | 
    
         
            +
                #   The ARN of the Outpost on which the snapshot is stored. For more
         
     | 
| 
      
 51682 
     | 
    
         
            +
                #   information, see [Amazon EBS local snapshots on Outposts][1] in the
         
     | 
| 
      
 51683 
     | 
    
         
            +
                #   *Amazon Elastic Compute Cloud User Guide*.
         
     | 
| 
       50465 
51684 
     | 
    
         
             
                #
         
     | 
| 
       50466 
51685 
     | 
    
         
             
                #
         
     | 
| 
       50467 
51686 
     | 
    
         
             
                #
         
     | 
| 
         @@ -50643,9 +51862,9 @@ module Aws::EC2 
     | 
|
| 
       50643 
51862 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       50644 
51863 
     | 
    
         
             
                #
         
     | 
| 
       50645 
51864 
     | 
    
         
             
                # @!attribute [rw] outpost_arn
         
     | 
| 
       50646 
     | 
    
         
            -
                #   The ARN of the  
     | 
| 
       50647 
     | 
    
         
            -
                #   information, see [EBS  
     | 
| 
       50648 
     | 
    
         
            -
                #   Elastic Compute Cloud User Guide*.
         
     | 
| 
      
 51865 
     | 
    
         
            +
                #   The ARN of the Outpost on which the snapshot is stored. For more
         
     | 
| 
      
 51866 
     | 
    
         
            +
                #   information, see [Amazon EBS local snapshots on Outposts][1] in the
         
     | 
| 
      
 51867 
     | 
    
         
            +
                #   *Amazon Elastic Compute Cloud User Guide*.
         
     | 
| 
       50649 
51868 
     | 
    
         
             
                #
         
     | 
| 
       50650 
51869 
     | 
    
         
             
                #
         
     | 
| 
       50651 
51870 
     | 
    
         
             
                #
         
     | 
| 
         @@ -50901,7 +52120,7 @@ module Aws::EC2 
     | 
|
| 
       50901 
52120 
     | 
    
         
             
                #         weighted_capacity: 1.0,
         
     | 
| 
       50902 
52121 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       50903 
52122 
     | 
    
         
             
                #           {
         
     | 
| 
       50904 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 52123 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       50905 
52124 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       50906 
52125 
     | 
    
         
             
                #               {
         
     | 
| 
       50907 
52126 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -51215,7 +52434,7 @@ module Aws::EC2 
     | 
|
| 
       51215 
52434 
     | 
    
         
             
                #             weighted_capacity: 1.0,
         
     | 
| 
       51216 
52435 
     | 
    
         
             
                #             tag_specifications: [
         
     | 
| 
       51217 
52436 
     | 
    
         
             
                #               {
         
     | 
| 
       51218 
     | 
    
         
            -
                #                 resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 52437 
     | 
    
         
            +
                #                 resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       51219 
52438 
     | 
    
         
             
                #                 tags: [
         
     | 
| 
       51220 
52439 
     | 
    
         
             
                #                   {
         
     | 
| 
       51221 
52440 
     | 
    
         
             
                #                     key: "String",
         
     | 
| 
         @@ -51276,7 +52495,7 @@ module Aws::EC2 
     | 
|
| 
       51276 
52495 
     | 
    
         
             
                #         context: "String",
         
     | 
| 
       51277 
52496 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       51278 
52497 
     | 
    
         
             
                #           {
         
     | 
| 
       51279 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 52498 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       51280 
52499 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       51281 
52500 
     | 
    
         
             
                #               {
         
     | 
| 
       51282 
52501 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -51557,7 +52776,7 @@ module Aws::EC2 
     | 
|
| 
       51557 
52776 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       51558 
52777 
     | 
    
         
             
                #
         
     | 
| 
       51559 
52778 
     | 
    
         
             
                #       {
         
     | 
| 
       51560 
     | 
    
         
            -
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 52779 
     | 
    
         
            +
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       51561 
52780 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       51562 
52781 
     | 
    
         
             
                #           {
         
     | 
| 
       51563 
52782 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -51822,22 +53041,7 @@ module Aws::EC2 
     | 
|
| 
       51822 
53041 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       51823 
53042 
     | 
    
         
             
                #
         
     | 
| 
       51824 
53043 
     | 
    
         
             
                # @!attribute [rw] block_duration_minutes
         
     | 
| 
       51825 
     | 
    
         
            -
                #    
     | 
| 
       51826 
     | 
    
         
            -
                #   blocks), in minutes. This value must be a multiple of 60 (60, 120,
         
     | 
| 
       51827 
     | 
    
         
            -
                #   180, 240, 300, or 360).
         
     | 
| 
       51828 
     | 
    
         
            -
                #
         
     | 
| 
       51829 
     | 
    
         
            -
                #   The duration period starts as soon as your Spot Instance receives
         
     | 
| 
       51830 
     | 
    
         
            -
                #   its instance ID. At the end of the duration period, Amazon EC2 marks
         
     | 
| 
       51831 
     | 
    
         
            -
                #   the Spot Instance for termination and provides a Spot Instance
         
     | 
| 
       51832 
     | 
    
         
            -
                #   termination notice, which gives the instance a two-minute warning
         
     | 
| 
       51833 
     | 
    
         
            -
                #   before it terminates.
         
     | 
| 
       51834 
     | 
    
         
            -
                #
         
     | 
| 
       51835 
     | 
    
         
            -
                #   You can't specify an Availability Zone group or a launch group if
         
     | 
| 
       51836 
     | 
    
         
            -
                #   you specify a duration.
         
     | 
| 
       51837 
     | 
    
         
            -
                #
         
     | 
| 
       51838 
     | 
    
         
            -
                #   New accounts or accounts with no previous billing history with
         
     | 
| 
       51839 
     | 
    
         
            -
                #   Amazon Web Services are not eligible for Spot Instances with a
         
     | 
| 
       51840 
     | 
    
         
            -
                #   defined duration (also known as Spot blocks).
         
     | 
| 
      
 53044 
     | 
    
         
            +
                #   Deprecated.
         
     | 
| 
       51841 
53045 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       51842 
53046 
     | 
    
         
             
                #
         
     | 
| 
       51843 
53047 
     | 
    
         
             
                # @!attribute [rw] valid_until
         
     | 
| 
         @@ -52293,7 +53497,7 @@ module Aws::EC2 
     | 
|
| 
       52293 
53497 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
       52294 
53498 
     | 
    
         
             
                #         tag_specifications: [
         
     | 
| 
       52295 
53499 
     | 
    
         
             
                #           {
         
     | 
| 
       52296 
     | 
    
         
            -
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 53500 
     | 
    
         
            +
                #             resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       52297 
53501 
     | 
    
         
             
                #             tags: [
         
     | 
| 
       52298 
53502 
     | 
    
         
             
                #               {
         
     | 
| 
       52299 
53503 
     | 
    
         
             
                #                 key: "String",
         
     | 
| 
         @@ -52892,7 +54096,7 @@ module Aws::EC2 
     | 
|
| 
       52892 
54096 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
       52893 
54097 
     | 
    
         
             
                #
         
     | 
| 
       52894 
54098 
     | 
    
         
             
                #       {
         
     | 
| 
       52895 
     | 
    
         
            -
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights- 
     | 
| 
      
 54099 
     | 
    
         
            +
                #         resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       52896 
54100 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       52897 
54101 
     | 
    
         
             
                #           {
         
     | 
| 
       52898 
54102 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -52909,19 +54113,19 @@ module Aws::EC2 
     | 
|
| 
       52909 
54113 
     | 
    
         
             
                #   \| `elastic-ip` \| `elastic-gpu` \| `export-image-task` \|
         
     | 
| 
       52910 
54114 
     | 
    
         
             
                #   `export-instance-task` \| `fleet` \| `fpga-image` \|
         
     | 
| 
       52911 
54115 
     | 
    
         
             
                #   `host-reservation` \| `image`\| `import-image-task` \|
         
     | 
| 
       52912 
     | 
    
         
            -
                #   `import-snapshot-task` \| `instance` \| ` 
     | 
| 
       52913 
     | 
    
         
            -
                #   ` 
     | 
| 
       52914 
     | 
    
         
            -
                #   \| `local-gateway-route-table-vpc-association` 
     | 
| 
       52915 
     | 
    
         
            -
                #   \| ` 
     | 
| 
       52916 
     | 
    
         
            -
                #   `network-interface` \| `reserved-instances` 
     | 
| 
       52917 
     | 
    
         
            -
                #   `security-group`\| `snapshot` \| 
     | 
| 
       52918 
     | 
    
         
            -
                #   `spot- 
     | 
| 
       52919 
     | 
    
         
            -
                #   `traffic-mirror-filter` \| `traffic-mirror-session` \|
         
     | 
| 
      
 54116 
     | 
    
         
            +
                #   `import-snapshot-task` \| `instance` \| `instance-event-window` \|
         
     | 
| 
      
 54117 
     | 
    
         
            +
                #   `internet-gateway` \| `ipv4pool-ec2` \| `ipv6pool-ec2` \| `key-pair`
         
     | 
| 
      
 54118 
     | 
    
         
            +
                #   \| `launch-template` \| `local-gateway-route-table-vpc-association`
         
     | 
| 
      
 54119 
     | 
    
         
            +
                #   \| `placement-group` \| `prefix-list` \| `natgateway` \|
         
     | 
| 
      
 54120 
     | 
    
         
            +
                #   `network-acl` \| `network-interface` \| `reserved-instances`
         
     | 
| 
      
 54121 
     | 
    
         
            +
                #   \|`route-table` \| `security-group`\| `snapshot` \|
         
     | 
| 
      
 54122 
     | 
    
         
            +
                #   `spot-fleet-request` \| `spot-instances-request` \| `snapshot` \|
         
     | 
| 
      
 54123 
     | 
    
         
            +
                #   `subnet` \| `traffic-mirror-filter` \| `traffic-mirror-session` \|
         
     | 
| 
       52920 
54124 
     | 
    
         
             
                #   `traffic-mirror-target` \| `transit-gateway` \|
         
     | 
| 
       52921 
54125 
     | 
    
         
             
                #   `transit-gateway-attachment` \| `transit-gateway-multicast-domain`
         
     | 
| 
       52922 
54126 
     | 
    
         
             
                #   \| `transit-gateway-route-table` \| `volume` \|`vpc` \| `
         
     | 
| 
       52923 
54127 
     | 
    
         
             
                #   vpc-peering-connection` \| `vpc-endpoint` (for interface and gateway
         
     | 
| 
       52924 
     | 
    
         
            -
                #   endpoints) \| `vpc-endpoint-service` (for  
     | 
| 
      
 54128 
     | 
    
         
            +
                #   endpoints) \| `vpc-endpoint-service` (for PrivateLink) \|
         
     | 
| 
       52925 
54129 
     | 
    
         
             
                #   `vpc-flow-log` \| `vpn-connection` \| `vpn-gateway`.
         
     | 
| 
       52926 
54130 
     | 
    
         
             
                #
         
     | 
| 
       52927 
54131 
     | 
    
         
             
                #   To tag a resource after it has been created, see [CreateTags][1].
         
     | 
| 
         @@ -55198,7 +56402,7 @@ module Aws::EC2 
     | 
|
| 
       55198 
56402 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
       55199 
56403 
     | 
    
         
             
                #         group_id: "SecurityGroupId",
         
     | 
| 
       55200 
56404 
     | 
    
         
             
                #         group_name: "SecurityGroupName",
         
     | 
| 
       55201 
     | 
    
         
            -
                #         ip_permissions: [ 
     | 
| 
      
 56405 
     | 
    
         
            +
                #         ip_permissions: [
         
     | 
| 
       55202 
56406 
     | 
    
         
             
                #           {
         
     | 
| 
       55203 
56407 
     | 
    
         
             
                #             from_port: 1,
         
     | 
| 
       55204 
56408 
     | 
    
         
             
                #             ip_protocol: "String",
         
     | 
| 
         @@ -55234,6 +56438,12 @@ module Aws::EC2 
     | 
|
| 
       55234 
56438 
     | 
    
         
             
                #             ],
         
     | 
| 
       55235 
56439 
     | 
    
         
             
                #           },
         
     | 
| 
       55236 
56440 
     | 
    
         
             
                #         ],
         
     | 
| 
      
 56441 
     | 
    
         
            +
                #         security_group_rule_descriptions: [
         
     | 
| 
      
 56442 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 56443 
     | 
    
         
            +
                #             security_group_rule_id: "String",
         
     | 
| 
      
 56444 
     | 
    
         
            +
                #             description: "String",
         
     | 
| 
      
 56445 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 56446 
     | 
    
         
            +
                #         ],
         
     | 
| 
       55237 
56447 
     | 
    
         
             
                #       }
         
     | 
| 
       55238 
56448 
     | 
    
         
             
                #
         
     | 
| 
       55239 
56449 
     | 
    
         
             
                # @!attribute [rw] dry_run
         
     | 
| 
         @@ -55256,16 +56466,23 @@ module Aws::EC2 
     | 
|
| 
       55256 
56466 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       55257 
56467 
     | 
    
         
             
                #
         
     | 
| 
       55258 
56468 
     | 
    
         
             
                # @!attribute [rw] ip_permissions
         
     | 
| 
       55259 
     | 
    
         
            -
                #   The IP permissions for the security group rule.
         
     | 
| 
      
 56469 
     | 
    
         
            +
                #   The IP permissions for the security group rule. You must specify
         
     | 
| 
      
 56470 
     | 
    
         
            +
                #   either the IP permissions or the description.
         
     | 
| 
       55260 
56471 
     | 
    
         
             
                #   @return [Array<Types::IpPermission>]
         
     | 
| 
       55261 
56472 
     | 
    
         
             
                #
         
     | 
| 
      
 56473 
     | 
    
         
            +
                # @!attribute [rw] security_group_rule_descriptions
         
     | 
| 
      
 56474 
     | 
    
         
            +
                #   The description for the egress security group rules. You must
         
     | 
| 
      
 56475 
     | 
    
         
            +
                #   specify either the description or the IP permissions.
         
     | 
| 
      
 56476 
     | 
    
         
            +
                #   @return [Array<Types::SecurityGroupRuleDescription>]
         
     | 
| 
      
 56477 
     | 
    
         
            +
                #
         
     | 
| 
       55262 
56478 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/UpdateSecurityGroupRuleDescriptionsEgressRequest AWS API Documentation
         
     | 
| 
       55263 
56479 
     | 
    
         
             
                #
         
     | 
| 
       55264 
56480 
     | 
    
         
             
                class UpdateSecurityGroupRuleDescriptionsEgressRequest < Struct.new(
         
     | 
| 
       55265 
56481 
     | 
    
         
             
                  :dry_run,
         
     | 
| 
       55266 
56482 
     | 
    
         
             
                  :group_id,
         
     | 
| 
       55267 
56483 
     | 
    
         
             
                  :group_name,
         
     | 
| 
       55268 
     | 
    
         
            -
                  :ip_permissions 
     | 
| 
      
 56484 
     | 
    
         
            +
                  :ip_permissions,
         
     | 
| 
      
 56485 
     | 
    
         
            +
                  :security_group_rule_descriptions)
         
     | 
| 
       55269 
56486 
     | 
    
         
             
                  SENSITIVE = []
         
     | 
| 
       55270 
56487 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       55271 
56488 
     | 
    
         
             
                end
         
     | 
| 
         @@ -55289,7 +56506,7 @@ module Aws::EC2 
     | 
|
| 
       55289 
56506 
     | 
    
         
             
                #         dry_run: false,
         
     | 
| 
       55290 
56507 
     | 
    
         
             
                #         group_id: "SecurityGroupId",
         
     | 
| 
       55291 
56508 
     | 
    
         
             
                #         group_name: "SecurityGroupName",
         
     | 
| 
       55292 
     | 
    
         
            -
                #         ip_permissions: [ 
     | 
| 
      
 56509 
     | 
    
         
            +
                #         ip_permissions: [
         
     | 
| 
       55293 
56510 
     | 
    
         
             
                #           {
         
     | 
| 
       55294 
56511 
     | 
    
         
             
                #             from_port: 1,
         
     | 
| 
       55295 
56512 
     | 
    
         
             
                #             ip_protocol: "String",
         
     | 
| 
         @@ -55325,6 +56542,12 @@ module Aws::EC2 
     | 
|
| 
       55325 
56542 
     | 
    
         
             
                #             ],
         
     | 
| 
       55326 
56543 
     | 
    
         
             
                #           },
         
     | 
| 
       55327 
56544 
     | 
    
         
             
                #         ],
         
     | 
| 
      
 56545 
     | 
    
         
            +
                #         security_group_rule_descriptions: [
         
     | 
| 
      
 56546 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 56547 
     | 
    
         
            +
                #             security_group_rule_id: "String",
         
     | 
| 
      
 56548 
     | 
    
         
            +
                #             description: "String",
         
     | 
| 
      
 56549 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 56550 
     | 
    
         
            +
                #         ],
         
     | 
| 
       55328 
56551 
     | 
    
         
             
                #       }
         
     | 
| 
       55329 
56552 
     | 
    
         
             
                #
         
     | 
| 
       55330 
56553 
     | 
    
         
             
                # @!attribute [rw] dry_run
         
     | 
| 
         @@ -55347,16 +56570,23 @@ module Aws::EC2 
     | 
|
| 
       55347 
56570 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       55348 
56571 
     | 
    
         
             
                #
         
     | 
| 
       55349 
56572 
     | 
    
         
             
                # @!attribute [rw] ip_permissions
         
     | 
| 
       55350 
     | 
    
         
            -
                #   The IP permissions for the security group rule.
         
     | 
| 
      
 56573 
     | 
    
         
            +
                #   The IP permissions for the security group rule. You must specify
         
     | 
| 
      
 56574 
     | 
    
         
            +
                #   either IP permissions or a description.
         
     | 
| 
       55351 
56575 
     | 
    
         
             
                #   @return [Array<Types::IpPermission>]
         
     | 
| 
       55352 
56576 
     | 
    
         
             
                #
         
     | 
| 
      
 56577 
     | 
    
         
            +
                # @!attribute [rw] security_group_rule_descriptions
         
     | 
| 
      
 56578 
     | 
    
         
            +
                #   \[VPC only\] The description for the ingress security group rules.
         
     | 
| 
      
 56579 
     | 
    
         
            +
                #   You must specify either a description or IP permissions.
         
     | 
| 
      
 56580 
     | 
    
         
            +
                #   @return [Array<Types::SecurityGroupRuleDescription>]
         
     | 
| 
      
 56581 
     | 
    
         
            +
                #
         
     | 
| 
       55353 
56582 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/UpdateSecurityGroupRuleDescriptionsIngressRequest AWS API Documentation
         
     | 
| 
       55354 
56583 
     | 
    
         
             
                #
         
     | 
| 
       55355 
56584 
     | 
    
         
             
                class UpdateSecurityGroupRuleDescriptionsIngressRequest < Struct.new(
         
     | 
| 
       55356 
56585 
     | 
    
         
             
                  :dry_run,
         
     | 
| 
       55357 
56586 
     | 
    
         
             
                  :group_id,
         
     | 
| 
       55358 
56587 
     | 
    
         
             
                  :group_name,
         
     | 
| 
       55359 
     | 
    
         
            -
                  :ip_permissions 
     | 
| 
      
 56588 
     | 
    
         
            +
                  :ip_permissions,
         
     | 
| 
      
 56589 
     | 
    
         
            +
                  :security_group_rule_descriptions)
         
     | 
| 
       55360 
56590 
     | 
    
         
             
                  SENSITIVE = []
         
     | 
| 
       55361 
56591 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       55362 
56592 
     | 
    
         
             
                end
         
     | 
| 
         @@ -55442,7 +56672,7 @@ module Aws::EC2 
     | 
|
| 
       55442 
56672 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       55443 
56673 
     | 
    
         
             
                end
         
     | 
| 
       55444 
56674 
     | 
    
         | 
| 
       55445 
     | 
    
         
            -
                # Describes a security group and  
     | 
| 
      
 56675 
     | 
    
         
            +
                # Describes a security group and Amazon Web Services account ID pair.
         
     | 
| 
       55446 
56676 
     | 
    
         
             
                #
         
     | 
| 
       55447 
56677 
     | 
    
         
             
                # @note When making an API call, you may pass UserIdGroupPair
         
     | 
| 
       55448 
56678 
     | 
    
         
             
                #   data as a hash:
         
     | 
| 
         @@ -55483,14 +56713,14 @@ module Aws::EC2 
     | 
|
| 
       55483 
56713 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       55484 
56714 
     | 
    
         
             
                #
         
     | 
| 
       55485 
56715 
     | 
    
         
             
                # @!attribute [rw] user_id
         
     | 
| 
       55486 
     | 
    
         
            -
                #   The ID of an  
     | 
| 
      
 56716 
     | 
    
         
            +
                #   The ID of an Amazon Web Services account.
         
     | 
| 
       55487 
56717 
     | 
    
         
             
                #
         
     | 
| 
       55488 
56718 
     | 
    
         
             
                #   For a referenced security group in another VPC, the account ID of
         
     | 
| 
       55489 
56719 
     | 
    
         
             
                #   the referenced security group is returned in the response. If the
         
     | 
| 
       55490 
56720 
     | 
    
         
             
                #   referenced security group is deleted, this value is not returned.
         
     | 
| 
       55491 
56721 
     | 
    
         
             
                #
         
     | 
| 
       55492 
56722 
     | 
    
         
             
                #   \[EC2-Classic\] Required when adding or removing rules that
         
     | 
| 
       55493 
     | 
    
         
            -
                #   reference a security group in another  
     | 
| 
      
 56723 
     | 
    
         
            +
                #   reference a security group in another Amazon Web Services account.
         
     | 
| 
       55494 
56724 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       55495 
56725 
     | 
    
         
             
                #
         
     | 
| 
       55496 
56726 
     | 
    
         
             
                # @!attribute [rw] vpc_id
         
     | 
| 
         @@ -55660,9 +56890,9 @@ module Aws::EC2 
     | 
|
| 
       55660 
56890 
     | 
    
         
             
                #   @return [Boolean]
         
     | 
| 
       55661 
56891 
     | 
    
         
             
                #
         
     | 
| 
       55662 
56892 
     | 
    
         
             
                # @!attribute [rw] kms_key_id
         
     | 
| 
       55663 
     | 
    
         
            -
                #   The Amazon Resource Name (ARN) of the  
     | 
| 
       55664 
     | 
    
         
            -
                #    
     | 
| 
       55665 
     | 
    
         
            -
                #   volume 
     | 
| 
      
 56893 
     | 
    
         
            +
                #   The Amazon Resource Name (ARN) of the Key Management Service (KMS)
         
     | 
| 
      
 56894 
     | 
    
         
            +
                #   KMS key that was used to protect the volume encryption key for the
         
     | 
| 
      
 56895 
     | 
    
         
            +
                #   volume.
         
     | 
| 
       55666 
56896 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       55667 
56897 
     | 
    
         
             
                #
         
     | 
| 
       55668 
56898 
     | 
    
         
             
                # @!attribute [rw] outpost_arn
         
     |