@aws-sdk/client-ec2 3.694.0 → 3.695.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 +121 -35
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +116 -30
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/models/models_1.d.ts +55 -37
- package/dist-types/models/models_2.d.ts +58 -39
- package/dist-types/models/models_3.d.ts +37 -38
- package/dist-types/models/models_4.d.ts +64 -31
- package/dist-types/models/models_5.d.ts +31 -49
- package/dist-types/models/models_6.d.ts +51 -59
- package/dist-types/models/models_7.d.ts +63 -2
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +12 -12
- package/dist-types/ts3.4/models/models_2.d.ts +19 -9
- package/dist-types/ts3.4/models/models_3.d.ts +9 -7
- package/dist-types/ts3.4/models/models_4.d.ts +13 -7
- package/dist-types/ts3.4/models/models_5.d.ts +12 -12
- package/dist-types/ts3.4/models/models_6.d.ts +13 -16
- package/dist-types/ts3.4/models/models_7.d.ts +18 -6
- package/package.json +1 -1
|
@@ -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 { GetCoipPoolUsageRequest
|
|
4
|
+
import { GetCoipPoolUsageRequest } from "../models/models_5";
|
|
5
|
+
import { GetCoipPoolUsageResult } from "../models/models_6";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 { GetConsoleOutputRequest } from "../models/
|
|
5
|
-
import { GetConsoleOutputResult } from "../models/models_6";
|
|
4
|
+
import { GetConsoleOutputRequest, GetConsoleOutputResult } from "../models/models_6";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -297,6 +297,10 @@ declare const GetLaunchTemplateDataCommand_base: {
|
|
|
297
297
|
* // AutoRecovery: "default" || "disabled",
|
|
298
298
|
* // },
|
|
299
299
|
* // DisableApiStop: true || false,
|
|
300
|
+
* // Operator: { // OperatorResponse
|
|
301
|
+
* // Managed: true || false,
|
|
302
|
+
* // Principal: "STRING_VALUE",
|
|
303
|
+
* // },
|
|
300
304
|
* // },
|
|
301
305
|
* // };
|
|
302
306
|
*
|
|
@@ -220,6 +220,9 @@ declare const RunInstancesCommand_base: {
|
|
|
220
220
|
* },
|
|
221
221
|
* DisableApiStop: true || false,
|
|
222
222
|
* EnablePrimaryIpv6: true || false,
|
|
223
|
+
* Operator: { // OperatorRequest
|
|
224
|
+
* Principal: "STRING_VALUE",
|
|
225
|
+
* },
|
|
223
226
|
* DryRun: true || false,
|
|
224
227
|
* DisableApiTermination: true || false,
|
|
225
228
|
* InstanceInitiatedShutdownBehavior: "stop" || "terminate",
|
|
@@ -312,6 +315,10 @@ declare const RunInstancesCommand_base: {
|
|
|
312
315
|
* // VolumeId: "STRING_VALUE",
|
|
313
316
|
* // AssociatedResource: "STRING_VALUE",
|
|
314
317
|
* // VolumeOwnerId: "STRING_VALUE",
|
|
318
|
+
* // Operator: { // OperatorResponse
|
|
319
|
+
* // Managed: true || false,
|
|
320
|
+
* // Principal: "STRING_VALUE",
|
|
321
|
+
* // },
|
|
315
322
|
* // },
|
|
316
323
|
* // },
|
|
317
324
|
* // ],
|
|
@@ -415,6 +422,10 @@ declare const RunInstancesCommand_base: {
|
|
|
415
422
|
* // UdpStreamTimeout: Number("int"),
|
|
416
423
|
* // UdpTimeout: Number("int"),
|
|
417
424
|
* // },
|
|
425
|
+
* // Operator: {
|
|
426
|
+
* // Managed: true || false,
|
|
427
|
+
* // Principal: "STRING_VALUE",
|
|
428
|
+
* // },
|
|
418
429
|
* // },
|
|
419
430
|
* // ],
|
|
420
431
|
* // OutpostArn: "STRING_VALUE",
|
|
@@ -482,6 +493,7 @@ declare const RunInstancesCommand_base: {
|
|
|
482
493
|
* // AutoRecovery: "disabled" || "default",
|
|
483
494
|
* // },
|
|
484
495
|
* // CurrentInstanceBootMode: "legacy-bios" || "uefi",
|
|
496
|
+
* // Operator: "<OperatorResponse>",
|
|
485
497
|
* // InstanceId: "STRING_VALUE",
|
|
486
498
|
* // ImageId: "STRING_VALUE",
|
|
487
499
|
* // State: { // InstanceState
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType,
|
|
1
|
+
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CapacityAllocation, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, EndDateType, InstanceEventWindow, InstanceMatchCriteria, NatGatewayAddress, PortRange, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Describes a Capacity Reservation.</p>
|
|
4
4
|
* @public
|
|
@@ -8163,6 +8163,17 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
8163
8163
|
*/
|
|
8164
8164
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
|
|
8165
8165
|
}
|
|
8166
|
+
/**
|
|
8167
|
+
* <p>The entity that manages the resource.</p>
|
|
8168
|
+
* @public
|
|
8169
|
+
*/
|
|
8170
|
+
export interface OperatorRequest {
|
|
8171
|
+
/**
|
|
8172
|
+
* <p>The entity that manages the resource.</p>
|
|
8173
|
+
* @public
|
|
8174
|
+
*/
|
|
8175
|
+
Principal?: string | undefined;
|
|
8176
|
+
}
|
|
8166
8177
|
/**
|
|
8167
8178
|
* <p>Describes the placement of an instance.</p>
|
|
8168
8179
|
* @public
|
|
@@ -8603,6 +8614,11 @@ export interface RequestLaunchTemplateData {
|
|
|
8603
8614
|
* @public
|
|
8604
8615
|
*/
|
|
8605
8616
|
DisableApiStop?: boolean | undefined;
|
|
8617
|
+
/**
|
|
8618
|
+
* <p>The entity that manages the launch template.</p>
|
|
8619
|
+
* @public
|
|
8620
|
+
*/
|
|
8621
|
+
Operator?: OperatorRequest | undefined;
|
|
8606
8622
|
}
|
|
8607
8623
|
/**
|
|
8608
8624
|
* @public
|
|
@@ -8639,6 +8655,11 @@ export interface CreateLaunchTemplateRequest {
|
|
|
8639
8655
|
* @public
|
|
8640
8656
|
*/
|
|
8641
8657
|
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
8658
|
+
/**
|
|
8659
|
+
* <p>Reserved for internal use.</p>
|
|
8660
|
+
* @public
|
|
8661
|
+
*/
|
|
8662
|
+
Operator?: OperatorRequest | undefined;
|
|
8642
8663
|
/**
|
|
8643
8664
|
* <p>The tags to apply to the launch template on creation. To tag the launch template, the
|
|
8644
8665
|
* resource type must be <code>launch-template</code>.</p>
|
|
@@ -8648,6 +8669,24 @@ export interface CreateLaunchTemplateRequest {
|
|
|
8648
8669
|
*/
|
|
8649
8670
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
8650
8671
|
}
|
|
8672
|
+
/**
|
|
8673
|
+
* <p>Describes whether the resource is managed by an entity and, if so,
|
|
8674
|
+
* describes the entity that manages it.</p>
|
|
8675
|
+
* @public
|
|
8676
|
+
*/
|
|
8677
|
+
export interface OperatorResponse {
|
|
8678
|
+
/**
|
|
8679
|
+
* <p>If <code>true</code>, the resource is managed by an entity.</p>
|
|
8680
|
+
* @public
|
|
8681
|
+
*/
|
|
8682
|
+
Managed?: boolean | undefined;
|
|
8683
|
+
/**
|
|
8684
|
+
* <p>If <code>managed</code> is <code>true</code>, then the principal is returned.
|
|
8685
|
+
* The principal is the entity that manages the resource.</p>
|
|
8686
|
+
* @public
|
|
8687
|
+
*/
|
|
8688
|
+
Principal?: string | undefined;
|
|
8689
|
+
}
|
|
8651
8690
|
/**
|
|
8652
8691
|
* <p>Describes a launch template.</p>
|
|
8653
8692
|
* @public
|
|
@@ -8688,6 +8727,11 @@ export interface LaunchTemplate {
|
|
|
8688
8727
|
* @public
|
|
8689
8728
|
*/
|
|
8690
8729
|
Tags?: Tag[] | undefined;
|
|
8730
|
+
/**
|
|
8731
|
+
* <p>The entity that manages the launch template.</p>
|
|
8732
|
+
* @public
|
|
8733
|
+
*/
|
|
8734
|
+
Operator?: OperatorResponse | undefined;
|
|
8691
8735
|
}
|
|
8692
8736
|
/**
|
|
8693
8737
|
* <p>The error code and error message that is returned for a parameter or parameter
|
|
@@ -9761,6 +9805,11 @@ export interface ResponseLaunchTemplateData {
|
|
|
9761
9805
|
* @public
|
|
9762
9806
|
*/
|
|
9763
9807
|
DisableApiStop?: boolean | undefined;
|
|
9808
|
+
/**
|
|
9809
|
+
* <p>The entity that manages the launch template.</p>
|
|
9810
|
+
* @public
|
|
9811
|
+
*/
|
|
9812
|
+
Operator?: OperatorResponse | undefined;
|
|
9764
9813
|
}
|
|
9765
9814
|
/**
|
|
9766
9815
|
* <p>Describes a launch template version.</p>
|
|
@@ -9807,6 +9856,11 @@ export interface LaunchTemplateVersion {
|
|
|
9807
9856
|
* @public
|
|
9808
9857
|
*/
|
|
9809
9858
|
LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
|
|
9859
|
+
/**
|
|
9860
|
+
* <p>The entity that manages the launch template.</p>
|
|
9861
|
+
* @public
|
|
9862
|
+
*/
|
|
9863
|
+
Operator?: OperatorResponse | undefined;
|
|
9810
9864
|
}
|
|
9811
9865
|
/**
|
|
9812
9866
|
* @public
|
|
@@ -11030,42 +11084,6 @@ export interface NetworkInsightsAccessScope {
|
|
|
11030
11084
|
*/
|
|
11031
11085
|
Tags?: Tag[] | undefined;
|
|
11032
11086
|
}
|
|
11033
|
-
/**
|
|
11034
|
-
* <p>Describes the Network Access Scope content.</p>
|
|
11035
|
-
* @public
|
|
11036
|
-
*/
|
|
11037
|
-
export interface NetworkInsightsAccessScopeContent {
|
|
11038
|
-
/**
|
|
11039
|
-
* <p>The ID of the Network Access Scope.</p>
|
|
11040
|
-
* @public
|
|
11041
|
-
*/
|
|
11042
|
-
NetworkInsightsAccessScopeId?: string | undefined;
|
|
11043
|
-
/**
|
|
11044
|
-
* <p>The paths to match.</p>
|
|
11045
|
-
* @public
|
|
11046
|
-
*/
|
|
11047
|
-
MatchPaths?: AccessScopePath[] | undefined;
|
|
11048
|
-
/**
|
|
11049
|
-
* <p>The paths to exclude.</p>
|
|
11050
|
-
* @public
|
|
11051
|
-
*/
|
|
11052
|
-
ExcludePaths?: AccessScopePath[] | undefined;
|
|
11053
|
-
}
|
|
11054
|
-
/**
|
|
11055
|
-
* @public
|
|
11056
|
-
*/
|
|
11057
|
-
export interface CreateNetworkInsightsAccessScopeResult {
|
|
11058
|
-
/**
|
|
11059
|
-
* <p>The Network Access Scope.</p>
|
|
11060
|
-
* @public
|
|
11061
|
-
*/
|
|
11062
|
-
NetworkInsightsAccessScope?: NetworkInsightsAccessScope | undefined;
|
|
11063
|
-
/**
|
|
11064
|
-
* <p>The Network Access Scope content.</p>
|
|
11065
|
-
* @public
|
|
11066
|
-
*/
|
|
11067
|
-
NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent | undefined;
|
|
11068
|
-
}
|
|
11069
11087
|
/**
|
|
11070
11088
|
* @internal
|
|
11071
11089
|
*/
|
|
@@ -1,5 +1,41 @@
|
|
|
1
|
-
import { ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, GatewayType, InstanceIpv6Address, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
1
|
+
import { AccessScopePath, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, GatewayType, InstanceIpv6Address, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, NetworkInsightsAccessScope, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Describes the Network Access Scope content.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface NetworkInsightsAccessScopeContent {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The ID of the Network Access Scope.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
NetworkInsightsAccessScopeId?: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The paths to match.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
MatchPaths?: AccessScopePath[] | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The paths to exclude.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
ExcludePaths?: AccessScopePath[] | undefined;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export interface CreateNetworkInsightsAccessScopeResult {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The Network Access Scope.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
NetworkInsightsAccessScope?: NetworkInsightsAccessScope | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The Network Access Scope content.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent | undefined;
|
|
38
|
+
}
|
|
3
39
|
/**
|
|
4
40
|
* <p>Describes a port range.</p>
|
|
5
41
|
* @public
|
|
@@ -323,6 +359,11 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
323
359
|
* @public
|
|
324
360
|
*/
|
|
325
361
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
|
|
362
|
+
/**
|
|
363
|
+
* <p>Reserved for internal use.</p>
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
366
|
+
Operator?: OperatorRequest | undefined;
|
|
326
367
|
/**
|
|
327
368
|
* <p>The ID of the subnet to associate with the network interface.</p>
|
|
328
369
|
* @public
|
|
@@ -809,6 +850,11 @@ export interface NetworkInterface {
|
|
|
809
850
|
* @public
|
|
810
851
|
*/
|
|
811
852
|
Ipv6Address?: string | undefined;
|
|
853
|
+
/**
|
|
854
|
+
* <p>The entity that manages the network interface.</p>
|
|
855
|
+
* @public
|
|
856
|
+
*/
|
|
857
|
+
Operator?: OperatorResponse | undefined;
|
|
812
858
|
}
|
|
813
859
|
/**
|
|
814
860
|
* @public
|
|
@@ -5426,6 +5472,11 @@ export interface CreateVolumeRequest {
|
|
|
5426
5472
|
* @public
|
|
5427
5473
|
*/
|
|
5428
5474
|
ClientToken?: string | undefined;
|
|
5475
|
+
/**
|
|
5476
|
+
* <p>Reserved for internal use.</p>
|
|
5477
|
+
* @public
|
|
5478
|
+
*/
|
|
5479
|
+
Operator?: OperatorRequest | undefined;
|
|
5429
5480
|
/**
|
|
5430
5481
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5431
5482
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -5503,6 +5554,11 @@ export interface Volume {
|
|
|
5503
5554
|
* @public
|
|
5504
5555
|
*/
|
|
5505
5556
|
SseType?: SSEType | undefined;
|
|
5557
|
+
/**
|
|
5558
|
+
* <p>The entity that manages the volume.</p>
|
|
5559
|
+
* @public
|
|
5560
|
+
*/
|
|
5561
|
+
Operator?: OperatorResponse | undefined;
|
|
5506
5562
|
/**
|
|
5507
5563
|
* <p>The ID of the volume.</p>
|
|
5508
5564
|
* @public
|
|
@@ -8193,43 +8249,6 @@ export interface DeleteIpamScopeResult {
|
|
|
8193
8249
|
*/
|
|
8194
8250
|
IpamScope?: IpamScope | undefined;
|
|
8195
8251
|
}
|
|
8196
|
-
/**
|
|
8197
|
-
* @public
|
|
8198
|
-
*/
|
|
8199
|
-
export interface DeleteKeyPairRequest {
|
|
8200
|
-
/**
|
|
8201
|
-
* <p>The name of the key pair.</p>
|
|
8202
|
-
* @public
|
|
8203
|
-
*/
|
|
8204
|
-
KeyName?: string | undefined;
|
|
8205
|
-
/**
|
|
8206
|
-
* <p>The ID of the key pair.</p>
|
|
8207
|
-
* @public
|
|
8208
|
-
*/
|
|
8209
|
-
KeyPairId?: string | undefined;
|
|
8210
|
-
/**
|
|
8211
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8212
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8213
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8214
|
-
* @public
|
|
8215
|
-
*/
|
|
8216
|
-
DryRun?: boolean | undefined;
|
|
8217
|
-
}
|
|
8218
|
-
/**
|
|
8219
|
-
* @public
|
|
8220
|
-
*/
|
|
8221
|
-
export interface DeleteKeyPairResult {
|
|
8222
|
-
/**
|
|
8223
|
-
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
8224
|
-
* @public
|
|
8225
|
-
*/
|
|
8226
|
-
Return?: boolean | undefined;
|
|
8227
|
-
/**
|
|
8228
|
-
* <p>The ID of the key pair.</p>
|
|
8229
|
-
* @public
|
|
8230
|
-
*/
|
|
8231
|
-
KeyPairId?: string | undefined;
|
|
8232
|
-
}
|
|
8233
8252
|
/**
|
|
8234
8253
|
* @internal
|
|
8235
8254
|
*/
|
|
@@ -1,6 +1,43 @@
|
|
|
1
1
|
import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
2
|
import { _InstanceType, CapacityReservation, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
3
|
import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DeleteKeyPairRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The name of the key pair.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
KeyName?: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID of the key pair.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
KeyPairId?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
20
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
21
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
DryRun?: boolean | undefined;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface DeleteKeyPairResult {
|
|
30
|
+
/**
|
|
31
|
+
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
Return?: boolean | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The ID of the key pair.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
KeyPairId?: string | undefined;
|
|
40
|
+
}
|
|
4
41
|
/**
|
|
5
42
|
* @public
|
|
6
43
|
*/
|
|
@@ -7750,44 +7787,6 @@ export interface DescribeIamInstanceProfileAssociationsResult {
|
|
|
7750
7787
|
*/
|
|
7751
7788
|
NextToken?: string | undefined;
|
|
7752
7789
|
}
|
|
7753
|
-
/**
|
|
7754
|
-
* @public
|
|
7755
|
-
*/
|
|
7756
|
-
export interface DescribeIdentityIdFormatRequest {
|
|
7757
|
-
/**
|
|
7758
|
-
* <p>The type of resource: <code>bundle</code> |
|
|
7759
|
-
* <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
|
|
7760
|
-
* <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
|
|
7761
|
-
* <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
|
|
7762
|
-
* <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> |
|
|
7763
|
-
* <code>network-acl</code> | <code>network-acl-association</code> |
|
|
7764
|
-
* <code>network-interface</code> | <code>network-interface-attachment</code> |
|
|
7765
|
-
* <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> |
|
|
7766
|
-
* <code>route-table-association</code> | <code>security-group</code> |
|
|
7767
|
-
* <code>snapshot</code> | <code>subnet</code> |
|
|
7768
|
-
* <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code>
|
|
7769
|
-
* | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> |
|
|
7770
|
-
* <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>
|
|
7771
|
-
* </p>
|
|
7772
|
-
* @public
|
|
7773
|
-
*/
|
|
7774
|
-
Resource?: string | undefined;
|
|
7775
|
-
/**
|
|
7776
|
-
* <p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>
|
|
7777
|
-
* @public
|
|
7778
|
-
*/
|
|
7779
|
-
PrincipalArn: string | undefined;
|
|
7780
|
-
}
|
|
7781
|
-
/**
|
|
7782
|
-
* @public
|
|
7783
|
-
*/
|
|
7784
|
-
export interface DescribeIdentityIdFormatResult {
|
|
7785
|
-
/**
|
|
7786
|
-
* <p>Information about the ID format for the resources.</p>
|
|
7787
|
-
* @public
|
|
7788
|
-
*/
|
|
7789
|
-
Statuses?: IdFormat[] | undefined;
|
|
7790
|
-
}
|
|
7791
7790
|
/**
|
|
7792
7791
|
* @internal
|
|
7793
7792
|
*/
|
|
@@ -1,7 +1,45 @@
|
|
|
1
1
|
import { AlternatePathHint, AttachmentStatus, CurrencyCodeValues, Explanation, IamInstanceProfile, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, Ec2InstanceConnectEndpoint, HostnameType, InstanceIpv6Address, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, Placement, PlatformValues, StateReason, Tenancy } from "./models_1";
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, Ec2InstanceConnectEndpoint, HostnameType, InstanceIpv6Address, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, OperatorResponse, Placement, PlatformValues, StateReason, Tenancy } from "./models_1";
|
|
3
3
|
import { GroupIdentifier, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, StorageTier } from "./models_2";
|
|
4
4
|
import { Byoasn, Filter, IdFormat, InstanceTagNotificationAttribute, PermissionGroup, ProductCode } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DescribeIdentityIdFormatRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The type of resource: <code>bundle</code> |
|
|
11
|
+
* <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
|
|
12
|
+
* <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
|
|
13
|
+
* <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
|
|
14
|
+
* <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> |
|
|
15
|
+
* <code>network-acl</code> | <code>network-acl-association</code> |
|
|
16
|
+
* <code>network-interface</code> | <code>network-interface-attachment</code> |
|
|
17
|
+
* <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> |
|
|
18
|
+
* <code>route-table-association</code> | <code>security-group</code> |
|
|
19
|
+
* <code>snapshot</code> | <code>subnet</code> |
|
|
20
|
+
* <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code>
|
|
21
|
+
* | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> |
|
|
22
|
+
* <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>
|
|
23
|
+
* </p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
Resource?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
PrincipalArn: string | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export interface DescribeIdentityIdFormatResult {
|
|
37
|
+
/**
|
|
38
|
+
* <p>Information about the ID format for the resources.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
Statuses?: IdFormat[] | undefined;
|
|
42
|
+
}
|
|
5
43
|
/**
|
|
6
44
|
* @public
|
|
7
45
|
*/
|
|
@@ -1248,6 +1286,11 @@ export interface EbsInstanceBlockDevice {
|
|
|
1248
1286
|
* @public
|
|
1249
1287
|
*/
|
|
1250
1288
|
VolumeOwnerId?: string | undefined;
|
|
1289
|
+
/**
|
|
1290
|
+
* <p>The entity that manages the EBS volume.</p>
|
|
1291
|
+
* @public
|
|
1292
|
+
*/
|
|
1293
|
+
Operator?: OperatorResponse | undefined;
|
|
1251
1294
|
}
|
|
1252
1295
|
/**
|
|
1253
1296
|
* <p>Describes a block device mapping.</p>
|
|
@@ -1937,6 +1980,11 @@ export interface InstanceImageMetadata {
|
|
|
1937
1980
|
* @public
|
|
1938
1981
|
*/
|
|
1939
1982
|
ImageMetadata?: ImageMetadata | undefined;
|
|
1983
|
+
/**
|
|
1984
|
+
* <p>The entity that manages the instance.</p>
|
|
1985
|
+
* @public
|
|
1986
|
+
*/
|
|
1987
|
+
Operator?: OperatorResponse | undefined;
|
|
1940
1988
|
}
|
|
1941
1989
|
/**
|
|
1942
1990
|
* @public
|
|
@@ -3311,6 +3359,11 @@ export interface InstanceNetworkInterface {
|
|
|
3311
3359
|
* @public
|
|
3312
3360
|
*/
|
|
3313
3361
|
ConnectionTrackingConfiguration?: ConnectionTrackingSpecificationResponse | undefined;
|
|
3362
|
+
/**
|
|
3363
|
+
* <p>The entity that manages the network interface.</p>
|
|
3364
|
+
* @public
|
|
3365
|
+
*/
|
|
3366
|
+
Operator?: OperatorResponse | undefined;
|
|
3314
3367
|
}
|
|
3315
3368
|
/**
|
|
3316
3369
|
* <p>Describes the options for instance hostnames.</p>
|
|
@@ -3555,6 +3608,11 @@ export interface Instance {
|
|
|
3555
3608
|
* @public
|
|
3556
3609
|
*/
|
|
3557
3610
|
CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
|
|
3611
|
+
/**
|
|
3612
|
+
* <p>The entity that manages the instance.</p>
|
|
3613
|
+
* @public
|
|
3614
|
+
*/
|
|
3615
|
+
Operator?: OperatorResponse | undefined;
|
|
3558
3616
|
/**
|
|
3559
3617
|
* <p>The ID of the instance.</p>
|
|
3560
3618
|
* @public
|
|
@@ -4031,6 +4089,11 @@ export interface InstanceStatus {
|
|
|
4031
4089
|
* @public
|
|
4032
4090
|
*/
|
|
4033
4091
|
OutpostArn?: string | undefined;
|
|
4092
|
+
/**
|
|
4093
|
+
* <p>The entity that manages the instance.</p>
|
|
4094
|
+
* @public
|
|
4095
|
+
*/
|
|
4096
|
+
Operator?: OperatorResponse | undefined;
|
|
4034
4097
|
/**
|
|
4035
4098
|
* <p>Any scheduled events associated with the instance.</p>
|
|
4036
4099
|
* @public
|
|
@@ -11154,36 +11217,6 @@ export interface SnapshotTierStatus {
|
|
|
11154
11217
|
*/
|
|
11155
11218
|
RestoreExpiryTime?: Date | undefined;
|
|
11156
11219
|
}
|
|
11157
|
-
/**
|
|
11158
|
-
* @public
|
|
11159
|
-
*/
|
|
11160
|
-
export interface DescribeSnapshotTierStatusResult {
|
|
11161
|
-
/**
|
|
11162
|
-
* <p>Information about the snapshot's storage tier.</p>
|
|
11163
|
-
* @public
|
|
11164
|
-
*/
|
|
11165
|
-
SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
|
|
11166
|
-
/**
|
|
11167
|
-
* <p>The token to include in another request to get the next page of items.
|
|
11168
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
11169
|
-
* @public
|
|
11170
|
-
*/
|
|
11171
|
-
NextToken?: string | undefined;
|
|
11172
|
-
}
|
|
11173
|
-
/**
|
|
11174
|
-
* <p>Contains the parameters for DescribeSpotDatafeedSubscription.</p>
|
|
11175
|
-
* @public
|
|
11176
|
-
*/
|
|
11177
|
-
export interface DescribeSpotDatafeedSubscriptionRequest {
|
|
11178
|
-
/**
|
|
11179
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
11180
|
-
* making the request, and provides an error response. If you have the required
|
|
11181
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
11182
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
11183
|
-
* @public
|
|
11184
|
-
*/
|
|
11185
|
-
DryRun?: boolean | undefined;
|
|
11186
|
-
}
|
|
11187
11220
|
/**
|
|
11188
11221
|
* @internal
|
|
11189
11222
|
*/
|