@aws-sdk/client-ec2 3.613.0 → 3.616.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 (188) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +773 -442
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/EC2Client.js +5 -5
  5. package/dist-es/commands/CreateIpamExternalResourceVerificationTokenCommand.js +24 -0
  6. package/dist-es/commands/DeleteIpamExternalResourceVerificationTokenCommand.js +24 -0
  7. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -1
  8. package/dist-es/commands/DescribeIpamExternalResourceVerificationTokensCommand.js +24 -0
  9. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +1 -1
  10. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +1 -1
  11. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +1 -0
  14. package/dist-es/models/models_1.js +12 -19
  15. package/dist-es/models/models_2.js +19 -0
  16. package/dist-es/models/models_3.js +0 -13
  17. package/dist-es/models/models_4.js +13 -33
  18. package/dist-es/models/models_5.js +34 -15
  19. package/dist-es/models/models_6.js +21 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +251 -5
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +7 -4
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +91 -0
  50. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -1
  67. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +79 -0
  100. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  104. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -0
  105. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  106. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  108. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  110. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  111. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  114. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  115. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  116. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  117. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  118. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  119. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  120. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -0
  121. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -0
  122. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  123. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  124. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  125. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  126. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -0
  127. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  128. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  129. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  130. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  131. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  132. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -0
  133. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  134. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  135. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  136. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  137. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  138. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  139. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  140. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  141. package/dist-types/commands/index.d.ts +3 -0
  142. package/dist-types/models/models_0.d.ts +1 -0
  143. package/dist-types/models/models_1.d.ts +161 -150
  144. package/dist-types/models/models_2.d.ts +179 -95
  145. package/dist-types/models/models_3.d.ts +100 -258
  146. package/dist-types/models/models_4.d.ts +400 -602
  147. package/dist-types/models/models_5.d.ts +576 -200
  148. package/dist-types/models/models_6.d.ts +232 -205
  149. package/dist-types/models/models_7.d.ts +233 -4
  150. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  151. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  152. package/dist-types/runtimeConfig.d.ts +1 -1
  153. package/dist-types/runtimeConfig.native.d.ts +1 -1
  154. package/dist-types/ts3.4/EC2.d.ts +70 -0
  155. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  156. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  157. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  158. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  159. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  171. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  177. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  178. package/dist-types/ts3.4/models/models_2.d.ts +56 -32
  179. package/dist-types/ts3.4/models/models_3.d.ts +30 -63
  180. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  181. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  182. package/dist-types/ts3.4/models/models_6.d.ts +70 -53
  183. package/dist-types/ts3.4/models/models_7.d.ts +62 -7
  184. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  185. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  186. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  187. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  188. package/package.json +25 -25
@@ -121,7 +121,7 @@ declare const RegisterImageCommand_base: {
121
121
  * ImdsSupport: "v2.0",
122
122
  * TagSpecifications: [ // TagSpecificationList
123
123
  * { // TagSpecification
124
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
124
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "ipam-external-resource-verification-token",
125
125
  * Tags: [ // TagList
126
126
  * { // Tag
127
127
  * Key: "STRING_VALUE",
@@ -182,7 +182,7 @@ declare const RequestSpotFleetCommand_base: {
182
182
  * WeightedCapacity: Number("double"),
183
183
  * TagSpecifications: [ // SpotFleetTagSpecificationList
184
184
  * { // SpotFleetTagSpecification
185
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
185
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "ipam-external-resource-verification-token",
186
186
  * Tags: [ // TagList
187
187
  * { // Tag
188
188
  * Key: "STRING_VALUE",
@@ -382,7 +382,7 @@ declare const RequestSpotFleetCommand_base: {
382
382
  * TargetCapacityUnitType: "vcpu" || "memory-mib" || "units",
383
383
  * TagSpecifications: [ // TagSpecificationList
384
384
  * { // TagSpecification
385
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
385
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "ipam-external-resource-verification-token",
386
386
  * Tags: [
387
387
  * {
388
388
  * Key: "STRING_VALUE",
@@ -158,7 +158,7 @@ declare const RequestSpotInstancesCommand_base: {
158
158
  * ValidUntil: new Date("TIMESTAMP"),
159
159
  * TagSpecifications: [ // TagSpecificationList
160
160
  * { // TagSpecification
161
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
161
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "ipam-external-resource-verification-token",
162
162
  * Tags: [ // TagList
163
163
  * { // Tag
164
164
  * Key: "STRING_VALUE",
@@ -219,7 +219,7 @@ declare const RunInstancesCommand_base: {
219
219
  * ],
220
220
  * TagSpecifications: [ // TagSpecificationList
221
221
  * { // TagSpecification
222
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
222
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "ipam-external-resource-verification-token",
223
223
  * Tags: [ // TagList
224
224
  * { // Tag
225
225
  * Key: "STRING_VALUE",
@@ -39,7 +39,7 @@ declare const StartNetworkInsightsAccessScopeAnalysisCommand_base: {
39
39
  * DryRun: true || false,
40
40
  * TagSpecifications: [ // TagSpecificationList
41
41
  * { // TagSpecification
42
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
42
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "ipam-external-resource-verification-token",
43
43
  * Tags: [ // TagList
44
44
  * { // Tag
45
45
  * Key: "STRING_VALUE",
@@ -46,7 +46,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
46
46
  * DryRun: true || false,
47
47
  * TagSpecifications: [ // TagSpecificationList
48
48
  * { // TagSpecification
49
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint",
49
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "ipam-external-resource-verification-token",
50
50
  * Tags: [ // TagList
51
51
  * { // Tag
52
52
  * Key: "STRING_VALUE",
@@ -74,6 +74,7 @@ export * from "./CreateInstanceEventWindowCommand";
74
74
  export * from "./CreateInstanceExportTaskCommand";
75
75
  export * from "./CreateInternetGatewayCommand";
76
76
  export * from "./CreateIpamCommand";
77
+ export * from "./CreateIpamExternalResourceVerificationTokenCommand";
77
78
  export * from "./CreateIpamPoolCommand";
78
79
  export * from "./CreateIpamResourceDiscoveryCommand";
79
80
  export * from "./CreateIpamScopeCommand";
@@ -150,6 +151,7 @@ export * from "./DeleteInstanceConnectEndpointCommand";
150
151
  export * from "./DeleteInstanceEventWindowCommand";
151
152
  export * from "./DeleteInternetGatewayCommand";
152
153
  export * from "./DeleteIpamCommand";
154
+ export * from "./DeleteIpamExternalResourceVerificationTokenCommand";
153
155
  export * from "./DeleteIpamPoolCommand";
154
156
  export * from "./DeleteIpamResourceDiscoveryCommand";
155
157
  export * from "./DeleteIpamScopeCommand";
@@ -274,6 +276,7 @@ export * from "./DescribeInstanceTypesCommand";
274
276
  export * from "./DescribeInstancesCommand";
275
277
  export * from "./DescribeInternetGatewaysCommand";
276
278
  export * from "./DescribeIpamByoasnCommand";
279
+ export * from "./DescribeIpamExternalResourceVerificationTokensCommand";
277
280
  export * from "./DescribeIpamPoolsCommand";
278
281
  export * from "./DescribeIpamResourceDiscoveriesCommand";
279
282
  export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
@@ -153,6 +153,7 @@ export declare const ResourceType: {
153
153
  readonly instance_event_window: "instance-event-window";
154
154
  readonly internet_gateway: "internet-gateway";
155
155
  readonly ipam: "ipam";
156
+ readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
156
157
  readonly ipam_pool: "ipam-pool";
157
158
  readonly ipam_resource_discovery: "ipam-resource-discovery";
158
159
  readonly ipam_resource_discovery_association: "ipam-resource-discovery-association";
@@ -2077,7 +2077,12 @@ export interface FleetLaunchTemplateOverridesRequest {
2077
2077
  */
2078
2078
  AvailabilityZone?: string;
2079
2079
  /**
2080
- * <p>The number of units provided by the specified instance type.</p>
2080
+ * <p>The number of units provided by the specified instance type. These are the same units
2081
+ * that you chose to set the target capacity in terms of instances, or a performance
2082
+ * characteristic such as vCPUs, memory, or I/O.</p>
2083
+ * <p>If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the
2084
+ * number of instances to the next whole number. If this value is not specified, the default
2085
+ * is 1.</p>
2081
2086
  * <note>
2082
2087
  * <p>When specifying weights, the price used in the <code>lowest-price</code> and
2083
2088
  * <code>price-capacity-optimized</code> allocation strategies is per
@@ -3295,7 +3300,12 @@ export interface FleetLaunchTemplateOverrides {
3295
3300
  */
3296
3301
  AvailabilityZone?: string;
3297
3302
  /**
3298
- * <p>The number of units provided by the specified instance type.</p>
3303
+ * <p>The number of units provided by the specified instance type. These are the same units
3304
+ * that you chose to set the target capacity in terms of instances, or a performance
3305
+ * characteristic such as vCPUs, memory, or I/O.</p>
3306
+ * <p>If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the
3307
+ * number of instances to the next whole number. If this value is not specified, the default
3308
+ * is 1.</p>
3299
3309
  * <note>
3300
3310
  * <p>When specifying weights, the price used in the <code>lowest-price</code> and
3301
3311
  * <code>price-capacity-optimized</code> allocation strategies is per
@@ -4784,6 +4794,133 @@ export interface CreateIpamResult {
4784
4794
  */
4785
4795
  Ipam?: Ipam;
4786
4796
  }
4797
+ /**
4798
+ * @public
4799
+ */
4800
+ export interface CreateIpamExternalResourceVerificationTokenRequest {
4801
+ /**
4802
+ * <p>A check for whether you have the required permissions for the action without actually making the request
4803
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4804
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4805
+ * @public
4806
+ */
4807
+ DryRun?: boolean;
4808
+ /**
4809
+ * <p>The ID of the IPAM that will create the token.</p>
4810
+ * @public
4811
+ */
4812
+ IpamId: string | undefined;
4813
+ /**
4814
+ * <p>Token tags.</p>
4815
+ * @public
4816
+ */
4817
+ TagSpecifications?: TagSpecification[];
4818
+ /**
4819
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
4820
+ * @public
4821
+ */
4822
+ ClientToken?: string;
4823
+ }
4824
+ /**
4825
+ * @public
4826
+ * @enum
4827
+ */
4828
+ export declare const IpamExternalResourceVerificationTokenState: {
4829
+ readonly CREATE_COMPLETE: "create-complete";
4830
+ readonly CREATE_FAILED: "create-failed";
4831
+ readonly CREATE_IN_PROGRESS: "create-in-progress";
4832
+ readonly DELETE_COMPLETE: "delete-complete";
4833
+ readonly DELETE_FAILED: "delete-failed";
4834
+ readonly DELETE_IN_PROGRESS: "delete-in-progress";
4835
+ };
4836
+ /**
4837
+ * @public
4838
+ */
4839
+ export type IpamExternalResourceVerificationTokenState = (typeof IpamExternalResourceVerificationTokenState)[keyof typeof IpamExternalResourceVerificationTokenState];
4840
+ /**
4841
+ * @public
4842
+ * @enum
4843
+ */
4844
+ export declare const TokenState: {
4845
+ readonly expired: "expired";
4846
+ readonly valid: "valid";
4847
+ };
4848
+ /**
4849
+ * @public
4850
+ */
4851
+ export type TokenState = (typeof TokenState)[keyof typeof TokenState];
4852
+ /**
4853
+ * <p>A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP).
4854
+ * </p>
4855
+ * @public
4856
+ */
4857
+ export interface IpamExternalResourceVerificationToken {
4858
+ /**
4859
+ * <p>The ID of the token.</p>
4860
+ * @public
4861
+ */
4862
+ IpamExternalResourceVerificationTokenId?: string;
4863
+ /**
4864
+ * <p>Token ARN.</p>
4865
+ * @public
4866
+ */
4867
+ IpamExternalResourceVerificationTokenArn?: string;
4868
+ /**
4869
+ * <p>The ID of the IPAM that created the token.</p>
4870
+ * @public
4871
+ */
4872
+ IpamId?: string;
4873
+ /**
4874
+ * <p>ARN of the IPAM that created the token.</p>
4875
+ * @public
4876
+ */
4877
+ IpamArn?: string;
4878
+ /**
4879
+ * <p>Region of the IPAM that created the token.</p>
4880
+ * @public
4881
+ */
4882
+ IpamRegion?: string;
4883
+ /**
4884
+ * <p>Token value.</p>
4885
+ * @public
4886
+ */
4887
+ TokenValue?: string;
4888
+ /**
4889
+ * <p>Token name.</p>
4890
+ * @public
4891
+ */
4892
+ TokenName?: string;
4893
+ /**
4894
+ * <p>Token expiration.</p>
4895
+ * @public
4896
+ */
4897
+ NotAfter?: Date;
4898
+ /**
4899
+ * <p>Token status.</p>
4900
+ * @public
4901
+ */
4902
+ Status?: TokenState;
4903
+ /**
4904
+ * <p>Token tags.</p>
4905
+ * @public
4906
+ */
4907
+ Tags?: Tag[];
4908
+ /**
4909
+ * <p>Token state.</p>
4910
+ * @public
4911
+ */
4912
+ State?: IpamExternalResourceVerificationTokenState;
4913
+ }
4914
+ /**
4915
+ * @public
4916
+ */
4917
+ export interface CreateIpamExternalResourceVerificationTokenResult {
4918
+ /**
4919
+ * <p>The verification token.</p>
4920
+ * @public
4921
+ */
4922
+ IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken;
4923
+ }
4787
4924
  /**
4788
4925
  * <p>A tag on an IPAM resource.</p>
4789
4926
  * @public
@@ -4877,8 +5014,17 @@ export interface CreateIpamPoolRequest {
4877
5014
  */
4878
5015
  IpamScopeId: string | undefined;
4879
5016
  /**
4880
- * <p>In IPAM, the locale is the Amazon Web Services Region where you want to make an IPAM pool available for allocations. Only resources in the same Region as the locale of the pool can get IP address allocations from the pool. You can only allocate a CIDR for a VPC, for example, from an IPAM pool that shares a locale with the VPC’s Region. Note that once you choose a Locale for a pool, you cannot modify it. If you do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.</p>
4881
- * <p>Possible values: Any Amazon Web Services Region, such as us-east-1.</p>
5017
+ * <p>The locale for the pool should be one of the following:</p>
5018
+ * <ul>
5019
+ * <li>
5020
+ * <p>An Amazon Web Services Region where you want this IPAM pool to be available for allocations.</p>
5021
+ * </li>
5022
+ * <li>
5023
+ * <p>The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">supported Local Zones</a>). This option is only available for IPAM IPv4 pools in the public scope.</p>
5024
+ * </li>
5025
+ * </ul>
5026
+ * <p>If you do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.</p>
5027
+ * <p>Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local Zone.</p>
4882
5028
  * @public
4883
5029
  */
4884
5030
  Locale?: string;
@@ -5088,7 +5234,17 @@ export interface IpamPool {
5088
5234
  */
5089
5235
  IpamRegion?: string;
5090
5236
  /**
5091
- * <p>The locale of the IPAM pool. In IPAM, the locale is the Amazon Web Services Region where you want to make an IPAM pool available for allocations. Only resources in the same Region as the locale of the pool can get IP address allocations from the pool. You can only allocate a CIDR for a VPC, for example, from an IPAM pool that shares a locale with the VPC’s Region. Note that once you choose a Locale for a pool, you cannot modify it. If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.</p>
5237
+ * <p>The locale of the IPAM pool.</p>
5238
+ * <p>The locale for the pool should be one of the following:</p>
5239
+ * <ul>
5240
+ * <li>
5241
+ * <p>An Amazon Web Services Region where you want this IPAM pool to be available for allocations.</p>
5242
+ * </li>
5243
+ * <li>
5244
+ * <p>The network border group for an Amazon Web Services Local Zone where you want this IPAM pool to be available for allocations (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">supported Local Zones</a>). This option is only available for IPAM IPv4 pools in the public scope.</p>
5245
+ * </li>
5246
+ * </ul>
5247
+ * <p>If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.</p>
5092
5248
  * @public
5093
5249
  */
5094
5250
  Locale?: string;
@@ -9744,151 +9900,6 @@ export interface AttachmentEnaSrdUdpSpecification {
9744
9900
  */
9745
9901
  EnaSrdUdpEnabled?: boolean;
9746
9902
  }
9747
- /**
9748
- * <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
9749
- * maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
9750
- * With ENA Express, you can communicate between two EC2 instances in the same subnet within the same
9751
- * account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.</p>
9752
- * <p>To improve the reliability of network packet delivery, ENA Express reorders network packets on the
9753
- * receiving end by default. However, some UDP-based applications are designed to handle network packets
9754
- * that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express
9755
- * is enabled, you can specify whether UDP network traffic uses it.</p>
9756
- * @public
9757
- */
9758
- export interface AttachmentEnaSrdSpecification {
9759
- /**
9760
- * <p>Indicates whether ENA Express is enabled for the network interface.</p>
9761
- * @public
9762
- */
9763
- EnaSrdEnabled?: boolean;
9764
- /**
9765
- * <p>Configures ENA Express for UDP network traffic.</p>
9766
- * @public
9767
- */
9768
- EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
9769
- }
9770
- /**
9771
- * <p>Describes a network interface attachment.</p>
9772
- * @public
9773
- */
9774
- export interface NetworkInterfaceAttachment {
9775
- /**
9776
- * <p>The timestamp indicating when the attachment initiated.</p>
9777
- * @public
9778
- */
9779
- AttachTime?: Date;
9780
- /**
9781
- * <p>The ID of the network interface attachment.</p>
9782
- * @public
9783
- */
9784
- AttachmentId?: string;
9785
- /**
9786
- * <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
9787
- * @public
9788
- */
9789
- DeleteOnTermination?: boolean;
9790
- /**
9791
- * <p>The device index of the network interface attachment on the instance.</p>
9792
- * @public
9793
- */
9794
- DeviceIndex?: number;
9795
- /**
9796
- * <p>The index of the network card.</p>
9797
- * @public
9798
- */
9799
- NetworkCardIndex?: number;
9800
- /**
9801
- * <p>The ID of the instance.</p>
9802
- * @public
9803
- */
9804
- InstanceId?: string;
9805
- /**
9806
- * <p>The Amazon Web Services account ID of the owner of the instance.</p>
9807
- * @public
9808
- */
9809
- InstanceOwnerId?: string;
9810
- /**
9811
- * <p>The attachment state.</p>
9812
- * @public
9813
- */
9814
- Status?: AttachmentStatus;
9815
- /**
9816
- * <p>Configures ENA Express for the network interface that this action attaches to the instance.</p>
9817
- * @public
9818
- */
9819
- EnaSrdSpecification?: AttachmentEnaSrdSpecification;
9820
- }
9821
- /**
9822
- * <p>A security group connection tracking configuration that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon EC2 User Guide</i>.</p>
9823
- * @public
9824
- */
9825
- export interface ConnectionTrackingConfiguration {
9826
- /**
9827
- * <p>Timeout (in seconds) for idle TCP
9828
- * connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
9829
- * days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
9830
- * @public
9831
- */
9832
- TcpEstablishedTimeout?: number;
9833
- /**
9834
- * <p>Timeout (in seconds) for idle UDP
9835
- * flows classified as streams which have seen more than one request-response
9836
- * transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
9837
- * seconds.</p>
9838
- * @public
9839
- */
9840
- UdpStreamTimeout?: number;
9841
- /**
9842
- * <p>Timeout (in seconds) for idle UDP flows that
9843
- * have seen traffic only in a single direction or a single request-response
9844
- * transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
9845
- * @public
9846
- */
9847
- UdpTimeout?: number;
9848
- }
9849
- /**
9850
- * <p>Describes a security group.</p>
9851
- * @public
9852
- */
9853
- export interface GroupIdentifier {
9854
- /**
9855
- * <p>The name of the security group.</p>
9856
- * @public
9857
- */
9858
- GroupName?: string;
9859
- /**
9860
- * <p>The ID of the security group.</p>
9861
- * @public
9862
- */
9863
- GroupId?: string;
9864
- }
9865
- /**
9866
- * @public
9867
- * @enum
9868
- */
9869
- export declare const NetworkInterfaceType: {
9870
- readonly api_gateway_managed: "api_gateway_managed";
9871
- readonly aws_codestar_connections_managed: "aws_codestar_connections_managed";
9872
- readonly branch: "branch";
9873
- readonly efa: "efa";
9874
- readonly gateway_load_balancer: "gateway_load_balancer";
9875
- readonly gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint";
9876
- readonly global_accelerator_managed: "global_accelerator_managed";
9877
- readonly interface: "interface";
9878
- readonly iot_rules_managed: "iot_rules_managed";
9879
- readonly lambda: "lambda";
9880
- readonly load_balancer: "load_balancer";
9881
- readonly natGateway: "natGateway";
9882
- readonly network_load_balancer: "network_load_balancer";
9883
- readonly quicksight: "quicksight";
9884
- readonly transit_gateway: "transit_gateway";
9885
- readonly trunk: "trunk";
9886
- readonly vpc_endpoint: "vpc_endpoint";
9887
- };
9888
- /**
9889
- * @public
9890
- */
9891
- export type NetworkInterfaceType = (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
9892
9903
  /**
9893
9904
  * @internal
9894
9905
  */