@aws-sdk/client-ec2 3.695.0 → 3.696.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 +48 -0
- package/dist-cjs/index.js +551 -19
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +16 -0
- package/dist-es/models/models_4.js +0 -15
- package/dist-es/models/models_5.js +25 -0
- package/dist-es/protocols/Aws_ec2.js +395 -2
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
- package/dist-types/commands/CopyImageCommand.d.ts +8 -7
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -5
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +27 -23
- package/dist-types/models/models_1.d.ts +66 -80
- package/dist-types/models/models_2.d.ts +220 -106
- package/dist-types/models/models_3.d.ts +155 -371
- package/dist-types/models/models_4.d.ts +423 -401
- package/dist-types/models/models_5.d.ts +567 -506
- package/dist-types/models/models_6.d.ts +3268 -3187
- package/dist-types/models/models_7.d.ts +502 -28
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +140 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +12 -15
- package/dist-types/ts3.4/models/models_2.d.ts +56 -32
- package/dist-types/ts3.4/models/models_3.d.ts +39 -69
- package/dist-types/ts3.4/models/models_4.d.ts +70 -70
- package/dist-types/ts3.4/models/models_5.d.ts +111 -101
- package/dist-types/ts3.4/models/models_6.d.ts +100 -102
- package/dist-types/ts3.4/models/models_7.d.ts +124 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
|
@@ -1,6 +1,106 @@
|
|
|
1
|
-
import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer,
|
|
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
|
-
import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
1
|
+
import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
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, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
|
+
import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DeleteIpamExternalResourceVerificationTokenResult {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The verification token.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteIpamPoolRequest {
|
|
18
|
+
/**
|
|
19
|
+
* <p>A check for 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
|
+
* <p>The ID of the pool to delete.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
IpamPoolId: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Enables you to quickly delete an IPAM pool and all resources within that pool, including
|
|
32
|
+
* provisioned CIDRs, allocations, and other pools.</p>
|
|
33
|
+
* <important>
|
|
34
|
+
* <p>You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.</p>
|
|
35
|
+
* </important>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
Cascade?: boolean | undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export interface DeleteIpamPoolResult {
|
|
44
|
+
/**
|
|
45
|
+
* <p>Information about the results of the deletion.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
IpamPool?: IpamPool | undefined;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface DeleteIpamResourceDiscoveryRequest {
|
|
54
|
+
/**
|
|
55
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
56
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
57
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
DryRun?: boolean | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>The IPAM resource discovery ID.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export interface DeleteIpamResourceDiscoveryResult {
|
|
71
|
+
/**
|
|
72
|
+
* <p>The IPAM resource discovery.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export interface DeleteIpamScopeRequest {
|
|
81
|
+
/**
|
|
82
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
83
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
84
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
DryRun?: boolean | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The ID of the scope to delete.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
IpamScopeId: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export interface DeleteIpamScopeResult {
|
|
98
|
+
/**
|
|
99
|
+
* <p>Information about the results of the deletion.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
IpamScope?: IpamScope | undefined;
|
|
103
|
+
}
|
|
4
104
|
/**
|
|
5
105
|
* @public
|
|
6
106
|
*/
|
|
@@ -1483,6 +1583,33 @@ export interface DeleteVpcRequest {
|
|
|
1483
1583
|
*/
|
|
1484
1584
|
DryRun?: boolean | undefined;
|
|
1485
1585
|
}
|
|
1586
|
+
/**
|
|
1587
|
+
* @public
|
|
1588
|
+
*/
|
|
1589
|
+
export interface DeleteVpcBlockPublicAccessExclusionRequest {
|
|
1590
|
+
/**
|
|
1591
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1592
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1593
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1594
|
+
* @public
|
|
1595
|
+
*/
|
|
1596
|
+
DryRun?: boolean | undefined;
|
|
1597
|
+
/**
|
|
1598
|
+
* <p>The ID of the exclusion.</p>
|
|
1599
|
+
* @public
|
|
1600
|
+
*/
|
|
1601
|
+
ExclusionId: string | undefined;
|
|
1602
|
+
}
|
|
1603
|
+
/**
|
|
1604
|
+
* @public
|
|
1605
|
+
*/
|
|
1606
|
+
export interface DeleteVpcBlockPublicAccessExclusionResult {
|
|
1607
|
+
/**
|
|
1608
|
+
* <p>Details about an exclusion.</p>
|
|
1609
|
+
* @public
|
|
1610
|
+
*/
|
|
1611
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
1612
|
+
}
|
|
1486
1613
|
/**
|
|
1487
1614
|
* @public
|
|
1488
1615
|
*/
|
|
@@ -2722,7 +2849,8 @@ export interface DescribeBundleTasksRequest {
|
|
|
2722
2849
|
* </li>
|
|
2723
2850
|
* <li>
|
|
2724
2851
|
* <p>
|
|
2725
|
-
* <code>progress</code> - The level of task completion, as a percentage (for example,
|
|
2852
|
+
* <code>progress</code> - The level of task completion, as a percentage (for example,
|
|
2853
|
+
* 20%).</p>
|
|
2726
2854
|
* </li>
|
|
2727
2855
|
* <li>
|
|
2728
2856
|
* <p>
|
|
@@ -2734,12 +2862,14 @@ export interface DescribeBundleTasksRequest {
|
|
|
2734
2862
|
* </li>
|
|
2735
2863
|
* <li>
|
|
2736
2864
|
* <p>
|
|
2737
|
-
* <code>start-time</code> - The time the task started (for example,
|
|
2865
|
+
* <code>start-time</code> - The time the task started (for example,
|
|
2866
|
+
* 2013-09-15T17:15:20.000Z).</p>
|
|
2738
2867
|
* </li>
|
|
2739
2868
|
* <li>
|
|
2740
2869
|
* <p>
|
|
2741
|
-
* <code>state</code> - The state of the task (<code>pending</code> |
|
|
2742
|
-
*
|
|
2870
|
+
* <code>state</code> - The state of the task (<code>pending</code> |
|
|
2871
|
+
* <code>waiting-for-shutdown</code> | <code>bundling</code> | <code>storing</code> |
|
|
2872
|
+
* <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
|
|
2743
2873
|
* </li>
|
|
2744
2874
|
* <li>
|
|
2745
2875
|
* <p>
|
|
@@ -3558,7 +3688,7 @@ export interface DescribeClassicLinkInstancesRequest {
|
|
|
3558
3688
|
* </li>
|
|
3559
3689
|
* <li>
|
|
3560
3690
|
* <p>
|
|
3561
|
-
* <code>tag</code
|
|
3691
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
3562
3692
|
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
3563
3693
|
* </li>
|
|
3564
3694
|
* <li>
|
|
@@ -4879,7 +5009,7 @@ export interface DescribeDhcpOptionsRequest {
|
|
|
4879
5009
|
* </li>
|
|
4880
5010
|
* <li>
|
|
4881
5011
|
* <p>
|
|
4882
|
-
* <code>tag</code
|
|
5012
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
4883
5013
|
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
4884
5014
|
* </li>
|
|
4885
5015
|
* <li>
|
|
@@ -4939,7 +5069,7 @@ export interface DescribeEgressOnlyInternetGatewaysRequest {
|
|
|
4939
5069
|
* <ul>
|
|
4940
5070
|
* <li>
|
|
4941
5071
|
* <p>
|
|
4942
|
-
* <code>tag</code
|
|
5072
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
4943
5073
|
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
4944
5074
|
* </li>
|
|
4945
5075
|
* <li>
|
|
@@ -5349,14 +5479,14 @@ export declare const FastLaunchResourceType: {
|
|
|
5349
5479
|
*/
|
|
5350
5480
|
export type FastLaunchResourceType = (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
|
|
5351
5481
|
/**
|
|
5352
|
-
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
5353
|
-
*
|
|
5482
|
+
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
5483
|
+
* fast launch enabled Windows AMI.</p>
|
|
5354
5484
|
* @public
|
|
5355
5485
|
*/
|
|
5356
5486
|
export interface FastLaunchSnapshotConfigurationResponse {
|
|
5357
5487
|
/**
|
|
5358
|
-
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
|
|
5359
|
-
*
|
|
5488
|
+
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
|
|
5489
|
+
* launch enabled AMI.</p>
|
|
5360
5490
|
* @public
|
|
5361
5491
|
*/
|
|
5362
5492
|
TargetResourceCount?: number | undefined;
|
|
@@ -5378,8 +5508,9 @@ export declare const FastLaunchStateCode: {
|
|
|
5378
5508
|
*/
|
|
5379
5509
|
export type FastLaunchStateCode = (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
5380
5510
|
/**
|
|
5381
|
-
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the
|
|
5382
|
-
*
|
|
5511
|
+
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the
|
|
5512
|
+
* requested criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action
|
|
5513
|
+
* filters.</p>
|
|
5383
5514
|
* @public
|
|
5384
5515
|
*/
|
|
5385
5516
|
export interface DescribeFastLaunchImagesSuccessItem {
|
|
@@ -5390,25 +5521,25 @@ export interface DescribeFastLaunchImagesSuccessItem {
|
|
|
5390
5521
|
ImageId?: string | undefined;
|
|
5391
5522
|
/**
|
|
5392
5523
|
* <p>The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values
|
|
5393
|
-
*
|
|
5524
|
+
* include: <code>snapshot</code>.</p>
|
|
5394
5525
|
* @public
|
|
5395
5526
|
*/
|
|
5396
5527
|
ResourceType?: FastLaunchResourceType | undefined;
|
|
5397
5528
|
/**
|
|
5398
|
-
* <p>A group of parameters that are used for pre-provisioning the associated
|
|
5399
|
-
*
|
|
5529
|
+
* <p>A group of parameters that are used for pre-provisioning the associated Windows AMI using
|
|
5530
|
+
* snapshots.</p>
|
|
5400
5531
|
* @public
|
|
5401
5532
|
*/
|
|
5402
5533
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
5403
5534
|
/**
|
|
5404
|
-
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches
|
|
5405
|
-
*
|
|
5535
|
+
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches Windows
|
|
5536
|
+
* instances from pre-provisioned snapshots.</p>
|
|
5406
5537
|
* @public
|
|
5407
5538
|
*/
|
|
5408
5539
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
5409
5540
|
/**
|
|
5410
5541
|
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
5411
|
-
*
|
|
5542
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
5412
5543
|
* @public
|
|
5413
5544
|
*/
|
|
5414
5545
|
MaxParallelLaunches?: number | undefined;
|
|
@@ -5438,8 +5569,8 @@ export interface DescribeFastLaunchImagesSuccessItem {
|
|
|
5438
5569
|
*/
|
|
5439
5570
|
export interface DescribeFastLaunchImagesResult {
|
|
5440
5571
|
/**
|
|
5441
|
-
* <p>A collection of details about the fast-launch enabled Windows images that meet
|
|
5442
|
-
*
|
|
5572
|
+
* <p>A collection of details about the fast-launch enabled Windows images that meet the
|
|
5573
|
+
* requested criteria.</p>
|
|
5443
5574
|
* @public
|
|
5444
5575
|
*/
|
|
5445
5576
|
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
|
|
@@ -7440,353 +7571,6 @@ export interface DescribeHostReservationsResult {
|
|
|
7440
7571
|
*/
|
|
7441
7572
|
NextToken?: string | undefined;
|
|
7442
7573
|
}
|
|
7443
|
-
/**
|
|
7444
|
-
* @public
|
|
7445
|
-
*/
|
|
7446
|
-
export interface DescribeHostsRequest {
|
|
7447
|
-
/**
|
|
7448
|
-
* <p>The IDs of the Dedicated Hosts. The IDs are used for targeted instance
|
|
7449
|
-
* launches.</p>
|
|
7450
|
-
* @public
|
|
7451
|
-
*/
|
|
7452
|
-
HostIds?: string[] | undefined;
|
|
7453
|
-
/**
|
|
7454
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
7455
|
-
* @public
|
|
7456
|
-
*/
|
|
7457
|
-
NextToken?: string | undefined;
|
|
7458
|
-
/**
|
|
7459
|
-
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
|
|
7460
|
-
* <p>You cannot specify this parameter and the host IDs parameter in the same
|
|
7461
|
-
* request.</p>
|
|
7462
|
-
* @public
|
|
7463
|
-
*/
|
|
7464
|
-
MaxResults?: number | undefined;
|
|
7465
|
-
/**
|
|
7466
|
-
* <p>The filters.</p>
|
|
7467
|
-
* <ul>
|
|
7468
|
-
* <li>
|
|
7469
|
-
* <p>
|
|
7470
|
-
* <code>auto-placement</code> - Whether auto-placement is enabled or disabled
|
|
7471
|
-
* (<code>on</code> | <code>off</code>).</p>
|
|
7472
|
-
* </li>
|
|
7473
|
-
* <li>
|
|
7474
|
-
* <p>
|
|
7475
|
-
* <code>availability-zone</code> - The Availability Zone of the host.</p>
|
|
7476
|
-
* </li>
|
|
7477
|
-
* <li>
|
|
7478
|
-
* <p>
|
|
7479
|
-
* <code>client-token</code> - The idempotency token that you provided when you
|
|
7480
|
-
* allocated the host.</p>
|
|
7481
|
-
* </li>
|
|
7482
|
-
* <li>
|
|
7483
|
-
* <p>
|
|
7484
|
-
* <code>host-reservation-id</code> - The ID of the reservation assigned to this
|
|
7485
|
-
* host.</p>
|
|
7486
|
-
* </li>
|
|
7487
|
-
* <li>
|
|
7488
|
-
* <p>
|
|
7489
|
-
* <code>instance-type</code> - The instance type size that the Dedicated Host is
|
|
7490
|
-
* configured to support.</p>
|
|
7491
|
-
* </li>
|
|
7492
|
-
* <li>
|
|
7493
|
-
* <p>
|
|
7494
|
-
* <code>state</code> - The allocation state of the Dedicated Host
|
|
7495
|
-
* (<code>available</code> | <code>under-assessment</code> |
|
|
7496
|
-
* <code>permanent-failure</code> | <code>released</code> |
|
|
7497
|
-
* <code>released-permanent-failure</code>).</p>
|
|
7498
|
-
* </li>
|
|
7499
|
-
* <li>
|
|
7500
|
-
* <p>
|
|
7501
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
7502
|
-
* </li>
|
|
7503
|
-
* </ul>
|
|
7504
|
-
* @public
|
|
7505
|
-
*/
|
|
7506
|
-
Filter?: Filter[] | undefined;
|
|
7507
|
-
}
|
|
7508
|
-
/**
|
|
7509
|
-
* <p>Information about the number of instances that can be launched onto the Dedicated
|
|
7510
|
-
* Host.</p>
|
|
7511
|
-
* @public
|
|
7512
|
-
*/
|
|
7513
|
-
export interface InstanceCapacity {
|
|
7514
|
-
/**
|
|
7515
|
-
* <p>The number of instances that can be launched onto the Dedicated Host based on the
|
|
7516
|
-
* host's available capacity.</p>
|
|
7517
|
-
* @public
|
|
7518
|
-
*/
|
|
7519
|
-
AvailableCapacity?: number | undefined;
|
|
7520
|
-
/**
|
|
7521
|
-
* <p>The instance type supported by the Dedicated Host.</p>
|
|
7522
|
-
* @public
|
|
7523
|
-
*/
|
|
7524
|
-
InstanceType?: string | undefined;
|
|
7525
|
-
/**
|
|
7526
|
-
* <p>The total number of instances that can be launched onto the Dedicated Host if there
|
|
7527
|
-
* are no instances running on it.</p>
|
|
7528
|
-
* @public
|
|
7529
|
-
*/
|
|
7530
|
-
TotalCapacity?: number | undefined;
|
|
7531
|
-
}
|
|
7532
|
-
/**
|
|
7533
|
-
* <p>The capacity information for instances that can be launched onto the Dedicated Host.
|
|
7534
|
-
* </p>
|
|
7535
|
-
* @public
|
|
7536
|
-
*/
|
|
7537
|
-
export interface AvailableCapacity {
|
|
7538
|
-
/**
|
|
7539
|
-
* <p>The number of instances that can be launched onto the Dedicated Host depending on the
|
|
7540
|
-
* host's available capacity. For Dedicated Hosts that support multiple instance types,
|
|
7541
|
-
* this parameter represents the number of instances for each instance size that is
|
|
7542
|
-
* supported on the host.</p>
|
|
7543
|
-
* @public
|
|
7544
|
-
*/
|
|
7545
|
-
AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
|
|
7546
|
-
/**
|
|
7547
|
-
* <p>The number of vCPUs available for launching instances onto the Dedicated Host.</p>
|
|
7548
|
-
* @public
|
|
7549
|
-
*/
|
|
7550
|
-
AvailableVCpus?: number | undefined;
|
|
7551
|
-
}
|
|
7552
|
-
/**
|
|
7553
|
-
* <p>Describes the properties of a Dedicated Host.</p>
|
|
7554
|
-
* @public
|
|
7555
|
-
*/
|
|
7556
|
-
export interface HostProperties {
|
|
7557
|
-
/**
|
|
7558
|
-
* <p>The number of cores on the Dedicated Host.</p>
|
|
7559
|
-
* @public
|
|
7560
|
-
*/
|
|
7561
|
-
Cores?: number | undefined;
|
|
7562
|
-
/**
|
|
7563
|
-
* <p>The instance type supported by the Dedicated Host. For example, <code>m5.large</code>.
|
|
7564
|
-
* If the host supports multiple instance types, no <b>instanceType</b> is returned.</p>
|
|
7565
|
-
* @public
|
|
7566
|
-
*/
|
|
7567
|
-
InstanceType?: string | undefined;
|
|
7568
|
-
/**
|
|
7569
|
-
* <p>The instance family supported by the Dedicated Host. For example,
|
|
7570
|
-
* <code>m5</code>.</p>
|
|
7571
|
-
* @public
|
|
7572
|
-
*/
|
|
7573
|
-
InstanceFamily?: string | undefined;
|
|
7574
|
-
/**
|
|
7575
|
-
* <p>The number of sockets on the Dedicated Host.</p>
|
|
7576
|
-
* @public
|
|
7577
|
-
*/
|
|
7578
|
-
Sockets?: number | undefined;
|
|
7579
|
-
/**
|
|
7580
|
-
* <p>The total number of vCPUs on the Dedicated Host.</p>
|
|
7581
|
-
* @public
|
|
7582
|
-
*/
|
|
7583
|
-
TotalVCpus?: number | undefined;
|
|
7584
|
-
}
|
|
7585
|
-
/**
|
|
7586
|
-
* <p>Describes an instance running on a Dedicated Host.</p>
|
|
7587
|
-
* @public
|
|
7588
|
-
*/
|
|
7589
|
-
export interface HostInstance {
|
|
7590
|
-
/**
|
|
7591
|
-
* <p>The ID of instance that is running on the Dedicated Host.</p>
|
|
7592
|
-
* @public
|
|
7593
|
-
*/
|
|
7594
|
-
InstanceId?: string | undefined;
|
|
7595
|
-
/**
|
|
7596
|
-
* <p>The instance type (for example, <code>m3.medium</code>) of the running
|
|
7597
|
-
* instance.</p>
|
|
7598
|
-
* @public
|
|
7599
|
-
*/
|
|
7600
|
-
InstanceType?: string | undefined;
|
|
7601
|
-
/**
|
|
7602
|
-
* <p>The ID of the Amazon Web Services account that owns the instance.</p>
|
|
7603
|
-
* @public
|
|
7604
|
-
*/
|
|
7605
|
-
OwnerId?: string | undefined;
|
|
7606
|
-
}
|
|
7607
|
-
/**
|
|
7608
|
-
* <p>Describes the properties of the Dedicated Host.</p>
|
|
7609
|
-
* @public
|
|
7610
|
-
*/
|
|
7611
|
-
export interface Host {
|
|
7612
|
-
/**
|
|
7613
|
-
* <p>Whether auto-placement is on or off.</p>
|
|
7614
|
-
* @public
|
|
7615
|
-
*/
|
|
7616
|
-
AutoPlacement?: AutoPlacement | undefined;
|
|
7617
|
-
/**
|
|
7618
|
-
* <p>The Availability Zone of the Dedicated Host.</p>
|
|
7619
|
-
* @public
|
|
7620
|
-
*/
|
|
7621
|
-
AvailabilityZone?: string | undefined;
|
|
7622
|
-
/**
|
|
7623
|
-
* <p>Information about the instances running on the Dedicated Host.</p>
|
|
7624
|
-
* @public
|
|
7625
|
-
*/
|
|
7626
|
-
AvailableCapacity?: AvailableCapacity | undefined;
|
|
7627
|
-
/**
|
|
7628
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
7629
|
-
* @public
|
|
7630
|
-
*/
|
|
7631
|
-
ClientToken?: string | undefined;
|
|
7632
|
-
/**
|
|
7633
|
-
* <p>The ID of the Dedicated Host.</p>
|
|
7634
|
-
* @public
|
|
7635
|
-
*/
|
|
7636
|
-
HostId?: string | undefined;
|
|
7637
|
-
/**
|
|
7638
|
-
* <p>The hardware specifications of the Dedicated Host.</p>
|
|
7639
|
-
* @public
|
|
7640
|
-
*/
|
|
7641
|
-
HostProperties?: HostProperties | undefined;
|
|
7642
|
-
/**
|
|
7643
|
-
* <p>The reservation ID of the Dedicated Host. This returns a <code>null</code> response if
|
|
7644
|
-
* the Dedicated Host doesn't have an associated reservation.</p>
|
|
7645
|
-
* @public
|
|
7646
|
-
*/
|
|
7647
|
-
HostReservationId?: string | undefined;
|
|
7648
|
-
/**
|
|
7649
|
-
* <p>The IDs and instance type that are currently running on the Dedicated Host.</p>
|
|
7650
|
-
* @public
|
|
7651
|
-
*/
|
|
7652
|
-
Instances?: HostInstance[] | undefined;
|
|
7653
|
-
/**
|
|
7654
|
-
* <p>The Dedicated Host's state.</p>
|
|
7655
|
-
* @public
|
|
7656
|
-
*/
|
|
7657
|
-
State?: AllocationState | undefined;
|
|
7658
|
-
/**
|
|
7659
|
-
* <p>The time that the Dedicated Host was allocated.</p>
|
|
7660
|
-
* @public
|
|
7661
|
-
*/
|
|
7662
|
-
AllocationTime?: Date | undefined;
|
|
7663
|
-
/**
|
|
7664
|
-
* <p>The time that the Dedicated Host was released.</p>
|
|
7665
|
-
* @public
|
|
7666
|
-
*/
|
|
7667
|
-
ReleaseTime?: Date | undefined;
|
|
7668
|
-
/**
|
|
7669
|
-
* <p>Any tags assigned to the Dedicated Host.</p>
|
|
7670
|
-
* @public
|
|
7671
|
-
*/
|
|
7672
|
-
Tags?: Tag[] | undefined;
|
|
7673
|
-
/**
|
|
7674
|
-
* <p>Indicates whether host recovery is enabled or disabled for the Dedicated Host.</p>
|
|
7675
|
-
* @public
|
|
7676
|
-
*/
|
|
7677
|
-
HostRecovery?: HostRecovery | undefined;
|
|
7678
|
-
/**
|
|
7679
|
-
* <p>Indicates whether the Dedicated Host supports multiple instance types of the same
|
|
7680
|
-
* instance family. If the value is <code>on</code>, the Dedicated Host supports multiple
|
|
7681
|
-
* instance types in the instance family. If the value is <code>off</code>, the Dedicated
|
|
7682
|
-
* Host supports a single instance type only.</p>
|
|
7683
|
-
* @public
|
|
7684
|
-
*/
|
|
7685
|
-
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
|
|
7686
|
-
/**
|
|
7687
|
-
* <p>The ID of the Amazon Web Services account that owns the Dedicated Host.</p>
|
|
7688
|
-
* @public
|
|
7689
|
-
*/
|
|
7690
|
-
OwnerId?: string | undefined;
|
|
7691
|
-
/**
|
|
7692
|
-
* <p>The ID of the Availability Zone in which the Dedicated Host is allocated.</p>
|
|
7693
|
-
* @public
|
|
7694
|
-
*/
|
|
7695
|
-
AvailabilityZoneId?: string | undefined;
|
|
7696
|
-
/**
|
|
7697
|
-
* <p>Indicates whether the Dedicated Host is in a host resource group. If <b>memberOfServiceLinkedResourceGroup</b> is <code>true</code>, the
|
|
7698
|
-
* host is in a host resource group; otherwise, it is not.</p>
|
|
7699
|
-
* @public
|
|
7700
|
-
*/
|
|
7701
|
-
MemberOfServiceLinkedResourceGroup?: boolean | undefined;
|
|
7702
|
-
/**
|
|
7703
|
-
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the
|
|
7704
|
-
* Dedicated Host is allocated.</p>
|
|
7705
|
-
* @public
|
|
7706
|
-
*/
|
|
7707
|
-
OutpostArn?: string | undefined;
|
|
7708
|
-
/**
|
|
7709
|
-
* <p>Indicates whether host maintenance is enabled or disabled for the Dedicated
|
|
7710
|
-
* Host.</p>
|
|
7711
|
-
* @public
|
|
7712
|
-
*/
|
|
7713
|
-
HostMaintenance?: HostMaintenance | undefined;
|
|
7714
|
-
/**
|
|
7715
|
-
* <p>The ID of the Outpost hardware asset on which the Dedicated Host is allocated.</p>
|
|
7716
|
-
* @public
|
|
7717
|
-
*/
|
|
7718
|
-
AssetId?: string | undefined;
|
|
7719
|
-
}
|
|
7720
|
-
/**
|
|
7721
|
-
* @public
|
|
7722
|
-
*/
|
|
7723
|
-
export interface DescribeHostsResult {
|
|
7724
|
-
/**
|
|
7725
|
-
* <p>Information about the Dedicated Hosts.</p>
|
|
7726
|
-
* @public
|
|
7727
|
-
*/
|
|
7728
|
-
Hosts?: Host[] | undefined;
|
|
7729
|
-
/**
|
|
7730
|
-
* <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>
|
|
7731
|
-
* @public
|
|
7732
|
-
*/
|
|
7733
|
-
NextToken?: string | undefined;
|
|
7734
|
-
}
|
|
7735
|
-
/**
|
|
7736
|
-
* @public
|
|
7737
|
-
*/
|
|
7738
|
-
export interface DescribeIamInstanceProfileAssociationsRequest {
|
|
7739
|
-
/**
|
|
7740
|
-
* <p>The IAM instance profile associations.</p>
|
|
7741
|
-
* @public
|
|
7742
|
-
*/
|
|
7743
|
-
AssociationIds?: string[] | undefined;
|
|
7744
|
-
/**
|
|
7745
|
-
* <p>The filters.</p>
|
|
7746
|
-
* <ul>
|
|
7747
|
-
* <li>
|
|
7748
|
-
* <p>
|
|
7749
|
-
* <code>instance-id</code> - The ID of the instance.</p>
|
|
7750
|
-
* </li>
|
|
7751
|
-
* <li>
|
|
7752
|
-
* <p>
|
|
7753
|
-
* <code>state</code> - The state of the association (<code>associating</code> |
|
|
7754
|
-
* <code>associated</code> | <code>disassociating</code>).</p>
|
|
7755
|
-
* </li>
|
|
7756
|
-
* </ul>
|
|
7757
|
-
* @public
|
|
7758
|
-
*/
|
|
7759
|
-
Filters?: Filter[] | undefined;
|
|
7760
|
-
/**
|
|
7761
|
-
* <p>The maximum number of items to return for this request. To get the next page of
|
|
7762
|
-
* items, make another request with the token returned in the output. For more information,
|
|
7763
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
7764
|
-
* @public
|
|
7765
|
-
*/
|
|
7766
|
-
MaxResults?: number | undefined;
|
|
7767
|
-
/**
|
|
7768
|
-
* <p>The token returned from a previous paginated request.
|
|
7769
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
7770
|
-
* @public
|
|
7771
|
-
*/
|
|
7772
|
-
NextToken?: string | undefined;
|
|
7773
|
-
}
|
|
7774
|
-
/**
|
|
7775
|
-
* @public
|
|
7776
|
-
*/
|
|
7777
|
-
export interface DescribeIamInstanceProfileAssociationsResult {
|
|
7778
|
-
/**
|
|
7779
|
-
* <p>Information about the IAM instance profile associations.</p>
|
|
7780
|
-
* @public
|
|
7781
|
-
*/
|
|
7782
|
-
IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
|
|
7783
|
-
/**
|
|
7784
|
-
* <p>The token to include in another request to get the next page of items.
|
|
7785
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
7786
|
-
* @public
|
|
7787
|
-
*/
|
|
7788
|
-
NextToken?: string | undefined;
|
|
7789
|
-
}
|
|
7790
7574
|
/**
|
|
7791
7575
|
* @internal
|
|
7792
7576
|
*/
|