@aws-sdk/client-networkmanager 3.41.0 → 3.46.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 (185) hide show
  1. package/CHANGELOG.md +44 -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 +654 -40
  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.js +0 -2
  49. package/dist-es/NetworkManager.js +495 -0
  50. package/dist-es/commands/AcceptAttachmentCommand.js +39 -0
  51. package/dist-es/commands/AssociateConnectPeerCommand.js +39 -0
  52. package/dist-es/commands/CreateConnectAttachmentCommand.js +39 -0
  53. package/dist-es/commands/CreateConnectPeerCommand.js +39 -0
  54. package/dist-es/commands/CreateCoreNetworkCommand.js +39 -0
  55. package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +39 -0
  56. package/dist-es/commands/CreateVpcAttachmentCommand.js +39 -0
  57. package/dist-es/commands/DeleteAttachmentCommand.js +39 -0
  58. package/dist-es/commands/DeleteConnectPeerCommand.js +39 -0
  59. package/dist-es/commands/DeleteCoreNetworkCommand.js +39 -0
  60. package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +39 -0
  61. package/dist-es/commands/DeleteResourcePolicyCommand.js +39 -0
  62. package/dist-es/commands/DisassociateConnectPeerCommand.js +39 -0
  63. package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +39 -0
  64. package/dist-es/commands/GetConnectAttachmentCommand.js +39 -0
  65. package/dist-es/commands/GetConnectPeerAssociationsCommand.js +39 -0
  66. package/dist-es/commands/GetConnectPeerCommand.js +39 -0
  67. package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +39 -0
  68. package/dist-es/commands/GetCoreNetworkCommand.js +39 -0
  69. package/dist-es/commands/GetCoreNetworkPolicyCommand.js +39 -0
  70. package/dist-es/commands/GetResourcePolicyCommand.js +39 -0
  71. package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +39 -0
  72. package/dist-es/commands/GetVpcAttachmentCommand.js +39 -0
  73. package/dist-es/commands/ListAttachmentsCommand.js +39 -0
  74. package/dist-es/commands/ListConnectPeersCommand.js +39 -0
  75. package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +39 -0
  76. package/dist-es/commands/ListCoreNetworksCommand.js +39 -0
  77. package/dist-es/commands/PutCoreNetworkPolicyCommand.js +39 -0
  78. package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
  79. package/dist-es/commands/RejectAttachmentCommand.js +39 -0
  80. package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +39 -0
  81. package/dist-es/commands/UpdateCoreNetworkCommand.js +39 -0
  82. package/dist-es/commands/UpdateVpcAttachmentCommand.js +39 -0
  83. package/dist-es/commands/index.js +33 -0
  84. package/dist-es/endpoints.js +1 -0
  85. package/dist-es/models/models_0.js +459 -27
  86. package/dist-es/pagination/GetConnectPeerAssociationsPaginator.js +74 -0
  87. package/dist-es/pagination/GetCoreNetworkChangeSetPaginator.js +74 -0
  88. package/dist-es/pagination/ListAttachmentsPaginator.js +74 -0
  89. package/dist-es/pagination/ListConnectPeersPaginator.js +74 -0
  90. package/dist-es/pagination/ListCoreNetworkPolicyVersionsPaginator.js +74 -0
  91. package/dist-es/pagination/ListCoreNetworksPaginator.js +74 -0
  92. package/dist-es/pagination/index.js +7 -1
  93. package/dist-es/protocols/Aws_restJson1.js +6500 -1703
  94. package/dist-es/runtimeConfig.js +0 -2
  95. package/dist-types/NetworkManager.d.ts +240 -0
  96. package/dist-types/NetworkManagerClient.d.ts +35 -2
  97. package/dist-types/commands/AcceptAttachmentCommand.d.ts +37 -0
  98. package/dist-types/commands/AssociateConnectPeerCommand.d.ts +38 -0
  99. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +38 -0
  100. package/dist-types/commands/CreateConnectPeerCommand.d.ts +36 -0
  101. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +35 -0
  102. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +35 -0
  103. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +35 -0
  104. package/dist-types/commands/DeleteAttachmentCommand.d.ts +35 -0
  105. package/dist-types/commands/DeleteConnectPeerCommand.d.ts +35 -0
  106. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +35 -0
  107. package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +35 -0
  108. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +35 -0
  109. package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +35 -0
  110. package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +35 -0
  111. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +35 -0
  112. package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +35 -0
  113. package/dist-types/commands/GetConnectPeerCommand.d.ts +35 -0
  114. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +35 -0
  115. package/dist-types/commands/GetCoreNetworkCommand.d.ts +35 -0
  116. package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +35 -0
  117. package/dist-types/commands/GetResourcePolicyCommand.d.ts +35 -0
  118. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +35 -0
  119. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +35 -0
  120. package/dist-types/commands/ListAttachmentsCommand.d.ts +35 -0
  121. package/dist-types/commands/ListConnectPeersCommand.d.ts +35 -0
  122. package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +35 -0
  123. package/dist-types/commands/ListCoreNetworksCommand.d.ts +35 -0
  124. package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +35 -0
  125. package/dist-types/commands/PutResourcePolicyCommand.d.ts +35 -0
  126. package/dist-types/commands/RejectAttachmentCommand.d.ts +35 -0
  127. package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +35 -0
  128. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +35 -0
  129. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +35 -0
  130. package/dist-types/commands/index.d.ts +33 -0
  131. package/dist-types/models/models_0.d.ts +2086 -229
  132. package/dist-types/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
  133. package/dist-types/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
  134. package/dist-types/pagination/ListAttachmentsPaginator.d.ts +4 -0
  135. package/dist-types/pagination/ListConnectPeersPaginator.d.ts +4 -0
  136. package/dist-types/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
  137. package/dist-types/pagination/ListCoreNetworksPaginator.d.ts +4 -0
  138. package/dist-types/pagination/index.d.ts +7 -1
  139. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  140. package/dist-types/ts3.4/NetworkManager.d.ts +165 -0
  141. package/dist-types/ts3.4/NetworkManagerClient.d.ts +35 -2
  142. package/dist-types/ts3.4/commands/AcceptAttachmentCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/AssociateConnectPeerCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/CreateConnectAttachmentCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/CreateConnectPeerCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/CreateCoreNetworkCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/CreateVpcAttachmentCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/DeleteConnectPeerCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/DeleteCoreNetworkCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DisassociateConnectPeerCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/GetConnectAttachmentCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/GetConnectPeerAssociationsCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/GetConnectPeerCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/GetCoreNetworkChangeSetCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/GetCoreNetworkCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/GetCoreNetworkPolicyCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/GetVpcAttachmentCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/ListConnectPeersCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/ListCoreNetworksCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/PutCoreNetworkPolicyCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/RejectAttachmentCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/UpdateCoreNetworkCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/UpdateVpcAttachmentCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/index.d.ts +33 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1200 -71
  177. package/dist-types/ts3.4/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
  179. package/dist-types/ts3.4/pagination/ListAttachmentsPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/ListConnectPeersPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/ListCoreNetworksPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/index.d.ts +7 -1
  184. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +99 -0
  185. package/package.json +38 -43
@@ -12,10 +12,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
15
  export var getRuntimeConfig = function (config) {
17
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
18
- emitWarningIfUnsupportedVersion(process.version);
19
17
  var clientSharedValues = getSharedRuntimeConfig(config);
20
18
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
21
19
  };
@@ -1,23 +1,43 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
3
+ import { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
2
4
  import { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
3
5
  import { AssociateLinkCommandInput, AssociateLinkCommandOutput } from "./commands/AssociateLinkCommand";
4
6
  import { AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput } from "./commands/AssociateTransitGatewayConnectPeerCommand";
7
+ import { CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput } from "./commands/CreateConnectAttachmentCommand";
5
8
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
9
+ import { CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput } from "./commands/CreateConnectPeerCommand";
10
+ import { CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput } from "./commands/CreateCoreNetworkCommand";
6
11
  import { CreateDeviceCommandInput, CreateDeviceCommandOutput } from "./commands/CreateDeviceCommand";
7
12
  import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } from "./commands/CreateGlobalNetworkCommand";
8
13
  import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
9
14
  import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
15
+ import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
16
+ import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
17
+ import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
10
18
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
19
+ import { DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput } from "./commands/DeleteConnectPeerCommand";
20
+ import { DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput } from "./commands/DeleteCoreNetworkCommand";
21
+ import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput } from "./commands/DeleteCoreNetworkPolicyVersionCommand";
11
22
  import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
12
23
  import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
13
24
  import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
25
+ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
14
26
  import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
15
27
  import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
16
28
  import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "./commands/DescribeGlobalNetworksCommand";
29
+ import { DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput } from "./commands/DisassociateConnectPeerCommand";
17
30
  import { DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput } from "./commands/DisassociateCustomerGatewayCommand";
18
31
  import { DisassociateLinkCommandInput, DisassociateLinkCommandOutput } from "./commands/DisassociateLinkCommand";
19
32
  import { DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput } from "./commands/DisassociateTransitGatewayConnectPeerCommand";
33
+ import { ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput } from "./commands/ExecuteCoreNetworkChangeSetCommand";
34
+ import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } from "./commands/GetConnectAttachmentCommand";
20
35
  import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
36
+ import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
37
+ import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
38
+ import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
39
+ import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
40
+ import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
21
41
  import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "./commands/GetCustomerGatewayAssociationsCommand";
22
42
  import { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
23
43
  import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
@@ -27,27 +47,57 @@ import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelation
27
47
  import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
28
48
  import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
29
49
  import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
50
+ import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
30
51
  import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
31
52
  import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
53
+ import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
32
54
  import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
33
55
  import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
56
+ import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
57
+ import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
58
+ import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
59
+ import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
60
+ import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
34
61
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
62
+ import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
63
+ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
35
64
  import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
65
+ import { RejectAttachmentCommandInput, RejectAttachmentCommandOutput } from "./commands/RejectAttachmentCommand";
66
+ import { RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
36
67
  import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
37
68
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
38
69
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
39
70
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
71
+ import { UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput } from "./commands/UpdateCoreNetworkCommand";
40
72
  import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
41
73
  import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
42
74
  import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
43
75
  import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
44
76
  import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
77
+ import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
45
78
  import { NetworkManagerClient } from "./NetworkManagerClient";
46
79
  /**
47
80
  * <p>Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your
48
81
  * Amazon Web Services and on-premises networks that are built around transit gateways.</p>
49
82
  */
50
83
  export declare class NetworkManager extends NetworkManagerClient {
84
+ /**
85
+ * <p>Accepts a core network attachment request. </p>
86
+ * <p>Once the attachment request is accepted by a core network owner, the attachment is
87
+ * created and connected to a core network.</p>
88
+ */
89
+ acceptAttachment(args: AcceptAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<AcceptAttachmentCommandOutput>;
90
+ acceptAttachment(args: AcceptAttachmentCommandInput, cb: (err: any, data?: AcceptAttachmentCommandOutput) => void): void;
91
+ acceptAttachment(args: AcceptAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptAttachmentCommandOutput) => void): void;
92
+ /**
93
+ * <p>Associates a core network Connect peer with a device and optionally, with a link. </p>
94
+ * <p>If you specify a link, it must be associated with the specified device. You can only
95
+ * associate core network Connect peers that have been created on a core network Connect
96
+ * attachment on a core network. </p>
97
+ */
98
+ associateConnectPeer(args: AssociateConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateConnectPeerCommandOutput>;
99
+ associateConnectPeer(args: AssociateConnectPeerCommandInput, cb: (err: any, data?: AssociateConnectPeerCommandOutput) => void): void;
100
+ associateConnectPeer(args: AssociateConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConnectPeerCommandOutput) => void): void;
51
101
  /**
52
102
  * <p>Associates a customer gateway with a device and optionally, with a link. If you
53
103
  * specify a link, it must be associated with the specified device. </p>
@@ -78,12 +128,34 @@ export declare class NetworkManager extends NetworkManagerClient {
78
128
  associateTransitGatewayConnectPeer(args: AssociateTransitGatewayConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTransitGatewayConnectPeerCommandOutput>;
79
129
  associateTransitGatewayConnectPeer(args: AssociateTransitGatewayConnectPeerCommandInput, cb: (err: any, data?: AssociateTransitGatewayConnectPeerCommandOutput) => void): void;
80
130
  associateTransitGatewayConnectPeer(args: AssociateTransitGatewayConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTransitGatewayConnectPeerCommandOutput) => void): void;
131
+ /**
132
+ * <p>Creates a core network Connect attachment from a specified core network attachment. </p>
133
+ * <p>A core network Connect attachment is a GRE-based tunnel attachment that you can use to
134
+ * establish a connection between a core network and an appliance. A core network Connect
135
+ * attachment uses an existing VPC attachment as the underlying transport mechanism.</p>
136
+ */
137
+ createConnectAttachment(args: CreateConnectAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectAttachmentCommandOutput>;
138
+ createConnectAttachment(args: CreateConnectAttachmentCommandInput, cb: (err: any, data?: CreateConnectAttachmentCommandOutput) => void): void;
139
+ createConnectAttachment(args: CreateConnectAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectAttachmentCommandOutput) => void): void;
81
140
  /**
82
141
  * <p>Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.</p>
83
142
  */
84
143
  createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionCommandOutput>;
85
144
  createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
86
145
  createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
146
+ /**
147
+ * <p>Creates a core network connect peer for a specified core network connect attachment between a core network and an appliance.
148
+ * The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).</p>
149
+ */
150
+ createConnectPeer(args: CreateConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectPeerCommandOutput>;
151
+ createConnectPeer(args: CreateConnectPeerCommandInput, cb: (err: any, data?: CreateConnectPeerCommandOutput) => void): void;
152
+ createConnectPeer(args: CreateConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectPeerCommandOutput) => void): void;
153
+ /**
154
+ * <p>Creates a core network as part of your global network, and optionally, with a core network policy.</p>
155
+ */
156
+ createCoreNetwork(args: CreateCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateCoreNetworkCommandOutput>;
157
+ createCoreNetwork(args: CreateCoreNetworkCommandInput, cb: (err: any, data?: CreateCoreNetworkCommandOutput) => void): void;
158
+ createCoreNetwork(args: CreateCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCoreNetworkCommandOutput) => void): void;
87
159
  /**
88
160
  * <p>Creates a new device in a global network. If you specify both a site ID and a
89
161
  * location, the location of the site is used for visualization in the Network Manager console.</p>
@@ -109,12 +181,48 @@ export declare class NetworkManager extends NetworkManagerClient {
109
181
  createSite(args: CreateSiteCommandInput, options?: __HttpHandlerOptions): Promise<CreateSiteCommandOutput>;
110
182
  createSite(args: CreateSiteCommandInput, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
111
183
  createSite(args: CreateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
184
+ /**
185
+ * <p>Creates a site-to-site VPN attachment on an edge location of a core network.</p>
186
+ */
187
+ createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateSiteToSiteVpnAttachmentCommandOutput>;
188
+ createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, cb: (err: any, data?: CreateSiteToSiteVpnAttachmentCommandOutput) => void): void;
189
+ createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSiteToSiteVpnAttachmentCommandOutput) => void): void;
190
+ /**
191
+ * <p>Creates a VPC attachment on an edge location of a core network.</p>
192
+ */
193
+ createVpcAttachment(args: CreateVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcAttachmentCommandOutput>;
194
+ createVpcAttachment(args: CreateVpcAttachmentCommandInput, cb: (err: any, data?: CreateVpcAttachmentCommandOutput) => void): void;
195
+ createVpcAttachment(args: CreateVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcAttachmentCommandOutput) => void): void;
196
+ /**
197
+ * <p>Deletes an attachment. Supports all attachment types.</p>
198
+ */
199
+ deleteAttachment(args: DeleteAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttachmentCommandOutput>;
200
+ deleteAttachment(args: DeleteAttachmentCommandInput, cb: (err: any, data?: DeleteAttachmentCommandOutput) => void): void;
201
+ deleteAttachment(args: DeleteAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttachmentCommandOutput) => void): void;
112
202
  /**
113
203
  * <p>Deletes the specified connection in your global network.</p>
114
204
  */
115
205
  deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
116
206
  deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
117
207
  deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
208
+ /**
209
+ * <p>Deletes a Connect peer.</p>
210
+ */
211
+ deleteConnectPeer(args: DeleteConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectPeerCommandOutput>;
212
+ deleteConnectPeer(args: DeleteConnectPeerCommandInput, cb: (err: any, data?: DeleteConnectPeerCommandOutput) => void): void;
213
+ deleteConnectPeer(args: DeleteConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectPeerCommandOutput) => void): void;
214
+ /**
215
+ * <p>Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.</p>
216
+ */
217
+ deleteCoreNetwork(args: DeleteCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCoreNetworkCommandOutput>;
218
+ deleteCoreNetwork(args: DeleteCoreNetworkCommandInput, cb: (err: any, data?: DeleteCoreNetworkCommandOutput) => void): void;
219
+ deleteCoreNetwork(args: DeleteCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCoreNetworkCommandOutput) => void): void;
220
+ /**
221
+ * <p>Deletes a policy version from a core network. You can't delete the current LIVE policy.</p>
222
+ */
223
+ deleteCoreNetworkPolicyVersion(args: DeleteCoreNetworkPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCoreNetworkPolicyVersionCommandOutput>;
224
+ deleteCoreNetworkPolicyVersion(args: DeleteCoreNetworkPolicyVersionCommandInput, cb: (err: any, data?: DeleteCoreNetworkPolicyVersionCommandOutput) => void): void;
225
+ deleteCoreNetworkPolicyVersion(args: DeleteCoreNetworkPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCoreNetworkPolicyVersionCommandOutput) => void): void;
118
226
  /**
119
227
  * <p>Deletes an existing device. You must first disassociate the device from any links and
120
228
  * customer gateways.</p>
@@ -136,6 +244,12 @@ export declare class NetworkManager extends NetworkManagerClient {
136
244
  deleteLink(args: DeleteLinkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLinkCommandOutput>;
137
245
  deleteLink(args: DeleteLinkCommandInput, cb: (err: any, data?: DeleteLinkCommandOutput) => void): void;
138
246
  deleteLink(args: DeleteLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLinkCommandOutput) => void): void;
247
+ /**
248
+ * <p>Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.</p>
249
+ */
250
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
251
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
252
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
139
253
  /**
140
254
  * <p>Deletes an existing site. The site cannot be associated with any device or link.</p>
141
255
  */
@@ -158,6 +272,12 @@ export declare class NetworkManager extends NetworkManagerClient {
158
272
  describeGlobalNetworks(args: DescribeGlobalNetworksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalNetworksCommandOutput>;
159
273
  describeGlobalNetworks(args: DescribeGlobalNetworksCommandInput, cb: (err: any, data?: DescribeGlobalNetworksCommandOutput) => void): void;
160
274
  describeGlobalNetworks(args: DescribeGlobalNetworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalNetworksCommandOutput) => void): void;
275
+ /**
276
+ * <p>Disassociates a core network Connect peer from a device and a link. </p>
277
+ */
278
+ disassociateConnectPeer(args: DisassociateConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateConnectPeerCommandOutput>;
279
+ disassociateConnectPeer(args: DisassociateConnectPeerCommandInput, cb: (err: any, data?: DisassociateConnectPeerCommandOutput) => void): void;
280
+ disassociateConnectPeer(args: DisassociateConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConnectPeerCommandOutput) => void): void;
161
281
  /**
162
282
  * <p>Disassociates a customer gateway from a device and a link.</p>
163
283
  */
@@ -177,12 +297,54 @@ export declare class NetworkManager extends NetworkManagerClient {
177
297
  disassociateTransitGatewayConnectPeer(args: DisassociateTransitGatewayConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTransitGatewayConnectPeerCommandOutput>;
178
298
  disassociateTransitGatewayConnectPeer(args: DisassociateTransitGatewayConnectPeerCommandInput, cb: (err: any, data?: DisassociateTransitGatewayConnectPeerCommandOutput) => void): void;
179
299
  disassociateTransitGatewayConnectPeer(args: DisassociateTransitGatewayConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTransitGatewayConnectPeerCommandOutput) => void): void;
300
+ /**
301
+ * <p>Executes a change set on your core network. Deploys changes globally based on the policy submitted..</p>
302
+ */
303
+ executeCoreNetworkChangeSet(args: ExecuteCoreNetworkChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteCoreNetworkChangeSetCommandOutput>;
304
+ executeCoreNetworkChangeSet(args: ExecuteCoreNetworkChangeSetCommandInput, cb: (err: any, data?: ExecuteCoreNetworkChangeSetCommandOutput) => void): void;
305
+ executeCoreNetworkChangeSet(args: ExecuteCoreNetworkChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteCoreNetworkChangeSetCommandOutput) => void): void;
306
+ /**
307
+ * <p>Returns information about a core network Connect attachment.</p>
308
+ */
309
+ getConnectAttachment(args: GetConnectAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectAttachmentCommandOutput>;
310
+ getConnectAttachment(args: GetConnectAttachmentCommandInput, cb: (err: any, data?: GetConnectAttachmentCommandOutput) => void): void;
311
+ getConnectAttachment(args: GetConnectAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectAttachmentCommandOutput) => void): void;
180
312
  /**
181
313
  * <p>Gets information about one or more of your connections in a global network.</p>
182
314
  */
183
315
  getConnections(args: GetConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionsCommandOutput>;
184
316
  getConnections(args: GetConnectionsCommandInput, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
185
317
  getConnections(args: GetConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
318
+ /**
319
+ * <p>Returns information about a core network Connect peer.</p>
320
+ */
321
+ getConnectPeer(args: GetConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectPeerCommandOutput>;
322
+ getConnectPeer(args: GetConnectPeerCommandInput, cb: (err: any, data?: GetConnectPeerCommandOutput) => void): void;
323
+ getConnectPeer(args: GetConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectPeerCommandOutput) => void): void;
324
+ /**
325
+ * <p>Returns information about a core network Connect peer associations.</p>
326
+ */
327
+ getConnectPeerAssociations(args: GetConnectPeerAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectPeerAssociationsCommandOutput>;
328
+ getConnectPeerAssociations(args: GetConnectPeerAssociationsCommandInput, cb: (err: any, data?: GetConnectPeerAssociationsCommandOutput) => void): void;
329
+ getConnectPeerAssociations(args: GetConnectPeerAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectPeerAssociationsCommandOutput) => void): void;
330
+ /**
331
+ * <p>Returns information about a core network. By default it returns the LIVE policy.</p>
332
+ */
333
+ getCoreNetwork(args: GetCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkCommandOutput>;
334
+ getCoreNetwork(args: GetCoreNetworkCommandInput, cb: (err: any, data?: GetCoreNetworkCommandOutput) => void): void;
335
+ getCoreNetwork(args: GetCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkCommandOutput) => void): void;
336
+ /**
337
+ * <p>Returns a change set between the LIVE core network policy and a submitted policy.</p>
338
+ */
339
+ getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkChangeSetCommandOutput>;
340
+ getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, cb: (err: any, data?: GetCoreNetworkChangeSetCommandOutput) => void): void;
341
+ getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkChangeSetCommandOutput) => void): void;
342
+ /**
343
+ * <p>Gets details about a core network policy. You can get details about your current live policy or any previous policy version.</p>
344
+ */
345
+ getCoreNetworkPolicy(args: GetCoreNetworkPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkPolicyCommandOutput>;
346
+ getCoreNetworkPolicy(args: GetCoreNetworkPolicyCommandInput, cb: (err: any, data?: GetCoreNetworkPolicyCommandOutput) => void): void;
347
+ getCoreNetworkPolicy(args: GetCoreNetworkPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkPolicyCommandOutput) => void): void;
186
348
  /**
187
349
  * <p>Gets the association information for customer gateways that are associated with
188
350
  * devices and links in your global network.</p>
@@ -241,6 +403,12 @@ export declare class NetworkManager extends NetworkManagerClient {
241
403
  getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkTelemetryCommandOutput>;
242
404
  getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, cb: (err: any, data?: GetNetworkTelemetryCommandOutput) => void): void;
243
405
  getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkTelemetryCommandOutput) => void): void;
406
+ /**
407
+ * <p>Returns information about a resource policy.</p>
408
+ */
409
+ getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
410
+ getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
411
+ getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
244
412
  /**
245
413
  * <p>Gets information about the specified route analysis.</p>
246
414
  */
@@ -253,6 +421,12 @@ export declare class NetworkManager extends NetworkManagerClient {
253
421
  getSites(args: GetSitesCommandInput, options?: __HttpHandlerOptions): Promise<GetSitesCommandOutput>;
254
422
  getSites(args: GetSitesCommandInput, cb: (err: any, data?: GetSitesCommandOutput) => void): void;
255
423
  getSites(args: GetSitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSitesCommandOutput) => void): void;
424
+ /**
425
+ * <p>Returns information about a site-to-site VPN attachment.</p>
426
+ */
427
+ getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetSiteToSiteVpnAttachmentCommandOutput>;
428
+ getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentCommandInput, cb: (err: any, data?: GetSiteToSiteVpnAttachmentCommandOutput) => void): void;
429
+ getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSiteToSiteVpnAttachmentCommandOutput) => void): void;
256
430
  /**
257
431
  * <p>Gets information about one or more of your transit gateway Connect peer associations in a global network.</p>
258
432
  */
@@ -266,12 +440,54 @@ export declare class NetworkManager extends NetworkManagerClient {
266
440
  getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayRegistrationsCommandOutput>;
267
441
  getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, cb: (err: any, data?: GetTransitGatewayRegistrationsCommandOutput) => void): void;
268
442
  getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayRegistrationsCommandOutput) => void): void;
443
+ /**
444
+ * <p>Returns information about a VPC attachment.</p>
445
+ */
446
+ getVpcAttachment(args: GetVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcAttachmentCommandOutput>;
447
+ getVpcAttachment(args: GetVpcAttachmentCommandInput, cb: (err: any, data?: GetVpcAttachmentCommandOutput) => void): void;
448
+ getVpcAttachment(args: GetVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcAttachmentCommandOutput) => void): void;
449
+ /**
450
+ * <p>Returns a list of core network attachments.</p>
451
+ */
452
+ listAttachments(args: ListAttachmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachmentsCommandOutput>;
453
+ listAttachments(args: ListAttachmentsCommandInput, cb: (err: any, data?: ListAttachmentsCommandOutput) => void): void;
454
+ listAttachments(args: ListAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachmentsCommandOutput) => void): void;
455
+ /**
456
+ * <p>Returns a list of core network Connect peers.</p>
457
+ */
458
+ listConnectPeers(args: ListConnectPeersCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectPeersCommandOutput>;
459
+ listConnectPeers(args: ListConnectPeersCommandInput, cb: (err: any, data?: ListConnectPeersCommandOutput) => void): void;
460
+ listConnectPeers(args: ListConnectPeersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectPeersCommandOutput) => void): void;
461
+ /**
462
+ * <p>Returns a list of core network policy versions.</p>
463
+ */
464
+ listCoreNetworkPolicyVersions(args: ListCoreNetworkPolicyVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCoreNetworkPolicyVersionsCommandOutput>;
465
+ listCoreNetworkPolicyVersions(args: ListCoreNetworkPolicyVersionsCommandInput, cb: (err: any, data?: ListCoreNetworkPolicyVersionsCommandOutput) => void): void;
466
+ listCoreNetworkPolicyVersions(args: ListCoreNetworkPolicyVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoreNetworkPolicyVersionsCommandOutput) => void): void;
467
+ /**
468
+ * <p>Returns a list of owned and shared core networks.</p>
469
+ */
470
+ listCoreNetworks(args: ListCoreNetworksCommandInput, options?: __HttpHandlerOptions): Promise<ListCoreNetworksCommandOutput>;
471
+ listCoreNetworks(args: ListCoreNetworksCommandInput, cb: (err: any, data?: ListCoreNetworksCommandOutput) => void): void;
472
+ listCoreNetworks(args: ListCoreNetworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoreNetworksCommandOutput) => void): void;
269
473
  /**
270
474
  * <p>Lists the tags for a specified resource.</p>
271
475
  */
272
476
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
273
477
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
274
478
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
479
+ /**
480
+ * <p>Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.</p>
481
+ */
482
+ putCoreNetworkPolicy(args: PutCoreNetworkPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutCoreNetworkPolicyCommandOutput>;
483
+ putCoreNetworkPolicy(args: PutCoreNetworkPolicyCommandInput, cb: (err: any, data?: PutCoreNetworkPolicyCommandOutput) => void): void;
484
+ putCoreNetworkPolicy(args: PutCoreNetworkPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutCoreNetworkPolicyCommandOutput) => void): void;
485
+ /**
486
+ * <p>Creates or updates a resource policy.</p>
487
+ */
488
+ putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
489
+ putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
490
+ putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
275
491
  /**
276
492
  * <p>Registers a transit gateway in your global network. The transit gateway can be in any
277
493
  * Amazon Web Services Region, but it must be owned by the same Amazon Web Services account that owns
@@ -280,6 +496,18 @@ export declare class NetworkManager extends NetworkManagerClient {
280
496
  registerTransitGateway(args: RegisterTransitGatewayCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTransitGatewayCommandOutput>;
281
497
  registerTransitGateway(args: RegisterTransitGatewayCommandInput, cb: (err: any, data?: RegisterTransitGatewayCommandOutput) => void): void;
282
498
  registerTransitGateway(args: RegisterTransitGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTransitGatewayCommandOutput) => void): void;
499
+ /**
500
+ * <p>Rejects a core network attachment request.</p>
501
+ */
502
+ rejectAttachment(args: RejectAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<RejectAttachmentCommandOutput>;
503
+ rejectAttachment(args: RejectAttachmentCommandInput, cb: (err: any, data?: RejectAttachmentCommandOutput) => void): void;
504
+ rejectAttachment(args: RejectAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectAttachmentCommandOutput) => void): void;
505
+ /**
506
+ * <p>Restores a previous policy version as a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and restored policy.</p>
507
+ */
508
+ restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<RestoreCoreNetworkPolicyVersionCommandOutput>;
509
+ restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, cb: (err: any, data?: RestoreCoreNetworkPolicyVersionCommandOutput) => void): void;
510
+ restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreCoreNetworkPolicyVersionCommandOutput) => void): void;
283
511
  /**
284
512
  * <p>Starts analyzing the routing path between the specified source and destination. For more information,
285
513
  * see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/route-analyzer.html">Route Analyzer</a>.</p>
@@ -306,6 +534,12 @@ export declare class NetworkManager extends NetworkManagerClient {
306
534
  updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
307
535
  updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
308
536
  updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
537
+ /**
538
+ * <p>Updates the description of a core network.</p>
539
+ */
540
+ updateCoreNetwork(args: UpdateCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCoreNetworkCommandOutput>;
541
+ updateCoreNetwork(args: UpdateCoreNetworkCommandInput, cb: (err: any, data?: UpdateCoreNetworkCommandOutput) => void): void;
542
+ updateCoreNetwork(args: UpdateCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCoreNetworkCommandOutput) => void): void;
309
543
  /**
310
544
  * <p>Updates the details for an existing device. To remove information for any of the
311
545
  * parameters, specify an empty string.</p>
@@ -340,4 +574,10 @@ export declare class NetworkManager extends NetworkManagerClient {
340
574
  updateSite(args: UpdateSiteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSiteCommandOutput>;
341
575
  updateSite(args: UpdateSiteCommandInput, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
342
576
  updateSite(args: UpdateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
577
+ /**
578
+ * <p>Updates a VPC attachment.</p>
579
+ */
580
+ updateVpcAttachment(args: UpdateVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVpcAttachmentCommandOutput>;
581
+ updateVpcAttachment(args: UpdateVpcAttachmentCommandInput, cb: (err: any, data?: UpdateVpcAttachmentCommandOutput) => void): void;
582
+ updateVpcAttachment(args: UpdateVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcAttachmentCommandOutput) => void): void;
343
583
  }
@@ -6,25 +6,45 @@ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middlewa
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
10
+ import { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
9
11
  import { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
10
12
  import { AssociateLinkCommandInput, AssociateLinkCommandOutput } from "./commands/AssociateLinkCommand";
11
13
  import { AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput } from "./commands/AssociateTransitGatewayConnectPeerCommand";
14
+ import { CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput } from "./commands/CreateConnectAttachmentCommand";
12
15
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
16
+ import { CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput } from "./commands/CreateConnectPeerCommand";
17
+ import { CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput } from "./commands/CreateCoreNetworkCommand";
13
18
  import { CreateDeviceCommandInput, CreateDeviceCommandOutput } from "./commands/CreateDeviceCommand";
14
19
  import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } from "./commands/CreateGlobalNetworkCommand";
15
20
  import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
16
21
  import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
22
+ import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
23
+ import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
24
+ import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
17
25
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
26
+ import { DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput } from "./commands/DeleteConnectPeerCommand";
27
+ import { DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput } from "./commands/DeleteCoreNetworkCommand";
28
+ import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput } from "./commands/DeleteCoreNetworkPolicyVersionCommand";
18
29
  import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
19
30
  import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
20
31
  import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
32
+ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
21
33
  import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
22
34
  import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
23
35
  import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "./commands/DescribeGlobalNetworksCommand";
36
+ import { DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput } from "./commands/DisassociateConnectPeerCommand";
24
37
  import { DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput } from "./commands/DisassociateCustomerGatewayCommand";
25
38
  import { DisassociateLinkCommandInput, DisassociateLinkCommandOutput } from "./commands/DisassociateLinkCommand";
26
39
  import { DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput } from "./commands/DisassociateTransitGatewayConnectPeerCommand";
40
+ import { ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput } from "./commands/ExecuteCoreNetworkChangeSetCommand";
41
+ import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } from "./commands/GetConnectAttachmentCommand";
27
42
  import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
43
+ import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
44
+ import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
45
+ import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
46
+ import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
47
+ import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
28
48
  import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "./commands/GetCustomerGatewayAssociationsCommand";
29
49
  import { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
30
50
  import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
@@ -34,23 +54,36 @@ import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelation
34
54
  import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
35
55
  import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
36
56
  import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
57
+ import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
37
58
  import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
38
59
  import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
60
+ import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
39
61
  import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
40
62
  import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
63
+ import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
64
+ import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
65
+ import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
66
+ import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
67
+ import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
41
68
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
69
+ import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
70
+ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
42
71
  import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
72
+ import { RejectAttachmentCommandInput, RejectAttachmentCommandOutput } from "./commands/RejectAttachmentCommand";
73
+ import { RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
43
74
  import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
44
75
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
45
76
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
77
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
78
+ import { UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput } from "./commands/UpdateCoreNetworkCommand";
47
79
  import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
48
80
  import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
49
81
  import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
50
82
  import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
51
83
  import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
52
- export declare type ServiceInputTypes = AssociateCustomerGatewayCommandInput | AssociateLinkCommandInput | AssociateTransitGatewayConnectPeerCommandInput | CreateConnectionCommandInput | CreateDeviceCommandInput | CreateGlobalNetworkCommandInput | CreateLinkCommandInput | CreateSiteCommandInput | DeleteConnectionCommandInput | DeleteDeviceCommandInput | DeleteGlobalNetworkCommandInput | DeleteLinkCommandInput | DeleteSiteCommandInput | DeregisterTransitGatewayCommandInput | DescribeGlobalNetworksCommandInput | DisassociateCustomerGatewayCommandInput | DisassociateLinkCommandInput | DisassociateTransitGatewayConnectPeerCommandInput | GetConnectionsCommandInput | GetCustomerGatewayAssociationsCommandInput | GetDevicesCommandInput | GetLinkAssociationsCommandInput | GetLinksCommandInput | GetNetworkResourceCountsCommandInput | GetNetworkResourceRelationshipsCommandInput | GetNetworkResourcesCommandInput | GetNetworkRoutesCommandInput | GetNetworkTelemetryCommandInput | GetRouteAnalysisCommandInput | GetSitesCommandInput | GetTransitGatewayConnectPeerAssociationsCommandInput | GetTransitGatewayRegistrationsCommandInput | ListTagsForResourceCommandInput | RegisterTransitGatewayCommandInput | StartRouteAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateDeviceCommandInput | UpdateGlobalNetworkCommandInput | UpdateLinkCommandInput | UpdateNetworkResourceMetadataCommandInput | UpdateSiteCommandInput;
53
- export declare type ServiceOutputTypes = AssociateCustomerGatewayCommandOutput | AssociateLinkCommandOutput | AssociateTransitGatewayConnectPeerCommandOutput | CreateConnectionCommandOutput | CreateDeviceCommandOutput | CreateGlobalNetworkCommandOutput | CreateLinkCommandOutput | CreateSiteCommandOutput | DeleteConnectionCommandOutput | DeleteDeviceCommandOutput | DeleteGlobalNetworkCommandOutput | DeleteLinkCommandOutput | DeleteSiteCommandOutput | DeregisterTransitGatewayCommandOutput | DescribeGlobalNetworksCommandOutput | DisassociateCustomerGatewayCommandOutput | DisassociateLinkCommandOutput | DisassociateTransitGatewayConnectPeerCommandOutput | GetConnectionsCommandOutput | GetCustomerGatewayAssociationsCommandOutput | GetDevicesCommandOutput | GetLinkAssociationsCommandOutput | GetLinksCommandOutput | GetNetworkResourceCountsCommandOutput | GetNetworkResourceRelationshipsCommandOutput | GetNetworkResourcesCommandOutput | GetNetworkRoutesCommandOutput | GetNetworkTelemetryCommandOutput | GetRouteAnalysisCommandOutput | GetSitesCommandOutput | GetTransitGatewayConnectPeerAssociationsCommandOutput | GetTransitGatewayRegistrationsCommandOutput | ListTagsForResourceCommandOutput | RegisterTransitGatewayCommandOutput | StartRouteAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateDeviceCommandOutput | UpdateGlobalNetworkCommandOutput | UpdateLinkCommandOutput | UpdateNetworkResourceMetadataCommandOutput | UpdateSiteCommandOutput;
84
+ import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
85
+ export declare type ServiceInputTypes = AcceptAttachmentCommandInput | AssociateConnectPeerCommandInput | AssociateCustomerGatewayCommandInput | AssociateLinkCommandInput | AssociateTransitGatewayConnectPeerCommandInput | CreateConnectAttachmentCommandInput | CreateConnectPeerCommandInput | CreateConnectionCommandInput | CreateCoreNetworkCommandInput | CreateDeviceCommandInput | CreateGlobalNetworkCommandInput | CreateLinkCommandInput | CreateSiteCommandInput | CreateSiteToSiteVpnAttachmentCommandInput | CreateVpcAttachmentCommandInput | DeleteAttachmentCommandInput | DeleteConnectPeerCommandInput | DeleteConnectionCommandInput | DeleteCoreNetworkCommandInput | DeleteCoreNetworkPolicyVersionCommandInput | DeleteDeviceCommandInput | DeleteGlobalNetworkCommandInput | DeleteLinkCommandInput | DeleteResourcePolicyCommandInput | DeleteSiteCommandInput | DeregisterTransitGatewayCommandInput | DescribeGlobalNetworksCommandInput | DisassociateConnectPeerCommandInput | DisassociateCustomerGatewayCommandInput | DisassociateLinkCommandInput | DisassociateTransitGatewayConnectPeerCommandInput | ExecuteCoreNetworkChangeSetCommandInput | GetConnectAttachmentCommandInput | GetConnectPeerAssociationsCommandInput | GetConnectPeerCommandInput | GetConnectionsCommandInput | GetCoreNetworkChangeSetCommandInput | GetCoreNetworkCommandInput | GetCoreNetworkPolicyCommandInput | GetCustomerGatewayAssociationsCommandInput | GetDevicesCommandInput | GetLinkAssociationsCommandInput | GetLinksCommandInput | GetNetworkResourceCountsCommandInput | GetNetworkResourceRelationshipsCommandInput | GetNetworkResourcesCommandInput | GetNetworkRoutesCommandInput | GetNetworkTelemetryCommandInput | GetResourcePolicyCommandInput | GetRouteAnalysisCommandInput | GetSiteToSiteVpnAttachmentCommandInput | GetSitesCommandInput | GetTransitGatewayConnectPeerAssociationsCommandInput | GetTransitGatewayRegistrationsCommandInput | GetVpcAttachmentCommandInput | ListAttachmentsCommandInput | ListConnectPeersCommandInput | ListCoreNetworkPolicyVersionsCommandInput | ListCoreNetworksCommandInput | ListTagsForResourceCommandInput | PutCoreNetworkPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTransitGatewayCommandInput | RejectAttachmentCommandInput | RestoreCoreNetworkPolicyVersionCommandInput | StartRouteAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateCoreNetworkCommandInput | UpdateDeviceCommandInput | UpdateGlobalNetworkCommandInput | UpdateLinkCommandInput | UpdateNetworkResourceMetadataCommandInput | UpdateSiteCommandInput | UpdateVpcAttachmentCommandInput;
86
+ export declare type ServiceOutputTypes = AcceptAttachmentCommandOutput | AssociateConnectPeerCommandOutput | AssociateCustomerGatewayCommandOutput | AssociateLinkCommandOutput | AssociateTransitGatewayConnectPeerCommandOutput | CreateConnectAttachmentCommandOutput | CreateConnectPeerCommandOutput | CreateConnectionCommandOutput | CreateCoreNetworkCommandOutput | CreateDeviceCommandOutput | CreateGlobalNetworkCommandOutput | CreateLinkCommandOutput | CreateSiteCommandOutput | CreateSiteToSiteVpnAttachmentCommandOutput | CreateVpcAttachmentCommandOutput | DeleteAttachmentCommandOutput | DeleteConnectPeerCommandOutput | DeleteConnectionCommandOutput | DeleteCoreNetworkCommandOutput | DeleteCoreNetworkPolicyVersionCommandOutput | DeleteDeviceCommandOutput | DeleteGlobalNetworkCommandOutput | DeleteLinkCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSiteCommandOutput | DeregisterTransitGatewayCommandOutput | DescribeGlobalNetworksCommandOutput | DisassociateConnectPeerCommandOutput | DisassociateCustomerGatewayCommandOutput | DisassociateLinkCommandOutput | DisassociateTransitGatewayConnectPeerCommandOutput | ExecuteCoreNetworkChangeSetCommandOutput | GetConnectAttachmentCommandOutput | GetConnectPeerAssociationsCommandOutput | GetConnectPeerCommandOutput | GetConnectionsCommandOutput | GetCoreNetworkChangeSetCommandOutput | GetCoreNetworkCommandOutput | GetCoreNetworkPolicyCommandOutput | GetCustomerGatewayAssociationsCommandOutput | GetDevicesCommandOutput | GetLinkAssociationsCommandOutput | GetLinksCommandOutput | GetNetworkResourceCountsCommandOutput | GetNetworkResourceRelationshipsCommandOutput | GetNetworkResourcesCommandOutput | GetNetworkRoutesCommandOutput | GetNetworkTelemetryCommandOutput | GetResourcePolicyCommandOutput | GetRouteAnalysisCommandOutput | GetSiteToSiteVpnAttachmentCommandOutput | GetSitesCommandOutput | GetTransitGatewayConnectPeerAssociationsCommandOutput | GetTransitGatewayRegistrationsCommandOutput | GetVpcAttachmentCommandOutput | ListAttachmentsCommandOutput | ListConnectPeersCommandOutput | ListCoreNetworkPolicyVersionsCommandOutput | ListCoreNetworksCommandOutput | ListTagsForResourceCommandOutput | PutCoreNetworkPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTransitGatewayCommandOutput | RejectAttachmentCommandOutput | RestoreCoreNetworkPolicyVersionCommandOutput | StartRouteAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateCoreNetworkCommandOutput | UpdateDeviceCommandOutput | UpdateGlobalNetworkCommandOutput | UpdateLinkCommandOutput | UpdateNetworkResourceMetadataCommandOutput | UpdateSiteCommandOutput | UpdateVpcAttachmentCommandOutput;
54
87
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
55
88
  /**
56
89
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AcceptAttachmentRequest, AcceptAttachmentResponse } from "../models/models_0";
4
+ import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
5
+ export interface AcceptAttachmentCommandInput extends AcceptAttachmentRequest {
6
+ }
7
+ export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Accepts a core network attachment request. </p>
11
+ * <p>Once the attachment request is accepted by a core network owner, the attachment is
12
+ * created and connected to a core network.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { NetworkManagerClient, AcceptAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
17
+ * // const { NetworkManagerClient, AcceptAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
18
+ * const client = new NetworkManagerClient(config);
19
+ * const command = new AcceptAttachmentCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link AcceptAttachmentCommandInput} for command's `input` shape.
24
+ * @see {@link AcceptAttachmentCommandOutput} for command's `response` shape.
25
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class AcceptAttachmentCommand extends $Command<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
29
+ readonly input: AcceptAttachmentCommandInput;
30
+ constructor(input: AcceptAttachmentCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,38 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateConnectPeerRequest, AssociateConnectPeerResponse } from "../models/models_0";
4
+ import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
5
+ export interface AssociateConnectPeerCommandInput extends AssociateConnectPeerRequest {
6
+ }
7
+ export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Associates a core network Connect peer with a device and optionally, with a link. </p>
11
+ * <p>If you specify a link, it must be associated with the specified device. You can only
12
+ * associate core network Connect peers that have been created on a core network Connect
13
+ * attachment on a core network. </p>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { NetworkManagerClient, AssociateConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
18
+ * // const { NetworkManagerClient, AssociateConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
19
+ * const client = new NetworkManagerClient(config);
20
+ * const command = new AssociateConnectPeerCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link AssociateConnectPeerCommandInput} for command's `input` shape.
25
+ * @see {@link AssociateConnectPeerCommandOutput} for command's `response` shape.
26
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class AssociateConnectPeerCommand extends $Command<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
30
+ readonly input: AssociateConnectPeerCommandInput;
31
+ constructor(input: AssociateConnectPeerCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }