@aws-sdk/client-ec2 3.664.0 → 3.666.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 (168) hide show
  1. package/dist-cjs/index.js +1546 -1537
  2. package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
  3. package/dist-es/models/models_2.js +1 -1
  4. package/dist-es/models/models_6.js +1 -1
  5. package/dist-es/models/models_7.js +4 -0
  6. package/dist-es/protocols/Aws_ec2.js +1548 -1545
  7. package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
  8. package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
  9. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
  10. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
  11. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  12. package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
  13. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
  14. package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
  15. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
  16. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
  17. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
  18. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
  19. package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
  20. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
  21. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
  22. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
  23. package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
  24. package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
  25. package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
  26. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  27. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  28. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
  30. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
  31. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
  32. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
  33. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateImageCommand.d.ts +18 -18
  36. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
  38. package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
  39. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  40. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
  41. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
  42. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
  44. package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
  45. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  46. package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
  47. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
  50. package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
  51. package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
  52. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
  53. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
  54. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
  55. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
  57. package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
  58. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
  60. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
  61. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
  62. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
  63. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
  65. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
  66. package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
  67. package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
  68. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
  70. package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
  71. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
  72. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
  73. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
  74. package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
  75. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
  76. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
  77. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
  78. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
  79. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
  80. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
  81. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
  82. package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
  83. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
  84. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
  85. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
  86. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
  87. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
  88. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
  89. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
  90. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
  91. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
  92. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
  93. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
  94. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
  95. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
  96. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
  97. package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
  98. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
  99. package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
  100. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
  103. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
  104. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
  105. package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
  106. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
  107. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
  108. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  109. package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
  110. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  111. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  112. package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
  113. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
  114. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  115. package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
  116. package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
  117. package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
  118. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  119. package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
  120. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  121. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
  122. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
  123. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
  124. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
  125. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
  126. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
  127. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +6 -6
  128. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
  129. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
  130. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
  131. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  132. package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
  133. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  134. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
  135. package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
  136. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  137. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
  138. package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
  139. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
  140. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  141. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
  142. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
  143. package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
  144. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  145. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  146. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  147. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
  148. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
  149. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
  150. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
  151. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
  152. package/dist-types/models/models_0.d.ts +264 -265
  153. package/dist-types/models/models_1.d.ts +230 -230
  154. package/dist-types/models/models_2.d.ts +378 -381
  155. package/dist-types/models/models_3.d.ts +217 -217
  156. package/dist-types/models/models_4.d.ts +851 -851
  157. package/dist-types/models/models_5.d.ts +203 -203
  158. package/dist-types/models/models_6.d.ts +228 -220
  159. package/dist-types/models/models_7.d.ts +340 -334
  160. package/dist-types/ts3.4/models/models_0.d.ts +56 -56
  161. package/dist-types/ts3.4/models/models_1.d.ts +41 -41
  162. package/dist-types/ts3.4/models/models_2.d.ts +71 -71
  163. package/dist-types/ts3.4/models/models_3.d.ts +27 -27
  164. package/dist-types/ts3.4/models/models_4.d.ts +112 -112
  165. package/dist-types/ts3.4/models/models_5.d.ts +27 -27
  166. package/dist-types/ts3.4/models/models_6.d.ts +42 -41
  167. package/dist-types/ts3.4/models/models_7.d.ts +64 -61
  168. package/package.json +13 -13
@@ -969,6 +969,11 @@ export interface PurchaseReservedInstancesOfferingRequest {
969
969
  * @public
970
970
  */
971
971
  ReservedInstancesOfferingId: string | undefined;
972
+ /**
973
+ * <p>The time at which to purchase the Reserved Instance, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
974
+ * @public
975
+ */
976
+ PurchaseTime?: Date;
972
977
  /**
973
978
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
974
979
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -981,11 +986,6 @@ export interface PurchaseReservedInstancesOfferingRequest {
981
986
  * @public
982
987
  */
983
988
  LimitPrice?: ReservedInstanceLimitPrice;
984
- /**
985
- * <p>The time at which to purchase the Reserved Instance, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
986
- * @public
987
- */
988
- PurchaseTime?: Date;
989
989
  }
990
990
  /**
991
991
  * <p>Contains the output of PurchaseReservedInstancesOffering.</p>
@@ -1081,52 +1081,6 @@ export interface RegisterImageRequest {
1081
1081
  * @public
1082
1082
  */
1083
1083
  ImageLocation?: string;
1084
- /**
1085
- * <p>The architecture of the AMI.</p>
1086
- * <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>.
1087
- * For instance store-backed AMIs, the architecture specified in the manifest file.</p>
1088
- * @public
1089
- */
1090
- Architecture?: ArchitectureValues;
1091
- /**
1092
- * <p>The block device mapping entries.</p>
1093
- * <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.</p>
1094
- * <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same
1095
- * Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can
1096
- * be used to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
1097
- * snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
1098
- * @public
1099
- */
1100
- BlockDeviceMappings?: BlockDeviceMapping[];
1101
- /**
1102
- * <p>A description for your AMI.</p>
1103
- * @public
1104
- */
1105
- Description?: string;
1106
- /**
1107
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
1108
- * and provides an error response. If you have the required permissions, the error response is
1109
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1110
- * @public
1111
- */
1112
- DryRun?: boolean;
1113
- /**
1114
- * <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.</p>
1115
- * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
1116
- * @public
1117
- */
1118
- EnaSupport?: boolean;
1119
- /**
1120
- * <p>The ID of the kernel.</p>
1121
- * @public
1122
- */
1123
- KernelId?: string;
1124
- /**
1125
- * <p>A name for your AMI.</p>
1126
- * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
1127
- * @public
1128
- */
1129
- Name: string | undefined;
1130
1084
  /**
1131
1085
  * <p>The billing product codes. Your account must be authorized to specify billing product codes.</p>
1132
1086
  * <p>If your account is not authorized to specify billing product codes, you can publish AMIs
@@ -1137,30 +1091,6 @@ export interface RegisterImageRequest {
1137
1091
  * @public
1138
1092
  */
1139
1093
  BillingProducts?: string[];
1140
- /**
1141
- * <p>The ID of the RAM disk.</p>
1142
- * @public
1143
- */
1144
- RamdiskId?: string;
1145
- /**
1146
- * <p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
1147
- * @public
1148
- */
1149
- RootDeviceName?: string;
1150
- /**
1151
- * <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.</p>
1152
- * <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
1153
- * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
1154
- * @public
1155
- */
1156
- SriovNetSupport?: string;
1157
- /**
1158
- * <p>The type of virtualization (<code>hvm</code> | <code>paravirtual</code>).</p>
1159
- * <p>Default: <code>paravirtual</code>
1160
- * </p>
1161
- * @public
1162
- */
1163
- VirtualizationType?: string;
1164
1094
  /**
1165
1095
  * <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI supports both UEFI and Legacy BIOS.</p>
1166
1096
  * <note>
@@ -1207,6 +1137,76 @@ export interface RegisterImageRequest {
1207
1137
  * @public
1208
1138
  */
1209
1139
  TagSpecifications?: TagSpecification[];
1140
+ /**
1141
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1142
+ * and provides an error response. If you have the required permissions, the error response is
1143
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1144
+ * @public
1145
+ */
1146
+ DryRun?: boolean;
1147
+ /**
1148
+ * <p>A name for your AMI.</p>
1149
+ * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
1150
+ * @public
1151
+ */
1152
+ Name: string | undefined;
1153
+ /**
1154
+ * <p>A description for your AMI.</p>
1155
+ * @public
1156
+ */
1157
+ Description?: string;
1158
+ /**
1159
+ * <p>The architecture of the AMI.</p>
1160
+ * <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>.
1161
+ * For instance store-backed AMIs, the architecture specified in the manifest file.</p>
1162
+ * @public
1163
+ */
1164
+ Architecture?: ArchitectureValues;
1165
+ /**
1166
+ * <p>The ID of the kernel.</p>
1167
+ * @public
1168
+ */
1169
+ KernelId?: string;
1170
+ /**
1171
+ * <p>The ID of the RAM disk.</p>
1172
+ * @public
1173
+ */
1174
+ RamdiskId?: string;
1175
+ /**
1176
+ * <p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
1177
+ * @public
1178
+ */
1179
+ RootDeviceName?: string;
1180
+ /**
1181
+ * <p>The block device mapping entries.</p>
1182
+ * <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.</p>
1183
+ * <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same
1184
+ * Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can
1185
+ * be used to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
1186
+ * snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
1187
+ * @public
1188
+ */
1189
+ BlockDeviceMappings?: BlockDeviceMapping[];
1190
+ /**
1191
+ * <p>The type of virtualization (<code>hvm</code> | <code>paravirtual</code>).</p>
1192
+ * <p>Default: <code>paravirtual</code>
1193
+ * </p>
1194
+ * @public
1195
+ */
1196
+ VirtualizationType?: string;
1197
+ /**
1198
+ * <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.</p>
1199
+ * <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
1200
+ * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
1201
+ * @public
1202
+ */
1203
+ SriovNetSupport?: string;
1204
+ /**
1205
+ * <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.</p>
1206
+ * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</p>
1207
+ * @public
1208
+ */
1209
+ EnaSupport?: boolean;
1210
1210
  }
1211
1211
  /**
1212
1212
  * <p>Contains the output of RegisterImage.</p>
@@ -1652,11 +1652,6 @@ export interface ReplaceIamInstanceProfileAssociationResult {
1652
1652
  * @public
1653
1653
  */
1654
1654
  export interface ReplaceNetworkAclAssociationRequest {
1655
- /**
1656
- * <p>The ID of the current association between the original network ACL and the subnet.</p>
1657
- * @public
1658
- */
1659
- AssociationId: string | undefined;
1660
1655
  /**
1661
1656
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
1662
1657
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -1664,6 +1659,11 @@ export interface ReplaceNetworkAclAssociationRequest {
1664
1659
  * @public
1665
1660
  */
1666
1661
  DryRun?: boolean;
1662
+ /**
1663
+ * <p>The ID of the current association between the original network ACL and the subnet.</p>
1664
+ * @public
1665
+ */
1666
+ AssociationId: string | undefined;
1667
1667
  /**
1668
1668
  * <p>The ID of the new network ACL to associate with the subnet.</p>
1669
1669
  * @public
@@ -1684,12 +1684,6 @@ export interface ReplaceNetworkAclAssociationResult {
1684
1684
  * @public
1685
1685
  */
1686
1686
  export interface ReplaceNetworkAclEntryRequest {
1687
- /**
1688
- * <p>The IPv4 network range to allow or deny, in CIDR notation (for example
1689
- * <code>172.16.0.0/24</code>).</p>
1690
- * @public
1691
- */
1692
- CidrBlock?: string;
1693
1687
  /**
1694
1688
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
1695
1689
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -1697,35 +1691,16 @@ export interface ReplaceNetworkAclEntryRequest {
1697
1691
  * @public
1698
1692
  */
1699
1693
  DryRun?: boolean;
1700
- /**
1701
- * <p>Indicates whether to replace the egress rule.</p>
1702
- * <p>Default: If no value is specified, we replace the ingress rule.</p>
1703
- * @public
1704
- */
1705
- Egress: boolean | undefined;
1706
- /**
1707
- * <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
1708
- * 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
1709
- * @public
1710
- */
1711
- IcmpTypeCode?: IcmpTypeCode;
1712
- /**
1713
- * <p>The IPv6 network range to allow or deny, in CIDR notation (for example
1714
- * <code>2001:bd8:1234:1a00::/64</code>).</p>
1715
- * @public
1716
- */
1717
- Ipv6CidrBlock?: string;
1718
1694
  /**
1719
1695
  * <p>The ID of the ACL.</p>
1720
1696
  * @public
1721
1697
  */
1722
1698
  NetworkAclId: string | undefined;
1723
1699
  /**
1724
- * <p>TCP or UDP protocols: The range of ports the rule applies to.
1725
- * Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
1700
+ * <p>The rule number of the entry to replace.</p>
1726
1701
  * @public
1727
1702
  */
1728
- PortRange?: PortRange;
1703
+ RuleNumber: number | undefined;
1729
1704
  /**
1730
1705
  * <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
1731
1706
  * protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
@@ -1742,114 +1717,134 @@ export interface ReplaceNetworkAclEntryRequest {
1742
1717
  */
1743
1718
  RuleAction: RuleAction | undefined;
1744
1719
  /**
1745
- * <p>The rule number of the entry to replace.</p>
1720
+ * <p>Indicates whether to replace the egress rule.</p>
1721
+ * <p>Default: If no value is specified, we replace the ingress rule.</p>
1746
1722
  * @public
1747
1723
  */
1748
- RuleNumber: number | undefined;
1724
+ Egress: boolean | undefined;
1725
+ /**
1726
+ * <p>The IPv4 network range to allow or deny, in CIDR notation (for example
1727
+ * <code>172.16.0.0/24</code>).</p>
1728
+ * @public
1729
+ */
1730
+ CidrBlock?: string;
1731
+ /**
1732
+ * <p>The IPv6 network range to allow or deny, in CIDR notation (for example
1733
+ * <code>2001:bd8:1234:1a00::/64</code>).</p>
1734
+ * @public
1735
+ */
1736
+ Ipv6CidrBlock?: string;
1737
+ /**
1738
+ * <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
1739
+ * 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
1740
+ * @public
1741
+ */
1742
+ IcmpTypeCode?: IcmpTypeCode;
1743
+ /**
1744
+ * <p>TCP or UDP protocols: The range of ports the rule applies to.
1745
+ * Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
1746
+ * @public
1747
+ */
1748
+ PortRange?: PortRange;
1749
1749
  }
1750
1750
  /**
1751
1751
  * @public
1752
1752
  */
1753
1753
  export interface ReplaceRouteRequest {
1754
1754
  /**
1755
- * <p>The IPv4 CIDR address block used for the destination match. The value that you
1756
- * provide must match the CIDR of an existing route in the table.</p>
1755
+ * <p>The ID of the prefix list for the route.</p>
1757
1756
  * @public
1758
1757
  */
1759
- DestinationCidrBlock?: string;
1758
+ DestinationPrefixListId?: string;
1760
1759
  /**
1761
- * <p>The IPv6 CIDR address block used for the destination match. The value that you
1762
- * provide must match the CIDR of an existing route in the table.</p>
1760
+ * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
1763
1761
  * @public
1764
1762
  */
1765
- DestinationIpv6CidrBlock?: string;
1763
+ VpcEndpointId?: string;
1766
1764
  /**
1767
- * <p>The ID of the prefix list for the route.</p>
1765
+ * <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
1768
1766
  * @public
1769
1767
  */
1770
- DestinationPrefixListId?: string;
1768
+ LocalTarget?: boolean;
1771
1769
  /**
1772
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
1773
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1774
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1770
+ * <p>The ID of a transit gateway.</p>
1775
1771
  * @public
1776
1772
  */
1777
- DryRun?: boolean;
1773
+ TransitGatewayId?: string;
1778
1774
  /**
1779
- * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
1775
+ * <p>The ID of the local gateway.</p>
1780
1776
  * @public
1781
1777
  */
1782
- VpcEndpointId?: string;
1778
+ LocalGatewayId?: string;
1783
1779
  /**
1784
- * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
1780
+ * <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
1785
1781
  * @public
1786
1782
  */
1787
- EgressOnlyInternetGatewayId?: string;
1783
+ CarrierGatewayId?: string;
1788
1784
  /**
1789
- * <p>The ID of an internet gateway or virtual private gateway.</p>
1785
+ * <p>The Amazon Resource Name (ARN) of the core network.</p>
1790
1786
  * @public
1791
1787
  */
1792
- GatewayId?: string;
1788
+ CoreNetworkArn?: string;
1793
1789
  /**
1794
- * <p>The ID of a NAT instance in your VPC.</p>
1790
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1791
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1792
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1795
1793
  * @public
1796
1794
  */
1797
- InstanceId?: string;
1795
+ DryRun?: boolean;
1798
1796
  /**
1799
- * <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
1797
+ * <p>The ID of the route table.</p>
1800
1798
  * @public
1801
1799
  */
1802
- LocalTarget?: boolean;
1800
+ RouteTableId: string | undefined;
1803
1801
  /**
1804
- * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
1802
+ * <p>The IPv4 CIDR address block used for the destination match. The value that you
1803
+ * provide must match the CIDR of an existing route in the table.</p>
1805
1804
  * @public
1806
1805
  */
1807
- NatGatewayId?: string;
1806
+ DestinationCidrBlock?: string;
1808
1807
  /**
1809
- * <p>The ID of a transit gateway.</p>
1808
+ * <p>The ID of an internet gateway or virtual private gateway.</p>
1810
1809
  * @public
1811
1810
  */
1812
- TransitGatewayId?: string;
1811
+ GatewayId?: string;
1813
1812
  /**
1814
- * <p>The ID of the local gateway.</p>
1813
+ * <p>The IPv6 CIDR address block used for the destination match. The value that you
1814
+ * provide must match the CIDR of an existing route in the table.</p>
1815
1815
  * @public
1816
1816
  */
1817
- LocalGatewayId?: string;
1817
+ DestinationIpv6CidrBlock?: string;
1818
1818
  /**
1819
- * <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
1819
+ * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
1820
1820
  * @public
1821
1821
  */
1822
- CarrierGatewayId?: string;
1822
+ EgressOnlyInternetGatewayId?: string;
1823
1823
  /**
1824
- * <p>The ID of a network interface.</p>
1824
+ * <p>The ID of a NAT instance in your VPC.</p>
1825
1825
  * @public
1826
1826
  */
1827
- NetworkInterfaceId?: string;
1827
+ InstanceId?: string;
1828
1828
  /**
1829
- * <p>The ID of the route table.</p>
1829
+ * <p>The ID of a network interface.</p>
1830
1830
  * @public
1831
1831
  */
1832
- RouteTableId: string | undefined;
1832
+ NetworkInterfaceId?: string;
1833
1833
  /**
1834
1834
  * <p>The ID of a VPC peering connection.</p>
1835
1835
  * @public
1836
1836
  */
1837
1837
  VpcPeeringConnectionId?: string;
1838
1838
  /**
1839
- * <p>The Amazon Resource Name (ARN) of the core network.</p>
1839
+ * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
1840
1840
  * @public
1841
1841
  */
1842
- CoreNetworkArn?: string;
1842
+ NatGatewayId?: string;
1843
1843
  }
1844
1844
  /**
1845
1845
  * @public
1846
1846
  */
1847
1847
  export interface ReplaceRouteTableAssociationRequest {
1848
- /**
1849
- * <p>The association ID.</p>
1850
- * @public
1851
- */
1852
- AssociationId: string | undefined;
1853
1848
  /**
1854
1849
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
1855
1850
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -1857,6 +1852,11 @@ export interface ReplaceRouteTableAssociationRequest {
1857
1852
  * @public
1858
1853
  */
1859
1854
  DryRun?: boolean;
1855
+ /**
1856
+ * <p>The association ID.</p>
1857
+ * @public
1858
+ */
1859
+ AssociationId: string | undefined;
1860
1860
  /**
1861
1861
  * <p>The ID of the new route table to associate with the subnet.</p>
1862
1862
  * @public
@@ -1990,11 +1990,6 @@ export type ReportStatusType = (typeof ReportStatusType)[keyof typeof ReportStat
1990
1990
  * @public
1991
1991
  */
1992
1992
  export interface ReportInstanceStatusRequest {
1993
- /**
1994
- * <p>Descriptive text about the health state of your instance.</p>
1995
- * @public
1996
- */
1997
- Description?: string;
1998
1993
  /**
1999
1994
  * <p>Checks whether you have the required permissions for the operation, without actually making the
2000
1995
  * request, and provides an error response. If you have the required permissions, the error response is
@@ -2003,15 +1998,25 @@ export interface ReportInstanceStatusRequest {
2003
1998
  */
2004
1999
  DryRun?: boolean;
2005
2000
  /**
2006
- * <p>The time at which the reported instance health state ended.</p>
2001
+ * <p>The instances.</p>
2007
2002
  * @public
2008
2003
  */
2009
- EndTime?: Date;
2004
+ Instances: string[] | undefined;
2010
2005
  /**
2011
- * <p>The instances.</p>
2006
+ * <p>The status of all instances listed.</p>
2012
2007
  * @public
2013
2008
  */
2014
- Instances: string[] | undefined;
2009
+ Status: ReportStatusType | undefined;
2010
+ /**
2011
+ * <p>The time at which the reported instance health state began.</p>
2012
+ * @public
2013
+ */
2014
+ StartTime?: Date;
2015
+ /**
2016
+ * <p>The time at which the reported instance health state ended.</p>
2017
+ * @public
2018
+ */
2019
+ EndTime?: Date;
2015
2020
  /**
2016
2021
  * <p>The reason codes that describe the health state of your instance.</p>
2017
2022
  * <ul>
@@ -2062,15 +2067,12 @@ export interface ReportInstanceStatusRequest {
2062
2067
  */
2063
2068
  ReasonCodes: ReportInstanceReasonCodes[] | undefined;
2064
2069
  /**
2065
- * <p>The time at which the reported instance health state began.</p>
2066
- * @public
2067
- */
2068
- StartTime?: Date;
2069
- /**
2070
- * <p>The status of all instances listed.</p>
2070
+ * @deprecated
2071
+ *
2072
+ * <p>Descriptive text about the health state of your instance.</p>
2071
2073
  * @public
2072
2074
  */
2073
- Status: ReportStatusType | undefined;
2075
+ Description?: string;
2074
2076
  }
2075
2077
  /**
2076
2078
  * <p>Contains the parameters for RequestSpotFleet.</p>
@@ -2200,36 +2202,23 @@ export interface RequestSpotLaunchSpecification {
2200
2202
  */
2201
2203
  export interface RequestSpotInstancesRequest {
2202
2204
  /**
2203
- * <p>The user-specified name for a logical grouping of requests.</p>
2204
- * <p>When you specify an Availability Zone group in a Spot Instance request, all Spot
2205
- * Instances in the request are launched in the same Availability Zone. Instance proximity
2206
- * is maintained with this parameter, but the choice of Availability Zone is not. The group
2207
- * applies only to requests for Spot Instances of the same instance type. Any additional
2208
- * Spot Instance requests that are specified with the same Availability Zone group name are
2209
- * launched in that same Availability Zone, as long as at least one instance from the group
2210
- * is still active.</p>
2211
- * <p>If there is no active instance running in the Availability Zone group that you specify
2212
- * for a new Spot Instance request (all instances are terminated, the request is expired,
2213
- * or the maximum price you specified falls below current Spot price), then Amazon EC2 launches
2214
- * the instance in any Availability Zone where the constraint can be met. Consequently, the
2215
- * subsequent set of Spot Instances could be placed in a different zone from the original
2216
- * request, even if you specified the same Availability Zone group.</p>
2217
- * <p>Default: Instances are launched in any available Availability Zone.</p>
2205
+ * <p>The launch specification.</p>
2218
2206
  * @public
2219
2207
  */
2220
- AvailabilityZoneGroup?: string;
2208
+ LaunchSpecification?: RequestSpotLaunchSpecification;
2221
2209
  /**
2222
- * <p>Deprecated.</p>
2210
+ * <p>The key-value pair for tagging the Spot Instance request on creation. The value for
2211
+ * <code>ResourceType</code> must be <code>spot-instances-request</code>, otherwise the
2212
+ * Spot Instance request fails. To tag the Spot Instance request after it has been created,
2213
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
2223
2214
  * @public
2224
2215
  */
2225
- BlockDurationMinutes?: number;
2216
+ TagSpecifications?: TagSpecification[];
2226
2217
  /**
2227
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
2228
- * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring idempotency in
2229
- * Amazon EC2 API requests</a> in the <i>Amazon EC2 User Guide</i>.</p>
2218
+ * <p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>
2230
2219
  * @public
2231
2220
  */
2232
- ClientToken?: string;
2221
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
2233
2222
  /**
2234
2223
  * <p>Checks whether you have the required permissions for the action, without actually
2235
2224
  * making the request, and provides an error response. If you have the required
@@ -2238,24 +2227,6 @@ export interface RequestSpotInstancesRequest {
2238
2227
  * @public
2239
2228
  */
2240
2229
  DryRun?: boolean;
2241
- /**
2242
- * <p>The maximum number of Spot Instances to launch.</p>
2243
- * <p>Default: 1</p>
2244
- * @public
2245
- */
2246
- InstanceCount?: number;
2247
- /**
2248
- * <p>The instance launch group. Launch groups are Spot Instances that launch together and
2249
- * terminate together.</p>
2250
- * <p>Default: Instances are launched and terminated individually</p>
2251
- * @public
2252
- */
2253
- LaunchGroup?: string;
2254
- /**
2255
- * <p>The launch specification.</p>
2256
- * @public
2257
- */
2258
- LaunchSpecification?: RequestSpotLaunchSpecification;
2259
2230
  /**
2260
2231
  * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
2261
2232
  * using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
@@ -2265,6 +2236,19 @@ export interface RequestSpotInstancesRequest {
2265
2236
  * @public
2266
2237
  */
2267
2238
  SpotPrice?: string;
2239
+ /**
2240
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
2241
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring idempotency in
2242
+ * Amazon EC2 API requests</a> in the <i>Amazon EC2 User Guide</i>.</p>
2243
+ * @public
2244
+ */
2245
+ ClientToken?: string;
2246
+ /**
2247
+ * <p>The maximum number of Spot Instances to launch.</p>
2248
+ * <p>Default: 1</p>
2249
+ * @public
2250
+ */
2251
+ InstanceCount?: number;
2268
2252
  /**
2269
2253
  * <p>The Spot Instance request type.</p>
2270
2254
  * <p>Default: <code>one-time</code>
@@ -2302,18 +2286,36 @@ export interface RequestSpotInstancesRequest {
2302
2286
  */
2303
2287
  ValidUntil?: Date;
2304
2288
  /**
2305
- * <p>The key-value pair for tagging the Spot Instance request on creation. The value for
2306
- * <code>ResourceType</code> must be <code>spot-instances-request</code>, otherwise the
2307
- * Spot Instance request fails. To tag the Spot Instance request after it has been created,
2308
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
2289
+ * <p>The instance launch group. Launch groups are Spot Instances that launch together and
2290
+ * terminate together.</p>
2291
+ * <p>Default: Instances are launched and terminated individually</p>
2292
+ * @public
2293
+ */
2294
+ LaunchGroup?: string;
2295
+ /**
2296
+ * <p>The user-specified name for a logical grouping of requests.</p>
2297
+ * <p>When you specify an Availability Zone group in a Spot Instance request, all Spot
2298
+ * Instances in the request are launched in the same Availability Zone. Instance proximity
2299
+ * is maintained with this parameter, but the choice of Availability Zone is not. The group
2300
+ * applies only to requests for Spot Instances of the same instance type. Any additional
2301
+ * Spot Instance requests that are specified with the same Availability Zone group name are
2302
+ * launched in that same Availability Zone, as long as at least one instance from the group
2303
+ * is still active.</p>
2304
+ * <p>If there is no active instance running in the Availability Zone group that you specify
2305
+ * for a new Spot Instance request (all instances are terminated, the request is expired,
2306
+ * or the maximum price you specified falls below current Spot price), then Amazon EC2 launches
2307
+ * the instance in any Availability Zone where the constraint can be met. Consequently, the
2308
+ * subsequent set of Spot Instances could be placed in a different zone from the original
2309
+ * request, even if you specified the same Availability Zone group.</p>
2310
+ * <p>Default: Instances are launched in any available Availability Zone.</p>
2309
2311
  * @public
2310
2312
  */
2311
- TagSpecifications?: TagSpecification[];
2313
+ AvailabilityZoneGroup?: string;
2312
2314
  /**
2313
- * <p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>
2315
+ * <p>Deprecated.</p>
2314
2316
  * @public
2315
2317
  */
2316
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
2318
+ BlockDurationMinutes?: number;
2317
2319
  }
2318
2320
  /**
2319
2321
  * <p>Contains the output of RequestSpotInstances.</p>
@@ -2461,15 +2463,6 @@ export interface ResetImageAttributeRequest {
2461
2463
  * @public
2462
2464
  */
2463
2465
  export interface ResetInstanceAttributeRequest {
2464
- /**
2465
- * <p>The attribute to reset.</p>
2466
- * <important>
2467
- * <p>You can only reset the following attributes: <code>kernel</code> |
2468
- * <code>ramdisk</code> | <code>sourceDestCheck</code>.</p>
2469
- * </important>
2470
- * @public
2471
- */
2472
- Attribute: InstanceAttributeName | undefined;
2473
2466
  /**
2474
2467
  * <p>Checks whether you have the required permissions for the operation, without actually making the
2475
2468
  * request, and provides an error response. If you have the required permissions, the error response is
@@ -2482,6 +2475,15 @@ export interface ResetInstanceAttributeRequest {
2482
2475
  * @public
2483
2476
  */
2484
2477
  InstanceId: string | undefined;
2478
+ /**
2479
+ * <p>The attribute to reset.</p>
2480
+ * <important>
2481
+ * <p>You can only reset the following attributes: <code>kernel</code> |
2482
+ * <code>ramdisk</code> | <code>sourceDestCheck</code>.</p>
2483
+ * </important>
2484
+ * @public
2485
+ */
2486
+ Attribute: InstanceAttributeName | undefined;
2485
2487
  }
2486
2488
  /**
2487
2489
  * <p>Contains the parameters for ResetNetworkInterfaceAttribute.</p>
@@ -2808,6 +2810,11 @@ export interface RevokeClientVpnIngressResult {
2808
2810
  * @public
2809
2811
  */
2810
2812
  export interface RevokeSecurityGroupEgressRequest {
2813
+ /**
2814
+ * <p>The IDs of the security group rules.</p>
2815
+ * @public
2816
+ */
2817
+ SecurityGroupRuleIds?: string[];
2811
2818
  /**
2812
2819
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
2813
2820
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -2821,48 +2828,43 @@ export interface RevokeSecurityGroupEgressRequest {
2821
2828
  */
2822
2829
  GroupId: string | undefined;
2823
2830
  /**
2824
- * <p>The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.</p>
2831
+ * <p>Not supported. Use a set of IP permissions to specify a
2832
+ * destination security group.</p>
2825
2833
  * @public
2826
2834
  */
2827
- IpPermissions?: IpPermission[];
2835
+ SourceSecurityGroupName?: string;
2828
2836
  /**
2829
- * <p>The IDs of the security group rules.</p>
2837
+ * <p>Not supported. Use a set of IP permissions to specify a destination security
2838
+ * group.</p>
2830
2839
  * @public
2831
2840
  */
2832
- SecurityGroupRuleIds?: string[];
2841
+ SourceSecurityGroupOwnerId?: string;
2833
2842
  /**
2834
- * <p>Not supported. Use a set of IP permissions to specify the CIDR.</p>
2843
+ * <p>Not supported. Use a set of IP permissions to specify the protocol name or
2844
+ * number.</p>
2835
2845
  * @public
2836
2846
  */
2837
- CidrIp?: string;
2847
+ IpProtocol?: string;
2838
2848
  /**
2839
2849
  * <p>Not supported. Use a set of IP permissions to specify the port.</p>
2840
2850
  * @public
2841
2851
  */
2842
2852
  FromPort?: number;
2843
- /**
2844
- * <p>Not supported. Use a set of IP permissions to specify the protocol name or
2845
- * number.</p>
2846
- * @public
2847
- */
2848
- IpProtocol?: string;
2849
2853
  /**
2850
2854
  * <p>Not supported. Use a set of IP permissions to specify the port.</p>
2851
2855
  * @public
2852
2856
  */
2853
2857
  ToPort?: number;
2854
2858
  /**
2855
- * <p>Not supported. Use a set of IP permissions to specify a
2856
- * destination security group.</p>
2859
+ * <p>Not supported. Use a set of IP permissions to specify the CIDR.</p>
2857
2860
  * @public
2858
2861
  */
2859
- SourceSecurityGroupName?: string;
2862
+ CidrIp?: string;
2860
2863
  /**
2861
- * <p>Not supported. Use a set of IP permissions to specify a destination security
2862
- * group.</p>
2864
+ * <p>The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.</p>
2863
2865
  * @public
2864
2866
  */
2865
- SourceSecurityGroupOwnerId?: string;
2867
+ IpPermissions?: IpPermission[];
2866
2868
  }
2867
2869
  /**
2868
2870
  * @public
@@ -2939,6 +2941,11 @@ export interface RevokeSecurityGroupIngressRequest {
2939
2941
  * @public
2940
2942
  */
2941
2943
  ToPort?: number;
2944
+ /**
2945
+ * <p>The IDs of the security group rules.</p>
2946
+ * @public
2947
+ */
2948
+ SecurityGroupRuleIds?: string[];
2942
2949
  /**
2943
2950
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
2944
2951
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -2946,11 +2953,6 @@ export interface RevokeSecurityGroupIngressRequest {
2946
2953
  * @public
2947
2954
  */
2948
2955
  DryRun?: boolean;
2949
- /**
2950
- * <p>The IDs of the security group rules.</p>
2951
- * @public
2952
- */
2953
- SecurityGroupRuleIds?: string[];
2954
2956
  }
2955
2957
  /**
2956
2958
  * @public
@@ -3430,81 +3432,6 @@ export interface RunInstancesRequest {
3430
3432
  * @public
3431
3433
  */
3432
3434
  UserData?: string;
3433
- /**
3434
- * <p>Reserved.</p>
3435
- * @public
3436
- */
3437
- AdditionalInfo?: string;
3438
- /**
3439
- * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
3440
- * request. If you do not specify a client token, a randomly generated token is used for
3441
- * the request to ensure idempotency.</p>
3442
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
3443
- * Idempotency</a>.</p>
3444
- * <p>Constraints: Maximum 64 ASCII characters</p>
3445
- * @public
3446
- */
3447
- ClientToken?: string;
3448
- /**
3449
- * <p>If you set this parameter to <code>true</code>, you can't terminate the instance using
3450
- * the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after
3451
- * launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html">ModifyInstanceAttribute</a>. Alternatively, if you set
3452
- * <code>InstanceInitiatedShutdownBehavior</code> to <code>terminate</code>, you can
3453
- * terminate the instance by running the shutdown command from the instance.</p>
3454
- * <p>Default: <code>false</code>
3455
- * </p>
3456
- * @public
3457
- */
3458
- DisableApiTermination?: boolean;
3459
- /**
3460
- * <p>Checks whether you have the required permissions for the operation, without actually making the
3461
- * request, and provides an error response. If you have the required permissions, the error response is
3462
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3463
- * @public
3464
- */
3465
- DryRun?: boolean;
3466
- /**
3467
- * <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
3468
- * provides dedicated throughput to Amazon EBS and an optimized configuration stack to
3469
- * provide optimal Amazon EBS I/O performance. This optimization isn't available with all
3470
- * instance types. Additional usage charges apply when using an EBS-optimized
3471
- * instance.</p>
3472
- * <p>Default: <code>false</code>
3473
- * </p>
3474
- * @public
3475
- */
3476
- EbsOptimized?: boolean;
3477
- /**
3478
- * <p>The name or Amazon Resource Name (ARN) of an IAM instance
3479
- * profile.</p>
3480
- * @public
3481
- */
3482
- IamInstanceProfile?: IamInstanceProfileSpecification;
3483
- /**
3484
- * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
3485
- * instance (using the operating system command for system shutdown).</p>
3486
- * <p>Default: <code>stop</code>
3487
- * </p>
3488
- * @public
3489
- */
3490
- InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
3491
- /**
3492
- * <p>The network interfaces to associate with the instance.</p>
3493
- * @public
3494
- */
3495
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
3496
- /**
3497
- * <p>The primary IPv4 address. You must specify a value from the IPv4 address
3498
- * range of the subnet.</p>
3499
- * <p>Only one private IP address can be designated as primary. You can't specify this
3500
- * option if you've specified the option to designate a private IP address as the primary
3501
- * IP address in a network interface specification. You cannot specify this option if
3502
- * you're launching more than one instance in the request.</p>
3503
- * <p>You cannot specify this option and the network interfaces option in the same
3504
- * request.</p>
3505
- * @public
3506
- */
3507
- PrivateIpAddress?: string;
3508
3435
  /**
3509
3436
  * <p>An elastic GPU to associate with the instance.</p>
3510
3437
  * <note>
@@ -3648,6 +3575,81 @@ export interface RunInstancesRequest {
3648
3575
  * @public
3649
3576
  */
3650
3577
  EnablePrimaryIpv6?: boolean;
3578
+ /**
3579
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
3580
+ * request, and provides an error response. If you have the required permissions, the error response is
3581
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3582
+ * @public
3583
+ */
3584
+ DryRun?: boolean;
3585
+ /**
3586
+ * <p>If you set this parameter to <code>true</code>, you can't terminate the instance using
3587
+ * the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after
3588
+ * launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html">ModifyInstanceAttribute</a>. Alternatively, if you set
3589
+ * <code>InstanceInitiatedShutdownBehavior</code> to <code>terminate</code>, you can
3590
+ * terminate the instance by running the shutdown command from the instance.</p>
3591
+ * <p>Default: <code>false</code>
3592
+ * </p>
3593
+ * @public
3594
+ */
3595
+ DisableApiTermination?: boolean;
3596
+ /**
3597
+ * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
3598
+ * instance (using the operating system command for system shutdown).</p>
3599
+ * <p>Default: <code>stop</code>
3600
+ * </p>
3601
+ * @public
3602
+ */
3603
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
3604
+ /**
3605
+ * <p>The primary IPv4 address. You must specify a value from the IPv4 address
3606
+ * range of the subnet.</p>
3607
+ * <p>Only one private IP address can be designated as primary. You can't specify this
3608
+ * option if you've specified the option to designate a private IP address as the primary
3609
+ * IP address in a network interface specification. You cannot specify this option if
3610
+ * you're launching more than one instance in the request.</p>
3611
+ * <p>You cannot specify this option and the network interfaces option in the same
3612
+ * request.</p>
3613
+ * @public
3614
+ */
3615
+ PrivateIpAddress?: string;
3616
+ /**
3617
+ * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
3618
+ * request. If you do not specify a client token, a randomly generated token is used for
3619
+ * the request to ensure idempotency.</p>
3620
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
3621
+ * Idempotency</a>.</p>
3622
+ * <p>Constraints: Maximum 64 ASCII characters</p>
3623
+ * @public
3624
+ */
3625
+ ClientToken?: string;
3626
+ /**
3627
+ * <p>Reserved.</p>
3628
+ * @public
3629
+ */
3630
+ AdditionalInfo?: string;
3631
+ /**
3632
+ * <p>The network interfaces to associate with the instance.</p>
3633
+ * @public
3634
+ */
3635
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
3636
+ /**
3637
+ * <p>The name or Amazon Resource Name (ARN) of an IAM instance
3638
+ * profile.</p>
3639
+ * @public
3640
+ */
3641
+ IamInstanceProfile?: IamInstanceProfileSpecification;
3642
+ /**
3643
+ * <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
3644
+ * provides dedicated throughput to Amazon EBS and an optimized configuration stack to
3645
+ * provide optimal Amazon EBS I/O performance. This optimization isn't available with all
3646
+ * instance types. Additional usage charges apply when using an EBS-optimized
3647
+ * instance.</p>
3648
+ * <p>Default: <code>false</code>
3649
+ * </p>
3650
+ * @public
3651
+ */
3652
+ EbsOptimized?: boolean;
3651
3653
  }
3652
3654
  /**
3653
3655
  * <p>Describes an EBS volume for a Scheduled Instance.</p>
@@ -4365,15 +4367,15 @@ export interface StartInstancesRequest {
4365
4367
  */
4366
4368
  export interface InstanceStateChange {
4367
4369
  /**
4368
- * <p>The current state of the instance.</p>
4370
+ * <p>The ID of the instance.</p>
4369
4371
  * @public
4370
4372
  */
4371
- CurrentState?: InstanceState;
4373
+ InstanceId?: string;
4372
4374
  /**
4373
- * <p>The ID of the instance.</p>
4375
+ * <p>The current state of the instance.</p>
4374
4376
  * @public
4375
4377
  */
4376
- InstanceId?: string;
4378
+ CurrentState?: InstanceState;
4377
4379
  /**
4378
4380
  * <p>The previous state of the instance.</p>
4379
4381
  * @public
@@ -4650,11 +4652,6 @@ export interface TerminateInstancesResult {
4650
4652
  * @public
4651
4653
  */
4652
4654
  export interface UnassignIpv6AddressesRequest {
4653
- /**
4654
- * <p>The IPv6 addresses to unassign from the network interface.</p>
4655
- * @public
4656
- */
4657
- Ipv6Addresses?: string[];
4658
4655
  /**
4659
4656
  * <p>The IPv6 prefixes to unassign from the network interface.</p>
4660
4657
  * @public
@@ -4665,6 +4662,11 @@ export interface UnassignIpv6AddressesRequest {
4665
4662
  * @public
4666
4663
  */
4667
4664
  NetworkInterfaceId: string | undefined;
4665
+ /**
4666
+ * <p>The IPv6 addresses to unassign from the network interface.</p>
4667
+ * @public
4668
+ */
4669
+ Ipv6Addresses?: string[];
4668
4670
  }
4669
4671
  /**
4670
4672
  * @public
@@ -4691,6 +4693,11 @@ export interface UnassignIpv6AddressesResult {
4691
4693
  * @public
4692
4694
  */
4693
4695
  export interface UnassignPrivateIpAddressesRequest {
4696
+ /**
4697
+ * <p>The IPv4 prefixes to unassign from the network interface.</p>
4698
+ * @public
4699
+ */
4700
+ Ipv4Prefixes?: string[];
4694
4701
  /**
4695
4702
  * <p>The ID of the network interface.</p>
4696
4703
  * @public
@@ -4702,11 +4709,6 @@ export interface UnassignPrivateIpAddressesRequest {
4702
4709
  * @public
4703
4710
  */
4704
4711
  PrivateIpAddresses?: string[];
4705
- /**
4706
- * <p>The IPv4 prefixes to unassign from the network interface.</p>
4707
- * @public
4708
- */
4709
- Ipv4Prefixes?: string[];
4710
4712
  }
4711
4713
  /**
4712
4714
  * @public
@@ -4967,6 +4969,10 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: Modi
4967
4969
  * @internal
4968
4970
  */
4969
4971
  export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
4972
+ /**
4973
+ * @internal
4974
+ */
4975
+ export declare const ReportInstanceStatusRequestFilterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;
4970
4976
  /**
4971
4977
  * @internal
4972
4978
  */