@aws-sdk/client-ec2 3.872.0 → 3.875.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 +40 -5
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +21 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
- package/dist-types/models/models_1.d.ts +40 -89
- package/dist-types/models/models_2.d.ts +89 -33
- package/dist-types/models/models_3.d.ts +33 -184
- package/dist-types/models/models_4.d.ts +200 -49
- package/dist-types/models/models_5.d.ts +49 -130
- package/dist-types/models/models_6.d.ts +132 -42
- package/dist-types/models/models_7.d.ts +38 -48
- package/dist-types/models/models_8.d.ts +49 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +17 -15
- package/dist-types/ts3.4/models/models_2.d.ts +18 -9
- package/dist-types/ts3.4/models/models_3.d.ts +8 -13
- package/dist-types/ts3.4/models/models_4.d.ts +17 -12
- package/dist-types/ts3.4/models/models_5.d.ts +13 -22
- package/dist-types/ts3.4/models/models_6.d.ts +24 -8
- package/dist-types/ts3.4/models/models_7.d.ts +7 -11
- package/dist-types/ts3.4/models/models_8.d.ts +11 -1
- package/package.json +12 -12
|
@@ -1,8 +1,55 @@
|
|
|
1
1
|
import { ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
-
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements,
|
|
2
|
+
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
|
|
3
3
|
import { DnsEntry, GroupIdentifier, InstanceIpv6Address, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
-
import { ConnectionNotification, Filter, IdFormat
|
|
4
|
+
import { ConnectionNotification, Filter, IdFormat } from "./models_3";
|
|
5
5
|
import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeIpamPoolsResult {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
NextToken?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>Information about the IPAM pools.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
IpamPools?: IpamPool[] | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface DescribeIpamResourceDiscoveriesRequest {
|
|
25
|
+
/**
|
|
26
|
+
* <p>A check for 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 | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The IPAM resource discovery IDs.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
IpamResourceDiscoveryIds?: string[] | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
NextToken?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The maximum number of resource discoveries to return in one page of results.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
MaxResults?: number | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The resource discovery filters.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
Filters?: Filter[] | undefined;
|
|
52
|
+
}
|
|
6
53
|
/**
|
|
7
54
|
* @public
|
|
8
55
|
*/
|
|
@@ -11183,134 +11230,6 @@ export interface DescribeVpcEndpointConnectionNotificationsResult {
|
|
|
11183
11230
|
*/
|
|
11184
11231
|
NextToken?: string | undefined;
|
|
11185
11232
|
}
|
|
11186
|
-
/**
|
|
11187
|
-
* @public
|
|
11188
|
-
*/
|
|
11189
|
-
export interface DescribeVpcEndpointConnectionsRequest {
|
|
11190
|
-
/**
|
|
11191
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11192
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11193
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11194
|
-
* @public
|
|
11195
|
-
*/
|
|
11196
|
-
DryRun?: boolean | undefined;
|
|
11197
|
-
/**
|
|
11198
|
-
* <p>The filters.</p>
|
|
11199
|
-
* <ul>
|
|
11200
|
-
* <li>
|
|
11201
|
-
* <p>
|
|
11202
|
-
* <code>ip-address-type</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
|
|
11203
|
-
* </li>
|
|
11204
|
-
* <li>
|
|
11205
|
-
* <p>
|
|
11206
|
-
* <code>service-id</code> - The ID of the service.</p>
|
|
11207
|
-
* </li>
|
|
11208
|
-
* <li>
|
|
11209
|
-
* <p>
|
|
11210
|
-
* <code>vpc-endpoint-owner</code> - The ID of the Amazon Web Services account ID
|
|
11211
|
-
* that owns the endpoint.</p>
|
|
11212
|
-
* </li>
|
|
11213
|
-
* <li>
|
|
11214
|
-
* <p>
|
|
11215
|
-
* <code>vpc-endpoint-region</code> - The Region of the endpoint or <code>cross-region</code>
|
|
11216
|
-
* to find endpoints for other Regions.</p>
|
|
11217
|
-
* </li>
|
|
11218
|
-
* <li>
|
|
11219
|
-
* <p>
|
|
11220
|
-
* <code>vpc-endpoint-state</code> - The state of the endpoint
|
|
11221
|
-
* (<code>pendingAcceptance</code> | <code>pending</code> |
|
|
11222
|
-
* <code>available</code> | <code>deleting</code> | <code>deleted</code> |
|
|
11223
|
-
* <code>rejected</code> | <code>failed</code>).</p>
|
|
11224
|
-
* </li>
|
|
11225
|
-
* <li>
|
|
11226
|
-
* <p>
|
|
11227
|
-
* <code>vpc-endpoint-id</code> - The ID of the endpoint.</p>
|
|
11228
|
-
* </li>
|
|
11229
|
-
* </ul>
|
|
11230
|
-
* @public
|
|
11231
|
-
*/
|
|
11232
|
-
Filters?: Filter[] | undefined;
|
|
11233
|
-
/**
|
|
11234
|
-
* <p>The maximum number of results to return for the request in a single page. The remaining
|
|
11235
|
-
* results of the initial request can be seen by sending another request with the returned
|
|
11236
|
-
* <code>NextToken</code> value. This value can be between 5 and 1,000; if
|
|
11237
|
-
* <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are
|
|
11238
|
-
* returned.</p>
|
|
11239
|
-
* @public
|
|
11240
|
-
*/
|
|
11241
|
-
MaxResults?: number | undefined;
|
|
11242
|
-
/**
|
|
11243
|
-
* <p>The token to retrieve the next page of results.</p>
|
|
11244
|
-
* @public
|
|
11245
|
-
*/
|
|
11246
|
-
NextToken?: string | undefined;
|
|
11247
|
-
}
|
|
11248
|
-
/**
|
|
11249
|
-
* <p>Describes a VPC endpoint connection to a service.</p>
|
|
11250
|
-
* @public
|
|
11251
|
-
*/
|
|
11252
|
-
export interface VpcEndpointConnection {
|
|
11253
|
-
/**
|
|
11254
|
-
* <p>The ID of the service to which the endpoint is connected.</p>
|
|
11255
|
-
* @public
|
|
11256
|
-
*/
|
|
11257
|
-
ServiceId?: string | undefined;
|
|
11258
|
-
/**
|
|
11259
|
-
* <p>The ID of the VPC endpoint.</p>
|
|
11260
|
-
* @public
|
|
11261
|
-
*/
|
|
11262
|
-
VpcEndpointId?: string | undefined;
|
|
11263
|
-
/**
|
|
11264
|
-
* <p>The ID of the Amazon Web Services account that owns the VPC endpoint.</p>
|
|
11265
|
-
* @public
|
|
11266
|
-
*/
|
|
11267
|
-
VpcEndpointOwner?: string | undefined;
|
|
11268
|
-
/**
|
|
11269
|
-
* <p>The state of the VPC endpoint.</p>
|
|
11270
|
-
* @public
|
|
11271
|
-
*/
|
|
11272
|
-
VpcEndpointState?: State | undefined;
|
|
11273
|
-
/**
|
|
11274
|
-
* <p>The date and time that the VPC endpoint was created.</p>
|
|
11275
|
-
* @public
|
|
11276
|
-
*/
|
|
11277
|
-
CreationTimestamp?: Date | undefined;
|
|
11278
|
-
/**
|
|
11279
|
-
* <p>The DNS entries for the VPC endpoint.</p>
|
|
11280
|
-
* @public
|
|
11281
|
-
*/
|
|
11282
|
-
DnsEntries?: DnsEntry[] | undefined;
|
|
11283
|
-
/**
|
|
11284
|
-
* <p>The Amazon Resource Names (ARNs) of the network load balancers for the service.</p>
|
|
11285
|
-
* @public
|
|
11286
|
-
*/
|
|
11287
|
-
NetworkLoadBalancerArns?: string[] | undefined;
|
|
11288
|
-
/**
|
|
11289
|
-
* <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>
|
|
11290
|
-
* @public
|
|
11291
|
-
*/
|
|
11292
|
-
GatewayLoadBalancerArns?: string[] | undefined;
|
|
11293
|
-
/**
|
|
11294
|
-
* <p>The IP address type for the endpoint.</p>
|
|
11295
|
-
* @public
|
|
11296
|
-
*/
|
|
11297
|
-
IpAddressType?: IpAddressType | undefined;
|
|
11298
|
-
/**
|
|
11299
|
-
* <p>The ID of the VPC endpoint connection.</p>
|
|
11300
|
-
* @public
|
|
11301
|
-
*/
|
|
11302
|
-
VpcEndpointConnectionId?: string | undefined;
|
|
11303
|
-
/**
|
|
11304
|
-
* <p>The tags.</p>
|
|
11305
|
-
* @public
|
|
11306
|
-
*/
|
|
11307
|
-
Tags?: Tag[] | undefined;
|
|
11308
|
-
/**
|
|
11309
|
-
* <p>The Region of the endpoint.</p>
|
|
11310
|
-
* @public
|
|
11311
|
-
*/
|
|
11312
|
-
VpcEndpointRegion?: string | undefined;
|
|
11313
|
-
}
|
|
11314
11233
|
/**
|
|
11315
11234
|
* @internal
|
|
11316
11235
|
*/
|
|
@@ -1,9 +1,137 @@
|
|
|
1
1
|
import { AccessScopeAnalysisFinding, ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, RequestIpamResourceTag, Vpc } from "./models_1";
|
|
3
|
-
import { NetworkInsightsAccessScopeContent, ResponseLaunchTemplateData, SSEType } from "./models_2";
|
|
4
|
-
import { DnsNameState, Filter, IpamPoolCidr, MetricType, PayerResponsibility, PeriodType, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, StatisticType, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
|
|
2
|
+
import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpAddressType, IpamResourceTag, RequestIpamResourceTag, Vpc } from "./models_1";
|
|
3
|
+
import { DnsEntry, NetworkInsightsAccessScopeContent, ResponseLaunchTemplateData, SSEType } from "./models_2";
|
|
4
|
+
import { DnsNameState, Filter, IpamPoolCidr, MetricType, PayerResponsibility, PeriodType, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, StatisticType, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
|
|
5
5
|
import { ArchitectureType, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, VirtualizationType } from "./models_4";
|
|
6
|
-
import { AnalysisStatus, ManagedBy
|
|
6
|
+
import { AnalysisStatus, ManagedBy } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface DescribeVpcEndpointConnectionsRequest {
|
|
11
|
+
/**
|
|
12
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
13
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
14
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
DryRun?: boolean | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The filters.</p>
|
|
20
|
+
* <ul>
|
|
21
|
+
* <li>
|
|
22
|
+
* <p>
|
|
23
|
+
* <code>ip-address-type</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
|
|
24
|
+
* </li>
|
|
25
|
+
* <li>
|
|
26
|
+
* <p>
|
|
27
|
+
* <code>service-id</code> - The ID of the service.</p>
|
|
28
|
+
* </li>
|
|
29
|
+
* <li>
|
|
30
|
+
* <p>
|
|
31
|
+
* <code>vpc-endpoint-owner</code> - The ID of the Amazon Web Services account ID
|
|
32
|
+
* that owns the endpoint.</p>
|
|
33
|
+
* </li>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>
|
|
36
|
+
* <code>vpc-endpoint-region</code> - The Region of the endpoint or <code>cross-region</code>
|
|
37
|
+
* to find endpoints for other Regions.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>vpc-endpoint-state</code> - The state of the endpoint
|
|
42
|
+
* (<code>pendingAcceptance</code> | <code>pending</code> |
|
|
43
|
+
* <code>available</code> | <code>deleting</code> | <code>deleted</code> |
|
|
44
|
+
* <code>rejected</code> | <code>failed</code>).</p>
|
|
45
|
+
* </li>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>
|
|
48
|
+
* <code>vpc-endpoint-id</code> - The ID of the endpoint.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* </ul>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
Filters?: Filter[] | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining
|
|
56
|
+
* results of the initial request can be seen by sending another request with the returned
|
|
57
|
+
* <code>NextToken</code> value. This value can be between 5 and 1,000; if
|
|
58
|
+
* <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are
|
|
59
|
+
* returned.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
MaxResults?: number | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The token to retrieve the next page of results.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
NextToken?: string | undefined;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* <p>Describes a VPC endpoint connection to a service.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export interface VpcEndpointConnection {
|
|
74
|
+
/**
|
|
75
|
+
* <p>The ID of the service to which the endpoint is connected.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
ServiceId?: string | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>The ID of the VPC endpoint.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
VpcEndpointId?: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The ID of the Amazon Web Services account that owns the VPC endpoint.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
VpcEndpointOwner?: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The state of the VPC endpoint.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
VpcEndpointState?: State | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The date and time that the VPC endpoint was created.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
CreationTimestamp?: Date | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The DNS entries for the VPC endpoint.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
DnsEntries?: DnsEntry[] | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>The Amazon Resource Names (ARNs) of the network load balancers for the service.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
NetworkLoadBalancerArns?: string[] | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
GatewayLoadBalancerArns?: string[] | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* <p>The IP address type for the endpoint.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
IpAddressType?: IpAddressType | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* <p>The ID of the VPC endpoint connection.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
VpcEndpointConnectionId?: string | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* <p>The tags.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
Tags?: Tag[] | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* <p>The Region of the endpoint.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
VpcEndpointRegion?: string | undefined;
|
|
134
|
+
}
|
|
7
135
|
/**
|
|
8
136
|
* @public
|
|
9
137
|
*/
|
|
@@ -6951,44 +7079,6 @@ export interface GetSecurityGroupsForVpcResult {
|
|
|
6951
7079
|
*/
|
|
6952
7080
|
SecurityGroupForVpcs?: SecurityGroupForVpc[] | undefined;
|
|
6953
7081
|
}
|
|
6954
|
-
/**
|
|
6955
|
-
* @public
|
|
6956
|
-
*/
|
|
6957
|
-
export interface GetSerialConsoleAccessStatusRequest {
|
|
6958
|
-
/**
|
|
6959
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6960
|
-
* @public
|
|
6961
|
-
*/
|
|
6962
|
-
DryRun?: boolean | undefined;
|
|
6963
|
-
}
|
|
6964
|
-
/**
|
|
6965
|
-
* @public
|
|
6966
|
-
*/
|
|
6967
|
-
export interface GetSerialConsoleAccessStatusResult {
|
|
6968
|
-
/**
|
|
6969
|
-
* <p>If <code>true</code>, access to the EC2 serial console of all instances is enabled for
|
|
6970
|
-
* your account. If <code>false</code>, access to the EC2 serial console of all instances
|
|
6971
|
-
* is disabled for your account.</p>
|
|
6972
|
-
* @public
|
|
6973
|
-
*/
|
|
6974
|
-
SerialConsoleAccessEnabled?: boolean | undefined;
|
|
6975
|
-
/**
|
|
6976
|
-
* <p>The entity that manages access to the serial console. Possible values include:</p>
|
|
6977
|
-
* <ul>
|
|
6978
|
-
* <li>
|
|
6979
|
-
* <p>
|
|
6980
|
-
* <code>account</code> - Access is managed by the account.</p>
|
|
6981
|
-
* </li>
|
|
6982
|
-
* <li>
|
|
6983
|
-
* <p>
|
|
6984
|
-
* <code>declarative-policy</code> - Access is managed by a declarative policy and can't
|
|
6985
|
-
* be modified by the account.</p>
|
|
6986
|
-
* </li>
|
|
6987
|
-
* </ul>
|
|
6988
|
-
* @public
|
|
6989
|
-
*/
|
|
6990
|
-
ManagedBy?: ManagedBy | undefined;
|
|
6991
|
-
}
|
|
6992
7082
|
/**
|
|
6993
7083
|
* @internal
|
|
6994
7084
|
*/
|
|
@@ -5,6 +5,44 @@ import { Byoasn, CapacityBlock, CapacityBlockExtension, Filter, IKEVersionsReque
|
|
|
5
5
|
import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues, VirtualizationType } from "./models_4";
|
|
6
6
|
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InternetGatewayBlockMode, LaunchTemplateConfig, LockState, ManagedBy, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
|
|
7
7
|
import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface GetSerialConsoleAccessStatusRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
DryRun?: boolean | undefined;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface GetSerialConsoleAccessStatusResult {
|
|
22
|
+
/**
|
|
23
|
+
* <p>If <code>true</code>, access to the EC2 serial console of all instances is enabled for
|
|
24
|
+
* your account. If <code>false</code>, access to the EC2 serial console of all instances
|
|
25
|
+
* is disabled for your account.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
SerialConsoleAccessEnabled?: boolean | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The entity that manages access to the serial console. Possible values include:</p>
|
|
31
|
+
* <ul>
|
|
32
|
+
* <li>
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>account</code> - Access is managed by the account.</p>
|
|
35
|
+
* </li>
|
|
36
|
+
* <li>
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>declarative-policy</code> - Access is managed by a declarative policy and can't
|
|
39
|
+
* be modified by the account.</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* </ul>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
ManagedBy?: ManagedBy | undefined;
|
|
45
|
+
}
|
|
8
46
|
/**
|
|
9
47
|
* @public
|
|
10
48
|
*/
|
|
@@ -8493,54 +8531,6 @@ export interface RegisterInstanceEventNotificationAttributesResult {
|
|
|
8493
8531
|
*/
|
|
8494
8532
|
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
8495
8533
|
}
|
|
8496
|
-
/**
|
|
8497
|
-
* @public
|
|
8498
|
-
*/
|
|
8499
|
-
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
8500
|
-
/**
|
|
8501
|
-
* <p>The ID of the transit gateway multicast domain.</p>
|
|
8502
|
-
* @public
|
|
8503
|
-
*/
|
|
8504
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
8505
|
-
/**
|
|
8506
|
-
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
8507
|
-
* @public
|
|
8508
|
-
*/
|
|
8509
|
-
GroupIpAddress?: string | undefined;
|
|
8510
|
-
/**
|
|
8511
|
-
* <p>The group members' network interface IDs to register with the transit gateway multicast group.</p>
|
|
8512
|
-
* @public
|
|
8513
|
-
*/
|
|
8514
|
-
NetworkInterfaceIds: string[] | undefined;
|
|
8515
|
-
/**
|
|
8516
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8517
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8518
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8519
|
-
* @public
|
|
8520
|
-
*/
|
|
8521
|
-
DryRun?: boolean | undefined;
|
|
8522
|
-
}
|
|
8523
|
-
/**
|
|
8524
|
-
* <p>Describes the registered transit gateway multicast group members.</p>
|
|
8525
|
-
* @public
|
|
8526
|
-
*/
|
|
8527
|
-
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
8528
|
-
/**
|
|
8529
|
-
* <p>The ID of the transit gateway multicast domain.</p>
|
|
8530
|
-
* @public
|
|
8531
|
-
*/
|
|
8532
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
8533
|
-
/**
|
|
8534
|
-
* <p>The ID of the registered network interfaces.</p>
|
|
8535
|
-
* @public
|
|
8536
|
-
*/
|
|
8537
|
-
RegisteredNetworkInterfaceIds?: string[] | undefined;
|
|
8538
|
-
/**
|
|
8539
|
-
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
8540
|
-
* @public
|
|
8541
|
-
*/
|
|
8542
|
-
GroupIpAddress?: string | undefined;
|
|
8543
|
-
}
|
|
8544
8534
|
/**
|
|
8545
8535
|
* @internal
|
|
8546
8536
|
*/
|
|
@@ -4,7 +4,55 @@ import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList
|
|
|
4
4
|
import { Filter } from "./models_3";
|
|
5
5
|
import { ClientVpnConnectionStatus, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState } from "./models_4";
|
|
6
6
|
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
|
|
7
|
-
import { CapacityReservationSpecification, InstanceMonitoring, Status
|
|
7
|
+
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
GroupIpAddress?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The group members' network interface IDs to register with the transit gateway multicast group.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
NetworkInterfaceIds: string[] | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
29
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
30
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
DryRun?: boolean | undefined;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* <p>Describes the registered transit gateway multicast group members.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
40
|
+
/**
|
|
41
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The ID of the registered network interfaces.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
RegisteredNetworkInterfaceIds?: string[] | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
GroupIpAddress?: string | undefined;
|
|
55
|
+
}
|
|
8
56
|
/**
|
|
9
57
|
* @public
|
|
10
58
|
*/
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeCapacityReservationFleetsResult,
|
|
11
|
-
} from "../models/models_3";
|
|
8
|
+
import { DescribeCapacityReservationFleetsRequest } from "../models/models_3";
|
|
9
|
+
import { DescribeCapacityReservationFleetsResult } from "../models/models_4";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeCapacityReservationFleetsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeCapacityReservationsRequest,
|
|
10
|
+
DescribeCapacityReservationsResult,
|
|
11
|
+
} from "../models/models_4";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeCapacityReservationsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeIpamPoolsResult,
|
|
11
|
-
} from "../models/models_4";
|
|
8
|
+
import { DescribeIpamPoolsRequest } from "../models/models_4";
|
|
9
|
+
import { DescribeIpamPoolsResult } from "../models/models_5";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeIpamPoolsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeIpamResourceDiscoveriesRequest,
|
|
10
|
+
DescribeIpamResourceDiscoveriesResult,
|
|
11
|
+
} from "../models/models_5";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeIpamResourceDiscoveriesCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeVpcEndpointConnectionsRequest,
|
|
10
|
+
DescribeVpcEndpointConnectionsResult,
|
|
11
|
+
} from "../models/models_6";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeVpcEndpointConnectionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetSerialConsoleAccessStatusRequest,
|
|
10
10
|
GetSerialConsoleAccessStatusResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetSerialConsoleAccessStatusCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
RegisterTransitGatewayMulticastGroupMembersRequest,
|
|
10
|
+
RegisterTransitGatewayMulticastGroupMembersResult,
|
|
11
|
+
} from "../models/models_8";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface RegisterTransitGatewayMulticastGroupMembersCommandInput
|