@aws-sdk/client-networkmanager 3.42.0 → 3.47.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 (193) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/NetworkManager.js +495 -0
  4. package/dist-cjs/commands/AcceptAttachmentCommand.js +36 -0
  5. package/dist-cjs/commands/AssociateConnectPeerCommand.js +36 -0
  6. package/dist-cjs/commands/CreateConnectAttachmentCommand.js +36 -0
  7. package/dist-cjs/commands/CreateConnectPeerCommand.js +36 -0
  8. package/dist-cjs/commands/CreateCoreNetworkCommand.js +36 -0
  9. package/dist-cjs/commands/CreateSiteToSiteVpnAttachmentCommand.js +36 -0
  10. package/dist-cjs/commands/CreateVpcAttachmentCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteAttachmentCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteConnectPeerCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteCoreNetworkCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteCoreNetworkPolicyVersionCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +36 -0
  16. package/dist-cjs/commands/DisassociateConnectPeerCommand.js +36 -0
  17. package/dist-cjs/commands/ExecuteCoreNetworkChangeSetCommand.js +36 -0
  18. package/dist-cjs/commands/GetConnectAttachmentCommand.js +36 -0
  19. package/dist-cjs/commands/GetConnectPeerAssociationsCommand.js +36 -0
  20. package/dist-cjs/commands/GetConnectPeerCommand.js +36 -0
  21. package/dist-cjs/commands/GetCoreNetworkChangeSetCommand.js +36 -0
  22. package/dist-cjs/commands/GetCoreNetworkCommand.js +36 -0
  23. package/dist-cjs/commands/GetCoreNetworkPolicyCommand.js +36 -0
  24. package/dist-cjs/commands/GetResourcePolicyCommand.js +36 -0
  25. package/dist-cjs/commands/GetSiteToSiteVpnAttachmentCommand.js +36 -0
  26. package/dist-cjs/commands/GetVpcAttachmentCommand.js +36 -0
  27. package/dist-cjs/commands/ListAttachmentsCommand.js +36 -0
  28. package/dist-cjs/commands/ListConnectPeersCommand.js +36 -0
  29. package/dist-cjs/commands/ListCoreNetworkPolicyVersionsCommand.js +36 -0
  30. package/dist-cjs/commands/ListCoreNetworksCommand.js +36 -0
  31. package/dist-cjs/commands/PutCoreNetworkPolicyCommand.js +36 -0
  32. package/dist-cjs/commands/PutResourcePolicyCommand.js +36 -0
  33. package/dist-cjs/commands/RejectAttachmentCommand.js +36 -0
  34. package/dist-cjs/commands/RestoreCoreNetworkPolicyVersionCommand.js +36 -0
  35. package/dist-cjs/commands/UpdateCoreNetworkCommand.js +36 -0
  36. package/dist-cjs/commands/UpdateVpcAttachmentCommand.js +36 -0
  37. package/dist-cjs/commands/index.js +33 -0
  38. package/dist-cjs/endpoints.js +1 -0
  39. package/dist-cjs/models/models_0.js +628 -62
  40. package/dist-cjs/pagination/GetConnectPeerAssociationsPaginator.js +35 -0
  41. package/dist-cjs/pagination/GetCoreNetworkChangeSetPaginator.js +35 -0
  42. package/dist-cjs/pagination/ListAttachmentsPaginator.js +35 -0
  43. package/dist-cjs/pagination/ListConnectPeersPaginator.js +35 -0
  44. package/dist-cjs/pagination/ListCoreNetworkPolicyVersionsPaginator.js +35 -0
  45. package/dist-cjs/pagination/ListCoreNetworksPaginator.js +35 -0
  46. package/dist-cjs/pagination/index.js +7 -1
  47. package/dist-cjs/protocols/Aws_restJson1.js +4808 -541
  48. package/dist-cjs/runtimeConfig.browser.js +7 -2
  49. package/dist-cjs/runtimeConfig.js +9 -3
  50. package/dist-es/NetworkManager.js +495 -0
  51. package/dist-es/commands/AcceptAttachmentCommand.js +39 -0
  52. package/dist-es/commands/AssociateConnectPeerCommand.js +39 -0
  53. package/dist-es/commands/CreateConnectAttachmentCommand.js +39 -0
  54. package/dist-es/commands/CreateConnectPeerCommand.js +39 -0
  55. package/dist-es/commands/CreateCoreNetworkCommand.js +39 -0
  56. package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +39 -0
  57. package/dist-es/commands/CreateVpcAttachmentCommand.js +39 -0
  58. package/dist-es/commands/DeleteAttachmentCommand.js +39 -0
  59. package/dist-es/commands/DeleteConnectPeerCommand.js +39 -0
  60. package/dist-es/commands/DeleteCoreNetworkCommand.js +39 -0
  61. package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +39 -0
  62. package/dist-es/commands/DeleteResourcePolicyCommand.js +39 -0
  63. package/dist-es/commands/DisassociateConnectPeerCommand.js +39 -0
  64. package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +39 -0
  65. package/dist-es/commands/GetConnectAttachmentCommand.js +39 -0
  66. package/dist-es/commands/GetConnectPeerAssociationsCommand.js +39 -0
  67. package/dist-es/commands/GetConnectPeerCommand.js +39 -0
  68. package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +39 -0
  69. package/dist-es/commands/GetCoreNetworkCommand.js +39 -0
  70. package/dist-es/commands/GetCoreNetworkPolicyCommand.js +39 -0
  71. package/dist-es/commands/GetResourcePolicyCommand.js +39 -0
  72. package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +39 -0
  73. package/dist-es/commands/GetVpcAttachmentCommand.js +39 -0
  74. package/dist-es/commands/ListAttachmentsCommand.js +39 -0
  75. package/dist-es/commands/ListConnectPeersCommand.js +39 -0
  76. package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +39 -0
  77. package/dist-es/commands/ListCoreNetworksCommand.js +39 -0
  78. package/dist-es/commands/PutCoreNetworkPolicyCommand.js +39 -0
  79. package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
  80. package/dist-es/commands/RejectAttachmentCommand.js +39 -0
  81. package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +39 -0
  82. package/dist-es/commands/UpdateCoreNetworkCommand.js +39 -0
  83. package/dist-es/commands/UpdateVpcAttachmentCommand.js +39 -0
  84. package/dist-es/commands/index.js +33 -0
  85. package/dist-es/endpoints.js +1 -0
  86. package/dist-es/models/models_0.js +443 -43
  87. package/dist-es/pagination/GetConnectPeerAssociationsPaginator.js +74 -0
  88. package/dist-es/pagination/GetCoreNetworkChangeSetPaginator.js +74 -0
  89. package/dist-es/pagination/ListAttachmentsPaginator.js +74 -0
  90. package/dist-es/pagination/ListConnectPeersPaginator.js +74 -0
  91. package/dist-es/pagination/ListCoreNetworkPolicyVersionsPaginator.js +74 -0
  92. package/dist-es/pagination/ListCoreNetworksPaginator.js +74 -0
  93. package/dist-es/pagination/index.js +7 -1
  94. package/dist-es/protocols/Aws_restJson1.js +6500 -1703
  95. package/dist-es/runtimeConfig.browser.js +12 -3
  96. package/dist-es/runtimeConfig.js +13 -6
  97. package/dist-types/NetworkManager.d.ts +240 -0
  98. package/dist-types/NetworkManagerClient.d.ts +40 -3
  99. package/dist-types/commands/AcceptAttachmentCommand.d.ts +37 -0
  100. package/dist-types/commands/AssociateConnectPeerCommand.d.ts +38 -0
  101. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +38 -0
  102. package/dist-types/commands/CreateConnectPeerCommand.d.ts +36 -0
  103. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +35 -0
  104. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +35 -0
  105. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +35 -0
  106. package/dist-types/commands/DeleteAttachmentCommand.d.ts +35 -0
  107. package/dist-types/commands/DeleteConnectPeerCommand.d.ts +35 -0
  108. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +35 -0
  109. package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +35 -0
  110. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +35 -0
  111. package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +35 -0
  112. package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +35 -0
  113. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +35 -0
  114. package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +35 -0
  115. package/dist-types/commands/GetConnectPeerCommand.d.ts +35 -0
  116. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +35 -0
  117. package/dist-types/commands/GetCoreNetworkCommand.d.ts +35 -0
  118. package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +35 -0
  119. package/dist-types/commands/GetResourcePolicyCommand.d.ts +35 -0
  120. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +35 -0
  121. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +35 -0
  122. package/dist-types/commands/ListAttachmentsCommand.d.ts +35 -0
  123. package/dist-types/commands/ListConnectPeersCommand.d.ts +35 -0
  124. package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +35 -0
  125. package/dist-types/commands/ListCoreNetworksCommand.d.ts +35 -0
  126. package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +35 -0
  127. package/dist-types/commands/PutResourcePolicyCommand.d.ts +35 -0
  128. package/dist-types/commands/RejectAttachmentCommand.d.ts +35 -0
  129. package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +35 -0
  130. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +35 -0
  131. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +35 -0
  132. package/dist-types/commands/index.d.ts +33 -0
  133. package/dist-types/models/models_0.d.ts +2066 -257
  134. package/dist-types/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
  135. package/dist-types/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
  136. package/dist-types/pagination/ListAttachmentsPaginator.d.ts +4 -0
  137. package/dist-types/pagination/ListConnectPeersPaginator.d.ts +4 -0
  138. package/dist-types/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
  139. package/dist-types/pagination/ListCoreNetworksPaginator.d.ts +4 -0
  140. package/dist-types/pagination/index.d.ts +7 -1
  141. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  142. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  143. package/dist-types/runtimeConfig.d.ts +4 -3
  144. package/dist-types/runtimeConfig.native.d.ts +1 -0
  145. package/dist-types/ts3.4/NetworkManager.d.ts +165 -0
  146. package/dist-types/ts3.4/NetworkManagerClient.d.ts +38 -3
  147. package/dist-types/ts3.4/commands/AcceptAttachmentCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/AssociateConnectPeerCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/CreateConnectAttachmentCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/CreateConnectPeerCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/CreateCoreNetworkCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/CreateVpcAttachmentCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/DeleteConnectPeerCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/DeleteCoreNetworkCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/DisassociateConnectPeerCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/GetConnectAttachmentCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/GetConnectPeerAssociationsCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/GetConnectPeerCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/GetCoreNetworkChangeSetCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/GetCoreNetworkCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/GetCoreNetworkPolicyCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/GetVpcAttachmentCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/ListConnectPeersCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/ListCoreNetworksCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/PutCoreNetworkPolicyCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/RejectAttachmentCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/UpdateCoreNetworkCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/UpdateVpcAttachmentCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/index.d.ts +33 -0
  181. package/dist-types/ts3.4/models/models_0.d.ts +1186 -89
  182. package/dist-types/ts3.4/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/ListAttachmentsPaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/ListConnectPeersPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
  187. package/dist-types/ts3.4/pagination/ListCoreNetworksPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/index.d.ts +7 -1
  189. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +99 -0
  190. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  191. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  192. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  193. package/package.json +40 -45
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "../commands/GetConnectPeerAssociationsCommand";
3
+ import { NetworkManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateGetConnectPeerAssociations(config: NetworkManagerPaginationConfiguration, input: GetConnectPeerAssociationsCommandInput, ...additionalArguments: any): Paginator<GetConnectPeerAssociationsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "../commands/GetCoreNetworkChangeSetCommand";
3
+ import { NetworkManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateGetCoreNetworkChangeSet(config: NetworkManagerPaginationConfiguration, input: GetCoreNetworkChangeSetCommandInput, ...additionalArguments: any): Paginator<GetCoreNetworkChangeSetCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "../commands/ListAttachmentsCommand";
3
+ import { NetworkManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAttachments(config: NetworkManagerPaginationConfiguration, input: ListAttachmentsCommandInput, ...additionalArguments: any): Paginator<ListAttachmentsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "../commands/ListConnectPeersCommand";
3
+ import { NetworkManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListConnectPeers(config: NetworkManagerPaginationConfiguration, input: ListConnectPeersCommandInput, ...additionalArguments: any): Paginator<ListConnectPeersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "../commands/ListCoreNetworkPolicyVersionsCommand";
3
+ import { NetworkManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCoreNetworkPolicyVersions(config: NetworkManagerPaginationConfiguration, input: ListCoreNetworkPolicyVersionsCommandInput, ...additionalArguments: any): Paginator<ListCoreNetworkPolicyVersionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "../commands/ListCoreNetworksCommand";
3
+ import { NetworkManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCoreNetworks(config: NetworkManagerPaginationConfiguration, input: ListCoreNetworksCommandInput, ...additionalArguments: any): Paginator<ListCoreNetworksCommandOutput>;
@@ -1,14 +1,20 @@
1
1
  export * from "./DescribeGlobalNetworksPaginator";
2
+ export * from "./GetConnectPeerAssociationsPaginator";
2
3
  export * from "./GetConnectionsPaginator";
4
+ export * from "./GetCoreNetworkChangeSetPaginator";
3
5
  export * from "./GetCustomerGatewayAssociationsPaginator";
4
6
  export * from "./GetDevicesPaginator";
5
7
  export * from "./GetLinkAssociationsPaginator";
6
8
  export * from "./GetLinksPaginator";
7
9
  export * from "./GetNetworkResourceCountsPaginator";
8
10
  export * from "./GetNetworkResourceRelationshipsPaginator";
11
+ export * from "./Interfaces";
9
12
  export * from "./GetNetworkResourcesPaginator";
10
13
  export * from "./GetNetworkTelemetryPaginator";
11
- export * from "./Interfaces";
12
14
  export * from "./GetSitesPaginator";
13
15
  export * from "./GetTransitGatewayConnectPeerAssociationsPaginator";
14
16
  export * from "./GetTransitGatewayRegistrationsPaginator";
17
+ export * from "./ListAttachmentsPaginator";
18
+ export * from "./ListConnectPeersPaginator";
19
+ export * from "./ListCoreNetworkPolicyVersionsPaginator";
20
+ export * from "./ListCoreNetworksPaginator";
@@ -1,24 +1,44 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "../commands/AcceptAttachmentCommand";
4
+ import { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "../commands/AssociateConnectPeerCommand";
3
5
  import { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "../commands/AssociateCustomerGatewayCommand";
4
6
  import { AssociateLinkCommandInput, AssociateLinkCommandOutput } from "../commands/AssociateLinkCommand";
5
7
  import { AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput } from "../commands/AssociateTransitGatewayConnectPeerCommand";
8
+ import { CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput } from "../commands/CreateConnectAttachmentCommand";
6
9
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
10
+ import { CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput } from "../commands/CreateConnectPeerCommand";
11
+ import { CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput } from "../commands/CreateCoreNetworkCommand";
7
12
  import { CreateDeviceCommandInput, CreateDeviceCommandOutput } from "../commands/CreateDeviceCommand";
8
13
  import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } from "../commands/CreateGlobalNetworkCommand";
9
14
  import { CreateLinkCommandInput, CreateLinkCommandOutput } from "../commands/CreateLinkCommand";
10
15
  import { CreateSiteCommandInput, CreateSiteCommandOutput } from "../commands/CreateSiteCommand";
16
+ import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "../commands/CreateSiteToSiteVpnAttachmentCommand";
17
+ import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "../commands/CreateVpcAttachmentCommand";
18
+ import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "../commands/DeleteAttachmentCommand";
11
19
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
20
+ import { DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput } from "../commands/DeleteConnectPeerCommand";
21
+ import { DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput } from "../commands/DeleteCoreNetworkCommand";
22
+ import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput } from "../commands/DeleteCoreNetworkPolicyVersionCommand";
12
23
  import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "../commands/DeleteDeviceCommand";
13
24
  import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "../commands/DeleteGlobalNetworkCommand";
14
25
  import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "../commands/DeleteLinkCommand";
26
+ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
15
27
  import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "../commands/DeleteSiteCommand";
16
28
  import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "../commands/DeregisterTransitGatewayCommand";
17
29
  import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "../commands/DescribeGlobalNetworksCommand";
30
+ import { DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput } from "../commands/DisassociateConnectPeerCommand";
18
31
  import { DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput } from "../commands/DisassociateCustomerGatewayCommand";
19
32
  import { DisassociateLinkCommandInput, DisassociateLinkCommandOutput } from "../commands/DisassociateLinkCommand";
20
33
  import { DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput } from "../commands/DisassociateTransitGatewayConnectPeerCommand";
34
+ import { ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput } from "../commands/ExecuteCoreNetworkChangeSetCommand";
35
+ import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } from "../commands/GetConnectAttachmentCommand";
21
36
  import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../commands/GetConnectionsCommand";
37
+ import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "../commands/GetConnectPeerAssociationsCommand";
38
+ import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "../commands/GetConnectPeerCommand";
39
+ import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "../commands/GetCoreNetworkChangeSetCommand";
40
+ import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "../commands/GetCoreNetworkCommand";
41
+ import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "../commands/GetCoreNetworkPolicyCommand";
22
42
  import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "../commands/GetCustomerGatewayAssociationsCommand";
23
43
  import { GetDevicesCommandInput, GetDevicesCommandOutput } from "../commands/GetDevicesCommand";
24
44
  import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "../commands/GetLinkAssociationsCommand";
@@ -28,40 +48,73 @@ import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelation
28
48
  import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "../commands/GetNetworkResourcesCommand";
29
49
  import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "../commands/GetNetworkRoutesCommand";
30
50
  import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "../commands/GetNetworkTelemetryCommand";
51
+ import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
31
52
  import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "../commands/GetRouteAnalysisCommand";
32
53
  import { GetSitesCommandInput, GetSitesCommandOutput } from "../commands/GetSitesCommand";
54
+ import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "../commands/GetSiteToSiteVpnAttachmentCommand";
33
55
  import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "../commands/GetTransitGatewayConnectPeerAssociationsCommand";
34
56
  import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "../commands/GetTransitGatewayRegistrationsCommand";
57
+ import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "../commands/GetVpcAttachmentCommand";
58
+ import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "../commands/ListAttachmentsCommand";
59
+ import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "../commands/ListConnectPeersCommand";
60
+ import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "../commands/ListCoreNetworkPolicyVersionsCommand";
61
+ import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "../commands/ListCoreNetworksCommand";
35
62
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
63
+ import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "../commands/PutCoreNetworkPolicyCommand";
64
+ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
36
65
  import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "../commands/RegisterTransitGatewayCommand";
66
+ import { RejectAttachmentCommandInput, RejectAttachmentCommandOutput } from "../commands/RejectAttachmentCommand";
67
+ import { RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput } from "../commands/RestoreCoreNetworkPolicyVersionCommand";
37
68
  import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "../commands/StartRouteAnalysisCommand";
38
69
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
39
70
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
40
71
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "../commands/UpdateConnectionCommand";
72
+ import { UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput } from "../commands/UpdateCoreNetworkCommand";
41
73
  import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "../commands/UpdateDeviceCommand";
42
74
  import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "../commands/UpdateGlobalNetworkCommand";
43
75
  import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "../commands/UpdateLinkCommand";
44
76
  import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "../commands/UpdateNetworkResourceMetadataCommand";
45
77
  import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "../commands/UpdateSiteCommand";
78
+ import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "../commands/UpdateVpcAttachmentCommand";
79
+ export declare const serializeAws_restJson1AcceptAttachmentCommand: (input: AcceptAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ export declare const serializeAws_restJson1AssociateConnectPeerCommand: (input: AssociateConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
81
  export declare const serializeAws_restJson1AssociateCustomerGatewayCommand: (input: AssociateCustomerGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
82
  export declare const serializeAws_restJson1AssociateLinkCommand: (input: AssociateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
83
  export declare const serializeAws_restJson1AssociateTransitGatewayConnectPeerCommand: (input: AssociateTransitGatewayConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ export declare const serializeAws_restJson1CreateConnectAttachmentCommand: (input: CreateConnectAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
85
  export declare const serializeAws_restJson1CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_restJson1CreateConnectPeerCommand: (input: CreateConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_restJson1CreateCoreNetworkCommand: (input: CreateCoreNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
88
  export declare const serializeAws_restJson1CreateDeviceCommand: (input: CreateDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
89
  export declare const serializeAws_restJson1CreateGlobalNetworkCommand: (input: CreateGlobalNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
90
  export declare const serializeAws_restJson1CreateLinkCommand: (input: CreateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
91
  export declare const serializeAws_restJson1CreateSiteCommand: (input: CreateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ export declare const serializeAws_restJson1CreateSiteToSiteVpnAttachmentCommand: (input: CreateSiteToSiteVpnAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const serializeAws_restJson1CreateVpcAttachmentCommand: (input: CreateVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_restJson1DeleteAttachmentCommand: (input: DeleteAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
95
  export declare const serializeAws_restJson1DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ export declare const serializeAws_restJson1DeleteConnectPeerCommand: (input: DeleteConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ export declare const serializeAws_restJson1DeleteCoreNetworkCommand: (input: DeleteCoreNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_restJson1DeleteCoreNetworkPolicyVersionCommand: (input: DeleteCoreNetworkPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
99
  export declare const serializeAws_restJson1DeleteDeviceCommand: (input: DeleteDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
100
  export declare const serializeAws_restJson1DeleteGlobalNetworkCommand: (input: DeleteGlobalNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
101
  export declare const serializeAws_restJson1DeleteLinkCommand: (input: DeleteLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_restJson1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
103
  export declare const serializeAws_restJson1DeleteSiteCommand: (input: DeleteSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
104
  export declare const serializeAws_restJson1DeregisterTransitGatewayCommand: (input: DeregisterTransitGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
105
  export declare const serializeAws_restJson1DescribeGlobalNetworksCommand: (input: DescribeGlobalNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_restJson1DisassociateConnectPeerCommand: (input: DisassociateConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
107
  export declare const serializeAws_restJson1DisassociateCustomerGatewayCommand: (input: DisassociateCustomerGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
108
  export declare const serializeAws_restJson1DisassociateLinkCommand: (input: DisassociateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
109
  export declare const serializeAws_restJson1DisassociateTransitGatewayConnectPeerCommand: (input: DisassociateTransitGatewayConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_restJson1ExecuteCoreNetworkChangeSetCommand: (input: ExecuteCoreNetworkChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ export declare const serializeAws_restJson1GetConnectAttachmentCommand: (input: GetConnectAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
112
  export declare const serializeAws_restJson1GetConnectionsCommand: (input: GetConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ export declare const serializeAws_restJson1GetConnectPeerCommand: (input: GetConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_restJson1GetConnectPeerAssociationsCommand: (input: GetConnectPeerAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ export declare const serializeAws_restJson1GetCoreNetworkCommand: (input: GetCoreNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ export declare const serializeAws_restJson1GetCoreNetworkChangeSetCommand: (input: GetCoreNetworkChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ export declare const serializeAws_restJson1GetCoreNetworkPolicyCommand: (input: GetCoreNetworkPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
118
  export declare const serializeAws_restJson1GetCustomerGatewayAssociationsCommand: (input: GetCustomerGatewayAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
119
  export declare const serializeAws_restJson1GetDevicesCommand: (input: GetDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
120
  export declare const serializeAws_restJson1GetLinkAssociationsCommand: (input: GetLinkAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -71,40 +124,73 @@ export declare const serializeAws_restJson1GetNetworkResourceRelationshipsComman
71
124
  export declare const serializeAws_restJson1GetNetworkResourcesCommand: (input: GetNetworkResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
125
  export declare const serializeAws_restJson1GetNetworkRoutesCommand: (input: GetNetworkRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
126
  export declare const serializeAws_restJson1GetNetworkTelemetryCommand: (input: GetNetworkTelemetryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ export declare const serializeAws_restJson1GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
128
  export declare const serializeAws_restJson1GetRouteAnalysisCommand: (input: GetRouteAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
129
  export declare const serializeAws_restJson1GetSitesCommand: (input: GetSitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_restJson1GetSiteToSiteVpnAttachmentCommand: (input: GetSiteToSiteVpnAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
131
  export declare const serializeAws_restJson1GetTransitGatewayConnectPeerAssociationsCommand: (input: GetTransitGatewayConnectPeerAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
132
  export declare const serializeAws_restJson1GetTransitGatewayRegistrationsCommand: (input: GetTransitGatewayRegistrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ export declare const serializeAws_restJson1GetVpcAttachmentCommand: (input: GetVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_restJson1ListAttachmentsCommand: (input: ListAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ export declare const serializeAws_restJson1ListConnectPeersCommand: (input: ListConnectPeersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
+ export declare const serializeAws_restJson1ListCoreNetworkPolicyVersionsCommand: (input: ListCoreNetworkPolicyVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ export declare const serializeAws_restJson1ListCoreNetworksCommand: (input: ListCoreNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
138
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ export declare const serializeAws_restJson1PutCoreNetworkPolicyCommand: (input: PutCoreNetworkPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
+ export declare const serializeAws_restJson1PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
141
  export declare const serializeAws_restJson1RegisterTransitGatewayCommand: (input: RegisterTransitGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1RejectAttachmentCommand: (input: RejectAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ export declare const serializeAws_restJson1RestoreCoreNetworkPolicyVersionCommand: (input: RestoreCoreNetworkPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
144
  export declare const serializeAws_restJson1StartRouteAnalysisCommand: (input: StartRouteAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
145
  export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
146
  export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
147
  export declare const serializeAws_restJson1UpdateConnectionCommand: (input: UpdateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
+ export declare const serializeAws_restJson1UpdateCoreNetworkCommand: (input: UpdateCoreNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
149
  export declare const serializeAws_restJson1UpdateDeviceCommand: (input: UpdateDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
150
  export declare const serializeAws_restJson1UpdateGlobalNetworkCommand: (input: UpdateGlobalNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
151
  export declare const serializeAws_restJson1UpdateLinkCommand: (input: UpdateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
152
  export declare const serializeAws_restJson1UpdateNetworkResourceMetadataCommand: (input: UpdateNetworkResourceMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
153
  export declare const serializeAws_restJson1UpdateSiteCommand: (input: UpdateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1UpdateVpcAttachmentCommand: (input: UpdateVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ export declare const deserializeAws_restJson1AcceptAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptAttachmentCommandOutput>;
156
+ export declare const deserializeAws_restJson1AssociateConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateConnectPeerCommandOutput>;
89
157
  export declare const deserializeAws_restJson1AssociateCustomerGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCustomerGatewayCommandOutput>;
90
158
  export declare const deserializeAws_restJson1AssociateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLinkCommandOutput>;
91
159
  export declare const deserializeAws_restJson1AssociateTransitGatewayConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTransitGatewayConnectPeerCommandOutput>;
160
+ export declare const deserializeAws_restJson1CreateConnectAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectAttachmentCommandOutput>;
92
161
  export declare const deserializeAws_restJson1CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
162
+ export declare const deserializeAws_restJson1CreateConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectPeerCommandOutput>;
163
+ export declare const deserializeAws_restJson1CreateCoreNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCoreNetworkCommandOutput>;
93
164
  export declare const deserializeAws_restJson1CreateDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceCommandOutput>;
94
165
  export declare const deserializeAws_restJson1CreateGlobalNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalNetworkCommandOutput>;
95
166
  export declare const deserializeAws_restJson1CreateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLinkCommandOutput>;
96
167
  export declare const deserializeAws_restJson1CreateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSiteCommandOutput>;
168
+ export declare const deserializeAws_restJson1CreateSiteToSiteVpnAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSiteToSiteVpnAttachmentCommandOutput>;
169
+ export declare const deserializeAws_restJson1CreateVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcAttachmentCommandOutput>;
170
+ export declare const deserializeAws_restJson1DeleteAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttachmentCommandOutput>;
97
171
  export declare const deserializeAws_restJson1DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
172
+ export declare const deserializeAws_restJson1DeleteConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectPeerCommandOutput>;
173
+ export declare const deserializeAws_restJson1DeleteCoreNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCoreNetworkCommandOutput>;
174
+ export declare const deserializeAws_restJson1DeleteCoreNetworkPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCoreNetworkPolicyVersionCommandOutput>;
98
175
  export declare const deserializeAws_restJson1DeleteDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceCommandOutput>;
99
176
  export declare const deserializeAws_restJson1DeleteGlobalNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlobalNetworkCommandOutput>;
100
177
  export declare const deserializeAws_restJson1DeleteLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLinkCommandOutput>;
178
+ export declare const deserializeAws_restJson1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
101
179
  export declare const deserializeAws_restJson1DeleteSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSiteCommandOutput>;
102
180
  export declare const deserializeAws_restJson1DeregisterTransitGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTransitGatewayCommandOutput>;
103
181
  export declare const deserializeAws_restJson1DescribeGlobalNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalNetworksCommandOutput>;
182
+ export declare const deserializeAws_restJson1DisassociateConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateConnectPeerCommandOutput>;
104
183
  export declare const deserializeAws_restJson1DisassociateCustomerGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCustomerGatewayCommandOutput>;
105
184
  export declare const deserializeAws_restJson1DisassociateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLinkCommandOutput>;
106
185
  export declare const deserializeAws_restJson1DisassociateTransitGatewayConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTransitGatewayConnectPeerCommandOutput>;
186
+ export declare const deserializeAws_restJson1ExecuteCoreNetworkChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteCoreNetworkChangeSetCommandOutput>;
187
+ export declare const deserializeAws_restJson1GetConnectAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectAttachmentCommandOutput>;
107
188
  export declare const deserializeAws_restJson1GetConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionsCommandOutput>;
189
+ export declare const deserializeAws_restJson1GetConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectPeerCommandOutput>;
190
+ export declare const deserializeAws_restJson1GetConnectPeerAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectPeerAssociationsCommandOutput>;
191
+ export declare const deserializeAws_restJson1GetCoreNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreNetworkCommandOutput>;
192
+ export declare const deserializeAws_restJson1GetCoreNetworkChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreNetworkChangeSetCommandOutput>;
193
+ export declare const deserializeAws_restJson1GetCoreNetworkPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreNetworkPolicyCommandOutput>;
108
194
  export declare const deserializeAws_restJson1GetCustomerGatewayAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomerGatewayAssociationsCommandOutput>;
109
195
  export declare const deserializeAws_restJson1GetDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicesCommandOutput>;
110
196
  export declare const deserializeAws_restJson1GetLinkAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLinkAssociationsCommandOutput>;
@@ -114,18 +200,31 @@ export declare const deserializeAws_restJson1GetNetworkResourceRelationshipsComm
114
200
  export declare const deserializeAws_restJson1GetNetworkResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkResourcesCommandOutput>;
115
201
  export declare const deserializeAws_restJson1GetNetworkRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkRoutesCommandOutput>;
116
202
  export declare const deserializeAws_restJson1GetNetworkTelemetryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkTelemetryCommandOutput>;
203
+ export declare const deserializeAws_restJson1GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
117
204
  export declare const deserializeAws_restJson1GetRouteAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteAnalysisCommandOutput>;
118
205
  export declare const deserializeAws_restJson1GetSitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSitesCommandOutput>;
206
+ export declare const deserializeAws_restJson1GetSiteToSiteVpnAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSiteToSiteVpnAttachmentCommandOutput>;
119
207
  export declare const deserializeAws_restJson1GetTransitGatewayConnectPeerAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayConnectPeerAssociationsCommandOutput>;
120
208
  export declare const deserializeAws_restJson1GetTransitGatewayRegistrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayRegistrationsCommandOutput>;
209
+ export declare const deserializeAws_restJson1GetVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcAttachmentCommandOutput>;
210
+ export declare const deserializeAws_restJson1ListAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachmentsCommandOutput>;
211
+ export declare const deserializeAws_restJson1ListConnectPeersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectPeersCommandOutput>;
212
+ export declare const deserializeAws_restJson1ListCoreNetworkPolicyVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreNetworkPolicyVersionsCommandOutput>;
213
+ export declare const deserializeAws_restJson1ListCoreNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreNetworksCommandOutput>;
121
214
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
215
+ export declare const deserializeAws_restJson1PutCoreNetworkPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCoreNetworkPolicyCommandOutput>;
216
+ export declare const deserializeAws_restJson1PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
122
217
  export declare const deserializeAws_restJson1RegisterTransitGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTransitGatewayCommandOutput>;
218
+ export declare const deserializeAws_restJson1RejectAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectAttachmentCommandOutput>;
219
+ export declare const deserializeAws_restJson1RestoreCoreNetworkPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreCoreNetworkPolicyVersionCommandOutput>;
123
220
  export declare const deserializeAws_restJson1StartRouteAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRouteAnalysisCommandOutput>;
124
221
  export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
125
222
  export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
126
223
  export declare const deserializeAws_restJson1UpdateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionCommandOutput>;
224
+ export declare const deserializeAws_restJson1UpdateCoreNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCoreNetworkCommandOutput>;
127
225
  export declare const deserializeAws_restJson1UpdateDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceCommandOutput>;
128
226
  export declare const deserializeAws_restJson1UpdateGlobalNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalNetworkCommandOutput>;
129
227
  export declare const deserializeAws_restJson1UpdateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLinkCommandOutput>;
130
228
  export declare const deserializeAws_restJson1UpdateNetworkResourceMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkResourceMetadataCommandOutput>;
131
229
  export declare const deserializeAws_restJson1UpdateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteCommandOutput>;
230
+ export declare const deserializeAws_restJson1UpdateVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcAttachmentCommandOutput>;
@@ -1,8 +1,9 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { NetworkManagerClientConfig } from "./NetworkManagerClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: NetworkManagerClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: NetworkManagerClientConfig) => {
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<any>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,16 +1,17 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { NetworkManagerClientConfig } from "./NetworkManagerClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: NetworkManagerClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
9
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<string>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: NetworkManagerClientConfig) => {
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
28
  tls?: boolean | undefined;
28
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
package/package.json CHANGED
@@ -1,18 +1,15 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-networkmanager",
3
3
  "description": "AWS SDK for JavaScript Networkmanager Client for Node.js, Browser and React Native",
4
- "version": "3.42.0",
4
+ "version": "3.47.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
- "build:cjs": "tsc -p tsconfig.json",
8
- "build:docs": "yarn clean:docs && typedoc ./",
7
+ "build:cjs": "tsc -p tsconfig.cjs.json",
8
+ "build:docs": "typedoc",
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
- "clean": "yarn clean:dist && yarn clean:docs",
12
- "clean:dist": "rimraf ./dist",
13
- "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
- "test": "exit 0"
11
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "clean": "rimraf ./dist-*"
16
13
  },
17
14
  "main": "./dist-cjs/index.js",
18
15
  "types": "./dist-types/index.d.ts",
@@ -21,48 +18,46 @@
21
18
  "dependencies": {
22
19
  "@aws-crypto/sha256-browser": "2.0.0",
23
20
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.42.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.41.0",
27
- "@aws-sdk/fetch-http-handler": "3.40.0",
28
- "@aws-sdk/hash-node": "3.40.0",
29
- "@aws-sdk/invalid-dependency": "3.40.0",
30
- "@aws-sdk/middleware-content-length": "3.40.0",
31
- "@aws-sdk/middleware-host-header": "3.40.0",
32
- "@aws-sdk/middleware-logger": "3.40.0",
33
- "@aws-sdk/middleware-retry": "3.40.0",
34
- "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
36
- "@aws-sdk/middleware-stack": "3.40.0",
37
- "@aws-sdk/middleware-user-agent": "3.40.0",
38
- "@aws-sdk/node-config-provider": "3.40.0",
39
- "@aws-sdk/node-http-handler": "3.40.0",
40
- "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.41.0",
42
- "@aws-sdk/types": "3.40.0",
43
- "@aws-sdk/url-parser": "3.40.0",
44
- "@aws-sdk/util-base64-browser": "3.37.0",
45
- "@aws-sdk/util-base64-node": "3.37.0",
46
- "@aws-sdk/util-body-length-browser": "3.37.0",
47
- "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.40.0",
49
- "@aws-sdk/util-user-agent-node": "3.40.0",
50
- "@aws-sdk/util-utf8-browser": "3.37.0",
51
- "@aws-sdk/util-utf8-node": "3.37.0",
52
- "tslib": "^2.3.0"
21
+ "@aws-sdk/client-sts": "3.47.0",
22
+ "@aws-sdk/config-resolver": "3.47.0",
23
+ "@aws-sdk/credential-provider-node": "3.47.0",
24
+ "@aws-sdk/fetch-http-handler": "3.47.0",
25
+ "@aws-sdk/hash-node": "3.47.0",
26
+ "@aws-sdk/invalid-dependency": "3.47.0",
27
+ "@aws-sdk/middleware-content-length": "3.47.0",
28
+ "@aws-sdk/middleware-host-header": "3.47.0",
29
+ "@aws-sdk/middleware-logger": "3.47.0",
30
+ "@aws-sdk/middleware-retry": "3.47.0",
31
+ "@aws-sdk/middleware-serde": "3.47.0",
32
+ "@aws-sdk/middleware-signing": "3.47.0",
33
+ "@aws-sdk/middleware-stack": "3.47.0",
34
+ "@aws-sdk/middleware-user-agent": "3.47.0",
35
+ "@aws-sdk/node-config-provider": "3.47.0",
36
+ "@aws-sdk/node-http-handler": "3.47.0",
37
+ "@aws-sdk/protocol-http": "3.47.0",
38
+ "@aws-sdk/smithy-client": "3.47.0",
39
+ "@aws-sdk/types": "3.47.0",
40
+ "@aws-sdk/url-parser": "3.47.0",
41
+ "@aws-sdk/util-base64-browser": "3.47.0",
42
+ "@aws-sdk/util-base64-node": "3.47.0",
43
+ "@aws-sdk/util-body-length-browser": "3.47.0",
44
+ "@aws-sdk/util-body-length-node": "3.47.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.47.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.47.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.47.0",
48
+ "@aws-sdk/util-user-agent-node": "3.47.0",
49
+ "@aws-sdk/util-utf8-browser": "3.47.0",
50
+ "@aws-sdk/util-utf8-node": "3.47.0",
51
+ "tslib": "^2.3.0",
52
+ "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.38.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.47.0",
56
56
  "@types/node": "^12.7.5",
57
- "downlevel-dts": "0.7.0",
58
- "jest": "^26.1.0",
59
- "rimraf": "^3.0.0",
60
- "ts-jest": "^26.4.1",
61
- "typedoc": "^0.19.2",
62
- "typescript": "~4.3.5"
57
+ "@types/uuid": "^8.3.0"
63
58
  },
64
59
  "engines": {
65
- "node": ">=10.0.0"
60
+ "node": ">=12.0.0"
66
61
  },
67
62
  "typesVersions": {
68
63
  "<4.0": {