@aws-sdk/client-ec2 3.701.0 → 3.708.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 (312) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/index.js +2291 -481
  3. package/dist-es/EC2.js +24 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
  14. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  15. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/index.js +1 -0
  18. package/dist-es/models/models_0.js +9 -32
  19. package/dist-es/models/models_1.js +55 -25
  20. package/dist-es/models/models_2.js +42 -19
  21. package/dist-es/models/models_3.js +21 -15
  22. package/dist-es/models/models_4.js +20 -21
  23. package/dist-es/models/models_5.js +29 -3
  24. package/dist-es/models/models_6.js +13 -23
  25. package/dist-es/models/models_7.js +30 -0
  26. package/dist-es/models/models_8.js +1 -0
  27. package/dist-es/protocols/Aws_ec2.js +1662 -123
  28. package/dist-types/EC2.d.ts +89 -0
  29. package/dist-types/EC2Client.d.ts +14 -2
  30. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  33. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  34. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  35. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  36. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  37. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  38. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  50. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -3
  64. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -4
  65. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
  110. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  117. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  118. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  119. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  120. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  122. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeFleetsCommand.d.ts +5 -5
  124. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  126. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  127. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  128. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -2
  131. package/dist-types/commands/DescribeInstancesCommand.d.ts +4 -1
  132. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -2
  133. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  134. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  139. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  141. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  143. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  144. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  145. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  146. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  149. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  150. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  151. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +101 -0
  152. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  166. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  167. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  168. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  169. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  170. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -2
  171. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  172. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  173. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  174. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  175. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
  183. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  195. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  204. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  206. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  207. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  210. package/dist-types/commands/RunInstancesCommand.d.ts +9 -3
  211. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  212. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  213. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  215. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  216. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  217. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  218. package/dist-types/commands/index.d.ts +12 -0
  219. package/dist-types/models/index.d.ts +1 -0
  220. package/dist-types/models/models_0.d.ts +119 -298
  221. package/dist-types/models/models_1.d.ts +392 -279
  222. package/dist-types/models/models_2.d.ts +627 -314
  223. package/dist-types/models/models_3.d.ts +422 -924
  224. package/dist-types/models/models_4.d.ts +7153 -7068
  225. package/dist-types/models/models_5.d.ts +5632 -5095
  226. package/dist-types/models/models_6.d.ts +4278 -4390
  227. package/dist-types/models/models_7.d.ts +1591 -172
  228. package/dist-types/models/models_8.d.ts +168 -0
  229. package/dist-types/protocols/Aws_ec2.d.ts +108 -0
  230. package/dist-types/ts3.4/EC2.d.ts +239 -0
  231. package/dist-types/ts3.4/EC2Client.d.ts +72 -0
  232. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  237. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
  238. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
  247. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  250. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  251. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +49 -0
  258. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  272. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  273. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
  278. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  294. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  295. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  296. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  301. package/dist-types/ts3.4/models/index.d.ts +1 -0
  302. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  303. package/dist-types/ts3.4/models/models_1.d.ts +102 -85
  304. package/dist-types/ts3.4/models/models_2.d.ts +171 -94
  305. package/dist-types/ts3.4/models/models_3.d.ts +108 -174
  306. package/dist-types/ts3.4/models/models_4.d.ts +187 -166
  307. package/dist-types/ts3.4/models/models_5.d.ts +215 -142
  308. package/dist-types/ts3.4/models/models_6.d.ts +255 -297
  309. package/dist-types/ts3.4/models/models_7.d.ts +366 -41
  310. package/dist-types/ts3.4/models/models_8.d.ts +40 -0
  311. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +144 -0
  312. package/package.json +1 -1
@@ -1,4 +1,36 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ export const EndDateType = {
3
+ limited: "limited",
4
+ unlimited: "unlimited",
5
+ };
6
+ export const InstanceMatchCriteria = {
7
+ open: "open",
8
+ targeted: "targeted",
9
+ };
10
+ export const CapacityReservationInstancePlatform = {
11
+ LINUX_UNIX: "Linux/UNIX",
12
+ LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise",
13
+ LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard",
14
+ LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web",
15
+ RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux",
16
+ RHEL_WITH_HA: "RHEL with HA",
17
+ RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise",
18
+ RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard",
19
+ RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise",
20
+ RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard",
21
+ RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web",
22
+ SUSE_LINUX: "SUSE Linux",
23
+ UBUNTU_PRO_LINUX: "Ubuntu Pro",
24
+ WINDOWS: "Windows",
25
+ WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server",
26
+ WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise",
27
+ WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard",
28
+ WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web",
29
+ };
30
+ export const CapacityReservationTenancy = {
31
+ dedicated: "dedicated",
32
+ default: "default",
33
+ };
2
34
  export const CapacityReservationType = {
3
35
  CAPACITY_BLOCK: "capacity-block",
4
36
  DEFAULT: "default",
@@ -336,6 +368,24 @@ export const _InstanceType = {
336
368
  i4i_large: "i4i.large",
337
369
  i4i_metal: "i4i.metal",
338
370
  i4i_xlarge: "i4i.xlarge",
371
+ i7ie_12xlarge: "i7ie.12xlarge",
372
+ i7ie_18xlarge: "i7ie.18xlarge",
373
+ i7ie_24xlarge: "i7ie.24xlarge",
374
+ i7ie_2xlarge: "i7ie.2xlarge",
375
+ i7ie_3xlarge: "i7ie.3xlarge",
376
+ i7ie_48xlarge: "i7ie.48xlarge",
377
+ i7ie_6xlarge: "i7ie.6xlarge",
378
+ i7ie_large: "i7ie.large",
379
+ i7ie_xlarge: "i7ie.xlarge",
380
+ i8g_12xlarge: "i8g.12xlarge",
381
+ i8g_16xlarge: "i8g.16xlarge",
382
+ i8g_24xlarge: "i8g.24xlarge",
383
+ i8g_2xlarge: "i8g.2xlarge",
384
+ i8g_4xlarge: "i8g.4xlarge",
385
+ i8g_8xlarge: "i8g.8xlarge",
386
+ i8g_large: "i8g.large",
387
+ i8g_metal_24xl: "i8g.metal-24xl",
388
+ i8g_xlarge: "i8g.xlarge",
339
389
  im4gn_16xlarge: "im4gn.16xlarge",
340
390
  im4gn_2xlarge: "im4gn.2xlarge",
341
391
  im4gn_4xlarge: "im4gn.4xlarge",
@@ -1220,6 +1270,11 @@ export const LaunchTemplateInstanceMetadataTagsState = {
1220
1270
  disabled: "disabled",
1221
1271
  enabled: "enabled",
1222
1272
  };
1273
+ export const InstanceBandwidthWeighting = {
1274
+ DEFAULT: "default",
1275
+ EBS_1: "ebs-1",
1276
+ VPC_1: "vpc-1",
1277
+ };
1223
1278
  export const LaunchTemplateInstanceMetadataOptionsState = {
1224
1279
  applied: "applied",
1225
1280
  pending: "pending",
@@ -1239,31 +1294,6 @@ export const LocalGatewayRouteTableMode = {
1239
1294
  coip: "coip",
1240
1295
  direct_vpc_routing: "direct-vpc-routing",
1241
1296
  };
1242
- export const PrefixListState = {
1243
- create_complete: "create-complete",
1244
- create_failed: "create-failed",
1245
- create_in_progress: "create-in-progress",
1246
- delete_complete: "delete-complete",
1247
- delete_failed: "delete-failed",
1248
- delete_in_progress: "delete-in-progress",
1249
- modify_complete: "modify-complete",
1250
- modify_failed: "modify-failed",
1251
- modify_in_progress: "modify-in-progress",
1252
- restore_complete: "restore-complete",
1253
- restore_failed: "restore-failed",
1254
- restore_in_progress: "restore-in-progress",
1255
- };
1256
- export const ConnectivityType = {
1257
- PRIVATE: "private",
1258
- PUBLIC: "public",
1259
- };
1260
- export const NatGatewayState = {
1261
- AVAILABLE: "available",
1262
- DELETED: "deleted",
1263
- DELETING: "deleting",
1264
- FAILED: "failed",
1265
- PENDING: "pending",
1266
- };
1267
1297
  export const KeyPairFilterSensitiveLog = (obj) => ({
1268
1298
  ...obj,
1269
1299
  ...(obj.KeyMaterial && { KeyMaterial: SENSITIVE_STRING }),
@@ -1,5 +1,30 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
+ export const PrefixListState = {
4
+ create_complete: "create-complete",
5
+ create_failed: "create-failed",
6
+ create_in_progress: "create-in-progress",
7
+ delete_complete: "delete-complete",
8
+ delete_failed: "delete-failed",
9
+ delete_in_progress: "delete-in-progress",
10
+ modify_complete: "modify-complete",
11
+ modify_failed: "modify-failed",
12
+ modify_in_progress: "modify-in-progress",
13
+ restore_complete: "restore-complete",
14
+ restore_failed: "restore-failed",
15
+ restore_in_progress: "restore-in-progress",
16
+ };
17
+ export const ConnectivityType = {
18
+ PRIVATE: "private",
19
+ PUBLIC: "public",
20
+ };
21
+ export const NatGatewayState = {
22
+ AVAILABLE: "available",
23
+ DELETED: "deleted",
24
+ DELETING: "deleting",
25
+ FAILED: "failed",
26
+ PENDING: "pending",
27
+ };
3
28
  export const RuleAction = {
4
29
  allow: "allow",
5
30
  deny: "deny",
@@ -228,13 +253,16 @@ export const TransitGatewayRouteTableAnnouncementState = {
228
253
  export const VerifiedAccessEndpointAttachmentType = {
229
254
  vpc: "vpc",
230
255
  };
231
- export const VerifiedAccessEndpointType = {
232
- load_balancer: "load-balancer",
233
- network_interface: "network-interface",
234
- };
235
256
  export const VerifiedAccessEndpointProtocol = {
236
257
  http: "http",
237
258
  https: "https",
259
+ tcp: "tcp",
260
+ };
261
+ export const VerifiedAccessEndpointType = {
262
+ cidr: "cidr",
263
+ load_balancer: "load-balancer",
264
+ network_interface: "network-interface",
265
+ rds: "rds",
238
266
  };
239
267
  export const VerifiedAccessEndpointStatusCode = {
240
268
  active: "active",
@@ -282,6 +310,8 @@ export const VpcEndpointType = {
282
310
  Gateway: "Gateway",
283
311
  GatewayLoadBalancer: "GatewayLoadBalancer",
284
312
  Interface: "Interface",
313
+ Resource: "Resource",
314
+ ServiceNetwork: "ServiceNetwork",
285
315
  };
286
316
  export const State = {
287
317
  Available: "Available",
@@ -289,6 +319,7 @@ export const State = {
289
319
  Deleting: "Deleting",
290
320
  Expired: "Expired",
291
321
  Failed: "Failed",
322
+ Partial: "Partial",
292
323
  Pending: "Pending",
293
324
  PendingAcceptance: "PendingAcceptance",
294
325
  Rejected: "Rejected",
@@ -347,21 +378,10 @@ export const TelemetryStatus = {
347
378
  DOWN: "DOWN",
348
379
  UP: "UP",
349
380
  };
350
- export const FleetStateCode = {
351
- ACTIVE: "active",
352
- DELETED: "deleted",
353
- DELETED_RUNNING: "deleted_running",
354
- DELETED_TERMINATING_INSTANCES: "deleted_terminating",
355
- FAILED: "failed",
356
- MODIFYING: "modifying",
357
- SUBMITTED: "submitted",
358
- };
359
- export const DeleteFleetErrorCode = {
360
- FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist",
361
- FLEET_ID_MALFORMED: "fleetIdMalformed",
362
- FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState",
363
- UNEXPECTED_ERROR: "unexpectedError",
364
- };
381
+ export const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
382
+ ...obj,
383
+ ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
384
+ });
365
385
  export const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
366
386
  ...obj,
367
387
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -371,6 +391,9 @@ export const CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj)
371
391
  ...(obj.OidcOptions && {
372
392
  OidcOptions: CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
373
393
  }),
394
+ ...(obj.NativeApplicationOidcOptions && {
395
+ NativeApplicationOidcOptions: CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(obj.NativeApplicationOidcOptions),
396
+ }),
374
397
  });
375
398
  export const CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
376
399
  ...obj,
@@ -1,5 +1,20 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { BundleTaskFilterSensitiveLog, VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
+ export const FleetStateCode = {
4
+ ACTIVE: "active",
5
+ DELETED: "deleted",
6
+ DELETED_RUNNING: "deleted_running",
7
+ DELETED_TERMINATING_INSTANCES: "deleted_terminating",
8
+ FAILED: "failed",
9
+ MODIFYING: "modifying",
10
+ SUBMITTED: "submitted",
11
+ };
12
+ export const DeleteFleetErrorCode = {
13
+ FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist",
14
+ FLEET_ID_MALFORMED: "fleetIdMalformed",
15
+ FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState",
16
+ UNEXPECTED_ERROR: "unexpectedError",
17
+ };
3
18
  export const LaunchTemplateErrorCode = {
4
19
  LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist",
5
20
  LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed",
@@ -100,6 +115,12 @@ export const ConversionTaskState = {
100
115
  cancelling: "cancelling",
101
116
  completed: "completed",
102
117
  };
118
+ export const ReportState = {
119
+ cancelled: "cancelled",
120
+ complete: "complete",
121
+ error: "error",
122
+ running: "running",
123
+ };
103
124
  export const ElasticGpuStatus = {
104
125
  Impaired: "IMPAIRED",
105
126
  Ok: "OK",
@@ -130,21 +151,6 @@ export const FleetEventType = {
130
151
  INSTANCE_CHANGE: "instance-change",
131
152
  SERVICE_ERROR: "service-error",
132
153
  };
133
- export const FleetActivityStatus = {
134
- ERROR: "error",
135
- FULFILLED: "fulfilled",
136
- PENDING_FULFILLMENT: "pending_fulfillment",
137
- PENDING_TERMINATION: "pending_termination",
138
- };
139
- export const FpgaImageAttributeName = {
140
- description: "description",
141
- loadPermission: "loadPermission",
142
- name: "name",
143
- productCodes: "productCodes",
144
- };
145
- export const PermissionGroup = {
146
- all: "all",
147
- };
148
154
  export const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
149
155
  ...obj,
150
156
  ...(obj.VerifiedAccessTrustProvider && {
@@ -1,5 +1,20 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_1";
3
+ export const FleetActivityStatus = {
4
+ ERROR: "error",
5
+ FULFILLED: "fulfilled",
6
+ PENDING_FULFILLMENT: "pending_fulfillment",
7
+ PENDING_TERMINATION: "pending_termination",
8
+ };
9
+ export const FpgaImageAttributeName = {
10
+ description: "description",
11
+ loadPermission: "loadPermission",
12
+ name: "name",
13
+ productCodes: "productCodes",
14
+ };
15
+ export const PermissionGroup = {
16
+ all: "all",
17
+ };
3
18
  export const ProductCodeValues = {
4
19
  devpay: "devpay",
5
20
  marketplace: "marketplace",
@@ -206,6 +221,11 @@ export const EphemeralNvmeSupport = {
206
221
  SUPPORTED: "supported",
207
222
  UNSUPPORTED: "unsupported",
208
223
  };
224
+ export const BandwidthWeightingType = {
225
+ DEFAULT: "default",
226
+ EBS_1: "ebs-1",
227
+ VPC_1: "vpc-1",
228
+ };
209
229
  export const EnaSupport = {
210
230
  required: "required",
211
231
  supported: "supported",
@@ -290,27 +310,6 @@ export const OfferingTypeValues = {
290
310
  No_Upfront: "No Upfront",
291
311
  Partial_Upfront: "Partial Upfront",
292
312
  };
293
- export const RIProductDescription = {
294
- Linux_UNIX: "Linux/UNIX",
295
- Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)",
296
- Windows: "Windows",
297
- Windows_Amazon_VPC_: "Windows (Amazon VPC)",
298
- };
299
- export const RecurringChargeFrequency = {
300
- Hourly: "Hourly",
301
- };
302
- export const Scope = {
303
- AVAILABILITY_ZONE: "Availability Zone",
304
- REGIONAL: "Region",
305
- };
306
- export const ReservedInstanceState = {
307
- active: "active",
308
- payment_failed: "payment-failed",
309
- payment_pending: "payment-pending",
310
- queued: "queued",
311
- queued_deleted: "queued-deleted",
312
- retired: "retired",
313
- };
314
313
  export const SnapshotDetailFilterSensitiveLog = (obj) => ({
315
314
  ...obj,
316
315
  ...(obj.Url && { Url: SENSITIVE_STRING }),
@@ -1,6 +1,27 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
3
  import { VpnConnectionFilterSensitiveLog, } from "./models_2";
4
+ export const RIProductDescription = {
5
+ Linux_UNIX: "Linux/UNIX",
6
+ Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)",
7
+ Windows: "Windows",
8
+ Windows_Amazon_VPC_: "Windows (Amazon VPC)",
9
+ };
10
+ export const RecurringChargeFrequency = {
11
+ Hourly: "Hourly",
12
+ };
13
+ export const Scope = {
14
+ AVAILABILITY_ZONE: "Availability Zone",
15
+ REGIONAL: "Region",
16
+ };
17
+ export const ReservedInstanceState = {
18
+ active: "active",
19
+ payment_failed: "payment-failed",
20
+ payment_pending: "payment-pending",
21
+ queued: "queued",
22
+ queued_deleted: "queued-deleted",
23
+ retired: "retired",
24
+ };
4
25
  export const SnapshotAttributeName = {
5
26
  createVolumePermission: "createVolumePermission",
6
27
  productCodes: "productCodes",
@@ -70,11 +91,19 @@ export const VpcAttributeName = {
70
91
  enableDnsSupport: "enableDnsSupport",
71
92
  enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics",
72
93
  };
94
+ export const VpcBlockPublicAccessExclusionsAllowed = {
95
+ allowed: "allowed",
96
+ not_allowed: "not-allowed",
97
+ };
73
98
  export const InternetGatewayBlockMode = {
74
99
  block_bidirectional: "block-bidirectional",
75
100
  block_ingress: "block-ingress",
76
101
  off: "off",
77
102
  };
103
+ export const ManagedBy = {
104
+ account: "account",
105
+ declarative_policy: "declarative-policy",
106
+ };
78
107
  export const VpcBlockPublicAccessState = {
79
108
  default_state: "default-state",
80
109
  update_complete: "update-complete",
@@ -94,9 +123,6 @@ export const TransitGatewayPropagationState = {
94
123
  enabled: "enabled",
95
124
  enabling: "enabling",
96
125
  };
97
- export const ImageBlockPublicAccessEnabledState = {
98
- block_new_sharing: "block-new-sharing",
99
- };
100
126
  export const SpotFleetLaunchSpecificationFilterSensitiveLog = (obj) => ({
101
127
  ...obj,
102
128
  ...(obj.UserData && { UserData: SENSITIVE_STRING }),
@@ -2,6 +2,9 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ResponseLaunchTemplateDataFilterSensitiveLog, } from "./models_1";
3
3
  import { ConversionTaskFilterSensitiveLog, } from "./models_3";
4
4
  import { SnapshotDetailFilterSensitiveLog, SnapshotTaskDetailFilterSensitiveLog, } from "./models_4";
5
+ export const ImageBlockPublicAccessEnabledState = {
6
+ block_new_sharing: "block-new-sharing",
7
+ };
5
8
  export const ClientCertificateRevocationListStatusCode = {
6
9
  active: "active",
7
10
  pending: "pending",
@@ -112,29 +115,16 @@ export const UnsuccessfulInstanceCreditSpecificationErrorCode = {
112
115
  INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound",
113
116
  INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed",
114
117
  };
115
- export const DefaultInstanceMetadataEndpointState = {
116
- disabled: "disabled",
117
- enabled: "enabled",
118
- no_preference: "no-preference",
119
- };
120
- export const MetadataDefaultHttpTokensState = {
121
- no_preference: "no-preference",
122
- optional: "optional",
123
- required: "required",
124
- };
125
- export const DefaultInstanceMetadataTagsState = {
126
- disabled: "disabled",
127
- enabled: "enabled",
128
- no_preference: "no-preference",
129
- };
130
- export const HostTenancy = {
131
- dedicated: "dedicated",
132
- default: "default",
133
- host: "host",
134
- };
135
- export const TargetStorageTier = {
136
- archive: "archive",
137
- };
118
+ export const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog = (obj) => ({
119
+ ...obj,
120
+ ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
121
+ });
122
+ export const ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog = (obj) => ({
123
+ ...obj,
124
+ ...(obj.UserTrustProvider && {
125
+ UserTrustProvider: VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog(obj.UserTrustProvider),
126
+ }),
127
+ });
138
128
  export const GetInstanceTpmEkPubResultFilterSensitiveLog = (obj) => ({
139
129
  ...obj,
140
130
  ...(obj.KeyValue && { KeyValue: SENSITIVE_STRING }),
@@ -2,6 +2,29 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
3
  import { VpnConnectionFilterSensitiveLog, } from "./models_2";
4
4
  import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
5
+ export const DefaultInstanceMetadataEndpointState = {
6
+ disabled: "disabled",
7
+ enabled: "enabled",
8
+ no_preference: "no-preference",
9
+ };
10
+ export const MetadataDefaultHttpTokensState = {
11
+ no_preference: "no-preference",
12
+ optional: "optional",
13
+ required: "required",
14
+ };
15
+ export const DefaultInstanceMetadataTagsState = {
16
+ disabled: "disabled",
17
+ enabled: "enabled",
18
+ no_preference: "no-preference",
19
+ };
20
+ export const HostTenancy = {
21
+ dedicated: "dedicated",
22
+ default: "default",
23
+ host: "host",
24
+ };
25
+ export const TargetStorageTier = {
26
+ archive: "archive",
27
+ };
5
28
  export const TrafficMirrorFilterRuleField = {
6
29
  description: "description",
7
30
  destination_port_range: "destination-port-range",
@@ -50,6 +73,10 @@ export const MembershipType = {
50
73
  igmp: "igmp",
51
74
  static: "static",
52
75
  };
76
+ export const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
77
+ ...obj,
78
+ ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
79
+ });
53
80
  export const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
54
81
  ...obj,
55
82
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -59,6 +86,9 @@ export const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj)
59
86
  ...(obj.OidcOptions && {
60
87
  OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
61
88
  }),
89
+ ...(obj.NativeApplicationOidcOptions && {
90
+ NativeApplicationOidcOptions: ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(obj.NativeApplicationOidcOptions),
91
+ }),
62
92
  });
63
93
  export const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
64
94
  ...obj,
@@ -0,0 +1 @@
1
+ export {};