@aws-sdk/client-ec2 3.694.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 (144) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +672 -54
  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/models/models_6.js +0 -4
  16. package/dist-es/models/models_7.js +4 -1
  17. package/dist-es/protocols/Aws_ec2.js +511 -32
  18. package/dist-types/EC2.d.ts +44 -0
  19. package/dist-types/EC2Client.d.ts +8 -2
  20. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  21. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  22. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  23. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  24. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  25. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  26. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
  27. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
  28. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
  30. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  31. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
  33. package/dist-types/commands/CreateVolumeCommand.d.ts +7 -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/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  43. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  44. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  45. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  49. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  50. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
  51. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
  53. package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
  55. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
  56. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
  57. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -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/DescribeVolumesCommand.d.ts +4 -0
  64. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  65. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  66. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  67. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  68. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  69. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  70. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  71. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  72. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  73. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  74. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  75. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  76. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
  77. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
  78. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  79. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  80. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
  81. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  82. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  83. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  84. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  85. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  86. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  87. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  88. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  89. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  90. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  91. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  92. package/dist-types/commands/index.d.ts +6 -0
  93. package/dist-types/models/models_0.d.ts +27 -23
  94. package/dist-types/models/models_1.d.ts +120 -116
  95. package/dist-types/models/models_2.d.ts +276 -143
  96. package/dist-types/models/models_3.d.ts +192 -409
  97. package/dist-types/models/models_4.d.ts +1119 -1064
  98. package/dist-types/models/models_5.d.ts +2975 -2932
  99. package/dist-types/models/models_6.d.ts +4328 -4255
  100. package/dist-types/models/models_7.d.ts +564 -29
  101. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  102. package/dist-types/ts3.4/EC2.d.ts +140 -0
  103. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  104. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
  107. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
  119. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
  127. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  136. package/dist-types/ts3.4/models/models_1.d.ts +24 -27
  137. package/dist-types/ts3.4/models/models_2.d.ts +74 -40
  138. package/dist-types/ts3.4/models/models_3.d.ts +48 -76
  139. package/dist-types/ts3.4/models/models_4.d.ts +83 -77
  140. package/dist-types/ts3.4/models/models_5.d.ts +117 -107
  141. package/dist-types/ts3.4/models/models_6.d.ts +112 -117
  142. package/dist-types/ts3.4/models/models_7.d.ts +137 -3
  143. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  144. package/package.json +37 -37
@@ -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
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeSpotDatafeedSubscriptionRequest } from "../models/models_4";
9
- import { DescribeSpotDatafeedSubscriptionResult } from "../models/models_5";
8
+ import {
9
+ DescribeSpotDatafeedSubscriptionRequest,
10
+ DescribeSpotDatafeedSubscriptionResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeSpotDatafeedSubscriptionCommandInput
@@ -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
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCoipPoolUsageRequest,
10
10
  GetCoipPoolUsageResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCoipPoolUsageCommandInput extends GetCoipPoolUsageRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetConsoleOutputRequest } from "../models/models_5";
9
- import { GetConsoleOutputResult } from "../models/models_6";
8
+ import {
9
+ GetConsoleOutputRequest,
10
+ GetConsoleOutputResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetConsoleOutputCommandInput extends GetConsoleOutputRequest {}
@@ -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,8 +6,6 @@ import {
6
6
  AcceleratorTotalMemoryMiB,
7
7
  AcceleratorTotalMemoryMiBRequest,
8
8
  AcceleratorType,
9
- AccessScopePath,
10
- AccessScopePathRequest,
11
9
  AddIpamOperatingRegion,
12
10
  AddPrefixListEntry,
13
11
  AddressFamily,
@@ -1193,6 +1191,16 @@ export interface CreateDefaultSubnetRequest {
1193
1191
  DryRun?: boolean | undefined;
1194
1192
  Ipv6Native?: boolean | undefined;
1195
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
+ }
1196
1204
  export declare const HostnameType: {
1197
1205
  readonly ip_name: "ip-name";
1198
1206
  readonly resource_name: "resource-name";
@@ -1223,6 +1231,7 @@ export interface Subnet {
1223
1231
  EnableDns64?: boolean | undefined;
1224
1232
  Ipv6Native?: boolean | undefined;
1225
1233
  PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch | undefined;
1234
+ BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
1226
1235
  SubnetId?: string | undefined;
1227
1236
  State?: SubnetState | undefined;
1228
1237
  VpcId?: string | undefined;
@@ -1256,6 +1265,7 @@ export interface Vpc {
1256
1265
  CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
1257
1266
  IsDefault?: boolean | undefined;
1258
1267
  Tags?: Tag[] | undefined;
1268
+ BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
1259
1269
  VpcId?: string | undefined;
1260
1270
  State?: VpcState | undefined;
1261
1271
  CidrBlock?: string | undefined;
@@ -2381,6 +2391,9 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
2381
2391
  | ConnectionTrackingSpecificationRequest
2382
2392
  | undefined;
2383
2393
  }
2394
+ export interface OperatorRequest {
2395
+ Principal?: string | undefined;
2396
+ }
2384
2397
  export interface LaunchTemplatePlacementRequest {
2385
2398
  AvailabilityZone?: string | undefined;
2386
2399
  Affinity?: string | undefined;
@@ -2449,6 +2462,7 @@ export interface RequestLaunchTemplateData {
2449
2462
  | LaunchTemplateInstanceMaintenanceOptionsRequest
2450
2463
  | undefined;
2451
2464
  DisableApiStop?: boolean | undefined;
2465
+ Operator?: OperatorRequest | undefined;
2452
2466
  }
2453
2467
  export interface CreateLaunchTemplateRequest {
2454
2468
  DryRun?: boolean | undefined;
@@ -2456,8 +2470,13 @@ export interface CreateLaunchTemplateRequest {
2456
2470
  LaunchTemplateName: string | undefined;
2457
2471
  VersionDescription?: string | undefined;
2458
2472
  LaunchTemplateData: RequestLaunchTemplateData | undefined;
2473
+ Operator?: OperatorRequest | undefined;
2459
2474
  TagSpecifications?: TagSpecification[] | undefined;
2460
2475
  }
2476
+ export interface OperatorResponse {
2477
+ Managed?: boolean | undefined;
2478
+ Principal?: string | undefined;
2479
+ }
2461
2480
  export interface LaunchTemplate {
2462
2481
  LaunchTemplateId?: string | undefined;
2463
2482
  LaunchTemplateName?: string | undefined;
@@ -2466,6 +2485,7 @@ export interface LaunchTemplate {
2466
2485
  DefaultVersionNumber?: number | undefined;
2467
2486
  LatestVersionNumber?: number | undefined;
2468
2487
  Tags?: Tag[] | undefined;
2488
+ Operator?: OperatorResponse | undefined;
2469
2489
  }
2470
2490
  export interface ValidationError {
2471
2491
  Code?: string | undefined;
@@ -2677,6 +2697,7 @@ export interface ResponseLaunchTemplateData {
2677
2697
  PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions | undefined;
2678
2698
  MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions | undefined;
2679
2699
  DisableApiStop?: boolean | undefined;
2700
+ Operator?: OperatorResponse | undefined;
2680
2701
  }
2681
2702
  export interface LaunchTemplateVersion {
2682
2703
  LaunchTemplateId?: string | undefined;
@@ -2687,6 +2708,7 @@ export interface LaunchTemplateVersion {
2687
2708
  CreatedBy?: string | undefined;
2688
2709
  DefaultVersion?: boolean | undefined;
2689
2710
  LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
2711
+ Operator?: OperatorResponse | undefined;
2690
2712
  }
2691
2713
  export interface CreateLaunchTemplateVersionResult {
2692
2714
  LaunchTemplateVersion?: LaunchTemplateVersion | undefined;
@@ -2950,31 +2972,6 @@ export interface CreateNetworkAclEntryRequest {
2950
2972
  IcmpTypeCode?: IcmpTypeCode | undefined;
2951
2973
  PortRange?: PortRange | undefined;
2952
2974
  }
2953
- export interface CreateNetworkInsightsAccessScopeRequest {
2954
- MatchPaths?: AccessScopePathRequest[] | undefined;
2955
- ExcludePaths?: AccessScopePathRequest[] | undefined;
2956
- ClientToken?: string | undefined;
2957
- TagSpecifications?: TagSpecification[] | undefined;
2958
- DryRun?: boolean | undefined;
2959
- }
2960
- export interface NetworkInsightsAccessScope {
2961
- NetworkInsightsAccessScopeId?: string | undefined;
2962
- NetworkInsightsAccessScopeArn?: string | undefined;
2963
- CreatedDate?: Date | undefined;
2964
- UpdatedDate?: Date | undefined;
2965
- Tags?: Tag[] | undefined;
2966
- }
2967
- export interface NetworkInsightsAccessScopeContent {
2968
- NetworkInsightsAccessScopeId?: string | undefined;
2969
- MatchPaths?: AccessScopePath[] | undefined;
2970
- ExcludePaths?: AccessScopePath[] | undefined;
2971
- }
2972
- export interface CreateNetworkInsightsAccessScopeResult {
2973
- NetworkInsightsAccessScope?: NetworkInsightsAccessScope | undefined;
2974
- NetworkInsightsAccessScopeContent?:
2975
- | NetworkInsightsAccessScopeContent
2976
- | undefined;
2977
- }
2978
2975
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2979
2976
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2980
2977
  obj: RequestLaunchTemplateData