@aws-sdk/client-ec2 3.810.0 → 3.813.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 (215) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +668 -263
  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/DescribeMacModificationTasksCommand.js +22 -0
  7. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
  8. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  9. package/dist-es/commands/index.js +3 -0
  10. package/dist-es/models/models_0.js +1 -0
  11. package/dist-es/models/models_1.js +18 -4
  12. package/dist-es/models/models_2.js +8 -24
  13. package/dist-es/models/models_3.js +23 -4
  14. package/dist-es/models/models_4.js +4 -0
  15. package/dist-es/models/models_5.js +0 -6
  16. package/dist-es/models/models_6.js +8 -1
  17. package/dist-es/models/models_7.js +0 -19
  18. package/dist-es/models/models_8.js +19 -0
  19. package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_ec2.js +344 -28
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +5 -2
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
  40. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
  64. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeImagesCommand.d.ts +5 -0
  110. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  115. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
  117. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -0
  118. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  119. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  120. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -1
  121. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  122. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  123. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  124. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  125. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  126. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  127. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  128. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
  129. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  130. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  131. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -1
  132. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  133. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  134. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  135. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  138. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  139. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  140. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  142. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  143. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -1
  144. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  145. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  146. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  147. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  148. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  149. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  150. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  151. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  152. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  153. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  154. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  155. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  156. package/dist-types/commands/index.d.ts +3 -0
  157. package/dist-types/models/models_0.d.ts +1 -0
  158. package/dist-types/models/models_1.d.ts +223 -480
  159. package/dist-types/models/models_2.d.ts +624 -222
  160. package/dist-types/models/models_3.d.ts +224 -169
  161. package/dist-types/models/models_4.d.ts +170 -386
  162. package/dist-types/models/models_5.d.ts +456 -271
  163. package/dist-types/models/models_6.d.ts +268 -297
  164. package/dist-types/models/models_7.d.ts +300 -412
  165. package/dist-types/models/models_8.d.ts +410 -2
  166. package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
  167. package/dist-types/pagination/index.d.ts +1 -0
  168. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  169. package/dist-types/ts3.4/EC2.d.ts +64 -0
  170. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  171. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
  175. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +2 -4
  182. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -4
  196. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  203. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  204. package/dist-types/ts3.4/models/models_1.d.ts +54 -99
  205. package/dist-types/ts3.4/models/models_2.d.ts +152 -65
  206. package/dist-types/ts3.4/models/models_3.d.ts +65 -47
  207. package/dist-types/ts3.4/models/models_4.d.ts +44 -72
  208. package/dist-types/ts3.4/models/models_5.d.ts +83 -66
  209. package/dist-types/ts3.4/models/models_6.d.ts +62 -69
  210. package/dist-types/ts3.4/models/models_7.d.ts +71 -99
  211. package/dist-types/ts3.4/models/models_8.d.ts +97 -0
  212. package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
  213. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  214. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  215. package/package.json +5 -5
@@ -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,
@@ -155,8 +153,75 @@ import {
155
153
  InstanceFamilyCreditSpecification,
156
154
  IpamResourceCidr,
157
155
  Purchase,
156
+ TransitGatewayPropagationState,
158
157
  UnlimitedSupportedInstanceFamily,
159
158
  } from "./models_6";
159
+ export interface GetTransitGatewayPrefixListReferencesResult {
160
+ TransitGatewayPrefixListReferences?:
161
+ | TransitGatewayPrefixListReference[]
162
+ | undefined;
163
+ NextToken?: string | undefined;
164
+ }
165
+ export interface GetTransitGatewayRouteTableAssociationsRequest {
166
+ TransitGatewayRouteTableId: string | undefined;
167
+ Filters?: Filter[] | undefined;
168
+ MaxResults?: number | undefined;
169
+ NextToken?: string | undefined;
170
+ DryRun?: boolean | undefined;
171
+ }
172
+ export interface TransitGatewayRouteTableAssociation {
173
+ TransitGatewayAttachmentId?: string | undefined;
174
+ ResourceId?: string | undefined;
175
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
176
+ State?: TransitGatewayAssociationState | undefined;
177
+ }
178
+ export interface GetTransitGatewayRouteTableAssociationsResult {
179
+ Associations?: TransitGatewayRouteTableAssociation[] | undefined;
180
+ NextToken?: string | undefined;
181
+ }
182
+ export interface GetTransitGatewayRouteTablePropagationsRequest {
183
+ TransitGatewayRouteTableId: string | undefined;
184
+ Filters?: Filter[] | undefined;
185
+ MaxResults?: number | undefined;
186
+ NextToken?: string | undefined;
187
+ DryRun?: boolean | undefined;
188
+ }
189
+ export interface TransitGatewayRouteTablePropagation {
190
+ TransitGatewayAttachmentId?: string | undefined;
191
+ ResourceId?: string | undefined;
192
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
193
+ State?: TransitGatewayPropagationState | undefined;
194
+ TransitGatewayRouteTableAnnouncementId?: string | undefined;
195
+ }
196
+ export interface GetTransitGatewayRouteTablePropagationsResult {
197
+ TransitGatewayRouteTablePropagations?:
198
+ | TransitGatewayRouteTablePropagation[]
199
+ | undefined;
200
+ NextToken?: string | undefined;
201
+ }
202
+ export interface GetVerifiedAccessEndpointPolicyRequest {
203
+ VerifiedAccessEndpointId: string | undefined;
204
+ DryRun?: boolean | undefined;
205
+ }
206
+ export interface GetVerifiedAccessEndpointPolicyResult {
207
+ PolicyEnabled?: boolean | undefined;
208
+ PolicyDocument?: string | undefined;
209
+ }
210
+ export interface GetVerifiedAccessEndpointTargetsRequest {
211
+ VerifiedAccessEndpointId: string | undefined;
212
+ MaxResults?: number | undefined;
213
+ NextToken?: string | undefined;
214
+ DryRun?: boolean | undefined;
215
+ }
216
+ export interface VerifiedAccessEndpointTarget {
217
+ VerifiedAccessEndpointId?: string | undefined;
218
+ VerifiedAccessEndpointTargetIpAddress?: string | undefined;
219
+ VerifiedAccessEndpointTargetDns?: string | undefined;
220
+ }
221
+ export interface GetVerifiedAccessEndpointTargetsResult {
222
+ VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
223
+ NextToken?: string | undefined;
224
+ }
160
225
  export interface GetVerifiedAccessGroupPolicyRequest {
161
226
  VerifiedAccessGroupId: string | undefined;
162
227
  DryRun?: boolean | undefined;
@@ -1802,96 +1867,6 @@ export interface ReplaceNetworkAclAssociationRequest {
1802
1867
  AssociationId: string | undefined;
1803
1868
  NetworkAclId: string | undefined;
1804
1869
  }
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
1870
  export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1896
1871
  obj: GetVpnConnectionDeviceSampleConfigurationResult
1897
1872
  ) => any;
@@ -1963,6 +1938,3 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
1963
1938
  export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
1964
1939
  obj: ModifyVpnTunnelOptionsResult
1965
1940
  ) => 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,96 @@ import {
57
61
  InstanceMonitoring,
58
62
  Status,
59
63
  } from "./models_7";
64
+ export interface ReplaceNetworkAclAssociationResult {
65
+ NewAssociationId?: string | undefined;
66
+ }
67
+ export interface ReplaceNetworkAclEntryRequest {
68
+ DryRun?: boolean | undefined;
69
+ NetworkAclId: string | undefined;
70
+ RuleNumber: number | undefined;
71
+ Protocol: string | undefined;
72
+ RuleAction: RuleAction | undefined;
73
+ Egress: boolean | undefined;
74
+ CidrBlock?: string | undefined;
75
+ Ipv6CidrBlock?: string | undefined;
76
+ IcmpTypeCode?: IcmpTypeCode | undefined;
77
+ PortRange?: PortRange | undefined;
78
+ }
79
+ export interface ReplaceRouteRequest {
80
+ DestinationPrefixListId?: string | undefined;
81
+ VpcEndpointId?: string | undefined;
82
+ LocalTarget?: boolean | undefined;
83
+ TransitGatewayId?: string | undefined;
84
+ LocalGatewayId?: string | undefined;
85
+ CarrierGatewayId?: string | undefined;
86
+ CoreNetworkArn?: string | undefined;
87
+ DryRun?: boolean | undefined;
88
+ RouteTableId: string | undefined;
89
+ DestinationCidrBlock?: string | undefined;
90
+ GatewayId?: string | undefined;
91
+ DestinationIpv6CidrBlock?: string | undefined;
92
+ EgressOnlyInternetGatewayId?: string | undefined;
93
+ InstanceId?: string | undefined;
94
+ NetworkInterfaceId?: string | undefined;
95
+ VpcPeeringConnectionId?: string | undefined;
96
+ NatGatewayId?: string | undefined;
97
+ }
98
+ export interface ReplaceRouteTableAssociationRequest {
99
+ DryRun?: boolean | undefined;
100
+ AssociationId: string | undefined;
101
+ RouteTableId: string | undefined;
102
+ }
103
+ export interface ReplaceRouteTableAssociationResult {
104
+ NewAssociationId?: string | undefined;
105
+ AssociationState?: RouteTableAssociationState | undefined;
106
+ }
107
+ export interface ReplaceTransitGatewayRouteRequest {
108
+ DestinationCidrBlock: string | undefined;
109
+ TransitGatewayRouteTableId: string | undefined;
110
+ TransitGatewayAttachmentId?: string | undefined;
111
+ Blackhole?: boolean | undefined;
112
+ DryRun?: boolean | undefined;
113
+ }
114
+ export interface ReplaceTransitGatewayRouteResult {
115
+ Route?: TransitGatewayRoute | undefined;
116
+ }
117
+ export interface ReplaceVpnTunnelRequest {
118
+ VpnConnectionId: string | undefined;
119
+ VpnTunnelOutsideIpAddress: string | undefined;
120
+ ApplyPendingMaintenance?: boolean | undefined;
121
+ DryRun?: boolean | undefined;
122
+ }
123
+ export interface ReplaceVpnTunnelResult {
124
+ Return?: boolean | undefined;
125
+ }
126
+ export declare const ReportInstanceReasonCodes: {
127
+ readonly instance_stuck_in_state: "instance-stuck-in-state";
128
+ readonly not_accepting_credentials: "not-accepting-credentials";
129
+ readonly other: "other";
130
+ readonly password_not_available: "password-not-available";
131
+ readonly performance_ebs_volume: "performance-ebs-volume";
132
+ readonly performance_instance_store: "performance-instance-store";
133
+ readonly performance_network: "performance-network";
134
+ readonly performance_other: "performance-other";
135
+ readonly unresponsive: "unresponsive";
136
+ };
137
+ export type ReportInstanceReasonCodes =
138
+ (typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
139
+ export declare const ReportStatusType: {
140
+ readonly impaired: "impaired";
141
+ readonly ok: "ok";
142
+ };
143
+ export type ReportStatusType =
144
+ (typeof ReportStatusType)[keyof typeof ReportStatusType];
145
+ export interface ReportInstanceStatusRequest {
146
+ DryRun?: boolean | undefined;
147
+ Instances: string[] | undefined;
148
+ Status: ReportStatusType | undefined;
149
+ StartTime?: Date | undefined;
150
+ EndTime?: Date | undefined;
151
+ ReasonCodes: ReportInstanceReasonCodes[] | undefined;
152
+ Description?: string | undefined;
153
+ }
60
154
  export interface RequestSpotFleetRequest {
61
155
  DryRun?: boolean | undefined;
62
156
  SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
@@ -648,6 +742,9 @@ export interface WithdrawByoipCidrRequest {
648
742
  export interface WithdrawByoipCidrResult {
649
743
  ByoipCidr?: ByoipCidr | undefined;
650
744
  }
745
+ export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
746
+ obj: ReportInstanceStatusRequest
747
+ ) => any;
651
748
  export declare const RequestSpotFleetRequestFilterSensitiveLog: (
652
749
  obj: RequestSpotFleetRequest
653
750
  ) => 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.810.0",
4
+ "version": "3.813.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",
@@ -20,18 +20,18 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.810.0",
24
- "@aws-sdk/credential-provider-node": "3.810.0",
23
+ "@aws-sdk/core": "3.812.0",
24
+ "@aws-sdk/credential-provider-node": "3.812.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
28
  "@aws-sdk/middleware-sdk-ec2": "3.810.0",
29
- "@aws-sdk/middleware-user-agent": "3.810.0",
29
+ "@aws-sdk/middleware-user-agent": "3.812.0",
30
30
  "@aws-sdk/region-config-resolver": "3.808.0",
31
31
  "@aws-sdk/types": "3.804.0",
32
32
  "@aws-sdk/util-endpoints": "3.808.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.804.0",
34
- "@aws-sdk/util-user-agent-node": "3.810.0",
34
+ "@aws-sdk/util-user-agent-node": "3.812.0",
35
35
  "@smithy/config-resolver": "^4.1.2",
36
36
  "@smithy/core": "^3.3.3",
37
37
  "@smithy/fetch-http-handler": "^5.0.2",