@aws-sdk/client-networkmanager 3.936.0 → 3.939.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 (70) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +527 -31
  3. package/dist-es/NetworkManager.js +14 -0
  4. package/dist-es/commands/CreateCoreNetworkPrefixListAssociationCommand.js +16 -0
  5. package/dist-es/commands/DeleteCoreNetworkPrefixListAssociationCommand.js +16 -0
  6. package/dist-es/commands/ListAttachmentRoutingPolicyAssociationsCommand.js +16 -0
  7. package/dist-es/commands/ListCoreNetworkPrefixListAssociationsCommand.js +16 -0
  8. package/dist-es/commands/ListCoreNetworkRoutingInformationCommand.js +16 -0
  9. package/dist-es/commands/PutAttachmentRoutingPolicyLabelCommand.js +16 -0
  10. package/dist-es/commands/RemoveAttachmentRoutingPolicyLabelCommand.js +16 -0
  11. package/dist-es/commands/index.js +7 -0
  12. package/dist-es/models/enums.js +10 -0
  13. package/dist-es/pagination/ListAttachmentRoutingPolicyAssociationsPaginator.js +4 -0
  14. package/dist-es/pagination/ListCoreNetworkPrefixListAssociationsPaginator.js +4 -0
  15. package/dist-es/pagination/ListCoreNetworkRoutingInformationPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +3 -0
  17. package/dist-es/schemas/schemas_0.js +409 -31
  18. package/dist-types/NetworkManager.d.ts +49 -0
  19. package/dist-types/NetworkManagerClient.d.ts +9 -2
  20. package/dist-types/commands/AcceptAttachmentCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateCoreNetworkPrefixListAssociationCommand.d.ts +101 -0
  23. package/dist-types/commands/CreateDirectConnectGatewayAttachmentCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +2 -1
  25. package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteAttachmentCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteCoreNetworkPrefixListAssociationCommand.d.ts +98 -0
  29. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +1 -1
  30. package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +13 -1
  31. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +30 -4
  32. package/dist-types/commands/GetDirectConnectGatewayAttachmentCommand.d.ts +1 -1
  33. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +1 -1
  34. package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +1 -1
  35. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +1 -1
  36. package/dist-types/commands/ListAttachmentRoutingPolicyAssociationsCommand.d.ts +104 -0
  37. package/dist-types/commands/ListAttachmentsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListCoreNetworkPrefixListAssociationsCommand.d.ts +99 -0
  39. package/dist-types/commands/ListCoreNetworkRoutingInformationCommand.d.ts +131 -0
  40. package/dist-types/commands/PutAttachmentRoutingPolicyLabelCommand.d.ts +101 -0
  41. package/dist-types/commands/RejectAttachmentCommand.d.ts +1 -1
  42. package/dist-types/commands/RemoveAttachmentRoutingPolicyLabelCommand.d.ts +99 -0
  43. package/dist-types/commands/UpdateDirectConnectGatewayAttachmentCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +1 -1
  45. package/dist-types/commands/index.d.ts +7 -0
  46. package/dist-types/models/enums.d.ts +18 -0
  47. package/dist-types/models/models_0.d.ts +506 -1
  48. package/dist-types/pagination/ListAttachmentRoutingPolicyAssociationsPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListCoreNetworkPrefixListAssociationsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListCoreNetworkRoutingInformationPaginator.d.ts +7 -0
  51. package/dist-types/pagination/index.d.ts +3 -0
  52. package/dist-types/schemas/schemas_0.d.ts +30 -0
  53. package/dist-types/ts3.4/NetworkManager.d.ts +155 -0
  54. package/dist-types/ts3.4/NetworkManagerClient.d.ts +42 -0
  55. package/dist-types/ts3.4/commands/CreateCoreNetworkPrefixListAssociationCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/DeleteCoreNetworkPrefixListAssociationCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/ListAttachmentRoutingPolicyAssociationsCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/ListCoreNetworkPrefixListAssociationsCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/ListCoreNetworkRoutingInformationCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/PutAttachmentRoutingPolicyLabelCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/RemoveAttachmentRoutingPolicyLabelCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  63. package/dist-types/ts3.4/models/enums.d.ts +12 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +126 -0
  65. package/dist-types/ts3.4/pagination/ListAttachmentRoutingPolicyAssociationsPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/ListCoreNetworkPrefixListAssociationsPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/ListCoreNetworkRoutingInformationPaginator.d.ts +11 -0
  68. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  69. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  70. package/package.json +2 -2
package/README.md CHANGED
@@ -274,6 +274,14 @@ CreateCoreNetwork
274
274
 
275
275
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/CreateCoreNetworkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/CreateCoreNetworkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/CreateCoreNetworkCommandOutput/)
276
276
 
277
+ </details>
278
+ <details>
279
+ <summary>
280
+ CreateCoreNetworkPrefixListAssociation
281
+ </summary>
282
+
283
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/CreateCoreNetworkPrefixListAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/CreateCoreNetworkPrefixListAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/CreateCoreNetworkPrefixListAssociationCommandOutput/)
284
+
277
285
  </details>
278
286
  <details>
279
287
  <summary>
@@ -386,6 +394,14 @@ DeleteCoreNetworkPolicyVersion
386
394
 
387
395
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/DeleteCoreNetworkPolicyVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/DeleteCoreNetworkPolicyVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/DeleteCoreNetworkPolicyVersionCommandOutput/)
388
396
 
397
+ </details>
398
+ <details>
399
+ <summary>
400
+ DeleteCoreNetworkPrefixListAssociation
401
+ </summary>
402
+
403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/DeleteCoreNetworkPrefixListAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/DeleteCoreNetworkPrefixListAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/DeleteCoreNetworkPrefixListAssociationCommandOutput/)
404
+
389
405
  </details>
390
406
  <details>
391
407
  <summary>
@@ -706,6 +722,14 @@ GetVpcAttachment
706
722
 
707
723
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/GetVpcAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/GetVpcAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/GetVpcAttachmentCommandOutput/)
708
724
 
725
+ </details>
726
+ <details>
727
+ <summary>
728
+ ListAttachmentRoutingPolicyAssociations
729
+ </summary>
730
+
731
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/ListAttachmentRoutingPolicyAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListAttachmentRoutingPolicyAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListAttachmentRoutingPolicyAssociationsCommandOutput/)
732
+
709
733
  </details>
710
734
  <details>
711
735
  <summary>
@@ -730,6 +754,22 @@ ListCoreNetworkPolicyVersions
730
754
 
731
755
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/ListCoreNetworkPolicyVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListCoreNetworkPolicyVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListCoreNetworkPolicyVersionsCommandOutput/)
732
756
 
757
+ </details>
758
+ <details>
759
+ <summary>
760
+ ListCoreNetworkPrefixListAssociations
761
+ </summary>
762
+
763
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/ListCoreNetworkPrefixListAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListCoreNetworkPrefixListAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListCoreNetworkPrefixListAssociationsCommandOutput/)
764
+
765
+ </details>
766
+ <details>
767
+ <summary>
768
+ ListCoreNetworkRoutingInformation
769
+ </summary>
770
+
771
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/ListCoreNetworkRoutingInformationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListCoreNetworkRoutingInformationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListCoreNetworkRoutingInformationCommandOutput/)
772
+
733
773
  </details>
734
774
  <details>
735
775
  <summary>
@@ -762,6 +802,14 @@ ListTagsForResource
762
802
 
763
803
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/ListTagsForResourceCommandOutput/)
764
804
 
805
+ </details>
806
+ <details>
807
+ <summary>
808
+ PutAttachmentRoutingPolicyLabel
809
+ </summary>
810
+
811
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/PutAttachmentRoutingPolicyLabelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/PutAttachmentRoutingPolicyLabelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/PutAttachmentRoutingPolicyLabelCommandOutput/)
812
+
765
813
  </details>
766
814
  <details>
767
815
  <summary>
@@ -794,6 +842,14 @@ RejectAttachment
794
842
 
795
843
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/RejectAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/RejectAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/RejectAttachmentCommandOutput/)
796
844
 
845
+ </details>
846
+ <details>
847
+ <summary>
848
+ RemoveAttachmentRoutingPolicyLabel
849
+ </summary>
850
+
851
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/networkmanager/command/RemoveAttachmentRoutingPolicyLabelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/RemoveAttachmentRoutingPolicyLabelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-networkmanager/Interface/RemoveAttachmentRoutingPolicyLabelCommandOutput/)
852
+
797
853
  </details>
798
854
  <details>
799
855
  <summary>