@aws-sdk/client-ec2 3.445.0 → 3.449.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 (105) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/EC2.js +6 -0
  3. package/dist-cjs/commands/DisableSnapshotBlockPublicAccessCommand.js +51 -0
  4. package/dist-cjs/commands/EnableSnapshotBlockPublicAccessCommand.js +51 -0
  5. package/dist-cjs/commands/GetSnapshotBlockPublicAccessStateCommand.js +51 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_1.js +1 -16
  8. package/dist-cjs/models/models_2.js +17 -2
  9. package/dist-cjs/models/models_5.js +6 -1
  10. package/dist-cjs/protocols/Aws_ec2.js +272 -18
  11. package/dist-es/EC2.js +6 -0
  12. package/dist-es/commands/DisableSnapshotBlockPublicAccessCommand.js +47 -0
  13. package/dist-es/commands/EnableSnapshotBlockPublicAccessCommand.js +47 -0
  14. package/dist-es/commands/GetSnapshotBlockPublicAccessStateCommand.js +47 -0
  15. package/dist-es/commands/index.js +3 -0
  16. package/dist-es/models/models_1.js +0 -15
  17. package/dist-es/models/models_2.js +15 -0
  18. package/dist-es/models/models_5.js +5 -0
  19. package/dist-es/protocols/Aws_ec2.js +248 -0
  20. package/dist-types/EC2.d.ts +21 -0
  21. package/dist-types/EC2Client.d.ts +5 -2
  22. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -0
  23. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +12 -0
  24. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
  25. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  27. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  37. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +81 -0
  38. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +85 -0
  39. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -0
  40. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +76 -0
  41. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
  42. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  43. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  44. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  45. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
  46. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -0
  47. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
  48. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  49. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  50. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  51. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  52. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  53. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  54. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  55. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  56. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -2
  57. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  58. package/dist-types/commands/index.d.ts +3 -0
  59. package/dist-types/models/models_0.d.ts +3 -2
  60. package/dist-types/models/models_1.d.ts +99 -99
  61. package/dist-types/models/models_2.d.ts +89 -71
  62. package/dist-types/models/models_3.d.ts +71 -126
  63. package/dist-types/models/models_4.d.ts +182 -240
  64. package/dist-types/models/models_5.d.ts +370 -354
  65. package/dist-types/models/models_6.d.ts +350 -306
  66. package/dist-types/models/models_7.d.ts +308 -5
  67. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  68. package/dist-types/ts3.4/EC2.d.ts +57 -0
  69. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  70. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
  71. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +42 -0
  80. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +42 -0
  81. package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +42 -0
  82. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
  87. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +4 -2
  96. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  97. package/dist-types/ts3.4/models/models_1.d.ts +16 -28
  98. package/dist-types/ts3.4/models/models_2.d.ts +28 -19
  99. package/dist-types/ts3.4/models/models_3.d.ts +16 -18
  100. package/dist-types/ts3.4/models/models_4.d.ts +29 -36
  101. package/dist-types/ts3.4/models/models_5.d.ts +62 -75
  102. package/dist-types/ts3.4/models/models_6.d.ts +76 -70
  103. package/dist-types/ts3.4/models/models_7.d.ts +77 -2
  104. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  105. package/package.json +13 -13
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeTransitGatewaysRequest,
16
16
  DescribeTransitGatewaysResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface DescribeTransitGatewaysCommandInput
20
20
  extends DescribeTransitGatewaysRequest {}
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ DisableSnapshotBlockPublicAccessRequest,
16
+ DisableSnapshotBlockPublicAccessResult,
17
+ } from "../models/models_5";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DisableSnapshotBlockPublicAccessCommandInput
20
+ extends DisableSnapshotBlockPublicAccessRequest {}
21
+ export interface DisableSnapshotBlockPublicAccessCommandOutput
22
+ extends DisableSnapshotBlockPublicAccessResult,
23
+ __MetadataBearer {}
24
+ export declare class DisableSnapshotBlockPublicAccessCommand extends $Command<
25
+ DisableSnapshotBlockPublicAccessCommandInput,
26
+ DisableSnapshotBlockPublicAccessCommandOutput,
27
+ EC2ClientResolvedConfig
28
+ > {
29
+ readonly input: DisableSnapshotBlockPublicAccessCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DisableSnapshotBlockPublicAccessCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EC2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DisableSnapshotBlockPublicAccessCommandInput,
38
+ DisableSnapshotBlockPublicAccessCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ EnableSnapshotBlockPublicAccessRequest,
16
+ EnableSnapshotBlockPublicAccessResult,
17
+ } from "../models/models_5";
18
+ export { __MetadataBearer, $Command };
19
+ export interface EnableSnapshotBlockPublicAccessCommandInput
20
+ extends EnableSnapshotBlockPublicAccessRequest {}
21
+ export interface EnableSnapshotBlockPublicAccessCommandOutput
22
+ extends EnableSnapshotBlockPublicAccessResult,
23
+ __MetadataBearer {}
24
+ export declare class EnableSnapshotBlockPublicAccessCommand extends $Command<
25
+ EnableSnapshotBlockPublicAccessCommandInput,
26
+ EnableSnapshotBlockPublicAccessCommandOutput,
27
+ EC2ClientResolvedConfig
28
+ > {
29
+ readonly input: EnableSnapshotBlockPublicAccessCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: EnableSnapshotBlockPublicAccessCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EC2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ EnableSnapshotBlockPublicAccessCommandInput,
38
+ EnableSnapshotBlockPublicAccessCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ GetSnapshotBlockPublicAccessStateRequest,
16
+ GetSnapshotBlockPublicAccessStateResult,
17
+ } from "../models/models_5";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetSnapshotBlockPublicAccessStateCommandInput
20
+ extends GetSnapshotBlockPublicAccessStateRequest {}
21
+ export interface GetSnapshotBlockPublicAccessStateCommandOutput
22
+ extends GetSnapshotBlockPublicAccessStateResult,
23
+ __MetadataBearer {}
24
+ export declare class GetSnapshotBlockPublicAccessStateCommand extends $Command<
25
+ GetSnapshotBlockPublicAccessStateCommandInput,
26
+ GetSnapshotBlockPublicAccessStateCommandOutput,
27
+ EC2ClientResolvedConfig
28
+ > {
29
+ readonly input: GetSnapshotBlockPublicAccessStateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetSnapshotBlockPublicAccessStateCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EC2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ GetSnapshotBlockPublicAccessStateCommandInput,
38
+ GetSnapshotBlockPublicAccessStateCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- GetSubnetCidrReservationsRequest,
16
- GetSubnetCidrReservationsResult,
17
- } from "../models/models_5";
14
+ import { GetSubnetCidrReservationsRequest } from "../models/models_5";
15
+ import { GetSubnetCidrReservationsResult } from "../models/models_6";
18
16
  export { __MetadataBearer, $Command };
19
17
  export interface GetSubnetCidrReservationsCommandInput
20
18
  extends GetSubnetCidrReservationsRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetTransitGatewayAttachmentPropagationsRequest,
16
16
  GetTransitGatewayAttachmentPropagationsResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface GetTransitGatewayAttachmentPropagationsCommandInput
20
20
  extends GetTransitGatewayAttachmentPropagationsRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetTransitGatewayMulticastDomainAssociationsRequest,
16
16
  GetTransitGatewayMulticastDomainAssociationsResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface GetTransitGatewayMulticastDomainAssociationsCommandInput
20
20
  extends GetTransitGatewayMulticastDomainAssociationsRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetTransitGatewayPolicyTableAssociationsRequest,
16
16
  GetTransitGatewayPolicyTableAssociationsResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface GetTransitGatewayPolicyTableAssociationsCommandInput
20
20
  extends GetTransitGatewayPolicyTableAssociationsRequest {}
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { GetTransitGatewayPolicyTableEntriesRequest } from "../models/models_5";
15
- import { GetTransitGatewayPolicyTableEntriesResult } from "../models/models_6";
14
+ import {
15
+ GetTransitGatewayPolicyTableEntriesRequest,
16
+ GetTransitGatewayPolicyTableEntriesResult,
17
+ } from "../models/models_6";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface GetTransitGatewayPolicyTableEntriesCommandInput
18
20
  extends GetTransitGatewayPolicyTableEntriesRequest {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ResetImageAttributeRequest } from "../models/models_6";
14
+ import { ResetImageAttributeRequest } from "../models/models_7";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface ResetImageAttributeCommandInput
17
17
  extends ResetImageAttributeRequest {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ResetInstanceAttributeRequest } from "../models/models_6";
14
+ import { ResetInstanceAttributeRequest } from "../models/models_7";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface ResetInstanceAttributeCommandInput
17
17
  extends ResetInstanceAttributeRequest {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ResetNetworkInterfaceAttributeRequest } from "../models/models_6";
14
+ import { ResetNetworkInterfaceAttributeRequest } from "../models/models_7";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface ResetNetworkInterfaceAttributeCommandInput
17
17
  extends ResetNetworkInterfaceAttributeRequest {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ResetSnapshotAttributeRequest } from "../models/models_6";
14
+ import { ResetSnapshotAttributeRequest } from "../models/models_7";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface ResetSnapshotAttributeCommandInput
17
17
  extends ResetSnapshotAttributeRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  RestoreAddressToClassicRequest,
16
16
  RestoreAddressToClassicResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface RestoreAddressToClassicCommandInput
20
20
  extends RestoreAddressToClassicRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  RestoreImageFromRecycleBinRequest,
16
16
  RestoreImageFromRecycleBinResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface RestoreImageFromRecycleBinCommandInput
20
20
  extends RestoreImageFromRecycleBinRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  RestoreManagedPrefixListVersionRequest,
16
16
  RestoreManagedPrefixListVersionResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface RestoreManagedPrefixListVersionCommandInput
20
20
  extends RestoreManagedPrefixListVersionRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  RestoreSnapshotFromRecycleBinRequest,
16
16
  RestoreSnapshotFromRecycleBinResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface RestoreSnapshotFromRecycleBinCommandInput
20
20
  extends RestoreSnapshotFromRecycleBinRequest {}
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { RestoreSnapshotTierRequest } from "../models/models_6";
15
- import { RestoreSnapshotTierResult } from "../models/models_7";
14
+ import {
15
+ RestoreSnapshotTierRequest,
16
+ RestoreSnapshotTierResult,
17
+ } from "../models/models_7";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface RestoreSnapshotTierCommandInput
18
20
  extends RestoreSnapshotTierRequest {}
@@ -377,6 +377,7 @@ export * from "./DisableImageCommand";
377
377
  export * from "./DisableImageDeprecationCommand";
378
378
  export * from "./DisableIpamOrganizationAdminAccountCommand";
379
379
  export * from "./DisableSerialConsoleAccessCommand";
380
+ export * from "./DisableSnapshotBlockPublicAccessCommand";
380
381
  export * from "./DisableTransitGatewayRouteTablePropagationCommand";
381
382
  export * from "./DisableVgwRoutePropagationCommand";
382
383
  export * from "./DisableVpcClassicLinkCommand";
@@ -406,6 +407,7 @@ export * from "./EnableImageDeprecationCommand";
406
407
  export * from "./EnableIpamOrganizationAdminAccountCommand";
407
408
  export * from "./EnableReachabilityAnalyzerOrganizationSharingCommand";
408
409
  export * from "./EnableSerialConsoleAccessCommand";
410
+ export * from "./EnableSnapshotBlockPublicAccessCommand";
409
411
  export * from "./EnableTransitGatewayRouteTablePropagationCommand";
410
412
  export * from "./EnableVgwRoutePropagationCommand";
411
413
  export * from "./EnableVolumeIOCommand";
@@ -446,6 +448,7 @@ export * from "./GetPasswordDataCommand";
446
448
  export * from "./GetReservedInstancesExchangeQuoteCommand";
447
449
  export * from "./GetSecurityGroupsForVpcCommand";
448
450
  export * from "./GetSerialConsoleAccessStatusCommand";
451
+ export * from "./GetSnapshotBlockPublicAccessStateCommand";
449
452
  export * from "./GetSpotPlacementScoresCommand";
450
453
  export * from "./GetSubnetCidrReservationsCommand";
451
454
  export * from "./GetTransitGatewayAttachmentPropagationsCommand";
@@ -1255,6 +1255,13 @@ export interface LaunchTemplateInstanceMetadataOptionsRequest {
1255
1255
  export interface LaunchTemplatesMonitoringRequest {
1256
1256
  Enabled?: boolean;
1257
1257
  }
1258
+ export interface EnaSrdUdpSpecificationRequest {
1259
+ EnaSrdUdpEnabled?: boolean;
1260
+ }
1261
+ export interface EnaSrdSpecificationRequest {
1262
+ EnaSrdEnabled?: boolean;
1263
+ EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest;
1264
+ }
1258
1265
  export interface Ipv4PrefixSpecificationRequest {
1259
1266
  Ipv4Prefix?: string;
1260
1267
  }
@@ -1289,6 +1296,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
1289
1296
  Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
1290
1297
  Ipv6PrefixCount?: number;
1291
1298
  PrimaryIpv6?: boolean;
1299
+ EnaSrdSpecification?: EnaSrdSpecificationRequest;
1292
1300
  }
1293
1301
  export interface LaunchTemplatePlacementRequest {
1294
1302
  AvailabilityZone?: string;
@@ -1464,6 +1472,13 @@ export interface LaunchTemplateInstanceMetadataOptions {
1464
1472
  export interface LaunchTemplatesMonitoring {
1465
1473
  Enabled?: boolean;
1466
1474
  }
1475
+ export interface LaunchTemplateEnaSrdUdpSpecification {
1476
+ EnaSrdUdpEnabled?: boolean;
1477
+ }
1478
+ export interface LaunchTemplateEnaSrdSpecification {
1479
+ EnaSrdEnabled?: boolean;
1480
+ EnaSrdUdpSpecification?: LaunchTemplateEnaSrdUdpSpecification;
1481
+ }
1467
1482
  export interface Ipv4PrefixSpecificationResponse {
1468
1483
  Ipv4Prefix?: string;
1469
1484
  }
@@ -1495,6 +1510,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
1495
1510
  Ipv6Prefixes?: Ipv6PrefixSpecificationResponse[];
1496
1511
  Ipv6PrefixCount?: number;
1497
1512
  PrimaryIpv6?: boolean;
1513
+ EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
1498
1514
  }
1499
1515
  export interface LaunchTemplatePlacement {
1500
1516
  AvailabilityZone?: string;
@@ -2058,34 +2074,6 @@ export interface NetworkInterfacePermission {
2058
2074
  export interface CreateNetworkInterfacePermissionResult {
2059
2075
  InterfacePermission?: NetworkInterfacePermission;
2060
2076
  }
2061
- export declare const SpreadLevel: {
2062
- readonly host: "host";
2063
- readonly rack: "rack";
2064
- };
2065
- export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
2066
- export declare const PlacementStrategy: {
2067
- readonly cluster: "cluster";
2068
- readonly partition: "partition";
2069
- readonly spread: "spread";
2070
- };
2071
- export type PlacementStrategy =
2072
- (typeof PlacementStrategy)[keyof typeof PlacementStrategy];
2073
- export interface CreatePlacementGroupRequest {
2074
- DryRun?: boolean;
2075
- GroupName?: string;
2076
- Strategy?: PlacementStrategy;
2077
- PartitionCount?: number;
2078
- TagSpecifications?: TagSpecification[];
2079
- SpreadLevel?: SpreadLevel;
2080
- }
2081
- export declare const PlacementGroupState: {
2082
- readonly available: "available";
2083
- readonly deleted: "deleted";
2084
- readonly deleting: "deleting";
2085
- readonly pending: "pending";
2086
- };
2087
- export type PlacementGroupState =
2088
- (typeof PlacementGroupState)[keyof typeof PlacementGroupState];
2089
2077
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2090
2078
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2091
2079
  obj: RequestLaunchTemplateData
@@ -42,14 +42,39 @@ import {
42
42
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
43
43
  LocalGatewayRouteTableVpcAssociation,
44
44
  ManagedPrefixList,
45
- PlacementGroupState,
46
- PlacementStrategy,
47
- SpreadLevel,
48
45
  Subnet,
49
46
  Tenancy,
50
47
  VolumeType,
51
48
  Vpc,
52
49
  } from "./models_1";
50
+ export declare const SpreadLevel: {
51
+ readonly host: "host";
52
+ readonly rack: "rack";
53
+ };
54
+ export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
55
+ export declare const PlacementStrategy: {
56
+ readonly cluster: "cluster";
57
+ readonly partition: "partition";
58
+ readonly spread: "spread";
59
+ };
60
+ export type PlacementStrategy =
61
+ (typeof PlacementStrategy)[keyof typeof PlacementStrategy];
62
+ export interface CreatePlacementGroupRequest {
63
+ DryRun?: boolean;
64
+ GroupName?: string;
65
+ Strategy?: PlacementStrategy;
66
+ PartitionCount?: number;
67
+ TagSpecifications?: TagSpecification[];
68
+ SpreadLevel?: SpreadLevel;
69
+ }
70
+ export declare const PlacementGroupState: {
71
+ readonly available: "available";
72
+ readonly deleted: "deleted";
73
+ readonly deleting: "deleting";
74
+ readonly pending: "pending";
75
+ };
76
+ export type PlacementGroupState =
77
+ (typeof PlacementGroupState)[keyof typeof PlacementGroupState];
53
78
  export interface PlacementGroup {
54
79
  GroupName?: string;
55
80
  State?: PlacementGroupState;
@@ -1860,22 +1885,6 @@ export interface DeleteNetworkInsightsPathRequest {
1860
1885
  export interface DeleteNetworkInsightsPathResult {
1861
1886
  NetworkInsightsPathId?: string;
1862
1887
  }
1863
- export interface DeleteNetworkInterfaceRequest {
1864
- DryRun?: boolean;
1865
- NetworkInterfaceId: string | undefined;
1866
- }
1867
- export interface DeleteNetworkInterfacePermissionRequest {
1868
- NetworkInterfacePermissionId: string | undefined;
1869
- Force?: boolean;
1870
- DryRun?: boolean;
1871
- }
1872
- export interface DeleteNetworkInterfacePermissionResult {
1873
- Return?: boolean;
1874
- }
1875
- export interface DeletePlacementGroupRequest {
1876
- DryRun?: boolean;
1877
- GroupName: string | undefined;
1878
- }
1879
1888
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1880
1889
  obj: CreateVerifiedAccessTrustProviderOidcOptions
1881
1890
  ) => any;
@@ -26,7 +26,6 @@ import {
26
26
  HostMaintenance,
27
27
  HostRecovery,
28
28
  IamInstanceProfileAssociation,
29
- InstanceEventWindow,
30
29
  Tag,
31
30
  TransitGatewayPeeringAttachment,
32
31
  TransitGatewayVpcAttachment,
@@ -83,6 +82,22 @@ import {
83
82
  VerifiedAccessEndpoint,
84
83
  VerifiedAccessGroup,
85
84
  } from "./models_2";
85
+ export interface DeleteNetworkInterfaceRequest {
86
+ DryRun?: boolean;
87
+ NetworkInterfaceId: string | undefined;
88
+ }
89
+ export interface DeleteNetworkInterfacePermissionRequest {
90
+ NetworkInterfacePermissionId: string | undefined;
91
+ Force?: boolean;
92
+ DryRun?: boolean;
93
+ }
94
+ export interface DeleteNetworkInterfacePermissionResult {
95
+ Return?: boolean;
96
+ }
97
+ export interface DeletePlacementGroupRequest {
98
+ DryRun?: boolean;
99
+ GroupName: string | undefined;
100
+ }
86
101
  export interface DeletePublicIpv4PoolRequest {
87
102
  DryRun?: boolean;
88
103
  PoolId: string | undefined;
@@ -1820,23 +1835,6 @@ export interface DescribeInstanceCreditSpecificationsResult {
1820
1835
  InstanceCreditSpecifications?: InstanceCreditSpecification[];
1821
1836
  NextToken?: string;
1822
1837
  }
1823
- export interface DescribeInstanceEventNotificationAttributesRequest {
1824
- DryRun?: boolean;
1825
- }
1826
- export interface DescribeInstanceEventNotificationAttributesResult {
1827
- InstanceTagAttribute?: InstanceTagNotificationAttribute;
1828
- }
1829
- export interface DescribeInstanceEventWindowsRequest {
1830
- DryRun?: boolean;
1831
- InstanceEventWindowIds?: string[];
1832
- Filters?: Filter[];
1833
- MaxResults?: number;
1834
- NextToken?: string;
1835
- }
1836
- export interface DescribeInstanceEventWindowsResult {
1837
- InstanceEventWindows?: InstanceEventWindow[];
1838
- NextToken?: string;
1839
- }
1840
1838
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1841
1839
  obj: DeleteVerifiedAccessTrustProviderResult
1842
1840
  ) => any;
@@ -10,6 +10,7 @@ import {
10
10
  Explanation,
11
11
  IamInstanceProfile,
12
12
  IamInstanceProfileSpecification,
13
+ InstanceEventWindow,
13
14
  IpamResourceDiscoveryAssociation,
14
15
  IpPermission,
15
16
  PathComponent,
@@ -22,7 +23,6 @@ import {
22
23
  TransitGatewayAttachmentResourceType,
23
24
  TransitGatewayAttachmentState,
24
25
  TransitGatewayPeeringAttachment,
25
- TransitGatewayVpcAttachment,
26
26
  UserIdGroupPair,
27
27
  } from "./models_0";
28
28
  import {
@@ -31,6 +31,7 @@ import {
31
31
  BlockDeviceMapping,
32
32
  CapacityReservationPreference,
33
33
  CapacityReservationTargetResponse,
34
+ EnaSrdSpecificationRequest,
34
35
  FleetLaunchTemplateSpecification,
35
36
  FleetType,
36
37
  GroupIdentifier,
@@ -81,12 +82,10 @@ import {
81
82
  TrafficMirrorFilter,
82
83
  TrafficMirrorSession,
83
84
  TrafficMirrorTarget,
84
- TransitGateway,
85
85
  TransitGatewayConnect,
86
86
  TransitGatewayConnectPeer,
87
87
  TransitGatewayMulticastDomain,
88
88
  TransitGatewayPolicyTable,
89
- TransitGatewayRouteTable,
90
89
  TransitGatewayRouteTableAnnouncement,
91
90
  } from "./models_2";
92
91
  import {
@@ -100,10 +99,28 @@ import {
100
99
  HypervisorType,
101
100
  IdFormat,
102
101
  InstanceBlockDeviceMapping,
102
+ InstanceTagNotificationAttribute,
103
103
  PermissionGroup,
104
104
  ProductCode,
105
105
  VirtualizationType,
106
106
  } from "./models_3";
107
+ export interface DescribeInstanceEventNotificationAttributesRequest {
108
+ DryRun?: boolean;
109
+ }
110
+ export interface DescribeInstanceEventNotificationAttributesResult {
111
+ InstanceTagAttribute?: InstanceTagNotificationAttribute;
112
+ }
113
+ export interface DescribeInstanceEventWindowsRequest {
114
+ DryRun?: boolean;
115
+ InstanceEventWindowIds?: string[];
116
+ Filters?: Filter[];
117
+ MaxResults?: number;
118
+ NextToken?: string;
119
+ }
120
+ export interface DescribeInstanceEventWindowsResult {
121
+ InstanceEventWindows?: InstanceEventWindow[];
122
+ NextToken?: string;
123
+ }
107
124
  export interface DescribeInstancesRequest {
108
125
  Filters?: Filter[];
109
126
  InstanceIds?: string[];
@@ -216,6 +233,13 @@ export interface InstanceNetworkInterfaceAssociation {
216
233
  PublicDnsName?: string;
217
234
  PublicIp?: string;
218
235
  }
236
+ export interface InstanceAttachmentEnaSrdUdpSpecification {
237
+ EnaSrdUdpEnabled?: boolean;
238
+ }
239
+ export interface InstanceAttachmentEnaSrdSpecification {
240
+ EnaSrdEnabled?: boolean;
241
+ EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification;
242
+ }
219
243
  export interface InstanceNetworkInterfaceAttachment {
220
244
  AttachTime?: Date;
221
245
  AttachmentId?: string;
@@ -223,6 +247,7 @@ export interface InstanceNetworkInterfaceAttachment {
223
247
  DeviceIndex?: number;
224
248
  Status?: AttachmentStatus;
225
249
  NetworkCardIndex?: number;
250
+ EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification;
226
251
  }
227
252
  export interface InstanceIpv4Prefix {
228
253
  Ipv4Prefix?: string;
@@ -1633,6 +1658,7 @@ export interface InstanceNetworkInterfaceSpecification {
1633
1658
  Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
1634
1659
  Ipv6PrefixCount?: number;
1635
1660
  PrimaryIpv6?: boolean;
1661
+ EnaSrdSpecification?: EnaSrdSpecificationRequest;
1636
1662
  }
1637
1663
  export interface SpotPlacement {
1638
1664
  AvailabilityZone?: string;
@@ -2040,39 +2066,6 @@ export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
2040
2066
  TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncement[];
2041
2067
  NextToken?: string;
2042
2068
  }
2043
- export interface DescribeTransitGatewayRouteTablesRequest {
2044
- TransitGatewayRouteTableIds?: string[];
2045
- Filters?: Filter[];
2046
- MaxResults?: number;
2047
- NextToken?: string;
2048
- DryRun?: boolean;
2049
- }
2050
- export interface DescribeTransitGatewayRouteTablesResult {
2051
- TransitGatewayRouteTables?: TransitGatewayRouteTable[];
2052
- NextToken?: string;
2053
- }
2054
- export interface DescribeTransitGatewaysRequest {
2055
- TransitGatewayIds?: string[];
2056
- Filters?: Filter[];
2057
- MaxResults?: number;
2058
- NextToken?: string;
2059
- DryRun?: boolean;
2060
- }
2061
- export interface DescribeTransitGatewaysResult {
2062
- TransitGateways?: TransitGateway[];
2063
- NextToken?: string;
2064
- }
2065
- export interface DescribeTransitGatewayVpcAttachmentsRequest {
2066
- TransitGatewayAttachmentIds?: string[];
2067
- Filters?: Filter[];
2068
- MaxResults?: number;
2069
- NextToken?: string;
2070
- DryRun?: boolean;
2071
- }
2072
- export interface DescribeTransitGatewayVpcAttachmentsResult {
2073
- TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
2074
- NextToken?: string;
2075
- }
2076
2069
  export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
2077
2070
  obj: DescribeLaunchTemplateVersionsResult
2078
2071
  ) => any;