@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
@@ -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
+ }
@@ -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 {}
@@ -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";
@@ -6,7 +6,6 @@ import {
6
6
  AcceleratorTotalMemoryMiB,
7
7
  AcceleratorTotalMemoryMiBRequest,
8
8
  AcceleratorType,
9
- AccessScopePathRequest,
10
9
  AddIpamOperatingRegion,
11
10
  AddPrefixListEntry,
12
11
  AddressFamily,
@@ -1192,6 +1191,16 @@ export interface CreateDefaultSubnetRequest {
1192
1191
  DryRun?: boolean | undefined;
1193
1192
  Ipv6Native?: boolean | undefined;
1194
1193
  }
1194
+ export declare const BlockPublicAccessMode: {
1195
+ readonly block_bidirectional: "block-bidirectional";
1196
+ readonly block_ingress: "block-ingress";
1197
+ readonly off: "off";
1198
+ };
1199
+ export type BlockPublicAccessMode =
1200
+ (typeof BlockPublicAccessMode)[keyof typeof BlockPublicAccessMode];
1201
+ export interface BlockPublicAccessStates {
1202
+ InternetGatewayBlockMode?: BlockPublicAccessMode | undefined;
1203
+ }
1195
1204
  export declare const HostnameType: {
1196
1205
  readonly ip_name: "ip-name";
1197
1206
  readonly resource_name: "resource-name";
@@ -1222,6 +1231,7 @@ export interface Subnet {
1222
1231
  EnableDns64?: boolean | undefined;
1223
1232
  Ipv6Native?: boolean | undefined;
1224
1233
  PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch | undefined;
1234
+ BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
1225
1235
  SubnetId?: string | undefined;
1226
1236
  State?: SubnetState | undefined;
1227
1237
  VpcId?: string | undefined;
@@ -1255,6 +1265,7 @@ export interface Vpc {
1255
1265
  CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
1256
1266
  IsDefault?: boolean | undefined;
1257
1267
  Tags?: Tag[] | undefined;
1268
+ BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
1258
1269
  VpcId?: string | undefined;
1259
1270
  State?: VpcState | undefined;
1260
1271
  CidrBlock?: string | undefined;
@@ -2961,20 +2972,6 @@ export interface CreateNetworkAclEntryRequest {
2961
2972
  IcmpTypeCode?: IcmpTypeCode | undefined;
2962
2973
  PortRange?: PortRange | undefined;
2963
2974
  }
2964
- export interface CreateNetworkInsightsAccessScopeRequest {
2965
- MatchPaths?: AccessScopePathRequest[] | undefined;
2966
- ExcludePaths?: AccessScopePathRequest[] | undefined;
2967
- ClientToken?: string | undefined;
2968
- TagSpecifications?: TagSpecification[] | undefined;
2969
- DryRun?: boolean | undefined;
2970
- }
2971
- export interface NetworkInsightsAccessScope {
2972
- NetworkInsightsAccessScopeId?: string | undefined;
2973
- NetworkInsightsAccessScopeArn?: string | undefined;
2974
- CreatedDate?: Date | undefined;
2975
- UpdatedDate?: Date | undefined;
2976
- Tags?: Tag[] | undefined;
2977
- }
2978
2975
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2979
2976
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2980
2977
  obj: RequestLaunchTemplateData
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  AccessScopePath,
3
+ AccessScopePathRequest,
3
4
  ApplianceModeSupportValue,
4
5
  AttachmentStatus,
5
6
  CurrencyCodeValues,
@@ -40,13 +41,8 @@ import {
40
41
  GatewayType,
41
42
  InstanceIpv6Address,
42
43
  Ipam,
43
- IpamExternalResourceVerificationToken,
44
- IpamPool,
45
- IpamResourceDiscovery,
46
- IpamScope,
47
44
  Ipv4PrefixSpecificationRequest,
48
45
  Ipv6PrefixSpecificationRequest,
49
- NetworkInsightsAccessScope,
50
46
  OperatorRequest,
51
47
  OperatorResponse,
52
48
  PrivateIpAddressSpecification,
@@ -55,6 +51,20 @@ import {
55
51
  VolumeType,
56
52
  Vpc,
57
53
  } from "./models_1";
54
+ export interface CreateNetworkInsightsAccessScopeRequest {
55
+ MatchPaths?: AccessScopePathRequest[] | undefined;
56
+ ExcludePaths?: AccessScopePathRequest[] | undefined;
57
+ ClientToken?: string | undefined;
58
+ TagSpecifications?: TagSpecification[] | undefined;
59
+ DryRun?: boolean | undefined;
60
+ }
61
+ export interface NetworkInsightsAccessScope {
62
+ NetworkInsightsAccessScopeId?: string | undefined;
63
+ NetworkInsightsAccessScopeArn?: string | undefined;
64
+ CreatedDate?: Date | undefined;
65
+ UpdatedDate?: Date | undefined;
66
+ Tags?: Tag[] | undefined;
67
+ }
58
68
  export interface NetworkInsightsAccessScopeContent {
59
69
  NetworkInsightsAccessScopeId?: string | undefined;
60
70
  MatchPaths?: AccessScopePath[] | undefined;
@@ -1437,6 +1447,47 @@ export interface CreateVpcRequest {
1437
1447
  export interface CreateVpcResult {
1438
1448
  Vpc?: Vpc | undefined;
1439
1449
  }
1450
+ export declare const InternetGatewayExclusionMode: {
1451
+ readonly allow_bidirectional: "allow-bidirectional";
1452
+ readonly allow_egress: "allow-egress";
1453
+ };
1454
+ export type InternetGatewayExclusionMode =
1455
+ (typeof InternetGatewayExclusionMode)[keyof typeof InternetGatewayExclusionMode];
1456
+ export interface CreateVpcBlockPublicAccessExclusionRequest {
1457
+ DryRun?: boolean | undefined;
1458
+ SubnetId?: string | undefined;
1459
+ VpcId?: string | undefined;
1460
+ InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
1461
+ TagSpecifications?: TagSpecification[] | undefined;
1462
+ }
1463
+ export declare const VpcBlockPublicAccessExclusionState: {
1464
+ readonly create_complete: "create-complete";
1465
+ readonly create_failed: "create-failed";
1466
+ readonly create_in_progress: "create-in-progress";
1467
+ readonly delete_complete: "delete-complete";
1468
+ readonly delete_in_progress: "delete-in-progress";
1469
+ readonly disable_complete: "disable-complete";
1470
+ readonly disable_in_progress: "disable-in-progress";
1471
+ readonly update_complete: "update-complete";
1472
+ readonly update_failed: "update-failed";
1473
+ readonly update_in_progress: "update-in-progress";
1474
+ };
1475
+ export type VpcBlockPublicAccessExclusionState =
1476
+ (typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
1477
+ export interface VpcBlockPublicAccessExclusion {
1478
+ ExclusionId?: string | undefined;
1479
+ InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
1480
+ ResourceArn?: string | undefined;
1481
+ State?: VpcBlockPublicAccessExclusionState | undefined;
1482
+ Reason?: string | undefined;
1483
+ CreationTimestamp?: Date | undefined;
1484
+ LastUpdateTimestamp?: Date | undefined;
1485
+ DeletionTimestamp?: Date | undefined;
1486
+ Tags?: Tag[] | undefined;
1487
+ }
1488
+ export interface CreateVpcBlockPublicAccessExclusionResult {
1489
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
1490
+ }
1440
1491
  export declare const DnsRecordIpType: {
1441
1492
  readonly dualstack: "dualstack";
1442
1493
  readonly ipv4: "ipv4";
@@ -2028,33 +2079,6 @@ export interface DeleteIpamExternalResourceVerificationTokenRequest {
2028
2079
  DryRun?: boolean | undefined;
2029
2080
  IpamExternalResourceVerificationTokenId: string | undefined;
2030
2081
  }
2031
- export interface DeleteIpamExternalResourceVerificationTokenResult {
2032
- IpamExternalResourceVerificationToken?:
2033
- | IpamExternalResourceVerificationToken
2034
- | undefined;
2035
- }
2036
- export interface DeleteIpamPoolRequest {
2037
- DryRun?: boolean | undefined;
2038
- IpamPoolId: string | undefined;
2039
- Cascade?: boolean | undefined;
2040
- }
2041
- export interface DeleteIpamPoolResult {
2042
- IpamPool?: IpamPool | undefined;
2043
- }
2044
- export interface DeleteIpamResourceDiscoveryRequest {
2045
- DryRun?: boolean | undefined;
2046
- IpamResourceDiscoveryId: string | undefined;
2047
- }
2048
- export interface DeleteIpamResourceDiscoveryResult {
2049
- IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
2050
- }
2051
- export interface DeleteIpamScopeRequest {
2052
- DryRun?: boolean | undefined;
2053
- IpamScopeId: string | undefined;
2054
- }
2055
- export interface DeleteIpamScopeResult {
2056
- IpamScope?: IpamScope | undefined;
2057
- }
2058
2082
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
2059
2083
  obj: CreateVerifiedAccessTrustProviderOidcOptions
2060
2084
  ) => any;