@aws-sdk/client-ec2 3.428.0 → 3.429.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-types/models/models_0.d.ts +79 -79
- package/dist-types/models/models_1.d.ts +131 -131
- package/dist-types/models/models_2.d.ts +105 -105
- package/dist-types/models/models_3.d.ts +78 -78
- package/dist-types/models/models_4.d.ts +109 -109
- package/dist-types/models/models_5.d.ts +65 -65
- package/dist-types/models/models_6.d.ts +80 -80
- package/dist-types/models/models_7.d.ts +14 -14
- package/dist-types/ts3.4/models/models_0.d.ts +79 -79
- package/dist-types/ts3.4/models/models_1.d.ts +131 -133
- package/dist-types/ts3.4/models/models_2.d.ts +105 -107
- package/dist-types/ts3.4/models/models_3.d.ts +78 -80
- package/dist-types/ts3.4/models/models_4.d.ts +109 -109
- package/dist-types/ts3.4/models/models_5.d.ts +65 -68
- package/dist-types/ts3.4/models/models_6.d.ts +80 -82
- package/dist-types/ts3.4/models/models_7.d.ts +14 -14
- package/package.json +6 -6
|
@@ -164,7 +164,7 @@ export interface ReplaceRootVolumeTask {
|
|
|
164
164
|
* </li>
|
|
165
165
|
* </ul>
|
|
166
166
|
*/
|
|
167
|
-
TaskState?: ReplaceRootVolumeTaskState
|
|
167
|
+
TaskState?: ReplaceRootVolumeTaskState;
|
|
168
168
|
/**
|
|
169
169
|
* @public
|
|
170
170
|
* <p>The time the task was started.</p>
|
|
@@ -217,7 +217,7 @@ export interface PriceScheduleSpecification {
|
|
|
217
217
|
* <p>The currency for transacting the Reserved Instance resale.
|
|
218
218
|
* At this time, the only supported currency is <code>USD</code>.</p>
|
|
219
219
|
*/
|
|
220
|
-
CurrencyCode?: CurrencyCodeValues
|
|
220
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
221
221
|
/**
|
|
222
222
|
* @public
|
|
223
223
|
* <p>The fixed price for the term.</p>
|
|
@@ -599,14 +599,14 @@ export interface Route {
|
|
|
599
599
|
* </li>
|
|
600
600
|
* </ul>
|
|
601
601
|
*/
|
|
602
|
-
Origin?: RouteOrigin
|
|
602
|
+
Origin?: RouteOrigin;
|
|
603
603
|
/**
|
|
604
604
|
* @public
|
|
605
605
|
* <p>The state of the route. The <code>blackhole</code> state indicates that the
|
|
606
606
|
* route's target isn't available (for example, the specified gateway isn't attached to the
|
|
607
607
|
* VPC, or the specified NAT instance has been terminated).</p>
|
|
608
608
|
*/
|
|
609
|
-
State?: RouteState
|
|
609
|
+
State?: RouteState;
|
|
610
610
|
/**
|
|
611
611
|
* @public
|
|
612
612
|
* <p>The ID of a VPC peering connection.</p>
|
|
@@ -865,7 +865,7 @@ export interface Snapshot {
|
|
|
865
865
|
* @public
|
|
866
866
|
* <p>The snapshot state.</p>
|
|
867
867
|
*/
|
|
868
|
-
State?: SnapshotState
|
|
868
|
+
State?: SnapshotState;
|
|
869
869
|
/**
|
|
870
870
|
* @public
|
|
871
871
|
* <p>Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails
|
|
@@ -909,7 +909,7 @@ export interface Snapshot {
|
|
|
909
909
|
* for use. <code>archive</code> indicates that the snapshot is currently archived and that
|
|
910
910
|
* it must be restored before it can be used.</p>
|
|
911
911
|
*/
|
|
912
|
-
StorageTier?: StorageTier
|
|
912
|
+
StorageTier?: StorageTier;
|
|
913
913
|
/**
|
|
914
914
|
* @public
|
|
915
915
|
* <p>Only for archived snapshots that are temporarily restored. Indicates the date and
|
|
@@ -920,7 +920,7 @@ export interface Snapshot {
|
|
|
920
920
|
* @public
|
|
921
921
|
* <p>Reserved for future use.</p>
|
|
922
922
|
*/
|
|
923
|
-
SseType?: SSEType
|
|
923
|
+
SseType?: SSEType;
|
|
924
924
|
}
|
|
925
925
|
/**
|
|
926
926
|
* @public
|
|
@@ -1012,7 +1012,7 @@ export interface CreateSnapshotsRequest {
|
|
|
1012
1012
|
* @public
|
|
1013
1013
|
* <p>Copies the tags from the specified volume to corresponding snapshot.</p>
|
|
1014
1014
|
*/
|
|
1015
|
-
CopyTagsFromSource?: CopyTagsFromSource
|
|
1015
|
+
CopyTagsFromSource?: CopyTagsFromSource;
|
|
1016
1016
|
}
|
|
1017
1017
|
/**
|
|
1018
1018
|
* @public
|
|
@@ -1044,7 +1044,7 @@ export interface SnapshotInfo {
|
|
|
1044
1044
|
* @public
|
|
1045
1045
|
* <p>Current state of the snapshot.</p>
|
|
1046
1046
|
*/
|
|
1047
|
-
State?: SnapshotState
|
|
1047
|
+
State?: SnapshotState;
|
|
1048
1048
|
/**
|
|
1049
1049
|
* @public
|
|
1050
1050
|
* <p>Size of the volume from which this snapshot was created.</p>
|
|
@@ -1081,7 +1081,7 @@ export interface SnapshotInfo {
|
|
|
1081
1081
|
* @public
|
|
1082
1082
|
* <p>Reserved for future use.</p>
|
|
1083
1083
|
*/
|
|
1084
|
-
SseType?: SSEType
|
|
1084
|
+
SseType?: SSEType;
|
|
1085
1085
|
}
|
|
1086
1086
|
/**
|
|
1087
1087
|
* @public
|
|
@@ -1176,7 +1176,7 @@ export interface SpotDatafeedSubscription {
|
|
|
1176
1176
|
* @public
|
|
1177
1177
|
* <p>The state of the Spot Instance data feed subscription.</p>
|
|
1178
1178
|
*/
|
|
1179
|
-
State?: DatafeedSubscriptionState
|
|
1179
|
+
State?: DatafeedSubscriptionState;
|
|
1180
1180
|
}
|
|
1181
1181
|
/**
|
|
1182
1182
|
* @public
|
|
@@ -1367,7 +1367,7 @@ export interface CreateSubnetCidrReservationRequest {
|
|
|
1367
1367
|
* </li>
|
|
1368
1368
|
* </ul>
|
|
1369
1369
|
*/
|
|
1370
|
-
ReservationType: SubnetCidrReservationType |
|
|
1370
|
+
ReservationType: SubnetCidrReservationType | undefined;
|
|
1371
1371
|
/**
|
|
1372
1372
|
* @public
|
|
1373
1373
|
* <p>The description to assign to the subnet CIDR reservation.</p>
|
|
@@ -1410,7 +1410,7 @@ export interface SubnetCidrReservation {
|
|
|
1410
1410
|
* @public
|
|
1411
1411
|
* <p>The type of reservation. </p>
|
|
1412
1412
|
*/
|
|
1413
|
-
ReservationType?: SubnetCidrReservationType
|
|
1413
|
+
ReservationType?: SubnetCidrReservationType;
|
|
1414
1414
|
/**
|
|
1415
1415
|
* @public
|
|
1416
1416
|
* <p>The ID of the account that owns the subnet CIDR reservation. </p>
|
|
@@ -1547,7 +1547,7 @@ export interface TrafficMirrorFilterRule {
|
|
|
1547
1547
|
* @public
|
|
1548
1548
|
* <p>The traffic direction assigned to the Traffic Mirror rule.</p>
|
|
1549
1549
|
*/
|
|
1550
|
-
TrafficDirection?: TrafficDirection
|
|
1550
|
+
TrafficDirection?: TrafficDirection;
|
|
1551
1551
|
/**
|
|
1552
1552
|
* @public
|
|
1553
1553
|
* <p>The rule number of the Traffic Mirror rule.</p>
|
|
@@ -1557,7 +1557,7 @@ export interface TrafficMirrorFilterRule {
|
|
|
1557
1557
|
* @public
|
|
1558
1558
|
* <p>The action assigned to the Traffic Mirror rule.</p>
|
|
1559
1559
|
*/
|
|
1560
|
-
RuleAction?: TrafficMirrorRuleAction
|
|
1560
|
+
RuleAction?: TrafficMirrorRuleAction;
|
|
1561
1561
|
/**
|
|
1562
1562
|
* @public
|
|
1563
1563
|
* <p>The protocol assigned to the Traffic Mirror rule.</p>
|
|
@@ -1624,7 +1624,7 @@ export interface TrafficMirrorFilter {
|
|
|
1624
1624
|
* @public
|
|
1625
1625
|
* <p>The network service traffic that is associated with the Traffic Mirror filter.</p>
|
|
1626
1626
|
*/
|
|
1627
|
-
NetworkServices?:
|
|
1627
|
+
NetworkServices?: TrafficMirrorNetworkService[];
|
|
1628
1628
|
/**
|
|
1629
1629
|
* @public
|
|
1630
1630
|
* <p>The description of the Traffic Mirror filter.</p>
|
|
@@ -1680,7 +1680,7 @@ export interface CreateTrafficMirrorFilterRuleRequest {
|
|
|
1680
1680
|
* @public
|
|
1681
1681
|
* <p>The type of traffic.</p>
|
|
1682
1682
|
*/
|
|
1683
|
-
TrafficDirection: TrafficDirection |
|
|
1683
|
+
TrafficDirection: TrafficDirection | undefined;
|
|
1684
1684
|
/**
|
|
1685
1685
|
* @public
|
|
1686
1686
|
* <p>The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given
|
|
@@ -1691,7 +1691,7 @@ export interface CreateTrafficMirrorFilterRuleRequest {
|
|
|
1691
1691
|
* @public
|
|
1692
1692
|
* <p>The action to take on the filtered traffic.</p>
|
|
1693
1693
|
*/
|
|
1694
|
-
RuleAction: TrafficMirrorRuleAction |
|
|
1694
|
+
RuleAction: TrafficMirrorRuleAction | undefined;
|
|
1695
1695
|
/**
|
|
1696
1696
|
* @public
|
|
1697
1697
|
* <p>The destination port range.</p>
|
|
@@ -1969,7 +1969,7 @@ export interface TrafficMirrorTarget {
|
|
|
1969
1969
|
* @public
|
|
1970
1970
|
* <p>The type of Traffic Mirror target.</p>
|
|
1971
1971
|
*/
|
|
1972
|
-
Type?: TrafficMirrorTargetType
|
|
1972
|
+
Type?: TrafficMirrorTargetType;
|
|
1973
1973
|
/**
|
|
1974
1974
|
* @public
|
|
1975
1975
|
* <p>Information about the Traffic Mirror target.</p>
|
|
@@ -2081,32 +2081,32 @@ export interface TransitGatewayRequestOptions {
|
|
|
2081
2081
|
* @public
|
|
2082
2082
|
* <p>Enable or disable automatic acceptance of attachment requests. Disabled by default.</p>
|
|
2083
2083
|
*/
|
|
2084
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue
|
|
2084
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue;
|
|
2085
2085
|
/**
|
|
2086
2086
|
* @public
|
|
2087
2087
|
* <p>Enable or disable automatic association with the default association route table. Enabled by default.</p>
|
|
2088
2088
|
*/
|
|
2089
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue
|
|
2089
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue;
|
|
2090
2090
|
/**
|
|
2091
2091
|
* @public
|
|
2092
2092
|
* <p>Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.</p>
|
|
2093
2093
|
*/
|
|
2094
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue
|
|
2094
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue;
|
|
2095
2095
|
/**
|
|
2096
2096
|
* @public
|
|
2097
2097
|
* <p>Enable or disable Equal Cost Multipath Protocol support. Enabled by default.</p>
|
|
2098
2098
|
*/
|
|
2099
|
-
VpnEcmpSupport?: VpnEcmpSupportValue
|
|
2099
|
+
VpnEcmpSupport?: VpnEcmpSupportValue;
|
|
2100
2100
|
/**
|
|
2101
2101
|
* @public
|
|
2102
2102
|
* <p>Enable or disable DNS support. Enabled by default.</p>
|
|
2103
2103
|
*/
|
|
2104
|
-
DnsSupport?: DnsSupportValue
|
|
2104
|
+
DnsSupport?: DnsSupportValue;
|
|
2105
2105
|
/**
|
|
2106
2106
|
* @public
|
|
2107
2107
|
* <p>Indicates whether multicast is enabled on the transit gateway</p>
|
|
2108
2108
|
*/
|
|
2109
|
-
MulticastSupport?: MulticastSupportValue
|
|
2109
|
+
MulticastSupport?: MulticastSupportValue;
|
|
2110
2110
|
/**
|
|
2111
2111
|
* @public
|
|
2112
2112
|
* <p>One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.</p>
|
|
@@ -2160,12 +2160,12 @@ export interface TransitGatewayOptions {
|
|
|
2160
2160
|
* @public
|
|
2161
2161
|
* <p>Indicates whether attachment requests are automatically accepted.</p>
|
|
2162
2162
|
*/
|
|
2163
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue
|
|
2163
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue;
|
|
2164
2164
|
/**
|
|
2165
2165
|
* @public
|
|
2166
2166
|
* <p>Indicates whether resource attachments are automatically associated with the default association route table.</p>
|
|
2167
2167
|
*/
|
|
2168
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue
|
|
2168
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue;
|
|
2169
2169
|
/**
|
|
2170
2170
|
* @public
|
|
2171
2171
|
* <p>The ID of the default association route table.</p>
|
|
@@ -2175,7 +2175,7 @@ export interface TransitGatewayOptions {
|
|
|
2175
2175
|
* @public
|
|
2176
2176
|
* <p>Indicates whether resource attachments automatically propagate routes to the default propagation route table.</p>
|
|
2177
2177
|
*/
|
|
2178
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue
|
|
2178
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue;
|
|
2179
2179
|
/**
|
|
2180
2180
|
* @public
|
|
2181
2181
|
* <p>The ID of the default propagation route table.</p>
|
|
@@ -2185,17 +2185,17 @@ export interface TransitGatewayOptions {
|
|
|
2185
2185
|
* @public
|
|
2186
2186
|
* <p>Indicates whether Equal Cost Multipath Protocol support is enabled.</p>
|
|
2187
2187
|
*/
|
|
2188
|
-
VpnEcmpSupport?: VpnEcmpSupportValue
|
|
2188
|
+
VpnEcmpSupport?: VpnEcmpSupportValue;
|
|
2189
2189
|
/**
|
|
2190
2190
|
* @public
|
|
2191
2191
|
* <p>Indicates whether DNS support is enabled.</p>
|
|
2192
2192
|
*/
|
|
2193
|
-
DnsSupport?: DnsSupportValue
|
|
2193
|
+
DnsSupport?: DnsSupportValue;
|
|
2194
2194
|
/**
|
|
2195
2195
|
* @public
|
|
2196
2196
|
* <p>Indicates whether multicast is enabled on the transit gateway</p>
|
|
2197
2197
|
*/
|
|
2198
|
-
MulticastSupport?: MulticastSupportValue
|
|
2198
|
+
MulticastSupport?: MulticastSupportValue;
|
|
2199
2199
|
}
|
|
2200
2200
|
/**
|
|
2201
2201
|
* @public
|
|
@@ -2231,7 +2231,7 @@ export interface TransitGateway {
|
|
|
2231
2231
|
* @public
|
|
2232
2232
|
* <p>The state of the transit gateway.</p>
|
|
2233
2233
|
*/
|
|
2234
|
-
State?: TransitGatewayState
|
|
2234
|
+
State?: TransitGatewayState;
|
|
2235
2235
|
/**
|
|
2236
2236
|
* @public
|
|
2237
2237
|
* <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
|
|
@@ -2288,7 +2288,7 @@ export interface CreateTransitGatewayConnectRequestOptions {
|
|
|
2288
2288
|
* @public
|
|
2289
2289
|
* <p>The tunnel protocol.</p>
|
|
2290
2290
|
*/
|
|
2291
|
-
Protocol: ProtocolValue |
|
|
2291
|
+
Protocol: ProtocolValue | undefined;
|
|
2292
2292
|
}
|
|
2293
2293
|
/**
|
|
2294
2294
|
* @public
|
|
@@ -2326,7 +2326,7 @@ export interface TransitGatewayConnectOptions {
|
|
|
2326
2326
|
* @public
|
|
2327
2327
|
* <p>The tunnel protocol.</p>
|
|
2328
2328
|
*/
|
|
2329
|
-
Protocol?: ProtocolValue
|
|
2329
|
+
Protocol?: ProtocolValue;
|
|
2330
2330
|
}
|
|
2331
2331
|
/**
|
|
2332
2332
|
* @public
|
|
@@ -2352,7 +2352,7 @@ export interface TransitGatewayConnect {
|
|
|
2352
2352
|
* @public
|
|
2353
2353
|
* <p>The state of the attachment.</p>
|
|
2354
2354
|
*/
|
|
2355
|
-
State?: TransitGatewayAttachmentState
|
|
2355
|
+
State?: TransitGatewayAttachmentState;
|
|
2356
2356
|
/**
|
|
2357
2357
|
* @public
|
|
2358
2358
|
* <p>The creation time.</p>
|
|
@@ -2479,7 +2479,7 @@ export interface TransitGatewayAttachmentBgpConfiguration {
|
|
|
2479
2479
|
* @public
|
|
2480
2480
|
* <p>The BGP status.</p>
|
|
2481
2481
|
*/
|
|
2482
|
-
BgpStatus?: BgpStatus
|
|
2482
|
+
BgpStatus?: BgpStatus;
|
|
2483
2483
|
}
|
|
2484
2484
|
/**
|
|
2485
2485
|
* @public
|
|
@@ -2505,7 +2505,7 @@ export interface TransitGatewayConnectPeerConfiguration {
|
|
|
2505
2505
|
* @public
|
|
2506
2506
|
* <p>The tunnel protocol.</p>
|
|
2507
2507
|
*/
|
|
2508
|
-
Protocol?: ProtocolValue
|
|
2508
|
+
Protocol?: ProtocolValue;
|
|
2509
2509
|
/**
|
|
2510
2510
|
* @public
|
|
2511
2511
|
* <p>The BGP configuration details.</p>
|
|
@@ -2545,7 +2545,7 @@ export interface TransitGatewayConnectPeer {
|
|
|
2545
2545
|
* @public
|
|
2546
2546
|
* <p>The state of the Connect peer.</p>
|
|
2547
2547
|
*/
|
|
2548
|
-
State?: TransitGatewayConnectPeerState
|
|
2548
|
+
State?: TransitGatewayConnectPeerState;
|
|
2549
2549
|
/**
|
|
2550
2550
|
* @public
|
|
2551
2551
|
* <p>The creation time.</p>
|
|
@@ -2617,17 +2617,17 @@ export interface CreateTransitGatewayMulticastDomainRequestOptions {
|
|
|
2617
2617
|
* @public
|
|
2618
2618
|
* <p>Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.</p>
|
|
2619
2619
|
*/
|
|
2620
|
-
Igmpv2Support?: Igmpv2SupportValue
|
|
2620
|
+
Igmpv2Support?: Igmpv2SupportValue;
|
|
2621
2621
|
/**
|
|
2622
2622
|
* @public
|
|
2623
2623
|
* <p>Specify whether to enable support for statically configuring multicast group sources for a domain.</p>
|
|
2624
2624
|
*/
|
|
2625
|
-
StaticSourcesSupport?: StaticSourcesSupportValue
|
|
2625
|
+
StaticSourcesSupport?: StaticSourcesSupportValue;
|
|
2626
2626
|
/**
|
|
2627
2627
|
* @public
|
|
2628
2628
|
* <p>Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.</p>
|
|
2629
2629
|
*/
|
|
2630
|
-
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue
|
|
2630
|
+
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue;
|
|
2631
2631
|
}
|
|
2632
2632
|
/**
|
|
2633
2633
|
* @public
|
|
@@ -2665,17 +2665,17 @@ export interface TransitGatewayMulticastDomainOptions {
|
|
|
2665
2665
|
* @public
|
|
2666
2666
|
* <p>Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.</p>
|
|
2667
2667
|
*/
|
|
2668
|
-
Igmpv2Support?: Igmpv2SupportValue
|
|
2668
|
+
Igmpv2Support?: Igmpv2SupportValue;
|
|
2669
2669
|
/**
|
|
2670
2670
|
* @public
|
|
2671
2671
|
* <p>Indicates whether support for statically configuring transit gateway multicast group sources is turned on.</p>
|
|
2672
2672
|
*/
|
|
2673
|
-
StaticSourcesSupport?: StaticSourcesSupportValue
|
|
2673
|
+
StaticSourcesSupport?: StaticSourcesSupportValue;
|
|
2674
2674
|
/**
|
|
2675
2675
|
* @public
|
|
2676
2676
|
* <p>Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.</p>
|
|
2677
2677
|
*/
|
|
2678
|
-
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue
|
|
2678
|
+
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue;
|
|
2679
2679
|
}
|
|
2680
2680
|
/**
|
|
2681
2681
|
* @public
|
|
@@ -2725,7 +2725,7 @@ export interface TransitGatewayMulticastDomain {
|
|
|
2725
2725
|
* @public
|
|
2726
2726
|
* <p>The state of the transit gateway multicast domain.</p>
|
|
2727
2727
|
*/
|
|
2728
|
-
State?: TransitGatewayMulticastDomainState
|
|
2728
|
+
State?: TransitGatewayMulticastDomainState;
|
|
2729
2729
|
/**
|
|
2730
2730
|
* @public
|
|
2731
2731
|
* <p>The time the transit gateway multicast domain was created.</p>
|
|
@@ -2756,7 +2756,7 @@ export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
|
|
|
2756
2756
|
* @public
|
|
2757
2757
|
* <p>Indicates whether dynamic routing is enabled or disabled.</p>
|
|
2758
2758
|
*/
|
|
2759
|
-
DynamicRouting?: DynamicRoutingValue
|
|
2759
|
+
DynamicRouting?: DynamicRoutingValue;
|
|
2760
2760
|
}
|
|
2761
2761
|
/**
|
|
2762
2762
|
* @public
|
|
@@ -2865,7 +2865,7 @@ export interface TransitGatewayPolicyTable {
|
|
|
2865
2865
|
* @public
|
|
2866
2866
|
* <p>The state of the transit gateway policy table</p>
|
|
2867
2867
|
*/
|
|
2868
|
-
State?: TransitGatewayPolicyTableState
|
|
2868
|
+
State?: TransitGatewayPolicyTableState;
|
|
2869
2869
|
/**
|
|
2870
2870
|
* @public
|
|
2871
2871
|
* <p>The timestamp when the transit gateway policy table was created.</p>
|
|
@@ -2947,7 +2947,7 @@ export interface TransitGatewayPrefixListAttachment {
|
|
|
2947
2947
|
* @public
|
|
2948
2948
|
* <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
|
|
2949
2949
|
*/
|
|
2950
|
-
ResourceType?: TransitGatewayAttachmentResourceType
|
|
2950
|
+
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
2951
2951
|
/**
|
|
2952
2952
|
* @public
|
|
2953
2953
|
* <p>The ID of the resource.</p>
|
|
@@ -2978,7 +2978,7 @@ export interface TransitGatewayPrefixListReference {
|
|
|
2978
2978
|
* @public
|
|
2979
2979
|
* <p>The state of the prefix list reference.</p>
|
|
2980
2980
|
*/
|
|
2981
|
-
State?: TransitGatewayPrefixListReferenceState
|
|
2981
|
+
State?: TransitGatewayPrefixListReferenceState;
|
|
2982
2982
|
/**
|
|
2983
2983
|
* @public
|
|
2984
2984
|
* <p>Indicates whether traffic that matches this route is dropped.</p>
|
|
@@ -3067,7 +3067,7 @@ export interface TransitGatewayRouteAttachment {
|
|
|
3067
3067
|
* @public
|
|
3068
3068
|
* <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated. </p>
|
|
3069
3069
|
*/
|
|
3070
|
-
ResourceType?: TransitGatewayAttachmentResourceType
|
|
3070
|
+
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
3071
3071
|
}
|
|
3072
3072
|
/**
|
|
3073
3073
|
* @public
|
|
@@ -3110,12 +3110,12 @@ export interface TransitGatewayRoute {
|
|
|
3110
3110
|
* @public
|
|
3111
3111
|
* <p>The route type.</p>
|
|
3112
3112
|
*/
|
|
3113
|
-
Type?: TransitGatewayRouteType
|
|
3113
|
+
Type?: TransitGatewayRouteType;
|
|
3114
3114
|
/**
|
|
3115
3115
|
* @public
|
|
3116
3116
|
* <p>The state of the route.</p>
|
|
3117
3117
|
*/
|
|
3118
|
-
State?: TransitGatewayRouteState
|
|
3118
|
+
State?: TransitGatewayRouteState;
|
|
3119
3119
|
}
|
|
3120
3120
|
/**
|
|
3121
3121
|
* @public
|
|
@@ -3182,7 +3182,7 @@ export interface TransitGatewayRouteTable {
|
|
|
3182
3182
|
* @public
|
|
3183
3183
|
* <p>The state of the transit gateway route table.</p>
|
|
3184
3184
|
*/
|
|
3185
|
-
State?: TransitGatewayRouteTableState
|
|
3185
|
+
State?: TransitGatewayRouteTableState;
|
|
3186
3186
|
/**
|
|
3187
3187
|
* @public
|
|
3188
3188
|
* <p>Indicates whether this is the default association route table for the transit gateway.</p>
|
|
@@ -3308,7 +3308,7 @@ export interface TransitGatewayRouteTableAnnouncement {
|
|
|
3308
3308
|
* @public
|
|
3309
3309
|
* <p>The direction for the route table announcement.</p>
|
|
3310
3310
|
*/
|
|
3311
|
-
AnnouncementDirection?: TransitGatewayRouteTableAnnouncementDirection
|
|
3311
|
+
AnnouncementDirection?: TransitGatewayRouteTableAnnouncementDirection;
|
|
3312
3312
|
/**
|
|
3313
3313
|
* @public
|
|
3314
3314
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -3318,7 +3318,7 @@ export interface TransitGatewayRouteTableAnnouncement {
|
|
|
3318
3318
|
* @public
|
|
3319
3319
|
* <p>The state of the transit gateway announcement.</p>
|
|
3320
3320
|
*/
|
|
3321
|
-
State?: TransitGatewayRouteTableAnnouncementState
|
|
3321
|
+
State?: TransitGatewayRouteTableAnnouncementState;
|
|
3322
3322
|
/**
|
|
3323
3323
|
* @public
|
|
3324
3324
|
* <p>The timestamp when the transit gateway route table announcement was created.</p>
|
|
@@ -3349,17 +3349,17 @@ export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
|
3349
3349
|
* @public
|
|
3350
3350
|
* <p>Enable or disable DNS support. The default is <code>enable</code>.</p>
|
|
3351
3351
|
*/
|
|
3352
|
-
DnsSupport?: DnsSupportValue
|
|
3352
|
+
DnsSupport?: DnsSupportValue;
|
|
3353
3353
|
/**
|
|
3354
3354
|
* @public
|
|
3355
3355
|
* <p>Enable or disable IPv6 support. The default is <code>disable</code>.</p>
|
|
3356
3356
|
*/
|
|
3357
|
-
Ipv6Support?: Ipv6SupportValue
|
|
3357
|
+
Ipv6Support?: Ipv6SupportValue;
|
|
3358
3358
|
/**
|
|
3359
3359
|
* @public
|
|
3360
3360
|
* <p>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <code>disable</code>.</p>
|
|
3361
3361
|
*/
|
|
3362
|
-
ApplianceModeSupport?: ApplianceModeSupportValue
|
|
3362
|
+
ApplianceModeSupport?: ApplianceModeSupportValue;
|
|
3363
3363
|
}
|
|
3364
3364
|
/**
|
|
3365
3365
|
* @public
|
|
@@ -3455,7 +3455,7 @@ export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
|
|
|
3455
3455
|
* @public
|
|
3456
3456
|
* <p>The IP protocol.</p>
|
|
3457
3457
|
*/
|
|
3458
|
-
Protocol?: VerifiedAccessEndpointProtocol
|
|
3458
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
3459
3459
|
/**
|
|
3460
3460
|
* @public
|
|
3461
3461
|
* <p>The IP port number.</p>
|
|
@@ -3487,7 +3487,7 @@ export interface CreateVerifiedAccessEndpointEniOptions {
|
|
|
3487
3487
|
* @public
|
|
3488
3488
|
* <p>The IP protocol.</p>
|
|
3489
3489
|
*/
|
|
3490
|
-
Protocol?: VerifiedAccessEndpointProtocol
|
|
3490
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
3491
3491
|
/**
|
|
3492
3492
|
* @public
|
|
3493
3493
|
* <p>The IP port number.</p>
|
|
@@ -3531,12 +3531,12 @@ export interface CreateVerifiedAccessEndpointRequest {
|
|
|
3531
3531
|
* @public
|
|
3532
3532
|
* <p>The type of Verified Access endpoint to create.</p>
|
|
3533
3533
|
*/
|
|
3534
|
-
EndpointType: VerifiedAccessEndpointType |
|
|
3534
|
+
EndpointType: VerifiedAccessEndpointType | undefined;
|
|
3535
3535
|
/**
|
|
3536
3536
|
* @public
|
|
3537
3537
|
* <p>The type of attachment.</p>
|
|
3538
3538
|
*/
|
|
3539
|
-
AttachmentType: VerifiedAccessEndpointAttachmentType |
|
|
3539
|
+
AttachmentType: VerifiedAccessEndpointAttachmentType | undefined;
|
|
3540
3540
|
/**
|
|
3541
3541
|
* @public
|
|
3542
3542
|
* <p>The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint.
|
|
@@ -3618,7 +3618,7 @@ export interface VerifiedAccessEndpointLoadBalancerOptions {
|
|
|
3618
3618
|
* @public
|
|
3619
3619
|
* <p>The IP protocol.</p>
|
|
3620
3620
|
*/
|
|
3621
|
-
Protocol?: VerifiedAccessEndpointProtocol
|
|
3621
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
3622
3622
|
/**
|
|
3623
3623
|
* @public
|
|
3624
3624
|
* <p>The IP port number.</p>
|
|
@@ -3649,7 +3649,7 @@ export interface VerifiedAccessEndpointEniOptions {
|
|
|
3649
3649
|
* @public
|
|
3650
3650
|
* <p>The IP protocol.</p>
|
|
3651
3651
|
*/
|
|
3652
|
-
Protocol?: VerifiedAccessEndpointProtocol
|
|
3652
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
3653
3653
|
/**
|
|
3654
3654
|
* @public
|
|
3655
3655
|
* <p>The IP port number.</p>
|
|
@@ -3680,7 +3680,7 @@ export interface VerifiedAccessEndpointStatus {
|
|
|
3680
3680
|
* @public
|
|
3681
3681
|
* <p>The status code of the Verified Access endpoint.</p>
|
|
3682
3682
|
*/
|
|
3683
|
-
Code?: VerifiedAccessEndpointStatusCode
|
|
3683
|
+
Code?: VerifiedAccessEndpointStatusCode;
|
|
3684
3684
|
/**
|
|
3685
3685
|
* @public
|
|
3686
3686
|
* <p>The status message of the Verified Access endpoint.</p>
|
|
@@ -3720,13 +3720,13 @@ export interface VerifiedAccessEndpoint {
|
|
|
3720
3720
|
* address, load balancer or a network interface depending on the endpoint type
|
|
3721
3721
|
* specified.</p>
|
|
3722
3722
|
*/
|
|
3723
|
-
EndpointType?: VerifiedAccessEndpointType
|
|
3723
|
+
EndpointType?: VerifiedAccessEndpointType;
|
|
3724
3724
|
/**
|
|
3725
3725
|
* @public
|
|
3726
3726
|
* <p>The type of attachment used to provide connectivity between the Amazon Web Services Verified Access endpoint and the
|
|
3727
3727
|
* application.</p>
|
|
3728
3728
|
*/
|
|
3729
|
-
AttachmentType?: VerifiedAccessEndpointAttachmentType
|
|
3729
|
+
AttachmentType?: VerifiedAccessEndpointAttachmentType;
|
|
3730
3730
|
/**
|
|
3731
3731
|
* @public
|
|
3732
3732
|
* <p>The ARN of a public TLS/SSL certificate imported into or created with ACM.</p>
|
|
@@ -4024,19 +4024,19 @@ export interface CreateVerifiedAccessTrustProviderRequest {
|
|
|
4024
4024
|
* @public
|
|
4025
4025
|
* <p>The type of trust provider.</p>
|
|
4026
4026
|
*/
|
|
4027
|
-
TrustProviderType: TrustProviderType |
|
|
4027
|
+
TrustProviderType: TrustProviderType | undefined;
|
|
4028
4028
|
/**
|
|
4029
4029
|
* @public
|
|
4030
4030
|
* <p>The type of user-based trust provider. This parameter is required when the provider type
|
|
4031
4031
|
* is <code>user</code>.</p>
|
|
4032
4032
|
*/
|
|
4033
|
-
UserTrustProviderType?: UserTrustProviderType
|
|
4033
|
+
UserTrustProviderType?: UserTrustProviderType;
|
|
4034
4034
|
/**
|
|
4035
4035
|
* @public
|
|
4036
4036
|
* <p>The type of device-based trust provider. This parameter is required when the provider
|
|
4037
4037
|
* type is <code>device</code>.</p>
|
|
4038
4038
|
*/
|
|
4039
|
-
DeviceTrustProviderType?: DeviceTrustProviderType
|
|
4039
|
+
DeviceTrustProviderType?: DeviceTrustProviderType;
|
|
4040
4040
|
/**
|
|
4041
4041
|
* @public
|
|
4042
4042
|
* <p>The options for a OpenID Connect-compatible user-identity trust provider. This parameter
|
|
@@ -4238,7 +4238,7 @@ export interface CreateVolumeRequest {
|
|
|
4238
4238
|
* <p>Default: <code>gp2</code>
|
|
4239
4239
|
* </p>
|
|
4240
4240
|
*/
|
|
4241
|
-
VolumeType?: VolumeType
|
|
4241
|
+
VolumeType?: VolumeType;
|
|
4242
4242
|
/**
|
|
4243
4243
|
* @public
|
|
4244
4244
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4341,7 +4341,7 @@ export interface Volume {
|
|
|
4341
4341
|
* @public
|
|
4342
4342
|
* <p>The volume state.</p>
|
|
4343
4343
|
*/
|
|
4344
|
-
State?: VolumeState
|
|
4344
|
+
State?: VolumeState;
|
|
4345
4345
|
/**
|
|
4346
4346
|
* @public
|
|
4347
4347
|
* <p>The ID of the volume.</p>
|
|
@@ -4363,7 +4363,7 @@ export interface Volume {
|
|
|
4363
4363
|
* @public
|
|
4364
4364
|
* <p>The volume type.</p>
|
|
4365
4365
|
*/
|
|
4366
|
-
VolumeType?: VolumeType
|
|
4366
|
+
VolumeType?: VolumeType;
|
|
4367
4367
|
/**
|
|
4368
4368
|
* @public
|
|
4369
4369
|
* <p>Indicates whether the volume was created using fast snapshot restore.</p>
|
|
@@ -4383,7 +4383,7 @@ export interface Volume {
|
|
|
4383
4383
|
* @public
|
|
4384
4384
|
* <p>Reserved for future use.</p>
|
|
4385
4385
|
*/
|
|
4386
|
-
SseType?: SSEType
|
|
4386
|
+
SseType?: SSEType;
|
|
4387
4387
|
}
|
|
4388
4388
|
/**
|
|
4389
4389
|
* @public
|
|
@@ -4453,7 +4453,7 @@ export interface CreateVpcRequest {
|
|
|
4453
4453
|
* <p>Default: <code>default</code>
|
|
4454
4454
|
* </p>
|
|
4455
4455
|
*/
|
|
4456
|
-
InstanceTenancy?: Tenancy
|
|
4456
|
+
InstanceTenancy?: Tenancy;
|
|
4457
4457
|
/**
|
|
4458
4458
|
* @public
|
|
4459
4459
|
* <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>
|
|
@@ -4499,7 +4499,7 @@ export interface DnsOptionsSpecification {
|
|
|
4499
4499
|
* @public
|
|
4500
4500
|
* <p>The DNS records created for the endpoint.</p>
|
|
4501
4501
|
*/
|
|
4502
|
-
DnsRecordIpType?: DnsRecordIpType
|
|
4502
|
+
DnsRecordIpType?: DnsRecordIpType;
|
|
4503
4503
|
/**
|
|
4504
4504
|
* @public
|
|
4505
4505
|
* <p>Indicates whether to enable private DNS only for inbound endpoints. This option is
|
|
@@ -4580,7 +4580,7 @@ export interface CreateVpcEndpointRequest {
|
|
|
4580
4580
|
* <p>The type of endpoint.</p>
|
|
4581
4581
|
* <p>Default: Gateway</p>
|
|
4582
4582
|
*/
|
|
4583
|
-
VpcEndpointType?: VpcEndpointType
|
|
4583
|
+
VpcEndpointType?: VpcEndpointType;
|
|
4584
4584
|
/**
|
|
4585
4585
|
* @public
|
|
4586
4586
|
* <p>The ID of the VPC.</p>
|
|
@@ -4620,7 +4620,7 @@ export interface CreateVpcEndpointRequest {
|
|
|
4620
4620
|
* @public
|
|
4621
4621
|
* <p>The IP address type for the endpoint.</p>
|
|
4622
4622
|
*/
|
|
4623
|
-
IpAddressType?: IpAddressType
|
|
4623
|
+
IpAddressType?: IpAddressType;
|
|
4624
4624
|
/**
|
|
4625
4625
|
* @public
|
|
4626
4626
|
* <p>The DNS options for the endpoint.</p>
|
|
@@ -4686,7 +4686,7 @@ export interface DnsOptions {
|
|
|
4686
4686
|
* @public
|
|
4687
4687
|
* <p>The DNS records created for the endpoint.</p>
|
|
4688
4688
|
*/
|
|
4689
|
-
DnsRecordIpType?: DnsRecordIpType
|
|
4689
|
+
DnsRecordIpType?: DnsRecordIpType;
|
|
4690
4690
|
/**
|
|
4691
4691
|
* @public
|
|
4692
4692
|
* <p>Indicates whether to enable private DNS only for inbound endpoints.</p>
|
|
@@ -4757,7 +4757,7 @@ export interface VpcEndpoint {
|
|
|
4757
4757
|
* @public
|
|
4758
4758
|
* <p>The type of endpoint.</p>
|
|
4759
4759
|
*/
|
|
4760
|
-
VpcEndpointType?: VpcEndpointType
|
|
4760
|
+
VpcEndpointType?: VpcEndpointType;
|
|
4761
4761
|
/**
|
|
4762
4762
|
* @public
|
|
4763
4763
|
* <p>The ID of the VPC to which the endpoint is associated.</p>
|
|
@@ -4772,7 +4772,7 @@ export interface VpcEndpoint {
|
|
|
4772
4772
|
* @public
|
|
4773
4773
|
* <p>The state of the endpoint.</p>
|
|
4774
4774
|
*/
|
|
4775
|
-
State?: State
|
|
4775
|
+
State?: State;
|
|
4776
4776
|
/**
|
|
4777
4777
|
* @public
|
|
4778
4778
|
* <p>The policy document associated with the endpoint, if applicable.</p>
|
|
@@ -4798,7 +4798,7 @@ export interface VpcEndpoint {
|
|
|
4798
4798
|
* @public
|
|
4799
4799
|
* <p>The IP address type for the endpoint.</p>
|
|
4800
4800
|
*/
|
|
4801
|
-
IpAddressType?: IpAddressType
|
|
4801
|
+
IpAddressType?: IpAddressType;
|
|
4802
4802
|
/**
|
|
4803
4803
|
* @public
|
|
4804
4804
|
* <p>The DNS options for the endpoint.</p>
|
|
@@ -4950,7 +4950,7 @@ export interface ConnectionNotification {
|
|
|
4950
4950
|
* @public
|
|
4951
4951
|
* <p>The type of notification.</p>
|
|
4952
4952
|
*/
|
|
4953
|
-
ConnectionNotificationType?: ConnectionNotificationType
|
|
4953
|
+
ConnectionNotificationType?: ConnectionNotificationType;
|
|
4954
4954
|
/**
|
|
4955
4955
|
* @public
|
|
4956
4956
|
* <p>The ARN of the SNS topic for the notification.</p>
|
|
@@ -4966,7 +4966,7 @@ export interface ConnectionNotification {
|
|
|
4966
4966
|
* @public
|
|
4967
4967
|
* <p>The state of the notification.</p>
|
|
4968
4968
|
*/
|
|
4969
|
-
ConnectionNotificationState?: ConnectionNotificationState
|
|
4969
|
+
ConnectionNotificationState?: ConnectionNotificationState;
|
|
4970
4970
|
}
|
|
4971
4971
|
/**
|
|
4972
4972
|
* @public
|
|
@@ -5070,7 +5070,7 @@ export interface PrivateDnsNameConfiguration {
|
|
|
5070
5070
|
* of the endpoint service can use the private name only when the state is
|
|
5071
5071
|
* <code>verified</code>.</p>
|
|
5072
5072
|
*/
|
|
5073
|
-
State?: DnsNameState
|
|
5073
|
+
State?: DnsNameState;
|
|
5074
5074
|
/**
|
|
5075
5075
|
* @public
|
|
5076
5076
|
* <p>The endpoint service verification type, for example TXT.</p>
|
|
@@ -5124,7 +5124,7 @@ export interface ServiceTypeDetail {
|
|
|
5124
5124
|
* @public
|
|
5125
5125
|
* <p>The type of service.</p>
|
|
5126
5126
|
*/
|
|
5127
|
-
ServiceType?: ServiceType
|
|
5127
|
+
ServiceType?: ServiceType;
|
|
5128
5128
|
}
|
|
5129
5129
|
/**
|
|
5130
5130
|
* @public
|
|
@@ -5162,7 +5162,7 @@ export interface ServiceConfiguration {
|
|
|
5162
5162
|
* @public
|
|
5163
5163
|
* <p>The service state.</p>
|
|
5164
5164
|
*/
|
|
5165
|
-
ServiceState?: ServiceState
|
|
5165
|
+
ServiceState?: ServiceState;
|
|
5166
5166
|
/**
|
|
5167
5167
|
* @public
|
|
5168
5168
|
* <p>The Availability Zones in which the service is available.</p>
|
|
@@ -5193,7 +5193,7 @@ export interface ServiceConfiguration {
|
|
|
5193
5193
|
* @public
|
|
5194
5194
|
* <p>The supported IP address types.</p>
|
|
5195
5195
|
*/
|
|
5196
|
-
SupportedIpAddressTypes?:
|
|
5196
|
+
SupportedIpAddressTypes?: ServiceConnectivityType[];
|
|
5197
5197
|
/**
|
|
5198
5198
|
* @public
|
|
5199
5199
|
* <p>The DNS names for the service.</p>
|
|
@@ -5213,7 +5213,7 @@ export interface ServiceConfiguration {
|
|
|
5213
5213
|
* @public
|
|
5214
5214
|
* <p>The payer responsibility.</p>
|
|
5215
5215
|
*/
|
|
5216
|
-
PayerResponsibility?: PayerResponsibility
|
|
5216
|
+
PayerResponsibility?: PayerResponsibility;
|
|
5217
5217
|
/**
|
|
5218
5218
|
* @public
|
|
5219
5219
|
* <p>The tags assigned to the service.</p>
|
|
@@ -5662,7 +5662,7 @@ export interface VpnConnectionOptionsSpecification {
|
|
|
5662
5662
|
* <p>Default: <code>ipv4</code>
|
|
5663
5663
|
* </p>
|
|
5664
5664
|
*/
|
|
5665
|
-
TunnelInsideIpVersion?: TunnelInsideIpVersion
|
|
5665
|
+
TunnelInsideIpVersion?: TunnelInsideIpVersion;
|
|
5666
5666
|
/**
|
|
5667
5667
|
* @public
|
|
5668
5668
|
* <p>The tunnel options for the VPN connection.</p>
|
|
@@ -6059,7 +6059,7 @@ export interface VpnConnectionOptions {
|
|
|
6059
6059
|
* @public
|
|
6060
6060
|
* <p>Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.</p>
|
|
6061
6061
|
*/
|
|
6062
|
-
TunnelInsideIpVersion?: TunnelInsideIpVersion
|
|
6062
|
+
TunnelInsideIpVersion?: TunnelInsideIpVersion;
|
|
6063
6063
|
/**
|
|
6064
6064
|
* @public
|
|
6065
6065
|
* <p>Indicates the VPN tunnel options.</p>
|
|
@@ -6105,12 +6105,12 @@ export interface VpnStaticRoute {
|
|
|
6105
6105
|
* @public
|
|
6106
6106
|
* <p>Indicates how the routes were provided.</p>
|
|
6107
6107
|
*/
|
|
6108
|
-
Source?: VpnStaticRouteSource
|
|
6108
|
+
Source?: VpnStaticRouteSource;
|
|
6109
6109
|
/**
|
|
6110
6110
|
* @public
|
|
6111
6111
|
* <p>The current state of the static route.</p>
|
|
6112
6112
|
*/
|
|
6113
|
-
State?: VpnState
|
|
6113
|
+
State?: VpnState;
|
|
6114
6114
|
}
|
|
6115
6115
|
/**
|
|
6116
6116
|
* @public
|
|
@@ -6149,7 +6149,7 @@ export interface VgwTelemetry {
|
|
|
6149
6149
|
* @public
|
|
6150
6150
|
* <p>The status of the VPN tunnel.</p>
|
|
6151
6151
|
*/
|
|
6152
|
-
Status?: TelemetryStatus
|
|
6152
|
+
Status?: TelemetryStatus;
|
|
6153
6153
|
/**
|
|
6154
6154
|
* @public
|
|
6155
6155
|
* <p>If an error occurs, a description of the error.</p>
|
|
@@ -6189,12 +6189,12 @@ export interface VpnConnection {
|
|
|
6189
6189
|
* @public
|
|
6190
6190
|
* <p>The current state of the VPN connection.</p>
|
|
6191
6191
|
*/
|
|
6192
|
-
State?: VpnState
|
|
6192
|
+
State?: VpnState;
|
|
6193
6193
|
/**
|
|
6194
6194
|
* @public
|
|
6195
6195
|
* <p>The type of VPN connection.</p>
|
|
6196
6196
|
*/
|
|
6197
|
-
Type?: GatewayType
|
|
6197
|
+
Type?: GatewayType;
|
|
6198
6198
|
/**
|
|
6199
6199
|
* @public
|
|
6200
6200
|
* <p>The ID of the VPN connection.</p>
|
|
@@ -6225,7 +6225,7 @@ export interface VpnConnection {
|
|
|
6225
6225
|
* @public
|
|
6226
6226
|
* <p>The current state of the gateway association.</p>
|
|
6227
6227
|
*/
|
|
6228
|
-
GatewayAssociationState?: GatewayAssociationState
|
|
6228
|
+
GatewayAssociationState?: GatewayAssociationState;
|
|
6229
6229
|
/**
|
|
6230
6230
|
* @public
|
|
6231
6231
|
* <p>The VPN connection options.</p>
|
|
@@ -6288,7 +6288,7 @@ export interface CreateVpnGatewayRequest {
|
|
|
6288
6288
|
* @public
|
|
6289
6289
|
* <p>The type of VPN connection this virtual private gateway supports.</p>
|
|
6290
6290
|
*/
|
|
6291
|
-
Type: GatewayType |
|
|
6291
|
+
Type: GatewayType | undefined;
|
|
6292
6292
|
/**
|
|
6293
6293
|
* @public
|
|
6294
6294
|
* <p>The tags to apply to the virtual private gateway.</p>
|
|
@@ -6326,12 +6326,12 @@ export interface VpnGateway {
|
|
|
6326
6326
|
* @public
|
|
6327
6327
|
* <p>The current state of the virtual private gateway.</p>
|
|
6328
6328
|
*/
|
|
6329
|
-
State?: VpnState
|
|
6329
|
+
State?: VpnState;
|
|
6330
6330
|
/**
|
|
6331
6331
|
* @public
|
|
6332
6332
|
* <p>The type of VPN connection the virtual private gateway supports.</p>
|
|
6333
6333
|
*/
|
|
6334
|
-
Type?: GatewayType
|
|
6334
|
+
Type?: GatewayType;
|
|
6335
6335
|
/**
|
|
6336
6336
|
* @public
|
|
6337
6337
|
* <p>Any VPCs attached to the virtual private gateway.</p>
|
|
@@ -6632,12 +6632,12 @@ export interface DeleteFleetSuccessItem {
|
|
|
6632
6632
|
* @public
|
|
6633
6633
|
* <p>The current state of the EC2 Fleet.</p>
|
|
6634
6634
|
*/
|
|
6635
|
-
CurrentFleetState?: FleetStateCode
|
|
6635
|
+
CurrentFleetState?: FleetStateCode;
|
|
6636
6636
|
/**
|
|
6637
6637
|
* @public
|
|
6638
6638
|
* <p>The previous state of the EC2 Fleet.</p>
|
|
6639
6639
|
*/
|
|
6640
|
-
PreviousFleetState?: FleetStateCode
|
|
6640
|
+
PreviousFleetState?: FleetStateCode;
|
|
6641
6641
|
/**
|
|
6642
6642
|
* @public
|
|
6643
6643
|
* <p>The ID of the EC2 Fleet.</p>
|
|
@@ -6667,7 +6667,7 @@ export interface DeleteFleetError {
|
|
|
6667
6667
|
* @public
|
|
6668
6668
|
* <p>The error code.</p>
|
|
6669
6669
|
*/
|
|
6670
|
-
Code?: DeleteFleetErrorCode
|
|
6670
|
+
Code?: DeleteFleetErrorCode;
|
|
6671
6671
|
/**
|
|
6672
6672
|
* @public
|
|
6673
6673
|
* <p>The description for the error code.</p>
|
|
@@ -6824,7 +6824,7 @@ export interface InstanceEventWindowStateChange {
|
|
|
6824
6824
|
* @public
|
|
6825
6825
|
* <p>The current state of the event window.</p>
|
|
6826
6826
|
*/
|
|
6827
|
-
State?: InstanceEventWindowState
|
|
6827
|
+
State?: InstanceEventWindowState;
|
|
6828
6828
|
}
|
|
6829
6829
|
/**
|
|
6830
6830
|
* @public
|
|
@@ -7141,7 +7141,7 @@ export interface ResponseError {
|
|
|
7141
7141
|
* @public
|
|
7142
7142
|
* <p>The error code.</p>
|
|
7143
7143
|
*/
|
|
7144
|
-
Code?: LaunchTemplateErrorCode
|
|
7144
|
+
Code?: LaunchTemplateErrorCode;
|
|
7145
7145
|
/**
|
|
7146
7146
|
* @public
|
|
7147
7147
|
* <p>The error message, if applicable.</p>
|