@aws-sdk/client-networkmanager 3.325.0 → 3.326.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 (86) hide show
  1. package/dist-types/commands/AcceptAttachmentCommand.d.ts +35 -0
  2. package/dist-types/commands/AssociateConnectPeerCommand.d.ts +12 -0
  3. package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +12 -0
  4. package/dist-types/commands/AssociateLinkCommand.d.ts +11 -0
  5. package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +12 -0
  6. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +41 -0
  7. package/dist-types/commands/CreateConnectPeerCommand.d.ts +35 -0
  8. package/dist-types/commands/CreateConnectionCommand.d.ts +23 -0
  9. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +39 -0
  10. package/dist-types/commands/CreateDeviceCommand.d.ts +33 -0
  11. package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +18 -0
  12. package/dist-types/commands/CreateLinkCommand.d.ts +26 -0
  13. package/dist-types/commands/CreateSiteCommand.d.ts +24 -0
  14. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +38 -0
  15. package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +26 -0
  16. package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +39 -0
  17. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +44 -0
  18. package/dist-types/commands/DeleteAttachmentCommand.d.ts +35 -0
  19. package/dist-types/commands/DeleteConnectPeerCommand.d.ts +35 -0
  20. package/dist-types/commands/DeleteConnectionCommand.d.ts +23 -0
  21. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +39 -0
  22. package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +21 -0
  23. package/dist-types/commands/DeleteDeviceCommand.d.ts +33 -0
  24. package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +18 -0
  25. package/dist-types/commands/DeleteLinkCommand.d.ts +26 -0
  26. package/dist-types/commands/DeletePeeringCommand.d.ts +22 -0
  27. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteSiteCommand.d.ts +24 -0
  29. package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +13 -0
  30. package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +21 -0
  31. package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +12 -0
  32. package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +12 -0
  33. package/dist-types/commands/DisassociateLinkCommand.d.ts +11 -0
  34. package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +12 -0
  35. package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +4 -0
  36. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +41 -0
  37. package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +15 -0
  38. package/dist-types/commands/GetConnectPeerCommand.d.ts +35 -0
  39. package/dist-types/commands/GetConnectionsCommand.d.ts +26 -0
  40. package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +21 -0
  41. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +44 -0
  42. package/dist-types/commands/GetCoreNetworkCommand.d.ts +39 -0
  43. package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +21 -0
  44. package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +15 -0
  45. package/dist-types/commands/GetDevicesCommand.d.ts +36 -0
  46. package/dist-types/commands/GetLinkAssociationsCommand.d.ts +14 -0
  47. package/dist-types/commands/GetLinksCommand.d.ts +29 -0
  48. package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +12 -0
  49. package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +12 -0
  50. package/dist-types/commands/GetNetworkResourcesCommand.d.ts +28 -0
  51. package/dist-types/commands/GetNetworkRoutesCommand.d.ts +31 -0
  52. package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +23 -0
  53. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
  54. package/dist-types/commands/GetRouteAnalysisCommand.d.ts +70 -0
  55. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +38 -0
  56. package/dist-types/commands/GetSitesCommand.d.ts +27 -0
  57. package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +15 -0
  58. package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +26 -0
  59. package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +16 -0
  60. package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +39 -0
  61. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +44 -0
  62. package/dist-types/commands/ListAttachmentsCommand.d.ts +38 -0
  63. package/dist-types/commands/ListConnectPeersCommand.d.ts +22 -0
  64. package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListCoreNetworksCommand.d.ts +22 -0
  66. package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +17 -0
  67. package/dist-types/commands/ListPeeringsCommand.d.ts +25 -0
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  69. package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +21 -0
  70. package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
  71. package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +13 -0
  72. package/dist-types/commands/RejectAttachmentCommand.d.ts +35 -0
  73. package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +21 -0
  74. package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +16 -0
  75. package/dist-types/commands/StartRouteAnalysisCommand.d.ts +70 -0
  76. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  77. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  78. package/dist-types/commands/UpdateConnectionCommand.d.ts +23 -0
  79. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +39 -0
  80. package/dist-types/commands/UpdateDeviceCommand.d.ts +33 -0
  81. package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +18 -0
  82. package/dist-types/commands/UpdateLinkCommand.d.ts +26 -0
  83. package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +9 -0
  84. package/dist-types/commands/UpdateSiteCommand.d.ts +24 -0
  85. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +44 -0
  86. package/package.json +3 -3
@@ -39,6 +39,28 @@ export interface UpdateSiteCommandOutput extends UpdateSiteResponse, __MetadataB
39
39
  * };
40
40
  * const command = new UpdateSiteCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // UpdateSiteResponse
43
+ * // Site: { // Site
44
+ * // SiteId: "STRING_VALUE",
45
+ * // SiteArn: "STRING_VALUE",
46
+ * // GlobalNetworkId: "STRING_VALUE",
47
+ * // Description: "STRING_VALUE",
48
+ * // Location: { // Location
49
+ * // Address: "STRING_VALUE",
50
+ * // Latitude: "STRING_VALUE",
51
+ * // Longitude: "STRING_VALUE",
52
+ * // },
53
+ * // CreatedAt: new Date("TIMESTAMP"),
54
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
55
+ * // Tags: [ // TagList
56
+ * // { // Tag
57
+ * // Key: "STRING_VALUE",
58
+ * // Value: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // },
62
+ * // };
63
+ *
42
64
  * ```
43
65
  *
44
66
  * @param UpdateSiteCommandInput - {@link UpdateSiteCommandInput}
@@ -66,6 +88,8 @@ export interface UpdateSiteCommandOutput extends UpdateSiteResponse, __MetadataB
66
88
  * @throws {@link ValidationException} (client fault)
67
89
  * <p>The input fails to satisfy the constraints.</p>
68
90
  *
91
+ * @throws {@link NetworkManagerServiceException}
92
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
69
93
  *
70
94
  */
71
95
  export declare class UpdateSiteCommand extends $Command<UpdateSiteCommandInput, UpdateSiteCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -41,6 +41,48 @@ export interface UpdateVpcAttachmentCommandOutput extends UpdateVpcAttachmentRes
41
41
  * };
42
42
  * const command = new UpdateVpcAttachmentCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // UpdateVpcAttachmentResponse
45
+ * // VpcAttachment: { // VpcAttachment
46
+ * // Attachment: { // Attachment
47
+ * // CoreNetworkId: "STRING_VALUE",
48
+ * // CoreNetworkArn: "STRING_VALUE",
49
+ * // AttachmentId: "STRING_VALUE",
50
+ * // OwnerAccountId: "STRING_VALUE",
51
+ * // AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
52
+ * // State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
53
+ * // EdgeLocation: "STRING_VALUE",
54
+ * // ResourceArn: "STRING_VALUE",
55
+ * // AttachmentPolicyRuleNumber: Number("int"),
56
+ * // SegmentName: "STRING_VALUE",
57
+ * // Tags: [ // TagList
58
+ * // { // Tag
59
+ * // Key: "STRING_VALUE",
60
+ * // Value: "STRING_VALUE",
61
+ * // },
62
+ * // ],
63
+ * // ProposedSegmentChange: { // ProposedSegmentChange
64
+ * // Tags: [
65
+ * // {
66
+ * // Key: "STRING_VALUE",
67
+ * // Value: "STRING_VALUE",
68
+ * // },
69
+ * // ],
70
+ * // AttachmentPolicyRuleNumber: Number("int"),
71
+ * // SegmentName: "STRING_VALUE",
72
+ * // },
73
+ * // CreatedAt: new Date("TIMESTAMP"),
74
+ * // UpdatedAt: new Date("TIMESTAMP"),
75
+ * // },
76
+ * // SubnetArns: [ // SubnetArnList
77
+ * // "STRING_VALUE",
78
+ * // ],
79
+ * // Options: { // VpcOptions
80
+ * // Ipv6Support: true || false,
81
+ * // ApplianceModeSupport: true || false,
82
+ * // },
83
+ * // },
84
+ * // };
85
+ *
44
86
  * ```
45
87
  *
46
88
  * @param UpdateVpcAttachmentCommandInput - {@link UpdateVpcAttachmentCommandInput}
@@ -68,6 +110,8 @@ export interface UpdateVpcAttachmentCommandOutput extends UpdateVpcAttachmentRes
68
110
  * @throws {@link ValidationException} (client fault)
69
111
  * <p>The input fails to satisfy the constraints.</p>
70
112
  *
113
+ * @throws {@link NetworkManagerServiceException}
114
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
71
115
  *
72
116
  */
73
117
  export declare class UpdateVpcAttachmentCommand extends $Command<UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-networkmanager",
3
3
  "description": "AWS SDK for JavaScript Networkmanager Client for Node.js, Browser and React Native",
4
- "version": "3.325.0",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",