@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
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeHostReservationOfferingsRequest,
10
- DescribeHostReservationOfferingsResult,
11
- } from "../models/models_3";
8
+ import { DescribeHostReservationOfferingsRequest } from "../models/models_3";
9
+ import { DescribeHostReservationOfferingsResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeHostReservationOfferingsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeHostReservationsRequest,
10
10
  DescribeHostReservationsResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeHostReservationsCommandInput
@@ -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
  DescribeSecurityGroupVpcAssociationsRequest,
10
10
  DescribeSecurityGroupVpcAssociationsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeSecurityGroupVpcAssociationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeSecurityGroupsRequest,
10
10
  DescribeSecurityGroupsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeSecurityGroupsCommandInput
@@ -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
@@ -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
+ DescribeVpcBlockPublicAccessExclusionsRequest,
10
+ DescribeVpcBlockPublicAccessExclusionsResult,
11
+ } from "../models/models_5";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeVpcBlockPublicAccessExclusionsCommandInput
15
+ extends DescribeVpcBlockPublicAccessExclusionsRequest {}
16
+ export interface DescribeVpcBlockPublicAccessExclusionsCommandOutput
17
+ extends DescribeVpcBlockPublicAccessExclusionsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeVpcBlockPublicAccessExclusionsCommand_base: {
20
+ new (
21
+ input: DescribeVpcBlockPublicAccessExclusionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeVpcBlockPublicAccessExclusionsCommandInput,
24
+ DescribeVpcBlockPublicAccessExclusionsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeVpcBlockPublicAccessExclusionsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeVpcBlockPublicAccessExclusionsCommandInput,
33
+ DescribeVpcBlockPublicAccessExclusionsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeVpcBlockPublicAccessExclusionsCommand extends DescribeVpcBlockPublicAccessExclusionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeVpcBlockPublicAccessExclusionsRequest;
44
+ output: DescribeVpcBlockPublicAccessExclusionsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeVpcBlockPublicAccessExclusionsCommandInput;
48
+ output: DescribeVpcBlockPublicAccessExclusionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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
+ DescribeVpcBlockPublicAccessOptionsRequest,
10
+ DescribeVpcBlockPublicAccessOptionsResult,
11
+ } from "../models/models_5";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeVpcBlockPublicAccessOptionsCommandInput
15
+ extends DescribeVpcBlockPublicAccessOptionsRequest {}
16
+ export interface DescribeVpcBlockPublicAccessOptionsCommandOutput
17
+ extends DescribeVpcBlockPublicAccessOptionsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeVpcBlockPublicAccessOptionsCommand_base: {
20
+ new (
21
+ input: DescribeVpcBlockPublicAccessOptionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeVpcBlockPublicAccessOptionsCommandInput,
24
+ DescribeVpcBlockPublicAccessOptionsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeVpcBlockPublicAccessOptionsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeVpcBlockPublicAccessOptionsCommandInput,
33
+ DescribeVpcBlockPublicAccessOptionsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeVpcBlockPublicAccessOptionsCommand extends DescribeVpcBlockPublicAccessOptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeVpcBlockPublicAccessOptionsRequest;
44
+ output: DescribeVpcBlockPublicAccessOptionsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeVpcBlockPublicAccessOptionsCommandInput;
48
+ output: DescribeVpcBlockPublicAccessOptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- ExportClientVpnClientConfigurationRequest,
10
- ExportClientVpnClientConfigurationResult,
11
- } from "../models/models_5";
8
+ import { ExportClientVpnClientConfigurationRequest } from "../models/models_5";
9
+ import { ExportClientVpnClientConfigurationResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ExportClientVpnClientConfigurationCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ExportImageRequest, ExportImageResult } from "../models/models_5";
8
+ import { ExportImageRequest, ExportImageResult } from "../models/models_6";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ExportImageCommandInput extends ExportImageRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ExportTransitGatewayRoutesRequest,
10
10
  ExportTransitGatewayRoutesResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ExportTransitGatewayRoutesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetAssociatedEnclaveCertificateIamRolesRequest,
10
10
  GetAssociatedEnclaveCertificateIamRolesResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetAssociatedEnclaveCertificateIamRolesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetAssociatedIpv6PoolCidrsRequest,
10
10
  GetAssociatedIpv6PoolCidrsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetAssociatedIpv6PoolCidrsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetAwsNetworkPerformanceDataRequest,
10
10
  GetAwsNetworkPerformanceDataResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetAwsNetworkPerformanceDataCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCapacityReservationUsageRequest,
10
10
  GetCapacityReservationUsageResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCapacityReservationUsageCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetCoipPoolUsageRequest } from "../models/models_5";
9
- import { GetCoipPoolUsageResult } from "../models/models_6";
8
+ import {
9
+ GetCoipPoolUsageRequest,
10
+ GetCoipPoolUsageResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetCoipPoolUsageCommandInput extends GetCoipPoolUsageRequest {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- ModifyTransitGatewayPrefixListReferenceRequest,
10
- ModifyTransitGatewayPrefixListReferenceResult,
11
- } from "../models/models_6";
8
+ import { ModifyTransitGatewayPrefixListReferenceRequest } from "../models/models_6";
9
+ import { ModifyTransitGatewayPrefixListReferenceResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ModifyTransitGatewayPrefixListReferenceCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyTransitGatewayVpcAttachmentRequest,
10
10
  ModifyTransitGatewayVpcAttachmentResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyTransitGatewayVpcAttachmentCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVerifiedAccessEndpointRequest,
10
10
  ModifyVerifiedAccessEndpointResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVerifiedAccessEndpointCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVerifiedAccessEndpointPolicyRequest,
10
10
  ModifyVerifiedAccessEndpointPolicyResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVerifiedAccessEndpointPolicyCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVerifiedAccessGroupRequest,
10
10
  ModifyVerifiedAccessGroupResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVerifiedAccessGroupCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVerifiedAccessGroupPolicyRequest,
10
10
  ModifyVerifiedAccessGroupPolicyResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVerifiedAccessGroupPolicyCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVerifiedAccessInstanceRequest,
10
10
  ModifyVerifiedAccessInstanceResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVerifiedAccessInstanceCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVerifiedAccessInstanceLoggingConfigurationRequest,
10
10
  ModifyVerifiedAccessInstanceLoggingConfigurationResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput
@@ -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
+ ModifyVpcBlockPublicAccessExclusionRequest,
10
+ ModifyVpcBlockPublicAccessExclusionResult,
11
+ } from "../models/models_7";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ModifyVpcBlockPublicAccessExclusionCommandInput
15
+ extends ModifyVpcBlockPublicAccessExclusionRequest {}
16
+ export interface ModifyVpcBlockPublicAccessExclusionCommandOutput
17
+ extends ModifyVpcBlockPublicAccessExclusionResult,
18
+ __MetadataBearer {}
19
+ declare const ModifyVpcBlockPublicAccessExclusionCommand_base: {
20
+ new (
21
+ input: ModifyVpcBlockPublicAccessExclusionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ModifyVpcBlockPublicAccessExclusionCommandInput,
24
+ ModifyVpcBlockPublicAccessExclusionCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ModifyVpcBlockPublicAccessExclusionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ModifyVpcBlockPublicAccessExclusionCommandInput,
33
+ ModifyVpcBlockPublicAccessExclusionCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ModifyVpcBlockPublicAccessExclusionCommand extends ModifyVpcBlockPublicAccessExclusionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ModifyVpcBlockPublicAccessExclusionRequest;
44
+ output: ModifyVpcBlockPublicAccessExclusionResult;
45
+ };
46
+ sdk: {
47
+ input: ModifyVpcBlockPublicAccessExclusionCommandInput;
48
+ output: ModifyVpcBlockPublicAccessExclusionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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
+ ModifyVpcBlockPublicAccessOptionsRequest,
10
+ ModifyVpcBlockPublicAccessOptionsResult,
11
+ } from "../models/models_7";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ModifyVpcBlockPublicAccessOptionsCommandInput
15
+ extends ModifyVpcBlockPublicAccessOptionsRequest {}
16
+ export interface ModifyVpcBlockPublicAccessOptionsCommandOutput
17
+ extends ModifyVpcBlockPublicAccessOptionsResult,
18
+ __MetadataBearer {}
19
+ declare const ModifyVpcBlockPublicAccessOptionsCommand_base: {
20
+ new (
21
+ input: ModifyVpcBlockPublicAccessOptionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ModifyVpcBlockPublicAccessOptionsCommandInput,
24
+ ModifyVpcBlockPublicAccessOptionsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ModifyVpcBlockPublicAccessOptionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ModifyVpcBlockPublicAccessOptionsCommandInput,
33
+ ModifyVpcBlockPublicAccessOptionsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ModifyVpcBlockPublicAccessOptionsCommand extends ModifyVpcBlockPublicAccessOptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ModifyVpcBlockPublicAccessOptionsRequest;
44
+ output: ModifyVpcBlockPublicAccessOptionsResult;
45
+ };
46
+ sdk: {
47
+ input: ModifyVpcBlockPublicAccessOptionsCommandInput;
48
+ output: ModifyVpcBlockPublicAccessOptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -132,6 +132,7 @@ export * from "./CreateVerifiedAccessGroupCommand";
132
132
  export * from "./CreateVerifiedAccessInstanceCommand";
133
133
  export * from "./CreateVerifiedAccessTrustProviderCommand";
134
134
  export * from "./CreateVolumeCommand";
135
+ export * from "./CreateVpcBlockPublicAccessExclusionCommand";
135
136
  export * from "./CreateVpcCommand";
136
137
  export * from "./CreateVpcEndpointCommand";
137
138
  export * from "./CreateVpcEndpointConnectionNotificationCommand";
@@ -207,6 +208,7 @@ export * from "./DeleteVerifiedAccessGroupCommand";
207
208
  export * from "./DeleteVerifiedAccessInstanceCommand";
208
209
  export * from "./DeleteVerifiedAccessTrustProviderCommand";
209
210
  export * from "./DeleteVolumeCommand";
211
+ export * from "./DeleteVpcBlockPublicAccessExclusionCommand";
210
212
  export * from "./DeleteVpcCommand";
211
213
  export * from "./DeleteVpcEndpointConnectionNotificationsCommand";
212
214
  export * from "./DeleteVpcEndpointServiceConfigurationsCommand";
@@ -366,6 +368,8 @@ export * from "./DescribeVolumeStatusCommand";
366
368
  export * from "./DescribeVolumesCommand";
367
369
  export * from "./DescribeVolumesModificationsCommand";
368
370
  export * from "./DescribeVpcAttributeCommand";
371
+ export * from "./DescribeVpcBlockPublicAccessExclusionsCommand";
372
+ export * from "./DescribeVpcBlockPublicAccessOptionsCommand";
369
373
  export * from "./DescribeVpcClassicLinkCommand";
370
374
  export * from "./DescribeVpcClassicLinkDnsSupportCommand";
371
375
  export * from "./DescribeVpcEndpointConnectionNotificationsCommand";
@@ -552,6 +556,8 @@ export * from "./ModifyVerifiedAccessTrustProviderCommand";
552
556
  export * from "./ModifyVolumeAttributeCommand";
553
557
  export * from "./ModifyVolumeCommand";
554
558
  export * from "./ModifyVpcAttributeCommand";
559
+ export * from "./ModifyVpcBlockPublicAccessExclusionCommand";
560
+ export * from "./ModifyVpcBlockPublicAccessOptionsCommand";
555
561
  export * from "./ModifyVpcEndpointCommand";
556
562
  export * from "./ModifyVpcEndpointConnectionNotificationCommand";
557
563
  export * from "./ModifyVpcEndpointServiceConfigurationCommand";