aws-sdk-ec2 1.245.0 → 1.249.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.
@@ -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-path, placement-group, reserved-instances, route-table, security-group, 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
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",
@@ -472,8 +472,8 @@ module Aws::EC2
472
472
  # if its value is an empty string.
473
473
  #
474
474
  # If you omit this parameter, we delete all user-defined tags for the
475
- # specified resources. We do not delete AWS-generated tags (tags that
476
- # have the `aws:` prefix).
475
+ # specified resources. We do not delete Amazon Web Services-generated
476
+ # tags (tags that have the `aws:` prefix).
477
477
  # @return [Tag::Collection]
478
478
  def delete_tags(options = {})
479
479
  batch = []
@@ -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-path, placement-group, reserved-instances, route-table, security-group, 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
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",
@@ -520,7 +520,8 @@ module Aws::EC2
520
520
  # The ID of the RAM disk to select. Some kernels require additional
521
521
  # drivers at launch. Check the kernel requirements for information about
522
522
  # whether you need to specify a RAM disk. To find kernel requirements,
523
- # go to the AWS Resource Center and search for the kernel ID.
523
+ # go to the Amazon Web Services Resource Center and search for the
524
+ # kernel ID.
524
525
  #
525
526
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
526
527
  # For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
@@ -693,8 +694,8 @@ module Aws::EC2
693
694
  # information, see [Hibernate your instance][1] in the *Amazon EC2 User
694
695
  # Guide*.
695
696
  #
696
- # You can't enable hibernation and AWS Nitro Enclaves on the same
697
- # instance.
697
+ # You can't enable hibernation and Amazon Web Services Nitro Enclaves
698
+ # on the same instance.
698
699
  #
699
700
  #
700
701
  #
@@ -709,12 +710,13 @@ module Aws::EC2
709
710
  #
710
711
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
711
712
  # @option options [Types::EnclaveOptionsRequest] :enclave_options
712
- # Indicates whether the instance is enabled for AWS Nitro Enclaves. For
713
- # more information, see [ What is AWS Nitro Enclaves?][1] in the *AWS
714
- # Nitro Enclaves User Guide*.
713
+ # Indicates whether the instance is enabled for Amazon Web Services
714
+ # Nitro Enclaves. For more information, see [ What is Amazon Web
715
+ # Services Nitro Enclaves?][1] in the *Amazon Web Services Nitro
716
+ # Enclaves User Guide*.
715
717
  #
716
- # You can't enable AWS Nitro Enclaves and hibernation on the same
717
- # instance.
718
+ # You can't enable Amazon Web Services Nitro Enclaves and hibernation
719
+ # on the same instance.
718
720
  #
719
721
  #
720
722
  #
@@ -757,7 +759,7 @@ module Aws::EC2
757
759
  # interface_type: "efa", # accepts efa, branch, trunk
758
760
  # tag_specifications: [
759
761
  # {
760
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
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
761
763
  # tags: [
762
764
  # {
763
765
  # key: "String",
@@ -906,8 +908,8 @@ module Aws::EC2
906
908
  # if its value is an empty string.
907
909
  #
908
910
  # If you omit this parameter, we delete all user-defined tags for the
909
- # specified resources. We do not delete AWS-generated tags (tags that
910
- # have the `aws:` prefix).
911
+ # specified resources. We do not delete Amazon Web Services-generated
912
+ # tags (tags that have the `aws:` prefix).
911
913
  # @return [Tag::Collection]
912
914
  def delete_tags(options = {})
913
915
  batch = []
@@ -1137,7 +1139,7 @@ module Aws::EC2
1137
1139
  # interface.
1138
1140
  #
1139
1141
  # * `network-interface.requester-managed` - Indicates whether the
1140
- # network interface is being managed by AWS.
1142
+ # network interface is being managed by Amazon Web Services.
1141
1143
  #
1142
1144
  # * `network-interface.status` - The status of the network interface
1143
1145
  # (`available`) \| `in-use`).
@@ -1156,7 +1158,7 @@ module Aws::EC2
1156
1158
  #
1157
1159
  # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
1158
1160
  #
1159
- # * `owner-id` - The AWS account ID of the instance owner.
1161
+ # * `owner-id` - The account ID of the instance owner.
1160
1162
  #
1161
1163
  # * `placement-group-name` - The name of the placement group for the
1162
1164
  # instance.
@@ -1184,8 +1186,8 @@ module Aws::EC2
1184
1186
  # terminate the instance). Similar to the state-reason-code filter.
1185
1187
  #
1186
1188
  # * `requester-id` - The ID of the entity that launched the instance on
1187
- # your behalf (for example, AWS Management Console, Auto Scaling, and
1188
- # so on).
1189
+ # your behalf (for example, Management Console, Auto Scaling, and so
1190
+ # on).
1189
1191
  #
1190
1192
  # * `reservation-id` - The ID of the instance's reservation. A
1191
1193
  # reservation ID is created any time you launch an instance. A
@@ -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 AWS-generated tags (tags that
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,
@@ -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-path, placement-group, reserved-instances, route-table, security-group, 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
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-path, placement-group, reserved-instances, route-table, security-group, 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
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 AWS KMS CMK used to encrypt the private key 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 AWS account ID for the source security group,
2716
- # if the source security group is in a different account. You can't
2717
- # specify this parameter in combination with the following parameters:
2718
- # the CIDR IP address range, the IP protocol, the start of the port
2719
- # range, and the end of the port range. Creates rules that grant full
2720
- # ICMP, UDP, and TCP access. To create a rule with a specific IP
2721
- # protocol and port range, use a set of IP permissions instead.
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
@@ -3544,7 +3668,7 @@ module Aws::EC2
3544
3668
  # @return [String]
3545
3669
  #
3546
3670
  # @!attribute [rw] owner_id
3547
- # The ID of the AWS account that owns the Capacity Reservation.
3671
+ # The ID of the account that owns the Capacity Reservation.
3548
3672
  # @return [String]
3549
3673
  #
3550
3674
  # @!attribute [rw] capacity_reservation_arn
@@ -3574,10 +3698,10 @@ module Aws::EC2
3574
3698
  # Reservation can have one of the following tenancy settings:
3575
3699
  #
3576
3700
  # * `default` - The Capacity Reservation is created on hardware that
3577
- # is shared with other AWS accounts.
3701
+ # is shared with other accounts.
3578
3702
  #
3579
3703
  # * `dedicated` - The Capacity Reservation is created on single-tenant
3580
- # hardware that is dedicated to a single AWS account.
3704
+ # hardware that is dedicated to a single account.
3581
3705
  # @return [String]
3582
3706
  #
3583
3707
  # @!attribute [rw] total_instance_count
@@ -3715,7 +3839,7 @@ module Aws::EC2
3715
3839
  # @return [String]
3716
3840
  #
3717
3841
  # @!attribute [rw] owner_id
3718
- # The ID of the AWS account that owns the resource group.
3842
+ # The ID of the account that owns the resource group.
3719
3843
  # @return [String]
3720
3844
  #
3721
3845
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationGroup AWS API Documentation
@@ -4846,8 +4970,8 @@ module Aws::EC2
4846
4970
  end
4847
4971
 
4848
4972
  # @!attribute [rw] owner_id
4849
- # The AWS account ID of the instance owner. This is only present if
4850
- # the product code is attached to the instance.
4973
+ # The account ID of the instance owner. This is only present if the
4974
+ # product code is attached to the instance.
4851
4975
  # @return [String]
4852
4976
  #
4853
4977
  # @!attribute [rw] return
@@ -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-path, placement-group, reserved-instances, route-table, security-group, 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
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",
@@ -5468,7 +5592,7 @@ module Aws::EC2
5468
5592
  # instance_match_criteria: "open", # accepts open, targeted
5469
5593
  # tag_specifications: [
5470
5594
  # {
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-path, placement-group, reserved-instances, route-table, security-group, 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
5595
+ # 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
5596
  # tags: [
5473
5597
  # {
5474
5598
  # key: "String",
@@ -5518,10 +5642,10 @@ module Aws::EC2
5518
5642
  # Reservation can have one of the following tenancy settings:
5519
5643
  #
5520
5644
  # * `default` - The Capacity Reservation is created on hardware that
5521
- # is shared with other AWS accounts.
5645
+ # is shared with other accounts.
5522
5646
  #
5523
5647
  # * `dedicated` - The Capacity Reservation is created on single-tenant
5524
- # hardware that is dedicated to a single AWS account.
5648
+ # hardware that is dedicated to a single account.
5525
5649
  # @return [String]
5526
5650
  #
5527
5651
  # @!attribute [rw] instance_count
@@ -5647,7 +5771,7 @@ module Aws::EC2
5647
5771
  # vpc_id: "VpcId", # required
5648
5772
  # tag_specifications: [
5649
5773
  # {
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-path, placement-group, reserved-instances, route-table, security-group, 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
5774
+ # 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
5775
  # tags: [
5652
5776
  # {
5653
5777
  # key: "String",
@@ -5746,7 +5870,7 @@ module Aws::EC2
5746
5870
  # client_token: "String",
5747
5871
  # tag_specifications: [
5748
5872
  # {
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-path, placement-group, reserved-instances, route-table, security-group, 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
5873
+ # 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
5874
  # tags: [
5751
5875
  # {
5752
5876
  # key: "String",
@@ -6039,7 +6163,7 @@ module Aws::EC2
6039
6163
  # type: "ipsec.1", # required, accepts ipsec.1
6040
6164
  # tag_specifications: [
6041
6165
  # {
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-path, placement-group, reserved-instances, route-table, security-group, 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
6166
+ # 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
6167
  # tags: [
6044
6168
  # {
6045
6169
  # key: "String",
@@ -6203,7 +6327,7 @@ module Aws::EC2
6203
6327
  # ],
6204
6328
  # tag_specifications: [
6205
6329
  # {
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-path, placement-group, reserved-instances, route-table, security-group, 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
6330
+ # 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
6331
  # tags: [
6208
6332
  # {
6209
6333
  # key: "String",
@@ -6261,7 +6385,7 @@ module Aws::EC2
6261
6385
  # vpc_id: "VpcId", # required
6262
6386
  # tag_specifications: [
6263
6387
  # {
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-path, placement-group, reserved-instances, route-table, security-group, 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
6388
+ # 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
6389
  # tags: [
6266
6390
  # {
6267
6391
  # key: "String",
@@ -6482,7 +6606,7 @@ module Aws::EC2
6482
6606
  # replace_unhealthy_instances: false,
6483
6607
  # tag_specifications: [
6484
6608
  # {
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-path, placement-group, reserved-instances, route-table, security-group, 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
6609
+ # 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
6610
  # tags: [
6487
6611
  # {
6488
6612
  # key: "String",
@@ -6491,6 +6615,7 @@ module Aws::EC2
6491
6615
  # ],
6492
6616
  # },
6493
6617
  # ],
6618
+ # context: "String",
6494
6619
  # }
6495
6620
  #
6496
6621
  # @!attribute [rw] dry_run
@@ -6538,7 +6663,7 @@ module Aws::EC2
6538
6663
  # @return [Boolean]
6539
6664
  #
6540
6665
  # @!attribute [rw] type
6541
- # The type of request. The default value is `maintain`.
6666
+ # The fleet type. The default value is `maintain`.
6542
6667
  #
6543
6668
  # * `maintain` - The EC2 Fleet places an asynchronous request for your
6544
6669
  # desired capacity, and continues to maintain your desired Spot
@@ -6586,17 +6711,26 @@ module Aws::EC2
6586
6711
  #
6587
6712
  # @!attribute [rw] tag_specifications
6588
6713
  # The key-value pair for tagging the EC2 Fleet request on creation.
6589
- # The value for `ResourceType` must be `fleet`, otherwise the fleet
6590
- # request fails. To tag instances at launch, specify the tags in the
6591
- # [launch template][1]. For information about tagging after launch,
6592
- # see [Tagging your resources][2].
6714
+ # For more information, see [Tagging your resources][1].
6593
6715
  #
6716
+ # If the fleet type is `instant`, specify a resource type of `fleet`
6717
+ # to tag the fleet or `instance` to tag the instances at launch.
6594
6718
  #
6719
+ # If the fleet type is `maintain` or `request`, specify a resource
6720
+ # type of `fleet` to tag the fleet. You cannot specify a resource type
6721
+ # of `instance`. To tag instances at launch, specify the tags in a
6722
+ # [launch template][2].
6595
6723
  #
6596
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template
6597
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources
6724
+ #
6725
+ #
6726
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources
6727
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template
6598
6728
  # @return [Array<Types::TagSpecification>]
6599
6729
  #
6730
+ # @!attribute [rw] context
6731
+ # Reserved.
6732
+ # @return [String]
6733
+ #
6600
6734
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFleetRequest AWS API Documentation
6601
6735
  #
6602
6736
  class CreateFleetRequest < Struct.new(
@@ -6612,7 +6746,8 @@ module Aws::EC2
6612
6746
  :valid_from,
6613
6747
  :valid_until,
6614
6748
  :replace_unhealthy_instances,
6615
- :tag_specifications)
6749
+ :tag_specifications,
6750
+ :context)
6616
6751
  SENSITIVE = []
6617
6752
  include Aws::Structure
6618
6753
  end
@@ -6623,12 +6758,12 @@ module Aws::EC2
6623
6758
  #
6624
6759
  # @!attribute [rw] errors
6625
6760
  # Information about the instances that could not be launched by the
6626
- # fleet. Valid only when **Type** is set to `instant`.
6761
+ # fleet. Supported only for fleets of type `instant`.
6627
6762
  # @return [Array<Types::CreateFleetError>]
6628
6763
  #
6629
6764
  # @!attribute [rw] instances
6630
6765
  # Information about the instances that were launched by the fleet.
6631
- # Valid only when **Type** is set to `instant`.
6766
+ # Supported only for fleets of type `instant`.
6632
6767
  # @return [Array<Types::CreateFleetInstance>]
6633
6768
  #
6634
6769
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFleetResult AWS API Documentation
@@ -6657,7 +6792,7 @@ module Aws::EC2
6657
6792
  # log_format: "String",
6658
6793
  # tag_specifications: [
6659
6794
  # {
6660
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
6795
+ # 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
6661
6796
  # tags: [
6662
6797
  # {
6663
6798
  # key: "String",
@@ -6851,7 +6986,7 @@ module Aws::EC2
6851
6986
  # client_token: "String",
6852
6987
  # tag_specifications: [
6853
6988
  # {
6854
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
6989
+ # 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
6855
6990
  # tags: [
6856
6991
  # {
6857
6992
  # key: "String",
@@ -6960,7 +7095,7 @@ module Aws::EC2
6960
7095
  # no_reboot: false,
6961
7096
  # tag_specifications: [
6962
7097
  # {
6963
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
7098
+ # 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
6964
7099
  # tags: [
6965
7100
  # {
6966
7101
  # key: "String",
@@ -7055,6 +7190,109 @@ module Aws::EC2
7055
7190
  include Aws::Structure
7056
7191
  end
7057
7192
 
7193
+ # @note When making an API call, you may pass CreateInstanceEventWindowRequest
7194
+ # data as a hash:
7195
+ #
7196
+ # {
7197
+ # dry_run: false,
7198
+ # name: "String",
7199
+ # time_ranges: [
7200
+ # {
7201
+ # start_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
7202
+ # start_hour: 1,
7203
+ # end_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
7204
+ # end_hour: 1,
7205
+ # },
7206
+ # ],
7207
+ # cron_expression: "InstanceEventWindowCronExpression",
7208
+ # tag_specifications: [
7209
+ # {
7210
+ # 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
7211
+ # tags: [
7212
+ # {
7213
+ # key: "String",
7214
+ # value: "String",
7215
+ # },
7216
+ # ],
7217
+ # },
7218
+ # ],
7219
+ # }
7220
+ #
7221
+ # @!attribute [rw] dry_run
7222
+ # Checks whether you have the required permissions for the action,
7223
+ # without actually making the request, and provides an error response.
7224
+ # If you have the required permissions, the error response is
7225
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
7226
+ # @return [Boolean]
7227
+ #
7228
+ # @!attribute [rw] name
7229
+ # The name of the event window.
7230
+ # @return [String]
7231
+ #
7232
+ # @!attribute [rw] time_ranges
7233
+ # The time range for the event window. If you specify a time range,
7234
+ # you can't specify a cron expression.
7235
+ # @return [Array<Types::InstanceEventWindowTimeRangeRequest>]
7236
+ #
7237
+ # @!attribute [rw] cron_expression
7238
+ # The cron expression for the event window, for example, `* 0-4,20-23
7239
+ # * * 1,5`. If you specify a cron expression, you can't specify a
7240
+ # time range.
7241
+ #
7242
+ # Constraints:
7243
+ #
7244
+ # * Only hour and day of the week values are supported.
7245
+ #
7246
+ # * For day of the week values, you can specify either integers `0`
7247
+ # through `6`, or alternative single values `SUN` through `SAT`.
7248
+ #
7249
+ # * The minute, month, and year must be specified by `*`.
7250
+ #
7251
+ # * The hour value must be one or a multiple range, for example, `0-4`
7252
+ # or `0-4,20-23`.
7253
+ #
7254
+ # * Each hour range must be &gt;= 2 hours, for example, `0-2` or
7255
+ # `20-23`.
7256
+ #
7257
+ # * The event window must be &gt;= 4 hours. The combined total time
7258
+ # ranges in the event window must be &gt;= 4 hours.
7259
+ #
7260
+ # For more information about cron expressions, see [cron][1] on the
7261
+ # *Wikipedia website*.
7262
+ #
7263
+ #
7264
+ #
7265
+ # [1]: https://en.wikipedia.org/wiki/Cron
7266
+ # @return [String]
7267
+ #
7268
+ # @!attribute [rw] tag_specifications
7269
+ # The tags to apply to the event window.
7270
+ # @return [Array<Types::TagSpecification>]
7271
+ #
7272
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceEventWindowRequest AWS API Documentation
7273
+ #
7274
+ class CreateInstanceEventWindowRequest < Struct.new(
7275
+ :dry_run,
7276
+ :name,
7277
+ :time_ranges,
7278
+ :cron_expression,
7279
+ :tag_specifications)
7280
+ SENSITIVE = []
7281
+ include Aws::Structure
7282
+ end
7283
+
7284
+ # @!attribute [rw] instance_event_window
7285
+ # Information about the event window.
7286
+ # @return [Types::InstanceEventWindow]
7287
+ #
7288
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceEventWindowResult AWS API Documentation
7289
+ #
7290
+ class CreateInstanceEventWindowResult < Struct.new(
7291
+ :instance_event_window)
7292
+ SENSITIVE = []
7293
+ include Aws::Structure
7294
+ end
7295
+
7058
7296
  # @note When making an API call, you may pass CreateInstanceExportTaskRequest
7059
7297
  # data as a hash:
7060
7298
  #
@@ -7070,7 +7308,7 @@ module Aws::EC2
7070
7308
  # target_environment: "citrix", # required, accepts citrix, vmware, microsoft
7071
7309
  # tag_specifications: [
7072
7310
  # {
7073
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
7311
+ # 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
7074
7312
  # tags: [
7075
7313
  # {
7076
7314
  # key: "String",
@@ -7132,7 +7370,7 @@ module Aws::EC2
7132
7370
  # {
7133
7371
  # tag_specifications: [
7134
7372
  # {
7135
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
7373
+ # 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
7136
7374
  # tags: [
7137
7375
  # {
7138
7376
  # key: "String",
@@ -7184,7 +7422,7 @@ module Aws::EC2
7184
7422
  # dry_run: false,
7185
7423
  # tag_specifications: [
7186
7424
  # {
7187
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
7425
+ # 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
7188
7426
  # tags: [
7189
7427
  # {
7190
7428
  # key: "String",
@@ -7304,7 +7542,7 @@ module Aws::EC2
7304
7542
  # user_data: "String",
7305
7543
  # tag_specifications: [
7306
7544
  # {
7307
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
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, 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
7308
7546
  # tags: [
7309
7547
  # {
7310
7548
  # key: "String",
@@ -7369,7 +7607,7 @@ module Aws::EC2
7369
7607
  # },
7370
7608
  # tag_specifications: [
7371
7609
  # {
7372
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
7610
+ # 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
7373
7611
  # tags: [
7374
7612
  # {
7375
7613
  # key: "String",
@@ -7531,7 +7769,7 @@ module Aws::EC2
7531
7769
  # user_data: "String",
7532
7770
  # tag_specifications: [
7533
7771
  # {
7534
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
7772
+ # 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
7535
7773
  # tags: [
7536
7774
  # {
7537
7775
  # key: "String",
@@ -7736,7 +7974,7 @@ module Aws::EC2
7736
7974
  # vpc_id: "VpcId", # required
7737
7975
  # tag_specifications: [
7738
7976
  # {
7739
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
7977
+ # 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
7740
7978
  # tags: [
7741
7979
  # {
7742
7980
  # key: "String",
@@ -7805,7 +8043,7 @@ module Aws::EC2
7805
8043
  # max_entries: 1, # required
7806
8044
  # tag_specifications: [
7807
8045
  # {
7808
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
8046
+ # 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
7809
8047
  # tags: [
7810
8048
  # {
7811
8049
  # key: "String",
@@ -7901,7 +8139,7 @@ module Aws::EC2
7901
8139
  # subnet_id: "SubnetId", # required
7902
8140
  # tag_specifications: [
7903
8141
  # {
7904
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
8142
+ # 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
7905
8143
  # tags: [
7906
8144
  # {
7907
8145
  # key: "String",
@@ -8098,7 +8336,7 @@ module Aws::EC2
8098
8336
  # vpc_id: "VpcId", # required
8099
8337
  # tag_specifications: [
8100
8338
  # {
8101
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
8339
+ # 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
8102
8340
  # tags: [
8103
8341
  # {
8104
8342
  # key: "String",
@@ -8158,7 +8396,7 @@ module Aws::EC2
8158
8396
  # destination_port: 1,
8159
8397
  # tag_specifications: [
8160
8398
  # {
8161
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
8399
+ # 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
8162
8400
  # tags: [
8163
8401
  # {
8164
8402
  # key: "String",
@@ -8337,7 +8575,7 @@ module Aws::EC2
8337
8575
  # subnet_id: "SubnetId", # required
8338
8576
  # tag_specifications: [
8339
8577
  # {
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, 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, 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
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, 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
8341
8579
  # tags: [
8342
8580
  # {
8343
8581
  # key: "String",
@@ -8492,7 +8730,7 @@ module Aws::EC2
8492
8730
  # partition_count: 1,
8493
8731
  # tag_specifications: [
8494
8732
  # {
8495
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
8733
+ # 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
8496
8734
  # tags: [
8497
8735
  # {
8498
8736
  # key: "String",
@@ -8564,7 +8802,7 @@ module Aws::EC2
8564
8802
  # dry_run: false,
8565
8803
  # tag_specifications: [
8566
8804
  # {
8567
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
8805
+ # 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
8568
8806
  # tags: [
8569
8807
  # {
8570
8808
  # key: "String",
@@ -8712,7 +8950,7 @@ module Aws::EC2
8712
8950
  # name: "String",
8713
8951
  # tag_specifications: [
8714
8952
  # {
8715
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
8953
+ # 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
8716
8954
  # tags: [
8717
8955
  # {
8718
8956
  # key: "String",
@@ -8918,7 +9156,7 @@ module Aws::EC2
8918
9156
  # vpc_id: "VpcId", # required
8919
9157
  # tag_specifications: [
8920
9158
  # {
8921
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
9159
+ # 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
8922
9160
  # tags: [
8923
9161
  # {
8924
9162
  # key: "String",
@@ -8975,7 +9213,7 @@ module Aws::EC2
8975
9213
  # vpc_id: "VpcId",
8976
9214
  # tag_specifications: [
8977
9215
  # {
8978
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
9216
+ # 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
8979
9217
  # tags: [
8980
9218
  # {
8981
9219
  # key: "String",
@@ -9063,7 +9301,7 @@ module Aws::EC2
9063
9301
  # volume_id: "VolumeId", # required
9064
9302
  # tag_specifications: [
9065
9303
  # {
9066
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
9304
+ # 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
9067
9305
  # tags: [
9068
9306
  # {
9069
9307
  # key: "String",
@@ -9142,7 +9380,7 @@ module Aws::EC2
9142
9380
  # outpost_arn: "String",
9143
9381
  # tag_specifications: [
9144
9382
  # {
9145
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
9383
+ # 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
9146
9384
  # tags: [
9147
9385
  # {
9148
9386
  # key: "String",
@@ -9354,7 +9592,7 @@ module Aws::EC2
9354
9592
  # {
9355
9593
  # tag_specifications: [
9356
9594
  # {
9357
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
9595
+ # 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
9358
9596
  # tags: [
9359
9597
  # {
9360
9598
  # key: "String",
@@ -9507,7 +9745,7 @@ module Aws::EC2
9507
9745
  # description: "String",
9508
9746
  # tag_specifications: [
9509
9747
  # {
9510
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
9748
+ # 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
9511
9749
  # tags: [
9512
9750
  # {
9513
9751
  # key: "String",
@@ -9730,7 +9968,7 @@ module Aws::EC2
9730
9968
  # description: "String",
9731
9969
  # tag_specifications: [
9732
9970
  # {
9733
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
9971
+ # 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
9734
9972
  # tags: [
9735
9973
  # {
9736
9974
  # key: "String",
@@ -9863,7 +10101,7 @@ module Aws::EC2
9863
10101
  # description: "String",
9864
10102
  # tag_specifications: [
9865
10103
  # {
9866
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
10104
+ # 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
9867
10105
  # tags: [
9868
10106
  # {
9869
10107
  # key: "String",
@@ -9962,7 +10200,7 @@ module Aws::EC2
9962
10200
  # inside_cidr_blocks: ["String"], # required
9963
10201
  # tag_specifications: [
9964
10202
  # {
9965
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
10203
+ # 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
9966
10204
  # tags: [
9967
10205
  # {
9968
10206
  # key: "String",
@@ -10049,7 +10287,7 @@ module Aws::EC2
10049
10287
  # },
10050
10288
  # tag_specifications: [
10051
10289
  # {
10052
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
10290
+ # 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
10053
10291
  # tags: [
10054
10292
  # {
10055
10293
  # key: "String",
@@ -10137,7 +10375,7 @@ module Aws::EC2
10137
10375
  # },
10138
10376
  # tag_specifications: [
10139
10377
  # {
10140
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
10378
+ # 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
10141
10379
  # tags: [
10142
10380
  # {
10143
10381
  # key: "String",
@@ -10238,7 +10476,7 @@ module Aws::EC2
10238
10476
  # peer_region: "String", # required
10239
10477
  # tag_specifications: [
10240
10478
  # {
10241
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
10479
+ # 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
10242
10480
  # tags: [
10243
10481
  # {
10244
10482
  # key: "String",
@@ -10378,7 +10616,7 @@ module Aws::EC2
10378
10616
  # },
10379
10617
  # tag_specifications: [
10380
10618
  # {
10381
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
10619
+ # 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
10382
10620
  # tags: [
10383
10621
  # {
10384
10622
  # key: "String",
@@ -10498,7 +10736,7 @@ module Aws::EC2
10498
10736
  # transit_gateway_id: "TransitGatewayId", # required
10499
10737
  # tag_specifications: [
10500
10738
  # {
10501
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
10739
+ # 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
10502
10740
  # tags: [
10503
10741
  # {
10504
10742
  # key: "String",
@@ -10561,7 +10799,7 @@ module Aws::EC2
10561
10799
  # },
10562
10800
  # tag_specifications: [
10563
10801
  # {
10564
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
10802
+ # 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
10565
10803
  # tags: [
10566
10804
  # {
10567
10805
  # key: "String",
@@ -10745,7 +10983,7 @@ module Aws::EC2
10745
10983
  # dry_run: false,
10746
10984
  # tag_specifications: [
10747
10985
  # {
10748
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
10986
+ # 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
10749
10987
  # tags: [
10750
10988
  # {
10751
10989
  # key: "String",
@@ -11028,7 +11266,7 @@ module Aws::EC2
11028
11266
  # private_dns_enabled: false,
11029
11267
  # tag_specifications: [
11030
11268
  # {
11031
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
11269
+ # 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
11032
11270
  # tags: [
11033
11271
  # {
11034
11272
  # key: "String",
@@ -11165,7 +11403,7 @@ module Aws::EC2
11165
11403
  # client_token: "String",
11166
11404
  # tag_specifications: [
11167
11405
  # {
11168
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
11406
+ # 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
11169
11407
  # tags: [
11170
11408
  # {
11171
11409
  # key: "String",
@@ -11261,7 +11499,7 @@ module Aws::EC2
11261
11499
  # peer_region: "String",
11262
11500
  # tag_specifications: [
11263
11501
  # {
11264
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
11502
+ # 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
11265
11503
  # tags: [
11266
11504
  # {
11267
11505
  # key: "String",
@@ -11344,7 +11582,7 @@ module Aws::EC2
11344
11582
  # ipv_6_cidr_block_network_border_group: "String",
11345
11583
  # tag_specifications: [
11346
11584
  # {
11347
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
11585
+ # 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
11348
11586
  # tags: [
11349
11587
  # {
11350
11588
  # key: "String",
@@ -11513,7 +11751,7 @@ module Aws::EC2
11513
11751
  # },
11514
11752
  # tag_specifications: [
11515
11753
  # {
11516
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
11754
+ # 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
11517
11755
  # tags: [
11518
11756
  # {
11519
11757
  # key: "String",
@@ -11623,7 +11861,7 @@ module Aws::EC2
11623
11861
  # type: "ipsec.1", # required, accepts ipsec.1
11624
11862
  # tag_specifications: [
11625
11863
  # {
11626
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
11864
+ # 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
11627
11865
  # tags: [
11628
11866
  # {
11629
11867
  # key: "String",
@@ -12218,6 +12456,54 @@ module Aws::EC2
12218
12456
  include Aws::Structure
12219
12457
  end
12220
12458
 
12459
+ # @note When making an API call, you may pass DeleteInstanceEventWindowRequest
12460
+ # data as a hash:
12461
+ #
12462
+ # {
12463
+ # dry_run: false,
12464
+ # force_delete: false,
12465
+ # instance_event_window_id: "InstanceEventWindowId", # required
12466
+ # }
12467
+ #
12468
+ # @!attribute [rw] dry_run
12469
+ # Checks whether you have the required permissions for the action,
12470
+ # without actually making the request, and provides an error response.
12471
+ # If you have the required permissions, the error response is
12472
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
12473
+ # @return [Boolean]
12474
+ #
12475
+ # @!attribute [rw] force_delete
12476
+ # Specify `true` to force delete the event window. Use the force
12477
+ # delete parameter if the event window is currently associated with
12478
+ # targets.
12479
+ # @return [Boolean]
12480
+ #
12481
+ # @!attribute [rw] instance_event_window_id
12482
+ # The ID of the event window.
12483
+ # @return [String]
12484
+ #
12485
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteInstanceEventWindowRequest AWS API Documentation
12486
+ #
12487
+ class DeleteInstanceEventWindowRequest < Struct.new(
12488
+ :dry_run,
12489
+ :force_delete,
12490
+ :instance_event_window_id)
12491
+ SENSITIVE = []
12492
+ include Aws::Structure
12493
+ end
12494
+
12495
+ # @!attribute [rw] instance_event_window_state
12496
+ # The state of the event window.
12497
+ # @return [Types::InstanceEventWindowStateChange]
12498
+ #
12499
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteInstanceEventWindowResult AWS API Documentation
12500
+ #
12501
+ class DeleteInstanceEventWindowResult < Struct.new(
12502
+ :instance_event_window_state)
12503
+ SENSITIVE = []
12504
+ include Aws::Structure
12505
+ end
12506
+
12221
12507
  # @note When making an API call, you may pass DeleteInternetGatewayRequest
12222
12508
  # data as a hash:
12223
12509
  #
@@ -13160,8 +13446,8 @@ module Aws::EC2
13160
13446
  # the tag only if its value is an empty string.
13161
13447
  #
13162
13448
  # If you omit this parameter, we delete all user-defined tags for the
13163
- # specified resources. We do not delete AWS-generated tags (tags that
13164
- # have the `aws:` prefix).
13449
+ # specified resources. We do not delete Amazon Web Services-generated
13450
+ # tags (tags that have the `aws:` prefix).
13165
13451
  # @return [Array<Types::Tag>]
13166
13452
  #
13167
13453
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteTagsRequest AWS API Documentation
@@ -14785,7 +15071,7 @@ module Aws::EC2
14785
15071
  # * `instance-type` - The type of instance for which the Capacity
14786
15072
  # Reservation reserves capacity.
14787
15073
  #
14788
- # * `owner-id` - The ID of the AWS account that owns the Capacity
15074
+ # * `owner-id` - The ID of the account that owns the Capacity
14789
15075
  # Reservation.
14790
15076
  #
14791
15077
  # * `availability-zone-id` - The Availability Zone ID of the Capacity
@@ -14802,11 +15088,10 @@ module Aws::EC2
14802
15088
  # settings:
14803
15089
  #
14804
15090
  # * `default` - The Capacity Reservation is created on hardware that
14805
- # is shared with other AWS accounts.
15091
+ # is shared with other accounts.
14806
15092
  #
14807
15093
  # * `dedicated` - The Capacity Reservation is created on
14808
- # single-tenant hardware that is dedicated to a single AWS
14809
- # account.
15094
+ # single-tenant hardware that is dedicated to a single account.
14810
15095
  #
14811
15096
  # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost on
14812
15097
  # which the Capacity Reservation was created.
@@ -17748,6 +18033,113 @@ module Aws::EC2
17748
18033
  include Aws::Structure
17749
18034
  end
17750
18035
 
18036
+ # <para>Describe instance event windows by InstanceEventWindow.</para>
18037
+ #
18038
+ # @note When making an API call, you may pass DescribeInstanceEventWindowsRequest
18039
+ # data as a hash:
18040
+ #
18041
+ # {
18042
+ # dry_run: false,
18043
+ # instance_event_window_ids: ["InstanceEventWindowId"],
18044
+ # filters: [
18045
+ # {
18046
+ # name: "String",
18047
+ # values: ["String"],
18048
+ # },
18049
+ # ],
18050
+ # max_results: 1,
18051
+ # next_token: "String",
18052
+ # }
18053
+ #
18054
+ # @!attribute [rw] dry_run
18055
+ # Checks whether you have the required permissions for the action,
18056
+ # without actually making the request, and provides an error response.
18057
+ # If you have the required permissions, the error response is
18058
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
18059
+ # @return [Boolean]
18060
+ #
18061
+ # @!attribute [rw] instance_event_window_ids
18062
+ # The IDs of the event windows.
18063
+ # @return [Array<String>]
18064
+ #
18065
+ # @!attribute [rw] filters
18066
+ # One or more filters.
18067
+ #
18068
+ # * `dedicated-host-id` - The event windows associated with the
18069
+ # specified Dedicated Host ID.
18070
+ #
18071
+ # * `event-window-name` - The event windows associated with the
18072
+ # specified names.
18073
+ #
18074
+ # * `instance-id` - The event windows associated with the specified
18075
+ # instance ID.
18076
+ #
18077
+ # * `instance-tag` - The event windows associated with the specified
18078
+ # tag and value.
18079
+ #
18080
+ # * `instance-tag-key` - The event windows associated with the
18081
+ # specified tag key, regardless of the value.
18082
+ #
18083
+ # * `instance-tag-value` - The event windows associated with the
18084
+ # specified tag value, regardless of the key.
18085
+ #
18086
+ # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
18087
+ # to the event window. Use the tag key in the filter name and the
18088
+ # tag value as the filter value. For example, to find all resources
18089
+ # that have a tag with the key `Owner` and the value `CMX`, specify
18090
+ # `tag:Owner` for the filter name and `CMX` for the filter value.
18091
+ #
18092
+ # * `tag-key` - The key of a tag assigned to the event window. Use
18093
+ # this filter to find all event windows that have a tag with a
18094
+ # specific key, regardless of the tag value.
18095
+ #
18096
+ # * `tag-value` - The value of a tag assigned to the event window. Use
18097
+ # this filter to find all event windows that have a tag with a
18098
+ # specific value, regardless of the tag key.
18099
+ # @return [Array<Types::Filter>]
18100
+ #
18101
+ # @!attribute [rw] max_results
18102
+ # The maximum number of results to return in a single call. To
18103
+ # retrieve the remaining results, make another call with the returned
18104
+ # `NextToken` value. This value can be between 20 and 500. You cannot
18105
+ # specify this parameter and the event window IDs parameter in the
18106
+ # same call.
18107
+ # @return [Integer]
18108
+ #
18109
+ # @!attribute [rw] next_token
18110
+ # The token to request the next page of results.
18111
+ # @return [String]
18112
+ #
18113
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceEventWindowsRequest AWS API Documentation
18114
+ #
18115
+ class DescribeInstanceEventWindowsRequest < Struct.new(
18116
+ :dry_run,
18117
+ :instance_event_window_ids,
18118
+ :filters,
18119
+ :max_results,
18120
+ :next_token)
18121
+ SENSITIVE = []
18122
+ include Aws::Structure
18123
+ end
18124
+
18125
+ # @!attribute [rw] instance_event_windows
18126
+ # Information about the event windows.
18127
+ # @return [Array<Types::InstanceEventWindow>]
18128
+ #
18129
+ # @!attribute [rw] next_token
18130
+ # The token to use to retrieve the next page of results. This value is
18131
+ # `null` when there are no more results to return.
18132
+ # @return [String]
18133
+ #
18134
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceEventWindowsResult AWS API Documentation
18135
+ #
18136
+ class DescribeInstanceEventWindowsResult < Struct.new(
18137
+ :instance_event_windows,
18138
+ :next_token)
18139
+ SENSITIVE = []
18140
+ include Aws::Structure
18141
+ end
18142
+
17751
18143
  # @note When making an API call, you may pass DescribeInstanceStatusRequest
17752
18144
  # data as a hash:
17753
18145
  #
@@ -18376,7 +18768,7 @@ module Aws::EC2
18376
18768
  # network interface.
18377
18769
  #
18378
18770
  # * `network-interface.requester-managed` - Indicates whether the
18379
- # network interface is being managed by AWS.
18771
+ # network interface is being managed by Amazon Web Services.
18380
18772
  #
18381
18773
  # * `network-interface.status` - The status of the network interface
18382
18774
  # (`available`) \| `in-use`).
@@ -18395,7 +18787,7 @@ module Aws::EC2
18395
18787
  #
18396
18788
  # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
18397
18789
  #
18398
- # * `owner-id` - The AWS account ID of the instance owner.
18790
+ # * `owner-id` - The account ID of the instance owner.
18399
18791
  #
18400
18792
  # * `placement-group-name` - The name of the placement group for the
18401
18793
  # instance.
@@ -18423,8 +18815,8 @@ module Aws::EC2
18423
18815
  # terminate the instance). Similar to the state-reason-code filter.
18424
18816
  #
18425
18817
  # * `requester-id` - The ID of the entity that launched the instance
18426
- # on your behalf (for example, AWS Management Console, Auto Scaling,
18427
- # and so on).
18818
+ # on your behalf (for example, Management Console, Auto Scaling, and
18819
+ # so on).
18428
18820
  #
18429
18821
  # * `reservation-id` - The ID of the instance's reservation. A
18430
18822
  # reservation ID is created any time you launch an instance. A
@@ -18743,7 +19135,7 @@ module Aws::EC2
18743
19135
  # @!attribute [rw] key_names
18744
19136
  # The key pair names.
18745
19137
  #
18746
- # Default: Describes all your key pairs.
19138
+ # Default: Describes all of your key pairs.
18747
19139
  # @return [Array<String>]
18748
19140
  #
18749
19141
  # @!attribute [rw] key_pair_ids
@@ -21018,8 +21410,8 @@ module Aws::EC2
21018
21410
  #
21019
21411
  # * `marketplace` - Set to `true` to show only Reserved Instance
21020
21412
  # Marketplace offerings. When this filter is not used, which is the
21021
- # default behavior, all offerings from both AWS and the Reserved
21022
- # Instance Marketplace are listed.
21413
+ # default behavior, all offerings from both Amazon Web Services and
21414
+ # the Reserved Instance Marketplace are listed.
21023
21415
  #
21024
21416
  # * `product-description` - The Reserved Instance product platform
21025
21417
  # description. Instances that include `(Amazon VPC)` in the product
@@ -21691,6 +22083,88 @@ module Aws::EC2
21691
22083
  include Aws::Structure
21692
22084
  end
21693
22085
 
22086
+ # @note When making an API call, you may pass DescribeSecurityGroupRulesRequest
22087
+ # data as a hash:
22088
+ #
22089
+ # {
22090
+ # filters: [
22091
+ # {
22092
+ # name: "String",
22093
+ # values: ["String"],
22094
+ # },
22095
+ # ],
22096
+ # security_group_rule_ids: ["String"],
22097
+ # dry_run: false,
22098
+ # next_token: "String",
22099
+ # max_results: 1,
22100
+ # }
22101
+ #
22102
+ # @!attribute [rw] filters
22103
+ # One or more filters.
22104
+ #
22105
+ # * `group-id` - The ID of the security group.
22106
+ #
22107
+ # * `security-group-rule-id` - The ID of the security group rule.
22108
+ #
22109
+ # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
22110
+ # to the resource. Use the tag key in the filter name and the tag
22111
+ # value as the filter value. For example, to find all resources that
22112
+ # have a tag with the key `Owner` and the value `TeamA`, specify
22113
+ # `tag:Owner` for the filter name and `TeamA` for the filter value.
22114
+ # @return [Array<Types::Filter>]
22115
+ #
22116
+ # @!attribute [rw] security_group_rule_ids
22117
+ # The IDs of the security group rules.
22118
+ # @return [Array<String>]
22119
+ #
22120
+ # @!attribute [rw] dry_run
22121
+ # Checks whether you have the required permissions for the action,
22122
+ # without actually making the request, and provides an error response.
22123
+ # If you have the required permissions, the error response is
22124
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
22125
+ # @return [Boolean]
22126
+ #
22127
+ # @!attribute [rw] next_token
22128
+ # The token for the next page of results.
22129
+ # @return [String]
22130
+ #
22131
+ # @!attribute [rw] max_results
22132
+ # The maximum number of results to return in a single call. To
22133
+ # retrieve the remaining results, make another request with the
22134
+ # returned `NextToken` value. This value can be between 5 and 1000. If
22135
+ # this parameter is not specified, then all results are returned.
22136
+ # @return [Integer]
22137
+ #
22138
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesRequest AWS API Documentation
22139
+ #
22140
+ class DescribeSecurityGroupRulesRequest < Struct.new(
22141
+ :filters,
22142
+ :security_group_rule_ids,
22143
+ :dry_run,
22144
+ :next_token,
22145
+ :max_results)
22146
+ SENSITIVE = []
22147
+ include Aws::Structure
22148
+ end
22149
+
22150
+ # @!attribute [rw] security_group_rules
22151
+ # Information about security group rules.
22152
+ # @return [Array<Types::SecurityGroupRule>]
22153
+ #
22154
+ # @!attribute [rw] next_token
22155
+ # The token to use to retrieve the next page of results. This value is
22156
+ # `null` when there are no more results to return.
22157
+ # @return [String]
22158
+ #
22159
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesResult AWS API Documentation
22160
+ #
22161
+ class DescribeSecurityGroupRulesResult < Struct.new(
22162
+ :security_group_rules,
22163
+ :next_token)
22164
+ SENSITIVE = []
22165
+ include Aws::Structure
22166
+ end
22167
+
21694
22168
  # @note When making an API call, you may pass DescribeSecurityGroupsRequest
21695
22169
  # data as a hash:
21696
22170
  #
@@ -21741,8 +22215,9 @@ module Aws::EC2
21741
22215
  # * `egress.ip-permission.to-port` - For an outbound rule, the end of
21742
22216
  # port range for the TCP and UDP protocols, or an ICMP code.
21743
22217
  #
21744
- # * `egress.ip-permission.user-id` - The ID of an AWS account that has
21745
- # been referenced in an outbound security group rule.
22218
+ # * `egress.ip-permission.user-id` - The ID of an Amazon Web Services
22219
+ # account that has been referenced in an outbound security group
22220
+ # rule.
21746
22221
  #
21747
22222
  # * `group-id` - The ID of the security group.
21748
22223
  #
@@ -21773,11 +22248,11 @@ module Aws::EC2
21773
22248
  # * `ip-permission.to-port` - For an inbound rule, the end of port
21774
22249
  # range for the TCP and UDP protocols, or an ICMP code.
21775
22250
  #
21776
- # * `ip-permission.user-id` - The ID of an AWS account that has been
21777
- # referenced in an inbound security group rule.
22251
+ # * `ip-permission.user-id` - The ID of an Amazon Web Services account
22252
+ # that has been referenced in an inbound security group rule.
21778
22253
  #
21779
- # * `owner-id` - The AWS account ID of the owner of the security
21780
- # group.
22254
+ # * `owner-id` - The Amazon Web Services account ID of the owner of
22255
+ # the security group.
21781
22256
  #
21782
22257
  # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
21783
22258
  # to the resource. Use the tag key in the filter name and the tag
@@ -21797,7 +22272,7 @@ module Aws::EC2
21797
22272
  # The IDs of the security groups. Required for security groups in a
21798
22273
  # nondefault VPC.
21799
22274
  #
21800
- # Default: Describes all your security groups.
22275
+ # Default: Describes all of your security groups.
21801
22276
  # @return [Array<String>]
21802
22277
  #
21803
22278
  # @!attribute [rw] group_names
@@ -21806,7 +22281,7 @@ module Aws::EC2
21806
22281
  # security group ID. For security groups in a nondefault VPC, use the
21807
22282
  # `group-name` filter to describe security groups by name.
21808
22283
  #
21809
- # Default: Describes all your security groups.
22284
+ # Default: Describes all of your security groups.
21810
22285
  # @return [Array<String>]
21811
22286
  #
21812
22287
  # @!attribute [rw] dry_run
@@ -26504,6 +26979,61 @@ module Aws::EC2
26504
26979
  include Aws::Structure
26505
26980
  end
26506
26981
 
26982
+ # @note When making an API call, you may pass DisassociateInstanceEventWindowRequest
26983
+ # data as a hash:
26984
+ #
26985
+ # {
26986
+ # dry_run: false,
26987
+ # instance_event_window_id: "InstanceEventWindowId", # required
26988
+ # association_target: { # required
26989
+ # instance_ids: ["InstanceId"],
26990
+ # instance_tags: [
26991
+ # {
26992
+ # key: "String",
26993
+ # value: "String",
26994
+ # },
26995
+ # ],
26996
+ # dedicated_host_ids: ["DedicatedHostId"],
26997
+ # },
26998
+ # }
26999
+ #
27000
+ # @!attribute [rw] dry_run
27001
+ # Checks whether you have the required permissions for the action,
27002
+ # without actually making the request, and provides an error response.
27003
+ # If you have the required permissions, the error response is
27004
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
27005
+ # @return [Boolean]
27006
+ #
27007
+ # @!attribute [rw] instance_event_window_id
27008
+ # The ID of the event window.
27009
+ # @return [String]
27010
+ #
27011
+ # @!attribute [rw] association_target
27012
+ # One or more targets to disassociate from the specified event window.
27013
+ # @return [Types::InstanceEventWindowDisassociationRequest]
27014
+ #
27015
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateInstanceEventWindowRequest AWS API Documentation
27016
+ #
27017
+ class DisassociateInstanceEventWindowRequest < Struct.new(
27018
+ :dry_run,
27019
+ :instance_event_window_id,
27020
+ :association_target)
27021
+ SENSITIVE = []
27022
+ include Aws::Structure
27023
+ end
27024
+
27025
+ # @!attribute [rw] instance_event_window
27026
+ # Information about the event window.
27027
+ # @return [Types::InstanceEventWindow]
27028
+ #
27029
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateInstanceEventWindowResult AWS API Documentation
27030
+ #
27031
+ class DisassociateInstanceEventWindowResult < Struct.new(
27032
+ :instance_event_window)
27033
+ SENSITIVE = []
27034
+ include Aws::Structure
27035
+ end
27036
+
26507
27037
  # @note When making an API call, you may pass DisassociateRouteTableRequest
26508
27038
  # data as a hash:
26509
27039
  #
@@ -28020,11 +28550,13 @@ module Aws::EC2
28020
28550
  include Aws::Structure
28021
28551
  end
28022
28552
 
28023
- # Indicates whether the instance is enabled for AWS Nitro Enclaves.
28553
+ # Indicates whether the instance is enabled for Amazon Web Services
28554
+ # Nitro Enclaves.
28024
28555
  #
28025
28556
  # @!attribute [rw] enabled
28026
- # If this parameter is set to `true`, the instance is enabled for AWS
28027
- # Nitro Enclaves; otherwise, it is not enabled for AWS Nitro Enclaves.
28557
+ # If this parameter is set to `true`, the instance is enabled for
28558
+ # Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for
28559
+ # Amazon Web Services Nitro Enclaves.
28028
28560
  # @return [Boolean]
28029
28561
  #
28030
28562
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnclaveOptions AWS API Documentation
@@ -28035,9 +28567,10 @@ module Aws::EC2
28035
28567
  include Aws::Structure
28036
28568
  end
28037
28569
 
28038
- # Indicates whether the instance is enabled for AWS Nitro Enclaves. For
28039
- # more information, see [ What is AWS Nitro Enclaves?][1] in the *AWS
28040
- # Nitro Enclaves User Guide*.
28570
+ # Indicates whether the instance is enabled for Amazon Web Services
28571
+ # Nitro Enclaves. For more information, see [ What is Amazon Web
28572
+ # Services Nitro Enclaves?][1] in the *Amazon Web Services Nitro
28573
+ # Enclaves User Guide*.
28041
28574
  #
28042
28575
  #
28043
28576
  #
@@ -28051,8 +28584,8 @@ module Aws::EC2
28051
28584
  # }
28052
28585
  #
28053
28586
  # @!attribute [rw] enabled
28054
- # To enable the instance for AWS Nitro Enclaves, set this parameter to
28055
- # `true`.
28587
+ # To enable the instance for Amazon Web Services Nitro Enclaves, set
28588
+ # this parameter to `true`.
28056
28589
  # @return [Boolean]
28057
28590
  #
28058
28591
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnclaveOptionsRequest AWS API Documentation
@@ -28501,7 +29034,7 @@ module Aws::EC2
28501
29034
  # role_name: "String",
28502
29035
  # tag_specifications: [
28503
29036
  # {
28504
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
29037
+ # 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
28505
29038
  # tags: [
28506
29039
  # {
28507
29040
  # key: "String",
@@ -29152,6 +29685,10 @@ module Aws::EC2
29152
29685
  # Valid only when **Type** is set to `instant`.
29153
29686
  # @return [Array<Types::DescribeFleetsInstances>]
29154
29687
  #
29688
+ # @!attribute [rw] context
29689
+ # Reserved.
29690
+ # @return [String]
29691
+ #
29155
29692
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FleetData AWS API Documentation
29156
29693
  #
29157
29694
  class FleetData < Struct.new(
@@ -29174,7 +29711,8 @@ module Aws::EC2
29174
29711
  :on_demand_options,
29175
29712
  :tags,
29176
29713
  :errors,
29177
- :instances)
29714
+ :instances,
29715
+ :context)
29178
29716
  SENSITIVE = []
29179
29717
  include Aws::Structure
29180
29718
  end
@@ -31660,7 +32198,7 @@ module Aws::EC2
31660
32198
  # @return [String]
31661
32199
  #
31662
32200
  # @!attribute [rw] owner_id
31663
- # The ID of the AWS account that owns the Dedicated Host.
32201
+ # The ID of the account that owns the Dedicated Host.
31664
32202
  # @return [String]
31665
32203
  #
31666
32204
  # @!attribute [rw] availability_zone_id
@@ -31710,7 +32248,7 @@ module Aws::EC2
31710
32248
  # @return [String]
31711
32249
  #
31712
32250
  # @!attribute [rw] owner_id
31713
- # The ID of the AWS account that owns the instance.
32251
+ # The ID of the account that owns the instance.
31714
32252
  # @return [String]
31715
32253
  #
31716
32254
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/HostInstance AWS API Documentation
@@ -32486,7 +33024,7 @@ module Aws::EC2
32486
33024
  # ],
32487
33025
  # tag_specifications: [
32488
33026
  # {
32489
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
33027
+ # 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
32490
33028
  # tags: [
32491
33029
  # {
32492
33030
  # key: "String",
@@ -33092,7 +33630,7 @@ module Aws::EC2
33092
33630
  # public_key_material: "data", # required
33093
33631
  # tag_specifications: [
33094
33632
  # {
33095
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
33633
+ # 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
33096
33634
  # tags: [
33097
33635
  # {
33098
33636
  # key: "String",
@@ -33140,7 +33678,7 @@ module Aws::EC2
33140
33678
  # @return [String]
33141
33679
  #
33142
33680
  # @!attribute [rw] key_name
33143
- # The key pair name you provided.
33681
+ # The key pair name that you provided.
33144
33682
  # @return [String]
33145
33683
  #
33146
33684
  # @!attribute [rw] key_pair_id
@@ -33189,7 +33727,7 @@ module Aws::EC2
33189
33727
  # role_name: "String",
33190
33728
  # tag_specifications: [
33191
33729
  # {
33192
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
33730
+ # 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
33193
33731
  # tags: [
33194
33732
  # {
33195
33733
  # key: "String",
@@ -33710,7 +34248,8 @@ module Aws::EC2
33710
34248
  # @return [Types::InstanceMetadataOptionsResponse]
33711
34249
  #
33712
34250
  # @!attribute [rw] enclave_options
33713
- # Indicates whether the instance is enabled for AWS Nitro Enclaves.
34251
+ # Indicates whether the instance is enabled for Amazon Web Services
34252
+ # Nitro Enclaves.
33714
34253
  # @return [Types::EnclaveOptions]
33715
34254
  #
33716
34255
  # @!attribute [rw] boot_mode
@@ -33798,8 +34337,8 @@ module Aws::EC2
33798
34337
  # @return [Types::AttributeBooleanValue]
33799
34338
  #
33800
34339
  # @!attribute [rw] enclave_options
33801
- # To enable the instance for AWS Nitro Enclaves, set this parameter to
33802
- # `true`; otherwise, set it to `false`.
34340
+ # To enable the instance for Amazon Web Services Nitro Enclaves, set
34341
+ # this parameter to `true`; otherwise, set it to `false`.
33803
34342
  # @return [Types::EnclaveOptions]
33804
34343
  #
33805
34344
  # @!attribute [rw] ebs_optimized
@@ -34038,6 +34577,248 @@ module Aws::EC2
34038
34577
  include Aws::Structure
34039
34578
  end
34040
34579
 
34580
+ # The event window.
34581
+ #
34582
+ # @!attribute [rw] instance_event_window_id
34583
+ # The ID of the event window.
34584
+ # @return [String]
34585
+ #
34586
+ # @!attribute [rw] time_ranges
34587
+ # One or more time ranges defined for the event window.
34588
+ # @return [Array<Types::InstanceEventWindowTimeRange>]
34589
+ #
34590
+ # @!attribute [rw] name
34591
+ # The name of the event window.
34592
+ # @return [String]
34593
+ #
34594
+ # @!attribute [rw] cron_expression
34595
+ # The cron expression defined for the event window.
34596
+ # @return [String]
34597
+ #
34598
+ # @!attribute [rw] association_target
34599
+ # One or more targets associated with the event window.
34600
+ # @return [Types::InstanceEventWindowAssociationTarget]
34601
+ #
34602
+ # @!attribute [rw] state
34603
+ # The current state of the event window.
34604
+ # @return [String]
34605
+ #
34606
+ # @!attribute [rw] tags
34607
+ # The instance tags associated with the event window.
34608
+ # @return [Array<Types::Tag>]
34609
+ #
34610
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindow AWS API Documentation
34611
+ #
34612
+ class InstanceEventWindow < Struct.new(
34613
+ :instance_event_window_id,
34614
+ :time_ranges,
34615
+ :name,
34616
+ :cron_expression,
34617
+ :association_target,
34618
+ :state,
34619
+ :tags)
34620
+ SENSITIVE = []
34621
+ include Aws::Structure
34622
+ end
34623
+
34624
+ # One or more targets associated with the specified event window. Only
34625
+ # one *type* of target (instance ID, instance tag, or Dedicated Host ID)
34626
+ # can be associated with an event window.
34627
+ #
34628
+ # @note When making an API call, you may pass InstanceEventWindowAssociationRequest
34629
+ # data as a hash:
34630
+ #
34631
+ # {
34632
+ # instance_ids: ["InstanceId"],
34633
+ # instance_tags: [
34634
+ # {
34635
+ # key: "String",
34636
+ # value: "String",
34637
+ # },
34638
+ # ],
34639
+ # dedicated_host_ids: ["DedicatedHostId"],
34640
+ # }
34641
+ #
34642
+ # @!attribute [rw] instance_ids
34643
+ # The IDs of the instances to associate with the event window. If the
34644
+ # instance is on a Dedicated Host, you can't specify the Instance ID
34645
+ # parameter; you must use the Dedicated Host ID parameter.
34646
+ # @return [Array<String>]
34647
+ #
34648
+ # @!attribute [rw] instance_tags
34649
+ # The instance tags to associate with the event window. Any instances
34650
+ # associated with the tags will be associated with the event window.
34651
+ # @return [Array<Types::Tag>]
34652
+ #
34653
+ # @!attribute [rw] dedicated_host_ids
34654
+ # The IDs of the Dedicated Hosts to associate with the event window.
34655
+ # @return [Array<String>]
34656
+ #
34657
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowAssociationRequest AWS API Documentation
34658
+ #
34659
+ class InstanceEventWindowAssociationRequest < Struct.new(
34660
+ :instance_ids,
34661
+ :instance_tags,
34662
+ :dedicated_host_ids)
34663
+ SENSITIVE = []
34664
+ include Aws::Structure
34665
+ end
34666
+
34667
+ # One or more targets associated with the event window.
34668
+ #
34669
+ # @!attribute [rw] instance_ids
34670
+ # The IDs of the instances associated with the event window.
34671
+ # @return [Array<String>]
34672
+ #
34673
+ # @!attribute [rw] tags
34674
+ # The instance tags associated with the event window. Any instances
34675
+ # associated with the tags will be associated with the event window.
34676
+ # @return [Array<Types::Tag>]
34677
+ #
34678
+ # @!attribute [rw] dedicated_host_ids
34679
+ # The IDs of the Dedicated Hosts associated with the event window.
34680
+ # @return [Array<String>]
34681
+ #
34682
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowAssociationTarget AWS API Documentation
34683
+ #
34684
+ class InstanceEventWindowAssociationTarget < Struct.new(
34685
+ :instance_ids,
34686
+ :tags,
34687
+ :dedicated_host_ids)
34688
+ SENSITIVE = []
34689
+ include Aws::Structure
34690
+ end
34691
+
34692
+ # The targets to disassociate from the specified event window.
34693
+ #
34694
+ # @note When making an API call, you may pass InstanceEventWindowDisassociationRequest
34695
+ # data as a hash:
34696
+ #
34697
+ # {
34698
+ # instance_ids: ["InstanceId"],
34699
+ # instance_tags: [
34700
+ # {
34701
+ # key: "String",
34702
+ # value: "String",
34703
+ # },
34704
+ # ],
34705
+ # dedicated_host_ids: ["DedicatedHostId"],
34706
+ # }
34707
+ #
34708
+ # @!attribute [rw] instance_ids
34709
+ # The IDs of the instances to disassociate from the event window.
34710
+ # @return [Array<String>]
34711
+ #
34712
+ # @!attribute [rw] instance_tags
34713
+ # The instance tags to disassociate from the event window. Any
34714
+ # instances associated with the tags will be disassociated from the
34715
+ # event window.
34716
+ # @return [Array<Types::Tag>]
34717
+ #
34718
+ # @!attribute [rw] dedicated_host_ids
34719
+ # The IDs of the Dedicated Hosts to disassociate from the event
34720
+ # window.
34721
+ # @return [Array<String>]
34722
+ #
34723
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowDisassociationRequest AWS API Documentation
34724
+ #
34725
+ class InstanceEventWindowDisassociationRequest < Struct.new(
34726
+ :instance_ids,
34727
+ :instance_tags,
34728
+ :dedicated_host_ids)
34729
+ SENSITIVE = []
34730
+ include Aws::Structure
34731
+ end
34732
+
34733
+ # The state of the event window.
34734
+ #
34735
+ # @!attribute [rw] instance_event_window_id
34736
+ # The ID of the event window.
34737
+ # @return [String]
34738
+ #
34739
+ # @!attribute [rw] state
34740
+ # The current state of the event window.
34741
+ # @return [String]
34742
+ #
34743
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowStateChange AWS API Documentation
34744
+ #
34745
+ class InstanceEventWindowStateChange < Struct.new(
34746
+ :instance_event_window_id,
34747
+ :state)
34748
+ SENSITIVE = []
34749
+ include Aws::Structure
34750
+ end
34751
+
34752
+ # The start day and time and the end day and time of the time range, in
34753
+ # UTC.
34754
+ #
34755
+ # @!attribute [rw] start_week_day
34756
+ # The day on which the time range begins.
34757
+ # @return [String]
34758
+ #
34759
+ # @!attribute [rw] start_hour
34760
+ # The hour when the time range begins.
34761
+ # @return [Integer]
34762
+ #
34763
+ # @!attribute [rw] end_week_day
34764
+ # The day on which the time range ends.
34765
+ # @return [String]
34766
+ #
34767
+ # @!attribute [rw] end_hour
34768
+ # The hour when the time range ends.
34769
+ # @return [Integer]
34770
+ #
34771
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowTimeRange AWS API Documentation
34772
+ #
34773
+ class InstanceEventWindowTimeRange < Struct.new(
34774
+ :start_week_day,
34775
+ :start_hour,
34776
+ :end_week_day,
34777
+ :end_hour)
34778
+ SENSITIVE = []
34779
+ include Aws::Structure
34780
+ end
34781
+
34782
+ # The start day and time and the end day and time of the time range, in
34783
+ # UTC.
34784
+ #
34785
+ # @note When making an API call, you may pass InstanceEventWindowTimeRangeRequest
34786
+ # data as a hash:
34787
+ #
34788
+ # {
34789
+ # start_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
34790
+ # start_hour: 1,
34791
+ # end_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
34792
+ # end_hour: 1,
34793
+ # }
34794
+ #
34795
+ # @!attribute [rw] start_week_day
34796
+ # The day on which the time range begins.
34797
+ # @return [String]
34798
+ #
34799
+ # @!attribute [rw] start_hour
34800
+ # The hour when the time range begins.
34801
+ # @return [Integer]
34802
+ #
34803
+ # @!attribute [rw] end_week_day
34804
+ # The day on which the time range ends.
34805
+ # @return [String]
34806
+ #
34807
+ # @!attribute [rw] end_hour
34808
+ # The hour when the time range ends.
34809
+ # @return [Integer]
34810
+ #
34811
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceEventWindowTimeRangeRequest AWS API Documentation
34812
+ #
34813
+ class InstanceEventWindowTimeRangeRequest < Struct.new(
34814
+ :start_week_day,
34815
+ :start_hour,
34816
+ :end_week_day,
34817
+ :end_hour)
34818
+ SENSITIVE = []
34819
+ include Aws::Structure
34820
+ end
34821
+
34041
34822
  # Describes an instance to export.
34042
34823
  #
34043
34824
  # @!attribute [rw] instance_id
@@ -35120,13 +35901,13 @@ module Aws::EC2
35120
35901
  # Information about the Capacity Reservation usage.
35121
35902
  #
35122
35903
  # @!attribute [rw] account_id
35123
- # The ID of the AWS account that is making use of the Capacity
35904
+ # The ID of the account that is making use of the Capacity
35124
35905
  # Reservation.
35125
35906
  # @return [String]
35126
35907
  #
35127
35908
  # @!attribute [rw] used_instance_count
35128
- # The number of instances the AWS account currently has in the
35129
- # Capacity Reservation.
35909
+ # The number of instances the account currently has in the Capacity
35910
+ # Reservation.
35130
35911
  # @return [Integer]
35131
35912
  #
35132
35913
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceUsage AWS API Documentation
@@ -35300,7 +36081,7 @@ module Aws::EC2
35300
36081
  # @return [Integer]
35301
36082
  #
35302
36083
  # @!attribute [rw] user_id_group_pairs
35303
- # The security group and AWS account ID pairs.
36084
+ # The security group and Amazon Web Services account ID pairs.
35304
36085
  # @return [Array<Types::UserIdGroupPair>]
35305
36086
  #
35306
36087
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpPermission AWS API Documentation
@@ -35488,8 +36269,8 @@ module Aws::EC2
35488
36269
  # @!attribute [rw] key_fingerprint
35489
36270
  # If you used CreateKeyPair to create the key pair, this is the SHA-1
35490
36271
  # digest of the DER encoded private key. If you used ImportKeyPair to
35491
- # provide AWS the public key, this is the MD5 public key fingerprint
35492
- # as specified in section 4 of RFC4716.
36272
+ # provide Amazon Web Services the public key, this is the MD5 public
36273
+ # key fingerprint as specified in section 4 of RFC4716.
35493
36274
  # @return [String]
35494
36275
  #
35495
36276
  # @!attribute [rw] key_name
@@ -37160,7 +37941,7 @@ module Aws::EC2
37160
37941
  # data as a hash:
37161
37942
  #
37162
37943
  # {
37163
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
37944
+ # 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
37164
37945
  # tags: [
37165
37946
  # {
37166
37947
  # key: "String",
@@ -38306,6 +39087,7 @@ module Aws::EC2
38306
39087
  # spot_target_capacity: 1,
38307
39088
  # default_target_capacity_type: "spot", # accepts spot, on-demand
38308
39089
  # },
39090
+ # context: "String",
38309
39091
  # }
38310
39092
  #
38311
39093
  # @!attribute [rw] dry_run
@@ -38333,6 +39115,10 @@ module Aws::EC2
38333
39115
  # The size of the EC2 Fleet.
38334
39116
  # @return [Types::TargetCapacitySpecificationRequest]
38335
39117
  #
39118
+ # @!attribute [rw] context
39119
+ # Reserved.
39120
+ # @return [String]
39121
+ #
38336
39122
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyFleetRequest AWS API Documentation
38337
39123
  #
38338
39124
  class ModifyFleetRequest < Struct.new(
@@ -38340,7 +39126,8 @@ module Aws::EC2
38340
39126
  :excess_capacity_termination_policy,
38341
39127
  :launch_template_configs,
38342
39128
  :fleet_id,
38343
- :target_capacity_specification)
39129
+ :target_capacity_specification,
39130
+ :context)
38344
39131
  SENSITIVE = []
38345
39132
  include Aws::Structure
38346
39133
  end
@@ -38887,9 +39674,9 @@ module Aws::EC2
38887
39674
  #
38888
39675
  # @!attribute [rw] user_data
38889
39676
  # Changes the instance's user data to the specified value. If you are
38890
- # using an AWS SDK or command line tool, base64-encoding is performed
38891
- # for you, and you can load the text from a file. Otherwise, you must
38892
- # provide base64-encoded text.
39677
+ # using an Amazon Web Services SDK or command line tool,
39678
+ # base64-encoding is performed for you, and you can load the text from
39679
+ # a file. Otherwise, you must provide base64-encoded text.
38893
39680
  # @return [Types::BlobAttributeValue]
38894
39681
  #
38895
39682
  # @!attribute [rw] value
@@ -39090,6 +39877,97 @@ module Aws::EC2
39090
39877
  include Aws::Structure
39091
39878
  end
39092
39879
 
39880
+ # @note When making an API call, you may pass ModifyInstanceEventWindowRequest
39881
+ # data as a hash:
39882
+ #
39883
+ # {
39884
+ # dry_run: false,
39885
+ # name: "String",
39886
+ # instance_event_window_id: "InstanceEventWindowId", # required
39887
+ # time_ranges: [
39888
+ # {
39889
+ # start_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
39890
+ # start_hour: 1,
39891
+ # end_week_day: "sunday", # accepts sunday, monday, tuesday, wednesday, thursday, friday, saturday
39892
+ # end_hour: 1,
39893
+ # },
39894
+ # ],
39895
+ # cron_expression: "InstanceEventWindowCronExpression",
39896
+ # }
39897
+ #
39898
+ # @!attribute [rw] dry_run
39899
+ # Checks whether you have the required permissions for the action,
39900
+ # without actually making the request, and provides an error response.
39901
+ # If you have the required permissions, the error response is
39902
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
39903
+ # @return [Boolean]
39904
+ #
39905
+ # @!attribute [rw] name
39906
+ # The name of the event window.
39907
+ # @return [String]
39908
+ #
39909
+ # @!attribute [rw] instance_event_window_id
39910
+ # The ID of the event window.
39911
+ # @return [String]
39912
+ #
39913
+ # @!attribute [rw] time_ranges
39914
+ # The time ranges of the event window.
39915
+ # @return [Array<Types::InstanceEventWindowTimeRangeRequest>]
39916
+ #
39917
+ # @!attribute [rw] cron_expression
39918
+ # The cron expression of the event window, for example, `* 0-4,20-23 *
39919
+ # * 1,5`.
39920
+ #
39921
+ # Constraints:
39922
+ #
39923
+ # * Only hour and day of the week values are supported.
39924
+ #
39925
+ # * For day of the week values, you can specify either integers `0`
39926
+ # through `6`, or alternative single values `SUN` through `SAT`.
39927
+ #
39928
+ # * The minute, month, and year must be specified by `*`.
39929
+ #
39930
+ # * The hour value must be one or a multiple range, for example, `0-4`
39931
+ # or `0-4,20-23`.
39932
+ #
39933
+ # * Each hour range must be &gt;= 2 hours, for example, `0-2` or
39934
+ # `20-23`.
39935
+ #
39936
+ # * The event window must be &gt;= 4 hours. The combined total time
39937
+ # ranges in the event window must be &gt;= 4 hours.
39938
+ #
39939
+ # For more information about cron expressions, see [cron][1] on the
39940
+ # *Wikipedia website*.
39941
+ #
39942
+ #
39943
+ #
39944
+ # [1]: https://en.wikipedia.org/wiki/Cron
39945
+ # @return [String]
39946
+ #
39947
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstanceEventWindowRequest AWS API Documentation
39948
+ #
39949
+ class ModifyInstanceEventWindowRequest < Struct.new(
39950
+ :dry_run,
39951
+ :name,
39952
+ :instance_event_window_id,
39953
+ :time_ranges,
39954
+ :cron_expression)
39955
+ SENSITIVE = []
39956
+ include Aws::Structure
39957
+ end
39958
+
39959
+ # @!attribute [rw] instance_event_window
39960
+ # Information about the event window.
39961
+ # @return [Types::InstanceEventWindow]
39962
+ #
39963
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstanceEventWindowResult AWS API Documentation
39964
+ #
39965
+ class ModifyInstanceEventWindowResult < Struct.new(
39966
+ :instance_event_window)
39967
+ SENSITIVE = []
39968
+ include Aws::Structure
39969
+ end
39970
+
39093
39971
  # @note When making an API call, you may pass ModifyInstanceMetadataOptionsRequest
39094
39972
  # data as a hash:
39095
39973
  #
@@ -39525,6 +40403,66 @@ module Aws::EC2
39525
40403
  include Aws::Structure
39526
40404
  end
39527
40405
 
40406
+ # @note When making an API call, you may pass ModifySecurityGroupRulesRequest
40407
+ # data as a hash:
40408
+ #
40409
+ # {
40410
+ # group_id: "SecurityGroupId", # required
40411
+ # security_group_rules: [ # required
40412
+ # {
40413
+ # security_group_rule_id: "SecurityGroupRuleId",
40414
+ # security_group_rule: {
40415
+ # ip_protocol: "String",
40416
+ # from_port: 1,
40417
+ # to_port: 1,
40418
+ # cidr_ipv_4: "String",
40419
+ # cidr_ipv_6: "String",
40420
+ # prefix_list_id: "PrefixListResourceId",
40421
+ # referenced_group_id: "SecurityGroupId",
40422
+ # description: "String",
40423
+ # },
40424
+ # },
40425
+ # ],
40426
+ # dry_run: false,
40427
+ # }
40428
+ #
40429
+ # @!attribute [rw] group_id
40430
+ # The ID of the security group.
40431
+ # @return [String]
40432
+ #
40433
+ # @!attribute [rw] security_group_rules
40434
+ # Information about the security group properties to update.
40435
+ # @return [Array<Types::SecurityGroupRuleUpdate>]
40436
+ #
40437
+ # @!attribute [rw] dry_run
40438
+ # Checks whether you have the required permissions for the action,
40439
+ # without actually making the request, and provides an error response.
40440
+ # If you have the required permissions, the error response is
40441
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
40442
+ # @return [Boolean]
40443
+ #
40444
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySecurityGroupRulesRequest AWS API Documentation
40445
+ #
40446
+ class ModifySecurityGroupRulesRequest < Struct.new(
40447
+ :group_id,
40448
+ :security_group_rules,
40449
+ :dry_run)
40450
+ SENSITIVE = []
40451
+ include Aws::Structure
40452
+ end
40453
+
40454
+ # @!attribute [rw] return
40455
+ # Returns `true` if the request succeeds; otherwise, returns an error.
40456
+ # @return [Boolean]
40457
+ #
40458
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySecurityGroupRulesResult AWS API Documentation
40459
+ #
40460
+ class ModifySecurityGroupRulesResult < Struct.new(
40461
+ :return)
40462
+ SENSITIVE = []
40463
+ include Aws::Structure
40464
+ end
40465
+
39528
40466
  # @note When making an API call, you may pass ModifySnapshotAttributeRequest
39529
40467
  # data as a hash:
39530
40468
  #
@@ -39626,6 +40564,7 @@ module Aws::EC2
39626
40564
  # spot_fleet_request_id: "SpotFleetRequestId", # required
39627
40565
  # target_capacity: 1,
39628
40566
  # on_demand_target_capacity: 1,
40567
+ # context: "String",
39629
40568
  # }
39630
40569
  #
39631
40570
  # @!attribute [rw] excess_capacity_termination_policy
@@ -39653,6 +40592,10 @@ module Aws::EC2
39653
40592
  # The number of On-Demand Instances in the fleet.
39654
40593
  # @return [Integer]
39655
40594
  #
40595
+ # @!attribute [rw] context
40596
+ # Reserved.
40597
+ # @return [String]
40598
+ #
39656
40599
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySpotFleetRequestRequest AWS API Documentation
39657
40600
  #
39658
40601
  class ModifySpotFleetRequestRequest < Struct.new(
@@ -39660,7 +40603,8 @@ module Aws::EC2
39660
40603
  :launch_template_configs,
39661
40604
  :spot_fleet_request_id,
39662
40605
  :target_capacity,
39663
- :on_demand_target_capacity)
40606
+ :on_demand_target_capacity,
40607
+ :context)
39664
40608
  SENSITIVE = []
39665
40609
  include Aws::Structure
39666
40610
  end
@@ -43573,7 +44517,7 @@ module Aws::EC2
43573
44517
  # dry_run: false,
43574
44518
  # pool_tag_specifications: [
43575
44519
  # {
43576
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
44520
+ # 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
43577
44521
  # tags: [
43578
44522
  # {
43579
44523
  # key: "String",
@@ -43883,7 +44827,7 @@ module Aws::EC2
43883
44827
  # offering_id: "OfferingId", # required
43884
44828
  # tag_specifications: [
43885
44829
  # {
43886
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
44830
+ # 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
43887
44831
  # tags: [
43888
44832
  # {
43889
44833
  # key: "String",
@@ -44071,7 +45015,14 @@ module Aws::EC2
44071
45015
  # Contains the output of PurchaseReservedInstancesOffering.
44072
45016
  #
44073
45017
  # @!attribute [rw] reserved_instances_id
44074
- # The IDs of the purchased Reserved Instances.
45018
+ # The IDs of the purchased Reserved Instances. If your purchase
45019
+ # crosses into a discounted pricing tier, the final Reserved Instances
45020
+ # IDs might change. For more information, see [Crossing pricing
45021
+ # tiers][1] in the *Amazon Elastic Compute Cloud User Guide*.
45022
+ #
45023
+ #
45024
+ #
45025
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-reserved-instances-application.html#crossing-pricing-tiers
44075
45026
  # @return [String]
44076
45027
  #
44077
45028
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PurchaseReservedInstancesOfferingResult AWS API Documentation
@@ -44192,6 +45143,41 @@ module Aws::EC2
44192
45143
  include Aws::Structure
44193
45144
  end
44194
45145
 
45146
+ # Describes the security group that is referenced in the security group
45147
+ # rule.
45148
+ #
45149
+ # @!attribute [rw] group_id
45150
+ # The ID of the security group.
45151
+ # @return [String]
45152
+ #
45153
+ # @!attribute [rw] peering_status
45154
+ # The status of a VPC peering connection, if applicable.
45155
+ # @return [String]
45156
+ #
45157
+ # @!attribute [rw] user_id
45158
+ # The account ID.
45159
+ # @return [String]
45160
+ #
45161
+ # @!attribute [rw] vpc_id
45162
+ # The ID of the VPC.
45163
+ # @return [String]
45164
+ #
45165
+ # @!attribute [rw] vpc_peering_connection_id
45166
+ # The ID of the VPC peering connection.
45167
+ # @return [String]
45168
+ #
45169
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReferencedSecurityGroup AWS API Documentation
45170
+ #
45171
+ class ReferencedSecurityGroup < Struct.new(
45172
+ :group_id,
45173
+ :peering_status,
45174
+ :user_id,
45175
+ :vpc_id,
45176
+ :vpc_peering_connection_id)
45177
+ SENSITIVE = []
45178
+ include Aws::Structure
45179
+ end
45180
+
44195
45181
  # Describes a Region.
44196
45182
  #
44197
45183
  # @!attribute [rw] endpoint
@@ -45550,7 +46536,7 @@ module Aws::EC2
45550
46536
  # user_data: "String",
45551
46537
  # tag_specifications: [
45552
46538
  # {
45553
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
46539
+ # 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
45554
46540
  # tags: [
45555
46541
  # {
45556
46542
  # key: "String",
@@ -45964,7 +46950,7 @@ module Aws::EC2
45964
46950
  # weighted_capacity: 1.0,
45965
46951
  # tag_specifications: [
45966
46952
  # {
45967
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
46953
+ # 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
45968
46954
  # tags: [
45969
46955
  # {
45970
46956
  # key: "String",
@@ -46022,9 +47008,10 @@ module Aws::EC2
46022
47008
  # },
46023
47009
  # },
46024
47010
  # instance_pools_to_use_count: 1,
47011
+ # context: "String",
46025
47012
  # tag_specifications: [
46026
47013
  # {
46027
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
47014
+ # 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
46028
47015
  # tags: [
46029
47016
  # {
46030
47017
  # key: "String",
@@ -46159,7 +47146,7 @@ module Aws::EC2
46159
47146
  # valid_until: Time.now,
46160
47147
  # tag_specifications: [
46161
47148
  # {
46162
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
47149
+ # 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
46163
47150
  # tags: [
46164
47151
  # {
46165
47152
  # key: "String",
@@ -46197,22 +47184,7 @@ module Aws::EC2
46197
47184
  # @return [String]
46198
47185
  #
46199
47186
  # @!attribute [rw] block_duration_minutes
46200
- # The required duration for the Spot Instances (also known as Spot
46201
- # blocks), in minutes. This value must be a multiple of 60 (60, 120,
46202
- # 180, 240, 300, or 360).
46203
- #
46204
- # The duration period starts as soon as your Spot Instance receives
46205
- # its instance ID. At the end of the duration period, Amazon EC2 marks
46206
- # the Spot Instance for termination and provides a Spot Instance
46207
- # termination notice, which gives the instance a two-minute warning
46208
- # before it terminates.
46209
- #
46210
- # You can't specify an Availability Zone group or a launch group if
46211
- # you specify a duration.
46212
- #
46213
- # New accounts or accounts with no previous billing history with AWS
46214
- # are not eligible for Spot Instances with a defined duration (also
46215
- # known as Spot blocks).
47187
+ # Deprecated.
46216
47188
  # @return [Integer]
46217
47189
  #
46218
47190
  # @!attribute [rw] client_token
@@ -46535,12 +47507,12 @@ module Aws::EC2
46535
47507
  # @return [Array<Types::Instance>]
46536
47508
  #
46537
47509
  # @!attribute [rw] owner_id
46538
- # The ID of the AWS account that owns the reservation.
47510
+ # The ID of the account that owns the reservation.
46539
47511
  # @return [String]
46540
47512
  #
46541
47513
  # @!attribute [rw] requester_id
46542
47514
  # The ID of the requester that launched the instances on your behalf
46543
- # (for example, AWS Management Console or Auto Scaling).
47515
+ # (for example, Management Console or Auto Scaling).
46544
47516
  # @return [String]
46545
47517
  #
46546
47518
  # @!attribute [rw] reservation_id
@@ -46993,8 +47965,8 @@ module Aws::EC2
46993
47965
  #
46994
47966
  # @!attribute [rw] marketplace
46995
47967
  # Indicates whether the offering is available through the Reserved
46996
- # Instance Marketplace (resale) or AWS. If it's a Reserved Instance
46997
- # Marketplace offering, this is `true`.
47968
+ # Instance Marketplace (resale) or Amazon Web Services. If it's a
47969
+ # Reserved Instance Marketplace offering, this is `true`.
46998
47970
  # @return [Boolean]
46999
47971
  #
47000
47972
  # @!attribute [rw] offering_class
@@ -47700,6 +48672,7 @@ module Aws::EC2
47700
48672
  # ],
47701
48673
  # },
47702
48674
  # ],
48675
+ # security_group_rule_ids: ["String"],
47703
48676
  # cidr_ip: "String",
47704
48677
  # from_port: 1,
47705
48678
  # ip_protocol: "String",
@@ -47725,6 +48698,10 @@ module Aws::EC2
47725
48698
  # permissions.
47726
48699
  # @return [Array<Types::IpPermission>]
47727
48700
  #
48701
+ # @!attribute [rw] security_group_rule_ids
48702
+ # The IDs of the security group rules.
48703
+ # @return [Array<String>]
48704
+ #
47728
48705
  # @!attribute [rw] cidr_ip
47729
48706
  # Not supported. Use a set of IP permissions to specify the CIDR.
47730
48707
  # @return [String]
@@ -47758,6 +48735,7 @@ module Aws::EC2
47758
48735
  :dry_run,
47759
48736
  :group_id,
47760
48737
  :ip_permissions,
48738
+ :security_group_rule_ids,
47761
48739
  :cidr_ip,
47762
48740
  :from_port,
47763
48741
  :ip_protocol,
@@ -47836,6 +48814,7 @@ module Aws::EC2
47836
48814
  # source_security_group_owner_id: "String",
47837
48815
  # to_port: 1,
47838
48816
  # dry_run: false,
48817
+ # security_group_rule_ids: ["String"],
47839
48818
  # }
47840
48819
  #
47841
48820
  # @!attribute [rw] cidr_ip
@@ -47886,12 +48865,13 @@ module Aws::EC2
47886
48865
  # @return [String]
47887
48866
  #
47888
48867
  # @!attribute [rw] source_security_group_owner_id
47889
- # \[EC2-Classic\] The AWS account ID of the source security group, if
47890
- # the source security group is in a different account. You can't
47891
- # specify this parameter in combination with the following parameters:
47892
- # the CIDR IP address range, the IP protocol, the start of the port
47893
- # range, and the end of the port range. To revoke a specific rule for
47894
- # an IP protocol and port range, use a set of IP permissions instead.
48868
+ # \[EC2-Classic\] The Amazon Web Services account ID of the source
48869
+ # security group, if the source security group is in a different
48870
+ # account. You can't specify this parameter in combination with the
48871
+ # following parameters: the CIDR IP address range, the IP protocol,
48872
+ # the start of the port range, and the end of the port range. To
48873
+ # revoke a specific rule for an IP protocol and port range, use a set
48874
+ # of IP permissions instead.
47895
48875
  # @return [String]
47896
48876
  #
47897
48877
  # @!attribute [rw] to_port
@@ -47907,6 +48887,10 @@ module Aws::EC2
47907
48887
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
47908
48888
  # @return [Boolean]
47909
48889
  #
48890
+ # @!attribute [rw] security_group_rule_ids
48891
+ # The IDs of the security group rules.
48892
+ # @return [Array<String>]
48893
+ #
47910
48894
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupIngressRequest AWS API Documentation
47911
48895
  #
47912
48896
  class RevokeSecurityGroupIngressRequest < Struct.new(
@@ -47919,7 +48903,8 @@ module Aws::EC2
47919
48903
  :source_security_group_name,
47920
48904
  :source_security_group_owner_id,
47921
48905
  :to_port,
47922
- :dry_run)
48906
+ :dry_run,
48907
+ :security_group_rule_ids)
47923
48908
  SENSITIVE = []
47924
48909
  include Aws::Structure
47925
48910
  end
@@ -48270,7 +49255,7 @@ module Aws::EC2
48270
49255
  # ],
48271
49256
  # tag_specifications: [
48272
49257
  # {
48273
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
49258
+ # 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
48274
49259
  # tags: [
48275
49260
  # {
48276
49261
  # key: "String",
@@ -48438,8 +49423,8 @@ module Aws::EC2
48438
49423
  # The ID of the RAM disk to select. Some kernels require additional
48439
49424
  # drivers at launch. Check the kernel requirements for information
48440
49425
  # about whether you need to specify a RAM disk. To find kernel
48441
- # requirements, go to the AWS Resource Center and search for the
48442
- # kernel ID.
49426
+ # requirements, go to the Amazon Web Services Resource Center and
49427
+ # search for the kernel ID.
48443
49428
  #
48444
49429
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
48445
49430
  # For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
@@ -48666,8 +49651,8 @@ module Aws::EC2
48666
49651
  # information, see [Hibernate your instance][1] in the *Amazon EC2
48667
49652
  # User Guide*.
48668
49653
  #
48669
- # You can't enable hibernation and AWS Nitro Enclaves on the same
48670
- # instance.
49654
+ # You can't enable hibernation and Amazon Web Services Nitro Enclaves
49655
+ # on the same instance.
48671
49656
  #
48672
49657
  #
48673
49658
  #
@@ -48688,12 +49673,13 @@ module Aws::EC2
48688
49673
  # @return [Types::InstanceMetadataOptionsRequest]
48689
49674
  #
48690
49675
  # @!attribute [rw] enclave_options
48691
- # Indicates whether the instance is enabled for AWS Nitro Enclaves.
48692
- # For more information, see [ What is AWS Nitro Enclaves?][1] in the
48693
- # *AWS Nitro Enclaves User Guide*.
49676
+ # Indicates whether the instance is enabled for Amazon Web Services
49677
+ # Nitro Enclaves. For more information, see [ What is Amazon Web
49678
+ # Services Nitro Enclaves?][1] in the *Amazon Web Services Nitro
49679
+ # Enclaves User Guide*.
48694
49680
  #
48695
- # You can't enable AWS Nitro Enclaves and hibernation on the same
48696
- # instance.
49681
+ # You can't enable Amazon Web Services Nitro Enclaves and hibernation
49682
+ # on the same instance.
48697
49683
  #
48698
49684
  #
48699
49685
  #
@@ -50004,7 +50990,7 @@ module Aws::EC2
50004
50990
  include Aws::Structure
50005
50991
  end
50006
50992
 
50007
- # Describes a security group
50993
+ # Describes a security group.
50008
50994
  #
50009
50995
  # @!attribute [rw] description
50010
50996
  # A description of the security group.
@@ -50019,7 +51005,8 @@ module Aws::EC2
50019
51005
  # @return [Array<Types::IpPermission>]
50020
51006
  #
50021
51007
  # @!attribute [rw] owner_id
50022
- # The AWS account ID of the owner of the security group.
51008
+ # The Amazon Web Services account ID of the owner of the security
51009
+ # group.
50023
51010
  # @return [String]
50024
51011
  #
50025
51012
  # @!attribute [rw] group_id
@@ -50097,6 +51084,249 @@ module Aws::EC2
50097
51084
  include Aws::Structure
50098
51085
  end
50099
51086
 
51087
+ # Describes a security group rule.
51088
+ #
51089
+ # @!attribute [rw] security_group_rule_id
51090
+ # The ID of the security group rule.
51091
+ # @return [String]
51092
+ #
51093
+ # @!attribute [rw] group_id
51094
+ # The ID of the security group.
51095
+ # @return [String]
51096
+ #
51097
+ # @!attribute [rw] group_owner_id
51098
+ # The ID of the account that owns the security group.
51099
+ # @return [String]
51100
+ #
51101
+ # @!attribute [rw] is_egress
51102
+ # Indicates whether the security group rule is an outbound rule.
51103
+ # @return [Boolean]
51104
+ #
51105
+ # @!attribute [rw] ip_protocol
51106
+ # The IP protocol name (`tcp`, `udp`, `icmp`, `icmpv6`) or number (see
51107
+ # [Protocol Numbers][1]).
51108
+ #
51109
+ # Use `-1` to specify all protocols.
51110
+ #
51111
+ #
51112
+ #
51113
+ # [1]: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
51114
+ # @return [String]
51115
+ #
51116
+ # @!attribute [rw] from_port
51117
+ # The start of port range for the TCP and UDP protocols, or an
51118
+ # ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If
51119
+ # you specify all ICMP/ICMPv6 types, you must specify all codes.
51120
+ # @return [Integer]
51121
+ #
51122
+ # @!attribute [rw] to_port
51123
+ # The end of port range for the TCP and UDP protocols, or an
51124
+ # ICMP/ICMPv6 code. A value of `-1` indicates all ICMP/ICMPv6 codes.
51125
+ # If you specify all ICMP/ICMPv6 types, you must specify all codes.
51126
+ # @return [Integer]
51127
+ #
51128
+ # @!attribute [rw] cidr_ipv_4
51129
+ # The IPv4 CIDR range.
51130
+ # @return [String]
51131
+ #
51132
+ # @!attribute [rw] cidr_ipv_6
51133
+ # The IPv6 CIDR range.
51134
+ # @return [String]
51135
+ #
51136
+ # @!attribute [rw] prefix_list_id
51137
+ # The ID of the prefix list.
51138
+ # @return [String]
51139
+ #
51140
+ # @!attribute [rw] referenced_group_info
51141
+ # Describes the security group that is referenced in the rule.
51142
+ # @return [Types::ReferencedSecurityGroup]
51143
+ #
51144
+ # @!attribute [rw] description
51145
+ # The security group rule description.
51146
+ # @return [String]
51147
+ #
51148
+ # @!attribute [rw] tags
51149
+ # The tags applied to the security group rule.
51150
+ # @return [Array<Types::Tag>]
51151
+ #
51152
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRule AWS API Documentation
51153
+ #
51154
+ class SecurityGroupRule < Struct.new(
51155
+ :security_group_rule_id,
51156
+ :group_id,
51157
+ :group_owner_id,
51158
+ :is_egress,
51159
+ :ip_protocol,
51160
+ :from_port,
51161
+ :to_port,
51162
+ :cidr_ipv_4,
51163
+ :cidr_ipv_6,
51164
+ :prefix_list_id,
51165
+ :referenced_group_info,
51166
+ :description,
51167
+ :tags)
51168
+ SENSITIVE = []
51169
+ include Aws::Structure
51170
+ end
51171
+
51172
+ # Describes the description of a security group rule.
51173
+ #
51174
+ # You can use this when you want to update the security group rule
51175
+ # description for either an inbound or outbound rule.
51176
+ #
51177
+ # @note When making an API call, you may pass SecurityGroupRuleDescription
51178
+ # data as a hash:
51179
+ #
51180
+ # {
51181
+ # security_group_rule_id: "String",
51182
+ # description: "String",
51183
+ # }
51184
+ #
51185
+ # @!attribute [rw] security_group_rule_id
51186
+ # The ID of the security group rule.
51187
+ # @return [String]
51188
+ #
51189
+ # @!attribute [rw] description
51190
+ # The description of the security group rule.
51191
+ # @return [String]
51192
+ #
51193
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRuleDescription AWS API Documentation
51194
+ #
51195
+ class SecurityGroupRuleDescription < Struct.new(
51196
+ :security_group_rule_id,
51197
+ :description)
51198
+ SENSITIVE = []
51199
+ include Aws::Structure
51200
+ end
51201
+
51202
+ # Describes a security group rule.
51203
+ #
51204
+ # You must specify exactly one of the following parameters, based on the
51205
+ # rule type:
51206
+ #
51207
+ # * CidrIpv4
51208
+ #
51209
+ # * CidrIpv6
51210
+ #
51211
+ # * PrefixListId
51212
+ #
51213
+ # * ReferencedGroupId
51214
+ #
51215
+ # When you modify a rule, you cannot change the rule type. For example,
51216
+ # if the rule uses an IPv4 address range, you must use `CidrIpv4` to
51217
+ # specify a new IPv4 address range.
51218
+ #
51219
+ # @note When making an API call, you may pass SecurityGroupRuleRequest
51220
+ # data as a hash:
51221
+ #
51222
+ # {
51223
+ # ip_protocol: "String",
51224
+ # from_port: 1,
51225
+ # to_port: 1,
51226
+ # cidr_ipv_4: "String",
51227
+ # cidr_ipv_6: "String",
51228
+ # prefix_list_id: "PrefixListResourceId",
51229
+ # referenced_group_id: "SecurityGroupId",
51230
+ # description: "String",
51231
+ # }
51232
+ #
51233
+ # @!attribute [rw] ip_protocol
51234
+ # The IP protocol name (`tcp`, `udp`, `icmp`, `icmpv6`) or number (see
51235
+ # [Protocol Numbers][1]).
51236
+ #
51237
+ # Use `-1` to specify all protocols.
51238
+ #
51239
+ #
51240
+ #
51241
+ # [1]: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
51242
+ # @return [String]
51243
+ #
51244
+ # @!attribute [rw] from_port
51245
+ # The start of port range for the TCP and UDP protocols, or an
51246
+ # ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If
51247
+ # you specify all ICMP/ICMPv6 types, you must specify all codes.
51248
+ # @return [Integer]
51249
+ #
51250
+ # @!attribute [rw] to_port
51251
+ # The end of port range for the TCP and UDP protocols, or an
51252
+ # ICMP/ICMPv6 code. A value of `-1` indicates all ICMP/ICMPv6 codes.
51253
+ # If you specify all ICMP/ICMPv6 types, you must specify all codes.
51254
+ # @return [Integer]
51255
+ #
51256
+ # @!attribute [rw] cidr_ipv_4
51257
+ # The IPv4 CIDR range. To specify a single IPv4 address, use the /32
51258
+ # prefix length.
51259
+ # @return [String]
51260
+ #
51261
+ # @!attribute [rw] cidr_ipv_6
51262
+ # The IPv6 CIDR range. To specify a single IPv6 address, use the /128
51263
+ # prefix length.
51264
+ # @return [String]
51265
+ #
51266
+ # @!attribute [rw] prefix_list_id
51267
+ # The ID of the prefix list.
51268
+ # @return [String]
51269
+ #
51270
+ # @!attribute [rw] referenced_group_id
51271
+ # The ID of the security group that is referenced in the security
51272
+ # group rule.
51273
+ # @return [String]
51274
+ #
51275
+ # @!attribute [rw] description
51276
+ # The description of the security group rule.
51277
+ # @return [String]
51278
+ #
51279
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRuleRequest AWS API Documentation
51280
+ #
51281
+ class SecurityGroupRuleRequest < Struct.new(
51282
+ :ip_protocol,
51283
+ :from_port,
51284
+ :to_port,
51285
+ :cidr_ipv_4,
51286
+ :cidr_ipv_6,
51287
+ :prefix_list_id,
51288
+ :referenced_group_id,
51289
+ :description)
51290
+ SENSITIVE = []
51291
+ include Aws::Structure
51292
+ end
51293
+
51294
+ # Describes an update to a security group rule.
51295
+ #
51296
+ # @note When making an API call, you may pass SecurityGroupRuleUpdate
51297
+ # data as a hash:
51298
+ #
51299
+ # {
51300
+ # security_group_rule_id: "SecurityGroupRuleId",
51301
+ # security_group_rule: {
51302
+ # ip_protocol: "String",
51303
+ # from_port: 1,
51304
+ # to_port: 1,
51305
+ # cidr_ipv_4: "String",
51306
+ # cidr_ipv_6: "String",
51307
+ # prefix_list_id: "PrefixListResourceId",
51308
+ # referenced_group_id: "SecurityGroupId",
51309
+ # description: "String",
51310
+ # },
51311
+ # }
51312
+ #
51313
+ # @!attribute [rw] security_group_rule_id
51314
+ # The ID of the security group rule.
51315
+ # @return [String]
51316
+ #
51317
+ # @!attribute [rw] security_group_rule
51318
+ # Information about the security group rule.
51319
+ # @return [Types::SecurityGroupRuleRequest]
51320
+ #
51321
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRuleUpdate AWS API Documentation
51322
+ #
51323
+ class SecurityGroupRuleUpdate < Struct.new(
51324
+ :security_group_rule_id,
51325
+ :security_group_rule)
51326
+ SENSITIVE = []
51327
+ include Aws::Structure
51328
+ end
51329
+
50100
51330
  # @note When making an API call, you may pass SendDiagnosticInterruptRequest
50101
51331
  # data as a hash:
50102
51332
  #
@@ -50762,7 +51992,7 @@ module Aws::EC2
50762
51992
  # @return [Types::SpotInstanceStateFault]
50763
51993
  #
50764
51994
  # @!attribute [rw] owner_id
50765
- # The AWS account ID of the account.
51995
+ # The account ID of the account.
50766
51996
  # @return [String]
50767
51997
  #
50768
51998
  # @!attribute [rw] prefix
@@ -50876,7 +52106,7 @@ module Aws::EC2
50876
52106
  # weighted_capacity: 1.0,
50877
52107
  # tag_specifications: [
50878
52108
  # {
50879
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
52109
+ # 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
50880
52110
  # tags: [
50881
52111
  # {
50882
52112
  # key: "String",
@@ -50965,7 +52195,8 @@ module Aws::EC2
50965
52195
  # The ID of the RAM disk. Some kernels require additional drivers at
50966
52196
  # launch. Check the kernel requirements for information about whether
50967
52197
  # you need to specify a RAM disk. To find kernel requirements, refer
50968
- # to the AWS Resource Center and search for the kernel ID.
52198
+ # to the Amazon Web Services Resource Center and search for the kernel
52199
+ # ID.
50969
52200
  # @return [String]
50970
52201
  #
50971
52202
  # @!attribute [rw] spot_price
@@ -51189,7 +52420,7 @@ module Aws::EC2
51189
52420
  # weighted_capacity: 1.0,
51190
52421
  # tag_specifications: [
51191
52422
  # {
51192
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
52423
+ # 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
51193
52424
  # tags: [
51194
52425
  # {
51195
52426
  # key: "String",
@@ -51247,9 +52478,10 @@ module Aws::EC2
51247
52478
  # },
51248
52479
  # },
51249
52480
  # instance_pools_to_use_count: 1,
52481
+ # context: "String",
51250
52482
  # tag_specifications: [
51251
52483
  # {
51252
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
52484
+ # 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
51253
52485
  # tags: [
51254
52486
  # {
51255
52487
  # key: "String",
@@ -51328,11 +52560,11 @@ module Aws::EC2
51328
52560
  # @return [Float]
51329
52561
  #
51330
52562
  # @!attribute [rw] iam_fleet_role
51331
- # The Amazon Resource Name (ARN) of an AWS Identity and Access
51332
- # Management (IAM) role that grants the Spot Fleet the permission to
51333
- # request, launch, terminate, and tag instances on your behalf. For
51334
- # more information, see [Spot Fleet prerequisites][1] in the *Amazon
51335
- # EC2 User Guide for Linux Instances*. Spot Fleet can terminate Spot
52563
+ # The Amazon Resource Name (ARN) of an Identity and Access Management
52564
+ # (IAM) role that grants the Spot Fleet the permission to request,
52565
+ # launch, terminate, and tag instances on your behalf. For more
52566
+ # information, see [Spot Fleet prerequisites][1] in the *Amazon EC2
52567
+ # User Guide for Linux Instances*. Spot Fleet can terminate Spot
51336
52568
  # Instances on your behalf when you cancel its Spot Fleet request
51337
52569
  # using [CancelSpotFleetRequests][2] or when the Spot Fleet request
51338
52570
  # expires, if you set `TerminateInstancesWithExpiration`.
@@ -51460,8 +52692,22 @@ module Aws::EC2
51460
52692
  # `lowest-price`. Spot Fleet selects the cheapest Spot pools and
51461
52693
  # evenly allocates your target Spot capacity across the number of Spot
51462
52694
  # pools that you specify.
52695
+ #
52696
+ # Note that Spot Fleet attempts to draw Spot Instances from the number
52697
+ # of pools that you specify on a best effort basis. If a pool runs out
52698
+ # of Spot capacity before fulfilling your target capacity, Spot Fleet
52699
+ # will continue to fulfill your request by drawing from the next
52700
+ # cheapest pool. To ensure that your target capacity is met, you might
52701
+ # receive Spot Instances from more than the number of pools that you
52702
+ # specified. Similarly, if most of the pools have no Spot capacity,
52703
+ # you might receive your full target capacity from fewer than the
52704
+ # number of pools that you specified.
51463
52705
  # @return [Integer]
51464
52706
  #
52707
+ # @!attribute [rw] context
52708
+ # Reserved.
52709
+ # @return [String]
52710
+ #
51465
52711
  # @!attribute [rw] tag_specifications
51466
52712
  # The key-value pair for tagging the Spot Fleet request on creation.
51467
52713
  # The value for `ResourceType` must be `spot-fleet-request`, otherwise
@@ -51504,6 +52750,7 @@ module Aws::EC2
51504
52750
  :instance_interruption_behavior,
51505
52751
  :load_balancers_config,
51506
52752
  :instance_pools_to_use_count,
52753
+ :context,
51507
52754
  :tag_specifications)
51508
52755
  SENSITIVE = []
51509
52756
  include Aws::Structure
@@ -51515,7 +52762,7 @@ module Aws::EC2
51515
52762
  # data as a hash:
51516
52763
  #
51517
52764
  # {
51518
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
52765
+ # 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
51519
52766
  # tags: [
51520
52767
  # {
51521
52768
  # key: "String",
@@ -51551,9 +52798,7 @@ module Aws::EC2
51551
52798
  # Describes a Spot Instance request.
51552
52799
  #
51553
52800
  # @!attribute [rw] actual_block_hourly_price
51554
- # If you specified a duration and your Spot Instance request was
51555
- # fulfilled, this is the fixed hourly price in effect for the Spot
51556
- # Instance while it runs.
52801
+ # Deprecated.
51557
52802
  # @return [String]
51558
52803
  #
51559
52804
  # @!attribute [rw] availability_zone_group
@@ -51563,7 +52808,7 @@ module Aws::EC2
51563
52808
  # @return [String]
51564
52809
  #
51565
52810
  # @!attribute [rw] block_duration_minutes
51566
- # The duration for the Spot Instance, in minutes.
52811
+ # Deprecated.
51567
52812
  # @return [Integer]
51568
52813
  #
51569
52814
  # @!attribute [rw] create_time
@@ -51782,22 +53027,7 @@ module Aws::EC2
51782
53027
  # @return [String]
51783
53028
  #
51784
53029
  # @!attribute [rw] block_duration_minutes
51785
- # The required duration for the Spot Instances (also known as Spot
51786
- # blocks), in minutes. This value must be a multiple of 60 (60, 120,
51787
- # 180, 240, 300, or 360).
51788
- #
51789
- # The duration period starts as soon as your Spot Instance receives
51790
- # its instance ID. At the end of the duration period, Amazon EC2 marks
51791
- # the Spot Instance for termination and provides a Spot Instance
51792
- # termination notice, which gives the instance a two-minute warning
51793
- # before it terminates.
51794
- #
51795
- # You can't specify an Availability Zone group or a launch group if
51796
- # you specify a duration.
51797
- #
51798
- # New accounts or accounts with no previous billing history with AWS
51799
- # are not eligible for Spot Instances with a defined duration (also
51800
- # known as Spot blocks).
53030
+ # Deprecated.
51801
53031
  # @return [Integer]
51802
53032
  #
51803
53033
  # @!attribute [rw] valid_until
@@ -51876,6 +53106,16 @@ module Aws::EC2
51876
53106
  # `lowest-price`. EC2 Fleet selects the cheapest Spot pools and evenly
51877
53107
  # allocates your target Spot capacity across the number of Spot pools
51878
53108
  # that you specify.
53109
+ #
53110
+ # Note that EC2 Fleet attempts to draw Spot Instances from the number
53111
+ # of pools that you specify on a best effort basis. If a pool runs out
53112
+ # of Spot capacity before fulfilling your target capacity, EC2 Fleet
53113
+ # will continue to fulfill your request by drawing from the next
53114
+ # cheapest pool. To ensure that your target capacity is met, you might
53115
+ # receive Spot Instances from more than the number of pools that you
53116
+ # specified. Similarly, if most of the pools have no Spot capacity,
53117
+ # you might receive your full target capacity from fewer than the
53118
+ # number of pools that you specified.
51879
53119
  # @return [Integer]
51880
53120
  #
51881
53121
  # @!attribute [rw] single_instance_type
@@ -51977,6 +53217,16 @@ module Aws::EC2
51977
53217
  # `lowest-price`. EC2 Fleet selects the cheapest Spot pools and evenly
51978
53218
  # allocates your target Spot capacity across the number of Spot pools
51979
53219
  # that you specify.
53220
+ #
53221
+ # Note that EC2 Fleet attempts to draw Spot Instances from the number
53222
+ # of pools that you specify on a best effort basis. If a pool runs out
53223
+ # of Spot capacity before fulfilling your target capacity, EC2 Fleet
53224
+ # will continue to fulfill your request by drawing from the next
53225
+ # cheapest pool. To ensure that your target capacity is met, you might
53226
+ # receive Spot Instances from more than the number of pools that you
53227
+ # specified. Similarly, if most of the pools have no Spot capacity,
53228
+ # you might receive your full target capacity from fewer than the
53229
+ # number of pools that you specified.
51980
53230
  # @return [Integer]
51981
53231
  #
51982
53232
  # @!attribute [rw] single_instance_type
@@ -52233,7 +53483,7 @@ module Aws::EC2
52233
53483
  # dry_run: false,
52234
53484
  # tag_specifications: [
52235
53485
  # {
52236
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
53486
+ # 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
52237
53487
  # tags: [
52238
53488
  # {
52239
53489
  # key: "String",
@@ -52832,7 +54082,7 @@ module Aws::EC2
52832
54082
  # data as a hash:
52833
54083
  #
52834
54084
  # {
52835
- # 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-path, placement-group, reserved-instances, route-table, security-group, 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
54085
+ # 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
52836
54086
  # tags: [
52837
54087
  # {
52838
54088
  # key: "String",
@@ -52849,19 +54099,19 @@ module Aws::EC2
52849
54099
  # \| `elastic-ip` \| `elastic-gpu` \| `export-image-task` \|
52850
54100
  # `export-instance-task` \| `fleet` \| `fpga-image` \|
52851
54101
  # `host-reservation` \| `image`\| `import-image-task` \|
52852
- # `import-snapshot-task` \| `instance` \| `internet-gateway` \|
52853
- # `ipv4pool-ec2` \| `ipv6pool-ec2` \| `key-pair` \| `launch-template`
52854
- # \| `local-gateway-route-table-vpc-association` \| `placement-group`
52855
- # \| `prefix-list` \| `natgateway` \| `network-acl` \|
52856
- # `network-interface` \| `reserved-instances` \|`route-table` \|
52857
- # `security-group`\| `snapshot` \| `spot-fleet-request` \|
52858
- # `spot-instances-request` \| `snapshot` \| `subnet` \|
52859
- # `traffic-mirror-filter` \| `traffic-mirror-session` \|
54102
+ # `import-snapshot-task` \| `instance` \| `instance-event-window` \|
54103
+ # `internet-gateway` \| `ipv4pool-ec2` \| `ipv6pool-ec2` \| `key-pair`
54104
+ # \| `launch-template` \| `local-gateway-route-table-vpc-association`
54105
+ # \| `placement-group` \| `prefix-list` \| `natgateway` \|
54106
+ # `network-acl` \| `network-interface` \| `reserved-instances`
54107
+ # \|`route-table` \| `security-group`\| `snapshot` \|
54108
+ # `spot-fleet-request` \| `spot-instances-request` \| `snapshot` \|
54109
+ # `subnet` \| `traffic-mirror-filter` \| `traffic-mirror-session` \|
52860
54110
  # `traffic-mirror-target` \| `transit-gateway` \|
52861
54111
  # `transit-gateway-attachment` \| `transit-gateway-multicast-domain`
52862
54112
  # \| `transit-gateway-route-table` \| `volume` \|`vpc` \| `
52863
54113
  # vpc-peering-connection` \| `vpc-endpoint` (for interface and gateway
52864
- # endpoints) \| `vpc-endpoint-service` (for AWS PrivateLink) \|
54114
+ # endpoints) \| `vpc-endpoint-service` (for PrivateLink) \|
52865
54115
  # `vpc-flow-log` \| `vpn-connection` \| `vpn-gateway`.
52866
54116
  #
52867
54117
  # To tag a resource after it has been created, see [CreateTags][1].
@@ -55138,7 +56388,7 @@ module Aws::EC2
55138
56388
  # dry_run: false,
55139
56389
  # group_id: "SecurityGroupId",
55140
56390
  # group_name: "SecurityGroupName",
55141
- # ip_permissions: [ # required
56391
+ # ip_permissions: [
55142
56392
  # {
55143
56393
  # from_port: 1,
55144
56394
  # ip_protocol: "String",
@@ -55174,6 +56424,12 @@ module Aws::EC2
55174
56424
  # ],
55175
56425
  # },
55176
56426
  # ],
56427
+ # security_group_rule_descriptions: [
56428
+ # {
56429
+ # security_group_rule_id: "String",
56430
+ # description: "String",
56431
+ # },
56432
+ # ],
55177
56433
  # }
55178
56434
  #
55179
56435
  # @!attribute [rw] dry_run
@@ -55196,16 +56452,23 @@ module Aws::EC2
55196
56452
  # @return [String]
55197
56453
  #
55198
56454
  # @!attribute [rw] ip_permissions
55199
- # The IP permissions for the security group rule.
56455
+ # The IP permissions for the security group rule. You must specify
56456
+ # either the IP permissions or the description.
55200
56457
  # @return [Array<Types::IpPermission>]
55201
56458
  #
56459
+ # @!attribute [rw] security_group_rule_descriptions
56460
+ # The description for the egress security group rules. You must
56461
+ # specify either the description or the IP permissions.
56462
+ # @return [Array<Types::SecurityGroupRuleDescription>]
56463
+ #
55202
56464
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/UpdateSecurityGroupRuleDescriptionsEgressRequest AWS API Documentation
55203
56465
  #
55204
56466
  class UpdateSecurityGroupRuleDescriptionsEgressRequest < Struct.new(
55205
56467
  :dry_run,
55206
56468
  :group_id,
55207
56469
  :group_name,
55208
- :ip_permissions)
56470
+ :ip_permissions,
56471
+ :security_group_rule_descriptions)
55209
56472
  SENSITIVE = []
55210
56473
  include Aws::Structure
55211
56474
  end
@@ -55229,7 +56492,7 @@ module Aws::EC2
55229
56492
  # dry_run: false,
55230
56493
  # group_id: "SecurityGroupId",
55231
56494
  # group_name: "SecurityGroupName",
55232
- # ip_permissions: [ # required
56495
+ # ip_permissions: [
55233
56496
  # {
55234
56497
  # from_port: 1,
55235
56498
  # ip_protocol: "String",
@@ -55265,6 +56528,12 @@ module Aws::EC2
55265
56528
  # ],
55266
56529
  # },
55267
56530
  # ],
56531
+ # security_group_rule_descriptions: [
56532
+ # {
56533
+ # security_group_rule_id: "String",
56534
+ # description: "String",
56535
+ # },
56536
+ # ],
55268
56537
  # }
55269
56538
  #
55270
56539
  # @!attribute [rw] dry_run
@@ -55287,16 +56556,23 @@ module Aws::EC2
55287
56556
  # @return [String]
55288
56557
  #
55289
56558
  # @!attribute [rw] ip_permissions
55290
- # The IP permissions for the security group rule.
56559
+ # The IP permissions for the security group rule. You must specify
56560
+ # either IP permissions or a description.
55291
56561
  # @return [Array<Types::IpPermission>]
55292
56562
  #
56563
+ # @!attribute [rw] security_group_rule_descriptions
56564
+ # \[VPC only\] The description for the ingress security group rules.
56565
+ # You must specify either a description or IP permissions.
56566
+ # @return [Array<Types::SecurityGroupRuleDescription>]
56567
+ #
55293
56568
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/UpdateSecurityGroupRuleDescriptionsIngressRequest AWS API Documentation
55294
56569
  #
55295
56570
  class UpdateSecurityGroupRuleDescriptionsIngressRequest < Struct.new(
55296
56571
  :dry_run,
55297
56572
  :group_id,
55298
56573
  :group_name,
55299
- :ip_permissions)
56574
+ :ip_permissions,
56575
+ :security_group_rule_descriptions)
55300
56576
  SENSITIVE = []
55301
56577
  include Aws::Structure
55302
56578
  end
@@ -55382,7 +56658,7 @@ module Aws::EC2
55382
56658
  include Aws::Structure
55383
56659
  end
55384
56660
 
55385
- # Describes a security group and AWS account ID pair.
56661
+ # Describes a security group and Amazon Web Services account ID pair.
55386
56662
  #
55387
56663
  # @note When making an API call, you may pass UserIdGroupPair
55388
56664
  # data as a hash:
@@ -55423,14 +56699,14 @@ module Aws::EC2
55423
56699
  # @return [String]
55424
56700
  #
55425
56701
  # @!attribute [rw] user_id
55426
- # The ID of an AWS account.
56702
+ # The ID of an Amazon Web Services account.
55427
56703
  #
55428
56704
  # For a referenced security group in another VPC, the account ID of
55429
56705
  # the referenced security group is returned in the response. If the
55430
56706
  # referenced security group is deleted, this value is not returned.
55431
56707
  #
55432
56708
  # \[EC2-Classic\] Required when adding or removing rules that
55433
- # reference a security group in another AWS account.
56709
+ # reference a security group in another Amazon Web Services account.
55434
56710
  # @return [String]
55435
56711
  #
55436
56712
  # @!attribute [rw] vpc_id