@aws-sdk/client-ec2 3.448.0 → 3.449.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_1.js +1 -16
- package/dist-cjs/models/models_2.js +17 -2
- package/dist-cjs/protocols/Aws_ec2.js +95 -0
- package/dist-es/models/models_1.js +0 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/protocols/Aws_ec2.js +95 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +12 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +3 -2
- package/dist-types/models/models_1.d.ts +99 -99
- package/dist-types/models/models_2.d.ts +89 -71
- package/dist-types/models/models_3.d.ts +71 -126
- package/dist-types/models/models_4.d.ts +182 -240
- package/dist-types/models/models_5.d.ts +236 -180
- package/dist-types/models/models_6.d.ts +181 -130
- package/dist-types/models/models_7.d.ts +130 -3
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +16 -28
- package/dist-types/ts3.4/models/models_2.d.ts +28 -19
- package/dist-types/ts3.4/models/models_3.d.ts +16 -18
- package/dist-types/ts3.4/models/models_4.d.ts +29 -36
- package/dist-types/ts3.4/models/models_5.d.ts +36 -36
- package/dist-types/ts3.4/models/models_6.d.ts +36 -29
- package/dist-types/ts3.4/models/models_7.d.ts +36 -1
- package/package.json +13 -13
|
@@ -1,8 +1,242 @@
|
|
|
1
|
-
import { AccessScopeAnalysisFinding, AddressTransfer, AllowedPrincipal, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress,
|
|
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,
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, TransitGateway, TransitGatewayRouteTable, 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 DescribeTransitGatewayRouteTablesRequest {
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
* <p>The IDs of the transit gateway route tables.</p>
|
|
13
|
+
*/
|
|
14
|
+
TransitGatewayRouteTableIds?: string[];
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* <p>One or more filters. The possible values are:</p>
|
|
18
|
+
* <ul>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>
|
|
21
|
+
* <code>default-association-route-table</code> - Indicates whether this is the default
|
|
22
|
+
* association route table for the transit gateway (<code>true</code> | <code>false</code>).</p>
|
|
23
|
+
* </li>
|
|
24
|
+
* <li>
|
|
25
|
+
* <p>
|
|
26
|
+
* <code>default-propagation-route-table</code> - Indicates whether this is the default
|
|
27
|
+
* propagation route table for the transit gateway (<code>true</code> | <code>false</code>).</p>
|
|
28
|
+
* </li>
|
|
29
|
+
* <li>
|
|
30
|
+
* <p>
|
|
31
|
+
* <code>state</code> - The state of the route table (<code>available</code> | <code>deleting</code> | <code>deleted</code> | <code>pending</code>).</p>
|
|
32
|
+
* </li>
|
|
33
|
+
* <li>
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
|
|
36
|
+
* </li>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* </ul>
|
|
42
|
+
*/
|
|
43
|
+
Filters?: Filter[];
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
* <p>The maximum number of results to return with a single call.
|
|
47
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
48
|
+
*/
|
|
49
|
+
MaxResults?: number;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
* <p>The token for the next page of results.</p>
|
|
53
|
+
*/
|
|
54
|
+
NextToken?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
58
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
59
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
60
|
+
*/
|
|
61
|
+
DryRun?: boolean;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
export interface DescribeTransitGatewayRouteTablesResult {
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
* <p>Information about the transit gateway route tables.</p>
|
|
70
|
+
*/
|
|
71
|
+
TransitGatewayRouteTables?: TransitGatewayRouteTable[];
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
* <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>
|
|
75
|
+
*/
|
|
76
|
+
NextToken?: string;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export interface DescribeTransitGatewaysRequest {
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
* <p>The IDs of the transit gateways.</p>
|
|
85
|
+
*/
|
|
86
|
+
TransitGatewayIds?: string[];
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
* <p>One or more filters. The possible values are:</p>
|
|
90
|
+
* <ul>
|
|
91
|
+
* <li>
|
|
92
|
+
* <p>
|
|
93
|
+
* <code>options.propagation-default-route-table-id</code> - The ID of the default propagation route table.</p>
|
|
94
|
+
* </li>
|
|
95
|
+
* <li>
|
|
96
|
+
* <p>
|
|
97
|
+
* <code>options.amazon-side-asn</code> - The private ASN for the Amazon side of a BGP session.</p>
|
|
98
|
+
* </li>
|
|
99
|
+
* <li>
|
|
100
|
+
* <p>
|
|
101
|
+
* <code>options.association-default-route-table-id</code> - The ID of the default association route table.</p>
|
|
102
|
+
* </li>
|
|
103
|
+
* <li>
|
|
104
|
+
* <p>
|
|
105
|
+
* <code>options.auto-accept-shared-attachments</code> - Indicates whether there is automatic acceptance of attachment requests (<code>enable</code> | <code>disable</code>).</p>
|
|
106
|
+
* </li>
|
|
107
|
+
* <li>
|
|
108
|
+
* <p>
|
|
109
|
+
* <code>options.default-route-table-association</code> - Indicates whether resource attachments are automatically
|
|
110
|
+
* associated with the default association route table (<code>enable</code> | <code>disable</code>).</p>
|
|
111
|
+
* </li>
|
|
112
|
+
* <li>
|
|
113
|
+
* <p>
|
|
114
|
+
* <code>options.default-route-table-propagation</code> - Indicates whether resource attachments automatically propagate
|
|
115
|
+
* routes to the default propagation route table (<code>enable</code> | <code>disable</code>).</p>
|
|
116
|
+
* </li>
|
|
117
|
+
* <li>
|
|
118
|
+
* <p>
|
|
119
|
+
* <code>options.dns-support</code> - Indicates whether DNS support is enabled (<code>enable</code> | <code>disable</code>).</p>
|
|
120
|
+
* </li>
|
|
121
|
+
* <li>
|
|
122
|
+
* <p>
|
|
123
|
+
* <code>options.vpn-ecmp-support</code> - Indicates whether Equal Cost Multipath Protocol support is enabled (<code>enable</code> | <code>disable</code>).</p>
|
|
124
|
+
* </li>
|
|
125
|
+
* <li>
|
|
126
|
+
* <p>
|
|
127
|
+
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the transit gateway.</p>
|
|
128
|
+
* </li>
|
|
129
|
+
* <li>
|
|
130
|
+
* <p>
|
|
131
|
+
* <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>
|
|
132
|
+
* </li>
|
|
133
|
+
* <li>
|
|
134
|
+
* <p>
|
|
135
|
+
* <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
|
|
136
|
+
* </li>
|
|
137
|
+
* </ul>
|
|
138
|
+
*/
|
|
139
|
+
Filters?: Filter[];
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
* <p>The maximum number of results to return with a single call.
|
|
143
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
144
|
+
*/
|
|
145
|
+
MaxResults?: number;
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
* <p>The token for the next page of results.</p>
|
|
149
|
+
*/
|
|
150
|
+
NextToken?: string;
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
154
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
155
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
156
|
+
*/
|
|
157
|
+
DryRun?: boolean;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
export interface DescribeTransitGatewaysResult {
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
* <p>Information about the transit gateways.</p>
|
|
166
|
+
*/
|
|
167
|
+
TransitGateways?: TransitGateway[];
|
|
168
|
+
/**
|
|
169
|
+
* @public
|
|
170
|
+
* <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>
|
|
171
|
+
*/
|
|
172
|
+
NextToken?: string;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
* <p>The IDs of the attachments.</p>
|
|
181
|
+
*/
|
|
182
|
+
TransitGatewayAttachmentIds?: string[];
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
* <p>One or more filters. The possible values are:</p>
|
|
186
|
+
* <ul>
|
|
187
|
+
* <li>
|
|
188
|
+
* <p>
|
|
189
|
+
* <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>
|
|
190
|
+
* </li>
|
|
191
|
+
* <li>
|
|
192
|
+
* <p>
|
|
193
|
+
* <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
|
|
194
|
+
* </li>
|
|
195
|
+
* <li>
|
|
196
|
+
* <p>
|
|
197
|
+
* <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
|
|
198
|
+
* </li>
|
|
199
|
+
* <li>
|
|
200
|
+
* <p>
|
|
201
|
+
* <code>vpc-id</code> - The ID of the VPC.</p>
|
|
202
|
+
* </li>
|
|
203
|
+
* </ul>
|
|
204
|
+
*/
|
|
205
|
+
Filters?: Filter[];
|
|
206
|
+
/**
|
|
207
|
+
* @public
|
|
208
|
+
* <p>The maximum number of results to return with a single call.
|
|
209
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
210
|
+
*/
|
|
211
|
+
MaxResults?: number;
|
|
212
|
+
/**
|
|
213
|
+
* @public
|
|
214
|
+
* <p>The token for the next page of results.</p>
|
|
215
|
+
*/
|
|
216
|
+
NextToken?: string;
|
|
217
|
+
/**
|
|
218
|
+
* @public
|
|
219
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
220
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
221
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
222
|
+
*/
|
|
223
|
+
DryRun?: boolean;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
229
|
+
/**
|
|
230
|
+
* @public
|
|
231
|
+
* <p>Information about the VPC attachments.</p>
|
|
232
|
+
*/
|
|
233
|
+
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
* <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>
|
|
237
|
+
*/
|
|
238
|
+
NextToken?: string;
|
|
239
|
+
}
|
|
6
240
|
/**
|
|
7
241
|
* @public
|
|
8
242
|
*/
|
|
@@ -7239,184 +7473,6 @@ export interface GetSubnetCidrReservationsRequest {
|
|
|
7239
7473
|
*/
|
|
7240
7474
|
MaxResults?: number;
|
|
7241
7475
|
}
|
|
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
7476
|
/**
|
|
7421
7477
|
* @internal
|
|
7422
7478
|
*/
|