@aws-sdk/client-networkmanager 3.39.0 → 3.43.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 (120) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/README.md +1 -2
  3. package/dist-cjs/NetworkManager.js +120 -0
  4. package/dist-cjs/commands/GetNetworkResourceCountsCommand.js +36 -0
  5. package/dist-cjs/commands/GetNetworkResourceRelationshipsCommand.js +36 -0
  6. package/dist-cjs/commands/GetNetworkResourcesCommand.js +36 -0
  7. package/dist-cjs/commands/GetNetworkRoutesCommand.js +36 -0
  8. package/dist-cjs/commands/GetNetworkTelemetryCommand.js +36 -0
  9. package/dist-cjs/commands/GetRouteAnalysisCommand.js +36 -0
  10. package/dist-cjs/commands/StartRouteAnalysisCommand.js +36 -0
  11. package/dist-cjs/commands/UpdateNetworkResourceMetadataCommand.js +36 -0
  12. package/dist-cjs/commands/index.js +8 -0
  13. package/dist-cjs/endpoints.js +98 -7
  14. package/dist-cjs/models/models_0.js +238 -3
  15. package/dist-cjs/pagination/GetNetworkResourceCountsPaginator.js +35 -0
  16. package/dist-cjs/pagination/GetNetworkResourceRelationshipsPaginator.js +35 -0
  17. package/dist-cjs/pagination/GetNetworkResourcesPaginator.js +35 -0
  18. package/dist-cjs/pagination/GetNetworkTelemetryPaginator.js +35 -0
  19. package/dist-cjs/pagination/index.js +5 -1
  20. package/dist-cjs/protocols/Aws_restJson1.js +1352 -15
  21. package/dist-cjs/runtimeConfig.browser.js +6 -3
  22. package/dist-cjs/runtimeConfig.js +5 -3
  23. package/dist-es/NetworkManager.js +120 -0
  24. package/dist-es/commands/GetNetworkResourceCountsCommand.js +39 -0
  25. package/dist-es/commands/GetNetworkResourceRelationshipsCommand.js +39 -0
  26. package/dist-es/commands/GetNetworkResourcesCommand.js +39 -0
  27. package/dist-es/commands/GetNetworkRoutesCommand.js +39 -0
  28. package/dist-es/commands/GetNetworkTelemetryCommand.js +39 -0
  29. package/dist-es/commands/GetRouteAnalysisCommand.js +39 -0
  30. package/dist-es/commands/StartRouteAnalysisCommand.js +39 -0
  31. package/dist-es/commands/UpdateNetworkResourceMetadataCommand.js +39 -0
  32. package/dist-es/commands/index.js +8 -0
  33. package/dist-es/endpoints.js +98 -7
  34. package/dist-es/models/models_0.js +173 -0
  35. package/dist-es/pagination/GetNetworkResourceCountsPaginator.js +74 -0
  36. package/dist-es/pagination/GetNetworkResourceRelationshipsPaginator.js +74 -0
  37. package/dist-es/pagination/GetNetworkResourcesPaginator.js +74 -0
  38. package/dist-es/pagination/GetNetworkTelemetryPaginator.js +74 -0
  39. package/dist-es/pagination/index.js +5 -1
  40. package/dist-es/protocols/Aws_restJson1.js +1576 -142
  41. package/dist-es/runtimeConfig.browser.js +3 -2
  42. package/dist-es/runtimeConfig.js +3 -3
  43. package/dist-types/NetworkManager.d.ts +61 -4
  44. package/dist-types/NetworkManagerClient.d.ts +19 -4
  45. package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/AssociateLinkCommand.d.ts +1 -1
  47. package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateDeviceCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateLinkCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateSiteCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteDeviceCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteLinkCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteSiteCommand.d.ts +1 -1
  58. package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +1 -1
  60. package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/DisassociateLinkCommand.d.ts +1 -1
  62. package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +1 -1
  63. package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
  64. package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +1 -1
  65. package/dist-types/commands/GetDevicesCommand.d.ts +1 -1
  66. package/dist-types/commands/GetLinkAssociationsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetLinksCommand.d.ts +1 -1
  68. package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +35 -0
  69. package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +35 -0
  70. package/dist-types/commands/GetNetworkResourcesCommand.d.ts +36 -0
  71. package/dist-types/commands/GetNetworkRoutesCommand.d.ts +35 -0
  72. package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +35 -0
  73. package/dist-types/commands/GetRouteAnalysisCommand.d.ts +35 -0
  74. package/dist-types/commands/GetSitesCommand.d.ts +1 -1
  75. package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +1 -1
  76. package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +1 -1
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  78. package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +3 -3
  79. package/dist-types/commands/StartRouteAnalysisCommand.d.ts +36 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  81. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateDeviceCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateLinkCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +35 -0
  87. package/dist-types/commands/UpdateSiteCommand.d.ts +1 -1
  88. package/dist-types/commands/index.d.ts +8 -0
  89. package/dist-types/models/models_0.d.ts +1412 -137
  90. package/dist-types/pagination/GetNetworkResourceCountsPaginator.d.ts +4 -0
  91. package/dist-types/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +4 -0
  92. package/dist-types/pagination/GetNetworkResourcesPaginator.d.ts +4 -0
  93. package/dist-types/pagination/GetNetworkTelemetryPaginator.d.ts +4 -0
  94. package/dist-types/pagination/index.d.ts +5 -1
  95. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  96. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  97. package/dist-types/runtimeConfig.d.ts +2 -0
  98. package/dist-types/runtimeConfig.native.d.ts +2 -0
  99. package/dist-types/ts3.4/NetworkManager.d.ts +40 -0
  100. package/dist-types/ts3.4/NetworkManagerClient.d.ts +14 -2
  101. package/dist-types/ts3.4/commands/GetNetworkResourceCountsCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/GetNetworkResourceRelationshipsCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/GetNetworkResourcesCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/GetNetworkRoutesCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetNetworkTelemetryCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetRouteAnalysisCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/StartRouteAnalysisCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/UpdateNetworkResourceMetadataCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +511 -0
  111. package/dist-types/ts3.4/pagination/GetNetworkResourceCountsPaginator.d.ts +4 -0
  112. package/dist-types/ts3.4/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +4 -0
  113. package/dist-types/ts3.4/pagination/GetNetworkResourcesPaginator.d.ts +4 -0
  114. package/dist-types/ts3.4/pagination/GetNetworkTelemetryPaginator.d.ts +4 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +5 -1
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  117. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  118. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  119. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  120. package/package.json +23 -23
@@ -1,6 +1,7 @@
1
1
  import { __assign } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
4
5
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
6
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
6
7
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
11
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
12
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
13
  export var getRuntimeConfig = function (config) {
13
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
14
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
14
15
  var clientSharedValues = getSharedRuntimeConfig(config);
15
- return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", 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 : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), 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 : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
+ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", 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 : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), 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 : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : 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 : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), 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 });
16
17
  };
@@ -1,7 +1,7 @@
1
1
  import { __assign } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
+ import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
6
6
  import { Hash } from "@aws-sdk/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
18
18
  emitWarningIfUnsupportedVersion(process.version);
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
- 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, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
20
+ 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
21
  };
@@ -22,23 +22,30 @@ import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociati
22
22
  import { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
23
23
  import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
24
24
  import { GetLinksCommandInput, GetLinksCommandOutput } from "./commands/GetLinksCommand";
25
+ import { GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput } from "./commands/GetNetworkResourceCountsCommand";
26
+ import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput } from "./commands/GetNetworkResourceRelationshipsCommand";
27
+ import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
28
+ import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
29
+ import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
30
+ import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
25
31
  import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
26
32
  import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
27
33
  import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
28
34
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
29
35
  import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
36
+ import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
30
37
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
31
38
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
32
39
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
33
40
  import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
34
41
  import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
35
42
  import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
43
+ import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
36
44
  import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
37
45
  import { NetworkManagerClient } from "./NetworkManagerClient";
38
46
  /**
39
47
  * <p>Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your
40
- * AWS and on-premises networks that are built around transit gateways.</p>
41
- * <p>The Network Manager APIs are supported in the US West (Oregon) Region only. You must specify the <code>us-west-2</code> Region in all requests made to Network Manager.</p>
48
+ * Amazon Web Services and on-premises networks that are built around transit gateways.</p>
42
49
  */
43
50
  export declare class NetworkManager extends NetworkManagerClient {
44
51
  /**
@@ -203,6 +210,43 @@ export declare class NetworkManager extends NetworkManagerClient {
203
210
  getLinks(args: GetLinksCommandInput, options?: __HttpHandlerOptions): Promise<GetLinksCommandOutput>;
204
211
  getLinks(args: GetLinksCommandInput, cb: (err: any, data?: GetLinksCommandOutput) => void): void;
205
212
  getLinks(args: GetLinksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLinksCommandOutput) => void): void;
213
+ /**
214
+ * <p>Gets the count of network resources, by resource type, for the specified global network.</p>
215
+ */
216
+ getNetworkResourceCounts(args: GetNetworkResourceCountsCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkResourceCountsCommandOutput>;
217
+ getNetworkResourceCounts(args: GetNetworkResourceCountsCommandInput, cb: (err: any, data?: GetNetworkResourceCountsCommandOutput) => void): void;
218
+ getNetworkResourceCounts(args: GetNetworkResourceCountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkResourceCountsCommandOutput) => void): void;
219
+ /**
220
+ * <p>Gets the network resource relationships for the specified global network.</p>
221
+ */
222
+ getNetworkResourceRelationships(args: GetNetworkResourceRelationshipsCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkResourceRelationshipsCommandOutput>;
223
+ getNetworkResourceRelationships(args: GetNetworkResourceRelationshipsCommandInput, cb: (err: any, data?: GetNetworkResourceRelationshipsCommandOutput) => void): void;
224
+ getNetworkResourceRelationships(args: GetNetworkResourceRelationshipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkResourceRelationshipsCommandOutput) => void): void;
225
+ /**
226
+ * <p>Describes the network resources for the specified global network.</p>
227
+ * <p>The results include information from the corresponding Describe call for the resource, minus any sensitive information such as pre-shared keys.</p>
228
+ */
229
+ getNetworkResources(args: GetNetworkResourcesCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkResourcesCommandOutput>;
230
+ getNetworkResources(args: GetNetworkResourcesCommandInput, cb: (err: any, data?: GetNetworkResourcesCommandOutput) => void): void;
231
+ getNetworkResources(args: GetNetworkResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkResourcesCommandOutput) => void): void;
232
+ /**
233
+ * <p>Gets the network routes of the specified global network.</p>
234
+ */
235
+ getNetworkRoutes(args: GetNetworkRoutesCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkRoutesCommandOutput>;
236
+ getNetworkRoutes(args: GetNetworkRoutesCommandInput, cb: (err: any, data?: GetNetworkRoutesCommandOutput) => void): void;
237
+ getNetworkRoutes(args: GetNetworkRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkRoutesCommandOutput) => void): void;
238
+ /**
239
+ * <p>Gets the network telemetry of the specified global network.</p>
240
+ */
241
+ getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkTelemetryCommandOutput>;
242
+ getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, cb: (err: any, data?: GetNetworkTelemetryCommandOutput) => void): void;
243
+ getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkTelemetryCommandOutput) => void): void;
244
+ /**
245
+ * <p>Gets information about the specified route analysis.</p>
246
+ */
247
+ getRouteAnalysis(args: GetRouteAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<GetRouteAnalysisCommandOutput>;
248
+ getRouteAnalysis(args: GetRouteAnalysisCommandInput, cb: (err: any, data?: GetRouteAnalysisCommandOutput) => void): void;
249
+ getRouteAnalysis(args: GetRouteAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouteAnalysisCommandOutput) => void): void;
206
250
  /**
207
251
  * <p>Gets information about one or more of your sites in a global network.</p>
208
252
  */
@@ -230,12 +274,19 @@ export declare class NetworkManager extends NetworkManagerClient {
230
274
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
231
275
  /**
232
276
  * <p>Registers a transit gateway in your global network. The transit gateway can be in any
233
- * AWS Region, but it must be owned by the same AWS account that owns the global network.
234
- * You cannot register a transit gateway in more than one global network.</p>
277
+ * Amazon Web Services Region, but it must be owned by the same Amazon Web Services account that owns
278
+ * the global network. You cannot register a transit gateway in more than one global network.</p>
235
279
  */
236
280
  registerTransitGateway(args: RegisterTransitGatewayCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTransitGatewayCommandOutput>;
237
281
  registerTransitGateway(args: RegisterTransitGatewayCommandInput, cb: (err: any, data?: RegisterTransitGatewayCommandOutput) => void): void;
238
282
  registerTransitGateway(args: RegisterTransitGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTransitGatewayCommandOutput) => void): void;
283
+ /**
284
+ * <p>Starts analyzing the routing path between the specified source and destination. For more information,
285
+ * see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/route-analyzer.html">Route Analyzer</a>.</p>
286
+ */
287
+ startRouteAnalysis(args: StartRouteAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<StartRouteAnalysisCommandOutput>;
288
+ startRouteAnalysis(args: StartRouteAnalysisCommandInput, cb: (err: any, data?: StartRouteAnalysisCommandOutput) => void): void;
289
+ startRouteAnalysis(args: StartRouteAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRouteAnalysisCommandOutput) => void): void;
239
290
  /**
240
291
  * <p>Tags a specified resource.</p>
241
292
  */
@@ -276,6 +327,12 @@ export declare class NetworkManager extends NetworkManagerClient {
276
327
  updateLink(args: UpdateLinkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLinkCommandOutput>;
277
328
  updateLink(args: UpdateLinkCommandInput, cb: (err: any, data?: UpdateLinkCommandOutput) => void): void;
278
329
  updateLink(args: UpdateLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLinkCommandOutput) => void): void;
330
+ /**
331
+ * <p>Updates the resource metadata for the specified global network.</p>
332
+ */
333
+ updateNetworkResourceMetadata(args: UpdateNetworkResourceMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkResourceMetadataCommandOutput>;
334
+ updateNetworkResourceMetadata(args: UpdateNetworkResourceMetadataCommandInput, cb: (err: any, data?: UpdateNetworkResourceMetadataCommandOutput) => void): void;
335
+ updateNetworkResourceMetadata(args: UpdateNetworkResourceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkResourceMetadataCommandOutput) => void): void;
279
336
  /**
280
337
  * <p>Updates the information for an existing site. To remove information for any of the
281
338
  * parameters, specify an empty string.</p>
@@ -29,20 +29,28 @@ import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociati
29
29
  import { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
30
30
  import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
31
31
  import { GetLinksCommandInput, GetLinksCommandOutput } from "./commands/GetLinksCommand";
32
+ import { GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput } from "./commands/GetNetworkResourceCountsCommand";
33
+ import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput } from "./commands/GetNetworkResourceRelationshipsCommand";
34
+ import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
35
+ import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
36
+ import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
37
+ import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
32
38
  import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
33
39
  import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
34
40
  import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
35
41
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
36
42
  import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
43
+ import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
37
44
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
38
45
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
39
46
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
40
47
  import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
41
48
  import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
42
49
  import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
50
+ import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
43
51
  import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
44
- 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 | GetSitesCommandInput | GetTransitGatewayConnectPeerAssociationsCommandInput | GetTransitGatewayRegistrationsCommandInput | ListTagsForResourceCommandInput | RegisterTransitGatewayCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateDeviceCommandInput | UpdateGlobalNetworkCommandInput | UpdateLinkCommandInput | UpdateSiteCommandInput;
45
- 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 | GetSitesCommandOutput | GetTransitGatewayConnectPeerAssociationsCommandOutput | GetTransitGatewayRegistrationsCommandOutput | ListTagsForResourceCommandOutput | RegisterTransitGatewayCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateDeviceCommandOutput | UpdateGlobalNetworkCommandOutput | UpdateLinkCommandOutput | UpdateSiteCommandOutput;
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;
46
54
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
47
55
  /**
48
56
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -111,6 +119,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
111
119
  * Optional logger for logging debug/info/warn/error.
112
120
  */
113
121
  logger?: __Logger;
122
+ /**
123
+ * Enables IPv6/IPv4 dualstack endpoint.
124
+ */
125
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
126
+ /**
127
+ * Enables FIPS compatible endpoints.
128
+ */
129
+ useFipsEndpoint?: boolean | __Provider<boolean>;
114
130
  /**
115
131
  * Unique service identifier.
116
132
  * @internal
@@ -150,8 +166,7 @@ export interface NetworkManagerClientResolvedConfig extends NetworkManagerClient
150
166
  }
151
167
  /**
152
168
  * <p>Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your
153
- * AWS and on-premises networks that are built around transit gateways.</p>
154
- * <p>The Network Manager APIs are supported in the US West (Oregon) Region only. You must specify the <code>us-west-2</code> Region in all requests made to Network Manager.</p>
169
+ * Amazon Web Services and on-premises networks that are built around transit gateways.</p>
155
170
  */
156
171
  export declare class NetworkManagerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, NetworkManagerClientResolvedConfig> {
157
172
  /**
@@ -28,7 +28,7 @@ export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomer
28
28
  *
29
29
  * @see {@link AssociateCustomerGatewayCommandInput} for command's `input` shape.
30
30
  * @see {@link AssociateCustomerGatewayCommandOutput} for command's `response` shape.
31
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class AssociateCustomerGatewayCommand extends $Command<AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AssociateLinkCommandOutput extends AssociateLinkResponse, __Met
20
20
  *
21
21
  * @see {@link AssociateLinkCommandInput} for command's `input` shape.
22
22
  * @see {@link AssociateLinkCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class AssociateLinkCommand extends $Command<AssociateLinkCommandInput, AssociateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface AssociateTransitGatewayConnectPeerCommandOutput extends Associa
24
24
  *
25
25
  * @see {@link AssociateTransitGatewayConnectPeerCommandInput} for command's `input` shape.
26
26
  * @see {@link AssociateTransitGatewayConnectPeerCommandOutput} for command's `response` shape.
27
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class AssociateTransitGatewayConnectPeerCommand extends $Command<AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
20
20
  *
21
21
  * @see {@link CreateConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateConnectionCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateDeviceCommandOutput extends CreateDeviceResponse, __Metad
21
21
  *
22
22
  * @see {@link CreateDeviceCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateDeviceCommandOutput} for command's `response` shape.
24
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateDeviceCommand extends $Command<CreateDeviceCommandInput, CreateDeviceCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateGlobalNetworkCommandOutput extends CreateGlobalNetworkRes
20
20
  *
21
21
  * @see {@link CreateGlobalNetworkCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateGlobalNetworkCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateGlobalNetworkCommand extends $Command<CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateLinkCommandOutput extends CreateLinkResponse, __MetadataB
20
20
  *
21
21
  * @see {@link CreateLinkCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateLinkCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateLinkCommand extends $Command<CreateLinkCommandInput, CreateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateSiteCommandOutput extends CreateSiteResponse, __MetadataB
20
20
  *
21
21
  * @see {@link CreateSiteCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateSiteCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateSiteCommand extends $Command<CreateSiteCommandInput, CreateSiteCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
20
20
  *
21
21
  * @see {@link DeleteConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
21
21
  *
22
22
  * @see {@link DeleteDeviceCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteDeviceCommandOutput} for command's `response` shape.
24
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteDeviceCommand extends $Command<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteGlobalNetworkCommandOutput extends DeleteGlobalNetworkRes
21
21
  *
22
22
  * @see {@link DeleteGlobalNetworkCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteGlobalNetworkCommandOutput} for command's `response` shape.
24
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteGlobalNetworkCommand extends $Command<DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataB
21
21
  *
22
22
  * @see {@link DeleteLinkCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteLinkCommandOutput} for command's `response` shape.
24
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteLinkCommand extends $Command<DeleteLinkCommandInput, DeleteLinkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSiteCommandOutput extends DeleteSiteResponse, __MetadataB
20
20
  *
21
21
  * @see {@link DeleteSiteCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSiteCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSiteCommand extends $Command<DeleteSiteCommandInput, DeleteSiteCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeregisterTransitGatewayCommandOutput extends DeregisterTransit
21
21
  *
22
22
  * @see {@link DeregisterTransitGatewayCommandInput} for command's `input` shape.
23
23
  * @see {@link DeregisterTransitGatewayCommandOutput} for command's `response` shape.
24
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeregisterTransitGatewayCommand extends $Command<DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeGlobalNetworksCommandOutput extends DescribeGlobalNetwo
23
23
  *
24
24
  * @see {@link DescribeGlobalNetworksCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeGlobalNetworksCommandOutput} for command's `response` shape.
26
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeGlobalNetworksCommand extends $Command<DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociateCustomerGatewayCommandOutput extends DisassociateCu
20
20
  *
21
21
  * @see {@link DisassociateCustomerGatewayCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociateCustomerGatewayCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociateCustomerGatewayCommand extends $Command<DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse,
21
21
  *
22
22
  * @see {@link DisassociateLinkCommandInput} for command's `input` shape.
23
23
  * @see {@link DisassociateLinkCommandOutput} for command's `response` shape.
24
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DisassociateLinkCommand extends $Command<DisassociateLinkCommandInput, DisassociateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociateTransitGatewayConnectPeerCommandOutput extends Disa
20
20
  *
21
21
  * @see {@link DisassociateTransitGatewayConnectPeerCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociateTransitGatewayConnectPeerCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociateTransitGatewayConnectPeerCommand extends $Command<DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M
20
20
  *
21
21
  * @see {@link GetConnectionsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetConnectionsCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetConnectionsCommand extends $Command<GetConnectionsCommandInput, GetConnectionsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetCustomerGatewayAssociationsCommandOutput extends GetCustomer
21
21
  *
22
22
  * @see {@link GetCustomerGatewayAssociationsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetCustomerGatewayAssociationsCommandOutput} for command's `response` shape.
24
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetCustomerGatewayAssociationsCommand extends $Command<GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDevicesCommandOutput extends GetDevicesResponse, __MetadataB
20
20
  *
21
21
  * @see {@link GetDevicesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDevicesCommandOutput} for command's `response` shape.
23
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDevicesCommand extends $Command<GetDevicesCommandInput, GetDevicesCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetLinkAssociationsCommandOutput extends GetLinkAssociationsRes
21
21
  *
22
22
  * @see {@link GetLinkAssociationsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetLinkAssociationsCommandOutput} for command's `response` shape.
24
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetLinkAssociationsCommand extends $Command<GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetLinksCommandOutput extends GetLinksResponse, __MetadataBeare
21
21
  *
22
22
  * @see {@link GetLinksCommandInput} for command's `input` shape.
23
23
  * @see {@link GetLinksCommandOutput} for command's `response` shape.
24
- * @see {@link NetworkManagerClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetLinksCommand extends $Command<GetLinksCommandInput, GetLinksCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -0,0 +1,35 @@
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 { GetNetworkResourceCountsRequest, GetNetworkResourceCountsResponse } from "../models/models_0";
4
+ import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
5
+ export interface GetNetworkResourceCountsCommandInput extends GetNetworkResourceCountsRequest {
6
+ }
7
+ export interface GetNetworkResourceCountsCommandOutput extends GetNetworkResourceCountsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Gets the count of network resources, by resource type, for the specified global network.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { NetworkManagerClient, GetNetworkResourceCountsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
15
+ * // const { NetworkManagerClient, GetNetworkResourceCountsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
16
+ * const client = new NetworkManagerClient(config);
17
+ * const command = new GetNetworkResourceCountsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetNetworkResourceCountsCommandInput} for command's `input` shape.
22
+ * @see {@link GetNetworkResourceCountsCommandOutput} for command's `response` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetNetworkResourceCountsCommand extends $Command<GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput, NetworkManagerClientResolvedConfig> {
27
+ readonly input: GetNetworkResourceCountsCommandInput;
28
+ constructor(input: GetNetworkResourceCountsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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 { GetNetworkResourceRelationshipsRequest, GetNetworkResourceRelationshipsResponse } from "../models/models_0";
4
+ import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
5
+ export interface GetNetworkResourceRelationshipsCommandInput extends GetNetworkResourceRelationshipsRequest {
6
+ }
7
+ export interface GetNetworkResourceRelationshipsCommandOutput extends GetNetworkResourceRelationshipsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Gets the network resource relationships for the specified global network.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { NetworkManagerClient, GetNetworkResourceRelationshipsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
15
+ * // const { NetworkManagerClient, GetNetworkResourceRelationshipsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
16
+ * const client = new NetworkManagerClient(config);
17
+ * const command = new GetNetworkResourceRelationshipsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetNetworkResourceRelationshipsCommandInput} for command's `input` shape.
22
+ * @see {@link GetNetworkResourceRelationshipsCommandOutput} for command's `response` shape.
23
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetNetworkResourceRelationshipsCommand extends $Command<GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput, NetworkManagerClientResolvedConfig> {
27
+ readonly input: GetNetworkResourceRelationshipsCommandInput;
28
+ constructor(input: GetNetworkResourceRelationshipsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,36 @@
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 { GetNetworkResourcesRequest, GetNetworkResourcesResponse } from "../models/models_0";
4
+ import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
5
+ export interface GetNetworkResourcesCommandInput extends GetNetworkResourcesRequest {
6
+ }
7
+ export interface GetNetworkResourcesCommandOutput extends GetNetworkResourcesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Describes the network resources for the specified global network.</p>
11
+ * <p>The results include information from the corresponding Describe call for the resource, minus any sensitive information such as pre-shared keys.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { NetworkManagerClient, GetNetworkResourcesCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
16
+ * // const { NetworkManagerClient, GetNetworkResourcesCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
17
+ * const client = new NetworkManagerClient(config);
18
+ * const command = new GetNetworkResourcesCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link GetNetworkResourcesCommandInput} for command's `input` shape.
23
+ * @see {@link GetNetworkResourcesCommandOutput} for command's `response` shape.
24
+ * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class GetNetworkResourcesCommand extends $Command<GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput, NetworkManagerClientResolvedConfig> {
28
+ readonly input: GetNetworkResourcesCommandInput;
29
+ constructor(input: GetNetworkResourcesCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }