@aws-sdk/client-ec2 3.421.0 → 3.423.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.
Files changed (70) hide show
  1. package/dist-cjs/models/models_0.js +8 -0
  2. package/dist-cjs/protocols/Aws_ec2.js +77 -0
  3. package/dist-es/models/models_0.js +8 -0
  4. package/dist-es/protocols/Aws_ec2.js +77 -0
  5. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +4 -0
  6. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  7. package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  8. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  10. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +8 -0
  12. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +8 -0
  13. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +8 -0
  14. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -2
  16. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +4 -0
  19. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  21. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  23. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  28. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  29. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  31. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +4 -0
  32. package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +5 -1
  33. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +4 -0
  34. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +4 -0
  35. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  36. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  37. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  38. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  39. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  40. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  41. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +4 -0
  42. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +9 -1
  43. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +4 -0
  44. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +9 -1
  45. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +8 -0
  46. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  47. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  48. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  49. package/dist-types/models/models_0.d.ts +40 -15
  50. package/dist-types/models/models_1.d.ts +13 -11
  51. package/dist-types/models/models_2.d.ts +72 -32
  52. package/dist-types/models/models_3.d.ts +27 -63
  53. package/dist-types/models/models_4.d.ts +65 -55
  54. package/dist-types/models/models_5.d.ts +54 -33
  55. package/dist-types/models/models_6.d.ts +71 -47
  56. package/dist-types/models/models_7.d.ts +44 -1
  57. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +2 -4
  59. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/models/models_0.d.ts +13 -3
  63. package/dist-types/ts3.4/models/models_1.d.ts +3 -4
  64. package/dist-types/ts3.4/models/models_2.d.ts +14 -7
  65. package/dist-types/ts3.4/models/models_3.d.ts +7 -12
  66. package/dist-types/ts3.4/models/models_4.d.ts +12 -15
  67. package/dist-types/ts3.4/models/models_5.d.ts +13 -8
  68. package/dist-types/ts3.4/models/models_6.d.ts +17 -10
  69. package/dist-types/ts3.4/models/models_7.d.ts +8 -2
  70. package/package.json +4 -4
@@ -1,7 +1,70 @@
1
1
  import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, AttachmentStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair } from "./models_0";
2
2
  import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, PrivateIpAddressSpecification, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
3
- import { ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
3
+ import { ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint } from "./models_2";
4
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, EnclaveOptions, EventInformation, Filter, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
5
+ /**
6
+ * @public
7
+ * <p>Describes the association between an instance and an Elastic Graphics accelerator.</p>
8
+ */
9
+ export interface ElasticGpuAssociation {
10
+ /**
11
+ * @public
12
+ * <p>The ID of the Elastic Graphics accelerator.</p>
13
+ */
14
+ ElasticGpuId?: string;
15
+ /**
16
+ * @public
17
+ * <p>The ID of the association.</p>
18
+ */
19
+ ElasticGpuAssociationId?: string;
20
+ /**
21
+ * @public
22
+ * <p>The state of the association between the instance and the
23
+ * Elastic Graphics accelerator.</p>
24
+ */
25
+ ElasticGpuAssociationState?: string;
26
+ /**
27
+ * @public
28
+ * <p>The time the Elastic Graphics accelerator was associated with the instance.</p>
29
+ */
30
+ ElasticGpuAssociationTime?: string;
31
+ }
32
+ /**
33
+ * @public
34
+ * <p>
35
+ * Describes the association between an instance and an elastic inference accelerator.
36
+ * </p>
37
+ */
38
+ export interface ElasticInferenceAcceleratorAssociation {
39
+ /**
40
+ * @public
41
+ * <p>
42
+ * The Amazon Resource Name (ARN) of the elastic inference accelerator.
43
+ * </p>
44
+ */
45
+ ElasticInferenceAcceleratorArn?: string;
46
+ /**
47
+ * @public
48
+ * <p>
49
+ * The ID of the association.
50
+ * </p>
51
+ */
52
+ ElasticInferenceAcceleratorAssociationId?: string;
53
+ /**
54
+ * @public
55
+ * <p>
56
+ * The state of the elastic inference accelerator.
57
+ * </p>
58
+ */
59
+ ElasticInferenceAcceleratorAssociationState?: string;
60
+ /**
61
+ * @public
62
+ * <p>
63
+ * The time at which the elastic inference accelerator is associated with an instance.
64
+ * </p>
65
+ */
66
+ ElasticInferenceAcceleratorAssociationTime?: Date;
67
+ }
5
68
  /**
6
69
  * @public
7
70
  * <p>Indicates whether your instance is configured for hibernation. This parameter is valid
@@ -10873,59 +10936,6 @@ export interface DescribeVerifiedAccessEndpointsResult {
10873
10936
  */
10874
10937
  NextToken?: string;
10875
10938
  }
10876
- /**
10877
- * @public
10878
- */
10879
- export interface DescribeVerifiedAccessGroupsRequest {
10880
- /**
10881
- * @public
10882
- * <p>The ID of the Verified Access groups.</p>
10883
- */
10884
- VerifiedAccessGroupIds?: string[];
10885
- /**
10886
- * @public
10887
- * <p>The ID of the Verified Access instance.</p>
10888
- */
10889
- VerifiedAccessInstanceId?: string;
10890
- /**
10891
- * @public
10892
- * <p>The maximum number of results to return with a single call.
10893
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10894
- */
10895
- MaxResults?: number;
10896
- /**
10897
- * @public
10898
- * <p>The token for the next page of results.</p>
10899
- */
10900
- NextToken?: string;
10901
- /**
10902
- * @public
10903
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
10904
- */
10905
- Filters?: Filter[];
10906
- /**
10907
- * @public
10908
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10909
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10910
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10911
- */
10912
- DryRun?: boolean;
10913
- }
10914
- /**
10915
- * @public
10916
- */
10917
- export interface DescribeVerifiedAccessGroupsResult {
10918
- /**
10919
- * @public
10920
- * <p>The ID of the Verified Access group.</p>
10921
- */
10922
- VerifiedAccessGroups?: VerifiedAccessGroup[];
10923
- /**
10924
- * @public
10925
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
10926
- */
10927
- NextToken?: string;
10928
- }
10929
10939
  /**
10930
10940
  * @internal
10931
10941
  */
@@ -1,8 +1,61 @@
1
1
  import { AccessScopeAnalysisFinding, AddressTransfer, AllowedPrincipal, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacityUnitType, VolumeType, Vpc } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, SubnetCidrReservation, TransitGatewayPrefixListReference, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
3
+ import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, SubnetCidrReservation, TransitGatewayPrefixListReference, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
4
  import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IpamPoolCidr, MetricType, PaymentOption, PeriodType, ProductCode, StatisticType, VirtualizationType } from "./models_3";
5
5
  import { AnalysisStatus, ArchitectureType } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeVerifiedAccessGroupsRequest {
10
+ /**
11
+ * @public
12
+ * <p>The ID of the Verified Access groups.</p>
13
+ */
14
+ VerifiedAccessGroupIds?: string[];
15
+ /**
16
+ * @public
17
+ * <p>The ID of the Verified Access instance.</p>
18
+ */
19
+ VerifiedAccessInstanceId?: string;
20
+ /**
21
+ * @public
22
+ * <p>The maximum number of results to return with a single call.
23
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
24
+ */
25
+ MaxResults?: number;
26
+ /**
27
+ * @public
28
+ * <p>The token for the next page of results.</p>
29
+ */
30
+ NextToken?: string;
31
+ /**
32
+ * @public
33
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
34
+ */
35
+ Filters?: Filter[];
36
+ /**
37
+ * @public
38
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
39
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
40
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
41
+ */
42
+ DryRun?: boolean;
43
+ }
44
+ /**
45
+ * @public
46
+ */
47
+ export interface DescribeVerifiedAccessGroupsResult {
48
+ /**
49
+ * @public
50
+ * <p>The ID of the Verified Access group.</p>
51
+ */
52
+ VerifiedAccessGroups?: VerifiedAccessGroup[];
53
+ /**
54
+ * @public
55
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
56
+ */
57
+ NextToken?: string;
58
+ }
6
59
  /**
7
60
  * @public
8
61
  */
@@ -7434,38 +7487,6 @@ export interface GetVerifiedAccessEndpointPolicyResult {
7434
7487
  */
7435
7488
  PolicyDocument?: string;
7436
7489
  }
7437
- /**
7438
- * @public
7439
- */
7440
- export interface GetVerifiedAccessGroupPolicyRequest {
7441
- /**
7442
- * @public
7443
- * <p>The ID of the Verified Access group.</p>
7444
- */
7445
- VerifiedAccessGroupId: string | undefined;
7446
- /**
7447
- * @public
7448
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7449
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7450
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7451
- */
7452
- DryRun?: boolean;
7453
- }
7454
- /**
7455
- * @public
7456
- */
7457
- export interface GetVerifiedAccessGroupPolicyResult {
7458
- /**
7459
- * @public
7460
- * <p>The status of the Verified Access policy.</p>
7461
- */
7462
- PolicyEnabled?: boolean;
7463
- /**
7464
- * @public
7465
- * <p>The Verified Access policy document.</p>
7466
- */
7467
- PolicyDocument?: string;
7468
- }
7469
7490
  /**
7470
7491
  * @internal
7471
7492
  */
@@ -1,9 +1,41 @@
1
- import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, PlatformValues, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
3
- import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, SSEType, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
3
+ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, SSEType, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
4
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_3";
5
5
  import { CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
6
  import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface GetVerifiedAccessGroupPolicyRequest {
11
+ /**
12
+ * @public
13
+ * <p>The ID of the Verified Access group.</p>
14
+ */
15
+ VerifiedAccessGroupId: string | undefined;
16
+ /**
17
+ * @public
18
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
19
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
20
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
21
+ */
22
+ DryRun?: boolean;
23
+ }
24
+ /**
25
+ * @public
26
+ */
27
+ export interface GetVerifiedAccessGroupPolicyResult {
28
+ /**
29
+ * @public
30
+ * <p>The status of the Verified Access policy.</p>
31
+ */
32
+ PolicyEnabled?: boolean;
33
+ /**
34
+ * @public
35
+ * <p>The Verified Access policy document.</p>
36
+ */
37
+ PolicyDocument?: string;
38
+ }
7
39
  /**
8
40
  * @public
9
41
  */
@@ -4068,7 +4100,7 @@ export interface ModifyVerifiedAccessEndpointPolicyRequest {
4068
4100
  * @public
4069
4101
  * <p>The status of the Verified Access policy.</p>
4070
4102
  */
4071
- PolicyEnabled: boolean | undefined;
4103
+ PolicyEnabled?: boolean;
4072
4104
  /**
4073
4105
  * @public
4074
4106
  * <p>The Verified Access policy document.</p>
@@ -4087,6 +4119,13 @@ export interface ModifyVerifiedAccessEndpointPolicyRequest {
4087
4119
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4088
4120
  */
4089
4121
  DryRun?: boolean;
4122
+ /**
4123
+ * @public
4124
+ * <p>
4125
+ * Options for server side encryption.
4126
+ * </p>
4127
+ */
4128
+ SseSpecification?: VerifiedAccessSseSpecificationRequest;
4090
4129
  }
4091
4130
  /**
4092
4131
  * @public
@@ -4102,6 +4141,13 @@ export interface ModifyVerifiedAccessEndpointPolicyResult {
4102
4141
  * <p>The Verified Access policy document.</p>
4103
4142
  */
4104
4143
  PolicyDocument?: string;
4144
+ /**
4145
+ * @public
4146
+ * <p>
4147
+ * Describes the options in use for server side encryption.
4148
+ * </p>
4149
+ */
4150
+ SseSpecification?: VerifiedAccessSseSpecificationResponse;
4105
4151
  }
4106
4152
  /**
4107
4153
  * @public
@@ -4159,7 +4205,7 @@ export interface ModifyVerifiedAccessGroupPolicyRequest {
4159
4205
  * @public
4160
4206
  * <p>The status of the Verified Access policy.</p>
4161
4207
  */
4162
- PolicyEnabled: boolean | undefined;
4208
+ PolicyEnabled?: boolean;
4163
4209
  /**
4164
4210
  * @public
4165
4211
  * <p>The Verified Access policy document.</p>
@@ -4178,6 +4224,13 @@ export interface ModifyVerifiedAccessGroupPolicyRequest {
4178
4224
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4179
4225
  */
4180
4226
  DryRun?: boolean;
4227
+ /**
4228
+ * @public
4229
+ * <p>
4230
+ * Options for server side encryption.
4231
+ * </p>
4232
+ */
4233
+ SseSpecification?: VerifiedAccessSseSpecificationRequest;
4181
4234
  }
4182
4235
  /**
4183
4236
  * @public
@@ -4193,6 +4246,13 @@ export interface ModifyVerifiedAccessGroupPolicyResult {
4193
4246
  * <p>The Verified Access policy document.</p>
4194
4247
  */
4195
4248
  PolicyDocument?: string;
4249
+ /**
4250
+ * @public
4251
+ * <p>
4252
+ * Describes the options in use for server side encryption.
4253
+ * </p>
4254
+ */
4255
+ SseSpecification?: VerifiedAccessSseSpecificationResponse;
4196
4256
  }
4197
4257
  /**
4198
4258
  * @public
@@ -4438,6 +4498,13 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
4438
4498
  * modification request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
4439
4499
  */
4440
4500
  ClientToken?: string;
4501
+ /**
4502
+ * @public
4503
+ * <p>
4504
+ * Options for server side encryption.
4505
+ * </p>
4506
+ */
4507
+ SseSpecification?: VerifiedAccessSseSpecificationRequest;
4441
4508
  }
4442
4509
  /**
4443
4510
  * @public
@@ -7959,49 +8026,6 @@ export interface InstanceMarketOptionsRequest {
7959
8026
  */
7960
8027
  SpotOptions?: SpotMarketOptions;
7961
8028
  }
7962
- /**
7963
- * @public
7964
- * <p>The launch template to use. You must specify either the launch template ID or launch
7965
- * template name in the request, but not both.</p>
7966
- */
7967
- export interface LaunchTemplateSpecification {
7968
- /**
7969
- * @public
7970
- * <p>The ID of the launch template.</p>
7971
- * <p>You must specify the <code>LaunchTemplateId</code> or the
7972
- * <code>LaunchTemplateName</code>, but not both.</p>
7973
- */
7974
- LaunchTemplateId?: string;
7975
- /**
7976
- * @public
7977
- * <p>The name of the launch template.</p>
7978
- * <p>You must specify the <code>LaunchTemplateName</code> or the
7979
- * <code>LaunchTemplateId</code>, but not both.</p>
7980
- */
7981
- LaunchTemplateName?: string;
7982
- /**
7983
- * @public
7984
- * <p>The launch template version number, <code>$Latest</code>, or
7985
- * <code>$Default</code>.</p>
7986
- * <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch
7987
- * template.</p>
7988
- * <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the
7989
- * launch template.</p>
7990
- * <p>Default: The default version of the launch template.</p>
7991
- */
7992
- Version?: string;
7993
- }
7994
- /**
7995
- * @public
7996
- * <p>Describes a license configuration.</p>
7997
- */
7998
- export interface LicenseConfigurationRequest {
7999
- /**
8000
- * @public
8001
- * <p>The Amazon Resource Name (ARN) of the license configuration.</p>
8002
- */
8003
- LicenseConfigurationArn?: string;
8004
- }
8005
8029
  /**
8006
8030
  * @internal
8007
8031
  */
@@ -3,7 +3,50 @@ import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification
3
3
  import { TransitGatewayRoute } from "./models_2";
4
4
  import { ClientVpnConnectionStatus, Filter } from "./models_3";
5
5
  import { HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled } from "./models_4";
6
- import { CapacityReservationSpecification, CpuOptionsRequest, ElasticInferenceAccelerator, EnclaveOptionsRequest, HibernationOptionsRequest, InstanceMarketOptionsRequest, InstanceMonitoring, LaunchTemplateSpecification, LicenseConfigurationRequest } from "./models_6";
6
+ import { CapacityReservationSpecification, CpuOptionsRequest, ElasticInferenceAccelerator, EnclaveOptionsRequest, HibernationOptionsRequest, InstanceMarketOptionsRequest, InstanceMonitoring } from "./models_6";
7
+ /**
8
+ * @public
9
+ * <p>The launch template to use. You must specify either the launch template ID or launch
10
+ * template name in the request, but not both.</p>
11
+ */
12
+ export interface LaunchTemplateSpecification {
13
+ /**
14
+ * @public
15
+ * <p>The ID of the launch template.</p>
16
+ * <p>You must specify the <code>LaunchTemplateId</code> or the
17
+ * <code>LaunchTemplateName</code>, but not both.</p>
18
+ */
19
+ LaunchTemplateId?: string;
20
+ /**
21
+ * @public
22
+ * <p>The name of the launch template.</p>
23
+ * <p>You must specify the <code>LaunchTemplateName</code> or the
24
+ * <code>LaunchTemplateId</code>, but not both.</p>
25
+ */
26
+ LaunchTemplateName?: string;
27
+ /**
28
+ * @public
29
+ * <p>The launch template version number, <code>$Latest</code>, or
30
+ * <code>$Default</code>.</p>
31
+ * <p>If the value is <code>$Latest</code>, Amazon EC2 uses the latest version of the launch
32
+ * template.</p>
33
+ * <p>If the value is <code>$Default</code>, Amazon EC2 uses the default version of the
34
+ * launch template.</p>
35
+ * <p>Default: The default version of the launch template.</p>
36
+ */
37
+ Version?: string;
38
+ }
39
+ /**
40
+ * @public
41
+ * <p>Describes a license configuration.</p>
42
+ */
43
+ export interface LicenseConfigurationRequest {
44
+ /**
45
+ * @public
46
+ * <p>The Amazon Resource Name (ARN) of the license configuration.</p>
47
+ */
48
+ LicenseConfigurationArn?: string;
49
+ }
7
50
  /**
8
51
  * @public
9
52
  * <p>The maintenance options for the instance.</p>
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- CreatePlacementGroupRequest,
16
- CreatePlacementGroupResult,
17
- } from "../models/models_1";
14
+ import { CreatePlacementGroupRequest } from "../models/models_1";
15
+ import { CreatePlacementGroupResult } from "../models/models_2";
18
16
  export { __MetadataBearer, $Command };
19
17
  export interface CreatePlacementGroupCommandInput
20
18
  extends CreatePlacementGroupRequest {}
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- DeletePublicIpv4PoolRequest,
16
- DeletePublicIpv4PoolResult,
17
- } from "../models/models_2";
14
+ import { DeletePublicIpv4PoolRequest } from "../models/models_2";
15
+ import { DeletePublicIpv4PoolResult } from "../models/models_3";
18
16
  export { __MetadataBearer, $Command };
19
17
  export interface DeletePublicIpv4PoolCommandInput
20
18
  extends DeletePublicIpv4PoolRequest {}
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DeleteQueuedReservedInstancesRequest } from "../models/models_2";
15
- import { DeleteQueuedReservedInstancesResult } from "../models/models_3";
14
+ import {
15
+ DeleteQueuedReservedInstancesRequest,
16
+ DeleteQueuedReservedInstancesResult,
17
+ } from "../models/models_3";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface DeleteQueuedReservedInstancesCommandInput
18
20
  extends DeleteQueuedReservedInstancesRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeVerifiedAccessGroupsRequest,
16
16
  DescribeVerifiedAccessGroupsResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface DescribeVerifiedAccessGroupsCommandInput
20
20
  extends DescribeVerifiedAccessGroupsRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetVerifiedAccessGroupPolicyRequest,
16
16
  GetVerifiedAccessGroupPolicyResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface GetVerifiedAccessGroupPolicyCommandInput
20
20
  extends GetVerifiedAccessGroupPolicyRequest {}
@@ -1380,6 +1380,10 @@ export interface OidcOptions {
1380
1380
  ClientSecret?: string;
1381
1381
  Scope?: string;
1382
1382
  }
1383
+ export interface VerifiedAccessSseSpecificationResponse {
1384
+ CustomerManagedKeyEnabled?: boolean;
1385
+ KmsKeyArn?: string;
1386
+ }
1383
1387
  export interface VerifiedAccessTrustProvider {
1384
1388
  VerifiedAccessTrustProviderId?: string;
1385
1389
  Description?: string;
@@ -1392,6 +1396,7 @@ export interface VerifiedAccessTrustProvider {
1392
1396
  CreationTime?: string;
1393
1397
  LastUpdatedTime?: string;
1394
1398
  Tags?: Tag[];
1399
+ SseSpecification?: VerifiedAccessSseSpecificationResponse;
1395
1400
  }
1396
1401
  export interface AttachVerifiedAccessTrustProviderResult {
1397
1402
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
@@ -2578,6 +2583,14 @@ export declare const _InstanceType: {
2578
2583
  readonly r7gd_large: "r7gd.large";
2579
2584
  readonly r7gd_medium: "r7gd.medium";
2580
2585
  readonly r7gd_xlarge: "r7gd.xlarge";
2586
+ readonly r7iz_12xlarge: "r7iz.12xlarge";
2587
+ readonly r7iz_16xlarge: "r7iz.16xlarge";
2588
+ readonly r7iz_2xlarge: "r7iz.2xlarge";
2589
+ readonly r7iz_32xlarge: "r7iz.32xlarge";
2590
+ readonly r7iz_4xlarge: "r7iz.4xlarge";
2591
+ readonly r7iz_8xlarge: "r7iz.8xlarge";
2592
+ readonly r7iz_large: "r7iz.large";
2593
+ readonly r7iz_xlarge: "r7iz.xlarge";
2581
2594
  readonly t1_micro: "t1.micro";
2582
2595
  readonly t2_2xlarge: "t2.2xlarge";
2583
2596
  readonly t2_large: "t2.large";
@@ -2753,9 +2766,6 @@ export interface FederatedAuthenticationRequest {
2753
2766
  SAMLProviderArn?: string;
2754
2767
  SelfServiceSAMLProviderArn?: string;
2755
2768
  }
2756
- export interface CertificateAuthenticationRequest {
2757
- ClientRootCertificateChainArn?: string;
2758
- }
2759
2769
  export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
2760
2770
  export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
2761
2771
  obj: VerifiedAccessTrustProvider
@@ -13,7 +13,6 @@ import {
13
13
  AddPrefixListEntry,
14
14
  AddressFamily,
15
15
  AttachmentStatus,
16
- CertificateAuthenticationRequest,
17
16
  DirectoryServiceAuthenticationRequest,
18
17
  FederatedAuthenticationRequest,
19
18
  InstanceEventWindow,
@@ -30,6 +29,9 @@ import {
30
29
  VpcIpv6CidrBlockAssociation,
31
30
  WeekDay,
32
31
  } from "./models_0";
32
+ export interface CertificateAuthenticationRequest {
33
+ ClientRootCertificateChainArn?: string;
34
+ }
33
35
  export declare const ClientVpnAuthenticationType: {
34
36
  readonly certificate_authentication: "certificate-authentication";
35
37
  readonly directory_service_authentication: "directory-service-authentication";
@@ -2091,9 +2093,6 @@ export interface PlacementGroup {
2091
2093
  GroupArn?: string;
2092
2094
  SpreadLevel?: SpreadLevel | string;
2093
2095
  }
2094
- export interface CreatePlacementGroupResult {
2095
- PlacementGroup?: PlacementGroup;
2096
- }
2097
2096
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2098
2097
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2099
2098
  obj: RequestLaunchTemplateData