@aws-sdk/client-ec2 3.682.0 → 3.686.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +455 -150
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/AssociateSecurityGroupVpcCommand.js +22 -0
- package/dist-es/commands/DescribeSecurityGroupVpcAssociationsCommand.js +22 -0
- package/dist-es/commands/DisassociateSecurityGroupVpcCommand.js +22 -0
- package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/models/models_3.js +0 -15
- package/dist-es/models/models_4.js +15 -6
- package/dist-es/models/models_5.js +6 -6
- package/dist-es/models/models_6.js +6 -13
- package/dist-es/models/models_7.js +14 -0
- package/dist-es/pagination/DescribeSecurityGroupVpcAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +248 -3
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +92 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -2
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +90 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +8 -3
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +75 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +15 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +15 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +53 -254
- package/dist-types/models/models_1.d.ts +259 -111
- package/dist-types/models/models_2.d.ts +117 -72
- package/dist-types/models/models_3.d.ts +72 -58
- package/dist-types/models/models_4.d.ts +179 -182
- package/dist-types/models/models_5.d.ts +205 -139
- package/dist-types/models/models_6.d.ts +134 -316
- package/dist-types/models/models_7.d.ts +389 -6
- package/dist-types/pagination/DescribeSecurityGroupVpcAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +58 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateSecurityGroupVpcCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -37
- package/dist-types/ts3.4/models/models_1.d.ts +43 -25
- package/dist-types/ts3.4/models/models_2.d.ts +24 -15
- package/dist-types/ts3.4/models/models_3.d.ts +16 -24
- package/dist-types/ts3.4/models/models_4.d.ts +42 -38
- package/dist-types/ts3.4/models/models_5.d.ts +47 -41
- package/dist-types/ts3.4/models/models_6.d.ts +36 -68
- package/dist-types/ts3.4/models/models_7.d.ts +90 -2
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupVpcAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +37 -37
|
@@ -1,9 +1,139 @@
|
|
|
1
|
-
import { AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, InstanceEventWindow, InstanceMatchCriteria, IpamPoolAllocation, Ipv6SupportValue, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse
|
|
2
|
-
import { _InstanceType, AttributeValue, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceDiscovery, IpamResourceTag, IpamScope, IpamTier, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType
|
|
3
|
-
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue,
|
|
1
|
+
import { AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, InstanceEventWindow, InstanceMatchCriteria, IpamPoolAllocation, Ipv6SupportValue, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse } from "./models_0";
|
|
2
|
+
import { _InstanceType, AttributeValue, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceDiscovery, IpamResourceTag, IpamScope, IpamTier, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType } from "./models_1";
|
|
3
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, SSEType, SubnetCidrReservation, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnEcmpSupportValue } from "./models_2";
|
|
4
4
|
import { ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, IpamPoolCidr, PaymentOption, PermissionGroup } from "./models_3";
|
|
5
5
|
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, CreateVolumePermission, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, LockState, ReservedInstancesConfiguration, SnapshotAttributeName, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
|
|
6
|
-
import { ExcessCapacityTerminationPolicy,
|
|
6
|
+
import { ExcessCapacityTerminationPolicy, LaunchTemplateConfig, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, VerifiedAccessInstanceLoggingConfiguration } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface GetConsoleOutputResult {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The ID of the instance.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
InstanceId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The time at which the output was last updated.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
Timestamp?: Date;
|
|
21
|
+
/**
|
|
22
|
+
* <p>The console output, base64-encoded. If you are using a command line tool, the tool
|
|
23
|
+
* decodes the output for you.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
Output?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export interface GetConsoleScreenshotRequest {
|
|
32
|
+
/**
|
|
33
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
34
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
35
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
DryRun?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The ID of the instance.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
InstanceId: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>When set to <code>true</code>, acts as keystroke input and wakes up an instance that's
|
|
46
|
+
* in standby or "sleep" mode.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
WakeUp?: boolean;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface GetConsoleScreenshotResult {
|
|
55
|
+
/**
|
|
56
|
+
* <p>The data that comprises the image.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
ImageData?: string;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The ID of the instance.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
InstanceId?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
* @enum
|
|
69
|
+
*/
|
|
70
|
+
export declare const UnlimitedSupportedInstanceFamily: {
|
|
71
|
+
readonly t2: "t2";
|
|
72
|
+
readonly t3: "t3";
|
|
73
|
+
readonly t3a: "t3a";
|
|
74
|
+
readonly t4g: "t4g";
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export type UnlimitedSupportedInstanceFamily = (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export interface GetDefaultCreditSpecificationRequest {
|
|
84
|
+
/**
|
|
85
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
86
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
87
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
DryRun?: boolean;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The instance family.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* <p>Describes the default credit option for CPU usage of a burstable performance instance
|
|
99
|
+
* family.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export interface InstanceFamilyCreditSpecification {
|
|
103
|
+
/**
|
|
104
|
+
* <p>The instance family.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
InstanceFamily?: UnlimitedSupportedInstanceFamily;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The default credit option for CPU usage of the instance family. Valid values are
|
|
110
|
+
* <code>standard</code> and <code>unlimited</code>.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
CpuCredits?: string;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
export interface GetDefaultCreditSpecificationResult {
|
|
119
|
+
/**
|
|
120
|
+
* <p>The default credit option for CPU usage of the instance family.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
129
|
+
/**
|
|
130
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
131
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
132
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
DryRun?: boolean;
|
|
136
|
+
}
|
|
7
137
|
/**
|
|
8
138
|
* @public
|
|
9
139
|
*/
|
|
@@ -7895,310 +8025,6 @@ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
|
7895
8025
|
*/
|
|
7896
8026
|
Scope?: string;
|
|
7897
8027
|
}
|
|
7898
|
-
/**
|
|
7899
|
-
* @public
|
|
7900
|
-
*/
|
|
7901
|
-
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
7902
|
-
/**
|
|
7903
|
-
* <p>The ID of the Verified Access trust provider.</p>
|
|
7904
|
-
* @public
|
|
7905
|
-
*/
|
|
7906
|
-
VerifiedAccessTrustProviderId: string | undefined;
|
|
7907
|
-
/**
|
|
7908
|
-
* <p>The options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
7909
|
-
* @public
|
|
7910
|
-
*/
|
|
7911
|
-
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
|
|
7912
|
-
/**
|
|
7913
|
-
* <p>The options for a device-based trust provider. This parameter is required when the
|
|
7914
|
-
* provider type is <code>device</code>.</p>
|
|
7915
|
-
* @public
|
|
7916
|
-
*/
|
|
7917
|
-
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions;
|
|
7918
|
-
/**
|
|
7919
|
-
* <p>A description for the Verified Access trust provider.</p>
|
|
7920
|
-
* @public
|
|
7921
|
-
*/
|
|
7922
|
-
Description?: string;
|
|
7923
|
-
/**
|
|
7924
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7925
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7926
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7927
|
-
* @public
|
|
7928
|
-
*/
|
|
7929
|
-
DryRun?: boolean;
|
|
7930
|
-
/**
|
|
7931
|
-
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
7932
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
7933
|
-
* @public
|
|
7934
|
-
*/
|
|
7935
|
-
ClientToken?: string;
|
|
7936
|
-
/**
|
|
7937
|
-
* <p>The options for server side encryption.</p>
|
|
7938
|
-
* @public
|
|
7939
|
-
*/
|
|
7940
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest;
|
|
7941
|
-
}
|
|
7942
|
-
/**
|
|
7943
|
-
* @public
|
|
7944
|
-
*/
|
|
7945
|
-
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
7946
|
-
/**
|
|
7947
|
-
* <p>Details about the Verified Access trust provider.</p>
|
|
7948
|
-
* @public
|
|
7949
|
-
*/
|
|
7950
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
7951
|
-
}
|
|
7952
|
-
/**
|
|
7953
|
-
* @public
|
|
7954
|
-
*/
|
|
7955
|
-
export interface ModifyVolumeRequest {
|
|
7956
|
-
/**
|
|
7957
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7958
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7959
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7960
|
-
* @public
|
|
7961
|
-
*/
|
|
7962
|
-
DryRun?: boolean;
|
|
7963
|
-
/**
|
|
7964
|
-
* <p>The ID of the volume.</p>
|
|
7965
|
-
* @public
|
|
7966
|
-
*/
|
|
7967
|
-
VolumeId: string | undefined;
|
|
7968
|
-
/**
|
|
7969
|
-
* <p>The target size of the volume, in GiB. The target volume size must be greater than or
|
|
7970
|
-
* equal to the existing size of the volume.</p>
|
|
7971
|
-
* <p>The following are the supported volumes sizes for each volume type:</p>
|
|
7972
|
-
* <ul>
|
|
7973
|
-
* <li>
|
|
7974
|
-
* <p>
|
|
7975
|
-
* <code>gp2</code> and <code>gp3</code>: 1 - 16,384 GiB</p>
|
|
7976
|
-
* </li>
|
|
7977
|
-
* <li>
|
|
7978
|
-
* <p>
|
|
7979
|
-
* <code>io1</code>: 4 - 16,384 GiB</p>
|
|
7980
|
-
* </li>
|
|
7981
|
-
* <li>
|
|
7982
|
-
* <p>
|
|
7983
|
-
* <code>io2</code>: 4 - 65,536 GiB</p>
|
|
7984
|
-
* </li>
|
|
7985
|
-
* <li>
|
|
7986
|
-
* <p>
|
|
7987
|
-
* <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
|
|
7988
|
-
* </li>
|
|
7989
|
-
* <li>
|
|
7990
|
-
* <p>
|
|
7991
|
-
* <code>standard</code>: 1 - 1024 GiB</p>
|
|
7992
|
-
* </li>
|
|
7993
|
-
* </ul>
|
|
7994
|
-
* <p>Default: The existing size is retained.</p>
|
|
7995
|
-
* @public
|
|
7996
|
-
*/
|
|
7997
|
-
Size?: number;
|
|
7998
|
-
/**
|
|
7999
|
-
* <p>The target EBS volume type of the volume. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
8000
|
-
* <p>Default: The existing type is retained.</p>
|
|
8001
|
-
* @public
|
|
8002
|
-
*/
|
|
8003
|
-
VolumeType?: VolumeType;
|
|
8004
|
-
/**
|
|
8005
|
-
* <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>
|
|
8006
|
-
* <p>The following are the supported values for each volume type:</p>
|
|
8007
|
-
* <ul>
|
|
8008
|
-
* <li>
|
|
8009
|
-
* <p>
|
|
8010
|
-
* <code>gp3</code>: 3,000 - 16,000 IOPS</p>
|
|
8011
|
-
* </li>
|
|
8012
|
-
* <li>
|
|
8013
|
-
* <p>
|
|
8014
|
-
* <code>io1</code>: 100 - 64,000 IOPS</p>
|
|
8015
|
-
* </li>
|
|
8016
|
-
* <li>
|
|
8017
|
-
* <p>
|
|
8018
|
-
* <code>io2</code>: 100 - 256,000 IOPS</p>
|
|
8019
|
-
* </li>
|
|
8020
|
-
* </ul>
|
|
8021
|
-
* <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
|
|
8022
|
-
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances
|
|
8023
|
-
* built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
|
|
8024
|
-
* <p>Default: The existing value is retained if you keep the same volume type. If you change
|
|
8025
|
-
* the volume type to <code>io1</code>, <code>io2</code>, or <code>gp3</code>, the default is 3,000.</p>
|
|
8026
|
-
* @public
|
|
8027
|
-
*/
|
|
8028
|
-
Iops?: number;
|
|
8029
|
-
/**
|
|
8030
|
-
* <p>The target throughput of the volume, in MiB/s. This parameter is valid only for <code>gp3</code> volumes.
|
|
8031
|
-
* The maximum value is 1,000.</p>
|
|
8032
|
-
* <p>Default: The existing value is retained if the source and target volume type is <code>gp3</code>.
|
|
8033
|
-
* Otherwise, the default value is 125.</p>
|
|
8034
|
-
* <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>
|
|
8035
|
-
* @public
|
|
8036
|
-
*/
|
|
8037
|
-
Throughput?: number;
|
|
8038
|
-
/**
|
|
8039
|
-
* <p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the
|
|
8040
|
-
* volume to up to 16 <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
|
|
8041
|
-
* Nitro-based instances</a> in the same Availability Zone. This parameter is
|
|
8042
|
-
* supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see
|
|
8043
|
-
* <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html">
|
|
8044
|
-
* Amazon EBS Multi-Attach</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
8045
|
-
* @public
|
|
8046
|
-
*/
|
|
8047
|
-
MultiAttachEnabled?: boolean;
|
|
8048
|
-
}
|
|
8049
|
-
/**
|
|
8050
|
-
* @public
|
|
8051
|
-
*/
|
|
8052
|
-
export interface ModifyVolumeResult {
|
|
8053
|
-
/**
|
|
8054
|
-
* <p>Information about the volume modification.</p>
|
|
8055
|
-
* @public
|
|
8056
|
-
*/
|
|
8057
|
-
VolumeModification?: VolumeModification;
|
|
8058
|
-
}
|
|
8059
|
-
/**
|
|
8060
|
-
* @public
|
|
8061
|
-
*/
|
|
8062
|
-
export interface ModifyVolumeAttributeRequest {
|
|
8063
|
-
/**
|
|
8064
|
-
* <p>Indicates whether the volume should be auto-enabled for I/O operations.</p>
|
|
8065
|
-
* @public
|
|
8066
|
-
*/
|
|
8067
|
-
AutoEnableIO?: AttributeBooleanValue;
|
|
8068
|
-
/**
|
|
8069
|
-
* <p>The ID of the volume.</p>
|
|
8070
|
-
* @public
|
|
8071
|
-
*/
|
|
8072
|
-
VolumeId: string | undefined;
|
|
8073
|
-
/**
|
|
8074
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8075
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8076
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8077
|
-
* @public
|
|
8078
|
-
*/
|
|
8079
|
-
DryRun?: boolean;
|
|
8080
|
-
}
|
|
8081
|
-
/**
|
|
8082
|
-
* @public
|
|
8083
|
-
*/
|
|
8084
|
-
export interface ModifyVpcAttributeRequest {
|
|
8085
|
-
/**
|
|
8086
|
-
* <p>Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.</p>
|
|
8087
|
-
* <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.</p>
|
|
8088
|
-
* @public
|
|
8089
|
-
*/
|
|
8090
|
-
EnableDnsHostnames?: AttributeBooleanValue;
|
|
8091
|
-
/**
|
|
8092
|
-
* <p>Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to
|
|
8093
|
-
* the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP
|
|
8094
|
-
* address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon
|
|
8095
|
-
* provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is
|
|
8096
|
-
* not enabled.</p>
|
|
8097
|
-
* <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.</p>
|
|
8098
|
-
* @public
|
|
8099
|
-
*/
|
|
8100
|
-
EnableDnsSupport?: AttributeBooleanValue;
|
|
8101
|
-
/**
|
|
8102
|
-
* <p>The ID of the VPC.</p>
|
|
8103
|
-
* @public
|
|
8104
|
-
*/
|
|
8105
|
-
VpcId: string | undefined;
|
|
8106
|
-
/**
|
|
8107
|
-
* <p>Indicates whether Network Address Usage metrics are enabled for your VPC.</p>
|
|
8108
|
-
* @public
|
|
8109
|
-
*/
|
|
8110
|
-
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
8111
|
-
}
|
|
8112
|
-
/**
|
|
8113
|
-
* @public
|
|
8114
|
-
*/
|
|
8115
|
-
export interface ModifyVpcEndpointRequest {
|
|
8116
|
-
/**
|
|
8117
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8118
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8119
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8120
|
-
* @public
|
|
8121
|
-
*/
|
|
8122
|
-
DryRun?: boolean;
|
|
8123
|
-
/**
|
|
8124
|
-
* <p>The ID of the endpoint.</p>
|
|
8125
|
-
* @public
|
|
8126
|
-
*/
|
|
8127
|
-
VpcEndpointId: string | undefined;
|
|
8128
|
-
/**
|
|
8129
|
-
* <p>(Gateway endpoint) Specify <code>true</code> to reset the policy document to the
|
|
8130
|
-
* default policy. The default policy allows full access to the service.</p>
|
|
8131
|
-
* @public
|
|
8132
|
-
*/
|
|
8133
|
-
ResetPolicy?: boolean;
|
|
8134
|
-
/**
|
|
8135
|
-
* <p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must
|
|
8136
|
-
* be in valid JSON format.</p>
|
|
8137
|
-
* @public
|
|
8138
|
-
*/
|
|
8139
|
-
PolicyDocument?: string;
|
|
8140
|
-
/**
|
|
8141
|
-
* <p>(Gateway endpoint) The IDs of the route tables to associate with the endpoint.</p>
|
|
8142
|
-
* @public
|
|
8143
|
-
*/
|
|
8144
|
-
AddRouteTableIds?: string[];
|
|
8145
|
-
/**
|
|
8146
|
-
* <p>(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.</p>
|
|
8147
|
-
* @public
|
|
8148
|
-
*/
|
|
8149
|
-
RemoveRouteTableIds?: string[];
|
|
8150
|
-
/**
|
|
8151
|
-
* <p>(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint.
|
|
8152
|
-
* For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>
|
|
8153
|
-
* @public
|
|
8154
|
-
*/
|
|
8155
|
-
AddSubnetIds?: string[];
|
|
8156
|
-
/**
|
|
8157
|
-
* <p>(Interface endpoint) The IDs of the subnets from which to remove the endpoint.</p>
|
|
8158
|
-
* @public
|
|
8159
|
-
*/
|
|
8160
|
-
RemoveSubnetIds?: string[];
|
|
8161
|
-
/**
|
|
8162
|
-
* <p>(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.</p>
|
|
8163
|
-
* @public
|
|
8164
|
-
*/
|
|
8165
|
-
AddSecurityGroupIds?: string[];
|
|
8166
|
-
/**
|
|
8167
|
-
* <p>(Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.</p>
|
|
8168
|
-
* @public
|
|
8169
|
-
*/
|
|
8170
|
-
RemoveSecurityGroupIds?: string[];
|
|
8171
|
-
/**
|
|
8172
|
-
* <p>The IP address type for the endpoint.</p>
|
|
8173
|
-
* @public
|
|
8174
|
-
*/
|
|
8175
|
-
IpAddressType?: IpAddressType;
|
|
8176
|
-
/**
|
|
8177
|
-
* <p>The DNS options for the endpoint.</p>
|
|
8178
|
-
* @public
|
|
8179
|
-
*/
|
|
8180
|
-
DnsOptions?: DnsOptionsSpecification;
|
|
8181
|
-
/**
|
|
8182
|
-
* <p>(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.</p>
|
|
8183
|
-
* @public
|
|
8184
|
-
*/
|
|
8185
|
-
PrivateDnsEnabled?: boolean;
|
|
8186
|
-
/**
|
|
8187
|
-
* <p>The subnet configurations for the endpoint.</p>
|
|
8188
|
-
* @public
|
|
8189
|
-
*/
|
|
8190
|
-
SubnetConfigurations?: SubnetConfiguration[];
|
|
8191
|
-
}
|
|
8192
|
-
/**
|
|
8193
|
-
* @public
|
|
8194
|
-
*/
|
|
8195
|
-
export interface ModifyVpcEndpointResult {
|
|
8196
|
-
/**
|
|
8197
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
8198
|
-
* @public
|
|
8199
|
-
*/
|
|
8200
|
-
Return?: boolean;
|
|
8201
|
-
}
|
|
8202
8028
|
/**
|
|
8203
8029
|
* @internal
|
|
8204
8030
|
*/
|
|
@@ -8275,11 +8101,3 @@ export declare const ImportVolumeResultFilterSensitiveLog: (obj: ImportVolumeRes
|
|
|
8275
8101
|
* @internal
|
|
8276
8102
|
*/
|
|
8277
8103
|
export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderOidcOptions) => any;
|
|
8278
|
-
/**
|
|
8279
|
-
* @internal
|
|
8280
|
-
*/
|
|
8281
|
-
export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderRequest) => any;
|
|
8282
|
-
/**
|
|
8283
|
-
* @internal
|
|
8284
|
-
*/
|
|
8285
|
-
export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderResult) => any;
|