@aws-sdk/client-ec2 3.662.0 → 3.665.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 +8 -0
- package/dist-cjs/index.js +1635 -1556
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyInstanceCpuOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -6
- package/dist-es/models/models_7.js +8 -0
- package/dist-es/protocols/Aws_ec2.js +1601 -1545
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
- package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
- package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +18 -18
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
- package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
- package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
- package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
- package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
- package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
- package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +85 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +8 -7
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +7 -8
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
- package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +266 -268
- package/dist-types/models/models_1.d.ts +231 -231
- package/dist-types/models/models_2.d.ts +372 -376
- package/dist-types/models/models_3.d.ts +221 -221
- package/dist-types/models/models_4.d.ts +858 -858
- package/dist-types/models/models_5.d.ts +210 -210
- package/dist-types/models/models_6.d.ts +289 -291
- package/dist-types/models/models_7.d.ts +424 -361
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/runtimeConfig.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -1
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/dist-types/ts3.4/models/models_1.d.ts +41 -41
- package/dist-types/ts3.4/models/models_2.d.ts +71 -71
- package/dist-types/ts3.4/models/models_3.d.ts +27 -27
- package/dist-types/ts3.4/models/models_4.d.ts +112 -112
- package/dist-types/ts3.4/models/models_5.d.ts +27 -27
- package/dist-types/ts3.4/models/models_6.d.ts +53 -56
- package/dist-types/ts3.4/models/models_7.d.ts +78 -61
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/package.json +15 -15
|
@@ -506,6 +506,7 @@ import { ModifyIdFormatCommandInput, ModifyIdFormatCommandOutput } from "../comm
|
|
|
506
506
|
import { ModifyImageAttributeCommandInput, ModifyImageAttributeCommandOutput } from "../commands/ModifyImageAttributeCommand";
|
|
507
507
|
import { ModifyInstanceAttributeCommandInput, ModifyInstanceAttributeCommandOutput } from "../commands/ModifyInstanceAttributeCommand";
|
|
508
508
|
import { ModifyInstanceCapacityReservationAttributesCommandInput, ModifyInstanceCapacityReservationAttributesCommandOutput } from "../commands/ModifyInstanceCapacityReservationAttributesCommand";
|
|
509
|
+
import { ModifyInstanceCpuOptionsCommandInput, ModifyInstanceCpuOptionsCommandOutput } from "../commands/ModifyInstanceCpuOptionsCommand";
|
|
509
510
|
import { ModifyInstanceCreditSpecificationCommandInput, ModifyInstanceCreditSpecificationCommandOutput } from "../commands/ModifyInstanceCreditSpecificationCommand";
|
|
510
511
|
import { ModifyInstanceEventStartTimeCommandInput, ModifyInstanceEventStartTimeCommandOutput } from "../commands/ModifyInstanceEventStartTimeCommand";
|
|
511
512
|
import { ModifyInstanceEventWindowCommandInput, ModifyInstanceEventWindowCommandOutput } from "../commands/ModifyInstanceEventWindowCommand";
|
|
@@ -2651,6 +2652,10 @@ export declare const se_ModifyInstanceAttributeCommand: (input: ModifyInstanceAt
|
|
|
2651
2652
|
* serializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand
|
|
2652
2653
|
*/
|
|
2653
2654
|
export declare const se_ModifyInstanceCapacityReservationAttributesCommand: (input: ModifyInstanceCapacityReservationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2655
|
+
/**
|
|
2656
|
+
* serializeAws_ec2ModifyInstanceCpuOptionsCommand
|
|
2657
|
+
*/
|
|
2658
|
+
export declare const se_ModifyInstanceCpuOptionsCommand: (input: ModifyInstanceCpuOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2654
2659
|
/**
|
|
2655
2660
|
* serializeAws_ec2ModifyInstanceCreditSpecificationCommand
|
|
2656
2661
|
*/
|
|
@@ -5159,6 +5164,10 @@ export declare const de_ModifyInstanceAttributeCommand: (output: __HttpResponse,
|
|
|
5159
5164
|
* deserializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand
|
|
5160
5165
|
*/
|
|
5161
5166
|
export declare const de_ModifyInstanceCapacityReservationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceCapacityReservationAttributesCommandOutput>;
|
|
5167
|
+
/**
|
|
5168
|
+
* deserializeAws_ec2ModifyInstanceCpuOptionsCommand
|
|
5169
|
+
*/
|
|
5170
|
+
export declare const de_ModifyInstanceCpuOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceCpuOptionsCommandOutput>;
|
|
5162
5171
|
/**
|
|
5163
5172
|
* deserializeAws_ec2ModifyInstanceCreditSpecificationCommand
|
|
5164
5173
|
*/
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
11
|
+
defaultUserAgentProvider: (config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
29
29
|
logger: import("@smithy/types").Logger;
|
|
30
30
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
32
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
33
34
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
34
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
11
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
|
|
@@ -17,6 +17,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
20
21
|
apiVersion: string;
|
|
21
22
|
cacheMiddleware?: boolean | undefined;
|
|
22
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
20
20
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
|
-
defaultUserAgentProvider: import("@
|
|
23
|
+
defaultUserAgentProvider: (config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
24
24
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
25
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
26
26
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -28,6 +28,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
28
28
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
29
29
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
30
30
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
31
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
31
32
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
32
33
|
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
33
34
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
@@ -2023,6 +2023,10 @@ import {
|
|
|
2023
2023
|
ModifyInstanceCapacityReservationAttributesCommandInput,
|
|
2024
2024
|
ModifyInstanceCapacityReservationAttributesCommandOutput,
|
|
2025
2025
|
} from "./commands/ModifyInstanceCapacityReservationAttributesCommand";
|
|
2026
|
+
import {
|
|
2027
|
+
ModifyInstanceCpuOptionsCommandInput,
|
|
2028
|
+
ModifyInstanceCpuOptionsCommandOutput,
|
|
2029
|
+
} from "./commands/ModifyInstanceCpuOptionsCommand";
|
|
2026
2030
|
import {
|
|
2027
2031
|
ModifyInstanceCreditSpecificationCommandInput,
|
|
2028
2032
|
ModifyInstanceCreditSpecificationCommandOutput,
|
|
@@ -9907,6 +9911,19 @@ export interface EC2 {
|
|
|
9907
9911
|
data?: ModifyInstanceCapacityReservationAttributesCommandOutput
|
|
9908
9912
|
) => void
|
|
9909
9913
|
): void;
|
|
9914
|
+
modifyInstanceCpuOptions(
|
|
9915
|
+
args: ModifyInstanceCpuOptionsCommandInput,
|
|
9916
|
+
options?: __HttpHandlerOptions
|
|
9917
|
+
): Promise<ModifyInstanceCpuOptionsCommandOutput>;
|
|
9918
|
+
modifyInstanceCpuOptions(
|
|
9919
|
+
args: ModifyInstanceCpuOptionsCommandInput,
|
|
9920
|
+
cb: (err: any, data?: ModifyInstanceCpuOptionsCommandOutput) => void
|
|
9921
|
+
): void;
|
|
9922
|
+
modifyInstanceCpuOptions(
|
|
9923
|
+
args: ModifyInstanceCpuOptionsCommandInput,
|
|
9924
|
+
options: __HttpHandlerOptions,
|
|
9925
|
+
cb: (err: any, data?: ModifyInstanceCpuOptionsCommandOutput) => void
|
|
9926
|
+
): void;
|
|
9910
9927
|
modifyInstanceCreditSpecification(
|
|
9911
9928
|
args: ModifyInstanceCreditSpecificationCommandInput,
|
|
9912
9929
|
options?: __HttpHandlerOptions
|
|
@@ -2069,6 +2069,10 @@ import {
|
|
|
2069
2069
|
ModifyInstanceCapacityReservationAttributesCommandInput,
|
|
2070
2070
|
ModifyInstanceCapacityReservationAttributesCommandOutput,
|
|
2071
2071
|
} from "./commands/ModifyInstanceCapacityReservationAttributesCommand";
|
|
2072
|
+
import {
|
|
2073
|
+
ModifyInstanceCpuOptionsCommandInput,
|
|
2074
|
+
ModifyInstanceCpuOptionsCommandOutput,
|
|
2075
|
+
} from "./commands/ModifyInstanceCpuOptionsCommand";
|
|
2072
2076
|
import {
|
|
2073
2077
|
ModifyInstanceCreditSpecificationCommandInput,
|
|
2074
2078
|
ModifyInstanceCreditSpecificationCommandOutput,
|
|
@@ -3067,6 +3071,7 @@ export type ServiceInputTypes =
|
|
|
3067
3071
|
| ModifyImageAttributeCommandInput
|
|
3068
3072
|
| ModifyInstanceAttributeCommandInput
|
|
3069
3073
|
| ModifyInstanceCapacityReservationAttributesCommandInput
|
|
3074
|
+
| ModifyInstanceCpuOptionsCommandInput
|
|
3070
3075
|
| ModifyInstanceCreditSpecificationCommandInput
|
|
3071
3076
|
| ModifyInstanceEventStartTimeCommandInput
|
|
3072
3077
|
| ModifyInstanceEventWindowCommandInput
|
|
@@ -3695,6 +3700,7 @@ export type ServiceOutputTypes =
|
|
|
3695
3700
|
| ModifyImageAttributeCommandOutput
|
|
3696
3701
|
| ModifyInstanceAttributeCommandOutput
|
|
3697
3702
|
| ModifyInstanceCapacityReservationAttributesCommandOutput
|
|
3703
|
+
| ModifyInstanceCpuOptionsCommandOutput
|
|
3698
3704
|
| ModifyInstanceCreditSpecificationCommandOutput
|
|
3699
3705
|
| ModifyInstanceEventStartTimeCommandOutput
|
|
3700
3706
|
| ModifyInstanceEventWindowCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
ModifyInstanceCpuOptionsRequest,
|
|
10
|
+
ModifyInstanceCpuOptionsResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ModifyInstanceCpuOptionsCommandInput
|
|
15
|
+
extends ModifyInstanceCpuOptionsRequest {}
|
|
16
|
+
export interface ModifyInstanceCpuOptionsCommandOutput
|
|
17
|
+
extends ModifyInstanceCpuOptionsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ModifyInstanceCpuOptionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ModifyInstanceCpuOptionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ModifyInstanceCpuOptionsCommandInput,
|
|
24
|
+
ModifyInstanceCpuOptionsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ModifyInstanceCpuOptionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ModifyInstanceCpuOptionsCommandInput,
|
|
33
|
+
ModifyInstanceCpuOptionsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ModifyInstanceCpuOptionsCommand extends ModifyInstanceCpuOptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ModifyInstanceCpuOptionsRequest;
|
|
44
|
+
output: ModifyInstanceCpuOptionsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ModifyInstanceCpuOptionsCommandInput;
|
|
48
|
+
output: ModifyInstanceCpuOptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ModifyVpnConnectionResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { ModifyVpnConnectionRequest } from "../models/models_6";
|
|
9
|
+
import { ModifyVpnConnectionResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ModifyVpnConnectionCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ModifyVpnConnectionOptionsRequest,
|
|
10
|
+
ModifyVpnConnectionOptionsResult,
|
|
11
|
+
} from "../models/models_7";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ModifyVpnConnectionOptionsCommandInput
|
|
@@ -504,6 +504,7 @@ export * from "./ModifyIdentityIdFormatCommand";
|
|
|
504
504
|
export * from "./ModifyImageAttributeCommand";
|
|
505
505
|
export * from "./ModifyInstanceAttributeCommand";
|
|
506
506
|
export * from "./ModifyInstanceCapacityReservationAttributesCommand";
|
|
507
|
+
export * from "./ModifyInstanceCpuOptionsCommand";
|
|
507
508
|
export * from "./ModifyInstanceCreditSpecificationCommand";
|
|
508
509
|
export * from "./ModifyInstanceEventStartTimeCommand";
|
|
509
510
|
export * from "./ModifyInstanceEventWindowCommand";
|
|
@@ -699,8 +699,6 @@ export declare const DomainType: {
|
|
|
699
699
|
};
|
|
700
700
|
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
701
701
|
export interface Address {
|
|
702
|
-
InstanceId?: string;
|
|
703
|
-
PublicIp?: string;
|
|
704
702
|
AllocationId?: string;
|
|
705
703
|
AssociationId?: string;
|
|
706
704
|
Domain?: DomainType;
|
|
@@ -713,6 +711,8 @@ export interface Address {
|
|
|
713
711
|
CustomerOwnedIp?: string;
|
|
714
712
|
CustomerOwnedIpv4Pool?: string;
|
|
715
713
|
CarrierIp?: string;
|
|
714
|
+
InstanceId?: string;
|
|
715
|
+
PublicIp?: string;
|
|
716
716
|
}
|
|
717
717
|
export interface PtrUpdateStatus {
|
|
718
718
|
Value?: string;
|
|
@@ -791,12 +791,11 @@ export interface AllocateAddressRequest {
|
|
|
791
791
|
PublicIpv4Pool?: string;
|
|
792
792
|
NetworkBorderGroup?: string;
|
|
793
793
|
CustomerOwnedIpv4Pool?: string;
|
|
794
|
-
DryRun?: boolean;
|
|
795
794
|
TagSpecifications?: TagSpecification[];
|
|
796
795
|
IpamPoolId?: string;
|
|
796
|
+
DryRun?: boolean;
|
|
797
797
|
}
|
|
798
798
|
export interface AllocateAddressResult {
|
|
799
|
-
PublicIp?: string;
|
|
800
799
|
AllocationId?: string;
|
|
801
800
|
PublicIpv4Pool?: string;
|
|
802
801
|
NetworkBorderGroup?: string;
|
|
@@ -804,6 +803,7 @@ export interface AllocateAddressResult {
|
|
|
804
803
|
CustomerOwnedIp?: string;
|
|
805
804
|
CustomerOwnedIpv4Pool?: string;
|
|
806
805
|
CarrierIp?: string;
|
|
806
|
+
PublicIp?: string;
|
|
807
807
|
}
|
|
808
808
|
export declare const AutoPlacement: {
|
|
809
809
|
readonly off: "off";
|
|
@@ -822,17 +822,17 @@ export declare const HostRecovery: {
|
|
|
822
822
|
};
|
|
823
823
|
export type HostRecovery = (typeof HostRecovery)[keyof typeof HostRecovery];
|
|
824
824
|
export interface AllocateHostsRequest {
|
|
825
|
-
AutoPlacement?: AutoPlacement;
|
|
826
|
-
AvailabilityZone: string | undefined;
|
|
827
|
-
ClientToken?: string;
|
|
828
|
-
InstanceType?: string;
|
|
829
825
|
InstanceFamily?: string;
|
|
830
|
-
Quantity?: number;
|
|
831
826
|
TagSpecifications?: TagSpecification[];
|
|
832
827
|
HostRecovery?: HostRecovery;
|
|
833
828
|
OutpostArn?: string;
|
|
834
829
|
HostMaintenance?: HostMaintenance;
|
|
835
830
|
AssetIds?: string[];
|
|
831
|
+
AutoPlacement?: AutoPlacement;
|
|
832
|
+
ClientToken?: string;
|
|
833
|
+
InstanceType?: string;
|
|
834
|
+
Quantity?: number;
|
|
835
|
+
AvailabilityZone: string | undefined;
|
|
836
836
|
}
|
|
837
837
|
export interface AllocateHostsResult {
|
|
838
838
|
HostIds?: string[];
|
|
@@ -921,11 +921,11 @@ export interface ApplySecurityGroupsToClientVpnTargetNetworkResult {
|
|
|
921
921
|
SecurityGroupIds?: string[];
|
|
922
922
|
}
|
|
923
923
|
export interface AssignIpv6AddressesRequest {
|
|
924
|
-
Ipv6AddressCount?: number;
|
|
925
|
-
Ipv6Addresses?: string[];
|
|
926
924
|
Ipv6PrefixCount?: number;
|
|
927
925
|
Ipv6Prefixes?: string[];
|
|
928
926
|
NetworkInterfaceId: string | undefined;
|
|
927
|
+
Ipv6Addresses?: string[];
|
|
928
|
+
Ipv6AddressCount?: number;
|
|
929
929
|
}
|
|
930
930
|
export interface AssignIpv6AddressesResult {
|
|
931
931
|
AssignedIpv6Addresses?: string[];
|
|
@@ -933,12 +933,12 @@ export interface AssignIpv6AddressesResult {
|
|
|
933
933
|
NetworkInterfaceId?: string;
|
|
934
934
|
}
|
|
935
935
|
export interface AssignPrivateIpAddressesRequest {
|
|
936
|
-
|
|
936
|
+
Ipv4Prefixes?: string[];
|
|
937
|
+
Ipv4PrefixCount?: number;
|
|
937
938
|
NetworkInterfaceId: string | undefined;
|
|
938
939
|
PrivateIpAddresses?: string[];
|
|
939
940
|
SecondaryPrivateIpAddressCount?: number;
|
|
940
|
-
|
|
941
|
-
Ipv4PrefixCount?: number;
|
|
941
|
+
AllowReassignment?: boolean;
|
|
942
942
|
}
|
|
943
943
|
export interface Ipv4PrefixSpecification {
|
|
944
944
|
Ipv4Prefix?: string;
|
|
@@ -985,10 +985,10 @@ export interface AssociateAddressRequest {
|
|
|
985
985
|
AllocationId?: string;
|
|
986
986
|
InstanceId?: string;
|
|
987
987
|
PublicIp?: string;
|
|
988
|
-
AllowReassociation?: boolean;
|
|
989
988
|
DryRun?: boolean;
|
|
990
989
|
NetworkInterfaceId?: string;
|
|
991
990
|
PrivateIpAddress?: string;
|
|
991
|
+
AllowReassociation?: boolean;
|
|
992
992
|
}
|
|
993
993
|
export interface AssociateAddressResult {
|
|
994
994
|
AssociationId?: string;
|
|
@@ -1173,10 +1173,10 @@ export interface AssociateNatGatewayAddressResult {
|
|
|
1173
1173
|
NatGatewayAddresses?: NatGatewayAddress[];
|
|
1174
1174
|
}
|
|
1175
1175
|
export interface AssociateRouteTableRequest {
|
|
1176
|
+
GatewayId?: string;
|
|
1176
1177
|
DryRun?: boolean;
|
|
1177
|
-
RouteTableId: string | undefined;
|
|
1178
1178
|
SubnetId?: string;
|
|
1179
|
-
|
|
1179
|
+
RouteTableId: string | undefined;
|
|
1180
1180
|
}
|
|
1181
1181
|
export declare const RouteTableAssociationStateCode: {
|
|
1182
1182
|
readonly associated: "associated";
|
|
@@ -1196,10 +1196,10 @@ export interface AssociateRouteTableResult {
|
|
|
1196
1196
|
AssociationState?: RouteTableAssociationState;
|
|
1197
1197
|
}
|
|
1198
1198
|
export interface AssociateSubnetCidrBlockRequest {
|
|
1199
|
-
Ipv6CidrBlock?: string;
|
|
1200
|
-
SubnetId: string | undefined;
|
|
1201
1199
|
Ipv6IpamPoolId?: string;
|
|
1202
1200
|
Ipv6NetmaskLength?: number;
|
|
1201
|
+
SubnetId: string | undefined;
|
|
1202
|
+
Ipv6CidrBlock?: string;
|
|
1203
1203
|
}
|
|
1204
1204
|
export declare const IpSource: {
|
|
1205
1205
|
readonly amazon: "amazon";
|
|
@@ -1313,9 +1313,7 @@ export interface AssociateTrunkInterfaceResult {
|
|
|
1313
1313
|
ClientToken?: string;
|
|
1314
1314
|
}
|
|
1315
1315
|
export interface AssociateVpcCidrBlockRequest {
|
|
1316
|
-
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
1317
1316
|
CidrBlock?: string;
|
|
1318
|
-
VpcId: string | undefined;
|
|
1319
1317
|
Ipv6CidrBlockNetworkBorderGroup?: string;
|
|
1320
1318
|
Ipv6Pool?: string;
|
|
1321
1319
|
Ipv6CidrBlock?: string;
|
|
@@ -1323,6 +1321,8 @@ export interface AssociateVpcCidrBlockRequest {
|
|
|
1323
1321
|
Ipv4NetmaskLength?: number;
|
|
1324
1322
|
Ipv6IpamPoolId?: string;
|
|
1325
1323
|
Ipv6NetmaskLength?: number;
|
|
1324
|
+
VpcId: string | undefined;
|
|
1325
|
+
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
1326
1326
|
}
|
|
1327
1327
|
export declare const VpcCidrBlockStateCode: {
|
|
1328
1328
|
readonly associated: "associated";
|
|
@@ -1359,9 +1359,9 @@ export interface AssociateVpcCidrBlockResult {
|
|
|
1359
1359
|
}
|
|
1360
1360
|
export interface AttachClassicLinkVpcRequest {
|
|
1361
1361
|
DryRun?: boolean;
|
|
1362
|
-
Groups: string[] | undefined;
|
|
1363
1362
|
InstanceId: string | undefined;
|
|
1364
1363
|
VpcId: string | undefined;
|
|
1364
|
+
Groups: string[] | undefined;
|
|
1365
1365
|
}
|
|
1366
1366
|
export interface AttachClassicLinkVpcResult {
|
|
1367
1367
|
Return?: boolean;
|
|
@@ -1379,12 +1379,12 @@ export interface EnaSrdSpecification {
|
|
|
1379
1379
|
EnaSrdUdpSpecification?: EnaSrdUdpSpecification;
|
|
1380
1380
|
}
|
|
1381
1381
|
export interface AttachNetworkInterfaceRequest {
|
|
1382
|
-
DeviceIndex: number | undefined;
|
|
1383
|
-
DryRun?: boolean;
|
|
1384
|
-
InstanceId: string | undefined;
|
|
1385
|
-
NetworkInterfaceId: string | undefined;
|
|
1386
1382
|
NetworkCardIndex?: number;
|
|
1387
1383
|
EnaSrdSpecification?: EnaSrdSpecification;
|
|
1384
|
+
DryRun?: boolean;
|
|
1385
|
+
NetworkInterfaceId: string | undefined;
|
|
1386
|
+
InstanceId: string | undefined;
|
|
1387
|
+
DeviceIndex: number | undefined;
|
|
1388
1388
|
}
|
|
1389
1389
|
export interface AttachNetworkInterfaceResult {
|
|
1390
1390
|
AttachmentId?: string;
|
|
@@ -1482,14 +1482,14 @@ export declare const VolumeAttachmentState: {
|
|
|
1482
1482
|
export type VolumeAttachmentState =
|
|
1483
1483
|
(typeof VolumeAttachmentState)[keyof typeof VolumeAttachmentState];
|
|
1484
1484
|
export interface VolumeAttachment {
|
|
1485
|
-
AttachTime?: Date;
|
|
1486
|
-
Device?: string;
|
|
1487
|
-
InstanceId?: string;
|
|
1488
|
-
State?: VolumeAttachmentState;
|
|
1489
|
-
VolumeId?: string;
|
|
1490
1485
|
DeleteOnTermination?: boolean;
|
|
1491
1486
|
AssociatedResource?: string;
|
|
1492
1487
|
InstanceOwningService?: string;
|
|
1488
|
+
VolumeId?: string;
|
|
1489
|
+
InstanceId?: string;
|
|
1490
|
+
Device?: string;
|
|
1491
|
+
State?: VolumeAttachmentState;
|
|
1492
|
+
AttachTime?: Date;
|
|
1493
1493
|
}
|
|
1494
1494
|
export interface AttachVpnGatewayRequest {
|
|
1495
1495
|
VpcId: string | undefined;
|
|
@@ -1505,8 +1505,8 @@ export declare const AttachmentStatus: {
|
|
|
1505
1505
|
export type AttachmentStatus =
|
|
1506
1506
|
(typeof AttachmentStatus)[keyof typeof AttachmentStatus];
|
|
1507
1507
|
export interface VpcAttachment {
|
|
1508
|
-
State?: AttachmentStatus;
|
|
1509
1508
|
VpcId?: string;
|
|
1509
|
+
State?: AttachmentStatus;
|
|
1510
1510
|
}
|
|
1511
1511
|
export interface AttachVpnGatewayResult {
|
|
1512
1512
|
VpcAttachment?: VpcAttachment;
|
|
@@ -1536,12 +1536,12 @@ export interface AuthorizeClientVpnIngressResult {
|
|
|
1536
1536
|
Status?: ClientVpnAuthorizationRuleStatus;
|
|
1537
1537
|
}
|
|
1538
1538
|
export interface IpRange {
|
|
1539
|
-
CidrIp?: string;
|
|
1540
1539
|
Description?: string;
|
|
1540
|
+
CidrIp?: string;
|
|
1541
1541
|
}
|
|
1542
1542
|
export interface Ipv6Range {
|
|
1543
|
-
CidrIpv6?: string;
|
|
1544
1543
|
Description?: string;
|
|
1544
|
+
CidrIpv6?: string;
|
|
1545
1545
|
}
|
|
1546
1546
|
export interface PrefixListId {
|
|
1547
1547
|
Description?: string;
|
|
@@ -1549,33 +1549,33 @@ export interface PrefixListId {
|
|
|
1549
1549
|
}
|
|
1550
1550
|
export interface UserIdGroupPair {
|
|
1551
1551
|
Description?: string;
|
|
1552
|
-
GroupId?: string;
|
|
1553
|
-
GroupName?: string;
|
|
1554
|
-
PeeringStatus?: string;
|
|
1555
1552
|
UserId?: string;
|
|
1553
|
+
GroupName?: string;
|
|
1554
|
+
GroupId?: string;
|
|
1556
1555
|
VpcId?: string;
|
|
1557
1556
|
VpcPeeringConnectionId?: string;
|
|
1557
|
+
PeeringStatus?: string;
|
|
1558
1558
|
}
|
|
1559
1559
|
export interface IpPermission {
|
|
1560
|
-
FromPort?: number;
|
|
1561
1560
|
IpProtocol?: string;
|
|
1561
|
+
FromPort?: number;
|
|
1562
|
+
ToPort?: number;
|
|
1563
|
+
UserIdGroupPairs?: UserIdGroupPair[];
|
|
1562
1564
|
IpRanges?: IpRange[];
|
|
1563
1565
|
Ipv6Ranges?: Ipv6Range[];
|
|
1564
1566
|
PrefixListIds?: PrefixListId[];
|
|
1565
|
-
ToPort?: number;
|
|
1566
|
-
UserIdGroupPairs?: UserIdGroupPair[];
|
|
1567
1567
|
}
|
|
1568
1568
|
export interface AuthorizeSecurityGroupEgressRequest {
|
|
1569
|
+
TagSpecifications?: TagSpecification[];
|
|
1569
1570
|
DryRun?: boolean;
|
|
1570
1571
|
GroupId: string | undefined;
|
|
1571
|
-
IpPermissions?: IpPermission[];
|
|
1572
|
-
TagSpecifications?: TagSpecification[];
|
|
1573
|
-
CidrIp?: string;
|
|
1574
|
-
FromPort?: number;
|
|
1575
|
-
IpProtocol?: string;
|
|
1576
|
-
ToPort?: number;
|
|
1577
1572
|
SourceSecurityGroupName?: string;
|
|
1578
1573
|
SourceSecurityGroupOwnerId?: string;
|
|
1574
|
+
IpProtocol?: string;
|
|
1575
|
+
FromPort?: number;
|
|
1576
|
+
ToPort?: number;
|
|
1577
|
+
CidrIp?: string;
|
|
1578
|
+
IpPermissions?: IpPermission[];
|
|
1579
1579
|
}
|
|
1580
1580
|
export interface ReferencedSecurityGroup {
|
|
1581
1581
|
GroupId?: string;
|
|
@@ -1613,8 +1613,8 @@ export interface AuthorizeSecurityGroupIngressRequest {
|
|
|
1613
1613
|
SourceSecurityGroupName?: string;
|
|
1614
1614
|
SourceSecurityGroupOwnerId?: string;
|
|
1615
1615
|
ToPort?: number;
|
|
1616
|
-
DryRun?: boolean;
|
|
1617
1616
|
TagSpecifications?: TagSpecification[];
|
|
1617
|
+
DryRun?: boolean;
|
|
1618
1618
|
}
|
|
1619
1619
|
export interface AuthorizeSecurityGroupIngressResult {
|
|
1620
1620
|
Return?: boolean;
|
|
@@ -1651,14 +1651,14 @@ export declare const BundleTaskState: {
|
|
|
1651
1651
|
export type BundleTaskState =
|
|
1652
1652
|
(typeof BundleTaskState)[keyof typeof BundleTaskState];
|
|
1653
1653
|
export interface BundleTask {
|
|
1654
|
-
BundleId?: string;
|
|
1655
|
-
BundleTaskError?: BundleTaskError;
|
|
1656
1654
|
InstanceId?: string;
|
|
1657
|
-
|
|
1658
|
-
StartTime?: Date;
|
|
1655
|
+
BundleId?: string;
|
|
1659
1656
|
State?: BundleTaskState;
|
|
1660
|
-
|
|
1657
|
+
StartTime?: Date;
|
|
1661
1658
|
UpdateTime?: Date;
|
|
1659
|
+
Storage?: Storage;
|
|
1660
|
+
Progress?: string;
|
|
1661
|
+
BundleTaskError?: BundleTaskError;
|
|
1662
1662
|
}
|
|
1663
1663
|
export interface BundleInstanceResult {
|
|
1664
1664
|
BundleTask?: BundleTask;
|
|
@@ -1712,8 +1712,8 @@ export interface CancelCapacityReservationFleetsResult {
|
|
|
1712
1712
|
FailedFleetCancellations?: FailedCapacityReservationFleetCancellationResult[];
|
|
1713
1713
|
}
|
|
1714
1714
|
export interface CancelConversionRequest {
|
|
1715
|
-
ConversionTaskId: string | undefined;
|
|
1716
1715
|
DryRun?: boolean;
|
|
1716
|
+
ConversionTaskId: string | undefined;
|
|
1717
1717
|
ReasonMessage?: string;
|
|
1718
1718
|
}
|
|
1719
1719
|
export interface CancelExportTaskRequest {
|
|
@@ -1849,8 +1849,8 @@ export interface ConfirmProductInstanceRequest {
|
|
|
1849
1849
|
DryRun?: boolean;
|
|
1850
1850
|
}
|
|
1851
1851
|
export interface ConfirmProductInstanceResult {
|
|
1852
|
-
OwnerId?: string;
|
|
1853
1852
|
Return?: boolean;
|
|
1853
|
+
OwnerId?: string;
|
|
1854
1854
|
}
|
|
1855
1855
|
export interface CopyFpgaImageRequest {
|
|
1856
1856
|
DryRun?: boolean;
|
|
@@ -1872,9 +1872,9 @@ export interface CopyImageRequest {
|
|
|
1872
1872
|
SourceImageId: string | undefined;
|
|
1873
1873
|
SourceRegion: string | undefined;
|
|
1874
1874
|
DestinationOutpostArn?: string;
|
|
1875
|
-
DryRun?: boolean;
|
|
1876
1875
|
CopyImageTags?: boolean;
|
|
1877
1876
|
TagSpecifications?: TagSpecification[];
|
|
1877
|
+
DryRun?: boolean;
|
|
1878
1878
|
}
|
|
1879
1879
|
export interface CopyImageResult {
|
|
1880
1880
|
ImageId?: string;
|
|
@@ -1892,8 +1892,8 @@ export interface CopySnapshotRequest {
|
|
|
1892
1892
|
DryRun?: boolean;
|
|
1893
1893
|
}
|
|
1894
1894
|
export interface CopySnapshotResult {
|
|
1895
|
-
SnapshotId?: string;
|
|
1896
1895
|
Tags?: Tag[];
|
|
1896
|
+
SnapshotId?: string;
|
|
1897
1897
|
}
|
|
1898
1898
|
export declare const EndDateType: {
|
|
1899
1899
|
readonly limited: "limited";
|