@aws-sdk/client-ec2 3.438.0 → 3.441.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 (90) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/EC2.js +4 -0
  3. package/dist-cjs/commands/DescribeCapacityBlockOfferingsCommand.js +51 -0
  4. package/dist-cjs/commands/PurchaseCapacityBlockCommand.js +51 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +8 -1
  7. package/dist-cjs/models/models_1.js +2 -0
  8. package/dist-cjs/models/models_3.js +2 -6
  9. package/dist-cjs/models/models_4.js +8 -2
  10. package/dist-cjs/pagination/DescribeCapacityBlockOfferingsPaginator.js +29 -0
  11. package/dist-cjs/pagination/index.js +2 -1
  12. package/dist-cjs/protocols/Aws_ec2.js +213 -20
  13. package/dist-es/EC2.js +4 -0
  14. package/dist-es/commands/DescribeCapacityBlockOfferingsCommand.js +47 -0
  15. package/dist-es/commands/PurchaseCapacityBlockCommand.js +47 -0
  16. package/dist-es/commands/index.js +2 -0
  17. package/dist-es/models/models_0.js +7 -0
  18. package/dist-es/models/models_1.js +2 -0
  19. package/dist-es/models/models_3.js +0 -4
  20. package/dist-es/models/models_4.js +6 -0
  21. package/dist-es/pagination/DescribeCapacityBlockOfferingsPaginator.js +25 -0
  22. package/dist-es/pagination/index.js +2 -1
  23. package/dist-es/protocols/Aws_ec2.js +188 -0
  24. package/dist-types/EC2.d.ts +14 -0
  25. package/dist-types/EC2Client.d.ts +4 -2
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  30. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +94 -0
  32. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -3
  36. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  39. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  40. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  41. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  42. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  43. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -2
  44. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  45. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +122 -0
  46. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -1
  47. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  48. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  49. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -2
  50. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  51. package/dist-types/commands/index.d.ts +2 -0
  52. package/dist-types/models/models_0.d.ts +20 -16
  53. package/dist-types/models/models_1.d.ts +22 -51
  54. package/dist-types/models/models_2.d.ts +49 -18
  55. package/dist-types/models/models_3.d.ts +135 -788
  56. package/dist-types/models/models_4.d.ts +792 -120
  57. package/dist-types/models/models_5.d.ts +118 -141
  58. package/dist-types/models/models_6.d.ts +176 -217
  59. package/dist-types/models/models_7.d.ts +216 -1
  60. package/dist-types/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +7 -0
  61. package/dist-types/pagination/index.d.ts +2 -1
  62. package/dist-types/protocols/Aws_ec2.d.ts +18 -0
  63. package/dist-types/ts3.4/EC2.d.ts +34 -0
  64. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  65. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +42 -0
  67. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +4 -2
  78. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +10 -4
  80. package/dist-types/ts3.4/models/models_1.d.ts +6 -11
  81. package/dist-types/ts3.4/models/models_2.d.ts +13 -5
  82. package/dist-types/ts3.4/models/models_3.d.ts +31 -25
  83. package/dist-types/ts3.4/models/models_4.d.ts +28 -30
  84. package/dist-types/ts3.4/models/models_5.d.ts +26 -22
  85. package/dist-types/ts3.4/models/models_6.d.ts +33 -47
  86. package/dist-types/ts3.4/models/models_7.d.ts +46 -0
  87. package/dist-types/ts3.4/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  89. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
  90. package/package.json +4 -4
@@ -1889,12 +1889,21 @@ export interface CapacityAllocation {
1889
1889
  AllocationType?: AllocationType;
1890
1890
  Count?: number;
1891
1891
  }
1892
+ export declare const CapacityReservationType: {
1893
+ readonly CAPACITY_BLOCK: "capacity-block";
1894
+ readonly DEFAULT: "default";
1895
+ };
1896
+ export type CapacityReservationType =
1897
+ (typeof CapacityReservationType)[keyof typeof CapacityReservationType];
1892
1898
  export declare const CapacityReservationState: {
1893
1899
  readonly active: "active";
1894
1900
  readonly cancelled: "cancelled";
1895
1901
  readonly expired: "expired";
1896
1902
  readonly failed: "failed";
1903
+ readonly payment_failed: "payment-failed";
1904
+ readonly payment_pending: "payment-pending";
1897
1905
  readonly pending: "pending";
1906
+ readonly scheduled: "scheduled";
1898
1907
  };
1899
1908
  export type CapacityReservationState =
1900
1909
  (typeof CapacityReservationState)[keyof typeof CapacityReservationState];
@@ -1922,6 +1931,7 @@ export interface CapacityReservation {
1922
1931
  CapacityReservationFleetId?: string;
1923
1932
  PlacementGroupArn?: string;
1924
1933
  CapacityAllocations?: CapacityAllocation[];
1934
+ ReservationType?: CapacityReservationType;
1925
1935
  }
1926
1936
  export interface CreateCapacityReservationResult {
1927
1937
  CapacityReservation?: CapacityReservation;
@@ -2785,10 +2795,6 @@ export interface CreateCarrierGatewayResult {
2785
2795
  export interface DirectoryServiceAuthenticationRequest {
2786
2796
  DirectoryId?: string;
2787
2797
  }
2788
- export interface FederatedAuthenticationRequest {
2789
- SAMLProviderArn?: string;
2790
- SelfServiceSAMLProviderArn?: string;
2791
- }
2792
2798
  export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
2793
2799
  export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
2794
2800
  obj: VerifiedAccessTrustProvider
@@ -14,7 +14,6 @@ import {
14
14
  AddressFamily,
15
15
  AttachmentStatus,
16
16
  DirectoryServiceAuthenticationRequest,
17
- FederatedAuthenticationRequest,
18
17
  InstanceEventWindow,
19
18
  Ipv4PrefixSpecification,
20
19
  NatGatewayAddress,
@@ -29,6 +28,10 @@ import {
29
28
  VpcIpv6CidrBlockAssociation,
30
29
  WeekDay,
31
30
  } from "./models_0";
31
+ export interface FederatedAuthenticationRequest {
32
+ SAMLProviderArn?: string;
33
+ SelfServiceSAMLProviderArn?: string;
34
+ }
32
35
  export interface CertificateAuthenticationRequest {
33
36
  ClientRootCertificateChainArn?: string;
34
37
  }
@@ -494,6 +497,7 @@ export interface SpotOptionsRequest {
494
497
  MaxTotalPrice?: string;
495
498
  }
496
499
  export declare const DefaultTargetCapacityType: {
500
+ readonly CAPACITY_BLOCK: "capacity-block";
497
501
  readonly ON_DEMAND: "on-demand";
498
502
  readonly SPOT: "spot";
499
503
  };
@@ -1177,6 +1181,7 @@ export declare const ShutdownBehavior: {
1177
1181
  export type ShutdownBehavior =
1178
1182
  (typeof ShutdownBehavior)[keyof typeof ShutdownBehavior];
1179
1183
  export declare const MarketType: {
1184
+ readonly capacity_block: "capacity-block";
1180
1185
  readonly spot: "spot";
1181
1186
  };
1182
1187
  export type MarketType = (typeof MarketType)[keyof typeof MarketType];
@@ -2081,16 +2086,6 @@ export declare const PlacementGroupState: {
2081
2086
  };
2082
2087
  export type PlacementGroupState =
2083
2088
  (typeof PlacementGroupState)[keyof typeof PlacementGroupState];
2084
- export interface PlacementGroup {
2085
- GroupName?: string;
2086
- State?: PlacementGroupState;
2087
- Strategy?: PlacementStrategy;
2088
- PartitionCount?: number;
2089
- GroupId?: string;
2090
- Tags?: Tag[];
2091
- GroupArn?: string;
2092
- SpreadLevel?: SpreadLevel;
2093
- }
2094
2089
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2095
2090
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2096
2091
  obj: RequestLaunchTemplateData
@@ -42,12 +42,24 @@ import {
42
42
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
43
43
  LocalGatewayRouteTableVpcAssociation,
44
44
  ManagedPrefixList,
45
- PlacementGroup,
45
+ PlacementGroupState,
46
+ PlacementStrategy,
47
+ SpreadLevel,
46
48
  Subnet,
47
49
  Tenancy,
48
50
  VolumeType,
49
51
  Vpc,
50
52
  } from "./models_1";
53
+ export interface PlacementGroup {
54
+ GroupName?: string;
55
+ State?: PlacementGroupState;
56
+ Strategy?: PlacementStrategy;
57
+ PartitionCount?: number;
58
+ GroupId?: string;
59
+ Tags?: Tag[];
60
+ GroupArn?: string;
61
+ SpreadLevel?: SpreadLevel;
62
+ }
51
63
  export interface CreatePlacementGroupResult {
52
64
  PlacementGroup?: PlacementGroup;
53
65
  }
@@ -1864,10 +1876,6 @@ export interface DeletePlacementGroupRequest {
1864
1876
  DryRun?: boolean;
1865
1877
  GroupName: string | undefined;
1866
1878
  }
1867
- export interface DeletePublicIpv4PoolRequest {
1868
- DryRun?: boolean;
1869
- PoolId: string | undefined;
1870
- }
1871
1879
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1872
1880
  obj: CreateVerifiedAccessTrustProviderOidcOptions
1873
1881
  ) => any;
@@ -16,6 +16,7 @@ import {
16
16
  ByoipCidr,
17
17
  CapacityReservation,
18
18
  CapacityReservationFleetState,
19
+ CapacityReservationTenancy,
19
20
  CarrierGateway,
20
21
  ClientVpnAuthorizationRuleStatus,
21
22
  CurrencyCodeValues,
@@ -34,11 +35,8 @@ import {
34
35
  VerifiedAccessTrustProvider,
35
36
  } from "./models_0";
36
37
  import {
37
- AmdSevSnpSpecification,
38
38
  AttributeValue,
39
39
  BlockDeviceMapping,
40
- CapacityReservationPreference,
41
- CapacityReservationTargetResponse,
42
40
  ClientVpnAuthenticationType,
43
41
  ClientVpnEndpointStatus,
44
42
  ClientVpnRouteStatus,
@@ -85,6 +83,10 @@ import {
85
83
  VerifiedAccessEndpoint,
86
84
  VerifiedAccessGroup,
87
85
  } from "./models_2";
86
+ export interface DeletePublicIpv4PoolRequest {
87
+ DryRun?: boolean;
88
+ PoolId: string | undefined;
89
+ }
88
90
  export interface DeletePublicIpv4PoolResult {
89
91
  ReturnValue?: boolean;
90
92
  }
@@ -585,6 +587,32 @@ export interface DescribeByoipCidrsResult {
585
587
  ByoipCidrs?: ByoipCidr[];
586
588
  NextToken?: string;
587
589
  }
590
+ export interface DescribeCapacityBlockOfferingsRequest {
591
+ DryRun?: boolean;
592
+ InstanceType: string | undefined;
593
+ InstanceCount: number | undefined;
594
+ StartDateRange?: Date;
595
+ EndDateRange?: Date;
596
+ CapacityDurationHours: number | undefined;
597
+ NextToken?: string;
598
+ MaxResults?: number;
599
+ }
600
+ export interface CapacityBlockOffering {
601
+ CapacityBlockOfferingId?: string;
602
+ InstanceType?: string;
603
+ AvailabilityZone?: string;
604
+ InstanceCount?: number;
605
+ StartDate?: Date;
606
+ EndDate?: Date;
607
+ CapacityBlockDurationHours?: number;
608
+ UpfrontFee?: string;
609
+ CurrencyCode?: string;
610
+ Tenancy?: CapacityReservationTenancy;
611
+ }
612
+ export interface DescribeCapacityBlockOfferingsResult {
613
+ CapacityBlockOfferings?: CapacityBlockOffering[];
614
+ NextToken?: string;
615
+ }
588
616
  export interface DescribeCapacityReservationFleetsRequest {
589
617
  CapacityReservationFleetIds?: string[];
590
618
  NextToken?: string;
@@ -1809,28 +1837,6 @@ export interface DescribeInstanceEventWindowsResult {
1809
1837
  InstanceEventWindows?: InstanceEventWindow[];
1810
1838
  NextToken?: string;
1811
1839
  }
1812
- export interface DescribeInstancesRequest {
1813
- Filters?: Filter[];
1814
- InstanceIds?: string[];
1815
- DryRun?: boolean;
1816
- MaxResults?: number;
1817
- NextToken?: string;
1818
- }
1819
- export interface CapacityReservationSpecificationResponse {
1820
- CapacityReservationPreference?: CapacityReservationPreference;
1821
- CapacityReservationTarget?: CapacityReservationTargetResponse;
1822
- }
1823
- export interface CpuOptions {
1824
- CoreCount?: number;
1825
- ThreadsPerCore?: number;
1826
- AmdSevSnp?: AmdSevSnpSpecification;
1827
- }
1828
- export declare const InstanceBootModeValues: {
1829
- readonly legacy_bios: "legacy-bios";
1830
- readonly uefi: "uefi";
1831
- };
1832
- export type InstanceBootModeValues =
1833
- (typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
1834
1840
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1835
1841
  obj: DeleteVerifiedAccessTrustProviderResult
1836
1842
  ) => any;
@@ -23,12 +23,14 @@ import {
23
23
  TransitGatewayAttachmentState,
24
24
  TransitGatewayPeeringAttachment,
25
25
  TransitGatewayVpcAttachment,
26
- TrunkInterfaceAssociation,
27
26
  UserIdGroupPair,
28
27
  } from "./models_0";
29
28
  import {
29
+ AmdSevSnpSpecification,
30
30
  AttributeValue,
31
31
  BlockDeviceMapping,
32
+ CapacityReservationPreference,
33
+ CapacityReservationTargetResponse,
32
34
  FleetLaunchTemplateSpecification,
33
35
  FleetType,
34
36
  GroupIdentifier,
@@ -59,7 +61,6 @@ import {
59
61
  NetworkInterfacePermission,
60
62
  NetworkInterfaceStatus,
61
63
  Placement,
62
- PlacementGroup,
63
64
  PlatformValues,
64
65
  PrivateIpAddressSpecification,
65
66
  SpotInstanceType,
@@ -69,6 +70,7 @@ import {
69
70
  Tenancy,
70
71
  } from "./models_1";
71
72
  import {
73
+ PlacementGroup,
72
74
  ReplaceRootVolumeTask,
73
75
  RouteTable,
74
76
  Snapshot,
@@ -86,14 +88,11 @@ import {
86
88
  TransitGatewayPolicyTable,
87
89
  TransitGatewayRouteTable,
88
90
  TransitGatewayRouteTableAnnouncement,
89
- VerifiedAccessEndpoint,
90
91
  } from "./models_2";
91
92
  import {
92
93
  ArchitectureValues,
93
94
  AttributeBooleanValue,
94
95
  BootModeValues,
95
- CapacityReservationSpecificationResponse,
96
- CpuOptions,
97
96
  DeviceType,
98
97
  EnclaveOptions,
99
98
  EventInformation,
@@ -101,11 +100,32 @@ import {
101
100
  HypervisorType,
102
101
  IdFormat,
103
102
  InstanceBlockDeviceMapping,
104
- InstanceBootModeValues,
105
103
  PermissionGroup,
106
104
  ProductCode,
107
105
  VirtualizationType,
108
106
  } from "./models_3";
107
+ export interface DescribeInstancesRequest {
108
+ Filters?: Filter[];
109
+ InstanceIds?: string[];
110
+ DryRun?: boolean;
111
+ MaxResults?: number;
112
+ NextToken?: string;
113
+ }
114
+ export interface CapacityReservationSpecificationResponse {
115
+ CapacityReservationPreference?: CapacityReservationPreference;
116
+ CapacityReservationTarget?: CapacityReservationTargetResponse;
117
+ }
118
+ export interface CpuOptions {
119
+ CoreCount?: number;
120
+ ThreadsPerCore?: number;
121
+ AmdSevSnp?: AmdSevSnpSpecification;
122
+ }
123
+ export declare const InstanceBootModeValues: {
124
+ readonly legacy_bios: "legacy-bios";
125
+ readonly uefi: "uefi";
126
+ };
127
+ export type InstanceBootModeValues =
128
+ (typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
109
129
  export interface ElasticGpuAssociation {
110
130
  ElasticGpuId?: string;
111
131
  ElasticGpuAssociationId?: string;
@@ -122,6 +142,7 @@ export interface HibernationOptions {
122
142
  Configured?: boolean;
123
143
  }
124
144
  export declare const InstanceLifecycleType: {
145
+ readonly capacity_block: "capacity-block";
125
146
  readonly scheduled: "scheduled";
126
147
  readonly spot: "spot";
127
148
  };
@@ -617,6 +638,7 @@ export declare const RootDeviceType: {
617
638
  export type RootDeviceType =
618
639
  (typeof RootDeviceType)[keyof typeof RootDeviceType];
619
640
  export declare const UsageClassType: {
641
+ readonly capacity_block: "capacity-block";
620
642
  readonly on_demand: "on-demand";
621
643
  readonly spot: "spot";
622
644
  };
@@ -2051,30 +2073,6 @@ export interface DescribeTransitGatewayVpcAttachmentsResult {
2051
2073
  TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
2052
2074
  NextToken?: string;
2053
2075
  }
2054
- export interface DescribeTrunkInterfaceAssociationsRequest {
2055
- AssociationIds?: string[];
2056
- DryRun?: boolean;
2057
- Filters?: Filter[];
2058
- NextToken?: string;
2059
- MaxResults?: number;
2060
- }
2061
- export interface DescribeTrunkInterfaceAssociationsResult {
2062
- InterfaceAssociations?: TrunkInterfaceAssociation[];
2063
- NextToken?: string;
2064
- }
2065
- export interface DescribeVerifiedAccessEndpointsRequest {
2066
- VerifiedAccessEndpointIds?: string[];
2067
- VerifiedAccessInstanceId?: string;
2068
- VerifiedAccessGroupId?: string;
2069
- MaxResults?: number;
2070
- NextToken?: string;
2071
- Filters?: Filter[];
2072
- DryRun?: boolean;
2073
- }
2074
- export interface DescribeVerifiedAccessEndpointsResult {
2075
- VerifiedAccessEndpoints?: VerifiedAccessEndpoint[];
2076
- NextToken?: string;
2077
- }
2078
2076
  export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
2079
2077
  obj: DescribeLaunchTemplateVersionsResult
2080
2078
  ) => any;
@@ -19,6 +19,7 @@ import {
19
19
  TransitGatewayAttachmentResourceType,
20
20
  TransitGatewayMulticastDomainAssociations,
21
21
  TransitGatewayPolicyTableAssociation,
22
+ TrunkInterfaceAssociation,
22
23
  VerifiedAccessInstance,
23
24
  VerifiedAccessTrustProvider,
24
25
  VpcCidrBlockAssociation,
@@ -48,7 +49,7 @@ import {
48
49
  SSEType,
49
50
  State,
50
51
  SubnetCidrReservation,
51
- TransitGatewayPrefixListReference,
52
+ VerifiedAccessEndpoint,
52
53
  VerifiedAccessGroup,
53
54
  Volume,
54
55
  VpcEndpoint,
@@ -73,6 +74,30 @@ import {
73
74
  VirtualizationType,
74
75
  } from "./models_3";
75
76
  import { AnalysisStatus, ArchitectureType } from "./models_4";
77
+ export interface DescribeTrunkInterfaceAssociationsRequest {
78
+ AssociationIds?: string[];
79
+ DryRun?: boolean;
80
+ Filters?: Filter[];
81
+ NextToken?: string;
82
+ MaxResults?: number;
83
+ }
84
+ export interface DescribeTrunkInterfaceAssociationsResult {
85
+ InterfaceAssociations?: TrunkInterfaceAssociation[];
86
+ NextToken?: string;
87
+ }
88
+ export interface DescribeVerifiedAccessEndpointsRequest {
89
+ VerifiedAccessEndpointIds?: string[];
90
+ VerifiedAccessInstanceId?: string;
91
+ VerifiedAccessGroupId?: string;
92
+ MaxResults?: number;
93
+ NextToken?: string;
94
+ Filters?: Filter[];
95
+ DryRun?: boolean;
96
+ }
97
+ export interface DescribeVerifiedAccessEndpointsResult {
98
+ VerifiedAccessEndpoints?: VerifiedAccessEndpoint[];
99
+ NextToken?: string;
100
+ }
76
101
  export interface DescribeVerifiedAccessGroupsRequest {
77
102
  VerifiedAccessGroupIds?: string[];
78
103
  VerifiedAccessInstanceId?: string;
@@ -1630,27 +1655,6 @@ export interface TransitGatewayPolicyTableEntry {
1630
1655
  PolicyRule?: TransitGatewayPolicyRule;
1631
1656
  TargetRouteTableId?: string;
1632
1657
  }
1633
- export interface GetTransitGatewayPolicyTableEntriesResult {
1634
- TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntry[];
1635
- }
1636
- export interface GetTransitGatewayPrefixListReferencesRequest {
1637
- TransitGatewayRouteTableId: string | undefined;
1638
- Filters?: Filter[];
1639
- MaxResults?: number;
1640
- NextToken?: string;
1641
- DryRun?: boolean;
1642
- }
1643
- export interface GetTransitGatewayPrefixListReferencesResult {
1644
- TransitGatewayPrefixListReferences?: TransitGatewayPrefixListReference[];
1645
- NextToken?: string;
1646
- }
1647
- export interface GetTransitGatewayRouteTableAssociationsRequest {
1648
- TransitGatewayRouteTableId: string | undefined;
1649
- Filters?: Filter[];
1650
- MaxResults?: number;
1651
- NextToken?: string;
1652
- DryRun?: boolean;
1653
- }
1654
1658
  export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
1655
1659
  obj: DescribeVerifiedAccessTrustProvidersResult
1656
1660
  ) => any;
@@ -9,7 +9,8 @@ import {
9
9
  ApplianceModeSupportValue,
10
10
  AutoPlacement,
11
11
  ByoipCidr,
12
- ClientVpnAuthorizationRuleStatus,
12
+ CapacityReservation,
13
+ CapacityReservationInstancePlatform,
13
14
  CurrencyCodeValues,
14
15
  DnsSupportValue,
15
16
  EnaSrdSpecification,
@@ -19,7 +20,6 @@ import {
19
20
  IamInstanceProfileAssociation,
20
21
  IamInstanceProfileSpecification,
21
22
  InstanceEventWindow,
22
- IpPermission,
23
23
  Ipv6SupportValue,
24
24
  PortRange,
25
25
  RouteTableAssociationState,
@@ -147,11 +147,33 @@ import {
147
147
  InstanceFamilyCreditSpecification,
148
148
  IpamResourceCidr,
149
149
  Purchase,
150
+ TransitGatewayPolicyTableEntry,
150
151
  TransitGatewayPropagationState,
151
152
  UnlimitedSupportedInstanceFamily,
152
153
  VerifiedAccessInstanceLoggingConfiguration,
153
154
  VolumeModification,
154
155
  } from "./models_5";
156
+ export interface GetTransitGatewayPolicyTableEntriesResult {
157
+ TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntry[];
158
+ }
159
+ export interface GetTransitGatewayPrefixListReferencesRequest {
160
+ TransitGatewayRouteTableId: string | undefined;
161
+ Filters?: Filter[];
162
+ MaxResults?: number;
163
+ NextToken?: string;
164
+ DryRun?: boolean;
165
+ }
166
+ export interface GetTransitGatewayPrefixListReferencesResult {
167
+ TransitGatewayPrefixListReferences?: TransitGatewayPrefixListReference[];
168
+ NextToken?: string;
169
+ }
170
+ export interface GetTransitGatewayRouteTableAssociationsRequest {
171
+ TransitGatewayRouteTableId: string | undefined;
172
+ Filters?: Filter[];
173
+ MaxResults?: number;
174
+ NextToken?: string;
175
+ DryRun?: boolean;
176
+ }
155
177
  export interface TransitGatewayRouteTableAssociation {
156
178
  TransitGatewayAttachmentId?: string;
157
179
  ResourceId?: string;
@@ -1390,6 +1412,15 @@ export interface ProvisionPublicIpv4PoolCidrResult {
1390
1412
  PoolId?: string;
1391
1413
  PoolAddressRange?: PublicIpv4PoolRange;
1392
1414
  }
1415
+ export interface PurchaseCapacityBlockRequest {
1416
+ DryRun?: boolean;
1417
+ TagSpecifications?: TagSpecification[];
1418
+ CapacityBlockOfferingId: string | undefined;
1419
+ InstancePlatform: CapacityReservationInstancePlatform | undefined;
1420
+ }
1421
+ export interface PurchaseCapacityBlockResult {
1422
+ CapacityReservation?: CapacityReservation;
1423
+ }
1393
1424
  export interface PurchaseHostReservationRequest {
1394
1425
  ClientToken?: string;
1395
1426
  CurrencyCode?: CurrencyCodeValues;
@@ -1800,51 +1831,6 @@ export interface RestoreSnapshotTierRequest {
1800
1831
  PermanentRestore?: boolean;
1801
1832
  DryRun?: boolean;
1802
1833
  }
1803
- export interface RestoreSnapshotTierResult {
1804
- SnapshotId?: string;
1805
- RestoreStartTime?: Date;
1806
- RestoreDuration?: number;
1807
- IsPermanentRestore?: boolean;
1808
- }
1809
- export interface RevokeClientVpnIngressRequest {
1810
- ClientVpnEndpointId: string | undefined;
1811
- TargetNetworkCidr: string | undefined;
1812
- AccessGroupId?: string;
1813
- RevokeAllGroups?: boolean;
1814
- DryRun?: boolean;
1815
- }
1816
- export interface RevokeClientVpnIngressResult {
1817
- Status?: ClientVpnAuthorizationRuleStatus;
1818
- }
1819
- export interface RevokeSecurityGroupEgressRequest {
1820
- DryRun?: boolean;
1821
- GroupId: string | undefined;
1822
- IpPermissions?: IpPermission[];
1823
- SecurityGroupRuleIds?: string[];
1824
- CidrIp?: string;
1825
- FromPort?: number;
1826
- IpProtocol?: string;
1827
- ToPort?: number;
1828
- SourceSecurityGroupName?: string;
1829
- SourceSecurityGroupOwnerId?: string;
1830
- }
1831
- export interface RevokeSecurityGroupEgressResult {
1832
- Return?: boolean;
1833
- UnknownIpPermissions?: IpPermission[];
1834
- }
1835
- export interface RevokeSecurityGroupIngressRequest {
1836
- CidrIp?: string;
1837
- FromPort?: number;
1838
- GroupId?: string;
1839
- GroupName?: string;
1840
- IpPermissions?: IpPermission[];
1841
- IpProtocol?: string;
1842
- SourceSecurityGroupName?: string;
1843
- SourceSecurityGroupOwnerId?: string;
1844
- ToPort?: number;
1845
- DryRun?: boolean;
1846
- SecurityGroupRuleIds?: string[];
1847
- }
1848
1834
  export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1849
1835
  obj: GetVpnConnectionDeviceSampleConfigurationResult
1850
1836
  ) => any;
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  _InstanceType,
3
3
  ByoipCidr,
4
+ ClientVpnAuthorizationRuleStatus,
4
5
  IamInstanceProfileSpecification,
5
6
  IpPermission,
6
7
  NatGatewayAddress,
@@ -39,6 +40,51 @@ import {
39
40
  CapacityReservationSpecification,
40
41
  InstanceMonitoring,
41
42
  } from "./models_6";
43
+ export interface RestoreSnapshotTierResult {
44
+ SnapshotId?: string;
45
+ RestoreStartTime?: Date;
46
+ RestoreDuration?: number;
47
+ IsPermanentRestore?: boolean;
48
+ }
49
+ export interface RevokeClientVpnIngressRequest {
50
+ ClientVpnEndpointId: string | undefined;
51
+ TargetNetworkCidr: string | undefined;
52
+ AccessGroupId?: string;
53
+ RevokeAllGroups?: boolean;
54
+ DryRun?: boolean;
55
+ }
56
+ export interface RevokeClientVpnIngressResult {
57
+ Status?: ClientVpnAuthorizationRuleStatus;
58
+ }
59
+ export interface RevokeSecurityGroupEgressRequest {
60
+ DryRun?: boolean;
61
+ GroupId: string | undefined;
62
+ IpPermissions?: IpPermission[];
63
+ SecurityGroupRuleIds?: string[];
64
+ CidrIp?: string;
65
+ FromPort?: number;
66
+ IpProtocol?: string;
67
+ ToPort?: number;
68
+ SourceSecurityGroupName?: string;
69
+ SourceSecurityGroupOwnerId?: string;
70
+ }
71
+ export interface RevokeSecurityGroupEgressResult {
72
+ Return?: boolean;
73
+ UnknownIpPermissions?: IpPermission[];
74
+ }
75
+ export interface RevokeSecurityGroupIngressRequest {
76
+ CidrIp?: string;
77
+ FromPort?: number;
78
+ GroupId?: string;
79
+ GroupName?: string;
80
+ IpPermissions?: IpPermission[];
81
+ IpProtocol?: string;
82
+ SourceSecurityGroupName?: string;
83
+ SourceSecurityGroupOwnerId?: string;
84
+ ToPort?: number;
85
+ DryRun?: boolean;
86
+ SecurityGroupRuleIds?: string[];
87
+ }
42
88
  export interface RevokeSecurityGroupIngressResult {
43
89
  Return?: boolean;
44
90
  UnknownIpPermissions?: IpPermission[];
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeCapacityBlockOfferingsCommandInput,
4
+ DescribeCapacityBlockOfferingsCommandOutput,
5
+ } from "../commands/DescribeCapacityBlockOfferingsCommand";
6
+ import { EC2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeCapacityBlockOfferings(
8
+ config: EC2PaginationConfiguration,
9
+ input: DescribeCapacityBlockOfferingsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeCapacityBlockOfferingsCommandOutput>;
@@ -2,13 +2,14 @@ export * from "./DescribeAddressTransfersPaginator";
2
2
  export * from "./DescribeAddressesAttributePaginator";
3
3
  export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator";
4
4
  export * from "./DescribeByoipCidrsPaginator";
5
+ export * from "./DescribeCapacityBlockOfferingsPaginator";
5
6
  export * from "./DescribeCapacityReservationFleetsPaginator";
6
7
  export * from "./DescribeCapacityReservationsPaginator";
7
8
  export * from "./DescribeCarrierGatewaysPaginator";
8
9
  export * from "./DescribeClassicLinkInstancesPaginator";
9
10
  export * from "./DescribeClientVpnAuthorizationRulesPaginator";
10
- export * from "./DescribeClientVpnConnectionsPaginator";
11
11
  export * from "./Interfaces";
12
+ export * from "./DescribeClientVpnConnectionsPaginator";
12
13
  export * from "./DescribeClientVpnEndpointsPaginator";
13
14
  export * from "./DescribeClientVpnRoutesPaginator";
14
15
  export * from "./DescribeClientVpnTargetNetworksPaginator";
@@ -907,6 +907,10 @@ import {
907
907
  DescribeByoipCidrsCommandInput,
908
908
  DescribeByoipCidrsCommandOutput,
909
909
  } from "../commands/DescribeByoipCidrsCommand";
910
+ import {
911
+ DescribeCapacityBlockOfferingsCommandInput,
912
+ DescribeCapacityBlockOfferingsCommandOutput,
913
+ } from "../commands/DescribeCapacityBlockOfferingsCommand";
910
914
  import {
911
915
  DescribeCapacityReservationFleetsCommandInput,
912
916
  DescribeCapacityReservationFleetsCommandOutput,
@@ -2159,6 +2163,10 @@ import {
2159
2163
  ProvisionPublicIpv4PoolCidrCommandInput,
2160
2164
  ProvisionPublicIpv4PoolCidrCommandOutput,
2161
2165
  } from "../commands/ProvisionPublicIpv4PoolCidrCommand";
2166
+ import {
2167
+ PurchaseCapacityBlockCommandInput,
2168
+ PurchaseCapacityBlockCommandOutput,
2169
+ } from "../commands/PurchaseCapacityBlockCommand";
2162
2170
  import {
2163
2171
  PurchaseHostReservationCommandInput,
2164
2172
  PurchaseHostReservationCommandOutput,
@@ -3307,6 +3315,10 @@ export declare const se_DescribeByoipCidrsCommand: (
3307
3315
  input: DescribeByoipCidrsCommandInput,
3308
3316
  context: __SerdeContext
3309
3317
  ) => Promise<__HttpRequest>;
3318
+ export declare const se_DescribeCapacityBlockOfferingsCommand: (
3319
+ input: DescribeCapacityBlockOfferingsCommandInput,
3320
+ context: __SerdeContext
3321
+ ) => Promise<__HttpRequest>;
3310
3322
  export declare const se_DescribeCapacityReservationFleetsCommand: (
3311
3323
  input: DescribeCapacityReservationFleetsCommandInput,
3312
3324
  context: __SerdeContext
@@ -4559,6 +4571,10 @@ export declare const se_ProvisionPublicIpv4PoolCidrCommand: (
4559
4571
  input: ProvisionPublicIpv4PoolCidrCommandInput,
4560
4572
  context: __SerdeContext
4561
4573
  ) => Promise<__HttpRequest>;
4574
+ export declare const se_PurchaseCapacityBlockCommand: (
4575
+ input: PurchaseCapacityBlockCommandInput,
4576
+ context: __SerdeContext
4577
+ ) => Promise<__HttpRequest>;
4562
4578
  export declare const se_PurchaseHostReservationCommand: (
4563
4579
  input: PurchaseHostReservationCommandInput,
4564
4580
  context: __SerdeContext
@@ -5707,6 +5723,10 @@ export declare const de_DescribeByoipCidrsCommand: (
5707
5723
  output: __HttpResponse,
5708
5724
  context: __SerdeContext
5709
5725
  ) => Promise<DescribeByoipCidrsCommandOutput>;
5726
+ export declare const de_DescribeCapacityBlockOfferingsCommand: (
5727
+ output: __HttpResponse,
5728
+ context: __SerdeContext
5729
+ ) => Promise<DescribeCapacityBlockOfferingsCommandOutput>;
5710
5730
  export declare const de_DescribeCapacityReservationFleetsCommand: (
5711
5731
  output: __HttpResponse,
5712
5732
  context: __SerdeContext
@@ -6959,6 +6979,10 @@ export declare const de_ProvisionPublicIpv4PoolCidrCommand: (
6959
6979
  output: __HttpResponse,
6960
6980
  context: __SerdeContext
6961
6981
  ) => Promise<ProvisionPublicIpv4PoolCidrCommandOutput>;
6982
+ export declare const de_PurchaseCapacityBlockCommand: (
6983
+ output: __HttpResponse,
6984
+ context: __SerdeContext
6985
+ ) => Promise<PurchaseCapacityBlockCommandOutput>;
6962
6986
  export declare const de_PurchaseHostReservationCommand: (
6963
6987
  output: __HttpResponse,
6964
6988
  context: __SerdeContext