@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
|
@@ -23,12 +23,12 @@ export interface TransitGatewayRouteTablePropagation {
|
|
|
23
23
|
* @public
|
|
24
24
|
* <p>The type of resource. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
|
|
25
25
|
*/
|
|
26
|
-
ResourceType?: TransitGatewayAttachmentResourceType
|
|
26
|
+
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
29
|
* <p>The state of the resource.</p>
|
|
30
30
|
*/
|
|
31
|
-
State?: TransitGatewayPropagationState
|
|
31
|
+
State?: TransitGatewayPropagationState;
|
|
32
32
|
/**
|
|
33
33
|
* @public
|
|
34
34
|
* <p>The ID of the transit gateway route table announcement.</p>
|
|
@@ -567,7 +567,7 @@ export interface ImportImageRequest {
|
|
|
567
567
|
* the <i>VM Import/Export User Guide</i>.</p>
|
|
568
568
|
* </note>
|
|
569
569
|
*/
|
|
570
|
-
BootMode?: BootModeValues
|
|
570
|
+
BootMode?: BootModeValues;
|
|
571
571
|
}
|
|
572
572
|
/**
|
|
573
573
|
* @public
|
|
@@ -668,7 +668,7 @@ export interface DiskImageDetail {
|
|
|
668
668
|
* @public
|
|
669
669
|
* <p>The disk image format.</p>
|
|
670
670
|
*/
|
|
671
|
-
Format: DiskImageFormat |
|
|
671
|
+
Format: DiskImageFormat | undefined;
|
|
672
672
|
/**
|
|
673
673
|
* @public
|
|
674
674
|
* <p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.
|
|
@@ -737,7 +737,7 @@ export interface ImportInstanceLaunchSpecification {
|
|
|
737
737
|
* @public
|
|
738
738
|
* <p>The architecture of the instance.</p>
|
|
739
739
|
*/
|
|
740
|
-
Architecture?: ArchitectureValues
|
|
740
|
+
Architecture?: ArchitectureValues;
|
|
741
741
|
/**
|
|
742
742
|
* @public
|
|
743
743
|
* <p>The security group IDs.</p>
|
|
@@ -753,13 +753,13 @@ export interface ImportInstanceLaunchSpecification {
|
|
|
753
753
|
* <p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
|
|
754
754
|
* operating system command for system shutdown).</p>
|
|
755
755
|
*/
|
|
756
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior
|
|
756
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
|
|
757
757
|
/**
|
|
758
758
|
* @public
|
|
759
759
|
* <p>The instance type. For more information about the instance types that you can import, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-instance-types">Instance Types</a> in the
|
|
760
760
|
* VM Import/Export User Guide.</p>
|
|
761
761
|
*/
|
|
762
|
-
InstanceType?: _InstanceType
|
|
762
|
+
InstanceType?: _InstanceType;
|
|
763
763
|
/**
|
|
764
764
|
* @public
|
|
765
765
|
* <p>Indicates whether monitoring is enabled.</p>
|
|
@@ -816,7 +816,7 @@ export interface ImportInstanceRequest {
|
|
|
816
816
|
* @public
|
|
817
817
|
* <p>The instance operating system.</p>
|
|
818
818
|
*/
|
|
819
|
-
Platform: PlatformValues |
|
|
819
|
+
Platform: PlatformValues | undefined;
|
|
820
820
|
}
|
|
821
821
|
/**
|
|
822
822
|
* @public
|
|
@@ -1273,7 +1273,7 @@ export interface ModifyAvailabilityZoneGroupRequest {
|
|
|
1273
1273
|
* <p>Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The
|
|
1274
1274
|
* only valid value is <code>opted-in</code>. You must contact <a href="https://console.aws.amazon.com/support/home#/case/create%3FissueType=customer-service%26serviceCode=general-info%26getting-started%26categoryCode=using-aws%26services">Amazon Web Services Support</a> to opt out of a Local Zone or Wavelength Zone group.</p>
|
|
1275
1275
|
*/
|
|
1276
|
-
OptInStatus: ModifyAvailabilityZoneOptInStatus |
|
|
1276
|
+
OptInStatus: ModifyAvailabilityZoneOptInStatus | undefined;
|
|
1277
1277
|
/**
|
|
1278
1278
|
* @public
|
|
1279
1279
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -1338,7 +1338,7 @@ export interface ModifyCapacityReservationRequest {
|
|
|
1338
1338
|
* </li>
|
|
1339
1339
|
* </ul>
|
|
1340
1340
|
*/
|
|
1341
|
-
EndDateType?: EndDateType
|
|
1341
|
+
EndDateType?: EndDateType;
|
|
1342
1342
|
/**
|
|
1343
1343
|
* @public
|
|
1344
1344
|
* <p>Reserved. Capacity Reservations you have created are accepted by default.</p>
|
|
@@ -1521,7 +1521,7 @@ export interface ModifyClientVpnEndpointRequest {
|
|
|
1521
1521
|
* @public
|
|
1522
1522
|
* <p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>
|
|
1523
1523
|
*/
|
|
1524
|
-
SelfServicePortal?: SelfServicePortal
|
|
1524
|
+
SelfServicePortal?: SelfServicePortal;
|
|
1525
1525
|
/**
|
|
1526
1526
|
* @public
|
|
1527
1527
|
* <p>The options for managing connection authorization for new client connections.</p>
|
|
@@ -1568,7 +1568,7 @@ export interface ModifyDefaultCreditSpecificationRequest {
|
|
|
1568
1568
|
* @public
|
|
1569
1569
|
* <p>The instance family.</p>
|
|
1570
1570
|
*/
|
|
1571
|
-
InstanceFamily: UnlimitedSupportedInstanceFamily |
|
|
1571
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
1572
1572
|
/**
|
|
1573
1573
|
* @public
|
|
1574
1574
|
* <p>The credit option for CPU usage of the instance family.</p>
|
|
@@ -1651,7 +1651,7 @@ export interface ModifyFleetRequest {
|
|
|
1651
1651
|
* the EC2 Fleet is decreased below the current size of the EC2 Fleet.</p>
|
|
1652
1652
|
* <p>Supported only for fleets of type <code>maintain</code>.</p>
|
|
1653
1653
|
*/
|
|
1654
|
-
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy
|
|
1654
|
+
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy;
|
|
1655
1655
|
/**
|
|
1656
1656
|
* @public
|
|
1657
1657
|
* <p>The launch template and overrides.</p>
|
|
@@ -1693,7 +1693,7 @@ export interface LoadPermissionRequest {
|
|
|
1693
1693
|
* @public
|
|
1694
1694
|
* <p>The name of the group.</p>
|
|
1695
1695
|
*/
|
|
1696
|
-
Group?: PermissionGroup
|
|
1696
|
+
Group?: PermissionGroup;
|
|
1697
1697
|
/**
|
|
1698
1698
|
* @public
|
|
1699
1699
|
* <p>The Amazon Web Services account ID.</p>
|
|
@@ -1748,12 +1748,12 @@ export interface ModifyFpgaImageAttributeRequest {
|
|
|
1748
1748
|
* @public
|
|
1749
1749
|
* <p>The name of the attribute.</p>
|
|
1750
1750
|
*/
|
|
1751
|
-
Attribute?: FpgaImageAttributeName
|
|
1751
|
+
Attribute?: FpgaImageAttributeName;
|
|
1752
1752
|
/**
|
|
1753
1753
|
* @public
|
|
1754
1754
|
* <p>The operation type.</p>
|
|
1755
1755
|
*/
|
|
1756
|
-
OperationType?: OperationType
|
|
1756
|
+
OperationType?: OperationType;
|
|
1757
1757
|
/**
|
|
1758
1758
|
* @public
|
|
1759
1759
|
* <p>The Amazon Web Services account IDs. This parameter is valid only when modifying the <code>loadPermission</code> attribute.</p>
|
|
@@ -1804,7 +1804,7 @@ export interface ModifyHostsRequest {
|
|
|
1804
1804
|
* @public
|
|
1805
1805
|
* <p>Specify whether to enable or disable auto-placement.</p>
|
|
1806
1806
|
*/
|
|
1807
|
-
AutoPlacement?: AutoPlacement
|
|
1807
|
+
AutoPlacement?: AutoPlacement;
|
|
1808
1808
|
/**
|
|
1809
1809
|
* @public
|
|
1810
1810
|
* <p>The IDs of the Dedicated Hosts to modify.</p>
|
|
@@ -1816,7 +1816,7 @@ export interface ModifyHostsRequest {
|
|
|
1816
1816
|
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html"> Host recovery</a>
|
|
1817
1817
|
* in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1818
1818
|
*/
|
|
1819
|
-
HostRecovery?: HostRecovery
|
|
1819
|
+
HostRecovery?: HostRecovery;
|
|
1820
1820
|
/**
|
|
1821
1821
|
* @public
|
|
1822
1822
|
* <p>Specifies the instance type to be supported by the Dedicated Host. Specify this
|
|
@@ -1842,7 +1842,7 @@ export interface ModifyHostsRequest {
|
|
|
1842
1842
|
* more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html"> Host
|
|
1843
1843
|
* maintenance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1844
1844
|
*/
|
|
1845
|
-
HostMaintenance?: HostMaintenance
|
|
1845
|
+
HostMaintenance?: HostMaintenance;
|
|
1846
1846
|
}
|
|
1847
1847
|
/**
|
|
1848
1848
|
* @public
|
|
@@ -1967,7 +1967,7 @@ export interface ModifyImageAttributeRequest {
|
|
|
1967
1967
|
* <p>The operation type.
|
|
1968
1968
|
* This parameter can be used only when the <code>Attribute</code> parameter is <code>launchPermission</code>.</p>
|
|
1969
1969
|
*/
|
|
1970
|
-
OperationType?: OperationType
|
|
1970
|
+
OperationType?: OperationType;
|
|
1971
1971
|
/**
|
|
1972
1972
|
* @public
|
|
1973
1973
|
* <p>Not supported.</p>
|
|
@@ -2101,7 +2101,7 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
2101
2101
|
* </p>
|
|
2102
2102
|
* </important>
|
|
2103
2103
|
*/
|
|
2104
|
-
Attribute?: InstanceAttributeName
|
|
2104
|
+
Attribute?: InstanceAttributeName;
|
|
2105
2105
|
/**
|
|
2106
2106
|
* @public
|
|
2107
2107
|
* <p>Modifies the <code>DeleteOnTermination</code> attribute for volumes that are currently
|
|
@@ -2240,7 +2240,7 @@ export interface CapacityReservationSpecification {
|
|
|
2240
2240
|
* </li>
|
|
2241
2241
|
* </ul>
|
|
2242
2242
|
*/
|
|
2243
|
-
CapacityReservationPreference?: CapacityReservationPreference
|
|
2243
|
+
CapacityReservationPreference?: CapacityReservationPreference;
|
|
2244
2244
|
/**
|
|
2245
2245
|
* @public
|
|
2246
2246
|
* <p>Information about the target Capacity Reservation or Capacity Reservation group.</p>
|
|
@@ -2357,7 +2357,7 @@ export interface UnsuccessfulInstanceCreditSpecificationItemError {
|
|
|
2357
2357
|
* @public
|
|
2358
2358
|
* <p>The error code.</p>
|
|
2359
2359
|
*/
|
|
2360
|
-
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode
|
|
2360
|
+
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode;
|
|
2361
2361
|
/**
|
|
2362
2362
|
* @public
|
|
2363
2363
|
* <p>The applicable error message.</p>
|
|
@@ -2520,7 +2520,7 @@ export interface ModifyInstanceMaintenanceOptionsRequest {
|
|
|
2520
2520
|
* <p>Disables the automatic recovery behavior of your instance or sets it to
|
|
2521
2521
|
* default.</p>
|
|
2522
2522
|
*/
|
|
2523
|
-
AutoRecovery?: InstanceAutoRecoveryState
|
|
2523
|
+
AutoRecovery?: InstanceAutoRecoveryState;
|
|
2524
2524
|
/**
|
|
2525
2525
|
* @public
|
|
2526
2526
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
@@ -2544,7 +2544,7 @@ export interface ModifyInstanceMaintenanceOptionsResult {
|
|
|
2544
2544
|
* <p>Provides information on the current automatic recovery behavior of your
|
|
2545
2545
|
* instance.</p>
|
|
2546
2546
|
*/
|
|
2547
|
-
AutoRecovery?: InstanceAutoRecoveryState
|
|
2547
|
+
AutoRecovery?: InstanceAutoRecoveryState;
|
|
2548
2548
|
}
|
|
2549
2549
|
/**
|
|
2550
2550
|
* @public
|
|
@@ -2579,7 +2579,7 @@ export interface ModifyInstanceMetadataOptionsRequest {
|
|
|
2579
2579
|
* <p>Default: <code>optional</code>
|
|
2580
2580
|
* </p>
|
|
2581
2581
|
*/
|
|
2582
|
-
HttpTokens?: HttpTokensState
|
|
2582
|
+
HttpTokens?: HttpTokensState;
|
|
2583
2583
|
/**
|
|
2584
2584
|
* @public
|
|
2585
2585
|
* <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
|
|
@@ -2595,7 +2595,7 @@ export interface ModifyInstanceMetadataOptionsRequest {
|
|
|
2595
2595
|
* <p>If you specify a value of <code>disabled</code>, you cannot access your instance
|
|
2596
2596
|
* metadata.</p>
|
|
2597
2597
|
*/
|
|
2598
|
-
HttpEndpoint?: InstanceMetadataEndpointState
|
|
2598
|
+
HttpEndpoint?: InstanceMetadataEndpointState;
|
|
2599
2599
|
/**
|
|
2600
2600
|
* @public
|
|
2601
2601
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
@@ -2609,7 +2609,7 @@ export interface ModifyInstanceMetadataOptionsRequest {
|
|
|
2609
2609
|
* <p>Enables or disables the IPv6 endpoint for the instance metadata service.
|
|
2610
2610
|
* Applies only if you enabled the HTTP metadata endpoint.</p>
|
|
2611
2611
|
*/
|
|
2612
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState
|
|
2612
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState;
|
|
2613
2613
|
/**
|
|
2614
2614
|
* @public
|
|
2615
2615
|
* <p>Set to <code>enabled</code> to allow access to instance tags from the instance
|
|
@@ -2619,7 +2619,7 @@ export interface ModifyInstanceMetadataOptionsRequest {
|
|
|
2619
2619
|
* <p>Default: <code>disabled</code>
|
|
2620
2620
|
* </p>
|
|
2621
2621
|
*/
|
|
2622
|
-
InstanceMetadataTags?: InstanceMetadataTagsState
|
|
2622
|
+
InstanceMetadataTags?: InstanceMetadataTagsState;
|
|
2623
2623
|
}
|
|
2624
2624
|
/**
|
|
2625
2625
|
* @public
|
|
@@ -2656,7 +2656,7 @@ export interface ModifyInstancePlacementRequest {
|
|
|
2656
2656
|
* @public
|
|
2657
2657
|
* <p>The affinity setting for the instance.</p>
|
|
2658
2658
|
*/
|
|
2659
|
-
Affinity?: Affinity
|
|
2659
|
+
Affinity?: Affinity;
|
|
2660
2660
|
/**
|
|
2661
2661
|
* @public
|
|
2662
2662
|
* <p>The name of the placement group in which to place the instance. For spread placement
|
|
@@ -2687,7 +2687,7 @@ export interface ModifyInstancePlacementRequest {
|
|
|
2687
2687
|
* <code>InvalidRequest</code> error code.</p>
|
|
2688
2688
|
* </note>
|
|
2689
2689
|
*/
|
|
2690
|
-
Tenancy?: HostTenancy
|
|
2690
|
+
Tenancy?: HostTenancy;
|
|
2691
2691
|
/**
|
|
2692
2692
|
* @public
|
|
2693
2693
|
* <p>The number of the partition in which to place the instance. Valid only if the
|
|
@@ -3253,7 +3253,7 @@ export interface ModifyPrivateDnsNameOptionsRequest {
|
|
|
3253
3253
|
* must be based on the instance ID. For dual-stack subnets, you can specify whether DNS
|
|
3254
3254
|
* names use the instance IPv4 address or the instance ID.</p>
|
|
3255
3255
|
*/
|
|
3256
|
-
PrivateDnsHostnameType?: HostnameType
|
|
3256
|
+
PrivateDnsHostnameType?: HostnameType;
|
|
3257
3257
|
/**
|
|
3258
3258
|
* @public
|
|
3259
3259
|
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
|
|
@@ -3453,7 +3453,7 @@ export interface ModifySnapshotAttributeRequest {
|
|
|
3453
3453
|
* @public
|
|
3454
3454
|
* <p>The snapshot attribute to modify. Only volume creation permissions can be modified.</p>
|
|
3455
3455
|
*/
|
|
3456
|
-
Attribute?: SnapshotAttributeName
|
|
3456
|
+
Attribute?: SnapshotAttributeName;
|
|
3457
3457
|
/**
|
|
3458
3458
|
* @public
|
|
3459
3459
|
* <p>A JSON representation of the snapshot attribute modification.</p>
|
|
@@ -3468,7 +3468,7 @@ export interface ModifySnapshotAttributeRequest {
|
|
|
3468
3468
|
* @public
|
|
3469
3469
|
* <p>The type of operation to perform to the attribute.</p>
|
|
3470
3470
|
*/
|
|
3471
|
-
OperationType?: OperationType
|
|
3471
|
+
OperationType?: OperationType;
|
|
3472
3472
|
/**
|
|
3473
3473
|
* @public
|
|
3474
3474
|
* <p>The ID of the snapshot.</p>
|
|
@@ -3511,7 +3511,7 @@ export interface ModifySnapshotTierRequest {
|
|
|
3511
3511
|
* @public
|
|
3512
3512
|
* <p>The name of the storage tier. You must specify <code>archive</code>.</p>
|
|
3513
3513
|
*/
|
|
3514
|
-
StorageTier?: TargetStorageTier
|
|
3514
|
+
StorageTier?: TargetStorageTier;
|
|
3515
3515
|
/**
|
|
3516
3516
|
* @public
|
|
3517
3517
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3546,7 +3546,7 @@ export interface ModifySpotFleetRequestRequest {
|
|
|
3546
3546
|
* of the Spot Fleet request is decreased below the current size of the Spot Fleet.</p>
|
|
3547
3547
|
* <p>Supported only for fleets of type <code>maintain</code>.</p>
|
|
3548
3548
|
*/
|
|
3549
|
-
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy
|
|
3549
|
+
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
|
|
3550
3550
|
/**
|
|
3551
3551
|
* @public
|
|
3552
3552
|
* <p>The launch template and overrides. You can only use this parameter if you specified a
|
|
@@ -3639,7 +3639,7 @@ export interface ModifySubnetAttributeRequest {
|
|
|
3639
3639
|
* instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance
|
|
3640
3640
|
* DNS name must be based on the instance ID (resource-name).</p>
|
|
3641
3641
|
*/
|
|
3642
|
-
PrivateDnsHostnameTypeOnLaunch?: HostnameType
|
|
3642
|
+
PrivateDnsHostnameTypeOnLaunch?: HostnameType;
|
|
3643
3643
|
/**
|
|
3644
3644
|
* @public
|
|
3645
3645
|
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</p>
|
|
@@ -3682,12 +3682,12 @@ export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
|
3682
3682
|
* @public
|
|
3683
3683
|
* <p>The network service, for example Amazon DNS, that you want to mirror.</p>
|
|
3684
3684
|
*/
|
|
3685
|
-
AddNetworkServices?:
|
|
3685
|
+
AddNetworkServices?: TrafficMirrorNetworkService[];
|
|
3686
3686
|
/**
|
|
3687
3687
|
* @public
|
|
3688
3688
|
* <p>The network service, for example Amazon DNS, that you no longer want to mirror.</p>
|
|
3689
3689
|
*/
|
|
3690
|
-
RemoveNetworkServices?:
|
|
3690
|
+
RemoveNetworkServices?: TrafficMirrorNetworkService[];
|
|
3691
3691
|
/**
|
|
3692
3692
|
* @public
|
|
3693
3693
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3733,7 +3733,7 @@ export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
|
3733
3733
|
* @public
|
|
3734
3734
|
* <p>The type of traffic to assign to the rule.</p>
|
|
3735
3735
|
*/
|
|
3736
|
-
TrafficDirection?: TrafficDirection
|
|
3736
|
+
TrafficDirection?: TrafficDirection;
|
|
3737
3737
|
/**
|
|
3738
3738
|
* @public
|
|
3739
3739
|
* <p>The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given
|
|
@@ -3744,7 +3744,7 @@ export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
|
3744
3744
|
* @public
|
|
3745
3745
|
* <p>The action to assign to the rule.</p>
|
|
3746
3746
|
*/
|
|
3747
|
-
RuleAction?: TrafficMirrorRuleAction
|
|
3747
|
+
RuleAction?: TrafficMirrorRuleAction;
|
|
3748
3748
|
/**
|
|
3749
3749
|
* @public
|
|
3750
3750
|
* <p>The destination ports that are associated with the Traffic Mirror rule.</p>
|
|
@@ -3780,7 +3780,7 @@ export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
|
3780
3780
|
* <p>The properties that you want to remove from the Traffic Mirror filter rule.</p>
|
|
3781
3781
|
* <p>When you remove a property from a Traffic Mirror filter rule, the property is set to the default.</p>
|
|
3782
3782
|
*/
|
|
3783
|
-
RemoveFields?:
|
|
3783
|
+
RemoveFields?: TrafficMirrorFilterRuleField[];
|
|
3784
3784
|
/**
|
|
3785
3785
|
* @public
|
|
3786
3786
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3858,7 +3858,7 @@ export interface ModifyTrafficMirrorSessionRequest {
|
|
|
3858
3858
|
* <p>The properties that you want to remove from the Traffic Mirror session.</p>
|
|
3859
3859
|
* <p>When you remove a property from a Traffic Mirror session, the property is set to the default.</p>
|
|
3860
3860
|
*/
|
|
3861
|
-
RemoveFields?:
|
|
3861
|
+
RemoveFields?: TrafficMirrorSessionField[];
|
|
3862
3862
|
/**
|
|
3863
3863
|
* @public
|
|
3864
3864
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3896,22 +3896,22 @@ export interface ModifyTransitGatewayOptions {
|
|
|
3896
3896
|
* @public
|
|
3897
3897
|
* <p>Enable or disable Equal Cost Multipath Protocol support.</p>
|
|
3898
3898
|
*/
|
|
3899
|
-
VpnEcmpSupport?: VpnEcmpSupportValue
|
|
3899
|
+
VpnEcmpSupport?: VpnEcmpSupportValue;
|
|
3900
3900
|
/**
|
|
3901
3901
|
* @public
|
|
3902
3902
|
* <p>Enable or disable DNS support.</p>
|
|
3903
3903
|
*/
|
|
3904
|
-
DnsSupport?: DnsSupportValue
|
|
3904
|
+
DnsSupport?: DnsSupportValue;
|
|
3905
3905
|
/**
|
|
3906
3906
|
* @public
|
|
3907
3907
|
* <p>Enable or disable automatic acceptance of attachment requests.</p>
|
|
3908
3908
|
*/
|
|
3909
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue
|
|
3909
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue;
|
|
3910
3910
|
/**
|
|
3911
3911
|
* @public
|
|
3912
3912
|
* <p>Enable or disable automatic association with the default association route table.</p>
|
|
3913
3913
|
*/
|
|
3914
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue
|
|
3914
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue;
|
|
3915
3915
|
/**
|
|
3916
3916
|
* @public
|
|
3917
3917
|
* <p>The ID of the default association route table.</p>
|
|
@@ -3921,7 +3921,7 @@ export interface ModifyTransitGatewayOptions {
|
|
|
3921
3921
|
* @public
|
|
3922
3922
|
* <p>Enable or disable automatic propagation of routes to the default propagation route table.</p>
|
|
3923
3923
|
*/
|
|
3924
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue
|
|
3924
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue;
|
|
3925
3925
|
/**
|
|
3926
3926
|
* @public
|
|
3927
3927
|
* <p>The ID of the default propagation route table.</p>
|
|
@@ -4023,17 +4023,17 @@ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
|
4023
4023
|
* @public
|
|
4024
4024
|
* <p>Enable or disable DNS support. The default is <code>enable</code>.</p>
|
|
4025
4025
|
*/
|
|
4026
|
-
DnsSupport?: DnsSupportValue
|
|
4026
|
+
DnsSupport?: DnsSupportValue;
|
|
4027
4027
|
/**
|
|
4028
4028
|
* @public
|
|
4029
4029
|
* <p>Enable or disable IPv6 support. The default is <code>enable</code>.</p>
|
|
4030
4030
|
*/
|
|
4031
|
-
Ipv6Support?: Ipv6SupportValue
|
|
4031
|
+
Ipv6Support?: Ipv6SupportValue;
|
|
4032
4032
|
/**
|
|
4033
4033
|
* @public
|
|
4034
4034
|
* <p>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <code>disable</code>.</p>
|
|
4035
4035
|
*/
|
|
4036
|
-
ApplianceModeSupport?: ApplianceModeSupportValue
|
|
4036
|
+
ApplianceModeSupport?: ApplianceModeSupportValue;
|
|
4037
4037
|
}
|
|
4038
4038
|
/**
|
|
4039
4039
|
* @public
|
|
@@ -4092,7 +4092,7 @@ export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
|
4092
4092
|
* @public
|
|
4093
4093
|
* <p>The IP protocol.</p>
|
|
4094
4094
|
*/
|
|
4095
|
-
Protocol?: VerifiedAccessEndpointProtocol
|
|
4095
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
4096
4096
|
/**
|
|
4097
4097
|
* @public
|
|
4098
4098
|
* <p>The IP port number.</p>
|
|
@@ -4109,7 +4109,7 @@ export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
|
4109
4109
|
* @public
|
|
4110
4110
|
* <p>The IP protocol.</p>
|
|
4111
4111
|
*/
|
|
4112
|
-
Protocol?: VerifiedAccessEndpointProtocol
|
|
4112
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
4113
4113
|
/**
|
|
4114
4114
|
* @public
|
|
4115
4115
|
* <p>The IP port number.</p>
|
|
@@ -4646,7 +4646,7 @@ export interface ModifyVolumeRequest {
|
|
|
4646
4646
|
* <p>The target EBS volume type of the volume. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS volume types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
4647
4647
|
* <p>Default: The existing type is retained.</p>
|
|
4648
4648
|
*/
|
|
4649
|
-
VolumeType?: VolumeType
|
|
4649
|
+
VolumeType?: VolumeType;
|
|
4650
4650
|
/**
|
|
4651
4651
|
* @public
|
|
4652
4652
|
* <p>The target IOPS rate of the volume. This parameter is valid only for <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes.</p>
|
|
@@ -4815,7 +4815,7 @@ export interface ModifyVpcEndpointRequest {
|
|
|
4815
4815
|
* @public
|
|
4816
4816
|
* <p>The IP address type for the endpoint.</p>
|
|
4817
4817
|
*/
|
|
4818
|
-
IpAddressType?: IpAddressType
|
|
4818
|
+
IpAddressType?: IpAddressType;
|
|
4819
4819
|
/**
|
|
4820
4820
|
* @public
|
|
4821
4821
|
* <p>The DNS options for the endpoint.</p>
|
|
@@ -4978,7 +4978,7 @@ export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
|
4978
4978
|
* If you set the payer responsibility to the service owner, you cannot set it back to the
|
|
4979
4979
|
* endpoint owner.</p>
|
|
4980
4980
|
*/
|
|
4981
|
-
PayerResponsibility: PayerResponsibility |
|
|
4981
|
+
PayerResponsibility: PayerResponsibility | undefined;
|
|
4982
4982
|
}
|
|
4983
4983
|
/**
|
|
4984
4984
|
* @public
|
|
@@ -5145,7 +5145,7 @@ export interface ModifyVpcTenancyRequest {
|
|
|
5145
5145
|
* @public
|
|
5146
5146
|
* <p>The instance tenancy attribute for the VPC. </p>
|
|
5147
5147
|
*/
|
|
5148
|
-
InstanceTenancy: VpcTenancy |
|
|
5148
|
+
InstanceTenancy: VpcTenancy | undefined;
|
|
5149
5149
|
/**
|
|
5150
5150
|
* @public
|
|
5151
5151
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5642,7 +5642,7 @@ export interface MoveAddressToVpcResult {
|
|
|
5642
5642
|
* @public
|
|
5643
5643
|
* <p>The status of the move of the IP address.</p>
|
|
5644
5644
|
*/
|
|
5645
|
-
Status?: Status
|
|
5645
|
+
Status?: Status;
|
|
5646
5646
|
}
|
|
5647
5647
|
/**
|
|
5648
5648
|
* @public
|
|
@@ -5875,7 +5875,7 @@ export interface PurchaseHostReservationRequest {
|
|
|
5875
5875
|
* <code>totalHourlyPrice</code> amounts are specified. At this time, the only
|
|
5876
5876
|
* supported currency is <code>USD</code>.</p>
|
|
5877
5877
|
*/
|
|
5878
|
-
CurrencyCode?: CurrencyCodeValues
|
|
5878
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
5879
5879
|
/**
|
|
5880
5880
|
* @public
|
|
5881
5881
|
* <p>The IDs of the Dedicated Hosts with which the reservation will be associated.</p>
|
|
@@ -5917,7 +5917,7 @@ export interface PurchaseHostReservationResult {
|
|
|
5917
5917
|
* <code>totalHourlyPrice</code> amounts are specified. At this time, the only
|
|
5918
5918
|
* supported currency is <code>USD</code>.</p>
|
|
5919
5919
|
*/
|
|
5920
|
-
CurrencyCode?: CurrencyCodeValues
|
|
5920
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
5921
5921
|
/**
|
|
5922
5922
|
* @public
|
|
5923
5923
|
* <p>Describes the details of the purchase.</p>
|
|
@@ -5949,7 +5949,7 @@ export interface ReservedInstanceLimitPrice {
|
|
|
5949
5949
|
* <p>The currency in which the <code>limitPrice</code> amount is specified.
|
|
5950
5950
|
* At this time, the only supported currency is <code>USD</code>.</p>
|
|
5951
5951
|
*/
|
|
5952
|
-
CurrencyCode?: CurrencyCodeValues
|
|
5952
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
5953
5953
|
}
|
|
5954
5954
|
/**
|
|
5955
5955
|
* @public
|
|
@@ -6084,7 +6084,7 @@ export interface RegisterImageRequest {
|
|
|
6084
6084
|
* <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>.
|
|
6085
6085
|
* For instance store-backed AMIs, the architecture specified in the manifest file.</p>
|
|
6086
6086
|
*/
|
|
6087
|
-
Architecture?: ArchitectureValues
|
|
6087
|
+
Architecture?: ArchitectureValues;
|
|
6088
6088
|
/**
|
|
6089
6089
|
* @public
|
|
6090
6090
|
* <p>The block device mapping entries.</p>
|
|
@@ -6167,13 +6167,13 @@ export interface RegisterImageRequest {
|
|
|
6167
6167
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
|
|
6168
6168
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6169
6169
|
*/
|
|
6170
|
-
BootMode?: BootModeValues
|
|
6170
|
+
BootMode?: BootModeValues;
|
|
6171
6171
|
/**
|
|
6172
6172
|
* @public
|
|
6173
6173
|
* <p>Set to <code>v2.0</code> to enable Trusted Platform Module (TPM) support. For more
|
|
6174
6174
|
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6175
6175
|
*/
|
|
6176
|
-
TpmSupport?: TpmSupportValues
|
|
6176
|
+
TpmSupport?: TpmSupportValues;
|
|
6177
6177
|
/**
|
|
6178
6178
|
* @public
|
|
6179
6179
|
* <p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,
|
|
@@ -6195,7 +6195,7 @@ export interface RegisterImageRequest {
|
|
|
6195
6195
|
* <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support IMDSv2.</p>
|
|
6196
6196
|
* </note>
|
|
6197
6197
|
*/
|
|
6198
|
-
ImdsSupport?: ImdsSupportValues
|
|
6198
|
+
ImdsSupport?: ImdsSupportValues;
|
|
6199
6199
|
}
|
|
6200
6200
|
/**
|
|
6201
6201
|
* @public
|
|
@@ -6729,7 +6729,7 @@ export interface ReplaceNetworkAclEntryRequest {
|
|
|
6729
6729
|
* @public
|
|
6730
6730
|
* <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
|
|
6731
6731
|
*/
|
|
6732
|
-
RuleAction: RuleAction |
|
|
6732
|
+
RuleAction: RuleAction | undefined;
|
|
6733
6733
|
/**
|
|
6734
6734
|
* @public
|
|
6735
6735
|
* <p>The rule number of the entry to replace.</p>
|
|
@@ -7049,7 +7049,7 @@ export interface ReportInstanceStatusRequest {
|
|
|
7049
7049
|
* </li>
|
|
7050
7050
|
* </ul>
|
|
7051
7051
|
*/
|
|
7052
|
-
ReasonCodes:
|
|
7052
|
+
ReasonCodes: ReportInstanceReasonCodes[] | undefined;
|
|
7053
7053
|
/**
|
|
7054
7054
|
* @public
|
|
7055
7055
|
* <p>The time at which the reported instance health state began.</p>
|
|
@@ -7059,7 +7059,7 @@ export interface ReportInstanceStatusRequest {
|
|
|
7059
7059
|
* @public
|
|
7060
7060
|
* <p>The status of all instances listed.</p>
|
|
7061
7061
|
*/
|
|
7062
|
-
Status: ReportStatusType |
|
|
7062
|
+
Status: ReportStatusType | undefined;
|
|
7063
7063
|
}
|
|
7064
7064
|
/**
|
|
7065
7065
|
* @public
|
|
@@ -7139,7 +7139,7 @@ export interface RequestSpotLaunchSpecification {
|
|
|
7139
7139
|
* @public
|
|
7140
7140
|
* <p>The instance type. Only one instance type can be specified.</p>
|
|
7141
7141
|
*/
|
|
7142
|
-
InstanceType?: _InstanceType
|
|
7142
|
+
InstanceType?: _InstanceType;
|
|
7143
7143
|
/**
|
|
7144
7144
|
* @public
|
|
7145
7145
|
* <p>The ID of the kernel.</p>
|
|
@@ -7260,7 +7260,7 @@ export interface RequestSpotInstancesRequest {
|
|
|
7260
7260
|
* <p>Default: <code>one-time</code>
|
|
7261
7261
|
* </p>
|
|
7262
7262
|
*/
|
|
7263
|
-
Type?: SpotInstanceType
|
|
7263
|
+
Type?: SpotInstanceType;
|
|
7264
7264
|
/**
|
|
7265
7265
|
* @public
|
|
7266
7266
|
* <p>The start date of the request. If this is a one-time request, the request becomes
|
|
@@ -7302,7 +7302,7 @@ export interface RequestSpotInstancesRequest {
|
|
|
7302
7302
|
* @public
|
|
7303
7303
|
* <p>The behavior when a Spot Instance is interrupted. The default is <code>terminate</code>.</p>
|
|
7304
7304
|
*/
|
|
7305
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior
|
|
7305
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
|
|
7306
7306
|
}
|
|
7307
7307
|
/**
|
|
7308
7308
|
* @public
|
|
@@ -7328,7 +7328,7 @@ export interface ResetAddressAttributeRequest {
|
|
|
7328
7328
|
* @public
|
|
7329
7329
|
* <p>The attribute of the IP address.</p>
|
|
7330
7330
|
*/
|
|
7331
|
-
Attribute: AddressAttributeName |
|
|
7331
|
+
Attribute: AddressAttributeName | undefined;
|
|
7332
7332
|
/**
|
|
7333
7333
|
* @public
|
|
7334
7334
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -7400,7 +7400,7 @@ export interface ResetFpgaImageAttributeRequest {
|
|
|
7400
7400
|
* @public
|
|
7401
7401
|
* <p>The attribute.</p>
|
|
7402
7402
|
*/
|
|
7403
|
-
Attribute?: ResetFpgaImageAttributeName
|
|
7403
|
+
Attribute?: ResetFpgaImageAttributeName;
|
|
7404
7404
|
}
|
|
7405
7405
|
/**
|
|
7406
7406
|
* @public
|
|
@@ -7432,7 +7432,7 @@ export interface ResetImageAttributeRequest {
|
|
|
7432
7432
|
* @public
|
|
7433
7433
|
* <p>The attribute to reset (currently you can only reset the launch permission attribute).</p>
|
|
7434
7434
|
*/
|
|
7435
|
-
Attribute: ResetImageAttributeName |
|
|
7435
|
+
Attribute: ResetImageAttributeName | undefined;
|
|
7436
7436
|
/**
|
|
7437
7437
|
* @public
|
|
7438
7438
|
* <p>The ID of the AMI.</p>
|
|
@@ -7458,7 +7458,7 @@ export interface ResetInstanceAttributeRequest {
|
|
|
7458
7458
|
* <code>ramdisk</code> | <code>sourceDestCheck</code>.</p>
|
|
7459
7459
|
* </important>
|
|
7460
7460
|
*/
|
|
7461
|
-
Attribute: InstanceAttributeName |
|
|
7461
|
+
Attribute: InstanceAttributeName | undefined;
|
|
7462
7462
|
/**
|
|
7463
7463
|
* @public
|
|
7464
7464
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -7504,7 +7504,7 @@ export interface ResetSnapshotAttributeRequest {
|
|
|
7504
7504
|
* <p>The attribute to reset. Currently, only the attribute for permission to create volumes can
|
|
7505
7505
|
* be reset.</p>
|
|
7506
7506
|
*/
|
|
7507
|
-
Attribute: SnapshotAttributeName |
|
|
7507
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
7508
7508
|
/**
|
|
7509
7509
|
* @public
|
|
7510
7510
|
* <p>The ID of the snapshot.</p>
|
|
@@ -7548,7 +7548,7 @@ export interface RestoreAddressToClassicResult {
|
|
|
7548
7548
|
* @public
|
|
7549
7549
|
* <p>The move status for the IP address.</p>
|
|
7550
7550
|
*/
|
|
7551
|
-
Status?: Status
|
|
7551
|
+
Status?: Status;
|
|
7552
7552
|
}
|
|
7553
7553
|
/**
|
|
7554
7554
|
* @public
|
|
@@ -7675,7 +7675,7 @@ export interface RestoreSnapshotFromRecycleBinResult {
|
|
|
7675
7675
|
* @public
|
|
7676
7676
|
* <p>The state of the snapshot.</p>
|
|
7677
7677
|
*/
|
|
7678
|
-
State?: SnapshotState
|
|
7678
|
+
State?: SnapshotState;
|
|
7679
7679
|
/**
|
|
7680
7680
|
* @public
|
|
7681
7681
|
* <p>The ID of the volume that was used to create the snapshot.</p>
|
|
@@ -7690,7 +7690,7 @@ export interface RestoreSnapshotFromRecycleBinResult {
|
|
|
7690
7690
|
* @public
|
|
7691
7691
|
* <p>Reserved for future use.</p>
|
|
7692
7692
|
*/
|
|
7693
|
-
SseType?: SSEType
|
|
7693
|
+
SseType?: SSEType;
|
|
7694
7694
|
}
|
|
7695
7695
|
/**
|
|
7696
7696
|
* @public
|
|
@@ -7982,7 +7982,7 @@ export interface CpuOptionsRequest {
|
|
|
7982
7982
|
* with M6a, R6a, and C6a instance types only. For more information, see
|
|
7983
7983
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP</a>.</p>
|
|
7984
7984
|
*/
|
|
7985
|
-
AmdSevSnp?: AmdSevSnpSpecification
|
|
7985
|
+
AmdSevSnp?: AmdSevSnpSpecification;
|
|
7986
7986
|
}
|
|
7987
7987
|
/**
|
|
7988
7988
|
* @public
|