@aws-sdk/client-ec2 3.662.0 → 3.665.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 +8 -0
- package/dist-cjs/index.js +1635 -1556
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyInstanceCpuOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -6
- package/dist-es/models/models_7.js +8 -0
- package/dist-es/protocols/Aws_ec2.js +1601 -1545
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
- package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
- package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +18 -18
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
- package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
- package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
- package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
- package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
- package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
- package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +85 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +8 -7
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +7 -8
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
- package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +266 -268
- package/dist-types/models/models_1.d.ts +231 -231
- package/dist-types/models/models_2.d.ts +372 -376
- package/dist-types/models/models_3.d.ts +221 -221
- package/dist-types/models/models_4.d.ts +858 -858
- package/dist-types/models/models_5.d.ts +210 -210
- package/dist-types/models/models_6.d.ts +289 -291
- package/dist-types/models/models_7.d.ts +424 -361
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/runtimeConfig.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -1
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/dist-types/ts3.4/models/models_1.d.ts +41 -41
- package/dist-types/ts3.4/models/models_2.d.ts +71 -71
- package/dist-types/ts3.4/models/models_3.d.ts +27 -27
- package/dist-types/ts3.4/models/models_4.d.ts +112 -112
- package/dist-types/ts3.4/models/models_5.d.ts +27 -27
- package/dist-types/ts3.4/models/models_6.d.ts +53 -56
- package/dist-types/ts3.4/models/models_7.d.ts +78 -61
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/package.json +15 -15
|
@@ -17,66 +17,6 @@ export type NetworkInterfaceCreationType = (typeof NetworkInterfaceCreationType)
|
|
|
17
17
|
* @public
|
|
18
18
|
*/
|
|
19
19
|
export interface CreateNetworkInterfaceRequest {
|
|
20
|
-
/**
|
|
21
|
-
* <p>A description for the network interface.</p>
|
|
22
|
-
* @public
|
|
23
|
-
*/
|
|
24
|
-
Description?: string;
|
|
25
|
-
/**
|
|
26
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
27
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
28
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
29
|
-
* @public
|
|
30
|
-
*/
|
|
31
|
-
DryRun?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* <p>The IDs of one or more security groups.</p>
|
|
34
|
-
* @public
|
|
35
|
-
*/
|
|
36
|
-
Groups?: string[];
|
|
37
|
-
/**
|
|
38
|
-
* <p>The number of IPv6 addresses to assign to a network interface. Amazon EC2
|
|
39
|
-
* automatically selects the IPv6 addresses from the subnet range.</p>
|
|
40
|
-
* <p>You can't specify a count of IPv6 addresses using this parameter if you've specified
|
|
41
|
-
* one of the following: specific IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.</p>
|
|
42
|
-
* <p>If your subnet has the <code>AssignIpv6AddressOnCreation</code> attribute set, you can
|
|
43
|
-
* override that setting by specifying 0 as the IPv6 address count.</p>
|
|
44
|
-
* @public
|
|
45
|
-
*/
|
|
46
|
-
Ipv6AddressCount?: number;
|
|
47
|
-
/**
|
|
48
|
-
* <p>The IPv6 addresses from the IPv6 CIDR block range of your subnet.</p>
|
|
49
|
-
* <p>You can't specify IPv6 addresses using this parameter if you've specified one of the
|
|
50
|
-
* following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.</p>
|
|
51
|
-
* @public
|
|
52
|
-
*/
|
|
53
|
-
Ipv6Addresses?: InstanceIpv6Address[];
|
|
54
|
-
/**
|
|
55
|
-
* <p>The primary private IPv4 address of the network interface. If you don't specify an
|
|
56
|
-
* IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you
|
|
57
|
-
* specify an IP address, you cannot indicate any IP addresses specified in
|
|
58
|
-
* <code>privateIpAddresses</code> as primary (only one IP address can be designated as
|
|
59
|
-
* primary).</p>
|
|
60
|
-
* @public
|
|
61
|
-
*/
|
|
62
|
-
PrivateIpAddress?: string;
|
|
63
|
-
/**
|
|
64
|
-
* <p>The private IPv4 addresses.</p>
|
|
65
|
-
* <p>You can't specify private IPv4 addresses if you've specified one of the following:
|
|
66
|
-
* a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.</p>
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
70
|
-
/**
|
|
71
|
-
* <p>The number of secondary private IPv4 addresses to assign to a network interface. When
|
|
72
|
-
* you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses
|
|
73
|
-
* within the subnet's IPv4 CIDR range. You can't specify this option and specify more than
|
|
74
|
-
* one private IP address using <code>privateIpAddresses</code>.</p>
|
|
75
|
-
* <p>You can't specify a count of private IPv4 addresses if you've specified one of the following:
|
|
76
|
-
* specific private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.</p>
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
SecondaryPrivateIpAddressCount?: number;
|
|
80
20
|
/**
|
|
81
21
|
* <p>The IPv4 prefixes assigned to the network interface.</p>
|
|
82
22
|
* <p>You can't specify IPv4 prefixes if you've specified one of the following:
|
|
@@ -112,11 +52,6 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
112
52
|
* @public
|
|
113
53
|
*/
|
|
114
54
|
InterfaceType?: NetworkInterfaceCreationType;
|
|
115
|
-
/**
|
|
116
|
-
* <p>The ID of the subnet to associate with the network interface.</p>
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
SubnetId: string | undefined;
|
|
120
55
|
/**
|
|
121
56
|
* <p>The tags to apply to the new network interface.</p>
|
|
122
57
|
* @public
|
|
@@ -148,6 +83,71 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
148
83
|
* @public
|
|
149
84
|
*/
|
|
150
85
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The ID of the subnet to associate with the network interface.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
SubnetId: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>A description for the network interface.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
Description?: string;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The primary private IPv4 address of the network interface. If you don't specify an
|
|
98
|
+
* IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you
|
|
99
|
+
* specify an IP address, you cannot indicate any IP addresses specified in
|
|
100
|
+
* <code>privateIpAddresses</code> as primary (only one IP address can be designated as
|
|
101
|
+
* primary).</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
PrivateIpAddress?: string;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The IDs of one or more security groups.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
Groups?: string[];
|
|
110
|
+
/**
|
|
111
|
+
* <p>The private IPv4 addresses.</p>
|
|
112
|
+
* <p>You can't specify private IPv4 addresses if you've specified one of the following:
|
|
113
|
+
* a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[];
|
|
117
|
+
/**
|
|
118
|
+
* <p>The number of secondary private IPv4 addresses to assign to a network interface. When
|
|
119
|
+
* you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses
|
|
120
|
+
* within the subnet's IPv4 CIDR range. You can't specify this option and specify more than
|
|
121
|
+
* one private IP address using <code>privateIpAddresses</code>.</p>
|
|
122
|
+
* <p>You can't specify a count of private IPv4 addresses if you've specified one of the following:
|
|
123
|
+
* specific private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
SecondaryPrivateIpAddressCount?: number;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The IPv6 addresses from the IPv6 CIDR block range of your subnet.</p>
|
|
129
|
+
* <p>You can't specify IPv6 addresses using this parameter if you've specified one of the
|
|
130
|
+
* following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
Ipv6Addresses?: InstanceIpv6Address[];
|
|
134
|
+
/**
|
|
135
|
+
* <p>The number of IPv6 addresses to assign to a network interface. Amazon EC2
|
|
136
|
+
* automatically selects the IPv6 addresses from the subnet range.</p>
|
|
137
|
+
* <p>You can't specify a count of IPv6 addresses using this parameter if you've specified
|
|
138
|
+
* one of the following: specific IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.</p>
|
|
139
|
+
* <p>If your subnet has the <code>AssignIpv6AddressOnCreation</code> attribute set, you can
|
|
140
|
+
* override that setting by specifying 0 as the IPv6 address count.</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
Ipv6AddressCount?: number;
|
|
144
|
+
/**
|
|
145
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
146
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
147
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
DryRun?: boolean;
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* <p>Describes association information for an Elastic IP address (IPv4 only), or a Carrier
|
|
@@ -318,15 +318,15 @@ export interface ConnectionTrackingConfiguration {
|
|
|
318
318
|
*/
|
|
319
319
|
export interface GroupIdentifier {
|
|
320
320
|
/**
|
|
321
|
-
* <p>The
|
|
321
|
+
* <p>The ID of the security group.</p>
|
|
322
322
|
* @public
|
|
323
323
|
*/
|
|
324
|
-
|
|
324
|
+
GroupId?: string;
|
|
325
325
|
/**
|
|
326
|
-
* <p>The
|
|
326
|
+
* <p>The name of the security group.</p>
|
|
327
327
|
* @public
|
|
328
328
|
*/
|
|
329
|
-
|
|
329
|
+
GroupName?: string;
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* @public
|
|
@@ -735,25 +735,6 @@ export type PlacementStrategy = (typeof PlacementStrategy)[keyof typeof Placemen
|
|
|
735
735
|
* @public
|
|
736
736
|
*/
|
|
737
737
|
export interface CreatePlacementGroupRequest {
|
|
738
|
-
/**
|
|
739
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
740
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
741
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
742
|
-
* @public
|
|
743
|
-
*/
|
|
744
|
-
DryRun?: boolean;
|
|
745
|
-
/**
|
|
746
|
-
* <p>A name for the placement group. Must be unique within the scope of your account for
|
|
747
|
-
* the Region.</p>
|
|
748
|
-
* <p>Constraints: Up to 255 ASCII characters</p>
|
|
749
|
-
* @public
|
|
750
|
-
*/
|
|
751
|
-
GroupName?: string;
|
|
752
|
-
/**
|
|
753
|
-
* <p>The placement strategy.</p>
|
|
754
|
-
* @public
|
|
755
|
-
*/
|
|
756
|
-
Strategy?: PlacementStrategy;
|
|
757
738
|
/**
|
|
758
739
|
* <p>The number of partitions. Valid only when <b>Strategy</b> is
|
|
759
740
|
* set to <code>partition</code>.</p>
|
|
@@ -779,6 +760,25 @@ export interface CreatePlacementGroupRequest {
|
|
|
779
760
|
* @public
|
|
780
761
|
*/
|
|
781
762
|
SpreadLevel?: SpreadLevel;
|
|
763
|
+
/**
|
|
764
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
765
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
766
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
DryRun?: boolean;
|
|
770
|
+
/**
|
|
771
|
+
* <p>A name for the placement group. Must be unique within the scope of your account for
|
|
772
|
+
* the Region.</p>
|
|
773
|
+
* <p>Constraints: Up to 255 ASCII characters</p>
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
GroupName?: string;
|
|
777
|
+
/**
|
|
778
|
+
* <p>The placement strategy.</p>
|
|
779
|
+
* @public
|
|
780
|
+
*/
|
|
781
|
+
Strategy?: PlacementStrategy;
|
|
782
782
|
}
|
|
783
783
|
/**
|
|
784
784
|
* @public
|
|
@@ -1060,21 +1060,21 @@ export interface CreateReplaceRootVolumeTaskResult {
|
|
|
1060
1060
|
*/
|
|
1061
1061
|
export interface PriceScheduleSpecification {
|
|
1062
1062
|
/**
|
|
1063
|
-
* <p>The
|
|
1064
|
-
* At this time, the only supported currency is <code>USD</code>.</p>
|
|
1063
|
+
* <p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>
|
|
1065
1064
|
* @public
|
|
1066
1065
|
*/
|
|
1067
|
-
|
|
1066
|
+
Term?: number;
|
|
1068
1067
|
/**
|
|
1069
1068
|
* <p>The fixed price for the term.</p>
|
|
1070
1069
|
* @public
|
|
1071
1070
|
*/
|
|
1072
1071
|
Price?: number;
|
|
1073
1072
|
/**
|
|
1074
|
-
* <p>The
|
|
1073
|
+
* <p>The currency for transacting the Reserved Instance resale.
|
|
1074
|
+
* At this time, the only supported currency is <code>USD</code>.</p>
|
|
1075
1075
|
* @public
|
|
1076
1076
|
*/
|
|
1077
|
-
|
|
1077
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
1078
1078
|
}
|
|
1079
1079
|
/**
|
|
1080
1080
|
* <p>Contains the parameters for CreateReservedInstancesListing.</p>
|
|
@@ -1082,12 +1082,10 @@ export interface PriceScheduleSpecification {
|
|
|
1082
1082
|
*/
|
|
1083
1083
|
export interface CreateReservedInstancesListingRequest {
|
|
1084
1084
|
/**
|
|
1085
|
-
* <p>
|
|
1086
|
-
* listings. This helps avoid duplicate listings. For more information, see
|
|
1087
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
1085
|
+
* <p>The ID of the active Standard Reserved Instance.</p>
|
|
1088
1086
|
* @public
|
|
1089
1087
|
*/
|
|
1090
|
-
|
|
1088
|
+
ReservedInstancesId: string | undefined;
|
|
1091
1089
|
/**
|
|
1092
1090
|
* <p>The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.</p>
|
|
1093
1091
|
* @public
|
|
@@ -1099,10 +1097,12 @@ export interface CreateReservedInstancesListingRequest {
|
|
|
1099
1097
|
*/
|
|
1100
1098
|
PriceSchedules: PriceScheduleSpecification[] | undefined;
|
|
1101
1099
|
/**
|
|
1102
|
-
* <p>
|
|
1100
|
+
* <p>Unique, case-sensitive identifier you provide to ensure idempotency of your
|
|
1101
|
+
* listings. This helps avoid duplicate listings. For more information, see
|
|
1102
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
1103
1103
|
* @public
|
|
1104
1104
|
*/
|
|
1105
|
-
|
|
1105
|
+
ClientToken: string | undefined;
|
|
1106
1106
|
}
|
|
1107
1107
|
/**
|
|
1108
1108
|
* <p>Contains the output of CreateReservedInstancesListing.</p>
|
|
@@ -1175,89 +1175,89 @@ export interface CreateRestoreImageTaskResult {
|
|
|
1175
1175
|
*/
|
|
1176
1176
|
export interface CreateRouteRequest {
|
|
1177
1177
|
/**
|
|
1178
|
-
* <p>The
|
|
1178
|
+
* <p>The ID of a prefix list used for the destination match.</p>
|
|
1179
1179
|
* @public
|
|
1180
1180
|
*/
|
|
1181
|
-
|
|
1181
|
+
DestinationPrefixListId?: string;
|
|
1182
1182
|
/**
|
|
1183
|
-
* <p>The
|
|
1183
|
+
* <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
|
|
1184
1184
|
* @public
|
|
1185
1185
|
*/
|
|
1186
|
-
|
|
1186
|
+
VpcEndpointId?: string;
|
|
1187
1187
|
/**
|
|
1188
|
-
* <p>The ID of a
|
|
1188
|
+
* <p>The ID of a transit gateway.</p>
|
|
1189
1189
|
* @public
|
|
1190
1190
|
*/
|
|
1191
|
-
|
|
1191
|
+
TransitGatewayId?: string;
|
|
1192
1192
|
/**
|
|
1193
|
-
* <p>
|
|
1194
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1195
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1193
|
+
* <p>The ID of the local gateway.</p>
|
|
1196
1194
|
* @public
|
|
1197
1195
|
*/
|
|
1198
|
-
|
|
1196
|
+
LocalGatewayId?: string;
|
|
1199
1197
|
/**
|
|
1200
|
-
* <p>The ID of
|
|
1198
|
+
* <p>The ID of the carrier gateway.</p>
|
|
1199
|
+
* <p>You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.</p>
|
|
1201
1200
|
* @public
|
|
1202
1201
|
*/
|
|
1203
|
-
|
|
1202
|
+
CarrierGatewayId?: string;
|
|
1204
1203
|
/**
|
|
1205
|
-
* <p>
|
|
1204
|
+
* <p>The Amazon Resource Name (ARN) of the core network.</p>
|
|
1206
1205
|
* @public
|
|
1207
1206
|
*/
|
|
1208
|
-
|
|
1207
|
+
CoreNetworkArn?: string;
|
|
1209
1208
|
/**
|
|
1210
|
-
* <p>
|
|
1211
|
-
*
|
|
1209
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1210
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1211
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1212
1212
|
* @public
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
DryRun?: boolean;
|
|
1215
1215
|
/**
|
|
1216
|
-
* <p>The ID of
|
|
1216
|
+
* <p>The ID of the route table for the route.</p>
|
|
1217
1217
|
* @public
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
RouteTableId: string | undefined;
|
|
1220
1220
|
/**
|
|
1221
|
-
* <p>
|
|
1221
|
+
* <p>The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
|
|
1222
1222
|
* @public
|
|
1223
1223
|
*/
|
|
1224
|
-
|
|
1224
|
+
DestinationCidrBlock?: string;
|
|
1225
1225
|
/**
|
|
1226
|
-
* <p>The ID of
|
|
1226
|
+
* <p>The ID of an internet gateway or virtual private gateway attached to your
|
|
1227
|
+
* VPC.</p>
|
|
1227
1228
|
* @public
|
|
1228
1229
|
*/
|
|
1229
|
-
|
|
1230
|
+
GatewayId?: string;
|
|
1230
1231
|
/**
|
|
1231
|
-
* <p>The
|
|
1232
|
+
* <p>The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.</p>
|
|
1232
1233
|
* @public
|
|
1233
1234
|
*/
|
|
1234
|
-
|
|
1235
|
+
DestinationIpv6CidrBlock?: string;
|
|
1235
1236
|
/**
|
|
1236
|
-
* <p>The ID of
|
|
1237
|
-
* <p>You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.</p>
|
|
1237
|
+
* <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
|
|
1238
1238
|
* @public
|
|
1239
1239
|
*/
|
|
1240
|
-
|
|
1240
|
+
EgressOnlyInternetGatewayId?: string;
|
|
1241
1241
|
/**
|
|
1242
|
-
* <p>The ID of a network interface.</p>
|
|
1242
|
+
* <p>The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.</p>
|
|
1243
1243
|
* @public
|
|
1244
1244
|
*/
|
|
1245
|
-
|
|
1245
|
+
InstanceId?: string;
|
|
1246
1246
|
/**
|
|
1247
|
-
* <p>The ID of
|
|
1247
|
+
* <p>The ID of a network interface.</p>
|
|
1248
1248
|
* @public
|
|
1249
1249
|
*/
|
|
1250
|
-
|
|
1250
|
+
NetworkInterfaceId?: string;
|
|
1251
1251
|
/**
|
|
1252
1252
|
* <p>The ID of a VPC peering connection.</p>
|
|
1253
1253
|
* @public
|
|
1254
1254
|
*/
|
|
1255
1255
|
VpcPeeringConnectionId?: string;
|
|
1256
1256
|
/**
|
|
1257
|
-
* <p>
|
|
1257
|
+
* <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
|
|
1258
1258
|
* @public
|
|
1259
1259
|
*/
|
|
1260
|
-
|
|
1260
|
+
NatGatewayId?: string;
|
|
1261
1261
|
}
|
|
1262
1262
|
/**
|
|
1263
1263
|
* @public
|
|
@@ -1274,28 +1274,28 @@ export interface CreateRouteResult {
|
|
|
1274
1274
|
*/
|
|
1275
1275
|
export interface CreateRouteTableRequest {
|
|
1276
1276
|
/**
|
|
1277
|
-
* <p>
|
|
1278
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1279
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1277
|
+
* <p>The tags to assign to the route table.</p>
|
|
1280
1278
|
* @public
|
|
1281
1279
|
*/
|
|
1282
|
-
|
|
1280
|
+
TagSpecifications?: TagSpecification[];
|
|
1283
1281
|
/**
|
|
1284
|
-
* <p>
|
|
1282
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1283
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
1285
1284
|
* @public
|
|
1286
1285
|
*/
|
|
1287
|
-
|
|
1286
|
+
ClientToken?: string;
|
|
1288
1287
|
/**
|
|
1289
|
-
* <p>
|
|
1288
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1289
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1290
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1290
1291
|
* @public
|
|
1291
1292
|
*/
|
|
1292
|
-
|
|
1293
|
+
DryRun?: boolean;
|
|
1293
1294
|
/**
|
|
1294
|
-
* <p>
|
|
1295
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
1295
|
+
* <p>The ID of the VPC.</p>
|
|
1296
1296
|
* @public
|
|
1297
1297
|
*/
|
|
1298
|
-
|
|
1298
|
+
VpcId: string | undefined;
|
|
1299
1299
|
}
|
|
1300
1300
|
/**
|
|
1301
1301
|
* <p>Describes an association between a route table and a subnet or gateway.</p>
|
|
@@ -1674,40 +1674,41 @@ export type StorageTier = (typeof StorageTier)[keyof typeof StorageTier];
|
|
|
1674
1674
|
*/
|
|
1675
1675
|
export interface Snapshot {
|
|
1676
1676
|
/**
|
|
1677
|
-
* <p>The
|
|
1678
|
-
*
|
|
1679
|
-
* snapshot copy. Because data encryption keys are inherited by volumes created from snapshots,
|
|
1680
|
-
* and vice versa, if snapshots share the same data encryption key identifier, then they belong
|
|
1681
|
-
* to the same volume/snapshot lineage. This parameter is only returned by <a>DescribeSnapshots</a>.</p>
|
|
1677
|
+
* <p>The Amazon Web Services owner alias, from an Amazon-maintained list (<code>amazon</code>). This is not
|
|
1678
|
+
* the user-configured Amazon Web Services account alias set using the IAM console.</p>
|
|
1682
1679
|
* @public
|
|
1683
1680
|
*/
|
|
1684
|
-
|
|
1681
|
+
OwnerAlias?: string;
|
|
1685
1682
|
/**
|
|
1686
|
-
* <p>The
|
|
1683
|
+
* <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
|
|
1684
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
1687
1685
|
* @public
|
|
1688
1686
|
*/
|
|
1689
|
-
|
|
1687
|
+
OutpostArn?: string;
|
|
1690
1688
|
/**
|
|
1691
|
-
* <p>
|
|
1689
|
+
* <p>Any tags assigned to the snapshot.</p>
|
|
1692
1690
|
* @public
|
|
1693
1691
|
*/
|
|
1694
|
-
|
|
1692
|
+
Tags?: Tag[];
|
|
1695
1693
|
/**
|
|
1696
|
-
* <p>The
|
|
1697
|
-
*
|
|
1694
|
+
* <p>The storage tier in which the snapshot is stored. <code>standard</code> indicates
|
|
1695
|
+
* that the snapshot is stored in the standard snapshot storage tier and that it is ready
|
|
1696
|
+
* for use. <code>archive</code> indicates that the snapshot is currently archived and that
|
|
1697
|
+
* it must be restored before it can be used.</p>
|
|
1698
1698
|
* @public
|
|
1699
1699
|
*/
|
|
1700
|
-
|
|
1700
|
+
StorageTier?: StorageTier;
|
|
1701
1701
|
/**
|
|
1702
|
-
* <p>
|
|
1702
|
+
* <p>Only for archived snapshots that are temporarily restored. Indicates the date and
|
|
1703
|
+
* time when a temporarily restored snapshot will be automatically re-archived.</p>
|
|
1703
1704
|
* @public
|
|
1704
1705
|
*/
|
|
1705
|
-
|
|
1706
|
+
RestoreExpiryTime?: Date;
|
|
1706
1707
|
/**
|
|
1707
|
-
* <p>
|
|
1708
|
+
* <p>Reserved for future use.</p>
|
|
1708
1709
|
* @public
|
|
1709
1710
|
*/
|
|
1710
|
-
|
|
1711
|
+
SseType?: SSEType;
|
|
1711
1712
|
/**
|
|
1712
1713
|
* <p>The ID of the snapshot. Each snapshot receives a unique identifier when it is
|
|
1713
1714
|
* created.</p>
|
|
@@ -1715,10 +1716,11 @@ export interface Snapshot {
|
|
|
1715
1716
|
*/
|
|
1716
1717
|
SnapshotId?: string;
|
|
1717
1718
|
/**
|
|
1718
|
-
* <p>The
|
|
1719
|
+
* <p>The ID of the volume that was used to create the snapshot. Snapshots created by the <a>CopySnapshot</a> action have an arbitrary volume ID that should not be used for any
|
|
1720
|
+
* purpose.</p>
|
|
1719
1721
|
* @public
|
|
1720
1722
|
*/
|
|
1721
|
-
|
|
1723
|
+
VolumeId?: string;
|
|
1722
1724
|
/**
|
|
1723
1725
|
* <p>The snapshot state.</p>
|
|
1724
1726
|
* @public
|
|
@@ -1733,52 +1735,50 @@ export interface Snapshot {
|
|
|
1733
1735
|
*/
|
|
1734
1736
|
StateMessage?: string;
|
|
1735
1737
|
/**
|
|
1736
|
-
* <p>The
|
|
1737
|
-
* purpose.</p>
|
|
1738
|
+
* <p>The time stamp when the snapshot was initiated.</p>
|
|
1738
1739
|
* @public
|
|
1739
1740
|
*/
|
|
1740
|
-
|
|
1741
|
+
StartTime?: Date;
|
|
1741
1742
|
/**
|
|
1742
|
-
* <p>The
|
|
1743
|
+
* <p>The progress of the snapshot, as a percentage.</p>
|
|
1743
1744
|
* @public
|
|
1744
1745
|
*/
|
|
1745
|
-
|
|
1746
|
+
Progress?: string;
|
|
1746
1747
|
/**
|
|
1747
|
-
* <p>The Amazon Web Services
|
|
1748
|
-
* the user-configured Amazon Web Services account alias set using the IAM console.</p>
|
|
1748
|
+
* <p>The ID of the Amazon Web Services account that owns the EBS snapshot.</p>
|
|
1749
1749
|
* @public
|
|
1750
1750
|
*/
|
|
1751
|
-
|
|
1751
|
+
OwnerId?: string;
|
|
1752
1752
|
/**
|
|
1753
|
-
* <p>The
|
|
1754
|
-
* <i>Amazon EBS User Guide</i>.</p>
|
|
1753
|
+
* <p>The description for the snapshot.</p>
|
|
1755
1754
|
* @public
|
|
1756
1755
|
*/
|
|
1757
|
-
|
|
1756
|
+
Description?: string;
|
|
1758
1757
|
/**
|
|
1759
|
-
* <p>
|
|
1758
|
+
* <p>The size of the volume, in GiB.</p>
|
|
1760
1759
|
* @public
|
|
1761
1760
|
*/
|
|
1762
|
-
|
|
1761
|
+
VolumeSize?: number;
|
|
1763
1762
|
/**
|
|
1764
|
-
* <p>
|
|
1765
|
-
* that the snapshot is stored in the standard snapshot storage tier and that it is ready
|
|
1766
|
-
* for use. <code>archive</code> indicates that the snapshot is currently archived and that
|
|
1767
|
-
* it must be restored before it can be used.</p>
|
|
1763
|
+
* <p>Indicates whether the snapshot is encrypted.</p>
|
|
1768
1764
|
* @public
|
|
1769
1765
|
*/
|
|
1770
|
-
|
|
1766
|
+
Encrypted?: boolean;
|
|
1771
1767
|
/**
|
|
1772
|
-
* <p>
|
|
1773
|
-
*
|
|
1768
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
1769
|
+
* volume encryption key for the parent volume.</p>
|
|
1774
1770
|
* @public
|
|
1775
1771
|
*/
|
|
1776
|
-
|
|
1772
|
+
KmsKeyId?: string;
|
|
1777
1773
|
/**
|
|
1778
|
-
* <p>
|
|
1774
|
+
* <p>The data encryption key identifier for the snapshot. This value is a unique identifier
|
|
1775
|
+
* that corresponds to the data encryption key that was used to encrypt the original volume or
|
|
1776
|
+
* snapshot copy. Because data encryption keys are inherited by volumes created from snapshots,
|
|
1777
|
+
* and vice versa, if snapshots share the same data encryption key identifier, then they belong
|
|
1778
|
+
* to the same volume/snapshot lineage. This parameter is only returned by <a>DescribeSnapshots</a>.</p>
|
|
1779
1779
|
* @public
|
|
1780
1780
|
*/
|
|
1781
|
-
|
|
1781
|
+
DataEncryptionKeyId?: string;
|
|
1782
1782
|
}
|
|
1783
1783
|
/**
|
|
1784
1784
|
* @public
|
|
@@ -1956,13 +1956,6 @@ export interface CreateSnapshotsResult {
|
|
|
1956
1956
|
* @public
|
|
1957
1957
|
*/
|
|
1958
1958
|
export interface CreateSpotDatafeedSubscriptionRequest {
|
|
1959
|
-
/**
|
|
1960
|
-
* <p>The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For
|
|
1961
|
-
* more information about bucket names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html#bucketnamingrules">Rules for bucket
|
|
1962
|
-
* naming</a> in the <i>Amazon S3 Developer Guide</i>.</p>
|
|
1963
|
-
* @public
|
|
1964
|
-
*/
|
|
1965
|
-
Bucket: string | undefined;
|
|
1966
1959
|
/**
|
|
1967
1960
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
1968
1961
|
* making the request, and provides an error response. If you have the required
|
|
@@ -1971,6 +1964,13 @@ export interface CreateSpotDatafeedSubscriptionRequest {
|
|
|
1971
1964
|
* @public
|
|
1972
1965
|
*/
|
|
1973
1966
|
DryRun?: boolean;
|
|
1967
|
+
/**
|
|
1968
|
+
* <p>The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For
|
|
1969
|
+
* more information about bucket names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Bucket naming rules</a>
|
|
1970
|
+
* in the <i>Amazon S3 User Guide</i>.</p>
|
|
1971
|
+
* @public
|
|
1972
|
+
*/
|
|
1973
|
+
Bucket: string | undefined;
|
|
1974
1974
|
/**
|
|
1975
1975
|
* <p>The prefix for the data feed file names.</p>
|
|
1976
1976
|
* @public
|
|
@@ -2159,13 +2159,6 @@ export interface CreateSubnetRequest {
|
|
|
2159
2159
|
* @public
|
|
2160
2160
|
*/
|
|
2161
2161
|
VpcId: string | undefined;
|
|
2162
|
-
/**
|
|
2163
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2164
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2165
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2166
|
-
* @public
|
|
2167
|
-
*/
|
|
2168
|
-
DryRun?: boolean;
|
|
2169
2162
|
/**
|
|
2170
2163
|
* <p>Indicates whether to create an IPv6 only subnet.</p>
|
|
2171
2164
|
* @public
|
|
@@ -2191,6 +2184,13 @@ export interface CreateSubnetRequest {
|
|
|
2191
2184
|
* @public
|
|
2192
2185
|
*/
|
|
2193
2186
|
Ipv6NetmaskLength?: number;
|
|
2187
|
+
/**
|
|
2188
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2189
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2190
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2191
|
+
* @public
|
|
2192
|
+
*/
|
|
2193
|
+
DryRun?: boolean;
|
|
2194
2194
|
}
|
|
2195
2195
|
/**
|
|
2196
2196
|
* @public
|
|
@@ -3088,9 +3088,10 @@ export interface TransitGatewayOptions {
|
|
|
3088
3088
|
*/
|
|
3089
3089
|
DnsSupport?: DnsSupportValue;
|
|
3090
3090
|
/**
|
|
3091
|
-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management
|
|
3092
|
-
*
|
|
3093
|
-
*
|
|
3091
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
|
|
3092
|
+
*
|
|
3093
|
+
* </p>
|
|
3094
|
+
* <p>This option is disabled by default.</p>
|
|
3094
3095
|
* @public
|
|
3095
3096
|
*/
|
|
3096
3097
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
@@ -4254,13 +4255,8 @@ export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
|
4254
4255
|
*/
|
|
4255
4256
|
DnsSupport?: DnsSupportValue;
|
|
4256
4257
|
/**
|
|
4257
|
-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management
|
|
4258
|
-
*
|
|
4259
|
-
* </p>
|
|
4260
|
-
* <p>This option is disabled by default.</p>
|
|
4261
|
-
* <p>If you don't enable or disable SecurityGroupReferencingSupport in the request, the
|
|
4262
|
-
* attachment will inherit the security group referencing support setting on the transit
|
|
4263
|
-
* gateway.</p>
|
|
4258
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.</p>
|
|
4259
|
+
* <p>This option is enabled by default. However, security group referencing is disabled by default at the transit gateway level.</p>
|
|
4264
4260
|
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing </a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
|
|
4265
4261
|
* @public
|
|
4266
4262
|
*/
|
|
@@ -5156,13 +5152,6 @@ export interface CreateVolumeRequest {
|
|
|
5156
5152
|
* @public
|
|
5157
5153
|
*/
|
|
5158
5154
|
VolumeType?: VolumeType;
|
|
5159
|
-
/**
|
|
5160
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5161
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5162
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5163
|
-
* @public
|
|
5164
|
-
*/
|
|
5165
|
-
DryRun?: boolean;
|
|
5166
5155
|
/**
|
|
5167
5156
|
* <p>The tags to apply to the volume during creation.</p>
|
|
5168
5157
|
* @public
|
|
@@ -5191,6 +5180,13 @@ export interface CreateVolumeRequest {
|
|
|
5191
5180
|
* @public
|
|
5192
5181
|
*/
|
|
5193
5182
|
ClientToken?: string;
|
|
5183
|
+
/**
|
|
5184
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5185
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5186
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5187
|
+
* @public
|
|
5188
|
+
*/
|
|
5189
|
+
DryRun?: boolean;
|
|
5194
5190
|
}
|
|
5195
5191
|
/**
|
|
5196
5192
|
* @public
|
|
@@ -5200,73 +5196,24 @@ export declare const VolumeState: {
|
|
|
5200
5196
|
readonly available: "available";
|
|
5201
5197
|
readonly creating: "creating";
|
|
5202
5198
|
readonly deleted: "deleted";
|
|
5203
|
-
readonly deleting: "deleting";
|
|
5204
|
-
readonly error: "error";
|
|
5205
|
-
readonly in_use: "in-use";
|
|
5206
|
-
};
|
|
5207
|
-
/**
|
|
5208
|
-
* @public
|
|
5209
|
-
*/
|
|
5210
|
-
export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
|
|
5211
|
-
/**
|
|
5212
|
-
* <p>Describes a volume.</p>
|
|
5213
|
-
* @public
|
|
5214
|
-
*/
|
|
5215
|
-
export interface Volume {
|
|
5216
|
-
/**
|
|
5217
|
-
* <note>
|
|
5218
|
-
* <p>This parameter is not returned by CreateVolume.</p>
|
|
5219
|
-
* </note>
|
|
5220
|
-
* <p>Information about the volume attachments.</p>
|
|
5221
|
-
* @public
|
|
5222
|
-
*/
|
|
5223
|
-
Attachments?: VolumeAttachment[];
|
|
5224
|
-
/**
|
|
5225
|
-
* <p>The Availability Zone for the volume.</p>
|
|
5226
|
-
* @public
|
|
5227
|
-
*/
|
|
5228
|
-
AvailabilityZone?: string;
|
|
5229
|
-
/**
|
|
5230
|
-
* <p>The time stamp when volume creation was initiated.</p>
|
|
5231
|
-
* @public
|
|
5232
|
-
*/
|
|
5233
|
-
CreateTime?: Date;
|
|
5234
|
-
/**
|
|
5235
|
-
* <p>Indicates whether the volume is encrypted.</p>
|
|
5236
|
-
* @public
|
|
5237
|
-
*/
|
|
5238
|
-
Encrypted?: boolean;
|
|
5239
|
-
/**
|
|
5240
|
-
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
5241
|
-
* volume encryption key for the volume.</p>
|
|
5242
|
-
* @public
|
|
5243
|
-
*/
|
|
5244
|
-
KmsKeyId?: string;
|
|
5245
|
-
/**
|
|
5246
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
5247
|
-
* @public
|
|
5248
|
-
*/
|
|
5249
|
-
OutpostArn?: string;
|
|
5250
|
-
/**
|
|
5251
|
-
* <p>The size of the volume, in GiBs.</p>
|
|
5252
|
-
* @public
|
|
5253
|
-
*/
|
|
5254
|
-
Size?: number;
|
|
5255
|
-
/**
|
|
5256
|
-
* <p>The snapshot from which the volume was created, if applicable.</p>
|
|
5257
|
-
* @public
|
|
5258
|
-
*/
|
|
5259
|
-
SnapshotId?: string;
|
|
5260
|
-
/**
|
|
5261
|
-
* <p>The volume state.</p>
|
|
5262
|
-
* @public
|
|
5263
|
-
*/
|
|
5264
|
-
State?: VolumeState;
|
|
5199
|
+
readonly deleting: "deleting";
|
|
5200
|
+
readonly error: "error";
|
|
5201
|
+
readonly in_use: "in-use";
|
|
5202
|
+
};
|
|
5203
|
+
/**
|
|
5204
|
+
* @public
|
|
5205
|
+
*/
|
|
5206
|
+
export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
|
|
5207
|
+
/**
|
|
5208
|
+
* <p>Describes a volume.</p>
|
|
5209
|
+
* @public
|
|
5210
|
+
*/
|
|
5211
|
+
export interface Volume {
|
|
5265
5212
|
/**
|
|
5266
|
-
* <p>The
|
|
5213
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
5267
5214
|
* @public
|
|
5268
5215
|
*/
|
|
5269
|
-
|
|
5216
|
+
OutpostArn?: string;
|
|
5270
5217
|
/**
|
|
5271
5218
|
* <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes, this represents
|
|
5272
5219
|
* the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this represents the baseline
|
|
@@ -5310,6 +5257,55 @@ export interface Volume {
|
|
|
5310
5257
|
* @public
|
|
5311
5258
|
*/
|
|
5312
5259
|
SseType?: SSEType;
|
|
5260
|
+
/**
|
|
5261
|
+
* <p>The ID of the volume.</p>
|
|
5262
|
+
* @public
|
|
5263
|
+
*/
|
|
5264
|
+
VolumeId?: string;
|
|
5265
|
+
/**
|
|
5266
|
+
* <p>The size of the volume, in GiBs.</p>
|
|
5267
|
+
* @public
|
|
5268
|
+
*/
|
|
5269
|
+
Size?: number;
|
|
5270
|
+
/**
|
|
5271
|
+
* <p>The snapshot from which the volume was created, if applicable.</p>
|
|
5272
|
+
* @public
|
|
5273
|
+
*/
|
|
5274
|
+
SnapshotId?: string;
|
|
5275
|
+
/**
|
|
5276
|
+
* <p>The Availability Zone for the volume.</p>
|
|
5277
|
+
* @public
|
|
5278
|
+
*/
|
|
5279
|
+
AvailabilityZone?: string;
|
|
5280
|
+
/**
|
|
5281
|
+
* <p>The volume state.</p>
|
|
5282
|
+
* @public
|
|
5283
|
+
*/
|
|
5284
|
+
State?: VolumeState;
|
|
5285
|
+
/**
|
|
5286
|
+
* <p>The time stamp when volume creation was initiated.</p>
|
|
5287
|
+
* @public
|
|
5288
|
+
*/
|
|
5289
|
+
CreateTime?: Date;
|
|
5290
|
+
/**
|
|
5291
|
+
* <note>
|
|
5292
|
+
* <p>This parameter is not returned by CreateVolume.</p>
|
|
5293
|
+
* </note>
|
|
5294
|
+
* <p>Information about the volume attachments.</p>
|
|
5295
|
+
* @public
|
|
5296
|
+
*/
|
|
5297
|
+
Attachments?: VolumeAttachment[];
|
|
5298
|
+
/**
|
|
5299
|
+
* <p>Indicates whether the volume is encrypted.</p>
|
|
5300
|
+
* @public
|
|
5301
|
+
*/
|
|
5302
|
+
Encrypted?: boolean;
|
|
5303
|
+
/**
|
|
5304
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
5305
|
+
* volume encryption key for the volume.</p>
|
|
5306
|
+
* @public
|
|
5307
|
+
*/
|
|
5308
|
+
KmsKeyId?: string;
|
|
5313
5309
|
}
|
|
5314
5310
|
/**
|
|
5315
5311
|
* @public
|
|
@@ -5321,12 +5317,6 @@ export interface CreateVpcRequest {
|
|
|
5321
5317
|
* @public
|
|
5322
5318
|
*/
|
|
5323
5319
|
CidrBlock?: string;
|
|
5324
|
-
/**
|
|
5325
|
-
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
|
5326
|
-
* You cannot specify the range of IP addresses, or the size of the CIDR block.</p>
|
|
5327
|
-
* @public
|
|
5328
|
-
*/
|
|
5329
|
-
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
5330
5320
|
/**
|
|
5331
5321
|
* <p>The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.</p>
|
|
5332
5322
|
* @public
|
|
@@ -5360,6 +5350,17 @@ export interface CreateVpcRequest {
|
|
|
5360
5350
|
* @public
|
|
5361
5351
|
*/
|
|
5362
5352
|
Ipv6NetmaskLength?: number;
|
|
5353
|
+
/**
|
|
5354
|
+
* <p>The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the address to this location.</p>
|
|
5355
|
+
* <p> You must set <code>AmazonProvidedIpv6CidrBlock</code> to <code>true</code> to use this parameter.</p>
|
|
5356
|
+
* @public
|
|
5357
|
+
*/
|
|
5358
|
+
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
5359
|
+
/**
|
|
5360
|
+
* <p>The tags to assign to the VPC.</p>
|
|
5361
|
+
* @public
|
|
5362
|
+
*/
|
|
5363
|
+
TagSpecifications?: TagSpecification[];
|
|
5363
5364
|
/**
|
|
5364
5365
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5365
5366
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -5381,16 +5382,11 @@ export interface CreateVpcRequest {
|
|
|
5381
5382
|
*/
|
|
5382
5383
|
InstanceTenancy?: Tenancy;
|
|
5383
5384
|
/**
|
|
5384
|
-
* <p>
|
|
5385
|
-
*
|
|
5386
|
-
* @public
|
|
5387
|
-
*/
|
|
5388
|
-
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
5389
|
-
/**
|
|
5390
|
-
* <p>The tags to assign to the VPC.</p>
|
|
5385
|
+
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
|
5386
|
+
* You cannot specify the range of IP addresses, or the size of the CIDR block.</p>
|
|
5391
5387
|
* @public
|
|
5392
5388
|
*/
|
|
5393
|
-
|
|
5389
|
+
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
5394
5390
|
}
|
|
5395
5391
|
/**
|
|
5396
5392
|
* @public
|
|
@@ -6167,24 +6163,24 @@ export interface CreateVpcEndpointServiceConfigurationResult {
|
|
|
6167
6163
|
*/
|
|
6168
6164
|
export interface CreateVpcPeeringConnectionRequest {
|
|
6169
6165
|
/**
|
|
6170
|
-
* <p>
|
|
6171
|
-
*
|
|
6172
|
-
*
|
|
6166
|
+
* <p>The Region code for the accepter VPC, if the accepter VPC is located in a Region
|
|
6167
|
+
* other than the Region in which you make the request.</p>
|
|
6168
|
+
* <p>Default: The Region in which you make the request.</p>
|
|
6173
6169
|
* @public
|
|
6174
6170
|
*/
|
|
6175
|
-
|
|
6171
|
+
PeerRegion?: string;
|
|
6176
6172
|
/**
|
|
6177
|
-
* <p>The
|
|
6178
|
-
* <p>Default: Your Amazon Web Services account ID</p>
|
|
6173
|
+
* <p>The tags to assign to the peering connection.</p>
|
|
6179
6174
|
* @public
|
|
6180
6175
|
*/
|
|
6181
|
-
|
|
6176
|
+
TagSpecifications?: TagSpecification[];
|
|
6182
6177
|
/**
|
|
6183
|
-
* <p>
|
|
6184
|
-
*
|
|
6178
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6179
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6180
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6185
6181
|
* @public
|
|
6186
6182
|
*/
|
|
6187
|
-
|
|
6183
|
+
DryRun?: boolean;
|
|
6188
6184
|
/**
|
|
6189
6185
|
* <p>The ID of the requester VPC. You must specify this parameter in the
|
|
6190
6186
|
* request.</p>
|
|
@@ -6192,17 +6188,17 @@ export interface CreateVpcPeeringConnectionRequest {
|
|
|
6192
6188
|
*/
|
|
6193
6189
|
VpcId: string | undefined;
|
|
6194
6190
|
/**
|
|
6195
|
-
* <p>The
|
|
6196
|
-
*
|
|
6197
|
-
* <p>Default: The Region in which you make the request.</p>
|
|
6191
|
+
* <p>The ID of the VPC with which you are creating the VPC peering connection. You must
|
|
6192
|
+
* specify this parameter in the request.</p>
|
|
6198
6193
|
* @public
|
|
6199
6194
|
*/
|
|
6200
|
-
|
|
6195
|
+
PeerVpcId?: string;
|
|
6201
6196
|
/**
|
|
6202
|
-
* <p>The
|
|
6197
|
+
* <p>The Amazon Web Services account ID of the owner of the accepter VPC.</p>
|
|
6198
|
+
* <p>Default: Your Amazon Web Services account ID</p>
|
|
6203
6199
|
* @public
|
|
6204
6200
|
*/
|
|
6205
|
-
|
|
6201
|
+
PeerOwnerId?: string;
|
|
6206
6202
|
}
|
|
6207
6203
|
/**
|
|
6208
6204
|
* @public
|
|
@@ -6573,15 +6569,6 @@ export interface VpnConnectionOptionsSpecification {
|
|
|
6573
6569
|
* @public
|
|
6574
6570
|
*/
|
|
6575
6571
|
EnableAcceleration?: boolean;
|
|
6576
|
-
/**
|
|
6577
|
-
* <p>Indicate whether the VPN connection uses static routes only. If you are creating a VPN
|
|
6578
|
-
* connection for a device that does not support BGP, you must specify <code>true</code>.
|
|
6579
|
-
* Use <a>CreateVpnConnectionRoute</a> to create a static route.</p>
|
|
6580
|
-
* <p>Default: <code>false</code>
|
|
6581
|
-
* </p>
|
|
6582
|
-
* @public
|
|
6583
|
-
*/
|
|
6584
|
-
StaticRoutesOnly?: boolean;
|
|
6585
6572
|
/**
|
|
6586
6573
|
* <p>Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.</p>
|
|
6587
6574
|
* <p>Default: <code>ipv4</code>
|
|
@@ -6637,6 +6624,15 @@ export interface VpnConnectionOptionsSpecification {
|
|
|
6637
6624
|
* @public
|
|
6638
6625
|
*/
|
|
6639
6626
|
TransportTransitGatewayAttachmentId?: string;
|
|
6627
|
+
/**
|
|
6628
|
+
* <p>Indicate whether the VPN connection uses static routes only. If you are creating a VPN
|
|
6629
|
+
* connection for a device that does not support BGP, you must specify <code>true</code>.
|
|
6630
|
+
* Use <a>CreateVpnConnectionRoute</a> to create a static route.</p>
|
|
6631
|
+
* <p>Default: <code>false</code>
|
|
6632
|
+
* </p>
|
|
6633
|
+
* @public
|
|
6634
|
+
*/
|
|
6635
|
+
StaticRoutesOnly?: boolean;
|
|
6640
6636
|
}
|
|
6641
6637
|
/**
|
|
6642
6638
|
* <p>Contains the parameters for CreateVpnConnection.</p>
|
|
@@ -6665,6 +6661,11 @@ export interface CreateVpnConnectionRequest {
|
|
|
6665
6661
|
* @public
|
|
6666
6662
|
*/
|
|
6667
6663
|
TransitGatewayId?: string;
|
|
6664
|
+
/**
|
|
6665
|
+
* <p>The tags to apply to the VPN connection.</p>
|
|
6666
|
+
* @public
|
|
6667
|
+
*/
|
|
6668
|
+
TagSpecifications?: TagSpecification[];
|
|
6668
6669
|
/**
|
|
6669
6670
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
6670
6671
|
* making the request, and provides an error response. If you have the required
|
|
@@ -6678,11 +6679,6 @@ export interface CreateVpnConnectionRequest {
|
|
|
6678
6679
|
* @public
|
|
6679
6680
|
*/
|
|
6680
6681
|
Options?: VpnConnectionOptionsSpecification;
|
|
6681
|
-
/**
|
|
6682
|
-
* <p>The tags to apply to the VPN connection.</p>
|
|
6683
|
-
* @public
|
|
6684
|
-
*/
|
|
6685
|
-
TagSpecifications?: TagSpecification[];
|
|
6686
6682
|
}
|
|
6687
6683
|
/**
|
|
6688
6684
|
* @public
|
|
@@ -7092,46 +7088,11 @@ export interface VgwTelemetry {
|
|
|
7092
7088
|
* @public
|
|
7093
7089
|
*/
|
|
7094
7090
|
export interface VpnConnection {
|
|
7095
|
-
/**
|
|
7096
|
-
* <p>The configuration information for the VPN connection's customer gateway (in the native
|
|
7097
|
-
* XML format). This element is always present in the <a>CreateVpnConnection</a>
|
|
7098
|
-
* response; however, it's present in the <a>DescribeVpnConnections</a> response
|
|
7099
|
-
* only if the VPN connection is in the <code>pending</code> or <code>available</code>
|
|
7100
|
-
* state.</p>
|
|
7101
|
-
* @public
|
|
7102
|
-
*/
|
|
7103
|
-
CustomerGatewayConfiguration?: string;
|
|
7104
|
-
/**
|
|
7105
|
-
* <p>The ID of the customer gateway at your end of the VPN connection.</p>
|
|
7106
|
-
* @public
|
|
7107
|
-
*/
|
|
7108
|
-
CustomerGatewayId?: string;
|
|
7109
7091
|
/**
|
|
7110
7092
|
* <p>The category of the VPN connection. A value of <code>VPN</code> indicates an Amazon Web Services VPN connection. A value of <code>VPN-Classic</code> indicates an Amazon Web Services Classic VPN connection.</p>
|
|
7111
7093
|
* @public
|
|
7112
7094
|
*/
|
|
7113
7095
|
Category?: string;
|
|
7114
|
-
/**
|
|
7115
|
-
* <p>The current state of the VPN connection.</p>
|
|
7116
|
-
* @public
|
|
7117
|
-
*/
|
|
7118
|
-
State?: VpnState;
|
|
7119
|
-
/**
|
|
7120
|
-
* <p>The type of VPN connection.</p>
|
|
7121
|
-
* @public
|
|
7122
|
-
*/
|
|
7123
|
-
Type?: GatewayType;
|
|
7124
|
-
/**
|
|
7125
|
-
* <p>The ID of the VPN connection.</p>
|
|
7126
|
-
* @public
|
|
7127
|
-
*/
|
|
7128
|
-
VpnConnectionId?: string;
|
|
7129
|
-
/**
|
|
7130
|
-
* <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
|
|
7131
|
-
* connection.</p>
|
|
7132
|
-
* @public
|
|
7133
|
-
*/
|
|
7134
|
-
VpnGatewayId?: string;
|
|
7135
7096
|
/**
|
|
7136
7097
|
* <p>The ID of the transit gateway associated with the VPN connection.</p>
|
|
7137
7098
|
* @public
|
|
@@ -7172,6 +7133,41 @@ export interface VpnConnection {
|
|
|
7172
7133
|
* @public
|
|
7173
7134
|
*/
|
|
7174
7135
|
VgwTelemetry?: VgwTelemetry[];
|
|
7136
|
+
/**
|
|
7137
|
+
* <p>The ID of the VPN connection.</p>
|
|
7138
|
+
* @public
|
|
7139
|
+
*/
|
|
7140
|
+
VpnConnectionId?: string;
|
|
7141
|
+
/**
|
|
7142
|
+
* <p>The current state of the VPN connection.</p>
|
|
7143
|
+
* @public
|
|
7144
|
+
*/
|
|
7145
|
+
State?: VpnState;
|
|
7146
|
+
/**
|
|
7147
|
+
* <p>The configuration information for the VPN connection's customer gateway (in the native
|
|
7148
|
+
* XML format). This element is always present in the <a>CreateVpnConnection</a>
|
|
7149
|
+
* response; however, it's present in the <a>DescribeVpnConnections</a> response
|
|
7150
|
+
* only if the VPN connection is in the <code>pending</code> or <code>available</code>
|
|
7151
|
+
* state.</p>
|
|
7152
|
+
* @public
|
|
7153
|
+
*/
|
|
7154
|
+
CustomerGatewayConfiguration?: string;
|
|
7155
|
+
/**
|
|
7156
|
+
* <p>The type of VPN connection.</p>
|
|
7157
|
+
* @public
|
|
7158
|
+
*/
|
|
7159
|
+
Type?: GatewayType;
|
|
7160
|
+
/**
|
|
7161
|
+
* <p>The ID of the customer gateway at your end of the VPN connection.</p>
|
|
7162
|
+
* @public
|
|
7163
|
+
*/
|
|
7164
|
+
CustomerGatewayId?: string;
|
|
7165
|
+
/**
|
|
7166
|
+
* <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
|
|
7167
|
+
* connection.</p>
|
|
7168
|
+
* @public
|
|
7169
|
+
*/
|
|
7170
|
+
VpnGatewayId?: string;
|
|
7175
7171
|
}
|
|
7176
7172
|
/**
|
|
7177
7173
|
* <p>Contains the output of CreateVpnConnection.</p>
|
|
@@ -7243,42 +7239,42 @@ export interface CreateVpnGatewayRequest {
|
|
|
7243
7239
|
*/
|
|
7244
7240
|
export interface VpnGateway {
|
|
7245
7241
|
/**
|
|
7246
|
-
* <p>The
|
|
7247
|
-
*
|
|
7242
|
+
* <p>The private Autonomous System Number (ASN) for the Amazon side of a BGP
|
|
7243
|
+
* session.</p>
|
|
7248
7244
|
* @public
|
|
7249
7245
|
*/
|
|
7250
|
-
|
|
7246
|
+
AmazonSideAsn?: number;
|
|
7251
7247
|
/**
|
|
7252
|
-
* <p>
|
|
7248
|
+
* <p>Any tags assigned to the virtual private gateway.</p>
|
|
7253
7249
|
* @public
|
|
7254
7250
|
*/
|
|
7255
|
-
|
|
7251
|
+
Tags?: Tag[];
|
|
7256
7252
|
/**
|
|
7257
|
-
* <p>The
|
|
7253
|
+
* <p>The ID of the virtual private gateway.</p>
|
|
7258
7254
|
* @public
|
|
7259
7255
|
*/
|
|
7260
|
-
|
|
7256
|
+
VpnGatewayId?: string;
|
|
7261
7257
|
/**
|
|
7262
|
-
* <p>
|
|
7258
|
+
* <p>The current state of the virtual private gateway.</p>
|
|
7263
7259
|
* @public
|
|
7264
7260
|
*/
|
|
7265
|
-
|
|
7261
|
+
State?: VpnState;
|
|
7266
7262
|
/**
|
|
7267
|
-
* <p>The
|
|
7263
|
+
* <p>The type of VPN connection the virtual private gateway supports.</p>
|
|
7268
7264
|
* @public
|
|
7269
7265
|
*/
|
|
7270
|
-
|
|
7266
|
+
Type?: GatewayType;
|
|
7271
7267
|
/**
|
|
7272
|
-
* <p>The
|
|
7273
|
-
*
|
|
7268
|
+
* <p>The Availability Zone where the virtual private gateway was created, if applicable.
|
|
7269
|
+
* This field may be empty or not returned.</p>
|
|
7274
7270
|
* @public
|
|
7275
7271
|
*/
|
|
7276
|
-
|
|
7272
|
+
AvailabilityZone?: string;
|
|
7277
7273
|
/**
|
|
7278
|
-
* <p>Any
|
|
7274
|
+
* <p>Any VPCs attached to the virtual private gateway.</p>
|
|
7279
7275
|
* @public
|
|
7280
7276
|
*/
|
|
7281
|
-
|
|
7277
|
+
VpcAttachments?: VpcAttachment[];
|
|
7282
7278
|
}
|
|
7283
7279
|
/**
|
|
7284
7280
|
* <p>Contains the output of CreateVpnGateway.</p>
|