@aws-sdk/client-ec2 3.624.0 → 3.627.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 +149 -99
- package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_3.js +0 -4
- package/dist-es/models/models_4.js +4 -6
- package/dist-es/models/models_5.js +7 -5
- package/dist-es/models/models_6.js +9 -8
- package/dist-es/models/models_7.js +10 -2
- package/dist-es/protocols/Aws_ec2.js +30 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubnetCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +45 -127
- package/dist-types/models/models_1.d.ts +138 -62
- package/dist-types/models/models_2.d.ts +62 -30
- package/dist-types/models/models_3.d.ts +31 -214
- package/dist-types/models/models_4.d.ts +215 -314
- package/dist-types/models/models_5.d.ts +312 -42
- package/dist-types/models/models_6.d.ts +67 -73
- package/dist-types/models/models_7.d.ts +75 -5
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +16 -26
- package/dist-types/ts3.4/models/models_1.d.ts +32 -12
- package/dist-types/ts3.4/models/models_2.d.ts +12 -10
- package/dist-types/ts3.4/models/models_3.d.ts +9 -43
- package/dist-types/ts3.4/models/models_4.d.ts +45 -41
- package/dist-types/ts3.4/models/models_5.d.ts +43 -12
- package/dist-types/ts3.4/models/models_6.d.ts +21 -22
- package/dist-types/ts3.4/models/models_7.d.ts +31 -3
- package/package.json +1 -1
|
@@ -16856,6 +16856,9 @@ const se_CreateIpamRequest = (input, context) => {
|
|
|
16856
16856
|
if (input[_Ti] != null) {
|
|
16857
16857
|
entries[_Ti] = input[_Ti];
|
|
16858
16858
|
}
|
|
16859
|
+
if (input[_EPG] != null) {
|
|
16860
|
+
entries[_EPG] = input[_EPG];
|
|
16861
|
+
}
|
|
16859
16862
|
return entries;
|
|
16860
16863
|
};
|
|
16861
16864
|
const se_CreateIpamResourceDiscoveryRequest = (input, context) => {
|
|
@@ -29238,6 +29241,9 @@ const se_ModifyIpamRequest = (input, context) => {
|
|
|
29238
29241
|
if (input[_Ti] != null) {
|
|
29239
29242
|
entries[_Ti] = input[_Ti];
|
|
29240
29243
|
}
|
|
29244
|
+
if (input[_EPG] != null) {
|
|
29245
|
+
entries[_EPG] = input[_EPG];
|
|
29246
|
+
}
|
|
29241
29247
|
return entries;
|
|
29242
29248
|
};
|
|
29243
29249
|
const se_ModifyIpamResourceCidrRequest = (input, context) => {
|
|
@@ -46612,6 +46618,9 @@ const de_Ipam = (output, context) => {
|
|
|
46612
46618
|
if (output[_tie] != null) {
|
|
46613
46619
|
contents[_Ti] = __expectString(output[_tie]);
|
|
46614
46620
|
}
|
|
46621
|
+
if (output[_ePG] != null) {
|
|
46622
|
+
contents[_EPG] = __parseBoolean(output[_ePG]);
|
|
46623
|
+
}
|
|
46615
46624
|
return contents;
|
|
46616
46625
|
};
|
|
46617
46626
|
const de_IpamAddressHistoryRecord = (output, context) => {
|
|
@@ -46772,6 +46781,9 @@ const de_IpamDiscoveredResourceCidr = (output, context) => {
|
|
|
46772
46781
|
if (output[_rCe] != null) {
|
|
46773
46782
|
contents[_RC] = __expectString(output[_rCe]);
|
|
46774
46783
|
}
|
|
46784
|
+
if (output[_iSpo] != null) {
|
|
46785
|
+
contents[_ISpo] = __expectString(output[_iSpo]);
|
|
46786
|
+
}
|
|
46775
46787
|
if (output[_rTe] != null) {
|
|
46776
46788
|
contents[_RT] = __expectString(output[_rTe]);
|
|
46777
46789
|
}
|
|
@@ -53750,6 +53762,12 @@ const de_SubnetIpv6CidrBlockAssociation = (output, context) => {
|
|
|
53750
53762
|
if (output[_iCBS] != null) {
|
|
53751
53763
|
contents[_ICBS] = de_SubnetCidrBlockState(output[_iCBS], context);
|
|
53752
53764
|
}
|
|
53765
|
+
if (output[_iAA] != null) {
|
|
53766
|
+
contents[_IAA] = __expectString(output[_iAA]);
|
|
53767
|
+
}
|
|
53768
|
+
if (output[_iSpo] != null) {
|
|
53769
|
+
contents[_ISpo] = __expectString(output[_iSpo]);
|
|
53770
|
+
}
|
|
53753
53771
|
return contents;
|
|
53754
53772
|
};
|
|
53755
53773
|
const de_SubnetIpv6CidrBlockAssociationSet = (output, context) => {
|
|
@@ -56624,6 +56642,12 @@ const de_VpcIpv6CidrBlockAssociation = (output, context) => {
|
|
|
56624
56642
|
if (output[_iPpvo] != null) {
|
|
56625
56643
|
contents[_IPpv] = __expectString(output[_iPpvo]);
|
|
56626
56644
|
}
|
|
56645
|
+
if (output[_iAA] != null) {
|
|
56646
|
+
contents[_IAA] = __expectString(output[_iAA]);
|
|
56647
|
+
}
|
|
56648
|
+
if (output[_iSpo] != null) {
|
|
56649
|
+
contents[_ISpo] = __expectString(output[_iSpo]);
|
|
56650
|
+
}
|
|
56627
56651
|
return contents;
|
|
56628
56652
|
};
|
|
56629
56653
|
const de_VpcIpv6CidrBlockAssociationSet = (output, context) => {
|
|
@@ -57903,6 +57927,7 @@ const _EOIGg = "EgressOnlyInternetGateways";
|
|
|
57903
57927
|
const _EOS = "EbsOptimizedSupport";
|
|
57904
57928
|
const _EOn = "EnclaveOptions";
|
|
57905
57929
|
const _EP = "ExcludePaths";
|
|
57930
|
+
const _EPG = "EnablePrivateGua";
|
|
57906
57931
|
const _EPI = "EnablePrimaryIpv6";
|
|
57907
57932
|
const _EPg = "EgressPackets";
|
|
57908
57933
|
const _ERAOS = "EnableReachabilityAnalyzerOrganizationSharing";
|
|
@@ -58104,6 +58129,7 @@ const _Hi = "Hibernate";
|
|
|
58104
58129
|
const _Ho = "Hosts";
|
|
58105
58130
|
const _I = "Issuer";
|
|
58106
58131
|
const _IA = "Ipv6Addresses";
|
|
58132
|
+
const _IAA = "Ipv6AddressAttribute";
|
|
58107
58133
|
const _IAC = "Ipv6AddressCount";
|
|
58108
58134
|
const _IAI = "IncludeAllInstances";
|
|
58109
58135
|
const _IAIn = "InferenceAcceleratorInfo";
|
|
@@ -58277,6 +58303,7 @@ const _ISnt = "IntegrateServices";
|
|
|
58277
58303
|
const _ISp = "Ipv6Support";
|
|
58278
58304
|
const _ISpa = "IpamScope";
|
|
58279
58305
|
const _ISpam = "IpamScopes";
|
|
58306
|
+
const _ISpo = "IpSource";
|
|
58280
58307
|
const _ISpv = "Ipv6Supported";
|
|
58281
58308
|
const _IT = "InstanceType";
|
|
58282
58309
|
const _ITA = "InstanceTagAttribute";
|
|
@@ -59949,6 +59976,7 @@ const _eOIGS = "egressOnlyInternetGatewaySet";
|
|
|
59949
59976
|
const _eOS = "ebsOptimizedSupport";
|
|
59950
59977
|
const _eOn = "enclaveOptions";
|
|
59951
59978
|
const _eP = "egressPackets";
|
|
59979
|
+
const _ePG = "enablePrivateGua";
|
|
59952
59980
|
const _ePS = "excludePathSet";
|
|
59953
59981
|
const _eRNDAAAAR = "enableResourceNameDnsAAAARecord";
|
|
59954
59982
|
const _eRNDAR = "enableResourceNameDnsARecord";
|
|
@@ -60074,6 +60102,7 @@ const _hTo = "hostnameType";
|
|
|
60074
60102
|
const _hZI = "hostedZoneId";
|
|
60075
60103
|
const _i = "item";
|
|
60076
60104
|
const _iA = "interfaceAssociation";
|
|
60105
|
+
const _iAA = "ipv6AddressAttribute";
|
|
60077
60106
|
const _iAC = "ipv6AddressCount";
|
|
60078
60107
|
const _iAI = "inferenceAcceleratorInfo";
|
|
60079
60108
|
const _iAPI = "ipv4AddressesPerInterface";
|
|
@@ -60221,6 +60250,7 @@ const _iSns = "instanceSet";
|
|
|
60221
60250
|
const _iSnst = "instanceState";
|
|
60222
60251
|
const _iSnsta = "instanceStatus";
|
|
60223
60252
|
const _iSp = "ipamSet";
|
|
60253
|
+
const _iSpo = "ipSource";
|
|
60224
60254
|
const _iSpv = "ipv6Supported";
|
|
60225
60255
|
const _iSpvu = "ipv6Support";
|
|
60226
60256
|
const _iT = "instanceType";
|
|
@@ -51,6 +51,8 @@ declare const AssociateSubnetCidrBlockCommand_base: {
|
|
|
51
51
|
* // State: "associating" || "associated" || "disassociating" || "disassociated" || "failing" || "failed",
|
|
52
52
|
* // StatusMessage: "STRING_VALUE",
|
|
53
53
|
* // },
|
|
54
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
55
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
54
56
|
* // },
|
|
55
57
|
* // SubnetId: "STRING_VALUE",
|
|
56
58
|
* // };
|
|
@@ -65,6 +65,8 @@ declare const AssociateVpcCidrBlockCommand_base: {
|
|
|
65
65
|
* // },
|
|
66
66
|
* // NetworkBorderGroup: "STRING_VALUE",
|
|
67
67
|
* // Ipv6Pool: "STRING_VALUE",
|
|
68
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
69
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
68
70
|
* // },
|
|
69
71
|
* // CidrBlockAssociation: { // VpcCidrBlockAssociation
|
|
70
72
|
* // AssociationId: "STRING_VALUE",
|
|
@@ -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 { CreateCapacityReservationFleetRequest
|
|
4
|
+
import { CreateCapacityReservationFleetRequest } from "../models/models_0";
|
|
5
|
+
import { CreateCapacityReservationFleetResult } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -68,6 +68,8 @@ declare const CreateDefaultSubnetCommand_base: {
|
|
|
68
68
|
* // State: "associating" || "associated" || "disassociating" || "disassociated" || "failing" || "failed",
|
|
69
69
|
* // StatusMessage: "STRING_VALUE",
|
|
70
70
|
* // },
|
|
71
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
72
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
71
73
|
* // },
|
|
72
74
|
* // ],
|
|
73
75
|
* // Tags: [ // TagList
|
|
@@ -63,6 +63,8 @@ declare const CreateDefaultVpcCommand_base: {
|
|
|
63
63
|
* // },
|
|
64
64
|
* // NetworkBorderGroup: "STRING_VALUE",
|
|
65
65
|
* // Ipv6Pool: "STRING_VALUE",
|
|
66
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
67
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
66
68
|
* // },
|
|
67
69
|
* // ],
|
|
68
70
|
* // CidrBlockAssociationSet: [ // VpcCidrBlockAssociationSet
|
|
@@ -60,6 +60,7 @@ declare const CreateIpamCommand_base: {
|
|
|
60
60
|
* ],
|
|
61
61
|
* ClientToken: "STRING_VALUE",
|
|
62
62
|
* Tier: "free" || "advanced",
|
|
63
|
+
* EnablePrivateGua: true || false,
|
|
63
64
|
* };
|
|
64
65
|
* const command = new CreateIpamCommand(input);
|
|
65
66
|
* const response = await client.send(command);
|
|
@@ -90,6 +91,7 @@ declare const CreateIpamCommand_base: {
|
|
|
90
91
|
* // ResourceDiscoveryAssociationCount: Number("int"),
|
|
91
92
|
* // StateMessage: "STRING_VALUE",
|
|
92
93
|
* // Tier: "free" || "advanced",
|
|
94
|
+
* // EnablePrivateGua: true || false,
|
|
93
95
|
* // },
|
|
94
96
|
* // };
|
|
95
97
|
*
|
|
@@ -101,6 +101,8 @@ declare const CreateSubnetCommand_base: {
|
|
|
101
101
|
* // State: "associating" || "associated" || "disassociating" || "disassociated" || "failing" || "failed",
|
|
102
102
|
* // StatusMessage: "STRING_VALUE",
|
|
103
103
|
* // },
|
|
104
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
105
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
104
106
|
* // },
|
|
105
107
|
* // ],
|
|
106
108
|
* // Tags: [ // TagList
|
|
@@ -89,6 +89,8 @@ declare const CreateVpcCommand_base: {
|
|
|
89
89
|
* // },
|
|
90
90
|
* // NetworkBorderGroup: "STRING_VALUE",
|
|
91
91
|
* // Ipv6Pool: "STRING_VALUE",
|
|
92
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
93
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
92
94
|
* // },
|
|
93
95
|
* // ],
|
|
94
96
|
* // CidrBlockAssociationSet: [ // VpcCidrBlockAssociationSet
|
|
@@ -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 { DeleteLocalGatewayRouteRequest
|
|
4
|
+
import { DeleteLocalGatewayRouteRequest } from "../models/models_2";
|
|
5
|
+
import { DeleteLocalGatewayRouteResult } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 { DeleteLocalGatewayRouteTableRequest } from "../models/
|
|
5
|
-
import { DeleteLocalGatewayRouteTableResult } from "../models/models_3";
|
|
4
|
+
import { DeleteLocalGatewayRouteTableRequest, DeleteLocalGatewayRouteTableResult } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -81,6 +81,8 @@ declare const DescribeSubnetsCommand_base: {
|
|
|
81
81
|
* // State: "associating" || "associated" || "disassociating" || "disassociated" || "failing" || "failed",
|
|
82
82
|
* // StatusMessage: "STRING_VALUE",
|
|
83
83
|
* // },
|
|
84
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
85
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
84
86
|
* // },
|
|
85
87
|
* // ],
|
|
86
88
|
* // Tags: [ // TagList
|
|
@@ -73,6 +73,8 @@ declare const DescribeVpcsCommand_base: {
|
|
|
73
73
|
* // },
|
|
74
74
|
* // NetworkBorderGroup: "STRING_VALUE",
|
|
75
75
|
* // Ipv6Pool: "STRING_VALUE",
|
|
76
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
77
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
76
78
|
* // },
|
|
77
79
|
* // ],
|
|
78
80
|
* // CidrBlockAssociationSet: [ // VpcCidrBlockAssociationSet
|
|
@@ -47,6 +47,8 @@ declare const DisassociateSubnetCidrBlockCommand_base: {
|
|
|
47
47
|
* // State: "associating" || "associated" || "disassociating" || "disassociated" || "failing" || "failed",
|
|
48
48
|
* // StatusMessage: "STRING_VALUE",
|
|
49
49
|
* // },
|
|
50
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
51
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
50
52
|
* // },
|
|
51
53
|
* // SubnetId: "STRING_VALUE",
|
|
52
54
|
* // };
|
|
@@ -54,6 +54,8 @@ declare const DisassociateVpcCidrBlockCommand_base: {
|
|
|
54
54
|
* // },
|
|
55
55
|
* // NetworkBorderGroup: "STRING_VALUE",
|
|
56
56
|
* // Ipv6Pool: "STRING_VALUE",
|
|
57
|
+
* // Ipv6AddressAttribute: "public" || "private",
|
|
58
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
57
59
|
* // },
|
|
58
60
|
* // CidrBlockAssociation: { // VpcCidrBlockAssociation
|
|
59
61
|
* // AssociationId: "STRING_VALUE",
|
|
@@ -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 { GetInstanceTpmEkPubRequest } from "../models/
|
|
5
|
-
import { GetInstanceTpmEkPubResult } from "../models/models_6";
|
|
4
|
+
import { GetInstanceTpmEkPubRequest, GetInstanceTpmEkPubResult } from "../models/models_6";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -59,6 +59,7 @@ declare const GetIpamDiscoveredResourceCidrsCommand_base: {
|
|
|
59
59
|
* // ResourceId: "STRING_VALUE",
|
|
60
60
|
* // ResourceOwnerId: "STRING_VALUE",
|
|
61
61
|
* // ResourceCidr: "STRING_VALUE",
|
|
62
|
+
* // IpSource: "amazon" || "byoip" || "none",
|
|
62
63
|
* // ResourceType: "vpc" || "subnet" || "eip" || "public-ipv4-pool" || "ipv6-pool" || "eni",
|
|
63
64
|
* // ResourceTags: [ // IpamResourceTagList
|
|
64
65
|
* // { // IpamResourceTag
|
|
@@ -50,6 +50,7 @@ declare const ModifyIpamCommand_base: {
|
|
|
50
50
|
* },
|
|
51
51
|
* ],
|
|
52
52
|
* Tier: "free" || "advanced",
|
|
53
|
+
* EnablePrivateGua: true || false,
|
|
53
54
|
* };
|
|
54
55
|
* const command = new ModifyIpamCommand(input);
|
|
55
56
|
* const response = await client.send(command);
|
|
@@ -80,6 +81,7 @@ declare const ModifyIpamCommand_base: {
|
|
|
80
81
|
* // ResourceDiscoveryAssociationCount: Number("int"),
|
|
81
82
|
* // StateMessage: "STRING_VALUE",
|
|
82
83
|
* // Tier: "free" || "advanced",
|
|
84
|
+
* // EnablePrivateGua: true || false,
|
|
83
85
|
* // },
|
|
84
86
|
* // };
|
|
85
87
|
*
|
|
@@ -1,7 +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 { ModifyVpnTunnelOptionsRequest, ModifyVpnTunnelOptionsResult } from "../models/
|
|
4
|
+
import { ModifyVpnTunnelOptionsRequest, ModifyVpnTunnelOptionsResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
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 { MonitorInstancesRequest } from "../models/
|
|
5
|
-
import { MonitorInstancesResult } from "../models/models_7";
|
|
4
|
+
import { MonitorInstancesRequest, MonitorInstancesResult } from "../models/models_7";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -4376,6 +4376,31 @@ export interface AssociateSubnetCidrBlockRequest {
|
|
|
4376
4376
|
*/
|
|
4377
4377
|
Ipv6NetmaskLength?: number;
|
|
4378
4378
|
}
|
|
4379
|
+
/**
|
|
4380
|
+
* @public
|
|
4381
|
+
* @enum
|
|
4382
|
+
*/
|
|
4383
|
+
export declare const IpSource: {
|
|
4384
|
+
readonly amazon: "amazon";
|
|
4385
|
+
readonly byoip: "byoip";
|
|
4386
|
+
readonly none: "none";
|
|
4387
|
+
};
|
|
4388
|
+
/**
|
|
4389
|
+
* @public
|
|
4390
|
+
*/
|
|
4391
|
+
export type IpSource = (typeof IpSource)[keyof typeof IpSource];
|
|
4392
|
+
/**
|
|
4393
|
+
* @public
|
|
4394
|
+
* @enum
|
|
4395
|
+
*/
|
|
4396
|
+
export declare const Ipv6AddressAttribute: {
|
|
4397
|
+
readonly private: "private";
|
|
4398
|
+
readonly public: "public";
|
|
4399
|
+
};
|
|
4400
|
+
/**
|
|
4401
|
+
* @public
|
|
4402
|
+
*/
|
|
4403
|
+
export type Ipv6AddressAttribute = (typeof Ipv6AddressAttribute)[keyof typeof Ipv6AddressAttribute];
|
|
4379
4404
|
/**
|
|
4380
4405
|
* @public
|
|
4381
4406
|
* @enum
|
|
@@ -4428,6 +4453,16 @@ export interface SubnetIpv6CidrBlockAssociation {
|
|
|
4428
4453
|
* @public
|
|
4429
4454
|
*/
|
|
4430
4455
|
Ipv6CidrBlockState?: SubnetCidrBlockState;
|
|
4456
|
+
/**
|
|
4457
|
+
* <p>Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.</p>
|
|
4458
|
+
* @public
|
|
4459
|
+
*/
|
|
4460
|
+
Ipv6AddressAttribute?: Ipv6AddressAttribute;
|
|
4461
|
+
/**
|
|
4462
|
+
* <p>The source that allocated the IP address space. <code>byoip</code> or <code>amazon</code> indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). <code>none</code> indicates private space.</p>
|
|
4463
|
+
* @public
|
|
4464
|
+
*/
|
|
4465
|
+
IpSource?: IpSource;
|
|
4431
4466
|
}
|
|
4432
4467
|
/**
|
|
4433
4468
|
* @public
|
|
@@ -4875,6 +4910,16 @@ export interface VpcIpv6CidrBlockAssociation {
|
|
|
4875
4910
|
* @public
|
|
4876
4911
|
*/
|
|
4877
4912
|
Ipv6Pool?: string;
|
|
4913
|
+
/**
|
|
4914
|
+
* <p>Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.</p>
|
|
4915
|
+
* @public
|
|
4916
|
+
*/
|
|
4917
|
+
Ipv6AddressAttribute?: Ipv6AddressAttribute;
|
|
4918
|
+
/**
|
|
4919
|
+
* <p>The source that allocated the IP address space. <code>byoip</code> or <code>amazon</code> indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). <code>none</code> indicates private space.</p>
|
|
4920
|
+
* @public
|
|
4921
|
+
*/
|
|
4922
|
+
IpSource?: IpSource;
|
|
4878
4923
|
}
|
|
4879
4924
|
/**
|
|
4880
4925
|
* @public
|
|
@@ -8590,133 +8635,6 @@ export interface CreateCapacityReservationFleetRequest {
|
|
|
8590
8635
|
*/
|
|
8591
8636
|
DryRun?: boolean;
|
|
8592
8637
|
}
|
|
8593
|
-
/**
|
|
8594
|
-
* <p>Information about a Capacity Reservation in a Capacity Reservation Fleet.</p>
|
|
8595
|
-
* @public
|
|
8596
|
-
*/
|
|
8597
|
-
export interface FleetCapacityReservation {
|
|
8598
|
-
/**
|
|
8599
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
8600
|
-
* @public
|
|
8601
|
-
*/
|
|
8602
|
-
CapacityReservationId?: string;
|
|
8603
|
-
/**
|
|
8604
|
-
* <p>The ID of the Availability Zone in which the Capacity Reservation reserves capacity.</p>
|
|
8605
|
-
* @public
|
|
8606
|
-
*/
|
|
8607
|
-
AvailabilityZoneId?: string;
|
|
8608
|
-
/**
|
|
8609
|
-
* <p>The instance type for which the Capacity Reservation reserves capacity.</p>
|
|
8610
|
-
* @public
|
|
8611
|
-
*/
|
|
8612
|
-
InstanceType?: _InstanceType;
|
|
8613
|
-
/**
|
|
8614
|
-
* <p>The type of operating system for which the Capacity Reservation reserves capacity.</p>
|
|
8615
|
-
* @public
|
|
8616
|
-
*/
|
|
8617
|
-
InstancePlatform?: CapacityReservationInstancePlatform;
|
|
8618
|
-
/**
|
|
8619
|
-
* <p>The Availability Zone in which the Capacity Reservation reserves capacity.</p>
|
|
8620
|
-
* @public
|
|
8621
|
-
*/
|
|
8622
|
-
AvailabilityZone?: string;
|
|
8623
|
-
/**
|
|
8624
|
-
* <p>The total number of instances for which the Capacity Reservation reserves capacity.</p>
|
|
8625
|
-
* @public
|
|
8626
|
-
*/
|
|
8627
|
-
TotalInstanceCount?: number;
|
|
8628
|
-
/**
|
|
8629
|
-
* <p>The number of capacity units fulfilled by the Capacity Reservation. For more information,
|
|
8630
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
8631
|
-
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8632
|
-
* @public
|
|
8633
|
-
*/
|
|
8634
|
-
FulfilledCapacity?: number;
|
|
8635
|
-
/**
|
|
8636
|
-
* <p>Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.</p>
|
|
8637
|
-
* @public
|
|
8638
|
-
*/
|
|
8639
|
-
EbsOptimized?: boolean;
|
|
8640
|
-
/**
|
|
8641
|
-
* <p>The date and time at which the Capacity Reservation was created.</p>
|
|
8642
|
-
* @public
|
|
8643
|
-
*/
|
|
8644
|
-
CreateDate?: Date;
|
|
8645
|
-
/**
|
|
8646
|
-
* <p>The weight of the instance type in the Capacity Reservation Fleet. For more information, see
|
|
8647
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-weight">Instance type
|
|
8648
|
-
* weight</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8649
|
-
* @public
|
|
8650
|
-
*/
|
|
8651
|
-
Weight?: number;
|
|
8652
|
-
/**
|
|
8653
|
-
* <p>The priority of the instance type in the Capacity Reservation Fleet. For more information,
|
|
8654
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
|
|
8655
|
-
* priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8656
|
-
* @public
|
|
8657
|
-
*/
|
|
8658
|
-
Priority?: number;
|
|
8659
|
-
}
|
|
8660
|
-
/**
|
|
8661
|
-
* @public
|
|
8662
|
-
*/
|
|
8663
|
-
export interface CreateCapacityReservationFleetResult {
|
|
8664
|
-
/**
|
|
8665
|
-
* <p>The ID of the Capacity Reservation Fleet.</p>
|
|
8666
|
-
* @public
|
|
8667
|
-
*/
|
|
8668
|
-
CapacityReservationFleetId?: string;
|
|
8669
|
-
/**
|
|
8670
|
-
* <p>The status of the Capacity Reservation Fleet.</p>
|
|
8671
|
-
* @public
|
|
8672
|
-
*/
|
|
8673
|
-
State?: CapacityReservationFleetState;
|
|
8674
|
-
/**
|
|
8675
|
-
* <p>The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.</p>
|
|
8676
|
-
* @public
|
|
8677
|
-
*/
|
|
8678
|
-
TotalTargetCapacity?: number;
|
|
8679
|
-
/**
|
|
8680
|
-
* <p>The requested capacity units that have been successfully reserved.</p>
|
|
8681
|
-
* @public
|
|
8682
|
-
*/
|
|
8683
|
-
TotalFulfilledCapacity?: number;
|
|
8684
|
-
/**
|
|
8685
|
-
* <p>The instance matching criteria for the Capacity Reservation Fleet.</p>
|
|
8686
|
-
* @public
|
|
8687
|
-
*/
|
|
8688
|
-
InstanceMatchCriteria?: FleetInstanceMatchCriteria;
|
|
8689
|
-
/**
|
|
8690
|
-
* <p>The allocation strategy used by the Capacity Reservation Fleet.</p>
|
|
8691
|
-
* @public
|
|
8692
|
-
*/
|
|
8693
|
-
AllocationStrategy?: string;
|
|
8694
|
-
/**
|
|
8695
|
-
* <p>The date and time at which the Capacity Reservation Fleet was created.</p>
|
|
8696
|
-
* @public
|
|
8697
|
-
*/
|
|
8698
|
-
CreateTime?: Date;
|
|
8699
|
-
/**
|
|
8700
|
-
* <p>The date and time at which the Capacity Reservation Fleet expires.</p>
|
|
8701
|
-
* @public
|
|
8702
|
-
*/
|
|
8703
|
-
EndDate?: Date;
|
|
8704
|
-
/**
|
|
8705
|
-
* <p>Indicates the tenancy of Capacity Reservation Fleet.</p>
|
|
8706
|
-
* @public
|
|
8707
|
-
*/
|
|
8708
|
-
Tenancy?: FleetCapacityReservationTenancy;
|
|
8709
|
-
/**
|
|
8710
|
-
* <p>Information about the individual Capacity Reservations in the Capacity Reservation Fleet.</p>
|
|
8711
|
-
* @public
|
|
8712
|
-
*/
|
|
8713
|
-
FleetCapacityReservations?: FleetCapacityReservation[];
|
|
8714
|
-
/**
|
|
8715
|
-
* <p>The tags assigned to the Capacity Reservation Fleet.</p>
|
|
8716
|
-
* @public
|
|
8717
|
-
*/
|
|
8718
|
-
Tags?: Tag[];
|
|
8719
|
-
}
|
|
8720
8638
|
/**
|
|
8721
8639
|
* @internal
|
|
8722
8640
|
*/
|