@aws-sdk/client-networkmanager 3.194.0 → 3.197.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 (372) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/NetworkManagerClient.js +11 -8
  3. package/dist-cjs/commands/AcceptAttachmentCommand.js +10 -0
  4. package/dist-cjs/commands/AssociateConnectPeerCommand.js +10 -0
  5. package/dist-cjs/commands/AssociateCustomerGatewayCommand.js +10 -0
  6. package/dist-cjs/commands/AssociateLinkCommand.js +10 -0
  7. package/dist-cjs/commands/AssociateTransitGatewayConnectPeerCommand.js +10 -0
  8. package/dist-cjs/commands/CreateConnectAttachmentCommand.js +10 -0
  9. package/dist-cjs/commands/CreateConnectPeerCommand.js +10 -0
  10. package/dist-cjs/commands/CreateConnectionCommand.js +10 -0
  11. package/dist-cjs/commands/CreateCoreNetworkCommand.js +10 -0
  12. package/dist-cjs/commands/CreateDeviceCommand.js +10 -0
  13. package/dist-cjs/commands/CreateGlobalNetworkCommand.js +10 -0
  14. package/dist-cjs/commands/CreateLinkCommand.js +10 -0
  15. package/dist-cjs/commands/CreateSiteCommand.js +10 -0
  16. package/dist-cjs/commands/CreateSiteToSiteVpnAttachmentCommand.js +10 -0
  17. package/dist-cjs/commands/CreateTransitGatewayPeeringCommand.js +10 -0
  18. package/dist-cjs/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +10 -0
  19. package/dist-cjs/commands/CreateVpcAttachmentCommand.js +10 -0
  20. package/dist-cjs/commands/DeleteAttachmentCommand.js +10 -0
  21. package/dist-cjs/commands/DeleteConnectPeerCommand.js +10 -0
  22. package/dist-cjs/commands/DeleteConnectionCommand.js +10 -0
  23. package/dist-cjs/commands/DeleteCoreNetworkCommand.js +10 -0
  24. package/dist-cjs/commands/DeleteCoreNetworkPolicyVersionCommand.js +10 -0
  25. package/dist-cjs/commands/DeleteDeviceCommand.js +10 -0
  26. package/dist-cjs/commands/DeleteGlobalNetworkCommand.js +10 -0
  27. package/dist-cjs/commands/DeleteLinkCommand.js +10 -0
  28. package/dist-cjs/commands/DeletePeeringCommand.js +10 -0
  29. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -0
  30. package/dist-cjs/commands/DeleteSiteCommand.js +10 -0
  31. package/dist-cjs/commands/DeregisterTransitGatewayCommand.js +10 -0
  32. package/dist-cjs/commands/DescribeGlobalNetworksCommand.js +10 -0
  33. package/dist-cjs/commands/DisassociateConnectPeerCommand.js +10 -0
  34. package/dist-cjs/commands/DisassociateCustomerGatewayCommand.js +10 -0
  35. package/dist-cjs/commands/DisassociateLinkCommand.js +10 -0
  36. package/dist-cjs/commands/DisassociateTransitGatewayConnectPeerCommand.js +10 -0
  37. package/dist-cjs/commands/ExecuteCoreNetworkChangeSetCommand.js +10 -0
  38. package/dist-cjs/commands/GetConnectAttachmentCommand.js +10 -0
  39. package/dist-cjs/commands/GetConnectPeerAssociationsCommand.js +10 -0
  40. package/dist-cjs/commands/GetConnectPeerCommand.js +10 -0
  41. package/dist-cjs/commands/GetConnectionsCommand.js +10 -0
  42. package/dist-cjs/commands/GetCoreNetworkChangeEventsCommand.js +10 -0
  43. package/dist-cjs/commands/GetCoreNetworkChangeSetCommand.js +10 -0
  44. package/dist-cjs/commands/GetCoreNetworkCommand.js +10 -0
  45. package/dist-cjs/commands/GetCoreNetworkPolicyCommand.js +10 -0
  46. package/dist-cjs/commands/GetCustomerGatewayAssociationsCommand.js +10 -0
  47. package/dist-cjs/commands/GetDevicesCommand.js +10 -0
  48. package/dist-cjs/commands/GetLinkAssociationsCommand.js +10 -0
  49. package/dist-cjs/commands/GetLinksCommand.js +10 -0
  50. package/dist-cjs/commands/GetNetworkResourceCountsCommand.js +10 -0
  51. package/dist-cjs/commands/GetNetworkResourceRelationshipsCommand.js +10 -0
  52. package/dist-cjs/commands/GetNetworkResourcesCommand.js +10 -0
  53. package/dist-cjs/commands/GetNetworkRoutesCommand.js +10 -0
  54. package/dist-cjs/commands/GetNetworkTelemetryCommand.js +10 -0
  55. package/dist-cjs/commands/GetResourcePolicyCommand.js +10 -0
  56. package/dist-cjs/commands/GetRouteAnalysisCommand.js +10 -0
  57. package/dist-cjs/commands/GetSiteToSiteVpnAttachmentCommand.js +10 -0
  58. package/dist-cjs/commands/GetSitesCommand.js +10 -0
  59. package/dist-cjs/commands/GetTransitGatewayConnectPeerAssociationsCommand.js +10 -0
  60. package/dist-cjs/commands/GetTransitGatewayPeeringCommand.js +10 -0
  61. package/dist-cjs/commands/GetTransitGatewayRegistrationsCommand.js +10 -0
  62. package/dist-cjs/commands/GetTransitGatewayRouteTableAttachmentCommand.js +10 -0
  63. package/dist-cjs/commands/GetVpcAttachmentCommand.js +10 -0
  64. package/dist-cjs/commands/ListAttachmentsCommand.js +10 -0
  65. package/dist-cjs/commands/ListConnectPeersCommand.js +10 -0
  66. package/dist-cjs/commands/ListCoreNetworkPolicyVersionsCommand.js +10 -0
  67. package/dist-cjs/commands/ListCoreNetworksCommand.js +10 -0
  68. package/dist-cjs/commands/ListOrganizationServiceAccessStatusCommand.js +10 -0
  69. package/dist-cjs/commands/ListPeeringsCommand.js +10 -0
  70. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  71. package/dist-cjs/commands/PutCoreNetworkPolicyCommand.js +10 -0
  72. package/dist-cjs/commands/PutResourcePolicyCommand.js +10 -0
  73. package/dist-cjs/commands/RegisterTransitGatewayCommand.js +10 -0
  74. package/dist-cjs/commands/RejectAttachmentCommand.js +10 -0
  75. package/dist-cjs/commands/RestoreCoreNetworkPolicyVersionCommand.js +10 -0
  76. package/dist-cjs/commands/StartOrganizationServiceAccessUpdateCommand.js +10 -0
  77. package/dist-cjs/commands/StartRouteAnalysisCommand.js +10 -0
  78. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  79. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  80. package/dist-cjs/commands/UpdateConnectionCommand.js +10 -0
  81. package/dist-cjs/commands/UpdateCoreNetworkCommand.js +10 -0
  82. package/dist-cjs/commands/UpdateDeviceCommand.js +10 -0
  83. package/dist-cjs/commands/UpdateGlobalNetworkCommand.js +10 -0
  84. package/dist-cjs/commands/UpdateLinkCommand.js +10 -0
  85. package/dist-cjs/commands/UpdateNetworkResourceMetadataCommand.js +10 -0
  86. package/dist-cjs/commands/UpdateSiteCommand.js +10 -0
  87. package/dist-cjs/commands/UpdateVpcAttachmentCommand.js +10 -0
  88. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  89. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  90. package/dist-cjs/endpoint/ruleset.js +864 -0
  91. package/dist-cjs/runtimeConfig.shared.js +3 -3
  92. package/dist-es/NetworkManagerClient.js +12 -9
  93. package/dist-es/commands/AcceptAttachmentCommand.js +10 -0
  94. package/dist-es/commands/AssociateConnectPeerCommand.js +10 -0
  95. package/dist-es/commands/AssociateCustomerGatewayCommand.js +10 -0
  96. package/dist-es/commands/AssociateLinkCommand.js +10 -0
  97. package/dist-es/commands/AssociateTransitGatewayConnectPeerCommand.js +10 -0
  98. package/dist-es/commands/CreateConnectAttachmentCommand.js +10 -0
  99. package/dist-es/commands/CreateConnectPeerCommand.js +10 -0
  100. package/dist-es/commands/CreateConnectionCommand.js +10 -0
  101. package/dist-es/commands/CreateCoreNetworkCommand.js +10 -0
  102. package/dist-es/commands/CreateDeviceCommand.js +10 -0
  103. package/dist-es/commands/CreateGlobalNetworkCommand.js +10 -0
  104. package/dist-es/commands/CreateLinkCommand.js +10 -0
  105. package/dist-es/commands/CreateSiteCommand.js +10 -0
  106. package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +10 -0
  107. package/dist-es/commands/CreateTransitGatewayPeeringCommand.js +10 -0
  108. package/dist-es/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +10 -0
  109. package/dist-es/commands/CreateVpcAttachmentCommand.js +10 -0
  110. package/dist-es/commands/DeleteAttachmentCommand.js +10 -0
  111. package/dist-es/commands/DeleteConnectPeerCommand.js +10 -0
  112. package/dist-es/commands/DeleteConnectionCommand.js +10 -0
  113. package/dist-es/commands/DeleteCoreNetworkCommand.js +10 -0
  114. package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +10 -0
  115. package/dist-es/commands/DeleteDeviceCommand.js +10 -0
  116. package/dist-es/commands/DeleteGlobalNetworkCommand.js +10 -0
  117. package/dist-es/commands/DeleteLinkCommand.js +10 -0
  118. package/dist-es/commands/DeletePeeringCommand.js +10 -0
  119. package/dist-es/commands/DeleteResourcePolicyCommand.js +10 -0
  120. package/dist-es/commands/DeleteSiteCommand.js +10 -0
  121. package/dist-es/commands/DeregisterTransitGatewayCommand.js +10 -0
  122. package/dist-es/commands/DescribeGlobalNetworksCommand.js +10 -0
  123. package/dist-es/commands/DisassociateConnectPeerCommand.js +10 -0
  124. package/dist-es/commands/DisassociateCustomerGatewayCommand.js +10 -0
  125. package/dist-es/commands/DisassociateLinkCommand.js +10 -0
  126. package/dist-es/commands/DisassociateTransitGatewayConnectPeerCommand.js +10 -0
  127. package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +10 -0
  128. package/dist-es/commands/GetConnectAttachmentCommand.js +10 -0
  129. package/dist-es/commands/GetConnectPeerAssociationsCommand.js +10 -0
  130. package/dist-es/commands/GetConnectPeerCommand.js +10 -0
  131. package/dist-es/commands/GetConnectionsCommand.js +10 -0
  132. package/dist-es/commands/GetCoreNetworkChangeEventsCommand.js +10 -0
  133. package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +10 -0
  134. package/dist-es/commands/GetCoreNetworkCommand.js +10 -0
  135. package/dist-es/commands/GetCoreNetworkPolicyCommand.js +10 -0
  136. package/dist-es/commands/GetCustomerGatewayAssociationsCommand.js +10 -0
  137. package/dist-es/commands/GetDevicesCommand.js +10 -0
  138. package/dist-es/commands/GetLinkAssociationsCommand.js +10 -0
  139. package/dist-es/commands/GetLinksCommand.js +10 -0
  140. package/dist-es/commands/GetNetworkResourceCountsCommand.js +10 -0
  141. package/dist-es/commands/GetNetworkResourceRelationshipsCommand.js +10 -0
  142. package/dist-es/commands/GetNetworkResourcesCommand.js +10 -0
  143. package/dist-es/commands/GetNetworkRoutesCommand.js +10 -0
  144. package/dist-es/commands/GetNetworkTelemetryCommand.js +10 -0
  145. package/dist-es/commands/GetResourcePolicyCommand.js +10 -0
  146. package/dist-es/commands/GetRouteAnalysisCommand.js +10 -0
  147. package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +10 -0
  148. package/dist-es/commands/GetSitesCommand.js +10 -0
  149. package/dist-es/commands/GetTransitGatewayConnectPeerAssociationsCommand.js +10 -0
  150. package/dist-es/commands/GetTransitGatewayPeeringCommand.js +10 -0
  151. package/dist-es/commands/GetTransitGatewayRegistrationsCommand.js +10 -0
  152. package/dist-es/commands/GetTransitGatewayRouteTableAttachmentCommand.js +10 -0
  153. package/dist-es/commands/GetVpcAttachmentCommand.js +10 -0
  154. package/dist-es/commands/ListAttachmentsCommand.js +10 -0
  155. package/dist-es/commands/ListConnectPeersCommand.js +10 -0
  156. package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +10 -0
  157. package/dist-es/commands/ListCoreNetworksCommand.js +10 -0
  158. package/dist-es/commands/ListOrganizationServiceAccessStatusCommand.js +10 -0
  159. package/dist-es/commands/ListPeeringsCommand.js +10 -0
  160. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  161. package/dist-es/commands/PutCoreNetworkPolicyCommand.js +10 -0
  162. package/dist-es/commands/PutResourcePolicyCommand.js +10 -0
  163. package/dist-es/commands/RegisterTransitGatewayCommand.js +10 -0
  164. package/dist-es/commands/RejectAttachmentCommand.js +10 -0
  165. package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +10 -0
  166. package/dist-es/commands/StartOrganizationServiceAccessUpdateCommand.js +10 -0
  167. package/dist-es/commands/StartRouteAnalysisCommand.js +10 -0
  168. package/dist-es/commands/TagResourceCommand.js +10 -0
  169. package/dist-es/commands/UntagResourceCommand.js +10 -0
  170. package/dist-es/commands/UpdateConnectionCommand.js +10 -0
  171. package/dist-es/commands/UpdateCoreNetworkCommand.js +10 -0
  172. package/dist-es/commands/UpdateDeviceCommand.js +10 -0
  173. package/dist-es/commands/UpdateGlobalNetworkCommand.js +10 -0
  174. package/dist-es/commands/UpdateLinkCommand.js +10 -0
  175. package/dist-es/commands/UpdateNetworkResourceMetadataCommand.js +10 -0
  176. package/dist-es/commands/UpdateSiteCommand.js +10 -0
  177. package/dist-es/commands/UpdateVpcAttachmentCommand.js +10 -0
  178. package/dist-es/endpoint/EndpointParameters.js +8 -0
  179. package/dist-es/endpoint/endpointResolver.js +8 -0
  180. package/dist-es/endpoint/ruleset.js +861 -0
  181. package/dist-es/runtimeConfig.shared.js +2 -2
  182. package/dist-types/NetworkManagerClient.d.ts +6 -9
  183. package/dist-types/commands/AcceptAttachmentCommand.d.ts +2 -0
  184. package/dist-types/commands/AssociateConnectPeerCommand.d.ts +2 -0
  185. package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +2 -0
  186. package/dist-types/commands/AssociateLinkCommand.d.ts +2 -0
  187. package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +2 -0
  188. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +2 -0
  189. package/dist-types/commands/CreateConnectPeerCommand.d.ts +2 -0
  190. package/dist-types/commands/CreateConnectionCommand.d.ts +2 -0
  191. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +2 -0
  192. package/dist-types/commands/CreateDeviceCommand.d.ts +2 -0
  193. package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +2 -0
  194. package/dist-types/commands/CreateLinkCommand.d.ts +2 -0
  195. package/dist-types/commands/CreateSiteCommand.d.ts +2 -0
  196. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +2 -0
  197. package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +2 -0
  198. package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +2 -0
  199. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +2 -0
  200. package/dist-types/commands/DeleteAttachmentCommand.d.ts +2 -0
  201. package/dist-types/commands/DeleteConnectPeerCommand.d.ts +2 -0
  202. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -0
  203. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +2 -0
  204. package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +2 -0
  205. package/dist-types/commands/DeleteDeviceCommand.d.ts +2 -0
  206. package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +2 -0
  207. package/dist-types/commands/DeleteLinkCommand.d.ts +2 -0
  208. package/dist-types/commands/DeletePeeringCommand.d.ts +2 -0
  209. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
  210. package/dist-types/commands/DeleteSiteCommand.d.ts +2 -0
  211. package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +2 -0
  212. package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +2 -0
  213. package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +2 -0
  214. package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +2 -0
  215. package/dist-types/commands/DisassociateLinkCommand.d.ts +2 -0
  216. package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +2 -0
  217. package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +2 -0
  218. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +2 -0
  219. package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +2 -0
  220. package/dist-types/commands/GetConnectPeerCommand.d.ts +2 -0
  221. package/dist-types/commands/GetConnectionsCommand.d.ts +2 -0
  222. package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +2 -0
  223. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +2 -0
  224. package/dist-types/commands/GetCoreNetworkCommand.d.ts +2 -0
  225. package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +2 -0
  226. package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +2 -0
  227. package/dist-types/commands/GetDevicesCommand.d.ts +2 -0
  228. package/dist-types/commands/GetLinkAssociationsCommand.d.ts +2 -0
  229. package/dist-types/commands/GetLinksCommand.d.ts +2 -0
  230. package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +2 -0
  231. package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +2 -0
  232. package/dist-types/commands/GetNetworkResourcesCommand.d.ts +2 -0
  233. package/dist-types/commands/GetNetworkRoutesCommand.d.ts +2 -0
  234. package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +2 -0
  235. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -0
  236. package/dist-types/commands/GetRouteAnalysisCommand.d.ts +2 -0
  237. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +2 -0
  238. package/dist-types/commands/GetSitesCommand.d.ts +2 -0
  239. package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +2 -0
  240. package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +2 -0
  241. package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +2 -0
  242. package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +2 -0
  243. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +2 -0
  244. package/dist-types/commands/ListAttachmentsCommand.d.ts +2 -0
  245. package/dist-types/commands/ListConnectPeersCommand.d.ts +2 -0
  246. package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +2 -0
  247. package/dist-types/commands/ListCoreNetworksCommand.d.ts +2 -0
  248. package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +2 -0
  249. package/dist-types/commands/ListPeeringsCommand.d.ts +2 -0
  250. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  251. package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +2 -0
  252. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
  253. package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +2 -0
  254. package/dist-types/commands/RejectAttachmentCommand.d.ts +2 -0
  255. package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +2 -0
  256. package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +2 -0
  257. package/dist-types/commands/StartRouteAnalysisCommand.d.ts +2 -0
  258. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  259. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  260. package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -0
  261. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +2 -0
  262. package/dist-types/commands/UpdateDeviceCommand.d.ts +2 -0
  263. package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +2 -0
  264. package/dist-types/commands/UpdateLinkCommand.d.ts +2 -0
  265. package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +2 -0
  266. package/dist-types/commands/UpdateSiteCommand.d.ts +2 -0
  267. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +2 -0
  268. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  269. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  270. package/dist-types/endpoint/ruleset.d.ts +2 -0
  271. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  272. package/dist-types/runtimeConfig.d.ts +4 -2
  273. package/dist-types/runtimeConfig.native.d.ts +4 -2
  274. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  275. package/dist-types/ts3.4/NetworkManagerClient.d.ts +15 -8
  276. package/dist-types/ts3.4/commands/AcceptAttachmentCommand.d.ts +2 -0
  277. package/dist-types/ts3.4/commands/AssociateConnectPeerCommand.d.ts +2 -0
  278. package/dist-types/ts3.4/commands/AssociateCustomerGatewayCommand.d.ts +2 -0
  279. package/dist-types/ts3.4/commands/AssociateLinkCommand.d.ts +2 -0
  280. package/dist-types/ts3.4/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +2 -0
  281. package/dist-types/ts3.4/commands/CreateConnectAttachmentCommand.d.ts +2 -0
  282. package/dist-types/ts3.4/commands/CreateConnectPeerCommand.d.ts +2 -0
  283. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +2 -0
  284. package/dist-types/ts3.4/commands/CreateCoreNetworkCommand.d.ts +2 -0
  285. package/dist-types/ts3.4/commands/CreateDeviceCommand.d.ts +2 -0
  286. package/dist-types/ts3.4/commands/CreateGlobalNetworkCommand.d.ts +2 -0
  287. package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +2 -0
  288. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +2 -0
  289. package/dist-types/ts3.4/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +2 -0
  290. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringCommand.d.ts +2 -0
  291. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +2 -0
  292. package/dist-types/ts3.4/commands/CreateVpcAttachmentCommand.d.ts +2 -0
  293. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +2 -0
  294. package/dist-types/ts3.4/commands/DeleteConnectPeerCommand.d.ts +2 -0
  295. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -0
  296. package/dist-types/ts3.4/commands/DeleteCoreNetworkCommand.d.ts +2 -0
  297. package/dist-types/ts3.4/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +2 -0
  298. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +2 -0
  299. package/dist-types/ts3.4/commands/DeleteGlobalNetworkCommand.d.ts +2 -0
  300. package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +2 -0
  301. package/dist-types/ts3.4/commands/DeletePeeringCommand.d.ts +2 -0
  302. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -0
  303. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +2 -0
  304. package/dist-types/ts3.4/commands/DeregisterTransitGatewayCommand.d.ts +2 -0
  305. package/dist-types/ts3.4/commands/DescribeGlobalNetworksCommand.d.ts +2 -0
  306. package/dist-types/ts3.4/commands/DisassociateConnectPeerCommand.d.ts +2 -0
  307. package/dist-types/ts3.4/commands/DisassociateCustomerGatewayCommand.d.ts +2 -0
  308. package/dist-types/ts3.4/commands/DisassociateLinkCommand.d.ts +2 -0
  309. package/dist-types/ts3.4/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +2 -0
  310. package/dist-types/ts3.4/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +2 -0
  311. package/dist-types/ts3.4/commands/GetConnectAttachmentCommand.d.ts +2 -0
  312. package/dist-types/ts3.4/commands/GetConnectPeerAssociationsCommand.d.ts +2 -0
  313. package/dist-types/ts3.4/commands/GetConnectPeerCommand.d.ts +2 -0
  314. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +2 -0
  315. package/dist-types/ts3.4/commands/GetCoreNetworkChangeEventsCommand.d.ts +2 -0
  316. package/dist-types/ts3.4/commands/GetCoreNetworkChangeSetCommand.d.ts +2 -0
  317. package/dist-types/ts3.4/commands/GetCoreNetworkCommand.d.ts +2 -0
  318. package/dist-types/ts3.4/commands/GetCoreNetworkPolicyCommand.d.ts +2 -0
  319. package/dist-types/ts3.4/commands/GetCustomerGatewayAssociationsCommand.d.ts +2 -0
  320. package/dist-types/ts3.4/commands/GetDevicesCommand.d.ts +2 -0
  321. package/dist-types/ts3.4/commands/GetLinkAssociationsCommand.d.ts +2 -0
  322. package/dist-types/ts3.4/commands/GetLinksCommand.d.ts +2 -0
  323. package/dist-types/ts3.4/commands/GetNetworkResourceCountsCommand.d.ts +2 -0
  324. package/dist-types/ts3.4/commands/GetNetworkResourceRelationshipsCommand.d.ts +2 -0
  325. package/dist-types/ts3.4/commands/GetNetworkResourcesCommand.d.ts +2 -0
  326. package/dist-types/ts3.4/commands/GetNetworkRoutesCommand.d.ts +2 -0
  327. package/dist-types/ts3.4/commands/GetNetworkTelemetryCommand.d.ts +2 -0
  328. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -0
  329. package/dist-types/ts3.4/commands/GetRouteAnalysisCommand.d.ts +2 -0
  330. package/dist-types/ts3.4/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +2 -0
  331. package/dist-types/ts3.4/commands/GetSitesCommand.d.ts +2 -0
  332. package/dist-types/ts3.4/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +2 -0
  333. package/dist-types/ts3.4/commands/GetTransitGatewayPeeringCommand.d.ts +2 -0
  334. package/dist-types/ts3.4/commands/GetTransitGatewayRegistrationsCommand.d.ts +2 -0
  335. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +2 -0
  336. package/dist-types/ts3.4/commands/GetVpcAttachmentCommand.d.ts +2 -0
  337. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +2 -0
  338. package/dist-types/ts3.4/commands/ListConnectPeersCommand.d.ts +2 -0
  339. package/dist-types/ts3.4/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +2 -0
  340. package/dist-types/ts3.4/commands/ListCoreNetworksCommand.d.ts +2 -0
  341. package/dist-types/ts3.4/commands/ListOrganizationServiceAccessStatusCommand.d.ts +2 -0
  342. package/dist-types/ts3.4/commands/ListPeeringsCommand.d.ts +2 -0
  343. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  344. package/dist-types/ts3.4/commands/PutCoreNetworkPolicyCommand.d.ts +2 -0
  345. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -0
  346. package/dist-types/ts3.4/commands/RegisterTransitGatewayCommand.d.ts +2 -0
  347. package/dist-types/ts3.4/commands/RejectAttachmentCommand.d.ts +2 -0
  348. package/dist-types/ts3.4/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +2 -0
  349. package/dist-types/ts3.4/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +2 -0
  350. package/dist-types/ts3.4/commands/StartRouteAnalysisCommand.d.ts +2 -0
  351. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  352. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  353. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -0
  354. package/dist-types/ts3.4/commands/UpdateCoreNetworkCommand.d.ts +2 -0
  355. package/dist-types/ts3.4/commands/UpdateDeviceCommand.d.ts +2 -0
  356. package/dist-types/ts3.4/commands/UpdateGlobalNetworkCommand.d.ts +2 -0
  357. package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +2 -0
  358. package/dist-types/ts3.4/commands/UpdateNetworkResourceMetadataCommand.d.ts +2 -0
  359. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +2 -0
  360. package/dist-types/ts3.4/commands/UpdateVpcAttachmentCommand.d.ts +2 -0
  361. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  362. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  363. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  364. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
  365. package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
  366. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  367. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  368. package/package.json +28 -26
  369. package/dist-cjs/endpoints.js +0 -154
  370. package/dist-es/endpoints.js +0 -150
  371. package/dist-types/endpoints.d.ts +0 -2
  372. package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.197.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.196.0...v3.197.0) (2022-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **types:** expand custom endpoint type ([#4097](https://github.com/aws/aws-sdk-js-v3/issues/4097)) ([3620ce4](https://github.com/aws/aws-sdk-js-v3/commit/3620ce4162435b9688823162281140f40365b14c))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.196.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.195.0...v3.196.0) (2022-10-25)
18
+
19
+
20
+ ### Features
21
+
22
+ * **endpoint:** add remaining restJson1 services endpoint models ([#4090](https://github.com/aws/aws-sdk-js-v3/issues/4090)) ([998113b](https://github.com/aws/aws-sdk-js-v3/commit/998113bd0a70a7de4bf5d975cb5f7524098866a0))
23
+
24
+
25
+
26
+
27
+
6
28
  # [3.194.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.193.0...v3.194.0) (2022-10-21)
7
29
 
8
30
  **Note:** Version bump only for package @aws-sdk/client-networkmanager
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NetworkManagerClient = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
6
7
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
8
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
9
  const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
@@ -10,18 +11,20 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ const EndpointParameters_1 = require("./endpoint/EndpointParameters");
13
15
  const runtimeConfig_1 = require("./runtimeConfig");
14
16
  class NetworkManagerClient extends smithy_client_1.Client {
15
17
  constructor(configuration) {
16
18
  const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
17
- const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
18
- const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
19
- const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
20
- const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
21
- const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
22
- const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
23
- super(_config_6);
24
- this.config = _config_6;
19
+ const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
20
+ const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
21
+ const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
22
+ const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
23
+ const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
24
+ const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
25
+ const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
26
+ super(_config_7);
27
+ this.config = _config_7;
25
28
  this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
26
29
  this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
27
30
  this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AcceptAttachmentCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AcceptAttachmentCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptAttachmentCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateConnectPeerCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateConnectPeerCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateConnectPeerCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateCustomerGatewayCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateCustomerGatewayCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateCustomerGatewayCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateLinkCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateLinkCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateLinkCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateTransitGatewayConnectPeerCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateTransitGatewayConnectPeerCommand extends smithy_client_1.Command
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateTransitGatewayConnectPeerCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateConnectAttachmentCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateConnectAttachmentCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateConnectAttachmentCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateConnectPeerCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateConnectPeerCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateConnectPeerCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateConnectionCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateConnectionCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateConnectionCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateCoreNetworkCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateCoreNetworkCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateCoreNetworkCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateDeviceCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateDeviceCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDeviceCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateGlobalNetworkCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateGlobalNetworkCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateGlobalNetworkCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateLinkCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateLinkCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateLinkCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSiteCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateSiteCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateSiteCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSiteToSiteVpnAttachmentCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateSiteToSiteVpnAttachmentCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateSiteToSiteVpnAttachmentCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateTransitGatewayPeeringCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateTransitGatewayPeeringCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateTransitGatewayPeeringCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateTransitGatewayRouteTableAttachmentCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateTransitGatewayRouteTableAttachmentCommand extends smithy_client_1.Co
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateTransitGatewayRouteTableAttachmentCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateVpcAttachmentCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class CreateVpcAttachmentCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateVpcAttachmentCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteAttachmentCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class DeleteAttachmentCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteAttachmentCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteConnectPeerCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class DeleteConnectPeerCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteConnectPeerCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteConnectionCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class DeleteConnectionCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteConnectionCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteCoreNetworkCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class DeleteCoreNetworkCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteCoreNetworkCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "NetworkManagerClient";