aws-sdk-ec2 1.419.0 → 1.420.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +221 -79
- data/lib/aws-sdk-ec2/client_api.rb +52 -2
- data/lib/aws-sdk-ec2/endpoints.rb +14 -0
- data/lib/aws-sdk-ec2/instance.rb +16 -3
- data/lib/aws-sdk-ec2/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-ec2/types.rb +279 -123
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -2799,11 +2799,11 @@ module Aws::EC2
|
|
2799
2799
|
end
|
2800
2800
|
|
2801
2801
|
# @!attribute [rw] verified_access_trust_provider
|
2802
|
-
#
|
2802
|
+
# Details about the Verified Access trust provider.
|
2803
2803
|
# @return [Types::VerifiedAccessTrustProvider]
|
2804
2804
|
#
|
2805
2805
|
# @!attribute [rw] verified_access_instance
|
2806
|
-
#
|
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.
|
7800
|
-
#
|
7801
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
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
|
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
|
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
|
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
|
17554
|
-
#
|
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
|
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
|
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
|
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
|
17572
|
-
#
|
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.
|
@@ -25746,7 +25847,7 @@ module Aws::EC2
|
|
25746
25847
|
end
|
25747
25848
|
|
25748
25849
|
# @!attribute [rw] verified_access_endpoints
|
25749
|
-
#
|
25850
|
+
# Details about the Verified Access endpoints.
|
25750
25851
|
# @return [Array<Types::VerifiedAccessEndpoint>]
|
25751
25852
|
#
|
25752
25853
|
# @!attribute [rw] next_token
|
@@ -25806,7 +25907,7 @@ module Aws::EC2
|
|
25806
25907
|
end
|
25807
25908
|
|
25808
25909
|
# @!attribute [rw] verified_access_groups
|
25809
|
-
#
|
25910
|
+
# Details about the Verified Access groups.
|
25810
25911
|
# @return [Array<Types::VerifiedAccessGroup>]
|
25811
25912
|
#
|
25812
25913
|
# @!attribute [rw] next_token
|
@@ -25861,7 +25962,7 @@ module Aws::EC2
|
|
25861
25962
|
end
|
25862
25963
|
|
25863
25964
|
# @!attribute [rw] logging_configurations
|
25864
|
-
# The
|
25965
|
+
# The logging configuration for the Verified Access instances.
|
25865
25966
|
# @return [Array<Types::VerifiedAccessInstanceLoggingConfiguration>]
|
25866
25967
|
#
|
25867
25968
|
# @!attribute [rw] next_token
|
@@ -25916,7 +26017,7 @@ module Aws::EC2
|
|
25916
26017
|
end
|
25917
26018
|
|
25918
26019
|
# @!attribute [rw] verified_access_instances
|
25919
|
-
#
|
26020
|
+
# Details about the Verified Access instances.
|
25920
26021
|
# @return [Array<Types::VerifiedAccessInstance>]
|
25921
26022
|
#
|
25922
26023
|
# @!attribute [rw] next_token
|
@@ -25971,7 +26072,7 @@ module Aws::EC2
|
|
25971
26072
|
end
|
25972
26073
|
|
25973
26074
|
# @!attribute [rw] verified_access_trust_providers
|
25974
|
-
#
|
26075
|
+
# Details about the Verified Access trust providers.
|
25975
26076
|
# @return [Array<Types::VerifiedAccessTrustProvider>]
|
25976
26077
|
#
|
25977
26078
|
# @!attribute [rw] next_token
|
@@ -27505,11 +27606,11 @@ module Aws::EC2
|
|
27505
27606
|
end
|
27506
27607
|
|
27507
27608
|
# @!attribute [rw] verified_access_trust_provider
|
27508
|
-
#
|
27609
|
+
# Details about the Verified Access trust provider.
|
27509
27610
|
# @return [Types::VerifiedAccessTrustProvider]
|
27510
27611
|
#
|
27511
27612
|
# @!attribute [rw] verified_access_instance
|
27512
|
-
#
|
27613
|
+
# Details about the Verified Access instance.
|
27513
27614
|
# @return [Types::VerifiedAccessInstance]
|
27514
27615
|
#
|
27515
27616
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DetachVerifiedAccessTrustProviderResult AWS API Documentation
|
@@ -27792,12 +27893,12 @@ module Aws::EC2
|
|
27792
27893
|
end
|
27793
27894
|
|
27794
27895
|
# @!attribute [rw] image_id
|
27795
|
-
#
|
27796
|
-
#
|
27896
|
+
# Specify the ID of the image for which to disable Windows fast
|
27897
|
+
# launch.
|
27797
27898
|
# @return [String]
|
27798
27899
|
#
|
27799
27900
|
# @!attribute [rw] force
|
27800
|
-
# Forces the image settings to turn off
|
27901
|
+
# Forces the image settings to turn off Windows fast launch for your
|
27801
27902
|
# Windows AMI. This parameter overrides any errors that are
|
27802
27903
|
# encountered while cleaning up resources in your account.
|
27803
27904
|
# @return [Boolean]
|
@@ -27820,19 +27921,19 @@ module Aws::EC2
|
|
27820
27921
|
end
|
27821
27922
|
|
27822
27923
|
# @!attribute [rw] image_id
|
27823
|
-
# The ID of the image for which
|
27924
|
+
# The ID of the image for which Windows fast launch was disabled.
|
27824
27925
|
# @return [String]
|
27825
27926
|
#
|
27826
27927
|
# @!attribute [rw] resource_type
|
27827
27928
|
# The pre-provisioning resource type that must be cleaned after
|
27828
|
-
# turning off
|
27829
|
-
# include: `snapshot`.
|
27929
|
+
# turning off Windows fast launch for the Windows AMI. Supported
|
27930
|
+
# values include: `snapshot`.
|
27830
27931
|
# @return [String]
|
27831
27932
|
#
|
27832
27933
|
# @!attribute [rw] snapshot_configuration
|
27833
|
-
# Parameters that were used for
|
27834
|
-
# before
|
27835
|
-
# process.
|
27934
|
+
# Parameters that were used for Windows fast launch for the Windows
|
27935
|
+
# AMI before Windows fast launch was disabled. This informs the
|
27936
|
+
# clean-up process.
|
27836
27937
|
# @return [Types::FastLaunchSnapshotConfigurationResponse]
|
27837
27938
|
#
|
27838
27939
|
# @!attribute [rw] launch_template
|
@@ -27842,27 +27943,28 @@ module Aws::EC2
|
|
27842
27943
|
#
|
27843
27944
|
# @!attribute [rw] max_parallel_launches
|
27844
27945
|
# The maximum number of instances that Amazon EC2 can launch at the
|
27845
|
-
# same time to create pre-provisioned snapshots for Windows
|
27846
|
-
#
|
27946
|
+
# same time to create pre-provisioned snapshots for Windows fast
|
27947
|
+
# launch.
|
27847
27948
|
# @return [Integer]
|
27848
27949
|
#
|
27849
27950
|
# @!attribute [rw] owner_id
|
27850
|
-
# The owner of the Windows AMI for which
|
27851
|
-
#
|
27951
|
+
# The owner of the Windows AMI for which Windows fast launch was
|
27952
|
+
# disabled.
|
27852
27953
|
# @return [String]
|
27853
27954
|
#
|
27854
27955
|
# @!attribute [rw] state
|
27855
|
-
# The current state of
|
27956
|
+
# The current state of Windows fast launch for the specified Windows
|
27957
|
+
# AMI.
|
27856
27958
|
# @return [String]
|
27857
27959
|
#
|
27858
27960
|
# @!attribute [rw] state_transition_reason
|
27859
|
-
# The reason that the state changed for
|
27961
|
+
# The reason that the state changed for Windows fast launch for the
|
27860
27962
|
# Windows AMI.
|
27861
27963
|
# @return [String]
|
27862
27964
|
#
|
27863
27965
|
# @!attribute [rw] state_transition_time
|
27864
|
-
# The time that the state changed for
|
27865
|
-
# AMI.
|
27966
|
+
# The time that the state changed for Windows fast launch for the
|
27967
|
+
# Windows AMI.
|
27866
27968
|
# @return [Time]
|
27867
27969
|
#
|
27868
27970
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableFastLaunchResult AWS API Documentation
|
@@ -29941,19 +30043,19 @@ module Aws::EC2
|
|
29941
30043
|
end
|
29942
30044
|
|
29943
30045
|
# @!attribute [rw] image_id
|
29944
|
-
#
|
30046
|
+
# Specify the ID of the image for which to enable Windows fast launch.
|
29945
30047
|
# @return [String]
|
29946
30048
|
#
|
29947
30049
|
# @!attribute [rw] resource_type
|
29948
|
-
# The type of resource to use for pre-provisioning the
|
29949
|
-
#
|
30050
|
+
# The type of resource to use for pre-provisioning the AMI for Windows
|
30051
|
+
# fast launch. Supported values include: `snapshot`, which is the
|
29950
30052
|
# default value.
|
29951
30053
|
# @return [String]
|
29952
30054
|
#
|
29953
30055
|
# @!attribute [rw] snapshot_configuration
|
29954
30056
|
# Configuration settings for creating and managing the snapshots that
|
29955
|
-
# are used for pre-provisioning the
|
29956
|
-
#
|
30057
|
+
# are used for pre-provisioning the AMI for Windows fast launch. The
|
30058
|
+
# associated `ResourceType` must be `snapshot`.
|
29957
30059
|
# @return [Types::FastLaunchSnapshotConfigurationRequest]
|
29958
30060
|
#
|
29959
30061
|
# @!attribute [rw] launch_template
|
@@ -29964,8 +30066,8 @@ module Aws::EC2
|
|
29964
30066
|
#
|
29965
30067
|
# @!attribute [rw] max_parallel_launches
|
29966
30068
|
# The maximum number of instances that Amazon EC2 can launch at the
|
29967
|
-
# same time to create pre-provisioned snapshots for Windows
|
29968
|
-
#
|
30069
|
+
# same time to create pre-provisioned snapshots for Windows fast
|
30070
|
+
# launch. Value must be `6` or greater.
|
29969
30071
|
# @return [Integer]
|
29970
30072
|
#
|
29971
30073
|
# @!attribute [rw] dry_run
|
@@ -29989,13 +30091,13 @@ module Aws::EC2
|
|
29989
30091
|
end
|
29990
30092
|
|
29991
30093
|
# @!attribute [rw] image_id
|
29992
|
-
# The image ID that identifies the
|
29993
|
-
#
|
30094
|
+
# The image ID that identifies the AMI for which Windows fast launch
|
30095
|
+
# was enabled.
|
29994
30096
|
# @return [String]
|
29995
30097
|
#
|
29996
30098
|
# @!attribute [rw] resource_type
|
29997
|
-
# The type of resource that was defined for pre-provisioning the
|
29998
|
-
# Windows
|
30099
|
+
# The type of resource that was defined for pre-provisioning the AMI
|
30100
|
+
# for Windows fast launch.
|
29999
30101
|
# @return [String]
|
30000
30102
|
#
|
30001
30103
|
# @!attribute [rw] snapshot_configuration
|
@@ -30012,27 +30114,25 @@ module Aws::EC2
|
|
30012
30114
|
#
|
30013
30115
|
# @!attribute [rw] max_parallel_launches
|
30014
30116
|
# The maximum number of instances that Amazon EC2 can launch at the
|
30015
|
-
# same time to create pre-provisioned snapshots for Windows
|
30016
|
-
#
|
30117
|
+
# same time to create pre-provisioned snapshots for Windows fast
|
30118
|
+
# launch.
|
30017
30119
|
# @return [Integer]
|
30018
30120
|
#
|
30019
30121
|
# @!attribute [rw] owner_id
|
30020
|
-
# The owner ID for the
|
30021
|
-
# enabled.
|
30122
|
+
# The owner ID for the AMI for which Windows fast launch was enabled.
|
30022
30123
|
# @return [String]
|
30023
30124
|
#
|
30024
30125
|
# @!attribute [rw] state
|
30025
|
-
# The current state of
|
30126
|
+
# The current state of Windows fast launch for the specified AMI.
|
30026
30127
|
# @return [String]
|
30027
30128
|
#
|
30028
30129
|
# @!attribute [rw] state_transition_reason
|
30029
|
-
# The reason that the state changed for
|
30030
|
-
#
|
30130
|
+
# The reason that the state changed for Windows fast launch for the
|
30131
|
+
# AMI.
|
30031
30132
|
# @return [String]
|
30032
30133
|
#
|
30033
30134
|
# @!attribute [rw] state_transition_time
|
30034
|
-
# The time that the state changed for
|
30035
|
-
# AMI.
|
30135
|
+
# The time that the state changed for Windows fast launch for the AMI.
|
30036
30136
|
# @return [Time]
|
30037
30137
|
#
|
30038
30138
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableFastLaunchResult AWS API Documentation
|
@@ -31581,7 +31681,7 @@ module Aws::EC2
|
|
31581
31681
|
include Aws::Structure
|
31582
31682
|
end
|
31583
31683
|
|
31584
|
-
# Request to create a launch template for a fast
|
31684
|
+
# Request to create a launch template for a Windows fast launch enabled
|
31585
31685
|
# AMI.
|
31586
31686
|
#
|
31587
31687
|
# <note markdown="1"> Note - You can specify either the `LaunchTemplateName` or the
|
@@ -31590,18 +31690,18 @@ module Aws::EC2
|
|
31590
31690
|
# </note>
|
31591
31691
|
#
|
31592
31692
|
# @!attribute [rw] launch_template_id
|
31593
|
-
#
|
31594
|
-
# Windows
|
31693
|
+
# Specify the ID of the launch template that the AMI should use for
|
31694
|
+
# Windows fast launch.
|
31595
31695
|
# @return [String]
|
31596
31696
|
#
|
31597
31697
|
# @!attribute [rw] launch_template_name
|
31598
|
-
#
|
31599
|
-
# Windows
|
31698
|
+
# Specify the name of the launch template that the AMI should use for
|
31699
|
+
# Windows fast launch.
|
31600
31700
|
# @return [String]
|
31601
31701
|
#
|
31602
31702
|
# @!attribute [rw] version
|
31603
|
-
#
|
31604
|
-
# Windows
|
31703
|
+
# Specify the version of the launch template that the AMI should use
|
31704
|
+
# for Windows fast launch.
|
31605
31705
|
# @return [String]
|
31606
31706
|
#
|
31607
31707
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FastLaunchLaunchTemplateSpecificationRequest AWS API Documentation
|
@@ -31614,22 +31714,22 @@ module Aws::EC2
|
|
31614
31714
|
include Aws::Structure
|
31615
31715
|
end
|
31616
31716
|
|
31617
|
-
# Identifies the launch template
|
31618
|
-
#
|
31717
|
+
# Identifies the launch template that the AMI uses for Windows fast
|
31718
|
+
# launch.
|
31619
31719
|
#
|
31620
31720
|
# @!attribute [rw] launch_template_id
|
31621
|
-
# The ID of the launch template
|
31622
|
-
#
|
31721
|
+
# The ID of the launch template that the AMI uses for Windows fast
|
31722
|
+
# launch.
|
31623
31723
|
# @return [String]
|
31624
31724
|
#
|
31625
31725
|
# @!attribute [rw] launch_template_name
|
31626
|
-
# The name of the launch template
|
31627
|
-
#
|
31726
|
+
# The name of the launch template that the AMI uses for Windows fast
|
31727
|
+
# launch.
|
31628
31728
|
# @return [String]
|
31629
31729
|
#
|
31630
31730
|
# @!attribute [rw] version
|
31631
|
-
# The version of the launch template
|
31632
|
-
#
|
31731
|
+
# The version of the launch template that the AMI uses for Windows
|
31732
|
+
# fast launch.
|
31633
31733
|
# @return [String]
|
31634
31734
|
#
|
31635
31735
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FastLaunchLaunchTemplateSpecificationResponse AWS API Documentation
|
@@ -31643,11 +31743,11 @@ module Aws::EC2
|
|
31643
31743
|
end
|
31644
31744
|
|
31645
31745
|
# Configuration settings for creating and managing pre-provisioned
|
31646
|
-
# snapshots for a fast
|
31746
|
+
# snapshots for a Windows fast launch enabled AMI.
|
31647
31747
|
#
|
31648
31748
|
# @!attribute [rw] target_resource_count
|
31649
31749
|
# The number of pre-provisioned snapshots to keep on hand for a
|
31650
|
-
# fast
|
31750
|
+
# Windows fast launch enabled AMI.
|
31651
31751
|
# @return [Integer]
|
31652
31752
|
#
|
31653
31753
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FastLaunchSnapshotConfigurationRequest AWS API Documentation
|
@@ -31659,11 +31759,11 @@ module Aws::EC2
|
|
31659
31759
|
end
|
31660
31760
|
|
31661
31761
|
# Configuration settings for creating and managing pre-provisioned
|
31662
|
-
# snapshots for a fast
|
31762
|
+
# snapshots for a Windows fast launch enabled Windows AMI.
|
31663
31763
|
#
|
31664
31764
|
# @!attribute [rw] target_resource_count
|
31665
31765
|
# The number of pre-provisioned snapshots requested to keep on hand
|
31666
|
-
# for a fast
|
31766
|
+
# for a Windows fast launch enabled AMI.
|
31667
31767
|
# @return [Integer]
|
31668
31768
|
#
|
31669
31769
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FastLaunchSnapshotConfigurationResponse AWS API Documentation
|
@@ -33192,12 +33292,18 @@ module Aws::EC2
|
|
33192
33292
|
# The ID of the local gateway route table.
|
33193
33293
|
# @return [String]
|
33194
33294
|
#
|
33295
|
+
# @!attribute [rw] next_token
|
33296
|
+
# The token to use to retrieve the next page of results. This value is
|
33297
|
+
# `null` when there are no more results to return.
|
33298
|
+
# @return [String]
|
33299
|
+
#
|
33195
33300
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetCoipPoolUsageResult AWS API Documentation
|
33196
33301
|
#
|
33197
33302
|
class GetCoipPoolUsageResult < Struct.new(
|
33198
33303
|
:coip_pool_id,
|
33199
33304
|
:coip_address_usages,
|
33200
|
-
:local_gateway_route_table_id
|
33305
|
+
:local_gateway_route_table_id,
|
33306
|
+
:next_token)
|
33201
33307
|
SENSITIVE = []
|
33202
33308
|
include Aws::Structure
|
33203
33309
|
end
|
@@ -40288,6 +40394,49 @@ module Aws::EC2
|
|
40288
40394
|
include Aws::Structure
|
40289
40395
|
end
|
40290
40396
|
|
40397
|
+
# Information about the instance topology.
|
40398
|
+
#
|
40399
|
+
# @!attribute [rw] instance_id
|
40400
|
+
# The instance ID.
|
40401
|
+
# @return [String]
|
40402
|
+
#
|
40403
|
+
# @!attribute [rw] instance_type
|
40404
|
+
# The instance type.
|
40405
|
+
# @return [String]
|
40406
|
+
#
|
40407
|
+
# @!attribute [rw] group_name
|
40408
|
+
# The name of the placement group that the instance is in.
|
40409
|
+
# @return [String]
|
40410
|
+
#
|
40411
|
+
# @!attribute [rw] network_nodes
|
40412
|
+
# The network nodes. The nodes are hashed based on your account.
|
40413
|
+
# Instances from different accounts running under the same droplet
|
40414
|
+
# will return a different hashed list of strings.
|
40415
|
+
# @return [Array<String>]
|
40416
|
+
#
|
40417
|
+
# @!attribute [rw] availability_zone
|
40418
|
+
# The name of the Availability Zone or Local Zone that the instance is
|
40419
|
+
# in.
|
40420
|
+
# @return [String]
|
40421
|
+
#
|
40422
|
+
# @!attribute [rw] zone_id
|
40423
|
+
# The ID of the Availability Zone or Local Zone that the instance is
|
40424
|
+
# in.
|
40425
|
+
# @return [String]
|
40426
|
+
#
|
40427
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceTopology AWS API Documentation
|
40428
|
+
#
|
40429
|
+
class InstanceTopology < Struct.new(
|
40430
|
+
:instance_id,
|
40431
|
+
:instance_type,
|
40432
|
+
:group_name,
|
40433
|
+
:network_nodes,
|
40434
|
+
:availability_zone,
|
40435
|
+
:zone_id)
|
40436
|
+
SENSITIVE = []
|
40437
|
+
include Aws::Structure
|
40438
|
+
end
|
40439
|
+
|
40291
40440
|
# Describes the instance type.
|
40292
40441
|
#
|
40293
40442
|
# @!attribute [rw] instance_type
|
@@ -47668,7 +47817,7 @@ module Aws::EC2
|
|
47668
47817
|
# @return [Boolean]
|
47669
47818
|
#
|
47670
47819
|
# @!attribute [rw] sse_specification
|
47671
|
-
#
|
47820
|
+
# The options for server side encryption.
|
47672
47821
|
# @return [Types::VerifiedAccessSseSpecificationRequest]
|
47673
47822
|
#
|
47674
47823
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessEndpointPolicyRequest AWS API Documentation
|
@@ -47693,7 +47842,7 @@ module Aws::EC2
|
|
47693
47842
|
# @return [String]
|
47694
47843
|
#
|
47695
47844
|
# @!attribute [rw] sse_specification
|
47696
|
-
#
|
47845
|
+
# The options in use for server side encryption.
|
47697
47846
|
# @return [Types::VerifiedAccessSseSpecificationResponse]
|
47698
47847
|
#
|
47699
47848
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessEndpointPolicyResult AWS API Documentation
|
@@ -47762,7 +47911,7 @@ module Aws::EC2
|
|
47762
47911
|
end
|
47763
47912
|
|
47764
47913
|
# @!attribute [rw] verified_access_endpoint
|
47765
|
-
#
|
47914
|
+
# Details about the Verified Access endpoint.
|
47766
47915
|
# @return [Types::VerifiedAccessEndpoint]
|
47767
47916
|
#
|
47768
47917
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessEndpointResult AWS API Documentation
|
@@ -47806,7 +47955,7 @@ module Aws::EC2
|
|
47806
47955
|
# @return [Boolean]
|
47807
47956
|
#
|
47808
47957
|
# @!attribute [rw] sse_specification
|
47809
|
-
#
|
47958
|
+
# The options for server side encryption.
|
47810
47959
|
# @return [Types::VerifiedAccessSseSpecificationRequest]
|
47811
47960
|
#
|
47812
47961
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessGroupPolicyRequest AWS API Documentation
|
@@ -47831,7 +47980,7 @@ module Aws::EC2
|
|
47831
47980
|
# @return [String]
|
47832
47981
|
#
|
47833
47982
|
# @!attribute [rw] sse_specification
|
47834
|
-
#
|
47983
|
+
# The options in use for server side encryption.
|
47835
47984
|
# @return [Types::VerifiedAccessSseSpecificationResponse]
|
47836
47985
|
#
|
47837
47986
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessGroupPolicyResult AWS API Documentation
|
@@ -47889,7 +48038,7 @@ module Aws::EC2
|
|
47889
48038
|
end
|
47890
48039
|
|
47891
48040
|
# @!attribute [rw] verified_access_group
|
47892
|
-
# Details
|
48041
|
+
# Details about the Verified Access group.
|
47893
48042
|
# @return [Types::VerifiedAccessGroup]
|
47894
48043
|
#
|
47895
48044
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessGroupResult AWS API Documentation
|
@@ -47991,7 +48140,7 @@ module Aws::EC2
|
|
47991
48140
|
end
|
47992
48141
|
|
47993
48142
|
# @!attribute [rw] verified_access_instance
|
47994
|
-
#
|
48143
|
+
# Details about the Verified Access instance.
|
47995
48144
|
# @return [Types::VerifiedAccessInstance]
|
47996
48145
|
#
|
47997
48146
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessInstanceResult AWS API Documentation
|
@@ -48082,7 +48231,7 @@ module Aws::EC2
|
|
48082
48231
|
# @return [String]
|
48083
48232
|
#
|
48084
48233
|
# @!attribute [rw] sse_specification
|
48085
|
-
#
|
48234
|
+
# The options for server side encryption.
|
48086
48235
|
# @return [Types::VerifiedAccessSseSpecificationRequest]
|
48087
48236
|
#
|
48088
48237
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessTrustProviderRequest AWS API Documentation
|
@@ -48099,7 +48248,7 @@ module Aws::EC2
|
|
48099
48248
|
end
|
48100
48249
|
|
48101
48250
|
# @!attribute [rw] verified_access_trust_provider
|
48102
|
-
#
|
48251
|
+
# Details about the Verified Access trust provider.
|
48103
48252
|
# @return [Types::VerifiedAccessTrustProvider]
|
48104
48253
|
#
|
48105
48254
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVerifiedAccessTrustProviderResult AWS API Documentation
|
@@ -48863,7 +49012,9 @@ module Aws::EC2
|
|
48863
49012
|
# @return [Boolean]
|
48864
49013
|
#
|
48865
49014
|
# @!attribute [rw] skip_tunnel_replacement
|
48866
|
-
# Choose whether or not to trigger immediate tunnel replacement.
|
49015
|
+
# Choose whether or not to trigger immediate tunnel replacement. This
|
49016
|
+
# is only applicable when turning on or off
|
49017
|
+
# `EnableTunnelLifecycleControl`.
|
48867
49018
|
#
|
48868
49019
|
# Valid values: `True` \| `False`
|
48869
49020
|
# @return [Boolean]
|
@@ -48981,11 +49132,13 @@ module Aws::EC2
|
|
48981
49132
|
# @return [Integer]
|
48982
49133
|
#
|
48983
49134
|
# @!attribute [rw] dpd_timeout_seconds
|
48984
|
-
# The number of seconds after which a DPD timeout occurs.
|
49135
|
+
# The number of seconds after which a DPD timeout occurs. A DPD
|
49136
|
+
# timeout of 40 seconds means that the VPN endpoint will consider the
|
49137
|
+
# peer dead 30 seconds after the first failed keep-alive.
|
48985
49138
|
#
|
48986
49139
|
# Constraints: A value greater than or equal to 30.
|
48987
49140
|
#
|
48988
|
-
# Default: `
|
49141
|
+
# Default: `40`
|
48989
49142
|
# @return [Integer]
|
48990
49143
|
#
|
48991
49144
|
# @!attribute [rw] dpd_timeout_action
|
@@ -64330,7 +64483,7 @@ module Aws::EC2
|
|
64330
64483
|
# @return [Array<Types::Tag>]
|
64331
64484
|
#
|
64332
64485
|
# @!attribute [rw] sse_specification
|
64333
|
-
#
|
64486
|
+
# The options in use for server side encryption.
|
64334
64487
|
# @return [Types::VerifiedAccessSseSpecificationResponse]
|
64335
64488
|
#
|
64336
64489
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessEndpoint AWS API Documentation
|
@@ -64471,7 +64624,7 @@ module Aws::EC2
|
|
64471
64624
|
# @return [Array<Types::Tag>]
|
64472
64625
|
#
|
64473
64626
|
# @!attribute [rw] sse_specification
|
64474
|
-
#
|
64627
|
+
# The options in use for server side encryption.
|
64475
64628
|
# @return [Types::VerifiedAccessSseSpecificationResponse]
|
64476
64629
|
#
|
64477
64630
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessGroup AWS API Documentation
|
@@ -64518,7 +64671,7 @@ module Aws::EC2
|
|
64518
64671
|
# @return [Array<Types::Tag>]
|
64519
64672
|
#
|
64520
64673
|
# @!attribute [rw] fips_enabled
|
64521
|
-
#
|
64674
|
+
# Indicates whether support for Federal Information Processing
|
64522
64675
|
# Standards (FIPS) is enabled on the instance.
|
64523
64676
|
# @return [Boolean]
|
64524
64677
|
#
|
@@ -64676,13 +64829,14 @@ module Aws::EC2
|
|
64676
64829
|
# @return [Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions]
|
64677
64830
|
#
|
64678
64831
|
# @!attribute [rw] log_version
|
64679
|
-
# The logging version
|
64832
|
+
# The logging version.
|
64680
64833
|
#
|
64681
64834
|
# Valid values: `ocsf-0.1` \| `ocsf-1.0.0-rc.2`
|
64682
64835
|
# @return [String]
|
64683
64836
|
#
|
64684
64837
|
# @!attribute [rw] include_trust_context
|
64685
|
-
#
|
64838
|
+
# Indicates whether to include trust data sent by trust providers in
|
64839
|
+
# the logs.
|
64686
64840
|
# @return [Boolean]
|
64687
64841
|
#
|
64688
64842
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessLogOptions AWS API Documentation
|
@@ -64776,11 +64930,11 @@ module Aws::EC2
|
|
64776
64930
|
# @return [Types::VerifiedAccessLogKinesisDataFirehoseDestination]
|
64777
64931
|
#
|
64778
64932
|
# @!attribute [rw] log_version
|
64779
|
-
#
|
64933
|
+
# The log version.
|
64780
64934
|
# @return [String]
|
64781
64935
|
#
|
64782
64936
|
# @!attribute [rw] include_trust_context
|
64783
|
-
#
|
64937
|
+
# Indicates whether trust data is included in the logs.
|
64784
64938
|
# @return [Boolean]
|
64785
64939
|
#
|
64786
64940
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessLogs AWS API Documentation
|
@@ -64820,17 +64974,17 @@ module Aws::EC2
|
|
64820
64974
|
include Aws::Structure
|
64821
64975
|
end
|
64822
64976
|
|
64823
|
-
#
|
64977
|
+
# The options in use for server side encryption.
|
64824
64978
|
#
|
64825
64979
|
# @!attribute [rw] customer_managed_key_enabled
|
64826
|
-
#
|
64827
|
-
# encryption.
|
64980
|
+
# Indicates whether customer managed KMS keys are in use for server
|
64981
|
+
# side encryption.
|
64828
64982
|
#
|
64829
64983
|
# Valid values: `True` \| `False`
|
64830
64984
|
# @return [Boolean]
|
64831
64985
|
#
|
64832
64986
|
# @!attribute [rw] kms_key_arn
|
64833
|
-
#
|
64987
|
+
# The ARN of the KMS key.
|
64834
64988
|
# @return [String]
|
64835
64989
|
#
|
64836
64990
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessSseSpecificationResponse AWS API Documentation
|
@@ -64891,7 +65045,7 @@ module Aws::EC2
|
|
64891
65045
|
# @return [Array<Types::Tag>]
|
64892
65046
|
#
|
64893
65047
|
# @!attribute [rw] sse_specification
|
64894
|
-
#
|
65048
|
+
# The options in use for server side encryption.
|
64895
65049
|
# @return [Types::VerifiedAccessSseSpecificationResponse]
|
64896
65050
|
#
|
64897
65051
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VerifiedAccessTrustProvider AWS API Documentation
|
@@ -64954,7 +65108,9 @@ module Aws::EC2
|
|
64954
65108
|
# @return [Integer]
|
64955
65109
|
#
|
64956
65110
|
# @!attribute [rw] last_status_change
|
64957
|
-
# The date and time of the last change in status.
|
65111
|
+
# The date and time of the last change in status. This field is
|
65112
|
+
# updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP
|
65113
|
+
# status are detected.
|
64958
65114
|
# @return [Time]
|
64959
65115
|
#
|
64960
65116
|
# @!attribute [rw] outside_ip_address
|