@aws-sdk/client-ec2 3.350.0 → 3.352.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 (200) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/EC2.js +6 -0
  3. package/dist-cjs/commands/CreateInstanceConnectEndpointCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteInstanceConnectEndpointCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeInstanceConnectEndpointsCommand.js +46 -0
  6. package/dist-cjs/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -2
  7. package/dist-cjs/commands/ImportImageCommand.js +2 -1
  8. package/dist-cjs/commands/ImportInstanceCommand.js +3 -3
  9. package/dist-cjs/commands/index.js +3 -0
  10. package/dist-cjs/models/models_0.js +1 -0
  11. package/dist-cjs/models/models_1.js +10 -10
  12. package/dist-cjs/models/models_2.js +10 -2
  13. package/dist-cjs/models/models_3.js +2 -26
  14. package/dist-cjs/models/models_4.js +26 -13
  15. package/dist-cjs/models/models_5.js +12 -41
  16. package/dist-cjs/models/models_6.js +41 -7
  17. package/dist-cjs/models/models_7.js +5 -0
  18. package/dist-cjs/pagination/DescribeInstanceConnectEndpointsPaginator.js +29 -0
  19. package/dist-cjs/pagination/index.js +1 -0
  20. package/dist-cjs/protocols/Aws_ec2.js +341 -23
  21. package/dist-es/EC2.js +6 -0
  22. package/dist-es/commands/CreateInstanceConnectEndpointCommand.js +42 -0
  23. package/dist-es/commands/DeleteInstanceConnectEndpointCommand.js +42 -0
  24. package/dist-es/commands/DescribeInstanceConnectEndpointsCommand.js +42 -0
  25. package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
  26. package/dist-es/commands/ImportImageCommand.js +2 -1
  27. package/dist-es/commands/ImportInstanceCommand.js +1 -1
  28. package/dist-es/commands/index.js +3 -0
  29. package/dist-es/models/models_0.js +1 -0
  30. package/dist-es/models/models_1.js +8 -8
  31. package/dist-es/models/models_2.js +8 -0
  32. package/dist-es/models/models_3.js +0 -24
  33. package/dist-es/models/models_4.js +24 -11
  34. package/dist-es/models/models_5.js +10 -33
  35. package/dist-es/models/models_6.js +33 -6
  36. package/dist-es/models/models_7.js +4 -1
  37. package/dist-es/pagination/DescribeInstanceConnectEndpointsPaginator.js +25 -0
  38. package/dist-es/pagination/index.js +1 -0
  39. package/dist-es/protocols/Aws_ec2.js +312 -0
  40. package/dist-types/EC2.d.ts +21 -0
  41. package/dist-types/EC2Client.d.ts +5 -2
  42. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  43. package/dist-types/commands/AllocateAddressCommand.d.ts +6 -10
  44. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  45. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -1
  46. package/dist-types/commands/AssociateAddressCommand.d.ts +1 -11
  47. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  48. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  49. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  50. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +120 -0
  64. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  73. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  74. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  83. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  84. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
  85. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
  86. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +99 -0
  117. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -1
  118. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  119. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  120. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  121. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +9 -0
  123. package/dist-types/commands/DescribeAddressesCommand.d.ts +0 -5
  124. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +114 -0
  125. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +5 -1
  127. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
  130. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -2
  133. package/dist-types/commands/DisassociateAddressCommand.d.ts +0 -6
  134. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  135. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  136. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportImageCommand.d.ts +3 -2
  138. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  139. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  140. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  141. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +4 -4
  142. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  143. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  144. package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -8
  145. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  146. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  147. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  148. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +3 -3
  149. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  150. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  151. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  152. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  153. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  154. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  155. package/dist-types/commands/index.d.ts +3 -0
  156. package/dist-types/models/models_0.d.ts +18 -24
  157. package/dist-types/models/models_1.d.ts +151 -91
  158. package/dist-types/models/models_2.d.ts +115 -102
  159. package/dist-types/models/models_3.d.ts +186 -160
  160. package/dist-types/models/models_4.d.ts +154 -150
  161. package/dist-types/models/models_5.d.ts +148 -250
  162. package/dist-types/models/models_6.d.ts +239 -288
  163. package/dist-types/models/models_7.d.ts +299 -2
  164. package/dist-types/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +7 -0
  165. package/dist-types/pagination/index.d.ts +1 -0
  166. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  167. package/dist-types/ts3.4/EC2.d.ts +51 -0
  168. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  169. package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
  172. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +42 -0
  173. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +42 -0
  179. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +2 -1
  184. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  189. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  190. package/dist-types/ts3.4/models/models_1.d.ts +39 -26
  191. package/dist-types/ts3.4/models/models_2.d.ts +34 -28
  192. package/dist-types/ts3.4/models/models_3.d.ts +40 -47
  193. package/dist-types/ts3.4/models/models_4.d.ts +47 -48
  194. package/dist-types/ts3.4/models/models_5.d.ts +49 -83
  195. package/dist-types/ts3.4/models/models_6.d.ts +85 -62
  196. package/dist-types/ts3.4/models/models_7.d.ts +55 -1
  197. package/dist-types/ts3.4/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  199. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  200. package/package.json +5 -5
@@ -1,7 +1,155 @@
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, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
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
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, HibernationOptions, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, InstanceLifecycleType, InstanceMaintenanceOptions, InstanceMetadataOptionsResponse, LicenseConfiguration, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
4
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, InstanceLifecycleType, LicenseConfiguration, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
5
+ /**
6
+ * @public
7
+ * @enum
8
+ */
9
+ export declare const InstanceAutoRecoveryState: {
10
+ readonly default: "default";
11
+ readonly disabled: "disabled";
12
+ };
13
+ /**
14
+ * @public
15
+ */
16
+ export type InstanceAutoRecoveryState = (typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
17
+ /**
18
+ * @public
19
+ * <p>The maintenance options for the instance.</p>
20
+ */
21
+ export interface InstanceMaintenanceOptions {
22
+ /**
23
+ * <p>Provides information on the current automatic recovery behavior of your
24
+ * instance.</p>
25
+ */
26
+ AutoRecovery?: InstanceAutoRecoveryState | string;
27
+ }
28
+ /**
29
+ * @public
30
+ * @enum
31
+ */
32
+ export declare const InstanceMetadataEndpointState: {
33
+ readonly disabled: "disabled";
34
+ readonly enabled: "enabled";
35
+ };
36
+ /**
37
+ * @public
38
+ */
39
+ export type InstanceMetadataEndpointState = (typeof InstanceMetadataEndpointState)[keyof typeof InstanceMetadataEndpointState];
40
+ /**
41
+ * @public
42
+ * @enum
43
+ */
44
+ export declare const InstanceMetadataProtocolState: {
45
+ readonly disabled: "disabled";
46
+ readonly enabled: "enabled";
47
+ };
48
+ /**
49
+ * @public
50
+ */
51
+ export type InstanceMetadataProtocolState = (typeof InstanceMetadataProtocolState)[keyof typeof InstanceMetadataProtocolState];
52
+ /**
53
+ * @public
54
+ * @enum
55
+ */
56
+ export declare const HttpTokensState: {
57
+ readonly optional: "optional";
58
+ readonly required: "required";
59
+ };
60
+ /**
61
+ * @public
62
+ */
63
+ export type HttpTokensState = (typeof HttpTokensState)[keyof typeof HttpTokensState];
64
+ /**
65
+ * @public
66
+ * @enum
67
+ */
68
+ export declare const InstanceMetadataTagsState: {
69
+ readonly disabled: "disabled";
70
+ readonly enabled: "enabled";
71
+ };
72
+ /**
73
+ * @public
74
+ */
75
+ export type InstanceMetadataTagsState = (typeof InstanceMetadataTagsState)[keyof typeof InstanceMetadataTagsState];
76
+ /**
77
+ * @public
78
+ * @enum
79
+ */
80
+ export declare const InstanceMetadataOptionsState: {
81
+ readonly applied: "applied";
82
+ readonly pending: "pending";
83
+ };
84
+ /**
85
+ * @public
86
+ */
87
+ export type InstanceMetadataOptionsState = (typeof InstanceMetadataOptionsState)[keyof typeof InstanceMetadataOptionsState];
88
+ /**
89
+ * @public
90
+ * <p>The metadata options for the instance.</p>
91
+ */
92
+ export interface InstanceMetadataOptionsResponse {
93
+ /**
94
+ * <p>The state of the metadata option changes.</p>
95
+ * <p>
96
+ * <code>pending</code> - The metadata options are being updated and the instance is not
97
+ * ready to process metadata traffic with the new selection.</p>
98
+ * <p>
99
+ * <code>applied</code> - The metadata options have been successfully applied on the
100
+ * instance.</p>
101
+ */
102
+ State?: InstanceMetadataOptionsState | string;
103
+ /**
104
+ * <p>IMDSv2 uses token-backed sessions. Indicates whether the use of HTTP tokens is
105
+ * <code>optional</code> (in other words, indicates whether the use of IMDSv2 is
106
+ * <code>optional</code>) or <code>required</code> (in other words, indicates whether
107
+ * the use of IMDSv2 is <code>required</code>).</p>
108
+ * <ul>
109
+ * <li>
110
+ * <p>
111
+ * <code>optional</code> - When IMDSv2 is optional, you can choose to retrieve instance metadata with or without
112
+ * a session token in your request. If you retrieve the IAM role credentials
113
+ * without a token, the IMDSv1 role credentials are returned. If you retrieve the IAM role credentials
114
+ * using a valid session token, the IMDSv2 role credentials are returned.</p>
115
+ * </li>
116
+ * <li>
117
+ * <p>
118
+ * <code>required</code> - When IMDSv2 is required, you must send a session token
119
+ * with any instance metadata retrieval requests. In this state, retrieving the IAM role
120
+ * credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.</p>
121
+ * </li>
122
+ * </ul>
123
+ * <p>Default: <code>optional</code>
124
+ * </p>
125
+ */
126
+ HttpTokens?: HttpTokensState | string;
127
+ /**
128
+ * <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
129
+ * number, the further instance metadata requests can travel.</p>
130
+ * <p>Default: 1</p>
131
+ * <p>Possible values: Integers from 1 to 64</p>
132
+ */
133
+ HttpPutResponseHopLimit?: number;
134
+ /**
135
+ * <p>Indicates whether the HTTP metadata endpoint on your instances is enabled or
136
+ * disabled.</p>
137
+ * <p>If the value is <code>disabled</code>, you cannot access your instance
138
+ * metadata.</p>
139
+ */
140
+ HttpEndpoint?: InstanceMetadataEndpointState | string;
141
+ /**
142
+ * <p>Indicates whether the IPv6 endpoint for the instance metadata service is enabled or
143
+ * disabled.</p>
144
+ */
145
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
146
+ /**
147
+ * <p>Indicates whether access to instance tags from the instance metadata is enabled or
148
+ * disabled. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
149
+ * instance tags using the instance metadata</a>.</p>
150
+ */
151
+ InstanceMetadataTags?: InstanceMetadataTagsState | string;
152
+ }
5
153
  /**
6
154
  * @public
7
155
  * @enum
@@ -3204,14 +3352,14 @@ export declare const MoveStatus: {
3204
3352
  export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
3205
3353
  /**
3206
3354
  * @public
3207
- * <p>Describes the status of a moving Elastic IP address.</p>
3208
- * <note>
3209
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3355
+ * <note>
3356
+ * <p>This action is deprecated.</p>
3210
3357
  * </note>
3358
+ * <p>Describes the status of a moving Elastic IP address.</p>
3211
3359
  */
3212
3360
  export interface MovingAddressStatus {
3213
3361
  /**
3214
- * <p>The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.</p>
3362
+ * <p>The status of the Elastic IP address that's being moved or restored.</p>
3215
3363
  */
3216
3364
  MoveStatus?: MoveStatus | string;
3217
3365
  /**
@@ -9630,146 +9778,6 @@ export interface VerifiedAccessLogs {
9630
9778
  */
9631
9779
  KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
9632
9780
  }
9633
- /**
9634
- * @public
9635
- * <p>Describes logging options for an Amazon Web Services Verified Access instance.</p>
9636
- */
9637
- export interface VerifiedAccessInstanceLoggingConfiguration {
9638
- /**
9639
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
9640
- */
9641
- VerifiedAccessInstanceId?: string;
9642
- /**
9643
- * <p>Details about the logging options.</p>
9644
- */
9645
- AccessLogs?: VerifiedAccessLogs;
9646
- }
9647
- /**
9648
- * @public
9649
- */
9650
- export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
9651
- /**
9652
- * <p>The current logging configuration for the Verified Access instances.</p>
9653
- */
9654
- LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[];
9655
- /**
9656
- * <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>
9657
- */
9658
- NextToken?: string;
9659
- }
9660
- /**
9661
- * @public
9662
- */
9663
- export interface DescribeVerifiedAccessInstancesRequest {
9664
- /**
9665
- * <p>The IDs of the Verified Access instances.</p>
9666
- */
9667
- VerifiedAccessInstanceIds?: string[];
9668
- /**
9669
- * <p>The maximum number of results to return with a single call.
9670
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
9671
- */
9672
- MaxResults?: number;
9673
- /**
9674
- * <p>The token for the next page of results.</p>
9675
- */
9676
- NextToken?: string;
9677
- /**
9678
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
9679
- */
9680
- Filters?: Filter[];
9681
- /**
9682
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9683
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9684
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9685
- */
9686
- DryRun?: boolean;
9687
- }
9688
- /**
9689
- * @public
9690
- */
9691
- export interface DescribeVerifiedAccessInstancesResult {
9692
- /**
9693
- * <p>The IDs of the Verified Access instances.</p>
9694
- */
9695
- VerifiedAccessInstances?: VerifiedAccessInstance[];
9696
- /**
9697
- * <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>
9698
- */
9699
- NextToken?: string;
9700
- }
9701
- /**
9702
- * @public
9703
- */
9704
- export interface DescribeVerifiedAccessTrustProvidersRequest {
9705
- /**
9706
- * <p>The IDs of the Verified Access trust providers.</p>
9707
- */
9708
- VerifiedAccessTrustProviderIds?: string[];
9709
- /**
9710
- * <p>The maximum number of results to return with a single call.
9711
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
9712
- */
9713
- MaxResults?: number;
9714
- /**
9715
- * <p>The token for the next page of results.</p>
9716
- */
9717
- NextToken?: string;
9718
- /**
9719
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
9720
- */
9721
- Filters?: Filter[];
9722
- /**
9723
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9724
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9725
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9726
- */
9727
- DryRun?: boolean;
9728
- }
9729
- /**
9730
- * @public
9731
- */
9732
- export interface DescribeVerifiedAccessTrustProvidersResult {
9733
- /**
9734
- * <p>The IDs of the Verified Access trust providers.</p>
9735
- */
9736
- VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[];
9737
- /**
9738
- * <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>
9739
- */
9740
- NextToken?: string;
9741
- }
9742
- /**
9743
- * @public
9744
- * @enum
9745
- */
9746
- export declare const VolumeAttributeName: {
9747
- readonly autoEnableIO: "autoEnableIO";
9748
- readonly productCodes: "productCodes";
9749
- };
9750
- /**
9751
- * @public
9752
- */
9753
- export type VolumeAttributeName = (typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
9754
- /**
9755
- * @public
9756
- */
9757
- export interface DescribeVolumeAttributeRequest {
9758
- /**
9759
- * <p>The attribute of the volume. This parameter is required.</p>
9760
- */
9761
- Attribute: VolumeAttributeName | string | undefined;
9762
- /**
9763
- * <p>The ID of the volume.</p>
9764
- */
9765
- VolumeId: string | undefined;
9766
- /**
9767
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9768
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9769
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9770
- */
9771
- DryRun?: boolean;
9772
- }
9773
9781
  /**
9774
9782
  * @internal
9775
9783
  */
@@ -9802,7 +9810,3 @@ export declare const SpotInstanceRequestFilterSensitiveLog: (obj: SpotInstanceRe
9802
9810
  * @internal
9803
9811
  */
9804
9812
  export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (obj: DescribeSpotInstanceRequestsResult) => any;
9805
- /**
9806
- * @internal
9807
- */
9808
- export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (obj: DescribeVerifiedAccessTrustProvidersResult) => any;