@aws-sdk/client-ec2 3.664.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/dist-cjs/index.js +1546 -1537
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -1
- package/dist-es/models/models_7.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +1548 -1545
- 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/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 +6 -6
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
- 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/models/models_0.d.ts +264 -265
- package/dist-types/models/models_1.d.ts +230 -230
- package/dist-types/models/models_2.d.ts +378 -381
- package/dist-types/models/models_3.d.ts +217 -217
- package/dist-types/models/models_4.d.ts +851 -851
- package/dist-types/models/models_5.d.ts +203 -203
- package/dist-types/models/models_6.d.ts +228 -220
- package/dist-types/models/models_7.d.ts +340 -334
- 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 +42 -41
- package/dist-types/ts3.4/models/models_7.d.ts +64 -61
- package/package.json +5 -5
|
@@ -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 operation, without actually making the
|
|
740
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
741
|
-
* <code>DryRunOperation</code>. 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/userguide/bucketnamingrules.html">Bucket naming rules</a>
|
|
1962
|
-
* in the <i>Amazon S3 User 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
|
|
@@ -2990,10 +2990,11 @@ export interface TransitGatewayRequestOptions {
|
|
|
2990
2990
|
*/
|
|
2991
2991
|
DnsSupport?: DnsSupportValue;
|
|
2992
2992
|
/**
|
|
2993
|
-
* <
|
|
2994
|
-
*
|
|
2995
|
-
*
|
|
2996
|
-
* <p>
|
|
2993
|
+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
|
|
2994
|
+
*
|
|
2995
|
+
* </p>
|
|
2996
|
+
* <p>This option is disabled by default.</p>
|
|
2997
|
+
* <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>
|
|
2997
2998
|
* @public
|
|
2998
2999
|
*/
|
|
2999
3000
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
@@ -3087,10 +3088,10 @@ export interface TransitGatewayOptions {
|
|
|
3087
3088
|
*/
|
|
3088
3089
|
DnsSupport?: DnsSupportValue;
|
|
3089
3090
|
/**
|
|
3090
|
-
* <
|
|
3091
|
-
*
|
|
3092
|
-
*
|
|
3093
|
-
* <p>
|
|
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,9 @@ export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
|
4254
4255
|
*/
|
|
4255
4256
|
DnsSupport?: DnsSupportValue;
|
|
4256
4257
|
/**
|
|
4257
|
-
* <
|
|
4258
|
-
*
|
|
4259
|
-
* </
|
|
4260
|
-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</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>
|
|
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>
|
|
4264
4261
|
* @public
|
|
4265
4262
|
*/
|
|
4266
4263
|
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
@@ -5155,13 +5152,6 @@ export interface CreateVolumeRequest {
|
|
|
5155
5152
|
* @public
|
|
5156
5153
|
*/
|
|
5157
5154
|
VolumeType?: VolumeType;
|
|
5158
|
-
/**
|
|
5159
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5160
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5161
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5162
|
-
* @public
|
|
5163
|
-
*/
|
|
5164
|
-
DryRun?: boolean;
|
|
5165
5155
|
/**
|
|
5166
5156
|
* <p>The tags to apply to the volume during creation.</p>
|
|
5167
5157
|
* @public
|
|
@@ -5190,6 +5180,13 @@ export interface CreateVolumeRequest {
|
|
|
5190
5180
|
* @public
|
|
5191
5181
|
*/
|
|
5192
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;
|
|
5193
5190
|
}
|
|
5194
5191
|
/**
|
|
5195
5192
|
* @public
|
|
@@ -5199,73 +5196,24 @@ export declare const VolumeState: {
|
|
|
5199
5196
|
readonly available: "available";
|
|
5200
5197
|
readonly creating: "creating";
|
|
5201
5198
|
readonly deleted: "deleted";
|
|
5202
|
-
readonly deleting: "deleting";
|
|
5203
|
-
readonly error: "error";
|
|
5204
|
-
readonly in_use: "in-use";
|
|
5205
|
-
};
|
|
5206
|
-
/**
|
|
5207
|
-
* @public
|
|
5208
|
-
*/
|
|
5209
|
-
export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
|
|
5210
|
-
/**
|
|
5211
|
-
* <p>Describes a volume.</p>
|
|
5212
|
-
* @public
|
|
5213
|
-
*/
|
|
5214
|
-
export interface Volume {
|
|
5215
|
-
/**
|
|
5216
|
-
* <note>
|
|
5217
|
-
* <p>This parameter is not returned by CreateVolume.</p>
|
|
5218
|
-
* </note>
|
|
5219
|
-
* <p>Information about the volume attachments.</p>
|
|
5220
|
-
* @public
|
|
5221
|
-
*/
|
|
5222
|
-
Attachments?: VolumeAttachment[];
|
|
5223
|
-
/**
|
|
5224
|
-
* <p>The Availability Zone for the volume.</p>
|
|
5225
|
-
* @public
|
|
5226
|
-
*/
|
|
5227
|
-
AvailabilityZone?: string;
|
|
5228
|
-
/**
|
|
5229
|
-
* <p>The time stamp when volume creation was initiated.</p>
|
|
5230
|
-
* @public
|
|
5231
|
-
*/
|
|
5232
|
-
CreateTime?: Date;
|
|
5233
|
-
/**
|
|
5234
|
-
* <p>Indicates whether the volume is encrypted.</p>
|
|
5235
|
-
* @public
|
|
5236
|
-
*/
|
|
5237
|
-
Encrypted?: boolean;
|
|
5238
|
-
/**
|
|
5239
|
-
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
5240
|
-
* volume encryption key for the volume.</p>
|
|
5241
|
-
* @public
|
|
5242
|
-
*/
|
|
5243
|
-
KmsKeyId?: string;
|
|
5244
|
-
/**
|
|
5245
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
5246
|
-
* @public
|
|
5247
|
-
*/
|
|
5248
|
-
OutpostArn?: string;
|
|
5249
|
-
/**
|
|
5250
|
-
* <p>The size of the volume, in GiBs.</p>
|
|
5251
|
-
* @public
|
|
5252
|
-
*/
|
|
5253
|
-
Size?: number;
|
|
5254
|
-
/**
|
|
5255
|
-
* <p>The snapshot from which the volume was created, if applicable.</p>
|
|
5256
|
-
* @public
|
|
5257
|
-
*/
|
|
5258
|
-
SnapshotId?: string;
|
|
5259
|
-
/**
|
|
5260
|
-
* <p>The volume state.</p>
|
|
5261
|
-
* @public
|
|
5262
|
-
*/
|
|
5263
|
-
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 {
|
|
5264
5212
|
/**
|
|
5265
|
-
* <p>The
|
|
5213
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
5266
5214
|
* @public
|
|
5267
5215
|
*/
|
|
5268
|
-
|
|
5216
|
+
OutpostArn?: string;
|
|
5269
5217
|
/**
|
|
5270
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
|
|
5271
5219
|
* the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this represents the baseline
|
|
@@ -5309,6 +5257,55 @@ export interface Volume {
|
|
|
5309
5257
|
* @public
|
|
5310
5258
|
*/
|
|
5311
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;
|
|
5312
5309
|
}
|
|
5313
5310
|
/**
|
|
5314
5311
|
* @public
|
|
@@ -5320,12 +5317,6 @@ export interface CreateVpcRequest {
|
|
|
5320
5317
|
* @public
|
|
5321
5318
|
*/
|
|
5322
5319
|
CidrBlock?: string;
|
|
5323
|
-
/**
|
|
5324
|
-
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
|
5325
|
-
* You cannot specify the range of IP addresses, or the size of the CIDR block.</p>
|
|
5326
|
-
* @public
|
|
5327
|
-
*/
|
|
5328
|
-
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
5329
5320
|
/**
|
|
5330
5321
|
* <p>The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.</p>
|
|
5331
5322
|
* @public
|
|
@@ -5359,6 +5350,17 @@ export interface CreateVpcRequest {
|
|
|
5359
5350
|
* @public
|
|
5360
5351
|
*/
|
|
5361
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[];
|
|
5362
5364
|
/**
|
|
5363
5365
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5364
5366
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -5380,16 +5382,11 @@ export interface CreateVpcRequest {
|
|
|
5380
5382
|
*/
|
|
5381
5383
|
InstanceTenancy?: Tenancy;
|
|
5382
5384
|
/**
|
|
5383
|
-
* <p>
|
|
5384
|
-
*
|
|
5385
|
-
* @public
|
|
5386
|
-
*/
|
|
5387
|
-
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
5388
|
-
/**
|
|
5389
|
-
* <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>
|
|
5390
5387
|
* @public
|
|
5391
5388
|
*/
|
|
5392
|
-
|
|
5389
|
+
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
5393
5390
|
}
|
|
5394
5391
|
/**
|
|
5395
5392
|
* @public
|
|
@@ -6166,24 +6163,24 @@ export interface CreateVpcEndpointServiceConfigurationResult {
|
|
|
6166
6163
|
*/
|
|
6167
6164
|
export interface CreateVpcPeeringConnectionRequest {
|
|
6168
6165
|
/**
|
|
6169
|
-
* <p>
|
|
6170
|
-
*
|
|
6171
|
-
*
|
|
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>
|
|
6172
6169
|
* @public
|
|
6173
6170
|
*/
|
|
6174
|
-
|
|
6171
|
+
PeerRegion?: string;
|
|
6175
6172
|
/**
|
|
6176
|
-
* <p>The
|
|
6177
|
-
* <p>Default: Your Amazon Web Services account ID</p>
|
|
6173
|
+
* <p>The tags to assign to the peering connection.</p>
|
|
6178
6174
|
* @public
|
|
6179
6175
|
*/
|
|
6180
|
-
|
|
6176
|
+
TagSpecifications?: TagSpecification[];
|
|
6181
6177
|
/**
|
|
6182
|
-
* <p>
|
|
6183
|
-
*
|
|
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>
|
|
6184
6181
|
* @public
|
|
6185
6182
|
*/
|
|
6186
|
-
|
|
6183
|
+
DryRun?: boolean;
|
|
6187
6184
|
/**
|
|
6188
6185
|
* <p>The ID of the requester VPC. You must specify this parameter in the
|
|
6189
6186
|
* request.</p>
|
|
@@ -6191,17 +6188,17 @@ export interface CreateVpcPeeringConnectionRequest {
|
|
|
6191
6188
|
*/
|
|
6192
6189
|
VpcId: string | undefined;
|
|
6193
6190
|
/**
|
|
6194
|
-
* <p>The
|
|
6195
|
-
*
|
|
6196
|
-
* <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>
|
|
6197
6193
|
* @public
|
|
6198
6194
|
*/
|
|
6199
|
-
|
|
6195
|
+
PeerVpcId?: string;
|
|
6200
6196
|
/**
|
|
6201
|
-
* <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>
|
|
6202
6199
|
* @public
|
|
6203
6200
|
*/
|
|
6204
|
-
|
|
6201
|
+
PeerOwnerId?: string;
|
|
6205
6202
|
}
|
|
6206
6203
|
/**
|
|
6207
6204
|
* @public
|
|
@@ -6572,15 +6569,6 @@ export interface VpnConnectionOptionsSpecification {
|
|
|
6572
6569
|
* @public
|
|
6573
6570
|
*/
|
|
6574
6571
|
EnableAcceleration?: boolean;
|
|
6575
|
-
/**
|
|
6576
|
-
* <p>Indicate whether the VPN connection uses static routes only. If you are creating a VPN
|
|
6577
|
-
* connection for a device that does not support BGP, you must specify <code>true</code>.
|
|
6578
|
-
* Use <a>CreateVpnConnectionRoute</a> to create a static route.</p>
|
|
6579
|
-
* <p>Default: <code>false</code>
|
|
6580
|
-
* </p>
|
|
6581
|
-
* @public
|
|
6582
|
-
*/
|
|
6583
|
-
StaticRoutesOnly?: boolean;
|
|
6584
6572
|
/**
|
|
6585
6573
|
* <p>Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.</p>
|
|
6586
6574
|
* <p>Default: <code>ipv4</code>
|
|
@@ -6636,6 +6624,15 @@ export interface VpnConnectionOptionsSpecification {
|
|
|
6636
6624
|
* @public
|
|
6637
6625
|
*/
|
|
6638
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;
|
|
6639
6636
|
}
|
|
6640
6637
|
/**
|
|
6641
6638
|
* <p>Contains the parameters for CreateVpnConnection.</p>
|
|
@@ -6664,6 +6661,11 @@ export interface CreateVpnConnectionRequest {
|
|
|
6664
6661
|
* @public
|
|
6665
6662
|
*/
|
|
6666
6663
|
TransitGatewayId?: string;
|
|
6664
|
+
/**
|
|
6665
|
+
* <p>The tags to apply to the VPN connection.</p>
|
|
6666
|
+
* @public
|
|
6667
|
+
*/
|
|
6668
|
+
TagSpecifications?: TagSpecification[];
|
|
6667
6669
|
/**
|
|
6668
6670
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
6669
6671
|
* making the request, and provides an error response. If you have the required
|
|
@@ -6677,11 +6679,6 @@ export interface CreateVpnConnectionRequest {
|
|
|
6677
6679
|
* @public
|
|
6678
6680
|
*/
|
|
6679
6681
|
Options?: VpnConnectionOptionsSpecification;
|
|
6680
|
-
/**
|
|
6681
|
-
* <p>The tags to apply to the VPN connection.</p>
|
|
6682
|
-
* @public
|
|
6683
|
-
*/
|
|
6684
|
-
TagSpecifications?: TagSpecification[];
|
|
6685
6682
|
}
|
|
6686
6683
|
/**
|
|
6687
6684
|
* @public
|
|
@@ -7091,46 +7088,11 @@ export interface VgwTelemetry {
|
|
|
7091
7088
|
* @public
|
|
7092
7089
|
*/
|
|
7093
7090
|
export interface VpnConnection {
|
|
7094
|
-
/**
|
|
7095
|
-
* <p>The configuration information for the VPN connection's customer gateway (in the native
|
|
7096
|
-
* XML format). This element is always present in the <a>CreateVpnConnection</a>
|
|
7097
|
-
* response; however, it's present in the <a>DescribeVpnConnections</a> response
|
|
7098
|
-
* only if the VPN connection is in the <code>pending</code> or <code>available</code>
|
|
7099
|
-
* state.</p>
|
|
7100
|
-
* @public
|
|
7101
|
-
*/
|
|
7102
|
-
CustomerGatewayConfiguration?: string;
|
|
7103
|
-
/**
|
|
7104
|
-
* <p>The ID of the customer gateway at your end of the VPN connection.</p>
|
|
7105
|
-
* @public
|
|
7106
|
-
*/
|
|
7107
|
-
CustomerGatewayId?: string;
|
|
7108
7091
|
/**
|
|
7109
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>
|
|
7110
7093
|
* @public
|
|
7111
7094
|
*/
|
|
7112
7095
|
Category?: string;
|
|
7113
|
-
/**
|
|
7114
|
-
* <p>The current state of the VPN connection.</p>
|
|
7115
|
-
* @public
|
|
7116
|
-
*/
|
|
7117
|
-
State?: VpnState;
|
|
7118
|
-
/**
|
|
7119
|
-
* <p>The type of VPN connection.</p>
|
|
7120
|
-
* @public
|
|
7121
|
-
*/
|
|
7122
|
-
Type?: GatewayType;
|
|
7123
|
-
/**
|
|
7124
|
-
* <p>The ID of the VPN connection.</p>
|
|
7125
|
-
* @public
|
|
7126
|
-
*/
|
|
7127
|
-
VpnConnectionId?: string;
|
|
7128
|
-
/**
|
|
7129
|
-
* <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
|
|
7130
|
-
* connection.</p>
|
|
7131
|
-
* @public
|
|
7132
|
-
*/
|
|
7133
|
-
VpnGatewayId?: string;
|
|
7134
7096
|
/**
|
|
7135
7097
|
* <p>The ID of the transit gateway associated with the VPN connection.</p>
|
|
7136
7098
|
* @public
|
|
@@ -7171,6 +7133,41 @@ export interface VpnConnection {
|
|
|
7171
7133
|
* @public
|
|
7172
7134
|
*/
|
|
7173
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;
|
|
7174
7171
|
}
|
|
7175
7172
|
/**
|
|
7176
7173
|
* <p>Contains the output of CreateVpnConnection.</p>
|
|
@@ -7242,42 +7239,42 @@ export interface CreateVpnGatewayRequest {
|
|
|
7242
7239
|
*/
|
|
7243
7240
|
export interface VpnGateway {
|
|
7244
7241
|
/**
|
|
7245
|
-
* <p>The
|
|
7246
|
-
*
|
|
7242
|
+
* <p>The private Autonomous System Number (ASN) for the Amazon side of a BGP
|
|
7243
|
+
* session.</p>
|
|
7247
7244
|
* @public
|
|
7248
7245
|
*/
|
|
7249
|
-
|
|
7246
|
+
AmazonSideAsn?: number;
|
|
7250
7247
|
/**
|
|
7251
|
-
* <p>
|
|
7248
|
+
* <p>Any tags assigned to the virtual private gateway.</p>
|
|
7252
7249
|
* @public
|
|
7253
7250
|
*/
|
|
7254
|
-
|
|
7251
|
+
Tags?: Tag[];
|
|
7255
7252
|
/**
|
|
7256
|
-
* <p>The
|
|
7253
|
+
* <p>The ID of the virtual private gateway.</p>
|
|
7257
7254
|
* @public
|
|
7258
7255
|
*/
|
|
7259
|
-
|
|
7256
|
+
VpnGatewayId?: string;
|
|
7260
7257
|
/**
|
|
7261
|
-
* <p>
|
|
7258
|
+
* <p>The current state of the virtual private gateway.</p>
|
|
7262
7259
|
* @public
|
|
7263
7260
|
*/
|
|
7264
|
-
|
|
7261
|
+
State?: VpnState;
|
|
7265
7262
|
/**
|
|
7266
|
-
* <p>The
|
|
7263
|
+
* <p>The type of VPN connection the virtual private gateway supports.</p>
|
|
7267
7264
|
* @public
|
|
7268
7265
|
*/
|
|
7269
|
-
|
|
7266
|
+
Type?: GatewayType;
|
|
7270
7267
|
/**
|
|
7271
|
-
* <p>The
|
|
7272
|
-
*
|
|
7268
|
+
* <p>The Availability Zone where the virtual private gateway was created, if applicable.
|
|
7269
|
+
* This field may be empty or not returned.</p>
|
|
7273
7270
|
* @public
|
|
7274
7271
|
*/
|
|
7275
|
-
|
|
7272
|
+
AvailabilityZone?: string;
|
|
7276
7273
|
/**
|
|
7277
|
-
* <p>Any
|
|
7274
|
+
* <p>Any VPCs attached to the virtual private gateway.</p>
|
|
7278
7275
|
* @public
|
|
7279
7276
|
*/
|
|
7280
|
-
|
|
7277
|
+
VpcAttachments?: VpcAttachment[];
|
|
7281
7278
|
}
|
|
7282
7279
|
/**
|
|
7283
7280
|
* <p>Contains the output of CreateVpnGateway.</p>
|