@aws-sdk/client-ec2 3.695.0 → 3.697.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 (162) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +730 -57
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
  5. package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
  7. package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
  8. package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
  9. package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_1.js +7 -4
  12. package/dist-es/models/models_2.js +20 -0
  13. package/dist-es/models/models_3.js +0 -6
  14. package/dist-es/models/models_4.js +6 -15
  15. package/dist-es/models/models_5.js +25 -0
  16. package/dist-es/protocols/Aws_ec2.js +563 -28
  17. package/dist-types/EC2.d.ts +44 -0
  18. package/dist-types/EC2Client.d.ts +8 -2
  19. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  20. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  21. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  22. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  24. package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
  25. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  26. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
  27. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
  28. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
  31. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
  34. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
  35. package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
  36. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  44. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  45. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  46. package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
  47. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  52. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  53. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
  55. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
  59. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
  61. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
  63. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  64. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  65. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  66. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  67. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  68. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  69. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  70. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
  71. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  72. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  74. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  76. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  77. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
  78. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
  79. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
  80. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
  81. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  82. package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
  83. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  84. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
  85. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
  86. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
  87. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  90. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  91. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  93. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  94. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  95. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  96. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  97. package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
  98. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  99. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  100. package/dist-types/commands/index.d.ts +6 -0
  101. package/dist-types/models/models_0.d.ts +27 -23
  102. package/dist-types/models/models_1.d.ts +310 -277
  103. package/dist-types/models/models_2.d.ts +417 -219
  104. package/dist-types/models/models_3.d.ts +268 -589
  105. package/dist-types/models/models_4.d.ts +6951 -7048
  106. package/dist-types/models/models_5.d.ts +3709 -3519
  107. package/dist-types/models/models_6.d.ts +4429 -4255
  108. package/dist-types/models/models_7.d.ts +624 -29
  109. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  110. package/dist-types/ts3.4/EC2.d.ts +140 -0
  111. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  112. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -4
  113. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
  115. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -4
  117. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -4
  125. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
  132. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -4
  136. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
  143. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -4
  144. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  153. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  154. package/dist-types/ts3.4/models/models_1.d.ts +34 -60
  155. package/dist-types/ts3.4/models/models_2.d.ts +102 -57
  156. package/dist-types/ts3.4/models/models_3.d.ts +64 -117
  157. package/dist-types/ts3.4/models/models_4.d.ts +119 -113
  158. package/dist-types/ts3.4/models/models_5.d.ts +152 -141
  159. package/dist-types/ts3.4/models/models_6.d.ts +139 -138
  160. package/dist-types/ts3.4/models/models_7.d.ts +158 -3
  161. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  162. package/package.json +37 -37
@@ -539,6 +539,10 @@ import {
539
539
  CreateVolumeCommandInput,
540
540
  CreateVolumeCommandOutput,
541
541
  } from "../commands/CreateVolumeCommand";
542
+ import {
543
+ CreateVpcBlockPublicAccessExclusionCommandInput,
544
+ CreateVpcBlockPublicAccessExclusionCommandOutput,
545
+ } from "../commands/CreateVpcBlockPublicAccessExclusionCommand";
542
546
  import {
543
547
  CreateVpcCommandInput,
544
548
  CreateVpcCommandOutput,
@@ -839,6 +843,10 @@ import {
839
843
  DeleteVolumeCommandInput,
840
844
  DeleteVolumeCommandOutput,
841
845
  } from "../commands/DeleteVolumeCommand";
846
+ import {
847
+ DeleteVpcBlockPublicAccessExclusionCommandInput,
848
+ DeleteVpcBlockPublicAccessExclusionCommandOutput,
849
+ } from "../commands/DeleteVpcBlockPublicAccessExclusionCommand";
842
850
  import {
843
851
  DeleteVpcCommandInput,
844
852
  DeleteVpcCommandOutput,
@@ -1475,6 +1483,14 @@ import {
1475
1483
  DescribeVpcAttributeCommandInput,
1476
1484
  DescribeVpcAttributeCommandOutput,
1477
1485
  } from "../commands/DescribeVpcAttributeCommand";
1486
+ import {
1487
+ DescribeVpcBlockPublicAccessExclusionsCommandInput,
1488
+ DescribeVpcBlockPublicAccessExclusionsCommandOutput,
1489
+ } from "../commands/DescribeVpcBlockPublicAccessExclusionsCommand";
1490
+ import {
1491
+ DescribeVpcBlockPublicAccessOptionsCommandInput,
1492
+ DescribeVpcBlockPublicAccessOptionsCommandOutput,
1493
+ } from "../commands/DescribeVpcBlockPublicAccessOptionsCommand";
1478
1494
  import {
1479
1495
  DescribeVpcClassicLinkCommandInput,
1480
1496
  DescribeVpcClassicLinkCommandOutput,
@@ -2219,6 +2235,14 @@ import {
2219
2235
  ModifyVpcAttributeCommandInput,
2220
2236
  ModifyVpcAttributeCommandOutput,
2221
2237
  } from "../commands/ModifyVpcAttributeCommand";
2238
+ import {
2239
+ ModifyVpcBlockPublicAccessExclusionCommandInput,
2240
+ ModifyVpcBlockPublicAccessExclusionCommandOutput,
2241
+ } from "../commands/ModifyVpcBlockPublicAccessExclusionCommand";
2242
+ import {
2243
+ ModifyVpcBlockPublicAccessOptionsCommandInput,
2244
+ ModifyVpcBlockPublicAccessOptionsCommandOutput,
2245
+ } from "../commands/ModifyVpcBlockPublicAccessOptionsCommand";
2222
2246
  import {
2223
2247
  ModifyVpcEndpointCommandInput,
2224
2248
  ModifyVpcEndpointCommandOutput,
@@ -3091,6 +3115,10 @@ export declare const se_CreateVpcCommand: (
3091
3115
  input: CreateVpcCommandInput,
3092
3116
  context: __SerdeContext
3093
3117
  ) => Promise<__HttpRequest>;
3118
+ export declare const se_CreateVpcBlockPublicAccessExclusionCommand: (
3119
+ input: CreateVpcBlockPublicAccessExclusionCommandInput,
3120
+ context: __SerdeContext
3121
+ ) => Promise<__HttpRequest>;
3094
3122
  export declare const se_CreateVpcEndpointCommand: (
3095
3123
  input: CreateVpcEndpointCommandInput,
3096
3124
  context: __SerdeContext
@@ -3391,6 +3419,10 @@ export declare const se_DeleteVpcCommand: (
3391
3419
  input: DeleteVpcCommandInput,
3392
3420
  context: __SerdeContext
3393
3421
  ) => Promise<__HttpRequest>;
3422
+ export declare const se_DeleteVpcBlockPublicAccessExclusionCommand: (
3423
+ input: DeleteVpcBlockPublicAccessExclusionCommandInput,
3424
+ context: __SerdeContext
3425
+ ) => Promise<__HttpRequest>;
3394
3426
  export declare const se_DeleteVpcEndpointConnectionNotificationsCommand: (
3395
3427
  input: DeleteVpcEndpointConnectionNotificationsCommandInput,
3396
3428
  context: __SerdeContext
@@ -4023,6 +4055,14 @@ export declare const se_DescribeVpcAttributeCommand: (
4023
4055
  input: DescribeVpcAttributeCommandInput,
4024
4056
  context: __SerdeContext
4025
4057
  ) => Promise<__HttpRequest>;
4058
+ export declare const se_DescribeVpcBlockPublicAccessExclusionsCommand: (
4059
+ input: DescribeVpcBlockPublicAccessExclusionsCommandInput,
4060
+ context: __SerdeContext
4061
+ ) => Promise<__HttpRequest>;
4062
+ export declare const se_DescribeVpcBlockPublicAccessOptionsCommand: (
4063
+ input: DescribeVpcBlockPublicAccessOptionsCommandInput,
4064
+ context: __SerdeContext
4065
+ ) => Promise<__HttpRequest>;
4026
4066
  export declare const se_DescribeVpcClassicLinkCommand: (
4027
4067
  input: DescribeVpcClassicLinkCommandInput,
4028
4068
  context: __SerdeContext
@@ -4767,6 +4807,14 @@ export declare const se_ModifyVpcAttributeCommand: (
4767
4807
  input: ModifyVpcAttributeCommandInput,
4768
4808
  context: __SerdeContext
4769
4809
  ) => Promise<__HttpRequest>;
4810
+ export declare const se_ModifyVpcBlockPublicAccessExclusionCommand: (
4811
+ input: ModifyVpcBlockPublicAccessExclusionCommandInput,
4812
+ context: __SerdeContext
4813
+ ) => Promise<__HttpRequest>;
4814
+ export declare const se_ModifyVpcBlockPublicAccessOptionsCommand: (
4815
+ input: ModifyVpcBlockPublicAccessOptionsCommandInput,
4816
+ context: __SerdeContext
4817
+ ) => Promise<__HttpRequest>;
4770
4818
  export declare const se_ModifyVpcEndpointCommand: (
4771
4819
  input: ModifyVpcEndpointCommandInput,
4772
4820
  context: __SerdeContext
@@ -5639,6 +5687,10 @@ export declare const de_CreateVpcCommand: (
5639
5687
  output: __HttpResponse,
5640
5688
  context: __SerdeContext
5641
5689
  ) => Promise<CreateVpcCommandOutput>;
5690
+ export declare const de_CreateVpcBlockPublicAccessExclusionCommand: (
5691
+ output: __HttpResponse,
5692
+ context: __SerdeContext
5693
+ ) => Promise<CreateVpcBlockPublicAccessExclusionCommandOutput>;
5642
5694
  export declare const de_CreateVpcEndpointCommand: (
5643
5695
  output: __HttpResponse,
5644
5696
  context: __SerdeContext
@@ -5939,6 +5991,10 @@ export declare const de_DeleteVpcCommand: (
5939
5991
  output: __HttpResponse,
5940
5992
  context: __SerdeContext
5941
5993
  ) => Promise<DeleteVpcCommandOutput>;
5994
+ export declare const de_DeleteVpcBlockPublicAccessExclusionCommand: (
5995
+ output: __HttpResponse,
5996
+ context: __SerdeContext
5997
+ ) => Promise<DeleteVpcBlockPublicAccessExclusionCommandOutput>;
5942
5998
  export declare const de_DeleteVpcEndpointConnectionNotificationsCommand: (
5943
5999
  output: __HttpResponse,
5944
6000
  context: __SerdeContext
@@ -6571,6 +6627,14 @@ export declare const de_DescribeVpcAttributeCommand: (
6571
6627
  output: __HttpResponse,
6572
6628
  context: __SerdeContext
6573
6629
  ) => Promise<DescribeVpcAttributeCommandOutput>;
6630
+ export declare const de_DescribeVpcBlockPublicAccessExclusionsCommand: (
6631
+ output: __HttpResponse,
6632
+ context: __SerdeContext
6633
+ ) => Promise<DescribeVpcBlockPublicAccessExclusionsCommandOutput>;
6634
+ export declare const de_DescribeVpcBlockPublicAccessOptionsCommand: (
6635
+ output: __HttpResponse,
6636
+ context: __SerdeContext
6637
+ ) => Promise<DescribeVpcBlockPublicAccessOptionsCommandOutput>;
6574
6638
  export declare const de_DescribeVpcClassicLinkCommand: (
6575
6639
  output: __HttpResponse,
6576
6640
  context: __SerdeContext
@@ -7315,6 +7379,14 @@ export declare const de_ModifyVpcAttributeCommand: (
7315
7379
  output: __HttpResponse,
7316
7380
  context: __SerdeContext
7317
7381
  ) => Promise<ModifyVpcAttributeCommandOutput>;
7382
+ export declare const de_ModifyVpcBlockPublicAccessExclusionCommand: (
7383
+ output: __HttpResponse,
7384
+ context: __SerdeContext
7385
+ ) => Promise<ModifyVpcBlockPublicAccessExclusionCommandOutput>;
7386
+ export declare const de_ModifyVpcBlockPublicAccessOptionsCommand: (
7387
+ output: __HttpResponse,
7388
+ context: __SerdeContext
7389
+ ) => Promise<ModifyVpcBlockPublicAccessOptionsCommandOutput>;
7318
7390
  export declare const de_ModifyVpcEndpointCommand: (
7319
7391
  output: __HttpResponse,
7320
7392
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.695.0",
4
+ "version": "3.697.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -20,46 +20,46 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.693.0",
24
- "@aws-sdk/client-sts": "3.693.0",
25
- "@aws-sdk/core": "3.693.0",
26
- "@aws-sdk/credential-provider-node": "3.693.0",
27
- "@aws-sdk/middleware-host-header": "3.693.0",
28
- "@aws-sdk/middleware-logger": "3.693.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.693.0",
30
- "@aws-sdk/middleware-sdk-ec2": "3.693.0",
31
- "@aws-sdk/middleware-user-agent": "3.693.0",
32
- "@aws-sdk/region-config-resolver": "3.693.0",
33
- "@aws-sdk/types": "3.692.0",
34
- "@aws-sdk/util-endpoints": "3.693.0",
35
- "@aws-sdk/util-user-agent-browser": "3.693.0",
36
- "@aws-sdk/util-user-agent-node": "3.693.0",
37
- "@smithy/config-resolver": "^3.0.11",
38
- "@smithy/core": "^2.5.2",
39
- "@smithy/fetch-http-handler": "^4.1.0",
40
- "@smithy/hash-node": "^3.0.9",
41
- "@smithy/invalid-dependency": "^3.0.9",
42
- "@smithy/middleware-content-length": "^3.0.11",
43
- "@smithy/middleware-endpoint": "^3.2.2",
44
- "@smithy/middleware-retry": "^3.0.26",
45
- "@smithy/middleware-serde": "^3.0.9",
46
- "@smithy/middleware-stack": "^3.0.9",
47
- "@smithy/node-config-provider": "^3.1.10",
48
- "@smithy/node-http-handler": "^3.3.0",
49
- "@smithy/protocol-http": "^4.1.6",
50
- "@smithy/smithy-client": "^3.4.3",
51
- "@smithy/types": "^3.7.0",
52
- "@smithy/url-parser": "^3.0.9",
23
+ "@aws-sdk/client-sso-oidc": "3.696.0",
24
+ "@aws-sdk/client-sts": "3.696.0",
25
+ "@aws-sdk/core": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.696.0",
27
+ "@aws-sdk/middleware-host-header": "3.696.0",
28
+ "@aws-sdk/middleware-logger": "3.696.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
+ "@aws-sdk/middleware-sdk-ec2": "3.696.0",
31
+ "@aws-sdk/middleware-user-agent": "3.696.0",
32
+ "@aws-sdk/region-config-resolver": "3.696.0",
33
+ "@aws-sdk/types": "3.696.0",
34
+ "@aws-sdk/util-endpoints": "3.696.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.696.0",
36
+ "@aws-sdk/util-user-agent-node": "3.696.0",
37
+ "@smithy/config-resolver": "^3.0.12",
38
+ "@smithy/core": "^2.5.3",
39
+ "@smithy/fetch-http-handler": "^4.1.1",
40
+ "@smithy/hash-node": "^3.0.10",
41
+ "@smithy/invalid-dependency": "^3.0.10",
42
+ "@smithy/middleware-content-length": "^3.0.12",
43
+ "@smithy/middleware-endpoint": "^3.2.3",
44
+ "@smithy/middleware-retry": "^3.0.27",
45
+ "@smithy/middleware-serde": "^3.0.10",
46
+ "@smithy/middleware-stack": "^3.0.10",
47
+ "@smithy/node-config-provider": "^3.1.11",
48
+ "@smithy/node-http-handler": "^3.3.1",
49
+ "@smithy/protocol-http": "^4.1.7",
50
+ "@smithy/smithy-client": "^3.4.4",
51
+ "@smithy/types": "^3.7.1",
52
+ "@smithy/url-parser": "^3.0.10",
53
53
  "@smithy/util-base64": "^3.0.0",
54
54
  "@smithy/util-body-length-browser": "^3.0.0",
55
55
  "@smithy/util-body-length-node": "^3.0.0",
56
- "@smithy/util-defaults-mode-browser": "^3.0.26",
57
- "@smithy/util-defaults-mode-node": "^3.0.26",
58
- "@smithy/util-endpoints": "^2.1.5",
59
- "@smithy/util-middleware": "^3.0.9",
60
- "@smithy/util-retry": "^3.0.9",
56
+ "@smithy/util-defaults-mode-browser": "^3.0.27",
57
+ "@smithy/util-defaults-mode-node": "^3.0.27",
58
+ "@smithy/util-endpoints": "^2.1.6",
59
+ "@smithy/util-middleware": "^3.0.10",
60
+ "@smithy/util-retry": "^3.0.10",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
- "@smithy/util-waiter": "^3.1.8",
62
+ "@smithy/util-waiter": "^3.1.9",
63
63
  "@types/uuid": "^9.0.1",
64
64
  "tslib": "^2.6.2",
65
65
  "uuid": "^9.0.1"