@aws-sdk/client-ec2 3.875.0 → 3.878.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 (232) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +1242 -396
  3. package/dist-es/EC2.js +10 -0
  4. package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
  5. package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
  6. package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
  7. package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
  8. package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
  9. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_3.js +0 -8
  13. package/dist-es/models/models_4.js +19 -40
  14. package/dist-es/models/models_5.js +40 -18
  15. package/dist-es/models/models_6.js +18 -12
  16. package/dist-es/models/models_7.js +12 -0
  17. package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
  18. package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
  19. package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +3 -0
  21. package/dist-es/protocols/Aws_ec2.js +711 -25
  22. package/dist-es/waiters/index.js +1 -0
  23. package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
  24. package/dist-types/EC2.d.ts +37 -0
  25. package/dist-types/EC2Client.d.ts +7 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  32. package/dist-types/commands/CopyImageCommand.d.ts +92 -10
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +24 -8
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +105 -0
  49. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  60. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
  107. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +75 -0
  112. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
  113. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -2
  114. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
  115. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
  116. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
  117. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
  118. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -2
  122. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  124. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  132. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  134. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  135. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  136. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  137. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  138. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  139. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  140. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  141. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  143. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  144. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
  145. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  146. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  147. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  149. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  151. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  152. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  153. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  154. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  155. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  156. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  157. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  158. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  159. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  160. package/dist-types/commands/index.d.ts +5 -0
  161. package/dist-types/models/models_0.d.ts +1 -0
  162. package/dist-types/models/models_1.d.ts +146 -98
  163. package/dist-types/models/models_2.d.ts +80 -161
  164. package/dist-types/models/models_3.d.ts +190 -302
  165. package/dist-types/models/models_4.d.ts +886 -719
  166. package/dist-types/models/models_5.d.ts +1938 -1933
  167. package/dist-types/models/models_6.d.ts +1828 -1719
  168. package/dist-types/models/models_7.d.ts +4616 -4654
  169. package/dist-types/models/models_8.d.ts +547 -5
  170. package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
  171. package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
  172. package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
  173. package/dist-types/pagination/index.d.ts +3 -0
  174. package/dist-types/protocols/Aws_ec2.d.ts +45 -0
  175. package/dist-types/ts3.4/EC2.d.ts +87 -0
  176. package/dist-types/ts3.4/EC2Client.d.ts +30 -0
  177. package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
  178. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
  181. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +4 -2
  182. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
  186. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
  204. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  215. package/dist-types/ts3.4/models/models_1.d.ts +22 -17
  216. package/dist-types/ts3.4/models/models_2.d.ts +21 -35
  217. package/dist-types/ts3.4/models/models_3.d.ts +41 -59
  218. package/dist-types/ts3.4/models/models_4.d.ts +148 -153
  219. package/dist-types/ts3.4/models/models_5.d.ts +165 -123
  220. package/dist-types/ts3.4/models/models_6.d.ts +125 -122
  221. package/dist-types/ts3.4/models/models_7.d.ts +125 -127
  222. package/dist-types/ts3.4/models/models_8.d.ts +128 -1
  223. package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  227. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
  228. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  229. package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
  230. package/dist-types/waiters/index.d.ts +1 -0
  231. package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
  232. package/package.json +6 -6
@@ -148,6 +148,7 @@ export declare const ResourceType: {
148
148
  readonly fpga_image: "fpga-image";
149
149
  readonly host_reservation: "host-reservation";
150
150
  readonly image: "image";
151
+ readonly image_usage_report: "image-usage-report";
151
152
  readonly import_image_task: "import-image-task";
152
153
  readonly import_snapshot_task: "import-snapshot-task";
153
154
  readonly instance: "instance";
@@ -61,15 +61,15 @@ export interface CopyImageRequest {
61
61
  */
62
62
  ClientToken?: string | undefined;
63
63
  /**
64
- * <p>A description for the new AMI in the destination Region.</p>
64
+ * <p>A description for the new AMI.</p>
65
65
  * @public
66
66
  */
67
67
  Description?: string | undefined;
68
68
  /**
69
- * <p>Specifies whether the destination snapshots of the copied image should be encrypted. You
70
- * can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an
71
- * encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default
72
- * Key Management Service (KMS) KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html">Use encryption with
69
+ * <p>Specifies whether to encrypt the snapshots of the copied image.</p>
70
+ * <p>You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted
71
+ * copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a
72
+ * non-default Key Management Service (KMS) KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html">Use encryption with
73
73
  * EBS-backed AMIs</a> in the <i>Amazon EC2 User Guide</i>.</p>
74
74
  * @public
75
75
  */
@@ -101,7 +101,7 @@ export interface CopyImageRequest {
101
101
  */
102
102
  KmsKeyId?: string | undefined;
103
103
  /**
104
- * <p>The name of the new AMI in the destination Region.</p>
104
+ * <p>The name of the new AMI.</p>
105
105
  * @public
106
106
  */
107
107
  Name: string | undefined;
@@ -116,18 +116,21 @@ export interface CopyImageRequest {
116
116
  */
117
117
  SourceRegion: string | undefined;
118
118
  /**
119
- * <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only specify this
120
- * parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The AMI must be in the
121
- * Region of the destination Outpost. You cannot copy an AMI from an Outpost to a Region, from
122
- * one Outpost to another, or within the same Outpost.</p>
119
+ * <p>The Amazon Resource Name (ARN) of the Outpost for the new AMI.</p>
120
+ * <p>Only specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The
121
+ * AMI must be in the Region of the destination Outpost. You can't copy an AMI from an Outpost to
122
+ * a Region, from one Outpost to another, or within the same Outpost.</p>
123
123
  * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-amis">Copy AMIs from an Amazon Web Services Region
124
124
  * to an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
125
+ * <p>Only one of <code>DestinationAvailabilityZone</code>,
126
+ * <code>DestinationAvailabilityZoneId</code>, or <code>DestinationOutpostArn</code> can be
127
+ * specified.</p>
125
128
  * @public
126
129
  */
127
130
  DestinationOutpostArn?: string | undefined;
128
131
  /**
129
- * <p>Indicates whether to include your user-defined AMI tags when copying the AMI.</p>
130
- * <p>The following tags will not be copied:</p>
132
+ * <p>Specifies whether to copy your user-defined AMI tags to the new AMI.</p>
133
+ * <p>The following tags are not be copied:</p>
131
134
  * <ul>
132
135
  * <li>
133
136
  * <p>System tags (prefixed with <code>aws:</code>)</p>
@@ -167,11 +170,31 @@ export interface CopyImageRequest {
167
170
  * meet the timing target.</p>
168
171
  * <p>If you do not specify a value, the AMI copy operation is completed on a best-effort
169
172
  * basis.</p>
173
+ * <note>
174
+ * <p>This parameter is not supported when copying an AMI to or from a Local Zone, or to an
175
+ * Outpost.</p>
176
+ * </note>
170
177
  * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">Time-based copies for Amazon EBS snapshots and
171
178
  * EBS-backed AMIs</a>.</p>
172
179
  * @public
173
180
  */
174
181
  SnapshotCopyCompletionDurationMinutes?: number | undefined;
182
+ /**
183
+ * <p>The Local Zone for the new AMI (for example, <code>cn-north-1-pkx-1a</code>).</p>
184
+ * <p>Only one of <code>DestinationAvailabilityZone</code>,
185
+ * <code>DestinationAvailabilityZoneId</code>, or <code>DestinationOutpostArn</code> can be
186
+ * specified.</p>
187
+ * @public
188
+ */
189
+ DestinationAvailabilityZone?: string | undefined;
190
+ /**
191
+ * <p>The ID of the Local Zone for the new AMI (for example, <code>cnn1-pkx1-az1</code>).</p>
192
+ * <p>Only one of <code>DestinationAvailabilityZone</code>,
193
+ * <code>DestinationAvailabilityZoneId</code>, or <code>DestinationOutpostArn</code> can be
194
+ * specified.</p>
195
+ * @public
196
+ */
197
+ DestinationAvailabilityZoneId?: string | undefined;
175
198
  /**
176
199
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
177
200
  * and provides an error response. If you have the required permissions, the error response is
@@ -201,14 +224,13 @@ export interface CopySnapshotRequest {
201
224
  */
202
225
  Description?: string | undefined;
203
226
  /**
204
- * <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the snapshot. Only
205
- * specify this parameter when copying a snapshot from an Amazon Web Services Region to an Outpost.
206
- * The snapshot must be in the Region for the destination Outpost. You cannot copy a
207
- * snapshot from an Outpost to a Region, from one Outpost to another, or within the same
208
- * Outpost.</p>
227
+ * <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the snapshot.</p>
228
+ * <note>
229
+ * <p>Only supported when copying a snapshot to an Outpost.</p>
230
+ * </note>
209
231
  * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-snapshots">
210
232
  * Copy snapshots from an Amazon Web Services Region to an Outpost</a> in the
211
- * <i>Amazon EBS User Guide</i>.</p>
233
+ * <i>Amazon EBS User Guide</i>.</p>
212
234
  * @public
213
235
  */
214
236
  DestinationOutpostArn?: string | undefined;
@@ -289,7 +311,10 @@ export interface CopySnapshotRequest {
289
311
  */
290
312
  TagSpecifications?: TagSpecification[] | undefined;
291
313
  /**
292
- * <p>Specify a completion duration, in 15 minute increments, to initiate a time-based snapshot
314
+ * <note>
315
+ * <p>Not supported when copying snapshots to or from Local Zones or Outposts.</p>
316
+ * </note>
317
+ * <p>Specify a completion duration, in 15 minute increments, to initiate a time-based snapshot
293
318
  * copy. Time-based snapshot copy operations complete within the specified duration. For more
294
319
  * information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">
295
320
  * Time-based copies</a>.</p>
@@ -298,6 +323,15 @@ export interface CopySnapshotRequest {
298
323
  * @public
299
324
  */
300
325
  CompletionDurationMinutes?: number | undefined;
326
+ /**
327
+ * <p>The Local Zone, for example, <code>cn-north-1-pkx-1a</code> to which to copy the
328
+ * snapshot.</p>
329
+ * <note>
330
+ * <p>Only supported when copying a snapshot to a Local Zone.</p>
331
+ * </note>
332
+ * @public
333
+ */
334
+ DestinationAvailabilityZone?: string | undefined;
301
335
  /**
302
336
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
303
337
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7597,6 +7631,99 @@ export interface CreateImageResult {
7597
7631
  */
7598
7632
  ImageId?: string | undefined;
7599
7633
  }
7634
+ /**
7635
+ * <p>The options that affect the scope of the report.</p>
7636
+ * @public
7637
+ */
7638
+ export interface ImageUsageResourceTypeOptionRequest {
7639
+ /**
7640
+ * <p>The name of the option.</p>
7641
+ * <p>Valid value: <code>version-depth</code> - The number of launch template versions to
7642
+ * check.</p>
7643
+ * @public
7644
+ */
7645
+ OptionName?: string | undefined;
7646
+ /**
7647
+ * <p>A value for the specified option.</p>
7648
+ * <p>Valid values: Integers between <code>1</code> and <code>10000</code>
7649
+ * </p>
7650
+ * <p>Default: <code>20</code>
7651
+ * </p>
7652
+ * @public
7653
+ */
7654
+ OptionValues?: string[] | undefined;
7655
+ }
7656
+ /**
7657
+ * <p>A resource type to include in the report. Associated options can also be specified if the
7658
+ * resource type is a launch template.</p>
7659
+ * @public
7660
+ */
7661
+ export interface ImageUsageResourceTypeRequest {
7662
+ /**
7663
+ * <p>The resource type.</p>
7664
+ * <p>Valid values: <code>ec2:Instance</code> | <code>ec2:LaunchTemplate</code>
7665
+ * </p>
7666
+ * @public
7667
+ */
7668
+ ResourceType?: string | undefined;
7669
+ /**
7670
+ * <p>The options that affect the scope of the report. Valid only when <code>ResourceType</code>
7671
+ * is <code>ec2:LaunchTemplate</code>.</p>
7672
+ * @public
7673
+ */
7674
+ ResourceTypeOptions?: ImageUsageResourceTypeOptionRequest[] | undefined;
7675
+ }
7676
+ /**
7677
+ * @public
7678
+ */
7679
+ export interface CreateImageUsageReportRequest {
7680
+ /**
7681
+ * <p>The ID of the image to report on.</p>
7682
+ * @public
7683
+ */
7684
+ ImageId: string | undefined;
7685
+ /**
7686
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7687
+ * and provides an error response. If you have the required permissions, the error response is
7688
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7689
+ * @public
7690
+ */
7691
+ DryRun?: boolean | undefined;
7692
+ /**
7693
+ * <p>The resource types to include in the report.</p>
7694
+ * @public
7695
+ */
7696
+ ResourceTypes: ImageUsageResourceTypeRequest[] | undefined;
7697
+ /**
7698
+ * <p>The Amazon Web Services account IDs to include in the report. To include all accounts, omit this
7699
+ * parameter.</p>
7700
+ * @public
7701
+ */
7702
+ AccountIds?: string[] | undefined;
7703
+ /**
7704
+ * <p>A unique, case-sensitive identifier that you provide to ensure idempotency of the request.</p>
7705
+ * @public
7706
+ */
7707
+ ClientToken?: string | undefined;
7708
+ /**
7709
+ * <p>The tags to apply to the report on creation. The <code>ResourceType</code> must be set to
7710
+ * <code>image-usage-report</code>; any other value will cause the report creation to
7711
+ * fail.</p>
7712
+ * <p>To tag a report after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
7713
+ * @public
7714
+ */
7715
+ TagSpecifications?: TagSpecification[] | undefined;
7716
+ }
7717
+ /**
7718
+ * @public
7719
+ */
7720
+ export interface CreateImageUsageReportResult {
7721
+ /**
7722
+ * <p>The ID of the report.</p>
7723
+ * @public
7724
+ */
7725
+ ReportId?: string | undefined;
7726
+ }
7600
7727
  /**
7601
7728
  * @public
7602
7729
  * @enum
@@ -11320,85 +11447,6 @@ export interface LaunchTemplateIamInstanceProfileSpecification {
11320
11447
  */
11321
11448
  Name?: string | undefined;
11322
11449
  }
11323
- /**
11324
- * <p>The options for Spot Instances.</p>
11325
- * @public
11326
- */
11327
- export interface LaunchTemplateSpotMarketOptions {
11328
- /**
11329
- * <p>The maximum hourly price you're willing to pay for a Spot Instance. We do not
11330
- * recommend using this parameter because it can lead to increased interruptions. If you do
11331
- * not specify this parameter, you will pay the current Spot price. If you do specify this
11332
- * parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will
11333
- * result in an <code>InvalidParameterValue</code> error message when the launch template
11334
- * is used to launch an instance.</p>
11335
- * @public
11336
- */
11337
- MaxPrice?: string | undefined;
11338
- /**
11339
- * <p>The Spot Instance request type.</p>
11340
- * @public
11341
- */
11342
- SpotInstanceType?: SpotInstanceType | undefined;
11343
- /**
11344
- * <p>The required duration for the Spot Instances (also known as Spot blocks), in minutes.
11345
- * This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).</p>
11346
- * @public
11347
- */
11348
- BlockDurationMinutes?: number | undefined;
11349
- /**
11350
- * <p>The end date of the request. For a one-time request, the request remains active until
11351
- * all instances launch, the request is canceled, or this date is reached. If the request
11352
- * is persistent, it remains active until it is canceled or this date and time is
11353
- * reached.</p>
11354
- * @public
11355
- */
11356
- ValidUntil?: Date | undefined;
11357
- /**
11358
- * <p>The behavior when a Spot Instance is interrupted.</p>
11359
- * @public
11360
- */
11361
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
11362
- }
11363
- /**
11364
- * <p>The market (purchasing) option for the instances.</p>
11365
- * @public
11366
- */
11367
- export interface LaunchTemplateInstanceMarketOptions {
11368
- /**
11369
- * <p>The market type.</p>
11370
- * @public
11371
- */
11372
- MarketType?: MarketType | undefined;
11373
- /**
11374
- * <p>The options for Spot Instances.</p>
11375
- * @public
11376
- */
11377
- SpotOptions?: LaunchTemplateSpotMarketOptions | undefined;
11378
- }
11379
- /**
11380
- * <p>Describes a license configuration.</p>
11381
- * @public
11382
- */
11383
- export interface LaunchTemplateLicenseConfiguration {
11384
- /**
11385
- * <p>The Amazon Resource Name (ARN) of the license configuration.</p>
11386
- * @public
11387
- */
11388
- LicenseConfigurationArn?: string | undefined;
11389
- }
11390
- /**
11391
- * <p>The maintenance options of your instance.</p>
11392
- * @public
11393
- */
11394
- export interface LaunchTemplateInstanceMaintenanceOptions {
11395
- /**
11396
- * <p>Disables the automatic recovery behavior of your instance or sets it to
11397
- * default.</p>
11398
- * @public
11399
- */
11400
- AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
11401
- }
11402
11450
  /**
11403
11451
  * @internal
11404
11452
  */
@@ -1,5 +1,84 @@
1
1
  import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment } from "./models_0";
2
- import { _InstanceType, ConnectionTrackingSpecificationRequest, CreditSpecification, ElasticGpuSpecificationResponse, HostnameType, InstanceBandwidthWeighting, InstanceRequirements, IpAddressType, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateBlockDeviceMapping, LaunchTemplateCapacityReservationSpecificationResponse, LaunchTemplateCpuOptions, LaunchTemplateElasticInferenceAcceleratorResponse, LaunchTemplateEnclaveOptions, LaunchTemplateHibernationOptions, LaunchTemplateHttpTokensState, LaunchTemplateIamInstanceProfileSpecification, LaunchTemplateInstanceMaintenanceOptions, LaunchTemplateInstanceMarketOptions, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LaunchTemplateLicenseConfiguration, MacModificationTask, MacSystemIntegrityProtectionSettingStatus, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ShutdownBehavior, SnapshotLocationEnum, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
2
+ import { _InstanceType, ConnectionTrackingSpecificationRequest, CreditSpecification, ElasticGpuSpecificationResponse, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateAutoRecoveryState, LaunchTemplateBlockDeviceMapping, LaunchTemplateCapacityReservationSpecificationResponse, LaunchTemplateCpuOptions, LaunchTemplateElasticInferenceAcceleratorResponse, LaunchTemplateEnclaveOptions, LaunchTemplateHibernationOptions, LaunchTemplateHttpTokensState, LaunchTemplateIamInstanceProfileSpecification, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, MacModificationTask, MacSystemIntegrityProtectionSettingStatus, MarketType, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ShutdownBehavior, SnapshotLocationEnum, SpotInstanceType, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>The options for Spot Instances.</p>
5
+ * @public
6
+ */
7
+ export interface LaunchTemplateSpotMarketOptions {
8
+ /**
9
+ * <p>The maximum hourly price you're willing to pay for a Spot Instance. We do not
10
+ * recommend using this parameter because it can lead to increased interruptions. If you do
11
+ * not specify this parameter, you will pay the current Spot price. If you do specify this
12
+ * parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will
13
+ * result in an <code>InvalidParameterValue</code> error message when the launch template
14
+ * is used to launch an instance.</p>
15
+ * @public
16
+ */
17
+ MaxPrice?: string | undefined;
18
+ /**
19
+ * <p>The Spot Instance request type.</p>
20
+ * @public
21
+ */
22
+ SpotInstanceType?: SpotInstanceType | undefined;
23
+ /**
24
+ * <p>The required duration for the Spot Instances (also known as Spot blocks), in minutes.
25
+ * This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).</p>
26
+ * @public
27
+ */
28
+ BlockDurationMinutes?: number | undefined;
29
+ /**
30
+ * <p>The end date of the request. For a one-time request, the request remains active until
31
+ * all instances launch, the request is canceled, or this date is reached. If the request
32
+ * is persistent, it remains active until it is canceled or this date and time is
33
+ * reached.</p>
34
+ * @public
35
+ */
36
+ ValidUntil?: Date | undefined;
37
+ /**
38
+ * <p>The behavior when a Spot Instance is interrupted.</p>
39
+ * @public
40
+ */
41
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
42
+ }
43
+ /**
44
+ * <p>The market (purchasing) option for the instances.</p>
45
+ * @public
46
+ */
47
+ export interface LaunchTemplateInstanceMarketOptions {
48
+ /**
49
+ * <p>The market type.</p>
50
+ * @public
51
+ */
52
+ MarketType?: MarketType | undefined;
53
+ /**
54
+ * <p>The options for Spot Instances.</p>
55
+ * @public
56
+ */
57
+ SpotOptions?: LaunchTemplateSpotMarketOptions | undefined;
58
+ }
59
+ /**
60
+ * <p>Describes a license configuration.</p>
61
+ * @public
62
+ */
63
+ export interface LaunchTemplateLicenseConfiguration {
64
+ /**
65
+ * <p>The Amazon Resource Name (ARN) of the license configuration.</p>
66
+ * @public
67
+ */
68
+ LicenseConfigurationArn?: string | undefined;
69
+ }
70
+ /**
71
+ * <p>The maintenance options of your instance.</p>
72
+ * @public
73
+ */
74
+ export interface LaunchTemplateInstanceMaintenanceOptions {
75
+ /**
76
+ * <p>Disables the automatic recovery behavior of your instance or sets it to
77
+ * default.</p>
78
+ * @public
79
+ */
80
+ AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
81
+ }
3
82
  /**
4
83
  * @public
5
84
  * @enum
@@ -9355,166 +9434,6 @@ export declare const VpcEndpointType: {
9355
9434
  * @public
9356
9435
  */
9357
9436
  export type VpcEndpointType = (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
9358
- /**
9359
- * @public
9360
- */
9361
- export interface CreateVpcEndpointRequest {
9362
- /**
9363
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9364
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9365
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9366
- * @public
9367
- */
9368
- DryRun?: boolean | undefined;
9369
- /**
9370
- * <p>The type of endpoint.</p>
9371
- * <p>Default: Gateway</p>
9372
- * @public
9373
- */
9374
- VpcEndpointType?: VpcEndpointType | undefined;
9375
- /**
9376
- * <p>The ID of the VPC.</p>
9377
- * @public
9378
- */
9379
- VpcId: string | undefined;
9380
- /**
9381
- * <p>The name of the endpoint service.</p>
9382
- * @public
9383
- */
9384
- ServiceName?: string | undefined;
9385
- /**
9386
- * <p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the
9387
- * service. The policy must be in valid JSON format. If this parameter is not specified, we
9388
- * attach a default policy that allows full access to the service.</p>
9389
- * @public
9390
- */
9391
- PolicyDocument?: string | undefined;
9392
- /**
9393
- * <p>(Gateway endpoint) The route table IDs.</p>
9394
- * @public
9395
- */
9396
- RouteTableIds?: string[] | undefined;
9397
- /**
9398
- * <p>(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create endpoint
9399
- * network interfaces. For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>
9400
- * @public
9401
- */
9402
- SubnetIds?: string[] | undefined;
9403
- /**
9404
- * <p>(Interface endpoint) The IDs of the security groups to associate with the
9405
- * endpoint network interfaces. If this parameter is not specified, we use the default
9406
- * security group for the VPC.</p>
9407
- * @public
9408
- */
9409
- SecurityGroupIds?: string[] | undefined;
9410
- /**
9411
- * <p>The IP address type for the endpoint.</p>
9412
- * @public
9413
- */
9414
- IpAddressType?: IpAddressType | undefined;
9415
- /**
9416
- * <p>The DNS options for the endpoint.</p>
9417
- * @public
9418
- */
9419
- DnsOptions?: DnsOptionsSpecification | undefined;
9420
- /**
9421
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
9422
- * request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
9423
- * idempotency</a>.</p>
9424
- * @public
9425
- */
9426
- ClientToken?: string | undefined;
9427
- /**
9428
- * <p>(Interface endpoint) Indicates whether to associate a private hosted zone with the
9429
- * specified VPC. The private hosted zone contains a record set for the default public DNS
9430
- * name for the service for the Region (for example,
9431
- * <code>kinesis.us-east-1.amazonaws.com</code>), which resolves to the private IP
9432
- * addresses of the endpoint network interfaces in the VPC. This enables you to make
9433
- * requests to the default public DNS name for the service instead of the public DNS names
9434
- * that are automatically generated by the VPC endpoint service.</p>
9435
- * <p>To use a private hosted zone, you must set the following VPC attributes to
9436
- * <code>true</code>: <code>enableDnsHostnames</code> and
9437
- * <code>enableDnsSupport</code>. Use <a>ModifyVpcAttribute</a> to set the VPC
9438
- * attributes.</p>
9439
- * @public
9440
- */
9441
- PrivateDnsEnabled?: boolean | undefined;
9442
- /**
9443
- * <p>The tags to associate with the endpoint.</p>
9444
- * @public
9445
- */
9446
- TagSpecifications?: TagSpecification[] | undefined;
9447
- /**
9448
- * <p>The subnet configurations for the endpoint.</p>
9449
- * @public
9450
- */
9451
- SubnetConfigurations?: SubnetConfiguration[] | undefined;
9452
- /**
9453
- * <p>The Amazon Resource Name (ARN) of a service network that will be associated with the VPC
9454
- * endpoint of type service-network.</p>
9455
- * @public
9456
- */
9457
- ServiceNetworkArn?: string | undefined;
9458
- /**
9459
- * <p>The Amazon Resource Name (ARN) of a resource configuration that will be associated with
9460
- * the VPC endpoint of type resource.</p>
9461
- * @public
9462
- */
9463
- ResourceConfigurationArn?: string | undefined;
9464
- /**
9465
- * <p>The Region where the service is hosted. The default is the current Region.</p>
9466
- * @public
9467
- */
9468
- ServiceRegion?: string | undefined;
9469
- }
9470
- /**
9471
- * <p>Describes a DNS entry.</p>
9472
- * @public
9473
- */
9474
- export interface DnsEntry {
9475
- /**
9476
- * <p>The DNS name.</p>
9477
- * @public
9478
- */
9479
- DnsName?: string | undefined;
9480
- /**
9481
- * <p>The ID of the private hosted zone.</p>
9482
- * @public
9483
- */
9484
- HostedZoneId?: string | undefined;
9485
- }
9486
- /**
9487
- * <p>Describes the DNS options for an endpoint.</p>
9488
- * @public
9489
- */
9490
- export interface DnsOptions {
9491
- /**
9492
- * <p>The DNS records created for the endpoint.</p>
9493
- * @public
9494
- */
9495
- DnsRecordIpType?: DnsRecordIpType | undefined;
9496
- /**
9497
- * <p>Indicates whether to enable private DNS only for inbound endpoints.</p>
9498
- * @public
9499
- */
9500
- PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
9501
- }
9502
- /**
9503
- * <p>Describes a security group.</p>
9504
- * @public
9505
- */
9506
- export interface SecurityGroupIdentifier {
9507
- /**
9508
- * <p>The ID of the security group.</p>
9509
- * @public
9510
- */
9511
- GroupId?: string | undefined;
9512
- /**
9513
- * <p>The name of the security group.</p>
9514
- * @public
9515
- */
9516
- GroupName?: string | undefined;
9517
- }
9518
9437
  /**
9519
9438
  * @internal
9520
9439
  */