@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
@@ -713,6 +713,16 @@ export const se_CreateDefaultVpcCommand = async (input, context) => {
713
713
  });
714
714
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
715
715
  };
716
+ export const se_CreateDelegateMacVolumeOwnershipTaskCommand = async (input, context) => {
717
+ const headers = SHARED_HEADERS;
718
+ let body;
719
+ body = buildFormUrlencodedString({
720
+ ...se_CreateDelegateMacVolumeOwnershipTaskRequest(input, context),
721
+ [_A]: _CDMVOT,
722
+ [_V]: _,
723
+ });
724
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
725
+ };
716
726
  export const se_CreateDhcpOptionsCommand = async (input, context) => {
717
727
  const headers = SHARED_HEADERS;
718
728
  let body;
@@ -953,6 +963,16 @@ export const se_CreateLocalGatewayVirtualInterfaceGroupCommand = async (input, c
953
963
  });
954
964
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
955
965
  };
966
+ export const se_CreateMacSystemIntegrityProtectionModificationTaskCommand = async (input, context) => {
967
+ const headers = SHARED_HEADERS;
968
+ let body;
969
+ body = buildFormUrlencodedString({
970
+ ...se_CreateMacSystemIntegrityProtectionModificationTaskRequest(input, context),
971
+ [_A]: _CMSIPMT,
972
+ [_V]: _,
973
+ });
974
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
975
+ };
956
976
  export const se_CreateManagedPrefixListCommand = async (input, context) => {
957
977
  const headers = SHARED_HEADERS;
958
978
  let body;
@@ -3193,6 +3213,16 @@ export const se_DescribeMacHostsCommand = async (input, context) => {
3193
3213
  });
3194
3214
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
3195
3215
  };
3216
+ export const se_DescribeMacModificationTasksCommand = async (input, context) => {
3217
+ const headers = SHARED_HEADERS;
3218
+ let body;
3219
+ body = buildFormUrlencodedString({
3220
+ ...se_DescribeMacModificationTasksRequest(input, context),
3221
+ [_A]: _DMMT,
3222
+ [_V]: _,
3223
+ });
3224
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3225
+ };
3196
3226
  export const se_DescribeManagedPrefixListsCommand = async (input, context) => {
3197
3227
  const headers = SHARED_HEADERS;
3198
3228
  let body;
@@ -7724,6 +7754,19 @@ export const de_CreateDefaultVpcCommand = async (output, context) => {
7724
7754
  };
7725
7755
  return response;
7726
7756
  };
7757
+ export const de_CreateDelegateMacVolumeOwnershipTaskCommand = async (output, context) => {
7758
+ if (output.statusCode >= 300) {
7759
+ return de_CommandError(output, context);
7760
+ }
7761
+ const data = await parseBody(output.body, context);
7762
+ let contents = {};
7763
+ contents = de_CreateDelegateMacVolumeOwnershipTaskResult(data, context);
7764
+ const response = {
7765
+ $metadata: deserializeMetadata(output),
7766
+ ...contents,
7767
+ };
7768
+ return response;
7769
+ };
7727
7770
  export const de_CreateDhcpOptionsCommand = async (output, context) => {
7728
7771
  if (output.statusCode >= 300) {
7729
7772
  return de_CommandError(output, context);
@@ -8036,6 +8079,19 @@ export const de_CreateLocalGatewayVirtualInterfaceGroupCommand = async (output,
8036
8079
  };
8037
8080
  return response;
8038
8081
  };
8082
+ export const de_CreateMacSystemIntegrityProtectionModificationTaskCommand = async (output, context) => {
8083
+ if (output.statusCode >= 300) {
8084
+ return de_CommandError(output, context);
8085
+ }
8086
+ const data = await parseBody(output.body, context);
8087
+ let contents = {};
8088
+ contents = de_CreateMacSystemIntegrityProtectionModificationTaskResult(data, context);
8089
+ const response = {
8090
+ $metadata: deserializeMetadata(output),
8091
+ ...contents,
8092
+ };
8093
+ return response;
8094
+ };
8039
8095
  export const de_CreateManagedPrefixListCommand = async (output, context) => {
8040
8096
  if (output.statusCode >= 300) {
8041
8097
  return de_CommandError(output, context);
@@ -10885,6 +10941,19 @@ export const de_DescribeMacHostsCommand = async (output, context) => {
10885
10941
  };
10886
10942
  return response;
10887
10943
  };
10944
+ export const de_DescribeMacModificationTasksCommand = async (output, context) => {
10945
+ if (output.statusCode >= 300) {
10946
+ return de_CommandError(output, context);
10947
+ }
10948
+ const data = await parseBody(output.body, context);
10949
+ let contents = {};
10950
+ contents = de_DescribeMacModificationTasksResult(data, context);
10951
+ const response = {
10952
+ $metadata: deserializeMetadata(output),
10953
+ ...contents,
10954
+ };
10955
+ return response;
10956
+ };
10888
10957
  export const de_DescribeManagedPrefixListsCommand = async (output, context) => {
10889
10958
  if (output.statusCode >= 300) {
10890
10959
  return de_CommandError(output, context);
@@ -17885,6 +17954,32 @@ const se_CreateDefaultVpcRequest = (input, context) => {
17885
17954
  }
17886
17955
  return entries;
17887
17956
  };
17957
+ const se_CreateDelegateMacVolumeOwnershipTaskRequest = (input, context) => {
17958
+ const entries = {};
17959
+ if (input[_CTl] === undefined) {
17960
+ input[_CTl] = generateIdempotencyToken();
17961
+ }
17962
+ if (input[_CTl] != null) {
17963
+ entries[_CTl] = input[_CTl];
17964
+ }
17965
+ if (input[_DRr] != null) {
17966
+ entries[_DRr] = input[_DRr];
17967
+ }
17968
+ if (input[_IIn] != null) {
17969
+ entries[_IIn] = input[_IIn];
17970
+ }
17971
+ if (input[_MC] != null) {
17972
+ entries[_MC] = input[_MC];
17973
+ }
17974
+ if (input[_TS] != null) {
17975
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
17976
+ Object.entries(memberEntries).forEach(([key, value]) => {
17977
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
17978
+ entries[loc] = value;
17979
+ });
17980
+ }
17981
+ return entries;
17982
+ };
17888
17983
  const se_CreateDhcpOptionsRequest = (input, context) => {
17889
17984
  const entries = {};
17890
17985
  if (input[_DCh] != null) {
@@ -18650,6 +18745,42 @@ const se_CreateLocalGatewayVirtualInterfaceRequest = (input, context) => {
18650
18745
  }
18651
18746
  return entries;
18652
18747
  };
18748
+ const se_CreateMacSystemIntegrityProtectionModificationTaskRequest = (input, context) => {
18749
+ const entries = {};
18750
+ if (input[_CTl] === undefined) {
18751
+ input[_CTl] = generateIdempotencyToken();
18752
+ }
18753
+ if (input[_CTl] != null) {
18754
+ entries[_CTl] = input[_CTl];
18755
+ }
18756
+ if (input[_DRr] != null) {
18757
+ entries[_DRr] = input[_DRr];
18758
+ }
18759
+ if (input[_IIn] != null) {
18760
+ entries[_IIn] = input[_IIn];
18761
+ }
18762
+ if (input[_MC] != null) {
18763
+ entries[_MC] = input[_MC];
18764
+ }
18765
+ if (input[_MSIPC] != null) {
18766
+ const memberEntries = se_MacSystemIntegrityProtectionConfigurationRequest(input[_MSIPC], context);
18767
+ Object.entries(memberEntries).forEach(([key, value]) => {
18768
+ const loc = `MacSystemIntegrityProtectionConfiguration.${key}`;
18769
+ entries[loc] = value;
18770
+ });
18771
+ }
18772
+ if (input[_MSIPS] != null) {
18773
+ entries[_MSIPS] = input[_MSIPS];
18774
+ }
18775
+ if (input[_TS] != null) {
18776
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
18777
+ Object.entries(memberEntries).forEach(([key, value]) => {
18778
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
18779
+ entries[loc] = value;
18780
+ });
18781
+ }
18782
+ return entries;
18783
+ };
18653
18784
  const se_CreateManagedPrefixListRequest = (input, context) => {
18654
18785
  const entries = {};
18655
18786
  if (input[_DRr] != null) {
@@ -23921,6 +24052,33 @@ const se_DescribeMacHostsRequest = (input, context) => {
23921
24052
  }
23922
24053
  return entries;
23923
24054
  };
24055
+ const se_DescribeMacModificationTasksRequest = (input, context) => {
24056
+ const entries = {};
24057
+ if (input[_DRr] != null) {
24058
+ entries[_DRr] = input[_DRr];
24059
+ }
24060
+ if (input[_Fi] != null) {
24061
+ const memberEntries = se_FilterList(input[_Fi], context);
24062
+ Object.entries(memberEntries).forEach(([key, value]) => {
24063
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
24064
+ entries[loc] = value;
24065
+ });
24066
+ }
24067
+ if (input[_MMTI] != null) {
24068
+ const memberEntries = se_MacModificationTaskIdList(input[_MMTI], context);
24069
+ Object.entries(memberEntries).forEach(([key, value]) => {
24070
+ const loc = `MacModificationTaskId.${key.substring(key.indexOf(".") + 1)}`;
24071
+ entries[loc] = value;
24072
+ });
24073
+ }
24074
+ if (input[_MR] != null) {
24075
+ entries[_MR] = input[_MR];
24076
+ }
24077
+ if (input[_NT] != null) {
24078
+ entries[_NT] = input[_NT];
24079
+ }
24080
+ return entries;
24081
+ };
23924
24082
  const se_DescribeManagedPrefixListsRequest = (input, context) => {
23925
24083
  const entries = {};
23926
24084
  if (input[_DRr] != null) {
@@ -31091,6 +31249,43 @@ const se_LockSnapshotRequest = (input, context) => {
31091
31249
  }
31092
31250
  return entries;
31093
31251
  };
31252
+ const se_MacModificationTaskIdList = (input, context) => {
31253
+ const entries = {};
31254
+ let counter = 1;
31255
+ for (const entry of input) {
31256
+ if (entry === null) {
31257
+ continue;
31258
+ }
31259
+ entries[`Item.${counter}`] = entry;
31260
+ counter++;
31261
+ }
31262
+ return entries;
31263
+ };
31264
+ const se_MacSystemIntegrityProtectionConfigurationRequest = (input, context) => {
31265
+ const entries = {};
31266
+ if (input[_AIp] != null) {
31267
+ entries[_AIp] = input[_AIp];
31268
+ }
31269
+ if (input[_BS] != null) {
31270
+ entries[_BS] = input[_BS];
31271
+ }
31272
+ if (input[_DReb] != null) {
31273
+ entries[_DReb] = input[_DReb];
31274
+ }
31275
+ if (input[_DTR] != null) {
31276
+ entries[_DTR] = input[_DTR];
31277
+ }
31278
+ if (input[_FPi] != null) {
31279
+ entries[_FPi] = input[_FPi];
31280
+ }
31281
+ if (input[_KS] != null) {
31282
+ entries[_KS] = input[_KS];
31283
+ }
31284
+ if (input[_NP] != null) {
31285
+ entries[_NP] = input[_NP];
31286
+ }
31287
+ return entries;
31288
+ };
31094
31289
  const se_MemoryGiBPerVCpu = (input, context) => {
31095
31290
  const entries = {};
31096
31291
  if (input[_M] != null) {
@@ -31711,6 +31906,9 @@ const se_ModifyInstanceMaintenanceOptionsRequest = (input, context) => {
31711
31906
  if (input[_ARu] != null) {
31712
31907
  entries[_ARu] = input[_ARu];
31713
31908
  }
31909
+ if (input[_RMe] != null) {
31910
+ entries[_RMe] = input[_RMe];
31911
+ }
31714
31912
  if (input[_DRr] != null) {
31715
31913
  entries[_DRr] = input[_DRr];
31716
31914
  }
@@ -36147,8 +36345,8 @@ const se_RunInstancesRequest = (input, context) => {
36147
36345
  if (input[_KN] != null) {
36148
36346
  entries[_KN] = input[_KN];
36149
36347
  }
36150
- if (input[_MC] != null) {
36151
- entries[_MC] = input[_MC];
36348
+ if (input[_MCa] != null) {
36349
+ entries[_MCa] = input[_MCa];
36152
36350
  }
36153
36351
  if (input[_MCi] != null) {
36154
36352
  entries[_MCi] = input[_MCi];
@@ -41609,6 +41807,13 @@ const de_CreateDefaultVpcResult = (output, context) => {
41609
41807
  }
41610
41808
  return contents;
41611
41809
  };
41810
+ const de_CreateDelegateMacVolumeOwnershipTaskResult = (output, context) => {
41811
+ const contents = {};
41812
+ if (output[_mMT] != null) {
41813
+ contents[_MMT] = de_MacModificationTask(output[_mMT], context);
41814
+ }
41815
+ return contents;
41816
+ };
41612
41817
  const de_CreateDhcpOptionsResult = (output, context) => {
41613
41818
  const contents = {};
41614
41819
  if (output[_dO] != null) {
@@ -41861,6 +42066,13 @@ const de_CreateLocalGatewayVirtualInterfaceResult = (output, context) => {
41861
42066
  }
41862
42067
  return contents;
41863
42068
  };
42069
+ const de_CreateMacSystemIntegrityProtectionModificationTaskResult = (output, context) => {
42070
+ const contents = {};
42071
+ if (output[_mMT] != null) {
42072
+ contents[_MMT] = de_MacModificationTask(output[_mMT], context);
42073
+ }
42074
+ return contents;
42075
+ };
41864
42076
  const de_CreateManagedPrefixListResult = (output, context) => {
41865
42077
  const contents = {};
41866
42078
  if (output[_pL] != null) {
@@ -44187,6 +44399,19 @@ const de_DescribeMacHostsResult = (output, context) => {
44187
44399
  }
44188
44400
  return contents;
44189
44401
  };
44402
+ const de_DescribeMacModificationTasksResult = (output, context) => {
44403
+ const contents = {};
44404
+ if (output.macModificationTaskSet === "") {
44405
+ contents[_MMTa] = [];
44406
+ }
44407
+ else if (output[_mMTS] != null && output[_mMTS][_i] != null) {
44408
+ contents[_MMTa] = de_MacModificationTaskList(__getArrayIfSingleItem(output[_mMTS][_i]), context);
44409
+ }
44410
+ if (output[_nTe] != null) {
44411
+ contents[_NT] = __expectString(output[_nTe]);
44412
+ }
44413
+ return contents;
44414
+ };
44190
44415
  const de_DescribeManagedPrefixListsResult = (output, context) => {
44191
44416
  const contents = {};
44192
44417
  if (output[_nTe] != null) {
@@ -49877,6 +50102,9 @@ const de_InstanceMaintenanceOptions = (output, context) => {
49877
50102
  if (output[_aRu] != null) {
49878
50103
  contents[_ARu] = __expectString(output[_aRu]);
49879
50104
  }
50105
+ if (output[_rM] != null) {
50106
+ contents[_RMe] = __expectString(output[_rM]);
50107
+ }
49880
50108
  return contents;
49881
50109
  };
49882
50110
  const de_InstanceMetadataDefaultsResponse = (output, context) => {
@@ -50609,6 +50837,9 @@ const de_InstanceTypeInfo = (output, context) => {
50609
50837
  if (output[_pSh] != null) {
50610
50838
  contents[_PSh] = __expectString(output[_pSh]);
50611
50839
  }
50840
+ if (output[_rMS] != null) {
50841
+ contents[_RMS] = __expectString(output[_rMS]);
50842
+ }
50612
50843
  return contents;
50613
50844
  };
50614
50845
  const de_InstanceTypeInfoFromInstanceRequirements = (output, context) => {
@@ -52898,6 +53129,41 @@ const de_MacHostList = (output, context) => {
52898
53129
  return de_MacHost(entry, context);
52899
53130
  });
52900
53131
  };
53132
+ const de_MacModificationTask = (output, context) => {
53133
+ const contents = {};
53134
+ if (output[_iI] != null) {
53135
+ contents[_IIn] = __expectString(output[_iI]);
53136
+ }
53137
+ if (output[_mMTI] != null) {
53138
+ contents[_MMTIa] = __expectString(output[_mMTI]);
53139
+ }
53140
+ if (output[_mSIPC] != null) {
53141
+ contents[_MSIPCa] = de_MacSystemIntegrityProtectionConfiguration(output[_mSIPC], context);
53142
+ }
53143
+ if (output[_sT] != null) {
53144
+ contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
53145
+ }
53146
+ if (output.tagSet === "") {
53147
+ contents[_Ta] = [];
53148
+ }
53149
+ else if (output[_tS] != null && output[_tS][_i] != null) {
53150
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
53151
+ }
53152
+ if (output[_tSas] != null) {
53153
+ contents[_TSas] = __expectString(output[_tSas]);
53154
+ }
53155
+ if (output[_tTa] != null) {
53156
+ contents[_TTa] = __expectString(output[_tTa]);
53157
+ }
53158
+ return contents;
53159
+ };
53160
+ const de_MacModificationTaskList = (output, context) => {
53161
+ return (output || [])
53162
+ .filter((e) => e != null)
53163
+ .map((entry) => {
53164
+ return de_MacModificationTask(entry, context);
53165
+ });
53166
+ };
52901
53167
  const de_MacOSVersionStringList = (output, context) => {
52902
53168
  return (output || [])
52903
53169
  .filter((e) => e != null)
@@ -52905,6 +53171,34 @@ const de_MacOSVersionStringList = (output, context) => {
52905
53171
  return __expectString(entry);
52906
53172
  });
52907
53173
  };
53174
+ const de_MacSystemIntegrityProtectionConfiguration = (output, context) => {
53175
+ const contents = {};
53176
+ if (output[_aIp] != null) {
53177
+ contents[_AIp] = __expectString(output[_aIp]);
53178
+ }
53179
+ if (output[_bSa] != null) {
53180
+ contents[_BS] = __expectString(output[_bSa]);
53181
+ }
53182
+ if (output[_dRe] != null) {
53183
+ contents[_DReb] = __expectString(output[_dRe]);
53184
+ }
53185
+ if (output[_dTR] != null) {
53186
+ contents[_DTR] = __expectString(output[_dTR]);
53187
+ }
53188
+ if (output[_fPi] != null) {
53189
+ contents[_FPi] = __expectString(output[_fPi]);
53190
+ }
53191
+ if (output[_kSe] != null) {
53192
+ contents[_KS] = __expectString(output[_kSe]);
53193
+ }
53194
+ if (output[_nP] != null) {
53195
+ contents[_NP] = __expectString(output[_nP]);
53196
+ }
53197
+ if (output[_sta] != null) {
53198
+ contents[_Statu] = __expectString(output[_sta]);
53199
+ }
53200
+ return contents;
53201
+ };
52908
53202
  const de_MaintenanceDetails = (output, context) => {
52909
53203
  const contents = {};
52910
53204
  if (output[_pM] != null) {
@@ -53192,6 +53486,9 @@ const de_ModifyInstanceMaintenanceOptionsResult = (output, context) => {
53192
53486
  if (output[_aRu] != null) {
53193
53487
  contents[_ARu] = __expectString(output[_aRu]);
53194
53488
  }
53489
+ if (output[_rM] != null) {
53490
+ contents[_RMe] = __expectString(output[_rM]);
53491
+ }
53195
53492
  return contents;
53196
53493
  };
53197
53494
  const de_ModifyInstanceMetadataDefaultsResult = (output, context) => {
@@ -53827,8 +54124,8 @@ const de_NetworkCardInfo = (output, context) => {
53827
54124
  if (output[_nCI] != null) {
53828
54125
  contents[_NCI] = __strictParseInt32(output[_nCI]);
53829
54126
  }
53830
- if (output[_nP] != null) {
53831
- contents[_NP] = __expectString(output[_nP]);
54127
+ if (output[_nPe] != null) {
54128
+ contents[_NPe] = __expectString(output[_nPe]);
53832
54129
  }
53833
54130
  if (output[_mNI] != null) {
53834
54131
  contents[_MNI] = __strictParseInt32(output[_mNI]);
@@ -53859,8 +54156,8 @@ const de_NetworkCardInfoList = (output, context) => {
53859
54156
  };
53860
54157
  const de_NetworkInfo = (output, context) => {
53861
54158
  const contents = {};
53862
- if (output[_nP] != null) {
53863
- contents[_NP] = __expectString(output[_nP]);
54159
+ if (output[_nPe] != null) {
54160
+ contents[_NPe] = __expectString(output[_nPe]);
53864
54161
  }
53865
54162
  if (output[_mNI] != null) {
53866
54163
  contents[_MNI] = __strictParseInt32(output[_mNI]);
@@ -54223,8 +54520,8 @@ const de_NetworkInterface = (output, context) => {
54223
54520
  if (output[_rIeq] != null) {
54224
54521
  contents[_RIeq] = __expectString(output[_rIeq]);
54225
54522
  }
54226
- if (output[_rM] != null) {
54227
- contents[_RMe] = __parseBoolean(output[_rM]);
54523
+ if (output[_rMe] != null) {
54524
+ contents[_RMeq] = __parseBoolean(output[_rMe]);
54228
54525
  }
54229
54526
  if (output[_sDC] != null) {
54230
54527
  contents[_SDC] = __parseBoolean(output[_sDC]);
@@ -55924,8 +56221,8 @@ const de_ReservedInstances = (output, context) => {
55924
56221
  if (output[_uPs] != null) {
55925
56222
  contents[_UPs] = __strictParseFloat(output[_uPs]);
55926
56223
  }
55927
- if (output[_fPi] != null) {
55928
- contents[_FPi] = __strictParseFloat(output[_fPi]);
56224
+ if (output[_fPix] != null) {
56225
+ contents[_FPix] = __strictParseFloat(output[_fPix]);
55929
56226
  }
55930
56227
  if (output[_iC] != null) {
55931
56228
  contents[_IC] = __strictParseInt32(output[_iC]);
@@ -56135,8 +56432,8 @@ const de_ReservedInstancesOffering = (output, context) => {
56135
56432
  if (output[_uPs] != null) {
56136
56433
  contents[_UPs] = __strictParseFloat(output[_uPs]);
56137
56434
  }
56138
- if (output[_fPi] != null) {
56139
- contents[_FPi] = __strictParseFloat(output[_fPi]);
56435
+ if (output[_fPix] != null) {
56436
+ contents[_FPix] = __strictParseFloat(output[_fPix]);
56140
56437
  }
56141
56438
  if (output[_pDr] != null) {
56142
56439
  contents[_PDr] = __expectString(output[_pDr]);
@@ -56729,7 +57026,7 @@ const de_RouteServerPeer = (output, context) => {
56729
57026
  contents[_BO] = de_RouteServerBgpOptions(output[_bO], context);
56730
57027
  }
56731
57028
  if (output[_bSg] != null) {
56732
- contents[_BS] = de_RouteServerBgpStatus(output[_bSg], context);
57029
+ contents[_BSg] = de_RouteServerBgpStatus(output[_bSg], context);
56733
57030
  }
56734
57031
  if (output[_bSf] != null) {
56735
57032
  contents[_BSf] = de_RouteServerBfdStatus(output[_bSf], context);
@@ -57030,8 +57327,8 @@ const de_ScheduledInstance = (output, context) => {
57030
57327
  if (output[_iT] != null) {
57031
57328
  contents[_IT] = __expectString(output[_iT]);
57032
57329
  }
57033
- if (output[_nPe] != null) {
57034
- contents[_NPe] = __expectString(output[_nPe]);
57330
+ if (output[_nPet] != null) {
57331
+ contents[_NPet] = __expectString(output[_nPet]);
57035
57332
  }
57036
57333
  if (output[_nSST] != null) {
57037
57334
  contents[_NSST] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_nSST]));
@@ -57085,8 +57382,8 @@ const de_ScheduledInstanceAvailability = (output, context) => {
57085
57382
  if (output[_mTDIDi] != null) {
57086
57383
  contents[_MTDIDi] = __strictParseInt32(output[_mTDIDi]);
57087
57384
  }
57088
- if (output[_nPe] != null) {
57089
- contents[_NPe] = __expectString(output[_nPe]);
57385
+ if (output[_nPet] != null) {
57386
+ contents[_NPet] = __expectString(output[_nPet]);
57090
57387
  }
57091
57388
  if (output[_pl] != null) {
57092
57389
  contents[_Pla] = __expectString(output[_pl]);
@@ -59360,7 +59657,7 @@ const de_TransitGatewayAttachmentBgpConfiguration = (output, context) => {
59360
59657
  contents[_PAe] = __expectString(output[_pAe]);
59361
59658
  }
59362
59659
  if (output[_bSg] != null) {
59363
- contents[_BS] = __expectString(output[_bSg]);
59660
+ contents[_BSg] = __expectString(output[_bSg]);
59364
59661
  }
59365
59662
  return contents;
59366
59663
  };
@@ -61349,8 +61646,8 @@ const de_VolumeModification = (output, context) => {
61349
61646
  if (output[_tVT] != null) {
61350
61647
  contents[_TVT] = __expectString(output[_tVT]);
61351
61648
  }
61352
- if (output[_tTa] != null) {
61353
- contents[_TTa] = __strictParseInt32(output[_tTa]);
61649
+ if (output[_tTar] != null) {
61650
+ contents[_TTar] = __strictParseInt32(output[_tTar]);
61354
61651
  }
61355
61652
  if (output[_tMAE] != null) {
61356
61653
  contents[_TMAE] = __parseBoolean(output[_tMAE]);
@@ -61823,8 +62120,8 @@ const de_VpcEndpoint = (output, context) => {
61823
62120
  if (output[_pDE] != null) {
61824
62121
  contents[_PDE] = __parseBoolean(output[_pDE]);
61825
62122
  }
61826
- if (output[_rM] != null) {
61827
- contents[_RMe] = __parseBoolean(output[_rM]);
62123
+ if (output[_rMe] != null) {
62124
+ contents[_RMeq] = __parseBoolean(output[_rMe]);
61828
62125
  }
61829
62126
  if (output.networkInterfaceIdSet === "") {
61830
62127
  contents[_NIIe] = [];
@@ -62425,6 +62722,7 @@ const _AId = "AdditionalInfo";
62425
62722
  const _AIl = "AllocationId";
62426
62723
  const _AIll = "AllocationIds";
62427
62724
  const _AIm = "AmiId";
62725
+ const _AIp = "AppleInternal";
62428
62726
  const _AIs = "AssociationIds";
62429
62727
  const _AIss = "AssociationId";
62430
62728
  const _AIsse = "AssetId";
@@ -62594,8 +62892,9 @@ const _BPAS = "BlockPublicAccessStates";
62594
62892
  const _BPF = "BaselinePerformanceFactors";
62595
62893
  const _BPS = "BurstablePerformanceSupported";
62596
62894
  const _BPi = "BillingProducts";
62597
- const _BS = "BgpStatus";
62895
+ const _BS = "BaseSystem";
62598
62896
  const _BSf = "BfdStatus";
62897
+ const _BSg = "BgpStatus";
62599
62898
  const _BT = "BannerText";
62600
62899
  const _BTE = "BundleTaskError";
62601
62900
  const _BTIMB = "BaselineThroughputInMBps";
@@ -62658,6 +62957,7 @@ const _CCu = "CurrencyCode";
62658
62957
  const _CD = "CommitmentDuration";
62659
62958
  const _CDH = "CapacityDurationHours";
62660
62959
  const _CDM = "CompletionDurationMinutes";
62960
+ const _CDMVOT = "CreateDelegateMacVolumeOwnershipTask";
62661
62961
  const _CDO = "CreateDhcpOptions";
62662
62962
  const _CDPR = "CancelDeclarativePoliciesReport";
62663
62963
  const _CDS = "CreateDefaultSubnet";
@@ -62741,6 +63041,7 @@ const _CLTV = "CreateLaunchTemplateVersion";
62741
63041
  const _CM = "CpuManufacturers";
62742
63042
  const _CMKE = "CustomerManagedKeyEnabled";
62743
63043
  const _CMPL = "CreateManagedPrefixList";
63044
+ const _CMSIPMT = "CreateMacSystemIntegrityProtectionModificationTask";
62744
63045
  const _CN = "CommonName";
62745
63046
  const _CNA = "CreateNetworkAcl";
62746
63047
  const _CNAA = "CoreNetworkAttachmentArn";
@@ -63073,6 +63374,7 @@ const _DMA = "DescribeMovingAddresses";
63073
63374
  const _DMGM = "DeregisteredMulticastGroupMembers";
63074
63375
  const _DMGS = "DeregisteredMulticastGroupSources";
63075
63376
  const _DMH = "DescribeMacHosts";
63377
+ const _DMMT = "DescribeMacModificationTasks";
63076
63378
  const _DMPL = "DeleteManagedPrefixList";
63077
63379
  const _DMPLe = "DescribeManagedPrefixLists";
63078
63380
  const _DN = "DeviceName";
@@ -63156,6 +63458,7 @@ const _DRTe = "DescribeRouteTables";
63156
63458
  const _DRTi = "DisassociateRouteTable";
63157
63459
  const _DRa = "DataResponses";
63158
63460
  const _DRe = "DescribeRegions";
63461
+ const _DReb = "DebuggingRestrictions";
63159
63462
  const _DRes = "DestinationRegion";
63160
63463
  const _DRi = "DiscoveryRegion";
63161
63464
  const _DRr = "DryRun";
@@ -63236,6 +63539,7 @@ const _DTMTe = "DescribeTrafficMirrorTargets";
63236
63539
  const _DTP = "DeviceTrustProviders";
63237
63540
  const _DTPC = "DefaultThreadsPerCore";
63238
63541
  const _DTPT = "DeviceTrustProviderType";
63542
+ const _DTR = "DTraceRestrictions";
63239
63543
  const _DTS = "DpdTimeoutSeconds";
63240
63544
  const _DTe = "DescribeTags";
63241
63545
  const _DTel = "DeletionTime";
@@ -63485,7 +63789,8 @@ const _FOA = "FilterOutArns";
63485
63789
  const _FODC = "FulfilledOnDemandCapacity";
63486
63790
  const _FP = "FromPort";
63487
63791
  const _FPC = "ForwardPathComponents";
63488
- const _FPi = "FixedPrice";
63792
+ const _FPi = "FilesystemProtections";
63793
+ const _FPix = "FixedPrice";
63489
63794
  const _FQPD = "FailedQueuedPurchaseDeletions";
63490
63795
  const _FR = "FailureReason";
63491
63796
  const _FRa = "FastRestored";
@@ -63835,6 +64140,7 @@ const _KNe = "KeyNames";
63835
64140
  const _KP = "KeyPairs";
63836
64141
  const _KPI = "KeyPairId";
63837
64142
  const _KPIe = "KeyPairIds";
64143
+ const _KS = "KextSigning";
63838
64144
  const _KT = "KeyType";
63839
64145
  const _KV = "KeyValue";
63840
64146
  const _Ke = "Key";
@@ -63969,12 +64275,13 @@ const _MAe = "MeteredAccount";
63969
64275
  const _MB = "ManagedBy";
63970
64276
  const _MBCTI = "MoveByoipCidrToIpam";
63971
64277
  const _MBIM = "MaximumBandwidthInMbps";
63972
- const _MC = "MaxCount";
64278
+ const _MC = "MacCredentials";
63973
64279
  const _MCOIOL = "MapCustomerOwnedIpOnLaunch";
63974
64280
  const _MCR = "ModifyCapacityReservation";
63975
64281
  const _MCRF = "ModifyCapacityReservationFleet";
63976
64282
  const _MCRI = "MoveCapacityReservationInstances";
63977
64283
  const _MCVE = "ModifyClientVpnEndpoint";
64284
+ const _MCa = "MaxCount";
63978
64285
  const _MCi = "MinCount";
63979
64286
  const _MCis = "MissingComponent";
63980
64287
  const _MD = "MaxDuration";
@@ -64026,6 +64333,10 @@ const _MLGR = "ModifyLocalGatewayRoute";
64026
64333
  const _MLT = "ModifyLaunchTemplate";
64027
64334
  const _MMB = "MemoryMiB";
64028
64335
  const _MMPL = "ModifyManagedPrefixList";
64336
+ const _MMT = "MacModificationTask";
64337
+ const _MMTI = "MacModificationTaskIds";
64338
+ const _MMTIa = "MacModificationTaskId";
64339
+ const _MMTa = "MacModificationTasks";
64029
64340
  const _MNC = "MaximumNetworkCards";
64030
64341
  const _MNI = "MaximumNetworkInterfaces";
64031
64342
  const _MNIA = "ModifyNetworkInterfaceAttribute";
@@ -64051,6 +64362,9 @@ const _MSDIH = "MaxSlotDurationInHours";
64051
64362
  const _MSDIHi = "MinSlotDurationInHours";
64052
64363
  const _MSFR = "ModifySpotFleetRequest";
64053
64364
  const _MSGR = "ModifySecurityGroupRules";
64365
+ const _MSIPC = "MacSystemIntegrityProtectionConfiguration";
64366
+ const _MSIPCa = "MacSystemIntegrityProtectionConfig";
64367
+ const _MSIPS = "MacSystemIntegrityProtectionStatus";
64054
64368
  const _MSPAPOOODP = "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice";
64055
64369
  const _MST = "ModifySnapshotTier";
64056
64370
  const _MSa = "ManagementState";
@@ -64176,10 +64490,11 @@ const _NOA = "NumberOfAccounts";
64176
64490
  const _NOFA = "NumberOfFailedAccounts";
64177
64491
  const _NOMA = "NumberOfMatchedAccounts";
64178
64492
  const _NOUA = "NumberOfUnmatchedAccounts";
64179
- const _NP = "NetworkPerformance";
64493
+ const _NP = "NvramProtections";
64180
64494
  const _NPF = "NetworkPathFound";
64181
64495
  const _NPO = "NetworkPerformanceOptions";
64182
- const _NPe = "NetworkPlatform";
64496
+ const _NPe = "NetworkPerformance";
64497
+ const _NPet = "NetworkPlatform";
64183
64498
  const _NR = "NoReboot";
64184
64499
  const _NS = "NvmeSupport";
64185
64500
  const _NSST = "NextSlotStartTime";
@@ -64508,8 +64823,10 @@ const _RM = "ReasonMessage";
64508
64823
  const _RMGM = "RegisteredMulticastGroupMembers";
64509
64824
  const _RMGS = "RegisteredMulticastGroupSources";
64510
64825
  const _RMPLV = "RestoreManagedPrefixListVersion";
64826
+ const _RMS = "RebootMigrationSupport";
64511
64827
  const _RMTS = "RekeyMarginTimeSeconds";
64512
- const _RMe = "RequesterManaged";
64828
+ const _RMe = "RebootMigration";
64829
+ const _RMeq = "RequesterManaged";
64513
64830
  const _RN = "RegionName";
64514
64831
  const _RNAA = "ReplaceNetworkAclAssociation";
64515
64832
  const _RNAE = "ReplaceNetworkAclEntry";
@@ -64976,7 +65293,8 @@ const _TSp = "TpmSupport";
64976
65293
  const _TT = "TrafficType";
64977
65294
  const _TTC = "TotalTargetCapacity";
64978
65295
  const _TTGAI = "TransportTransitGatewayAttachmentId";
64979
- const _TTa = "TargetThroughput";
65296
+ const _TTa = "TaskType";
65297
+ const _TTar = "TargetThroughput";
64980
65298
  const _TTr = "TransferType";
64981
65299
  const _TUP = "TotalUpfrontPrice";
64982
65300
  const _TV = "TargetVersion";
@@ -65197,6 +65515,7 @@ const _aISS = "allowedImagesSettingsState";
65197
65515
  const _aITS = "allowedInstanceTypeSet";
65198
65516
  const _aIc = "accountId";
65199
65517
  const _aIm = "amiId";
65518
+ const _aIp = "appleInternal";
65200
65519
  const _aIs = "associationId";
65201
65520
  const _aIss = "assetId";
65202
65521
  const _aIt = "attachmentId";
@@ -65319,6 +65638,7 @@ const _bPAS = "blockPublicAccessStates";
65319
65638
  const _bPF = "baselinePerformanceFactors";
65320
65639
  const _bPS = "burstablePerformanceSupported";
65321
65640
  const _bS = "byoasnSet";
65641
+ const _bSa = "baseSystem";
65322
65642
  const _bSf = "bfdStatus";
65323
65643
  const _bSg = "bgpStatus";
65324
65644
  const _bT = "bannerText";
@@ -65546,6 +65866,7 @@ const _dRS = "dataRetentionSupport";
65546
65866
  const _dRSa = "dataResponseSet";
65547
65867
  const _dRTA = "defaultRouteTableAssociation";
65548
65868
  const _dRTP = "defaultRouteTablePropagation";
65869
+ const _dRe = "debuggingRestrictions";
65549
65870
  const _dRy = "dynamicRouting";
65550
65871
  const _dS = "dnsServer";
65551
65872
  const _dSCR = "deletedSubnetCidrReservation";
@@ -65559,6 +65880,7 @@ const _dTCT = "defaultTargetCapacityType";
65559
65880
  const _dTPC = "defaultThreadsPerCore";
65560
65881
  const _dTPS = "deviceTrustProviderSet";
65561
65882
  const _dTPT = "deviceTrustProviderType";
65883
+ const _dTR = "dTraceRestrictions";
65562
65884
  const _dTS = "dpdTimeoutSeconds";
65563
65885
  const _dTe = "deprecationTime";
65564
65886
  const _dTel = "deleteTime";
@@ -65714,7 +66036,8 @@ const _fOAS = "filterOutArnSet";
65714
66036
  const _fODC = "fulfilledOnDemandCapacity";
65715
66037
  const _fP = "fromPort";
65716
66038
  const _fPCS = "forwardPathComponentSet";
65717
- const _fPi = "fixedPrice";
66039
+ const _fPi = "filesystemProtections";
66040
+ const _fPix = "fixedPrice";
65718
66041
  const _fQPDS = "failedQueuedPurchaseDeletionSet";
65719
66042
  const _fR = "failureReason";
65720
66043
  const _fRa = "fastRestored";
@@ -65969,6 +66292,7 @@ const _kM = "keyMaterial";
65969
66292
  const _kN = "keyName";
65970
66293
  const _kPI = "keyPairId";
65971
66294
  const _kS = "keySet";
66295
+ const _kSe = "kextSigning";
65972
66296
  const _kT = "keyType";
65973
66297
  const _kV = "keyValue";
65974
66298
  const _ke = "kernel";
@@ -66100,6 +66424,9 @@ const _mHS = "macHostSet";
66100
66424
  const _mI = "maximumIops";
66101
66425
  const _mIe = "memoryInfo";
66102
66426
  const _mMB = "memoryMiB";
66427
+ const _mMT = "macModificationTask";
66428
+ const _mMTI = "macModificationTaskId";
66429
+ const _mMTS = "macModificationTaskSet";
66103
66430
  const _mNC = "maximumNetworkCards";
66104
66431
  const _mNI = "maximumNetworkInterfaces";
66105
66432
  const _mO = "metadataOptions";
@@ -66114,6 +66441,7 @@ const _mPSa = "matchPathSet";
66114
66441
  const _mR = "maxResults";
66115
66442
  const _mRS = "modificationResultSet";
66116
66443
  const _mS = "messageSet";
66444
+ const _mSIPC = "macSystemIntegrityProtectionConfig";
66117
66445
  const _mSPAPOOODP = "maxSpotPriceAsPercentageOfOptimalOnDemandPrice";
66118
66446
  const _mSa = "managementState";
66119
66447
  const _mSai = "maintenanceStrategies";
@@ -66200,10 +66528,11 @@ const _nOA = "numberOfAccounts";
66200
66528
  const _nOFA = "numberOfFailedAccounts";
66201
66529
  const _nOMA = "numberOfMatchedAccounts";
66202
66530
  const _nOUA = "numberOfUnmatchedAccounts";
66203
- const _nP = "networkPerformance";
66531
+ const _nP = "nvramProtections";
66204
66532
  const _nPF = "networkPathFound";
66205
66533
  const _nPO = "networkPerformanceOptions";
66206
- const _nPe = "networkPlatform";
66534
+ const _nPe = "networkPerformance";
66535
+ const _nPet = "networkPlatform";
66207
66536
  const _nS = "nvmeSupport";
66208
66537
  const _nSS = "networkServiceSet";
66209
66538
  const _nSST = "nextSlotStartTime";
@@ -66450,10 +66779,12 @@ const _rIe = "regionInfo";
66450
66779
  const _rIeq = "requesterId";
66451
66780
  const _rIes = "resourceId";
66452
66781
  const _rIese = "reservationId";
66453
- const _rM = "requesterManaged";
66782
+ const _rM = "rebootMigration";
66454
66783
  const _rMGM = "registeredMulticastGroupMembers";
66455
66784
  const _rMGS = "registeredMulticastGroupSources";
66785
+ const _rMS = "rebootMigrationSupport";
66456
66786
  const _rMTS = "rekeyMarginTimeSeconds";
66787
+ const _rMe = "requesterManaged";
66457
66788
  const _rN = "ruleNumber";
66458
66789
  const _rNII = "registeredNetworkInterfaceIds";
66459
66790
  const _rNe = "regionName";
@@ -66822,7 +67153,8 @@ const _tSp = "tpmSupport";
66822
67153
  const _tT = "trafficType";
66823
67154
  const _tTC = "totalTargetCapacity";
66824
67155
  const _tTGAI = "transportTransitGatewayAttachmentId";
66825
- const _tTa = "targetThroughput";
67156
+ const _tTa = "taskType";
67157
+ const _tTar = "targetThroughput";
66826
67158
  const _tTr = "transferType";
66827
67159
  const _tUP = "totalUpfrontPrice";
66828
67160
  const _tV = "tokenValue";