@aws-sdk/client-ec2 3.703.0 → 3.708.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 (76) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +207 -65
  3. package/dist-es/EC2.js +2 -0
  4. package/dist-es/commands/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_1.js +5 -14
  7. package/dist-es/models/models_2.js +14 -0
  8. package/dist-es/models/models_3.js +0 -6
  9. package/dist-es/models/models_4.js +11 -21
  10. package/dist-es/models/models_5.js +21 -0
  11. package/dist-es/models/models_6.js +0 -15
  12. package/dist-es/models/models_7.js +15 -0
  13. package/dist-es/protocols/Aws_ec2.js +114 -0
  14. package/dist-types/EC2.d.ts +7 -0
  15. package/dist-types/EC2Client.d.ts +3 -2
  16. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -0
  17. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -2
  20. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -2
  24. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -0
  26. package/dist-types/commands/DescribeInstancesCommand.d.ts +3 -0
  27. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +3 -0
  28. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +2 -1
  29. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  30. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  31. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +3 -0
  32. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  33. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
  34. package/dist-types/commands/RunInstancesCommand.d.ts +6 -0
  35. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  38. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -2
  39. package/dist-types/commands/index.d.ts +1 -0
  40. package/dist-types/models/models_1.d.ts +69 -81
  41. package/dist-types/models/models_2.d.ts +82 -48
  42. package/dist-types/models/models_3.d.ts +48 -107
  43. package/dist-types/models/models_4.d.ts +157 -83
  44. package/dist-types/models/models_5.d.ts +70 -76
  45. package/dist-types/models/models_6.d.ts +77 -81
  46. package/dist-types/models/models_7.d.ts +168 -158
  47. package/dist-types/models/models_8.d.ts +158 -1
  48. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  49. package/dist-types/ts3.4/EC2.d.ts +23 -0
  50. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  51. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
  52. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +4 -2
  53. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  67. package/dist-types/ts3.4/models/models_1.d.ts +19 -31
  68. package/dist-types/ts3.4/models/models_2.d.ts +32 -14
  69. package/dist-types/ts3.4/models/models_3.d.ts +12 -21
  70. package/dist-types/ts3.4/models/models_4.d.ts +34 -33
  71. package/dist-types/ts3.4/models/models_5.d.ts +32 -23
  72. package/dist-types/ts3.4/models/models_6.d.ts +20 -31
  73. package/dist-types/ts3.4/models/models_7.d.ts +46 -38
  74. package/dist-types/ts3.4/models/models_8.d.ts +37 -1
  75. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  76. package/package.json +1 -1
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeFleetInstancesRequest,
10
- DescribeFleetInstancesResult,
11
- } from "../models/models_3";
8
+ import { DescribeFleetInstancesRequest } from "../models/models_3";
9
+ import { DescribeFleetInstancesResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeFleetInstancesCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeFleetsRequest } from "../models/models_3";
9
- import { DescribeFleetsResult } from "../models/models_4";
8
+ import {
9
+ DescribeFleetsRequest,
10
+ DescribeFleetsResult,
11
+ } from "../models/models_4";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeFleetsCommandInput extends DescribeFleetsRequest {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- EnableAllowedImagesSettingsRequest,
10
- EnableAllowedImagesSettingsResult,
11
- } from "../models/models_5";
8
+ import { EnableAllowedImagesSettingsRequest } from "../models/models_5";
9
+ import { EnableAllowedImagesSettingsResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface EnableAllowedImagesSettingsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  EnableAwsNetworkPerformanceMetricSubscriptionRequest,
10
10
  EnableAwsNetworkPerformanceMetricSubscriptionResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface EnableAwsNetworkPerformanceMetricSubscriptionCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  EnableEbsEncryptionByDefaultRequest,
10
10
  EnableEbsEncryptionByDefaultResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface EnableEbsEncryptionByDefaultCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyInstanceMaintenanceOptionsRequest,
10
10
  ModifyInstanceMaintenanceOptionsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyInstanceMaintenanceOptionsCommandInput
@@ -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
+ ModifyInstanceNetworkPerformanceRequest,
10
+ ModifyInstanceNetworkPerformanceResult,
11
+ } from "../models/models_7";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ModifyInstanceNetworkPerformanceOptionsCommandInput
15
+ extends ModifyInstanceNetworkPerformanceRequest {}
16
+ export interface ModifyInstanceNetworkPerformanceOptionsCommandOutput
17
+ extends ModifyInstanceNetworkPerformanceResult,
18
+ __MetadataBearer {}
19
+ declare const ModifyInstanceNetworkPerformanceOptionsCommand_base: {
20
+ new (
21
+ input: ModifyInstanceNetworkPerformanceOptionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ModifyInstanceNetworkPerformanceOptionsCommandInput,
24
+ ModifyInstanceNetworkPerformanceOptionsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ModifyInstanceNetworkPerformanceOptionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ModifyInstanceNetworkPerformanceOptionsCommandInput,
33
+ ModifyInstanceNetworkPerformanceOptionsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ModifyInstanceNetworkPerformanceOptionsCommand extends ModifyInstanceNetworkPerformanceOptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ModifyInstanceNetworkPerformanceRequest;
44
+ output: ModifyInstanceNetworkPerformanceResult;
45
+ };
46
+ sdk: {
47
+ input: ModifyInstanceNetworkPerformanceOptionsCommandInput;
48
+ output: ModifyInstanceNetworkPerformanceOptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UnmonitorInstancesRequest,
10
10
  UnmonitorInstancesResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UnmonitorInstancesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateSecurityGroupRuleDescriptionsEgressRequest,
10
10
  UpdateSecurityGroupRuleDescriptionsEgressResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateSecurityGroupRuleDescriptionsEgressCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateSecurityGroupRuleDescriptionsIngressRequest,
10
10
  UpdateSecurityGroupRuleDescriptionsIngressResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateSecurityGroupRuleDescriptionsIngressCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { WithdrawByoipCidrRequest } from "../models/models_7";
9
- import { WithdrawByoipCidrResult } from "../models/models_8";
8
+ import {
9
+ WithdrawByoipCidrRequest,
10
+ WithdrawByoipCidrResult,
11
+ } from "../models/models_8";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface WithdrawByoipCidrCommandInput
@@ -534,6 +534,7 @@ export * from "./ModifyInstanceEventWindowCommand";
534
534
  export * from "./ModifyInstanceMaintenanceOptionsCommand";
535
535
  export * from "./ModifyInstanceMetadataDefaultsCommand";
536
536
  export * from "./ModifyInstanceMetadataOptionsCommand";
537
+ export * from "./ModifyInstanceNetworkPerformanceOptionsCommand";
537
538
  export * from "./ModifyInstancePlacementCommand";
538
539
  export * from "./ModifyIpamCommand";
539
540
  export * from "./ModifyIpamPoolCommand";
@@ -7,7 +7,6 @@ import {
7
7
  AcceleratorTotalMemoryMiBRequest,
8
8
  AcceleratorType,
9
9
  AddIpamOperatingRegion,
10
- AddPrefixListEntry,
11
10
  AddressFamily,
12
11
  AllocationType,
13
12
  AttachmentStatus,
@@ -2519,6 +2518,16 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
2519
2518
  | ConnectionTrackingSpecificationRequest
2520
2519
  | undefined;
2521
2520
  }
2521
+ export declare const InstanceBandwidthWeighting: {
2522
+ readonly DEFAULT: "default";
2523
+ readonly EBS_1: "ebs-1";
2524
+ readonly VPC_1: "vpc-1";
2525
+ };
2526
+ export type InstanceBandwidthWeighting =
2527
+ (typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
2528
+ export interface LaunchTemplateNetworkPerformanceOptionsRequest {
2529
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
2530
+ }
2522
2531
  export interface OperatorRequest {
2523
2532
  Principal?: string | undefined;
2524
2533
  }
@@ -2591,6 +2600,9 @@ export interface RequestLaunchTemplateData {
2591
2600
  | undefined;
2592
2601
  DisableApiStop?: boolean | undefined;
2593
2602
  Operator?: OperatorRequest | undefined;
2603
+ NetworkPerformanceOptions?:
2604
+ | LaunchTemplateNetworkPerformanceOptionsRequest
2605
+ | undefined;
2594
2606
  }
2595
2607
  export interface CreateLaunchTemplateRequest {
2596
2608
  DryRun?: boolean | undefined;
@@ -2765,6 +2777,9 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
2765
2777
  EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification | undefined;
2766
2778
  ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
2767
2779
  }
2780
+ export interface LaunchTemplateNetworkPerformanceOptions {
2781
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
2782
+ }
2768
2783
  export interface LaunchTemplatePlacement {
2769
2784
  AvailabilityZone?: string | undefined;
2770
2785
  Affinity?: string | undefined;
@@ -2826,6 +2841,9 @@ export interface ResponseLaunchTemplateData {
2826
2841
  MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions | undefined;
2827
2842
  DisableApiStop?: boolean | undefined;
2828
2843
  Operator?: OperatorResponse | undefined;
2844
+ NetworkPerformanceOptions?:
2845
+ | LaunchTemplateNetworkPerformanceOptions
2846
+ | undefined;
2829
2847
  }
2830
2848
  export interface LaunchTemplateVersion {
2831
2849
  LaunchTemplateId?: string | undefined;
@@ -2948,36 +2966,6 @@ export interface LocalGatewayRouteTableVpcAssociation {
2948
2966
  State?: string | undefined;
2949
2967
  Tags?: Tag[] | undefined;
2950
2968
  }
2951
- export interface CreateLocalGatewayRouteTableVpcAssociationResult {
2952
- LocalGatewayRouteTableVpcAssociation?:
2953
- | LocalGatewayRouteTableVpcAssociation
2954
- | undefined;
2955
- }
2956
- export interface CreateManagedPrefixListRequest {
2957
- DryRun?: boolean | undefined;
2958
- PrefixListName: string | undefined;
2959
- Entries?: AddPrefixListEntry[] | undefined;
2960
- MaxEntries: number | undefined;
2961
- TagSpecifications?: TagSpecification[] | undefined;
2962
- AddressFamily: string | undefined;
2963
- ClientToken?: string | undefined;
2964
- }
2965
- export declare const PrefixListState: {
2966
- readonly create_complete: "create-complete";
2967
- readonly create_failed: "create-failed";
2968
- readonly create_in_progress: "create-in-progress";
2969
- readonly delete_complete: "delete-complete";
2970
- readonly delete_failed: "delete-failed";
2971
- readonly delete_in_progress: "delete-in-progress";
2972
- readonly modify_complete: "modify-complete";
2973
- readonly modify_failed: "modify-failed";
2974
- readonly modify_in_progress: "modify-in-progress";
2975
- readonly restore_complete: "restore-complete";
2976
- readonly restore_failed: "restore-failed";
2977
- readonly restore_in_progress: "restore-in-progress";
2978
- };
2979
- export type PrefixListState =
2980
- (typeof PrefixListState)[keyof typeof PrefixListState];
2981
2969
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2982
2970
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2983
2971
  obj: RequestLaunchTemplateData
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  AccessScopePath,
3
3
  AccessScopePathRequest,
4
+ AddPrefixListEntry,
4
5
  ApplianceModeSupportValue,
5
6
  AttachmentStatus,
6
7
  CurrencyCodeValues,
@@ -33,22 +34,50 @@ import {
33
34
  import {
34
35
  CarrierGateway,
35
36
  ClientVpnEndpointStatus,
36
- ClientVpnRouteStatus,
37
- CoipCidr,
38
37
  ConnectionTrackingSpecificationRequest,
39
38
  GatewayType,
40
39
  InstanceIpv6Address,
41
40
  Ipv4PrefixSpecificationRequest,
42
41
  Ipv6PrefixSpecificationRequest,
42
+ LocalGatewayRouteTableVpcAssociation,
43
43
  OperatorRequest,
44
44
  OperatorResponse,
45
- PrefixListState,
46
45
  PrivateIpAddressSpecification,
47
46
  Subnet,
48
47
  Tenancy,
49
48
  VolumeType,
50
49
  Vpc,
51
50
  } from "./models_1";
51
+ export interface CreateLocalGatewayRouteTableVpcAssociationResult {
52
+ LocalGatewayRouteTableVpcAssociation?:
53
+ | LocalGatewayRouteTableVpcAssociation
54
+ | undefined;
55
+ }
56
+ export interface CreateManagedPrefixListRequest {
57
+ DryRun?: boolean | undefined;
58
+ PrefixListName: string | undefined;
59
+ Entries?: AddPrefixListEntry[] | undefined;
60
+ MaxEntries: number | undefined;
61
+ TagSpecifications?: TagSpecification[] | undefined;
62
+ AddressFamily: string | undefined;
63
+ ClientToken?: string | undefined;
64
+ }
65
+ export declare const PrefixListState: {
66
+ readonly create_complete: "create-complete";
67
+ readonly create_failed: "create-failed";
68
+ readonly create_in_progress: "create-in-progress";
69
+ readonly delete_complete: "delete-complete";
70
+ readonly delete_failed: "delete-failed";
71
+ readonly delete_in_progress: "delete-in-progress";
72
+ readonly modify_complete: "modify-complete";
73
+ readonly modify_failed: "modify-failed";
74
+ readonly modify_in_progress: "modify-in-progress";
75
+ readonly restore_complete: "restore-complete";
76
+ readonly restore_failed: "restore-failed";
77
+ readonly restore_in_progress: "restore-in-progress";
78
+ };
79
+ export type PrefixListState =
80
+ (typeof PrefixListState)[keyof typeof PrefixListState];
52
81
  export interface ManagedPrefixList {
53
82
  PrefixListId?: string | undefined;
54
83
  AddressFamily?: string | undefined;
@@ -2171,17 +2200,6 @@ export interface DeleteClientVpnRouteRequest {
2171
2200
  DestinationCidrBlock: string | undefined;
2172
2201
  DryRun?: boolean | undefined;
2173
2202
  }
2174
- export interface DeleteClientVpnRouteResult {
2175
- Status?: ClientVpnRouteStatus | undefined;
2176
- }
2177
- export interface DeleteCoipCidrRequest {
2178
- Cidr: string | undefined;
2179
- CoipPoolId: string | undefined;
2180
- DryRun?: boolean | undefined;
2181
- }
2182
- export interface DeleteCoipCidrResult {
2183
- CoipCidr?: CoipCidr | undefined;
2184
- }
2185
2203
  export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
2186
2204
  obj: CreateVerifiedAccessNativeApplicationOidcOptions
2187
2205
  ) => any;
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  AccountAttribute,
3
3
  AccountAttributeName,
4
- ActiveInstance,
5
4
  Address,
6
5
  AddressAttribute,
7
6
  AddressAttributeName,
@@ -26,6 +25,7 @@ import {
26
25
  ClientVpnAuthenticationType,
27
26
  ClientVpnEndpointStatus,
28
27
  ClientVpnRouteStatus,
28
+ CoipCidr,
29
29
  CoipPool,
30
30
  CustomerGateway,
31
31
  DhcpOptions,
@@ -66,6 +66,17 @@ import {
66
66
  VerifiedAccessGroup,
67
67
  VpcBlockPublicAccessExclusion,
68
68
  } from "./models_2";
69
+ export interface DeleteClientVpnRouteResult {
70
+ Status?: ClientVpnRouteStatus | undefined;
71
+ }
72
+ export interface DeleteCoipCidrRequest {
73
+ Cidr: string | undefined;
74
+ CoipPoolId: string | undefined;
75
+ DryRun?: boolean | undefined;
76
+ }
77
+ export interface DeleteCoipCidrResult {
78
+ CoipCidr?: CoipCidr | undefined;
79
+ }
69
80
  export interface DeleteCoipPoolRequest {
70
81
  CoipPoolId: string | undefined;
71
82
  DryRun?: boolean | undefined;
@@ -1597,26 +1608,6 @@ export interface DescribeFleetInstancesRequest {
1597
1608
  FleetId: string | undefined;
1598
1609
  Filters?: Filter[] | undefined;
1599
1610
  }
1600
- export interface DescribeFleetInstancesResult {
1601
- ActiveInstances?: ActiveInstance[] | undefined;
1602
- NextToken?: string | undefined;
1603
- FleetId?: string | undefined;
1604
- }
1605
- export interface DescribeFleetsRequest {
1606
- DryRun?: boolean | undefined;
1607
- MaxResults?: number | undefined;
1608
- NextToken?: string | undefined;
1609
- FleetIds?: string[] | undefined;
1610
- Filters?: Filter[] | undefined;
1611
- }
1612
- export declare const FleetActivityStatus: {
1613
- readonly ERROR: "error";
1614
- readonly FULFILLED: "fulfilled";
1615
- readonly PENDING_FULFILLMENT: "pending_fulfillment";
1616
- readonly PENDING_TERMINATION: "pending_termination";
1617
- };
1618
- export type FleetActivityStatus =
1619
- (typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
1620
1611
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1621
1612
  obj: DeleteVerifiedAccessTrustProviderResult
1622
1613
  ) => any;
@@ -1,4 +1,5 @@
1
1
  import {
2
+ ActiveInstance,
2
3
  AllocationState,
3
4
  AllowsMultipleInstanceTypes,
4
5
  AlternatePathHint,
@@ -33,6 +34,7 @@ import {
33
34
  FleetReplacementStrategy,
34
35
  FleetType,
35
36
  HostnameType,
37
+ InstanceBandwidthWeighting,
36
38
  InstanceIpv6Address,
37
39
  InstanceLifecycle,
38
40
  InternetGateway,
@@ -75,11 +77,30 @@ import {
75
77
  import {
76
78
  Byoasn,
77
79
  Filter,
78
- FleetActivityStatus,
79
80
  FleetStateCode,
80
81
  IdFormat,
81
82
  InstanceTagNotificationAttribute,
82
83
  } from "./models_3";
84
+ export interface DescribeFleetInstancesResult {
85
+ ActiveInstances?: ActiveInstance[] | undefined;
86
+ NextToken?: string | undefined;
87
+ FleetId?: string | undefined;
88
+ }
89
+ export interface DescribeFleetsRequest {
90
+ DryRun?: boolean | undefined;
91
+ MaxResults?: number | undefined;
92
+ NextToken?: string | undefined;
93
+ FleetIds?: string[] | undefined;
94
+ Filters?: Filter[] | undefined;
95
+ }
96
+ export declare const FleetActivityStatus: {
97
+ readonly ERROR: "error";
98
+ readonly FULFILLED: "fulfilled";
99
+ readonly PENDING_FULFILLMENT: "pending_fulfillment";
100
+ readonly PENDING_TERMINATION: "pending_termination";
101
+ };
102
+ export type FleetActivityStatus =
103
+ (typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
83
104
  export interface DescribeFleetError {
84
105
  LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
85
106
  Lifecycle?: InstanceLifecycle | undefined;
@@ -982,6 +1003,9 @@ export interface InstanceNetworkInterface {
982
1003
  | undefined;
983
1004
  Operator?: OperatorResponse | undefined;
984
1005
  }
1006
+ export interface InstanceNetworkPerformanceOptions {
1007
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
1008
+ }
985
1009
  export interface PrivateDnsNameOptionsResponse {
986
1010
  HostnameType?: HostnameType | undefined;
987
1011
  EnableResourceNameDnsARecord?: boolean | undefined;
@@ -1029,6 +1053,7 @@ export interface Instance {
1029
1053
  TpmSupport?: string | undefined;
1030
1054
  MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
1031
1055
  CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
1056
+ NetworkPerformanceOptions?: InstanceNetworkPerformanceOptions | undefined;
1032
1057
  Operator?: OperatorResponse | undefined;
1033
1058
  InstanceId?: string | undefined;
1034
1059
  ImageId?: string | undefined;
@@ -1312,6 +1337,13 @@ export interface MediaAcceleratorInfo {
1312
1337
  export interface MemoryInfo {
1313
1338
  SizeInMiB?: number | undefined;
1314
1339
  }
1340
+ export declare const BandwidthWeightingType: {
1341
+ readonly DEFAULT: "default";
1342
+ readonly EBS_1: "ebs-1";
1343
+ readonly VPC_1: "vpc-1";
1344
+ };
1345
+ export type BandwidthWeightingType =
1346
+ (typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
1315
1347
  export interface EfaInfo {
1316
1348
  MaximumEfaInterfaces?: number | undefined;
1317
1349
  }
@@ -1342,6 +1374,7 @@ export interface NetworkInfo {
1342
1374
  EfaInfo?: EfaInfo | undefined;
1343
1375
  EncryptionInTransitSupported?: boolean | undefined;
1344
1376
  EnaSrdSupported?: boolean | undefined;
1377
+ BandwidthWeightings?: BandwidthWeightingType[] | undefined;
1345
1378
  }
1346
1379
  export interface NeuronDeviceCoreInfo {
1347
1380
  Count?: number | undefined;
@@ -2074,38 +2107,6 @@ export interface DescribeReservedInstancesRequest {
2074
2107
  Filters?: Filter[] | undefined;
2075
2108
  OfferingType?: OfferingTypeValues | undefined;
2076
2109
  }
2077
- export declare const RIProductDescription: {
2078
- readonly Linux_UNIX: "Linux/UNIX";
2079
- readonly Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)";
2080
- readonly Windows: "Windows";
2081
- readonly Windows_Amazon_VPC_: "Windows (Amazon VPC)";
2082
- };
2083
- export type RIProductDescription =
2084
- (typeof RIProductDescription)[keyof typeof RIProductDescription];
2085
- export declare const RecurringChargeFrequency: {
2086
- readonly Hourly: "Hourly";
2087
- };
2088
- export type RecurringChargeFrequency =
2089
- (typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
2090
- export interface RecurringCharge {
2091
- Amount?: number | undefined;
2092
- Frequency?: RecurringChargeFrequency | undefined;
2093
- }
2094
- export declare const Scope: {
2095
- readonly AVAILABILITY_ZONE: "Availability Zone";
2096
- readonly REGIONAL: "Region";
2097
- };
2098
- export type Scope = (typeof Scope)[keyof typeof Scope];
2099
- export declare const ReservedInstanceState: {
2100
- readonly active: "active";
2101
- readonly payment_failed: "payment-failed";
2102
- readonly payment_pending: "payment-pending";
2103
- readonly queued: "queued";
2104
- readonly queued_deleted: "queued-deleted";
2105
- readonly retired: "retired";
2106
- };
2107
- export type ReservedInstanceState =
2108
- (typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
2109
2110
  export declare const SnapshotDetailFilterSensitiveLog: (
2110
2111
  obj: SnapshotDetail
2111
2112
  ) => any;
@@ -112,11 +112,39 @@ import {
112
112
  OfferingTypeValues,
113
113
  PermissionGroup,
114
114
  ProductCode,
115
- RecurringCharge,
116
- ReservedInstanceState,
117
- RIProductDescription,
118
- Scope,
119
115
  } from "./models_4";
116
+ export declare const RIProductDescription: {
117
+ readonly Linux_UNIX: "Linux/UNIX";
118
+ readonly Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)";
119
+ readonly Windows: "Windows";
120
+ readonly Windows_Amazon_VPC_: "Windows (Amazon VPC)";
121
+ };
122
+ export type RIProductDescription =
123
+ (typeof RIProductDescription)[keyof typeof RIProductDescription];
124
+ export declare const RecurringChargeFrequency: {
125
+ readonly Hourly: "Hourly";
126
+ };
127
+ export type RecurringChargeFrequency =
128
+ (typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
129
+ export interface RecurringCharge {
130
+ Amount?: number | undefined;
131
+ Frequency?: RecurringChargeFrequency | undefined;
132
+ }
133
+ export declare const Scope: {
134
+ readonly AVAILABILITY_ZONE: "Availability Zone";
135
+ readonly REGIONAL: "Region";
136
+ };
137
+ export type Scope = (typeof Scope)[keyof typeof Scope];
138
+ export declare const ReservedInstanceState: {
139
+ readonly active: "active";
140
+ readonly payment_failed: "payment-failed";
141
+ readonly payment_pending: "payment-pending";
142
+ readonly queued: "queued";
143
+ readonly queued_deleted: "queued-deleted";
144
+ readonly retired: "retired";
145
+ };
146
+ export type ReservedInstanceState =
147
+ (typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
120
148
  export interface ReservedInstances {
121
149
  CurrencyCode?: CurrencyCodeValues | undefined;
122
150
  InstanceTenancy?: Tenancy | undefined;
@@ -1857,25 +1885,6 @@ export interface EnableAllowedImagesSettingsRequest {
1857
1885
  AllowedImagesSettingsState: AllowedImagesSettingsEnabledState | undefined;
1858
1886
  DryRun?: boolean | undefined;
1859
1887
  }
1860
- export interface EnableAllowedImagesSettingsResult {
1861
- AllowedImagesSettingsState?: AllowedImagesSettingsEnabledState | undefined;
1862
- }
1863
- export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
1864
- Source?: string | undefined;
1865
- Destination?: string | undefined;
1866
- Metric?: MetricType | undefined;
1867
- Statistic?: StatisticType | undefined;
1868
- DryRun?: boolean | undefined;
1869
- }
1870
- export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
1871
- Output?: boolean | undefined;
1872
- }
1873
- export interface EnableEbsEncryptionByDefaultRequest {
1874
- DryRun?: boolean | undefined;
1875
- }
1876
- export interface EnableEbsEncryptionByDefaultResult {
1877
- EbsEncryptionByDefault?: boolean | undefined;
1878
- }
1879
1888
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
1880
1889
  obj: SpotFleetLaunchSpecification
1881
1890
  ) => any;
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  AccessScopeAnalysisFinding,
3
3
  AddressAttribute,
4
+ AllowedImagesSettingsEnabledState,
4
5
  AutoPlacement,
5
6
  CurrencyCodeValues,
6
7
  DeviceTrustProviderType,
@@ -75,7 +76,6 @@ import {
75
76
  HttpTokensState,
76
77
  ImportImageLicenseConfigurationResponse,
77
78
  InstanceAttributeName,
78
- InstanceAutoRecoveryState,
79
79
  InstanceMetadataEndpointState,
80
80
  InstanceMetadataTagsState,
81
81
  InstanceStatusEvent,
@@ -93,6 +93,25 @@ import {
93
93
  TransitGatewayPropagation,
94
94
  TransitGatewayPropagationState,
95
95
  } from "./models_5";
96
+ export interface EnableAllowedImagesSettingsResult {
97
+ AllowedImagesSettingsState?: AllowedImagesSettingsEnabledState | undefined;
98
+ }
99
+ export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
100
+ Source?: string | undefined;
101
+ Destination?: string | undefined;
102
+ Metric?: MetricType | undefined;
103
+ Statistic?: StatisticType | undefined;
104
+ DryRun?: boolean | undefined;
105
+ }
106
+ export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
107
+ Output?: boolean | undefined;
108
+ }
109
+ export interface EnableEbsEncryptionByDefaultRequest {
110
+ DryRun?: boolean | undefined;
111
+ }
112
+ export interface EnableEbsEncryptionByDefaultResult {
113
+ EbsEncryptionByDefault?: boolean | undefined;
114
+ }
96
115
  export interface FastLaunchLaunchTemplateSpecificationRequest {
97
116
  LaunchTemplateId?: string | undefined;
98
117
  LaunchTemplateName?: string | undefined;
@@ -1791,36 +1810,6 @@ export interface ModifyInstanceEventWindowRequest {
1791
1810
  export interface ModifyInstanceEventWindowResult {
1792
1811
  InstanceEventWindow?: InstanceEventWindow | undefined;
1793
1812
  }
1794
- export interface ModifyInstanceMaintenanceOptionsRequest {
1795
- InstanceId: string | undefined;
1796
- AutoRecovery?: InstanceAutoRecoveryState | undefined;
1797
- DryRun?: boolean | undefined;
1798
- }
1799
- export interface ModifyInstanceMaintenanceOptionsResult {
1800
- InstanceId?: string | undefined;
1801
- AutoRecovery?: InstanceAutoRecoveryState | undefined;
1802
- }
1803
- export declare const DefaultInstanceMetadataEndpointState: {
1804
- readonly disabled: "disabled";
1805
- readonly enabled: "enabled";
1806
- readonly no_preference: "no-preference";
1807
- };
1808
- export type DefaultInstanceMetadataEndpointState =
1809
- (typeof DefaultInstanceMetadataEndpointState)[keyof typeof DefaultInstanceMetadataEndpointState];
1810
- export declare const MetadataDefaultHttpTokensState: {
1811
- readonly no_preference: "no-preference";
1812
- readonly optional: "optional";
1813
- readonly required: "required";
1814
- };
1815
- export type MetadataDefaultHttpTokensState =
1816
- (typeof MetadataDefaultHttpTokensState)[keyof typeof MetadataDefaultHttpTokensState];
1817
- export declare const DefaultInstanceMetadataTagsState: {
1818
- readonly disabled: "disabled";
1819
- readonly enabled: "enabled";
1820
- readonly no_preference: "no-preference";
1821
- };
1822
- export type DefaultInstanceMetadataTagsState =
1823
- (typeof DefaultInstanceMetadataTagsState)[keyof typeof DefaultInstanceMetadataTagsState];
1824
1813
  export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
1825
1814
  obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
1826
1815
  ) => any;