@aws-sdk/client-networkmanager 3.592.0 → 3.596.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 (26) hide show
  1. package/dist-cjs/index.js +17 -0
  2. package/dist-es/models/models_0.js +10 -0
  3. package/dist-es/protocols/Aws_restJson1.js +3 -0
  4. package/dist-types/commands/AcceptAttachmentCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteAttachmentCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +16 -0
  12. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +11 -0
  13. package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +2 -1
  14. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +59 -1
  15. package/dist-types/commands/GetCoreNetworkCommand.d.ts +16 -0
  16. package/dist-types/commands/GetNetworkRoutesCommand.d.ts +7 -1
  17. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +11 -0
  18. package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +11 -0
  19. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +11 -0
  20. package/dist-types/commands/ListAttachmentsCommand.d.ts +11 -0
  21. package/dist-types/commands/RejectAttachmentCommand.d.ts +11 -0
  22. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +16 -0
  23. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +11 -0
  24. package/dist-types/models/models_0.d.ts +345 -89
  25. package/dist-types/ts3.4/models/models_0.d.ts +60 -0
  26. package/package.json +4 -4
@@ -62,6 +62,7 @@ declare const UpdateVpcAttachmentCommand_base: {
62
62
  * // ResourceArn: "STRING_VALUE",
63
63
  * // AttachmentPolicyRuleNumber: Number("int"),
64
64
  * // SegmentName: "STRING_VALUE",
65
+ * // NetworkFunctionGroupName: "STRING_VALUE",
65
66
  * // Tags: [ // TagList
66
67
  * // { // Tag
67
68
  * // Key: "STRING_VALUE",
@@ -78,6 +79,16 @@ declare const UpdateVpcAttachmentCommand_base: {
78
79
  * // AttachmentPolicyRuleNumber: Number("int"),
79
80
  * // SegmentName: "STRING_VALUE",
80
81
  * // },
82
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
83
+ * // Tags: [
84
+ * // {
85
+ * // Key: "STRING_VALUE",
86
+ * // Value: "STRING_VALUE",
87
+ * // },
88
+ * // ],
89
+ * // AttachmentPolicyRuleNumber: Number("int"),
90
+ * // NetworkFunctionGroupName: "STRING_VALUE",
91
+ * // },
81
92
  * // CreatedAt: new Date("TIMESTAMP"),
82
93
  * // UpdatedAt: new Date("TIMESTAMP"),
83
94
  * // },