@aws-sdk/client-ec2 3.662.0 → 3.665.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist-cjs/index.js +1635 -1556
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyInstanceCpuOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -6
- package/dist-es/models/models_7.js +8 -0
- package/dist-es/protocols/Aws_ec2.js +1601 -1545
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
- package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
- package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +18 -18
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
- package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
- package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
- package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
- package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
- package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
- package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +85 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +8 -7
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +7 -8
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
- package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +266 -268
- package/dist-types/models/models_1.d.ts +231 -231
- package/dist-types/models/models_2.d.ts +372 -376
- package/dist-types/models/models_3.d.ts +221 -221
- package/dist-types/models/models_4.d.ts +858 -858
- package/dist-types/models/models_5.d.ts +210 -210
- package/dist-types/models/models_6.d.ts +289 -291
- package/dist-types/models/models_7.d.ts +424 -361
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/runtimeConfig.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -1
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/dist-types/ts3.4/models/models_1.d.ts +41 -41
- package/dist-types/ts3.4/models/models_2.d.ts +71 -71
- package/dist-types/ts3.4/models/models_3.d.ts +27 -27
- package/dist-types/ts3.4/models/models_4.d.ts +112 -112
- package/dist-types/ts3.4/models/models_5.d.ts +27 -27
- package/dist-types/ts3.4/models/models_6.d.ts +53 -56
- package/dist-types/ts3.4/models/models_7.d.ts +78 -61
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/package.json +15 -15
|
@@ -140,9 +140,9 @@ export interface DeleteNetworkAclRequest {
|
|
|
140
140
|
}
|
|
141
141
|
export interface DeleteNetworkAclEntryRequest {
|
|
142
142
|
DryRun?: boolean;
|
|
143
|
-
Egress: boolean | undefined;
|
|
144
143
|
NetworkAclId: string | undefined;
|
|
145
144
|
RuleNumber: number | undefined;
|
|
145
|
+
Egress: boolean | undefined;
|
|
146
146
|
}
|
|
147
147
|
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
148
148
|
DryRun?: boolean;
|
|
@@ -223,11 +223,11 @@ export interface DeleteQueuedReservedInstancesResult {
|
|
|
223
223
|
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
|
|
224
224
|
}
|
|
225
225
|
export interface DeleteRouteRequest {
|
|
226
|
-
DestinationCidrBlock?: string;
|
|
227
|
-
DestinationIpv6CidrBlock?: string;
|
|
228
226
|
DestinationPrefixListId?: string;
|
|
229
227
|
DryRun?: boolean;
|
|
230
228
|
RouteTableId: string | undefined;
|
|
229
|
+
DestinationCidrBlock?: string;
|
|
230
|
+
DestinationIpv6CidrBlock?: string;
|
|
231
231
|
}
|
|
232
232
|
export interface DeleteRouteTableRequest {
|
|
233
233
|
DryRun?: boolean;
|
|
@@ -572,8 +572,8 @@ export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
|
572
572
|
DeregisteredMulticastGroupSources?: TransitGatewayMulticastDeregisteredGroupSources;
|
|
573
573
|
}
|
|
574
574
|
export interface DescribeAccountAttributesRequest {
|
|
575
|
-
AttributeNames?: AccountAttributeName[];
|
|
576
575
|
DryRun?: boolean;
|
|
576
|
+
AttributeNames?: AccountAttributeName[];
|
|
577
577
|
}
|
|
578
578
|
export interface DescribeAccountAttributesResult {
|
|
579
579
|
AccountAttributes?: AccountAttribute[];
|
|
@@ -583,10 +583,10 @@ export interface Filter {
|
|
|
583
583
|
Values?: string[];
|
|
584
584
|
}
|
|
585
585
|
export interface DescribeAddressesRequest {
|
|
586
|
-
Filters?: Filter[];
|
|
587
586
|
PublicIps?: string[];
|
|
588
|
-
AllocationIds?: string[];
|
|
589
587
|
DryRun?: boolean;
|
|
588
|
+
Filters?: Filter[];
|
|
589
|
+
AllocationIds?: string[];
|
|
590
590
|
}
|
|
591
591
|
export interface DescribeAddressesResult {
|
|
592
592
|
Addresses?: Address[];
|
|
@@ -625,11 +625,11 @@ export interface DescribeAggregateIdFormatResult {
|
|
|
625
625
|
Statuses?: IdFormat[];
|
|
626
626
|
}
|
|
627
627
|
export interface DescribeAvailabilityZonesRequest {
|
|
628
|
-
Filters?: Filter[];
|
|
629
628
|
ZoneNames?: string[];
|
|
630
629
|
ZoneIds?: string[];
|
|
631
630
|
AllAvailabilityZones?: boolean;
|
|
632
631
|
DryRun?: boolean;
|
|
632
|
+
Filters?: Filter[];
|
|
633
633
|
}
|
|
634
634
|
export interface AvailabilityZoneMessage {
|
|
635
635
|
Message?: string;
|
|
@@ -651,7 +651,6 @@ export declare const AvailabilityZoneState: {
|
|
|
651
651
|
export type AvailabilityZoneState =
|
|
652
652
|
(typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
|
|
653
653
|
export interface AvailabilityZone {
|
|
654
|
-
State?: AvailabilityZoneState;
|
|
655
654
|
OptInStatus?: AvailabilityZoneOptInStatus;
|
|
656
655
|
Messages?: AvailabilityZoneMessage[];
|
|
657
656
|
RegionName?: string;
|
|
@@ -662,6 +661,7 @@ export interface AvailabilityZone {
|
|
|
662
661
|
ZoneType?: string;
|
|
663
662
|
ParentZoneName?: string;
|
|
664
663
|
ParentZoneId?: string;
|
|
664
|
+
State?: AvailabilityZoneState;
|
|
665
665
|
}
|
|
666
666
|
export interface DescribeAvailabilityZonesResult {
|
|
667
667
|
AvailabilityZones?: AvailabilityZone[];
|
|
@@ -702,8 +702,8 @@ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
|
|
|
702
702
|
}
|
|
703
703
|
export interface DescribeBundleTasksRequest {
|
|
704
704
|
BundleIds?: string[];
|
|
705
|
-
Filters?: Filter[];
|
|
706
705
|
DryRun?: boolean;
|
|
706
|
+
Filters?: Filter[];
|
|
707
707
|
}
|
|
708
708
|
export interface DescribeBundleTasksResult {
|
|
709
709
|
BundleTasks?: BundleTask[];
|
|
@@ -791,11 +791,11 @@ export interface DescribeCarrierGatewaysResult {
|
|
|
791
791
|
NextToken?: string;
|
|
792
792
|
}
|
|
793
793
|
export interface DescribeClassicLinkInstancesRequest {
|
|
794
|
-
Filters?: Filter[];
|
|
795
794
|
DryRun?: boolean;
|
|
796
795
|
InstanceIds?: string[];
|
|
797
|
-
|
|
796
|
+
Filters?: Filter[];
|
|
798
797
|
NextToken?: string;
|
|
798
|
+
MaxResults?: number;
|
|
799
799
|
}
|
|
800
800
|
export interface ClassicLinkInstance {
|
|
801
801
|
Groups?: GroupIdentifier[];
|
|
@@ -1006,8 +1006,8 @@ export interface DescribeCoipPoolsResult {
|
|
|
1006
1006
|
NextToken?: string;
|
|
1007
1007
|
}
|
|
1008
1008
|
export interface DescribeConversionTasksRequest {
|
|
1009
|
-
ConversionTaskIds?: string[];
|
|
1010
1009
|
DryRun?: boolean;
|
|
1010
|
+
ConversionTaskIds?: string[];
|
|
1011
1011
|
}
|
|
1012
1012
|
export interface DiskImageDescription {
|
|
1013
1013
|
Checksum?: string;
|
|
@@ -1071,14 +1071,14 @@ export interface DescribeCustomerGatewaysResult {
|
|
|
1071
1071
|
}
|
|
1072
1072
|
export interface DescribeDhcpOptionsRequest {
|
|
1073
1073
|
DhcpOptionsIds?: string[];
|
|
1074
|
-
Filters?: Filter[];
|
|
1075
|
-
DryRun?: boolean;
|
|
1076
1074
|
NextToken?: string;
|
|
1077
1075
|
MaxResults?: number;
|
|
1076
|
+
DryRun?: boolean;
|
|
1077
|
+
Filters?: Filter[];
|
|
1078
1078
|
}
|
|
1079
1079
|
export interface DescribeDhcpOptionsResult {
|
|
1080
|
-
DhcpOptions?: DhcpOptions[];
|
|
1081
1080
|
NextToken?: string;
|
|
1081
|
+
DhcpOptions?: DhcpOptions[];
|
|
1082
1082
|
}
|
|
1083
1083
|
export interface DescribeEgressOnlyInternetGatewaysRequest {
|
|
1084
1084
|
DryRun?: boolean;
|
|
@@ -1152,8 +1152,8 @@ export interface DescribeExportImageTasksResult {
|
|
|
1152
1152
|
NextToken?: string;
|
|
1153
1153
|
}
|
|
1154
1154
|
export interface DescribeExportTasksRequest {
|
|
1155
|
-
ExportTaskIds?: string[];
|
|
1156
1155
|
Filters?: Filter[];
|
|
1156
|
+
ExportTaskIds?: string[];
|
|
1157
1157
|
}
|
|
1158
1158
|
export interface DescribeExportTasksResult {
|
|
1159
1159
|
ExportTasks?: ExportTask[];
|
|
@@ -1559,10 +1559,10 @@ export interface DescribeHostReservationsResult {
|
|
|
1559
1559
|
NextToken?: string;
|
|
1560
1560
|
}
|
|
1561
1561
|
export interface DescribeHostsRequest {
|
|
1562
|
-
Filter?: Filter[];
|
|
1563
1562
|
HostIds?: string[];
|
|
1564
|
-
MaxResults?: number;
|
|
1565
1563
|
NextToken?: string;
|
|
1564
|
+
MaxResults?: number;
|
|
1565
|
+
Filter?: Filter[];
|
|
1566
1566
|
}
|
|
1567
1567
|
export interface InstanceCapacity {
|
|
1568
1568
|
AvailableCapacity?: number;
|
|
@@ -1622,8 +1622,8 @@ export interface DescribeIamInstanceProfileAssociationsResult {
|
|
|
1622
1622
|
NextToken?: string;
|
|
1623
1623
|
}
|
|
1624
1624
|
export interface DescribeIdentityIdFormatRequest {
|
|
1625
|
-
PrincipalArn: string | undefined;
|
|
1626
1625
|
Resource?: string;
|
|
1626
|
+
PrincipalArn: string | undefined;
|
|
1627
1627
|
}
|
|
1628
1628
|
export interface DescribeIdentityIdFormatResult {
|
|
1629
1629
|
Statuses?: IdFormat[];
|
|
@@ -1657,16 +1657,12 @@ export interface DescribeImageAttributeRequest {
|
|
|
1657
1657
|
DryRun?: boolean;
|
|
1658
1658
|
}
|
|
1659
1659
|
export interface LaunchPermission {
|
|
1660
|
-
Group?: PermissionGroup;
|
|
1661
|
-
UserId?: string;
|
|
1662
1660
|
OrganizationArn?: string;
|
|
1663
1661
|
OrganizationalUnitArn?: string;
|
|
1662
|
+
UserId?: string;
|
|
1663
|
+
Group?: PermissionGroup;
|
|
1664
1664
|
}
|
|
1665
1665
|
export interface ImageAttribute {
|
|
1666
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1667
|
-
ImageId?: string;
|
|
1668
|
-
LaunchPermissions?: LaunchPermission[];
|
|
1669
|
-
ProductCodes?: ProductCode[];
|
|
1670
1666
|
Description?: AttributeValue;
|
|
1671
1667
|
KernelId?: AttributeValue;
|
|
1672
1668
|
RamdiskId?: AttributeValue;
|
|
@@ -1677,17 +1673,21 @@ export interface ImageAttribute {
|
|
|
1677
1673
|
LastLaunchedTime?: AttributeValue;
|
|
1678
1674
|
ImdsSupport?: AttributeValue;
|
|
1679
1675
|
DeregistrationProtection?: AttributeValue;
|
|
1676
|
+
ImageId?: string;
|
|
1677
|
+
LaunchPermissions?: LaunchPermission[];
|
|
1678
|
+
ProductCodes?: ProductCode[];
|
|
1679
|
+
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1680
1680
|
}
|
|
1681
1681
|
export interface DescribeImagesRequest {
|
|
1682
1682
|
ExecutableUsers?: string[];
|
|
1683
|
-
Filters?: Filter[];
|
|
1684
1683
|
ImageIds?: string[];
|
|
1685
1684
|
Owners?: string[];
|
|
1686
1685
|
IncludeDeprecated?: boolean;
|
|
1687
1686
|
IncludeDisabled?: boolean;
|
|
1688
|
-
DryRun?: boolean;
|
|
1689
1687
|
MaxResults?: number;
|
|
1690
1688
|
NextToken?: string;
|
|
1689
|
+
DryRun?: boolean;
|
|
1690
|
+
Filters?: Filter[];
|
|
1691
1691
|
}
|
|
1692
1692
|
export declare const ArchitectureValues: {
|
|
1693
1693
|
readonly arm64: "arm64";
|