@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
@@ -15,8 +15,7 @@ export declare namespace AccessDeniedException {
15
15
  }
16
16
  export interface AssociateCustomerGatewayRequest {
17
17
  /**
18
- * <p>The Amazon Resource Name (ARN) of the customer gateway. For more information, see
19
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html#amazonec2-resources-for-iam-policies">Resources Defined by Amazon EC2</a>.</p>
18
+ * <p>The Amazon Resource Name (ARN) of the customer gateway.</p>
20
19
  */
21
20
  CustomerGatewayArn: string | undefined;
22
21
  /**
@@ -143,6 +142,9 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
143
142
  * <p>The resource type.</p>
144
143
  */
145
144
  ResourceType: string | undefined;
145
+ Context?: {
146
+ [key: string]: string;
147
+ };
146
148
  }
147
149
  export declare namespace ResourceNotFoundException {
148
150
  /**
@@ -387,15 +389,16 @@ export declare namespace AssociateTransitGatewayConnectPeerResponse {
387
389
  const filterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerResponse) => any;
388
390
  }
389
391
  /**
390
- * <p>Specifies a location in AWS.</p>
392
+ * <p>Specifies a location in Amazon Web Services.</p>
391
393
  */
392
394
  export interface AWSLocation {
393
395
  /**
394
- * <p>The Zone the device is located in. This can be the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.</p>
396
+ * <p>The Zone that the device is located in. Specify the ID of an Availability Zone, Local
397
+ * Zone, Wavelength Zone, or an Outpost.</p>
395
398
  */
396
399
  Zone?: string;
397
400
  /**
398
- * <p>The Amazon Resource Name (ARN) of the subnet the device is located in.</p>
401
+ * <p>The Amazon Resource Name (ARN) of the subnet that the device is located in.</p>
399
402
  */
400
403
  SubnetArn?: string;
401
404
  }
@@ -436,12 +439,12 @@ export declare enum ConnectionState {
436
439
  export interface Tag {
437
440
  /**
438
441
  * <p>The tag key.</p>
439
- * <p>Length Constraints: Maximum length of 128 characters.</p>
442
+ * <p>Constraints: Maximum length of 128 characters.</p>
440
443
  */
441
444
  Key?: string;
442
445
  /**
443
446
  * <p>The tag value.</p>
444
- * <p>Length Constraints: Maximum length of 256 characters.</p>
447
+ * <p>Constraints: Maximum length of 256 characters.</p>
445
448
  */
446
449
  Value?: string;
447
450
  }
@@ -506,6 +509,37 @@ export declare namespace Connection {
506
509
  */
507
510
  const filterSensitiveLog: (obj: Connection) => any;
508
511
  }
512
+ export declare enum ConnectionStatus {
513
+ DOWN = "DOWN",
514
+ UP = "UP"
515
+ }
516
+ export declare enum ConnectionType {
517
+ BGP = "BGP",
518
+ IPSEC = "IPSEC"
519
+ }
520
+ /**
521
+ * <p>Describes connection health.</p>
522
+ */
523
+ export interface ConnectionHealth {
524
+ /**
525
+ * <p>The connection type.</p>
526
+ */
527
+ Type?: ConnectionType | string;
528
+ /**
529
+ * <p>The connection status.</p>
530
+ */
531
+ Status?: ConnectionStatus | string;
532
+ /**
533
+ * <p>The time the status was last updated.</p>
534
+ */
535
+ Timestamp?: Date;
536
+ }
537
+ export declare namespace ConnectionHealth {
538
+ /**
539
+ * @internal
540
+ */
541
+ const filterSensitiveLog: (obj: ConnectionHealth) => any;
542
+ }
509
543
  export interface CreateConnectionRequest {
510
544
  /**
511
545
  * <p>The ID of the global network.</p>
@@ -584,12 +618,12 @@ export interface CreateDeviceRequest {
584
618
  */
585
619
  GlobalNetworkId: string | undefined;
586
620
  /**
587
- * <p>The AWS location of the device.</p>
621
+ * <p>The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.</p>
588
622
  */
589
623
  AWSLocation?: AWSLocation;
590
624
  /**
591
625
  * <p>A description of the device.</p>
592
- * <p>Length Constraints: Maximum length of 256 characters.</p>
626
+ * <p>Constraints: Maximum length of 256 characters.</p>
593
627
  */
594
628
  Description?: string;
595
629
  /**
@@ -598,17 +632,17 @@ export interface CreateDeviceRequest {
598
632
  Type?: string;
599
633
  /**
600
634
  * <p>The vendor of the device.</p>
601
- * <p>Length Constraints: Maximum length of 128 characters.</p>
635
+ * <p>Constraints: Maximum length of 128 characters.</p>
602
636
  */
603
637
  Vendor?: string;
604
638
  /**
605
639
  * <p>The model of the device.</p>
606
- * <p>Length Constraints: Maximum length of 128 characters.</p>
640
+ * <p>Constraints: Maximum length of 128 characters.</p>
607
641
  */
608
642
  Model?: string;
609
643
  /**
610
644
  * <p>The serial number of the device.</p>
611
- * <p>Length Constraints: Maximum length of 128 characters.</p>
645
+ * <p>Constraints: Maximum length of 128 characters.</p>
612
646
  */
613
647
  SerialNumber?: string;
614
648
  /**
@@ -653,7 +687,7 @@ export interface Device {
653
687
  */
654
688
  GlobalNetworkId?: string;
655
689
  /**
656
- * <p>The AWS location of the device.</p>
690
+ * <p>The Amazon Web Services location of the device.</p>
657
691
  */
658
692
  AWSLocation?: AWSLocation;
659
693
  /**
@@ -718,7 +752,7 @@ export declare namespace CreateDeviceResponse {
718
752
  export interface CreateGlobalNetworkRequest {
719
753
  /**
720
754
  * <p>A description of the global network.</p>
721
- * <p>Length Constraints: Maximum length of 256 characters.</p>
755
+ * <p>Constraints: Maximum length of 256 characters.</p>
722
756
  */
723
757
  Description?: string;
724
758
  /**
@@ -792,13 +826,12 @@ export interface CreateLinkRequest {
792
826
  GlobalNetworkId: string | undefined;
793
827
  /**
794
828
  * <p>A description of the link.</p>
795
- * <p>Length Constraints: Maximum length of 256 characters.</p>
829
+ * <p>Constraints: Maximum length of 256 characters.</p>
796
830
  */
797
831
  Description?: string;
798
832
  /**
799
833
  * <p>The type of the link.</p>
800
- * <p>Constraints: Cannot include the following characters: | \ ^</p>
801
- * <p>Length Constraints: Maximum length of 128 characters.</p>
834
+ * <p>Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^</p>
802
835
  */
803
836
  Type?: string;
804
837
  /**
@@ -807,8 +840,7 @@ export interface CreateLinkRequest {
807
840
  Bandwidth: Bandwidth | undefined;
808
841
  /**
809
842
  * <p>The provider of the link.</p>
810
- * <p>Constraints: Cannot include the following characters: | \ ^</p>
811
- * <p>Length Constraints: Maximum length of 128 characters.</p>
843
+ * <p>Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^</p>
812
844
  */
813
845
  Provider?: string;
814
846
  /**
@@ -906,7 +938,7 @@ export interface CreateSiteRequest {
906
938
  GlobalNetworkId: string | undefined;
907
939
  /**
908
940
  * <p>A description of your site.</p>
909
- * <p>Length Constraints: Maximum length of 256 characters.</p>
941
+ * <p>Constraints: Maximum length of 256 characters.</p>
910
942
  */
911
943
  Description?: string;
912
944
  /**
@@ -1254,8 +1286,7 @@ export interface DisassociateCustomerGatewayRequest {
1254
1286
  */
1255
1287
  GlobalNetworkId: string | undefined;
1256
1288
  /**
1257
- * <p>The Amazon Resource Name (ARN) of the customer gateway. For more information, see
1258
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html#amazonec2-resources-for-iam-policies">Resources Defined by Amazon EC2</a>.</p>
1289
+ * <p>The Amazon Resource Name (ARN) of the customer gateway.</p>
1259
1290
  */
1260
1291
  CustomerGatewayArn: string | undefined;
1261
1292
  }
@@ -1387,8 +1418,7 @@ export interface GetCustomerGatewayAssociationsRequest {
1387
1418
  */
1388
1419
  GlobalNetworkId: string | undefined;
1389
1420
  /**
1390
- * <p>One or more customer gateway Amazon Resource Names (ARNs). For more information, see
1391
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html#amazonec2-resources-for-iam-policies">Resources Defined by Amazon EC2</a>. The maximum is 10.</p>
1421
+ * <p>One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.</p>
1392
1422
  */
1393
1423
  CustomerGatewayArns?: string[];
1394
1424
  /**
@@ -1562,15 +1592,91 @@ export declare namespace GetLinksResponse {
1562
1592
  */
1563
1593
  const filterSensitiveLog: (obj: GetLinksResponse) => any;
1564
1594
  }
1565
- export interface GetSitesRequest {
1595
+ export interface GetNetworkResourceCountsRequest {
1566
1596
  /**
1567
1597
  * <p>The ID of the global network.</p>
1568
1598
  */
1569
1599
  GlobalNetworkId: string | undefined;
1570
1600
  /**
1571
- * <p>One or more site IDs. The maximum is 10.</p>
1601
+ * <p>The resource type.</p>
1602
+ * <p>The following are the supported resource types for Direct Connect:</p>
1603
+ * <ul>
1604
+ * <li>
1605
+ * <p>
1606
+ * <code>dxcon</code>
1607
+ * </p>
1608
+ * </li>
1609
+ * <li>
1610
+ * <p>
1611
+ * <code>dx-gateway</code>
1612
+ * </p>
1613
+ * </li>
1614
+ * <li>
1615
+ * <p>
1616
+ * <code>dx-vif</code>
1617
+ * </p>
1618
+ * </li>
1619
+ * </ul>
1620
+ *
1621
+ * <p>The following are the supported resource types for Network Manager:</p>
1622
+ * <ul>
1623
+ * <li>
1624
+ * <p>
1625
+ * <code>connection</code>
1626
+ * </p>
1627
+ * </li>
1628
+ * <li>
1629
+ * <p>
1630
+ * <code>device</code>
1631
+ * </p>
1632
+ * </li>
1633
+ * <li>
1634
+ * <p>
1635
+ * <code>link</code>
1636
+ * </p>
1637
+ * </li>
1638
+ * <li>
1639
+ * <p>
1640
+ * <code>site</code>
1641
+ * </p>
1642
+ * </li>
1643
+ * </ul>
1644
+ *
1645
+ * <p>The following are the supported resource types for Amazon VPC:</p>
1646
+ * <ul>
1647
+ * <li>
1648
+ * <p>
1649
+ * <code>customer-gateway</code>
1650
+ * </p>
1651
+ * </li>
1652
+ * <li>
1653
+ * <p>
1654
+ * <code>transit-gateway</code>
1655
+ * </p>
1656
+ * </li>
1657
+ * <li>
1658
+ * <p>
1659
+ * <code>transit-gateway-attachment</code>
1660
+ * </p>
1661
+ * </li>
1662
+ * <li>
1663
+ * <p>
1664
+ * <code>transit-gateway-connect-peer</code>
1665
+ * </p>
1666
+ * </li>
1667
+ * <li>
1668
+ * <p>
1669
+ * <code>transit-gateway-route-table</code>
1670
+ * </p>
1671
+ * </li>
1672
+ * <li>
1673
+ * <p>
1674
+ * <code>vpn-connection</code>
1675
+ * </p>
1676
+ * </li>
1677
+ * </ul>
1572
1678
  */
1573
- SiteIds?: string[];
1679
+ ResourceType?: string;
1574
1680
  /**
1575
1681
  * <p>The maximum number of results to return.</p>
1576
1682
  */
@@ -1580,78 +1686,148 @@ export interface GetSitesRequest {
1580
1686
  */
1581
1687
  NextToken?: string;
1582
1688
  }
1583
- export declare namespace GetSitesRequest {
1689
+ export declare namespace GetNetworkResourceCountsRequest {
1584
1690
  /**
1585
1691
  * @internal
1586
1692
  */
1587
- const filterSensitiveLog: (obj: GetSitesRequest) => any;
1693
+ const filterSensitiveLog: (obj: GetNetworkResourceCountsRequest) => any;
1588
1694
  }
1589
- export interface GetSitesResponse {
1695
+ /**
1696
+ * <p>Describes a resource count.</p>
1697
+ */
1698
+ export interface NetworkResourceCount {
1590
1699
  /**
1591
- * <p>The sites.</p>
1700
+ * <p>The resource type.</p>
1592
1701
  */
1593
- Sites?: Site[];
1702
+ ResourceType?: string;
1594
1703
  /**
1595
- * <p>The token for the next page of results.</p>
1704
+ * <p>The resource count.</p>
1596
1705
  */
1597
- NextToken?: string;
1706
+ Count?: number;
1598
1707
  }
1599
- export declare namespace GetSitesResponse {
1708
+ export declare namespace NetworkResourceCount {
1600
1709
  /**
1601
1710
  * @internal
1602
1711
  */
1603
- const filterSensitiveLog: (obj: GetSitesResponse) => any;
1712
+ const filterSensitiveLog: (obj: NetworkResourceCount) => any;
1604
1713
  }
1605
- export interface GetTransitGatewayConnectPeerAssociationsRequest {
1606
- /**
1607
- * <p>The ID of the global network.</p>
1608
- */
1609
- GlobalNetworkId: string | undefined;
1610
- /**
1611
- * <p>One or more transit gateway Connect peer Amazon Resource Names (ARNs).</p>
1612
- */
1613
- TransitGatewayConnectPeerArns?: string[];
1714
+ export interface GetNetworkResourceCountsResponse {
1614
1715
  /**
1615
- * <p>The maximum number of results to return.</p>
1716
+ * <p>The count of resources.</p>
1616
1717
  */
1617
- MaxResults?: number;
1718
+ NetworkResourceCounts?: NetworkResourceCount[];
1618
1719
  /**
1619
1720
  * <p>The token for the next page of results.</p>
1620
1721
  */
1621
1722
  NextToken?: string;
1622
1723
  }
1623
- export declare namespace GetTransitGatewayConnectPeerAssociationsRequest {
1724
+ export declare namespace GetNetworkResourceCountsResponse {
1624
1725
  /**
1625
1726
  * @internal
1626
1727
  */
1627
- const filterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsRequest) => any;
1728
+ const filterSensitiveLog: (obj: GetNetworkResourceCountsResponse) => any;
1628
1729
  }
1629
- export interface GetTransitGatewayConnectPeerAssociationsResponse {
1730
+ export interface GetNetworkResourceRelationshipsRequest {
1630
1731
  /**
1631
- * <p>Information about the transit gateway Connect peer associations.</p>
1732
+ * <p>The ID of the global network.</p>
1632
1733
  */
1633
- TransitGatewayConnectPeerAssociations?: TransitGatewayConnectPeerAssociation[];
1734
+ GlobalNetworkId: string | undefined;
1634
1735
  /**
1635
- * <p>The token to use for the next page of results.</p>
1736
+ * <p>The ARN of the registered gateway.</p>
1636
1737
  */
1637
- NextToken?: string;
1638
- }
1639
- export declare namespace GetTransitGatewayConnectPeerAssociationsResponse {
1738
+ RegisteredGatewayArn?: string;
1640
1739
  /**
1641
- * @internal
1740
+ * <p>The Amazon Web Services Region.</p>
1642
1741
  */
1643
- const filterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsResponse) => any;
1644
- }
1645
- export interface GetTransitGatewayRegistrationsRequest {
1742
+ AwsRegion?: string;
1646
1743
  /**
1647
- * <p>The ID of the global network.</p>
1744
+ * <p>The Amazon Web Services account ID.</p>
1648
1745
  */
1649
- GlobalNetworkId: string | undefined;
1746
+ AccountId?: string;
1650
1747
  /**
1651
- * <p>The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is
1652
- * 10.</p>
1748
+ * <p>The resource type.</p>
1749
+ * <p>The following are the supported resource types for Direct Connect:</p>
1750
+ * <ul>
1751
+ * <li>
1752
+ * <p>
1753
+ * <code>dxcon</code>
1754
+ * </p>
1755
+ * </li>
1756
+ * <li>
1757
+ * <p>
1758
+ * <code>dx-gateway</code>
1759
+ * </p>
1760
+ * </li>
1761
+ * <li>
1762
+ * <p>
1763
+ * <code>dx-vif</code>
1764
+ * </p>
1765
+ * </li>
1766
+ * </ul>
1767
+ *
1768
+ * <p>The following are the supported resource types for Network Manager:</p>
1769
+ * <ul>
1770
+ * <li>
1771
+ * <p>
1772
+ * <code>connection</code>
1773
+ * </p>
1774
+ * </li>
1775
+ * <li>
1776
+ * <p>
1777
+ * <code>device</code>
1778
+ * </p>
1779
+ * </li>
1780
+ * <li>
1781
+ * <p>
1782
+ * <code>link</code>
1783
+ * </p>
1784
+ * </li>
1785
+ * <li>
1786
+ * <p>
1787
+ * <code>site</code>
1788
+ * </p>
1789
+ * </li>
1790
+ * </ul>
1791
+ *
1792
+ * <p>The following are the supported resource types for Amazon VPC:</p>
1793
+ * <ul>
1794
+ * <li>
1795
+ * <p>
1796
+ * <code>customer-gateway</code>
1797
+ * </p>
1798
+ * </li>
1799
+ * <li>
1800
+ * <p>
1801
+ * <code>transit-gateway</code>
1802
+ * </p>
1803
+ * </li>
1804
+ * <li>
1805
+ * <p>
1806
+ * <code>transit-gateway-attachment</code>
1807
+ * </p>
1808
+ * </li>
1809
+ * <li>
1810
+ * <p>
1811
+ * <code>transit-gateway-connect-peer</code>
1812
+ * </p>
1813
+ * </li>
1814
+ * <li>
1815
+ * <p>
1816
+ * <code>transit-gateway-route-table</code>
1817
+ * </p>
1818
+ * </li>
1819
+ * <li>
1820
+ * <p>
1821
+ * <code>vpn-connection</code>
1822
+ * </p>
1823
+ * </li>
1824
+ * </ul>
1653
1825
  */
1654
- TransitGatewayArns?: string[];
1826
+ ResourceType?: string;
1827
+ /**
1828
+ * <p>The ARN of the gateway.</p>
1829
+ */
1830
+ ResourceArn?: string;
1655
1831
  /**
1656
1832
  * <p>The maximum number of results to return.</p>
1657
1833
  */
@@ -1661,118 +1837,1177 @@ export interface GetTransitGatewayRegistrationsRequest {
1661
1837
  */
1662
1838
  NextToken?: string;
1663
1839
  }
1664
- export declare namespace GetTransitGatewayRegistrationsRequest {
1840
+ export declare namespace GetNetworkResourceRelationshipsRequest {
1665
1841
  /**
1666
1842
  * @internal
1667
1843
  */
1668
- const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsRequest) => any;
1844
+ const filterSensitiveLog: (obj: GetNetworkResourceRelationshipsRequest) => any;
1669
1845
  }
1670
- export interface GetTransitGatewayRegistrationsResponse {
1846
+ /**
1847
+ * <p>Describes a resource relationship.</p>
1848
+ */
1849
+ export interface Relationship {
1671
1850
  /**
1672
- * <p>The transit gateway registrations.</p>
1851
+ * <p>The ARN of the resource.</p>
1673
1852
  */
1674
- TransitGatewayRegistrations?: TransitGatewayRegistration[];
1853
+ From?: string;
1675
1854
  /**
1676
- * <p>The token for the next page of results.</p>
1855
+ * <p>The ARN of the resource.</p>
1677
1856
  */
1678
- NextToken?: string;
1857
+ To?: string;
1679
1858
  }
1680
- export declare namespace GetTransitGatewayRegistrationsResponse {
1859
+ export declare namespace Relationship {
1681
1860
  /**
1682
1861
  * @internal
1683
1862
  */
1684
- const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsResponse) => any;
1685
- }
1686
- export interface ListTagsForResourceRequest {
1687
- /**
1688
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
1689
- */
1690
- ResourceArn: string | undefined;
1863
+ const filterSensitiveLog: (obj: Relationship) => any;
1691
1864
  }
1692
- export declare namespace ListTagsForResourceRequest {
1865
+ export interface GetNetworkResourceRelationshipsResponse {
1693
1866
  /**
1694
- * @internal
1867
+ * <p>The resource relationships.</p>
1695
1868
  */
1696
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1697
- }
1698
- export interface ListTagsForResourceResponse {
1869
+ Relationships?: Relationship[];
1699
1870
  /**
1700
- * <p>The list of tags.</p>
1871
+ * <p>The token for the next page of results.</p>
1701
1872
  */
1702
- TagList?: Tag[];
1873
+ NextToken?: string;
1703
1874
  }
1704
- export declare namespace ListTagsForResourceResponse {
1875
+ export declare namespace GetNetworkResourceRelationshipsResponse {
1705
1876
  /**
1706
1877
  * @internal
1707
1878
  */
1708
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1879
+ const filterSensitiveLog: (obj: GetNetworkResourceRelationshipsResponse) => any;
1709
1880
  }
1710
- export interface RegisterTransitGatewayRequest {
1881
+ export interface GetNetworkResourcesRequest {
1711
1882
  /**
1712
1883
  * <p>The ID of the global network.</p>
1713
1884
  */
1714
1885
  GlobalNetworkId: string | undefined;
1715
1886
  /**
1716
- * <p>The Amazon Resource Name (ARN) of the transit gateway. For more information, see
1717
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html#amazonec2-resources-for-iam-policies">Resources Defined by Amazon EC2</a>.</p>
1887
+ * <p>The ARN of the gateway.</p>
1718
1888
  */
1719
- TransitGatewayArn: string | undefined;
1720
- }
1721
- export declare namespace RegisterTransitGatewayRequest {
1889
+ RegisteredGatewayArn?: string;
1722
1890
  /**
1723
- * @internal
1891
+ * <p>The Amazon Web Services Region.</p>
1724
1892
  */
1725
- const filterSensitiveLog: (obj: RegisterTransitGatewayRequest) => any;
1726
- }
1727
- export interface RegisterTransitGatewayResponse {
1893
+ AwsRegion?: string;
1728
1894
  /**
1729
- * <p>Information about the transit gateway registration.</p>
1895
+ * <p>The Amazon Web Services account ID.</p>
1730
1896
  */
1731
- TransitGatewayRegistration?: TransitGatewayRegistration;
1732
- }
1733
- export declare namespace RegisterTransitGatewayResponse {
1897
+ AccountId?: string;
1734
1898
  /**
1735
- * @internal
1899
+ * <p>The resource type.</p>
1900
+ * <p>The following are the supported resource types for Direct Connect:</p>
1901
+ * <ul>
1902
+ * <li>
1903
+ * <p>
1904
+ * <code>dxcon</code> - The definition model is
1905
+ * <a href="https://docs.aws.amazon.com/directconnect/latest/APIReference/API_Connection.html">Connection</a>.</p>
1906
+ * </li>
1907
+ * <li>
1908
+ * <p>
1909
+ * <code>dx-gateway</code> - The definition model is
1910
+ * <a href="https://docs.aws.amazon.com/directconnect/latest/APIReference/API_DirectConnectGateway.html">DirectConnectGateway</a>.</p>
1911
+ * </li>
1912
+ * <li>
1913
+ * <p>
1914
+ * <code>dx-vif</code> - The definition model is
1915
+ * <a href="https://docs.aws.amazon.com/directconnect/latest/APIReference/API_VirtualInterface.html">VirtualInterface</a>.</p>
1916
+ * </li>
1917
+ * </ul>
1918
+ *
1919
+ * <p>The following are the supported resource types for Network Manager:</p>
1920
+ * <ul>
1921
+ * <li>
1922
+ * <p>
1923
+ * <code>connection</code> - The definition model is
1924
+ * <a href="https://docs.aws.amazon.com/networkmanager/latest/APIReference/API_Connection.html">Connection</a>.</p>
1925
+ * </li>
1926
+ * <li>
1927
+ * <p>
1928
+ * <code>device</code> - The definition model is
1929
+ * <a href="https://docs.aws.amazon.com/networkmanager/latest/APIReference/API_Device.html">Device</a>.</p>
1930
+ * </li>
1931
+ * <li>
1932
+ * <p>
1933
+ * <code>link</code> - The definition model is
1934
+ * <a href="https://docs.aws.amazon.com/networkmanager/latest/APIReference/API_Link.html">Link</a>.</p>
1935
+ * </li>
1936
+ * <li>
1937
+ * <p>
1938
+ * <code>site</code> - The definition model is
1939
+ * <a href="https://docs.aws.amazon.com/networkmanager/latest/APIReference/API_Site.html">Site</a>.</p>
1940
+ * </li>
1941
+ * </ul>
1942
+ *
1943
+ * <p>The following are the supported resource types for Amazon VPC:</p>
1944
+ * <ul>
1945
+ * <li>
1946
+ * <p>
1947
+ * <code>customer-gateway</code> - The definition model is
1948
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CustomerGateway.html">CustomerGateway</a>.</p>
1949
+ * </li>
1950
+ * <li>
1951
+ * <p>
1952
+ * <code>transit-gateway</code> - The definition model is
1953
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TransitGateway.html">TransitGateway</a>.</p>
1954
+ * </li>
1955
+ * <li>
1956
+ * <p>
1957
+ * <code>transit-gateway-attachment</code> - The definition model is
1958
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TransitGatewayAttachment.html">TransitGatewayAttachment</a>.</p>
1959
+ * </li>
1960
+ * <li>
1961
+ * <p>
1962
+ * <code>transit-gateway-connect-peer</code> - The definition model is
1963
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TransitGatewayConnectPeer.html">TransitGatewayConnectPeer</a>.</p>
1964
+ * </li>
1965
+ * <li>
1966
+ * <p>
1967
+ * <code>transit-gateway-route-table</code> - The definition model is
1968
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TransitGatewayRouteTable.html">TransitGatewayRouteTable</a>.</p>
1969
+ * </li>
1970
+ * <li>
1971
+ * <p>
1972
+ * <code>vpn-connection</code> - The definition model is
1973
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_VpnConnection.html">VpnConnection</a>.</p>
1974
+ * </li>
1975
+ * </ul>
1736
1976
  */
1737
- const filterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
1738
- }
1739
- export interface TagResourceRequest {
1977
+ ResourceType?: string;
1740
1978
  /**
1741
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
1979
+ * <p>The ARN of the resource.</p>
1742
1980
  */
1743
- ResourceArn: string | undefined;
1981
+ ResourceArn?: string;
1744
1982
  /**
1745
- * <p>The tags to apply to the specified resource.</p>
1983
+ * <p>The maximum number of results to return.</p>
1746
1984
  */
1747
- Tags: Tag[] | undefined;
1748
- }
1749
- export declare namespace TagResourceRequest {
1985
+ MaxResults?: number;
1750
1986
  /**
1751
- * @internal
1987
+ * <p>The token for the next page of results.</p>
1752
1988
  */
1753
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1754
- }
1755
- export interface TagResourceResponse {
1989
+ NextToken?: string;
1756
1990
  }
1757
- export declare namespace TagResourceResponse {
1991
+ export declare namespace GetNetworkResourcesRequest {
1758
1992
  /**
1759
1993
  * @internal
1760
1994
  */
1761
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1995
+ const filterSensitiveLog: (obj: GetNetworkResourcesRequest) => any;
1762
1996
  }
1763
- export interface UntagResourceRequest {
1997
+ /**
1998
+ * <p>Describes a network resource.</p>
1999
+ */
2000
+ export interface NetworkResource {
1764
2001
  /**
1765
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
2002
+ * <p>The ARN of the gateway.</p>
1766
2003
  */
1767
- ResourceArn: string | undefined;
2004
+ RegisteredGatewayArn?: string;
1768
2005
  /**
1769
- * <p>The tag keys to remove from the specified resource.</p>
2006
+ * <p>The Amazon Web Services Region.</p>
1770
2007
  */
1771
- TagKeys: string[] | undefined;
1772
- }
1773
- export declare namespace UntagResourceRequest {
2008
+ AwsRegion?: string;
1774
2009
  /**
1775
- * @internal
2010
+ * <p>The Amazon Web Services account ID.</p>
2011
+ */
2012
+ AccountId?: string;
2013
+ /**
2014
+ * <p>The resource type.</p>
2015
+ * <p>The following are the supported resource types for Direct Connect:</p>
2016
+ * <ul>
2017
+ * <li>
2018
+ * <p>
2019
+ * <code>dxcon</code>
2020
+ * </p>
2021
+ * </li>
2022
+ * <li>
2023
+ * <p>
2024
+ * <code>dx-gateway</code>
2025
+ * </p>
2026
+ * </li>
2027
+ * <li>
2028
+ * <p>
2029
+ * <code>dx-vif</code>
2030
+ * </p>
2031
+ * </li>
2032
+ * </ul>
2033
+ *
2034
+ * <p>The following are the supported resource types for Network Manager:</p>
2035
+ * <ul>
2036
+ * <li>
2037
+ * <p>
2038
+ * <code>connection</code>
2039
+ * </p>
2040
+ * </li>
2041
+ * <li>
2042
+ * <p>
2043
+ * <code>device</code>
2044
+ * </p>
2045
+ * </li>
2046
+ * <li>
2047
+ * <p>
2048
+ * <code>link</code>
2049
+ * </p>
2050
+ * </li>
2051
+ * <li>
2052
+ * <p>
2053
+ * <code>site</code>
2054
+ * </p>
2055
+ * </li>
2056
+ * </ul>
2057
+ *
2058
+ * <p>The following are the supported resource types for Amazon VPC:</p>
2059
+ * <ul>
2060
+ * <li>
2061
+ * <p>
2062
+ * <code>customer-gateway</code>
2063
+ * </p>
2064
+ * </li>
2065
+ * <li>
2066
+ * <p>
2067
+ * <code>transit-gateway</code>
2068
+ * </p>
2069
+ * </li>
2070
+ * <li>
2071
+ * <p>
2072
+ * <code>transit-gateway-attachment</code>
2073
+ * </p>
2074
+ * </li>
2075
+ * <li>
2076
+ * <p>
2077
+ * <code>transit-gateway-connect-peer</code>
2078
+ * </p>
2079
+ * </li>
2080
+ * <li>
2081
+ * <p>
2082
+ * <code>transit-gateway-route-table</code>
2083
+ * </p>
2084
+ * </li>
2085
+ * <li>
2086
+ * <p>
2087
+ * <code>vpn-connection</code>
2088
+ * </p>
2089
+ * </li>
2090
+ * </ul>
2091
+ */
2092
+ ResourceType?: string;
2093
+ /**
2094
+ * <p>The ID of the resource.</p>
2095
+ */
2096
+ ResourceId?: string;
2097
+ /**
2098
+ * <p>The ARN of the resource.</p>
2099
+ */
2100
+ ResourceArn?: string;
2101
+ /**
2102
+ * <p>Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.</p>
2103
+ */
2104
+ Definition?: string;
2105
+ /**
2106
+ * <p>The time that the resource definition was retrieved.</p>
2107
+ */
2108
+ DefinitionTimestamp?: Date;
2109
+ /**
2110
+ * <p>The tags.</p>
2111
+ */
2112
+ Tags?: Tag[];
2113
+ /**
2114
+ * <p>The resource metadata.</p>
2115
+ */
2116
+ Metadata?: {
2117
+ [key: string]: string;
2118
+ };
2119
+ }
2120
+ export declare namespace NetworkResource {
2121
+ /**
2122
+ * @internal
2123
+ */
2124
+ const filterSensitiveLog: (obj: NetworkResource) => any;
2125
+ }
2126
+ export interface GetNetworkResourcesResponse {
2127
+ /**
2128
+ * <p>The network resources.</p>
2129
+ */
2130
+ NetworkResources?: NetworkResource[];
2131
+ /**
2132
+ * <p>The token for the next page of results.</p>
2133
+ */
2134
+ NextToken?: string;
2135
+ }
2136
+ export declare namespace GetNetworkResourcesResponse {
2137
+ /**
2138
+ * @internal
2139
+ */
2140
+ const filterSensitiveLog: (obj: GetNetworkResourcesResponse) => any;
2141
+ }
2142
+ /**
2143
+ * <p>Describes a route table.</p>
2144
+ */
2145
+ export interface RouteTableIdentifier {
2146
+ /**
2147
+ * <p>The ARN of the transit gateway route table.</p>
2148
+ */
2149
+ TransitGatewayRouteTableArn?: string;
2150
+ }
2151
+ export declare namespace RouteTableIdentifier {
2152
+ /**
2153
+ * @internal
2154
+ */
2155
+ const filterSensitiveLog: (obj: RouteTableIdentifier) => any;
2156
+ }
2157
+ export declare enum RouteState {
2158
+ ACTIVE = "ACTIVE",
2159
+ BLACKHOLE = "BLACKHOLE"
2160
+ }
2161
+ export declare enum RouteType {
2162
+ PROPAGATED = "PROPAGATED",
2163
+ STATIC = "STATIC"
2164
+ }
2165
+ export interface GetNetworkRoutesRequest {
2166
+ /**
2167
+ * <p>The ID of the global network.</p>
2168
+ */
2169
+ GlobalNetworkId: string | undefined;
2170
+ /**
2171
+ * <p>The ID of the route table.</p>
2172
+ */
2173
+ RouteTableIdentifier: RouteTableIdentifier | undefined;
2174
+ /**
2175
+ * <p>An exact CIDR block.</p>
2176
+ */
2177
+ ExactCidrMatches?: string[];
2178
+ /**
2179
+ * <p>The most specific route that matches the traffic (longest prefix match).</p>
2180
+ */
2181
+ LongestPrefixMatches?: string[];
2182
+ /**
2183
+ * <p>The routes with a subnet that match the specified CIDR filter.</p>
2184
+ */
2185
+ SubnetOfMatches?: string[];
2186
+ /**
2187
+ * <p>The routes with a CIDR that encompasses the CIDR filter. Example: If you specify 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
2188
+ */
2189
+ SupernetOfMatches?: string[];
2190
+ /**
2191
+ * <p>The IDs of the prefix lists.</p>
2192
+ */
2193
+ PrefixListIds?: string[];
2194
+ /**
2195
+ * <p>The route states.</p>
2196
+ */
2197
+ States?: (RouteState | string)[];
2198
+ /**
2199
+ * <p>The route types.</p>
2200
+ */
2201
+ Types?: (RouteType | string)[];
2202
+ /**
2203
+ * <p>Filter by route table destination. Possible Values: TRANSIT_GATEWAY_ATTACHMENT_ID, RESOURCE_ID, or RESOURCE_TYPE.</p>
2204
+ */
2205
+ DestinationFilters?: {
2206
+ [key: string]: string[];
2207
+ };
2208
+ }
2209
+ export declare namespace GetNetworkRoutesRequest {
2210
+ /**
2211
+ * @internal
2212
+ */
2213
+ const filterSensitiveLog: (obj: GetNetworkRoutesRequest) => any;
2214
+ }
2215
+ /**
2216
+ * <p>Describes the destination of a network route.</p>
2217
+ */
2218
+ export interface NetworkRouteDestination {
2219
+ /**
2220
+ * <p>The ID of the transit gateway attachment.</p>
2221
+ */
2222
+ TransitGatewayAttachmentId?: string;
2223
+ /**
2224
+ * <p>The resource type.</p>
2225
+ */
2226
+ ResourceType?: string;
2227
+ /**
2228
+ * <p>The ID of the resource.</p>
2229
+ */
2230
+ ResourceId?: string;
2231
+ }
2232
+ export declare namespace NetworkRouteDestination {
2233
+ /**
2234
+ * @internal
2235
+ */
2236
+ const filterSensitiveLog: (obj: NetworkRouteDestination) => any;
2237
+ }
2238
+ /**
2239
+ * <p>Describes a network route.</p>
2240
+ */
2241
+ export interface NetworkRoute {
2242
+ /**
2243
+ * <p>A unique identifier for the route, such as a CIDR block.</p>
2244
+ */
2245
+ DestinationCidrBlock?: string;
2246
+ /**
2247
+ * <p>The destinations.</p>
2248
+ */
2249
+ Destinations?: NetworkRouteDestination[];
2250
+ /**
2251
+ * <p>The ID of the prefix list.</p>
2252
+ */
2253
+ PrefixListId?: string;
2254
+ /**
2255
+ * <p>The route state. The possible values are <code>active</code> and <code>blackhole</code>.</p>
2256
+ */
2257
+ State?: RouteState | string;
2258
+ /**
2259
+ * <p>The route type. The possible values are <code>propagated</code> and <code>static</code>.</p>
2260
+ */
2261
+ Type?: RouteType | string;
2262
+ }
2263
+ export declare namespace NetworkRoute {
2264
+ /**
2265
+ * @internal
2266
+ */
2267
+ const filterSensitiveLog: (obj: NetworkRoute) => any;
2268
+ }
2269
+ export declare enum RouteTableType {
2270
+ TRANSIT_GATEWAY_ROUTE_TABLE = "TRANSIT_GATEWAY_ROUTE_TABLE"
2271
+ }
2272
+ export interface GetNetworkRoutesResponse {
2273
+ /**
2274
+ * <p>The ARN of the route table.</p>
2275
+ */
2276
+ RouteTableArn?: string;
2277
+ /**
2278
+ * <p>The route table type.</p>
2279
+ */
2280
+ RouteTableType?: RouteTableType | string;
2281
+ /**
2282
+ * <p>The route table creation time.</p>
2283
+ */
2284
+ RouteTableTimestamp?: Date;
2285
+ /**
2286
+ * <p>The network routes.</p>
2287
+ */
2288
+ NetworkRoutes?: NetworkRoute[];
2289
+ }
2290
+ export declare namespace GetNetworkRoutesResponse {
2291
+ /**
2292
+ * @internal
2293
+ */
2294
+ const filterSensitiveLog: (obj: GetNetworkRoutesResponse) => any;
2295
+ }
2296
+ export interface GetNetworkTelemetryRequest {
2297
+ /**
2298
+ * <p>The ID of the global network.</p>
2299
+ */
2300
+ GlobalNetworkId: string | undefined;
2301
+ /**
2302
+ * <p>The ARN of the gateway.</p>
2303
+ */
2304
+ RegisteredGatewayArn?: string;
2305
+ /**
2306
+ * <p>The Amazon Web Services Region.</p>
2307
+ */
2308
+ AwsRegion?: string;
2309
+ /**
2310
+ * <p>The Amazon Web Services account ID.</p>
2311
+ */
2312
+ AccountId?: string;
2313
+ /**
2314
+ * <p>The resource type.</p>
2315
+ * <p>The following are the supported resource types for Direct Connect:</p>
2316
+ * <ul>
2317
+ * <li>
2318
+ * <p>
2319
+ * <code>dxcon</code>
2320
+ * </p>
2321
+ * </li>
2322
+ * <li>
2323
+ * <p>
2324
+ * <code>dx-gateway</code>
2325
+ * </p>
2326
+ * </li>
2327
+ * <li>
2328
+ * <p>
2329
+ * <code>dx-vif</code>
2330
+ * </p>
2331
+ * </li>
2332
+ * </ul>
2333
+ *
2334
+ * <p>The following are the supported resource types for Network Manager:</p>
2335
+ * <ul>
2336
+ * <li>
2337
+ * <p>
2338
+ * <code>connection</code>
2339
+ * </p>
2340
+ * </li>
2341
+ * <li>
2342
+ * <p>
2343
+ * <code>device</code>
2344
+ * </p>
2345
+ * </li>
2346
+ * <li>
2347
+ * <p>
2348
+ * <code>link</code>
2349
+ * </p>
2350
+ * </li>
2351
+ * <li>
2352
+ * <p>
2353
+ * <code>site</code>
2354
+ * </p>
2355
+ * </li>
2356
+ * </ul>
2357
+ *
2358
+ * <p>The following are the supported resource types for Amazon VPC:</p>
2359
+ * <ul>
2360
+ * <li>
2361
+ * <p>
2362
+ * <code>customer-gateway</code>
2363
+ * </p>
2364
+ * </li>
2365
+ * <li>
2366
+ * <p>
2367
+ * <code>transit-gateway</code>
2368
+ * </p>
2369
+ * </li>
2370
+ * <li>
2371
+ * <p>
2372
+ * <code>transit-gateway-attachment</code>
2373
+ * </p>
2374
+ * </li>
2375
+ * <li>
2376
+ * <p>
2377
+ * <code>transit-gateway-connect-peer</code>
2378
+ * </p>
2379
+ * </li>
2380
+ * <li>
2381
+ * <p>
2382
+ * <code>transit-gateway-route-table</code>
2383
+ * </p>
2384
+ * </li>
2385
+ * <li>
2386
+ * <p>
2387
+ * <code>vpn-connection</code>
2388
+ * </p>
2389
+ * </li>
2390
+ * </ul>
2391
+ */
2392
+ ResourceType?: string;
2393
+ /**
2394
+ * <p>The ARN of the resource.</p>
2395
+ */
2396
+ ResourceArn?: string;
2397
+ /**
2398
+ * <p>The maximum number of results to return.</p>
2399
+ */
2400
+ MaxResults?: number;
2401
+ /**
2402
+ * <p>The token for the next page of results.</p>
2403
+ */
2404
+ NextToken?: string;
2405
+ }
2406
+ export declare namespace GetNetworkTelemetryRequest {
2407
+ /**
2408
+ * @internal
2409
+ */
2410
+ const filterSensitiveLog: (obj: GetNetworkTelemetryRequest) => any;
2411
+ }
2412
+ /**
2413
+ * <p>Describes the telemetry information for a resource.</p>
2414
+ */
2415
+ export interface NetworkTelemetry {
2416
+ /**
2417
+ * <p>The ARN of the gateway.</p>
2418
+ */
2419
+ RegisteredGatewayArn?: string;
2420
+ /**
2421
+ * <p>The Amazon Web Services Region.</p>
2422
+ */
2423
+ AwsRegion?: string;
2424
+ /**
2425
+ * <p>The Amazon Web Services account ID.</p>
2426
+ */
2427
+ AccountId?: string;
2428
+ /**
2429
+ * <p>The resource type.</p>
2430
+ */
2431
+ ResourceType?: string;
2432
+ /**
2433
+ * <p>The ID of the resource.</p>
2434
+ */
2435
+ ResourceId?: string;
2436
+ /**
2437
+ * <p>The ARN of the resource.</p>
2438
+ */
2439
+ ResourceArn?: string;
2440
+ /**
2441
+ * <p>The address.</p>
2442
+ */
2443
+ Address?: string;
2444
+ /**
2445
+ * <p>The connection health.</p>
2446
+ */
2447
+ Health?: ConnectionHealth;
2448
+ }
2449
+ export declare namespace NetworkTelemetry {
2450
+ /**
2451
+ * @internal
2452
+ */
2453
+ const filterSensitiveLog: (obj: NetworkTelemetry) => any;
2454
+ }
2455
+ export interface GetNetworkTelemetryResponse {
2456
+ /**
2457
+ * <p>The network telemetry.</p>
2458
+ */
2459
+ NetworkTelemetry?: NetworkTelemetry[];
2460
+ /**
2461
+ * <p>The token for the next page of results.</p>
2462
+ */
2463
+ NextToken?: string;
2464
+ }
2465
+ export declare namespace GetNetworkTelemetryResponse {
2466
+ /**
2467
+ * @internal
2468
+ */
2469
+ const filterSensitiveLog: (obj: GetNetworkTelemetryResponse) => any;
2470
+ }
2471
+ export interface GetRouteAnalysisRequest {
2472
+ /**
2473
+ * <p>The ID of the global network.</p>
2474
+ */
2475
+ GlobalNetworkId: string | undefined;
2476
+ /**
2477
+ * <p>The ID of the route analysis.</p>
2478
+ */
2479
+ RouteAnalysisId: string | undefined;
2480
+ }
2481
+ export declare namespace GetRouteAnalysisRequest {
2482
+ /**
2483
+ * @internal
2484
+ */
2485
+ const filterSensitiveLog: (obj: GetRouteAnalysisRequest) => any;
2486
+ }
2487
+ /**
2488
+ * <p>Describes a source or a destination.</p>
2489
+ */
2490
+ export interface RouteAnalysisEndpointOptions {
2491
+ /**
2492
+ * <p>The ARN of the transit gateway attachment.</p>
2493
+ */
2494
+ TransitGatewayAttachmentArn?: string;
2495
+ /**
2496
+ * <p>The ARN of the transit gateway.</p>
2497
+ */
2498
+ TransitGatewayArn?: string;
2499
+ /**
2500
+ * <p>The IP address.</p>
2501
+ */
2502
+ IpAddress?: string;
2503
+ }
2504
+ export declare namespace RouteAnalysisEndpointOptions {
2505
+ /**
2506
+ * @internal
2507
+ */
2508
+ const filterSensitiveLog: (obj: RouteAnalysisEndpointOptions) => any;
2509
+ }
2510
+ export declare enum RouteAnalysisCompletionReasonCode {
2511
+ BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND = "BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND",
2512
+ CYCLIC_PATH_DETECTED = "CYCLIC_PATH_DETECTED",
2513
+ INACTIVE_ROUTE_FOR_DESTINATION_FOUND = "INACTIVE_ROUTE_FOR_DESTINATION_FOUND",
2514
+ MAX_HOPS_EXCEEDED = "MAX_HOPS_EXCEEDED",
2515
+ NO_DESTINATION_ARN_PROVIDED = "NO_DESTINATION_ARN_PROVIDED",
2516
+ POSSIBLE_MIDDLEBOX = "POSSIBLE_MIDDLEBOX",
2517
+ ROUTE_NOT_FOUND = "ROUTE_NOT_FOUND",
2518
+ TRANSIT_GATEWAY_ATTACHMENT = "TRANSIT_GATEWAY_ATTACHMENT_ATTACH_ARN_NO_MATCH",
2519
+ TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND = "TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND",
2520
+ TRANSIT_GATEWAY_ATTACHMENT_NOT_IN_TRANSIT_GATEWAY = "TRANSIT_GATEWAY_ATTACHMENT_NOT_IN_TRANSIT_GATEWAY",
2521
+ TRANSIT_GATEWAY_ATTACHMENT_STABLE_ROUTE_TABLE_NOT_FOUND = "TRANSIT_GATEWAY_ATTACHMENT_STABLE_ROUTE_TABLE_NOT_FOUND"
2522
+ }
2523
+ export declare enum RouteAnalysisCompletionResultCode {
2524
+ CONNECTED = "CONNECTED",
2525
+ NOT_CONNECTED = "NOT_CONNECTED"
2526
+ }
2527
+ /**
2528
+ * <p>Describes the status of an analysis at completion.</p>
2529
+ */
2530
+ export interface RouteAnalysisCompletion {
2531
+ /**
2532
+ * <p>The result of the analysis. If the status is <code>NOT_CONNECTED</code>, check the
2533
+ * reason code.</p>
2534
+ */
2535
+ ResultCode?: RouteAnalysisCompletionResultCode | string;
2536
+ /**
2537
+ * <p>The reason code. Available only if a connection is not found.</p>
2538
+ * <ul>
2539
+ * <li>
2540
+ * <p>
2541
+ * <code>BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND</code> - Found a black hole route with the destination CIDR block.</p>
2542
+ * </li>
2543
+ * <li>
2544
+ * <p>
2545
+ * <code>CYCLIC_PATH_DETECTED</code> - Found the same resource multiple times while traversing the path.</p>
2546
+ * </li>
2547
+ * <li>
2548
+ * <p>
2549
+ * <code>INACTIVE_ROUTE_FOR_DESTINATION_FOUND</code> - Found an inactive route with the destination CIDR block.</p>
2550
+ * </li>
2551
+ * <li>
2552
+ * <p>
2553
+ * <code>MAX_HOPS_EXCEEDED</code> - Analysis exceeded 64 hops without finding the destination.</p>
2554
+ * </li>
2555
+ * <li>
2556
+ * <p>
2557
+ * <code>ROUTE_NOT_FOUND</code> - Cannot find a route table with the destination CIDR block.</p>
2558
+ * </li>
2559
+ * <li>
2560
+ * <p>
2561
+ * <code>TGW_ATTACH_ARN_NO_MATCH</code> - Found an attachment, but not with the correct destination ARN.</p>
2562
+ * </li>
2563
+ * <li>
2564
+ * <p>
2565
+ * <code>TGW_ATTACH_NOT_FOUND</code> - Cannot find an attachment.</p>
2566
+ * </li>
2567
+ * <li>
2568
+ * <p>
2569
+ * <code>TGW_ATTACH_NOT_IN_TGW</code> - Found an attachment, but not to the correct transit gateway.</p>
2570
+ * </li>
2571
+ * <li>
2572
+ * <p>
2573
+ * <code>TGW_ATTACH_STABLE_ROUTE_TABLE_NOT_FOUND</code> - The state of the route table association is not associated.</p>
2574
+ * </li>
2575
+ * </ul>
2576
+ */
2577
+ ReasonCode?: RouteAnalysisCompletionReasonCode | string;
2578
+ /**
2579
+ * <p>Additional information about the path. Available only if a connection is not found.</p>
2580
+ */
2581
+ ReasonContext?: {
2582
+ [key: string]: string;
2583
+ };
2584
+ }
2585
+ export declare namespace RouteAnalysisCompletion {
2586
+ /**
2587
+ * @internal
2588
+ */
2589
+ const filterSensitiveLog: (obj: RouteAnalysisCompletion) => any;
2590
+ }
2591
+ /**
2592
+ * <p>Describes a network resource.</p>
2593
+ */
2594
+ export interface NetworkResourceSummary {
2595
+ /**
2596
+ * <p>The ARN of the gateway.</p>
2597
+ */
2598
+ RegisteredGatewayArn?: string;
2599
+ /**
2600
+ * <p>The ARN of the resource.</p>
2601
+ */
2602
+ ResourceArn?: string;
2603
+ /**
2604
+ * <p>The resource type.</p>
2605
+ */
2606
+ ResourceType?: string;
2607
+ /**
2608
+ * <p>Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.</p>
2609
+ */
2610
+ Definition?: string;
2611
+ /**
2612
+ * <p>The value for the Name tag.</p>
2613
+ */
2614
+ NameTag?: string;
2615
+ /**
2616
+ * <p>Indicates whether this is a middlebox appliance.</p>
2617
+ */
2618
+ IsMiddlebox?: boolean;
2619
+ }
2620
+ export declare namespace NetworkResourceSummary {
2621
+ /**
2622
+ * @internal
2623
+ */
2624
+ const filterSensitiveLog: (obj: NetworkResourceSummary) => any;
2625
+ }
2626
+ /**
2627
+ * <p>Describes a path component.</p>
2628
+ */
2629
+ export interface PathComponent {
2630
+ /**
2631
+ * <p>The sequence number in the path. The destination is 0.</p>
2632
+ */
2633
+ Sequence?: number;
2634
+ /**
2635
+ * <p>The resource.</p>
2636
+ */
2637
+ Resource?: NetworkResourceSummary;
2638
+ /**
2639
+ * <p>The destination CIDR block in the route table.</p>
2640
+ */
2641
+ DestinationCidrBlock?: string;
2642
+ }
2643
+ export declare namespace PathComponent {
2644
+ /**
2645
+ * @internal
2646
+ */
2647
+ const filterSensitiveLog: (obj: PathComponent) => any;
2648
+ }
2649
+ /**
2650
+ * <p>Describes a route analysis path.</p>
2651
+ */
2652
+ export interface RouteAnalysisPath {
2653
+ /**
2654
+ * <p>The status of the analysis at completion.</p>
2655
+ */
2656
+ CompletionStatus?: RouteAnalysisCompletion;
2657
+ /**
2658
+ * <p>The route analysis path.</p>
2659
+ */
2660
+ Path?: PathComponent[];
2661
+ }
2662
+ export declare namespace RouteAnalysisPath {
2663
+ /**
2664
+ * @internal
2665
+ */
2666
+ const filterSensitiveLog: (obj: RouteAnalysisPath) => any;
2667
+ }
2668
+ export declare enum RouteAnalysisStatus {
2669
+ completed = "COMPLETED",
2670
+ failed = "FAILED",
2671
+ running = "RUNNING"
2672
+ }
2673
+ /**
2674
+ * <p>Describes a route analysis.</p>
2675
+ */
2676
+ export interface RouteAnalysis {
2677
+ /**
2678
+ * <p>The ID of the global network.</p>
2679
+ */
2680
+ GlobalNetworkId?: string;
2681
+ /**
2682
+ * <p>The ID of the AWS account that created the route analysis.</p>
2683
+ */
2684
+ OwnerAccountId?: string;
2685
+ /**
2686
+ * <p>The ID of the route analysis.</p>
2687
+ */
2688
+ RouteAnalysisId?: string;
2689
+ /**
2690
+ * <p>The time that the analysis started.</p>
2691
+ */
2692
+ StartTimestamp?: Date;
2693
+ /**
2694
+ * <p>The status of the route analysis.</p>
2695
+ */
2696
+ Status?: RouteAnalysisStatus | string;
2697
+ /**
2698
+ * <p>The source.</p>
2699
+ */
2700
+ Source?: RouteAnalysisEndpointOptions;
2701
+ /**
2702
+ * <p>The destination.</p>
2703
+ */
2704
+ Destination?: RouteAnalysisEndpointOptions;
2705
+ /**
2706
+ * <p>Indicates whether to analyze the return path. The return path is not analyzed if the forward path
2707
+ * analysis does not succeed.</p>
2708
+ */
2709
+ IncludeReturnPath?: boolean;
2710
+ /**
2711
+ * <p>Indicates whether to include the location of middlebox appliances in the route analysis.</p>
2712
+ */
2713
+ UseMiddleboxes?: boolean;
2714
+ /**
2715
+ * <p>The forward path.</p>
2716
+ */
2717
+ ForwardPath?: RouteAnalysisPath;
2718
+ /**
2719
+ * <p>The return path.</p>
2720
+ */
2721
+ ReturnPath?: RouteAnalysisPath;
2722
+ }
2723
+ export declare namespace RouteAnalysis {
2724
+ /**
2725
+ * @internal
2726
+ */
2727
+ const filterSensitiveLog: (obj: RouteAnalysis) => any;
2728
+ }
2729
+ export interface GetRouteAnalysisResponse {
2730
+ /**
2731
+ * <p>The route analysis.</p>
2732
+ */
2733
+ RouteAnalysis?: RouteAnalysis;
2734
+ }
2735
+ export declare namespace GetRouteAnalysisResponse {
2736
+ /**
2737
+ * @internal
2738
+ */
2739
+ const filterSensitiveLog: (obj: GetRouteAnalysisResponse) => any;
2740
+ }
2741
+ export interface GetSitesRequest {
2742
+ /**
2743
+ * <p>The ID of the global network.</p>
2744
+ */
2745
+ GlobalNetworkId: string | undefined;
2746
+ /**
2747
+ * <p>One or more site IDs. The maximum is 10.</p>
2748
+ */
2749
+ SiteIds?: string[];
2750
+ /**
2751
+ * <p>The maximum number of results to return.</p>
2752
+ */
2753
+ MaxResults?: number;
2754
+ /**
2755
+ * <p>The token for the next page of results.</p>
2756
+ */
2757
+ NextToken?: string;
2758
+ }
2759
+ export declare namespace GetSitesRequest {
2760
+ /**
2761
+ * @internal
2762
+ */
2763
+ const filterSensitiveLog: (obj: GetSitesRequest) => any;
2764
+ }
2765
+ export interface GetSitesResponse {
2766
+ /**
2767
+ * <p>The sites.</p>
2768
+ */
2769
+ Sites?: Site[];
2770
+ /**
2771
+ * <p>The token for the next page of results.</p>
2772
+ */
2773
+ NextToken?: string;
2774
+ }
2775
+ export declare namespace GetSitesResponse {
2776
+ /**
2777
+ * @internal
2778
+ */
2779
+ const filterSensitiveLog: (obj: GetSitesResponse) => any;
2780
+ }
2781
+ export interface GetTransitGatewayConnectPeerAssociationsRequest {
2782
+ /**
2783
+ * <p>The ID of the global network.</p>
2784
+ */
2785
+ GlobalNetworkId: string | undefined;
2786
+ /**
2787
+ * <p>One or more transit gateway Connect peer Amazon Resource Names (ARNs).</p>
2788
+ */
2789
+ TransitGatewayConnectPeerArns?: string[];
2790
+ /**
2791
+ * <p>The maximum number of results to return.</p>
2792
+ */
2793
+ MaxResults?: number;
2794
+ /**
2795
+ * <p>The token for the next page of results.</p>
2796
+ */
2797
+ NextToken?: string;
2798
+ }
2799
+ export declare namespace GetTransitGatewayConnectPeerAssociationsRequest {
2800
+ /**
2801
+ * @internal
2802
+ */
2803
+ const filterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsRequest) => any;
2804
+ }
2805
+ export interface GetTransitGatewayConnectPeerAssociationsResponse {
2806
+ /**
2807
+ * <p>Information about the transit gateway Connect peer associations.</p>
2808
+ */
2809
+ TransitGatewayConnectPeerAssociations?: TransitGatewayConnectPeerAssociation[];
2810
+ /**
2811
+ * <p>The token to use for the next page of results.</p>
2812
+ */
2813
+ NextToken?: string;
2814
+ }
2815
+ export declare namespace GetTransitGatewayConnectPeerAssociationsResponse {
2816
+ /**
2817
+ * @internal
2818
+ */
2819
+ const filterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsResponse) => any;
2820
+ }
2821
+ export interface GetTransitGatewayRegistrationsRequest {
2822
+ /**
2823
+ * <p>The ID of the global network.</p>
2824
+ */
2825
+ GlobalNetworkId: string | undefined;
2826
+ /**
2827
+ * <p>The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is
2828
+ * 10.</p>
2829
+ */
2830
+ TransitGatewayArns?: string[];
2831
+ /**
2832
+ * <p>The maximum number of results to return.</p>
2833
+ */
2834
+ MaxResults?: number;
2835
+ /**
2836
+ * <p>The token for the next page of results.</p>
2837
+ */
2838
+ NextToken?: string;
2839
+ }
2840
+ export declare namespace GetTransitGatewayRegistrationsRequest {
2841
+ /**
2842
+ * @internal
2843
+ */
2844
+ const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsRequest) => any;
2845
+ }
2846
+ export interface GetTransitGatewayRegistrationsResponse {
2847
+ /**
2848
+ * <p>The transit gateway registrations.</p>
2849
+ */
2850
+ TransitGatewayRegistrations?: TransitGatewayRegistration[];
2851
+ /**
2852
+ * <p>The token for the next page of results.</p>
2853
+ */
2854
+ NextToken?: string;
2855
+ }
2856
+ export declare namespace GetTransitGatewayRegistrationsResponse {
2857
+ /**
2858
+ * @internal
2859
+ */
2860
+ const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsResponse) => any;
2861
+ }
2862
+ export interface ListTagsForResourceRequest {
2863
+ /**
2864
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
2865
+ */
2866
+ ResourceArn: string | undefined;
2867
+ }
2868
+ export declare namespace ListTagsForResourceRequest {
2869
+ /**
2870
+ * @internal
2871
+ */
2872
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2873
+ }
2874
+ export interface ListTagsForResourceResponse {
2875
+ /**
2876
+ * <p>The list of tags.</p>
2877
+ */
2878
+ TagList?: Tag[];
2879
+ }
2880
+ export declare namespace ListTagsForResourceResponse {
2881
+ /**
2882
+ * @internal
2883
+ */
2884
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2885
+ }
2886
+ export interface RegisterTransitGatewayRequest {
2887
+ /**
2888
+ * <p>The ID of the global network.</p>
2889
+ */
2890
+ GlobalNetworkId: string | undefined;
2891
+ /**
2892
+ * <p>The Amazon Resource Name (ARN) of the transit gateway.</p>
2893
+ */
2894
+ TransitGatewayArn: string | undefined;
2895
+ }
2896
+ export declare namespace RegisterTransitGatewayRequest {
2897
+ /**
2898
+ * @internal
2899
+ */
2900
+ const filterSensitiveLog: (obj: RegisterTransitGatewayRequest) => any;
2901
+ }
2902
+ export interface RegisterTransitGatewayResponse {
2903
+ /**
2904
+ * <p>Information about the transit gateway registration.</p>
2905
+ */
2906
+ TransitGatewayRegistration?: TransitGatewayRegistration;
2907
+ }
2908
+ export declare namespace RegisterTransitGatewayResponse {
2909
+ /**
2910
+ * @internal
2911
+ */
2912
+ const filterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
2913
+ }
2914
+ /**
2915
+ * <p>Describes a source or a destination.</p>
2916
+ */
2917
+ export interface RouteAnalysisEndpointOptionsSpecification {
2918
+ /**
2919
+ * <p>The ARN of the transit gateway attachment.</p>
2920
+ */
2921
+ TransitGatewayAttachmentArn?: string;
2922
+ /**
2923
+ * <p>The IP address.</p>
2924
+ */
2925
+ IpAddress?: string;
2926
+ }
2927
+ export declare namespace RouteAnalysisEndpointOptionsSpecification {
2928
+ /**
2929
+ * @internal
2930
+ */
2931
+ const filterSensitiveLog: (obj: RouteAnalysisEndpointOptionsSpecification) => any;
2932
+ }
2933
+ export interface StartRouteAnalysisRequest {
2934
+ /**
2935
+ * <p>The ID of the global network.</p>
2936
+ */
2937
+ GlobalNetworkId: string | undefined;
2938
+ /**
2939
+ * <p>The source from which traffic originates.</p>
2940
+ */
2941
+ Source: RouteAnalysisEndpointOptionsSpecification | undefined;
2942
+ /**
2943
+ * <p>The destination.</p>
2944
+ */
2945
+ Destination: RouteAnalysisEndpointOptionsSpecification | undefined;
2946
+ /**
2947
+ * <p>Indicates whether to analyze the return path. The default is <code>false</code>.</p>
2948
+ */
2949
+ IncludeReturnPath?: boolean;
2950
+ /**
2951
+ * <p>Indicates whether to include the location of middlebox appliances in the route analysis.
2952
+ * The default is <code>false</code>.</p>
2953
+ */
2954
+ UseMiddleboxes?: boolean;
2955
+ }
2956
+ export declare namespace StartRouteAnalysisRequest {
2957
+ /**
2958
+ * @internal
2959
+ */
2960
+ const filterSensitiveLog: (obj: StartRouteAnalysisRequest) => any;
2961
+ }
2962
+ export interface StartRouteAnalysisResponse {
2963
+ /**
2964
+ * <p>The route analysis.</p>
2965
+ */
2966
+ RouteAnalysis?: RouteAnalysis;
2967
+ }
2968
+ export declare namespace StartRouteAnalysisResponse {
2969
+ /**
2970
+ * @internal
2971
+ */
2972
+ const filterSensitiveLog: (obj: StartRouteAnalysisResponse) => any;
2973
+ }
2974
+ export interface TagResourceRequest {
2975
+ /**
2976
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
2977
+ */
2978
+ ResourceArn: string | undefined;
2979
+ /**
2980
+ * <p>The tags to apply to the specified resource.</p>
2981
+ */
2982
+ Tags: Tag[] | undefined;
2983
+ }
2984
+ export declare namespace TagResourceRequest {
2985
+ /**
2986
+ * @internal
2987
+ */
2988
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
2989
+ }
2990
+ export interface TagResourceResponse {
2991
+ }
2992
+ export declare namespace TagResourceResponse {
2993
+ /**
2994
+ * @internal
2995
+ */
2996
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
2997
+ }
2998
+ export interface UntagResourceRequest {
2999
+ /**
3000
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
3001
+ */
3002
+ ResourceArn: string | undefined;
3003
+ /**
3004
+ * <p>The tag keys to remove from the specified resource.</p>
3005
+ */
3006
+ TagKeys: string[] | undefined;
3007
+ }
3008
+ export declare namespace UntagResourceRequest {
3009
+ /**
3010
+ * @internal
1776
3011
  */
1777
3012
  const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1778
3013
  }
@@ -1835,12 +3070,12 @@ export interface UpdateDeviceRequest {
1835
3070
  */
1836
3071
  DeviceId: string | undefined;
1837
3072
  /**
1838
- * <p>The AWS location of the device.</p>
3073
+ * <p>The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.</p>
1839
3074
  */
1840
3075
  AWSLocation?: AWSLocation;
1841
3076
  /**
1842
3077
  * <p>A description of the device.</p>
1843
- * <p>Length Constraints: Maximum length of 256 characters.</p>
3078
+ * <p>Constraints: Maximum length of 256 characters.</p>
1844
3079
  */
1845
3080
  Description?: string;
1846
3081
  /**
@@ -1849,17 +3084,17 @@ export interface UpdateDeviceRequest {
1849
3084
  Type?: string;
1850
3085
  /**
1851
3086
  * <p>The vendor of the device.</p>
1852
- * <p>Length Constraints: Maximum length of 128 characters.</p>
3087
+ * <p>Constraints: Maximum length of 128 characters.</p>
1853
3088
  */
1854
3089
  Vendor?: string;
1855
3090
  /**
1856
3091
  * <p>The model of the device.</p>
1857
- * <p>Length Constraints: Maximum length of 128 characters.</p>
3092
+ * <p>Constraints: Maximum length of 128 characters.</p>
1858
3093
  */
1859
3094
  Model?: string;
1860
3095
  /**
1861
3096
  * <p>The serial number of the device.</p>
1862
- * <p>Length Constraints: Maximum length of 128 characters.</p>
3097
+ * <p>Constraints: Maximum length of 128 characters.</p>
1863
3098
  */
1864
3099
  SerialNumber?: string;
1865
3100
  /**
@@ -1896,7 +3131,7 @@ export interface UpdateGlobalNetworkRequest {
1896
3131
  GlobalNetworkId: string | undefined;
1897
3132
  /**
1898
3133
  * <p>A description of the global network.</p>
1899
- * <p>Length Constraints: Maximum length of 256 characters.</p>
3134
+ * <p>Constraints: Maximum length of 256 characters.</p>
1900
3135
  */
1901
3136
  Description?: string;
1902
3137
  }
@@ -1929,12 +3164,12 @@ export interface UpdateLinkRequest {
1929
3164
  LinkId: string | undefined;
1930
3165
  /**
1931
3166
  * <p>A description of the link.</p>
1932
- * <p>Length Constraints: Maximum length of 256 characters.</p>
3167
+ * <p>Constraints: Maximum length of 256 characters.</p>
1933
3168
  */
1934
3169
  Description?: string;
1935
3170
  /**
1936
3171
  * <p>The type of the link.</p>
1937
- * <p>Length Constraints: Maximum length of 128 characters.</p>
3172
+ * <p>Constraints: Maximum length of 128 characters.</p>
1938
3173
  */
1939
3174
  Type?: string;
1940
3175
  /**
@@ -1943,7 +3178,7 @@ export interface UpdateLinkRequest {
1943
3178
  Bandwidth?: Bandwidth;
1944
3179
  /**
1945
3180
  * <p>The provider of the link.</p>
1946
- * <p>Length Constraints: Maximum length of 128 characters.</p>
3181
+ * <p>Constraints: Maximum length of 128 characters.</p>
1947
3182
  */
1948
3183
  Provider?: string;
1949
3184
  }
@@ -1965,6 +3200,46 @@ export declare namespace UpdateLinkResponse {
1965
3200
  */
1966
3201
  const filterSensitiveLog: (obj: UpdateLinkResponse) => any;
1967
3202
  }
3203
+ export interface UpdateNetworkResourceMetadataRequest {
3204
+ /**
3205
+ * <p>The ID of the global network.</p>
3206
+ */
3207
+ GlobalNetworkId: string | undefined;
3208
+ /**
3209
+ * <p>The ARN of the resource.</p>
3210
+ */
3211
+ ResourceArn: string | undefined;
3212
+ /**
3213
+ * <p>The resource metadata.</p>
3214
+ */
3215
+ Metadata: {
3216
+ [key: string]: string;
3217
+ } | undefined;
3218
+ }
3219
+ export declare namespace UpdateNetworkResourceMetadataRequest {
3220
+ /**
3221
+ * @internal
3222
+ */
3223
+ const filterSensitiveLog: (obj: UpdateNetworkResourceMetadataRequest) => any;
3224
+ }
3225
+ export interface UpdateNetworkResourceMetadataResponse {
3226
+ /**
3227
+ * <p>The ARN of the resource.</p>
3228
+ */
3229
+ ResourceArn?: string;
3230
+ /**
3231
+ * <p>The updated resource metadata.</p>
3232
+ */
3233
+ Metadata?: {
3234
+ [key: string]: string;
3235
+ };
3236
+ }
3237
+ export declare namespace UpdateNetworkResourceMetadataResponse {
3238
+ /**
3239
+ * @internal
3240
+ */
3241
+ const filterSensitiveLog: (obj: UpdateNetworkResourceMetadataResponse) => any;
3242
+ }
1968
3243
  export interface UpdateSiteRequest {
1969
3244
  /**
1970
3245
  * <p>The ID of the global network.</p>
@@ -1976,7 +3251,7 @@ export interface UpdateSiteRequest {
1976
3251
  SiteId: string | undefined;
1977
3252
  /**
1978
3253
  * <p>A description of your site.</p>
1979
- * <p>Length Constraints: Maximum length of 256 characters.</p>
3254
+ * <p>Constraints: Maximum length of 256 characters.</p>
1980
3255
  */
1981
3256
  Description?: string;
1982
3257
  /**