@aws-sdk/client-ec2 3.812.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 +1 -1
package/dist-es/EC2.js CHANGED
@@ -70,6 +70,7 @@ import { CreateCoipPoolCommand, } from "./commands/CreateCoipPoolCommand";
70
70
  import { CreateCustomerGatewayCommand, } from "./commands/CreateCustomerGatewayCommand";
71
71
  import { CreateDefaultSubnetCommand, } from "./commands/CreateDefaultSubnetCommand";
72
72
  import { CreateDefaultVpcCommand, } from "./commands/CreateDefaultVpcCommand";
73
+ import { CreateDelegateMacVolumeOwnershipTaskCommand, } from "./commands/CreateDelegateMacVolumeOwnershipTaskCommand";
73
74
  import { CreateDhcpOptionsCommand, } from "./commands/CreateDhcpOptionsCommand";
74
75
  import { CreateEgressOnlyInternetGatewayCommand, } from "./commands/CreateEgressOnlyInternetGatewayCommand";
75
76
  import { CreateFleetCommand } from "./commands/CreateFleetCommand";
@@ -94,6 +95,7 @@ import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand, }
94
95
  import { CreateLocalGatewayRouteTableVpcAssociationCommand, } from "./commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
95
96
  import { CreateLocalGatewayVirtualInterfaceCommand, } from "./commands/CreateLocalGatewayVirtualInterfaceCommand";
96
97
  import { CreateLocalGatewayVirtualInterfaceGroupCommand, } from "./commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
98
+ import { CreateMacSystemIntegrityProtectionModificationTaskCommand, } from "./commands/CreateMacSystemIntegrityProtectionModificationTaskCommand";
97
99
  import { CreateManagedPrefixListCommand, } from "./commands/CreateManagedPrefixListCommand";
98
100
  import { CreateNatGatewayCommand, } from "./commands/CreateNatGatewayCommand";
99
101
  import { CreateNetworkAclCommand, } from "./commands/CreateNetworkAclCommand";
@@ -318,6 +320,7 @@ import { DescribeLocalGatewayVirtualInterfaceGroupsCommand, } from "./commands/D
318
320
  import { DescribeLocalGatewayVirtualInterfacesCommand, } from "./commands/DescribeLocalGatewayVirtualInterfacesCommand";
319
321
  import { DescribeLockedSnapshotsCommand, } from "./commands/DescribeLockedSnapshotsCommand";
320
322
  import { DescribeMacHostsCommand, } from "./commands/DescribeMacHostsCommand";
323
+ import { DescribeMacModificationTasksCommand, } from "./commands/DescribeMacModificationTasksCommand";
321
324
  import { DescribeManagedPrefixListsCommand, } from "./commands/DescribeManagedPrefixListsCommand";
322
325
  import { DescribeMovingAddressesCommand, } from "./commands/DescribeMovingAddressesCommand";
323
326
  import { DescribeNatGatewaysCommand, } from "./commands/DescribeNatGatewaysCommand";
@@ -753,6 +756,7 @@ const commands = {
753
756
  CreateCustomerGatewayCommand,
754
757
  CreateDefaultSubnetCommand,
755
758
  CreateDefaultVpcCommand,
759
+ CreateDelegateMacVolumeOwnershipTaskCommand,
756
760
  CreateDhcpOptionsCommand,
757
761
  CreateEgressOnlyInternetGatewayCommand,
758
762
  CreateFleetCommand,
@@ -777,6 +781,7 @@ const commands = {
777
781
  CreateLocalGatewayRouteTableVpcAssociationCommand,
778
782
  CreateLocalGatewayVirtualInterfaceCommand,
779
783
  CreateLocalGatewayVirtualInterfaceGroupCommand,
784
+ CreateMacSystemIntegrityProtectionModificationTaskCommand,
780
785
  CreateManagedPrefixListCommand,
781
786
  CreateNatGatewayCommand,
782
787
  CreateNetworkAclCommand,
@@ -1001,6 +1006,7 @@ const commands = {
1001
1006
  DescribeLocalGatewayVirtualInterfacesCommand,
1002
1007
  DescribeLockedSnapshotsCommand,
1003
1008
  DescribeMacHostsCommand,
1009
+ DescribeMacModificationTasksCommand,
1004
1010
  DescribeManagedPrefixListsCommand,
1005
1011
  DescribeMovingAddressesCommand,
1006
1012
  DescribeNatGatewaysCommand,
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_CreateDelegateMacVolumeOwnershipTaskCommand, se_CreateDelegateMacVolumeOwnershipTaskCommand, } from "../protocols/Aws_ec2";
7
+ export { $Command };
8
+ export class CreateDelegateMacVolumeOwnershipTaskCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AmazonEC2", "CreateDelegateMacVolumeOwnershipTask", {})
18
+ .n("EC2Client", "CreateDelegateMacVolumeOwnershipTaskCommand")
19
+ .f(CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveLog, void 0)
20
+ .ser(se_CreateDelegateMacVolumeOwnershipTaskCommand)
21
+ .de(de_CreateDelegateMacVolumeOwnershipTaskCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CreateMacSystemIntegrityProtectionModificationTaskRequestFilterSensitiveLog, } from "../models/models_2";
6
+ import { de_CreateMacSystemIntegrityProtectionModificationTaskCommand, se_CreateMacSystemIntegrityProtectionModificationTaskCommand, } from "../protocols/Aws_ec2";
7
+ export { $Command };
8
+ export class CreateMacSystemIntegrityProtectionModificationTaskCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AmazonEC2", "CreateMacSystemIntegrityProtectionModificationTask", {})
18
+ .n("EC2Client", "CreateMacSystemIntegrityProtectionModificationTaskCommand")
19
+ .f(CreateMacSystemIntegrityProtectionModificationTaskRequestFilterSensitiveLog, void 0)
20
+ .ser(se_CreateMacSystemIntegrityProtectionModificationTaskCommand)
21
+ .de(de_CreateMacSystemIntegrityProtectionModificationTaskCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeMacModificationTasksCommand, se_DescribeMacModificationTasksCommand } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class DescribeMacModificationTasksCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "DescribeMacModificationTasks", {})
17
+ .n("EC2Client", "DescribeMacModificationTasksCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeMacModificationTasksCommand)
20
+ .de(de_DescribeMacModificationTasksCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DetachVerifiedAccessTrustProviderResultFilterSensitiveLog, } from "../models/models_5";
5
+ import { DetachVerifiedAccessTrustProviderResultFilterSensitiveLog, } from "../models/models_6";
6
6
  import { de_DetachVerifiedAccessTrustProviderCommand, se_DetachVerifiedAccessTrustProviderCommand, } from "../protocols/Aws_ec2";
7
7
  export { $Command };
8
8
  export class DetachVerifiedAccessTrustProviderCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ReportInstanceStatusRequestFilterSensitiveLog } from "../models/models_7";
5
+ import { ReportInstanceStatusRequestFilterSensitiveLog } from "../models/models_8";
6
6
  import { de_ReportInstanceStatusCommand, se_ReportInstanceStatusCommand } from "../protocols/Aws_ec2";
7
7
  export { $Command };
8
8
  export class ReportInstanceStatusCommand extends $Command
@@ -69,6 +69,7 @@ export * from "./CreateCoipPoolCommand";
69
69
  export * from "./CreateCustomerGatewayCommand";
70
70
  export * from "./CreateDefaultSubnetCommand";
71
71
  export * from "./CreateDefaultVpcCommand";
72
+ export * from "./CreateDelegateMacVolumeOwnershipTaskCommand";
72
73
  export * from "./CreateDhcpOptionsCommand";
73
74
  export * from "./CreateEgressOnlyInternetGatewayCommand";
74
75
  export * from "./CreateFleetCommand";
@@ -93,6 +94,7 @@ export * from "./CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCom
93
94
  export * from "./CreateLocalGatewayRouteTableVpcAssociationCommand";
94
95
  export * from "./CreateLocalGatewayVirtualInterfaceCommand";
95
96
  export * from "./CreateLocalGatewayVirtualInterfaceGroupCommand";
97
+ export * from "./CreateMacSystemIntegrityProtectionModificationTaskCommand";
96
98
  export * from "./CreateManagedPrefixListCommand";
97
99
  export * from "./CreateNatGatewayCommand";
98
100
  export * from "./CreateNetworkAclCommand";
@@ -317,6 +319,7 @@ export * from "./DescribeLocalGatewayVirtualInterfacesCommand";
317
319
  export * from "./DescribeLocalGatewaysCommand";
318
320
  export * from "./DescribeLockedSnapshotsCommand";
319
321
  export * from "./DescribeMacHostsCommand";
322
+ export * from "./DescribeMacModificationTasksCommand";
320
323
  export * from "./DescribeManagedPrefixListsCommand";
321
324
  export * from "./DescribeMovingAddressesCommand";
322
325
  export * from "./DescribeNatGatewaysCommand";
@@ -66,6 +66,7 @@ export const ResourceType = {
66
66
  local_gateway_route_table_vpc_association: "local-gateway-route-table-vpc-association",
67
67
  local_gateway_virtual_interface: "local-gateway-virtual-interface",
68
68
  local_gateway_virtual_interface_group: "local-gateway-virtual-interface-group",
69
+ mac_modification_task: "mac-modification-task",
69
70
  natgateway: "natgateway",
70
71
  network_acl: "network-acl",
71
72
  network_insights_access_scope: "network-insights-access-scope",
@@ -1028,6 +1028,20 @@ export const VpcState = {
1028
1028
  available: "available",
1029
1029
  pending: "pending",
1030
1030
  };
1031
+ export const MacSystemIntegrityProtectionSettingStatus = {
1032
+ disabled: "disabled",
1033
+ enabled: "enabled",
1034
+ };
1035
+ export const MacModificationTaskState = {
1036
+ failed: "failed",
1037
+ inprogress: "in-progress",
1038
+ pending: "pending",
1039
+ successful: "successful",
1040
+ };
1041
+ export const MacModificationTaskType = {
1042
+ SIPModification: "sip-modification",
1043
+ VolumeOwnershipDelegation: "volume-ownership-delegation",
1044
+ };
1031
1045
  export const FleetExcessCapacityTerminationPolicy = {
1032
1046
  NO_TERMINATION: "no-termination",
1033
1047
  TERMINATION: "termination",
@@ -1320,6 +1334,10 @@ export const CopySnapshotRequestFilterSensitiveLog = (obj) => ({
1320
1334
  ...obj,
1321
1335
  ...(obj.PresignedUrl && { PresignedUrl: SENSITIVE_STRING }),
1322
1336
  });
1337
+ export const CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveLog = (obj) => ({
1338
+ ...obj,
1339
+ ...(obj.MacCredentials && { MacCredentials: SENSITIVE_STRING }),
1340
+ });
1323
1341
  export const KeyPairFilterSensitiveLog = (obj) => ({
1324
1342
  ...obj,
1325
1343
  ...(obj.KeyMaterial && { KeyMaterial: SENSITIVE_STRING }),
@@ -1340,7 +1358,3 @@ export const CreateLaunchTemplateVersionRequestFilterSensitiveLog = (obj) => ({
1340
1358
  LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
1341
1359
  }),
1342
1360
  });
1343
- export const ResponseLaunchTemplateDataFilterSensitiveLog = (obj) => ({
1344
- ...obj,
1345
- ...(obj.UserData && { UserData: SENSITIVE_STRING }),
1346
- });
@@ -1,6 +1,5 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
- import { ResponseLaunchTemplateDataFilterSensitiveLog, } from "./models_1";
4
3
  export const LocalGatewayRouteState = {
5
4
  active: "active",
6
5
  blackhole: "blackhole",
@@ -410,29 +409,10 @@ export const ConnectionNotificationState = {
410
409
  Disabled: "Disabled",
411
410
  Enabled: "Enabled",
412
411
  };
413
- export const ConnectionNotificationType = {
414
- Topic: "Topic",
415
- };
416
- export const PayerResponsibility = {
417
- ServiceOwner: "ServiceOwner",
418
- };
419
- export const DnsNameState = {
420
- Failed: "failed",
421
- PendingVerification: "pendingVerification",
422
- Verified: "verified",
423
- };
424
- export const ServiceState = {
425
- Available: "Available",
426
- Deleted: "Deleted",
427
- Deleting: "Deleting",
428
- Failed: "Failed",
429
- Pending: "Pending",
430
- };
431
- export const ServiceType = {
432
- Gateway: "Gateway",
433
- GatewayLoadBalancer: "GatewayLoadBalancer",
434
- Interface: "Interface",
435
- };
412
+ export const ResponseLaunchTemplateDataFilterSensitiveLog = (obj) => ({
413
+ ...obj,
414
+ ...(obj.UserData && { UserData: SENSITIVE_STRING }),
415
+ });
436
416
  export const LaunchTemplateVersionFilterSensitiveLog = (obj) => ({
437
417
  ...obj,
438
418
  ...(obj.LaunchTemplateData && {
@@ -445,6 +425,10 @@ export const CreateLaunchTemplateVersionResultFilterSensitiveLog = (obj) => ({
445
425
  LaunchTemplateVersion: LaunchTemplateVersionFilterSensitiveLog(obj.LaunchTemplateVersion),
446
426
  }),
447
427
  });
428
+ export const CreateMacSystemIntegrityProtectionModificationTaskRequestFilterSensitiveLog = (obj) => ({
429
+ ...obj,
430
+ ...(obj.MacCredentials && { MacCredentials: SENSITIVE_STRING }),
431
+ });
448
432
  export const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
449
433
  ...obj,
450
434
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -1,5 +1,28 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { BundleTaskFilterSensitiveLog, VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
+ export const ConnectionNotificationType = {
4
+ Topic: "Topic",
5
+ };
6
+ export const PayerResponsibility = {
7
+ ServiceOwner: "ServiceOwner",
8
+ };
9
+ export const DnsNameState = {
10
+ Failed: "failed",
11
+ PendingVerification: "pendingVerification",
12
+ Verified: "verified",
13
+ };
14
+ export const ServiceState = {
15
+ Available: "Available",
16
+ Deleted: "Deleted",
17
+ Deleting: "Deleting",
18
+ Failed: "Failed",
19
+ Pending: "Pending",
20
+ };
21
+ export const ServiceType = {
22
+ Gateway: "Gateway",
23
+ GatewayLoadBalancer: "GatewayLoadBalancer",
24
+ Interface: "Interface",
25
+ };
3
26
  export const ServiceConnectivityType = {
4
27
  ipv4: "ipv4",
5
28
  ipv6: "ipv6",
@@ -129,10 +152,6 @@ export const ClientVpnConnectionStatusCode = {
129
152
  export const AssociatedNetworkType = {
130
153
  vpc: "vpc",
131
154
  };
132
- export const ClientVpnEndpointAttributeStatusCode = {
133
- applied: "applied",
134
- applying: "applying",
135
- };
136
155
  export const VpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
137
156
  ...obj,
138
157
  ...(obj.PreSharedKey && { PreSharedKey: SENSITIVE_STRING }),
@@ -1,5 +1,9 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_2";
3
+ export const ClientVpnEndpointAttributeStatusCode = {
4
+ applied: "applied",
5
+ applying: "applying",
6
+ };
3
7
  export const VpnProtocol = {
4
8
  openvpn: "openvpn",
5
9
  };
@@ -201,9 +201,3 @@ export const DescribeVpnConnectionsResultFilterSensitiveLog = (obj) => ({
201
201
  VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item)),
202
202
  }),
203
203
  });
204
- export const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
205
- ...obj,
206
- ...(obj.VerifiedAccessTrustProvider && {
207
- VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
208
- }),
209
- });
@@ -1,5 +1,6 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { ResponseLaunchTemplateDataFilterSensitiveLog, } from "./models_1";
2
+ import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
+ import { ResponseLaunchTemplateDataFilterSensitiveLog, } from "./models_2";
3
4
  export const ImageBlockPublicAccessDisabledState = {
4
5
  unblocked: "unblocked",
5
6
  };
@@ -122,6 +123,12 @@ export const RouteServerRouteStatus = {
122
123
  IN_FIB: "in-fib",
123
124
  IN_RIB: "in-rib",
124
125
  };
126
+ export const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
127
+ ...obj,
128
+ ...(obj.VerifiedAccessTrustProvider && {
129
+ VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
130
+ }),
131
+ });
125
132
  export const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog = (obj) => ({
126
133
  ...obj,
127
134
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -66,21 +66,6 @@ export const VerificationMethod = {
66
66
  dns_token: "dns-token",
67
67
  remarks_x509: "remarks-x509",
68
68
  };
69
- export const ReportInstanceReasonCodes = {
70
- instance_stuck_in_state: "instance-stuck-in-state",
71
- not_accepting_credentials: "not-accepting-credentials",
72
- other: "other",
73
- password_not_available: "password-not-available",
74
- performance_ebs_volume: "performance-ebs-volume",
75
- performance_instance_store: "performance-instance-store",
76
- performance_network: "performance-network",
77
- performance_other: "performance-other",
78
- unresponsive: "unresponsive",
79
- };
80
- export const ReportStatusType = {
81
- impaired: "impaired",
82
- ok: "ok",
83
- };
84
69
  export const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = (obj) => ({
85
70
  ...obj,
86
71
  ...(obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: SENSITIVE_STRING }),
@@ -194,7 +179,3 @@ export const ModifyVpnTunnelOptionsResultFilterSensitiveLog = (obj) => ({
194
179
  ...obj,
195
180
  ...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
196
181
  });
197
- export const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
198
- ...obj,
199
- ...(obj.Description && { Description: SENSITIVE_STRING }),
200
- });
@@ -1,5 +1,20 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
3
+ export const ReportInstanceReasonCodes = {
4
+ instance_stuck_in_state: "instance-stuck-in-state",
5
+ not_accepting_credentials: "not-accepting-credentials",
6
+ other: "other",
7
+ password_not_available: "password-not-available",
8
+ performance_ebs_volume: "performance-ebs-volume",
9
+ performance_instance_store: "performance-instance-store",
10
+ performance_network: "performance-network",
11
+ performance_other: "performance-other",
12
+ unresponsive: "unresponsive",
13
+ };
14
+ export const ReportStatusType = {
15
+ impaired: "impaired",
16
+ ok: "ok",
17
+ };
3
18
  export const ResetFpgaImageAttributeName = {
4
19
  loadPermission: "loadPermission",
5
20
  };
@@ -10,6 +25,10 @@ export const MembershipType = {
10
25
  igmp: "igmp",
11
26
  static: "static",
12
27
  };
28
+ export const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
29
+ ...obj,
30
+ ...(obj.Description && { Description: SENSITIVE_STRING }),
31
+ });
13
32
  export const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
14
33
  ...obj,
15
34
  ...(obj.SpotFleetRequestConfig && {
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { DescribeMacModificationTasksCommand, } from "../commands/DescribeMacModificationTasksCommand";
3
+ import { EC2Client } from "../EC2Client";
4
+ export const paginateDescribeMacModificationTasks = createPaginator(EC2Client, DescribeMacModificationTasksCommand, "NextToken", "NextToken", "MaxResults");
@@ -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";