@aws-sdk/client-ec2 3.812.0 → 3.814.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 (227) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +916 -483
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/CreateDelegateMacVolumeOwnershipTaskCommand.js +23 -0
  5. package/dist-es/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.js +23 -0
  6. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
  7. package/dist-es/commands/DescribeMacModificationTasksCommand.js +22 -0
  8. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
  9. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  10. package/dist-es/commands/index.js +3 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_1.js +18 -4
  13. package/dist-es/models/models_2.js +8 -24
  14. package/dist-es/models/models_3.js +23 -4
  15. package/dist-es/models/models_4.js +12 -7
  16. package/dist-es/models/models_5.js +7 -6
  17. package/dist-es/models/models_6.js +8 -1
  18. package/dist-es/models/models_7.js +0 -19
  19. package/dist-es/models/models_8.js +19 -0
  20. package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_ec2.js +366 -34
  23. package/dist-types/EC2.d.ts +22 -0
  24. package/dist-types/EC2Client.d.ts +5 -2
  25. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  28. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  32. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  59. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
  65. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeImagesCommand.d.ts +5 -0
  111. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +34 -19
  112. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
  113. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  115. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
  121. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -0
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -1
  125. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  126. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  127. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  128. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  129. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  130. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
  134. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  135. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  136. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  137. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  138. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  139. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  140. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  145. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +4 -0
  146. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  147. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  149. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  150. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -1
  151. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  152. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  153. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  154. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  155. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  156. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  157. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  158. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  159. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  160. package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
  161. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  162. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  163. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  164. package/dist-types/commands/index.d.ts +3 -0
  165. package/dist-types/models/models_0.d.ts +1 -0
  166. package/dist-types/models/models_1.d.ts +223 -480
  167. package/dist-types/models/models_2.d.ts +624 -222
  168. package/dist-types/models/models_3.d.ts +224 -169
  169. package/dist-types/models/models_4.d.ts +234 -563
  170. package/dist-types/models/models_5.d.ts +663 -337
  171. package/dist-types/models/models_6.d.ts +302 -373
  172. package/dist-types/models/models_7.d.ts +1475 -1496
  173. package/dist-types/models/models_8.d.ts +442 -2
  174. package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
  175. package/dist-types/pagination/index.d.ts +1 -0
  176. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  177. package/dist-types/ts3.4/EC2.d.ts +64 -0
  178. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  179. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  182. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  188. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
  190. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
  200. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -4
  207. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  215. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  216. package/dist-types/ts3.4/models/models_1.d.ts +54 -99
  217. package/dist-types/ts3.4/models/models_2.d.ts +152 -65
  218. package/dist-types/ts3.4/models/models_3.d.ts +65 -47
  219. package/dist-types/ts3.4/models/models_4.d.ts +58 -92
  220. package/dist-types/ts3.4/models/models_5.d.ts +103 -75
  221. package/dist-types/ts3.4/models/models_6.d.ts +71 -81
  222. package/dist-types/ts3.4/models/models_7.d.ts +87 -107
  223. package/dist-types/ts3.4/models/models_8.d.ts +105 -0
  224. package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  226. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  227. package/package.json +1 -1
@@ -17,11 +17,11 @@ import {
17
17
  IamInstanceProfileSpecification,
18
18
  InstanceEventWindow,
19
19
  Ipv6SupportValue,
20
- PortRange,
21
- RouteTableAssociationState,
22
20
  SecurityGroupReferencingSupportValue,
23
21
  Tag,
24
22
  TagSpecification,
23
+ TransitGatewayAssociationState,
24
+ TransitGatewayAttachmentResourceType,
25
25
  TransitGatewayMulticastDomainAssociations,
26
26
  TransitGatewayPeeringAttachment,
27
27
  TransitGatewayVpcAttachment,
@@ -71,15 +71,12 @@ import {
71
71
  DefaultRouteTableAssociationValue,
72
72
  DefaultRouteTablePropagationValue,
73
73
  DnsOptionsSpecification,
74
- IcmpTypeCode,
75
74
  InternetGatewayExclusionMode,
76
75
  IpAddressType,
77
76
  LocalGatewayRoute,
78
77
  ManagedPrefixList,
79
- PayerResponsibility,
80
78
  RouteServer,
81
79
  RouteServerPersistRoutesAction,
82
- RuleAction,
83
80
  SubnetConfiguration,
84
81
  TrafficDirection,
85
82
  TrafficMirrorFilter,
@@ -90,7 +87,6 @@ import {
90
87
  TrafficMirrorSession,
91
88
  TransitGateway,
92
89
  TransitGatewayPrefixListReference,
93
- TransitGatewayRoute,
94
90
  VerifiedAccessEndpoint,
95
91
  VerifiedAccessEndpointProtocol,
96
92
  VerifiedAccessGroup,
@@ -101,9 +97,11 @@ import {
101
97
  import {
102
98
  Byoasn,
103
99
  CapacityBlockExtension,
100
+ Filter,
104
101
  IKEVersionsRequestListValue,
105
102
  InstanceTagNotificationAttribute,
106
103
  IpamPoolCidr,
104
+ PayerResponsibility,
107
105
  Phase1DHGroupNumbersRequestListValue,
108
106
  Phase1EncryptionAlgorithmsRequestListValue,
109
107
  Phase1IntegrityAlgorithmsRequestListValue,
@@ -129,6 +127,7 @@ import {
129
127
  InstanceMetadataOptionsResponse,
130
128
  InstanceMetadataProtocolState,
131
129
  InstanceMetadataTagsState,
130
+ InstanceRebootMigrationState,
132
131
  InstanceStatusEvent,
133
132
  LaunchPermission,
134
133
  Monitoring,
@@ -155,8 +154,88 @@ import {
155
154
  InstanceFamilyCreditSpecification,
156
155
  IpamResourceCidr,
157
156
  Purchase,
157
+ TransitGatewayPolicyTableEntry,
158
+ TransitGatewayPropagationState,
158
159
  UnlimitedSupportedInstanceFamily,
159
160
  } from "./models_6";
161
+ export interface GetTransitGatewayPolicyTableEntriesResult {
162
+ TransitGatewayPolicyTableEntries?:
163
+ | TransitGatewayPolicyTableEntry[]
164
+ | undefined;
165
+ }
166
+ export interface GetTransitGatewayPrefixListReferencesRequest {
167
+ TransitGatewayRouteTableId: string | undefined;
168
+ Filters?: Filter[] | undefined;
169
+ MaxResults?: number | undefined;
170
+ NextToken?: string | undefined;
171
+ DryRun?: boolean | undefined;
172
+ }
173
+ export interface GetTransitGatewayPrefixListReferencesResult {
174
+ TransitGatewayPrefixListReferences?:
175
+ | TransitGatewayPrefixListReference[]
176
+ | undefined;
177
+ NextToken?: string | undefined;
178
+ }
179
+ export interface GetTransitGatewayRouteTableAssociationsRequest {
180
+ TransitGatewayRouteTableId: string | undefined;
181
+ Filters?: Filter[] | undefined;
182
+ MaxResults?: number | undefined;
183
+ NextToken?: string | undefined;
184
+ DryRun?: boolean | undefined;
185
+ }
186
+ export interface TransitGatewayRouteTableAssociation {
187
+ TransitGatewayAttachmentId?: string | undefined;
188
+ ResourceId?: string | undefined;
189
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
190
+ State?: TransitGatewayAssociationState | undefined;
191
+ }
192
+ export interface GetTransitGatewayRouteTableAssociationsResult {
193
+ Associations?: TransitGatewayRouteTableAssociation[] | undefined;
194
+ NextToken?: string | undefined;
195
+ }
196
+ export interface GetTransitGatewayRouteTablePropagationsRequest {
197
+ TransitGatewayRouteTableId: string | undefined;
198
+ Filters?: Filter[] | undefined;
199
+ MaxResults?: number | undefined;
200
+ NextToken?: string | undefined;
201
+ DryRun?: boolean | undefined;
202
+ }
203
+ export interface TransitGatewayRouteTablePropagation {
204
+ TransitGatewayAttachmentId?: string | undefined;
205
+ ResourceId?: string | undefined;
206
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
207
+ State?: TransitGatewayPropagationState | undefined;
208
+ TransitGatewayRouteTableAnnouncementId?: string | undefined;
209
+ }
210
+ export interface GetTransitGatewayRouteTablePropagationsResult {
211
+ TransitGatewayRouteTablePropagations?:
212
+ | TransitGatewayRouteTablePropagation[]
213
+ | undefined;
214
+ NextToken?: string | undefined;
215
+ }
216
+ export interface GetVerifiedAccessEndpointPolicyRequest {
217
+ VerifiedAccessEndpointId: string | undefined;
218
+ DryRun?: boolean | undefined;
219
+ }
220
+ export interface GetVerifiedAccessEndpointPolicyResult {
221
+ PolicyEnabled?: boolean | undefined;
222
+ PolicyDocument?: string | undefined;
223
+ }
224
+ export interface GetVerifiedAccessEndpointTargetsRequest {
225
+ VerifiedAccessEndpointId: string | undefined;
226
+ MaxResults?: number | undefined;
227
+ NextToken?: string | undefined;
228
+ DryRun?: boolean | undefined;
229
+ }
230
+ export interface VerifiedAccessEndpointTarget {
231
+ VerifiedAccessEndpointId?: string | undefined;
232
+ VerifiedAccessEndpointTargetIpAddress?: string | undefined;
233
+ VerifiedAccessEndpointTargetDns?: string | undefined;
234
+ }
235
+ export interface GetVerifiedAccessEndpointTargetsResult {
236
+ VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
237
+ NextToken?: string | undefined;
238
+ }
160
239
  export interface GetVerifiedAccessGroupPolicyRequest {
161
240
  VerifiedAccessGroupId: string | undefined;
162
241
  DryRun?: boolean | undefined;
@@ -698,11 +777,13 @@ export interface ModifyInstanceEventWindowResult {
698
777
  export interface ModifyInstanceMaintenanceOptionsRequest {
699
778
  InstanceId: string | undefined;
700
779
  AutoRecovery?: InstanceAutoRecoveryState | undefined;
780
+ RebootMigration?: InstanceRebootMigrationState | undefined;
701
781
  DryRun?: boolean | undefined;
702
782
  }
703
783
  export interface ModifyInstanceMaintenanceOptionsResult {
704
784
  InstanceId?: string | undefined;
705
785
  AutoRecovery?: InstanceAutoRecoveryState | undefined;
786
+ RebootMigration?: InstanceRebootMigrationState | undefined;
706
787
  }
707
788
  export declare const DefaultInstanceMetadataEndpointState: {
708
789
  readonly disabled: "disabled";
@@ -1794,104 +1875,6 @@ export interface ReplaceImageCriteriaInAllowedImagesSettingsRequest {
1794
1875
  ImageCriteria?: ImageCriterionRequest[] | undefined;
1795
1876
  DryRun?: boolean | undefined;
1796
1877
  }
1797
- export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
1798
- ReturnValue?: boolean | undefined;
1799
- }
1800
- export interface ReplaceNetworkAclAssociationRequest {
1801
- DryRun?: boolean | undefined;
1802
- AssociationId: string | undefined;
1803
- NetworkAclId: string | undefined;
1804
- }
1805
- export interface ReplaceNetworkAclAssociationResult {
1806
- NewAssociationId?: string | undefined;
1807
- }
1808
- export interface ReplaceNetworkAclEntryRequest {
1809
- DryRun?: boolean | undefined;
1810
- NetworkAclId: string | undefined;
1811
- RuleNumber: number | undefined;
1812
- Protocol: string | undefined;
1813
- RuleAction: RuleAction | undefined;
1814
- Egress: boolean | undefined;
1815
- CidrBlock?: string | undefined;
1816
- Ipv6CidrBlock?: string | undefined;
1817
- IcmpTypeCode?: IcmpTypeCode | undefined;
1818
- PortRange?: PortRange | undefined;
1819
- }
1820
- export interface ReplaceRouteRequest {
1821
- DestinationPrefixListId?: string | undefined;
1822
- VpcEndpointId?: string | undefined;
1823
- LocalTarget?: boolean | undefined;
1824
- TransitGatewayId?: string | undefined;
1825
- LocalGatewayId?: string | undefined;
1826
- CarrierGatewayId?: string | undefined;
1827
- CoreNetworkArn?: string | undefined;
1828
- DryRun?: boolean | undefined;
1829
- RouteTableId: string | undefined;
1830
- DestinationCidrBlock?: string | undefined;
1831
- GatewayId?: string | undefined;
1832
- DestinationIpv6CidrBlock?: string | undefined;
1833
- EgressOnlyInternetGatewayId?: string | undefined;
1834
- InstanceId?: string | undefined;
1835
- NetworkInterfaceId?: string | undefined;
1836
- VpcPeeringConnectionId?: string | undefined;
1837
- NatGatewayId?: string | undefined;
1838
- }
1839
- export interface ReplaceRouteTableAssociationRequest {
1840
- DryRun?: boolean | undefined;
1841
- AssociationId: string | undefined;
1842
- RouteTableId: string | undefined;
1843
- }
1844
- export interface ReplaceRouteTableAssociationResult {
1845
- NewAssociationId?: string | undefined;
1846
- AssociationState?: RouteTableAssociationState | undefined;
1847
- }
1848
- export interface ReplaceTransitGatewayRouteRequest {
1849
- DestinationCidrBlock: string | undefined;
1850
- TransitGatewayRouteTableId: string | undefined;
1851
- TransitGatewayAttachmentId?: string | undefined;
1852
- Blackhole?: boolean | undefined;
1853
- DryRun?: boolean | undefined;
1854
- }
1855
- export interface ReplaceTransitGatewayRouteResult {
1856
- Route?: TransitGatewayRoute | undefined;
1857
- }
1858
- export interface ReplaceVpnTunnelRequest {
1859
- VpnConnectionId: string | undefined;
1860
- VpnTunnelOutsideIpAddress: string | undefined;
1861
- ApplyPendingMaintenance?: boolean | undefined;
1862
- DryRun?: boolean | undefined;
1863
- }
1864
- export interface ReplaceVpnTunnelResult {
1865
- Return?: boolean | undefined;
1866
- }
1867
- export declare const ReportInstanceReasonCodes: {
1868
- readonly instance_stuck_in_state: "instance-stuck-in-state";
1869
- readonly not_accepting_credentials: "not-accepting-credentials";
1870
- readonly other: "other";
1871
- readonly password_not_available: "password-not-available";
1872
- readonly performance_ebs_volume: "performance-ebs-volume";
1873
- readonly performance_instance_store: "performance-instance-store";
1874
- readonly performance_network: "performance-network";
1875
- readonly performance_other: "performance-other";
1876
- readonly unresponsive: "unresponsive";
1877
- };
1878
- export type ReportInstanceReasonCodes =
1879
- (typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
1880
- export declare const ReportStatusType: {
1881
- readonly impaired: "impaired";
1882
- readonly ok: "ok";
1883
- };
1884
- export type ReportStatusType =
1885
- (typeof ReportStatusType)[keyof typeof ReportStatusType];
1886
- export interface ReportInstanceStatusRequest {
1887
- DryRun?: boolean | undefined;
1888
- Instances: string[] | undefined;
1889
- Status: ReportStatusType | undefined;
1890
- StartTime?: Date | undefined;
1891
- EndTime?: Date | undefined;
1892
- ReasonCodes: ReportInstanceReasonCodes[] | undefined;
1893
- Description?: string | undefined;
1894
- }
1895
1878
  export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1896
1879
  obj: GetVpnConnectionDeviceSampleConfigurationResult
1897
1880
  ) => any;
@@ -1963,6 +1946,3 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
1963
1946
  export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
1964
1947
  obj: ModifyVpnTunnelOptionsResult
1965
1948
  ) => any;
1966
- export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
1967
- obj: ReportInstanceStatusRequest
1968
- ) => any;
@@ -6,6 +6,8 @@ import {
6
6
  IamInstanceProfileSpecification,
7
7
  IpPermission,
8
8
  NatGatewayAddress,
9
+ PortRange,
10
+ RouteTableAssociationState,
9
11
  TagSpecification,
10
12
  TransitGatewayAttachmentResourceType,
11
13
  } from "./models_0";
@@ -26,8 +28,10 @@ import {
26
28
  SpotInstanceType,
27
29
  } from "./models_1";
28
30
  import {
31
+ IcmpTypeCode,
29
32
  LocalGatewayRoute,
30
33
  ManagedPrefixList,
34
+ RuleAction,
31
35
  SnapshotState,
32
36
  SSEType,
33
37
  TransitGatewayRoute,
@@ -57,6 +61,104 @@ import {
57
61
  InstanceMonitoring,
58
62
  Status,
59
63
  } from "./models_7";
64
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
65
+ ReturnValue?: boolean | undefined;
66
+ }
67
+ export interface ReplaceNetworkAclAssociationRequest {
68
+ DryRun?: boolean | undefined;
69
+ AssociationId: string | undefined;
70
+ NetworkAclId: string | undefined;
71
+ }
72
+ export interface ReplaceNetworkAclAssociationResult {
73
+ NewAssociationId?: string | undefined;
74
+ }
75
+ export interface ReplaceNetworkAclEntryRequest {
76
+ DryRun?: boolean | undefined;
77
+ NetworkAclId: string | undefined;
78
+ RuleNumber: number | undefined;
79
+ Protocol: string | undefined;
80
+ RuleAction: RuleAction | undefined;
81
+ Egress: boolean | undefined;
82
+ CidrBlock?: string | undefined;
83
+ Ipv6CidrBlock?: string | undefined;
84
+ IcmpTypeCode?: IcmpTypeCode | undefined;
85
+ PortRange?: PortRange | undefined;
86
+ }
87
+ export interface ReplaceRouteRequest {
88
+ DestinationPrefixListId?: string | undefined;
89
+ VpcEndpointId?: string | undefined;
90
+ LocalTarget?: boolean | undefined;
91
+ TransitGatewayId?: string | undefined;
92
+ LocalGatewayId?: string | undefined;
93
+ CarrierGatewayId?: string | undefined;
94
+ CoreNetworkArn?: string | undefined;
95
+ DryRun?: boolean | undefined;
96
+ RouteTableId: string | undefined;
97
+ DestinationCidrBlock?: string | undefined;
98
+ GatewayId?: string | undefined;
99
+ DestinationIpv6CidrBlock?: string | undefined;
100
+ EgressOnlyInternetGatewayId?: string | undefined;
101
+ InstanceId?: string | undefined;
102
+ NetworkInterfaceId?: string | undefined;
103
+ VpcPeeringConnectionId?: string | undefined;
104
+ NatGatewayId?: string | undefined;
105
+ }
106
+ export interface ReplaceRouteTableAssociationRequest {
107
+ DryRun?: boolean | undefined;
108
+ AssociationId: string | undefined;
109
+ RouteTableId: string | undefined;
110
+ }
111
+ export interface ReplaceRouteTableAssociationResult {
112
+ NewAssociationId?: string | undefined;
113
+ AssociationState?: RouteTableAssociationState | undefined;
114
+ }
115
+ export interface ReplaceTransitGatewayRouteRequest {
116
+ DestinationCidrBlock: string | undefined;
117
+ TransitGatewayRouteTableId: string | undefined;
118
+ TransitGatewayAttachmentId?: string | undefined;
119
+ Blackhole?: boolean | undefined;
120
+ DryRun?: boolean | undefined;
121
+ }
122
+ export interface ReplaceTransitGatewayRouteResult {
123
+ Route?: TransitGatewayRoute | undefined;
124
+ }
125
+ export interface ReplaceVpnTunnelRequest {
126
+ VpnConnectionId: string | undefined;
127
+ VpnTunnelOutsideIpAddress: string | undefined;
128
+ ApplyPendingMaintenance?: boolean | undefined;
129
+ DryRun?: boolean | undefined;
130
+ }
131
+ export interface ReplaceVpnTunnelResult {
132
+ Return?: boolean | undefined;
133
+ }
134
+ export declare const ReportInstanceReasonCodes: {
135
+ readonly instance_stuck_in_state: "instance-stuck-in-state";
136
+ readonly not_accepting_credentials: "not-accepting-credentials";
137
+ readonly other: "other";
138
+ readonly password_not_available: "password-not-available";
139
+ readonly performance_ebs_volume: "performance-ebs-volume";
140
+ readonly performance_instance_store: "performance-instance-store";
141
+ readonly performance_network: "performance-network";
142
+ readonly performance_other: "performance-other";
143
+ readonly unresponsive: "unresponsive";
144
+ };
145
+ export type ReportInstanceReasonCodes =
146
+ (typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
147
+ export declare const ReportStatusType: {
148
+ readonly impaired: "impaired";
149
+ readonly ok: "ok";
150
+ };
151
+ export type ReportStatusType =
152
+ (typeof ReportStatusType)[keyof typeof ReportStatusType];
153
+ export interface ReportInstanceStatusRequest {
154
+ DryRun?: boolean | undefined;
155
+ Instances: string[] | undefined;
156
+ Status: ReportStatusType | undefined;
157
+ StartTime?: Date | undefined;
158
+ EndTime?: Date | undefined;
159
+ ReasonCodes: ReportInstanceReasonCodes[] | undefined;
160
+ Description?: string | undefined;
161
+ }
60
162
  export interface RequestSpotFleetRequest {
61
163
  DryRun?: boolean | undefined;
62
164
  SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
@@ -648,6 +750,9 @@ export interface WithdrawByoipCidrRequest {
648
750
  export interface WithdrawByoipCidrResult {
649
751
  ByoipCidr?: ByoipCidr | undefined;
650
752
  }
753
+ export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
754
+ obj: ReportInstanceStatusRequest
755
+ ) => any;
651
756
  export declare const RequestSpotFleetRequestFilterSensitiveLog: (
652
757
  obj: RequestSpotFleetRequest
653
758
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeMacModificationTasksCommandInput,
4
+ DescribeMacModificationTasksCommandOutput,
5
+ } from "../commands/DescribeMacModificationTasksCommand";
6
+ import { EC2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeMacModificationTasks: (
8
+ config: EC2PaginationConfiguration,
9
+ input: DescribeMacModificationTasksCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeMacModificationTasksCommandOutput>;
@@ -57,6 +57,7 @@ export * from "./DescribeLocalGatewayVirtualInterfaceGroupsPaginator";
57
57
  export * from "./DescribeLocalGatewayVirtualInterfacesPaginator";
58
58
  export * from "./DescribeLocalGatewaysPaginator";
59
59
  export * from "./DescribeMacHostsPaginator";
60
+ export * from "./DescribeMacModificationTasksPaginator";
60
61
  export * from "./DescribeManagedPrefixListsPaginator";
61
62
  export * from "./DescribeMovingAddressesPaginator";
62
63
  export * from "./DescribeNatGatewaysPaginator";
@@ -287,6 +287,10 @@ import {
287
287
  CreateDefaultVpcCommandInput,
288
288
  CreateDefaultVpcCommandOutput,
289
289
  } from "../commands/CreateDefaultVpcCommand";
290
+ import {
291
+ CreateDelegateMacVolumeOwnershipTaskCommandInput,
292
+ CreateDelegateMacVolumeOwnershipTaskCommandOutput,
293
+ } from "../commands/CreateDelegateMacVolumeOwnershipTaskCommand";
290
294
  import {
291
295
  CreateDhcpOptionsCommandInput,
292
296
  CreateDhcpOptionsCommandOutput,
@@ -383,6 +387,10 @@ import {
383
387
  CreateLocalGatewayVirtualInterfaceGroupCommandInput,
384
388
  CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
385
389
  } from "../commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
390
+ import {
391
+ CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
392
+ CreateMacSystemIntegrityProtectionModificationTaskCommandOutput,
393
+ } from "../commands/CreateMacSystemIntegrityProtectionModificationTaskCommand";
386
394
  import {
387
395
  CreateManagedPrefixListCommandInput,
388
396
  CreateManagedPrefixListCommandOutput,
@@ -1279,6 +1287,10 @@ import {
1279
1287
  DescribeMacHostsCommandInput,
1280
1288
  DescribeMacHostsCommandOutput,
1281
1289
  } from "../commands/DescribeMacHostsCommand";
1290
+ import {
1291
+ DescribeMacModificationTasksCommandInput,
1292
+ DescribeMacModificationTasksCommandOutput,
1293
+ } from "../commands/DescribeMacModificationTasksCommand";
1282
1294
  import {
1283
1295
  DescribeManagedPrefixListsCommandInput,
1284
1296
  DescribeManagedPrefixListsCommandOutput,
@@ -3011,6 +3023,10 @@ export declare const se_CreateDefaultVpcCommand: (
3011
3023
  input: CreateDefaultVpcCommandInput,
3012
3024
  context: __SerdeContext
3013
3025
  ) => Promise<__HttpRequest>;
3026
+ export declare const se_CreateDelegateMacVolumeOwnershipTaskCommand: (
3027
+ input: CreateDelegateMacVolumeOwnershipTaskCommandInput,
3028
+ context: __SerdeContext
3029
+ ) => Promise<__HttpRequest>;
3014
3030
  export declare const se_CreateDhcpOptionsCommand: (
3015
3031
  input: CreateDhcpOptionsCommandInput,
3016
3032
  context: __SerdeContext
@@ -3107,6 +3123,10 @@ export declare const se_CreateLocalGatewayVirtualInterfaceGroupCommand: (
3107
3123
  input: CreateLocalGatewayVirtualInterfaceGroupCommandInput,
3108
3124
  context: __SerdeContext
3109
3125
  ) => Promise<__HttpRequest>;
3126
+ export declare const se_CreateMacSystemIntegrityProtectionModificationTaskCommand: (
3127
+ input: CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
3128
+ context: __SerdeContext
3129
+ ) => Promise<__HttpRequest>;
3110
3130
  export declare const se_CreateManagedPrefixListCommand: (
3111
3131
  input: CreateManagedPrefixListCommandInput,
3112
3132
  context: __SerdeContext
@@ -4003,6 +4023,10 @@ export declare const se_DescribeMacHostsCommand: (
4003
4023
  input: DescribeMacHostsCommandInput,
4004
4024
  context: __SerdeContext
4005
4025
  ) => Promise<__HttpRequest>;
4026
+ export declare const se_DescribeMacModificationTasksCommand: (
4027
+ input: DescribeMacModificationTasksCommandInput,
4028
+ context: __SerdeContext
4029
+ ) => Promise<__HttpRequest>;
4006
4030
  export declare const se_DescribeManagedPrefixListsCommand: (
4007
4031
  input: DescribeManagedPrefixListsCommandInput,
4008
4032
  context: __SerdeContext
@@ -5735,6 +5759,10 @@ export declare const de_CreateDefaultVpcCommand: (
5735
5759
  output: __HttpResponse,
5736
5760
  context: __SerdeContext
5737
5761
  ) => Promise<CreateDefaultVpcCommandOutput>;
5762
+ export declare const de_CreateDelegateMacVolumeOwnershipTaskCommand: (
5763
+ output: __HttpResponse,
5764
+ context: __SerdeContext
5765
+ ) => Promise<CreateDelegateMacVolumeOwnershipTaskCommandOutput>;
5738
5766
  export declare const de_CreateDhcpOptionsCommand: (
5739
5767
  output: __HttpResponse,
5740
5768
  context: __SerdeContext
@@ -5831,6 +5859,10 @@ export declare const de_CreateLocalGatewayVirtualInterfaceGroupCommand: (
5831
5859
  output: __HttpResponse,
5832
5860
  context: __SerdeContext
5833
5861
  ) => Promise<CreateLocalGatewayVirtualInterfaceGroupCommandOutput>;
5862
+ export declare const de_CreateMacSystemIntegrityProtectionModificationTaskCommand: (
5863
+ output: __HttpResponse,
5864
+ context: __SerdeContext
5865
+ ) => Promise<CreateMacSystemIntegrityProtectionModificationTaskCommandOutput>;
5834
5866
  export declare const de_CreateManagedPrefixListCommand: (
5835
5867
  output: __HttpResponse,
5836
5868
  context: __SerdeContext
@@ -6727,6 +6759,10 @@ export declare const de_DescribeMacHostsCommand: (
6727
6759
  output: __HttpResponse,
6728
6760
  context: __SerdeContext
6729
6761
  ) => Promise<DescribeMacHostsCommandOutput>;
6762
+ export declare const de_DescribeMacModificationTasksCommand: (
6763
+ output: __HttpResponse,
6764
+ context: __SerdeContext
6765
+ ) => Promise<DescribeMacModificationTasksCommandOutput>;
6730
6766
  export declare const de_DescribeManagedPrefixListsCommand: (
6731
6767
  output: __HttpResponse,
6732
6768
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.812.0",
4
+ "version": "3.814.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",