@aws-sdk/client-ec2 3.695.0 → 3.696.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 (118) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +551 -19
  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 +5 -0
  12. package/dist-es/models/models_2.js +16 -0
  13. package/dist-es/models/models_4.js +0 -15
  14. package/dist-es/models/models_5.js +25 -0
  15. package/dist-es/protocols/Aws_ec2.js +395 -2
  16. package/dist-types/EC2.d.ts +44 -0
  17. package/dist-types/EC2Client.d.ts +8 -2
  18. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  19. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  20. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  21. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  22. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  24. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
  25. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
  28. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
  29. package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
  30. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  35. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  36. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  37. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  40. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  41. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
  46. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  47. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  48. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  49. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  50. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  51. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  52. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  53. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  54. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  55. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  56. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  57. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
  58. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  59. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  60. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  61. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  62. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  63. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  64. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  65. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  66. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  67. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  68. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  69. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  70. package/dist-types/commands/index.d.ts +6 -0
  71. package/dist-types/models/models_0.d.ts +27 -23
  72. package/dist-types/models/models_1.d.ts +66 -80
  73. package/dist-types/models/models_2.d.ts +220 -106
  74. package/dist-types/models/models_3.d.ts +155 -371
  75. package/dist-types/models/models_4.d.ts +423 -401
  76. package/dist-types/models/models_5.d.ts +567 -506
  77. package/dist-types/models/models_6.d.ts +3268 -3187
  78. package/dist-types/models/models_7.d.ts +502 -28
  79. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  80. package/dist-types/ts3.4/EC2.d.ts +140 -0
  81. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  82. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
  85. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
  101. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  108. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  110. package/dist-types/ts3.4/models/models_1.d.ts +12 -15
  111. package/dist-types/ts3.4/models/models_2.d.ts +56 -32
  112. package/dist-types/ts3.4/models/models_3.d.ts +39 -69
  113. package/dist-types/ts3.4/models/models_4.d.ts +70 -70
  114. package/dist-types/ts3.4/models/models_5.d.ts +111 -101
  115. package/dist-types/ts3.4/models/models_6.d.ts +100 -102
  116. package/dist-types/ts3.4/models/models_7.d.ts +124 -2
  117. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  118. package/package.json +37 -37
@@ -134,6 +134,7 @@ import { CreateVerifiedAccessGroupCommandInput, CreateVerifiedAccessGroupCommand
134
134
  import { CreateVerifiedAccessInstanceCommandInput, CreateVerifiedAccessInstanceCommandOutput } from "../commands/CreateVerifiedAccessInstanceCommand";
135
135
  import { CreateVerifiedAccessTrustProviderCommandInput, CreateVerifiedAccessTrustProviderCommandOutput } from "../commands/CreateVerifiedAccessTrustProviderCommand";
136
136
  import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "../commands/CreateVolumeCommand";
137
+ import { CreateVpcBlockPublicAccessExclusionCommandInput, CreateVpcBlockPublicAccessExclusionCommandOutput } from "../commands/CreateVpcBlockPublicAccessExclusionCommand";
137
138
  import { CreateVpcCommandInput, CreateVpcCommandOutput } from "../commands/CreateVpcCommand";
138
139
  import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "../commands/CreateVpcEndpointCommand";
139
140
  import { CreateVpcEndpointConnectionNotificationCommandInput, CreateVpcEndpointConnectionNotificationCommandOutput } from "../commands/CreateVpcEndpointConnectionNotificationCommand";
@@ -209,6 +210,7 @@ import { DeleteVerifiedAccessGroupCommandInput, DeleteVerifiedAccessGroupCommand
209
210
  import { DeleteVerifiedAccessInstanceCommandInput, DeleteVerifiedAccessInstanceCommandOutput } from "../commands/DeleteVerifiedAccessInstanceCommand";
210
211
  import { DeleteVerifiedAccessTrustProviderCommandInput, DeleteVerifiedAccessTrustProviderCommandOutput } from "../commands/DeleteVerifiedAccessTrustProviderCommand";
211
212
  import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "../commands/DeleteVolumeCommand";
213
+ import { DeleteVpcBlockPublicAccessExclusionCommandInput, DeleteVpcBlockPublicAccessExclusionCommandOutput } from "../commands/DeleteVpcBlockPublicAccessExclusionCommand";
212
214
  import { DeleteVpcCommandInput, DeleteVpcCommandOutput } from "../commands/DeleteVpcCommand";
213
215
  import { DeleteVpcEndpointConnectionNotificationsCommandInput, DeleteVpcEndpointConnectionNotificationsCommandOutput } from "../commands/DeleteVpcEndpointConnectionNotificationsCommand";
214
216
  import { DeleteVpcEndpointsCommandInput, DeleteVpcEndpointsCommandOutput } from "../commands/DeleteVpcEndpointsCommand";
@@ -368,6 +370,8 @@ import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "../co
368
370
  import { DescribeVolumesModificationsCommandInput, DescribeVolumesModificationsCommandOutput } from "../commands/DescribeVolumesModificationsCommand";
369
371
  import { DescribeVolumeStatusCommandInput, DescribeVolumeStatusCommandOutput } from "../commands/DescribeVolumeStatusCommand";
370
372
  import { DescribeVpcAttributeCommandInput, DescribeVpcAttributeCommandOutput } from "../commands/DescribeVpcAttributeCommand";
373
+ import { DescribeVpcBlockPublicAccessExclusionsCommandInput, DescribeVpcBlockPublicAccessExclusionsCommandOutput } from "../commands/DescribeVpcBlockPublicAccessExclusionsCommand";
374
+ import { DescribeVpcBlockPublicAccessOptionsCommandInput, DescribeVpcBlockPublicAccessOptionsCommandOutput } from "../commands/DescribeVpcBlockPublicAccessOptionsCommand";
371
375
  import { DescribeVpcClassicLinkCommandInput, DescribeVpcClassicLinkCommandOutput } from "../commands/DescribeVpcClassicLinkCommand";
372
376
  import { DescribeVpcClassicLinkDnsSupportCommandInput, DescribeVpcClassicLinkDnsSupportCommandOutput } from "../commands/DescribeVpcClassicLinkDnsSupportCommand";
373
377
  import { DescribeVpcEndpointConnectionNotificationsCommandInput, DescribeVpcEndpointConnectionNotificationsCommandOutput } from "../commands/DescribeVpcEndpointConnectionNotificationsCommand";
@@ -554,6 +558,8 @@ import { ModifyVerifiedAccessTrustProviderCommandInput, ModifyVerifiedAccessTrus
554
558
  import { ModifyVolumeAttributeCommandInput, ModifyVolumeAttributeCommandOutput } from "../commands/ModifyVolumeAttributeCommand";
555
559
  import { ModifyVolumeCommandInput, ModifyVolumeCommandOutput } from "../commands/ModifyVolumeCommand";
556
560
  import { ModifyVpcAttributeCommandInput, ModifyVpcAttributeCommandOutput } from "../commands/ModifyVpcAttributeCommand";
561
+ import { ModifyVpcBlockPublicAccessExclusionCommandInput, ModifyVpcBlockPublicAccessExclusionCommandOutput } from "../commands/ModifyVpcBlockPublicAccessExclusionCommand";
562
+ import { ModifyVpcBlockPublicAccessOptionsCommandInput, ModifyVpcBlockPublicAccessOptionsCommandOutput } from "../commands/ModifyVpcBlockPublicAccessOptionsCommand";
557
563
  import { ModifyVpcEndpointCommandInput, ModifyVpcEndpointCommandOutput } from "../commands/ModifyVpcEndpointCommand";
558
564
  import { ModifyVpcEndpointConnectionNotificationCommandInput, ModifyVpcEndpointConnectionNotificationCommandOutput } from "../commands/ModifyVpcEndpointConnectionNotificationCommand";
559
565
  import { ModifyVpcEndpointServiceConfigurationCommandInput, ModifyVpcEndpointServiceConfigurationCommandOutput } from "../commands/ModifyVpcEndpointServiceConfigurationCommand";
@@ -1177,6 +1183,10 @@ export declare const se_CreateVolumeCommand: (input: CreateVolumeCommandInput, c
1177
1183
  * serializeAws_ec2CreateVpcCommand
1178
1184
  */
1179
1185
  export declare const se_CreateVpcCommand: (input: CreateVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1186
+ /**
1187
+ * serializeAws_ec2CreateVpcBlockPublicAccessExclusionCommand
1188
+ */
1189
+ export declare const se_CreateVpcBlockPublicAccessExclusionCommand: (input: CreateVpcBlockPublicAccessExclusionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1180
1190
  /**
1181
1191
  * serializeAws_ec2CreateVpcEndpointCommand
1182
1192
  */
@@ -1477,6 +1487,10 @@ export declare const se_DeleteVolumeCommand: (input: DeleteVolumeCommandInput, c
1477
1487
  * serializeAws_ec2DeleteVpcCommand
1478
1488
  */
1479
1489
  export declare const se_DeleteVpcCommand: (input: DeleteVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1490
+ /**
1491
+ * serializeAws_ec2DeleteVpcBlockPublicAccessExclusionCommand
1492
+ */
1493
+ export declare const se_DeleteVpcBlockPublicAccessExclusionCommand: (input: DeleteVpcBlockPublicAccessExclusionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1480
1494
  /**
1481
1495
  * serializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand
1482
1496
  */
@@ -2109,6 +2123,14 @@ export declare const se_DescribeVolumeStatusCommand: (input: DescribeVolumeStatu
2109
2123
  * serializeAws_ec2DescribeVpcAttributeCommand
2110
2124
  */
2111
2125
  export declare const se_DescribeVpcAttributeCommand: (input: DescribeVpcAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2126
+ /**
2127
+ * serializeAws_ec2DescribeVpcBlockPublicAccessExclusionsCommand
2128
+ */
2129
+ export declare const se_DescribeVpcBlockPublicAccessExclusionsCommand: (input: DescribeVpcBlockPublicAccessExclusionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2130
+ /**
2131
+ * serializeAws_ec2DescribeVpcBlockPublicAccessOptionsCommand
2132
+ */
2133
+ export declare const se_DescribeVpcBlockPublicAccessOptionsCommand: (input: DescribeVpcBlockPublicAccessOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2112
2134
  /**
2113
2135
  * serializeAws_ec2DescribeVpcClassicLinkCommand
2114
2136
  */
@@ -2853,6 +2875,14 @@ export declare const se_ModifyVolumeAttributeCommand: (input: ModifyVolumeAttrib
2853
2875
  * serializeAws_ec2ModifyVpcAttributeCommand
2854
2876
  */
2855
2877
  export declare const se_ModifyVpcAttributeCommand: (input: ModifyVpcAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2878
+ /**
2879
+ * serializeAws_ec2ModifyVpcBlockPublicAccessExclusionCommand
2880
+ */
2881
+ export declare const se_ModifyVpcBlockPublicAccessExclusionCommand: (input: ModifyVpcBlockPublicAccessExclusionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2882
+ /**
2883
+ * serializeAws_ec2ModifyVpcBlockPublicAccessOptionsCommand
2884
+ */
2885
+ export declare const se_ModifyVpcBlockPublicAccessOptionsCommand: (input: ModifyVpcBlockPublicAccessOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2856
2886
  /**
2857
2887
  * serializeAws_ec2ModifyVpcEndpointCommand
2858
2888
  */
@@ -3725,6 +3755,10 @@ export declare const de_CreateVolumeCommand: (output: __HttpResponse, context: _
3725
3755
  * deserializeAws_ec2CreateVpcCommand
3726
3756
  */
3727
3757
  export declare const de_CreateVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcCommandOutput>;
3758
+ /**
3759
+ * deserializeAws_ec2CreateVpcBlockPublicAccessExclusionCommand
3760
+ */
3761
+ export declare const de_CreateVpcBlockPublicAccessExclusionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcBlockPublicAccessExclusionCommandOutput>;
3728
3762
  /**
3729
3763
  * deserializeAws_ec2CreateVpcEndpointCommand
3730
3764
  */
@@ -4025,6 +4059,10 @@ export declare const de_DeleteVolumeCommand: (output: __HttpResponse, context: _
4025
4059
  * deserializeAws_ec2DeleteVpcCommand
4026
4060
  */
4027
4061
  export declare const de_DeleteVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcCommandOutput>;
4062
+ /**
4063
+ * deserializeAws_ec2DeleteVpcBlockPublicAccessExclusionCommand
4064
+ */
4065
+ export declare const de_DeleteVpcBlockPublicAccessExclusionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcBlockPublicAccessExclusionCommandOutput>;
4028
4066
  /**
4029
4067
  * deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand
4030
4068
  */
@@ -4657,6 +4695,14 @@ export declare const de_DescribeVolumeStatusCommand: (output: __HttpResponse, co
4657
4695
  * deserializeAws_ec2DescribeVpcAttributeCommand
4658
4696
  */
4659
4697
  export declare const de_DescribeVpcAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcAttributeCommandOutput>;
4698
+ /**
4699
+ * deserializeAws_ec2DescribeVpcBlockPublicAccessExclusionsCommand
4700
+ */
4701
+ export declare const de_DescribeVpcBlockPublicAccessExclusionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcBlockPublicAccessExclusionsCommandOutput>;
4702
+ /**
4703
+ * deserializeAws_ec2DescribeVpcBlockPublicAccessOptionsCommand
4704
+ */
4705
+ export declare const de_DescribeVpcBlockPublicAccessOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcBlockPublicAccessOptionsCommandOutput>;
4660
4706
  /**
4661
4707
  * deserializeAws_ec2DescribeVpcClassicLinkCommand
4662
4708
  */
@@ -5401,6 +5447,14 @@ export declare const de_ModifyVolumeAttributeCommand: (output: __HttpResponse, c
5401
5447
  * deserializeAws_ec2ModifyVpcAttributeCommand
5402
5448
  */
5403
5449
  export declare const de_ModifyVpcAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcAttributeCommandOutput>;
5450
+ /**
5451
+ * deserializeAws_ec2ModifyVpcBlockPublicAccessExclusionCommand
5452
+ */
5453
+ export declare const de_ModifyVpcBlockPublicAccessExclusionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcBlockPublicAccessExclusionCommandOutput>;
5454
+ /**
5455
+ * deserializeAws_ec2ModifyVpcBlockPublicAccessOptionsCommand
5456
+ */
5457
+ export declare const de_ModifyVpcBlockPublicAccessOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcBlockPublicAccessOptionsCommandOutput>;
5404
5458
  /**
5405
5459
  * deserializeAws_ec2ModifyVpcEndpointCommand
5406
5460
  */
@@ -535,6 +535,10 @@ import {
535
535
  CreateVolumeCommandInput,
536
536
  CreateVolumeCommandOutput,
537
537
  } from "./commands/CreateVolumeCommand";
538
+ import {
539
+ CreateVpcBlockPublicAccessExclusionCommandInput,
540
+ CreateVpcBlockPublicAccessExclusionCommandOutput,
541
+ } from "./commands/CreateVpcBlockPublicAccessExclusionCommand";
538
542
  import {
539
543
  CreateVpcCommandInput,
540
544
  CreateVpcCommandOutput,
@@ -835,6 +839,10 @@ import {
835
839
  DeleteVolumeCommandInput,
836
840
  DeleteVolumeCommandOutput,
837
841
  } from "./commands/DeleteVolumeCommand";
842
+ import {
843
+ DeleteVpcBlockPublicAccessExclusionCommandInput,
844
+ DeleteVpcBlockPublicAccessExclusionCommandOutput,
845
+ } from "./commands/DeleteVpcBlockPublicAccessExclusionCommand";
838
846
  import {
839
847
  DeleteVpcCommandInput,
840
848
  DeleteVpcCommandOutput,
@@ -1471,6 +1479,14 @@ import {
1471
1479
  DescribeVpcAttributeCommandInput,
1472
1480
  DescribeVpcAttributeCommandOutput,
1473
1481
  } from "./commands/DescribeVpcAttributeCommand";
1482
+ import {
1483
+ DescribeVpcBlockPublicAccessExclusionsCommandInput,
1484
+ DescribeVpcBlockPublicAccessExclusionsCommandOutput,
1485
+ } from "./commands/DescribeVpcBlockPublicAccessExclusionsCommand";
1486
+ import {
1487
+ DescribeVpcBlockPublicAccessOptionsCommandInput,
1488
+ DescribeVpcBlockPublicAccessOptionsCommandOutput,
1489
+ } from "./commands/DescribeVpcBlockPublicAccessOptionsCommand";
1474
1490
  import {
1475
1491
  DescribeVpcClassicLinkCommandInput,
1476
1492
  DescribeVpcClassicLinkCommandOutput,
@@ -2215,6 +2231,14 @@ import {
2215
2231
  ModifyVpcAttributeCommandInput,
2216
2232
  ModifyVpcAttributeCommandOutput,
2217
2233
  } from "./commands/ModifyVpcAttributeCommand";
2234
+ import {
2235
+ ModifyVpcBlockPublicAccessExclusionCommandInput,
2236
+ ModifyVpcBlockPublicAccessExclusionCommandOutput,
2237
+ } from "./commands/ModifyVpcBlockPublicAccessExclusionCommand";
2238
+ import {
2239
+ ModifyVpcBlockPublicAccessOptionsCommandInput,
2240
+ ModifyVpcBlockPublicAccessOptionsCommandOutput,
2241
+ } from "./commands/ModifyVpcBlockPublicAccessOptionsCommand";
2218
2242
  import {
2219
2243
  ModifyVpcEndpointCommandInput,
2220
2244
  ModifyVpcEndpointCommandOutput,
@@ -4453,6 +4477,25 @@ export interface EC2 {
4453
4477
  options: __HttpHandlerOptions,
4454
4478
  cb: (err: any, data?: CreateVpcCommandOutput) => void
4455
4479
  ): void;
4480
+ createVpcBlockPublicAccessExclusion(
4481
+ args: CreateVpcBlockPublicAccessExclusionCommandInput,
4482
+ options?: __HttpHandlerOptions
4483
+ ): Promise<CreateVpcBlockPublicAccessExclusionCommandOutput>;
4484
+ createVpcBlockPublicAccessExclusion(
4485
+ args: CreateVpcBlockPublicAccessExclusionCommandInput,
4486
+ cb: (
4487
+ err: any,
4488
+ data?: CreateVpcBlockPublicAccessExclusionCommandOutput
4489
+ ) => void
4490
+ ): void;
4491
+ createVpcBlockPublicAccessExclusion(
4492
+ args: CreateVpcBlockPublicAccessExclusionCommandInput,
4493
+ options: __HttpHandlerOptions,
4494
+ cb: (
4495
+ err: any,
4496
+ data?: CreateVpcBlockPublicAccessExclusionCommandOutput
4497
+ ) => void
4498
+ ): void;
4456
4499
  createVpcEndpoint(
4457
4500
  args: CreateVpcEndpointCommandInput,
4458
4501
  options?: __HttpHandlerOptions
@@ -5505,6 +5548,25 @@ export interface EC2 {
5505
5548
  options: __HttpHandlerOptions,
5506
5549
  cb: (err: any, data?: DeleteVpcCommandOutput) => void
5507
5550
  ): void;
5551
+ deleteVpcBlockPublicAccessExclusion(
5552
+ args: DeleteVpcBlockPublicAccessExclusionCommandInput,
5553
+ options?: __HttpHandlerOptions
5554
+ ): Promise<DeleteVpcBlockPublicAccessExclusionCommandOutput>;
5555
+ deleteVpcBlockPublicAccessExclusion(
5556
+ args: DeleteVpcBlockPublicAccessExclusionCommandInput,
5557
+ cb: (
5558
+ err: any,
5559
+ data?: DeleteVpcBlockPublicAccessExclusionCommandOutput
5560
+ ) => void
5561
+ ): void;
5562
+ deleteVpcBlockPublicAccessExclusion(
5563
+ args: DeleteVpcBlockPublicAccessExclusionCommandInput,
5564
+ options: __HttpHandlerOptions,
5565
+ cb: (
5566
+ err: any,
5567
+ data?: DeleteVpcBlockPublicAccessExclusionCommandOutput
5568
+ ) => void
5569
+ ): void;
5508
5570
  deleteVpcEndpointConnectionNotifications(
5509
5571
  args: DeleteVpcEndpointConnectionNotificationsCommandInput,
5510
5572
  options?: __HttpHandlerOptions
@@ -7916,6 +7978,46 @@ export interface EC2 {
7916
7978
  options: __HttpHandlerOptions,
7917
7979
  cb: (err: any, data?: DescribeVpcAttributeCommandOutput) => void
7918
7980
  ): void;
7981
+ describeVpcBlockPublicAccessExclusions(): Promise<DescribeVpcBlockPublicAccessExclusionsCommandOutput>;
7982
+ describeVpcBlockPublicAccessExclusions(
7983
+ args: DescribeVpcBlockPublicAccessExclusionsCommandInput,
7984
+ options?: __HttpHandlerOptions
7985
+ ): Promise<DescribeVpcBlockPublicAccessExclusionsCommandOutput>;
7986
+ describeVpcBlockPublicAccessExclusions(
7987
+ args: DescribeVpcBlockPublicAccessExclusionsCommandInput,
7988
+ cb: (
7989
+ err: any,
7990
+ data?: DescribeVpcBlockPublicAccessExclusionsCommandOutput
7991
+ ) => void
7992
+ ): void;
7993
+ describeVpcBlockPublicAccessExclusions(
7994
+ args: DescribeVpcBlockPublicAccessExclusionsCommandInput,
7995
+ options: __HttpHandlerOptions,
7996
+ cb: (
7997
+ err: any,
7998
+ data?: DescribeVpcBlockPublicAccessExclusionsCommandOutput
7999
+ ) => void
8000
+ ): void;
8001
+ describeVpcBlockPublicAccessOptions(): Promise<DescribeVpcBlockPublicAccessOptionsCommandOutput>;
8002
+ describeVpcBlockPublicAccessOptions(
8003
+ args: DescribeVpcBlockPublicAccessOptionsCommandInput,
8004
+ options?: __HttpHandlerOptions
8005
+ ): Promise<DescribeVpcBlockPublicAccessOptionsCommandOutput>;
8006
+ describeVpcBlockPublicAccessOptions(
8007
+ args: DescribeVpcBlockPublicAccessOptionsCommandInput,
8008
+ cb: (
8009
+ err: any,
8010
+ data?: DescribeVpcBlockPublicAccessOptionsCommandOutput
8011
+ ) => void
8012
+ ): void;
8013
+ describeVpcBlockPublicAccessOptions(
8014
+ args: DescribeVpcBlockPublicAccessOptionsCommandInput,
8015
+ options: __HttpHandlerOptions,
8016
+ cb: (
8017
+ err: any,
8018
+ data?: DescribeVpcBlockPublicAccessOptionsCommandOutput
8019
+ ) => void
8020
+ ): void;
7919
8021
  describeVpcClassicLink(): Promise<DescribeVpcClassicLinkCommandOutput>;
7920
8022
  describeVpcClassicLink(
7921
8023
  args: DescribeVpcClassicLinkCommandInput,
@@ -10647,6 +10749,44 @@ export interface EC2 {
10647
10749
  options: __HttpHandlerOptions,
10648
10750
  cb: (err: any, data?: ModifyVpcAttributeCommandOutput) => void
10649
10751
  ): void;
10752
+ modifyVpcBlockPublicAccessExclusion(
10753
+ args: ModifyVpcBlockPublicAccessExclusionCommandInput,
10754
+ options?: __HttpHandlerOptions
10755
+ ): Promise<ModifyVpcBlockPublicAccessExclusionCommandOutput>;
10756
+ modifyVpcBlockPublicAccessExclusion(
10757
+ args: ModifyVpcBlockPublicAccessExclusionCommandInput,
10758
+ cb: (
10759
+ err: any,
10760
+ data?: ModifyVpcBlockPublicAccessExclusionCommandOutput
10761
+ ) => void
10762
+ ): void;
10763
+ modifyVpcBlockPublicAccessExclusion(
10764
+ args: ModifyVpcBlockPublicAccessExclusionCommandInput,
10765
+ options: __HttpHandlerOptions,
10766
+ cb: (
10767
+ err: any,
10768
+ data?: ModifyVpcBlockPublicAccessExclusionCommandOutput
10769
+ ) => void
10770
+ ): void;
10771
+ modifyVpcBlockPublicAccessOptions(
10772
+ args: ModifyVpcBlockPublicAccessOptionsCommandInput,
10773
+ options?: __HttpHandlerOptions
10774
+ ): Promise<ModifyVpcBlockPublicAccessOptionsCommandOutput>;
10775
+ modifyVpcBlockPublicAccessOptions(
10776
+ args: ModifyVpcBlockPublicAccessOptionsCommandInput,
10777
+ cb: (
10778
+ err: any,
10779
+ data?: ModifyVpcBlockPublicAccessOptionsCommandOutput
10780
+ ) => void
10781
+ ): void;
10782
+ modifyVpcBlockPublicAccessOptions(
10783
+ args: ModifyVpcBlockPublicAccessOptionsCommandInput,
10784
+ options: __HttpHandlerOptions,
10785
+ cb: (
10786
+ err: any,
10787
+ data?: ModifyVpcBlockPublicAccessOptionsCommandOutput
10788
+ ) => void
10789
+ ): void;
10650
10790
  modifyVpcEndpoint(
10651
10791
  args: ModifyVpcEndpointCommandInput,
10652
10792
  options?: __HttpHandlerOptions
@@ -581,6 +581,10 @@ import {
581
581
  CreateVolumeCommandInput,
582
582
  CreateVolumeCommandOutput,
583
583
  } from "./commands/CreateVolumeCommand";
584
+ import {
585
+ CreateVpcBlockPublicAccessExclusionCommandInput,
586
+ CreateVpcBlockPublicAccessExclusionCommandOutput,
587
+ } from "./commands/CreateVpcBlockPublicAccessExclusionCommand";
584
588
  import {
585
589
  CreateVpcCommandInput,
586
590
  CreateVpcCommandOutput,
@@ -881,6 +885,10 @@ import {
881
885
  DeleteVolumeCommandInput,
882
886
  DeleteVolumeCommandOutput,
883
887
  } from "./commands/DeleteVolumeCommand";
888
+ import {
889
+ DeleteVpcBlockPublicAccessExclusionCommandInput,
890
+ DeleteVpcBlockPublicAccessExclusionCommandOutput,
891
+ } from "./commands/DeleteVpcBlockPublicAccessExclusionCommand";
884
892
  import {
885
893
  DeleteVpcCommandInput,
886
894
  DeleteVpcCommandOutput,
@@ -1517,6 +1525,14 @@ import {
1517
1525
  DescribeVpcAttributeCommandInput,
1518
1526
  DescribeVpcAttributeCommandOutput,
1519
1527
  } from "./commands/DescribeVpcAttributeCommand";
1528
+ import {
1529
+ DescribeVpcBlockPublicAccessExclusionsCommandInput,
1530
+ DescribeVpcBlockPublicAccessExclusionsCommandOutput,
1531
+ } from "./commands/DescribeVpcBlockPublicAccessExclusionsCommand";
1532
+ import {
1533
+ DescribeVpcBlockPublicAccessOptionsCommandInput,
1534
+ DescribeVpcBlockPublicAccessOptionsCommandOutput,
1535
+ } from "./commands/DescribeVpcBlockPublicAccessOptionsCommand";
1520
1536
  import {
1521
1537
  DescribeVpcClassicLinkCommandInput,
1522
1538
  DescribeVpcClassicLinkCommandOutput,
@@ -2261,6 +2277,14 @@ import {
2261
2277
  ModifyVpcAttributeCommandInput,
2262
2278
  ModifyVpcAttributeCommandOutput,
2263
2279
  } from "./commands/ModifyVpcAttributeCommand";
2280
+ import {
2281
+ ModifyVpcBlockPublicAccessExclusionCommandInput,
2282
+ ModifyVpcBlockPublicAccessExclusionCommandOutput,
2283
+ } from "./commands/ModifyVpcBlockPublicAccessExclusionCommand";
2284
+ import {
2285
+ ModifyVpcBlockPublicAccessOptionsCommandInput,
2286
+ ModifyVpcBlockPublicAccessOptionsCommandOutput,
2287
+ } from "./commands/ModifyVpcBlockPublicAccessOptionsCommand";
2264
2288
  import {
2265
2289
  ModifyVpcEndpointCommandInput,
2266
2290
  ModifyVpcEndpointCommandOutput,
@@ -2735,6 +2759,7 @@ export type ServiceInputTypes =
2735
2759
  | CreateVerifiedAccessInstanceCommandInput
2736
2760
  | CreateVerifiedAccessTrustProviderCommandInput
2737
2761
  | CreateVolumeCommandInput
2762
+ | CreateVpcBlockPublicAccessExclusionCommandInput
2738
2763
  | CreateVpcCommandInput
2739
2764
  | CreateVpcEndpointCommandInput
2740
2765
  | CreateVpcEndpointConnectionNotificationCommandInput
@@ -2810,6 +2835,7 @@ export type ServiceInputTypes =
2810
2835
  | DeleteVerifiedAccessInstanceCommandInput
2811
2836
  | DeleteVerifiedAccessTrustProviderCommandInput
2812
2837
  | DeleteVolumeCommandInput
2838
+ | DeleteVpcBlockPublicAccessExclusionCommandInput
2813
2839
  | DeleteVpcCommandInput
2814
2840
  | DeleteVpcEndpointConnectionNotificationsCommandInput
2815
2841
  | DeleteVpcEndpointServiceConfigurationsCommandInput
@@ -2969,6 +2995,8 @@ export type ServiceInputTypes =
2969
2995
  | DescribeVolumesCommandInput
2970
2996
  | DescribeVolumesModificationsCommandInput
2971
2997
  | DescribeVpcAttributeCommandInput
2998
+ | DescribeVpcBlockPublicAccessExclusionsCommandInput
2999
+ | DescribeVpcBlockPublicAccessOptionsCommandInput
2972
3000
  | DescribeVpcClassicLinkCommandInput
2973
3001
  | DescribeVpcClassicLinkDnsSupportCommandInput
2974
3002
  | DescribeVpcEndpointConnectionNotificationsCommandInput
@@ -3155,6 +3183,8 @@ export type ServiceInputTypes =
3155
3183
  | ModifyVolumeAttributeCommandInput
3156
3184
  | ModifyVolumeCommandInput
3157
3185
  | ModifyVpcAttributeCommandInput
3186
+ | ModifyVpcBlockPublicAccessExclusionCommandInput
3187
+ | ModifyVpcBlockPublicAccessOptionsCommandInput
3158
3188
  | ModifyVpcEndpointCommandInput
3159
3189
  | ModifyVpcEndpointConnectionNotificationCommandInput
3160
3190
  | ModifyVpcEndpointServiceConfigurationCommandInput
@@ -3373,6 +3403,7 @@ export type ServiceOutputTypes =
3373
3403
  | CreateVerifiedAccessInstanceCommandOutput
3374
3404
  | CreateVerifiedAccessTrustProviderCommandOutput
3375
3405
  | CreateVolumeCommandOutput
3406
+ | CreateVpcBlockPublicAccessExclusionCommandOutput
3376
3407
  | CreateVpcCommandOutput
3377
3408
  | CreateVpcEndpointCommandOutput
3378
3409
  | CreateVpcEndpointConnectionNotificationCommandOutput
@@ -3448,6 +3479,7 @@ export type ServiceOutputTypes =
3448
3479
  | DeleteVerifiedAccessInstanceCommandOutput
3449
3480
  | DeleteVerifiedAccessTrustProviderCommandOutput
3450
3481
  | DeleteVolumeCommandOutput
3482
+ | DeleteVpcBlockPublicAccessExclusionCommandOutput
3451
3483
  | DeleteVpcCommandOutput
3452
3484
  | DeleteVpcEndpointConnectionNotificationsCommandOutput
3453
3485
  | DeleteVpcEndpointServiceConfigurationsCommandOutput
@@ -3607,6 +3639,8 @@ export type ServiceOutputTypes =
3607
3639
  | DescribeVolumesCommandOutput
3608
3640
  | DescribeVolumesModificationsCommandOutput
3609
3641
  | DescribeVpcAttributeCommandOutput
3642
+ | DescribeVpcBlockPublicAccessExclusionsCommandOutput
3643
+ | DescribeVpcBlockPublicAccessOptionsCommandOutput
3610
3644
  | DescribeVpcClassicLinkCommandOutput
3611
3645
  | DescribeVpcClassicLinkDnsSupportCommandOutput
3612
3646
  | DescribeVpcEndpointConnectionNotificationsCommandOutput
@@ -3793,6 +3827,8 @@ export type ServiceOutputTypes =
3793
3827
  | ModifyVolumeAttributeCommandOutput
3794
3828
  | ModifyVolumeCommandOutput
3795
3829
  | ModifyVpcAttributeCommandOutput
3830
+ | ModifyVpcBlockPublicAccessExclusionCommandOutput
3831
+ | ModifyVpcBlockPublicAccessOptionsCommandOutput
3796
3832
  | ModifyVpcEndpointCommandOutput
3797
3833
  | ModifyVpcEndpointConnectionNotificationCommandOutput
3798
3834
  | ModifyVpcEndpointServiceConfigurationCommandOutput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { CreateNetworkInsightsAccessScopeRequest } from "../models/models_1";
9
- import { CreateNetworkInsightsAccessScopeResult } from "../models/models_2";
8
+ import {
9
+ CreateNetworkInsightsAccessScopeRequest,
10
+ CreateNetworkInsightsAccessScopeResult,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface CreateNetworkInsightsAccessScopeCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ CreateVpcBlockPublicAccessExclusionRequest,
10
+ CreateVpcBlockPublicAccessExclusionResult,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateVpcBlockPublicAccessExclusionCommandInput
15
+ extends CreateVpcBlockPublicAccessExclusionRequest {}
16
+ export interface CreateVpcBlockPublicAccessExclusionCommandOutput
17
+ extends CreateVpcBlockPublicAccessExclusionResult,
18
+ __MetadataBearer {}
19
+ declare const CreateVpcBlockPublicAccessExclusionCommand_base: {
20
+ new (
21
+ input: CreateVpcBlockPublicAccessExclusionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateVpcBlockPublicAccessExclusionCommandInput,
24
+ CreateVpcBlockPublicAccessExclusionCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateVpcBlockPublicAccessExclusionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateVpcBlockPublicAccessExclusionCommandInput,
33
+ CreateVpcBlockPublicAccessExclusionCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateVpcBlockPublicAccessExclusionCommand extends CreateVpcBlockPublicAccessExclusionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateVpcBlockPublicAccessExclusionRequest;
44
+ output: CreateVpcBlockPublicAccessExclusionResult;
45
+ };
46
+ sdk: {
47
+ input: CreateVpcBlockPublicAccessExclusionCommandInput;
48
+ output: CreateVpcBlockPublicAccessExclusionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DeleteIpamExternalResourceVerificationTokenRequest,
10
- DeleteIpamExternalResourceVerificationTokenResult,
11
- } from "../models/models_2";
8
+ import { DeleteIpamExternalResourceVerificationTokenRequest } from "../models/models_2";
9
+ import { DeleteIpamExternalResourceVerificationTokenResult } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DeleteIpamExternalResourceVerificationTokenCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteIpamPoolRequest,
10
10
  DeleteIpamPoolResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteIpamPoolCommandInput extends DeleteIpamPoolRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteIpamResourceDiscoveryRequest,
10
10
  DeleteIpamResourceDiscoveryResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteIpamResourceDiscoveryCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteIpamScopeRequest,
10
10
  DeleteIpamScopeResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteIpamScopeCommandInput extends DeleteIpamScopeRequest {}
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DeleteVpcBlockPublicAccessExclusionRequest,
10
+ DeleteVpcBlockPublicAccessExclusionResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteVpcBlockPublicAccessExclusionCommandInput
15
+ extends DeleteVpcBlockPublicAccessExclusionRequest {}
16
+ export interface DeleteVpcBlockPublicAccessExclusionCommandOutput
17
+ extends DeleteVpcBlockPublicAccessExclusionResult,
18
+ __MetadataBearer {}
19
+ declare const DeleteVpcBlockPublicAccessExclusionCommand_base: {
20
+ new (
21
+ input: DeleteVpcBlockPublicAccessExclusionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteVpcBlockPublicAccessExclusionCommandInput,
24
+ DeleteVpcBlockPublicAccessExclusionCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteVpcBlockPublicAccessExclusionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteVpcBlockPublicAccessExclusionCommandInput,
33
+ DeleteVpcBlockPublicAccessExclusionCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteVpcBlockPublicAccessExclusionCommand extends DeleteVpcBlockPublicAccessExclusionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteVpcBlockPublicAccessExclusionRequest;
44
+ output: DeleteVpcBlockPublicAccessExclusionResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteVpcBlockPublicAccessExclusionCommandInput;
48
+ output: DeleteVpcBlockPublicAccessExclusionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeHostsRequest, DescribeHostsResult } from "../models/models_3";
8
+ import { DescribeHostsRequest, DescribeHostsResult } from "../models/models_4";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DescribeHostsCommandInput extends DescribeHostsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeIamInstanceProfileAssociationsRequest,
10
10
  DescribeIamInstanceProfileAssociationsResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeIamInstanceProfileAssociationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeSnapshotAttributeRequest,
10
10
  DescribeSnapshotAttributeResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeSnapshotAttributeCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeSnapshotTierStatusRequest } from "../models/models_4";
9
- import { DescribeSnapshotTierStatusResult } from "../models/models_5";
8
+ import {
9
+ DescribeSnapshotTierStatusRequest,
10
+ DescribeSnapshotTierStatusResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeSnapshotTierStatusCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeSnapshotsRequest,
10
10
  DescribeSnapshotsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeSnapshotsCommandInput