@aws-sdk/client-ec2 3.370.0 → 3.373.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/commands/RunScheduledInstancesCommand.js +2 -2
- package/dist-cjs/models/models_4.js +6 -2
- package/dist-cjs/models/models_5.js +1 -6
- package/dist-cjs/models/models_6.js +7 -12
- package/dist-cjs/models/models_7.js +11 -1
- package/dist-cjs/protocols/Aws_ec2.js +23 -0
- package/dist-es/commands/RunScheduledInstancesCommand.js +1 -1
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/models/models_5.js +0 -4
- package/dist-es/models/models_6.js +4 -8
- package/dist-es/models/models_7.js +8 -0
- package/dist-es/protocols/Aws_ec2.js +23 -0
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +3 -2
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +3 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -3
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -2
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -11
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +0 -10
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +6 -5
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +4 -4
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +4 -4
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -6
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +0 -9
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +3 -3
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +4 -2
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +4 -3
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +5 -6
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +6 -5
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -3
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -3
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +5 -0
- package/dist-types/commands/ImportInstanceCommand.d.ts +11 -4
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -16
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -2
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -2
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -3
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +3 -5
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -2
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +24 -32
- package/dist-types/models/models_1.d.ts +85 -30
- package/dist-types/models/models_2.d.ts +8 -11
- package/dist-types/models/models_3.d.ts +12 -15
- package/dist-types/models/models_4.d.ts +63 -66
- package/dist-types/models/models_5.d.ts +60 -60
- package/dist-types/models/models_6.d.ts +71 -140
- package/dist-types/models/models_7.d.ts +112 -7
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_4.d.ts +11 -12
- package/dist-types/ts3.4/models/models_5.d.ts +13 -16
- package/dist-types/ts3.4/models/models_6.d.ts +14 -31
- package/dist-types/ts3.4/models/models_7.d.ts +37 -1
- package/package.json +1 -1
|
@@ -1160,8 +1160,8 @@ export interface DescribeInstanceTypesRequest {
|
|
|
1160
1160
|
* </li>
|
|
1161
1161
|
* <li>
|
|
1162
1162
|
* <p>
|
|
1163
|
-
* <code>burstable-performance-supported</code> - Indicates whether
|
|
1164
|
-
* performance instance type (<code>true</code> | <code>false</code>).</p>
|
|
1163
|
+
* <code>burstable-performance-supported</code> - Indicates whether the instance type is a
|
|
1164
|
+
* burstable performance T instance type (<code>true</code> | <code>false</code>).</p>
|
|
1165
1165
|
* </li>
|
|
1166
1166
|
* <li>
|
|
1167
1167
|
* <p>
|
|
@@ -1322,6 +1322,20 @@ export interface DescribeInstanceTypesRequest {
|
|
|
1322
1322
|
* </li>
|
|
1323
1323
|
* <li>
|
|
1324
1324
|
* <p>
|
|
1325
|
+
* <code>nitro-enclaves-support</code> - Indicates whether Nitro Enclaves is supported (<code>supported</code> |
|
|
1326
|
+
* <code>unsupported</code>).</p>
|
|
1327
|
+
* </li>
|
|
1328
|
+
* <li>
|
|
1329
|
+
* <p>
|
|
1330
|
+
* <code>nitro-tpm-support</code> - Indicates whether NitroTPM is supported (<code>supported</code> |
|
|
1331
|
+
* <code>unsupported</code>).</p>
|
|
1332
|
+
* </li>
|
|
1333
|
+
* <li>
|
|
1334
|
+
* <p>
|
|
1335
|
+
* <code>nitro-tpm-info.supported-versions</code> - The supported NitroTPM version (<code>2.0</code>).</p>
|
|
1336
|
+
* </li>
|
|
1337
|
+
* <li>
|
|
1338
|
+
* <p>
|
|
1325
1339
|
* <code>processor-info.supported-architecture</code> - The CPU architecture
|
|
1326
1340
|
* (<code>arm64</code> | <code>i386</code> | <code>x86_64</code>).</p>
|
|
1327
1341
|
* </li>
|
|
@@ -1812,6 +1826,28 @@ export declare const NitroEnclavesSupport: {
|
|
|
1812
1826
|
* @public
|
|
1813
1827
|
*/
|
|
1814
1828
|
export type NitroEnclavesSupport = (typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
|
|
1829
|
+
/**
|
|
1830
|
+
* @public
|
|
1831
|
+
* <p>Describes the supported NitroTPM versions for the instance type.</p>
|
|
1832
|
+
*/
|
|
1833
|
+
export interface NitroTpmInfo {
|
|
1834
|
+
/**
|
|
1835
|
+
* <p>Indicates the supported NitroTPM versions.</p>
|
|
1836
|
+
*/
|
|
1837
|
+
SupportedVersions?: string[];
|
|
1838
|
+
}
|
|
1839
|
+
/**
|
|
1840
|
+
* @public
|
|
1841
|
+
* @enum
|
|
1842
|
+
*/
|
|
1843
|
+
export declare const NitroTpmSupport: {
|
|
1844
|
+
readonly SUPPORTED: "supported";
|
|
1845
|
+
readonly UNSUPPORTED: "unsupported";
|
|
1846
|
+
};
|
|
1847
|
+
/**
|
|
1848
|
+
* @public
|
|
1849
|
+
*/
|
|
1850
|
+
export type NitroTpmSupport = (typeof NitroTpmSupport)[keyof typeof NitroTpmSupport];
|
|
1815
1851
|
/**
|
|
1816
1852
|
* @public
|
|
1817
1853
|
* @enum
|
|
@@ -2030,7 +2066,9 @@ export interface InstanceTypeInfo {
|
|
|
2030
2066
|
*/
|
|
2031
2067
|
HibernationSupported?: boolean;
|
|
2032
2068
|
/**
|
|
2033
|
-
* <p>Indicates whether the instance type is a burstable performance instance
|
|
2069
|
+
* <p>Indicates whether the instance type is a burstable performance T instance
|
|
2070
|
+
* type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable
|
|
2071
|
+
* performance instances</a>.</p>
|
|
2034
2072
|
*/
|
|
2035
2073
|
BurstablePerformanceSupported?: boolean;
|
|
2036
2074
|
/**
|
|
@@ -2050,6 +2088,14 @@ export interface InstanceTypeInfo {
|
|
|
2050
2088
|
* <p>Indicates whether Nitro Enclaves is supported.</p>
|
|
2051
2089
|
*/
|
|
2052
2090
|
NitroEnclavesSupport?: NitroEnclavesSupport | string;
|
|
2091
|
+
/**
|
|
2092
|
+
* <p>Indicates whether NitroTPM is supported.</p>
|
|
2093
|
+
*/
|
|
2094
|
+
NitroTpmSupport?: NitroTpmSupport | string;
|
|
2095
|
+
/**
|
|
2096
|
+
* <p>Describes the supported NitroTPM versions for the instance type.</p>
|
|
2097
|
+
*/
|
|
2098
|
+
NitroTpmInfo?: NitroTpmInfo;
|
|
2053
2099
|
}
|
|
2054
2100
|
/**
|
|
2055
2101
|
* @public
|
|
@@ -2057,10 +2103,6 @@ export interface InstanceTypeInfo {
|
|
|
2057
2103
|
export interface DescribeInstanceTypesResult {
|
|
2058
2104
|
/**
|
|
2059
2105
|
* <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2060
|
-
* <p>When you change your EBS-backed instance type, instance restart or replacement behavior depends on the
|
|
2061
|
-
* instance type compatibility between the old and new types. An instance that's backed by an instance store volume
|
|
2062
|
-
* is always replaced. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html">Change the instance type</a> in the
|
|
2063
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2064
2106
|
*/
|
|
2065
2107
|
InstanceTypes?: InstanceTypeInfo[];
|
|
2066
2108
|
/**
|
|
@@ -2074,7 +2116,7 @@ export interface DescribeInstanceTypesResult {
|
|
|
2074
2116
|
*/
|
|
2075
2117
|
export interface DescribeInternetGatewaysRequest {
|
|
2076
2118
|
/**
|
|
2077
|
-
* <p>
|
|
2119
|
+
* <p>The filters.</p>
|
|
2078
2120
|
* <ul>
|
|
2079
2121
|
* <li>
|
|
2080
2122
|
* <p>
|
|
@@ -2112,7 +2154,7 @@ export interface DescribeInternetGatewaysRequest {
|
|
|
2112
2154
|
*/
|
|
2113
2155
|
DryRun?: boolean;
|
|
2114
2156
|
/**
|
|
2115
|
-
* <p>
|
|
2157
|
+
* <p>The IDs of the internet gateways.</p>
|
|
2116
2158
|
* <p>Default: Describes all your internet gateways.</p>
|
|
2117
2159
|
*/
|
|
2118
2160
|
InternetGatewayIds?: string[];
|
|
@@ -3417,7 +3459,7 @@ export interface DescribeNatGatewaysRequest {
|
|
|
3417
3459
|
*/
|
|
3418
3460
|
DryRun?: boolean;
|
|
3419
3461
|
/**
|
|
3420
|
-
* <p>
|
|
3462
|
+
* <p>The filters.</p>
|
|
3421
3463
|
* <ul>
|
|
3422
3464
|
* <li>
|
|
3423
3465
|
* <p>
|
|
@@ -3455,7 +3497,7 @@ export interface DescribeNatGatewaysRequest {
|
|
|
3455
3497
|
*/
|
|
3456
3498
|
MaxResults?: number;
|
|
3457
3499
|
/**
|
|
3458
|
-
* <p>
|
|
3500
|
+
* <p>The IDs of the NAT gateways.</p>
|
|
3459
3501
|
*/
|
|
3460
3502
|
NatGatewayIds?: string[];
|
|
3461
3503
|
/**
|
|
@@ -3481,7 +3523,7 @@ export interface DescribeNatGatewaysResult {
|
|
|
3481
3523
|
*/
|
|
3482
3524
|
export interface DescribeNetworkAclsRequest {
|
|
3483
3525
|
/**
|
|
3484
|
-
* <p>
|
|
3526
|
+
* <p>The filters.</p>
|
|
3485
3527
|
* <ul>
|
|
3486
3528
|
* <li>
|
|
3487
3529
|
* <p>
|
|
@@ -3572,7 +3614,7 @@ export interface DescribeNetworkAclsRequest {
|
|
|
3572
3614
|
*/
|
|
3573
3615
|
DryRun?: boolean;
|
|
3574
3616
|
/**
|
|
3575
|
-
* <p>
|
|
3617
|
+
* <p>The IDs of the network ACLs.</p>
|
|
3576
3618
|
* <p>Default: Describes all your network ACLs.</p>
|
|
3577
3619
|
*/
|
|
3578
3620
|
NetworkAclIds?: string[];
|
|
@@ -5486,7 +5528,7 @@ export interface DescribeReservedInstancesOfferingsResult {
|
|
|
5486
5528
|
*/
|
|
5487
5529
|
export interface DescribeRouteTablesRequest {
|
|
5488
5530
|
/**
|
|
5489
|
-
* <p>
|
|
5531
|
+
* <p>The filters.</p>
|
|
5490
5532
|
* <ul>
|
|
5491
5533
|
* <li>
|
|
5492
5534
|
* <p>
|
|
@@ -5597,7 +5639,7 @@ export interface DescribeRouteTablesRequest {
|
|
|
5597
5639
|
*/
|
|
5598
5640
|
DryRun?: boolean;
|
|
5599
5641
|
/**
|
|
5600
|
-
* <p>
|
|
5642
|
+
* <p>The IDs of the route tables.</p>
|
|
5601
5643
|
* <p>Default: Describes all your route tables.</p>
|
|
5602
5644
|
*/
|
|
5603
5645
|
RouteTableIds?: string[];
|
|
@@ -6208,9 +6250,8 @@ export interface DescribeSecurityGroupsRequest {
|
|
|
6208
6250
|
*/
|
|
6209
6251
|
GroupIds?: string[];
|
|
6210
6252
|
/**
|
|
6211
|
-
* <p>[
|
|
6212
|
-
* the security group name or the security group ID
|
|
6213
|
-
* the <code>group-name</code> filter to describe security groups by name.</p>
|
|
6253
|
+
* <p>[Default VPC] The names of the security groups. You can specify either
|
|
6254
|
+
* the security group name or the security group ID.</p>
|
|
6214
6255
|
* <p>Default: Describes all of your security groups.</p>
|
|
6215
6256
|
*/
|
|
6216
6257
|
GroupNames?: string[];
|
|
@@ -6259,7 +6300,7 @@ export interface SecurityGroup {
|
|
|
6259
6300
|
*/
|
|
6260
6301
|
GroupId?: string;
|
|
6261
6302
|
/**
|
|
6262
|
-
* <p>
|
|
6303
|
+
* <p>The outbound rules associated with the security group.</p>
|
|
6263
6304
|
*/
|
|
6264
6305
|
IpPermissionsEgress?: IpPermission[];
|
|
6265
6306
|
/**
|
|
@@ -6267,7 +6308,7 @@ export interface SecurityGroup {
|
|
|
6267
6308
|
*/
|
|
6268
6309
|
Tags?: Tag[];
|
|
6269
6310
|
/**
|
|
6270
|
-
* <p>
|
|
6311
|
+
* <p>The ID of the VPC for the security group.</p>
|
|
6271
6312
|
*/
|
|
6272
6313
|
VpcId?: string;
|
|
6273
6314
|
}
|
|
@@ -8387,7 +8428,7 @@ export interface DescribeStoreImageTasksResult {
|
|
|
8387
8428
|
*/
|
|
8388
8429
|
export interface DescribeSubnetsRequest {
|
|
8389
8430
|
/**
|
|
8390
|
-
* <p>
|
|
8431
|
+
* <p>The filters.</p>
|
|
8391
8432
|
* <ul>
|
|
8392
8433
|
* <li>
|
|
8393
8434
|
* <p>
|
|
@@ -8524,7 +8565,7 @@ export interface DescribeSubnetsRequest {
|
|
|
8524
8565
|
*/
|
|
8525
8566
|
Filters?: Filter[];
|
|
8526
8567
|
/**
|
|
8527
|
-
* <p>
|
|
8568
|
+
* <p>The IDs of the subnets.</p>
|
|
8528
8569
|
* <p>Default: Describes all your subnets.</p>
|
|
8529
8570
|
*/
|
|
8530
8571
|
SubnetIds?: string[];
|
|
@@ -9744,50 +9785,6 @@ export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
|
9744
9785
|
*/
|
|
9745
9786
|
LogGroup?: string;
|
|
9746
9787
|
}
|
|
9747
|
-
/**
|
|
9748
|
-
* @public
|
|
9749
|
-
* <p>Options for Kinesis as a logging destination.</p>
|
|
9750
|
-
*/
|
|
9751
|
-
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
9752
|
-
/**
|
|
9753
|
-
* <p>Indicates whether logging is enabled.</p>
|
|
9754
|
-
*/
|
|
9755
|
-
Enabled?: boolean;
|
|
9756
|
-
/**
|
|
9757
|
-
* <p>The delivery status.</p>
|
|
9758
|
-
*/
|
|
9759
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
|
|
9760
|
-
/**
|
|
9761
|
-
* <p>The ID of the delivery stream.</p>
|
|
9762
|
-
*/
|
|
9763
|
-
DeliveryStream?: string;
|
|
9764
|
-
}
|
|
9765
|
-
/**
|
|
9766
|
-
* @public
|
|
9767
|
-
* <p>Options for Amazon S3 as a logging destination.</p>
|
|
9768
|
-
*/
|
|
9769
|
-
export interface VerifiedAccessLogS3Destination {
|
|
9770
|
-
/**
|
|
9771
|
-
* <p>Indicates whether logging is enabled.</p>
|
|
9772
|
-
*/
|
|
9773
|
-
Enabled?: boolean;
|
|
9774
|
-
/**
|
|
9775
|
-
* <p>The delivery status.</p>
|
|
9776
|
-
*/
|
|
9777
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
|
|
9778
|
-
/**
|
|
9779
|
-
* <p>The bucket name.</p>
|
|
9780
|
-
*/
|
|
9781
|
-
BucketName?: string;
|
|
9782
|
-
/**
|
|
9783
|
-
* <p>The bucket prefix.</p>
|
|
9784
|
-
*/
|
|
9785
|
-
Prefix?: string;
|
|
9786
|
-
/**
|
|
9787
|
-
* <p>The Amazon Web Services account number that owns the bucket.</p>
|
|
9788
|
-
*/
|
|
9789
|
-
BucketOwner?: string;
|
|
9790
|
-
}
|
|
9791
9788
|
/**
|
|
9792
9789
|
* @internal
|
|
9793
9790
|
*/
|
|
@@ -2,7 +2,51 @@ import { AccessScopeAnalysisFinding, AddressTransfer, AllowedPrincipal, Associat
|
|
|
2
2
|
import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacityUnitType, VolumeType, Vpc } from "./models_1";
|
|
3
3
|
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, SubnetCidrReservation, TransitGatewayPrefixListReference, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
4
|
import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IpamPoolCidr, MetricType, PaymentOption, PeriodType, ProductCode, StatisticType, VirtualizationType } from "./models_3";
|
|
5
|
-
import { AnalysisStatus, ArchitectureType, VerifiedAccessLogCloudWatchLogsDestination,
|
|
5
|
+
import { AnalysisStatus, ArchitectureType, VerifiedAccessLogCloudWatchLogsDestination, VerifiedAccessLogDeliveryStatus } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* <p>Options for Kinesis as a logging destination.</p>
|
|
9
|
+
*/
|
|
10
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
11
|
+
/**
|
|
12
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
13
|
+
*/
|
|
14
|
+
Enabled?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The delivery status.</p>
|
|
17
|
+
*/
|
|
18
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The ID of the delivery stream.</p>
|
|
21
|
+
*/
|
|
22
|
+
DeliveryStream?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Options for Amazon S3 as a logging destination.</p>
|
|
27
|
+
*/
|
|
28
|
+
export interface VerifiedAccessLogS3Destination {
|
|
29
|
+
/**
|
|
30
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
31
|
+
*/
|
|
32
|
+
Enabled?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The delivery status.</p>
|
|
35
|
+
*/
|
|
36
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The bucket name.</p>
|
|
39
|
+
*/
|
|
40
|
+
BucketName?: string;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The bucket prefix.</p>
|
|
43
|
+
*/
|
|
44
|
+
Prefix?: string;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The Amazon Web Services account number that owns the bucket.</p>
|
|
47
|
+
*/
|
|
48
|
+
BucketOwner?: string;
|
|
49
|
+
}
|
|
6
50
|
/**
|
|
7
51
|
* @public
|
|
8
52
|
* <p>Describes the options for Verified Access logs.</p>
|
|
@@ -821,7 +865,7 @@ export interface DescribeVpcAttributeResult {
|
|
|
821
865
|
*/
|
|
822
866
|
export interface DescribeVpcClassicLinkRequest {
|
|
823
867
|
/**
|
|
824
|
-
* <p>
|
|
868
|
+
* <p>The filters.</p>
|
|
825
869
|
* <ul>
|
|
826
870
|
* <li>
|
|
827
871
|
* <p>
|
|
@@ -847,14 +891,14 @@ export interface DescribeVpcClassicLinkRequest {
|
|
|
847
891
|
*/
|
|
848
892
|
DryRun?: boolean;
|
|
849
893
|
/**
|
|
850
|
-
* <p>
|
|
894
|
+
* <p>The VPCs for which you want to describe the ClassicLink status.</p>
|
|
851
895
|
*/
|
|
852
896
|
VpcIds?: string[];
|
|
853
897
|
}
|
|
854
898
|
/**
|
|
855
899
|
* @public
|
|
856
900
|
* <note>
|
|
857
|
-
* <p>
|
|
901
|
+
* <p>Deprecated.</p>
|
|
858
902
|
* </note>
|
|
859
903
|
* <p>Describes whether a VPC is enabled for ClassicLink.</p>
|
|
860
904
|
*/
|
|
@@ -877,7 +921,7 @@ export interface VpcClassicLink {
|
|
|
877
921
|
*/
|
|
878
922
|
export interface DescribeVpcClassicLinkResult {
|
|
879
923
|
/**
|
|
880
|
-
* <p>The ClassicLink status of
|
|
924
|
+
* <p>The ClassicLink status of the VPCs.</p>
|
|
881
925
|
*/
|
|
882
926
|
Vpcs?: VpcClassicLink[];
|
|
883
927
|
}
|
|
@@ -896,13 +940,16 @@ export interface DescribeVpcClassicLinkDnsSupportRequest {
|
|
|
896
940
|
*/
|
|
897
941
|
NextToken?: string;
|
|
898
942
|
/**
|
|
899
|
-
* <p>
|
|
943
|
+
* <p>The IDs of the VPCs.</p>
|
|
900
944
|
*/
|
|
901
945
|
VpcIds?: string[];
|
|
902
946
|
}
|
|
903
947
|
/**
|
|
904
948
|
* @public
|
|
905
|
-
* <
|
|
949
|
+
* <note>
|
|
950
|
+
* <p>Deprecated.</p>
|
|
951
|
+
* </note>
|
|
952
|
+
* <p>Describes the ClassicLink DNS support status of a VPC.</p>
|
|
906
953
|
*/
|
|
907
954
|
export interface ClassicLinkDnsSupport {
|
|
908
955
|
/**
|
|
@@ -1477,7 +1524,7 @@ export interface DescribeVpcEndpointServicesResult {
|
|
|
1477
1524
|
*/
|
|
1478
1525
|
export interface DescribeVpcPeeringConnectionsRequest {
|
|
1479
1526
|
/**
|
|
1480
|
-
* <p>
|
|
1527
|
+
* <p>The filters.</p>
|
|
1481
1528
|
* <ul>
|
|
1482
1529
|
* <li>
|
|
1483
1530
|
* <p>
|
|
@@ -1548,7 +1595,7 @@ export interface DescribeVpcPeeringConnectionsRequest {
|
|
|
1548
1595
|
*/
|
|
1549
1596
|
DryRun?: boolean;
|
|
1550
1597
|
/**
|
|
1551
|
-
* <p>
|
|
1598
|
+
* <p>The IDs of the VPC peering connections.</p>
|
|
1552
1599
|
* <p>Default: Describes all your VPC peering connections.</p>
|
|
1553
1600
|
*/
|
|
1554
1601
|
VpcPeeringConnectionIds?: string[];
|
|
@@ -1581,7 +1628,7 @@ export interface DescribeVpcPeeringConnectionsResult {
|
|
|
1581
1628
|
*/
|
|
1582
1629
|
export interface DescribeVpcsRequest {
|
|
1583
1630
|
/**
|
|
1584
|
-
* <p>
|
|
1631
|
+
* <p>The filters.</p>
|
|
1585
1632
|
* <ul>
|
|
1586
1633
|
* <li>
|
|
1587
1634
|
* <p>
|
|
@@ -1657,7 +1704,7 @@ export interface DescribeVpcsRequest {
|
|
|
1657
1704
|
*/
|
|
1658
1705
|
Filters?: Filter[];
|
|
1659
1706
|
/**
|
|
1660
|
-
* <p>
|
|
1707
|
+
* <p>The IDs of the VPCs.</p>
|
|
1661
1708
|
* <p>Default: Describes all your VPCs.</p>
|
|
1662
1709
|
*/
|
|
1663
1710
|
VpcIds?: string[];
|
|
@@ -2693,7 +2740,7 @@ export interface DisassociateIpamResourceDiscoveryResult {
|
|
|
2693
2740
|
*/
|
|
2694
2741
|
export interface DisassociateNatGatewayAddressRequest {
|
|
2695
2742
|
/**
|
|
2696
|
-
* <p>The NAT gateway
|
|
2743
|
+
* <p>The ID of the NAT gateway.</p>
|
|
2697
2744
|
*/
|
|
2698
2745
|
NatGatewayId: string | undefined;
|
|
2699
2746
|
/**
|
|
@@ -2716,7 +2763,7 @@ export interface DisassociateNatGatewayAddressRequest {
|
|
|
2716
2763
|
*/
|
|
2717
2764
|
export interface DisassociateNatGatewayAddressResult {
|
|
2718
2765
|
/**
|
|
2719
|
-
* <p>The NAT gateway
|
|
2766
|
+
* <p>The ID of the NAT gateway.</p>
|
|
2720
2767
|
*/
|
|
2721
2768
|
NatGatewayId?: string;
|
|
2722
2769
|
/**
|
|
@@ -6591,49 +6638,6 @@ export interface UserBucket {
|
|
|
6591
6638
|
*/
|
|
6592
6639
|
S3Key?: string;
|
|
6593
6640
|
}
|
|
6594
|
-
/**
|
|
6595
|
-
* @public
|
|
6596
|
-
* <p>Describes the disk container object for an import image task.</p>
|
|
6597
|
-
*/
|
|
6598
|
-
export interface ImageDiskContainer {
|
|
6599
|
-
/**
|
|
6600
|
-
* <p>The description of the disk image.</p>
|
|
6601
|
-
*/
|
|
6602
|
-
Description?: string;
|
|
6603
|
-
/**
|
|
6604
|
-
* <p>The block device mapping for the disk.</p>
|
|
6605
|
-
*/
|
|
6606
|
-
DeviceName?: string;
|
|
6607
|
-
/**
|
|
6608
|
-
* <p>The format of the disk image being imported.</p>
|
|
6609
|
-
* <p>Valid values: <code>OVA</code> | <code>VHD</code> | <code>VHDX</code> | <code>VMDK</code> | <code>RAW</code>
|
|
6610
|
-
* </p>
|
|
6611
|
-
*/
|
|
6612
|
-
Format?: string;
|
|
6613
|
-
/**
|
|
6614
|
-
* <p>The ID of the EBS snapshot to be used for importing the snapshot.</p>
|
|
6615
|
-
*/
|
|
6616
|
-
SnapshotId?: string;
|
|
6617
|
-
/**
|
|
6618
|
-
* <p>The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an
|
|
6619
|
-
* Amazon S3 URL (s3://..)</p>
|
|
6620
|
-
*/
|
|
6621
|
-
Url?: string;
|
|
6622
|
-
/**
|
|
6623
|
-
* <p>The S3 bucket for the disk image.</p>
|
|
6624
|
-
*/
|
|
6625
|
-
UserBucket?: UserBucket;
|
|
6626
|
-
}
|
|
6627
|
-
/**
|
|
6628
|
-
* @public
|
|
6629
|
-
* <p>The request information of license configurations.</p>
|
|
6630
|
-
*/
|
|
6631
|
-
export interface ImportImageLicenseConfigurationRequest {
|
|
6632
|
-
/**
|
|
6633
|
-
* <p>The ARN of a license configuration.</p>
|
|
6634
|
-
*/
|
|
6635
|
-
LicenseConfigurationArn?: string;
|
|
6636
|
-
}
|
|
6637
6641
|
/**
|
|
6638
6642
|
* @internal
|
|
6639
6643
|
*/
|
|
@@ -6654,7 +6658,3 @@ export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (obj: GetLau
|
|
|
6654
6658
|
* @internal
|
|
6655
6659
|
*/
|
|
6656
6660
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (obj: GetVpnConnectionDeviceSampleConfigurationResult) => any;
|
|
6657
|
-
/**
|
|
6658
|
-
* @internal
|
|
6659
|
-
*/
|
|
6660
|
-
export declare const ImageDiskContainerFilterSensitiveLog: (obj: ImageDiskContainer) => any;
|