@aws-sdk/client-ec2 3.938.0 → 3.940.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/dist-cjs/index.js +109 -5
- package/dist-es/models/enums.js +16 -0
- package/dist-es/schemas/schemas_0.js +90 -5
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -2
- package/dist-types/models/enums.d.ts +40 -0
- package/dist-types/models/models_1.d.ts +47 -32
- package/dist-types/models/models_2.d.ts +33 -12
- package/dist-types/models/models_3.d.ts +11 -12
- package/dist-types/models/models_4.d.ts +14 -24
- package/dist-types/models/models_5.d.ts +22 -49
- package/dist-types/models/models_6.d.ts +48 -49
- package/dist-types/models/models_7.d.ts +51 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +22 -0
- package/dist-types/ts3.4/models/models_1.d.ts +13 -8
- package/dist-types/ts3.4/models/models_2.d.ts +9 -4
- package/dist-types/ts3.4/models/models_3.d.ts +4 -3
- package/dist-types/ts3.4/models/models_4.d.ts +4 -7
- package/dist-types/ts3.4/models/models_5.d.ts +5 -11
- package/dist-types/ts3.4/models/models_6.d.ts +10 -12
- package/dist-types/ts3.4/models/models_7.d.ts +19 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -151,9 +151,11 @@ const _AAd = "AddressAttribute";
|
|
|
151
151
|
const _AAdd = "AdditionalAccounts";
|
|
152
152
|
const _AAddi = "AdditionalAccount";
|
|
153
153
|
const _AAl = "AllocateAddress";
|
|
154
|
+
const _AAp = "ApplianceArn";
|
|
154
155
|
const _AAs = "AsnAssociation";
|
|
155
156
|
const _AAsn = "AsnAssociations";
|
|
156
157
|
const _AAss = "AssociateAddress";
|
|
158
|
+
const _AAt = "AttachedAppliances";
|
|
157
159
|
const _ABC = "AdvertiseByoipCidr";
|
|
158
160
|
const _ABCR = "AdvertiseByoipCidrRequest";
|
|
159
161
|
const _ABCRd = "AdvertiseByoipCidrResult";
|
|
@@ -430,7 +432,8 @@ const _ASs = "AssociationStatus";
|
|
|
430
432
|
const _ASss = "AssociatedSubnets";
|
|
431
433
|
const _ASt = "AttributeSummary";
|
|
432
434
|
const _AStt = "AttributeSummaries";
|
|
433
|
-
const _AStta = "
|
|
435
|
+
const _AStta = "AttachmentState";
|
|
436
|
+
const _ASttac = "AttachmentStatuses";
|
|
434
437
|
const _ASw = "AwsService";
|
|
435
438
|
const _AT = "AddressTransfer";
|
|
436
439
|
const _ATGAI = "AccepterTransitGatewayAttachmentId";
|
|
@@ -4194,6 +4197,8 @@ const _NDe = "NeuronDevices";
|
|
|
4194
4197
|
const _NES = "NitroEnclavesSupport";
|
|
4195
4198
|
const _NG = "NatGateway";
|
|
4196
4199
|
const _NGA = "NatGatewayAddresses";
|
|
4200
|
+
const _NGAA = "NatGatewayAttachedAppliance";
|
|
4201
|
+
const _NGAAL = "NatGatewayAttachedApplianceList";
|
|
4197
4202
|
const _NGAL = "NatGatewayAddressList";
|
|
4198
4203
|
const _NGAa = "NatGatewayAddress";
|
|
4199
4204
|
const _NGE = "NatGatewayExclusion";
|
|
@@ -6051,7 +6056,9 @@ const _aASA = "autoAcceptSharedAssociations";
|
|
|
6051
6056
|
const _aASAu = "autoAcceptSharedAttachments";
|
|
6052
6057
|
const _aASc = "accountAttributeSet";
|
|
6053
6058
|
const _aASd = "additionalAccountSet";
|
|
6059
|
+
const _aASt = "attachedApplianceSet";
|
|
6054
6060
|
const _aAc = "accessAll";
|
|
6061
|
+
const _aAp = "applianceArn";
|
|
6055
6062
|
const _aBHP = "actualBlockHourlyPrice";
|
|
6056
6063
|
const _aC = "availableCapacity";
|
|
6057
6064
|
const _aCIA = "associateCarrierIpAddress";
|
|
@@ -6152,7 +6159,8 @@ const _aSn = "analysisStatus";
|
|
|
6152
6159
|
const _aSs = "associationStatus";
|
|
6153
6160
|
const _aSss = "associationSet";
|
|
6154
6161
|
const _aSt = "attachmentSet";
|
|
6155
|
-
const _aStt = "
|
|
6162
|
+
const _aStt = "attachmentState";
|
|
6163
|
+
const _aStta = "attachmentStatuses";
|
|
6156
6164
|
const _aSw = "awsService";
|
|
6157
6165
|
const _aT = "addressTransfer";
|
|
6158
6166
|
const _aTGAI = "accepterTransitGatewayAttachmentId";
|
|
@@ -52605,7 +52613,7 @@ var NatGateway = [
|
|
|
52605
52613
|
n0,
|
|
52606
52614
|
_NG,
|
|
52607
52615
|
0,
|
|
52608
|
-
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon, _AM, _ASIu, _APZ, _RTI],
|
|
52616
|
+
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon, _AM, _ASIu, _APZ, _AAt, _RTI],
|
|
52609
52617
|
[
|
|
52610
52618
|
[
|
|
52611
52619
|
4,
|
|
@@ -52712,6 +52720,13 @@ var NatGateway = [
|
|
|
52712
52720
|
[_xN]: _aPZ,
|
|
52713
52721
|
},
|
|
52714
52722
|
],
|
|
52723
|
+
[
|
|
52724
|
+
() => NatGatewayAttachedApplianceList,
|
|
52725
|
+
{
|
|
52726
|
+
[_eQN]: `AttachedApplianceSet`,
|
|
52727
|
+
[_xN]: _aASt,
|
|
52728
|
+
},
|
|
52729
|
+
],
|
|
52715
52730
|
[
|
|
52716
52731
|
0,
|
|
52717
52732
|
{
|
|
@@ -52800,6 +52815,64 @@ var NatGatewayAddress = [
|
|
|
52800
52815
|
],
|
|
52801
52816
|
],
|
|
52802
52817
|
];
|
|
52818
|
+
var NatGatewayAttachedAppliance = [
|
|
52819
|
+
3,
|
|
52820
|
+
n0,
|
|
52821
|
+
_NGAA,
|
|
52822
|
+
0,
|
|
52823
|
+
[_Ty, _AAp, _VEIp, _AStta, _MSod, _FCa, _FM],
|
|
52824
|
+
[
|
|
52825
|
+
[
|
|
52826
|
+
0,
|
|
52827
|
+
{
|
|
52828
|
+
[_eQN]: `Type`,
|
|
52829
|
+
[_xN]: _ty,
|
|
52830
|
+
},
|
|
52831
|
+
],
|
|
52832
|
+
[
|
|
52833
|
+
0,
|
|
52834
|
+
{
|
|
52835
|
+
[_eQN]: `ApplianceArn`,
|
|
52836
|
+
[_xN]: _aAp,
|
|
52837
|
+
},
|
|
52838
|
+
],
|
|
52839
|
+
[
|
|
52840
|
+
0,
|
|
52841
|
+
{
|
|
52842
|
+
[_eQN]: `VpcEndpointId`,
|
|
52843
|
+
[_xN]: _vEI,
|
|
52844
|
+
},
|
|
52845
|
+
],
|
|
52846
|
+
[
|
|
52847
|
+
0,
|
|
52848
|
+
{
|
|
52849
|
+
[_eQN]: `AttachmentState`,
|
|
52850
|
+
[_xN]: _aStt,
|
|
52851
|
+
},
|
|
52852
|
+
],
|
|
52853
|
+
[
|
|
52854
|
+
0,
|
|
52855
|
+
{
|
|
52856
|
+
[_eQN]: `ModificationState`,
|
|
52857
|
+
[_xN]: _mSod,
|
|
52858
|
+
},
|
|
52859
|
+
],
|
|
52860
|
+
[
|
|
52861
|
+
0,
|
|
52862
|
+
{
|
|
52863
|
+
[_eQN]: `FailureCode`,
|
|
52864
|
+
[_xN]: _fCa,
|
|
52865
|
+
},
|
|
52866
|
+
],
|
|
52867
|
+
[
|
|
52868
|
+
0,
|
|
52869
|
+
{
|
|
52870
|
+
[_eQN]: `FailureMessage`,
|
|
52871
|
+
[_xN]: _fM,
|
|
52872
|
+
},
|
|
52873
|
+
],
|
|
52874
|
+
],
|
|
52875
|
+
];
|
|
52803
52876
|
var NativeApplicationOidcOptions = [
|
|
52804
52877
|
3,
|
|
52805
52878
|
n0,
|
|
@@ -69715,7 +69788,7 @@ var VolumeStatusItem = [
|
|
|
69715
69788
|
n0,
|
|
69716
69789
|
_VSIo,
|
|
69717
69790
|
0,
|
|
69718
|
-
[_Acti, _AZ, _OA, _Ev, _VIo, _VSol,
|
|
69791
|
+
[_Acti, _AZ, _OA, _Ev, _VIo, _VSol, _ASttac, _ISD, _AZI],
|
|
69719
69792
|
[
|
|
69720
69793
|
[
|
|
69721
69794
|
() => VolumeStatusActionsList,
|
|
@@ -69763,7 +69836,7 @@ var VolumeStatusItem = [
|
|
|
69763
69836
|
() => VolumeStatusAttachmentStatusList,
|
|
69764
69837
|
{
|
|
69765
69838
|
[_eQN]: `AttachmentStatuses`,
|
|
69766
|
-
[_xN]:
|
|
69839
|
+
[_xN]: _aStta,
|
|
69767
69840
|
},
|
|
69768
69841
|
],
|
|
69769
69842
|
[
|
|
@@ -75794,6 +75867,18 @@ var NatGatewayAddressList = [
|
|
|
75794
75867
|
},
|
|
75795
75868
|
],
|
|
75796
75869
|
];
|
|
75870
|
+
var NatGatewayAttachedApplianceList = [
|
|
75871
|
+
1,
|
|
75872
|
+
n0,
|
|
75873
|
+
_NGAAL,
|
|
75874
|
+
0,
|
|
75875
|
+
[
|
|
75876
|
+
() => NatGatewayAttachedAppliance,
|
|
75877
|
+
{
|
|
75878
|
+
[_xN]: _it,
|
|
75879
|
+
},
|
|
75880
|
+
],
|
|
75881
|
+
];
|
|
75797
75882
|
var NatGatewayIdStringList = [
|
|
75798
75883
|
1,
|
|
75799
75884
|
n0,
|
|
@@ -99543,6 +99628,22 @@ const ConnectivityType = {
|
|
|
99543
99628
|
PRIVATE: "private",
|
|
99544
99629
|
PUBLIC: "public",
|
|
99545
99630
|
};
|
|
99631
|
+
const NatGatewayApplianceState = {
|
|
99632
|
+
ATTACHED: "attached",
|
|
99633
|
+
ATTACHING: "attaching",
|
|
99634
|
+
ATTACH_FAILED: "attach-failed",
|
|
99635
|
+
DETACHED: "detached",
|
|
99636
|
+
DETACHING: "detaching",
|
|
99637
|
+
DETACH_FAILED: "detach-failed",
|
|
99638
|
+
};
|
|
99639
|
+
const NatGatewayApplianceModifyState = {
|
|
99640
|
+
COMPLETED: "completed",
|
|
99641
|
+
FAILED: "failed",
|
|
99642
|
+
MODIFYING: "modifying",
|
|
99643
|
+
};
|
|
99644
|
+
const NatGatewayApplianceType = {
|
|
99645
|
+
NETWORK_FIREWALL_PROXY: "network-firewall-proxy",
|
|
99646
|
+
};
|
|
99546
99647
|
const AutoProvisionZonesState = {
|
|
99547
99648
|
DISABLED: "disabled",
|
|
99548
99649
|
ENABLED: "enabled",
|
|
@@ -101908,6 +102009,9 @@ exports.MoveCapacityReservationInstancesCommand = MoveCapacityReservationInstanc
|
|
|
101908
102009
|
exports.MoveStatus = MoveStatus;
|
|
101909
102010
|
exports.MulticastSupportValue = MulticastSupportValue;
|
|
101910
102011
|
exports.NatGatewayAddressStatus = NatGatewayAddressStatus;
|
|
102012
|
+
exports.NatGatewayApplianceModifyState = NatGatewayApplianceModifyState;
|
|
102013
|
+
exports.NatGatewayApplianceState = NatGatewayApplianceState;
|
|
102014
|
+
exports.NatGatewayApplianceType = NatGatewayApplianceType;
|
|
101911
102015
|
exports.NatGatewayState = NatGatewayState;
|
|
101912
102016
|
exports.NetworkInterfaceAttribute = NetworkInterfaceAttribute;
|
|
101913
102017
|
exports.NetworkInterfaceCreationType = NetworkInterfaceCreationType;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -2233,6 +2233,22 @@ export const ConnectivityType = {
|
|
|
2233
2233
|
PRIVATE: "private",
|
|
2234
2234
|
PUBLIC: "public",
|
|
2235
2235
|
};
|
|
2236
|
+
export const NatGatewayApplianceState = {
|
|
2237
|
+
ATTACHED: "attached",
|
|
2238
|
+
ATTACHING: "attaching",
|
|
2239
|
+
ATTACH_FAILED: "attach-failed",
|
|
2240
|
+
DETACHED: "detached",
|
|
2241
|
+
DETACHING: "detaching",
|
|
2242
|
+
DETACH_FAILED: "detach-failed",
|
|
2243
|
+
};
|
|
2244
|
+
export const NatGatewayApplianceModifyState = {
|
|
2245
|
+
COMPLETED: "completed",
|
|
2246
|
+
FAILED: "failed",
|
|
2247
|
+
MODIFYING: "modifying",
|
|
2248
|
+
};
|
|
2249
|
+
export const NatGatewayApplianceType = {
|
|
2250
|
+
NETWORK_FIREWALL_PROXY: "network-firewall-proxy",
|
|
2251
|
+
};
|
|
2236
2252
|
export const AutoProvisionZonesState = {
|
|
2237
2253
|
DISABLED: "disabled",
|
|
2238
2254
|
ENABLED: "enabled",
|
|
@@ -30,9 +30,11 @@ const _AAd = "AddressAttribute";
|
|
|
30
30
|
const _AAdd = "AdditionalAccounts";
|
|
31
31
|
const _AAddi = "AdditionalAccount";
|
|
32
32
|
const _AAl = "AllocateAddress";
|
|
33
|
+
const _AAp = "ApplianceArn";
|
|
33
34
|
const _AAs = "AsnAssociation";
|
|
34
35
|
const _AAsn = "AsnAssociations";
|
|
35
36
|
const _AAss = "AssociateAddress";
|
|
37
|
+
const _AAt = "AttachedAppliances";
|
|
36
38
|
const _ABC = "AdvertiseByoipCidr";
|
|
37
39
|
const _ABCR = "AdvertiseByoipCidrRequest";
|
|
38
40
|
const _ABCRd = "AdvertiseByoipCidrResult";
|
|
@@ -309,7 +311,8 @@ const _ASs = "AssociationStatus";
|
|
|
309
311
|
const _ASss = "AssociatedSubnets";
|
|
310
312
|
const _ASt = "AttributeSummary";
|
|
311
313
|
const _AStt = "AttributeSummaries";
|
|
312
|
-
const _AStta = "
|
|
314
|
+
const _AStta = "AttachmentState";
|
|
315
|
+
const _ASttac = "AttachmentStatuses";
|
|
313
316
|
const _ASw = "AwsService";
|
|
314
317
|
const _AT = "AddressTransfer";
|
|
315
318
|
const _ATGAI = "AccepterTransitGatewayAttachmentId";
|
|
@@ -4073,6 +4076,8 @@ const _NDe = "NeuronDevices";
|
|
|
4073
4076
|
const _NES = "NitroEnclavesSupport";
|
|
4074
4077
|
const _NG = "NatGateway";
|
|
4075
4078
|
const _NGA = "NatGatewayAddresses";
|
|
4079
|
+
const _NGAA = "NatGatewayAttachedAppliance";
|
|
4080
|
+
const _NGAAL = "NatGatewayAttachedApplianceList";
|
|
4076
4081
|
const _NGAL = "NatGatewayAddressList";
|
|
4077
4082
|
const _NGAa = "NatGatewayAddress";
|
|
4078
4083
|
const _NGE = "NatGatewayExclusion";
|
|
@@ -5930,7 +5935,9 @@ const _aASA = "autoAcceptSharedAssociations";
|
|
|
5930
5935
|
const _aASAu = "autoAcceptSharedAttachments";
|
|
5931
5936
|
const _aASc = "accountAttributeSet";
|
|
5932
5937
|
const _aASd = "additionalAccountSet";
|
|
5938
|
+
const _aASt = "attachedApplianceSet";
|
|
5933
5939
|
const _aAc = "accessAll";
|
|
5940
|
+
const _aAp = "applianceArn";
|
|
5934
5941
|
const _aBHP = "actualBlockHourlyPrice";
|
|
5935
5942
|
const _aC = "availableCapacity";
|
|
5936
5943
|
const _aCIA = "associateCarrierIpAddress";
|
|
@@ -6031,7 +6038,8 @@ const _aSn = "analysisStatus";
|
|
|
6031
6038
|
const _aSs = "associationStatus";
|
|
6032
6039
|
const _aSss = "associationSet";
|
|
6033
6040
|
const _aSt = "attachmentSet";
|
|
6034
|
-
const _aStt = "
|
|
6041
|
+
const _aStt = "attachmentState";
|
|
6042
|
+
const _aStta = "attachmentStatuses";
|
|
6035
6043
|
const _aSw = "awsService";
|
|
6036
6044
|
const _aT = "addressTransfer";
|
|
6037
6045
|
const _aTGAI = "accepterTransitGatewayAttachmentId";
|
|
@@ -52486,7 +52494,7 @@ export var NatGateway = [
|
|
|
52486
52494
|
n0,
|
|
52487
52495
|
_NG,
|
|
52488
52496
|
0,
|
|
52489
|
-
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon, _AM, _ASIu, _APZ, _RTI],
|
|
52497
|
+
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon, _AM, _ASIu, _APZ, _AAt, _RTI],
|
|
52490
52498
|
[
|
|
52491
52499
|
[
|
|
52492
52500
|
4,
|
|
@@ -52593,6 +52601,13 @@ export var NatGateway = [
|
|
|
52593
52601
|
[_xN]: _aPZ,
|
|
52594
52602
|
},
|
|
52595
52603
|
],
|
|
52604
|
+
[
|
|
52605
|
+
() => NatGatewayAttachedApplianceList,
|
|
52606
|
+
{
|
|
52607
|
+
[_eQN]: `AttachedApplianceSet`,
|
|
52608
|
+
[_xN]: _aASt,
|
|
52609
|
+
},
|
|
52610
|
+
],
|
|
52596
52611
|
[
|
|
52597
52612
|
0,
|
|
52598
52613
|
{
|
|
@@ -52681,6 +52696,64 @@ export var NatGatewayAddress = [
|
|
|
52681
52696
|
],
|
|
52682
52697
|
],
|
|
52683
52698
|
];
|
|
52699
|
+
export var NatGatewayAttachedAppliance = [
|
|
52700
|
+
3,
|
|
52701
|
+
n0,
|
|
52702
|
+
_NGAA,
|
|
52703
|
+
0,
|
|
52704
|
+
[_Ty, _AAp, _VEIp, _AStta, _MSod, _FCa, _FM],
|
|
52705
|
+
[
|
|
52706
|
+
[
|
|
52707
|
+
0,
|
|
52708
|
+
{
|
|
52709
|
+
[_eQN]: `Type`,
|
|
52710
|
+
[_xN]: _ty,
|
|
52711
|
+
},
|
|
52712
|
+
],
|
|
52713
|
+
[
|
|
52714
|
+
0,
|
|
52715
|
+
{
|
|
52716
|
+
[_eQN]: `ApplianceArn`,
|
|
52717
|
+
[_xN]: _aAp,
|
|
52718
|
+
},
|
|
52719
|
+
],
|
|
52720
|
+
[
|
|
52721
|
+
0,
|
|
52722
|
+
{
|
|
52723
|
+
[_eQN]: `VpcEndpointId`,
|
|
52724
|
+
[_xN]: _vEI,
|
|
52725
|
+
},
|
|
52726
|
+
],
|
|
52727
|
+
[
|
|
52728
|
+
0,
|
|
52729
|
+
{
|
|
52730
|
+
[_eQN]: `AttachmentState`,
|
|
52731
|
+
[_xN]: _aStt,
|
|
52732
|
+
},
|
|
52733
|
+
],
|
|
52734
|
+
[
|
|
52735
|
+
0,
|
|
52736
|
+
{
|
|
52737
|
+
[_eQN]: `ModificationState`,
|
|
52738
|
+
[_xN]: _mSod,
|
|
52739
|
+
},
|
|
52740
|
+
],
|
|
52741
|
+
[
|
|
52742
|
+
0,
|
|
52743
|
+
{
|
|
52744
|
+
[_eQN]: `FailureCode`,
|
|
52745
|
+
[_xN]: _fCa,
|
|
52746
|
+
},
|
|
52747
|
+
],
|
|
52748
|
+
[
|
|
52749
|
+
0,
|
|
52750
|
+
{
|
|
52751
|
+
[_eQN]: `FailureMessage`,
|
|
52752
|
+
[_xN]: _fM,
|
|
52753
|
+
},
|
|
52754
|
+
],
|
|
52755
|
+
],
|
|
52756
|
+
];
|
|
52684
52757
|
export var NativeApplicationOidcOptions = [
|
|
52685
52758
|
3,
|
|
52686
52759
|
n0,
|
|
@@ -69596,7 +69669,7 @@ export var VolumeStatusItem = [
|
|
|
69596
69669
|
n0,
|
|
69597
69670
|
_VSIo,
|
|
69598
69671
|
0,
|
|
69599
|
-
[_Acti, _AZ, _OA, _Ev, _VIo, _VSol,
|
|
69672
|
+
[_Acti, _AZ, _OA, _Ev, _VIo, _VSol, _ASttac, _ISD, _AZI],
|
|
69600
69673
|
[
|
|
69601
69674
|
[
|
|
69602
69675
|
() => VolumeStatusActionsList,
|
|
@@ -69644,7 +69717,7 @@ export var VolumeStatusItem = [
|
|
|
69644
69717
|
() => VolumeStatusAttachmentStatusList,
|
|
69645
69718
|
{
|
|
69646
69719
|
[_eQN]: `AttachmentStatuses`,
|
|
69647
|
-
[_xN]:
|
|
69720
|
+
[_xN]: _aStta,
|
|
69648
69721
|
},
|
|
69649
69722
|
],
|
|
69650
69723
|
[
|
|
@@ -75685,6 +75758,18 @@ export var NatGatewayAddressList = [
|
|
|
75685
75758
|
},
|
|
75686
75759
|
],
|
|
75687
75760
|
];
|
|
75761
|
+
export var NatGatewayAttachedApplianceList = [
|
|
75762
|
+
1,
|
|
75763
|
+
n0,
|
|
75764
|
+
_NGAAL,
|
|
75765
|
+
0,
|
|
75766
|
+
[
|
|
75767
|
+
() => NatGatewayAttachedAppliance,
|
|
75768
|
+
{
|
|
75769
|
+
[_xN]: _it,
|
|
75770
|
+
},
|
|
75771
|
+
],
|
|
75772
|
+
];
|
|
75688
75773
|
export var NatGatewayIdStringList = [
|
|
75689
75774
|
1,
|
|
75690
75775
|
n0,
|
|
@@ -136,6 +136,17 @@ declare const CreateNatGatewayCommand_base: {
|
|
|
136
136
|
* // AvailabilityMode: "zonal" || "regional",
|
|
137
137
|
* // AutoScalingIps: "enabled" || "disabled",
|
|
138
138
|
* // AutoProvisionZones: "enabled" || "disabled",
|
|
139
|
+
* // AttachedAppliances: [ // NatGatewayAttachedApplianceList
|
|
140
|
+
* // { // NatGatewayAttachedAppliance
|
|
141
|
+
* // Type: "network-firewall-proxy",
|
|
142
|
+
* // ApplianceArn: "STRING_VALUE",
|
|
143
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
144
|
+
* // AttachmentState: "attaching" || "attached" || "detaching" || "detached" || "attach-failed" || "detach-failed",
|
|
145
|
+
* // ModificationState: "modifying" || "completed" || "failed",
|
|
146
|
+
* // FailureCode: "STRING_VALUE",
|
|
147
|
+
* // FailureMessage: "STRING_VALUE",
|
|
148
|
+
* // },
|
|
149
|
+
* // ],
|
|
139
150
|
* // RouteTableId: "STRING_VALUE",
|
|
140
151
|
* // },
|
|
141
152
|
* // };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DeleteTransitGatewayPolicyTableRequest
|
|
4
|
+
import { DeleteTransitGatewayPolicyTableRequest } from "../models/models_2";
|
|
5
|
+
import { DeleteTransitGatewayPolicyTableResult } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -98,6 +98,17 @@ declare const DescribeNatGatewaysCommand_base: {
|
|
|
98
98
|
* // AvailabilityMode: "zonal" || "regional",
|
|
99
99
|
* // AutoScalingIps: "enabled" || "disabled",
|
|
100
100
|
* // AutoProvisionZones: "enabled" || "disabled",
|
|
101
|
+
* // AttachedAppliances: [ // NatGatewayAttachedApplianceList
|
|
102
|
+
* // { // NatGatewayAttachedAppliance
|
|
103
|
+
* // Type: "network-firewall-proxy",
|
|
104
|
+
* // ApplianceArn: "STRING_VALUE",
|
|
105
|
+
* // VpcEndpointId: "STRING_VALUE",
|
|
106
|
+
* // AttachmentState: "attaching" || "attached" || "detaching" || "detached" || "attach-failed" || "detach-failed",
|
|
107
|
+
* // ModificationState: "modifying" || "completed" || "failed",
|
|
108
|
+
* // FailureCode: "STRING_VALUE",
|
|
109
|
+
* // FailureMessage: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // ],
|
|
101
112
|
* // RouteTableId: "STRING_VALUE",
|
|
102
113
|
* // },
|
|
103
114
|
* // ],
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetIpamAddressHistoryRequest } from "../models/
|
|
5
|
-
import { GetIpamAddressHistoryResult } from "../models/models_6";
|
|
4
|
+
import { GetIpamAddressHistoryRequest, GetIpamAddressHistoryResult } from "../models/models_6";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyVerifiedAccessTrustProviderRequest } from "../models/
|
|
5
|
-
import { ModifyVerifiedAccessTrustProviderResult } from "../models/models_7";
|
|
4
|
+
import { ModifyVerifiedAccessTrustProviderRequest, ModifyVerifiedAccessTrustProviderResult } from "../models/models_7";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -3633,6 +3633,46 @@ export declare const ConnectivityType: {
|
|
|
3633
3633
|
* @public
|
|
3634
3634
|
*/
|
|
3635
3635
|
export type ConnectivityType = (typeof ConnectivityType)[keyof typeof ConnectivityType];
|
|
3636
|
+
/**
|
|
3637
|
+
* @public
|
|
3638
|
+
* @enum
|
|
3639
|
+
*/
|
|
3640
|
+
export declare const NatGatewayApplianceState: {
|
|
3641
|
+
readonly ATTACHED: "attached";
|
|
3642
|
+
readonly ATTACHING: "attaching";
|
|
3643
|
+
readonly ATTACH_FAILED: "attach-failed";
|
|
3644
|
+
readonly DETACHED: "detached";
|
|
3645
|
+
readonly DETACHING: "detaching";
|
|
3646
|
+
readonly DETACH_FAILED: "detach-failed";
|
|
3647
|
+
};
|
|
3648
|
+
/**
|
|
3649
|
+
* @public
|
|
3650
|
+
*/
|
|
3651
|
+
export type NatGatewayApplianceState = (typeof NatGatewayApplianceState)[keyof typeof NatGatewayApplianceState];
|
|
3652
|
+
/**
|
|
3653
|
+
* @public
|
|
3654
|
+
* @enum
|
|
3655
|
+
*/
|
|
3656
|
+
export declare const NatGatewayApplianceModifyState: {
|
|
3657
|
+
readonly COMPLETED: "completed";
|
|
3658
|
+
readonly FAILED: "failed";
|
|
3659
|
+
readonly MODIFYING: "modifying";
|
|
3660
|
+
};
|
|
3661
|
+
/**
|
|
3662
|
+
* @public
|
|
3663
|
+
*/
|
|
3664
|
+
export type NatGatewayApplianceModifyState = (typeof NatGatewayApplianceModifyState)[keyof typeof NatGatewayApplianceModifyState];
|
|
3665
|
+
/**
|
|
3666
|
+
* @public
|
|
3667
|
+
* @enum
|
|
3668
|
+
*/
|
|
3669
|
+
export declare const NatGatewayApplianceType: {
|
|
3670
|
+
readonly NETWORK_FIREWALL_PROXY: "network-firewall-proxy";
|
|
3671
|
+
};
|
|
3672
|
+
/**
|
|
3673
|
+
* @public
|
|
3674
|
+
*/
|
|
3675
|
+
export type NatGatewayApplianceType = (typeof NatGatewayApplianceType)[keyof typeof NatGatewayApplianceType];
|
|
3636
3676
|
/**
|
|
3637
3677
|
* @public
|
|
3638
3678
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CopyTagsFromSource, CpuManufacturer, CurrencyCodeValues,
|
|
1
|
+
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CopyTagsFromSource, CpuManufacturer, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, ShutdownBehavior, SnapshotLocationEnum, SnapshotState, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, SSEType, StorageTier, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, TransferType, VolumeType, WeekDay } from "./enums";
|
|
2
2
|
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, InstanceEventWindow, Ipv4PrefixSpecification, MacModificationTask, NatGatewayAddress, NewDhcpConfiguration, OperatorResponse, PortRange, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, UnsuccessfulItem } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
@@ -9464,6 +9464,47 @@ export interface CreateNatGatewayRequest {
|
|
|
9464
9464
|
*/
|
|
9465
9465
|
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
9466
9466
|
}
|
|
9467
|
+
/**
|
|
9468
|
+
* <p>Information about an appliance attached to a NAT Gateway, providing managed security solutions for traffic filtering and inspection.</p>
|
|
9469
|
+
* @public
|
|
9470
|
+
*/
|
|
9471
|
+
export interface NatGatewayAttachedAppliance {
|
|
9472
|
+
/**
|
|
9473
|
+
* <p>The type of appliance attached to the NAT Gateway. For network firewall proxy functionality, this will be "network-firewall-proxy".</p>
|
|
9474
|
+
* @public
|
|
9475
|
+
*/
|
|
9476
|
+
Type?: NatGatewayApplianceType | undefined;
|
|
9477
|
+
/**
|
|
9478
|
+
* <p>The Amazon Resource Name (ARN) of the attached appliance, identifying the specific proxy or security appliance resource.</p>
|
|
9479
|
+
* @public
|
|
9480
|
+
*/
|
|
9481
|
+
ApplianceArn?: string | undefined;
|
|
9482
|
+
/**
|
|
9483
|
+
* <p>The VPC endpoint ID used to route traffic from application VPCs to the proxy for inspection and filtering.</p>
|
|
9484
|
+
* @public
|
|
9485
|
+
*/
|
|
9486
|
+
VpcEndpointId?: string | undefined;
|
|
9487
|
+
/**
|
|
9488
|
+
* <p>The current attachment state of the appliance.</p>
|
|
9489
|
+
* @public
|
|
9490
|
+
*/
|
|
9491
|
+
AttachmentState?: NatGatewayApplianceState | undefined;
|
|
9492
|
+
/**
|
|
9493
|
+
* <p>The current modification state of the appliance.</p>
|
|
9494
|
+
* @public
|
|
9495
|
+
*/
|
|
9496
|
+
ModificationState?: NatGatewayApplianceModifyState | undefined;
|
|
9497
|
+
/**
|
|
9498
|
+
* <p>The failure code if the appliance attachment or modification operation failed.</p>
|
|
9499
|
+
* @public
|
|
9500
|
+
*/
|
|
9501
|
+
FailureCode?: string | undefined;
|
|
9502
|
+
/**
|
|
9503
|
+
* <p>A descriptive message explaining the failure if the appliance attachment or modification operation failed.</p>
|
|
9504
|
+
* @public
|
|
9505
|
+
*/
|
|
9506
|
+
FailureMessage?: string | undefined;
|
|
9507
|
+
}
|
|
9467
9508
|
/**
|
|
9468
9509
|
* <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-gateways">documented limits</a>,
|
|
9469
9510
|
* contact Amazon Web Services Support.</p>
|
|
@@ -9632,6 +9673,11 @@ export interface NatGateway {
|
|
|
9632
9673
|
* @public
|
|
9633
9674
|
*/
|
|
9634
9675
|
AutoProvisionZones?: AutoProvisionZonesState | undefined;
|
|
9676
|
+
/**
|
|
9677
|
+
* <p>The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data exfiltration.</p>
|
|
9678
|
+
* @public
|
|
9679
|
+
*/
|
|
9680
|
+
AttachedAppliances?: NatGatewayAttachedAppliance[] | undefined;
|
|
9635
9681
|
/**
|
|
9636
9682
|
* <p>For regional NAT gateways only, this is the ID of the NAT gateway.</p>
|
|
9637
9683
|
* @public
|
|
@@ -12661,34 +12707,3 @@ export interface SpotInstanceStateFault {
|
|
|
12661
12707
|
*/
|
|
12662
12708
|
Message?: string | undefined;
|
|
12663
12709
|
}
|
|
12664
|
-
/**
|
|
12665
|
-
* <p>Describes the data feed for a Spot Instance.</p>
|
|
12666
|
-
* @public
|
|
12667
|
-
*/
|
|
12668
|
-
export interface SpotDatafeedSubscription {
|
|
12669
|
-
/**
|
|
12670
|
-
* <p>The name of the Amazon S3 bucket where the Spot Instance data feed is located.</p>
|
|
12671
|
-
* @public
|
|
12672
|
-
*/
|
|
12673
|
-
Bucket?: string | undefined;
|
|
12674
|
-
/**
|
|
12675
|
-
* <p>The fault codes for the Spot Instance request, if any.</p>
|
|
12676
|
-
* @public
|
|
12677
|
-
*/
|
|
12678
|
-
Fault?: SpotInstanceStateFault | undefined;
|
|
12679
|
-
/**
|
|
12680
|
-
* <p>The Amazon Web Services account ID of the account.</p>
|
|
12681
|
-
* @public
|
|
12682
|
-
*/
|
|
12683
|
-
OwnerId?: string | undefined;
|
|
12684
|
-
/**
|
|
12685
|
-
* <p>The prefix for the data feed files.</p>
|
|
12686
|
-
* @public
|
|
12687
|
-
*/
|
|
12688
|
-
Prefix?: string | undefined;
|
|
12689
|
-
/**
|
|
12690
|
-
* <p>The state of the Spot Instance data feed subscription.</p>
|
|
12691
|
-
* @public
|
|
12692
|
-
*/
|
|
12693
|
-
State?: DatafeedSubscriptionState | undefined;
|
|
12694
|
-
}
|