@aws-sdk/client-ec2 3.428.0 → 3.430.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 +12 -12
|
@@ -154,8 +154,8 @@ import {
|
|
|
154
154
|
export interface TransitGatewayRouteTablePropagation {
|
|
155
155
|
TransitGatewayAttachmentId?: string;
|
|
156
156
|
ResourceId?: string;
|
|
157
|
-
ResourceType?: TransitGatewayAttachmentResourceType
|
|
158
|
-
State?: TransitGatewayPropagationState
|
|
157
|
+
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
158
|
+
State?: TransitGatewayPropagationState;
|
|
159
159
|
TransitGatewayRouteTableAnnouncementId?: string;
|
|
160
160
|
}
|
|
161
161
|
export interface GetTransitGatewayRouteTablePropagationsResult {
|
|
@@ -265,7 +265,7 @@ export interface ImportImageRequest {
|
|
|
265
265
|
LicenseSpecifications?: ImportImageLicenseConfigurationRequest[];
|
|
266
266
|
TagSpecifications?: TagSpecification[];
|
|
267
267
|
UsageOperation?: string;
|
|
268
|
-
BootMode?: BootModeValues
|
|
268
|
+
BootMode?: BootModeValues;
|
|
269
269
|
}
|
|
270
270
|
export interface ImportImageResult {
|
|
271
271
|
Architecture?: string;
|
|
@@ -287,7 +287,7 @@ export interface ImportImageResult {
|
|
|
287
287
|
}
|
|
288
288
|
export interface DiskImageDetail {
|
|
289
289
|
Bytes: number | undefined;
|
|
290
|
-
Format: DiskImageFormat |
|
|
290
|
+
Format: DiskImageFormat | undefined;
|
|
291
291
|
ImportManifestUrl: string | undefined;
|
|
292
292
|
}
|
|
293
293
|
export interface VolumeDetail {
|
|
@@ -303,11 +303,11 @@ export interface UserData {
|
|
|
303
303
|
}
|
|
304
304
|
export interface ImportInstanceLaunchSpecification {
|
|
305
305
|
AdditionalInfo?: string;
|
|
306
|
-
Architecture?: ArchitectureValues
|
|
306
|
+
Architecture?: ArchitectureValues;
|
|
307
307
|
GroupIds?: string[];
|
|
308
308
|
GroupNames?: string[];
|
|
309
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior
|
|
310
|
-
InstanceType?: _InstanceType
|
|
309
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
|
|
310
|
+
InstanceType?: _InstanceType;
|
|
311
311
|
Monitoring?: boolean;
|
|
312
312
|
Placement?: Placement;
|
|
313
313
|
PrivateIpAddress?: string;
|
|
@@ -319,7 +319,7 @@ export interface ImportInstanceRequest {
|
|
|
319
319
|
DiskImages?: DiskImage[];
|
|
320
320
|
DryRun?: boolean;
|
|
321
321
|
LaunchSpecification?: ImportInstanceLaunchSpecification;
|
|
322
|
-
Platform: PlatformValues |
|
|
322
|
+
Platform: PlatformValues | undefined;
|
|
323
323
|
}
|
|
324
324
|
export interface ImportInstanceResult {
|
|
325
325
|
ConversionTask?: ConversionTask;
|
|
@@ -419,7 +419,7 @@ export type ModifyAvailabilityZoneOptInStatus =
|
|
|
419
419
|
(typeof ModifyAvailabilityZoneOptInStatus)[keyof typeof ModifyAvailabilityZoneOptInStatus];
|
|
420
420
|
export interface ModifyAvailabilityZoneGroupRequest {
|
|
421
421
|
GroupName: string | undefined;
|
|
422
|
-
OptInStatus: ModifyAvailabilityZoneOptInStatus |
|
|
422
|
+
OptInStatus: ModifyAvailabilityZoneOptInStatus | undefined;
|
|
423
423
|
DryRun?: boolean;
|
|
424
424
|
}
|
|
425
425
|
export interface ModifyAvailabilityZoneGroupResult {
|
|
@@ -429,7 +429,7 @@ export interface ModifyCapacityReservationRequest {
|
|
|
429
429
|
CapacityReservationId: string | undefined;
|
|
430
430
|
InstanceCount?: number;
|
|
431
431
|
EndDate?: Date;
|
|
432
|
-
EndDateType?: EndDateType
|
|
432
|
+
EndDateType?: EndDateType;
|
|
433
433
|
Accept?: boolean;
|
|
434
434
|
DryRun?: boolean;
|
|
435
435
|
AdditionalInfo?: string;
|
|
@@ -462,7 +462,7 @@ export interface ModifyClientVpnEndpointRequest {
|
|
|
462
462
|
DryRun?: boolean;
|
|
463
463
|
SecurityGroupIds?: string[];
|
|
464
464
|
VpcId?: string;
|
|
465
|
-
SelfServicePortal?: SelfServicePortal
|
|
465
|
+
SelfServicePortal?: SelfServicePortal;
|
|
466
466
|
ClientConnectOptions?: ClientConnectOptions;
|
|
467
467
|
SessionTimeoutHours?: number;
|
|
468
468
|
ClientLoginBannerOptions?: ClientLoginBannerOptions;
|
|
@@ -472,7 +472,7 @@ export interface ModifyClientVpnEndpointResult {
|
|
|
472
472
|
}
|
|
473
473
|
export interface ModifyDefaultCreditSpecificationRequest {
|
|
474
474
|
DryRun?: boolean;
|
|
475
|
-
InstanceFamily: UnlimitedSupportedInstanceFamily |
|
|
475
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
476
476
|
CpuCredits: string | undefined;
|
|
477
477
|
}
|
|
478
478
|
export interface ModifyDefaultCreditSpecificationResult {
|
|
@@ -487,9 +487,7 @@ export interface ModifyEbsDefaultKmsKeyIdResult {
|
|
|
487
487
|
}
|
|
488
488
|
export interface ModifyFleetRequest {
|
|
489
489
|
DryRun?: boolean;
|
|
490
|
-
ExcessCapacityTerminationPolicy?:
|
|
491
|
-
| FleetExcessCapacityTerminationPolicy
|
|
492
|
-
| string;
|
|
490
|
+
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy;
|
|
493
491
|
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[];
|
|
494
492
|
FleetId: string | undefined;
|
|
495
493
|
TargetCapacitySpecification?: TargetCapacitySpecificationRequest;
|
|
@@ -499,7 +497,7 @@ export interface ModifyFleetResult {
|
|
|
499
497
|
Return?: boolean;
|
|
500
498
|
}
|
|
501
499
|
export interface LoadPermissionRequest {
|
|
502
|
-
Group?: PermissionGroup
|
|
500
|
+
Group?: PermissionGroup;
|
|
503
501
|
UserId?: string;
|
|
504
502
|
}
|
|
505
503
|
export interface LoadPermissionModifications {
|
|
@@ -514,8 +512,8 @@ export type OperationType = (typeof OperationType)[keyof typeof OperationType];
|
|
|
514
512
|
export interface ModifyFpgaImageAttributeRequest {
|
|
515
513
|
DryRun?: boolean;
|
|
516
514
|
FpgaImageId: string | undefined;
|
|
517
|
-
Attribute?: FpgaImageAttributeName
|
|
518
|
-
OperationType?: OperationType
|
|
515
|
+
Attribute?: FpgaImageAttributeName;
|
|
516
|
+
OperationType?: OperationType;
|
|
519
517
|
UserIds?: string[];
|
|
520
518
|
UserGroups?: string[];
|
|
521
519
|
ProductCodes?: string[];
|
|
@@ -527,12 +525,12 @@ export interface ModifyFpgaImageAttributeResult {
|
|
|
527
525
|
FpgaImageAttribute?: FpgaImageAttribute;
|
|
528
526
|
}
|
|
529
527
|
export interface ModifyHostsRequest {
|
|
530
|
-
AutoPlacement?: AutoPlacement
|
|
528
|
+
AutoPlacement?: AutoPlacement;
|
|
531
529
|
HostIds: string[] | undefined;
|
|
532
|
-
HostRecovery?: HostRecovery
|
|
530
|
+
HostRecovery?: HostRecovery;
|
|
533
531
|
InstanceType?: string;
|
|
534
532
|
InstanceFamily?: string;
|
|
535
|
-
HostMaintenance?: HostMaintenance
|
|
533
|
+
HostMaintenance?: HostMaintenance;
|
|
536
534
|
}
|
|
537
535
|
export interface ModifyHostsResult {
|
|
538
536
|
Successful?: string[];
|
|
@@ -556,7 +554,7 @@ export interface ModifyImageAttributeRequest {
|
|
|
556
554
|
Description?: AttributeValue;
|
|
557
555
|
ImageId: string | undefined;
|
|
558
556
|
LaunchPermission?: LaunchPermissionModifications;
|
|
559
|
-
OperationType?: OperationType
|
|
557
|
+
OperationType?: OperationType;
|
|
560
558
|
ProductCodes?: string[];
|
|
561
559
|
UserGroups?: string[];
|
|
562
560
|
UserIds?: string[];
|
|
@@ -581,7 +579,7 @@ export interface BlobAttributeValue {
|
|
|
581
579
|
}
|
|
582
580
|
export interface ModifyInstanceAttributeRequest {
|
|
583
581
|
SourceDestCheck?: AttributeBooleanValue;
|
|
584
|
-
Attribute?: InstanceAttributeName
|
|
582
|
+
Attribute?: InstanceAttributeName;
|
|
585
583
|
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
|
|
586
584
|
DisableApiTermination?: AttributeBooleanValue;
|
|
587
585
|
DryRun?: boolean;
|
|
@@ -599,7 +597,7 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
599
597
|
DisableApiStop?: AttributeBooleanValue;
|
|
600
598
|
}
|
|
601
599
|
export interface CapacityReservationSpecification {
|
|
602
|
-
CapacityReservationPreference?: CapacityReservationPreference
|
|
600
|
+
CapacityReservationPreference?: CapacityReservationPreference;
|
|
603
601
|
CapacityReservationTarget?: CapacityReservationTarget;
|
|
604
602
|
}
|
|
605
603
|
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
@@ -635,7 +633,7 @@ export declare const UnsuccessfulInstanceCreditSpecificationErrorCode: {
|
|
|
635
633
|
export type UnsuccessfulInstanceCreditSpecificationErrorCode =
|
|
636
634
|
(typeof UnsuccessfulInstanceCreditSpecificationErrorCode)[keyof typeof UnsuccessfulInstanceCreditSpecificationErrorCode];
|
|
637
635
|
export interface UnsuccessfulInstanceCreditSpecificationItemError {
|
|
638
|
-
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode
|
|
636
|
+
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode;
|
|
639
637
|
Message?: string;
|
|
640
638
|
}
|
|
641
639
|
export interface UnsuccessfulInstanceCreditSpecificationItem {
|
|
@@ -667,21 +665,21 @@ export interface ModifyInstanceEventWindowResult {
|
|
|
667
665
|
}
|
|
668
666
|
export interface ModifyInstanceMaintenanceOptionsRequest {
|
|
669
667
|
InstanceId: string | undefined;
|
|
670
|
-
AutoRecovery?: InstanceAutoRecoveryState
|
|
668
|
+
AutoRecovery?: InstanceAutoRecoveryState;
|
|
671
669
|
DryRun?: boolean;
|
|
672
670
|
}
|
|
673
671
|
export interface ModifyInstanceMaintenanceOptionsResult {
|
|
674
672
|
InstanceId?: string;
|
|
675
|
-
AutoRecovery?: InstanceAutoRecoveryState
|
|
673
|
+
AutoRecovery?: InstanceAutoRecoveryState;
|
|
676
674
|
}
|
|
677
675
|
export interface ModifyInstanceMetadataOptionsRequest {
|
|
678
676
|
InstanceId: string | undefined;
|
|
679
|
-
HttpTokens?: HttpTokensState
|
|
677
|
+
HttpTokens?: HttpTokensState;
|
|
680
678
|
HttpPutResponseHopLimit?: number;
|
|
681
|
-
HttpEndpoint?: InstanceMetadataEndpointState
|
|
679
|
+
HttpEndpoint?: InstanceMetadataEndpointState;
|
|
682
680
|
DryRun?: boolean;
|
|
683
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState
|
|
684
|
-
InstanceMetadataTags?: InstanceMetadataTagsState
|
|
681
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState;
|
|
682
|
+
InstanceMetadataTags?: InstanceMetadataTagsState;
|
|
685
683
|
}
|
|
686
684
|
export interface ModifyInstanceMetadataOptionsResult {
|
|
687
685
|
InstanceId?: string;
|
|
@@ -693,11 +691,11 @@ export declare const HostTenancy: {
|
|
|
693
691
|
};
|
|
694
692
|
export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
|
|
695
693
|
export interface ModifyInstancePlacementRequest {
|
|
696
|
-
Affinity?: Affinity
|
|
694
|
+
Affinity?: Affinity;
|
|
697
695
|
GroupName?: string;
|
|
698
696
|
HostId?: string;
|
|
699
697
|
InstanceId: string | undefined;
|
|
700
|
-
Tenancy?: HostTenancy
|
|
698
|
+
Tenancy?: HostTenancy;
|
|
701
699
|
PartitionNumber?: number;
|
|
702
700
|
HostResourceGroupArn?: string;
|
|
703
701
|
GroupId?: string;
|
|
@@ -816,7 +814,7 @@ export interface ModifyNetworkInterfaceAttributeRequest {
|
|
|
816
814
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
817
815
|
DryRun?: boolean;
|
|
818
816
|
InstanceId: string | undefined;
|
|
819
|
-
PrivateDnsHostnameType?: HostnameType
|
|
817
|
+
PrivateDnsHostnameType?: HostnameType;
|
|
820
818
|
EnableResourceNameDnsARecord?: boolean;
|
|
821
819
|
EnableResourceNameDnsAAAARecord?: boolean;
|
|
822
820
|
}
|
|
@@ -858,10 +856,10 @@ export interface CreateVolumePermissionModifications {
|
|
|
858
856
|
Remove?: CreateVolumePermission[];
|
|
859
857
|
}
|
|
860
858
|
export interface ModifySnapshotAttributeRequest {
|
|
861
|
-
Attribute?: SnapshotAttributeName
|
|
859
|
+
Attribute?: SnapshotAttributeName;
|
|
862
860
|
CreateVolumePermission?: CreateVolumePermissionModifications;
|
|
863
861
|
GroupNames?: string[];
|
|
864
|
-
OperationType?: OperationType
|
|
862
|
+
OperationType?: OperationType;
|
|
865
863
|
SnapshotId: string | undefined;
|
|
866
864
|
UserIds?: string[];
|
|
867
865
|
DryRun?: boolean;
|
|
@@ -873,7 +871,7 @@ export type TargetStorageTier =
|
|
|
873
871
|
(typeof TargetStorageTier)[keyof typeof TargetStorageTier];
|
|
874
872
|
export interface ModifySnapshotTierRequest {
|
|
875
873
|
SnapshotId: string | undefined;
|
|
876
|
-
StorageTier?: TargetStorageTier
|
|
874
|
+
StorageTier?: TargetStorageTier;
|
|
877
875
|
DryRun?: boolean;
|
|
878
876
|
}
|
|
879
877
|
export interface ModifySnapshotTierResult {
|
|
@@ -881,7 +879,7 @@ export interface ModifySnapshotTierResult {
|
|
|
881
879
|
TieringStartTime?: Date;
|
|
882
880
|
}
|
|
883
881
|
export interface ModifySpotFleetRequestRequest {
|
|
884
|
-
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy
|
|
882
|
+
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
|
|
885
883
|
LaunchTemplateConfigs?: LaunchTemplateConfig[];
|
|
886
884
|
SpotFleetRequestId: string | undefined;
|
|
887
885
|
TargetCapacity?: number;
|
|
@@ -898,7 +896,7 @@ export interface ModifySubnetAttributeRequest {
|
|
|
898
896
|
MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue;
|
|
899
897
|
CustomerOwnedIpv4Pool?: string;
|
|
900
898
|
EnableDns64?: AttributeBooleanValue;
|
|
901
|
-
PrivateDnsHostnameTypeOnLaunch?: HostnameType
|
|
899
|
+
PrivateDnsHostnameTypeOnLaunch?: HostnameType;
|
|
902
900
|
EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue;
|
|
903
901
|
EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue;
|
|
904
902
|
EnableLniAtDeviceIndex?: number;
|
|
@@ -906,8 +904,8 @@ export interface ModifySubnetAttributeRequest {
|
|
|
906
904
|
}
|
|
907
905
|
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
908
906
|
TrafficMirrorFilterId: string | undefined;
|
|
909
|
-
AddNetworkServices?:
|
|
910
|
-
RemoveNetworkServices?:
|
|
907
|
+
AddNetworkServices?: TrafficMirrorNetworkService[];
|
|
908
|
+
RemoveNetworkServices?: TrafficMirrorNetworkService[];
|
|
911
909
|
DryRun?: boolean;
|
|
912
910
|
}
|
|
913
911
|
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
@@ -923,16 +921,16 @@ export type TrafficMirrorFilterRuleField =
|
|
|
923
921
|
(typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
|
|
924
922
|
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
925
923
|
TrafficMirrorFilterRuleId: string | undefined;
|
|
926
|
-
TrafficDirection?: TrafficDirection
|
|
924
|
+
TrafficDirection?: TrafficDirection;
|
|
927
925
|
RuleNumber?: number;
|
|
928
|
-
RuleAction?: TrafficMirrorRuleAction
|
|
926
|
+
RuleAction?: TrafficMirrorRuleAction;
|
|
929
927
|
DestinationPortRange?: TrafficMirrorPortRangeRequest;
|
|
930
928
|
SourcePortRange?: TrafficMirrorPortRangeRequest;
|
|
931
929
|
Protocol?: number;
|
|
932
930
|
DestinationCidrBlock?: string;
|
|
933
931
|
SourceCidrBlock?: string;
|
|
934
932
|
Description?: string;
|
|
935
|
-
RemoveFields?:
|
|
933
|
+
RemoveFields?: TrafficMirrorFilterRuleField[];
|
|
936
934
|
DryRun?: boolean;
|
|
937
935
|
}
|
|
938
936
|
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
@@ -953,7 +951,7 @@ export interface ModifyTrafficMirrorSessionRequest {
|
|
|
953
951
|
SessionNumber?: number;
|
|
954
952
|
VirtualNetworkId?: number;
|
|
955
953
|
Description?: string;
|
|
956
|
-
RemoveFields?:
|
|
954
|
+
RemoveFields?: TrafficMirrorSessionField[];
|
|
957
955
|
DryRun?: boolean;
|
|
958
956
|
}
|
|
959
957
|
export interface ModifyTrafficMirrorSessionResult {
|
|
@@ -962,12 +960,12 @@ export interface ModifyTrafficMirrorSessionResult {
|
|
|
962
960
|
export interface ModifyTransitGatewayOptions {
|
|
963
961
|
AddTransitGatewayCidrBlocks?: string[];
|
|
964
962
|
RemoveTransitGatewayCidrBlocks?: string[];
|
|
965
|
-
VpnEcmpSupport?: VpnEcmpSupportValue
|
|
966
|
-
DnsSupport?: DnsSupportValue
|
|
967
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue
|
|
968
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue
|
|
963
|
+
VpnEcmpSupport?: VpnEcmpSupportValue;
|
|
964
|
+
DnsSupport?: DnsSupportValue;
|
|
965
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue;
|
|
966
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue;
|
|
969
967
|
AssociationDefaultRouteTableId?: string;
|
|
970
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue
|
|
968
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue;
|
|
971
969
|
PropagationDefaultRouteTableId?: string;
|
|
972
970
|
AmazonSideAsn?: number;
|
|
973
971
|
}
|
|
@@ -991,9 +989,9 @@ export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
|
991
989
|
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
992
990
|
}
|
|
993
991
|
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
994
|
-
DnsSupport?: DnsSupportValue
|
|
995
|
-
Ipv6Support?: Ipv6SupportValue
|
|
996
|
-
ApplianceModeSupport?: ApplianceModeSupportValue
|
|
992
|
+
DnsSupport?: DnsSupportValue;
|
|
993
|
+
Ipv6Support?: Ipv6SupportValue;
|
|
994
|
+
ApplianceModeSupport?: ApplianceModeSupportValue;
|
|
997
995
|
}
|
|
998
996
|
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
999
997
|
TransitGatewayAttachmentId: string | undefined;
|
|
@@ -1007,11 +1005,11 @@ export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
|
1007
1005
|
}
|
|
1008
1006
|
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
1009
1007
|
SubnetIds?: string[];
|
|
1010
|
-
Protocol?: VerifiedAccessEndpointProtocol
|
|
1008
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
1011
1009
|
Port?: number;
|
|
1012
1010
|
}
|
|
1013
1011
|
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
1014
|
-
Protocol?: VerifiedAccessEndpointProtocol
|
|
1012
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
1015
1013
|
Port?: number;
|
|
1016
1014
|
}
|
|
1017
1015
|
export interface ModifyVerifiedAccessEndpointRequest {
|
|
@@ -1125,7 +1123,7 @@ export interface ModifyVolumeRequest {
|
|
|
1125
1123
|
DryRun?: boolean;
|
|
1126
1124
|
VolumeId: string | undefined;
|
|
1127
1125
|
Size?: number;
|
|
1128
|
-
VolumeType?: VolumeType
|
|
1126
|
+
VolumeType?: VolumeType;
|
|
1129
1127
|
Iops?: number;
|
|
1130
1128
|
Throughput?: number;
|
|
1131
1129
|
MultiAttachEnabled?: boolean;
|
|
@@ -1155,7 +1153,7 @@ export interface ModifyVpcEndpointRequest {
|
|
|
1155
1153
|
RemoveSubnetIds?: string[];
|
|
1156
1154
|
AddSecurityGroupIds?: string[];
|
|
1157
1155
|
RemoveSecurityGroupIds?: string[];
|
|
1158
|
-
IpAddressType?: IpAddressType
|
|
1156
|
+
IpAddressType?: IpAddressType;
|
|
1159
1157
|
DnsOptions?: DnsOptionsSpecification;
|
|
1160
1158
|
PrivateDnsEnabled?: boolean;
|
|
1161
1159
|
SubnetConfigurations?: SubnetConfiguration[];
|
|
@@ -1191,7 +1189,7 @@ export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
|
1191
1189
|
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
1192
1190
|
DryRun?: boolean;
|
|
1193
1191
|
ServiceId: string | undefined;
|
|
1194
|
-
PayerResponsibility: PayerResponsibility |
|
|
1192
|
+
PayerResponsibility: PayerResponsibility | undefined;
|
|
1195
1193
|
}
|
|
1196
1194
|
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
1197
1195
|
ReturnValue?: boolean;
|
|
@@ -1232,7 +1230,7 @@ export declare const VpcTenancy: {
|
|
|
1232
1230
|
export type VpcTenancy = (typeof VpcTenancy)[keyof typeof VpcTenancy];
|
|
1233
1231
|
export interface ModifyVpcTenancyRequest {
|
|
1234
1232
|
VpcId: string | undefined;
|
|
1235
|
-
InstanceTenancy: VpcTenancy |
|
|
1233
|
+
InstanceTenancy: VpcTenancy | undefined;
|
|
1236
1234
|
DryRun?: boolean;
|
|
1237
1235
|
}
|
|
1238
1236
|
export interface ModifyVpcTenancyResult {
|
|
@@ -1322,7 +1320,7 @@ export declare const Status: {
|
|
|
1322
1320
|
export type Status = (typeof Status)[keyof typeof Status];
|
|
1323
1321
|
export interface MoveAddressToVpcResult {
|
|
1324
1322
|
AllocationId?: string;
|
|
1325
|
-
Status?: Status
|
|
1323
|
+
Status?: Status;
|
|
1326
1324
|
}
|
|
1327
1325
|
export interface MoveByoipCidrToIpamRequest {
|
|
1328
1326
|
DryRun?: boolean;
|
|
@@ -1376,7 +1374,7 @@ export interface ProvisionPublicIpv4PoolCidrResult {
|
|
|
1376
1374
|
}
|
|
1377
1375
|
export interface PurchaseHostReservationRequest {
|
|
1378
1376
|
ClientToken?: string;
|
|
1379
|
-
CurrencyCode?: CurrencyCodeValues
|
|
1377
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
1380
1378
|
HostIdSet: string[] | undefined;
|
|
1381
1379
|
LimitPrice?: string;
|
|
1382
1380
|
OfferingId: string | undefined;
|
|
@@ -1384,14 +1382,14 @@ export interface PurchaseHostReservationRequest {
|
|
|
1384
1382
|
}
|
|
1385
1383
|
export interface PurchaseHostReservationResult {
|
|
1386
1384
|
ClientToken?: string;
|
|
1387
|
-
CurrencyCode?: CurrencyCodeValues
|
|
1385
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
1388
1386
|
Purchase?: Purchase[];
|
|
1389
1387
|
TotalHourlyPrice?: string;
|
|
1390
1388
|
TotalUpfrontPrice?: string;
|
|
1391
1389
|
}
|
|
1392
1390
|
export interface ReservedInstanceLimitPrice {
|
|
1393
1391
|
Amount?: number;
|
|
1394
|
-
CurrencyCode?: CurrencyCodeValues
|
|
1392
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
1395
1393
|
}
|
|
1396
1394
|
export interface PurchaseReservedInstancesOfferingRequest {
|
|
1397
1395
|
InstanceCount: number | undefined;
|
|
@@ -1421,7 +1419,7 @@ export interface RebootInstancesRequest {
|
|
|
1421
1419
|
}
|
|
1422
1420
|
export interface RegisterImageRequest {
|
|
1423
1421
|
ImageLocation?: string;
|
|
1424
|
-
Architecture?: ArchitectureValues
|
|
1422
|
+
Architecture?: ArchitectureValues;
|
|
1425
1423
|
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
1426
1424
|
Description?: string;
|
|
1427
1425
|
DryRun?: boolean;
|
|
@@ -1433,10 +1431,10 @@ export interface RegisterImageRequest {
|
|
|
1433
1431
|
RootDeviceName?: string;
|
|
1434
1432
|
SriovNetSupport?: string;
|
|
1435
1433
|
VirtualizationType?: string;
|
|
1436
|
-
BootMode?: BootModeValues
|
|
1437
|
-
TpmSupport?: TpmSupportValues
|
|
1434
|
+
BootMode?: BootModeValues;
|
|
1435
|
+
TpmSupport?: TpmSupportValues;
|
|
1438
1436
|
UefiData?: string;
|
|
1439
|
-
ImdsSupport?: ImdsSupportValues
|
|
1437
|
+
ImdsSupport?: ImdsSupportValues;
|
|
1440
1438
|
}
|
|
1441
1439
|
export interface RegisterImageResult {
|
|
1442
1440
|
ImageId?: string;
|
|
@@ -1564,7 +1562,7 @@ export interface ReplaceNetworkAclEntryRequest {
|
|
|
1564
1562
|
NetworkAclId: string | undefined;
|
|
1565
1563
|
PortRange?: PortRange;
|
|
1566
1564
|
Protocol: string | undefined;
|
|
1567
|
-
RuleAction: RuleAction |
|
|
1565
|
+
RuleAction: RuleAction | undefined;
|
|
1568
1566
|
RuleNumber: number | undefined;
|
|
1569
1567
|
}
|
|
1570
1568
|
export interface ReplaceRouteRequest {
|
|
@@ -1638,9 +1636,9 @@ export interface ReportInstanceStatusRequest {
|
|
|
1638
1636
|
DryRun?: boolean;
|
|
1639
1637
|
EndTime?: Date;
|
|
1640
1638
|
Instances: string[] | undefined;
|
|
1641
|
-
ReasonCodes:
|
|
1639
|
+
ReasonCodes: ReportInstanceReasonCodes[] | undefined;
|
|
1642
1640
|
StartTime?: Date;
|
|
1643
|
-
Status: ReportStatusType |
|
|
1641
|
+
Status: ReportStatusType | undefined;
|
|
1644
1642
|
}
|
|
1645
1643
|
export interface RequestSpotFleetRequest {
|
|
1646
1644
|
DryRun?: boolean;
|
|
@@ -1657,7 +1655,7 @@ export interface RequestSpotLaunchSpecification {
|
|
|
1657
1655
|
EbsOptimized?: boolean;
|
|
1658
1656
|
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
1659
1657
|
ImageId?: string;
|
|
1660
|
-
InstanceType?: _InstanceType
|
|
1658
|
+
InstanceType?: _InstanceType;
|
|
1661
1659
|
KernelId?: string;
|
|
1662
1660
|
KeyName?: string;
|
|
1663
1661
|
Monitoring?: RunInstancesMonitoringEnabled;
|
|
@@ -1676,18 +1674,18 @@ export interface RequestSpotInstancesRequest {
|
|
|
1676
1674
|
LaunchGroup?: string;
|
|
1677
1675
|
LaunchSpecification?: RequestSpotLaunchSpecification;
|
|
1678
1676
|
SpotPrice?: string;
|
|
1679
|
-
Type?: SpotInstanceType
|
|
1677
|
+
Type?: SpotInstanceType;
|
|
1680
1678
|
ValidFrom?: Date;
|
|
1681
1679
|
ValidUntil?: Date;
|
|
1682
1680
|
TagSpecifications?: TagSpecification[];
|
|
1683
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior
|
|
1681
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
|
|
1684
1682
|
}
|
|
1685
1683
|
export interface RequestSpotInstancesResult {
|
|
1686
1684
|
SpotInstanceRequests?: SpotInstanceRequest[];
|
|
1687
1685
|
}
|
|
1688
1686
|
export interface ResetAddressAttributeRequest {
|
|
1689
1687
|
AllocationId: string | undefined;
|
|
1690
|
-
Attribute: AddressAttributeName |
|
|
1688
|
+
Attribute: AddressAttributeName | undefined;
|
|
1691
1689
|
DryRun?: boolean;
|
|
1692
1690
|
}
|
|
1693
1691
|
export interface ResetAddressAttributeResult {
|
|
@@ -1707,7 +1705,7 @@ export type ResetFpgaImageAttributeName =
|
|
|
1707
1705
|
export interface ResetFpgaImageAttributeRequest {
|
|
1708
1706
|
DryRun?: boolean;
|
|
1709
1707
|
FpgaImageId: string | undefined;
|
|
1710
|
-
Attribute?: ResetFpgaImageAttributeName
|
|
1708
|
+
Attribute?: ResetFpgaImageAttributeName;
|
|
1711
1709
|
}
|
|
1712
1710
|
export interface ResetFpgaImageAttributeResult {
|
|
1713
1711
|
Return?: boolean;
|
|
@@ -1718,12 +1716,12 @@ export declare const ResetImageAttributeName: {
|
|
|
1718
1716
|
export type ResetImageAttributeName =
|
|
1719
1717
|
(typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
|
|
1720
1718
|
export interface ResetImageAttributeRequest {
|
|
1721
|
-
Attribute: ResetImageAttributeName |
|
|
1719
|
+
Attribute: ResetImageAttributeName | undefined;
|
|
1722
1720
|
ImageId: string | undefined;
|
|
1723
1721
|
DryRun?: boolean;
|
|
1724
1722
|
}
|
|
1725
1723
|
export interface ResetInstanceAttributeRequest {
|
|
1726
|
-
Attribute: InstanceAttributeName |
|
|
1724
|
+
Attribute: InstanceAttributeName | undefined;
|
|
1727
1725
|
DryRun?: boolean;
|
|
1728
1726
|
InstanceId: string | undefined;
|
|
1729
1727
|
}
|
|
@@ -1733,7 +1731,7 @@ export interface ResetNetworkInterfaceAttributeRequest {
|
|
|
1733
1731
|
SourceDestCheck?: string;
|
|
1734
1732
|
}
|
|
1735
1733
|
export interface ResetSnapshotAttributeRequest {
|
|
1736
|
-
Attribute: SnapshotAttributeName |
|
|
1734
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
1737
1735
|
SnapshotId: string | undefined;
|
|
1738
1736
|
DryRun?: boolean;
|
|
1739
1737
|
}
|
|
@@ -1743,7 +1741,7 @@ export interface RestoreAddressToClassicRequest {
|
|
|
1743
1741
|
}
|
|
1744
1742
|
export interface RestoreAddressToClassicResult {
|
|
1745
1743
|
PublicIp?: string;
|
|
1746
|
-
Status?: Status
|
|
1744
|
+
Status?: Status;
|
|
1747
1745
|
}
|
|
1748
1746
|
export interface RestoreImageFromRecycleBinRequest {
|
|
1749
1747
|
ImageId: string | undefined;
|
|
@@ -1773,10 +1771,10 @@ export interface RestoreSnapshotFromRecycleBinResult {
|
|
|
1773
1771
|
OwnerId?: string;
|
|
1774
1772
|
Progress?: string;
|
|
1775
1773
|
StartTime?: Date;
|
|
1776
|
-
State?: SnapshotState
|
|
1774
|
+
State?: SnapshotState;
|
|
1777
1775
|
VolumeId?: string;
|
|
1778
1776
|
VolumeSize?: number;
|
|
1779
|
-
SseType?: SSEType
|
|
1777
|
+
SseType?: SSEType;
|
|
1780
1778
|
}
|
|
1781
1779
|
export interface RestoreSnapshotTierRequest {
|
|
1782
1780
|
SnapshotId: string | undefined;
|
|
@@ -1836,7 +1834,7 @@ export interface RevokeSecurityGroupIngressResult {
|
|
|
1836
1834
|
export interface CpuOptionsRequest {
|
|
1837
1835
|
CoreCount?: number;
|
|
1838
1836
|
ThreadsPerCore?: number;
|
|
1839
|
-
AmdSevSnp?: AmdSevSnpSpecification
|
|
1837
|
+
AmdSevSnp?: AmdSevSnpSpecification;
|
|
1840
1838
|
}
|
|
1841
1839
|
export interface ElasticInferenceAccelerator {
|
|
1842
1840
|
Type: string | undefined;
|
|
@@ -48,13 +48,13 @@ export interface HibernationOptionsRequest {
|
|
|
48
48
|
}
|
|
49
49
|
export interface SpotMarketOptions {
|
|
50
50
|
MaxPrice?: string;
|
|
51
|
-
SpotInstanceType?: SpotInstanceType
|
|
51
|
+
SpotInstanceType?: SpotInstanceType;
|
|
52
52
|
BlockDurationMinutes?: number;
|
|
53
53
|
ValidUntil?: Date;
|
|
54
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior
|
|
54
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
|
|
55
55
|
}
|
|
56
56
|
export interface InstanceMarketOptionsRequest {
|
|
57
|
-
MarketType?: MarketType
|
|
57
|
+
MarketType?: MarketType;
|
|
58
58
|
SpotOptions?: SpotMarketOptions;
|
|
59
59
|
}
|
|
60
60
|
export interface LaunchTemplateSpecification {
|
|
@@ -66,24 +66,24 @@ export interface LicenseConfigurationRequest {
|
|
|
66
66
|
LicenseConfigurationArn?: string;
|
|
67
67
|
}
|
|
68
68
|
export interface InstanceMaintenanceOptionsRequest {
|
|
69
|
-
AutoRecovery?: InstanceAutoRecoveryState
|
|
69
|
+
AutoRecovery?: InstanceAutoRecoveryState;
|
|
70
70
|
}
|
|
71
71
|
export interface InstanceMetadataOptionsRequest {
|
|
72
|
-
HttpTokens?: HttpTokensState
|
|
72
|
+
HttpTokens?: HttpTokensState;
|
|
73
73
|
HttpPutResponseHopLimit?: number;
|
|
74
|
-
HttpEndpoint?: InstanceMetadataEndpointState
|
|
75
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState
|
|
76
|
-
InstanceMetadataTags?: InstanceMetadataTagsState
|
|
74
|
+
HttpEndpoint?: InstanceMetadataEndpointState;
|
|
75
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState;
|
|
76
|
+
InstanceMetadataTags?: InstanceMetadataTagsState;
|
|
77
77
|
}
|
|
78
78
|
export interface PrivateDnsNameOptionsRequest {
|
|
79
|
-
HostnameType?: HostnameType
|
|
79
|
+
HostnameType?: HostnameType;
|
|
80
80
|
EnableResourceNameDnsARecord?: boolean;
|
|
81
81
|
EnableResourceNameDnsAAAARecord?: boolean;
|
|
82
82
|
}
|
|
83
83
|
export interface RunInstancesRequest {
|
|
84
84
|
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
85
85
|
ImageId?: string;
|
|
86
|
-
InstanceType?: _InstanceType
|
|
86
|
+
InstanceType?: _InstanceType;
|
|
87
87
|
Ipv6AddressCount?: number;
|
|
88
88
|
Ipv6Addresses?: InstanceIpv6Address[];
|
|
89
89
|
KernelId?: string;
|
|
@@ -103,7 +103,7 @@ export interface RunInstancesRequest {
|
|
|
103
103
|
DryRun?: boolean;
|
|
104
104
|
EbsOptimized?: boolean;
|
|
105
105
|
IamInstanceProfile?: IamInstanceProfileSpecification;
|
|
106
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior
|
|
106
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
|
|
107
107
|
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
|
|
108
108
|
PrivateIpAddress?: string;
|
|
109
109
|
ElasticGpuSpecification?: ElasticGpuSpecification[];
|
|
@@ -224,13 +224,13 @@ export interface TransitGatewayMulticastGroup {
|
|
|
224
224
|
TransitGatewayAttachmentId?: string;
|
|
225
225
|
SubnetId?: string;
|
|
226
226
|
ResourceId?: string;
|
|
227
|
-
ResourceType?: TransitGatewayAttachmentResourceType
|
|
227
|
+
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
228
228
|
ResourceOwnerId?: string;
|
|
229
229
|
NetworkInterfaceId?: string;
|
|
230
230
|
GroupMember?: boolean;
|
|
231
231
|
GroupSource?: boolean;
|
|
232
|
-
MemberType?: MembershipType
|
|
233
|
-
SourceType?: MembershipType
|
|
232
|
+
MemberType?: MembershipType;
|
|
233
|
+
SourceType?: MembershipType;
|
|
234
234
|
}
|
|
235
235
|
export interface SearchTransitGatewayMulticastGroupsResult {
|
|
236
236
|
MulticastGroups?: TransitGatewayMulticastGroup[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.430.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,29 +21,29 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.430.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.430.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
29
|
+
"@aws-sdk/middleware-sdk-ec2": "3.430.0",
|
|
30
30
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
31
31
|
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.430.0",
|
|
33
33
|
"@aws-sdk/types": "3.428.0",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.428.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.0.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.430.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.0.15",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.2.3",
|
|
39
39
|
"@smithy/hash-node": "^2.0.11",
|
|
40
40
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
41
41
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.1.2",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.17",
|
|
44
44
|
"@smithy/middleware-serde": "^2.0.11",
|
|
45
45
|
"@smithy/middleware-stack": "^2.0.5",
|
|
46
|
-
"@smithy/node-config-provider": "^2.1.
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.2",
|
|
47
47
|
"@smithy/node-http-handler": "^2.1.7",
|
|
48
48
|
"@smithy/protocol-http": "^3.0.7",
|
|
49
49
|
"@smithy/smithy-client": "^2.1.11",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
55
|
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
|
57
57
|
"@smithy/util-retry": "^2.0.4",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
59
|
"@smithy/util-waiter": "^2.0.11",
|