@aws-sdk/client-ec2 3.1097.0 → 3.1099.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 (82) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/index.js +113 -11
  3. package/dist-es/EC2.js +8 -0
  4. package/dist-es/commands/CreateTransitGatewayPolicyTableEntryCommand.js +4 -0
  5. package/dist-es/commands/DeleteTransitGatewayPolicyTableEntryCommand.js +4 -0
  6. package/dist-es/commands/ModifyTransitGatewayPolicyTableEntryCommand.js +4 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/enums.js +4 -0
  9. package/dist-es/pagination/GetTransitGatewayPolicyTableEntriesPaginator.js +4 -0
  10. package/dist-es/pagination/index.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +77 -10
  12. package/dist-types/EC2.d.ts +28 -0
  13. package/dist-types/EC2Client.d.ts +5 -2
  14. package/dist-types/commands/CreateTransitGatewayPolicyTableEntryCommand.d.ts +100 -0
  15. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteTransitGatewayPolicyTableEntryCommand.d.ts +88 -0
  20. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -2
  22. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -0
  24. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  25. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  26. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -2
  27. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
  28. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -1
  29. package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +1 -1
  30. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyTransitGatewayPolicyTableEntryCommand.d.ts +100 -0
  32. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  33. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +1 -1
  36. package/dist-types/commands/index.d.ts +3 -0
  37. package/dist-types/models/enums.d.ts +12 -0
  38. package/dist-types/models/models_2.d.ts +175 -116
  39. package/dist-types/models/models_3.d.ts +148 -802
  40. package/dist-types/models/models_4.d.ts +803 -350
  41. package/dist-types/models/models_5.d.ts +355 -262
  42. package/dist-types/models/models_6.d.ts +305 -227
  43. package/dist-types/models/models_7.d.ts +200 -150
  44. package/dist-types/models/models_8.d.ts +145 -1
  45. package/dist-types/pagination/GetTransitGatewayPolicyTableEntriesPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +11 -0
  48. package/dist-types/ts3.4/EC2.d.ts +58 -0
  49. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  50. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
  51. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
  56. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +4 -2
  62. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ModifyTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
  66. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  71. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  72. package/dist-types/ts3.4/models/models_2.d.ts +41 -30
  73. package/dist-types/ts3.4/models/models_3.d.ts +40 -105
  74. package/dist-types/ts3.4/models/models_4.d.ts +98 -61
  75. package/dist-types/ts3.4/models/models_5.d.ts +68 -46
  76. package/dist-types/ts3.4/models/models_6.d.ts +43 -50
  77. package/dist-types/ts3.4/models/models_7.d.ts +49 -36
  78. package/dist-types/ts3.4/models/models_8.d.ts +36 -1
  79. package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableEntriesPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  81. package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  82. package/package.json +8 -8
@@ -5,13 +5,11 @@ import {
5
5
  AllocationState,
6
6
  AllowsMultipleInstanceTypes,
7
7
  AmdSevSnp,
8
- ArchitectureValues,
9
8
  AsnState,
10
9
  AssociatedNetworkType,
11
10
  AutoPlacement,
12
11
  AvailabilityZoneOptInStatus,
13
12
  AvailabilityZoneState,
14
- BootModeValues,
15
13
  CallerRole,
16
14
  CapacityBlockExtensionStatus,
17
15
  CapacityBlockInterconnectStatus,
@@ -27,7 +25,6 @@ import {
27
25
  CurrencyCodeValues,
28
26
  DefaultTargetCapacityType,
29
27
  DestinationFileFormat,
30
- DeviceType,
31
28
  DiskImageFormat,
32
29
  ElasticGpuState,
33
30
  ElasticGpuStatus,
@@ -50,13 +47,9 @@ import {
50
47
  FpgaImageStateCode,
51
48
  HostMaintenance,
52
49
  HostRecovery,
53
- HypervisorType,
54
50
  ImageAttributeName,
55
51
  ImageReferenceOptionName,
56
52
  ImageReferenceResourceType,
57
- ImageState,
58
- ImageTypeValues,
59
- ImdsSupportValues,
60
53
  InstanceLifecycle,
61
54
  IpamPoolCidrFailureCode,
62
55
  IpamPoolCidrState,
@@ -77,11 +70,9 @@ import {
77
70
  StatisticType,
78
71
  TaggableResourceType,
79
72
  TargetCapacityUnitType,
80
- TpmSupportValues,
81
73
  TrafficIpAddressType,
82
74
  TrafficType,
83
75
  TransportProtocol,
84
- VirtualizationType,
85
76
  VpnProtocol,
86
77
  } from "./enums";
87
78
  import {
@@ -122,10 +113,12 @@ import {
122
113
  FleetLaunchTemplateSpecification,
123
114
  GroupIdentifier,
124
115
  LaunchTemplateAndOverridesResponse,
125
- StateReason,
116
+ RouteServer,
117
+ RouteServerEndpoint,
126
118
  VpcEncryptionControl,
127
119
  } from "./models_1";
128
120
  import {
121
+ RouteServerPeer,
129
122
  SecondaryNetwork,
130
123
  SecondarySubnet,
131
124
  SubnetCidrReservation,
@@ -136,6 +129,7 @@ import {
136
129
  TransitGatewayMeteringPolicyEntry,
137
130
  TransitGatewayMulticastDomain,
138
131
  TransitGatewayPolicyTable,
132
+ TransitGatewayPolicyTableEntry,
139
133
  TransitGatewayPrefixListReference,
140
134
  TransitGatewayRoute,
141
135
  TransitGatewayRouteTable,
@@ -144,6 +138,34 @@ import {
144
138
  VerifiedAccessGroup,
145
139
  VpcBlockPublicAccessExclusion,
146
140
  } from "./models_2";
141
+ export interface DeleteRouteRequest {
142
+ DestinationPrefixListId?: string | undefined;
143
+ DryRun?: boolean | undefined;
144
+ RouteTableId: string | undefined;
145
+ DestinationCidrBlock?: string | undefined;
146
+ DestinationIpv6CidrBlock?: string | undefined;
147
+ }
148
+ export interface DeleteRouteServerRequest {
149
+ RouteServerId: string | undefined;
150
+ DryRun?: boolean | undefined;
151
+ }
152
+ export interface DeleteRouteServerResult {
153
+ RouteServer?: RouteServer | undefined;
154
+ }
155
+ export interface DeleteRouteServerEndpointRequest {
156
+ RouteServerEndpointId: string | undefined;
157
+ DryRun?: boolean | undefined;
158
+ }
159
+ export interface DeleteRouteServerEndpointResult {
160
+ RouteServerEndpoint?: RouteServerEndpoint | undefined;
161
+ }
162
+ export interface DeleteRouteServerPeerRequest {
163
+ RouteServerPeerId: string | undefined;
164
+ DryRun?: boolean | undefined;
165
+ }
166
+ export interface DeleteRouteServerPeerResult {
167
+ RouteServerPeer?: RouteServerPeer | undefined;
168
+ }
147
169
  export interface DeleteRouteTableRequest {
148
170
  DryRun?: boolean | undefined;
149
171
  RouteTableId: string | undefined;
@@ -290,6 +312,14 @@ export interface DeleteTransitGatewayPolicyTableRequest {
290
312
  export interface DeleteTransitGatewayPolicyTableResult {
291
313
  TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
292
314
  }
315
+ export interface DeleteTransitGatewayPolicyTableEntryRequest {
316
+ TransitGatewayPolicyTableId: string | undefined;
317
+ PolicyRuleNumber: string | undefined;
318
+ DryRun?: boolean | undefined;
319
+ }
320
+ export interface DeleteTransitGatewayPolicyTableEntryResult {
321
+ TransitGatewayPolicyTableEntry?: TransitGatewayPolicyTableEntry | undefined;
322
+ }
293
323
  export interface DeleteTransitGatewayPrefixListReferenceRequest {
294
324
  TransitGatewayRouteTableId: string | undefined;
295
325
  PrefixListId: string | undefined;
@@ -1753,98 +1783,3 @@ export interface DescribeImageReferencesResult {
1753
1783
  NextToken?: string | undefined;
1754
1784
  ImageReferences?: ImageReference[] | undefined;
1755
1785
  }
1756
- export interface DescribeImagesRequest {
1757
- ExecutableUsers?: string[] | undefined;
1758
- ImageIds?: string[] | undefined;
1759
- Owners?: string[] | undefined;
1760
- IncludeDeprecated?: boolean | undefined;
1761
- IncludeDisabled?: boolean | undefined;
1762
- MaxResults?: number | undefined;
1763
- NextToken?: string | undefined;
1764
- DryRun?: boolean | undefined;
1765
- Filters?: Filter[] | undefined;
1766
- }
1767
- export interface ImageWatermark {
1768
- WatermarkKey?: string | undefined;
1769
- SourceImageRegion?: string | undefined;
1770
- SourceImageId?: string | undefined;
1771
- SourceImageCreationTime?: Date | undefined;
1772
- WatermarkCreationTime?: Date | undefined;
1773
- }
1774
- export interface Image {
1775
- PlatformDetails?: string | undefined;
1776
- UsageOperation?: string | undefined;
1777
- BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1778
- Description?: string | undefined;
1779
- EnaSupport?: boolean | undefined;
1780
- Hypervisor?: HypervisorType | undefined;
1781
- ImageOwnerAlias?: string | undefined;
1782
- Name?: string | undefined;
1783
- RootDeviceName?: string | undefined;
1784
- RootDeviceType?: DeviceType | undefined;
1785
- SriovNetSupport?: string | undefined;
1786
- StateReason?: StateReason | undefined;
1787
- Tags?: Tag[] | undefined;
1788
- VirtualizationType?: VirtualizationType | undefined;
1789
- BootMode?: BootModeValues | undefined;
1790
- TpmSupport?: TpmSupportValues | undefined;
1791
- DeprecationTime?: string | undefined;
1792
- ImdsSupport?: ImdsSupportValues | undefined;
1793
- SourceInstanceId?: string | undefined;
1794
- DeregistrationProtection?: string | undefined;
1795
- LastLaunchedTime?: string | undefined;
1796
- ImageAllowed?: boolean | undefined;
1797
- SourceImageId?: string | undefined;
1798
- SourceImageRegion?: string | undefined;
1799
- FreeTierEligible?: boolean | undefined;
1800
- PublicSsmParameterName?: string | undefined;
1801
- ImageWatermarks?: ImageWatermark[] | undefined;
1802
- ImageId?: string | undefined;
1803
- ImageLocation?: string | undefined;
1804
- State?: ImageState | undefined;
1805
- OwnerId?: string | undefined;
1806
- CreationDate?: string | undefined;
1807
- Public?: boolean | undefined;
1808
- ProductCodes?: ProductCode[] | undefined;
1809
- Architecture?: ArchitectureValues | undefined;
1810
- ImageType?: ImageTypeValues | undefined;
1811
- KernelId?: string | undefined;
1812
- RamdiskId?: string | undefined;
1813
- Platform?: PlatformValues | undefined;
1814
- }
1815
- export interface DescribeImagesResult {
1816
- NextToken?: string | undefined;
1817
- Images?: Image[] | undefined;
1818
- }
1819
- export interface DescribeImageUsageReportEntriesRequest {
1820
- ImageIds?: string[] | undefined;
1821
- ReportIds?: string[] | undefined;
1822
- NextToken?: string | undefined;
1823
- Filters?: Filter[] | undefined;
1824
- DryRun?: boolean | undefined;
1825
- MaxResults?: number | undefined;
1826
- }
1827
- export interface ImageUsageReportEntry {
1828
- ResourceType?: string | undefined;
1829
- ReportId?: string | undefined;
1830
- UsageCount?: number | undefined;
1831
- AccountId?: string | undefined;
1832
- ImageId?: string | undefined;
1833
- ReportCreationTime?: Date | undefined;
1834
- }
1835
- export interface DescribeImageUsageReportEntriesResult {
1836
- NextToken?: string | undefined;
1837
- ImageUsageReportEntries?: ImageUsageReportEntry[] | undefined;
1838
- }
1839
- export interface DescribeImageUsageReportsRequest {
1840
- ImageIds?: string[] | undefined;
1841
- ReportIds?: string[] | undefined;
1842
- NextToken?: string | undefined;
1843
- Filters?: Filter[] | undefined;
1844
- DryRun?: boolean | undefined;
1845
- MaxResults?: number | undefined;
1846
- }
1847
- export interface ImageUsageResourceTypeOption {
1848
- OptionName?: string | undefined;
1849
- OptionValues?: string[] | undefined;
1850
- }
@@ -27,6 +27,8 @@ import {
27
27
  HttpTokensState,
28
28
  HypervisorType,
29
29
  ImageState,
30
+ ImageTypeValues,
31
+ ImdsSupportValues,
30
32
  InstanceAttributeName,
31
33
  InstanceAutoRecoveryState,
32
34
  InstanceBandwidthWeighting,
@@ -58,7 +60,6 @@ import {
58
60
  PlatformValues,
59
61
  RebootMigrationSupport,
60
62
  RecurringChargeFrequency,
61
- ReplacementStrategy,
62
63
  ReservedInstanceState,
63
64
  ResourceType,
64
65
  RIProductDescription,
@@ -79,6 +80,7 @@ import {
79
80
  SupportedAdditionalProcessorFeature,
80
81
  Tenancy,
81
82
  TieringOperationStatus,
83
+ TpmSupportValues,
82
84
  UsageClassType,
83
85
  VirtualizationType,
84
86
  } from "./enums";
@@ -87,7 +89,6 @@ import {
87
89
  AlternatePathHint,
88
90
  Explanation,
89
91
  IamInstanceProfile,
90
- IamInstanceProfileSpecification,
91
92
  InstanceEventWindow,
92
93
  IpamPoolAllocation,
93
94
  IpamResourceDiscoveryAssociation,
@@ -105,10 +106,8 @@ import {
105
106
  ConnectionTrackingSpecificationRequest,
106
107
  Ec2InstanceConnectEndpoint,
107
108
  EnaSrdSpecificationRequest,
108
- FleetLaunchTemplateSpecification,
109
109
  GroupIdentifier,
110
110
  InstanceIpv6Address,
111
- InstanceRequirements,
112
111
  InternetGateway,
113
112
  Ipam,
114
113
  IpamExternalResourceVerificationToken,
@@ -157,11 +156,104 @@ import {
157
156
  EventInformation,
158
157
  Filter,
159
158
  IdFormat,
160
- ImageUsageResourceTypeOption,
161
- ImageWatermark,
162
159
  InstanceTagNotificationAttribute,
163
160
  ProductCode,
164
161
  } from "./models_3";
162
+ export interface DescribeImagesRequest {
163
+ ExecutableUsers?: string[] | undefined;
164
+ ImageIds?: string[] | undefined;
165
+ Owners?: string[] | undefined;
166
+ IncludeDeprecated?: boolean | undefined;
167
+ IncludeDisabled?: boolean | undefined;
168
+ MaxResults?: number | undefined;
169
+ NextToken?: string | undefined;
170
+ DryRun?: boolean | undefined;
171
+ Filters?: Filter[] | undefined;
172
+ }
173
+ export interface ImageWatermark {
174
+ WatermarkKey?: string | undefined;
175
+ SourceImageRegion?: string | undefined;
176
+ SourceImageId?: string | undefined;
177
+ SourceImageCreationTime?: Date | undefined;
178
+ WatermarkCreationTime?: Date | undefined;
179
+ }
180
+ export interface Image {
181
+ PlatformDetails?: string | undefined;
182
+ UsageOperation?: string | undefined;
183
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
184
+ Description?: string | undefined;
185
+ EnaSupport?: boolean | undefined;
186
+ Hypervisor?: HypervisorType | undefined;
187
+ ImageOwnerAlias?: string | undefined;
188
+ Name?: string | undefined;
189
+ RootDeviceName?: string | undefined;
190
+ RootDeviceType?: DeviceType | undefined;
191
+ SriovNetSupport?: string | undefined;
192
+ StateReason?: StateReason | undefined;
193
+ Tags?: Tag[] | undefined;
194
+ VirtualizationType?: VirtualizationType | undefined;
195
+ BootMode?: BootModeValues | undefined;
196
+ TpmSupport?: TpmSupportValues | undefined;
197
+ DeprecationTime?: string | undefined;
198
+ ImdsSupport?: ImdsSupportValues | undefined;
199
+ SourceInstanceId?: string | undefined;
200
+ DeregistrationProtection?: string | undefined;
201
+ LastLaunchedTime?: string | undefined;
202
+ ImageAllowed?: boolean | undefined;
203
+ SourceImageId?: string | undefined;
204
+ SourceImageRegion?: string | undefined;
205
+ FreeTierEligible?: boolean | undefined;
206
+ PublicSsmParameterName?: string | undefined;
207
+ ImageWatermarks?: ImageWatermark[] | undefined;
208
+ ImageId?: string | undefined;
209
+ ImageLocation?: string | undefined;
210
+ State?: ImageState | undefined;
211
+ OwnerId?: string | undefined;
212
+ CreationDate?: string | undefined;
213
+ Public?: boolean | undefined;
214
+ ProductCodes?: ProductCode[] | undefined;
215
+ Architecture?: ArchitectureValues | undefined;
216
+ ImageType?: ImageTypeValues | undefined;
217
+ KernelId?: string | undefined;
218
+ RamdiskId?: string | undefined;
219
+ Platform?: PlatformValues | undefined;
220
+ }
221
+ export interface DescribeImagesResult {
222
+ NextToken?: string | undefined;
223
+ Images?: Image[] | undefined;
224
+ }
225
+ export interface DescribeImageUsageReportEntriesRequest {
226
+ ImageIds?: string[] | undefined;
227
+ ReportIds?: string[] | undefined;
228
+ NextToken?: string | undefined;
229
+ Filters?: Filter[] | undefined;
230
+ DryRun?: boolean | undefined;
231
+ MaxResults?: number | undefined;
232
+ }
233
+ export interface ImageUsageReportEntry {
234
+ ResourceType?: string | undefined;
235
+ ReportId?: string | undefined;
236
+ UsageCount?: number | undefined;
237
+ AccountId?: string | undefined;
238
+ ImageId?: string | undefined;
239
+ ReportCreationTime?: Date | undefined;
240
+ }
241
+ export interface DescribeImageUsageReportEntriesResult {
242
+ NextToken?: string | undefined;
243
+ ImageUsageReportEntries?: ImageUsageReportEntry[] | undefined;
244
+ }
245
+ export interface DescribeImageUsageReportsRequest {
246
+ ImageIds?: string[] | undefined;
247
+ ReportIds?: string[] | undefined;
248
+ NextToken?: string | undefined;
249
+ Filters?: Filter[] | undefined;
250
+ DryRun?: boolean | undefined;
251
+ MaxResults?: number | undefined;
252
+ }
253
+ export interface ImageUsageResourceTypeOption {
254
+ OptionName?: string | undefined;
255
+ OptionValues?: string[] | undefined;
256
+ }
165
257
  export interface ImageUsageResourceType {
166
258
  ResourceType?: string | undefined;
167
259
  ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
@@ -2075,58 +2167,3 @@ export interface SpotFleetTagSpecification {
2075
2167
  ResourceType?: ResourceType | undefined;
2076
2168
  Tags?: Tag[] | undefined;
2077
2169
  }
2078
- export interface SpotFleetLaunchSpecification {
2079
- AddressingType?: string | undefined;
2080
- BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
2081
- EbsOptimized?: boolean | undefined;
2082
- IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
2083
- ImageId?: string | undefined;
2084
- InstanceType?: _InstanceType | undefined;
2085
- KernelId?: string | undefined;
2086
- KeyName?: string | undefined;
2087
- Monitoring?: SpotFleetMonitoring | undefined;
2088
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
2089
- Placement?: SpotPlacement | undefined;
2090
- RamdiskId?: string | undefined;
2091
- SpotPrice?: string | undefined;
2092
- SubnetId?: string | undefined;
2093
- UserData?: string | undefined;
2094
- WeightedCapacity?: number | undefined;
2095
- TagSpecifications?: SpotFleetTagSpecification[] | undefined;
2096
- InstanceRequirements?: InstanceRequirements | undefined;
2097
- SecurityGroups?: GroupIdentifier[] | undefined;
2098
- }
2099
- export interface LaunchTemplateOverrides {
2100
- InstanceType?: _InstanceType | undefined;
2101
- SpotPrice?: string | undefined;
2102
- SubnetId?: string | undefined;
2103
- AvailabilityZone?: string | undefined;
2104
- WeightedCapacity?: number | undefined;
2105
- Priority?: number | undefined;
2106
- InstanceRequirements?: InstanceRequirements | undefined;
2107
- AvailabilityZoneId?: string | undefined;
2108
- }
2109
- export interface LaunchTemplateConfig {
2110
- LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
2111
- Overrides?: LaunchTemplateOverrides[] | undefined;
2112
- }
2113
- export interface ClassicLoadBalancer {
2114
- Name?: string | undefined;
2115
- }
2116
- export interface ClassicLoadBalancersConfig {
2117
- ClassicLoadBalancers?: ClassicLoadBalancer[] | undefined;
2118
- }
2119
- export interface TargetGroup {
2120
- Arn?: string | undefined;
2121
- }
2122
- export interface TargetGroupsConfig {
2123
- TargetGroups?: TargetGroup[] | undefined;
2124
- }
2125
- export interface LoadBalancersConfig {
2126
- ClassicLoadBalancersConfig?: ClassicLoadBalancersConfig | undefined;
2127
- TargetGroupsConfig?: TargetGroupsConfig | undefined;
2128
- }
2129
- export interface SpotCapacityRebalance {
2130
- ReplacementStrategy?: ReplacementStrategy | undefined;
2131
- TerminationDelay?: number | undefined;
2132
- }
@@ -25,6 +25,7 @@ import {
25
25
  MetricType,
26
26
  OnDemandAllocationStrategy,
27
27
  PayerResponsibility,
28
+ ReplacementStrategy,
28
29
  ResourceType,
29
30
  RIProductDescription,
30
31
  RouteServerPropagationState,
@@ -52,7 +53,6 @@ import {
52
53
  VpcBlockPublicAccessState,
53
54
  } from "./enums";
54
55
  import {
55
- ActiveVpnTunnelStatus,
56
56
  AddressTransfer,
57
57
  AllowedPrincipal,
58
58
  AsnAssociation,
@@ -81,7 +81,15 @@ import {
81
81
  VpcIpv6CidrBlockAssociation,
82
82
  VpcPeeringConnection,
83
83
  } from "./models_0";
84
- import { BlockDeviceMapping, GroupIdentifier, Subnet, Vpc, VpcEncryptionControl } from "./models_1";
84
+ import {
85
+ BlockDeviceMapping,
86
+ FleetLaunchTemplateSpecification,
87
+ GroupIdentifier,
88
+ InstanceRequirements,
89
+ Subnet,
90
+ Vpc,
91
+ VpcEncryptionControl,
92
+ } from "./models_1";
85
93
  import {
86
94
  ConnectionNotification,
87
95
  DnsEntry,
@@ -119,13 +127,66 @@ import {
119
127
  import {
120
128
  AttributeBooleanValue,
121
129
  InstanceNetworkInterfaceSpecification,
122
- LaunchTemplateConfig,
123
- LoadBalancersConfig,
124
130
  RegisteredInstance,
125
- SpotCapacityRebalance,
126
- SpotFleetLaunchSpecification,
131
+ SpotFleetMonitoring,
132
+ SpotFleetTagSpecification,
127
133
  SpotPlacement,
128
134
  } from "./models_4";
135
+ export interface SpotFleetLaunchSpecification {
136
+ AddressingType?: string | undefined;
137
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
138
+ EbsOptimized?: boolean | undefined;
139
+ IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
140
+ ImageId?: string | undefined;
141
+ InstanceType?: _InstanceType | undefined;
142
+ KernelId?: string | undefined;
143
+ KeyName?: string | undefined;
144
+ Monitoring?: SpotFleetMonitoring | undefined;
145
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
146
+ Placement?: SpotPlacement | undefined;
147
+ RamdiskId?: string | undefined;
148
+ SpotPrice?: string | undefined;
149
+ SubnetId?: string | undefined;
150
+ UserData?: string | undefined;
151
+ WeightedCapacity?: number | undefined;
152
+ TagSpecifications?: SpotFleetTagSpecification[] | undefined;
153
+ InstanceRequirements?: InstanceRequirements | undefined;
154
+ SecurityGroups?: GroupIdentifier[] | undefined;
155
+ }
156
+ export interface LaunchTemplateOverrides {
157
+ InstanceType?: _InstanceType | undefined;
158
+ SpotPrice?: string | undefined;
159
+ SubnetId?: string | undefined;
160
+ AvailabilityZone?: string | undefined;
161
+ WeightedCapacity?: number | undefined;
162
+ Priority?: number | undefined;
163
+ InstanceRequirements?: InstanceRequirements | undefined;
164
+ AvailabilityZoneId?: string | undefined;
165
+ }
166
+ export interface LaunchTemplateConfig {
167
+ LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
168
+ Overrides?: LaunchTemplateOverrides[] | undefined;
169
+ }
170
+ export interface ClassicLoadBalancer {
171
+ Name?: string | undefined;
172
+ }
173
+ export interface ClassicLoadBalancersConfig {
174
+ ClassicLoadBalancers?: ClassicLoadBalancer[] | undefined;
175
+ }
176
+ export interface TargetGroup {
177
+ Arn?: string | undefined;
178
+ }
179
+ export interface TargetGroupsConfig {
180
+ TargetGroups?: TargetGroup[] | undefined;
181
+ }
182
+ export interface LoadBalancersConfig {
183
+ ClassicLoadBalancersConfig?: ClassicLoadBalancersConfig | undefined;
184
+ TargetGroupsConfig?: TargetGroupsConfig | undefined;
185
+ }
186
+ export interface SpotCapacityRebalance {
187
+ ReplacementStrategy?: ReplacementStrategy | undefined;
188
+ TerminationDelay?: number | undefined;
189
+ }
129
190
  export interface SpotMaintenanceStrategies {
130
191
  CapacityRebalance?: SpotCapacityRebalance | undefined;
131
192
  }
@@ -378,6 +439,7 @@ export interface DescribeTransitGatewayAttachmentsRequest {
378
439
  }
379
440
  export interface TransitGatewayAttachmentAssociation {
380
441
  TransitGatewayRouteTableId?: string | undefined;
442
+ TransitGatewayPolicyTableId?: string | undefined;
381
443
  State?: TransitGatewayAssociationState | undefined;
382
444
  }
383
445
  export interface TransitGatewayAttachment {
@@ -1659,43 +1721,3 @@ export interface ExportVerifiedAccessInstanceClientConfigurationResult {
1659
1721
  UserTrustProvider?: VerifiedAccessInstanceUserTrustProviderClientConfiguration | undefined;
1660
1722
  OpenVpnConfigurations?: VerifiedAccessInstanceOpenVpnClientConfiguration[] | undefined;
1661
1723
  }
1662
- export interface GetActiveVpnTunnelStatusRequest {
1663
- VpnConnectionId: string | undefined;
1664
- VpnTunnelOutsideIpAddress: string | undefined;
1665
- DryRun?: boolean | undefined;
1666
- }
1667
- export interface GetActiveVpnTunnelStatusResult {
1668
- ActiveVpnTunnelStatus?: ActiveVpnTunnelStatus | undefined;
1669
- }
1670
- export interface GetAllowedImagesSettingsRequest {
1671
- DryRun?: boolean | undefined;
1672
- }
1673
- export interface CreationDateCondition {
1674
- MaximumDaysSinceCreated?: number | undefined;
1675
- }
1676
- export interface DeprecationTimeCondition {
1677
- MaximumDaysSinceDeprecated?: number | undefined;
1678
- }
1679
- export interface ImageWatermarkFilterResponse {
1680
- WatermarkKey?: string | undefined;
1681
- SourceImageRegion?: string | undefined;
1682
- MaximumDaysSinceSourceImageCreated?: number | undefined;
1683
- MaximumDaysSinceWatermarkCreated?: number | undefined;
1684
- }
1685
- export interface ImageCriterion {
1686
- ImageProviders?: string[] | undefined;
1687
- MarketplaceProductCodes?: string[] | undefined;
1688
- ImageNames?: string[] | undefined;
1689
- DeprecationTimeCondition?: DeprecationTimeCondition | undefined;
1690
- CreationDateCondition?: CreationDateCondition | undefined;
1691
- ImageWatermarks?: ImageWatermarkFilterResponse[] | undefined;
1692
- }
1693
- export interface GetAllowedImagesSettingsResult {
1694
- State?: string | undefined;
1695
- ImageCriteria?: ImageCriterion[] | undefined;
1696
- ManagedBy?: ManagedBy | undefined;
1697
- }
1698
- export interface GetAssociatedEnclaveCertificateIamRolesRequest {
1699
- CertificateArn: string | undefined;
1700
- DryRun?: boolean | undefined;
1701
- }
@@ -96,6 +96,7 @@ import {
96
96
  import {
97
97
  AccessScopeAnalysisFinding,
98
98
  AccountVpcEncryptionControl,
99
+ ActiveVpnTunnelStatus,
99
100
  AddIpamOperatingRegion,
100
101
  AddressAttribute,
101
102
  ClientConnectOptions,
@@ -122,8 +123,6 @@ import {
122
123
  FleetLaunchTemplateConfigRequest,
123
124
  InstanceEventWindowTimeRangeRequest,
124
125
  InstanceRequirementsRequest,
125
- Ipam,
126
- IpamPool,
127
126
  IpamResourceTag,
128
127
  NetworkInsightsAccessScopeContent,
129
128
  Placement,
@@ -134,6 +133,7 @@ import {
134
133
  import {
135
134
  SubnetCidrReservation,
136
135
  TransitGatewayMeteringPolicyEntry,
136
+ TransitGatewayPolicyTableEntry,
137
137
  TransitGatewayPrefixListReference,
138
138
  } from "./models_2";
139
139
  import {
@@ -152,6 +152,46 @@ import {
152
152
  SnapshotTaskDetail,
153
153
  } from "./models_4";
154
154
  import { RouteServerPropagation } from "./models_5";
155
+ export interface GetActiveVpnTunnelStatusRequest {
156
+ VpnConnectionId: string | undefined;
157
+ VpnTunnelOutsideIpAddress: string | undefined;
158
+ DryRun?: boolean | undefined;
159
+ }
160
+ export interface GetActiveVpnTunnelStatusResult {
161
+ ActiveVpnTunnelStatus?: ActiveVpnTunnelStatus | undefined;
162
+ }
163
+ export interface GetAllowedImagesSettingsRequest {
164
+ DryRun?: boolean | undefined;
165
+ }
166
+ export interface CreationDateCondition {
167
+ MaximumDaysSinceCreated?: number | undefined;
168
+ }
169
+ export interface DeprecationTimeCondition {
170
+ MaximumDaysSinceDeprecated?: number | undefined;
171
+ }
172
+ export interface ImageWatermarkFilterResponse {
173
+ WatermarkKey?: string | undefined;
174
+ SourceImageRegion?: string | undefined;
175
+ MaximumDaysSinceSourceImageCreated?: number | undefined;
176
+ MaximumDaysSinceWatermarkCreated?: number | undefined;
177
+ }
178
+ export interface ImageCriterion {
179
+ ImageProviders?: string[] | undefined;
180
+ MarketplaceProductCodes?: string[] | undefined;
181
+ ImageNames?: string[] | undefined;
182
+ DeprecationTimeCondition?: DeprecationTimeCondition | undefined;
183
+ CreationDateCondition?: CreationDateCondition | undefined;
184
+ ImageWatermarks?: ImageWatermarkFilterResponse[] | undefined;
185
+ }
186
+ export interface GetAllowedImagesSettingsResult {
187
+ State?: string | undefined;
188
+ ImageCriteria?: ImageCriterion[] | undefined;
189
+ ManagedBy?: ManagedBy | undefined;
190
+ }
191
+ export interface GetAssociatedEnclaveCertificateIamRolesRequest {
192
+ CertificateArn: string | undefined;
193
+ DryRun?: boolean | undefined;
194
+ }
155
195
  export interface AssociatedRole {
156
196
  AssociatedRoleArn?: string | undefined;
157
197
  CertificateS3BucketName?: string | undefined;
@@ -1105,25 +1145,9 @@ export interface GetTransitGatewayPolicyTableEntriesRequest {
1105
1145
  NextToken?: string | undefined;
1106
1146
  DryRun?: boolean | undefined;
1107
1147
  }
1108
- export interface TransitGatewayPolicyRuleMetaData {
1109
- MetaDataKey?: string | undefined;
1110
- MetaDataValue?: string | undefined;
1111
- }
1112
- export interface TransitGatewayPolicyRule {
1113
- SourceCidrBlock?: string | undefined;
1114
- SourcePortRange?: string | undefined;
1115
- DestinationCidrBlock?: string | undefined;
1116
- DestinationPortRange?: string | undefined;
1117
- Protocol?: string | undefined;
1118
- MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
1119
- }
1120
- export interface TransitGatewayPolicyTableEntry {
1121
- PolicyRuleNumber?: string | undefined;
1122
- PolicyRule?: TransitGatewayPolicyRule | undefined;
1123
- TargetRouteTableId?: string | undefined;
1124
- }
1125
1148
  export interface GetTransitGatewayPolicyTableEntriesResult {
1126
1149
  TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntry[] | undefined;
1150
+ NextToken?: string | undefined;
1127
1151
  }
1128
1152
  export interface GetTransitGatewayPrefixListReferencesRequest {
1129
1153
  TransitGatewayRouteTableId: string | undefined;
@@ -1845,34 +1869,3 @@ export interface ModifyIpamRequest {
1845
1869
  EnablePrivateGua?: boolean | undefined;
1846
1870
  MeteredAccount?: IpamMeteredAccount | undefined;
1847
1871
  }
1848
- export interface ModifyIpamResult {
1849
- Ipam?: Ipam | undefined;
1850
- }
1851
- export interface IpamPolicyAllocationRuleRequest {
1852
- SourceIpamPoolId?: string | undefined;
1853
- }
1854
- export interface ModifyIpamPolicyAllocationRulesRequest {
1855
- DryRun?: boolean | undefined;
1856
- IpamPolicyId: string | undefined;
1857
- Locale: string | undefined;
1858
- ResourceType: IpamPolicyResourceType | undefined;
1859
- AllocationRules?: IpamPolicyAllocationRuleRequest[] | undefined;
1860
- }
1861
- export interface ModifyIpamPolicyAllocationRulesResult {
1862
- IpamPolicyDocument?: IpamPolicyDocument | undefined;
1863
- }
1864
- export interface ModifyIpamPoolRequest {
1865
- DryRun?: boolean | undefined;
1866
- IpamPoolId: string | undefined;
1867
- Description?: string | undefined;
1868
- AutoImport?: boolean | undefined;
1869
- AllocationMinNetmaskLength?: number | undefined;
1870
- AllocationMaxNetmaskLength?: number | undefined;
1871
- AllocationDefaultNetmaskLength?: number | undefined;
1872
- ClearAllocationDefaultNetmaskLength?: boolean | undefined;
1873
- AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
1874
- RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
1875
- }
1876
- export interface ModifyIpamPoolResult {
1877
- IpamPool?: IpamPool | undefined;
1878
- }