@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.
- package/CHANGELOG.md +39 -0
- package/README.md +1 -2
- package/dist-cjs/NetworkManager.js +120 -0
- package/dist-cjs/commands/GetNetworkResourceCountsCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkResourceRelationshipsCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkResourcesCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkRoutesCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkTelemetryCommand.js +36 -0
- package/dist-cjs/commands/GetRouteAnalysisCommand.js +36 -0
- package/dist-cjs/commands/StartRouteAnalysisCommand.js +36 -0
- package/dist-cjs/commands/UpdateNetworkResourceMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoints.js +98 -7
- package/dist-cjs/models/models_0.js +238 -3
- package/dist-cjs/pagination/GetNetworkResourceCountsPaginator.js +35 -0
- package/dist-cjs/pagination/GetNetworkResourceRelationshipsPaginator.js +35 -0
- package/dist-cjs/pagination/GetNetworkResourcesPaginator.js +35 -0
- package/dist-cjs/pagination/GetNetworkTelemetryPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1352 -15
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/NetworkManager.js +120 -0
- package/dist-es/commands/GetNetworkResourceCountsCommand.js +39 -0
- package/dist-es/commands/GetNetworkResourceRelationshipsCommand.js +39 -0
- package/dist-es/commands/GetNetworkResourcesCommand.js +39 -0
- package/dist-es/commands/GetNetworkRoutesCommand.js +39 -0
- package/dist-es/commands/GetNetworkTelemetryCommand.js +39 -0
- package/dist-es/commands/GetRouteAnalysisCommand.js +39 -0
- package/dist-es/commands/StartRouteAnalysisCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkResourceMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoints.js +98 -7
- package/dist-es/models/models_0.js +173 -0
- package/dist-es/pagination/GetNetworkResourceCountsPaginator.js +74 -0
- package/dist-es/pagination/GetNetworkResourceRelationshipsPaginator.js +74 -0
- package/dist-es/pagination/GetNetworkResourcesPaginator.js +74 -0
- package/dist-es/pagination/GetNetworkTelemetryPaginator.js +74 -0
- package/dist-es/pagination/index.js +5 -1
- package/dist-es/protocols/Aws_restJson1.js +1576 -142
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/NetworkManager.d.ts +61 -4
- package/dist-types/NetworkManagerClient.d.ts +19 -4
- package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AssociateLinkCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateLinkCommand.d.ts +1 -1
- package/dist-types/commands/CreateSiteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLinkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSiteCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetDevicesCommand.d.ts +1 -1
- package/dist-types/commands/GetLinkAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLinksCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkResourcesCommand.d.ts +36 -0
- package/dist-types/commands/GetNetworkRoutesCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +35 -0
- package/dist-types/commands/GetRouteAnalysisCommand.d.ts +35 -0
- package/dist-types/commands/GetSitesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +3 -3
- package/dist-types/commands/StartRouteAnalysisCommand.d.ts +36 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLinkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +1412 -137
- package/dist-types/pagination/GetNetworkResourceCountsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetNetworkResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetNetworkTelemetryPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +5 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/NetworkManager.d.ts +40 -0
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +14 -2
- package/dist-types/ts3.4/commands/GetNetworkResourceCountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkResourceRelationshipsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkTelemetryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRouteAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartRouteAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkResourceMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +511 -0
- package/dist-types/ts3.4/pagination/GetNetworkResourceCountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetNetworkResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetNetworkTelemetryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
13
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
16
|
const getRuntimeConfig = (config) => {
|
|
16
|
-
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;
|
|
17
18
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
18
19
|
return {
|
|
19
20
|
...clientSharedValues,
|
|
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
|
|
|
30
31
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
|
|
31
32
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
32
33
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
35
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
36
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
|
|
37
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
|
|
35
38
|
};
|
|
36
39
|
};
|
|
37
40
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const getRuntimeConfig = (config) => {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
22
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
23
|
return {
|
|
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
|
|
|
35
35
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
|
|
36
36
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
37
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
39
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
40
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
|
|
41
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
|
|
40
42
|
};
|
|
41
43
|
};
|
|
42
44
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -22,17 +22,25 @@ import { GetCustomerGatewayAssociationsCommand, } from "./commands/GetCustomerGa
|
|
|
22
22
|
import { GetDevicesCommand } from "./commands/GetDevicesCommand";
|
|
23
23
|
import { GetLinkAssociationsCommand, } from "./commands/GetLinkAssociationsCommand";
|
|
24
24
|
import { GetLinksCommand } from "./commands/GetLinksCommand";
|
|
25
|
+
import { GetNetworkResourceCountsCommand, } from "./commands/GetNetworkResourceCountsCommand";
|
|
26
|
+
import { GetNetworkResourceRelationshipsCommand, } from "./commands/GetNetworkResourceRelationshipsCommand";
|
|
27
|
+
import { GetNetworkResourcesCommand, } from "./commands/GetNetworkResourcesCommand";
|
|
28
|
+
import { GetNetworkRoutesCommand, } from "./commands/GetNetworkRoutesCommand";
|
|
29
|
+
import { GetNetworkTelemetryCommand, } from "./commands/GetNetworkTelemetryCommand";
|
|
30
|
+
import { GetRouteAnalysisCommand, } from "./commands/GetRouteAnalysisCommand";
|
|
25
31
|
import { GetSitesCommand } from "./commands/GetSitesCommand";
|
|
26
32
|
import { GetTransitGatewayConnectPeerAssociationsCommand, } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
27
33
|
import { GetTransitGatewayRegistrationsCommand, } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
28
34
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
29
35
|
import { RegisterTransitGatewayCommand, } from "./commands/RegisterTransitGatewayCommand";
|
|
36
|
+
import { StartRouteAnalysisCommand, } from "./commands/StartRouteAnalysisCommand";
|
|
30
37
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
31
38
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
32
39
|
import { UpdateConnectionCommand, } from "./commands/UpdateConnectionCommand";
|
|
33
40
|
import { UpdateDeviceCommand, } from "./commands/UpdateDeviceCommand";
|
|
34
41
|
import { UpdateGlobalNetworkCommand, } from "./commands/UpdateGlobalNetworkCommand";
|
|
35
42
|
import { UpdateLinkCommand } from "./commands/UpdateLinkCommand";
|
|
43
|
+
import { UpdateNetworkResourceMetadataCommand, } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
36
44
|
import { UpdateSiteCommand } from "./commands/UpdateSiteCommand";
|
|
37
45
|
import { NetworkManagerClient } from "./NetworkManagerClient";
|
|
38
46
|
var NetworkManager = (function (_super) {
|
|
@@ -362,6 +370,90 @@ var NetworkManager = (function (_super) {
|
|
|
362
370
|
return this.send(command, optionsOrCb);
|
|
363
371
|
}
|
|
364
372
|
};
|
|
373
|
+
NetworkManager.prototype.getNetworkResourceCounts = function (args, optionsOrCb, cb) {
|
|
374
|
+
var command = new GetNetworkResourceCountsCommand(args);
|
|
375
|
+
if (typeof optionsOrCb === "function") {
|
|
376
|
+
this.send(command, optionsOrCb);
|
|
377
|
+
}
|
|
378
|
+
else if (typeof cb === "function") {
|
|
379
|
+
if (typeof optionsOrCb !== "object")
|
|
380
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
381
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
382
|
+
}
|
|
383
|
+
else {
|
|
384
|
+
return this.send(command, optionsOrCb);
|
|
385
|
+
}
|
|
386
|
+
};
|
|
387
|
+
NetworkManager.prototype.getNetworkResourceRelationships = function (args, optionsOrCb, cb) {
|
|
388
|
+
var command = new GetNetworkResourceRelationshipsCommand(args);
|
|
389
|
+
if (typeof optionsOrCb === "function") {
|
|
390
|
+
this.send(command, optionsOrCb);
|
|
391
|
+
}
|
|
392
|
+
else if (typeof cb === "function") {
|
|
393
|
+
if (typeof optionsOrCb !== "object")
|
|
394
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
395
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
396
|
+
}
|
|
397
|
+
else {
|
|
398
|
+
return this.send(command, optionsOrCb);
|
|
399
|
+
}
|
|
400
|
+
};
|
|
401
|
+
NetworkManager.prototype.getNetworkResources = function (args, optionsOrCb, cb) {
|
|
402
|
+
var command = new GetNetworkResourcesCommand(args);
|
|
403
|
+
if (typeof optionsOrCb === "function") {
|
|
404
|
+
this.send(command, optionsOrCb);
|
|
405
|
+
}
|
|
406
|
+
else if (typeof cb === "function") {
|
|
407
|
+
if (typeof optionsOrCb !== "object")
|
|
408
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
409
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
410
|
+
}
|
|
411
|
+
else {
|
|
412
|
+
return this.send(command, optionsOrCb);
|
|
413
|
+
}
|
|
414
|
+
};
|
|
415
|
+
NetworkManager.prototype.getNetworkRoutes = function (args, optionsOrCb, cb) {
|
|
416
|
+
var command = new GetNetworkRoutesCommand(args);
|
|
417
|
+
if (typeof optionsOrCb === "function") {
|
|
418
|
+
this.send(command, optionsOrCb);
|
|
419
|
+
}
|
|
420
|
+
else if (typeof cb === "function") {
|
|
421
|
+
if (typeof optionsOrCb !== "object")
|
|
422
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
423
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
424
|
+
}
|
|
425
|
+
else {
|
|
426
|
+
return this.send(command, optionsOrCb);
|
|
427
|
+
}
|
|
428
|
+
};
|
|
429
|
+
NetworkManager.prototype.getNetworkTelemetry = function (args, optionsOrCb, cb) {
|
|
430
|
+
var command = new GetNetworkTelemetryCommand(args);
|
|
431
|
+
if (typeof optionsOrCb === "function") {
|
|
432
|
+
this.send(command, optionsOrCb);
|
|
433
|
+
}
|
|
434
|
+
else if (typeof cb === "function") {
|
|
435
|
+
if (typeof optionsOrCb !== "object")
|
|
436
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
437
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
438
|
+
}
|
|
439
|
+
else {
|
|
440
|
+
return this.send(command, optionsOrCb);
|
|
441
|
+
}
|
|
442
|
+
};
|
|
443
|
+
NetworkManager.prototype.getRouteAnalysis = function (args, optionsOrCb, cb) {
|
|
444
|
+
var command = new GetRouteAnalysisCommand(args);
|
|
445
|
+
if (typeof optionsOrCb === "function") {
|
|
446
|
+
this.send(command, optionsOrCb);
|
|
447
|
+
}
|
|
448
|
+
else if (typeof cb === "function") {
|
|
449
|
+
if (typeof optionsOrCb !== "object")
|
|
450
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
451
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
452
|
+
}
|
|
453
|
+
else {
|
|
454
|
+
return this.send(command, optionsOrCb);
|
|
455
|
+
}
|
|
456
|
+
};
|
|
365
457
|
NetworkManager.prototype.getSites = function (args, optionsOrCb, cb) {
|
|
366
458
|
var command = new GetSitesCommand(args);
|
|
367
459
|
if (typeof optionsOrCb === "function") {
|
|
@@ -432,6 +524,20 @@ var NetworkManager = (function (_super) {
|
|
|
432
524
|
return this.send(command, optionsOrCb);
|
|
433
525
|
}
|
|
434
526
|
};
|
|
527
|
+
NetworkManager.prototype.startRouteAnalysis = function (args, optionsOrCb, cb) {
|
|
528
|
+
var command = new StartRouteAnalysisCommand(args);
|
|
529
|
+
if (typeof optionsOrCb === "function") {
|
|
530
|
+
this.send(command, optionsOrCb);
|
|
531
|
+
}
|
|
532
|
+
else if (typeof cb === "function") {
|
|
533
|
+
if (typeof optionsOrCb !== "object")
|
|
534
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
535
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
536
|
+
}
|
|
537
|
+
else {
|
|
538
|
+
return this.send(command, optionsOrCb);
|
|
539
|
+
}
|
|
540
|
+
};
|
|
435
541
|
NetworkManager.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
436
542
|
var command = new TagResourceCommand(args);
|
|
437
543
|
if (typeof optionsOrCb === "function") {
|
|
@@ -516,6 +622,20 @@ var NetworkManager = (function (_super) {
|
|
|
516
622
|
return this.send(command, optionsOrCb);
|
|
517
623
|
}
|
|
518
624
|
};
|
|
625
|
+
NetworkManager.prototype.updateNetworkResourceMetadata = function (args, optionsOrCb, cb) {
|
|
626
|
+
var command = new UpdateNetworkResourceMetadataCommand(args);
|
|
627
|
+
if (typeof optionsOrCb === "function") {
|
|
628
|
+
this.send(command, optionsOrCb);
|
|
629
|
+
}
|
|
630
|
+
else if (typeof cb === "function") {
|
|
631
|
+
if (typeof optionsOrCb !== "object")
|
|
632
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
633
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
634
|
+
}
|
|
635
|
+
else {
|
|
636
|
+
return this.send(command, optionsOrCb);
|
|
637
|
+
}
|
|
638
|
+
};
|
|
519
639
|
NetworkManager.prototype.updateSite = function (args, optionsOrCb, cb) {
|
|
520
640
|
var command = new UpdateSiteCommand(args);
|
|
521
641
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetNetworkResourceCountsRequest, GetNetworkResourceCountsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetNetworkResourceCountsCommand, serializeAws_restJson1GetNetworkResourceCountsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetNetworkResourceCountsCommand = (function (_super) {
|
|
7
|
+
__extends(GetNetworkResourceCountsCommand, _super);
|
|
8
|
+
function GetNetworkResourceCountsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetNetworkResourceCountsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "NetworkManagerClient";
|
|
18
|
+
var commandName = "GetNetworkResourceCountsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetNetworkResourceCountsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetNetworkResourceCountsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetNetworkResourceCountsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1GetNetworkResourceCountsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetNetworkResourceCountsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1GetNetworkResourceCountsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetNetworkResourceCountsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetNetworkResourceCountsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetNetworkResourceRelationshipsRequest, GetNetworkResourceRelationshipsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetNetworkResourceRelationshipsCommand, serializeAws_restJson1GetNetworkResourceRelationshipsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetNetworkResourceRelationshipsCommand = (function (_super) {
|
|
7
|
+
__extends(GetNetworkResourceRelationshipsCommand, _super);
|
|
8
|
+
function GetNetworkResourceRelationshipsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetNetworkResourceRelationshipsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "NetworkManagerClient";
|
|
18
|
+
var commandName = "GetNetworkResourceRelationshipsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetNetworkResourceRelationshipsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetNetworkResourceRelationshipsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetNetworkResourceRelationshipsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1GetNetworkResourceRelationshipsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetNetworkResourceRelationshipsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1GetNetworkResourceRelationshipsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetNetworkResourceRelationshipsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetNetworkResourceRelationshipsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetNetworkResourcesRequest, GetNetworkResourcesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetNetworkResourcesCommand, serializeAws_restJson1GetNetworkResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetNetworkResourcesCommand = (function (_super) {
|
|
7
|
+
__extends(GetNetworkResourcesCommand, _super);
|
|
8
|
+
function GetNetworkResourcesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetNetworkResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "NetworkManagerClient";
|
|
18
|
+
var commandName = "GetNetworkResourcesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetNetworkResourcesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetNetworkResourcesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetNetworkResourcesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1GetNetworkResourcesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetNetworkResourcesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1GetNetworkResourcesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetNetworkResourcesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetNetworkResourcesCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetNetworkRoutesRequest, GetNetworkRoutesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetNetworkRoutesCommand, serializeAws_restJson1GetNetworkRoutesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetNetworkRoutesCommand = (function (_super) {
|
|
7
|
+
__extends(GetNetworkRoutesCommand, _super);
|
|
8
|
+
function GetNetworkRoutesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetNetworkRoutesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "NetworkManagerClient";
|
|
18
|
+
var commandName = "GetNetworkRoutesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetNetworkRoutesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetNetworkRoutesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetNetworkRoutesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1GetNetworkRoutesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetNetworkRoutesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1GetNetworkRoutesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetNetworkRoutesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetNetworkRoutesCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetNetworkTelemetryRequest, GetNetworkTelemetryResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetNetworkTelemetryCommand, serializeAws_restJson1GetNetworkTelemetryCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetNetworkTelemetryCommand = (function (_super) {
|
|
7
|
+
__extends(GetNetworkTelemetryCommand, _super);
|
|
8
|
+
function GetNetworkTelemetryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetNetworkTelemetryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "NetworkManagerClient";
|
|
18
|
+
var commandName = "GetNetworkTelemetryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetNetworkTelemetryRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetNetworkTelemetryResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetNetworkTelemetryCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1GetNetworkTelemetryCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetNetworkTelemetryCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1GetNetworkTelemetryCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetNetworkTelemetryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetNetworkTelemetryCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetRouteAnalysisRequest, GetRouteAnalysisResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetRouteAnalysisCommand, serializeAws_restJson1GetRouteAnalysisCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetRouteAnalysisCommand = (function (_super) {
|
|
7
|
+
__extends(GetRouteAnalysisCommand, _super);
|
|
8
|
+
function GetRouteAnalysisCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetRouteAnalysisCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "NetworkManagerClient";
|
|
18
|
+
var commandName = "GetRouteAnalysisCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetRouteAnalysisRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRouteAnalysisResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetRouteAnalysisCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1GetRouteAnalysisCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetRouteAnalysisCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1GetRouteAnalysisCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetRouteAnalysisCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetRouteAnalysisCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartRouteAnalysisRequest, StartRouteAnalysisResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1StartRouteAnalysisCommand, serializeAws_restJson1StartRouteAnalysisCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var StartRouteAnalysisCommand = (function (_super) {
|
|
7
|
+
__extends(StartRouteAnalysisCommand, _super);
|
|
8
|
+
function StartRouteAnalysisCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
StartRouteAnalysisCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "NetworkManagerClient";
|
|
18
|
+
var commandName = "StartRouteAnalysisCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: StartRouteAnalysisRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartRouteAnalysisResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
StartRouteAnalysisCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1StartRouteAnalysisCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
StartRouteAnalysisCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1StartRouteAnalysisCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return StartRouteAnalysisCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { StartRouteAnalysisCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateNetworkResourceMetadataRequest, UpdateNetworkResourceMetadataResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateNetworkResourceMetadataCommand, serializeAws_restJson1UpdateNetworkResourceMetadataCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateNetworkResourceMetadataCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateNetworkResourceMetadataCommand, _super);
|
|
8
|
+
function UpdateNetworkResourceMetadataCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateNetworkResourceMetadataCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "NetworkManagerClient";
|
|
18
|
+
var commandName = "UpdateNetworkResourceMetadataCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateNetworkResourceMetadataRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateNetworkResourceMetadataResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateNetworkResourceMetadataCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1UpdateNetworkResourceMetadataCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateNetworkResourceMetadataCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1UpdateNetworkResourceMetadataCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateNetworkResourceMetadataCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateNetworkResourceMetadataCommand };
|
|
@@ -21,15 +21,23 @@ export * from "./GetCustomerGatewayAssociationsCommand";
|
|
|
21
21
|
export * from "./GetDevicesCommand";
|
|
22
22
|
export * from "./GetLinkAssociationsCommand";
|
|
23
23
|
export * from "./GetLinksCommand";
|
|
24
|
+
export * from "./GetNetworkResourceCountsCommand";
|
|
25
|
+
export * from "./GetNetworkResourceRelationshipsCommand";
|
|
26
|
+
export * from "./GetNetworkResourcesCommand";
|
|
27
|
+
export * from "./GetNetworkRoutesCommand";
|
|
28
|
+
export * from "./GetNetworkTelemetryCommand";
|
|
29
|
+
export * from "./GetRouteAnalysisCommand";
|
|
24
30
|
export * from "./GetSitesCommand";
|
|
25
31
|
export * from "./GetTransitGatewayConnectPeerAssociationsCommand";
|
|
26
32
|
export * from "./GetTransitGatewayRegistrationsCommand";
|
|
27
33
|
export * from "./ListTagsForResourceCommand";
|
|
28
34
|
export * from "./RegisterTransitGatewayCommand";
|
|
35
|
+
export * from "./StartRouteAnalysisCommand";
|
|
29
36
|
export * from "./TagResourceCommand";
|
|
30
37
|
export * from "./UntagResourceCommand";
|
|
31
38
|
export * from "./UpdateConnectionCommand";
|
|
32
39
|
export * from "./UpdateDeviceCommand";
|
|
33
40
|
export * from "./UpdateGlobalNetworkCommand";
|
|
34
41
|
export * from "./UpdateLinkCommand";
|
|
42
|
+
export * from "./UpdateNetworkResourceMetadataCommand";
|
|
35
43
|
export * from "./UpdateSiteCommand";
|