@aws-sdk/client-ec2 3.448.0 → 3.450.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/dist-cjs/EC2.js +2 -0
- package/dist-cjs/commands/DescribeInstanceTopologyCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_1.js +1 -16
- package/dist-cjs/models/models_2.js +17 -2
- package/dist-cjs/models/models_6.js +1 -4
- package/dist-cjs/models/models_7.js +4 -1
- package/dist-cjs/pagination/DescribeInstanceTopologyPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +275 -20
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeInstanceTopologyCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +0 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/models/models_6.js +0 -3
- package/dist-es/models/models_7.js +3 -0
- package/dist-es/pagination/DescribeInstanceTopologyPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +253 -0
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +6 -6
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +8 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -4
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +148 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -4
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +4 -4
- package/dist-types/commands/DisableImageCommand.d.ts +3 -3
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -2
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +8 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +4 -3
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +10 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +10 -17
- package/dist-types/models/models_1.d.ts +118 -102
- package/dist-types/models/models_2.d.ts +100 -92
- package/dist-types/models/models_3.d.ts +93 -150
- package/dist-types/models/models_4.d.ts +303 -303
- package/dist-types/models/models_5.d.ts +343 -334
- package/dist-types/models/models_6.d.ts +308 -201
- package/dist-types/models/models_7.d.ts +173 -3
- package/dist-types/pagination/DescribeInstanceTopologyPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +16 -28
- package/dist-types/ts3.4/models/models_2.d.ts +28 -19
- package/dist-types/ts3.4/models/models_3.d.ts +16 -18
- package/dist-types/ts3.4/models/models_4.d.ts +49 -53
- package/dist-types/ts3.4/models/models_5.d.ts +54 -52
- package/dist-types/ts3.4/models/models_6.d.ts +52 -42
- package/dist-types/ts3.4/models/models_7.d.ts +49 -1
- package/dist-types/ts3.4/pagination/DescribeInstanceTopologyPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +13 -13
|
@@ -1,5 +1,93 @@
|
|
|
1
1
|
import { ApplianceModeSupportValue, CarrierGateway, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList,
|
|
2
|
+
import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* @enum
|
|
6
|
+
*/
|
|
7
|
+
export declare const SpreadLevel: {
|
|
8
|
+
readonly host: "host";
|
|
9
|
+
readonly rack: "rack";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* @enum
|
|
18
|
+
*/
|
|
19
|
+
export declare const PlacementStrategy: {
|
|
20
|
+
readonly cluster: "cluster";
|
|
21
|
+
readonly partition: "partition";
|
|
22
|
+
readonly spread: "spread";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type PlacementStrategy = (typeof PlacementStrategy)[keyof typeof PlacementStrategy];
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export interface CreatePlacementGroupRequest {
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
35
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
36
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
37
|
+
*/
|
|
38
|
+
DryRun?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
* <p>A name for the placement group. Must be unique within the scope of your account for
|
|
42
|
+
* the Region.</p>
|
|
43
|
+
* <p>Constraints: Up to 255 ASCII characters</p>
|
|
44
|
+
*/
|
|
45
|
+
GroupName?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
* <p>The placement strategy.</p>
|
|
49
|
+
*/
|
|
50
|
+
Strategy?: PlacementStrategy;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
* <p>The number of partitions. Valid only when <b>Strategy</b> is
|
|
54
|
+
* set to <code>partition</code>.</p>
|
|
55
|
+
*/
|
|
56
|
+
PartitionCount?: number;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* <p>The tags to apply to the new placement group.</p>
|
|
60
|
+
*/
|
|
61
|
+
TagSpecifications?: TagSpecification[];
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* <p>Determines how placement groups spread instances. </p>
|
|
65
|
+
* <ul>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>Host – You can use <code>host</code> only with Outpost placement
|
|
68
|
+
* groups.</p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>Rack – No usage restrictions.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* </ul>
|
|
74
|
+
*/
|
|
75
|
+
SpreadLevel?: SpreadLevel;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @enum
|
|
80
|
+
*/
|
|
81
|
+
export declare const PlacementGroupState: {
|
|
82
|
+
readonly available: "available";
|
|
83
|
+
readonly deleted: "deleted";
|
|
84
|
+
readonly deleting: "deleting";
|
|
85
|
+
readonly pending: "pending";
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export type PlacementGroupState = (typeof PlacementGroupState)[keyof typeof PlacementGroupState];
|
|
3
91
|
/**
|
|
4
92
|
* @public
|
|
5
93
|
* <p>Describes a placement group.</p>
|
|
@@ -3605,7 +3693,7 @@ export interface CreateVerifiedAccessEndpointRequest {
|
|
|
3605
3693
|
EndpointDomainPrefix: string | undefined;
|
|
3606
3694
|
/**
|
|
3607
3695
|
* @public
|
|
3608
|
-
* <p>The IDs of the security groups to associate with the Verified Access endpoint
|
|
3696
|
+
* <p>The IDs of the security groups to associate with the Verified Access endpoint. Required if <code>AttachmentType</code> is set to <code>vpc</code>.</p>
|
|
3609
3697
|
*/
|
|
3610
3698
|
SecurityGroupIds?: string[];
|
|
3611
3699
|
/**
|
|
@@ -3650,9 +3738,7 @@ export interface CreateVerifiedAccessEndpointRequest {
|
|
|
3650
3738
|
DryRun?: boolean;
|
|
3651
3739
|
/**
|
|
3652
3740
|
* @public
|
|
3653
|
-
* <p>
|
|
3654
|
-
* Options for server side encryption.
|
|
3655
|
-
* </p>
|
|
3741
|
+
* <p>The options for server side encryption.</p>
|
|
3656
3742
|
*/
|
|
3657
3743
|
SseSpecification?: VerifiedAccessSseSpecificationRequest;
|
|
3658
3744
|
}
|
|
@@ -3838,9 +3924,7 @@ export interface VerifiedAccessEndpoint {
|
|
|
3838
3924
|
Tags?: Tag[];
|
|
3839
3925
|
/**
|
|
3840
3926
|
* @public
|
|
3841
|
-
* <p>
|
|
3842
|
-
* Describes the options in use for server side encryption.
|
|
3843
|
-
* </p>
|
|
3927
|
+
* <p>The options in use for server side encryption.</p>
|
|
3844
3928
|
*/
|
|
3845
3929
|
SseSpecification?: VerifiedAccessSseSpecificationResponse;
|
|
3846
3930
|
}
|
|
@@ -3850,7 +3934,7 @@ export interface VerifiedAccessEndpoint {
|
|
|
3850
3934
|
export interface CreateVerifiedAccessEndpointResult {
|
|
3851
3935
|
/**
|
|
3852
3936
|
* @public
|
|
3853
|
-
* <p>
|
|
3937
|
+
* <p>Details about the Verified Access endpoint.</p>
|
|
3854
3938
|
*/
|
|
3855
3939
|
VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
|
|
3856
3940
|
}
|
|
@@ -3893,9 +3977,7 @@ export interface CreateVerifiedAccessGroupRequest {
|
|
|
3893
3977
|
DryRun?: boolean;
|
|
3894
3978
|
/**
|
|
3895
3979
|
* @public
|
|
3896
|
-
* <p>
|
|
3897
|
-
* Options for server side encryption.
|
|
3898
|
-
* </p>
|
|
3980
|
+
* <p>The options for server side encryption.</p>
|
|
3899
3981
|
*/
|
|
3900
3982
|
SseSpecification?: VerifiedAccessSseSpecificationRequest;
|
|
3901
3983
|
}
|
|
@@ -3951,9 +4033,7 @@ export interface VerifiedAccessGroup {
|
|
|
3951
4033
|
Tags?: Tag[];
|
|
3952
4034
|
/**
|
|
3953
4035
|
* @public
|
|
3954
|
-
* <p>
|
|
3955
|
-
* Describes the options in use for server side encryption.
|
|
3956
|
-
* </p>
|
|
4036
|
+
* <p>The options in use for server side encryption.</p>
|
|
3957
4037
|
*/
|
|
3958
4038
|
SseSpecification?: VerifiedAccessSseSpecificationResponse;
|
|
3959
4039
|
}
|
|
@@ -3963,7 +4043,7 @@ export interface VerifiedAccessGroup {
|
|
|
3963
4043
|
export interface CreateVerifiedAccessGroupResult {
|
|
3964
4044
|
/**
|
|
3965
4045
|
* @public
|
|
3966
|
-
* <p>
|
|
4046
|
+
* <p>Details about the Verified Access group.</p>
|
|
3967
4047
|
*/
|
|
3968
4048
|
VerifiedAccessGroup?: VerifiedAccessGroup;
|
|
3969
4049
|
}
|
|
@@ -4006,7 +4086,7 @@ export interface CreateVerifiedAccessInstanceRequest {
|
|
|
4006
4086
|
export interface CreateVerifiedAccessInstanceResult {
|
|
4007
4087
|
/**
|
|
4008
4088
|
* @public
|
|
4009
|
-
* <p>
|
|
4089
|
+
* <p>Details about the Verified Access instance.</p>
|
|
4010
4090
|
*/
|
|
4011
4091
|
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
4012
4092
|
}
|
|
@@ -4127,9 +4207,7 @@ export interface CreateVerifiedAccessTrustProviderRequest {
|
|
|
4127
4207
|
DryRun?: boolean;
|
|
4128
4208
|
/**
|
|
4129
4209
|
* @public
|
|
4130
|
-
* <p>
|
|
4131
|
-
* Options for server side encryption.
|
|
4132
|
-
* </p>
|
|
4210
|
+
* <p>The options for server side encryption.</p>
|
|
4133
4211
|
*/
|
|
4134
4212
|
SseSpecification?: VerifiedAccessSseSpecificationRequest;
|
|
4135
4213
|
}
|
|
@@ -4139,7 +4217,7 @@ export interface CreateVerifiedAccessTrustProviderRequest {
|
|
|
4139
4217
|
export interface CreateVerifiedAccessTrustProviderResult {
|
|
4140
4218
|
/**
|
|
4141
4219
|
* @public
|
|
4142
|
-
* <p>
|
|
4220
|
+
* <p>Details about the Verified Access trust provider.</p>
|
|
4143
4221
|
*/
|
|
4144
4222
|
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
4145
4223
|
}
|
|
@@ -6184,7 +6262,7 @@ export interface VgwTelemetry {
|
|
|
6184
6262
|
AcceptedRouteCount?: number;
|
|
6185
6263
|
/**
|
|
6186
6264
|
* @public
|
|
6187
|
-
* <p>The date and time of the last change in status.</p>
|
|
6265
|
+
* <p>The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.</p>
|
|
6188
6266
|
*/
|
|
6189
6267
|
LastStatusChange?: Date;
|
|
6190
6268
|
/**
|
|
@@ -7568,76 +7646,6 @@ export interface DeleteNetworkInsightsPathResult {
|
|
|
7568
7646
|
*/
|
|
7569
7647
|
NetworkInsightsPathId?: string;
|
|
7570
7648
|
}
|
|
7571
|
-
/**
|
|
7572
|
-
* @public
|
|
7573
|
-
* <p>Contains the parameters for DeleteNetworkInterface.</p>
|
|
7574
|
-
*/
|
|
7575
|
-
export interface DeleteNetworkInterfaceRequest {
|
|
7576
|
-
/**
|
|
7577
|
-
* @public
|
|
7578
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7579
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7580
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7581
|
-
*/
|
|
7582
|
-
DryRun?: boolean;
|
|
7583
|
-
/**
|
|
7584
|
-
* @public
|
|
7585
|
-
* <p>The ID of the network interface.</p>
|
|
7586
|
-
*/
|
|
7587
|
-
NetworkInterfaceId: string | undefined;
|
|
7588
|
-
}
|
|
7589
|
-
/**
|
|
7590
|
-
* @public
|
|
7591
|
-
* <p>Contains the parameters for DeleteNetworkInterfacePermission.</p>
|
|
7592
|
-
*/
|
|
7593
|
-
export interface DeleteNetworkInterfacePermissionRequest {
|
|
7594
|
-
/**
|
|
7595
|
-
* @public
|
|
7596
|
-
* <p>The ID of the network interface permission.</p>
|
|
7597
|
-
*/
|
|
7598
|
-
NetworkInterfacePermissionId: string | undefined;
|
|
7599
|
-
/**
|
|
7600
|
-
* @public
|
|
7601
|
-
* <p>Specify <code>true</code> to remove the permission even if the network interface is
|
|
7602
|
-
* attached to an instance.</p>
|
|
7603
|
-
*/
|
|
7604
|
-
Force?: boolean;
|
|
7605
|
-
/**
|
|
7606
|
-
* @public
|
|
7607
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7608
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7609
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7610
|
-
*/
|
|
7611
|
-
DryRun?: boolean;
|
|
7612
|
-
}
|
|
7613
|
-
/**
|
|
7614
|
-
* @public
|
|
7615
|
-
* <p>Contains the output for DeleteNetworkInterfacePermission.</p>
|
|
7616
|
-
*/
|
|
7617
|
-
export interface DeleteNetworkInterfacePermissionResult {
|
|
7618
|
-
/**
|
|
7619
|
-
* @public
|
|
7620
|
-
* <p>Returns <code>true</code> if the request succeeds, otherwise returns an error.</p>
|
|
7621
|
-
*/
|
|
7622
|
-
Return?: boolean;
|
|
7623
|
-
}
|
|
7624
|
-
/**
|
|
7625
|
-
* @public
|
|
7626
|
-
*/
|
|
7627
|
-
export interface DeletePlacementGroupRequest {
|
|
7628
|
-
/**
|
|
7629
|
-
* @public
|
|
7630
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7631
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7632
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7633
|
-
*/
|
|
7634
|
-
DryRun?: boolean;
|
|
7635
|
-
/**
|
|
7636
|
-
* @public
|
|
7637
|
-
* <p>The name of the placement group.</p>
|
|
7638
|
-
*/
|
|
7639
|
-
GroupName: string | undefined;
|
|
7640
|
-
}
|
|
7641
7649
|
/**
|
|
7642
7650
|
* @internal
|
|
7643
7651
|
*/
|
|
@@ -1,6 +1,76 @@
|
|
|
1
|
-
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation,
|
|
1
|
+
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
2
|
import { AttributeValue, BlockDeviceMapping, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
3
|
import { FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>Contains the parameters for DeleteNetworkInterface.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteNetworkInterfaceRequest {
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
12
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
13
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
14
|
+
*/
|
|
15
|
+
DryRun?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>The ID of the network interface.</p>
|
|
19
|
+
*/
|
|
20
|
+
NetworkInterfaceId: string | undefined;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
* <p>Contains the parameters for DeleteNetworkInterfacePermission.</p>
|
|
25
|
+
*/
|
|
26
|
+
export interface DeleteNetworkInterfacePermissionRequest {
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>The ID of the network interface permission.</p>
|
|
30
|
+
*/
|
|
31
|
+
NetworkInterfacePermissionId: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* <p>Specify <code>true</code> to remove the permission even if the network interface is
|
|
35
|
+
* attached to an instance.</p>
|
|
36
|
+
*/
|
|
37
|
+
Force?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
41
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
42
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
43
|
+
*/
|
|
44
|
+
DryRun?: boolean;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
* <p>Contains the output for DeleteNetworkInterfacePermission.</p>
|
|
49
|
+
*/
|
|
50
|
+
export interface DeleteNetworkInterfacePermissionResult {
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
* <p>Returns <code>true</code> if the request succeeds, otherwise returns an error.</p>
|
|
54
|
+
*/
|
|
55
|
+
Return?: boolean;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export interface DeletePlacementGroupRequest {
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
64
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
65
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
66
|
+
*/
|
|
67
|
+
DryRun?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
* <p>The name of the placement group.</p>
|
|
71
|
+
*/
|
|
72
|
+
GroupName: string | undefined;
|
|
73
|
+
}
|
|
4
74
|
/**
|
|
5
75
|
* @public
|
|
6
76
|
*/
|
|
@@ -738,7 +808,7 @@ export interface DeleteVerifiedAccessEndpointRequest {
|
|
|
738
808
|
export interface DeleteVerifiedAccessEndpointResult {
|
|
739
809
|
/**
|
|
740
810
|
* @public
|
|
741
|
-
* <p>
|
|
811
|
+
* <p>Details about the Verified Access endpoint.</p>
|
|
742
812
|
*/
|
|
743
813
|
VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
|
|
744
814
|
}
|
|
@@ -771,7 +841,7 @@ export interface DeleteVerifiedAccessGroupRequest {
|
|
|
771
841
|
export interface DeleteVerifiedAccessGroupResult {
|
|
772
842
|
/**
|
|
773
843
|
* @public
|
|
774
|
-
* <p>
|
|
844
|
+
* <p>Details about the Verified Access group.</p>
|
|
775
845
|
*/
|
|
776
846
|
VerifiedAccessGroup?: VerifiedAccessGroup;
|
|
777
847
|
}
|
|
@@ -804,7 +874,7 @@ export interface DeleteVerifiedAccessInstanceRequest {
|
|
|
804
874
|
export interface DeleteVerifiedAccessInstanceResult {
|
|
805
875
|
/**
|
|
806
876
|
* @public
|
|
807
|
-
* <p>
|
|
877
|
+
* <p>Details about the Verified Access instance.</p>
|
|
808
878
|
*/
|
|
809
879
|
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
810
880
|
}
|
|
@@ -837,7 +907,7 @@ export interface DeleteVerifiedAccessTrustProviderRequest {
|
|
|
837
907
|
export interface DeleteVerifiedAccessTrustProviderResult {
|
|
838
908
|
/**
|
|
839
909
|
* @public
|
|
840
|
-
* <p>
|
|
910
|
+
* <p>Details about the Verified Access trust provider.</p>
|
|
841
911
|
*/
|
|
842
912
|
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
843
913
|
}
|
|
@@ -4410,7 +4480,7 @@ export interface DescribeExportTasksResult {
|
|
|
4410
4480
|
export interface DescribeFastLaunchImagesRequest {
|
|
4411
4481
|
/**
|
|
4412
4482
|
* @public
|
|
4413
|
-
* <p>
|
|
4483
|
+
* <p>Specify one or more Windows AMI image IDs for the request.</p>
|
|
4414
4484
|
*/
|
|
4415
4485
|
ImageIds?: string[];
|
|
4416
4486
|
/**
|
|
@@ -4423,10 +4493,6 @@ export interface DescribeFastLaunchImagesRequest {
|
|
|
4423
4493
|
* </li>
|
|
4424
4494
|
* <li>
|
|
4425
4495
|
* <p>
|
|
4426
|
-
* <code>launch-template</code> - The launch template that is associated with the pre-provisioned Windows AMI.</p>
|
|
4427
|
-
* </li>
|
|
4428
|
-
* <li>
|
|
4429
|
-
* <p>
|
|
4430
4496
|
* <code>owner-id</code> - The owner ID for the pre-provisioning resource.</p>
|
|
4431
4497
|
* </li>
|
|
4432
4498
|
* <li>
|
|
@@ -4458,22 +4524,22 @@ export interface DescribeFastLaunchImagesRequest {
|
|
|
4458
4524
|
}
|
|
4459
4525
|
/**
|
|
4460
4526
|
* @public
|
|
4461
|
-
* <p>Identifies the launch template
|
|
4527
|
+
* <p>Identifies the launch template that the AMI uses for Windows fast launch.</p>
|
|
4462
4528
|
*/
|
|
4463
4529
|
export interface FastLaunchLaunchTemplateSpecificationResponse {
|
|
4464
4530
|
/**
|
|
4465
4531
|
* @public
|
|
4466
|
-
* <p>The ID of the launch template
|
|
4532
|
+
* <p>The ID of the launch template that the AMI uses for Windows fast launch.</p>
|
|
4467
4533
|
*/
|
|
4468
4534
|
LaunchTemplateId?: string;
|
|
4469
4535
|
/**
|
|
4470
4536
|
* @public
|
|
4471
|
-
* <p>The name of the launch template
|
|
4537
|
+
* <p>The name of the launch template that the AMI uses for Windows fast launch.</p>
|
|
4472
4538
|
*/
|
|
4473
4539
|
LaunchTemplateName?: string;
|
|
4474
4540
|
/**
|
|
4475
4541
|
* @public
|
|
4476
|
-
* <p>The version of the launch template
|
|
4542
|
+
* <p>The version of the launch template that the AMI uses for Windows fast launch.</p>
|
|
4477
4543
|
*/
|
|
4478
4544
|
Version?: string;
|
|
4479
4545
|
}
|
|
@@ -4490,12 +4556,14 @@ export declare const FastLaunchResourceType: {
|
|
|
4490
4556
|
export type FastLaunchResourceType = (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
|
|
4491
4557
|
/**
|
|
4492
4558
|
* @public
|
|
4493
|
-
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a fast
|
|
4559
|
+
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows fast launch
|
|
4560
|
+
* enabled Windows AMI.</p>
|
|
4494
4561
|
*/
|
|
4495
4562
|
export interface FastLaunchSnapshotConfigurationResponse {
|
|
4496
4563
|
/**
|
|
4497
4564
|
* @public
|
|
4498
|
-
* <p>The number of pre-provisioned snapshots requested to keep on hand for a fast
|
|
4565
|
+
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast launch
|
|
4566
|
+
* enabled AMI.</p>
|
|
4499
4567
|
*/
|
|
4500
4568
|
TargetResourceCount?: number;
|
|
4501
4569
|
}
|
|
@@ -4517,18 +4585,18 @@ export declare const FastLaunchStateCode: {
|
|
|
4517
4585
|
export type FastLaunchStateCode = (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
4518
4586
|
/**
|
|
4519
4587
|
* @public
|
|
4520
|
-
* <p>Describe details about a fast
|
|
4588
|
+
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the requested
|
|
4521
4589
|
* criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action filters.</p>
|
|
4522
4590
|
*/
|
|
4523
4591
|
export interface DescribeFastLaunchImagesSuccessItem {
|
|
4524
4592
|
/**
|
|
4525
4593
|
* @public
|
|
4526
|
-
* <p>The image ID that identifies the fast
|
|
4594
|
+
* <p>The image ID that identifies the Windows fast launch enabled image.</p>
|
|
4527
4595
|
*/
|
|
4528
4596
|
ImageId?: string;
|
|
4529
4597
|
/**
|
|
4530
4598
|
* @public
|
|
4531
|
-
* <p>The resource type that
|
|
4599
|
+
* <p>The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values
|
|
4532
4600
|
* include: <code>snapshot</code>.</p>
|
|
4533
4601
|
*/
|
|
4534
4602
|
ResourceType?: FastLaunchResourceType;
|
|
@@ -4540,34 +4608,34 @@ export interface DescribeFastLaunchImagesSuccessItem {
|
|
|
4540
4608
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
|
|
4541
4609
|
/**
|
|
4542
4610
|
* @public
|
|
4543
|
-
* <p>The launch template that the fast
|
|
4611
|
+
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches
|
|
4544
4612
|
* Windows instances from pre-provisioned snapshots.</p>
|
|
4545
4613
|
*/
|
|
4546
4614
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
|
|
4547
4615
|
/**
|
|
4548
4616
|
* @public
|
|
4549
4617
|
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
4550
|
-
* pre-provisioned snapshots for Windows
|
|
4618
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
4551
4619
|
*/
|
|
4552
4620
|
MaxParallelLaunches?: number;
|
|
4553
4621
|
/**
|
|
4554
4622
|
* @public
|
|
4555
|
-
* <p>The owner ID for the fast
|
|
4623
|
+
* <p>The owner ID for the Windows fast launch enabled AMI.</p>
|
|
4556
4624
|
*/
|
|
4557
4625
|
OwnerId?: string;
|
|
4558
4626
|
/**
|
|
4559
4627
|
* @public
|
|
4560
|
-
* <p>The current state of
|
|
4628
|
+
* <p>The current state of Windows fast launch for the specified Windows AMI.</p>
|
|
4561
4629
|
*/
|
|
4562
4630
|
State?: FastLaunchStateCode;
|
|
4563
4631
|
/**
|
|
4564
4632
|
* @public
|
|
4565
|
-
* <p>The reason that
|
|
4633
|
+
* <p>The reason that Windows fast launch for the AMI changed to the current state.</p>
|
|
4566
4634
|
*/
|
|
4567
4635
|
StateTransitionReason?: string;
|
|
4568
4636
|
/**
|
|
4569
4637
|
* @public
|
|
4570
|
-
* <p>The time that
|
|
4638
|
+
* <p>The time that Windows fast launch for the AMI changed to the current state.</p>
|
|
4571
4639
|
*/
|
|
4572
4640
|
StateTransitionTime?: Date;
|
|
4573
4641
|
}
|
|
@@ -8458,131 +8526,6 @@ export interface DescribeInstanceCreditSpecificationsResult {
|
|
|
8458
8526
|
*/
|
|
8459
8527
|
NextToken?: string;
|
|
8460
8528
|
}
|
|
8461
|
-
/**
|
|
8462
|
-
* @public
|
|
8463
|
-
*/
|
|
8464
|
-
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
8465
|
-
/**
|
|
8466
|
-
* @public
|
|
8467
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8468
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8469
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8470
|
-
*/
|
|
8471
|
-
DryRun?: boolean;
|
|
8472
|
-
}
|
|
8473
|
-
/**
|
|
8474
|
-
* @public
|
|
8475
|
-
*/
|
|
8476
|
-
export interface DescribeInstanceEventNotificationAttributesResult {
|
|
8477
|
-
/**
|
|
8478
|
-
* @public
|
|
8479
|
-
* <p>Information about the registered tag keys.</p>
|
|
8480
|
-
*/
|
|
8481
|
-
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
8482
|
-
}
|
|
8483
|
-
/**
|
|
8484
|
-
* @public
|
|
8485
|
-
* <para>Describe instance event windows by InstanceEventWindow.</para>
|
|
8486
|
-
*/
|
|
8487
|
-
export interface DescribeInstanceEventWindowsRequest {
|
|
8488
|
-
/**
|
|
8489
|
-
* @public
|
|
8490
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8491
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8492
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8493
|
-
*/
|
|
8494
|
-
DryRun?: boolean;
|
|
8495
|
-
/**
|
|
8496
|
-
* @public
|
|
8497
|
-
* <p>The IDs of the event windows.</p>
|
|
8498
|
-
*/
|
|
8499
|
-
InstanceEventWindowIds?: string[];
|
|
8500
|
-
/**
|
|
8501
|
-
* @public
|
|
8502
|
-
* <p>One or more filters.</p>
|
|
8503
|
-
* <ul>
|
|
8504
|
-
* <li>
|
|
8505
|
-
* <p>
|
|
8506
|
-
* <code>dedicated-host-id</code> - The event windows associated with the specified
|
|
8507
|
-
* Dedicated Host ID.</p>
|
|
8508
|
-
* </li>
|
|
8509
|
-
* <li>
|
|
8510
|
-
* <p>
|
|
8511
|
-
* <code>event-window-name</code> - The event windows associated with the specified
|
|
8512
|
-
* names. </p>
|
|
8513
|
-
* </li>
|
|
8514
|
-
* <li>
|
|
8515
|
-
* <p>
|
|
8516
|
-
* <code>instance-id</code> - The event windows associated with the specified instance
|
|
8517
|
-
* ID.</p>
|
|
8518
|
-
* </li>
|
|
8519
|
-
* <li>
|
|
8520
|
-
* <p>
|
|
8521
|
-
* <code>instance-tag</code> - The event windows associated with the specified tag and
|
|
8522
|
-
* value.</p>
|
|
8523
|
-
* </li>
|
|
8524
|
-
* <li>
|
|
8525
|
-
* <p>
|
|
8526
|
-
* <code>instance-tag-key</code> - The event windows associated with the specified tag
|
|
8527
|
-
* key, regardless of the value.</p>
|
|
8528
|
-
* </li>
|
|
8529
|
-
* <li>
|
|
8530
|
-
* <p>
|
|
8531
|
-
* <code>instance-tag-value</code> - The event windows associated with the specified tag
|
|
8532
|
-
* value, regardless of the key.</p>
|
|
8533
|
-
* </li>
|
|
8534
|
-
* <li>
|
|
8535
|
-
* <p>
|
|
8536
|
-
* <code>tag:<key></code> - The key/value combination of a tag assigned to the
|
|
8537
|
-
* event window. Use the tag key in the filter name and the tag value as the filter
|
|
8538
|
-
* value. For example, to find all resources that have a tag with the key
|
|
8539
|
-
* <code>Owner</code> and the value <code>CMX</code>, specify <code>tag:Owner</code>
|
|
8540
|
-
* for the filter name and <code>CMX</code> for the filter value. </p>
|
|
8541
|
-
* </li>
|
|
8542
|
-
* <li>
|
|
8543
|
-
* <p>
|
|
8544
|
-
* <code>tag-key</code> - The key of a tag assigned to the event window. Use this filter
|
|
8545
|
-
* to find all event windows that have a tag with a specific key, regardless of the tag
|
|
8546
|
-
* value. </p>
|
|
8547
|
-
* </li>
|
|
8548
|
-
* <li>
|
|
8549
|
-
* <p>
|
|
8550
|
-
* <code>tag-value</code> - The value of a tag assigned to the event window. Use this
|
|
8551
|
-
* filter to find all event windows that have a tag with a specific value, regardless of
|
|
8552
|
-
* the tag key. </p>
|
|
8553
|
-
* </li>
|
|
8554
|
-
* </ul>
|
|
8555
|
-
*/
|
|
8556
|
-
Filters?: Filter[];
|
|
8557
|
-
/**
|
|
8558
|
-
* @public
|
|
8559
|
-
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
8560
|
-
* results, make another call with the returned <code>NextToken</code> value. This value can
|
|
8561
|
-
* be between 20 and 500. You cannot specify this parameter and the event window IDs parameter
|
|
8562
|
-
* in the same call.</p>
|
|
8563
|
-
*/
|
|
8564
|
-
MaxResults?: number;
|
|
8565
|
-
/**
|
|
8566
|
-
* @public
|
|
8567
|
-
* <p>The token to request the next page of results.</p>
|
|
8568
|
-
*/
|
|
8569
|
-
NextToken?: string;
|
|
8570
|
-
}
|
|
8571
|
-
/**
|
|
8572
|
-
* @public
|
|
8573
|
-
*/
|
|
8574
|
-
export interface DescribeInstanceEventWindowsResult {
|
|
8575
|
-
/**
|
|
8576
|
-
* @public
|
|
8577
|
-
* <p>Information about the event windows.</p>
|
|
8578
|
-
*/
|
|
8579
|
-
InstanceEventWindows?: InstanceEventWindow[];
|
|
8580
|
-
/**
|
|
8581
|
-
* @public
|
|
8582
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>
|
|
8583
|
-
*/
|
|
8584
|
-
NextToken?: string;
|
|
8585
|
-
}
|
|
8586
8529
|
/**
|
|
8587
8530
|
* @internal
|
|
8588
8531
|
*/
|