@aws-sdk/client-ec2 3.261.0 → 3.262.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/EC2.js +60 -0
- package/dist-cjs/commands/AssignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/AssociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/CreateClientVpnEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-cjs/commands/DeleteTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstancesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-cjs/commands/DisassociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +3 -3
- package/dist-cjs/commands/RunInstancesCommand.js +2 -2
- package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +2 -2
- package/dist-cjs/commands/UnassignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/UnmonitorInstancesCommand.js +3 -3
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +3 -3
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +37 -34
- package/dist-cjs/models/models_1.js +34 -33
- package/dist-cjs/models/models_2.js +29 -26
- package/dist-cjs/models/models_3.js +26 -30
- package/dist-cjs/models/models_4.js +30 -30
- package/dist-cjs/models/models_5.js +38 -34
- package/dist-cjs/models/models_6.js +34 -34
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +551 -161
- package/dist-es/EC2.js +60 -0
- package/dist-es/commands/AssignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/AssociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/CreateClientVpnEndpointCommand.js +1 -1
- package/dist-es/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-es/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-es/commands/DescribeInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-es/commands/DisassociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +1 -1
- package/dist-es/commands/RunInstancesCommand.js +1 -1
- package/dist-es/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +1 -1
- package/dist-es/commands/UnassignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/UnmonitorInstancesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +26 -24
- package/dist-es/models/models_1.js +24 -23
- package/dist-es/models/models_2.js +20 -15
- package/dist-es/models/models_3.js +15 -20
- package/dist-es/models/models_4.js +20 -21
- package/dist-es/models/models_5.js +27 -21
- package/dist-es/models/models_6.js +21 -21
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +520 -138
- package/dist-types/EC2.d.ts +43 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +37 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +38 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -2
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +43 -0
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +45 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +125 -226
- package/dist-types/models/models_1.d.ts +228 -163
- package/dist-types/models/models_2.d.ts +150 -70
- package/dist-types/models/models_3.d.ts +67 -205
- package/dist-types/models/models_4.d.ts +205 -78
- package/dist-types/models/models_5.d.ts +117 -170
- package/dist-types/models/models_6.d.ts +170 -127
- package/dist-types/models/models_7.d.ts +167 -2
- package/dist-types/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +68 -0
- package/dist-types/ts3.4/EC2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +53 -59
- package/dist-types/ts3.4/models/models_1.d.ts +68 -53
- package/dist-types/ts3.4/models/models_2.d.ts +46 -35
- package/dist-types/ts3.4/models/models_3.d.ts +36 -46
- package/dist-types/ts3.4/models/models_4.d.ts +46 -38
- package/dist-types/ts3.4/models/models_5.d.ts +61 -57
- package/dist-types/ts3.4/models/models_6.d.ts +58 -54
- package/dist-types/ts3.4/models/models_7.d.ts +70 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
- package/package.json +2 -2
|
@@ -1,8 +1,75 @@
|
|
|
1
|
-
import { _InstanceType, AccessScopeAnalysisFinding, AddressAttribute, AddressTransfer, AllowedPrincipal, AssociationStatus, CapacityReservationState, CurrencyCodeValues,
|
|
1
|
+
import { _InstanceType, AccessScopeAnalysisFinding, AddressAttribute, AddressTransfer, AllowedPrincipal, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, TargetCapacityUnitType, Vpc } from "./models_1";
|
|
3
3
|
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, SubnetCidrReservation, TransitGatewayPrefixListReference, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
4
|
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, ImportImageLicenseConfigurationResponse, IpamPoolCidr, MetricType, PaymentOption, PeriodType, SnapshotDetail, SnapshotTaskDetail, StatisticType, VirtualizationType } from "./models_3";
|
|
5
|
-
import { AnalysisStatus, ArchitectureType,
|
|
5
|
+
import { AnalysisStatus, ArchitectureType, VolumeStatusAction, VolumeStatusAttachmentStatus, VolumeStatusDetails, VolumeStatusEvent } from "./models_4";
|
|
6
|
+
export declare enum VolumeStatusInfoStatus {
|
|
7
|
+
impaired = "impaired",
|
|
8
|
+
insufficient_data = "insufficient-data",
|
|
9
|
+
ok = "ok"
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* <p>Describes the status of a volume.</p>
|
|
13
|
+
*/
|
|
14
|
+
export interface VolumeStatusInfo {
|
|
15
|
+
/**
|
|
16
|
+
* <p>The details of the volume status.</p>
|
|
17
|
+
*/
|
|
18
|
+
Details?: VolumeStatusDetails[];
|
|
19
|
+
/**
|
|
20
|
+
* <p>The status of the volume.</p>
|
|
21
|
+
*/
|
|
22
|
+
Status?: VolumeStatusInfoStatus | string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* <p>Describes the volume status.</p>
|
|
26
|
+
*/
|
|
27
|
+
export interface VolumeStatusItem {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The details of the operation.</p>
|
|
30
|
+
*/
|
|
31
|
+
Actions?: VolumeStatusAction[];
|
|
32
|
+
/**
|
|
33
|
+
* <p>The Availability Zone of the volume.</p>
|
|
34
|
+
*/
|
|
35
|
+
AvailabilityZone?: string;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
38
|
+
*/
|
|
39
|
+
OutpostArn?: string;
|
|
40
|
+
/**
|
|
41
|
+
* <p>A list of events associated with the volume.</p>
|
|
42
|
+
*/
|
|
43
|
+
Events?: VolumeStatusEvent[];
|
|
44
|
+
/**
|
|
45
|
+
* <p>The volume ID.</p>
|
|
46
|
+
*/
|
|
47
|
+
VolumeId?: string;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The volume status.</p>
|
|
50
|
+
*/
|
|
51
|
+
VolumeStatus?: VolumeStatusInfo;
|
|
52
|
+
/**
|
|
53
|
+
* <p>Information about the instances to which the volume is attached.</p>
|
|
54
|
+
*/
|
|
55
|
+
AttachmentStatuses?: VolumeStatusAttachmentStatus[];
|
|
56
|
+
}
|
|
57
|
+
export interface DescribeVolumeStatusResult {
|
|
58
|
+
/**
|
|
59
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
60
|
+
* when there are no more results to return.</p>
|
|
61
|
+
*/
|
|
62
|
+
NextToken?: string;
|
|
63
|
+
/**
|
|
64
|
+
* <p>Information about the status of the volumes.</p>
|
|
65
|
+
*/
|
|
66
|
+
VolumeStatuses?: VolumeStatusItem[];
|
|
67
|
+
}
|
|
68
|
+
export declare enum VpcAttributeName {
|
|
69
|
+
enableDnsHostnames = "enableDnsHostnames",
|
|
70
|
+
enableDnsSupport = "enableDnsSupport",
|
|
71
|
+
enableNetworkAddressUsageMetrics = "enableNetworkAddressUsageMetrics"
|
|
72
|
+
}
|
|
6
73
|
export interface DescribeVpcAttributeRequest {
|
|
7
74
|
/**
|
|
8
75
|
* <p>The VPC attribute.</p>
|
|
@@ -1707,6 +1774,36 @@ export interface DisassociateIpamResourceDiscoveryResult {
|
|
|
1707
1774
|
*/
|
|
1708
1775
|
IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
|
|
1709
1776
|
}
|
|
1777
|
+
export interface DisassociateNatGatewayAddressRequest {
|
|
1778
|
+
/**
|
|
1779
|
+
* <p>The NAT gateway ID.</p>
|
|
1780
|
+
*/
|
|
1781
|
+
NatGatewayId: string | undefined;
|
|
1782
|
+
/**
|
|
1783
|
+
* <p>The association IDs of EIPs that have been associated with the NAT gateway.</p>
|
|
1784
|
+
*/
|
|
1785
|
+
AssociationIds: string[] | undefined;
|
|
1786
|
+
/**
|
|
1787
|
+
* <p>The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.</p>
|
|
1788
|
+
*/
|
|
1789
|
+
MaxDrainDurationSeconds?: number;
|
|
1790
|
+
/**
|
|
1791
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1792
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1793
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1794
|
+
*/
|
|
1795
|
+
DryRun?: boolean;
|
|
1796
|
+
}
|
|
1797
|
+
export interface DisassociateNatGatewayAddressResult {
|
|
1798
|
+
/**
|
|
1799
|
+
* <p>The NAT gateway ID.</p>
|
|
1800
|
+
*/
|
|
1801
|
+
NatGatewayId?: string;
|
|
1802
|
+
/**
|
|
1803
|
+
* <p>Information about the NAT gateway IP addresses.</p>
|
|
1804
|
+
*/
|
|
1805
|
+
NatGatewayAddresses?: NatGatewayAddress[];
|
|
1806
|
+
}
|
|
1710
1807
|
export interface DisassociateRouteTableRequest {
|
|
1711
1808
|
/**
|
|
1712
1809
|
* <p>The association ID representing the current association between the route table and subnet or gateway.</p>
|
|
@@ -5671,148 +5768,18 @@ export declare enum ModifyAvailabilityZoneOptInStatus {
|
|
|
5671
5768
|
not_opted_in = "not-opted-in",
|
|
5672
5769
|
opted_in = "opted-in"
|
|
5673
5770
|
}
|
|
5674
|
-
export interface ModifyAvailabilityZoneGroupRequest {
|
|
5675
|
-
/**
|
|
5676
|
-
* <p>The name of the Availability Zone group, Local Zone group, or Wavelength Zone
|
|
5677
|
-
* group.</p>
|
|
5678
|
-
*/
|
|
5679
|
-
GroupName: string | undefined;
|
|
5680
|
-
/**
|
|
5681
|
-
* <p>Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The
|
|
5682
|
-
* 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>
|
|
5683
|
-
*/
|
|
5684
|
-
OptInStatus: ModifyAvailabilityZoneOptInStatus | string | undefined;
|
|
5685
|
-
/**
|
|
5686
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5687
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5688
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5689
|
-
*/
|
|
5690
|
-
DryRun?: boolean;
|
|
5691
|
-
}
|
|
5692
|
-
export interface ModifyAvailabilityZoneGroupResult {
|
|
5693
|
-
/**
|
|
5694
|
-
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
5695
|
-
*/
|
|
5696
|
-
Return?: boolean;
|
|
5697
|
-
}
|
|
5698
|
-
export interface ModifyCapacityReservationRequest {
|
|
5699
|
-
/**
|
|
5700
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
5701
|
-
*/
|
|
5702
|
-
CapacityReservationId: string | undefined;
|
|
5703
|
-
/**
|
|
5704
|
-
* <p>The number of instances for which to reserve capacity. The number of instances can't be increased or
|
|
5705
|
-
* decreased by more than <code>1000</code> in a single request.</p>
|
|
5706
|
-
*/
|
|
5707
|
-
InstanceCount?: number;
|
|
5708
|
-
/**
|
|
5709
|
-
* <p>The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity
|
|
5710
|
-
* is released and you can no longer launch instances into it. The Capacity Reservation's state changes to
|
|
5711
|
-
* <code>expired</code> when it reaches its end date and time.</p>
|
|
5712
|
-
* <p>The Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify
|
|
5713
|
-
* 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.</p>
|
|
5714
|
-
* <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
|
|
5715
|
-
* <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
|
|
5716
|
-
* <code>unlimited</code>.</p>
|
|
5717
|
-
*/
|
|
5718
|
-
EndDate?: Date;
|
|
5719
|
-
/**
|
|
5720
|
-
* <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end
|
|
5721
|
-
* types:</p>
|
|
5722
|
-
* <ul>
|
|
5723
|
-
* <li>
|
|
5724
|
-
* <p>
|
|
5725
|
-
* <code>unlimited</code> - The Capacity Reservation remains active until you explicitly cancel it. Do not
|
|
5726
|
-
* provide an <code>EndDate</code> value if <code>EndDateType</code> is
|
|
5727
|
-
* <code>unlimited</code>.</p>
|
|
5728
|
-
* </li>
|
|
5729
|
-
* <li>
|
|
5730
|
-
* <p>
|
|
5731
|
-
* <code>limited</code> - The Capacity Reservation expires automatically at a specified date and time. You must
|
|
5732
|
-
* provide an <code>EndDate</code> value if <code>EndDateType</code> is
|
|
5733
|
-
* <code>limited</code>.</p>
|
|
5734
|
-
* </li>
|
|
5735
|
-
* </ul>
|
|
5736
|
-
*/
|
|
5737
|
-
EndDateType?: EndDateType | string;
|
|
5738
|
-
/**
|
|
5739
|
-
* <p>Reserved. Capacity Reservations you have created are accepted by default.</p>
|
|
5740
|
-
*/
|
|
5741
|
-
Accept?: boolean;
|
|
5742
|
-
/**
|
|
5743
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5744
|
-
*/
|
|
5745
|
-
DryRun?: boolean;
|
|
5746
|
-
/**
|
|
5747
|
-
* <p>Reserved for future use.</p>
|
|
5748
|
-
*/
|
|
5749
|
-
AdditionalInfo?: string;
|
|
5750
|
-
}
|
|
5751
|
-
export interface ModifyCapacityReservationResult {
|
|
5752
|
-
/**
|
|
5753
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
5754
|
-
*/
|
|
5755
|
-
Return?: boolean;
|
|
5756
|
-
}
|
|
5757
|
-
export interface ModifyCapacityReservationFleetRequest {
|
|
5758
|
-
/**
|
|
5759
|
-
* <p>The ID of the Capacity Reservation Fleet to modify.</p>
|
|
5760
|
-
*/
|
|
5761
|
-
CapacityReservationFleetId: string | undefined;
|
|
5762
|
-
/**
|
|
5763
|
-
* <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value,
|
|
5764
|
-
* together with the instance type weights that you assign to each instance type used by the Fleet
|
|
5765
|
-
* determine the number of instances for which the Fleet reserves capacity. Both values are based on
|
|
5766
|
-
* units that make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target capacity</a>
|
|
5767
|
-
* in the Amazon EC2 User Guide.</p>
|
|
5768
|
-
*/
|
|
5769
|
-
TotalTargetCapacity?: number;
|
|
5770
|
-
/**
|
|
5771
|
-
* <p>The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation
|
|
5772
|
-
* Fleet expires, its state changes to <code>expired</code> and all of the Capacity Reservations in the
|
|
5773
|
-
* Fleet expire.</p>
|
|
5774
|
-
* <p>The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you
|
|
5775
|
-
* specify <code>5/31/2019</code>, <code>13:30:55</code>, the Capacity Reservation Fleet is guaranteed
|
|
5776
|
-
* to expire between <code>13:30:55</code> and <code>14:30:55</code> on <code>5/31/2019</code>.</p>
|
|
5777
|
-
* <p>You can't specify <b>EndDate</b> and <b>
|
|
5778
|
-
* RemoveEndDate</b> in the same request.</p>
|
|
5779
|
-
*/
|
|
5780
|
-
EndDate?: Date;
|
|
5781
|
-
/**
|
|
5782
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5783
|
-
*/
|
|
5784
|
-
DryRun?: boolean;
|
|
5785
|
-
/**
|
|
5786
|
-
* <p>Indicates whether to remove the end date from the Capacity Reservation Fleet. If you remove the
|
|
5787
|
-
* end date, the Capacity Reservation Fleet does not expire and it remains active until you explicitly
|
|
5788
|
-
* cancel it using the <b>CancelCapacityReservationFleet</b> action.</p>
|
|
5789
|
-
* <p>You can't specify <b>RemoveEndDate</b> and <b>
|
|
5790
|
-
* EndDate</b> in the same request.</p>
|
|
5791
|
-
*/
|
|
5792
|
-
RemoveEndDate?: boolean;
|
|
5793
|
-
}
|
|
5794
|
-
export interface ModifyCapacityReservationFleetResult {
|
|
5795
|
-
/**
|
|
5796
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
5797
|
-
*/
|
|
5798
|
-
Return?: boolean;
|
|
5799
|
-
}
|
|
5800
5771
|
/**
|
|
5801
|
-
*
|
|
5772
|
+
* @internal
|
|
5802
5773
|
*/
|
|
5803
|
-
export
|
|
5804
|
-
|
|
5805
|
-
|
|
5806
|
-
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
|
|
5811
|
-
|
|
5812
|
-
* servers.</p>
|
|
5813
|
-
*/
|
|
5814
|
-
Enabled?: boolean;
|
|
5815
|
-
}
|
|
5774
|
+
export declare const VolumeStatusInfoFilterSensitiveLog: (obj: VolumeStatusInfo) => any;
|
|
5775
|
+
/**
|
|
5776
|
+
* @internal
|
|
5777
|
+
*/
|
|
5778
|
+
export declare const VolumeStatusItemFilterSensitiveLog: (obj: VolumeStatusItem) => any;
|
|
5779
|
+
/**
|
|
5780
|
+
* @internal
|
|
5781
|
+
*/
|
|
5782
|
+
export declare const DescribeVolumeStatusResultFilterSensitiveLog: (obj: DescribeVolumeStatusResult) => any;
|
|
5816
5783
|
/**
|
|
5817
5784
|
* @internal
|
|
5818
5785
|
*/
|
|
@@ -6129,6 +6096,14 @@ export declare const DisassociateIpamResourceDiscoveryRequestFilterSensitiveLog:
|
|
|
6129
6096
|
* @internal
|
|
6130
6097
|
*/
|
|
6131
6098
|
export declare const DisassociateIpamResourceDiscoveryResultFilterSensitiveLog: (obj: DisassociateIpamResourceDiscoveryResult) => any;
|
|
6099
|
+
/**
|
|
6100
|
+
* @internal
|
|
6101
|
+
*/
|
|
6102
|
+
export declare const DisassociateNatGatewayAddressRequestFilterSensitiveLog: (obj: DisassociateNatGatewayAddressRequest) => any;
|
|
6103
|
+
/**
|
|
6104
|
+
* @internal
|
|
6105
|
+
*/
|
|
6106
|
+
export declare const DisassociateNatGatewayAddressResultFilterSensitiveLog: (obj: DisassociateNatGatewayAddressResult) => any;
|
|
6132
6107
|
/**
|
|
6133
6108
|
* @internal
|
|
6134
6109
|
*/
|
|
@@ -6941,31 +6916,3 @@ export declare const ModifyAddressAttributeRequestFilterSensitiveLog: (obj: Modi
|
|
|
6941
6916
|
* @internal
|
|
6942
6917
|
*/
|
|
6943
6918
|
export declare const ModifyAddressAttributeResultFilterSensitiveLog: (obj: ModifyAddressAttributeResult) => any;
|
|
6944
|
-
/**
|
|
6945
|
-
* @internal
|
|
6946
|
-
*/
|
|
6947
|
-
export declare const ModifyAvailabilityZoneGroupRequestFilterSensitiveLog: (obj: ModifyAvailabilityZoneGroupRequest) => any;
|
|
6948
|
-
/**
|
|
6949
|
-
* @internal
|
|
6950
|
-
*/
|
|
6951
|
-
export declare const ModifyAvailabilityZoneGroupResultFilterSensitiveLog: (obj: ModifyAvailabilityZoneGroupResult) => any;
|
|
6952
|
-
/**
|
|
6953
|
-
* @internal
|
|
6954
|
-
*/
|
|
6955
|
-
export declare const ModifyCapacityReservationRequestFilterSensitiveLog: (obj: ModifyCapacityReservationRequest) => any;
|
|
6956
|
-
/**
|
|
6957
|
-
* @internal
|
|
6958
|
-
*/
|
|
6959
|
-
export declare const ModifyCapacityReservationResultFilterSensitiveLog: (obj: ModifyCapacityReservationResult) => any;
|
|
6960
|
-
/**
|
|
6961
|
-
* @internal
|
|
6962
|
-
*/
|
|
6963
|
-
export declare const ModifyCapacityReservationFleetRequestFilterSensitiveLog: (obj: ModifyCapacityReservationFleetRequest) => any;
|
|
6964
|
-
/**
|
|
6965
|
-
* @internal
|
|
6966
|
-
*/
|
|
6967
|
-
export declare const ModifyCapacityReservationFleetResultFilterSensitiveLog: (obj: ModifyCapacityReservationFleetResult) => any;
|
|
6968
|
-
/**
|
|
6969
|
-
* @internal
|
|
6970
|
-
*/
|
|
6971
|
-
export declare const DnsServersOptionsModifyStructureFilterSensitiveLog: (obj: DnsServersOptionsModifyStructure) => any;
|
|
@@ -1,9 +1,151 @@
|
|
|
1
|
-
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ClientVpnAuthorizationRuleStatus, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, SelfServicePortal, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
1
|
+
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ClientVpnAuthorizationRuleStatus, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, SelfServicePortal, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
2
|
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, CreditSpecificationRequest, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
|
|
3
3
|
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
|
-
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ClientVpnConnectionStatus, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState,
|
|
5
|
-
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_4";
|
|
6
|
-
import {
|
|
4
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ClientVpnConnectionStatus, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, Monitoring, PermissionGroup, TpmSupportValues } from "./models_3";
|
|
5
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InstanceStatusEvent, LaunchTemplateConfig, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_4";
|
|
6
|
+
import { InstanceFamilyCreditSpecification, IpamResourceCidr, ModifyAvailabilityZoneOptInStatus, Purchase, UnlimitedSupportedInstanceFamily } from "./models_5";
|
|
7
|
+
export interface ModifyAvailabilityZoneGroupRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The name of the Availability Zone group, Local Zone group, or Wavelength Zone
|
|
10
|
+
* group.</p>
|
|
11
|
+
*/
|
|
12
|
+
GroupName: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The
|
|
15
|
+
* 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>
|
|
16
|
+
*/
|
|
17
|
+
OptInStatus: ModifyAvailabilityZoneOptInStatus | string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
20
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
21
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
22
|
+
*/
|
|
23
|
+
DryRun?: boolean;
|
|
24
|
+
}
|
|
25
|
+
export interface ModifyAvailabilityZoneGroupResult {
|
|
26
|
+
/**
|
|
27
|
+
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
28
|
+
*/
|
|
29
|
+
Return?: boolean;
|
|
30
|
+
}
|
|
31
|
+
export interface ModifyCapacityReservationRequest {
|
|
32
|
+
/**
|
|
33
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
34
|
+
*/
|
|
35
|
+
CapacityReservationId: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The number of instances for which to reserve capacity. The number of instances can't be increased or
|
|
38
|
+
* decreased by more than <code>1000</code> in a single request.</p>
|
|
39
|
+
*/
|
|
40
|
+
InstanceCount?: number;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity
|
|
43
|
+
* is released and you can no longer launch instances into it. The Capacity Reservation's state changes to
|
|
44
|
+
* <code>expired</code> when it reaches its end date and time.</p>
|
|
45
|
+
* <p>The Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify
|
|
46
|
+
* 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.</p>
|
|
47
|
+
* <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
|
|
48
|
+
* <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
|
|
49
|
+
* <code>unlimited</code>.</p>
|
|
50
|
+
*/
|
|
51
|
+
EndDate?: Date;
|
|
52
|
+
/**
|
|
53
|
+
* <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end
|
|
54
|
+
* types:</p>
|
|
55
|
+
* <ul>
|
|
56
|
+
* <li>
|
|
57
|
+
* <p>
|
|
58
|
+
* <code>unlimited</code> - The Capacity Reservation remains active until you explicitly cancel it. Do not
|
|
59
|
+
* provide an <code>EndDate</code> value if <code>EndDateType</code> is
|
|
60
|
+
* <code>unlimited</code>.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>
|
|
64
|
+
* <code>limited</code> - The Capacity Reservation expires automatically at a specified date and time. You must
|
|
65
|
+
* provide an <code>EndDate</code> value if <code>EndDateType</code> is
|
|
66
|
+
* <code>limited</code>.</p>
|
|
67
|
+
* </li>
|
|
68
|
+
* </ul>
|
|
69
|
+
*/
|
|
70
|
+
EndDateType?: EndDateType | string;
|
|
71
|
+
/**
|
|
72
|
+
* <p>Reserved. Capacity Reservations you have created are accepted by default.</p>
|
|
73
|
+
*/
|
|
74
|
+
Accept?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
77
|
+
*/
|
|
78
|
+
DryRun?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* <p>Reserved for future use.</p>
|
|
81
|
+
*/
|
|
82
|
+
AdditionalInfo?: string;
|
|
83
|
+
}
|
|
84
|
+
export interface ModifyCapacityReservationResult {
|
|
85
|
+
/**
|
|
86
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
87
|
+
*/
|
|
88
|
+
Return?: boolean;
|
|
89
|
+
}
|
|
90
|
+
export interface ModifyCapacityReservationFleetRequest {
|
|
91
|
+
/**
|
|
92
|
+
* <p>The ID of the Capacity Reservation Fleet to modify.</p>
|
|
93
|
+
*/
|
|
94
|
+
CapacityReservationFleetId: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value,
|
|
97
|
+
* together with the instance type weights that you assign to each instance type used by the Fleet
|
|
98
|
+
* determine the number of instances for which the Fleet reserves capacity. Both values are based on
|
|
99
|
+
* units that make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target capacity</a>
|
|
100
|
+
* in the Amazon EC2 User Guide.</p>
|
|
101
|
+
*/
|
|
102
|
+
TotalTargetCapacity?: number;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation
|
|
105
|
+
* Fleet expires, its state changes to <code>expired</code> and all of the Capacity Reservations in the
|
|
106
|
+
* Fleet expire.</p>
|
|
107
|
+
* <p>The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you
|
|
108
|
+
* specify <code>5/31/2019</code>, <code>13:30:55</code>, the Capacity Reservation Fleet is guaranteed
|
|
109
|
+
* to expire between <code>13:30:55</code> and <code>14:30:55</code> on <code>5/31/2019</code>.</p>
|
|
110
|
+
* <p>You can't specify <b>EndDate</b> and <b>
|
|
111
|
+
* RemoveEndDate</b> in the same request.</p>
|
|
112
|
+
*/
|
|
113
|
+
EndDate?: Date;
|
|
114
|
+
/**
|
|
115
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
116
|
+
*/
|
|
117
|
+
DryRun?: boolean;
|
|
118
|
+
/**
|
|
119
|
+
* <p>Indicates whether to remove the end date from the Capacity Reservation Fleet. If you remove the
|
|
120
|
+
* end date, the Capacity Reservation Fleet does not expire and it remains active until you explicitly
|
|
121
|
+
* cancel it using the <b>CancelCapacityReservationFleet</b> action.</p>
|
|
122
|
+
* <p>You can't specify <b>RemoveEndDate</b> and <b>
|
|
123
|
+
* EndDate</b> in the same request.</p>
|
|
124
|
+
*/
|
|
125
|
+
RemoveEndDate?: boolean;
|
|
126
|
+
}
|
|
127
|
+
export interface ModifyCapacityReservationFleetResult {
|
|
128
|
+
/**
|
|
129
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
130
|
+
*/
|
|
131
|
+
Return?: boolean;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* <p>Information about the DNS server to be used.</p>
|
|
135
|
+
*/
|
|
136
|
+
export interface DnsServersOptionsModifyStructure {
|
|
137
|
+
/**
|
|
138
|
+
* <p>The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to
|
|
139
|
+
* two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values
|
|
140
|
+
* overwrite the existing values.</p>
|
|
141
|
+
*/
|
|
142
|
+
CustomDnsServers?: string[];
|
|
143
|
+
/**
|
|
144
|
+
* <p>Indicates whether DNS servers should be used. Specify <code>False</code> to delete the existing DNS
|
|
145
|
+
* servers.</p>
|
|
146
|
+
*/
|
|
147
|
+
Enabled?: boolean;
|
|
148
|
+
}
|
|
7
149
|
export interface ModifyClientVpnEndpointRequest {
|
|
8
150
|
/**
|
|
9
151
|
* <p>The ID of the Client VPN endpoint to modify.</p>
|
|
@@ -6225,105 +6367,34 @@ export interface UnassignIpv6AddressesRequest {
|
|
|
6225
6367
|
*/
|
|
6226
6368
|
NetworkInterfaceId: string | undefined;
|
|
6227
6369
|
}
|
|
6228
|
-
export interface UnassignIpv6AddressesResult {
|
|
6229
|
-
/**
|
|
6230
|
-
* <p>The ID of the network interface.</p>
|
|
6231
|
-
*/
|
|
6232
|
-
NetworkInterfaceId?: string;
|
|
6233
|
-
/**
|
|
6234
|
-
* <p>The IPv6 addresses that have been unassigned from the network interface.</p>
|
|
6235
|
-
*/
|
|
6236
|
-
UnassignedIpv6Addresses?: string[];
|
|
6237
|
-
/**
|
|
6238
|
-
* <p>The IPv4 prefixes that have been unassigned from the network interface.</p>
|
|
6239
|
-
*/
|
|
6240
|
-
UnassignedIpv6Prefixes?: string[];
|
|
6241
|
-
}
|
|
6242
6370
|
/**
|
|
6243
|
-
*
|
|
6371
|
+
* @internal
|
|
6244
6372
|
*/
|
|
6245
|
-
export
|
|
6246
|
-
/**
|
|
6247
|
-
* <p>The ID of the network interface.</p>
|
|
6248
|
-
*/
|
|
6249
|
-
NetworkInterfaceId: string | undefined;
|
|
6250
|
-
/**
|
|
6251
|
-
* <p>The secondary private IP addresses to unassign from the network interface. You can specify this
|
|
6252
|
-
* option multiple times to unassign more than one IP address.</p>
|
|
6253
|
-
*/
|
|
6254
|
-
PrivateIpAddresses?: string[];
|
|
6255
|
-
/**
|
|
6256
|
-
* <p>The IPv4 prefixes to unassign from the network interface.</p>
|
|
6257
|
-
*/
|
|
6258
|
-
Ipv4Prefixes?: string[];
|
|
6259
|
-
}
|
|
6260
|
-
export interface UnmonitorInstancesRequest {
|
|
6261
|
-
/**
|
|
6262
|
-
* <p>The IDs of the instances.</p>
|
|
6263
|
-
*/
|
|
6264
|
-
InstanceIds: string[] | undefined;
|
|
6265
|
-
/**
|
|
6266
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6267
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6268
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6269
|
-
*/
|
|
6270
|
-
DryRun?: boolean;
|
|
6271
|
-
}
|
|
6272
|
-
export interface UnmonitorInstancesResult {
|
|
6273
|
-
/**
|
|
6274
|
-
* <p>The monitoring information.</p>
|
|
6275
|
-
*/
|
|
6276
|
-
InstanceMonitorings?: InstanceMonitoring[];
|
|
6277
|
-
}
|
|
6373
|
+
export declare const ModifyAvailabilityZoneGroupRequestFilterSensitiveLog: (obj: ModifyAvailabilityZoneGroupRequest) => any;
|
|
6278
6374
|
/**
|
|
6279
|
-
*
|
|
6280
|
-
* <p>You can use this when you want to update the security group rule description for either an inbound or outbound rule.</p>
|
|
6375
|
+
* @internal
|
|
6281
6376
|
*/
|
|
6282
|
-
export
|
|
6283
|
-
|
|
6284
|
-
|
|
6285
|
-
|
|
6286
|
-
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6292
|
-
|
|
6293
|
-
|
|
6294
|
-
|
|
6295
|
-
|
|
6296
|
-
|
|
6297
|
-
|
|
6298
|
-
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
*/
|
|
6304
|
-
GroupId?: string;
|
|
6305
|
-
/**
|
|
6306
|
-
* <p>[Default VPC] The name of the security group. You must specify either the security group
|
|
6307
|
-
* ID or the security group name in the request.</p>
|
|
6308
|
-
*/
|
|
6309
|
-
GroupName?: string;
|
|
6310
|
-
/**
|
|
6311
|
-
* <p>The IP permissions for the security group rule. You must specify either the IP permissions
|
|
6312
|
-
* or the description.</p>
|
|
6313
|
-
*/
|
|
6314
|
-
IpPermissions?: IpPermission[];
|
|
6315
|
-
/**
|
|
6316
|
-
* <p>The description for the egress security group rules. You must specify either the
|
|
6317
|
-
* description or the IP permissions.</p>
|
|
6318
|
-
*/
|
|
6319
|
-
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
|
|
6320
|
-
}
|
|
6321
|
-
export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
6322
|
-
/**
|
|
6323
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
6324
|
-
*/
|
|
6325
|
-
Return?: boolean;
|
|
6326
|
-
}
|
|
6377
|
+
export declare const ModifyAvailabilityZoneGroupResultFilterSensitiveLog: (obj: ModifyAvailabilityZoneGroupResult) => any;
|
|
6378
|
+
/**
|
|
6379
|
+
* @internal
|
|
6380
|
+
*/
|
|
6381
|
+
export declare const ModifyCapacityReservationRequestFilterSensitiveLog: (obj: ModifyCapacityReservationRequest) => any;
|
|
6382
|
+
/**
|
|
6383
|
+
* @internal
|
|
6384
|
+
*/
|
|
6385
|
+
export declare const ModifyCapacityReservationResultFilterSensitiveLog: (obj: ModifyCapacityReservationResult) => any;
|
|
6386
|
+
/**
|
|
6387
|
+
* @internal
|
|
6388
|
+
*/
|
|
6389
|
+
export declare const ModifyCapacityReservationFleetRequestFilterSensitiveLog: (obj: ModifyCapacityReservationFleetRequest) => any;
|
|
6390
|
+
/**
|
|
6391
|
+
* @internal
|
|
6392
|
+
*/
|
|
6393
|
+
export declare const ModifyCapacityReservationFleetResultFilterSensitiveLog: (obj: ModifyCapacityReservationFleetResult) => any;
|
|
6394
|
+
/**
|
|
6395
|
+
* @internal
|
|
6396
|
+
*/
|
|
6397
|
+
export declare const DnsServersOptionsModifyStructureFilterSensitiveLog: (obj: DnsServersOptionsModifyStructure) => any;
|
|
6327
6398
|
/**
|
|
6328
6399
|
* @internal
|
|
6329
6400
|
*/
|
|
@@ -7444,31 +7515,3 @@ export declare const TerminateInstancesResultFilterSensitiveLog: (obj: Terminate
|
|
|
7444
7515
|
* @internal
|
|
7445
7516
|
*/
|
|
7446
7517
|
export declare const UnassignIpv6AddressesRequestFilterSensitiveLog: (obj: UnassignIpv6AddressesRequest) => any;
|
|
7447
|
-
/**
|
|
7448
|
-
* @internal
|
|
7449
|
-
*/
|
|
7450
|
-
export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (obj: UnassignIpv6AddressesResult) => any;
|
|
7451
|
-
/**
|
|
7452
|
-
* @internal
|
|
7453
|
-
*/
|
|
7454
|
-
export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (obj: UnassignPrivateIpAddressesRequest) => any;
|
|
7455
|
-
/**
|
|
7456
|
-
* @internal
|
|
7457
|
-
*/
|
|
7458
|
-
export declare const UnmonitorInstancesRequestFilterSensitiveLog: (obj: UnmonitorInstancesRequest) => any;
|
|
7459
|
-
/**
|
|
7460
|
-
* @internal
|
|
7461
|
-
*/
|
|
7462
|
-
export declare const UnmonitorInstancesResultFilterSensitiveLog: (obj: UnmonitorInstancesResult) => any;
|
|
7463
|
-
/**
|
|
7464
|
-
* @internal
|
|
7465
|
-
*/
|
|
7466
|
-
export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (obj: SecurityGroupRuleDescription) => any;
|
|
7467
|
-
/**
|
|
7468
|
-
* @internal
|
|
7469
|
-
*/
|
|
7470
|
-
export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressRequest) => any;
|
|
7471
|
-
/**
|
|
7472
|
-
* @internal
|
|
7473
|
-
*/
|
|
7474
|
-
export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressResult) => any;
|