@aws-sdk/client-ec2 3.441.0 → 3.448.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 +24 -0
- package/dist-cjs/EC2.js +6 -0
- package/dist-cjs/commands/DisableSnapshotBlockPublicAccessCommand.js +51 -0
- package/dist-cjs/commands/EnableSnapshotBlockPublicAccessCommand.js +51 -0
- package/dist-cjs/commands/GetSnapshotBlockPublicAccessStateCommand.js +51 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_5.js +6 -1
- package/dist-cjs/protocols/Aws_ec2.js +177 -18
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DisableSnapshotBlockPublicAccessCommand.js +47 -0
- package/dist-es/commands/EnableSnapshotBlockPublicAccessCommand.js +47 -0
- package/dist-es/commands/GetSnapshotBlockPublicAccessStateCommand.js +47 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_5.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +153 -0
- package/dist-types/EC2.d.ts +21 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +81 -0
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +85 -0
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +76 -0
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +2 -0
- package/dist-types/models/models_5.d.ts +129 -169
- package/dist-types/models/models_6.d.ts +172 -179
- package/dist-types/models/models_7.d.ts +178 -2
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +57 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_5.d.ts +26 -39
- package/dist-types/ts3.4/models/models_6.d.ts +41 -42
- package/dist-types/ts3.4/models/models_7.d.ts +41 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +4 -4
|
@@ -377,6 +377,7 @@ export * from "./DisableImageCommand";
|
|
|
377
377
|
export * from "./DisableImageDeprecationCommand";
|
|
378
378
|
export * from "./DisableIpamOrganizationAdminAccountCommand";
|
|
379
379
|
export * from "./DisableSerialConsoleAccessCommand";
|
|
380
|
+
export * from "./DisableSnapshotBlockPublicAccessCommand";
|
|
380
381
|
export * from "./DisableTransitGatewayRouteTablePropagationCommand";
|
|
381
382
|
export * from "./DisableVgwRoutePropagationCommand";
|
|
382
383
|
export * from "./DisableVpcClassicLinkCommand";
|
|
@@ -406,6 +407,7 @@ export * from "./EnableImageDeprecationCommand";
|
|
|
406
407
|
export * from "./EnableIpamOrganizationAdminAccountCommand";
|
|
407
408
|
export * from "./EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
408
409
|
export * from "./EnableSerialConsoleAccessCommand";
|
|
410
|
+
export * from "./EnableSnapshotBlockPublicAccessCommand";
|
|
409
411
|
export * from "./EnableTransitGatewayRouteTablePropagationCommand";
|
|
410
412
|
export * from "./EnableVgwRoutePropagationCommand";
|
|
411
413
|
export * from "./EnableVolumeIOCommand";
|
|
@@ -446,6 +448,7 @@ export * from "./GetPasswordDataCommand";
|
|
|
446
448
|
export * from "./GetReservedInstancesExchangeQuoteCommand";
|
|
447
449
|
export * from "./GetSecurityGroupsForVpcCommand";
|
|
448
450
|
export * from "./GetSerialConsoleAccessStatusCommand";
|
|
451
|
+
export * from "./GetSnapshotBlockPublicAccessStateCommand";
|
|
449
452
|
export * from "./GetSpotPlacementScoresCommand";
|
|
450
453
|
export * from "./GetSubnetCidrReservationsCommand";
|
|
451
454
|
export * from "./GetTransitGatewayAttachmentPropagationsCommand";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./EC2Client";
|
|
2
2
|
export * from "./EC2";
|
|
3
3
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
4
|
+
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
|
+
export { EC2ExtensionConfiguration } from "./extensionConfiguration";
|
|
4
6
|
export * from "./commands";
|
|
5
7
|
export * from "./pagination";
|
|
6
8
|
export * from "./waiters";
|
|
@@ -636,6 +636,19 @@ export interface DisableSerialConsoleAccessRequest {
|
|
|
636
636
|
export interface DisableSerialConsoleAccessResult {
|
|
637
637
|
SerialConsoleAccessEnabled?: boolean;
|
|
638
638
|
}
|
|
639
|
+
export interface DisableSnapshotBlockPublicAccessRequest {
|
|
640
|
+
DryRun?: boolean;
|
|
641
|
+
}
|
|
642
|
+
export declare const SnapshotBlockPublicAccessState: {
|
|
643
|
+
readonly block_all_sharing: "block-all-sharing";
|
|
644
|
+
readonly block_new_sharing: "block-new-sharing";
|
|
645
|
+
readonly unblocked: "unblocked";
|
|
646
|
+
};
|
|
647
|
+
export type SnapshotBlockPublicAccessState =
|
|
648
|
+
(typeof SnapshotBlockPublicAccessState)[keyof typeof SnapshotBlockPublicAccessState];
|
|
649
|
+
export interface DisableSnapshotBlockPublicAccessResult {
|
|
650
|
+
State?: SnapshotBlockPublicAccessState;
|
|
651
|
+
}
|
|
639
652
|
export interface DisableTransitGatewayRouteTablePropagationRequest {
|
|
640
653
|
TransitGatewayRouteTableId: string | undefined;
|
|
641
654
|
TransitGatewayAttachmentId?: string;
|
|
@@ -921,6 +934,13 @@ export interface EnableSerialConsoleAccessRequest {
|
|
|
921
934
|
export interface EnableSerialConsoleAccessResult {
|
|
922
935
|
SerialConsoleAccessEnabled?: boolean;
|
|
923
936
|
}
|
|
937
|
+
export interface EnableSnapshotBlockPublicAccessRequest {
|
|
938
|
+
State: SnapshotBlockPublicAccessState | undefined;
|
|
939
|
+
DryRun?: boolean;
|
|
940
|
+
}
|
|
941
|
+
export interface EnableSnapshotBlockPublicAccessResult {
|
|
942
|
+
State?: SnapshotBlockPublicAccessState;
|
|
943
|
+
}
|
|
924
944
|
export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
925
945
|
TransitGatewayRouteTableId: string | undefined;
|
|
926
946
|
TransitGatewayAttachmentId?: string;
|
|
@@ -1550,6 +1570,12 @@ export interface GetSerialConsoleAccessStatusRequest {
|
|
|
1550
1570
|
export interface GetSerialConsoleAccessStatusResult {
|
|
1551
1571
|
SerialConsoleAccessEnabled?: boolean;
|
|
1552
1572
|
}
|
|
1573
|
+
export interface GetSnapshotBlockPublicAccessStateRequest {
|
|
1574
|
+
DryRun?: boolean;
|
|
1575
|
+
}
|
|
1576
|
+
export interface GetSnapshotBlockPublicAccessStateResult {
|
|
1577
|
+
State?: SnapshotBlockPublicAccessState;
|
|
1578
|
+
}
|
|
1553
1579
|
export interface InstanceRequirementsWithMetadataRequest {
|
|
1554
1580
|
ArchitectureTypes?: ArchitectureType[];
|
|
1555
1581
|
VirtualizationTypes?: VirtualizationType[];
|
|
@@ -1616,45 +1642,6 @@ export interface TransitGatewayMulticastDomainAssociation {
|
|
|
1616
1642
|
ResourceOwnerId?: string;
|
|
1617
1643
|
Subnet?: SubnetAssociation;
|
|
1618
1644
|
}
|
|
1619
|
-
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
1620
|
-
MulticastDomainAssociations?: TransitGatewayMulticastDomainAssociation[];
|
|
1621
|
-
NextToken?: string;
|
|
1622
|
-
}
|
|
1623
|
-
export interface GetTransitGatewayPolicyTableAssociationsRequest {
|
|
1624
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
1625
|
-
Filters?: Filter[];
|
|
1626
|
-
MaxResults?: number;
|
|
1627
|
-
NextToken?: string;
|
|
1628
|
-
DryRun?: boolean;
|
|
1629
|
-
}
|
|
1630
|
-
export interface GetTransitGatewayPolicyTableAssociationsResult {
|
|
1631
|
-
Associations?: TransitGatewayPolicyTableAssociation[];
|
|
1632
|
-
NextToken?: string;
|
|
1633
|
-
}
|
|
1634
|
-
export interface GetTransitGatewayPolicyTableEntriesRequest {
|
|
1635
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
1636
|
-
Filters?: Filter[];
|
|
1637
|
-
MaxResults?: number;
|
|
1638
|
-
NextToken?: string;
|
|
1639
|
-
DryRun?: boolean;
|
|
1640
|
-
}
|
|
1641
|
-
export interface TransitGatewayPolicyRuleMetaData {
|
|
1642
|
-
MetaDataKey?: string;
|
|
1643
|
-
MetaDataValue?: string;
|
|
1644
|
-
}
|
|
1645
|
-
export interface TransitGatewayPolicyRule {
|
|
1646
|
-
SourceCidrBlock?: string;
|
|
1647
|
-
SourcePortRange?: string;
|
|
1648
|
-
DestinationCidrBlock?: string;
|
|
1649
|
-
DestinationPortRange?: string;
|
|
1650
|
-
Protocol?: string;
|
|
1651
|
-
MetaData?: TransitGatewayPolicyRuleMetaData;
|
|
1652
|
-
}
|
|
1653
|
-
export interface TransitGatewayPolicyTableEntry {
|
|
1654
|
-
PolicyRuleNumber?: string;
|
|
1655
|
-
PolicyRule?: TransitGatewayPolicyRule;
|
|
1656
|
-
TargetRouteTableId?: string;
|
|
1657
|
-
}
|
|
1658
1645
|
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
1659
1646
|
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
1660
1647
|
) => any;
|
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
TransitGatewayAttachmentResourceType,
|
|
30
30
|
TransitGatewayMulticastDomainAssociations,
|
|
31
31
|
TransitGatewayPeeringAttachment,
|
|
32
|
+
TransitGatewayPolicyTableAssociation,
|
|
32
33
|
TransitGatewayVpcAttachment,
|
|
33
34
|
UnsuccessfulItem,
|
|
34
35
|
VerifiedAccessInstance,
|
|
@@ -81,8 +82,6 @@ import {
|
|
|
81
82
|
Phase2DHGroupNumbersRequestListValue,
|
|
82
83
|
Phase2EncryptionAlgorithmsRequestListValue,
|
|
83
84
|
Phase2IntegrityAlgorithmsRequestListValue,
|
|
84
|
-
SnapshotState,
|
|
85
|
-
SSEType,
|
|
86
85
|
SubnetConfiguration,
|
|
87
86
|
TrafficDirection,
|
|
88
87
|
TrafficMirrorFilter,
|
|
@@ -147,12 +146,51 @@ import {
|
|
|
147
146
|
InstanceFamilyCreditSpecification,
|
|
148
147
|
IpamResourceCidr,
|
|
149
148
|
Purchase,
|
|
150
|
-
|
|
149
|
+
TransitGatewayMulticastDomainAssociation,
|
|
151
150
|
TransitGatewayPropagationState,
|
|
152
151
|
UnlimitedSupportedInstanceFamily,
|
|
153
152
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
154
153
|
VolumeModification,
|
|
155
154
|
} from "./models_5";
|
|
155
|
+
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
156
|
+
MulticastDomainAssociations?: TransitGatewayMulticastDomainAssociation[];
|
|
157
|
+
NextToken?: string;
|
|
158
|
+
}
|
|
159
|
+
export interface GetTransitGatewayPolicyTableAssociationsRequest {
|
|
160
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
161
|
+
Filters?: Filter[];
|
|
162
|
+
MaxResults?: number;
|
|
163
|
+
NextToken?: string;
|
|
164
|
+
DryRun?: boolean;
|
|
165
|
+
}
|
|
166
|
+
export interface GetTransitGatewayPolicyTableAssociationsResult {
|
|
167
|
+
Associations?: TransitGatewayPolicyTableAssociation[];
|
|
168
|
+
NextToken?: string;
|
|
169
|
+
}
|
|
170
|
+
export interface GetTransitGatewayPolicyTableEntriesRequest {
|
|
171
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
172
|
+
Filters?: Filter[];
|
|
173
|
+
MaxResults?: number;
|
|
174
|
+
NextToken?: string;
|
|
175
|
+
DryRun?: boolean;
|
|
176
|
+
}
|
|
177
|
+
export interface TransitGatewayPolicyRuleMetaData {
|
|
178
|
+
MetaDataKey?: string;
|
|
179
|
+
MetaDataValue?: string;
|
|
180
|
+
}
|
|
181
|
+
export interface TransitGatewayPolicyRule {
|
|
182
|
+
SourceCidrBlock?: string;
|
|
183
|
+
SourcePortRange?: string;
|
|
184
|
+
DestinationCidrBlock?: string;
|
|
185
|
+
DestinationPortRange?: string;
|
|
186
|
+
Protocol?: string;
|
|
187
|
+
MetaData?: TransitGatewayPolicyRuleMetaData;
|
|
188
|
+
}
|
|
189
|
+
export interface TransitGatewayPolicyTableEntry {
|
|
190
|
+
PolicyRuleNumber?: string;
|
|
191
|
+
PolicyRule?: TransitGatewayPolicyRule;
|
|
192
|
+
TargetRouteTableId?: string;
|
|
193
|
+
}
|
|
156
194
|
export interface GetTransitGatewayPolicyTableEntriesResult {
|
|
157
195
|
TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntry[];
|
|
158
196
|
}
|
|
@@ -1792,45 +1830,6 @@ export interface RestoreAddressToClassicResult {
|
|
|
1792
1830
|
PublicIp?: string;
|
|
1793
1831
|
Status?: Status;
|
|
1794
1832
|
}
|
|
1795
|
-
export interface RestoreImageFromRecycleBinRequest {
|
|
1796
|
-
ImageId: string | undefined;
|
|
1797
|
-
DryRun?: boolean;
|
|
1798
|
-
}
|
|
1799
|
-
export interface RestoreImageFromRecycleBinResult {
|
|
1800
|
-
Return?: boolean;
|
|
1801
|
-
}
|
|
1802
|
-
export interface RestoreManagedPrefixListVersionRequest {
|
|
1803
|
-
DryRun?: boolean;
|
|
1804
|
-
PrefixListId: string | undefined;
|
|
1805
|
-
PreviousVersion: number | undefined;
|
|
1806
|
-
CurrentVersion: number | undefined;
|
|
1807
|
-
}
|
|
1808
|
-
export interface RestoreManagedPrefixListVersionResult {
|
|
1809
|
-
PrefixList?: ManagedPrefixList;
|
|
1810
|
-
}
|
|
1811
|
-
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
1812
|
-
SnapshotId: string | undefined;
|
|
1813
|
-
DryRun?: boolean;
|
|
1814
|
-
}
|
|
1815
|
-
export interface RestoreSnapshotFromRecycleBinResult {
|
|
1816
|
-
SnapshotId?: string;
|
|
1817
|
-
OutpostArn?: string;
|
|
1818
|
-
Description?: string;
|
|
1819
|
-
Encrypted?: boolean;
|
|
1820
|
-
OwnerId?: string;
|
|
1821
|
-
Progress?: string;
|
|
1822
|
-
StartTime?: Date;
|
|
1823
|
-
State?: SnapshotState;
|
|
1824
|
-
VolumeId?: string;
|
|
1825
|
-
VolumeSize?: number;
|
|
1826
|
-
SseType?: SSEType;
|
|
1827
|
-
}
|
|
1828
|
-
export interface RestoreSnapshotTierRequest {
|
|
1829
|
-
SnapshotId: string | undefined;
|
|
1830
|
-
TemporaryRestoreDays?: number;
|
|
1831
|
-
PermanentRestore?: boolean;
|
|
1832
|
-
DryRun?: boolean;
|
|
1833
|
-
}
|
|
1834
1833
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
|
|
1835
1834
|
obj: GetVpnConnectionDeviceSampleConfigurationResult
|
|
1836
1835
|
) => any;
|
|
@@ -17,12 +17,13 @@ import {
|
|
|
17
17
|
InstanceInterruptionBehavior,
|
|
18
18
|
InstanceIpv6Address,
|
|
19
19
|
LocalGatewayRoute,
|
|
20
|
+
ManagedPrefixList,
|
|
20
21
|
MarketType,
|
|
21
22
|
Placement,
|
|
22
23
|
ShutdownBehavior,
|
|
23
24
|
SpotInstanceType,
|
|
24
25
|
} from "./models_1";
|
|
25
|
-
import { TransitGatewayRoute } from "./models_2";
|
|
26
|
+
import { SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
|
|
26
27
|
import { ClientVpnConnectionStatus, Filter } from "./models_3";
|
|
27
28
|
import {
|
|
28
29
|
HttpTokensState,
|
|
@@ -40,6 +41,45 @@ import {
|
|
|
40
41
|
CapacityReservationSpecification,
|
|
41
42
|
InstanceMonitoring,
|
|
42
43
|
} from "./models_6";
|
|
44
|
+
export interface RestoreImageFromRecycleBinRequest {
|
|
45
|
+
ImageId: string | undefined;
|
|
46
|
+
DryRun?: boolean;
|
|
47
|
+
}
|
|
48
|
+
export interface RestoreImageFromRecycleBinResult {
|
|
49
|
+
Return?: boolean;
|
|
50
|
+
}
|
|
51
|
+
export interface RestoreManagedPrefixListVersionRequest {
|
|
52
|
+
DryRun?: boolean;
|
|
53
|
+
PrefixListId: string | undefined;
|
|
54
|
+
PreviousVersion: number | undefined;
|
|
55
|
+
CurrentVersion: number | undefined;
|
|
56
|
+
}
|
|
57
|
+
export interface RestoreManagedPrefixListVersionResult {
|
|
58
|
+
PrefixList?: ManagedPrefixList;
|
|
59
|
+
}
|
|
60
|
+
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
61
|
+
SnapshotId: string | undefined;
|
|
62
|
+
DryRun?: boolean;
|
|
63
|
+
}
|
|
64
|
+
export interface RestoreSnapshotFromRecycleBinResult {
|
|
65
|
+
SnapshotId?: string;
|
|
66
|
+
OutpostArn?: string;
|
|
67
|
+
Description?: string;
|
|
68
|
+
Encrypted?: boolean;
|
|
69
|
+
OwnerId?: string;
|
|
70
|
+
Progress?: string;
|
|
71
|
+
StartTime?: Date;
|
|
72
|
+
State?: SnapshotState;
|
|
73
|
+
VolumeId?: string;
|
|
74
|
+
VolumeSize?: number;
|
|
75
|
+
SseType?: SSEType;
|
|
76
|
+
}
|
|
77
|
+
export interface RestoreSnapshotTierRequest {
|
|
78
|
+
SnapshotId: string | undefined;
|
|
79
|
+
TemporaryRestoreDays?: number;
|
|
80
|
+
PermanentRestore?: boolean;
|
|
81
|
+
DryRun?: boolean;
|
|
82
|
+
}
|
|
43
83
|
export interface RestoreSnapshotTierResult {
|
|
44
84
|
SnapshotId?: string;
|
|
45
85
|
RestoreStartTime?: Date;
|
|
@@ -1519,6 +1519,10 @@ import {
|
|
|
1519
1519
|
DisableSerialConsoleAccessCommandInput,
|
|
1520
1520
|
DisableSerialConsoleAccessCommandOutput,
|
|
1521
1521
|
} from "../commands/DisableSerialConsoleAccessCommand";
|
|
1522
|
+
import {
|
|
1523
|
+
DisableSnapshotBlockPublicAccessCommandInput,
|
|
1524
|
+
DisableSnapshotBlockPublicAccessCommandOutput,
|
|
1525
|
+
} from "../commands/DisableSnapshotBlockPublicAccessCommand";
|
|
1522
1526
|
import {
|
|
1523
1527
|
DisableTransitGatewayRouteTablePropagationCommandInput,
|
|
1524
1528
|
DisableTransitGatewayRouteTablePropagationCommandOutput,
|
|
@@ -1635,6 +1639,10 @@ import {
|
|
|
1635
1639
|
EnableSerialConsoleAccessCommandInput,
|
|
1636
1640
|
EnableSerialConsoleAccessCommandOutput,
|
|
1637
1641
|
} from "../commands/EnableSerialConsoleAccessCommand";
|
|
1642
|
+
import {
|
|
1643
|
+
EnableSnapshotBlockPublicAccessCommandInput,
|
|
1644
|
+
EnableSnapshotBlockPublicAccessCommandOutput,
|
|
1645
|
+
} from "../commands/EnableSnapshotBlockPublicAccessCommand";
|
|
1638
1646
|
import {
|
|
1639
1647
|
EnableTransitGatewayRouteTablePropagationCommandInput,
|
|
1640
1648
|
EnableTransitGatewayRouteTablePropagationCommandOutput,
|
|
@@ -1795,6 +1803,10 @@ import {
|
|
|
1795
1803
|
GetSerialConsoleAccessStatusCommandInput,
|
|
1796
1804
|
GetSerialConsoleAccessStatusCommandOutput,
|
|
1797
1805
|
} from "../commands/GetSerialConsoleAccessStatusCommand";
|
|
1806
|
+
import {
|
|
1807
|
+
GetSnapshotBlockPublicAccessStateCommandInput,
|
|
1808
|
+
GetSnapshotBlockPublicAccessStateCommandOutput,
|
|
1809
|
+
} from "../commands/GetSnapshotBlockPublicAccessStateCommand";
|
|
1798
1810
|
import {
|
|
1799
1811
|
GetSpotPlacementScoresCommandInput,
|
|
1800
1812
|
GetSpotPlacementScoresCommandOutput,
|
|
@@ -3927,6 +3939,10 @@ export declare const se_DisableSerialConsoleAccessCommand: (
|
|
|
3927
3939
|
input: DisableSerialConsoleAccessCommandInput,
|
|
3928
3940
|
context: __SerdeContext
|
|
3929
3941
|
) => Promise<__HttpRequest>;
|
|
3942
|
+
export declare const se_DisableSnapshotBlockPublicAccessCommand: (
|
|
3943
|
+
input: DisableSnapshotBlockPublicAccessCommandInput,
|
|
3944
|
+
context: __SerdeContext
|
|
3945
|
+
) => Promise<__HttpRequest>;
|
|
3930
3946
|
export declare const se_DisableTransitGatewayRouteTablePropagationCommand: (
|
|
3931
3947
|
input: DisableTransitGatewayRouteTablePropagationCommandInput,
|
|
3932
3948
|
context: __SerdeContext
|
|
@@ -4043,6 +4059,10 @@ export declare const se_EnableSerialConsoleAccessCommand: (
|
|
|
4043
4059
|
input: EnableSerialConsoleAccessCommandInput,
|
|
4044
4060
|
context: __SerdeContext
|
|
4045
4061
|
) => Promise<__HttpRequest>;
|
|
4062
|
+
export declare const se_EnableSnapshotBlockPublicAccessCommand: (
|
|
4063
|
+
input: EnableSnapshotBlockPublicAccessCommandInput,
|
|
4064
|
+
context: __SerdeContext
|
|
4065
|
+
) => Promise<__HttpRequest>;
|
|
4046
4066
|
export declare const se_EnableTransitGatewayRouteTablePropagationCommand: (
|
|
4047
4067
|
input: EnableTransitGatewayRouteTablePropagationCommandInput,
|
|
4048
4068
|
context: __SerdeContext
|
|
@@ -4203,6 +4223,10 @@ export declare const se_GetSerialConsoleAccessStatusCommand: (
|
|
|
4203
4223
|
input: GetSerialConsoleAccessStatusCommandInput,
|
|
4204
4224
|
context: __SerdeContext
|
|
4205
4225
|
) => Promise<__HttpRequest>;
|
|
4226
|
+
export declare const se_GetSnapshotBlockPublicAccessStateCommand: (
|
|
4227
|
+
input: GetSnapshotBlockPublicAccessStateCommandInput,
|
|
4228
|
+
context: __SerdeContext
|
|
4229
|
+
) => Promise<__HttpRequest>;
|
|
4206
4230
|
export declare const se_GetSpotPlacementScoresCommand: (
|
|
4207
4231
|
input: GetSpotPlacementScoresCommandInput,
|
|
4208
4232
|
context: __SerdeContext
|
|
@@ -6335,6 +6359,10 @@ export declare const de_DisableSerialConsoleAccessCommand: (
|
|
|
6335
6359
|
output: __HttpResponse,
|
|
6336
6360
|
context: __SerdeContext
|
|
6337
6361
|
) => Promise<DisableSerialConsoleAccessCommandOutput>;
|
|
6362
|
+
export declare const de_DisableSnapshotBlockPublicAccessCommand: (
|
|
6363
|
+
output: __HttpResponse,
|
|
6364
|
+
context: __SerdeContext
|
|
6365
|
+
) => Promise<DisableSnapshotBlockPublicAccessCommandOutput>;
|
|
6338
6366
|
export declare const de_DisableTransitGatewayRouteTablePropagationCommand: (
|
|
6339
6367
|
output: __HttpResponse,
|
|
6340
6368
|
context: __SerdeContext
|
|
@@ -6451,6 +6479,10 @@ export declare const de_EnableSerialConsoleAccessCommand: (
|
|
|
6451
6479
|
output: __HttpResponse,
|
|
6452
6480
|
context: __SerdeContext
|
|
6453
6481
|
) => Promise<EnableSerialConsoleAccessCommandOutput>;
|
|
6482
|
+
export declare const de_EnableSnapshotBlockPublicAccessCommand: (
|
|
6483
|
+
output: __HttpResponse,
|
|
6484
|
+
context: __SerdeContext
|
|
6485
|
+
) => Promise<EnableSnapshotBlockPublicAccessCommandOutput>;
|
|
6454
6486
|
export declare const de_EnableTransitGatewayRouteTablePropagationCommand: (
|
|
6455
6487
|
output: __HttpResponse,
|
|
6456
6488
|
context: __SerdeContext
|
|
@@ -6611,6 +6643,10 @@ export declare const de_GetSerialConsoleAccessStatusCommand: (
|
|
|
6611
6643
|
output: __HttpResponse,
|
|
6612
6644
|
context: __SerdeContext
|
|
6613
6645
|
) => Promise<GetSerialConsoleAccessStatusCommandOutput>;
|
|
6646
|
+
export declare const de_GetSnapshotBlockPublicAccessStateCommand: (
|
|
6647
|
+
output: __HttpResponse,
|
|
6648
|
+
context: __SerdeContext
|
|
6649
|
+
) => Promise<GetSnapshotBlockPublicAccessStateCommandOutput>;
|
|
6614
6650
|
export declare const de_GetSpotPlacementScoresCommand: (
|
|
6615
6651
|
output: __HttpResponse,
|
|
6616
6652
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.448.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.445.0",
|
|
25
|
+
"@aws-sdk/core": "3.445.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.445.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.433.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|