@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.
- package/README.md +21 -0
- package/dist-cjs/index.js +113 -11
- package/dist-es/EC2.js +8 -0
- package/dist-es/commands/CreateTransitGatewayPolicyTableEntryCommand.js +4 -0
- package/dist-es/commands/DeleteTransitGatewayPolicyTableEntryCommand.js +4 -0
- package/dist-es/commands/ModifyTransitGatewayPolicyTableEntryCommand.js +4 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/enums.js +4 -0
- package/dist-es/pagination/GetTransitGatewayPolicyTableEntriesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +77 -10
- package/dist-types/EC2.d.ts +28 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/CreateTransitGatewayPolicyTableEntryCommand.d.ts +100 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableEntryCommand.d.ts +88 -0
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -0
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -2
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPolicyTableEntryCommand.d.ts +100 -0
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_2.d.ts +175 -116
- package/dist-types/models/models_3.d.ts +148 -802
- package/dist-types/models/models_4.d.ts +803 -350
- package/dist-types/models/models_5.d.ts +355 -262
- package/dist-types/models/models_6.d.ts +305 -227
- package/dist-types/models/models_7.d.ts +200 -150
- package/dist-types/models/models_8.d.ts +145 -1
- package/dist-types/pagination/GetTransitGatewayPolicyTableEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +11 -0
- package/dist-types/ts3.4/EC2.d.ts +58 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_2.d.ts +41 -30
- package/dist-types/ts3.4/models/models_3.d.ts +40 -105
- package/dist-types/ts3.4/models/models_4.d.ts +98 -61
- package/dist-types/ts3.4/models/models_5.d.ts +68 -46
- package/dist-types/ts3.4/models/models_6.d.ts +43 -50
- package/dist-types/ts3.4/models/models_7.d.ts +49 -36
- package/dist-types/ts3.4/models/models_8.d.ts +36 -1
- package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
- package/package.json +8 -8
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
InternetGatewayBlockMode,
|
|
27
27
|
InternetGatewayExclusionMode,
|
|
28
28
|
IpAddressType,
|
|
29
|
+
IpamPolicyResourceType,
|
|
29
30
|
Ipv6SupportValue,
|
|
30
31
|
ManagedResourceDefaultVisibility,
|
|
31
32
|
MarketType,
|
|
@@ -81,7 +82,6 @@ import {
|
|
|
81
82
|
IamInstanceProfileSpecification,
|
|
82
83
|
IpamPoolAllocation,
|
|
83
84
|
IpPermission,
|
|
84
|
-
NatGatewayAddress,
|
|
85
85
|
PortRange,
|
|
86
86
|
RouteTableAssociationState,
|
|
87
87
|
TagSpecification,
|
|
@@ -103,6 +103,8 @@ import {
|
|
|
103
103
|
ExternalAuthorityConfiguration,
|
|
104
104
|
IcmpTypeCode,
|
|
105
105
|
InstanceIpv6Address,
|
|
106
|
+
Ipam,
|
|
107
|
+
IpamPool,
|
|
106
108
|
IpamPrefixListResolver,
|
|
107
109
|
IpamPrefixListResolverRuleRequest,
|
|
108
110
|
IpamPrefixListResolverTarget,
|
|
@@ -113,6 +115,7 @@ import {
|
|
|
113
115
|
ManagedPrefixList,
|
|
114
116
|
OperatorRequest,
|
|
115
117
|
Placement,
|
|
118
|
+
RequestIpamResourceTag,
|
|
116
119
|
RouteServer,
|
|
117
120
|
VpcEncryptionControl,
|
|
118
121
|
} from "./models_1";
|
|
@@ -133,7 +136,9 @@ import {
|
|
|
133
136
|
TrafficMirrorSession,
|
|
134
137
|
TransitGateway,
|
|
135
138
|
TransitGatewayMeteringPolicy,
|
|
139
|
+
TransitGatewayPolicyTableEntry,
|
|
136
140
|
TransitGatewayPrefixListReference,
|
|
141
|
+
TransitGatewayRequestPolicyRule,
|
|
137
142
|
TransitGatewayRoute,
|
|
138
143
|
VerifiedAccessEndpoint,
|
|
139
144
|
VerifiedAccessGroup,
|
|
@@ -156,7 +161,6 @@ import {
|
|
|
156
161
|
CreateVolumePermission,
|
|
157
162
|
InstanceNetworkInterfaceSpecification,
|
|
158
163
|
InstanceState,
|
|
159
|
-
LaunchTemplateConfig,
|
|
160
164
|
Monitoring,
|
|
161
165
|
NetworkInsightsAccessScopeAnalysis,
|
|
162
166
|
NetworkInsightsAnalysis,
|
|
@@ -166,6 +170,7 @@ import {
|
|
|
166
170
|
SpotPlacement,
|
|
167
171
|
} from "./models_4";
|
|
168
172
|
import {
|
|
173
|
+
LaunchTemplateConfig,
|
|
169
174
|
RunInstancesMonitoringEnabled,
|
|
170
175
|
SpotFleetRequestConfigData,
|
|
171
176
|
SpotInstanceRequest,
|
|
@@ -174,14 +179,45 @@ import {
|
|
|
174
179
|
VpcBlockPublicAccessOptions,
|
|
175
180
|
} from "./models_5";
|
|
176
181
|
import {
|
|
177
|
-
CapacityManagerMonitoredTagKey,
|
|
178
182
|
CapacityReservationSpecification,
|
|
179
183
|
EnclaveOptionsRequest,
|
|
184
|
+
IpamPolicyDocument,
|
|
180
185
|
IpamResourceCidr,
|
|
181
186
|
ManagedResourceVisibilitySettings,
|
|
182
187
|
Purchase,
|
|
183
188
|
RemoveIpamOperatingRegion,
|
|
184
189
|
} from "./models_6";
|
|
190
|
+
export interface ModifyIpamResult {
|
|
191
|
+
Ipam?: Ipam | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface IpamPolicyAllocationRuleRequest {
|
|
194
|
+
SourceIpamPoolId?: string | undefined;
|
|
195
|
+
}
|
|
196
|
+
export interface ModifyIpamPolicyAllocationRulesRequest {
|
|
197
|
+
DryRun?: boolean | undefined;
|
|
198
|
+
IpamPolicyId: string | undefined;
|
|
199
|
+
Locale: string | undefined;
|
|
200
|
+
ResourceType: IpamPolicyResourceType | undefined;
|
|
201
|
+
AllocationRules?: IpamPolicyAllocationRuleRequest[] | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface ModifyIpamPolicyAllocationRulesResult {
|
|
204
|
+
IpamPolicyDocument?: IpamPolicyDocument | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface ModifyIpamPoolRequest {
|
|
207
|
+
DryRun?: boolean | undefined;
|
|
208
|
+
IpamPoolId: string | undefined;
|
|
209
|
+
Description?: string | undefined;
|
|
210
|
+
AutoImport?: boolean | undefined;
|
|
211
|
+
AllocationMinNetmaskLength?: number | undefined;
|
|
212
|
+
AllocationMaxNetmaskLength?: number | undefined;
|
|
213
|
+
AllocationDefaultNetmaskLength?: number | undefined;
|
|
214
|
+
ClearAllocationDefaultNetmaskLength?: boolean | undefined;
|
|
215
|
+
AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
|
|
216
|
+
RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface ModifyIpamPoolResult {
|
|
219
|
+
IpamPool?: IpamPool | undefined;
|
|
220
|
+
}
|
|
185
221
|
export interface ModifyIpamPoolAllocationRequest {
|
|
186
222
|
DryRun?: boolean | undefined;
|
|
187
223
|
IpamPoolAllocationId: string | undefined;
|
|
@@ -485,6 +521,16 @@ export interface ModifyTransitGatewayMeteringPolicyRequest {
|
|
|
485
521
|
export interface ModifyTransitGatewayMeteringPolicyResult {
|
|
486
522
|
TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
|
|
487
523
|
}
|
|
524
|
+
export interface ModifyTransitGatewayPolicyTableEntryRequest {
|
|
525
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
526
|
+
PolicyRuleNumber: string | undefined;
|
|
527
|
+
PolicyRule?: TransitGatewayRequestPolicyRule | undefined;
|
|
528
|
+
TargetRouteTableId?: string | undefined;
|
|
529
|
+
DryRun?: boolean | undefined;
|
|
530
|
+
}
|
|
531
|
+
export interface ModifyTransitGatewayPolicyTableEntryResult {
|
|
532
|
+
TransitGatewayPolicyTableEntry?: TransitGatewayPolicyTableEntry | undefined;
|
|
533
|
+
}
|
|
488
534
|
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
489
535
|
TransitGatewayRouteTableId: string | undefined;
|
|
490
536
|
PrefixListId: string | undefined;
|
|
@@ -1822,36 +1868,3 @@ export interface UnassignPrivateIpAddressesRequest {
|
|
|
1822
1868
|
NetworkInterfaceId: string | undefined;
|
|
1823
1869
|
PrivateIpAddresses?: string[] | undefined;
|
|
1824
1870
|
}
|
|
1825
|
-
export interface UnassignPrivateNatGatewayAddressRequest {
|
|
1826
|
-
NatGatewayId: string | undefined;
|
|
1827
|
-
PrivateIpAddresses: string[] | undefined;
|
|
1828
|
-
MaxDrainDurationSeconds?: number | undefined;
|
|
1829
|
-
DryRun?: boolean | undefined;
|
|
1830
|
-
}
|
|
1831
|
-
export interface UnassignPrivateNatGatewayAddressResult {
|
|
1832
|
-
NatGatewayId?: string | undefined;
|
|
1833
|
-
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
1834
|
-
}
|
|
1835
|
-
export interface UnlockSnapshotRequest {
|
|
1836
|
-
SnapshotId: string | undefined;
|
|
1837
|
-
DryRun?: boolean | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface UnlockSnapshotResult {
|
|
1840
|
-
SnapshotId?: string | undefined;
|
|
1841
|
-
}
|
|
1842
|
-
export interface UnmonitorInstancesRequest {
|
|
1843
|
-
InstanceIds: string[] | undefined;
|
|
1844
|
-
DryRun?: boolean | undefined;
|
|
1845
|
-
}
|
|
1846
|
-
export interface UnmonitorInstancesResult {
|
|
1847
|
-
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
1848
|
-
}
|
|
1849
|
-
export interface UpdateCapacityManagerMonitoredTagKeysRequest {
|
|
1850
|
-
ActivateTagKeys?: string[] | undefined;
|
|
1851
|
-
DeactivateTagKeys?: string[] | undefined;
|
|
1852
|
-
DryRun?: boolean | undefined;
|
|
1853
|
-
ClientToken?: string | undefined;
|
|
1854
|
-
}
|
|
1855
|
-
export interface UpdateCapacityManagerMonitoredTagKeysResult {
|
|
1856
|
-
CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
|
|
1857
|
-
}
|
|
@@ -3,7 +3,42 @@ import {
|
|
|
3
3
|
InterruptibleCapacityReservationAllocationStatus,
|
|
4
4
|
InterruptionType,
|
|
5
5
|
} from "./enums";
|
|
6
|
-
import { ByoipCidr, IpPermission } from "./models_0";
|
|
6
|
+
import { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
|
|
7
|
+
import { CapacityManagerMonitoredTagKey } from "./models_6";
|
|
8
|
+
import { InstanceMonitoring } from "./models_7";
|
|
9
|
+
export interface UnassignPrivateNatGatewayAddressRequest {
|
|
10
|
+
NatGatewayId: string | undefined;
|
|
11
|
+
PrivateIpAddresses: string[] | undefined;
|
|
12
|
+
MaxDrainDurationSeconds?: number | undefined;
|
|
13
|
+
DryRun?: boolean | undefined;
|
|
14
|
+
}
|
|
15
|
+
export interface UnassignPrivateNatGatewayAddressResult {
|
|
16
|
+
NatGatewayId?: string | undefined;
|
|
17
|
+
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
18
|
+
}
|
|
19
|
+
export interface UnlockSnapshotRequest {
|
|
20
|
+
SnapshotId: string | undefined;
|
|
21
|
+
DryRun?: boolean | undefined;
|
|
22
|
+
}
|
|
23
|
+
export interface UnlockSnapshotResult {
|
|
24
|
+
SnapshotId?: string | undefined;
|
|
25
|
+
}
|
|
26
|
+
export interface UnmonitorInstancesRequest {
|
|
27
|
+
InstanceIds: string[] | undefined;
|
|
28
|
+
DryRun?: boolean | undefined;
|
|
29
|
+
}
|
|
30
|
+
export interface UnmonitorInstancesResult {
|
|
31
|
+
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
32
|
+
}
|
|
33
|
+
export interface UpdateCapacityManagerMonitoredTagKeysRequest {
|
|
34
|
+
ActivateTagKeys?: string[] | undefined;
|
|
35
|
+
DeactivateTagKeys?: string[] | undefined;
|
|
36
|
+
DryRun?: boolean | undefined;
|
|
37
|
+
ClientToken?: string | undefined;
|
|
38
|
+
}
|
|
39
|
+
export interface UpdateCapacityManagerMonitoredTagKeysResult {
|
|
40
|
+
CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
|
|
41
|
+
}
|
|
7
42
|
export interface UpdateCapacityManagerOrganizationsAccessRequest {
|
|
8
43
|
OrganizationsAccess: boolean | undefined;
|
|
9
44
|
DryRun?: boolean | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetTransitGatewayPolicyTableEntriesCommandInput,
|
|
4
|
+
GetTransitGatewayPolicyTableEntriesCommandOutput,
|
|
5
|
+
} from "../commands/GetTransitGatewayPolicyTableEntriesCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetTransitGatewayPolicyTableEntries: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetTransitGatewayPolicyTableEntriesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetTransitGatewayPolicyTableEntriesCommandOutput>;
|
|
@@ -159,6 +159,7 @@ export * from "./GetSpotPlacementScoresPaginator";
|
|
|
159
159
|
export * from "./GetTransitGatewayAttachmentPropagationsPaginator";
|
|
160
160
|
export * from "./GetTransitGatewayMulticastDomainAssociationsPaginator";
|
|
161
161
|
export * from "./GetTransitGatewayPolicyTableAssociationsPaginator";
|
|
162
|
+
export * from "./GetTransitGatewayPolicyTableEntriesPaginator";
|
|
162
163
|
export * from "./GetTransitGatewayPrefixListReferencesPaginator";
|
|
163
164
|
export * from "./GetTransitGatewayRouteTableAssociationsPaginator";
|
|
164
165
|
export * from "./GetTransitGatewayRouteTablePropagationsPaginator";
|
|
@@ -428,6 +428,8 @@ export declare var CreateTransitGatewayMulticastDomainResult$: StaticStructureSc
|
|
|
428
428
|
export declare var CreateTransitGatewayPeeringAttachmentRequest$: StaticStructureSchema;
|
|
429
429
|
export declare var CreateTransitGatewayPeeringAttachmentRequestOptions$: StaticStructureSchema;
|
|
430
430
|
export declare var CreateTransitGatewayPeeringAttachmentResult$: StaticStructureSchema;
|
|
431
|
+
export declare var CreateTransitGatewayPolicyTableEntryRequest$: StaticStructureSchema;
|
|
432
|
+
export declare var CreateTransitGatewayPolicyTableEntryResult$: StaticStructureSchema;
|
|
431
433
|
export declare var CreateTransitGatewayPolicyTableRequest$: StaticStructureSchema;
|
|
432
434
|
export declare var CreateTransitGatewayPolicyTableResult$: StaticStructureSchema;
|
|
433
435
|
export declare var CreateTransitGatewayPrefixListReferenceRequest$: StaticStructureSchema;
|
|
@@ -626,6 +628,8 @@ export declare var DeleteTransitGatewayMulticastDomainRequest$: StaticStructureS
|
|
|
626
628
|
export declare var DeleteTransitGatewayMulticastDomainResult$: StaticStructureSchema;
|
|
627
629
|
export declare var DeleteTransitGatewayPeeringAttachmentRequest$: StaticStructureSchema;
|
|
628
630
|
export declare var DeleteTransitGatewayPeeringAttachmentResult$: StaticStructureSchema;
|
|
631
|
+
export declare var DeleteTransitGatewayPolicyTableEntryRequest$: StaticStructureSchema;
|
|
632
|
+
export declare var DeleteTransitGatewayPolicyTableEntryResult$: StaticStructureSchema;
|
|
629
633
|
export declare var DeleteTransitGatewayPolicyTableRequest$: StaticStructureSchema;
|
|
630
634
|
export declare var DeleteTransitGatewayPolicyTableResult$: StaticStructureSchema;
|
|
631
635
|
export declare var DeleteTransitGatewayPrefixListReferenceRequest$: StaticStructureSchema;
|
|
@@ -1813,6 +1817,8 @@ export declare var ModifyTrafficMirrorSessionResult$: StaticStructureSchema;
|
|
|
1813
1817
|
export declare var ModifyTransitGatewayMeteringPolicyRequest$: StaticStructureSchema;
|
|
1814
1818
|
export declare var ModifyTransitGatewayMeteringPolicyResult$: StaticStructureSchema;
|
|
1815
1819
|
export declare var ModifyTransitGatewayOptions$: StaticStructureSchema;
|
|
1820
|
+
export declare var ModifyTransitGatewayPolicyTableEntryRequest$: StaticStructureSchema;
|
|
1821
|
+
export declare var ModifyTransitGatewayPolicyTableEntryResult$: StaticStructureSchema;
|
|
1816
1822
|
export declare var ModifyTransitGatewayPrefixListReferenceRequest$: StaticStructureSchema;
|
|
1817
1823
|
export declare var ModifyTransitGatewayPrefixListReferenceResult$: StaticStructureSchema;
|
|
1818
1824
|
export declare var ModifyTransitGatewayRequest$: StaticStructureSchema;
|
|
@@ -2298,6 +2304,8 @@ export declare var TransitGatewayPrefixListAttachment$: StaticStructureSchema;
|
|
|
2298
2304
|
export declare var TransitGatewayPrefixListReference$: StaticStructureSchema;
|
|
2299
2305
|
export declare var TransitGatewayPropagation$: StaticStructureSchema;
|
|
2300
2306
|
export declare var TransitGatewayRequestOptions$: StaticStructureSchema;
|
|
2307
|
+
export declare var TransitGatewayRequestPolicyRule$: StaticStructureSchema;
|
|
2308
|
+
export declare var TransitGatewayRequestPolicyRuleMetaData$: StaticStructureSchema;
|
|
2301
2309
|
export declare var TransitGatewayRoute$: StaticStructureSchema;
|
|
2302
2310
|
export declare var TransitGatewayRouteAttachment$: StaticStructureSchema;
|
|
2303
2311
|
export declare var TransitGatewayRouteTable$: StaticStructureSchema;
|
|
@@ -2560,6 +2568,7 @@ export declare var CreateTransitGatewayMeteringPolicyEntry$: StaticOperationSche
|
|
|
2560
2568
|
export declare var CreateTransitGatewayMulticastDomain$: StaticOperationSchema;
|
|
2561
2569
|
export declare var CreateTransitGatewayPeeringAttachment$: StaticOperationSchema;
|
|
2562
2570
|
export declare var CreateTransitGatewayPolicyTable$: StaticOperationSchema;
|
|
2571
|
+
export declare var CreateTransitGatewayPolicyTableEntry$: StaticOperationSchema;
|
|
2563
2572
|
export declare var CreateTransitGatewayPrefixListReference$: StaticOperationSchema;
|
|
2564
2573
|
export declare var CreateTransitGatewayRoute$: StaticOperationSchema;
|
|
2565
2574
|
export declare var CreateTransitGatewayRouteTable$: StaticOperationSchema;
|
|
@@ -2653,6 +2662,7 @@ export declare var DeleteTransitGatewayMeteringPolicyEntry$: StaticOperationSche
|
|
|
2653
2662
|
export declare var DeleteTransitGatewayMulticastDomain$: StaticOperationSchema;
|
|
2654
2663
|
export declare var DeleteTransitGatewayPeeringAttachment$: StaticOperationSchema;
|
|
2655
2664
|
export declare var DeleteTransitGatewayPolicyTable$: StaticOperationSchema;
|
|
2665
|
+
export declare var DeleteTransitGatewayPolicyTableEntry$: StaticOperationSchema;
|
|
2656
2666
|
export declare var DeleteTransitGatewayPrefixListReference$: StaticOperationSchema;
|
|
2657
2667
|
export declare var DeleteTransitGatewayRoute$: StaticOperationSchema;
|
|
2658
2668
|
export declare var DeleteTransitGatewayRouteTable$: StaticOperationSchema;
|
|
@@ -3078,6 +3088,7 @@ export declare var ModifyTrafficMirrorFilterRule$: StaticOperationSchema;
|
|
|
3078
3088
|
export declare var ModifyTrafficMirrorSession$: StaticOperationSchema;
|
|
3079
3089
|
export declare var ModifyTransitGateway$: StaticOperationSchema;
|
|
3080
3090
|
export declare var ModifyTransitGatewayMeteringPolicy$: StaticOperationSchema;
|
|
3091
|
+
export declare var ModifyTransitGatewayPolicyTableEntry$: StaticOperationSchema;
|
|
3081
3092
|
export declare var ModifyTransitGatewayPrefixListReference$: StaticOperationSchema;
|
|
3082
3093
|
export declare var ModifyTransitGatewayVpcAttachment$: StaticOperationSchema;
|
|
3083
3094
|
export declare var ModifyVerifiedAccessEndpoint$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1099.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ec2",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@aws-sdk/core": "^3.977.
|
|
56
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
57
|
-
"@aws-sdk/middleware-sdk-ec2": "^3.972.
|
|
55
|
+
"@aws-sdk/core": "^3.977.3",
|
|
56
|
+
"@aws-sdk/credential-provider-node": "^3.972.75",
|
|
57
|
+
"@aws-sdk/middleware-sdk-ec2": "^3.972.52",
|
|
58
58
|
"@aws-sdk/types": "^3.974.2",
|
|
59
|
-
"@smithy/core": "^3.
|
|
60
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
61
|
-
"@smithy/node-http-handler": "^4.9.
|
|
59
|
+
"@smithy/core": "^3.31.1",
|
|
60
|
+
"@smithy/fetch-http-handler": "^5.6.13",
|
|
61
|
+
"@smithy/node-http-handler": "^4.9.13",
|
|
62
62
|
"@smithy/types": "^4.16.1",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@smithy/snapshot-testing": "^2.2.
|
|
66
|
+
"@smithy/snapshot-testing": "^2.2.16",
|
|
67
67
|
"@tsconfig/node20": "20.1.8",
|
|
68
68
|
"@types/node": "^20.14.8",
|
|
69
69
|
"concurrently": "7.0.0",
|