@aws-sdk/client-ec2 3.445.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.
Files changed (105) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/EC2.js +6 -0
  3. package/dist-cjs/commands/DisableSnapshotBlockPublicAccessCommand.js +51 -0
  4. package/dist-cjs/commands/EnableSnapshotBlockPublicAccessCommand.js +51 -0
  5. package/dist-cjs/commands/GetSnapshotBlockPublicAccessStateCommand.js +51 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_1.js +1 -16
  8. package/dist-cjs/models/models_2.js +17 -2
  9. package/dist-cjs/models/models_5.js +6 -1
  10. package/dist-cjs/protocols/Aws_ec2.js +272 -18
  11. package/dist-es/EC2.js +6 -0
  12. package/dist-es/commands/DisableSnapshotBlockPublicAccessCommand.js +47 -0
  13. package/dist-es/commands/EnableSnapshotBlockPublicAccessCommand.js +47 -0
  14. package/dist-es/commands/GetSnapshotBlockPublicAccessStateCommand.js +47 -0
  15. package/dist-es/commands/index.js +3 -0
  16. package/dist-es/models/models_1.js +0 -15
  17. package/dist-es/models/models_2.js +15 -0
  18. package/dist-es/models/models_5.js +5 -0
  19. package/dist-es/protocols/Aws_ec2.js +248 -0
  20. package/dist-types/EC2.d.ts +21 -0
  21. package/dist-types/EC2Client.d.ts +5 -2
  22. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -0
  23. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +12 -0
  24. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
  25. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  27. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  37. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +81 -0
  38. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +85 -0
  39. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -0
  40. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +76 -0
  41. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
  42. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  43. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  44. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  45. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
  46. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -0
  47. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
  48. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  49. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  50. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  51. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  52. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  53. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  54. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  55. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  56. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -2
  57. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  58. package/dist-types/commands/index.d.ts +3 -0
  59. package/dist-types/models/models_0.d.ts +3 -2
  60. package/dist-types/models/models_1.d.ts +99 -99
  61. package/dist-types/models/models_2.d.ts +89 -71
  62. package/dist-types/models/models_3.d.ts +71 -126
  63. package/dist-types/models/models_4.d.ts +182 -240
  64. package/dist-types/models/models_5.d.ts +370 -354
  65. package/dist-types/models/models_6.d.ts +350 -306
  66. package/dist-types/models/models_7.d.ts +308 -5
  67. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  68. package/dist-types/ts3.4/EC2.d.ts +57 -0
  69. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  70. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
  71. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +42 -0
  80. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +42 -0
  81. package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +42 -0
  82. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
  87. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +4 -2
  96. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  97. package/dist-types/ts3.4/models/models_1.d.ts +16 -28
  98. package/dist-types/ts3.4/models/models_2.d.ts +28 -19
  99. package/dist-types/ts3.4/models/models_3.d.ts +16 -18
  100. package/dist-types/ts3.4/models/models_4.d.ts +29 -36
  101. package/dist-types/ts3.4/models/models_5.d.ts +62 -75
  102. package/dist-types/ts3.4/models/models_6.d.ts +76 -70
  103. package/dist-types/ts3.4/models/models_7.d.ts +77 -2
  104. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  105. package/package.json +13 -13
@@ -1,9 +1,356 @@
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, 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, SnapshotState, SSEType, 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, TransitGatewayPolicyTableEntry, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
6
+ import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface GetSubnetCidrReservationsResult {
11
+ /**
12
+ * @public
13
+ * <p>Information about the IPv4 subnet CIDR reservations.</p>
14
+ */
15
+ SubnetIpv4CidrReservations?: SubnetCidrReservation[];
16
+ /**
17
+ * @public
18
+ * <p>Information about the IPv6 subnet CIDR reservations.</p>
19
+ */
20
+ SubnetIpv6CidrReservations?: SubnetCidrReservation[];
21
+ /**
22
+ * @public
23
+ * <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>
24
+ */
25
+ NextToken?: string;
26
+ }
27
+ /**
28
+ * @public
29
+ */
30
+ export interface GetTransitGatewayAttachmentPropagationsRequest {
31
+ /**
32
+ * @public
33
+ * <p>The ID of the attachment.</p>
34
+ */
35
+ TransitGatewayAttachmentId: string | undefined;
36
+ /**
37
+ * @public
38
+ * <p>One or more filters. The possible values are:</p>
39
+ * <ul>
40
+ * <li>
41
+ * <p>
42
+ * <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
43
+ * </li>
44
+ * </ul>
45
+ */
46
+ Filters?: Filter[];
47
+ /**
48
+ * @public
49
+ * <p>The maximum number of results to return with a single call.
50
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
51
+ */
52
+ MaxResults?: number;
53
+ /**
54
+ * @public
55
+ * <p>The token for the next page of results.</p>
56
+ */
57
+ NextToken?: string;
58
+ /**
59
+ * @public
60
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
61
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
62
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
63
+ */
64
+ DryRun?: boolean;
65
+ }
66
+ /**
67
+ * @public
68
+ * <p>Describes a propagation route table.</p>
69
+ */
70
+ export interface TransitGatewayAttachmentPropagation {
71
+ /**
72
+ * @public
73
+ * <p>The ID of the propagation route table.</p>
74
+ */
75
+ TransitGatewayRouteTableId?: string;
76
+ /**
77
+ * @public
78
+ * <p>The state of the propagation route table.</p>
79
+ */
80
+ State?: TransitGatewayPropagationState;
81
+ }
82
+ /**
83
+ * @public
84
+ */
85
+ export interface GetTransitGatewayAttachmentPropagationsResult {
86
+ /**
87
+ * @public
88
+ * <p>Information about the propagation route tables.</p>
89
+ */
90
+ TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
91
+ /**
92
+ * @public
93
+ * <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>
94
+ */
95
+ NextToken?: string;
96
+ }
97
+ /**
98
+ * @public
99
+ */
100
+ export interface GetTransitGatewayMulticastDomainAssociationsRequest {
101
+ /**
102
+ * @public
103
+ * <p>The ID of the transit gateway multicast domain.</p>
104
+ */
105
+ TransitGatewayMulticastDomainId: string | undefined;
106
+ /**
107
+ * @public
108
+ * <p>One or more filters. The possible values are:</p>
109
+ * <ul>
110
+ * <li>
111
+ * <p>
112
+ * <code>resource-id</code> - The ID of the resource.</p>
113
+ * </li>
114
+ * <li>
115
+ * <p>
116
+ * <code>resource-type</code> - The type of resource. The valid value is: <code>vpc</code>.</p>
117
+ * </li>
118
+ * <li>
119
+ * <p>
120
+ * <code>state</code> - The state of the subnet association. Valid values are
121
+ * <code>associated</code> | <code>associating</code> |
122
+ * <code>disassociated</code> | <code>disassociating</code>.</p>
123
+ * </li>
124
+ * <li>
125
+ * <p>
126
+ * <code>subnet-id</code> - The ID of the subnet.</p>
127
+ * </li>
128
+ * <li>
129
+ * <p>
130
+ * <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
131
+ * </li>
132
+ * </ul>
133
+ */
134
+ Filters?: Filter[];
135
+ /**
136
+ * @public
137
+ * <p>The maximum number of results to return with a single call.
138
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
139
+ */
140
+ MaxResults?: number;
141
+ /**
142
+ * @public
143
+ * <p>The token for the next page of results.</p>
144
+ */
145
+ NextToken?: string;
146
+ /**
147
+ * @public
148
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
149
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
150
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
151
+ */
152
+ DryRun?: boolean;
153
+ }
154
+ /**
155
+ * @public
156
+ * <p>Describes the resources associated with the transit gateway multicast domain.</p>
157
+ */
158
+ export interface TransitGatewayMulticastDomainAssociation {
159
+ /**
160
+ * @public
161
+ * <p>The ID of the transit gateway attachment.</p>
162
+ */
163
+ TransitGatewayAttachmentId?: string;
164
+ /**
165
+ * @public
166
+ * <p>The ID of the resource.</p>
167
+ */
168
+ ResourceId?: string;
169
+ /**
170
+ * @public
171
+ * <p>The type of resource, for example a VPC attachment.</p>
172
+ */
173
+ ResourceType?: TransitGatewayAttachmentResourceType;
174
+ /**
175
+ * @public
176
+ * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.</p>
177
+ */
178
+ ResourceOwnerId?: string;
179
+ /**
180
+ * @public
181
+ * <p>The subnet associated with the transit gateway multicast domain.</p>
182
+ */
183
+ Subnet?: SubnetAssociation;
184
+ }
185
+ /**
186
+ * @public
187
+ */
188
+ export interface GetTransitGatewayMulticastDomainAssociationsResult {
189
+ /**
190
+ * @public
191
+ * <p>Information about the multicast domain associations.</p>
192
+ */
193
+ MulticastDomainAssociations?: TransitGatewayMulticastDomainAssociation[];
194
+ /**
195
+ * @public
196
+ * <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>
197
+ */
198
+ NextToken?: string;
199
+ }
200
+ /**
201
+ * @public
202
+ */
203
+ export interface GetTransitGatewayPolicyTableAssociationsRequest {
204
+ /**
205
+ * @public
206
+ * <p>The ID of the transit gateway policy table.</p>
207
+ */
208
+ TransitGatewayPolicyTableId: string | undefined;
209
+ /**
210
+ * @public
211
+ * <p>The filters associated with the transit gateway policy table.</p>
212
+ */
213
+ Filters?: Filter[];
214
+ /**
215
+ * @public
216
+ * <p>The maximum number of results to return with a single call.
217
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
218
+ */
219
+ MaxResults?: number;
220
+ /**
221
+ * @public
222
+ * <p>The token for the next page of results.</p>
223
+ */
224
+ NextToken?: string;
225
+ /**
226
+ * @public
227
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
228
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
229
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
230
+ */
231
+ DryRun?: boolean;
232
+ }
233
+ /**
234
+ * @public
235
+ */
236
+ export interface GetTransitGatewayPolicyTableAssociationsResult {
237
+ /**
238
+ * @public
239
+ * <p>Returns details about the transit gateway policy table association.</p>
240
+ */
241
+ Associations?: TransitGatewayPolicyTableAssociation[];
242
+ /**
243
+ * @public
244
+ * <p>The token for the next page of results.</p>
245
+ */
246
+ NextToken?: string;
247
+ }
248
+ /**
249
+ * @public
250
+ */
251
+ export interface GetTransitGatewayPolicyTableEntriesRequest {
252
+ /**
253
+ * @public
254
+ * <p>The ID of the transit gateway policy table.</p>
255
+ */
256
+ TransitGatewayPolicyTableId: string | undefined;
257
+ /**
258
+ * @public
259
+ * <p>The filters associated with the transit gateway policy table.</p>
260
+ */
261
+ Filters?: Filter[];
262
+ /**
263
+ * @public
264
+ * <p>The maximum number of results to return with a single call.
265
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
266
+ */
267
+ MaxResults?: number;
268
+ /**
269
+ * @public
270
+ * <p>The token for the next page of results.</p>
271
+ */
272
+ NextToken?: string;
273
+ /**
274
+ * @public
275
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
276
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
277
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
278
+ */
279
+ DryRun?: boolean;
280
+ }
281
+ /**
282
+ * @public
283
+ * <p>Describes the meta data tags associated with a transit gateway policy rule.</p>
284
+ */
285
+ export interface TransitGatewayPolicyRuleMetaData {
286
+ /**
287
+ * @public
288
+ * <p>The key name for the transit gateway policy rule meta data tag.</p>
289
+ */
290
+ MetaDataKey?: string;
291
+ /**
292
+ * @public
293
+ * <p>The value of the key for the transit gateway policy rule meta data tag.</p>
294
+ */
295
+ MetaDataValue?: string;
296
+ }
297
+ /**
298
+ * @public
299
+ * <p>Describes a rule associated with a transit gateway policy.</p>
300
+ */
301
+ export interface TransitGatewayPolicyRule {
302
+ /**
303
+ * @public
304
+ * <p>The source CIDR block for the transit gateway policy rule.</p>
305
+ */
306
+ SourceCidrBlock?: string;
307
+ /**
308
+ * @public
309
+ * <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
310
+ */
311
+ SourcePortRange?: string;
312
+ /**
313
+ * @public
314
+ * <p>The destination CIDR block for the transit gateway policy rule.</p>
315
+ */
316
+ DestinationCidrBlock?: string;
317
+ /**
318
+ * @public
319
+ * <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
320
+ */
321
+ DestinationPortRange?: string;
322
+ /**
323
+ * @public
324
+ * <p>The protocol used by the transit gateway policy rule.</p>
325
+ */
326
+ Protocol?: string;
327
+ /**
328
+ * @public
329
+ * <p>The meta data tags used for the transit gateway policy rule.</p>
330
+ */
331
+ MetaData?: TransitGatewayPolicyRuleMetaData;
332
+ }
333
+ /**
334
+ * @public
335
+ * <p>Describes a transit gateway policy table entry</p>
336
+ */
337
+ export interface TransitGatewayPolicyTableEntry {
338
+ /**
339
+ * @public
340
+ * <p>The rule number for the transit gateway policy table entry.</p>
341
+ */
342
+ PolicyRuleNumber?: string;
343
+ /**
344
+ * @public
345
+ * <p>The policy rule associated with the transit gateway policy table.</p>
346
+ */
347
+ PolicyRule?: TransitGatewayPolicyRule;
348
+ /**
349
+ * @public
350
+ * <p>The ID of the target route table.</p>
351
+ */
352
+ TargetRouteTableId?: string;
353
+ }
7
354
  /**
8
355
  * @public
9
356
  */
@@ -7687,309 +8034,6 @@ export declare const ResetImageAttributeName: {
7687
8034
  * @public
7688
8035
  */
7689
8036
  export type ResetImageAttributeName = (typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
7690
- /**
7691
- * @public
7692
- * <p>Contains the parameters for ResetImageAttribute.</p>
7693
- */
7694
- export interface ResetImageAttributeRequest {
7695
- /**
7696
- * @public
7697
- * <p>The attribute to reset (currently you can only reset the launch permission attribute).</p>
7698
- */
7699
- Attribute: ResetImageAttributeName | undefined;
7700
- /**
7701
- * @public
7702
- * <p>The ID of the AMI.</p>
7703
- */
7704
- ImageId: string | undefined;
7705
- /**
7706
- * @public
7707
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7708
- * and provides an error response. If you have the required permissions, the error response is
7709
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7710
- */
7711
- DryRun?: boolean;
7712
- }
7713
- /**
7714
- * @public
7715
- */
7716
- export interface ResetInstanceAttributeRequest {
7717
- /**
7718
- * @public
7719
- * <p>The attribute to reset.</p>
7720
- * <important>
7721
- * <p>You can only reset the following attributes: <code>kernel</code> |
7722
- * <code>ramdisk</code> | <code>sourceDestCheck</code>.</p>
7723
- * </important>
7724
- */
7725
- Attribute: InstanceAttributeName | undefined;
7726
- /**
7727
- * @public
7728
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7729
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7730
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7731
- */
7732
- DryRun?: boolean;
7733
- /**
7734
- * @public
7735
- * <p>The ID of the instance.</p>
7736
- */
7737
- InstanceId: string | undefined;
7738
- }
7739
- /**
7740
- * @public
7741
- * <p>Contains the parameters for ResetNetworkInterfaceAttribute.</p>
7742
- */
7743
- export interface ResetNetworkInterfaceAttributeRequest {
7744
- /**
7745
- * @public
7746
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7747
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7748
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7749
- */
7750
- DryRun?: boolean;
7751
- /**
7752
- * @public
7753
- * <p>The ID of the network interface.</p>
7754
- */
7755
- NetworkInterfaceId: string | undefined;
7756
- /**
7757
- * @public
7758
- * <p>The source/destination checking attribute. Resets the value to <code>true</code>.</p>
7759
- */
7760
- SourceDestCheck?: string;
7761
- }
7762
- /**
7763
- * @public
7764
- */
7765
- export interface ResetSnapshotAttributeRequest {
7766
- /**
7767
- * @public
7768
- * <p>The attribute to reset. Currently, only the attribute for permission to create volumes can
7769
- * be reset.</p>
7770
- */
7771
- Attribute: SnapshotAttributeName | undefined;
7772
- /**
7773
- * @public
7774
- * <p>The ID of the snapshot.</p>
7775
- */
7776
- SnapshotId: string | undefined;
7777
- /**
7778
- * @public
7779
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7780
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7781
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7782
- */
7783
- DryRun?: boolean;
7784
- }
7785
- /**
7786
- * @public
7787
- */
7788
- export interface RestoreAddressToClassicRequest {
7789
- /**
7790
- * @public
7791
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7792
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7793
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7794
- */
7795
- DryRun?: boolean;
7796
- /**
7797
- * @public
7798
- * <p>The Elastic IP address.</p>
7799
- */
7800
- PublicIp: string | undefined;
7801
- }
7802
- /**
7803
- * @public
7804
- */
7805
- export interface RestoreAddressToClassicResult {
7806
- /**
7807
- * @public
7808
- * <p>The Elastic IP address.</p>
7809
- */
7810
- PublicIp?: string;
7811
- /**
7812
- * @public
7813
- * <p>The move status for the IP address.</p>
7814
- */
7815
- Status?: Status;
7816
- }
7817
- /**
7818
- * @public
7819
- */
7820
- export interface RestoreImageFromRecycleBinRequest {
7821
- /**
7822
- * @public
7823
- * <p>The ID of the AMI to restore.</p>
7824
- */
7825
- ImageId: string | undefined;
7826
- /**
7827
- * @public
7828
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7829
- * and provides an error response. If you have the required permissions, the error response is
7830
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7831
- */
7832
- DryRun?: boolean;
7833
- }
7834
- /**
7835
- * @public
7836
- */
7837
- export interface RestoreImageFromRecycleBinResult {
7838
- /**
7839
- * @public
7840
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
7841
- */
7842
- Return?: boolean;
7843
- }
7844
- /**
7845
- * @public
7846
- */
7847
- export interface RestoreManagedPrefixListVersionRequest {
7848
- /**
7849
- * @public
7850
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7851
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7852
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7853
- */
7854
- DryRun?: boolean;
7855
- /**
7856
- * @public
7857
- * <p>The ID of the prefix list.</p>
7858
- */
7859
- PrefixListId: string | undefined;
7860
- /**
7861
- * @public
7862
- * <p>The version to restore.</p>
7863
- */
7864
- PreviousVersion: number | undefined;
7865
- /**
7866
- * @public
7867
- * <p>The current version number for the prefix list.</p>
7868
- */
7869
- CurrentVersion: number | undefined;
7870
- }
7871
- /**
7872
- * @public
7873
- */
7874
- export interface RestoreManagedPrefixListVersionResult {
7875
- /**
7876
- * @public
7877
- * <p>Information about the prefix list.</p>
7878
- */
7879
- PrefixList?: ManagedPrefixList;
7880
- }
7881
- /**
7882
- * @public
7883
- */
7884
- export interface RestoreSnapshotFromRecycleBinRequest {
7885
- /**
7886
- * @public
7887
- * <p>The ID of the snapshot to restore.</p>
7888
- */
7889
- SnapshotId: string | undefined;
7890
- /**
7891
- * @public
7892
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7893
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7894
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7895
- */
7896
- DryRun?: boolean;
7897
- }
7898
- /**
7899
- * @public
7900
- */
7901
- export interface RestoreSnapshotFromRecycleBinResult {
7902
- /**
7903
- * @public
7904
- * <p>The ID of the snapshot.</p>
7905
- */
7906
- SnapshotId?: string;
7907
- /**
7908
- * @public
7909
- * <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
7910
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
7911
- */
7912
- OutpostArn?: string;
7913
- /**
7914
- * @public
7915
- * <p>The description for the snapshot.</p>
7916
- */
7917
- Description?: string;
7918
- /**
7919
- * @public
7920
- * <p>Indicates whether the snapshot is encrypted.</p>
7921
- */
7922
- Encrypted?: boolean;
7923
- /**
7924
- * @public
7925
- * <p>The ID of the Amazon Web Services account that owns the EBS snapshot.</p>
7926
- */
7927
- OwnerId?: string;
7928
- /**
7929
- * @public
7930
- * <p>The progress of the snapshot, as a percentage.</p>
7931
- */
7932
- Progress?: string;
7933
- /**
7934
- * @public
7935
- * <p>The time stamp when the snapshot was initiated.</p>
7936
- */
7937
- StartTime?: Date;
7938
- /**
7939
- * @public
7940
- * <p>The state of the snapshot.</p>
7941
- */
7942
- State?: SnapshotState;
7943
- /**
7944
- * @public
7945
- * <p>The ID of the volume that was used to create the snapshot.</p>
7946
- */
7947
- VolumeId?: string;
7948
- /**
7949
- * @public
7950
- * <p>The size of the volume, in GiB.</p>
7951
- */
7952
- VolumeSize?: number;
7953
- /**
7954
- * @public
7955
- * <p>Reserved for future use.</p>
7956
- */
7957
- SseType?: SSEType;
7958
- }
7959
- /**
7960
- * @public
7961
- */
7962
- export interface RestoreSnapshotTierRequest {
7963
- /**
7964
- * @public
7965
- * <p>The ID of the snapshot to restore.</p>
7966
- */
7967
- SnapshotId: string | undefined;
7968
- /**
7969
- * @public
7970
- * <p>Specifies the number of days for which to temporarily restore an archived snapshot.
7971
- * Required for temporary restores only. The snapshot will be automatically re-archived
7972
- * after this period.</p>
7973
- * <p>To temporarily restore an archived snapshot, specify the number of days and omit
7974
- * the <b>PermanentRestore</b> parameter or set it to
7975
- * <code>false</code>.</p>
7976
- */
7977
- TemporaryRestoreDays?: number;
7978
- /**
7979
- * @public
7980
- * <p>Indicates whether to permanently restore an archived snapshot. To permanently restore
7981
- * an archived snapshot, specify <code>true</code> and omit the
7982
- * <b>RestoreSnapshotTierRequest$TemporaryRestoreDays</b> parameter.</p>
7983
- */
7984
- PermanentRestore?: boolean;
7985
- /**
7986
- * @public
7987
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7988
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7989
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7990
- */
7991
- DryRun?: boolean;
7992
- }
7993
8037
  /**
7994
8038
  * @internal
7995
8039
  */