@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
@@ -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) {
@@ -36147,8 +36342,8 @@ const se_RunInstancesRequest = (input, context) => {
36147
36342
  if (input[_KN] != null) {
36148
36343
  entries[_KN] = input[_KN];
36149
36344
  }
36150
- if (input[_MC] != null) {
36151
- entries[_MC] = input[_MC];
36345
+ if (input[_MCa] != null) {
36346
+ entries[_MCa] = input[_MCa];
36152
36347
  }
36153
36348
  if (input[_MCi] != null) {
36154
36349
  entries[_MCi] = input[_MCi];
@@ -41609,6 +41804,13 @@ const de_CreateDefaultVpcResult = (output, context) => {
41609
41804
  }
41610
41805
  return contents;
41611
41806
  };
41807
+ const de_CreateDelegateMacVolumeOwnershipTaskResult = (output, context) => {
41808
+ const contents = {};
41809
+ if (output[_mMT] != null) {
41810
+ contents[_MMT] = de_MacModificationTask(output[_mMT], context);
41811
+ }
41812
+ return contents;
41813
+ };
41612
41814
  const de_CreateDhcpOptionsResult = (output, context) => {
41613
41815
  const contents = {};
41614
41816
  if (output[_dO] != null) {
@@ -41861,6 +42063,13 @@ const de_CreateLocalGatewayVirtualInterfaceResult = (output, context) => {
41861
42063
  }
41862
42064
  return contents;
41863
42065
  };
42066
+ const de_CreateMacSystemIntegrityProtectionModificationTaskResult = (output, context) => {
42067
+ const contents = {};
42068
+ if (output[_mMT] != null) {
42069
+ contents[_MMT] = de_MacModificationTask(output[_mMT], context);
42070
+ }
42071
+ return contents;
42072
+ };
41864
42073
  const de_CreateManagedPrefixListResult = (output, context) => {
41865
42074
  const contents = {};
41866
42075
  if (output[_pL] != null) {
@@ -44187,6 +44396,19 @@ const de_DescribeMacHostsResult = (output, context) => {
44187
44396
  }
44188
44397
  return contents;
44189
44398
  };
44399
+ const de_DescribeMacModificationTasksResult = (output, context) => {
44400
+ const contents = {};
44401
+ if (output.macModificationTaskSet === "") {
44402
+ contents[_MMTa] = [];
44403
+ }
44404
+ else if (output[_mMTS] != null && output[_mMTS][_i] != null) {
44405
+ contents[_MMTa] = de_MacModificationTaskList(__getArrayIfSingleItem(output[_mMTS][_i]), context);
44406
+ }
44407
+ if (output[_nTe] != null) {
44408
+ contents[_NT] = __expectString(output[_nTe]);
44409
+ }
44410
+ return contents;
44411
+ };
44190
44412
  const de_DescribeManagedPrefixListsResult = (output, context) => {
44191
44413
  const contents = {};
44192
44414
  if (output[_nTe] != null) {
@@ -52898,6 +53120,41 @@ const de_MacHostList = (output, context) => {
52898
53120
  return de_MacHost(entry, context);
52899
53121
  });
52900
53122
  };
53123
+ const de_MacModificationTask = (output, context) => {
53124
+ const contents = {};
53125
+ if (output[_iI] != null) {
53126
+ contents[_IIn] = __expectString(output[_iI]);
53127
+ }
53128
+ if (output[_mMTI] != null) {
53129
+ contents[_MMTIa] = __expectString(output[_mMTI]);
53130
+ }
53131
+ if (output[_mSIPC] != null) {
53132
+ contents[_MSIPCa] = de_MacSystemIntegrityProtectionConfiguration(output[_mSIPC], context);
53133
+ }
53134
+ if (output[_sT] != null) {
53135
+ contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
53136
+ }
53137
+ if (output.tagSet === "") {
53138
+ contents[_Ta] = [];
53139
+ }
53140
+ else if (output[_tS] != null && output[_tS][_i] != null) {
53141
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
53142
+ }
53143
+ if (output[_tSas] != null) {
53144
+ contents[_TSas] = __expectString(output[_tSas]);
53145
+ }
53146
+ if (output[_tTa] != null) {
53147
+ contents[_TTa] = __expectString(output[_tTa]);
53148
+ }
53149
+ return contents;
53150
+ };
53151
+ const de_MacModificationTaskList = (output, context) => {
53152
+ return (output || [])
53153
+ .filter((e) => e != null)
53154
+ .map((entry) => {
53155
+ return de_MacModificationTask(entry, context);
53156
+ });
53157
+ };
52901
53158
  const de_MacOSVersionStringList = (output, context) => {
52902
53159
  return (output || [])
52903
53160
  .filter((e) => e != null)
@@ -52905,6 +53162,34 @@ const de_MacOSVersionStringList = (output, context) => {
52905
53162
  return __expectString(entry);
52906
53163
  });
52907
53164
  };
53165
+ const de_MacSystemIntegrityProtectionConfiguration = (output, context) => {
53166
+ const contents = {};
53167
+ if (output[_aIp] != null) {
53168
+ contents[_AIp] = __expectString(output[_aIp]);
53169
+ }
53170
+ if (output[_bSa] != null) {
53171
+ contents[_BS] = __expectString(output[_bSa]);
53172
+ }
53173
+ if (output[_dRe] != null) {
53174
+ contents[_DReb] = __expectString(output[_dRe]);
53175
+ }
53176
+ if (output[_dTR] != null) {
53177
+ contents[_DTR] = __expectString(output[_dTR]);
53178
+ }
53179
+ if (output[_fPi] != null) {
53180
+ contents[_FPi] = __expectString(output[_fPi]);
53181
+ }
53182
+ if (output[_kSe] != null) {
53183
+ contents[_KS] = __expectString(output[_kSe]);
53184
+ }
53185
+ if (output[_nP] != null) {
53186
+ contents[_NP] = __expectString(output[_nP]);
53187
+ }
53188
+ if (output[_sta] != null) {
53189
+ contents[_Statu] = __expectString(output[_sta]);
53190
+ }
53191
+ return contents;
53192
+ };
52908
53193
  const de_MaintenanceDetails = (output, context) => {
52909
53194
  const contents = {};
52910
53195
  if (output[_pM] != null) {
@@ -53827,8 +54112,8 @@ const de_NetworkCardInfo = (output, context) => {
53827
54112
  if (output[_nCI] != null) {
53828
54113
  contents[_NCI] = __strictParseInt32(output[_nCI]);
53829
54114
  }
53830
- if (output[_nP] != null) {
53831
- contents[_NP] = __expectString(output[_nP]);
54115
+ if (output[_nPe] != null) {
54116
+ contents[_NPe] = __expectString(output[_nPe]);
53832
54117
  }
53833
54118
  if (output[_mNI] != null) {
53834
54119
  contents[_MNI] = __strictParseInt32(output[_mNI]);
@@ -53859,8 +54144,8 @@ const de_NetworkCardInfoList = (output, context) => {
53859
54144
  };
53860
54145
  const de_NetworkInfo = (output, context) => {
53861
54146
  const contents = {};
53862
- if (output[_nP] != null) {
53863
- contents[_NP] = __expectString(output[_nP]);
54147
+ if (output[_nPe] != null) {
54148
+ contents[_NPe] = __expectString(output[_nPe]);
53864
54149
  }
53865
54150
  if (output[_mNI] != null) {
53866
54151
  contents[_MNI] = __strictParseInt32(output[_mNI]);
@@ -55924,8 +56209,8 @@ const de_ReservedInstances = (output, context) => {
55924
56209
  if (output[_uPs] != null) {
55925
56210
  contents[_UPs] = __strictParseFloat(output[_uPs]);
55926
56211
  }
55927
- if (output[_fPi] != null) {
55928
- contents[_FPi] = __strictParseFloat(output[_fPi]);
56212
+ if (output[_fPix] != null) {
56213
+ contents[_FPix] = __strictParseFloat(output[_fPix]);
55929
56214
  }
55930
56215
  if (output[_iC] != null) {
55931
56216
  contents[_IC] = __strictParseInt32(output[_iC]);
@@ -56135,8 +56420,8 @@ const de_ReservedInstancesOffering = (output, context) => {
56135
56420
  if (output[_uPs] != null) {
56136
56421
  contents[_UPs] = __strictParseFloat(output[_uPs]);
56137
56422
  }
56138
- if (output[_fPi] != null) {
56139
- contents[_FPi] = __strictParseFloat(output[_fPi]);
56423
+ if (output[_fPix] != null) {
56424
+ contents[_FPix] = __strictParseFloat(output[_fPix]);
56140
56425
  }
56141
56426
  if (output[_pDr] != null) {
56142
56427
  contents[_PDr] = __expectString(output[_pDr]);
@@ -56729,7 +57014,7 @@ const de_RouteServerPeer = (output, context) => {
56729
57014
  contents[_BO] = de_RouteServerBgpOptions(output[_bO], context);
56730
57015
  }
56731
57016
  if (output[_bSg] != null) {
56732
- contents[_BS] = de_RouteServerBgpStatus(output[_bSg], context);
57017
+ contents[_BSg] = de_RouteServerBgpStatus(output[_bSg], context);
56733
57018
  }
56734
57019
  if (output[_bSf] != null) {
56735
57020
  contents[_BSf] = de_RouteServerBfdStatus(output[_bSf], context);
@@ -57030,8 +57315,8 @@ const de_ScheduledInstance = (output, context) => {
57030
57315
  if (output[_iT] != null) {
57031
57316
  contents[_IT] = __expectString(output[_iT]);
57032
57317
  }
57033
- if (output[_nPe] != null) {
57034
- contents[_NPe] = __expectString(output[_nPe]);
57318
+ if (output[_nPet] != null) {
57319
+ contents[_NPet] = __expectString(output[_nPet]);
57035
57320
  }
57036
57321
  if (output[_nSST] != null) {
57037
57322
  contents[_NSST] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_nSST]));
@@ -57085,8 +57370,8 @@ const de_ScheduledInstanceAvailability = (output, context) => {
57085
57370
  if (output[_mTDIDi] != null) {
57086
57371
  contents[_MTDIDi] = __strictParseInt32(output[_mTDIDi]);
57087
57372
  }
57088
- if (output[_nPe] != null) {
57089
- contents[_NPe] = __expectString(output[_nPe]);
57373
+ if (output[_nPet] != null) {
57374
+ contents[_NPet] = __expectString(output[_nPet]);
57090
57375
  }
57091
57376
  if (output[_pl] != null) {
57092
57377
  contents[_Pla] = __expectString(output[_pl]);
@@ -59360,7 +59645,7 @@ const de_TransitGatewayAttachmentBgpConfiguration = (output, context) => {
59360
59645
  contents[_PAe] = __expectString(output[_pAe]);
59361
59646
  }
59362
59647
  if (output[_bSg] != null) {
59363
- contents[_BS] = __expectString(output[_bSg]);
59648
+ contents[_BSg] = __expectString(output[_bSg]);
59364
59649
  }
59365
59650
  return contents;
59366
59651
  };
@@ -61349,8 +61634,8 @@ const de_VolumeModification = (output, context) => {
61349
61634
  if (output[_tVT] != null) {
61350
61635
  contents[_TVT] = __expectString(output[_tVT]);
61351
61636
  }
61352
- if (output[_tTa] != null) {
61353
- contents[_TTa] = __strictParseInt32(output[_tTa]);
61637
+ if (output[_tTar] != null) {
61638
+ contents[_TTar] = __strictParseInt32(output[_tTar]);
61354
61639
  }
61355
61640
  if (output[_tMAE] != null) {
61356
61641
  contents[_TMAE] = __parseBoolean(output[_tMAE]);
@@ -62425,6 +62710,7 @@ const _AId = "AdditionalInfo";
62425
62710
  const _AIl = "AllocationId";
62426
62711
  const _AIll = "AllocationIds";
62427
62712
  const _AIm = "AmiId";
62713
+ const _AIp = "AppleInternal";
62428
62714
  const _AIs = "AssociationIds";
62429
62715
  const _AIss = "AssociationId";
62430
62716
  const _AIsse = "AssetId";
@@ -62594,8 +62880,9 @@ const _BPAS = "BlockPublicAccessStates";
62594
62880
  const _BPF = "BaselinePerformanceFactors";
62595
62881
  const _BPS = "BurstablePerformanceSupported";
62596
62882
  const _BPi = "BillingProducts";
62597
- const _BS = "BgpStatus";
62883
+ const _BS = "BaseSystem";
62598
62884
  const _BSf = "BfdStatus";
62885
+ const _BSg = "BgpStatus";
62599
62886
  const _BT = "BannerText";
62600
62887
  const _BTE = "BundleTaskError";
62601
62888
  const _BTIMB = "BaselineThroughputInMBps";
@@ -62658,6 +62945,7 @@ const _CCu = "CurrencyCode";
62658
62945
  const _CD = "CommitmentDuration";
62659
62946
  const _CDH = "CapacityDurationHours";
62660
62947
  const _CDM = "CompletionDurationMinutes";
62948
+ const _CDMVOT = "CreateDelegateMacVolumeOwnershipTask";
62661
62949
  const _CDO = "CreateDhcpOptions";
62662
62950
  const _CDPR = "CancelDeclarativePoliciesReport";
62663
62951
  const _CDS = "CreateDefaultSubnet";
@@ -62741,6 +63029,7 @@ const _CLTV = "CreateLaunchTemplateVersion";
62741
63029
  const _CM = "CpuManufacturers";
62742
63030
  const _CMKE = "CustomerManagedKeyEnabled";
62743
63031
  const _CMPL = "CreateManagedPrefixList";
63032
+ const _CMSIPMT = "CreateMacSystemIntegrityProtectionModificationTask";
62744
63033
  const _CN = "CommonName";
62745
63034
  const _CNA = "CreateNetworkAcl";
62746
63035
  const _CNAA = "CoreNetworkAttachmentArn";
@@ -63073,6 +63362,7 @@ const _DMA = "DescribeMovingAddresses";
63073
63362
  const _DMGM = "DeregisteredMulticastGroupMembers";
63074
63363
  const _DMGS = "DeregisteredMulticastGroupSources";
63075
63364
  const _DMH = "DescribeMacHosts";
63365
+ const _DMMT = "DescribeMacModificationTasks";
63076
63366
  const _DMPL = "DeleteManagedPrefixList";
63077
63367
  const _DMPLe = "DescribeManagedPrefixLists";
63078
63368
  const _DN = "DeviceName";
@@ -63156,6 +63446,7 @@ const _DRTe = "DescribeRouteTables";
63156
63446
  const _DRTi = "DisassociateRouteTable";
63157
63447
  const _DRa = "DataResponses";
63158
63448
  const _DRe = "DescribeRegions";
63449
+ const _DReb = "DebuggingRestrictions";
63159
63450
  const _DRes = "DestinationRegion";
63160
63451
  const _DRi = "DiscoveryRegion";
63161
63452
  const _DRr = "DryRun";
@@ -63236,6 +63527,7 @@ const _DTMTe = "DescribeTrafficMirrorTargets";
63236
63527
  const _DTP = "DeviceTrustProviders";
63237
63528
  const _DTPC = "DefaultThreadsPerCore";
63238
63529
  const _DTPT = "DeviceTrustProviderType";
63530
+ const _DTR = "DTraceRestrictions";
63239
63531
  const _DTS = "DpdTimeoutSeconds";
63240
63532
  const _DTe = "DescribeTags";
63241
63533
  const _DTel = "DeletionTime";
@@ -63485,7 +63777,8 @@ const _FOA = "FilterOutArns";
63485
63777
  const _FODC = "FulfilledOnDemandCapacity";
63486
63778
  const _FP = "FromPort";
63487
63779
  const _FPC = "ForwardPathComponents";
63488
- const _FPi = "FixedPrice";
63780
+ const _FPi = "FilesystemProtections";
63781
+ const _FPix = "FixedPrice";
63489
63782
  const _FQPD = "FailedQueuedPurchaseDeletions";
63490
63783
  const _FR = "FailureReason";
63491
63784
  const _FRa = "FastRestored";
@@ -63835,6 +64128,7 @@ const _KNe = "KeyNames";
63835
64128
  const _KP = "KeyPairs";
63836
64129
  const _KPI = "KeyPairId";
63837
64130
  const _KPIe = "KeyPairIds";
64131
+ const _KS = "KextSigning";
63838
64132
  const _KT = "KeyType";
63839
64133
  const _KV = "KeyValue";
63840
64134
  const _Ke = "Key";
@@ -63969,12 +64263,13 @@ const _MAe = "MeteredAccount";
63969
64263
  const _MB = "ManagedBy";
63970
64264
  const _MBCTI = "MoveByoipCidrToIpam";
63971
64265
  const _MBIM = "MaximumBandwidthInMbps";
63972
- const _MC = "MaxCount";
64266
+ const _MC = "MacCredentials";
63973
64267
  const _MCOIOL = "MapCustomerOwnedIpOnLaunch";
63974
64268
  const _MCR = "ModifyCapacityReservation";
63975
64269
  const _MCRF = "ModifyCapacityReservationFleet";
63976
64270
  const _MCRI = "MoveCapacityReservationInstances";
63977
64271
  const _MCVE = "ModifyClientVpnEndpoint";
64272
+ const _MCa = "MaxCount";
63978
64273
  const _MCi = "MinCount";
63979
64274
  const _MCis = "MissingComponent";
63980
64275
  const _MD = "MaxDuration";
@@ -64026,6 +64321,10 @@ const _MLGR = "ModifyLocalGatewayRoute";
64026
64321
  const _MLT = "ModifyLaunchTemplate";
64027
64322
  const _MMB = "MemoryMiB";
64028
64323
  const _MMPL = "ModifyManagedPrefixList";
64324
+ const _MMT = "MacModificationTask";
64325
+ const _MMTI = "MacModificationTaskIds";
64326
+ const _MMTIa = "MacModificationTaskId";
64327
+ const _MMTa = "MacModificationTasks";
64029
64328
  const _MNC = "MaximumNetworkCards";
64030
64329
  const _MNI = "MaximumNetworkInterfaces";
64031
64330
  const _MNIA = "ModifyNetworkInterfaceAttribute";
@@ -64051,6 +64350,9 @@ const _MSDIH = "MaxSlotDurationInHours";
64051
64350
  const _MSDIHi = "MinSlotDurationInHours";
64052
64351
  const _MSFR = "ModifySpotFleetRequest";
64053
64352
  const _MSGR = "ModifySecurityGroupRules";
64353
+ const _MSIPC = "MacSystemIntegrityProtectionConfiguration";
64354
+ const _MSIPCa = "MacSystemIntegrityProtectionConfig";
64355
+ const _MSIPS = "MacSystemIntegrityProtectionStatus";
64054
64356
  const _MSPAPOOODP = "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice";
64055
64357
  const _MST = "ModifySnapshotTier";
64056
64358
  const _MSa = "ManagementState";
@@ -64176,10 +64478,11 @@ const _NOA = "NumberOfAccounts";
64176
64478
  const _NOFA = "NumberOfFailedAccounts";
64177
64479
  const _NOMA = "NumberOfMatchedAccounts";
64178
64480
  const _NOUA = "NumberOfUnmatchedAccounts";
64179
- const _NP = "NetworkPerformance";
64481
+ const _NP = "NvramProtections";
64180
64482
  const _NPF = "NetworkPathFound";
64181
64483
  const _NPO = "NetworkPerformanceOptions";
64182
- const _NPe = "NetworkPlatform";
64484
+ const _NPe = "NetworkPerformance";
64485
+ const _NPet = "NetworkPlatform";
64183
64486
  const _NR = "NoReboot";
64184
64487
  const _NS = "NvmeSupport";
64185
64488
  const _NSST = "NextSlotStartTime";
@@ -64976,7 +65279,8 @@ const _TSp = "TpmSupport";
64976
65279
  const _TT = "TrafficType";
64977
65280
  const _TTC = "TotalTargetCapacity";
64978
65281
  const _TTGAI = "TransportTransitGatewayAttachmentId";
64979
- const _TTa = "TargetThroughput";
65282
+ const _TTa = "TaskType";
65283
+ const _TTar = "TargetThroughput";
64980
65284
  const _TTr = "TransferType";
64981
65285
  const _TUP = "TotalUpfrontPrice";
64982
65286
  const _TV = "TargetVersion";
@@ -65197,6 +65501,7 @@ const _aISS = "allowedImagesSettingsState";
65197
65501
  const _aITS = "allowedInstanceTypeSet";
65198
65502
  const _aIc = "accountId";
65199
65503
  const _aIm = "amiId";
65504
+ const _aIp = "appleInternal";
65200
65505
  const _aIs = "associationId";
65201
65506
  const _aIss = "assetId";
65202
65507
  const _aIt = "attachmentId";
@@ -65319,6 +65624,7 @@ const _bPAS = "blockPublicAccessStates";
65319
65624
  const _bPF = "baselinePerformanceFactors";
65320
65625
  const _bPS = "burstablePerformanceSupported";
65321
65626
  const _bS = "byoasnSet";
65627
+ const _bSa = "baseSystem";
65322
65628
  const _bSf = "bfdStatus";
65323
65629
  const _bSg = "bgpStatus";
65324
65630
  const _bT = "bannerText";
@@ -65546,6 +65852,7 @@ const _dRS = "dataRetentionSupport";
65546
65852
  const _dRSa = "dataResponseSet";
65547
65853
  const _dRTA = "defaultRouteTableAssociation";
65548
65854
  const _dRTP = "defaultRouteTablePropagation";
65855
+ const _dRe = "debuggingRestrictions";
65549
65856
  const _dRy = "dynamicRouting";
65550
65857
  const _dS = "dnsServer";
65551
65858
  const _dSCR = "deletedSubnetCidrReservation";
@@ -65559,6 +65866,7 @@ const _dTCT = "defaultTargetCapacityType";
65559
65866
  const _dTPC = "defaultThreadsPerCore";
65560
65867
  const _dTPS = "deviceTrustProviderSet";
65561
65868
  const _dTPT = "deviceTrustProviderType";
65869
+ const _dTR = "dTraceRestrictions";
65562
65870
  const _dTS = "dpdTimeoutSeconds";
65563
65871
  const _dTe = "deprecationTime";
65564
65872
  const _dTel = "deleteTime";
@@ -65714,7 +66022,8 @@ const _fOAS = "filterOutArnSet";
65714
66022
  const _fODC = "fulfilledOnDemandCapacity";
65715
66023
  const _fP = "fromPort";
65716
66024
  const _fPCS = "forwardPathComponentSet";
65717
- const _fPi = "fixedPrice";
66025
+ const _fPi = "filesystemProtections";
66026
+ const _fPix = "fixedPrice";
65718
66027
  const _fQPDS = "failedQueuedPurchaseDeletionSet";
65719
66028
  const _fR = "failureReason";
65720
66029
  const _fRa = "fastRestored";
@@ -65969,6 +66278,7 @@ const _kM = "keyMaterial";
65969
66278
  const _kN = "keyName";
65970
66279
  const _kPI = "keyPairId";
65971
66280
  const _kS = "keySet";
66281
+ const _kSe = "kextSigning";
65972
66282
  const _kT = "keyType";
65973
66283
  const _kV = "keyValue";
65974
66284
  const _ke = "kernel";
@@ -66100,6 +66410,9 @@ const _mHS = "macHostSet";
66100
66410
  const _mI = "maximumIops";
66101
66411
  const _mIe = "memoryInfo";
66102
66412
  const _mMB = "memoryMiB";
66413
+ const _mMT = "macModificationTask";
66414
+ const _mMTI = "macModificationTaskId";
66415
+ const _mMTS = "macModificationTaskSet";
66103
66416
  const _mNC = "maximumNetworkCards";
66104
66417
  const _mNI = "maximumNetworkInterfaces";
66105
66418
  const _mO = "metadataOptions";
@@ -66114,6 +66427,7 @@ const _mPSa = "matchPathSet";
66114
66427
  const _mR = "maxResults";
66115
66428
  const _mRS = "modificationResultSet";
66116
66429
  const _mS = "messageSet";
66430
+ const _mSIPC = "macSystemIntegrityProtectionConfig";
66117
66431
  const _mSPAPOOODP = "maxSpotPriceAsPercentageOfOptimalOnDemandPrice";
66118
66432
  const _mSa = "managementState";
66119
66433
  const _mSai = "maintenanceStrategies";
@@ -66200,10 +66514,11 @@ const _nOA = "numberOfAccounts";
66200
66514
  const _nOFA = "numberOfFailedAccounts";
66201
66515
  const _nOMA = "numberOfMatchedAccounts";
66202
66516
  const _nOUA = "numberOfUnmatchedAccounts";
66203
- const _nP = "networkPerformance";
66517
+ const _nP = "nvramProtections";
66204
66518
  const _nPF = "networkPathFound";
66205
66519
  const _nPO = "networkPerformanceOptions";
66206
- const _nPe = "networkPlatform";
66520
+ const _nPe = "networkPerformance";
66521
+ const _nPet = "networkPlatform";
66207
66522
  const _nS = "nvmeSupport";
66208
66523
  const _nSS = "networkServiceSet";
66209
66524
  const _nSST = "nextSlotStartTime";
@@ -66822,7 +67137,8 @@ const _tSp = "tpmSupport";
66822
67137
  const _tT = "trafficType";
66823
67138
  const _tTC = "totalTargetCapacity";
66824
67139
  const _tTGAI = "transportTransitGatewayAttachmentId";
66825
- const _tTa = "targetThroughput";
67140
+ const _tTa = "taskType";
67141
+ const _tTar = "targetThroughput";
66826
67142
  const _tTr = "transferType";
66827
67143
  const _tUP = "totalUpfrontPrice";
66828
67144
  const _tV = "tokenValue";