@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,8 +1,305 @@
1
- import { AccessScopeAnalysisFinding, AddressTransfer, AllowedPrincipal, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, TrunkInterfaceAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
1
+ import { AccessScopeAnalysisFinding, AddressTransfer, AllowedPrincipal, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacityUnitType, VolumeType, Vpc } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, SubnetCidrReservation, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
3
+ import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, TransitGateway, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
4
  import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IpamPoolCidr, MetricType, PaymentOption, PeriodType, ProductCode, StatisticType, VirtualizationType } from "./models_3";
5
5
  import { AnalysisStatus, ArchitectureType } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeTransitGatewayPolicyTablesResult {
10
+ /**
11
+ * @public
12
+ * <p>Describes the transit gateway policy tables.</p>
13
+ */
14
+ TransitGatewayPolicyTables?: TransitGatewayPolicyTable[];
15
+ /**
16
+ * @public
17
+ * <p>The token for the next page of results.</p>
18
+ */
19
+ NextToken?: string;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
25
+ /**
26
+ * @public
27
+ * <p>The IDs of the transit gateway route tables that are being advertised.</p>
28
+ */
29
+ TransitGatewayRouteTableAnnouncementIds?: string[];
30
+ /**
31
+ * @public
32
+ * <p>The filters associated with the transit gateway policy table.</p>
33
+ */
34
+ Filters?: Filter[];
35
+ /**
36
+ * @public
37
+ * <p>The maximum number of results to return with a single call.
38
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
39
+ */
40
+ MaxResults?: number;
41
+ /**
42
+ * @public
43
+ * <p>The token for the next page of results.</p>
44
+ */
45
+ NextToken?: string;
46
+ /**
47
+ * @public
48
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
49
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
50
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
51
+ */
52
+ DryRun?: boolean;
53
+ }
54
+ /**
55
+ * @public
56
+ */
57
+ export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
58
+ /**
59
+ * @public
60
+ * <p>Describes the transit gateway route table announcement.</p>
61
+ */
62
+ TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncement[];
63
+ /**
64
+ * @public
65
+ * <p>The token for the next page of results.</p>
66
+ */
67
+ NextToken?: string;
68
+ }
69
+ /**
70
+ * @public
71
+ */
72
+ export interface DescribeTransitGatewayRouteTablesRequest {
73
+ /**
74
+ * @public
75
+ * <p>The IDs of the transit gateway route tables.</p>
76
+ */
77
+ TransitGatewayRouteTableIds?: string[];
78
+ /**
79
+ * @public
80
+ * <p>One or more filters. The possible values are:</p>
81
+ * <ul>
82
+ * <li>
83
+ * <p>
84
+ * <code>default-association-route-table</code> - Indicates whether this is the default
85
+ * association route table for the transit gateway (<code>true</code> | <code>false</code>).</p>
86
+ * </li>
87
+ * <li>
88
+ * <p>
89
+ * <code>default-propagation-route-table</code> - Indicates whether this is the default
90
+ * propagation route table for the transit gateway (<code>true</code> | <code>false</code>).</p>
91
+ * </li>
92
+ * <li>
93
+ * <p>
94
+ * <code>state</code> - The state of the route table (<code>available</code> | <code>deleting</code> | <code>deleted</code> | <code>pending</code>).</p>
95
+ * </li>
96
+ * <li>
97
+ * <p>
98
+ * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
99
+ * </li>
100
+ * <li>
101
+ * <p>
102
+ * <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
103
+ * </li>
104
+ * </ul>
105
+ */
106
+ Filters?: Filter[];
107
+ /**
108
+ * @public
109
+ * <p>The maximum number of results to return with a single call.
110
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
111
+ */
112
+ MaxResults?: number;
113
+ /**
114
+ * @public
115
+ * <p>The token for the next page of results.</p>
116
+ */
117
+ NextToken?: string;
118
+ /**
119
+ * @public
120
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
121
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
122
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
123
+ */
124
+ DryRun?: boolean;
125
+ }
126
+ /**
127
+ * @public
128
+ */
129
+ export interface DescribeTransitGatewayRouteTablesResult {
130
+ /**
131
+ * @public
132
+ * <p>Information about the transit gateway route tables.</p>
133
+ */
134
+ TransitGatewayRouteTables?: TransitGatewayRouteTable[];
135
+ /**
136
+ * @public
137
+ * <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>
138
+ */
139
+ NextToken?: string;
140
+ }
141
+ /**
142
+ * @public
143
+ */
144
+ export interface DescribeTransitGatewaysRequest {
145
+ /**
146
+ * @public
147
+ * <p>The IDs of the transit gateways.</p>
148
+ */
149
+ TransitGatewayIds?: string[];
150
+ /**
151
+ * @public
152
+ * <p>One or more filters. The possible values are:</p>
153
+ * <ul>
154
+ * <li>
155
+ * <p>
156
+ * <code>options.propagation-default-route-table-id</code> - The ID of the default propagation route table.</p>
157
+ * </li>
158
+ * <li>
159
+ * <p>
160
+ * <code>options.amazon-side-asn</code> - The private ASN for the Amazon side of a BGP session.</p>
161
+ * </li>
162
+ * <li>
163
+ * <p>
164
+ * <code>options.association-default-route-table-id</code> - The ID of the default association route table.</p>
165
+ * </li>
166
+ * <li>
167
+ * <p>
168
+ * <code>options.auto-accept-shared-attachments</code> - Indicates whether there is automatic acceptance of attachment requests (<code>enable</code> | <code>disable</code>).</p>
169
+ * </li>
170
+ * <li>
171
+ * <p>
172
+ * <code>options.default-route-table-association</code> - Indicates whether resource attachments are automatically
173
+ * associated with the default association route table (<code>enable</code> | <code>disable</code>).</p>
174
+ * </li>
175
+ * <li>
176
+ * <p>
177
+ * <code>options.default-route-table-propagation</code> - Indicates whether resource attachments automatically propagate
178
+ * routes to the default propagation route table (<code>enable</code> | <code>disable</code>).</p>
179
+ * </li>
180
+ * <li>
181
+ * <p>
182
+ * <code>options.dns-support</code> - Indicates whether DNS support is enabled (<code>enable</code> | <code>disable</code>).</p>
183
+ * </li>
184
+ * <li>
185
+ * <p>
186
+ * <code>options.vpn-ecmp-support</code> - Indicates whether Equal Cost Multipath Protocol support is enabled (<code>enable</code> | <code>disable</code>).</p>
187
+ * </li>
188
+ * <li>
189
+ * <p>
190
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the transit gateway.</p>
191
+ * </li>
192
+ * <li>
193
+ * <p>
194
+ * <code>state</code> - The state of the transit gateway (<code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>modifying</code> | <code>pending</code>).</p>
195
+ * </li>
196
+ * <li>
197
+ * <p>
198
+ * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
199
+ * </li>
200
+ * </ul>
201
+ */
202
+ Filters?: Filter[];
203
+ /**
204
+ * @public
205
+ * <p>The maximum number of results to return with a single call.
206
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
207
+ */
208
+ MaxResults?: number;
209
+ /**
210
+ * @public
211
+ * <p>The token for the next page of results.</p>
212
+ */
213
+ NextToken?: string;
214
+ /**
215
+ * @public
216
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
217
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
218
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
219
+ */
220
+ DryRun?: boolean;
221
+ }
222
+ /**
223
+ * @public
224
+ */
225
+ export interface DescribeTransitGatewaysResult {
226
+ /**
227
+ * @public
228
+ * <p>Information about the transit gateways.</p>
229
+ */
230
+ TransitGateways?: TransitGateway[];
231
+ /**
232
+ * @public
233
+ * <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>
234
+ */
235
+ NextToken?: string;
236
+ }
237
+ /**
238
+ * @public
239
+ */
240
+ export interface DescribeTransitGatewayVpcAttachmentsRequest {
241
+ /**
242
+ * @public
243
+ * <p>The IDs of the attachments.</p>
244
+ */
245
+ TransitGatewayAttachmentIds?: string[];
246
+ /**
247
+ * @public
248
+ * <p>One or more filters. The possible values are:</p>
249
+ * <ul>
250
+ * <li>
251
+ * <p>
252
+ * <code>state</code> - The state of the attachment. Valid values are <code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>failed</code> | <code>failing</code> | <code>initiatingRequest</code> | <code>modifying</code> | <code>pendingAcceptance</code> | <code>pending</code> | <code>rollingBack</code> | <code>rejected</code> | <code>rejecting</code>.</p>
253
+ * </li>
254
+ * <li>
255
+ * <p>
256
+ * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
257
+ * </li>
258
+ * <li>
259
+ * <p>
260
+ * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
261
+ * </li>
262
+ * <li>
263
+ * <p>
264
+ * <code>vpc-id</code> - The ID of the VPC.</p>
265
+ * </li>
266
+ * </ul>
267
+ */
268
+ Filters?: Filter[];
269
+ /**
270
+ * @public
271
+ * <p>The maximum number of results to return with a single call.
272
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
273
+ */
274
+ MaxResults?: number;
275
+ /**
276
+ * @public
277
+ * <p>The token for the next page of results.</p>
278
+ */
279
+ NextToken?: string;
280
+ /**
281
+ * @public
282
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
283
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
284
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
285
+ */
286
+ DryRun?: boolean;
287
+ }
288
+ /**
289
+ * @public
290
+ */
291
+ export interface DescribeTransitGatewayVpcAttachmentsResult {
292
+ /**
293
+ * @public
294
+ * <p>Information about the VPC attachments.</p>
295
+ */
296
+ TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
297
+ /**
298
+ * @public
299
+ * <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>
300
+ */
301
+ NextToken?: string;
302
+ }
6
303
  /**
7
304
  * @public
8
305
  */
@@ -110,7 +407,7 @@ export interface DescribeVerifiedAccessEndpointsRequest {
110
407
  export interface DescribeVerifiedAccessEndpointsResult {
111
408
  /**
112
409
  * @public
113
- * <p>The ID of the Verified Access endpoint.</p>
410
+ * <p>Details about the Verified Access endpoints.</p>
114
411
  */
115
412
  VerifiedAccessEndpoints?: VerifiedAccessEndpoint[];
116
413
  /**
@@ -163,7 +460,7 @@ export interface DescribeVerifiedAccessGroupsRequest {
163
460
  export interface DescribeVerifiedAccessGroupsResult {
164
461
  /**
165
462
  * @public
166
- * <p>The ID of the Verified Access group.</p>
463
+ * <p>Details about the Verified Access groups.</p>
167
464
  */
168
465
  VerifiedAccessGroups?: VerifiedAccessGroup[];
169
466
  /**
@@ -328,16 +625,12 @@ export interface VerifiedAccessLogs {
328
625
  KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
329
626
  /**
330
627
  * @public
331
- * <p>
332
- * Describes current setting for the logging version.
333
- * </p>
628
+ * <p>The log version.</p>
334
629
  */
335
630
  LogVersion?: string;
336
631
  /**
337
632
  * @public
338
- * <p>
339
- * Describes current setting for including trust data into the logs.
340
- * </p>
633
+ * <p>Indicates whether trust data is included in the logs.</p>
341
634
  */
342
635
  IncludeTrustContext?: boolean;
343
636
  }
@@ -363,7 +656,7 @@ export interface VerifiedAccessInstanceLoggingConfiguration {
363
656
  export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
364
657
  /**
365
658
  * @public
366
- * <p>The current logging configuration for the Verified Access instances.</p>
659
+ * <p>The logging configuration for the Verified Access instances.</p>
367
660
  */
368
661
  LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[];
369
662
  /**
@@ -411,7 +704,7 @@ export interface DescribeVerifiedAccessInstancesRequest {
411
704
  export interface DescribeVerifiedAccessInstancesResult {
412
705
  /**
413
706
  * @public
414
- * <p>The IDs of the Verified Access instances.</p>
707
+ * <p>Details about the Verified Access instances.</p>
415
708
  */
416
709
  VerifiedAccessInstances?: VerifiedAccessInstance[];
417
710
  /**
@@ -459,7 +752,7 @@ export interface DescribeVerifiedAccessTrustProvidersRequest {
459
752
  export interface DescribeVerifiedAccessTrustProvidersResult {
460
753
  /**
461
754
  * @public
462
- * <p>The IDs of the Verified Access trust providers.</p>
755
+ * <p>Details about the Verified Access trust providers.</p>
463
756
  */
464
757
  VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[];
465
758
  /**
@@ -2498,12 +2791,12 @@ export interface DetachVerifiedAccessTrustProviderRequest {
2498
2791
  export interface DetachVerifiedAccessTrustProviderResult {
2499
2792
  /**
2500
2793
  * @public
2501
- * <p>The ID of the Verified Access trust provider.</p>
2794
+ * <p>Details about the Verified Access trust provider.</p>
2502
2795
  */
2503
2796
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
2504
2797
  /**
2505
2798
  * @public
2506
- * <p>The ID of the Verified Access instance.</p>
2799
+ * <p>Details about the Verified Access instance.</p>
2507
2800
  */
2508
2801
  VerifiedAccessInstance?: VerifiedAccessInstance;
2509
2802
  }
@@ -2665,12 +2958,12 @@ export interface DisableEbsEncryptionByDefaultResult {
2665
2958
  export interface DisableFastLaunchRequest {
2666
2959
  /**
2667
2960
  * @public
2668
- * <p>The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.</p>
2961
+ * <p>Specify the ID of the image for which to disable Windows fast launch.</p>
2669
2962
  */
2670
2963
  ImageId: string | undefined;
2671
2964
  /**
2672
2965
  * @public
2673
- * <p>Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides
2966
+ * <p>Forces the image settings to turn off Windows fast launch for your Windows AMI. This parameter overrides
2674
2967
  * any errors that are encountered while cleaning up resources in your account.</p>
2675
2968
  */
2676
2969
  Force?: boolean;
@@ -2688,19 +2981,19 @@ export interface DisableFastLaunchRequest {
2688
2981
  export interface DisableFastLaunchResult {
2689
2982
  /**
2690
2983
  * @public
2691
- * <p>The ID of the image for which faster-launching has been turned off.</p>
2984
+ * <p>The ID of the image for which Windows fast launch was disabled.</p>
2692
2985
  */
2693
2986
  ImageId?: string;
2694
2987
  /**
2695
2988
  * @public
2696
- * <p>The pre-provisioning resource type that must be cleaned after turning off faster launching
2989
+ * <p>The pre-provisioning resource type that must be cleaned after turning off Windows fast launch
2697
2990
  * for the Windows AMI. Supported values include: <code>snapshot</code>.</p>
2698
2991
  */
2699
2992
  ResourceType?: FastLaunchResourceType;
2700
2993
  /**
2701
2994
  * @public
2702
- * <p>Parameters that were used for faster launching for the Windows AMI before
2703
- * faster launching was turned off. This informs the clean-up process.</p>
2995
+ * <p>Parameters that were used for Windows fast launch for the Windows AMI before
2996
+ * Windows fast launch was disabled. This informs the clean-up process.</p>
2704
2997
  */
2705
2998
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
2706
2999
  /**
@@ -2711,27 +3004,27 @@ export interface DisableFastLaunchResult {
2711
3004
  /**
2712
3005
  * @public
2713
3006
  * <p>The maximum number of instances that Amazon EC2 can launch at the same time to
2714
- * create pre-provisioned snapshots for Windows faster launching.</p>
3007
+ * create pre-provisioned snapshots for Windows fast launch.</p>
2715
3008
  */
2716
3009
  MaxParallelLaunches?: number;
2717
3010
  /**
2718
3011
  * @public
2719
- * <p>The owner of the Windows AMI for which faster launching was turned off.</p>
3012
+ * <p>The owner of the Windows AMI for which Windows fast launch was disabled.</p>
2720
3013
  */
2721
3014
  OwnerId?: string;
2722
3015
  /**
2723
3016
  * @public
2724
- * <p>The current state of faster launching for the specified Windows AMI.</p>
3017
+ * <p>The current state of Windows fast launch for the specified Windows AMI.</p>
2725
3018
  */
2726
3019
  State?: FastLaunchStateCode;
2727
3020
  /**
2728
3021
  * @public
2729
- * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
3022
+ * <p>The reason that the state changed for Windows fast launch for the Windows AMI.</p>
2730
3023
  */
2731
3024
  StateTransitionReason?: string;
2732
3025
  /**
2733
3026
  * @public
2734
- * <p>The time that the state changed for faster launching for the Windows AMI.</p>
3027
+ * <p>The time that the state changed for Windows fast launch for the Windows AMI.</p>
2735
3028
  */
2736
3029
  StateTransitionTime?: Date;
2737
3030
  }
@@ -3765,7 +4058,7 @@ export interface EnableEbsEncryptionByDefaultResult {
3765
4058
  }
3766
4059
  /**
3767
4060
  * @public
3768
- * <p>Request to create a launch template for a fast-launch enabled Windows AMI.</p>
4061
+ * <p>Request to create a launch template for a Windows fast launch enabled AMI.</p>
3769
4062
  * <note>
3770
4063
  * <p>Note - You can specify either the <code>LaunchTemplateName</code> or the
3771
4064
  * <code>LaunchTemplateId</code>, but not both.</p>
@@ -3774,28 +4067,30 @@ export interface EnableEbsEncryptionByDefaultResult {
3774
4067
  export interface FastLaunchLaunchTemplateSpecificationRequest {
3775
4068
  /**
3776
4069
  * @public
3777
- * <p>The ID of the launch template to use for faster launching for a Windows AMI.</p>
4070
+ * <p>Specify the ID of the launch template that the AMI should use for Windows fast launch.</p>
3778
4071
  */
3779
4072
  LaunchTemplateId?: string;
3780
4073
  /**
3781
4074
  * @public
3782
- * <p>The name of the launch template to use for faster launching for a Windows AMI.</p>
4075
+ * <p>Specify the name of the launch template that the AMI should use for Windows fast launch.</p>
3783
4076
  */
3784
4077
  LaunchTemplateName?: string;
3785
4078
  /**
3786
4079
  * @public
3787
- * <p>The version of the launch template to use for faster launching for a Windows AMI.</p>
4080
+ * <p>Specify the version of the launch template that the AMI should use for Windows fast launch.</p>
3788
4081
  */
3789
4082
  Version: string | undefined;
3790
4083
  }
3791
4084
  /**
3792
4085
  * @public
3793
- * <p>Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.</p>
4086
+ * <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows fast launch
4087
+ * enabled AMI.</p>
3794
4088
  */
3795
4089
  export interface FastLaunchSnapshotConfigurationRequest {
3796
4090
  /**
3797
4091
  * @public
3798
- * <p>The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.</p>
4092
+ * <p>The number of pre-provisioned snapshots to keep on hand for a Windows fast launch
4093
+ * enabled AMI.</p>
3799
4094
  */
3800
4095
  TargetResourceCount?: number;
3801
4096
  }
@@ -3805,19 +4100,19 @@ export interface FastLaunchSnapshotConfigurationRequest {
3805
4100
  export interface EnableFastLaunchRequest {
3806
4101
  /**
3807
4102
  * @public
3808
- * <p>The ID of the image for which you’re enabling faster launching.</p>
4103
+ * <p>Specify the ID of the image for which to enable Windows fast launch.</p>
3809
4104
  */
3810
4105
  ImageId: string | undefined;
3811
4106
  /**
3812
4107
  * @public
3813
- * <p>The type of resource to use for pre-provisioning the Windows AMI for faster launching.
4108
+ * <p>The type of resource to use for pre-provisioning the AMI for Windows fast launch.
3814
4109
  * Supported values include: <code>snapshot</code>, which is the default value.</p>
3815
4110
  */
3816
4111
  ResourceType?: string;
3817
4112
  /**
3818
4113
  * @public
3819
4114
  * <p>Configuration settings for creating and managing the snapshots that are used for
3820
- * pre-provisioning the Windows AMI for faster launching. The associated <code>ResourceType</code>
4115
+ * pre-provisioning the AMI for Windows fast launch. The associated <code>ResourceType</code>
3821
4116
  * must be <code>snapshot</code>.</p>
3822
4117
  */
3823
4118
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
@@ -3831,7 +4126,7 @@ export interface EnableFastLaunchRequest {
3831
4126
  /**
3832
4127
  * @public
3833
4128
  * <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
3834
- * pre-provisioned snapshots for Windows faster launching. Value must be
4129
+ * pre-provisioned snapshots for Windows fast launch. Value must be
3835
4130
  * <code>6</code> or greater.</p>
3836
4131
  */
3837
4132
  MaxParallelLaunches?: number;
@@ -3849,12 +4144,12 @@ export interface EnableFastLaunchRequest {
3849
4144
  export interface EnableFastLaunchResult {
3850
4145
  /**
3851
4146
  * @public
3852
- * <p>The image ID that identifies the Windows AMI for which faster launching was enabled.</p>
4147
+ * <p>The image ID that identifies the AMI for which Windows fast launch was enabled.</p>
3853
4148
  */
3854
4149
  ImageId?: string;
3855
4150
  /**
3856
4151
  * @public
3857
- * <p>The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.</p>
4152
+ * <p>The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.</p>
3858
4153
  */
3859
4154
  ResourceType?: FastLaunchResourceType;
3860
4155
  /**
@@ -3872,27 +4167,27 @@ export interface EnableFastLaunchResult {
3872
4167
  /**
3873
4168
  * @public
3874
4169
  * <p>The maximum number of instances that Amazon EC2 can launch at the same time to
3875
- * create pre-provisioned snapshots for Windows faster launching.</p>
4170
+ * create pre-provisioned snapshots for Windows fast launch.</p>
3876
4171
  */
3877
4172
  MaxParallelLaunches?: number;
3878
4173
  /**
3879
4174
  * @public
3880
- * <p>The owner ID for the Windows AMI for which faster launching was enabled.</p>
4175
+ * <p>The owner ID for the AMI for which Windows fast launch was enabled.</p>
3881
4176
  */
3882
4177
  OwnerId?: string;
3883
4178
  /**
3884
4179
  * @public
3885
- * <p>The current state of faster launching for the specified Windows AMI.</p>
4180
+ * <p>The current state of Windows fast launch for the specified AMI.</p>
3886
4181
  */
3887
4182
  State?: FastLaunchStateCode;
3888
4183
  /**
3889
4184
  * @public
3890
- * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
4185
+ * <p>The reason that the state changed for Windows fast launch for the AMI.</p>
3891
4186
  */
3892
4187
  StateTransitionReason?: string;
3893
4188
  /**
3894
4189
  * @public
3895
- * <p>The time that the state changed for faster launching for the Windows AMI.</p>
4190
+ * <p>The time that the state changed for Windows fast launch for the AMI.</p>
3896
4191
  */
3897
4192
  StateTransitionTime?: Date;
3898
4193
  }
@@ -5165,6 +5460,11 @@ export interface GetCoipPoolUsageResult {
5165
5460
  * <p>The ID of the local gateway route table.</p>
5166
5461
  */
5167
5462
  LocalGatewayRouteTableId?: string;
5463
+ /**
5464
+ * @public
5465
+ * <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>
5466
+ */
5467
+ NextToken?: string;
5168
5468
  }
5169
5469
  /**
5170
5470
  * @public
@@ -7126,297 +7426,6 @@ export interface GetSpotPlacementScoresRequest {
7126
7426
  */
7127
7427
  NextToken?: string;
7128
7428
  }
7129
- /**
7130
- * @public
7131
- * <p>The Spot placement score for this Region or Availability Zone. The score is calculated
7132
- * based on the assumption that the <code>capacity-optimized</code> allocation strategy is
7133
- * used and that all of the Availability Zones in the Region can be used.</p>
7134
- */
7135
- export interface SpotPlacementScore {
7136
- /**
7137
- * @public
7138
- * <p>The Region.</p>
7139
- */
7140
- Region?: string;
7141
- /**
7142
- * @public
7143
- * <p>The Availability Zone.</p>
7144
- */
7145
- AvailabilityZoneId?: string;
7146
- /**
7147
- * @public
7148
- * <p>The placement score, on a scale from <code>1</code> to <code>10</code>. A score of
7149
- * <code>10</code> indicates that your Spot request is highly likely to succeed in this
7150
- * Region or Availability Zone. A score of <code>1</code> indicates that your Spot request is
7151
- * not likely to succeed. </p>
7152
- */
7153
- Score?: number;
7154
- }
7155
- /**
7156
- * @public
7157
- */
7158
- export interface GetSpotPlacementScoresResult {
7159
- /**
7160
- * @public
7161
- * <p>The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale
7162
- * from 1 to 10. Each score
7163
- reflects how likely it is that each Region or Availability Zone
7164
- * will succeed at fulfilling the specified target capacity
7165
- <i>at the time of the Spot
7166
- * placement score request</i>. A score of <code>10</code> means that your Spot
7167
- * capacity request is highly likely to succeed in that Region or Availability Zone. </p>
7168
- * <p>If you request a Spot placement score for Regions, a high score assumes that your fleet
7169
- * request will be configured to use all Availability Zones and the
7170
- * <code>capacity-optimized</code> allocation strategy. If you request a Spot placement
7171
- * score for Availability Zones, a high score assumes that your fleet request will be
7172
- * configured to use a single Availability Zone and the <code>capacity-optimized</code>
7173
- * allocation strategy.</p>
7174
- * <p>Different
7175
- Regions or Availability Zones might return the same score.</p>
7176
- * <note>
7177
- * <p>The Spot placement score serves as a recommendation only. No score guarantees that your
7178
- * Spot request will be fully or partially fulfilled.</p>
7179
- * </note>
7180
- */
7181
- SpotPlacementScores?: SpotPlacementScore[];
7182
- /**
7183
- * @public
7184
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
7185
- * are no more items to return.</p>
7186
- */
7187
- NextToken?: string;
7188
- }
7189
- /**
7190
- * @public
7191
- */
7192
- export interface GetSubnetCidrReservationsRequest {
7193
- /**
7194
- * @public
7195
- * <p>One or more filters.</p>
7196
- * <ul>
7197
- * <li>
7198
- * <p>
7199
- * <code>reservationType</code> - The type of reservation (<code>prefix</code> |
7200
- * <code>explicit</code>).</p>
7201
- * </li>
7202
- * <li>
7203
- * <p>
7204
- * <code>subnet-id</code> - The ID of the subnet.</p>
7205
- * </li>
7206
- * <li>
7207
- * <p>
7208
- * <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.
7209
- * 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>
7210
- * </li>
7211
- * <li>
7212
- * <p>
7213
- * <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>
7214
- * </li>
7215
- * </ul>
7216
- */
7217
- Filters?: Filter[];
7218
- /**
7219
- * @public
7220
- * <p>The ID of the subnet.</p>
7221
- */
7222
- SubnetId: string | undefined;
7223
- /**
7224
- * @public
7225
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7226
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7227
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7228
- */
7229
- DryRun?: boolean;
7230
- /**
7231
- * @public
7232
- * <p>The token for the next page of results.</p>
7233
- */
7234
- NextToken?: string;
7235
- /**
7236
- * @public
7237
- * <p>The maximum number of results to return with a single call.
7238
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7239
- */
7240
- MaxResults?: number;
7241
- }
7242
- /**
7243
- * @public
7244
- */
7245
- export interface GetSubnetCidrReservationsResult {
7246
- /**
7247
- * @public
7248
- * <p>Information about the IPv4 subnet CIDR reservations.</p>
7249
- */
7250
- SubnetIpv4CidrReservations?: SubnetCidrReservation[];
7251
- /**
7252
- * @public
7253
- * <p>Information about the IPv6 subnet CIDR reservations.</p>
7254
- */
7255
- SubnetIpv6CidrReservations?: SubnetCidrReservation[];
7256
- /**
7257
- * @public
7258
- * <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>
7259
- */
7260
- NextToken?: string;
7261
- }
7262
- /**
7263
- * @public
7264
- */
7265
- export interface GetTransitGatewayAttachmentPropagationsRequest {
7266
- /**
7267
- * @public
7268
- * <p>The ID of the attachment.</p>
7269
- */
7270
- TransitGatewayAttachmentId: string | undefined;
7271
- /**
7272
- * @public
7273
- * <p>One or more filters. The possible values are:</p>
7274
- * <ul>
7275
- * <li>
7276
- * <p>
7277
- * <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
7278
- * </li>
7279
- * </ul>
7280
- */
7281
- Filters?: Filter[];
7282
- /**
7283
- * @public
7284
- * <p>The maximum number of results to return with a single call.
7285
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7286
- */
7287
- MaxResults?: number;
7288
- /**
7289
- * @public
7290
- * <p>The token for the next page of results.</p>
7291
- */
7292
- NextToken?: string;
7293
- /**
7294
- * @public
7295
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7296
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7297
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7298
- */
7299
- DryRun?: boolean;
7300
- }
7301
- /**
7302
- * @public
7303
- * <p>Describes a propagation route table.</p>
7304
- */
7305
- export interface TransitGatewayAttachmentPropagation {
7306
- /**
7307
- * @public
7308
- * <p>The ID of the propagation route table.</p>
7309
- */
7310
- TransitGatewayRouteTableId?: string;
7311
- /**
7312
- * @public
7313
- * <p>The state of the propagation route table.</p>
7314
- */
7315
- State?: TransitGatewayPropagationState;
7316
- }
7317
- /**
7318
- * @public
7319
- */
7320
- export interface GetTransitGatewayAttachmentPropagationsResult {
7321
- /**
7322
- * @public
7323
- * <p>Information about the propagation route tables.</p>
7324
- */
7325
- TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
7326
- /**
7327
- * @public
7328
- * <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>
7329
- */
7330
- NextToken?: string;
7331
- }
7332
- /**
7333
- * @public
7334
- */
7335
- export interface GetTransitGatewayMulticastDomainAssociationsRequest {
7336
- /**
7337
- * @public
7338
- * <p>The ID of the transit gateway multicast domain.</p>
7339
- */
7340
- TransitGatewayMulticastDomainId: string | undefined;
7341
- /**
7342
- * @public
7343
- * <p>One or more filters. The possible values are:</p>
7344
- * <ul>
7345
- * <li>
7346
- * <p>
7347
- * <code>resource-id</code> - The ID of the resource.</p>
7348
- * </li>
7349
- * <li>
7350
- * <p>
7351
- * <code>resource-type</code> - The type of resource. The valid value is: <code>vpc</code>.</p>
7352
- * </li>
7353
- * <li>
7354
- * <p>
7355
- * <code>state</code> - The state of the subnet association. Valid values are
7356
- * <code>associated</code> | <code>associating</code> |
7357
- * <code>disassociated</code> | <code>disassociating</code>.</p>
7358
- * </li>
7359
- * <li>
7360
- * <p>
7361
- * <code>subnet-id</code> - The ID of the subnet.</p>
7362
- * </li>
7363
- * <li>
7364
- * <p>
7365
- * <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
7366
- * </li>
7367
- * </ul>
7368
- */
7369
- Filters?: Filter[];
7370
- /**
7371
- * @public
7372
- * <p>The maximum number of results to return with a single call.
7373
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7374
- */
7375
- MaxResults?: number;
7376
- /**
7377
- * @public
7378
- * <p>The token for the next page of results.</p>
7379
- */
7380
- NextToken?: string;
7381
- /**
7382
- * @public
7383
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7384
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7385
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7386
- */
7387
- DryRun?: boolean;
7388
- }
7389
- /**
7390
- * @public
7391
- * <p>Describes the resources associated with the transit gateway multicast domain.</p>
7392
- */
7393
- export interface TransitGatewayMulticastDomainAssociation {
7394
- /**
7395
- * @public
7396
- * <p>The ID of the transit gateway attachment.</p>
7397
- */
7398
- TransitGatewayAttachmentId?: string;
7399
- /**
7400
- * @public
7401
- * <p>The ID of the resource.</p>
7402
- */
7403
- ResourceId?: string;
7404
- /**
7405
- * @public
7406
- * <p>The type of resource, for example a VPC attachment.</p>
7407
- */
7408
- ResourceType?: TransitGatewayAttachmentResourceType;
7409
- /**
7410
- * @public
7411
- * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.</p>
7412
- */
7413
- ResourceOwnerId?: string;
7414
- /**
7415
- * @public
7416
- * <p>The subnet associated with the transit gateway multicast domain.</p>
7417
- */
7418
- Subnet?: SubnetAssociation;
7419
- }
7420
7429
  /**
7421
7430
  * @internal
7422
7431
  */