aws-sdk-ec2 1.419.0 → 1.421.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.
@@ -2799,11 +2799,11 @@ module Aws::EC2
2799
2799
  end
2800
2800
 
2801
2801
  # @!attribute [rw] verified_access_trust_provider
2802
- # The ID of the Verified Access trust provider.
2802
+ # Details about the Verified Access trust provider.
2803
2803
  # @return [Types::VerifiedAccessTrustProvider]
2804
2804
  #
2805
2805
  # @!attribute [rw] verified_access_instance
2806
- # The ID of the Verified Access instance.
2806
+ # Details about the Verified Access instance.
2807
2807
  # @return [Types::VerifiedAccessInstance]
2808
2808
  #
2809
2809
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AttachVerifiedAccessTrustProviderResult AWS API Documentation
@@ -7796,9 +7796,22 @@ module Aws::EC2
7796
7796
  end
7797
7797
 
7798
7798
  # @!attribute [rw] block_device_mappings
7799
- # The block device mappings. This parameter cannot be used to modify
7800
- # the encryption status of existing volumes or snapshots. To create an
7801
- # AMI with encrypted snapshots, use the CopyImage action.
7799
+ # The block device mappings.
7800
+ #
7801
+ # When using the CreateImage action:
7802
+ #
7803
+ # * You can't change the volume size using the VolumeSize parameter.
7804
+ # If you want a different volume size, you must first change the
7805
+ # volume size of the source instance.
7806
+ #
7807
+ # * You can't modify the encryption status of existing volumes or
7808
+ # snapshots. To create an AMI with volumes or snapshots that have a
7809
+ # different encryption status (for example, where the source volume
7810
+ # and snapshots are unencrypted, and you want to create an AMI with
7811
+ # encrypted volumes or snapshots), use the CopyImage action.
7812
+ #
7813
+ # * The only option that can be changed for existing mappings or
7814
+ # snapshots is `DeleteOnTermination`.
7802
7815
  # @return [Array<Types::BlockDeviceMapping>]
7803
7816
  #
7804
7817
  # @!attribute [rw] description
@@ -11527,7 +11540,7 @@ module Aws::EC2
11527
11540
  #
11528
11541
  # @!attribute [rw] security_group_ids
11529
11542
  # The IDs of the security groups to associate with the Verified Access
11530
- # endpoint.
11543
+ # endpoint. Required if `AttachmentType` is set to `vpc`.
11531
11544
  # @return [Array<String>]
11532
11545
  #
11533
11546
  # @!attribute [rw] load_balancer_options
@@ -11573,7 +11586,7 @@ module Aws::EC2
11573
11586
  # @return [Boolean]
11574
11587
  #
11575
11588
  # @!attribute [rw] sse_specification
11576
- # Options for server side encryption.
11589
+ # The options for server side encryption.
11577
11590
  # @return [Types::VerifiedAccessSseSpecificationRequest]
11578
11591
  #
11579
11592
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVerifiedAccessEndpointRequest AWS API Documentation
@@ -11599,7 +11612,7 @@ module Aws::EC2
11599
11612
  end
11600
11613
 
11601
11614
  # @!attribute [rw] verified_access_endpoint
11602
- # The ID of the Verified Access endpoint.
11615
+ # Details about the Verified Access endpoint.
11603
11616
  # @return [Types::VerifiedAccessEndpoint]
11604
11617
  #
11605
11618
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVerifiedAccessEndpointResult AWS API Documentation
@@ -11647,7 +11660,7 @@ module Aws::EC2
11647
11660
  # @return [Boolean]
11648
11661
  #
11649
11662
  # @!attribute [rw] sse_specification
11650
- # Options for server side encryption.
11663
+ # The options for server side encryption.
11651
11664
  # @return [Types::VerifiedAccessSseSpecificationRequest]
11652
11665
  #
11653
11666
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVerifiedAccessGroupRequest AWS API Documentation
@@ -11665,7 +11678,7 @@ module Aws::EC2
11665
11678
  end
11666
11679
 
11667
11680
  # @!attribute [rw] verified_access_group
11668
- # The ID of the Verified Access group.
11681
+ # Details about the Verified Access group.
11669
11682
  # @return [Types::VerifiedAccessGroup]
11670
11683
  #
11671
11684
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVerifiedAccessGroupResult AWS API Documentation
@@ -11722,7 +11735,7 @@ module Aws::EC2
11722
11735
  end
11723
11736
 
11724
11737
  # @!attribute [rw] verified_access_instance
11725
- # The ID of the Verified Access instance.
11738
+ # Details about the Verified Access instance.
11726
11739
  # @return [Types::VerifiedAccessInstance]
11727
11740
  #
11728
11741
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVerifiedAccessInstanceResult AWS API Documentation
@@ -11853,7 +11866,7 @@ module Aws::EC2
11853
11866
  # @return [Boolean]
11854
11867
  #
11855
11868
  # @!attribute [rw] sse_specification
11856
- # Options for server side encryption.
11869
+ # The options for server side encryption.
11857
11870
  # @return [Types::VerifiedAccessSseSpecificationRequest]
11858
11871
  #
11859
11872
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVerifiedAccessTrustProviderRequest AWS API Documentation
@@ -11875,7 +11888,7 @@ module Aws::EC2
11875
11888
  end
11876
11889
 
11877
11890
  # @!attribute [rw] verified_access_trust_provider
11878
- # The ID of the Verified Access trust provider.
11891
+ # Details about the Verified Access trust provider.
11879
11892
  # @return [Types::VerifiedAccessTrustProvider]
11880
11893
  #
11881
11894
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVerifiedAccessTrustProviderResult AWS API Documentation
@@ -15069,7 +15082,7 @@ module Aws::EC2
15069
15082
  end
15070
15083
 
15071
15084
  # @!attribute [rw] verified_access_endpoint
15072
- # The ID of the Verified Access endpoint.
15085
+ # Details about the Verified Access endpoint.
15073
15086
  # @return [Types::VerifiedAccessEndpoint]
15074
15087
  #
15075
15088
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteVerifiedAccessEndpointResult AWS API Documentation
@@ -15115,7 +15128,7 @@ module Aws::EC2
15115
15128
  end
15116
15129
 
15117
15130
  # @!attribute [rw] verified_access_group
15118
- # The ID of the Verified Access group.
15131
+ # Details about the Verified Access group.
15119
15132
  # @return [Types::VerifiedAccessGroup]
15120
15133
  #
15121
15134
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteVerifiedAccessGroupResult AWS API Documentation
@@ -15161,7 +15174,7 @@ module Aws::EC2
15161
15174
  end
15162
15175
 
15163
15176
  # @!attribute [rw] verified_access_instance
15164
- # The ID of the Verified Access instance.
15177
+ # Details about the Verified Access instance.
15165
15178
  # @return [Types::VerifiedAccessInstance]
15166
15179
  #
15167
15180
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteVerifiedAccessInstanceResult AWS API Documentation
@@ -15207,7 +15220,7 @@ module Aws::EC2
15207
15220
  end
15208
15221
 
15209
15222
  # @!attribute [rw] verified_access_trust_provider
15210
- # The ID of the Verified Access trust provider.
15223
+ # Details about the Verified Access trust provider.
15211
15224
  # @return [Types::VerifiedAccessTrustProvider]
15212
15225
  #
15213
15226
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteVerifiedAccessTrustProviderResult AWS API Documentation
@@ -17455,7 +17468,7 @@ module Aws::EC2
17455
17468
  end
17456
17469
 
17457
17470
  # @!attribute [rw] image_ids
17458
- # Details for one or more Windows AMI image IDs.
17471
+ # Specify one or more Windows AMI image IDs for the request.
17459
17472
  # @return [Array<String>]
17460
17473
  #
17461
17474
  # @!attribute [rw] filters
@@ -17463,9 +17476,6 @@ module Aws::EC2
17463
17476
  #
17464
17477
  # * `resource-type` - The resource type for pre-provisioning.
17465
17478
  #
17466
- # * `launch-template` - The launch template that is associated with
17467
- # the pre-provisioned Windows AMI.
17468
- #
17469
17479
  # * `owner-id` - The owner ID for the pre-provisioning resource.
17470
17480
  #
17471
17481
  # * `state` - The current state of fast launching for the Windows AMI.
@@ -17525,17 +17535,17 @@ module Aws::EC2
17525
17535
  include Aws::Structure
17526
17536
  end
17527
17537
 
17528
- # Describe details about a fast-launch enabled Windows image that meets
17529
- # the requested criteria. Criteria are defined by the
17538
+ # Describe details about a Windows image with Windows fast launch
17539
+ # enabled that meets the requested criteria. Criteria are defined by the
17530
17540
  # `DescribeFastLaunchImages` action filters.
17531
17541
  #
17532
17542
  # @!attribute [rw] image_id
17533
- # The image ID that identifies the fast-launch enabled Windows image.
17543
+ # The image ID that identifies the Windows fast launch enabled image.
17534
17544
  # @return [String]
17535
17545
  #
17536
17546
  # @!attribute [rw] resource_type
17537
- # The resource type that is used for pre-provisioning the Windows AMI.
17538
- # Supported values include: `snapshot`.
17547
+ # The resource type that Amazon EC2 uses for pre-provisioning the
17548
+ # Windows AMI. Supported values include: `snapshot`.
17539
17549
  # @return [String]
17540
17550
  #
17541
17551
  # @!attribute [rw] snapshot_configuration
@@ -17544,32 +17554,33 @@ module Aws::EC2
17544
17554
  # @return [Types::FastLaunchSnapshotConfigurationResponse]
17545
17555
  #
17546
17556
  # @!attribute [rw] launch_template
17547
- # The launch template that the fast-launch enabled Windows AMI uses
17557
+ # The launch template that the Windows fast launch enabled AMI uses
17548
17558
  # when it launches Windows instances from pre-provisioned snapshots.
17549
17559
  # @return [Types::FastLaunchLaunchTemplateSpecificationResponse]
17550
17560
  #
17551
17561
  # @!attribute [rw] max_parallel_launches
17552
17562
  # The maximum number of instances that Amazon EC2 can launch at the
17553
- # same time to create pre-provisioned snapshots for Windows faster
17554
- # launching.
17563
+ # same time to create pre-provisioned snapshots for Windows fast
17564
+ # launch.
17555
17565
  # @return [Integer]
17556
17566
  #
17557
17567
  # @!attribute [rw] owner_id
17558
- # The owner ID for the fast-launch enabled Windows AMI.
17568
+ # The owner ID for the Windows fast launch enabled AMI.
17559
17569
  # @return [String]
17560
17570
  #
17561
17571
  # @!attribute [rw] state
17562
- # The current state of faster launching for the specified Windows AMI.
17572
+ # The current state of Windows fast launch for the specified Windows
17573
+ # AMI.
17563
17574
  # @return [String]
17564
17575
  #
17565
17576
  # @!attribute [rw] state_transition_reason
17566
- # The reason that faster launching for the Windows AMI changed to the
17577
+ # The reason that Windows fast launch for the AMI changed to the
17567
17578
  # current state.
17568
17579
  # @return [String]
17569
17580
  #
17570
17581
  # @!attribute [rw] state_transition_time
17571
- # The time that faster launching for the Windows AMI changed to the
17572
- # current state.
17582
+ # The time that Windows fast launch for the AMI changed to the current
17583
+ # state.
17573
17584
  # @return [Time]
17574
17585
  #
17575
17586
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFastLaunchImagesSuccessItem AWS API Documentation
@@ -19409,6 +19420,96 @@ module Aws::EC2
19409
19420
  include Aws::Structure
19410
19421
  end
19411
19422
 
19423
+ # @!attribute [rw] dry_run
19424
+ # Checks whether you have the required permissions for the action,
19425
+ # without actually making the request, and provides an error response.
19426
+ # If you have the required permissions, the error response is
19427
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
19428
+ # @return [Boolean]
19429
+ #
19430
+ # @!attribute [rw] next_token
19431
+ # The token returned from a previous paginated request. Pagination
19432
+ # continues from the end of the items returned by the previous
19433
+ # request.
19434
+ # @return [String]
19435
+ #
19436
+ # @!attribute [rw] max_results
19437
+ # The maximum number of items to return for this request. To get the
19438
+ # next page of items, make another request with the token returned in
19439
+ # the output. For more information, see [Pagination][1].
19440
+ #
19441
+ # You can't specify this parameter and the instance IDs parameter in
19442
+ # the same request.
19443
+ #
19444
+ # Default: `20`
19445
+ #
19446
+ #
19447
+ #
19448
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
19449
+ # @return [Integer]
19450
+ #
19451
+ # @!attribute [rw] instance_ids
19452
+ # The instance IDs.
19453
+ #
19454
+ # Default: Describes all your instances.
19455
+ #
19456
+ # Constraints: Maximum 100 explicitly specified instance IDs.
19457
+ # @return [Array<String>]
19458
+ #
19459
+ # @!attribute [rw] group_names
19460
+ # The name of the placement group that each instance is in.
19461
+ #
19462
+ # Constraints: Maximum 100 explicitly specified placement group names.
19463
+ # @return [Array<String>]
19464
+ #
19465
+ # @!attribute [rw] filters
19466
+ # The filters.
19467
+ #
19468
+ # * `availability-zone` - The name of the Availability Zone (for
19469
+ # example, `us-west-2a`) or Local Zone (for example,
19470
+ # `us-west-2-lax-1b`) that the instance is in.
19471
+ #
19472
+ # * `instance-type` - The instance type (for example, `p4d.24xlarge`)
19473
+ # or instance family (for example, `p4d*`). You can use the `*`
19474
+ # wildcard to match zero or more characters, or the `?` wildcard to
19475
+ # match zero or one character.
19476
+ #
19477
+ # * `zone-id` - The ID of the Availability Zone (for example,
19478
+ # `usw2-az2`) or Local Zone (for example, `usw2-lax1-az1`) that the
19479
+ # instance is in.
19480
+ # @return [Array<Types::Filter>]
19481
+ #
19482
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTopologyRequest AWS API Documentation
19483
+ #
19484
+ class DescribeInstanceTopologyRequest < Struct.new(
19485
+ :dry_run,
19486
+ :next_token,
19487
+ :max_results,
19488
+ :instance_ids,
19489
+ :group_names,
19490
+ :filters)
19491
+ SENSITIVE = []
19492
+ include Aws::Structure
19493
+ end
19494
+
19495
+ # @!attribute [rw] instances
19496
+ # Information about the topology of each instance.
19497
+ # @return [Array<Types::InstanceTopology>]
19498
+ #
19499
+ # @!attribute [rw] next_token
19500
+ # The token to include in another request to get the next page of
19501
+ # items. This value is `null` when there are no more items to return.
19502
+ # @return [String]
19503
+ #
19504
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTopologyResult AWS API Documentation
19505
+ #
19506
+ class DescribeInstanceTopologyResult < Struct.new(
19507
+ :instances,
19508
+ :next_token)
19509
+ SENSITIVE = []
19510
+ include Aws::Structure
19511
+ end
19512
+
19412
19513
  # @!attribute [rw] dry_run
19413
19514
  # Checks whether you have the required permissions for the action,
19414
19515
  # without actually making the request, and provides an error response.
@@ -21352,6 +21453,73 @@ module Aws::EC2
21352
21453
  include Aws::Structure
21353
21454
  end
21354
21455
 
21456
+ # @!attribute [rw] filters
21457
+ # The filters.
21458
+ #
21459
+ # * `lock-state` - The state of the snapshot lock
21460
+ # (`compliance-cooloff` \| `governance` \| `compliance` \|
21461
+ # `expired`).
21462
+ #
21463
+ # ^
21464
+ # @return [Array<Types::Filter>]
21465
+ #
21466
+ # @!attribute [rw] max_results
21467
+ # The maximum number of items to return for this request. To get the
21468
+ # next page of items, make another request with the token returned in
21469
+ # the output. For more information, see [Pagination][1].
21470
+ #
21471
+ #
21472
+ #
21473
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
21474
+ # @return [Integer]
21475
+ #
21476
+ # @!attribute [rw] next_token
21477
+ # The token returned from a previous paginated request. Pagination
21478
+ # continues from the end of the items returned by the previous
21479
+ # request.
21480
+ # @return [String]
21481
+ #
21482
+ # @!attribute [rw] snapshot_ids
21483
+ # The IDs of the snapshots for which to view the lock status.
21484
+ # @return [Array<String>]
21485
+ #
21486
+ # @!attribute [rw] dry_run
21487
+ # Checks whether you have the required permissions for the action,
21488
+ # without actually making the request, and provides an error response.
21489
+ # If you have the required permissions, the error response is
21490
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
21491
+ # @return [Boolean]
21492
+ #
21493
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLockedSnapshotsRequest AWS API Documentation
21494
+ #
21495
+ class DescribeLockedSnapshotsRequest < Struct.new(
21496
+ :filters,
21497
+ :max_results,
21498
+ :next_token,
21499
+ :snapshot_ids,
21500
+ :dry_run)
21501
+ SENSITIVE = []
21502
+ include Aws::Structure
21503
+ end
21504
+
21505
+ # @!attribute [rw] snapshots
21506
+ # Information about the snapshots.
21507
+ # @return [Array<Types::LockedSnapshotsInfo>]
21508
+ #
21509
+ # @!attribute [rw] next_token
21510
+ # The token to include in another request to get the next page of
21511
+ # items. This value is `null` when there are no more items to return.
21512
+ # @return [String]
21513
+ #
21514
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLockedSnapshotsResult AWS API Documentation
21515
+ #
21516
+ class DescribeLockedSnapshotsResult < Struct.new(
21517
+ :snapshots,
21518
+ :next_token)
21519
+ SENSITIVE = []
21520
+ include Aws::Structure
21521
+ end
21522
+
21355
21523
  # @!attribute [rw] dry_run
21356
21524
  # Checks whether you have the required permissions for the action,
21357
21525
  # without actually making the request, and provides an error response.
@@ -25746,7 +25914,7 @@ module Aws::EC2
25746
25914
  end
25747
25915
 
25748
25916
  # @!attribute [rw] verified_access_endpoints
25749
- # The ID of the Verified Access endpoint.
25917
+ # Details about the Verified Access endpoints.
25750
25918
  # @return [Array<Types::VerifiedAccessEndpoint>]
25751
25919
  #
25752
25920
  # @!attribute [rw] next_token
@@ -25806,7 +25974,7 @@ module Aws::EC2
25806
25974
  end
25807
25975
 
25808
25976
  # @!attribute [rw] verified_access_groups
25809
- # The ID of the Verified Access group.
25977
+ # Details about the Verified Access groups.
25810
25978
  # @return [Array<Types::VerifiedAccessGroup>]
25811
25979
  #
25812
25980
  # @!attribute [rw] next_token
@@ -25861,7 +26029,7 @@ module Aws::EC2
25861
26029
  end
25862
26030
 
25863
26031
  # @!attribute [rw] logging_configurations
25864
- # The current logging configuration for the Verified Access instances.
26032
+ # The logging configuration for the Verified Access instances.
25865
26033
  # @return [Array<Types::VerifiedAccessInstanceLoggingConfiguration>]
25866
26034
  #
25867
26035
  # @!attribute [rw] next_token
@@ -25916,7 +26084,7 @@ module Aws::EC2
25916
26084
  end
25917
26085
 
25918
26086
  # @!attribute [rw] verified_access_instances
25919
- # The IDs of the Verified Access instances.
26087
+ # Details about the Verified Access instances.
25920
26088
  # @return [Array<Types::VerifiedAccessInstance>]
25921
26089
  #
25922
26090
  # @!attribute [rw] next_token
@@ -25971,7 +26139,7 @@ module Aws::EC2
25971
26139
  end
25972
26140
 
25973
26141
  # @!attribute [rw] verified_access_trust_providers
25974
- # The IDs of the Verified Access trust providers.
26142
+ # Details about the Verified Access trust providers.
25975
26143
  # @return [Array<Types::VerifiedAccessTrustProvider>]
25976
26144
  #
25977
26145
  # @!attribute [rw] next_token
@@ -27505,11 +27673,11 @@ module Aws::EC2
27505
27673
  end
27506
27674
 
27507
27675
  # @!attribute [rw] verified_access_trust_provider
27508
- # The ID of the Verified Access trust provider.
27676
+ # Details about the Verified Access trust provider.
27509
27677
  # @return [Types::VerifiedAccessTrustProvider]
27510
27678
  #
27511
27679
  # @!attribute [rw] verified_access_instance
27512
- # The ID of the Verified Access instance.
27680
+ # Details about the Verified Access instance.
27513
27681
  # @return [Types::VerifiedAccessInstance]
27514
27682
  #
27515
27683
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DetachVerifiedAccessTrustProviderResult AWS API Documentation
@@ -27792,12 +27960,12 @@ module Aws::EC2
27792
27960
  end
27793
27961
 
27794
27962
  # @!attribute [rw] image_id
27795
- # The ID of the image for which you’re turning off faster launching,
27796
- # and removing pre-provisioned snapshots.
27963
+ # Specify the ID of the image for which to disable Windows fast
27964
+ # launch.
27797
27965
  # @return [String]
27798
27966
  #
27799
27967
  # @!attribute [rw] force
27800
- # Forces the image settings to turn off faster launching for your
27968
+ # Forces the image settings to turn off Windows fast launch for your
27801
27969
  # Windows AMI. This parameter overrides any errors that are
27802
27970
  # encountered while cleaning up resources in your account.
27803
27971
  # @return [Boolean]
@@ -27820,19 +27988,19 @@ module Aws::EC2
27820
27988
  end
27821
27989
 
27822
27990
  # @!attribute [rw] image_id
27823
- # The ID of the image for which faster-launching has been turned off.
27991
+ # The ID of the image for which Windows fast launch was disabled.
27824
27992
  # @return [String]
27825
27993
  #
27826
27994
  # @!attribute [rw] resource_type
27827
27995
  # The pre-provisioning resource type that must be cleaned after
27828
- # turning off faster launching for the Windows AMI. Supported values
27829
- # include: `snapshot`.
27996
+ # turning off Windows fast launch for the Windows AMI. Supported
27997
+ # values include: `snapshot`.
27830
27998
  # @return [String]
27831
27999
  #
27832
28000
  # @!attribute [rw] snapshot_configuration
27833
- # Parameters that were used for faster launching for the Windows AMI
27834
- # before faster launching was turned off. This informs the clean-up
27835
- # process.
28001
+ # Parameters that were used for Windows fast launch for the Windows
28002
+ # AMI before Windows fast launch was disabled. This informs the
28003
+ # clean-up process.
27836
28004
  # @return [Types::FastLaunchSnapshotConfigurationResponse]
27837
28005
  #
27838
28006
  # @!attribute [rw] launch_template
@@ -27842,27 +28010,28 @@ module Aws::EC2
27842
28010
  #
27843
28011
  # @!attribute [rw] max_parallel_launches
27844
28012
  # The maximum number of instances that Amazon EC2 can launch at the
27845
- # same time to create pre-provisioned snapshots for Windows faster
27846
- # launching.
28013
+ # same time to create pre-provisioned snapshots for Windows fast
28014
+ # launch.
27847
28015
  # @return [Integer]
27848
28016
  #
27849
28017
  # @!attribute [rw] owner_id
27850
- # The owner of the Windows AMI for which faster launching was turned
27851
- # off.
28018
+ # The owner of the Windows AMI for which Windows fast launch was
28019
+ # disabled.
27852
28020
  # @return [String]
27853
28021
  #
27854
28022
  # @!attribute [rw] state
27855
- # The current state of faster launching for the specified Windows AMI.
28023
+ # The current state of Windows fast launch for the specified Windows
28024
+ # AMI.
27856
28025
  # @return [String]
27857
28026
  #
27858
28027
  # @!attribute [rw] state_transition_reason
27859
- # The reason that the state changed for faster launching for the
28028
+ # The reason that the state changed for Windows fast launch for the
27860
28029
  # Windows AMI.
27861
28030
  # @return [String]
27862
28031
  #
27863
28032
  # @!attribute [rw] state_transition_time
27864
- # The time that the state changed for faster launching for the Windows
27865
- # AMI.
28033
+ # The time that the state changed for Windows fast launch for the
28034
+ # Windows AMI.
27866
28035
  # @return [Time]
27867
28036
  #
27868
28037
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableFastLaunchResult AWS API Documentation
@@ -29941,19 +30110,19 @@ module Aws::EC2
29941
30110
  end
29942
30111
 
29943
30112
  # @!attribute [rw] image_id
29944
- # The ID of the image for which you’re enabling faster launching.
30113
+ # Specify the ID of the image for which to enable Windows fast launch.
29945
30114
  # @return [String]
29946
30115
  #
29947
30116
  # @!attribute [rw] resource_type
29948
- # The type of resource to use for pre-provisioning the Windows AMI for
29949
- # faster launching. Supported values include: `snapshot`, which is the
30117
+ # The type of resource to use for pre-provisioning the AMI for Windows
30118
+ # fast launch. Supported values include: `snapshot`, which is the
29950
30119
  # default value.
29951
30120
  # @return [String]
29952
30121
  #
29953
30122
  # @!attribute [rw] snapshot_configuration
29954
30123
  # Configuration settings for creating and managing the snapshots that
29955
- # are used for pre-provisioning the Windows AMI for faster launching.
29956
- # The associated `ResourceType` must be `snapshot`.
30124
+ # are used for pre-provisioning the AMI for Windows fast launch. The
30125
+ # associated `ResourceType` must be `snapshot`.
29957
30126
  # @return [Types::FastLaunchSnapshotConfigurationRequest]
29958
30127
  #
29959
30128
  # @!attribute [rw] launch_template
@@ -29964,8 +30133,8 @@ module Aws::EC2
29964
30133
  #
29965
30134
  # @!attribute [rw] max_parallel_launches
29966
30135
  # The maximum number of instances that Amazon EC2 can launch at the
29967
- # same time to create pre-provisioned snapshots for Windows faster
29968
- # launching. Value must be `6` or greater.
30136
+ # same time to create pre-provisioned snapshots for Windows fast
30137
+ # launch. Value must be `6` or greater.
29969
30138
  # @return [Integer]
29970
30139
  #
29971
30140
  # @!attribute [rw] dry_run
@@ -29989,13 +30158,13 @@ module Aws::EC2
29989
30158
  end
29990
30159
 
29991
30160
  # @!attribute [rw] image_id
29992
- # The image ID that identifies the Windows AMI for which faster
29993
- # launching was enabled.
30161
+ # The image ID that identifies the AMI for which Windows fast launch
30162
+ # was enabled.
29994
30163
  # @return [String]
29995
30164
  #
29996
30165
  # @!attribute [rw] resource_type
29997
- # The type of resource that was defined for pre-provisioning the
29998
- # Windows AMI for faster launching.
30166
+ # The type of resource that was defined for pre-provisioning the AMI
30167
+ # for Windows fast launch.
29999
30168
  # @return [String]
30000
30169
  #
30001
30170
  # @!attribute [rw] snapshot_configuration
@@ -30012,27 +30181,25 @@ module Aws::EC2
30012
30181
  #
30013
30182
  # @!attribute [rw] max_parallel_launches
30014
30183
  # The maximum number of instances that Amazon EC2 can launch at the
30015
- # same time to create pre-provisioned snapshots for Windows faster
30016
- # launching.
30184
+ # same time to create pre-provisioned snapshots for Windows fast
30185
+ # launch.
30017
30186
  # @return [Integer]
30018
30187
  #
30019
30188
  # @!attribute [rw] owner_id
30020
- # The owner ID for the Windows AMI for which faster launching was
30021
- # enabled.
30189
+ # The owner ID for the AMI for which Windows fast launch was enabled.
30022
30190
  # @return [String]
30023
30191
  #
30024
30192
  # @!attribute [rw] state
30025
- # The current state of faster launching for the specified Windows AMI.
30193
+ # The current state of Windows fast launch for the specified AMI.
30026
30194
  # @return [String]
30027
30195
  #
30028
30196
  # @!attribute [rw] state_transition_reason
30029
- # The reason that the state changed for faster launching for the
30030
- # Windows AMI.
30197
+ # The reason that the state changed for Windows fast launch for the
30198
+ # AMI.
30031
30199
  # @return [String]
30032
30200
  #
30033
30201
  # @!attribute [rw] state_transition_time
30034
- # The time that the state changed for faster launching for the Windows
30035
- # AMI.
30202
+ # The time that the state changed for Windows fast launch for the AMI.
30036
30203
  # @return [Time]
30037
30204
  #
30038
30205
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableFastLaunchResult AWS API Documentation
@@ -31581,7 +31748,7 @@ module Aws::EC2
31581
31748
  include Aws::Structure
31582
31749
  end
31583
31750
 
31584
- # Request to create a launch template for a fast-launch enabled Windows
31751
+ # Request to create a launch template for a Windows fast launch enabled
31585
31752
  # AMI.
31586
31753
  #
31587
31754
  # <note markdown="1"> Note - You can specify either the `LaunchTemplateName` or the
@@ -31590,18 +31757,18 @@ module Aws::EC2
31590
31757
  # </note>
31591
31758
  #
31592
31759
  # @!attribute [rw] launch_template_id
31593
- # The ID of the launch template to use for faster launching for a
31594
- # Windows AMI.
31760
+ # Specify the ID of the launch template that the AMI should use for
31761
+ # Windows fast launch.
31595
31762
  # @return [String]
31596
31763
  #
31597
31764
  # @!attribute [rw] launch_template_name
31598
- # The name of the launch template to use for faster launching for a
31599
- # Windows AMI.
31765
+ # Specify the name of the launch template that the AMI should use for
31766
+ # Windows fast launch.
31600
31767
  # @return [String]
31601
31768
  #
31602
31769
  # @!attribute [rw] version
31603
- # The version of the launch template to use for faster launching for a
31604
- # Windows AMI.
31770
+ # Specify the version of the launch template that the AMI should use
31771
+ # for Windows fast launch.
31605
31772
  # @return [String]
31606
31773
  #
31607
31774
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FastLaunchLaunchTemplateSpecificationRequest AWS API Documentation
@@ -31614,22 +31781,22 @@ module Aws::EC2
31614
31781
  include Aws::Structure
31615
31782
  end
31616
31783
 
31617
- # Identifies the launch template to use for faster launching of the
31618
- # Windows AMI.
31784
+ # Identifies the launch template that the AMI uses for Windows fast
31785
+ # launch.
31619
31786
  #
31620
31787
  # @!attribute [rw] launch_template_id
31621
- # The ID of the launch template for faster launching of the associated
31622
- # Windows AMI.
31788
+ # The ID of the launch template that the AMI uses for Windows fast
31789
+ # launch.
31623
31790
  # @return [String]
31624
31791
  #
31625
31792
  # @!attribute [rw] launch_template_name
31626
- # The name of the launch template for faster launching of the
31627
- # associated Windows AMI.
31793
+ # The name of the launch template that the AMI uses for Windows fast
31794
+ # launch.
31628
31795
  # @return [String]
31629
31796
  #
31630
31797
  # @!attribute [rw] version
31631
- # The version of the launch template for faster launching of the
31632
- # associated Windows AMI.
31798
+ # The version of the launch template that the AMI uses for Windows
31799
+ # fast launch.
31633
31800
  # @return [String]
31634
31801
  #
31635
31802
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FastLaunchLaunchTemplateSpecificationResponse AWS API Documentation
@@ -31643,11 +31810,11 @@ module Aws::EC2
31643
31810
  end
31644
31811
 
31645
31812
  # Configuration settings for creating and managing pre-provisioned
31646
- # snapshots for a fast-launch enabled Windows AMI.
31813
+ # snapshots for a Windows fast launch enabled AMI.
31647
31814
  #
31648
31815
  # @!attribute [rw] target_resource_count
31649
31816
  # The number of pre-provisioned snapshots to keep on hand for a
31650
- # fast-launch enabled Windows AMI.
31817
+ # Windows fast launch enabled AMI.
31651
31818
  # @return [Integer]
31652
31819
  #
31653
31820
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FastLaunchSnapshotConfigurationRequest AWS API Documentation
@@ -31659,11 +31826,11 @@ module Aws::EC2
31659
31826
  end
31660
31827
 
31661
31828
  # Configuration settings for creating and managing pre-provisioned
31662
- # snapshots for a fast-launch enabled Windows AMI.
31829
+ # snapshots for a Windows fast launch enabled Windows AMI.
31663
31830
  #
31664
31831
  # @!attribute [rw] target_resource_count
31665
31832
  # The number of pre-provisioned snapshots requested to keep on hand
31666
- # for a fast-launch enabled Windows AMI.
31833
+ # for a Windows fast launch enabled AMI.
31667
31834
  # @return [Integer]
31668
31835
  #
31669
31836
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FastLaunchSnapshotConfigurationResponse AWS API Documentation
@@ -33192,12 +33359,18 @@ module Aws::EC2
33192
33359
  # The ID of the local gateway route table.
33193
33360
  # @return [String]
33194
33361
  #
33362
+ # @!attribute [rw] next_token
33363
+ # The token to use to retrieve the next page of results. This value is
33364
+ # `null` when there are no more results to return.
33365
+ # @return [String]
33366
+ #
33195
33367
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetCoipPoolUsageResult AWS API Documentation
33196
33368
  #
33197
33369
  class GetCoipPoolUsageResult < Struct.new(
33198
33370
  :coip_pool_id,
33199
33371
  :coip_address_usages,
33200
- :local_gateway_route_table_id)
33372
+ :local_gateway_route_table_id,
33373
+ :next_token)
33201
33374
  SENSITIVE = []
33202
33375
  include Aws::Structure
33203
33376
  end
@@ -40288,6 +40461,49 @@ module Aws::EC2
40288
40461
  include Aws::Structure
40289
40462
  end
40290
40463
 
40464
+ # Information about the instance topology.
40465
+ #
40466
+ # @!attribute [rw] instance_id
40467
+ # The instance ID.
40468
+ # @return [String]
40469
+ #
40470
+ # @!attribute [rw] instance_type
40471
+ # The instance type.
40472
+ # @return [String]
40473
+ #
40474
+ # @!attribute [rw] group_name
40475
+ # The name of the placement group that the instance is in.
40476
+ # @return [String]
40477
+ #
40478
+ # @!attribute [rw] network_nodes
40479
+ # The network nodes. The nodes are hashed based on your account.
40480
+ # Instances from different accounts running under the same droplet
40481
+ # will return a different hashed list of strings.
40482
+ # @return [Array<String>]
40483
+ #
40484
+ # @!attribute [rw] availability_zone
40485
+ # The name of the Availability Zone or Local Zone that the instance is
40486
+ # in.
40487
+ # @return [String]
40488
+ #
40489
+ # @!attribute [rw] zone_id
40490
+ # The ID of the Availability Zone or Local Zone that the instance is
40491
+ # in.
40492
+ # @return [String]
40493
+ #
40494
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceTopology AWS API Documentation
40495
+ #
40496
+ class InstanceTopology < Struct.new(
40497
+ :instance_id,
40498
+ :instance_type,
40499
+ :group_name,
40500
+ :network_nodes,
40501
+ :availability_zone,
40502
+ :zone_id)
40503
+ SENSITIVE = []
40504
+ include Aws::Structure
40505
+ end
40506
+
40291
40507
  # Describes the instance type.
40292
40508
  #
40293
40509
  # @!attribute [rw] instance_type
@@ -44545,6 +44761,251 @@ module Aws::EC2
44545
44761
  include Aws::Structure
44546
44762
  end
44547
44763
 
44764
+ # @!attribute [rw] snapshot_id
44765
+ # The ID of the snapshot to lock.
44766
+ # @return [String]
44767
+ #
44768
+ # @!attribute [rw] dry_run
44769
+ # Checks whether you have the required permissions for the action,
44770
+ # without actually making the request, and provides an error response.
44771
+ # If you have the required permissions, the error response is
44772
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
44773
+ # @return [Boolean]
44774
+ #
44775
+ # @!attribute [rw] lock_mode
44776
+ # The mode in which to lock the snapshot. Specify one of the
44777
+ # following:
44778
+ #
44779
+ # * `governance` - Locks the snapshot in governance mode. Snapshots
44780
+ # locked in governance mode can't be deleted until one of the
44781
+ # following conditions are met:
44782
+ #
44783
+ # * The lock duration expires.
44784
+ #
44785
+ # * The snapshot is unlocked by a user with the appropriate
44786
+ # permissions.
44787
+ #
44788
+ # Users with the appropriate IAM permissions can unlock the
44789
+ # snapshot, increase or decrease the lock duration, and change the
44790
+ # lock mode to `compliance` at any time.
44791
+ #
44792
+ # If you lock a snapshot in `governance` mode, omit <b>
44793
+ # CoolOffPeriod</b>.
44794
+ #
44795
+ # * `compliance` - Locks the snapshot in compliance mode. Snapshots
44796
+ # locked in compliance mode can't be unlocked by any user. They can
44797
+ # be deleted only after the lock duration expires. Users can't
44798
+ # decrease the lock duration or change the lock mode to
44799
+ # `governance`. However, users with appropriate IAM permissions can
44800
+ # increase the lock duration at any time.
44801
+ #
44802
+ # If you lock a snapshot in `compliance` mode, you can optionally
44803
+ # specify **CoolOffPeriod**.
44804
+ # @return [String]
44805
+ #
44806
+ # @!attribute [rw] cool_off_period
44807
+ # The cooling-off period during which you can unlock the snapshot or
44808
+ # modify the lock settings after locking the snapshot in compliance
44809
+ # mode, in hours. After the cooling-off period expires, you can't
44810
+ # unlock or delete the snapshot, decrease the lock duration, or change
44811
+ # the lock mode. You can increase the lock duration after the
44812
+ # cooling-off period expires.
44813
+ #
44814
+ # The cooling-off period is optional when locking a snapshot in
44815
+ # compliance mode. If you are locking the snapshot in governance mode,
44816
+ # omit this parameter.
44817
+ #
44818
+ # To lock the snapshot in compliance mode immediately without a
44819
+ # cooling-off period, omit this parameter.
44820
+ #
44821
+ # If you are extending the lock duration for a snapshot that is locked
44822
+ # in compliance mode after the cooling-off period has expired, omit
44823
+ # this parameter. If you specify a cooling-period in a such a request,
44824
+ # the request fails.
44825
+ #
44826
+ # Allowed values: Min 1, max 72.
44827
+ # @return [Integer]
44828
+ #
44829
+ # @!attribute [rw] lock_duration
44830
+ # The period of time for which to lock the snapshot, in days. The
44831
+ # snapshot lock will automatically expire after this period lapses.
44832
+ #
44833
+ # You must specify either this parameter or **ExpirationDate**, but
44834
+ # not both.
44835
+ #
44836
+ # Allowed values: Min: 1, max 36500
44837
+ # @return [Integer]
44838
+ #
44839
+ # @!attribute [rw] expiration_date
44840
+ # The date and time at which the snapshot lock is to automatically
44841
+ # expire, in the UTC time zone (`YYYY-MM-DDThh:mm:ss.sssZ`).
44842
+ #
44843
+ # You must specify either this parameter or **LockDuration**, but not
44844
+ # both.
44845
+ # @return [Time]
44846
+ #
44847
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LockSnapshotRequest AWS API Documentation
44848
+ #
44849
+ class LockSnapshotRequest < Struct.new(
44850
+ :snapshot_id,
44851
+ :dry_run,
44852
+ :lock_mode,
44853
+ :cool_off_period,
44854
+ :lock_duration,
44855
+ :expiration_date)
44856
+ SENSITIVE = []
44857
+ include Aws::Structure
44858
+ end
44859
+
44860
+ # @!attribute [rw] snapshot_id
44861
+ # The ID of the snapshot
44862
+ # @return [String]
44863
+ #
44864
+ # @!attribute [rw] lock_state
44865
+ # The state of the snapshot lock. Valid states include:
44866
+ #
44867
+ # * `compliance-cooloff` - The snapshot has been locked in compliance
44868
+ # mode but it is still within the cooling-off period. The snapshot
44869
+ # can't be deleted, but it can be unlocked and the lock settings
44870
+ # can be modified by users with appropriate permissions.
44871
+ #
44872
+ # * `governance` - The snapshot is locked in governance mode. The
44873
+ # snapshot can't be deleted, but it can be unlocked and the lock
44874
+ # settings can be modified by users with appropriate permissions.
44875
+ #
44876
+ # * `compliance` - The snapshot is locked in compliance mode and the
44877
+ # cooling-off period has expired. The snapshot can't be unlocked or
44878
+ # deleted. The lock duration can only be increased by users with
44879
+ # appropriate permissions.
44880
+ #
44881
+ # * `expired` - The snapshot was locked in compliance or governance
44882
+ # mode but the lock duration has expired. The snapshot is not locked
44883
+ # and can be deleted.
44884
+ # @return [String]
44885
+ #
44886
+ # @!attribute [rw] lock_duration
44887
+ # The period of time for which the snapshot is locked, in days.
44888
+ # @return [Integer]
44889
+ #
44890
+ # @!attribute [rw] cool_off_period
44891
+ # The compliance mode cooling-off period, in hours.
44892
+ # @return [Integer]
44893
+ #
44894
+ # @!attribute [rw] cool_off_period_expires_on
44895
+ # The date and time at which the compliance mode cooling-off period
44896
+ # expires, in the UTC time zone (`YYYY-MM-DDThh:mm:ss.sssZ`).
44897
+ # @return [Time]
44898
+ #
44899
+ # @!attribute [rw] lock_created_on
44900
+ # The date and time at which the snapshot was locked, in the UTC time
44901
+ # zone (`YYYY-MM-DDThh:mm:ss.sssZ`).
44902
+ # @return [Time]
44903
+ #
44904
+ # @!attribute [rw] lock_expires_on
44905
+ # The date and time at which the lock will expire, in the UTC time
44906
+ # zone (`YYYY-MM-DDThh:mm:ss.sssZ`).
44907
+ # @return [Time]
44908
+ #
44909
+ # @!attribute [rw] lock_duration_start_time
44910
+ # The date and time at which the lock duration started, in the UTC
44911
+ # time zone (`YYYY-MM-DDThh:mm:ss.sssZ`).
44912
+ # @return [Time]
44913
+ #
44914
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LockSnapshotResult AWS API Documentation
44915
+ #
44916
+ class LockSnapshotResult < Struct.new(
44917
+ :snapshot_id,
44918
+ :lock_state,
44919
+ :lock_duration,
44920
+ :cool_off_period,
44921
+ :cool_off_period_expires_on,
44922
+ :lock_created_on,
44923
+ :lock_expires_on,
44924
+ :lock_duration_start_time)
44925
+ SENSITIVE = []
44926
+ include Aws::Structure
44927
+ end
44928
+
44929
+ # Information about a locked snapshot.
44930
+ #
44931
+ # @!attribute [rw] owner_id
44932
+ # The account ID of the Amazon Web Services account that owns the
44933
+ # snapshot.
44934
+ # @return [String]
44935
+ #
44936
+ # @!attribute [rw] snapshot_id
44937
+ # The ID of the snapshot.
44938
+ # @return [String]
44939
+ #
44940
+ # @!attribute [rw] lock_state
44941
+ # The state of the snapshot lock. Valid states include:
44942
+ #
44943
+ # * `compliance-cooloff` - The snapshot has been locked in compliance
44944
+ # mode but it is still within the cooling-off period. The snapshot
44945
+ # can't be deleted, but it can be unlocked and the lock settings
44946
+ # can be modified by users with appropriate permissions.
44947
+ #
44948
+ # * `governance` - The snapshot is locked in governance mode. The
44949
+ # snapshot can't be deleted, but it can be unlocked and the lock
44950
+ # settings can be modified by users with appropriate permissions.
44951
+ #
44952
+ # * `compliance` - The snapshot is locked in compliance mode and the
44953
+ # cooling-off period has expired. The snapshot can't be unlocked or
44954
+ # deleted. The lock duration can only be increased by users with
44955
+ # appropriate permissions.
44956
+ #
44957
+ # * `expired` - The snapshot was locked in compliance or governance
44958
+ # mode but the lock duration has expired. The snapshot is not locked
44959
+ # and can be deleted.
44960
+ # @return [String]
44961
+ #
44962
+ # @!attribute [rw] lock_duration
44963
+ # The period of time for which the snapshot is locked, in days.
44964
+ # @return [Integer]
44965
+ #
44966
+ # @!attribute [rw] cool_off_period
44967
+ # The compliance mode cooling-off period, in hours.
44968
+ # @return [Integer]
44969
+ #
44970
+ # @!attribute [rw] cool_off_period_expires_on
44971
+ # The date and time at which the compliance mode cooling-off period
44972
+ # expires, in the UTC time zone (`YYYY-MM-DDThh:mm:ss.sssZ`).
44973
+ # @return [Time]
44974
+ #
44975
+ # @!attribute [rw] lock_created_on
44976
+ # The date and time at which the snapshot was locked, in the UTC time
44977
+ # zone (`YYYY-MM-DDThh:mm:ss.sssZ`).
44978
+ # @return [Time]
44979
+ #
44980
+ # @!attribute [rw] lock_duration_start_time
44981
+ # The date and time at which the lock duration started, in the UTC
44982
+ # time zone (`YYYY-MM-DDThh:mm:ss.sssZ`).
44983
+ #
44984
+ # If you lock a snapshot that is in the `pending` state, the lock
44985
+ # duration starts only once the snapshot enters the `completed` state.
44986
+ # @return [Time]
44987
+ #
44988
+ # @!attribute [rw] lock_expires_on
44989
+ # The date and time at which the lock will expire, in the UTC time
44990
+ # zone (`YYYY-MM-DDThh:mm:ss.sssZ`).
44991
+ # @return [Time]
44992
+ #
44993
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LockedSnapshotsInfo AWS API Documentation
44994
+ #
44995
+ class LockedSnapshotsInfo < Struct.new(
44996
+ :owner_id,
44997
+ :snapshot_id,
44998
+ :lock_state,
44999
+ :lock_duration,
45000
+ :cool_off_period,
45001
+ :cool_off_period_expires_on,
45002
+ :lock_created_on,
45003
+ :lock_duration_start_time,
45004
+ :lock_expires_on)
45005
+ SENSITIVE = []
45006
+ include Aws::Structure
45007
+ end
45008
+
44548
45009
  # Details for Site-to-Site VPN tunnel endpoint maintenance events.
44549
45010
  #
44550
45011
  # @!attribute [rw] pending_maintenance
@@ -47668,7 +48129,7 @@ module Aws::EC2
47668
48129
  # @return [Boolean]
47669
48130
  #
47670
48131
  # @!attribute [rw] sse_specification
47671
- # Options for server side encryption.
48132
+ # The options for server side encryption.
47672
48133
  # @return [Types::VerifiedAccessSseSpecificationRequest]
47673
48134
  #
47674
48135
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessEndpointPolicyRequest AWS API Documentation
@@ -47693,7 +48154,7 @@ module Aws::EC2
47693
48154
  # @return [String]
47694
48155
  #
47695
48156
  # @!attribute [rw] sse_specification
47696
- # Describes the options in use for server side encryption.
48157
+ # The options in use for server side encryption.
47697
48158
  # @return [Types::VerifiedAccessSseSpecificationResponse]
47698
48159
  #
47699
48160
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessEndpointPolicyResult AWS API Documentation
@@ -47762,7 +48223,7 @@ module Aws::EC2
47762
48223
  end
47763
48224
 
47764
48225
  # @!attribute [rw] verified_access_endpoint
47765
- # The Verified Access endpoint details.
48226
+ # Details about the Verified Access endpoint.
47766
48227
  # @return [Types::VerifiedAccessEndpoint]
47767
48228
  #
47768
48229
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessEndpointResult AWS API Documentation
@@ -47806,7 +48267,7 @@ module Aws::EC2
47806
48267
  # @return [Boolean]
47807
48268
  #
47808
48269
  # @!attribute [rw] sse_specification
47809
- # Options for server side encryption.
48270
+ # The options for server side encryption.
47810
48271
  # @return [Types::VerifiedAccessSseSpecificationRequest]
47811
48272
  #
47812
48273
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessGroupPolicyRequest AWS API Documentation
@@ -47831,7 +48292,7 @@ module Aws::EC2
47831
48292
  # @return [String]
47832
48293
  #
47833
48294
  # @!attribute [rw] sse_specification
47834
- # Describes the options in use for server side encryption.
48295
+ # The options in use for server side encryption.
47835
48296
  # @return [Types::VerifiedAccessSseSpecificationResponse]
47836
48297
  #
47837
48298
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessGroupPolicyResult AWS API Documentation
@@ -47889,7 +48350,7 @@ module Aws::EC2
47889
48350
  end
47890
48351
 
47891
48352
  # @!attribute [rw] verified_access_group
47892
- # Details of Verified Access group.
48353
+ # Details about the Verified Access group.
47893
48354
  # @return [Types::VerifiedAccessGroup]
47894
48355
  #
47895
48356
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessGroupResult AWS API Documentation
@@ -47991,7 +48452,7 @@ module Aws::EC2
47991
48452
  end
47992
48453
 
47993
48454
  # @!attribute [rw] verified_access_instance
47994
- # The ID of the Verified Access instance.
48455
+ # Details about the Verified Access instance.
47995
48456
  # @return [Types::VerifiedAccessInstance]
47996
48457
  #
47997
48458
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessInstanceResult AWS API Documentation
@@ -48082,7 +48543,7 @@ module Aws::EC2
48082
48543
  # @return [String]
48083
48544
  #
48084
48545
  # @!attribute [rw] sse_specification
48085
- # Options for server side encryption.
48546
+ # The options for server side encryption.
48086
48547
  # @return [Types::VerifiedAccessSseSpecificationRequest]
48087
48548
  #
48088
48549
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessTrustProviderRequest AWS API Documentation
@@ -48099,7 +48560,7 @@ module Aws::EC2
48099
48560
  end
48100
48561
 
48101
48562
  # @!attribute [rw] verified_access_trust_provider
48102
- # The ID of the Verified Access trust provider.
48563
+ # Details about the Verified Access trust provider.
48103
48564
  # @return [Types::VerifiedAccessTrustProvider]
48104
48565
  #
48105
48566
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessTrustProviderResult AWS API Documentation
@@ -48863,7 +49324,9 @@ module Aws::EC2
48863
49324
  # @return [Boolean]
48864
49325
  #
48865
49326
  # @!attribute [rw] skip_tunnel_replacement
48866
- # Choose whether or not to trigger immediate tunnel replacement.
49327
+ # Choose whether or not to trigger immediate tunnel replacement. This
49328
+ # is only applicable when turning on or off
49329
+ # `EnableTunnelLifecycleControl`.
48867
49330
  #
48868
49331
  # Valid values: `True` \| `False`
48869
49332
  # @return [Boolean]
@@ -48981,11 +49444,13 @@ module Aws::EC2
48981
49444
  # @return [Integer]
48982
49445
  #
48983
49446
  # @!attribute [rw] dpd_timeout_seconds
48984
- # The number of seconds after which a DPD timeout occurs.
49447
+ # The number of seconds after which a DPD timeout occurs. A DPD
49448
+ # timeout of 40 seconds means that the VPN endpoint will consider the
49449
+ # peer dead 30 seconds after the first failed keep-alive.
48985
49450
  #
48986
49451
  # Constraints: A value greater than or equal to 30.
48987
49452
  #
48988
- # Default: `30`
49453
+ # Default: `40`
48989
49454
  # @return [Integer]
48990
49455
  #
48991
49456
  # @!attribute [rw] dpd_timeout_action
@@ -63785,6 +64250,38 @@ module Aws::EC2
63785
64250
  include Aws::Structure
63786
64251
  end
63787
64252
 
64253
+ # @!attribute [rw] snapshot_id
64254
+ # The ID of the snapshot to unlock.
64255
+ # @return [String]
64256
+ #
64257
+ # @!attribute [rw] dry_run
64258
+ # Checks whether you have the required permissions for the action,
64259
+ # without actually making the request, and provides an error response.
64260
+ # If you have the required permissions, the error response is
64261
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
64262
+ # @return [Boolean]
64263
+ #
64264
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/UnlockSnapshotRequest AWS API Documentation
64265
+ #
64266
+ class UnlockSnapshotRequest < Struct.new(
64267
+ :snapshot_id,
64268
+ :dry_run)
64269
+ SENSITIVE = []
64270
+ include Aws::Structure
64271
+ end
64272
+
64273
+ # @!attribute [rw] snapshot_id
64274
+ # The ID of the snapshot.
64275
+ # @return [String]
64276
+ #
64277
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/UnlockSnapshotResult AWS API Documentation
64278
+ #
64279
+ class UnlockSnapshotResult < Struct.new(
64280
+ :snapshot_id)
64281
+ SENSITIVE = []
64282
+ include Aws::Structure
64283
+ end
64284
+
63788
64285
  # @!attribute [rw] instance_ids
63789
64286
  # The IDs of the instances.
63790
64287
  # @return [Array<String>]
@@ -64330,7 +64827,7 @@ module Aws::EC2
64330
64827
  # @return [Array<Types::Tag>]
64331
64828
  #
64332
64829
  # @!attribute [rw] sse_specification
64333
- # Describes the options in use for server side encryption.
64830
+ # The options in use for server side encryption.
64334
64831
  # @return [Types::VerifiedAccessSseSpecificationResponse]
64335
64832
  #
64336
64833
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessEndpoint AWS API Documentation
@@ -64471,7 +64968,7 @@ module Aws::EC2
64471
64968
  # @return [Array<Types::Tag>]
64472
64969
  #
64473
64970
  # @!attribute [rw] sse_specification
64474
- # Describes the options in use for server side encryption.
64971
+ # The options in use for server side encryption.
64475
64972
  # @return [Types::VerifiedAccessSseSpecificationResponse]
64476
64973
  #
64477
64974
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessGroup AWS API Documentation
@@ -64518,7 +65015,7 @@ module Aws::EC2
64518
65015
  # @return [Array<Types::Tag>]
64519
65016
  #
64520
65017
  # @!attribute [rw] fips_enabled
64521
- # Describes whether support for Federal Information Processing
65018
+ # Indicates whether support for Federal Information Processing
64522
65019
  # Standards (FIPS) is enabled on the instance.
64523
65020
  # @return [Boolean]
64524
65021
  #
@@ -64676,13 +65173,14 @@ module Aws::EC2
64676
65173
  # @return [Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions]
64677
65174
  #
64678
65175
  # @!attribute [rw] log_version
64679
- # The logging version to use.
65176
+ # The logging version.
64680
65177
  #
64681
65178
  # Valid values: `ocsf-0.1` \| `ocsf-1.0.0-rc.2`
64682
65179
  # @return [String]
64683
65180
  #
64684
65181
  # @!attribute [rw] include_trust_context
64685
- # Include trust data sent by trust providers into the logs.
65182
+ # Indicates whether to include trust data sent by trust providers in
65183
+ # the logs.
64686
65184
  # @return [Boolean]
64687
65185
  #
64688
65186
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessLogOptions AWS API Documentation
@@ -64776,11 +65274,11 @@ module Aws::EC2
64776
65274
  # @return [Types::VerifiedAccessLogKinesisDataFirehoseDestination]
64777
65275
  #
64778
65276
  # @!attribute [rw] log_version
64779
- # Describes current setting for the logging version.
65277
+ # The log version.
64780
65278
  # @return [String]
64781
65279
  #
64782
65280
  # @!attribute [rw] include_trust_context
64783
- # Describes current setting for including trust data into the logs.
65281
+ # Indicates whether trust data is included in the logs.
64784
65282
  # @return [Boolean]
64785
65283
  #
64786
65284
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessLogs AWS API Documentation
@@ -64820,17 +65318,17 @@ module Aws::EC2
64820
65318
  include Aws::Structure
64821
65319
  end
64822
65320
 
64823
- # Describes the options in use for server side encryption.
65321
+ # The options in use for server side encryption.
64824
65322
  #
64825
65323
  # @!attribute [rw] customer_managed_key_enabled
64826
- # Describes the use of customer managed KMS keys for server side
64827
- # encryption.
65324
+ # Indicates whether customer managed KMS keys are in use for server
65325
+ # side encryption.
64828
65326
  #
64829
65327
  # Valid values: `True` \| `False`
64830
65328
  # @return [Boolean]
64831
65329
  #
64832
65330
  # @!attribute [rw] kms_key_arn
64833
- # Describes the ARN of the KMS key.
65331
+ # The ARN of the KMS key.
64834
65332
  # @return [String]
64835
65333
  #
64836
65334
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessSseSpecificationResponse AWS API Documentation
@@ -64891,7 +65389,7 @@ module Aws::EC2
64891
65389
  # @return [Array<Types::Tag>]
64892
65390
  #
64893
65391
  # @!attribute [rw] sse_specification
64894
- # Describes the options in use for server side encryption.
65392
+ # The options in use for server side encryption.
64895
65393
  # @return [Types::VerifiedAccessSseSpecificationResponse]
64896
65394
  #
64897
65395
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessTrustProvider AWS API Documentation
@@ -64954,7 +65452,9 @@ module Aws::EC2
64954
65452
  # @return [Integer]
64955
65453
  #
64956
65454
  # @!attribute [rw] last_status_change
64957
- # The date and time of the last change in status.
65455
+ # The date and time of the last change in status. This field is
65456
+ # updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP
65457
+ # status are detected.
64958
65458
  # @return [Time]
64959
65459
  #
64960
65460
  # @!attribute [rw] outside_ip_address