@aws-sdk/client-ec2 3.295.0 → 3.296.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
- package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
- package/dist-cjs/commands/StopInstancesCommand.js +3 -3
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +25 -27
- package/dist-cjs/models/models_1.js +44 -42
- package/dist-cjs/models/models_2.js +41 -41
- package/dist-cjs/models/models_3.js +42 -47
- package/dist-cjs/models/models_4.js +47 -45
- package/dist-cjs/models/models_5.js +48 -42
- package/dist-cjs/models/models_6.js +44 -42
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +333 -0
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
- package/dist-es/commands/CreateRouteCommand.js +1 -1
- package/dist-es/commands/CreateRouteTableCommand.js +1 -2
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
- package/dist-es/commands/DeleteSubnetCommand.js +1 -1
- package/dist-es/commands/DeleteTagsCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
- package/dist-es/commands/StopInstancesCommand.js +1 -1
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/TerminateInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +15 -18
- package/dist-es/models/models_1.js +30 -27
- package/dist-es/models/models_2.js +27 -27
- package/dist-es/models/models_3.js +27 -33
- package/dist-es/models/models_4.js +33 -31
- package/dist-es/models/models_5.js +34 -27
- package/dist-es/models/models_6.js +29 -27
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +333 -0
- package/dist-types/EC2.d.ts +14 -6
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +3 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +193 -96
- package/dist-types/models/models_1.d.ts +202 -231
- package/dist-types/models/models_2.d.ts +230 -141
- package/dist-types/models/models_3.d.ts +125 -229
- package/dist-types/models/models_4.d.ts +261 -358
- package/dist-types/models/models_5.d.ts +359 -200
- package/dist-types/models/models_6.d.ts +204 -163
- package/dist-types/models/models_7.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +59 -36
- package/dist-types/ts3.4/models/models_1.d.ts +74 -87
- package/dist-types/ts3.4/models/models_2.d.ts +83 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -89
- package/dist-types/ts3.4/models/models_4.d.ts +89 -94
- package/dist-types/ts3.4/models/models_5.d.ts +91 -83
- package/dist-types/ts3.4/models/models_6.d.ts +84 -73
- package/dist-types/ts3.4/models/models_7.d.ts +68 -0
- package/package.json +31 -31
|
@@ -1,7 +1,217 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PlatformValues, PrivateIpAddressSpecification, ReplaceRootVolumeTask, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy
|
|
3
|
-
import { RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup
|
|
4
|
-
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, InstanceLifecycleType, InstanceMaintenanceOptions, InstanceMetadataOptionsResponse,
|
|
1
|
+
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, AttachmentStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, PrivateIpAddressSpecification, ReplaceRootVolumeTask, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
|
|
3
|
+
import { RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
4
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, InstanceLifecycleType, InstanceMaintenanceOptions, InstanceMetadataOptionsResponse, LicenseConfiguration, MonitoringState, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* <p>Describes the monitoring of an instance.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface Monitoring {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is
|
|
11
|
+
* enabled.</p>
|
|
12
|
+
*/
|
|
13
|
+
State?: MonitoringState | string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* <p>Describes association information for an Elastic IP address (IPv4).</p>
|
|
17
|
+
*/
|
|
18
|
+
export interface InstanceNetworkInterfaceAssociation {
|
|
19
|
+
/**
|
|
20
|
+
* <p>The carrier IP address associated with the network interface.</p>
|
|
21
|
+
*/
|
|
22
|
+
CarrierIp?: string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The customer-owned IP address associated with the network interface.</p>
|
|
25
|
+
*/
|
|
26
|
+
CustomerOwnedIp?: string;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ID of the owner of the Elastic IP address.</p>
|
|
29
|
+
*/
|
|
30
|
+
IpOwnerId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The public DNS name.</p>
|
|
33
|
+
*/
|
|
34
|
+
PublicDnsName?: string;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The public IP address or Elastic IP address bound to the network interface.</p>
|
|
37
|
+
*/
|
|
38
|
+
PublicIp?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* <p>Describes a network interface attachment.</p>
|
|
42
|
+
*/
|
|
43
|
+
export interface InstanceNetworkInterfaceAttachment {
|
|
44
|
+
/**
|
|
45
|
+
* <p>The time stamp when the attachment initiated.</p>
|
|
46
|
+
*/
|
|
47
|
+
AttachTime?: Date;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The ID of the network interface attachment.</p>
|
|
50
|
+
*/
|
|
51
|
+
AttachmentId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
|
|
54
|
+
*/
|
|
55
|
+
DeleteOnTermination?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The index of the device on the instance for the network interface attachment.</p>
|
|
58
|
+
*/
|
|
59
|
+
DeviceIndex?: number;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The attachment state.</p>
|
|
62
|
+
*/
|
|
63
|
+
Status?: AttachmentStatus | string;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The index of the network card.</p>
|
|
66
|
+
*/
|
|
67
|
+
NetworkCardIndex?: number;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* <p>Information about an IPv4 prefix.</p>
|
|
71
|
+
*/
|
|
72
|
+
export interface InstanceIpv4Prefix {
|
|
73
|
+
/**
|
|
74
|
+
* <p>One or more IPv4 prefixes assigned to the network interface.</p>
|
|
75
|
+
*/
|
|
76
|
+
Ipv4Prefix?: string;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* <p>Information about an IPv6 prefix.</p>
|
|
80
|
+
*/
|
|
81
|
+
export interface InstanceIpv6Prefix {
|
|
82
|
+
/**
|
|
83
|
+
* <p>One or more IPv6 prefixes assigned to the network interface.</p>
|
|
84
|
+
*/
|
|
85
|
+
Ipv6Prefix?: string;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* <p>Describes a private IPv4 address.</p>
|
|
89
|
+
*/
|
|
90
|
+
export interface InstancePrivateIpAddress {
|
|
91
|
+
/**
|
|
92
|
+
* <p>The association information for an Elastic IP address for the network interface.</p>
|
|
93
|
+
*/
|
|
94
|
+
Association?: InstanceNetworkInterfaceAssociation;
|
|
95
|
+
/**
|
|
96
|
+
* <p>Indicates whether this IPv4 address is the primary private IP address of the network interface.</p>
|
|
97
|
+
*/
|
|
98
|
+
Primary?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The private IPv4 DNS name.</p>
|
|
101
|
+
*/
|
|
102
|
+
PrivateDnsName?: string;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The private IPv4 address of the network interface.</p>
|
|
105
|
+
*/
|
|
106
|
+
PrivateIpAddress?: string;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* <p>Describes a network interface.</p>
|
|
110
|
+
*/
|
|
111
|
+
export interface InstanceNetworkInterface {
|
|
112
|
+
/**
|
|
113
|
+
* <p>The association information for an Elastic IPv4 associated with the network
|
|
114
|
+
* interface.</p>
|
|
115
|
+
*/
|
|
116
|
+
Association?: InstanceNetworkInterfaceAssociation;
|
|
117
|
+
/**
|
|
118
|
+
* <p>The network interface attachment.</p>
|
|
119
|
+
*/
|
|
120
|
+
Attachment?: InstanceNetworkInterfaceAttachment;
|
|
121
|
+
/**
|
|
122
|
+
* <p>The description.</p>
|
|
123
|
+
*/
|
|
124
|
+
Description?: string;
|
|
125
|
+
/**
|
|
126
|
+
* <p>The security groups.</p>
|
|
127
|
+
*/
|
|
128
|
+
Groups?: GroupIdentifier[];
|
|
129
|
+
/**
|
|
130
|
+
* <p>The IPv6 addresses associated with the network interface.</p>
|
|
131
|
+
*/
|
|
132
|
+
Ipv6Addresses?: InstanceIpv6Address[];
|
|
133
|
+
/**
|
|
134
|
+
* <p>The MAC address.</p>
|
|
135
|
+
*/
|
|
136
|
+
MacAddress?: string;
|
|
137
|
+
/**
|
|
138
|
+
* <p>The ID of the network interface.</p>
|
|
139
|
+
*/
|
|
140
|
+
NetworkInterfaceId?: string;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The ID of the Amazon Web Services account that created the network interface.</p>
|
|
143
|
+
*/
|
|
144
|
+
OwnerId?: string;
|
|
145
|
+
/**
|
|
146
|
+
* <p>The private DNS name.</p>
|
|
147
|
+
*/
|
|
148
|
+
PrivateDnsName?: string;
|
|
149
|
+
/**
|
|
150
|
+
* <p>The IPv4 address of the network interface within the subnet.</p>
|
|
151
|
+
*/
|
|
152
|
+
PrivateIpAddress?: string;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The private IPv4 addresses associated with the network interface.</p>
|
|
155
|
+
*/
|
|
156
|
+
PrivateIpAddresses?: InstancePrivateIpAddress[];
|
|
157
|
+
/**
|
|
158
|
+
* <p>Indicates whether source/destination checking is enabled.</p>
|
|
159
|
+
*/
|
|
160
|
+
SourceDestCheck?: boolean;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The status of the network interface.</p>
|
|
163
|
+
*/
|
|
164
|
+
Status?: NetworkInterfaceStatus | string;
|
|
165
|
+
/**
|
|
166
|
+
* <p>The ID of the subnet.</p>
|
|
167
|
+
*/
|
|
168
|
+
SubnetId?: string;
|
|
169
|
+
/**
|
|
170
|
+
* <p>The ID of the VPC.</p>
|
|
171
|
+
*/
|
|
172
|
+
VpcId?: string;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The type of network interface.</p>
|
|
175
|
+
* <p>Valid values: <code>interface</code> | <code>efa</code> | <code>trunk</code>
|
|
176
|
+
* </p>
|
|
177
|
+
*/
|
|
178
|
+
InterfaceType?: string;
|
|
179
|
+
/**
|
|
180
|
+
* <p>The IPv4 delegated prefixes that are assigned to the network interface.</p>
|
|
181
|
+
*/
|
|
182
|
+
Ipv4Prefixes?: InstanceIpv4Prefix[];
|
|
183
|
+
/**
|
|
184
|
+
* <p>The IPv6 delegated prefixes that are assigned to the network interface.</p>
|
|
185
|
+
*/
|
|
186
|
+
Ipv6Prefixes?: InstanceIpv6Prefix[];
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* <p>Describes the options for instance hostnames.</p>
|
|
190
|
+
*/
|
|
191
|
+
export interface PrivateDnsNameOptionsResponse {
|
|
192
|
+
/**
|
|
193
|
+
* <p>The type of hostname to assign to an instance.</p>
|
|
194
|
+
*/
|
|
195
|
+
HostnameType?: HostnameType | string;
|
|
196
|
+
/**
|
|
197
|
+
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
|
|
198
|
+
* records.</p>
|
|
199
|
+
*/
|
|
200
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
201
|
+
/**
|
|
202
|
+
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
|
|
203
|
+
* records.</p>
|
|
204
|
+
*/
|
|
205
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
206
|
+
}
|
|
207
|
+
export declare enum InstanceStateName {
|
|
208
|
+
pending = "pending",
|
|
209
|
+
running = "running",
|
|
210
|
+
shutting_down = "shutting-down",
|
|
211
|
+
stopped = "stopped",
|
|
212
|
+
stopping = "stopping",
|
|
213
|
+
terminated = "terminated"
|
|
214
|
+
}
|
|
5
215
|
/**
|
|
6
216
|
* <p>Describes the current state of an instance.</p>
|
|
7
217
|
*/
|
|
@@ -3049,7 +3259,7 @@ export interface NetworkInsightsAnalysis {
|
|
|
3049
3259
|
*/
|
|
3050
3260
|
AdditionalAccounts?: string[];
|
|
3051
3261
|
/**
|
|
3052
|
-
* <p>The Amazon Resource Names (ARN) of the
|
|
3262
|
+
* <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
|
|
3053
3263
|
*/
|
|
3054
3264
|
FilterInArns?: string[];
|
|
3055
3265
|
/**
|
|
@@ -3119,7 +3329,28 @@ export interface DescribeNetworkInsightsPathsRequest {
|
|
|
3119
3329
|
* <p>destination - The ID of the resource.</p>
|
|
3120
3330
|
* </li>
|
|
3121
3331
|
* <li>
|
|
3122
|
-
* <p>
|
|
3332
|
+
* <p>filter-at-source.source-address - The source IPv4 address at the source.</p>
|
|
3333
|
+
* </li>
|
|
3334
|
+
* <li>
|
|
3335
|
+
* <p>filter-at-source.source-port-range - The source port range at the source.</p>
|
|
3336
|
+
* </li>
|
|
3337
|
+
* <li>
|
|
3338
|
+
* <p>filter-at-source.destination-address - The destination IPv4 address at the source.</p>
|
|
3339
|
+
* </li>
|
|
3340
|
+
* <li>
|
|
3341
|
+
* <p>filter-at-source.destination-port-range - The destination port range at the source.</p>
|
|
3342
|
+
* </li>
|
|
3343
|
+
* <li>
|
|
3344
|
+
* <p>filter-at-destination.source-address - The source IPv4 address at the destination.</p>
|
|
3345
|
+
* </li>
|
|
3346
|
+
* <li>
|
|
3347
|
+
* <p>filter-at-destination.source-port-range - The source port range at the destination.</p>
|
|
3348
|
+
* </li>
|
|
3349
|
+
* <li>
|
|
3350
|
+
* <p>filter-at-destination.destination-address - The destination IPv4 address at the destination.</p>
|
|
3351
|
+
* </li>
|
|
3352
|
+
* <li>
|
|
3353
|
+
* <p>filter-at-destination.destination-port-range - The destination port range at the destination.</p>
|
|
3123
3354
|
* </li>
|
|
3124
3355
|
* <li>
|
|
3125
3356
|
* <p>protocol - The protocol.</p>
|
|
@@ -8836,334 +9067,38 @@ export interface DescribeVolumesRequest {
|
|
|
8836
9067
|
*/
|
|
8837
9068
|
NextToken?: string;
|
|
8838
9069
|
}
|
|
8839
|
-
export interface DescribeVolumesResult {
|
|
8840
|
-
/**
|
|
8841
|
-
* <p>Information about the volumes.</p>
|
|
8842
|
-
*/
|
|
8843
|
-
Volumes?: Volume[];
|
|
8844
|
-
/**
|
|
8845
|
-
* <p>The token to include in another request to get the next page of items.
|
|
8846
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
8847
|
-
*/
|
|
8848
|
-
NextToken?: string;
|
|
8849
|
-
}
|
|
8850
|
-
export interface DescribeVolumesModificationsRequest {
|
|
8851
|
-
/**
|
|
8852
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8853
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8854
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8855
|
-
*/
|
|
8856
|
-
DryRun?: boolean;
|
|
8857
|
-
/**
|
|
8858
|
-
* <p>The IDs of the volumes.</p>
|
|
8859
|
-
*/
|
|
8860
|
-
VolumeIds?: string[];
|
|
8861
|
-
/**
|
|
8862
|
-
* <p>The filters.</p>
|
|
8863
|
-
* <ul>
|
|
8864
|
-
* <li>
|
|
8865
|
-
* <p>
|
|
8866
|
-
* <code>modification-state</code> - The current modification state (modifying |
|
|
8867
|
-
* optimizing | completed | failed).</p>
|
|
8868
|
-
* </li>
|
|
8869
|
-
* <li>
|
|
8870
|
-
* <p>
|
|
8871
|
-
* <code>original-iops</code> - The original IOPS rate of the volume.</p>
|
|
8872
|
-
* </li>
|
|
8873
|
-
* <li>
|
|
8874
|
-
* <p>
|
|
8875
|
-
* <code>original-size</code> - The original size of the volume, in GiB.</p>
|
|
8876
|
-
* </li>
|
|
8877
|
-
* <li>
|
|
8878
|
-
* <p>
|
|
8879
|
-
* <code>original-volume-type</code> - The original volume type of the volume (standard |
|
|
8880
|
-
* io1 | io2 | gp2 | sc1 | st1).</p>
|
|
8881
|
-
* </li>
|
|
8882
|
-
* <li>
|
|
8883
|
-
* <p>
|
|
8884
|
-
* <code>originalMultiAttachEnabled</code> - Indicates whether Multi-Attach support was enabled (true | false).</p>
|
|
8885
|
-
* </li>
|
|
8886
|
-
* <li>
|
|
8887
|
-
* <p>
|
|
8888
|
-
* <code>start-time</code> - The modification start time.</p>
|
|
8889
|
-
* </li>
|
|
8890
|
-
* <li>
|
|
8891
|
-
* <p>
|
|
8892
|
-
* <code>target-iops</code> - The target IOPS rate of the volume.</p>
|
|
8893
|
-
* </li>
|
|
8894
|
-
* <li>
|
|
8895
|
-
* <p>
|
|
8896
|
-
* <code>target-size</code> - The target size of the volume, in GiB.</p>
|
|
8897
|
-
* </li>
|
|
8898
|
-
* <li>
|
|
8899
|
-
* <p>
|
|
8900
|
-
* <code>target-volume-type</code> - The target volume type of the volume (standard |
|
|
8901
|
-
* io1 | io2 | gp2 | sc1 | st1).</p>
|
|
8902
|
-
* </li>
|
|
8903
|
-
* <li>
|
|
8904
|
-
* <p>
|
|
8905
|
-
* <code>targetMultiAttachEnabled</code> - Indicates whether Multi-Attach support is to be enabled (true | false).</p>
|
|
8906
|
-
* </li>
|
|
8907
|
-
* <li>
|
|
8908
|
-
* <p>
|
|
8909
|
-
* <code>volume-id</code> - The ID of the volume.</p>
|
|
8910
|
-
* </li>
|
|
8911
|
-
* </ul>
|
|
8912
|
-
*/
|
|
8913
|
-
Filters?: Filter[];
|
|
8914
|
-
/**
|
|
8915
|
-
* <p>The token returned by a previous paginated request.
|
|
8916
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
8917
|
-
*/
|
|
8918
|
-
NextToken?: string;
|
|
8919
|
-
/**
|
|
8920
|
-
* <p>The maximum number of results (up to a limit of 500) to be returned in a paginated
|
|
8921
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
8922
|
-
*/
|
|
8923
|
-
MaxResults?: number;
|
|
8924
|
-
}
|
|
8925
|
-
export declare enum VolumeModificationState {
|
|
8926
|
-
completed = "completed",
|
|
8927
|
-
failed = "failed",
|
|
8928
|
-
modifying = "modifying",
|
|
8929
|
-
optimizing = "optimizing"
|
|
8930
|
-
}
|
|
8931
9070
|
/**
|
|
8932
|
-
*
|
|
8933
|
-
* <p>If the volume has never been modified, some element values will be null.</p>
|
|
9071
|
+
* @internal
|
|
8934
9072
|
*/
|
|
8935
|
-
export
|
|
8936
|
-
/**
|
|
8937
|
-
* <p>The ID of the volume.</p>
|
|
8938
|
-
*/
|
|
8939
|
-
VolumeId?: string;
|
|
8940
|
-
/**
|
|
8941
|
-
* <p>The current modification state. The modification state is null for unmodified
|
|
8942
|
-
* volumes.</p>
|
|
8943
|
-
*/
|
|
8944
|
-
ModificationState?: VolumeModificationState | string;
|
|
8945
|
-
/**
|
|
8946
|
-
* <p>A status message about the modification progress or failure.</p>
|
|
8947
|
-
*/
|
|
8948
|
-
StatusMessage?: string;
|
|
8949
|
-
/**
|
|
8950
|
-
* <p>The target size of the volume, in GiB.</p>
|
|
8951
|
-
*/
|
|
8952
|
-
TargetSize?: number;
|
|
8953
|
-
/**
|
|
8954
|
-
* <p>The target IOPS rate of the volume.</p>
|
|
8955
|
-
*/
|
|
8956
|
-
TargetIops?: number;
|
|
8957
|
-
/**
|
|
8958
|
-
* <p>The target EBS volume type of the volume.</p>
|
|
8959
|
-
*/
|
|
8960
|
-
TargetVolumeType?: VolumeType | string;
|
|
8961
|
-
/**
|
|
8962
|
-
* <p>The target throughput of the volume, in MiB/s.</p>
|
|
8963
|
-
*/
|
|
8964
|
-
TargetThroughput?: number;
|
|
8965
|
-
/**
|
|
8966
|
-
* <p>The target setting for Amazon EBS Multi-Attach.</p>
|
|
8967
|
-
*/
|
|
8968
|
-
TargetMultiAttachEnabled?: boolean;
|
|
8969
|
-
/**
|
|
8970
|
-
* <p>The original size of the volume, in GiB.</p>
|
|
8971
|
-
*/
|
|
8972
|
-
OriginalSize?: number;
|
|
8973
|
-
/**
|
|
8974
|
-
* <p>The original IOPS rate of the volume.</p>
|
|
8975
|
-
*/
|
|
8976
|
-
OriginalIops?: number;
|
|
8977
|
-
/**
|
|
8978
|
-
* <p>The original EBS volume type of the volume.</p>
|
|
8979
|
-
*/
|
|
8980
|
-
OriginalVolumeType?: VolumeType | string;
|
|
8981
|
-
/**
|
|
8982
|
-
* <p>The original throughput of the volume, in MiB/s.</p>
|
|
8983
|
-
*/
|
|
8984
|
-
OriginalThroughput?: number;
|
|
8985
|
-
/**
|
|
8986
|
-
* <p>The original setting for Amazon EBS Multi-Attach.</p>
|
|
8987
|
-
*/
|
|
8988
|
-
OriginalMultiAttachEnabled?: boolean;
|
|
8989
|
-
/**
|
|
8990
|
-
* <p>The modification progress, from 0 to 100 percent complete.</p>
|
|
8991
|
-
*/
|
|
8992
|
-
Progress?: number;
|
|
8993
|
-
/**
|
|
8994
|
-
* <p>The modification start time.</p>
|
|
8995
|
-
*/
|
|
8996
|
-
StartTime?: Date;
|
|
8997
|
-
/**
|
|
8998
|
-
* <p>The modification completion or failure time.</p>
|
|
8999
|
-
*/
|
|
9000
|
-
EndTime?: Date;
|
|
9001
|
-
}
|
|
9002
|
-
export interface DescribeVolumesModificationsResult {
|
|
9003
|
-
/**
|
|
9004
|
-
* <p>Information about the volume modifications.</p>
|
|
9005
|
-
*/
|
|
9006
|
-
VolumesModifications?: VolumeModification[];
|
|
9007
|
-
/**
|
|
9008
|
-
* <p>The token to include in another request to get the next page of items.
|
|
9009
|
-
* This value is <code>null</code> if there are no more items to return.</p>
|
|
9010
|
-
*/
|
|
9011
|
-
NextToken?: string;
|
|
9012
|
-
}
|
|
9013
|
-
export interface DescribeVolumeStatusRequest {
|
|
9014
|
-
/**
|
|
9015
|
-
* <p>The filters.</p>
|
|
9016
|
-
* <ul>
|
|
9017
|
-
* <li>
|
|
9018
|
-
* <p>
|
|
9019
|
-
* <code>action.code</code> - The action code for the event (for example,
|
|
9020
|
-
* <code>enable-volume-io</code>).</p>
|
|
9021
|
-
* </li>
|
|
9022
|
-
* <li>
|
|
9023
|
-
* <p>
|
|
9024
|
-
* <code>action.description</code> - A description of the action.</p>
|
|
9025
|
-
* </li>
|
|
9026
|
-
* <li>
|
|
9027
|
-
* <p>
|
|
9028
|
-
* <code>action.event-id</code> - The event ID associated with the action.</p>
|
|
9029
|
-
* </li>
|
|
9030
|
-
* <li>
|
|
9031
|
-
* <p>
|
|
9032
|
-
* <code>availability-zone</code> - The Availability Zone of the instance.</p>
|
|
9033
|
-
* </li>
|
|
9034
|
-
* <li>
|
|
9035
|
-
* <p>
|
|
9036
|
-
* <code>event.description</code> - A description of the event.</p>
|
|
9037
|
-
* </li>
|
|
9038
|
-
* <li>
|
|
9039
|
-
* <p>
|
|
9040
|
-
* <code>event.event-id</code> - The event ID.</p>
|
|
9041
|
-
* </li>
|
|
9042
|
-
* <li>
|
|
9043
|
-
* <p>
|
|
9044
|
-
* <code>event.event-type</code> - The event type (for <code>io-enabled</code>:
|
|
9045
|
-
* <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
|
|
9046
|
-
* <code>io-performance:degraded</code> | <code>io-performance:severely-degraded</code> |
|
|
9047
|
-
* <code>io-performance:stalled</code>).</p>
|
|
9048
|
-
* </li>
|
|
9049
|
-
* <li>
|
|
9050
|
-
* <p>
|
|
9051
|
-
* <code>event.not-after</code> - The latest end time for the event.</p>
|
|
9052
|
-
* </li>
|
|
9053
|
-
* <li>
|
|
9054
|
-
* <p>
|
|
9055
|
-
* <code>event.not-before</code> - The earliest start time for the event.</p>
|
|
9056
|
-
* </li>
|
|
9057
|
-
* <li>
|
|
9058
|
-
* <p>
|
|
9059
|
-
* <code>volume-status.details-name</code> - The cause for
|
|
9060
|
-
* <code>volume-status.status</code> (<code>io-enabled</code> |
|
|
9061
|
-
* <code>io-performance</code>).</p>
|
|
9062
|
-
* </li>
|
|
9063
|
-
* <li>
|
|
9064
|
-
* <p>
|
|
9065
|
-
* <code>volume-status.details-status</code> - The status of
|
|
9066
|
-
* <code>volume-status.details-name</code> (for <code>io-enabled</code>:
|
|
9067
|
-
* <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
|
|
9068
|
-
* <code>normal</code> | <code>degraded</code> | <code>severely-degraded</code> |
|
|
9069
|
-
* <code>stalled</code>).</p>
|
|
9070
|
-
* </li>
|
|
9071
|
-
* <li>
|
|
9072
|
-
* <p>
|
|
9073
|
-
* <code>volume-status.status</code> - The status of the volume (<code>ok</code> |
|
|
9074
|
-
* <code>impaired</code> | <code>warning</code> | <code>insufficient-data</code>).</p>
|
|
9075
|
-
* </li>
|
|
9076
|
-
* </ul>
|
|
9077
|
-
*/
|
|
9078
|
-
Filters?: Filter[];
|
|
9079
|
-
/**
|
|
9080
|
-
* <p>The maximum number of items to return for this request. To get the next page of items,
|
|
9081
|
-
* make another request with the token returned in the output. This value can be between 5 and 1,000;
|
|
9082
|
-
* if the value is larger than 1,000, only 1,000 results are returned. If this parameter is not used,
|
|
9083
|
-
* then all items are returned. You cannot specify this parameter and the volume IDs parameter in the
|
|
9084
|
-
* same request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
9085
|
-
*/
|
|
9086
|
-
MaxResults?: number;
|
|
9087
|
-
/**
|
|
9088
|
-
* <p>The token returned from a previous paginated request.
|
|
9089
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
9090
|
-
*/
|
|
9091
|
-
NextToken?: string;
|
|
9092
|
-
/**
|
|
9093
|
-
* <p>The IDs of the volumes.</p>
|
|
9094
|
-
* <p>Default: Describes all your volumes.</p>
|
|
9095
|
-
*/
|
|
9096
|
-
VolumeIds?: string[];
|
|
9097
|
-
/**
|
|
9098
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9099
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9100
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9101
|
-
*/
|
|
9102
|
-
DryRun?: boolean;
|
|
9103
|
-
}
|
|
9073
|
+
export declare const MonitoringFilterSensitiveLog: (obj: Monitoring) => any;
|
|
9104
9074
|
/**
|
|
9105
|
-
*
|
|
9075
|
+
* @internal
|
|
9106
9076
|
*/
|
|
9107
|
-
export
|
|
9108
|
-
/**
|
|
9109
|
-
* <p>The code identifying the operation, for example, <code>enable-volume-io</code>.</p>
|
|
9110
|
-
*/
|
|
9111
|
-
Code?: string;
|
|
9112
|
-
/**
|
|
9113
|
-
* <p>A description of the operation.</p>
|
|
9114
|
-
*/
|
|
9115
|
-
Description?: string;
|
|
9116
|
-
/**
|
|
9117
|
-
* <p>The ID of the event associated with this operation.</p>
|
|
9118
|
-
*/
|
|
9119
|
-
EventId?: string;
|
|
9120
|
-
/**
|
|
9121
|
-
* <p>The event type associated with this operation.</p>
|
|
9122
|
-
*/
|
|
9123
|
-
EventType?: string;
|
|
9124
|
-
}
|
|
9077
|
+
export declare const InstanceNetworkInterfaceAssociationFilterSensitiveLog: (obj: InstanceNetworkInterfaceAssociation) => any;
|
|
9125
9078
|
/**
|
|
9126
|
-
*
|
|
9079
|
+
* @internal
|
|
9127
9080
|
*/
|
|
9128
|
-
export
|
|
9129
|
-
/**
|
|
9130
|
-
* <p>The maximum IOPS supported by the attached instance.</p>
|
|
9131
|
-
*/
|
|
9132
|
-
IoPerformance?: string;
|
|
9133
|
-
/**
|
|
9134
|
-
* <p>The ID of the attached instance.</p>
|
|
9135
|
-
*/
|
|
9136
|
-
InstanceId?: string;
|
|
9137
|
-
}
|
|
9081
|
+
export declare const InstanceNetworkInterfaceAttachmentFilterSensitiveLog: (obj: InstanceNetworkInterfaceAttachment) => any;
|
|
9138
9082
|
/**
|
|
9139
|
-
*
|
|
9083
|
+
* @internal
|
|
9140
9084
|
*/
|
|
9141
|
-
export
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9149
|
-
|
|
9150
|
-
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
/**
|
|
9159
|
-
* <p>The earliest start time of the event.</p>
|
|
9160
|
-
*/
|
|
9161
|
-
NotBefore?: Date;
|
|
9162
|
-
/**
|
|
9163
|
-
* <p>The ID of the instance associated with the event.</p>
|
|
9164
|
-
*/
|
|
9165
|
-
InstanceId?: string;
|
|
9166
|
-
}
|
|
9085
|
+
export declare const InstanceIpv4PrefixFilterSensitiveLog: (obj: InstanceIpv4Prefix) => any;
|
|
9086
|
+
/**
|
|
9087
|
+
* @internal
|
|
9088
|
+
*/
|
|
9089
|
+
export declare const InstanceIpv6PrefixFilterSensitiveLog: (obj: InstanceIpv6Prefix) => any;
|
|
9090
|
+
/**
|
|
9091
|
+
* @internal
|
|
9092
|
+
*/
|
|
9093
|
+
export declare const InstancePrivateIpAddressFilterSensitiveLog: (obj: InstancePrivateIpAddress) => any;
|
|
9094
|
+
/**
|
|
9095
|
+
* @internal
|
|
9096
|
+
*/
|
|
9097
|
+
export declare const InstanceNetworkInterfaceFilterSensitiveLog: (obj: InstanceNetworkInterface) => any;
|
|
9098
|
+
/**
|
|
9099
|
+
* @internal
|
|
9100
|
+
*/
|
|
9101
|
+
export declare const PrivateDnsNameOptionsResponseFilterSensitiveLog: (obj: PrivateDnsNameOptionsResponse) => any;
|
|
9167
9102
|
/**
|
|
9168
9103
|
* @internal
|
|
9169
9104
|
*/
|
|
@@ -10180,35 +10115,3 @@ export declare const DescribeVolumeAttributeResultFilterSensitiveLog: (obj: Desc
|
|
|
10180
10115
|
* @internal
|
|
10181
10116
|
*/
|
|
10182
10117
|
export declare const DescribeVolumesRequestFilterSensitiveLog: (obj: DescribeVolumesRequest) => any;
|
|
10183
|
-
/**
|
|
10184
|
-
* @internal
|
|
10185
|
-
*/
|
|
10186
|
-
export declare const DescribeVolumesResultFilterSensitiveLog: (obj: DescribeVolumesResult) => any;
|
|
10187
|
-
/**
|
|
10188
|
-
* @internal
|
|
10189
|
-
*/
|
|
10190
|
-
export declare const DescribeVolumesModificationsRequestFilterSensitiveLog: (obj: DescribeVolumesModificationsRequest) => any;
|
|
10191
|
-
/**
|
|
10192
|
-
* @internal
|
|
10193
|
-
*/
|
|
10194
|
-
export declare const VolumeModificationFilterSensitiveLog: (obj: VolumeModification) => any;
|
|
10195
|
-
/**
|
|
10196
|
-
* @internal
|
|
10197
|
-
*/
|
|
10198
|
-
export declare const DescribeVolumesModificationsResultFilterSensitiveLog: (obj: DescribeVolumesModificationsResult) => any;
|
|
10199
|
-
/**
|
|
10200
|
-
* @internal
|
|
10201
|
-
*/
|
|
10202
|
-
export declare const DescribeVolumeStatusRequestFilterSensitiveLog: (obj: DescribeVolumeStatusRequest) => any;
|
|
10203
|
-
/**
|
|
10204
|
-
* @internal
|
|
10205
|
-
*/
|
|
10206
|
-
export declare const VolumeStatusActionFilterSensitiveLog: (obj: VolumeStatusAction) => any;
|
|
10207
|
-
/**
|
|
10208
|
-
* @internal
|
|
10209
|
-
*/
|
|
10210
|
-
export declare const VolumeStatusAttachmentStatusFilterSensitiveLog: (obj: VolumeStatusAttachmentStatus) => any;
|
|
10211
|
-
/**
|
|
10212
|
-
* @internal
|
|
10213
|
-
*/
|
|
10214
|
-
export declare const VolumeStatusEventFilterSensitiveLog: (obj: VolumeStatusEvent) => any;
|