@aws-sdk/client-networkmanager 3.282.0 → 3.288.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 (53) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/pagination/DescribeGlobalNetworksPaginator.js +1 -8
  3. package/dist-cjs/pagination/GetConnectPeerAssociationsPaginator.js +1 -8
  4. package/dist-cjs/pagination/GetConnectionsPaginator.js +1 -8
  5. package/dist-cjs/pagination/GetCoreNetworkChangeEventsPaginator.js +1 -8
  6. package/dist-cjs/pagination/GetCoreNetworkChangeSetPaginator.js +1 -8
  7. package/dist-cjs/pagination/GetCustomerGatewayAssociationsPaginator.js +1 -8
  8. package/dist-cjs/pagination/GetDevicesPaginator.js +1 -8
  9. package/dist-cjs/pagination/GetLinkAssociationsPaginator.js +1 -8
  10. package/dist-cjs/pagination/GetLinksPaginator.js +1 -8
  11. package/dist-cjs/pagination/GetNetworkResourceCountsPaginator.js +1 -8
  12. package/dist-cjs/pagination/GetNetworkResourceRelationshipsPaginator.js +1 -8
  13. package/dist-cjs/pagination/GetNetworkResourcesPaginator.js +1 -8
  14. package/dist-cjs/pagination/GetNetworkTelemetryPaginator.js +1 -8
  15. package/dist-cjs/pagination/GetSitesPaginator.js +1 -8
  16. package/dist-cjs/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.js +1 -8
  17. package/dist-cjs/pagination/GetTransitGatewayRegistrationsPaginator.js +1 -8
  18. package/dist-cjs/pagination/ListAttachmentsPaginator.js +1 -8
  19. package/dist-cjs/pagination/ListConnectPeersPaginator.js +1 -8
  20. package/dist-cjs/pagination/ListCoreNetworkPolicyVersionsPaginator.js +1 -8
  21. package/dist-cjs/pagination/ListCoreNetworksPaginator.js +1 -8
  22. package/dist-cjs/pagination/ListPeeringsPaginator.js +1 -8
  23. package/dist-es/endpoint/ruleset.js +3 -3
  24. package/dist-es/pagination/DescribeGlobalNetworksPaginator.js +1 -8
  25. package/dist-es/pagination/GetConnectPeerAssociationsPaginator.js +1 -8
  26. package/dist-es/pagination/GetConnectionsPaginator.js +1 -8
  27. package/dist-es/pagination/GetCoreNetworkChangeEventsPaginator.js +1 -8
  28. package/dist-es/pagination/GetCoreNetworkChangeSetPaginator.js +1 -8
  29. package/dist-es/pagination/GetCustomerGatewayAssociationsPaginator.js +1 -8
  30. package/dist-es/pagination/GetDevicesPaginator.js +1 -8
  31. package/dist-es/pagination/GetLinkAssociationsPaginator.js +1 -8
  32. package/dist-es/pagination/GetLinksPaginator.js +1 -8
  33. package/dist-es/pagination/GetNetworkResourceCountsPaginator.js +1 -8
  34. package/dist-es/pagination/GetNetworkResourceRelationshipsPaginator.js +1 -8
  35. package/dist-es/pagination/GetNetworkResourcesPaginator.js +1 -8
  36. package/dist-es/pagination/GetNetworkTelemetryPaginator.js +1 -8
  37. package/dist-es/pagination/GetSitesPaginator.js +1 -8
  38. package/dist-es/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.js +1 -8
  39. package/dist-es/pagination/GetTransitGatewayRegistrationsPaginator.js +1 -8
  40. package/dist-es/pagination/ListAttachmentsPaginator.js +1 -8
  41. package/dist-es/pagination/ListConnectPeersPaginator.js +1 -8
  42. package/dist-es/pagination/ListCoreNetworkPolicyVersionsPaginator.js +1 -8
  43. package/dist-es/pagination/ListCoreNetworksPaginator.js +1 -8
  44. package/dist-es/pagination/ListPeeringsPaginator.js +1 -8
  45. package/dist-types/NetworkManager.d.ts +10 -8
  46. package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +2 -2
  47. package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +2 -2
  48. package/dist-types/commands/GetLinksCommand.d.ts +1 -1
  49. package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +5 -3
  50. package/dist-types/models/models_0.d.ts +103 -113
  51. package/dist-types/pagination/Interfaces.d.ts +1 -2
  52. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  53. package/package.json +9 -9
@@ -16,13 +16,13 @@ export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomer
16
16
  /**
17
17
  * <p>Associates a customer gateway with a device and optionally, with a link. If you
18
18
  * specify a link, it must be associated with the specified device. </p>
19
- * <p>You can only associate customer gateways that are connected to a VPN attachment on a
19
+ * <p>You can only associate customer gateways that are connected to a VPN attachment on a
20
20
  * transit gateway or core network registered in your global network. When you register a
21
21
  * transit gateway or core network, customer gateways that are connected to the transit
22
22
  * gateway are automatically included in the global network. To list customer gateways
23
23
  * that are connected to a transit gateway, use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html">DescribeVpnConnections</a> EC2 API and filter by
24
24
  * <code>transit-gateway-id</code>.</p>
25
- * <p>You cannot associate a customer gateway with more than one device and link. </p>
25
+ * <p>You cannot associate a customer gateway with more than one device and link. </p>
26
26
  * @example
27
27
  * Use a bare-bones client and the command you need to make an API call.
28
28
  * ```javascript
@@ -16,9 +16,9 @@ export interface AssociateTransitGatewayConnectPeerCommandOutput extends Associa
16
16
  /**
17
17
  * <p>Associates a transit gateway Connect peer with a device, and optionally, with a link. If you
18
18
  * specify a link, it must be associated with the specified device. </p>
19
- * <p>You can only associate transit gateway Connect peers that have been created on a
19
+ * <p>You can only associate transit gateway Connect peers that have been created on a
20
20
  * transit gateway that's registered in your global network.</p>
21
- * <p>You cannot associate a transit gateway Connect peer with more than one device and link. </p>
21
+ * <p>You cannot associate a transit gateway Connect peer with more than one device and link. </p>
22
22
  * @example
23
23
  * Use a bare-bones client and the command you need to make an API call.
24
24
  * ```javascript
@@ -15,7 +15,7 @@ export interface GetLinksCommandOutput extends GetLinksResponse, __MetadataBeare
15
15
  }
16
16
  /**
17
17
  * <p>Gets information about one or more links in a specified global network.</p>
18
- * <p>If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.</p>
18
+ * <p>If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.</p>
19
19
  * @example
20
20
  * Use a bare-bones client and the command you need to make an API call.
21
21
  * ```javascript
@@ -14,9 +14,11 @@ export interface RegisterTransitGatewayCommandInput extends RegisterTransitGatew
14
14
  export interface RegisterTransitGatewayCommandOutput extends RegisterTransitGatewayResponse, __MetadataBearer {
15
15
  }
16
16
  /**
17
- * <p>Registers a transit gateway in your global network. The transit gateway can be in any
18
- * Amazon Web Services Region, but it must be owned by the same Amazon Web Services account that owns
19
- * the global network. You cannot register a transit gateway in more than one global network.</p>
17
+ * <p>Registers a transit gateway in your global network. Not all Regions support transit
18
+ * gateways for global networks. For a list of the supported Regions, see <a href="https://docs.aws.amazon.com/network-manager/latest/tgwnm/what-are-global-networks.html#nm-available-regions">Region Availability</a> in the <i>Amazon Web Services Transit Gateways for Global
19
+ * Networks User Guide</i>. The transit gateway can be in any of the supported
20
+ * Amazon Web Services Regions, but it must be owned by the same Amazon Web Services account that owns the global
21
+ * network. You cannot register a transit gateway in more than one global network.</p>
20
22
  * @example
21
23
  * Use a bare-bones client and the command you need to make an API call.
22
24
  * ```javascript