@aws-sdk/client-ec2 3.758.0 → 3.764.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/index.js +387 -282
- package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +23 -4
- package/dist-es/models/models_2.js +4 -9
- package/dist-es/models/models_3.js +10 -15
- package/dist-es/models/models_4.js +15 -0
- package/dist-es/models/models_5.js +1 -1
- package/dist-es/models/models_6.js +0 -6
- package/dist-es/models/models_7.js +7 -1
- package/dist-es/protocols/Aws_ec2.js +139 -64
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
- 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 -1
- package/dist-types/models/models_0.d.ts +20 -12
- package/dist-types/models/models_1.d.ts +86 -233
- package/dist-types/models/models_2.d.ts +236 -253
- package/dist-types/models/models_3.d.ts +248 -243
- package/dist-types/models/models_4.d.ts +247 -197
- package/dist-types/models/models_5.d.ts +198 -120
- package/dist-types/models/models_6.d.ts +119 -132
- package/dist-types/models/models_7.d.ts +134 -148
- package/dist-types/models/models_8.d.ts +145 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
- 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 +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -6
- package/dist-types/ts3.4/models/models_1.d.ts +52 -40
- package/dist-types/ts3.4/models/models_2.d.ts +40 -59
- package/dist-types/ts3.4/models/models_3.d.ts +66 -57
- package/dist-types/ts3.4/models/models_4.d.ts +60 -42
- package/dist-types/ts3.4/models/models_5.d.ts +45 -38
- package/dist-types/ts3.4/models/models_6.d.ts +35 -39
- package/dist-types/ts3.4/models/models_7.d.ts +38 -37
- package/dist-types/ts3.4/models/models_8.d.ts +34 -1
- package/package.json +1 -1
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeFastSnapshotRestoresRequest } from "../models/
|
|
5
|
-
import { DescribeFastSnapshotRestoresResult } from "../models/models_4";
|
|
4
|
+
import { DescribeFastSnapshotRestoresRequest, DescribeFastSnapshotRestoresResult } from "../models/models_4";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribePrincipalIdFormatRequest
|
|
4
|
+
import { DescribePrincipalIdFormatRequest } from "../models/models_4";
|
|
5
|
+
import { DescribePrincipalIdFormatResult } from "../models/models_5";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribePublicIpv4PoolsRequest, DescribePublicIpv4PoolsResult } from "../models/
|
|
4
|
+
import { DescribePublicIpv4PoolsRequest, DescribePublicIpv4PoolsResult } from "../models/models_5";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeRegionsRequest } from "../models/
|
|
5
|
-
import { DescribeRegionsResult } from "../models/models_5";
|
|
4
|
+
import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_5";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -85,8 +85,43 @@ declare const DescribeVpcsCommand_base: {
|
|
|
85
85
|
* // },
|
|
86
86
|
* // ],
|
|
87
87
|
* // IsDefault: true || false,
|
|
88
|
-
* //
|
|
89
|
-
* //
|
|
88
|
+
* // EncryptionControl: { // VpcEncryptionControl
|
|
89
|
+
* // VpcId: "STRING_VALUE",
|
|
90
|
+
* // VpcEncryptionControlId: "STRING_VALUE",
|
|
91
|
+
* // Mode: "monitor" || "enforce",
|
|
92
|
+
* // State: "enforce-in-progress" || "monitor-in-progress" || "enforce-failed" || "monitor-failed" || "deleting" || "deleted" || "available",
|
|
93
|
+
* // StateMessage: "STRING_VALUE",
|
|
94
|
+
* // ResourceExclusions: { // VpcEncryptionControlExclusions
|
|
95
|
+
* // InternetGateway: { // VpcEncryptionControlExclusion
|
|
96
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
97
|
+
* // StateMessage: "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // EgressOnlyInternetGateway: {
|
|
100
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
101
|
+
* // StateMessage: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // NatGateway: {
|
|
104
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
105
|
+
* // StateMessage: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // VirtualPrivateGateway: {
|
|
108
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
109
|
+
* // StateMessage: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // VpcPeering: {
|
|
112
|
+
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
113
|
+
* // StateMessage: "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // },
|
|
116
|
+
* // Tags: [ // TagList
|
|
117
|
+
* // { // Tag
|
|
118
|
+
* // Key: "STRING_VALUE",
|
|
119
|
+
* // Value: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // ],
|
|
122
|
+
* // },
|
|
123
|
+
* // Tags: [
|
|
124
|
+
* // {
|
|
90
125
|
* // Key: "STRING_VALUE",
|
|
91
126
|
* // Value: "STRING_VALUE",
|
|
92
127
|
* // },
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DisassociateSubnetCidrBlockRequest
|
|
4
|
+
import { DisassociateSubnetCidrBlockRequest } from "../models/models_5";
|
|
5
|
+
import { DisassociateSubnetCidrBlockResult } from "../models/models_6";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DisassociateTransitGatewayMulticastDomainRequest, DisassociateTransitGatewayMulticastDomainResult } from "../models/
|
|
4
|
+
import { DisassociateTransitGatewayMulticastDomainRequest, DisassociateTransitGatewayMulticastDomainResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DisassociateTransitGatewayPolicyTableRequest, DisassociateTransitGatewayPolicyTableResult } from "../models/
|
|
4
|
+
import { DisassociateTransitGatewayPolicyTableRequest, DisassociateTransitGatewayPolicyTableResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DisassociateTransitGatewayRouteTableRequest, DisassociateTransitGatewayRouteTableResult } from "../models/
|
|
4
|
+
import { DisassociateTransitGatewayRouteTableRequest, DisassociateTransitGatewayRouteTableResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyInstanceCapacityReservationAttributesRequest
|
|
4
|
+
import { ModifyInstanceCapacityReservationAttributesRequest } from "../models/models_6";
|
|
5
|
+
import { ModifyInstanceCapacityReservationAttributesResult } from "../models/models_7";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -24,6 +25,7 @@ export interface ModifyInstanceCapacityReservationAttributesCommandOutput extend
|
|
|
24
25
|
declare const ModifyInstanceCapacityReservationAttributesCommand_base: {
|
|
25
26
|
new (input: ModifyInstanceCapacityReservationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceCapacityReservationAttributesCommandInput, ModifyInstanceCapacityReservationAttributesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
new (__0_0: ModifyInstanceCapacityReservationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceCapacityReservationAttributesCommandInput, ModifyInstanceCapacityReservationAttributesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
/** @internal type navigation helper, not in runtime. */
|
|
27
29
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyInstanceCpuOptionsRequest, ModifyInstanceCpuOptionsResult } from "../models/
|
|
4
|
+
import { ModifyInstanceCpuOptionsRequest, ModifyInstanceCpuOptionsResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyInstanceCreditSpecificationRequest } from "../models/
|
|
5
|
-
import { ModifyInstanceCreditSpecificationResult } from "../models/models_7";
|
|
4
|
+
import { ModifyInstanceCreditSpecificationRequest, ModifyInstanceCreditSpecificationResult } from "../models/models_7";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { StopInstancesRequest, StopInstancesResult } from "../models/
|
|
4
|
+
import { StopInstancesRequest, StopInstancesResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { TerminateClientVpnConnectionsRequest, TerminateClientVpnConnectionsResult } from "../models/
|
|
4
|
+
import { TerminateClientVpnConnectionsRequest, TerminateClientVpnConnectionsResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { TerminateInstancesRequest, TerminateInstancesResult } from "../models/
|
|
4
|
+
import { TerminateInstancesRequest, TerminateInstancesResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -2493,6 +2493,18 @@ export declare const DomainType: {
|
|
|
2493
2493
|
* @public
|
|
2494
2494
|
*/
|
|
2495
2495
|
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
2496
|
+
/**
|
|
2497
|
+
* @public
|
|
2498
|
+
* @enum
|
|
2499
|
+
*/
|
|
2500
|
+
export declare const ServiceManaged: {
|
|
2501
|
+
readonly alb: "alb";
|
|
2502
|
+
readonly nlb: "nlb";
|
|
2503
|
+
};
|
|
2504
|
+
/**
|
|
2505
|
+
* @public
|
|
2506
|
+
*/
|
|
2507
|
+
export type ServiceManaged = (typeof ServiceManaged)[keyof typeof ServiceManaged];
|
|
2496
2508
|
/**
|
|
2497
2509
|
* <p>Describes an Elastic IP address, or a carrier IP address.</p>
|
|
2498
2510
|
* @public
|
|
@@ -2560,6 +2572,14 @@ export interface Address {
|
|
|
2560
2572
|
* @public
|
|
2561
2573
|
*/
|
|
2562
2574
|
CarrierIp?: string | undefined;
|
|
2575
|
+
/**
|
|
2576
|
+
* <p>The service that manages the elastic IP address.</p>
|
|
2577
|
+
* <note>
|
|
2578
|
+
* <p>The only option supported today is <code>alb</code>.</p>
|
|
2579
|
+
* </note>
|
|
2580
|
+
* @public
|
|
2581
|
+
*/
|
|
2582
|
+
ServiceManaged?: ServiceManaged | undefined;
|
|
2563
2583
|
/**
|
|
2564
2584
|
* <p>The ID of the instance that the address is associated with (if any).</p>
|
|
2565
2585
|
* @public
|
|
@@ -7498,18 +7518,6 @@ export interface CopySnapshotResult {
|
|
|
7498
7518
|
*/
|
|
7499
7519
|
SnapshotId?: string | undefined;
|
|
7500
7520
|
}
|
|
7501
|
-
/**
|
|
7502
|
-
* @public
|
|
7503
|
-
* @enum
|
|
7504
|
-
*/
|
|
7505
|
-
export declare const CapacityReservationDeliveryPreference: {
|
|
7506
|
-
readonly FIXED: "fixed";
|
|
7507
|
-
readonly INCREMENTAL: "incremental";
|
|
7508
|
-
};
|
|
7509
|
-
/**
|
|
7510
|
-
* @public
|
|
7511
|
-
*/
|
|
7512
|
-
export type CapacityReservationDeliveryPreference = (typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
|
|
7513
7521
|
/**
|
|
7514
7522
|
* @internal
|
|
7515
7523
|
*/
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus,
|
|
1
|
+
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationFleetState, InstanceEventWindow, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @enum
|
|
5
|
+
*/
|
|
6
|
+
export declare const CapacityReservationDeliveryPreference: {
|
|
7
|
+
readonly FIXED: "fixed";
|
|
8
|
+
readonly INCREMENTAL: "incremental";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export type CapacityReservationDeliveryPreference = (typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
|
|
2
14
|
/**
|
|
3
15
|
* @public
|
|
4
16
|
* @enum
|
|
@@ -2960,6 +2972,78 @@ export interface CreateDefaultVpcRequest {
|
|
|
2960
2972
|
*/
|
|
2961
2973
|
DryRun?: boolean | undefined;
|
|
2962
2974
|
}
|
|
2975
|
+
/**
|
|
2976
|
+
* @public
|
|
2977
|
+
* @enum
|
|
2978
|
+
*/
|
|
2979
|
+
export declare const VpcEncryptionControlMode: {
|
|
2980
|
+
readonly enforce: "enforce";
|
|
2981
|
+
readonly monitor: "monitor";
|
|
2982
|
+
};
|
|
2983
|
+
/**
|
|
2984
|
+
* @public
|
|
2985
|
+
*/
|
|
2986
|
+
export type VpcEncryptionControlMode = (typeof VpcEncryptionControlMode)[keyof typeof VpcEncryptionControlMode];
|
|
2987
|
+
/**
|
|
2988
|
+
* @public
|
|
2989
|
+
* @enum
|
|
2990
|
+
*/
|
|
2991
|
+
export declare const VpcEncryptionControlExclusionState: {
|
|
2992
|
+
readonly disabled: "disabled";
|
|
2993
|
+
readonly disabling: "disabling";
|
|
2994
|
+
readonly enabled: "enabled";
|
|
2995
|
+
readonly enabling: "enabling";
|
|
2996
|
+
};
|
|
2997
|
+
/**
|
|
2998
|
+
* @public
|
|
2999
|
+
*/
|
|
3000
|
+
export type VpcEncryptionControlExclusionState = (typeof VpcEncryptionControlExclusionState)[keyof typeof VpcEncryptionControlExclusionState];
|
|
3001
|
+
/**
|
|
3002
|
+
* @public
|
|
3003
|
+
*/
|
|
3004
|
+
export interface VpcEncryptionControlExclusion {
|
|
3005
|
+
State?: VpcEncryptionControlExclusionState | undefined;
|
|
3006
|
+
StateMessage?: string | undefined;
|
|
3007
|
+
}
|
|
3008
|
+
/**
|
|
3009
|
+
* @public
|
|
3010
|
+
*/
|
|
3011
|
+
export interface VpcEncryptionControlExclusions {
|
|
3012
|
+
InternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
3013
|
+
EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
3014
|
+
NatGateway?: VpcEncryptionControlExclusion | undefined;
|
|
3015
|
+
VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
|
|
3016
|
+
VpcPeering?: VpcEncryptionControlExclusion | undefined;
|
|
3017
|
+
}
|
|
3018
|
+
/**
|
|
3019
|
+
* @public
|
|
3020
|
+
* @enum
|
|
3021
|
+
*/
|
|
3022
|
+
export declare const VpcEncryptionControlState: {
|
|
3023
|
+
readonly available: "available";
|
|
3024
|
+
readonly deleted: "deleted";
|
|
3025
|
+
readonly deleting: "deleting";
|
|
3026
|
+
readonly enforce_failed: "enforce-failed";
|
|
3027
|
+
readonly enforce_in_progress: "enforce-in-progress";
|
|
3028
|
+
readonly monitor_failed: "monitor-failed";
|
|
3029
|
+
readonly monitor_in_progress: "monitor-in-progress";
|
|
3030
|
+
};
|
|
3031
|
+
/**
|
|
3032
|
+
* @public
|
|
3033
|
+
*/
|
|
3034
|
+
export type VpcEncryptionControlState = (typeof VpcEncryptionControlState)[keyof typeof VpcEncryptionControlState];
|
|
3035
|
+
/**
|
|
3036
|
+
* @public
|
|
3037
|
+
*/
|
|
3038
|
+
export interface VpcEncryptionControl {
|
|
3039
|
+
VpcId?: string | undefined;
|
|
3040
|
+
VpcEncryptionControlId?: string | undefined;
|
|
3041
|
+
Mode?: VpcEncryptionControlMode | undefined;
|
|
3042
|
+
State?: VpcEncryptionControlState | undefined;
|
|
3043
|
+
StateMessage?: string | undefined;
|
|
3044
|
+
ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
|
|
3045
|
+
Tags?: Tag[] | undefined;
|
|
3046
|
+
}
|
|
2963
3047
|
/**
|
|
2964
3048
|
* @public
|
|
2965
3049
|
* @enum
|
|
@@ -3015,6 +3099,7 @@ export interface Vpc {
|
|
|
3015
3099
|
* @public
|
|
3016
3100
|
*/
|
|
3017
3101
|
IsDefault?: boolean | undefined;
|
|
3102
|
+
EncryptionControl?: VpcEncryptionControl | undefined;
|
|
3018
3103
|
/**
|
|
3019
3104
|
* <p>Any tags assigned to the VPC.</p>
|
|
3020
3105
|
* @public
|
|
@@ -11187,238 +11272,6 @@ export interface LocalGatewayRoute {
|
|
|
11187
11272
|
*/
|
|
11188
11273
|
DestinationPrefixListId?: string | undefined;
|
|
11189
11274
|
}
|
|
11190
|
-
/**
|
|
11191
|
-
* @public
|
|
11192
|
-
*/
|
|
11193
|
-
export interface CreateLocalGatewayRouteResult {
|
|
11194
|
-
/**
|
|
11195
|
-
* <p>Information about the route.</p>
|
|
11196
|
-
* @public
|
|
11197
|
-
*/
|
|
11198
|
-
Route?: LocalGatewayRoute | undefined;
|
|
11199
|
-
}
|
|
11200
|
-
/**
|
|
11201
|
-
* @public
|
|
11202
|
-
* @enum
|
|
11203
|
-
*/
|
|
11204
|
-
export declare const LocalGatewayRouteTableMode: {
|
|
11205
|
-
readonly coip: "coip";
|
|
11206
|
-
readonly direct_vpc_routing: "direct-vpc-routing";
|
|
11207
|
-
};
|
|
11208
|
-
/**
|
|
11209
|
-
* @public
|
|
11210
|
-
*/
|
|
11211
|
-
export type LocalGatewayRouteTableMode = (typeof LocalGatewayRouteTableMode)[keyof typeof LocalGatewayRouteTableMode];
|
|
11212
|
-
/**
|
|
11213
|
-
* @public
|
|
11214
|
-
*/
|
|
11215
|
-
export interface CreateLocalGatewayRouteTableRequest {
|
|
11216
|
-
/**
|
|
11217
|
-
* <p>
|
|
11218
|
-
* The ID of the local gateway.
|
|
11219
|
-
* </p>
|
|
11220
|
-
* @public
|
|
11221
|
-
*/
|
|
11222
|
-
LocalGatewayId: string | undefined;
|
|
11223
|
-
/**
|
|
11224
|
-
* <p>
|
|
11225
|
-
* The mode of the local gateway route table.
|
|
11226
|
-
* </p>
|
|
11227
|
-
* @public
|
|
11228
|
-
*/
|
|
11229
|
-
Mode?: LocalGatewayRouteTableMode | undefined;
|
|
11230
|
-
/**
|
|
11231
|
-
* <p>
|
|
11232
|
-
* The tags assigned to the local gateway route table.
|
|
11233
|
-
* </p>
|
|
11234
|
-
* @public
|
|
11235
|
-
*/
|
|
11236
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
11237
|
-
/**
|
|
11238
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11239
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11240
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11241
|
-
* @public
|
|
11242
|
-
*/
|
|
11243
|
-
DryRun?: boolean | undefined;
|
|
11244
|
-
}
|
|
11245
|
-
/**
|
|
11246
|
-
* <p>Describes a state change.</p>
|
|
11247
|
-
* @public
|
|
11248
|
-
*/
|
|
11249
|
-
export interface StateReason {
|
|
11250
|
-
/**
|
|
11251
|
-
* <p>The reason code for the state change.</p>
|
|
11252
|
-
* @public
|
|
11253
|
-
*/
|
|
11254
|
-
Code?: string | undefined;
|
|
11255
|
-
/**
|
|
11256
|
-
* <p>The message for the state change.</p>
|
|
11257
|
-
* <ul>
|
|
11258
|
-
* <li>
|
|
11259
|
-
* <p>
|
|
11260
|
-
* <code>Server.InsufficientInstanceCapacity</code>: There was insufficient
|
|
11261
|
-
* capacity available to satisfy the launch request.</p>
|
|
11262
|
-
* </li>
|
|
11263
|
-
* <li>
|
|
11264
|
-
* <p>
|
|
11265
|
-
* <code>Server.InternalError</code>: An internal error caused the instance to
|
|
11266
|
-
* terminate during launch.</p>
|
|
11267
|
-
* </li>
|
|
11268
|
-
* <li>
|
|
11269
|
-
* <p>
|
|
11270
|
-
* <code>Server.ScheduledStop</code>: The instance was stopped due to a scheduled
|
|
11271
|
-
* retirement.</p>
|
|
11272
|
-
* </li>
|
|
11273
|
-
* <li>
|
|
11274
|
-
* <p>
|
|
11275
|
-
* <code>Server.SpotInstanceShutdown</code>: The instance was stopped because the
|
|
11276
|
-
* number of Spot requests with a maximum price equal to or higher than the Spot
|
|
11277
|
-
* price exceeded available capacity or because of an increase in the Spot
|
|
11278
|
-
* price.</p>
|
|
11279
|
-
* </li>
|
|
11280
|
-
* <li>
|
|
11281
|
-
* <p>
|
|
11282
|
-
* <code>Server.SpotInstanceTermination</code>: The instance was terminated
|
|
11283
|
-
* because the number of Spot requests with a maximum price equal to or higher than
|
|
11284
|
-
* the Spot price exceeded available capacity or because of an increase in the Spot
|
|
11285
|
-
* price.</p>
|
|
11286
|
-
* </li>
|
|
11287
|
-
* <li>
|
|
11288
|
-
* <p>
|
|
11289
|
-
* <code>Client.InstanceInitiatedShutdown</code>: The instance was shut down
|
|
11290
|
-
* from the operating system of the instance.</p>
|
|
11291
|
-
* </li>
|
|
11292
|
-
* <li>
|
|
11293
|
-
* <p>
|
|
11294
|
-
* <code>Client.InstanceTerminated</code>: The instance was terminated or
|
|
11295
|
-
* rebooted during AMI creation.</p>
|
|
11296
|
-
* </li>
|
|
11297
|
-
* <li>
|
|
11298
|
-
* <p>
|
|
11299
|
-
* <code>Client.InternalError</code>: A client error caused the instance to
|
|
11300
|
-
* terminate during launch.</p>
|
|
11301
|
-
* </li>
|
|
11302
|
-
* <li>
|
|
11303
|
-
* <p>
|
|
11304
|
-
* <code>Client.InvalidSnapshot.NotFound</code>: The specified snapshot was not
|
|
11305
|
-
* found.</p>
|
|
11306
|
-
* </li>
|
|
11307
|
-
* <li>
|
|
11308
|
-
* <p>
|
|
11309
|
-
* <code>Client.UserInitiatedHibernate</code>: Hibernation was initiated on the
|
|
11310
|
-
* instance.</p>
|
|
11311
|
-
* </li>
|
|
11312
|
-
* <li>
|
|
11313
|
-
* <p>
|
|
11314
|
-
* <code>Client.UserInitiatedShutdown</code>: The instance was shut down using
|
|
11315
|
-
* the Amazon EC2 API.</p>
|
|
11316
|
-
* </li>
|
|
11317
|
-
* <li>
|
|
11318
|
-
* <p>
|
|
11319
|
-
* <code>Client.VolumeLimitExceeded</code>: The limit on the number of EBS
|
|
11320
|
-
* volumes or total storage was exceeded. Decrease usage or request an increase in
|
|
11321
|
-
* your account limits.</p>
|
|
11322
|
-
* </li>
|
|
11323
|
-
* </ul>
|
|
11324
|
-
* @public
|
|
11325
|
-
*/
|
|
11326
|
-
Message?: string | undefined;
|
|
11327
|
-
}
|
|
11328
|
-
/**
|
|
11329
|
-
* <p>Describes a local gateway route table.</p>
|
|
11330
|
-
* @public
|
|
11331
|
-
*/
|
|
11332
|
-
export interface LocalGatewayRouteTable {
|
|
11333
|
-
/**
|
|
11334
|
-
* <p>The ID of the local gateway route table.</p>
|
|
11335
|
-
* @public
|
|
11336
|
-
*/
|
|
11337
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
11338
|
-
/**
|
|
11339
|
-
* <p>The Amazon Resource Name (ARN) of the local gateway route table.</p>
|
|
11340
|
-
* @public
|
|
11341
|
-
*/
|
|
11342
|
-
LocalGatewayRouteTableArn?: string | undefined;
|
|
11343
|
-
/**
|
|
11344
|
-
* <p>The ID of the local gateway.</p>
|
|
11345
|
-
* @public
|
|
11346
|
-
*/
|
|
11347
|
-
LocalGatewayId?: string | undefined;
|
|
11348
|
-
/**
|
|
11349
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
11350
|
-
* @public
|
|
11351
|
-
*/
|
|
11352
|
-
OutpostArn?: string | undefined;
|
|
11353
|
-
/**
|
|
11354
|
-
* <p>The ID of the Amazon Web Services account that owns the local gateway route table.</p>
|
|
11355
|
-
* @public
|
|
11356
|
-
*/
|
|
11357
|
-
OwnerId?: string | undefined;
|
|
11358
|
-
/**
|
|
11359
|
-
* <p>The state of the local gateway route table.</p>
|
|
11360
|
-
* @public
|
|
11361
|
-
*/
|
|
11362
|
-
State?: string | undefined;
|
|
11363
|
-
/**
|
|
11364
|
-
* <p>The tags assigned to the local gateway route table.</p>
|
|
11365
|
-
* @public
|
|
11366
|
-
*/
|
|
11367
|
-
Tags?: Tag[] | undefined;
|
|
11368
|
-
/**
|
|
11369
|
-
* <p>The mode of the local gateway route table.</p>
|
|
11370
|
-
* @public
|
|
11371
|
-
*/
|
|
11372
|
-
Mode?: LocalGatewayRouteTableMode | undefined;
|
|
11373
|
-
/**
|
|
11374
|
-
* <p>Information about the state change.</p>
|
|
11375
|
-
* @public
|
|
11376
|
-
*/
|
|
11377
|
-
StateReason?: StateReason | undefined;
|
|
11378
|
-
}
|
|
11379
|
-
/**
|
|
11380
|
-
* @public
|
|
11381
|
-
*/
|
|
11382
|
-
export interface CreateLocalGatewayRouteTableResult {
|
|
11383
|
-
/**
|
|
11384
|
-
* <p>Information about the local gateway route table.</p>
|
|
11385
|
-
* @public
|
|
11386
|
-
*/
|
|
11387
|
-
LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
|
|
11388
|
-
}
|
|
11389
|
-
/**
|
|
11390
|
-
* @public
|
|
11391
|
-
*/
|
|
11392
|
-
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
|
11393
|
-
/**
|
|
11394
|
-
* <p>
|
|
11395
|
-
* The ID of the local gateway route table.
|
|
11396
|
-
* </p>
|
|
11397
|
-
* @public
|
|
11398
|
-
*/
|
|
11399
|
-
LocalGatewayRouteTableId: string | undefined;
|
|
11400
|
-
/**
|
|
11401
|
-
* <p>
|
|
11402
|
-
* The ID of the local gateway route table virtual interface group association.
|
|
11403
|
-
* </p>
|
|
11404
|
-
* @public
|
|
11405
|
-
*/
|
|
11406
|
-
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
11407
|
-
/**
|
|
11408
|
-
* <p>
|
|
11409
|
-
* The tags assigned to the local gateway route table virtual interface group association.
|
|
11410
|
-
* </p>
|
|
11411
|
-
* @public
|
|
11412
|
-
*/
|
|
11413
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
11414
|
-
/**
|
|
11415
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11416
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11417
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11418
|
-
* @public
|
|
11419
|
-
*/
|
|
11420
|
-
DryRun?: boolean | undefined;
|
|
11421
|
-
}
|
|
11422
11275
|
/**
|
|
11423
11276
|
* @internal
|
|
11424
11277
|
*/
|