@aws-sdk/client-ec2 3.926.0 → 3.927.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 +116 -25
- package/dist-es/models/models_1.js +3 -5
- package/dist-es/models/models_2.js +5 -0
- package/dist-es/models/models_3.js +0 -11
- package/dist-es/models/models_4.js +11 -9
- package/dist-es/models/models_5.js +9 -0
- package/dist-es/protocols/Aws_ec2.js +87 -0
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +8 -0
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +8 -0
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -2
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +4 -0
- package/dist-types/models/models_1.d.ts +58 -188
- package/dist-types/models/models_2.d.ts +189 -110
- package/dist-types/models/models_3.d.ts +176 -61
- package/dist-types/models/models_4.d.ts +61 -66
- package/dist-types/models/models_5.d.ts +67 -77
- package/dist-types/models/models_6.d.ts +77 -58
- package/dist-types/models/models_7.d.ts +69 -41
- package/dist-types/models/models_8.d.ts +41 -4
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_1.d.ts +17 -38
- package/dist-types/ts3.4/models/models_2.d.ts +40 -27
- package/dist-types/ts3.4/models/models_3.d.ts +29 -21
- package/dist-types/ts3.4/models/models_4.d.ts +22 -23
- package/dist-types/ts3.4/models/models_5.d.ts +22 -23
- package/dist-types/ts3.4/models/models_6.d.ts +22 -16
- package/dist-types/ts3.4/models/models_7.d.ts +17 -13
- package/dist-types/ts3.4/models/models_8.d.ts +13 -8
- package/package.json +5 -5
|
@@ -1,5 +1,193 @@
|
|
|
1
1
|
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, VerifiedAccessSseSpecificationResponse } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, CapacityReservationPreference, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification,
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, CapacityReservationPreference, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, EnaSrdSpecificationRequest, HostnameType, InstanceInterruptionBehavior, InstanceIpv6AddressRequest, InstanceRequirements, InstanceRequirementsRequest, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateAutoRecoveryState, LaunchTemplateBlockDeviceMappingRequest, LaunchTemplateCapacityReservationSpecificationRequest, LaunchTemplateCpuOptionsRequest, LaunchTemplateElasticInferenceAccelerator, LaunchTemplateEnclaveOptionsRequest, LaunchTemplateHibernationOptionsRequest, LaunchTemplateHttpTokensState, LaunchTemplateIamInstanceProfileSpecificationRequest, LaunchTemplateInstanceMaintenanceOptionsRequest, LaunchTemplateInstanceMarketOptionsRequest, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsRequest, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LaunchTemplateLicenseConfigurationRequest, LaunchTemplatesMonitoringRequest, MacModificationTask, MacSystemIntegrityProtectionSettingStatus, MarketType, OperatorResponse, ShutdownBehavior, SnapshotLocationEnum, SpotInstanceType, SSEType, Subnet, Tenancy, VolumeType } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Describes a secondary private IPv4 address for a network interface.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface PrivateIpAddressSpecification {
|
|
8
|
+
/**
|
|
9
|
+
* <p>Indicates whether the private IPv4 address is the primary private IPv4 address. Only
|
|
10
|
+
* one IPv4 address can be designated as primary.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Primary?: boolean | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The private IPv4 address.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
PrivateIpAddress?: string | undefined;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* <p>The parameters for a network interface.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
25
|
+
/**
|
|
26
|
+
* <p>Associates a Carrier IP address with eth0 for a new network interface.</p>
|
|
27
|
+
* <p>Use this option when you launch an instance in a Wavelength Zone and want to associate
|
|
28
|
+
* a Carrier IP address with the network interface. For more information about Carrier IP
|
|
29
|
+
* addresses, see <a href="https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip">Carrier IP addresses</a> in the <i>Wavelength Developer
|
|
30
|
+
* Guide</i>.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
AssociateCarrierIpAddress?: boolean | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>Associates a public IPv4 address with eth0 for a new network interface.</p>
|
|
36
|
+
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
37
|
+
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
AssociatePublicIpAddress?: boolean | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>Indicates whether the network interface is deleted when the instance is
|
|
43
|
+
* terminated.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
DeleteOnTermination?: boolean | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>A description for the network interface.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
Description?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The device index for the network interface attachment. The primary network interface
|
|
54
|
+
* has a device index of 0. Each network interface is of type <code>interface</code>, you
|
|
55
|
+
* must specify a device index. If you create a launch template that includes secondary
|
|
56
|
+
* network interfaces but not a primary network interface, then you must add a primary
|
|
57
|
+
* network interface as a launch parameter when you launch an instance from the
|
|
58
|
+
* template.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
DeviceIndex?: number | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>The IDs of one or more security groups.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
Groups?: string[] | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>The type of network interface. To create an Elastic Fabric Adapter (EFA), specify
|
|
69
|
+
* <code>efa</code> or <code>efa</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html">Elastic Fabric Adapter for AI/ML
|
|
70
|
+
* and HPC workloads on Amazon EC2</a> in the
|
|
71
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
72
|
+
* <p>If you are not creating an EFA, specify <code>interface</code> or omit this
|
|
73
|
+
* parameter.</p>
|
|
74
|
+
* <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
|
|
75
|
+
* interface. EFA-only network interfaces do not support IP addresses.</p>
|
|
76
|
+
* <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code>
|
|
77
|
+
* </p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
InterfaceType?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The number of IPv6 addresses to assign to a network interface. Amazon EC2
|
|
83
|
+
* automatically selects the IPv6 addresses from the subnet range. You can't use this
|
|
84
|
+
* option if specifying specific IPv6 addresses.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
Ipv6AddressCount?: number | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You
|
|
90
|
+
* can't use this option if you're specifying a number of IPv6 addresses.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
Ipv6Addresses?: InstanceIpv6AddressRequest[] | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The ID of the network interface.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
NetworkInterfaceId?: string | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The primary private IPv4 address of the network interface.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
PrivateIpAddress?: string | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>One or more private IPv4 addresses.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The number of secondary private IPv4 addresses to assign to a network
|
|
111
|
+
* interface.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>The ID of the subnet for the network interface.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
SubnetId?: string | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* <p>The index of the network card. Some instance types support multiple network cards. The
|
|
122
|
+
* primary network interface must be assigned to network card index 0. The default is
|
|
123
|
+
* network card index 0.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
NetworkCardIndex?: number | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p>One or more IPv4 prefixes to be assigned to the network interface. You cannot use this
|
|
129
|
+
* option if you use the <code>Ipv4PrefixCount</code> option.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The number of IPv4 prefixes to be automatically assigned to the network interface. You
|
|
135
|
+
* cannot use this option if you use the <code>Ipv4Prefix</code> option.</p>
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
Ipv4PrefixCount?: number | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* <p>One or more IPv6 prefixes to be assigned to the network interface. You cannot use this
|
|
141
|
+
* option if you use the <code>Ipv6PrefixCount</code> option.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* <p>The number of IPv6 prefixes to be automatically assigned to the network interface. You
|
|
147
|
+
* cannot use this option if you use the <code>Ipv6Prefix</code> option.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
Ipv6PrefixCount?: number | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>The primary IPv6 address of the network interface. When you enable an IPv6 GUA address
|
|
153
|
+
* to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the
|
|
154
|
+
* instance is terminated or the network interface is detached. For more information about
|
|
155
|
+
* primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
PrimaryIpv6?: boolean | undefined;
|
|
159
|
+
/**
|
|
160
|
+
* <p>Configure ENA Express settings for your launch template.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* <p>A security group connection tracking specification that enables you to set the timeout
|
|
166
|
+
* for connection tracking on an Elastic network interface. For more information, see
|
|
167
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
|
|
168
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The number of ENA queues to be created with the instance.</p>
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
EnaQueueCount?: number | undefined;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
* @enum
|
|
181
|
+
*/
|
|
182
|
+
export declare const InstanceBandwidthWeighting: {
|
|
183
|
+
readonly DEFAULT: "default";
|
|
184
|
+
readonly EBS_1: "ebs-1";
|
|
185
|
+
readonly VPC_1: "vpc-1";
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
export type InstanceBandwidthWeighting = (typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
|
|
3
191
|
/**
|
|
4
192
|
* <p>When you configure network performance options in your launch template, your instance
|
|
5
193
|
* is geared for performance improvements based on the workload that it runs as soon as
|
|
@@ -9360,115 +9548,6 @@ export interface VerifiedAccessEndpoint {
|
|
|
9360
9548
|
*/
|
|
9361
9549
|
CidrOptions?: VerifiedAccessEndpointCidrOptions | undefined;
|
|
9362
9550
|
}
|
|
9363
|
-
/**
|
|
9364
|
-
* @public
|
|
9365
|
-
*/
|
|
9366
|
-
export interface CreateVerifiedAccessEndpointResult {
|
|
9367
|
-
/**
|
|
9368
|
-
* <p>Details about the Verified Access endpoint.</p>
|
|
9369
|
-
* @public
|
|
9370
|
-
*/
|
|
9371
|
-
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
9372
|
-
}
|
|
9373
|
-
/**
|
|
9374
|
-
* @public
|
|
9375
|
-
*/
|
|
9376
|
-
export interface CreateVerifiedAccessGroupRequest {
|
|
9377
|
-
/**
|
|
9378
|
-
* <p>The ID of the Verified Access instance.</p>
|
|
9379
|
-
* @public
|
|
9380
|
-
*/
|
|
9381
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
9382
|
-
/**
|
|
9383
|
-
* <p>A description for the Verified Access group.</p>
|
|
9384
|
-
* @public
|
|
9385
|
-
*/
|
|
9386
|
-
Description?: string | undefined;
|
|
9387
|
-
/**
|
|
9388
|
-
* <p>The Verified Access policy document.</p>
|
|
9389
|
-
* @public
|
|
9390
|
-
*/
|
|
9391
|
-
PolicyDocument?: string | undefined;
|
|
9392
|
-
/**
|
|
9393
|
-
* <p>The tags to assign to the Verified Access group.</p>
|
|
9394
|
-
* @public
|
|
9395
|
-
*/
|
|
9396
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
9397
|
-
/**
|
|
9398
|
-
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
9399
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
9400
|
-
* @public
|
|
9401
|
-
*/
|
|
9402
|
-
ClientToken?: string | undefined;
|
|
9403
|
-
/**
|
|
9404
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9405
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9406
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9407
|
-
* @public
|
|
9408
|
-
*/
|
|
9409
|
-
DryRun?: boolean | undefined;
|
|
9410
|
-
/**
|
|
9411
|
-
* <p>The options for server side encryption.</p>
|
|
9412
|
-
* @public
|
|
9413
|
-
*/
|
|
9414
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
9415
|
-
}
|
|
9416
|
-
/**
|
|
9417
|
-
* <p>Describes a Verified Access group.</p>
|
|
9418
|
-
* @public
|
|
9419
|
-
*/
|
|
9420
|
-
export interface VerifiedAccessGroup {
|
|
9421
|
-
/**
|
|
9422
|
-
* <p>The ID of the Verified Access group.</p>
|
|
9423
|
-
* @public
|
|
9424
|
-
*/
|
|
9425
|
-
VerifiedAccessGroupId?: string | undefined;
|
|
9426
|
-
/**
|
|
9427
|
-
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
9428
|
-
* @public
|
|
9429
|
-
*/
|
|
9430
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
9431
|
-
/**
|
|
9432
|
-
* <p>A description for the Amazon Web Services Verified Access group.</p>
|
|
9433
|
-
* @public
|
|
9434
|
-
*/
|
|
9435
|
-
Description?: string | undefined;
|
|
9436
|
-
/**
|
|
9437
|
-
* <p>The Amazon Web Services account number that owns the group.</p>
|
|
9438
|
-
* @public
|
|
9439
|
-
*/
|
|
9440
|
-
Owner?: string | undefined;
|
|
9441
|
-
/**
|
|
9442
|
-
* <p>The ARN of the Verified Access group.</p>
|
|
9443
|
-
* @public
|
|
9444
|
-
*/
|
|
9445
|
-
VerifiedAccessGroupArn?: string | undefined;
|
|
9446
|
-
/**
|
|
9447
|
-
* <p>The creation time.</p>
|
|
9448
|
-
* @public
|
|
9449
|
-
*/
|
|
9450
|
-
CreationTime?: string | undefined;
|
|
9451
|
-
/**
|
|
9452
|
-
* <p>The last updated time.</p>
|
|
9453
|
-
* @public
|
|
9454
|
-
*/
|
|
9455
|
-
LastUpdatedTime?: string | undefined;
|
|
9456
|
-
/**
|
|
9457
|
-
* <p>The deletion time.</p>
|
|
9458
|
-
* @public
|
|
9459
|
-
*/
|
|
9460
|
-
DeletionTime?: string | undefined;
|
|
9461
|
-
/**
|
|
9462
|
-
* <p>The tags.</p>
|
|
9463
|
-
* @public
|
|
9464
|
-
*/
|
|
9465
|
-
Tags?: Tag[] | undefined;
|
|
9466
|
-
/**
|
|
9467
|
-
* <p>The options in use for server side encryption.</p>
|
|
9468
|
-
* @public
|
|
9469
|
-
*/
|
|
9470
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
9471
|
-
}
|
|
9472
9551
|
/**
|
|
9473
9552
|
* @internal
|
|
9474
9553
|
*/
|
|
@@ -1,6 +1,115 @@
|
|
|
1
|
-
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, ByoipCidr, DeviceTrustProviderType, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
1
|
+
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, ByoipCidr, DeviceTrustProviderType, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, IpAddressType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
-
import { LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint,
|
|
3
|
+
import { LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessSseSpecificationRequest } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface CreateVerifiedAccessEndpointResult {
|
|
8
|
+
/**
|
|
9
|
+
* <p>Details about the Verified Access endpoint.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateVerifiedAccessGroupRequest {
|
|
18
|
+
/**
|
|
19
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>A description for the Verified Access group.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
Description?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The Verified Access policy document.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
PolicyDocument?: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The tags to assign to the Verified Access group.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
40
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
ClientToken?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
46
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
47
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
DryRun?: boolean | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The options for server side encryption.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* <p>Describes a Verified Access group.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export interface VerifiedAccessGroup {
|
|
62
|
+
/**
|
|
63
|
+
* <p>The ID of the Verified Access group.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>A description for the Amazon Web Services Verified Access group.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
Description?: string | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* <p>The Amazon Web Services account number that owns the group.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
Owner?: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The ARN of the Verified Access group.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
VerifiedAccessGroupArn?: string | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* <p>The creation time.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
CreationTime?: string | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The last updated time.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
LastUpdatedTime?: string | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The deletion time.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
DeletionTime?: string | undefined;
|
|
102
|
+
/**
|
|
103
|
+
* <p>The tags.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
Tags?: Tag[] | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* <p>The options in use for server side encryption.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
112
|
+
}
|
|
4
113
|
/**
|
|
5
114
|
* @public
|
|
6
115
|
*/
|
|
@@ -742,6 +851,38 @@ export interface DnsOptionsSpecification {
|
|
|
742
851
|
* @public
|
|
743
852
|
*/
|
|
744
853
|
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* <p>
|
|
856
|
+
* The preference for which private domains have a private hosted zone created for and associated with the specified VPC. Only supported when private DNS is enabled and when the VPC endpoint type is ServiceNetwork or Resource.
|
|
857
|
+
* </p>
|
|
858
|
+
* <ul>
|
|
859
|
+
* <li>
|
|
860
|
+
* <p>
|
|
861
|
+
* <code>ALL_DOMAINS</code> - VPC Lattice provisions private hosted zones for all custom domain names.</p>
|
|
862
|
+
* </li>
|
|
863
|
+
* <li>
|
|
864
|
+
* <p>
|
|
865
|
+
* <code>VERIFIED_DOMAINS_ONLY</code> - VPC Lattice provisions a private hosted zone only if custom domain name has been verified by the provider.</p>
|
|
866
|
+
* </li>
|
|
867
|
+
* <li>
|
|
868
|
+
* <p>
|
|
869
|
+
* <code>VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS</code> - VPC Lattice provisions private hosted zones for all verified custom domain names and other domain names that the resource consumer specifies. The resource consumer specifies the domain names in the PrivateDnsSpecifiedDomains parameter.</p>
|
|
870
|
+
* </li>
|
|
871
|
+
* <li>
|
|
872
|
+
* <p>
|
|
873
|
+
* <code>SPECIFIED_DOMAINS_ONLY</code> - VPC Lattice provisions a private hosted zone for domain names specified by the resource consumer. The resource consumer specifies the domain names in the PrivateDnsSpecifiedDomains parameter.</p>
|
|
874
|
+
* </li>
|
|
875
|
+
* </ul>
|
|
876
|
+
* @public
|
|
877
|
+
*/
|
|
878
|
+
PrivateDnsPreference?: string | undefined;
|
|
879
|
+
/**
|
|
880
|
+
* <p>
|
|
881
|
+
* Indicates which of the private domains to create private hosted zones for and associate with the specified VPC. Only supported when private DNS is enabled and the private DNS preference is verified-domains-and-specified-domains or specified-domains-only.
|
|
882
|
+
* </p>
|
|
883
|
+
* @public
|
|
884
|
+
*/
|
|
885
|
+
PrivateDnsSpecifiedDomains?: string[] | undefined;
|
|
745
886
|
}
|
|
746
887
|
/**
|
|
747
888
|
* <p>Describes the configuration of a subnet for a VPC endpoint.</p>
|
|
@@ -930,6 +1071,38 @@ export interface DnsOptions {
|
|
|
930
1071
|
* @public
|
|
931
1072
|
*/
|
|
932
1073
|
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
1074
|
+
/**
|
|
1075
|
+
* <p>
|
|
1076
|
+
* The preference for which private domains have a private hosted zone created for and associated with the specified VPC. Only supported when private DNS is enabled and when the VPC endpoint type is ServiceNetwork or Resource.
|
|
1077
|
+
* </p>
|
|
1078
|
+
* <ul>
|
|
1079
|
+
* <li>
|
|
1080
|
+
* <p>
|
|
1081
|
+
* <code>ALL_DOMAINS</code> - VPC Lattice provisions private hosted zones for all custom domain names.</p>
|
|
1082
|
+
* </li>
|
|
1083
|
+
* <li>
|
|
1084
|
+
* <p>
|
|
1085
|
+
* <code>VERIFIED_DOMAINS_ONLY</code> - VPC Lattice provisions a private hosted zone only if custom domain name has been verified by the provider.</p>
|
|
1086
|
+
* </li>
|
|
1087
|
+
* <li>
|
|
1088
|
+
* <p>
|
|
1089
|
+
* <code>VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS</code> - VPC Lattice provisions private hosted zones for all verified custom domain names and other domain names that the resource consumer specifies. The resource consumer specifies the domain names in the PrivateDnsSpecifiedDomains parameter.</p>
|
|
1090
|
+
* </li>
|
|
1091
|
+
* <li>
|
|
1092
|
+
* <p>
|
|
1093
|
+
* <code>SPECIFIED_DOMAINS_ONLY</code> - VPC Lattice provisions a private hosted zone for domain names specified by the resource consumer. The resource consumer specifies the domain names in the PrivateDnsSpecifiedDomains parameter.</p>
|
|
1094
|
+
* </li>
|
|
1095
|
+
* </ul>
|
|
1096
|
+
* @public
|
|
1097
|
+
*/
|
|
1098
|
+
PrivateDnsPreference?: string | undefined;
|
|
1099
|
+
/**
|
|
1100
|
+
* <p>
|
|
1101
|
+
* Indicates which of the private domains to create private hosted zones for and associate with the specified VPC. Only supported when private DNS is enabled and the private DNS preference is <code>VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS</code> or <code>SPECIFIED_DOMAINS_ONLY</code>.
|
|
1102
|
+
* </p>
|
|
1103
|
+
* @public
|
|
1104
|
+
*/
|
|
1105
|
+
PrivateDnsSpecifiedDomains?: string[] | undefined;
|
|
933
1106
|
}
|
|
934
1107
|
/**
|
|
935
1108
|
* <p>Describes a security group.</p>
|
|
@@ -1360,7 +1533,7 @@ export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
|
|
|
1360
1533
|
export interface PrivateDnsNameConfiguration {
|
|
1361
1534
|
/**
|
|
1362
1535
|
* <p>The verification state of the VPC endpoint service.</p>
|
|
1363
|
-
* <p
|
|
1536
|
+
* <p>Consumers
|
|
1364
1537
|
* of the endpoint service can use the private name only when the state is
|
|
1365
1538
|
* <code>verified</code>.</p>
|
|
1366
1539
|
* @public
|
|
@@ -6383,64 +6556,6 @@ export declare const MetricType: {
|
|
|
6383
6556
|
* @public
|
|
6384
6557
|
*/
|
|
6385
6558
|
export type MetricType = (typeof MetricType)[keyof typeof MetricType];
|
|
6386
|
-
/**
|
|
6387
|
-
* @public
|
|
6388
|
-
* @enum
|
|
6389
|
-
*/
|
|
6390
|
-
export declare const PeriodType: {
|
|
6391
|
-
readonly fifteen_minutes: "fifteen-minutes";
|
|
6392
|
-
readonly five_minutes: "five-minutes";
|
|
6393
|
-
readonly one_day: "one-day";
|
|
6394
|
-
readonly one_hour: "one-hour";
|
|
6395
|
-
readonly one_week: "one-week";
|
|
6396
|
-
readonly three_hours: "three-hours";
|
|
6397
|
-
};
|
|
6398
|
-
/**
|
|
6399
|
-
* @public
|
|
6400
|
-
*/
|
|
6401
|
-
export type PeriodType = (typeof PeriodType)[keyof typeof PeriodType];
|
|
6402
|
-
/**
|
|
6403
|
-
* @public
|
|
6404
|
-
* @enum
|
|
6405
|
-
*/
|
|
6406
|
-
export declare const StatisticType: {
|
|
6407
|
-
readonly p50: "p50";
|
|
6408
|
-
};
|
|
6409
|
-
/**
|
|
6410
|
-
* @public
|
|
6411
|
-
*/
|
|
6412
|
-
export type StatisticType = (typeof StatisticType)[keyof typeof StatisticType];
|
|
6413
|
-
/**
|
|
6414
|
-
* <p>Describes an Infrastructure Performance subscription.</p>
|
|
6415
|
-
* @public
|
|
6416
|
-
*/
|
|
6417
|
-
export interface Subscription {
|
|
6418
|
-
/**
|
|
6419
|
-
* <p>The Region or Availability Zone that's the source for the subscription. For example, <code>us-east-1</code>.</p>
|
|
6420
|
-
* @public
|
|
6421
|
-
*/
|
|
6422
|
-
Source?: string | undefined;
|
|
6423
|
-
/**
|
|
6424
|
-
* <p>The Region or Availability Zone that's the target for the subscription. For example, <code>eu-west-1</code>.</p>
|
|
6425
|
-
* @public
|
|
6426
|
-
*/
|
|
6427
|
-
Destination?: string | undefined;
|
|
6428
|
-
/**
|
|
6429
|
-
* <p>The metric used for the subscription.</p>
|
|
6430
|
-
* @public
|
|
6431
|
-
*/
|
|
6432
|
-
Metric?: MetricType | undefined;
|
|
6433
|
-
/**
|
|
6434
|
-
* <p>The statistic used for the subscription.</p>
|
|
6435
|
-
* @public
|
|
6436
|
-
*/
|
|
6437
|
-
Statistic?: StatisticType | undefined;
|
|
6438
|
-
/**
|
|
6439
|
-
* <p>The data aggregation time for the subscription.</p>
|
|
6440
|
-
* @public
|
|
6441
|
-
*/
|
|
6442
|
-
Period?: PeriodType | undefined;
|
|
6443
|
-
}
|
|
6444
6559
|
/**
|
|
6445
6560
|
* @internal
|
|
6446
6561
|
*/
|