@aws-sdk/client-ec2 3.350.0 → 3.352.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 (200) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/EC2.js +6 -0
  3. package/dist-cjs/commands/CreateInstanceConnectEndpointCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteInstanceConnectEndpointCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeInstanceConnectEndpointsCommand.js +46 -0
  6. package/dist-cjs/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -2
  7. package/dist-cjs/commands/ImportImageCommand.js +2 -1
  8. package/dist-cjs/commands/ImportInstanceCommand.js +3 -3
  9. package/dist-cjs/commands/index.js +3 -0
  10. package/dist-cjs/models/models_0.js +1 -0
  11. package/dist-cjs/models/models_1.js +10 -10
  12. package/dist-cjs/models/models_2.js +10 -2
  13. package/dist-cjs/models/models_3.js +2 -26
  14. package/dist-cjs/models/models_4.js +26 -13
  15. package/dist-cjs/models/models_5.js +12 -41
  16. package/dist-cjs/models/models_6.js +41 -7
  17. package/dist-cjs/models/models_7.js +5 -0
  18. package/dist-cjs/pagination/DescribeInstanceConnectEndpointsPaginator.js +29 -0
  19. package/dist-cjs/pagination/index.js +1 -0
  20. package/dist-cjs/protocols/Aws_ec2.js +341 -23
  21. package/dist-es/EC2.js +6 -0
  22. package/dist-es/commands/CreateInstanceConnectEndpointCommand.js +42 -0
  23. package/dist-es/commands/DeleteInstanceConnectEndpointCommand.js +42 -0
  24. package/dist-es/commands/DescribeInstanceConnectEndpointsCommand.js +42 -0
  25. package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
  26. package/dist-es/commands/ImportImageCommand.js +2 -1
  27. package/dist-es/commands/ImportInstanceCommand.js +1 -1
  28. package/dist-es/commands/index.js +3 -0
  29. package/dist-es/models/models_0.js +1 -0
  30. package/dist-es/models/models_1.js +8 -8
  31. package/dist-es/models/models_2.js +8 -0
  32. package/dist-es/models/models_3.js +0 -24
  33. package/dist-es/models/models_4.js +24 -11
  34. package/dist-es/models/models_5.js +10 -33
  35. package/dist-es/models/models_6.js +33 -6
  36. package/dist-es/models/models_7.js +4 -1
  37. package/dist-es/pagination/DescribeInstanceConnectEndpointsPaginator.js +25 -0
  38. package/dist-es/pagination/index.js +1 -0
  39. package/dist-es/protocols/Aws_ec2.js +312 -0
  40. package/dist-types/EC2.d.ts +21 -0
  41. package/dist-types/EC2Client.d.ts +5 -2
  42. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  43. package/dist-types/commands/AllocateAddressCommand.d.ts +6 -10
  44. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  45. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -1
  46. package/dist-types/commands/AssociateAddressCommand.d.ts +1 -11
  47. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  48. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  49. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  50. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +120 -0
  64. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  73. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  74. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  83. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  84. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
  85. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
  86. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +99 -0
  117. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -1
  118. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  119. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  120. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  121. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +9 -0
  123. package/dist-types/commands/DescribeAddressesCommand.d.ts +0 -5
  124. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +114 -0
  125. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +5 -1
  127. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
  130. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -2
  133. package/dist-types/commands/DisassociateAddressCommand.d.ts +0 -6
  134. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  135. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  136. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportImageCommand.d.ts +3 -2
  138. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  139. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  140. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  141. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +4 -4
  142. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  143. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  144. package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -8
  145. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  146. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  147. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  148. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +3 -3
  149. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  150. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  151. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  152. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  153. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  154. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  155. package/dist-types/commands/index.d.ts +3 -0
  156. package/dist-types/models/models_0.d.ts +18 -24
  157. package/dist-types/models/models_1.d.ts +151 -91
  158. package/dist-types/models/models_2.d.ts +115 -102
  159. package/dist-types/models/models_3.d.ts +186 -160
  160. package/dist-types/models/models_4.d.ts +154 -150
  161. package/dist-types/models/models_5.d.ts +148 -250
  162. package/dist-types/models/models_6.d.ts +239 -288
  163. package/dist-types/models/models_7.d.ts +299 -2
  164. package/dist-types/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +7 -0
  165. package/dist-types/pagination/index.d.ts +1 -0
  166. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  167. package/dist-types/ts3.4/EC2.d.ts +51 -0
  168. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  169. package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
  172. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +42 -0
  173. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +42 -0
  179. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +2 -1
  184. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  189. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  190. package/dist-types/ts3.4/models/models_1.d.ts +39 -26
  191. package/dist-types/ts3.4/models/models_2.d.ts +34 -28
  192. package/dist-types/ts3.4/models/models_3.d.ts +40 -47
  193. package/dist-types/ts3.4/models/models_4.d.ts +47 -48
  194. package/dist-types/ts3.4/models/models_5.d.ts +49 -83
  195. package/dist-types/ts3.4/models/models_6.d.ts +85 -62
  196. package/dist-types/ts3.4/models/models_7.d.ts +55 -1
  197. package/dist-types/ts3.4/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  199. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  200. package/package.json +5 -5
@@ -1,7 +1,304 @@
1
- import { ByoipCidr, IpPermission, NatGatewayAddress, TagSpecification } from "./models_0";
2
- import { ClientVpnConnectionStatus } from "./models_3";
1
+ import { ByoipCidr, IpPermission, NatGatewayAddress, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
2
+ import { LocalGatewayRoute } from "./models_1";
3
+ import { TransitGatewayRoute } from "./models_2";
4
+ import { ClientVpnConnectionStatus, Filter } from "./models_3";
3
5
  import { InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis } from "./models_4";
4
6
  import { InstanceMonitoring } from "./models_6";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface SearchLocalGatewayRoutesRequest {
11
+ /**
12
+ * <p>The ID of the local gateway route table.</p>
13
+ */
14
+ LocalGatewayRouteTableId: string | undefined;
15
+ /**
16
+ * <p>One or more filters.</p>
17
+ * <ul>
18
+ * <li>
19
+ * <p>
20
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>
24
+ * <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
25
+ * </li>
26
+ * <li>
27
+ * <p>
28
+ * <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
33
+ * </li>
34
+ * <li>
35
+ * <p>
36
+ * <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter.
37
+ * For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify <code>supernet-of-match</code>
38
+ * as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <code>state</code> - The state of the route.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <code>type</code> - The route type.</p>
47
+ * </li>
48
+ * </ul>
49
+ */
50
+ Filters?: Filter[];
51
+ /**
52
+ * <p>The maximum number of results to return with a single call.
53
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
54
+ */
55
+ MaxResults?: number;
56
+ /**
57
+ * <p>The token for the next page of results.</p>
58
+ */
59
+ NextToken?: string;
60
+ /**
61
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
62
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
63
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
64
+ */
65
+ DryRun?: boolean;
66
+ }
67
+ /**
68
+ * @public
69
+ */
70
+ export interface SearchLocalGatewayRoutesResult {
71
+ /**
72
+ * <p>Information about the routes.</p>
73
+ */
74
+ Routes?: LocalGatewayRoute[];
75
+ /**
76
+ * <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>
77
+ */
78
+ NextToken?: string;
79
+ }
80
+ /**
81
+ * @public
82
+ */
83
+ export interface SearchTransitGatewayMulticastGroupsRequest {
84
+ /**
85
+ * <p>The ID of the transit gateway multicast domain.</p>
86
+ */
87
+ TransitGatewayMulticastDomainId: string | undefined;
88
+ /**
89
+ * <p>One or more filters. The possible values are:</p>
90
+ * <ul>
91
+ * <li>
92
+ * <p>
93
+ * <code>group-ip-address</code> - The IP address of the transit gateway multicast group.</p>
94
+ * </li>
95
+ * <li>
96
+ * <p>
97
+ * <code>is-group-member</code> - The resource is a group member. Valid values are <code>true</code> | <code>false</code>.</p>
98
+ * </li>
99
+ * <li>
100
+ * <p>
101
+ * <code>is-group-source</code> - The resource is a group source. Valid values are <code>true</code> | <code>false</code>.</p>
102
+ * </li>
103
+ * <li>
104
+ * <p>
105
+ * <code>member-type</code> - The member type. Valid values are <code>igmp</code> | <code>static</code>.</p>
106
+ * </li>
107
+ * <li>
108
+ * <p>
109
+ * <code>resource-id</code> - The ID of the resource.</p>
110
+ * </li>
111
+ * <li>
112
+ * <p>
113
+ * <code>resource-type</code> - The type of resource. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>tgw-peering</code>.</p>
114
+ * </li>
115
+ * <li>
116
+ * <p>
117
+ * <code>source-type</code> - The source type. Valid values are <code>igmp</code> | <code>static</code>.</p>
118
+ * </li>
119
+ * <li>
120
+ * <p>
121
+ * <code>subnet-id</code> - The ID of the subnet.</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>
125
+ * <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
126
+ * </li>
127
+ * </ul>
128
+ */
129
+ Filters?: Filter[];
130
+ /**
131
+ * <p>The maximum number of results to return with a single call.
132
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
133
+ */
134
+ MaxResults?: number;
135
+ /**
136
+ * <p>The token for the next page of results.</p>
137
+ */
138
+ NextToken?: string;
139
+ /**
140
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
141
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
142
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
143
+ */
144
+ DryRun?: boolean;
145
+ }
146
+ /**
147
+ * @public
148
+ * @enum
149
+ */
150
+ export declare const MembershipType: {
151
+ readonly igmp: "igmp";
152
+ readonly static: "static";
153
+ };
154
+ /**
155
+ * @public
156
+ */
157
+ export type MembershipType = (typeof MembershipType)[keyof typeof MembershipType];
158
+ /**
159
+ * @public
160
+ * <p>Describes the transit gateway multicast group resources.</p>
161
+ */
162
+ export interface TransitGatewayMulticastGroup {
163
+ /**
164
+ * <p>The IP address assigned to the transit gateway multicast group.</p>
165
+ */
166
+ GroupIpAddress?: string;
167
+ /**
168
+ * <p>The ID of the transit gateway attachment.</p>
169
+ */
170
+ TransitGatewayAttachmentId?: string;
171
+ /**
172
+ * <p>The ID of the subnet.</p>
173
+ */
174
+ SubnetId?: string;
175
+ /**
176
+ * <p>The ID of the resource.</p>
177
+ */
178
+ ResourceId?: string;
179
+ /**
180
+ * <p>The type of resource, for example a VPC attachment.</p>
181
+ */
182
+ ResourceType?: TransitGatewayAttachmentResourceType | string;
183
+ /**
184
+ * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.</p>
185
+ */
186
+ ResourceOwnerId?: string;
187
+ /**
188
+ * <p>The ID of the transit gateway attachment.</p>
189
+ */
190
+ NetworkInterfaceId?: string;
191
+ /**
192
+ * <p>Indicates that the resource is a transit gateway multicast group member.</p>
193
+ */
194
+ GroupMember?: boolean;
195
+ /**
196
+ * <p>Indicates that the resource is a transit gateway multicast group member.</p>
197
+ */
198
+ GroupSource?: boolean;
199
+ /**
200
+ * <p>The member type (for example, <code>static</code>).</p>
201
+ */
202
+ MemberType?: MembershipType | string;
203
+ /**
204
+ * <p>The source type.</p>
205
+ */
206
+ SourceType?: MembershipType | string;
207
+ }
208
+ /**
209
+ * @public
210
+ */
211
+ export interface SearchTransitGatewayMulticastGroupsResult {
212
+ /**
213
+ * <p>Information about the transit gateway multicast group.</p>
214
+ */
215
+ MulticastGroups?: TransitGatewayMulticastGroup[];
216
+ /**
217
+ * <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>
218
+ */
219
+ NextToken?: string;
220
+ }
221
+ /**
222
+ * @public
223
+ */
224
+ export interface SearchTransitGatewayRoutesRequest {
225
+ /**
226
+ * <p>The ID of the transit gateway route table.</p>
227
+ */
228
+ TransitGatewayRouteTableId: string | undefined;
229
+ /**
230
+ * <p>One or more filters. The possible values are:</p>
231
+ * <ul>
232
+ * <li>
233
+ * <p>
234
+ * <code>attachment.transit-gateway-attachment-id</code>- The id of the transit gateway attachment.</p>
235
+ * </li>
236
+ * <li>
237
+ * <p>
238
+ * <code>attachment.resource-id</code> - The resource id of the transit gateway attachment.</p>
239
+ * </li>
240
+ * <li>
241
+ * <p>
242
+ * <code>attachment.resource-type</code> - The attachment resource type. Valid values
243
+ * are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> |
244
+ * <code>peering</code> | <code>connect</code>.</p>
245
+ * </li>
246
+ * <li>
247
+ * <p>
248
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
249
+ * </li>
250
+ * <li>
251
+ * <p>
252
+ * <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
253
+ * </li>
254
+ * <li>
255
+ * <p>
256
+ * <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
257
+ * </li>
258
+ * <li>
259
+ * <p>
260
+ * <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
261
+ * </li>
262
+ * <li>
263
+ * <p>
264
+ * <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
265
+ * </li>
266
+ * <li>
267
+ * <p>
268
+ * <code>state</code> - The state of the route (<code>active</code> | <code>blackhole</code>).</p>
269
+ * </li>
270
+ * <li>
271
+ * <p>
272
+ * <code>type</code> - The type of route (<code>propagated</code> |
273
+ * <code>static</code>).</p>
274
+ * </li>
275
+ * </ul>
276
+ */
277
+ Filters: Filter[] | undefined;
278
+ /**
279
+ * <p>The maximum number of routes to return.</p>
280
+ */
281
+ MaxResults?: number;
282
+ /**
283
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
284
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
285
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
286
+ */
287
+ DryRun?: boolean;
288
+ }
289
+ /**
290
+ * @public
291
+ */
292
+ export interface SearchTransitGatewayRoutesResult {
293
+ /**
294
+ * <p>Information about the routes.</p>
295
+ */
296
+ Routes?: TransitGatewayRoute[];
297
+ /**
298
+ * <p>Indicates whether there are additional routes available.</p>
299
+ */
300
+ AdditionalRoutesAvailable?: boolean;
301
+ }
5
302
  /**
6
303
  * @public
7
304
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeInstanceConnectEndpointsCommandInput, DescribeInstanceConnectEndpointsCommandOutput } from "../commands/DescribeInstanceConnectEndpointsCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateDescribeInstanceConnectEndpoints(config: EC2PaginationConfiguration, input: DescribeInstanceConnectEndpointsCommandInput, ...additionalArguments: any): Paginator<DescribeInstanceConnectEndpointsCommandOutput>;
@@ -28,6 +28,7 @@ export * from "./DescribeIamInstanceProfileAssociationsPaginator";
28
28
  export * from "./DescribeImagesPaginator";
29
29
  export * from "./DescribeImportImageTasksPaginator";
30
30
  export * from "./DescribeImportSnapshotTasksPaginator";
31
+ export * from "./DescribeInstanceConnectEndpointsPaginator";
31
32
  export * from "./DescribeInstanceCreditSpecificationsPaginator";
32
33
  export * from "./DescribeInstanceEventWindowsPaginator";
33
34
  export * from "./DescribeInstanceStatusPaginator";
@@ -70,6 +70,7 @@ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/C
70
70
  import { CreateFlowLogsCommandInput, CreateFlowLogsCommandOutput } from "../commands/CreateFlowLogsCommand";
71
71
  import { CreateFpgaImageCommandInput, CreateFpgaImageCommandOutput } from "../commands/CreateFpgaImageCommand";
72
72
  import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
73
+ import { CreateInstanceConnectEndpointCommandInput, CreateInstanceConnectEndpointCommandOutput } from "../commands/CreateInstanceConnectEndpointCommand";
73
74
  import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommandOutput } from "../commands/CreateInstanceEventWindowCommand";
74
75
  import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "../commands/CreateInstanceExportTaskCommand";
75
76
  import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "../commands/CreateInternetGatewayCommand";
@@ -146,6 +147,7 @@ import { DeleteEgressOnlyInternetGatewayCommandInput, DeleteEgressOnlyInternetGa
146
147
  import { DeleteFleetsCommandInput, DeleteFleetsCommandOutput } from "../commands/DeleteFleetsCommand";
147
148
  import { DeleteFlowLogsCommandInput, DeleteFlowLogsCommandOutput } from "../commands/DeleteFlowLogsCommand";
148
149
  import { DeleteFpgaImageCommandInput, DeleteFpgaImageCommandOutput } from "../commands/DeleteFpgaImageCommand";
150
+ import { DeleteInstanceConnectEndpointCommandInput, DeleteInstanceConnectEndpointCommandOutput } from "../commands/DeleteInstanceConnectEndpointCommand";
149
151
  import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommandOutput } from "../commands/DeleteInstanceEventWindowCommand";
150
152
  import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "../commands/DeleteInternetGatewayCommand";
151
153
  import { DeleteIpamCommandInput, DeleteIpamCommandOutput } from "../commands/DeleteIpamCommand";
@@ -260,6 +262,7 @@ import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../comm
260
262
  import { DescribeImportImageTasksCommandInput, DescribeImportImageTasksCommandOutput } from "../commands/DescribeImportImageTasksCommand";
261
263
  import { DescribeImportSnapshotTasksCommandInput, DescribeImportSnapshotTasksCommandOutput } from "../commands/DescribeImportSnapshotTasksCommand";
262
264
  import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
265
+ import { DescribeInstanceConnectEndpointsCommandInput, DescribeInstanceConnectEndpointsCommandOutput } from "../commands/DescribeInstanceConnectEndpointsCommand";
263
266
  import { DescribeInstanceCreditSpecificationsCommandInput, DescribeInstanceCreditSpecificationsCommandOutput } from "../commands/DescribeInstanceCreditSpecificationsCommand";
264
267
  import { DescribeInstanceEventNotificationAttributesCommandInput, DescribeInstanceEventNotificationAttributesCommandOutput } from "../commands/DescribeInstanceEventNotificationAttributesCommand";
265
268
  import { DescribeInstanceEventWindowsCommandInput, DescribeInstanceEventWindowsCommandOutput } from "../commands/DescribeInstanceEventWindowsCommand";
@@ -871,6 +874,10 @@ export declare const se_CreateFpgaImageCommand: (input: CreateFpgaImageCommandIn
871
874
  * serializeAws_ec2CreateImageCommand
872
875
  */
873
876
  export declare const se_CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
877
+ /**
878
+ * serializeAws_ec2CreateInstanceConnectEndpointCommand
879
+ */
880
+ export declare const se_CreateInstanceConnectEndpointCommand: (input: CreateInstanceConnectEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
874
881
  /**
875
882
  * serializeAws_ec2CreateInstanceEventWindowCommand
876
883
  */
@@ -1175,6 +1182,10 @@ export declare const se_DeleteFlowLogsCommand: (input: DeleteFlowLogsCommandInpu
1175
1182
  * serializeAws_ec2DeleteFpgaImageCommand
1176
1183
  */
1177
1184
  export declare const se_DeleteFpgaImageCommand: (input: DeleteFpgaImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1185
+ /**
1186
+ * serializeAws_ec2DeleteInstanceConnectEndpointCommand
1187
+ */
1188
+ export declare const se_DeleteInstanceConnectEndpointCommand: (input: DeleteInstanceConnectEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1178
1189
  /**
1179
1190
  * serializeAws_ec2DeleteInstanceEventWindowCommand
1180
1191
  */
@@ -1631,6 +1642,10 @@ export declare const se_DescribeImportSnapshotTasksCommand: (input: DescribeImpo
1631
1642
  * serializeAws_ec2DescribeInstanceAttributeCommand
1632
1643
  */
1633
1644
  export declare const se_DescribeInstanceAttributeCommand: (input: DescribeInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1645
+ /**
1646
+ * serializeAws_ec2DescribeInstanceConnectEndpointsCommand
1647
+ */
1648
+ export declare const se_DescribeInstanceConnectEndpointsCommand: (input: DescribeInstanceConnectEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1634
1649
  /**
1635
1650
  * serializeAws_ec2DescribeInstanceCreditSpecificationsCommand
1636
1651
  */
@@ -3235,6 +3250,10 @@ export declare const de_CreateFpgaImageCommand: (output: __HttpResponse, context
3235
3250
  * deserializeAws_ec2CreateImageCommand
3236
3251
  */
3237
3252
  export declare const de_CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
3253
+ /**
3254
+ * deserializeAws_ec2CreateInstanceConnectEndpointCommand
3255
+ */
3256
+ export declare const de_CreateInstanceConnectEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceConnectEndpointCommandOutput>;
3238
3257
  /**
3239
3258
  * deserializeAws_ec2CreateInstanceEventWindowCommand
3240
3259
  */
@@ -3539,6 +3558,10 @@ export declare const de_DeleteFlowLogsCommand: (output: __HttpResponse, context:
3539
3558
  * deserializeAws_ec2DeleteFpgaImageCommand
3540
3559
  */
3541
3560
  export declare const de_DeleteFpgaImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFpgaImageCommandOutput>;
3561
+ /**
3562
+ * deserializeAws_ec2DeleteInstanceConnectEndpointCommand
3563
+ */
3564
+ export declare const de_DeleteInstanceConnectEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceConnectEndpointCommandOutput>;
3542
3565
  /**
3543
3566
  * deserializeAws_ec2DeleteInstanceEventWindowCommand
3544
3567
  */
@@ -3995,6 +4018,10 @@ export declare const de_DescribeImportSnapshotTasksCommand: (output: __HttpRespo
3995
4018
  * deserializeAws_ec2DescribeInstanceAttributeCommand
3996
4019
  */
3997
4020
  export declare const de_DescribeInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceAttributeCommandOutput>;
4021
+ /**
4022
+ * deserializeAws_ec2DescribeInstanceConnectEndpointsCommand
4023
+ */
4024
+ export declare const de_DescribeInstanceConnectEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceConnectEndpointsCommandOutput>;
3998
4025
  /**
3999
4026
  * deserializeAws_ec2DescribeInstanceCreditSpecificationsCommand
4000
4027
  */
@@ -279,6 +279,10 @@ import {
279
279
  CreateImageCommandInput,
280
280
  CreateImageCommandOutput,
281
281
  } from "./commands/CreateImageCommand";
282
+ import {
283
+ CreateInstanceConnectEndpointCommandInput,
284
+ CreateInstanceConnectEndpointCommandOutput,
285
+ } from "./commands/CreateInstanceConnectEndpointCommand";
282
286
  import {
283
287
  CreateInstanceEventWindowCommandInput,
284
288
  CreateInstanceEventWindowCommandOutput,
@@ -583,6 +587,10 @@ import {
583
587
  DeleteFpgaImageCommandInput,
584
588
  DeleteFpgaImageCommandOutput,
585
589
  } from "./commands/DeleteFpgaImageCommand";
590
+ import {
591
+ DeleteInstanceConnectEndpointCommandInput,
592
+ DeleteInstanceConnectEndpointCommandOutput,
593
+ } from "./commands/DeleteInstanceConnectEndpointCommand";
586
594
  import {
587
595
  DeleteInstanceEventWindowCommandInput,
588
596
  DeleteInstanceEventWindowCommandOutput,
@@ -1039,6 +1047,10 @@ import {
1039
1047
  DescribeInstanceAttributeCommandInput,
1040
1048
  DescribeInstanceAttributeCommandOutput,
1041
1049
  } from "./commands/DescribeInstanceAttributeCommand";
1050
+ import {
1051
+ DescribeInstanceConnectEndpointsCommandInput,
1052
+ DescribeInstanceConnectEndpointsCommandOutput,
1053
+ } from "./commands/DescribeInstanceConnectEndpointsCommand";
1042
1054
  import {
1043
1055
  DescribeInstanceCreditSpecificationsCommandInput,
1044
1056
  DescribeInstanceCreditSpecificationsCommandOutput,
@@ -3335,6 +3347,19 @@ export interface EC2 {
3335
3347
  options: __HttpHandlerOptions,
3336
3348
  cb: (err: any, data?: CreateImageCommandOutput) => void
3337
3349
  ): void;
3350
+ createInstanceConnectEndpoint(
3351
+ args: CreateInstanceConnectEndpointCommandInput,
3352
+ options?: __HttpHandlerOptions
3353
+ ): Promise<CreateInstanceConnectEndpointCommandOutput>;
3354
+ createInstanceConnectEndpoint(
3355
+ args: CreateInstanceConnectEndpointCommandInput,
3356
+ cb: (err: any, data?: CreateInstanceConnectEndpointCommandOutput) => void
3357
+ ): void;
3358
+ createInstanceConnectEndpoint(
3359
+ args: CreateInstanceConnectEndpointCommandInput,
3360
+ options: __HttpHandlerOptions,
3361
+ cb: (err: any, data?: CreateInstanceConnectEndpointCommandOutput) => void
3362
+ ): void;
3338
3363
  createInstanceEventWindow(
3339
3364
  args: CreateInstanceEventWindowCommandInput,
3340
3365
  options?: __HttpHandlerOptions
@@ -4383,6 +4408,19 @@ export interface EC2 {
4383
4408
  options: __HttpHandlerOptions,
4384
4409
  cb: (err: any, data?: DeleteFpgaImageCommandOutput) => void
4385
4410
  ): void;
4411
+ deleteInstanceConnectEndpoint(
4412
+ args: DeleteInstanceConnectEndpointCommandInput,
4413
+ options?: __HttpHandlerOptions
4414
+ ): Promise<DeleteInstanceConnectEndpointCommandOutput>;
4415
+ deleteInstanceConnectEndpoint(
4416
+ args: DeleteInstanceConnectEndpointCommandInput,
4417
+ cb: (err: any, data?: DeleteInstanceConnectEndpointCommandOutput) => void
4418
+ ): void;
4419
+ deleteInstanceConnectEndpoint(
4420
+ args: DeleteInstanceConnectEndpointCommandInput,
4421
+ options: __HttpHandlerOptions,
4422
+ cb: (err: any, data?: DeleteInstanceConnectEndpointCommandOutput) => void
4423
+ ): void;
4386
4424
  deleteInstanceEventWindow(
4387
4425
  args: DeleteInstanceEventWindowCommandInput,
4388
4426
  options?: __HttpHandlerOptions
@@ -5979,6 +6017,19 @@ export interface EC2 {
5979
6017
  options: __HttpHandlerOptions,
5980
6018
  cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
5981
6019
  ): void;
6020
+ describeInstanceConnectEndpoints(
6021
+ args: DescribeInstanceConnectEndpointsCommandInput,
6022
+ options?: __HttpHandlerOptions
6023
+ ): Promise<DescribeInstanceConnectEndpointsCommandOutput>;
6024
+ describeInstanceConnectEndpoints(
6025
+ args: DescribeInstanceConnectEndpointsCommandInput,
6026
+ cb: (err: any, data?: DescribeInstanceConnectEndpointsCommandOutput) => void
6027
+ ): void;
6028
+ describeInstanceConnectEndpoints(
6029
+ args: DescribeInstanceConnectEndpointsCommandInput,
6030
+ options: __HttpHandlerOptions,
6031
+ cb: (err: any, data?: DescribeInstanceConnectEndpointsCommandOutput) => void
6032
+ ): void;
5982
6033
  describeInstanceCreditSpecifications(
5983
6034
  args: DescribeInstanceCreditSpecificationsCommandInput,
5984
6035
  options?: __HttpHandlerOptions
@@ -326,6 +326,10 @@ import {
326
326
  CreateImageCommandInput,
327
327
  CreateImageCommandOutput,
328
328
  } from "./commands/CreateImageCommand";
329
+ import {
330
+ CreateInstanceConnectEndpointCommandInput,
331
+ CreateInstanceConnectEndpointCommandOutput,
332
+ } from "./commands/CreateInstanceConnectEndpointCommand";
329
333
  import {
330
334
  CreateInstanceEventWindowCommandInput,
331
335
  CreateInstanceEventWindowCommandOutput,
@@ -630,6 +634,10 @@ import {
630
634
  DeleteFpgaImageCommandInput,
631
635
  DeleteFpgaImageCommandOutput,
632
636
  } from "./commands/DeleteFpgaImageCommand";
637
+ import {
638
+ DeleteInstanceConnectEndpointCommandInput,
639
+ DeleteInstanceConnectEndpointCommandOutput,
640
+ } from "./commands/DeleteInstanceConnectEndpointCommand";
633
641
  import {
634
642
  DeleteInstanceEventWindowCommandInput,
635
643
  DeleteInstanceEventWindowCommandOutput,
@@ -1086,6 +1094,10 @@ import {
1086
1094
  DescribeInstanceAttributeCommandInput,
1087
1095
  DescribeInstanceAttributeCommandOutput,
1088
1096
  } from "./commands/DescribeInstanceAttributeCommand";
1097
+ import {
1098
+ DescribeInstanceConnectEndpointsCommandInput,
1099
+ DescribeInstanceConnectEndpointsCommandOutput,
1100
+ } from "./commands/DescribeInstanceConnectEndpointsCommand";
1089
1101
  import {
1090
1102
  DescribeInstanceCreditSpecificationsCommandInput,
1091
1103
  DescribeInstanceCreditSpecificationsCommandOutput,
@@ -2487,6 +2499,7 @@ export type ServiceInputTypes =
2487
2499
  | CreateFlowLogsCommandInput
2488
2500
  | CreateFpgaImageCommandInput
2489
2501
  | CreateImageCommandInput
2502
+ | CreateInstanceConnectEndpointCommandInput
2490
2503
  | CreateInstanceEventWindowCommandInput
2491
2504
  | CreateInstanceExportTaskCommandInput
2492
2505
  | CreateInternetGatewayCommandInput
@@ -2563,6 +2576,7 @@ export type ServiceInputTypes =
2563
2576
  | DeleteFleetsCommandInput
2564
2577
  | DeleteFlowLogsCommandInput
2565
2578
  | DeleteFpgaImageCommandInput
2579
+ | DeleteInstanceConnectEndpointCommandInput
2566
2580
  | DeleteInstanceEventWindowCommandInput
2567
2581
  | DeleteInternetGatewayCommandInput
2568
2582
  | DeleteIpamCommandInput
@@ -2677,6 +2691,7 @@ export type ServiceInputTypes =
2677
2691
  | DescribeImportImageTasksCommandInput
2678
2692
  | DescribeImportSnapshotTasksCommandInput
2679
2693
  | DescribeInstanceAttributeCommandInput
2694
+ | DescribeInstanceConnectEndpointsCommandInput
2680
2695
  | DescribeInstanceCreditSpecificationsCommandInput
2681
2696
  | DescribeInstanceEventNotificationAttributesCommandInput
2682
2697
  | DescribeInstanceEventWindowsCommandInput
@@ -3079,6 +3094,7 @@ export type ServiceOutputTypes =
3079
3094
  | CreateFlowLogsCommandOutput
3080
3095
  | CreateFpgaImageCommandOutput
3081
3096
  | CreateImageCommandOutput
3097
+ | CreateInstanceConnectEndpointCommandOutput
3082
3098
  | CreateInstanceEventWindowCommandOutput
3083
3099
  | CreateInstanceExportTaskCommandOutput
3084
3100
  | CreateInternetGatewayCommandOutput
@@ -3155,6 +3171,7 @@ export type ServiceOutputTypes =
3155
3171
  | DeleteFleetsCommandOutput
3156
3172
  | DeleteFlowLogsCommandOutput
3157
3173
  | DeleteFpgaImageCommandOutput
3174
+ | DeleteInstanceConnectEndpointCommandOutput
3158
3175
  | DeleteInstanceEventWindowCommandOutput
3159
3176
  | DeleteInternetGatewayCommandOutput
3160
3177
  | DeleteIpamCommandOutput
@@ -3269,6 +3286,7 @@ export type ServiceOutputTypes =
3269
3286
  | DescribeImportImageTasksCommandOutput
3270
3287
  | DescribeImportSnapshotTasksCommandOutput
3271
3288
  | DescribeInstanceAttributeCommandOutput
3289
+ | DescribeInstanceConnectEndpointsCommandOutput
3272
3290
  | DescribeInstanceCreditSpecificationsCommandOutput
3273
3291
  | DescribeInstanceEventNotificationAttributesCommandOutput
3274
3292
  | DescribeInstanceEventWindowsCommandOutput
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ EC2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EC2Client";
14
+ import {
15
+ CreateInstanceConnectEndpointRequest,
16
+ CreateInstanceConnectEndpointResult,
17
+ } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateInstanceConnectEndpointCommandInput
20
+ extends CreateInstanceConnectEndpointRequest {}
21
+ export interface CreateInstanceConnectEndpointCommandOutput
22
+ extends CreateInstanceConnectEndpointResult,
23
+ __MetadataBearer {}
24
+ export declare class CreateInstanceConnectEndpointCommand extends $Command<
25
+ CreateInstanceConnectEndpointCommandInput,
26
+ CreateInstanceConnectEndpointCommandOutput,
27
+ EC2ClientResolvedConfig
28
+ > {
29
+ readonly input: CreateInstanceConnectEndpointCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateInstanceConnectEndpointCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EC2ClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateInstanceConnectEndpointCommandInput,
38
+ CreateInstanceConnectEndpointCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  CreatePublicIpv4PoolRequest,
16
16
  CreatePublicIpv4PoolResult,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface CreatePublicIpv4PoolCommandInput
20
20
  extends CreatePublicIpv4PoolRequest {}
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { CreateReplaceRootVolumeTaskRequest } from "../models/models_1";
15
- import { CreateReplaceRootVolumeTaskResult } from "../models/models_2";
14
+ import {
15
+ CreateReplaceRootVolumeTaskRequest,
16
+ CreateReplaceRootVolumeTaskResult,
17
+ } from "../models/models_2";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface CreateReplaceRootVolumeTaskCommandInput
18
20
  extends CreateReplaceRootVolumeTaskRequest {}