@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.
Files changed (114) hide show
  1. package/README.md +9 -1
  2. package/dist-cjs/EC2.js +2 -0
  3. package/dist-cjs/commands/DescribeInstanceTopologyCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_1.js +1 -16
  6. package/dist-cjs/models/models_2.js +17 -2
  7. package/dist-cjs/models/models_6.js +1 -4
  8. package/dist-cjs/models/models_7.js +4 -1
  9. package/dist-cjs/pagination/DescribeInstanceTopologyPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_ec2.js +275 -20
  12. package/dist-es/EC2.js +2 -0
  13. package/dist-es/commands/DescribeInstanceTopologyCommand.js +47 -0
  14. package/dist-es/commands/index.js +1 -0
  15. package/dist-es/models/models_1.js +0 -15
  16. package/dist-es/models/models_2.js +15 -0
  17. package/dist-es/models/models_6.js +0 -3
  18. package/dist-es/models/models_7.js +3 -0
  19. package/dist-es/pagination/DescribeInstanceTopologyPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_ec2.js +253 -0
  22. package/dist-types/EC2.d.ts +7 -0
  23. package/dist-types/EC2Client.d.ts +3 -2
  24. package/dist-types/commands/CreateFleetCommand.d.ts +6 -6
  25. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +8 -2
  26. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -4
  27. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
  28. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  30. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
  34. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +148 -0
  37. package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -2
  39. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -4
  40. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  46. package/dist-types/commands/DisableFastLaunchCommand.d.ts +4 -4
  47. package/dist-types/commands/DisableImageCommand.d.ts +3 -3
  48. package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -2
  49. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -0
  50. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
  51. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +8 -2
  52. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +4 -3
  53. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  54. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  55. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
  56. package/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
  57. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  58. package/dist-types/commands/RequestSpotFleetCommand.d.ts +10 -4
  59. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
  60. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  61. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  62. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  63. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  64. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  65. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  66. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  67. package/dist-types/commands/index.d.ts +1 -0
  68. package/dist-types/models/models_0.d.ts +10 -17
  69. package/dist-types/models/models_1.d.ts +118 -102
  70. package/dist-types/models/models_2.d.ts +100 -92
  71. package/dist-types/models/models_3.d.ts +93 -150
  72. package/dist-types/models/models_4.d.ts +303 -303
  73. package/dist-types/models/models_5.d.ts +343 -334
  74. package/dist-types/models/models_6.d.ts +308 -201
  75. package/dist-types/models/models_7.d.ts +173 -3
  76. package/dist-types/pagination/DescribeInstanceTopologyPaginator.d.ts +7 -0
  77. package/dist-types/pagination/index.d.ts +1 -0
  78. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  79. package/dist-types/ts3.4/EC2.d.ts +17 -0
  80. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  81. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
  82. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
  94. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
  97. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  104. package/dist-types/ts3.4/models/models_1.d.ts +16 -28
  105. package/dist-types/ts3.4/models/models_2.d.ts +28 -19
  106. package/dist-types/ts3.4/models/models_3.d.ts +16 -18
  107. package/dist-types/ts3.4/models/models_4.d.ts +49 -53
  108. package/dist-types/ts3.4/models/models_5.d.ts +54 -52
  109. package/dist-types/ts3.4/models/models_6.d.ts +52 -42
  110. package/dist-types/ts3.4/models/models_7.d.ts +49 -1
  111. package/dist-types/ts3.4/pagination/DescribeInstanceTopologyPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  113. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  114. package/package.json +13 -13
@@ -1,9 +1,300 @@
1
- import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CapacityReservation, CapacityReservationInstancePlatform, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, Ipv6SupportValue, PortRange, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CapacityReservation, CapacityReservationInstancePlatform, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, Ipv6SupportValue, PortRange, RouteTableAssociationState, SubnetAssociation, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, Placement, PlatformValues, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
3
- import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
3
+ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetCidrReservation, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
4
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_3";
5
5
  import { CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
- import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, TransitGatewayMulticastDomainAssociation, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
6
+ import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
7
+ /**
8
+ * @public
9
+ * <p>The Spot placement score for this Region or Availability Zone. The score is calculated
10
+ * based on the assumption that the <code>capacity-optimized</code> allocation strategy is
11
+ * used and that all of the Availability Zones in the Region can be used.</p>
12
+ */
13
+ export interface SpotPlacementScore {
14
+ /**
15
+ * @public
16
+ * <p>The Region.</p>
17
+ */
18
+ Region?: string;
19
+ /**
20
+ * @public
21
+ * <p>The Availability Zone.</p>
22
+ */
23
+ AvailabilityZoneId?: string;
24
+ /**
25
+ * @public
26
+ * <p>The placement score, on a scale from <code>1</code> to <code>10</code>. A score of
27
+ * <code>10</code> indicates that your Spot request is highly likely to succeed in this
28
+ * Region or Availability Zone. A score of <code>1</code> indicates that your Spot request is
29
+ * not likely to succeed. </p>
30
+ */
31
+ Score?: number;
32
+ }
33
+ /**
34
+ * @public
35
+ */
36
+ export interface GetSpotPlacementScoresResult {
37
+ /**
38
+ * @public
39
+ * <p>The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale
40
+ * from 1 to 10. Each score
41
+ reflects how likely it is that each Region or Availability Zone
42
+ * will succeed at fulfilling the specified target capacity
43
+ <i>at the time of the Spot
44
+ * placement score request</i>. A score of <code>10</code> means that your Spot
45
+ * capacity request is highly likely to succeed in that Region or Availability Zone. </p>
46
+ * <p>If you request a Spot placement score for Regions, a high score assumes that your fleet
47
+ * request will be configured to use all Availability Zones and the
48
+ * <code>capacity-optimized</code> allocation strategy. If you request a Spot placement
49
+ * score for Availability Zones, a high score assumes that your fleet request will be
50
+ * configured to use a single Availability Zone and the <code>capacity-optimized</code>
51
+ * allocation strategy.</p>
52
+ * <p>Different
53
+ Regions or Availability Zones might return the same score.</p>
54
+ * <note>
55
+ * <p>The Spot placement score serves as a recommendation only. No score guarantees that your
56
+ * Spot request will be fully or partially fulfilled.</p>
57
+ * </note>
58
+ */
59
+ SpotPlacementScores?: SpotPlacementScore[];
60
+ /**
61
+ * @public
62
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
63
+ * are no more items to return.</p>
64
+ */
65
+ NextToken?: string;
66
+ }
67
+ /**
68
+ * @public
69
+ */
70
+ export interface GetSubnetCidrReservationsRequest {
71
+ /**
72
+ * @public
73
+ * <p>One or more filters.</p>
74
+ * <ul>
75
+ * <li>
76
+ * <p>
77
+ * <code>reservationType</code> - The type of reservation (<code>prefix</code> |
78
+ * <code>explicit</code>).</p>
79
+ * </li>
80
+ * <li>
81
+ * <p>
82
+ * <code>subnet-id</code> - The ID of the subnet.</p>
83
+ * </li>
84
+ * <li>
85
+ * <p>
86
+ * <code>tag</code>:<key> - 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.
87
+ * 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>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <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>
92
+ * </li>
93
+ * </ul>
94
+ */
95
+ Filters?: Filter[];
96
+ /**
97
+ * @public
98
+ * <p>The ID of the subnet.</p>
99
+ */
100
+ SubnetId: string | undefined;
101
+ /**
102
+ * @public
103
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
104
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
105
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
106
+ */
107
+ DryRun?: boolean;
108
+ /**
109
+ * @public
110
+ * <p>The token for the next page of results.</p>
111
+ */
112
+ NextToken?: string;
113
+ /**
114
+ * @public
115
+ * <p>The maximum number of results to return with a single call.
116
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
117
+ */
118
+ MaxResults?: number;
119
+ }
120
+ /**
121
+ * @public
122
+ */
123
+ export interface GetSubnetCidrReservationsResult {
124
+ /**
125
+ * @public
126
+ * <p>Information about the IPv4 subnet CIDR reservations.</p>
127
+ */
128
+ SubnetIpv4CidrReservations?: SubnetCidrReservation[];
129
+ /**
130
+ * @public
131
+ * <p>Information about the IPv6 subnet CIDR reservations.</p>
132
+ */
133
+ SubnetIpv6CidrReservations?: SubnetCidrReservation[];
134
+ /**
135
+ * @public
136
+ * <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>
137
+ */
138
+ NextToken?: string;
139
+ }
140
+ /**
141
+ * @public
142
+ */
143
+ export interface GetTransitGatewayAttachmentPropagationsRequest {
144
+ /**
145
+ * @public
146
+ * <p>The ID of the attachment.</p>
147
+ */
148
+ TransitGatewayAttachmentId: string | undefined;
149
+ /**
150
+ * @public
151
+ * <p>One or more filters. The possible values are:</p>
152
+ * <ul>
153
+ * <li>
154
+ * <p>
155
+ * <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
156
+ * </li>
157
+ * </ul>
158
+ */
159
+ Filters?: Filter[];
160
+ /**
161
+ * @public
162
+ * <p>The maximum number of results to return with a single call.
163
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
164
+ */
165
+ MaxResults?: number;
166
+ /**
167
+ * @public
168
+ * <p>The token for the next page of results.</p>
169
+ */
170
+ NextToken?: string;
171
+ /**
172
+ * @public
173
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
174
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
175
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
176
+ */
177
+ DryRun?: boolean;
178
+ }
179
+ /**
180
+ * @public
181
+ * <p>Describes a propagation route table.</p>
182
+ */
183
+ export interface TransitGatewayAttachmentPropagation {
184
+ /**
185
+ * @public
186
+ * <p>The ID of the propagation route table.</p>
187
+ */
188
+ TransitGatewayRouteTableId?: string;
189
+ /**
190
+ * @public
191
+ * <p>The state of the propagation route table.</p>
192
+ */
193
+ State?: TransitGatewayPropagationState;
194
+ }
195
+ /**
196
+ * @public
197
+ */
198
+ export interface GetTransitGatewayAttachmentPropagationsResult {
199
+ /**
200
+ * @public
201
+ * <p>Information about the propagation route tables.</p>
202
+ */
203
+ TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
204
+ /**
205
+ * @public
206
+ * <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>
207
+ */
208
+ NextToken?: string;
209
+ }
210
+ /**
211
+ * @public
212
+ */
213
+ export interface GetTransitGatewayMulticastDomainAssociationsRequest {
214
+ /**
215
+ * @public
216
+ * <p>The ID of the transit gateway multicast domain.</p>
217
+ */
218
+ TransitGatewayMulticastDomainId: string | undefined;
219
+ /**
220
+ * @public
221
+ * <p>One or more filters. The possible values are:</p>
222
+ * <ul>
223
+ * <li>
224
+ * <p>
225
+ * <code>resource-id</code> - The ID of the resource.</p>
226
+ * </li>
227
+ * <li>
228
+ * <p>
229
+ * <code>resource-type</code> - The type of resource. The valid value is: <code>vpc</code>.</p>
230
+ * </li>
231
+ * <li>
232
+ * <p>
233
+ * <code>state</code> - The state of the subnet association. Valid values are
234
+ * <code>associated</code> | <code>associating</code> |
235
+ * <code>disassociated</code> | <code>disassociating</code>.</p>
236
+ * </li>
237
+ * <li>
238
+ * <p>
239
+ * <code>subnet-id</code> - The ID of the subnet.</p>
240
+ * </li>
241
+ * <li>
242
+ * <p>
243
+ * <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
244
+ * </li>
245
+ * </ul>
246
+ */
247
+ Filters?: Filter[];
248
+ /**
249
+ * @public
250
+ * <p>The maximum number of results to return with a single call.
251
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
252
+ */
253
+ MaxResults?: number;
254
+ /**
255
+ * @public
256
+ * <p>The token for the next page of results.</p>
257
+ */
258
+ NextToken?: string;
259
+ /**
260
+ * @public
261
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
262
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
263
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
264
+ */
265
+ DryRun?: boolean;
266
+ }
267
+ /**
268
+ * @public
269
+ * <p>Describes the resources associated with the transit gateway multicast domain.</p>
270
+ */
271
+ export interface TransitGatewayMulticastDomainAssociation {
272
+ /**
273
+ * @public
274
+ * <p>The ID of the transit gateway attachment.</p>
275
+ */
276
+ TransitGatewayAttachmentId?: string;
277
+ /**
278
+ * @public
279
+ * <p>The ID of the resource.</p>
280
+ */
281
+ ResourceId?: string;
282
+ /**
283
+ * @public
284
+ * <p>The type of resource, for example a VPC attachment.</p>
285
+ */
286
+ ResourceType?: TransitGatewayAttachmentResourceType;
287
+ /**
288
+ * @public
289
+ * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.</p>
290
+ */
291
+ ResourceOwnerId?: string;
292
+ /**
293
+ * @public
294
+ * <p>The subnet associated with the transit gateway multicast domain.</p>
295
+ */
296
+ Subnet?: SubnetAssociation;
297
+ }
7
298
  /**
8
299
  * @public
9
300
  */
@@ -4564,7 +4855,7 @@ export interface ModifyVerifiedAccessEndpointRequest {
4564
4855
  export interface ModifyVerifiedAccessEndpointResult {
4565
4856
  /**
4566
4857
  * @public
4567
- * <p>The Verified Access endpoint details.</p>
4858
+ * <p>Details about the Verified Access endpoint.</p>
4568
4859
  */
4569
4860
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
4570
4861
  }
@@ -4602,9 +4893,7 @@ export interface ModifyVerifiedAccessEndpointPolicyRequest {
4602
4893
  DryRun?: boolean;
4603
4894
  /**
4604
4895
  * @public
4605
- * <p>
4606
- * Options for server side encryption.
4607
- * </p>
4896
+ * <p>The options for server side encryption.</p>
4608
4897
  */
4609
4898
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
4610
4899
  }
@@ -4624,9 +4913,7 @@ export interface ModifyVerifiedAccessEndpointPolicyResult {
4624
4913
  PolicyDocument?: string;
4625
4914
  /**
4626
4915
  * @public
4627
- * <p>
4628
- * Describes the options in use for server side encryption.
4629
- * </p>
4916
+ * <p>The options in use for server side encryption.</p>
4630
4917
  */
4631
4918
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
4632
4919
  }
@@ -4669,7 +4956,7 @@ export interface ModifyVerifiedAccessGroupRequest {
4669
4956
  export interface ModifyVerifiedAccessGroupResult {
4670
4957
  /**
4671
4958
  * @public
4672
- * <p>Details of Verified Access group.</p>
4959
+ * <p>Details about the Verified Access group.</p>
4673
4960
  */
4674
4961
  VerifiedAccessGroup?: VerifiedAccessGroup;
4675
4962
  }
@@ -4707,9 +4994,7 @@ export interface ModifyVerifiedAccessGroupPolicyRequest {
4707
4994
  DryRun?: boolean;
4708
4995
  /**
4709
4996
  * @public
4710
- * <p>
4711
- * Options for server side encryption.
4712
- * </p>
4997
+ * <p>The options for server side encryption.</p>
4713
4998
  */
4714
4999
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
4715
5000
  }
@@ -4729,9 +5014,7 @@ export interface ModifyVerifiedAccessGroupPolicyResult {
4729
5014
  PolicyDocument?: string;
4730
5015
  /**
4731
5016
  * @public
4732
- * <p>
4733
- * Describes the options in use for server side encryption.
4734
- * </p>
5017
+ * <p>The options in use for server side encryption.</p>
4735
5018
  */
4736
5019
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
4737
5020
  }
@@ -4769,7 +5052,7 @@ export interface ModifyVerifiedAccessInstanceRequest {
4769
5052
  export interface ModifyVerifiedAccessInstanceResult {
4770
5053
  /**
4771
5054
  * @public
4772
- * <p>The ID of the Verified Access instance.</p>
5055
+ * <p>Details about the Verified Access instance.</p>
4773
5056
  */
4774
5057
  VerifiedAccessInstance?: VerifiedAccessInstance;
4775
5058
  }
@@ -4853,18 +5136,14 @@ export interface VerifiedAccessLogOptions {
4853
5136
  KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions;
4854
5137
  /**
4855
5138
  * @public
4856
- * <p>
4857
- * The logging version to use.
4858
- * </p>
5139
+ * <p>The logging version.</p>
4859
5140
  * <p>Valid values: <code>ocsf-0.1</code> | <code>ocsf-1.0.0-rc.2</code>
4860
5141
  * </p>
4861
5142
  */
4862
5143
  LogVersion?: string;
4863
5144
  /**
4864
5145
  * @public
4865
- * <p>
4866
- * Include trust data sent by trust providers into the logs.
4867
- * </p>
5146
+ * <p>Indicates whether to include trust data sent by trust providers in the logs.</p>
4868
5147
  */
4869
5148
  IncludeTrustContext?: boolean;
4870
5149
  }
@@ -4981,9 +5260,7 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
4981
5260
  ClientToken?: string;
4982
5261
  /**
4983
5262
  * @public
4984
- * <p>
4985
- * Options for server side encryption.
4986
- * </p>
5263
+ * <p>The options for server side encryption.</p>
4987
5264
  */
4988
5265
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
4989
5266
  }
@@ -4993,7 +5270,7 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
4993
5270
  export interface ModifyVerifiedAccessTrustProviderResult {
4994
5271
  /**
4995
5272
  * @public
4996
- * <p>The ID of the Verified Access trust provider.</p>
5273
+ * <p>Details about the Verified Access trust provider.</p>
4997
5274
  */
4998
5275
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
4999
5276
  }
@@ -5806,9 +6083,9 @@ export interface ModifyVpnTunnelOptionsSpecification {
5806
6083
  ReplayWindowSize?: number;
5807
6084
  /**
5808
6085
  * @public
5809
- * <p>The number of seconds after which a DPD timeout occurs.</p>
6086
+ * <p>The number of seconds after which a DPD timeout occurs. A DPD timeout of 40 seconds means that the VPN endpoint will consider the peer dead 30 seconds after the first failed keep-alive.</p>
5810
6087
  * <p>Constraints: A value greater than or equal to 30.</p>
5811
- * <p>Default: <code>30</code>
6088
+ * <p>Default: <code>40</code>
5812
6089
  * </p>
5813
6090
  */
5814
6091
  DPDTimeoutSeconds?: number;
@@ -5938,7 +6215,7 @@ export interface ModifyVpnTunnelOptionsRequest {
5938
6215
  DryRun?: boolean;
5939
6216
  /**
5940
6217
  * @public
5941
- * <p>Choose whether or not to trigger immediate tunnel replacement.</p>
6218
+ * <p>Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off <code>EnableTunnelLifecycleControl</code>.</p>
5942
6219
  * <p>Valid values: <code>True</code> | <code>False</code>
5943
6220
  * </p>
5944
6221
  */
@@ -7813,176 +8090,6 @@ export declare const ResetFpgaImageAttributeName: {
7813
8090
  * @public
7814
8091
  */
7815
8092
  export type ResetFpgaImageAttributeName = (typeof ResetFpgaImageAttributeName)[keyof typeof ResetFpgaImageAttributeName];
7816
- /**
7817
- * @public
7818
- */
7819
- export interface ResetFpgaImageAttributeRequest {
7820
- /**
7821
- * @public
7822
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7823
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7824
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7825
- */
7826
- DryRun?: boolean;
7827
- /**
7828
- * @public
7829
- * <p>The ID of the AFI.</p>
7830
- */
7831
- FpgaImageId: string | undefined;
7832
- /**
7833
- * @public
7834
- * <p>The attribute.</p>
7835
- */
7836
- Attribute?: ResetFpgaImageAttributeName;
7837
- }
7838
- /**
7839
- * @public
7840
- */
7841
- export interface ResetFpgaImageAttributeResult {
7842
- /**
7843
- * @public
7844
- * <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
7845
- */
7846
- Return?: boolean;
7847
- }
7848
- /**
7849
- * @public
7850
- * @enum
7851
- */
7852
- export declare const ResetImageAttributeName: {
7853
- readonly launchPermission: "launchPermission";
7854
- };
7855
- /**
7856
- * @public
7857
- */
7858
- export type ResetImageAttributeName = (typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
7859
- /**
7860
- * @public
7861
- * <p>Contains the parameters for ResetImageAttribute.</p>
7862
- */
7863
- export interface ResetImageAttributeRequest {
7864
- /**
7865
- * @public
7866
- * <p>The attribute to reset (currently you can only reset the launch permission attribute).</p>
7867
- */
7868
- Attribute: ResetImageAttributeName | undefined;
7869
- /**
7870
- * @public
7871
- * <p>The ID of the AMI.</p>
7872
- */
7873
- ImageId: string | undefined;
7874
- /**
7875
- * @public
7876
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7877
- * and provides an error response. If you have the required permissions, the error response is
7878
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7879
- */
7880
- DryRun?: boolean;
7881
- }
7882
- /**
7883
- * @public
7884
- */
7885
- export interface ResetInstanceAttributeRequest {
7886
- /**
7887
- * @public
7888
- * <p>The attribute to reset.</p>
7889
- * <important>
7890
- * <p>You can only reset the following attributes: <code>kernel</code> |
7891
- * <code>ramdisk</code> | <code>sourceDestCheck</code>.</p>
7892
- * </important>
7893
- */
7894
- Attribute: InstanceAttributeName | undefined;
7895
- /**
7896
- * @public
7897
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7898
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7899
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7900
- */
7901
- DryRun?: boolean;
7902
- /**
7903
- * @public
7904
- * <p>The ID of the instance.</p>
7905
- */
7906
- InstanceId: string | undefined;
7907
- }
7908
- /**
7909
- * @public
7910
- * <p>Contains the parameters for ResetNetworkInterfaceAttribute.</p>
7911
- */
7912
- export interface ResetNetworkInterfaceAttributeRequest {
7913
- /**
7914
- * @public
7915
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7916
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7917
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7918
- */
7919
- DryRun?: boolean;
7920
- /**
7921
- * @public
7922
- * <p>The ID of the network interface.</p>
7923
- */
7924
- NetworkInterfaceId: string | undefined;
7925
- /**
7926
- * @public
7927
- * <p>The source/destination checking attribute. Resets the value to <code>true</code>.</p>
7928
- */
7929
- SourceDestCheck?: string;
7930
- }
7931
- /**
7932
- * @public
7933
- */
7934
- export interface ResetSnapshotAttributeRequest {
7935
- /**
7936
- * @public
7937
- * <p>The attribute to reset. Currently, only the attribute for permission to create volumes can
7938
- * be reset.</p>
7939
- */
7940
- Attribute: SnapshotAttributeName | undefined;
7941
- /**
7942
- * @public
7943
- * <p>The ID of the snapshot.</p>
7944
- */
7945
- SnapshotId: string | undefined;
7946
- /**
7947
- * @public
7948
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7949
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7950
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7951
- */
7952
- DryRun?: boolean;
7953
- }
7954
- /**
7955
- * @public
7956
- */
7957
- export interface RestoreAddressToClassicRequest {
7958
- /**
7959
- * @public
7960
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7961
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7962
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7963
- */
7964
- DryRun?: boolean;
7965
- /**
7966
- * @public
7967
- * <p>The Elastic IP address.</p>
7968
- */
7969
- PublicIp: string | undefined;
7970
- }
7971
- /**
7972
- * @public
7973
- */
7974
- export interface RestoreAddressToClassicResult {
7975
- /**
7976
- * @public
7977
- * <p>The Elastic IP address.</p>
7978
- */
7979
- PublicIp?: string;
7980
- /**
7981
- * @public
7982
- * <p>The move status for the IP address.</p>
7983
- */
7984
- Status?: Status;
7985
- }
7986
8093
  /**
7987
8094
  * @internal
7988
8095
  */