@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
@@ -32,6 +32,16 @@ export interface DisassociateTransitGatewayConnectPeerCommandOutput extends Disa
32
32
  * };
33
33
  * const command = new DisassociateTransitGatewayConnectPeerCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DisassociateTransitGatewayConnectPeerResponse
36
+ * // TransitGatewayConnectPeerAssociation: { // TransitGatewayConnectPeerAssociation
37
+ * // TransitGatewayConnectPeerArn: "STRING_VALUE",
38
+ * // GlobalNetworkId: "STRING_VALUE",
39
+ * // DeviceId: "STRING_VALUE",
40
+ * // LinkId: "STRING_VALUE",
41
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED",
42
+ * // },
43
+ * // };
44
+ *
35
45
  * ```
36
46
  *
37
47
  * @param DisassociateTransitGatewayConnectPeerCommandInput - {@link DisassociateTransitGatewayConnectPeerCommandInput}
@@ -59,6 +69,8 @@ export interface DisassociateTransitGatewayConnectPeerCommandOutput extends Disa
59
69
  * @throws {@link ValidationException} (client fault)
60
70
  * <p>The input fails to satisfy the constraints.</p>
61
71
  *
72
+ * @throws {@link NetworkManagerServiceException}
73
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
74
  *
63
75
  */
64
76
  export declare class DisassociateTransitGatewayConnectPeerCommand extends $Command<DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface ExecuteCoreNetworkChangeSetCommandOutput extends ExecuteCoreNet
32
32
  * };
33
33
  * const command = new ExecuteCoreNetworkChangeSetCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param ExecuteCoreNetworkChangeSetCommandInput - {@link ExecuteCoreNetworkChangeSetCommandInput}
@@ -59,6 +61,8 @@ export interface ExecuteCoreNetworkChangeSetCommandOutput extends ExecuteCoreNet
59
61
  * @throws {@link ValidationException} (client fault)
60
62
  * <p>The input fails to satisfy the constraints.</p>
61
63
  *
64
+ * @throws {@link NetworkManagerServiceException}
65
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
66
  *
63
67
  */
64
68
  export declare class ExecuteCoreNetworkChangeSetCommand extends $Command<ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,45 @@ export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentR
31
31
  * };
32
32
  * const command = new GetConnectAttachmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetConnectAttachmentResponse
35
+ * // ConnectAttachment: { // ConnectAttachment
36
+ * // Attachment: { // Attachment
37
+ * // CoreNetworkId: "STRING_VALUE",
38
+ * // CoreNetworkArn: "STRING_VALUE",
39
+ * // AttachmentId: "STRING_VALUE",
40
+ * // OwnerAccountId: "STRING_VALUE",
41
+ * // AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
42
+ * // State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
43
+ * // EdgeLocation: "STRING_VALUE",
44
+ * // ResourceArn: "STRING_VALUE",
45
+ * // AttachmentPolicyRuleNumber: Number("int"),
46
+ * // SegmentName: "STRING_VALUE",
47
+ * // Tags: [ // TagList
48
+ * // { // Tag
49
+ * // Key: "STRING_VALUE",
50
+ * // Value: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // ProposedSegmentChange: { // ProposedSegmentChange
54
+ * // Tags: [
55
+ * // {
56
+ * // Key: "STRING_VALUE",
57
+ * // Value: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // AttachmentPolicyRuleNumber: Number("int"),
61
+ * // SegmentName: "STRING_VALUE",
62
+ * // },
63
+ * // CreatedAt: new Date("TIMESTAMP"),
64
+ * // UpdatedAt: new Date("TIMESTAMP"),
65
+ * // },
66
+ * // TransportAttachmentId: "STRING_VALUE",
67
+ * // Options: { // ConnectAttachmentOptions
68
+ * // Protocol: "GRE",
69
+ * // },
70
+ * // },
71
+ * // };
72
+ *
34
73
  * ```
35
74
  *
36
75
  * @param GetConnectAttachmentCommandInput - {@link GetConnectAttachmentCommandInput}
@@ -54,6 +93,8 @@ export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentR
54
93
  * @throws {@link ValidationException} (client fault)
55
94
  * <p>The input fails to satisfy the constraints.</p>
56
95
  *
96
+ * @throws {@link NetworkManagerServiceException}
97
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
57
98
  *
58
99
  */
59
100
  export declare class GetConnectAttachmentCommand extends $Command<GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -36,6 +36,19 @@ export interface GetConnectPeerAssociationsCommandOutput extends GetConnectPeerA
36
36
  * };
37
37
  * const command = new GetConnectPeerAssociationsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetConnectPeerAssociationsResponse
40
+ * // ConnectPeerAssociations: [ // ConnectPeerAssociationList
41
+ * // { // ConnectPeerAssociation
42
+ * // ConnectPeerId: "STRING_VALUE",
43
+ * // GlobalNetworkId: "STRING_VALUE",
44
+ * // DeviceId: "STRING_VALUE",
45
+ * // LinkId: "STRING_VALUE",
46
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED",
47
+ * // },
48
+ * // ],
49
+ * // NextToken: "STRING_VALUE",
50
+ * // };
51
+ *
39
52
  * ```
40
53
  *
41
54
  * @param GetConnectPeerAssociationsCommandInput - {@link GetConnectPeerAssociationsCommandInput}
@@ -63,6 +76,8 @@ export interface GetConnectPeerAssociationsCommandOutput extends GetConnectPeerA
63
76
  * @throws {@link ValidationException} (client fault)
64
77
  * <p>The input fails to satisfy the constraints.</p>
65
78
  *
79
+ * @throws {@link NetworkManagerServiceException}
80
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
66
81
  *
67
82
  */
68
83
  export declare class GetConnectPeerAssociationsCommand extends $Command<GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,39 @@ export interface GetConnectPeerCommandOutput extends GetConnectPeerResponse, __M
31
31
  * };
32
32
  * const command = new GetConnectPeerCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetConnectPeerResponse
35
+ * // ConnectPeer: { // ConnectPeer
36
+ * // CoreNetworkId: "STRING_VALUE",
37
+ * // ConnectAttachmentId: "STRING_VALUE",
38
+ * // ConnectPeerId: "STRING_VALUE",
39
+ * // EdgeLocation: "STRING_VALUE",
40
+ * // State: "CREATING" || "FAILED" || "AVAILABLE" || "DELETING",
41
+ * // CreatedAt: new Date("TIMESTAMP"),
42
+ * // Configuration: { // ConnectPeerConfiguration
43
+ * // CoreNetworkAddress: "STRING_VALUE",
44
+ * // PeerAddress: "STRING_VALUE",
45
+ * // InsideCidrBlocks: [ // ConstrainedStringList
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // Protocol: "GRE",
49
+ * // BgpConfigurations: [ // ConnectPeerBgpConfigurationList
50
+ * // { // ConnectPeerBgpConfiguration
51
+ * // CoreNetworkAsn: Number("long"),
52
+ * // PeerAsn: Number("long"),
53
+ * // CoreNetworkAddress: "STRING_VALUE",
54
+ * // PeerAddress: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // },
58
+ * // Tags: [ // TagList
59
+ * // { // Tag
60
+ * // Key: "STRING_VALUE",
61
+ * // Value: "STRING_VALUE",
62
+ * // },
63
+ * // ],
64
+ * // },
65
+ * // };
66
+ *
34
67
  * ```
35
68
  *
36
69
  * @param GetConnectPeerCommandInput - {@link GetConnectPeerCommandInput}
@@ -54,6 +87,8 @@ export interface GetConnectPeerCommandOutput extends GetConnectPeerResponse, __M
54
87
  * @throws {@link ValidationException} (client fault)
55
88
  * <p>The input fails to satisfy the constraints.</p>
56
89
  *
90
+ * @throws {@link NetworkManagerServiceException}
91
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
57
92
  *
58
93
  */
59
94
  export declare class GetConnectPeerCommand extends $Command<GetConnectPeerCommandInput, GetConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -37,6 +37,30 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M
37
37
  * };
38
38
  * const command = new GetConnectionsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetConnectionsResponse
41
+ * // Connections: [ // ConnectionList
42
+ * // { // Connection
43
+ * // ConnectionId: "STRING_VALUE",
44
+ * // ConnectionArn: "STRING_VALUE",
45
+ * // GlobalNetworkId: "STRING_VALUE",
46
+ * // DeviceId: "STRING_VALUE",
47
+ * // ConnectedDeviceId: "STRING_VALUE",
48
+ * // LinkId: "STRING_VALUE",
49
+ * // ConnectedLinkId: "STRING_VALUE",
50
+ * // Description: "STRING_VALUE",
51
+ * // CreatedAt: new Date("TIMESTAMP"),
52
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
53
+ * // Tags: [ // TagList
54
+ * // { // Tag
55
+ * // Key: "STRING_VALUE",
56
+ * // Value: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // };
63
+ *
40
64
  * ```
41
65
  *
42
66
  * @param GetConnectionsCommandInput - {@link GetConnectionsCommandInput}
@@ -60,6 +84,8 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M
60
84
  * @throws {@link ValidationException} (client fault)
61
85
  * <p>The input fails to satisfy the constraints.</p>
62
86
  *
87
+ * @throws {@link NetworkManagerServiceException}
88
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
63
89
  *
64
90
  */
65
91
  export declare class GetConnectionsCommand extends $Command<GetConnectionsCommandInput, GetConnectionsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -34,6 +34,25 @@ export interface GetCoreNetworkChangeEventsCommandOutput extends GetCoreNetworkC
34
34
  * };
35
35
  * const command = new GetCoreNetworkChangeEventsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetCoreNetworkChangeEventsResponse
38
+ * // CoreNetworkChangeEvents: [ // CoreNetworkChangeEventList
39
+ * // { // CoreNetworkChangeEvent
40
+ * // Type: "CORE_NETWORK_SEGMENT" || "CORE_NETWORK_EDGE" || "ATTACHMENT_MAPPING" || "ATTACHMENT_ROUTE_PROPAGATION" || "ATTACHMENT_ROUTE_STATIC" || "CORE_NETWORK_CONFIGURATION" || "SEGMENTS_CONFIGURATION" || "SEGMENT_ACTIONS_CONFIGURATION" || "ATTACHMENT_POLICIES_CONFIGURATION",
41
+ * // Action: "ADD" || "MODIFY" || "REMOVE",
42
+ * // IdentifierPath: "STRING_VALUE",
43
+ * // EventTime: new Date("TIMESTAMP"),
44
+ * // Status: "NOT_STARTED" || "IN_PROGRESS" || "COMPLETE" || "FAILED",
45
+ * // Values: { // CoreNetworkChangeEventValues
46
+ * // EdgeLocation: "STRING_VALUE",
47
+ * // SegmentName: "STRING_VALUE",
48
+ * // AttachmentId: "STRING_VALUE",
49
+ * // Cidr: "STRING_VALUE",
50
+ * // },
51
+ * // },
52
+ * // ],
53
+ * // NextToken: "STRING_VALUE",
54
+ * // };
55
+ *
37
56
  * ```
38
57
  *
39
58
  * @param GetCoreNetworkChangeEventsCommandInput - {@link GetCoreNetworkChangeEventsCommandInput}
@@ -57,6 +76,8 @@ export interface GetCoreNetworkChangeEventsCommandOutput extends GetCoreNetworkC
57
76
  * @throws {@link ValidationException} (client fault)
58
77
  * <p>The input fails to satisfy the constraints.</p>
59
78
  *
79
+ * @throws {@link NetworkManagerServiceException}
80
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
60
81
  *
61
82
  */
62
83
  export declare class GetCoreNetworkChangeEventsCommand extends $Command<GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -34,6 +34,48 @@ export interface GetCoreNetworkChangeSetCommandOutput extends GetCoreNetworkChan
34
34
  * };
35
35
  * const command = new GetCoreNetworkChangeSetCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetCoreNetworkChangeSetResponse
38
+ * // CoreNetworkChanges: [ // CoreNetworkChangeList
39
+ * // { // CoreNetworkChange
40
+ * // Type: "CORE_NETWORK_SEGMENT" || "CORE_NETWORK_EDGE" || "ATTACHMENT_MAPPING" || "ATTACHMENT_ROUTE_PROPAGATION" || "ATTACHMENT_ROUTE_STATIC" || "CORE_NETWORK_CONFIGURATION" || "SEGMENTS_CONFIGURATION" || "SEGMENT_ACTIONS_CONFIGURATION" || "ATTACHMENT_POLICIES_CONFIGURATION",
41
+ * // Action: "ADD" || "MODIFY" || "REMOVE",
42
+ * // Identifier: "STRING_VALUE",
43
+ * // PreviousValues: { // CoreNetworkChangeValues
44
+ * // SegmentName: "STRING_VALUE",
45
+ * // EdgeLocations: [ // ExternalRegionCodeList
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // Asn: Number("long"),
49
+ * // Cidr: "STRING_VALUE",
50
+ * // DestinationIdentifier: "STRING_VALUE",
51
+ * // InsideCidrBlocks: [ // ConstrainedStringList
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // SharedSegments: [
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // },
58
+ * // NewValues: {
59
+ * // SegmentName: "STRING_VALUE",
60
+ * // EdgeLocations: [
61
+ * // "STRING_VALUE",
62
+ * // ],
63
+ * // Asn: Number("long"),
64
+ * // Cidr: "STRING_VALUE",
65
+ * // DestinationIdentifier: "STRING_VALUE",
66
+ * // InsideCidrBlocks: [
67
+ * // "STRING_VALUE",
68
+ * // ],
69
+ * // SharedSegments: [
70
+ * // "STRING_VALUE",
71
+ * // ],
72
+ * // },
73
+ * // IdentifierPath: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // NextToken: "STRING_VALUE",
77
+ * // };
78
+ *
37
79
  * ```
38
80
  *
39
81
  * @param GetCoreNetworkChangeSetCommandInput - {@link GetCoreNetworkChangeSetCommandInput}
@@ -57,6 +99,8 @@ export interface GetCoreNetworkChangeSetCommandOutput extends GetCoreNetworkChan
57
99
  * @throws {@link ValidationException} (client fault)
58
100
  * <p>The input fails to satisfy the constraints.</p>
59
101
  *
102
+ * @throws {@link NetworkManagerServiceException}
103
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
60
104
  *
61
105
  */
62
106
  export declare class GetCoreNetworkChangeSetCommand extends $Command<GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,43 @@ export interface GetCoreNetworkCommandOutput extends GetCoreNetworkResponse, __M
31
31
  * };
32
32
  * const command = new GetCoreNetworkCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetCoreNetworkResponse
35
+ * // CoreNetwork: { // CoreNetwork
36
+ * // GlobalNetworkId: "STRING_VALUE",
37
+ * // CoreNetworkId: "STRING_VALUE",
38
+ * // CoreNetworkArn: "STRING_VALUE",
39
+ * // Description: "STRING_VALUE",
40
+ * // CreatedAt: new Date("TIMESTAMP"),
41
+ * // State: "CREATING" || "UPDATING" || "AVAILABLE" || "DELETING",
42
+ * // Segments: [ // CoreNetworkSegmentList
43
+ * // { // CoreNetworkSegment
44
+ * // Name: "STRING_VALUE",
45
+ * // EdgeLocations: [ // ExternalRegionCodeList
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // SharedSegments: [ // ConstrainedStringList
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // },
52
+ * // ],
53
+ * // Edges: [ // CoreNetworkEdgeList
54
+ * // { // CoreNetworkEdge
55
+ * // EdgeLocation: "STRING_VALUE",
56
+ * // Asn: Number("long"),
57
+ * // InsideCidrBlocks: [
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // },
61
+ * // ],
62
+ * // Tags: [ // TagList
63
+ * // { // Tag
64
+ * // Key: "STRING_VALUE",
65
+ * // Value: "STRING_VALUE",
66
+ * // },
67
+ * // ],
68
+ * // },
69
+ * // };
70
+ *
34
71
  * ```
35
72
  *
36
73
  * @param GetCoreNetworkCommandInput - {@link GetCoreNetworkCommandInput}
@@ -54,6 +91,8 @@ export interface GetCoreNetworkCommandOutput extends GetCoreNetworkResponse, __M
54
91
  * @throws {@link ValidationException} (client fault)
55
92
  * <p>The input fails to satisfy the constraints.</p>
56
93
  *
94
+ * @throws {@link NetworkManagerServiceException}
95
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
57
96
  *
58
97
  */
59
98
  export declare class GetCoreNetworkCommand extends $Command<GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -33,6 +33,25 @@ export interface GetCoreNetworkPolicyCommandOutput extends GetCoreNetworkPolicyR
33
33
  * };
34
34
  * const command = new GetCoreNetworkPolicyCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetCoreNetworkPolicyResponse
37
+ * // CoreNetworkPolicy: { // CoreNetworkPolicy
38
+ * // CoreNetworkId: "STRING_VALUE",
39
+ * // PolicyVersionId: Number("int"),
40
+ * // Alias: "LIVE" || "LATEST",
41
+ * // Description: "STRING_VALUE",
42
+ * // CreatedAt: new Date("TIMESTAMP"),
43
+ * // ChangeSetState: "PENDING_GENERATION" || "FAILED_GENERATION" || "READY_TO_EXECUTE" || "EXECUTING" || "EXECUTION_SUCCEEDED" || "OUT_OF_DATE",
44
+ * // PolicyErrors: [ // CoreNetworkPolicyErrorList
45
+ * // { // CoreNetworkPolicyError
46
+ * // ErrorCode: "STRING_VALUE", // required
47
+ * // Message: "STRING_VALUE", // required
48
+ * // Path: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // PolicyDocument: "STRING_VALUE",
52
+ * // },
53
+ * // };
54
+ *
36
55
  * ```
37
56
  *
38
57
  * @param GetCoreNetworkPolicyCommandInput - {@link GetCoreNetworkPolicyCommandInput}
@@ -56,6 +75,8 @@ export interface GetCoreNetworkPolicyCommandOutput extends GetCoreNetworkPolicyR
56
75
  * @throws {@link ValidationException} (client fault)
57
76
  * <p>The input fails to satisfy the constraints.</p>
58
77
  *
78
+ * @throws {@link NetworkManagerServiceException}
79
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
59
80
  *
60
81
  */
61
82
  export declare class GetCoreNetworkPolicyCommand extends $Command<GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -37,6 +37,19 @@ export interface GetCustomerGatewayAssociationsCommandOutput extends GetCustomer
37
37
  * };
38
38
  * const command = new GetCustomerGatewayAssociationsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetCustomerGatewayAssociationsResponse
41
+ * // CustomerGatewayAssociations: [ // CustomerGatewayAssociationList
42
+ * // { // CustomerGatewayAssociation
43
+ * // CustomerGatewayArn: "STRING_VALUE",
44
+ * // GlobalNetworkId: "STRING_VALUE",
45
+ * // DeviceId: "STRING_VALUE",
46
+ * // LinkId: "STRING_VALUE",
47
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED",
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
40
53
  * ```
41
54
  *
42
55
  * @param GetCustomerGatewayAssociationsCommandInput - {@link GetCustomerGatewayAssociationsCommandInput}
@@ -64,6 +77,8 @@ export interface GetCustomerGatewayAssociationsCommandOutput extends GetCustomer
64
77
  * @throws {@link ValidationException} (client fault)
65
78
  * <p>The input fails to satisfy the constraints.</p>
66
79
  *
80
+ * @throws {@link NetworkManagerServiceException}
81
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
67
82
  *
68
83
  */
69
84
  export declare class GetCustomerGatewayAssociationsCommand extends $Command<GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -37,6 +37,40 @@ export interface GetDevicesCommandOutput extends GetDevicesResponse, __MetadataB
37
37
  * };
38
38
  * const command = new GetDevicesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetDevicesResponse
41
+ * // Devices: [ // DeviceList
42
+ * // { // Device
43
+ * // DeviceId: "STRING_VALUE",
44
+ * // DeviceArn: "STRING_VALUE",
45
+ * // GlobalNetworkId: "STRING_VALUE",
46
+ * // AWSLocation: { // AWSLocation
47
+ * // Zone: "STRING_VALUE",
48
+ * // SubnetArn: "STRING_VALUE",
49
+ * // },
50
+ * // Description: "STRING_VALUE",
51
+ * // Type: "STRING_VALUE",
52
+ * // Vendor: "STRING_VALUE",
53
+ * // Model: "STRING_VALUE",
54
+ * // SerialNumber: "STRING_VALUE",
55
+ * // Location: { // Location
56
+ * // Address: "STRING_VALUE",
57
+ * // Latitude: "STRING_VALUE",
58
+ * // Longitude: "STRING_VALUE",
59
+ * // },
60
+ * // SiteId: "STRING_VALUE",
61
+ * // CreatedAt: new Date("TIMESTAMP"),
62
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
63
+ * // Tags: [ // TagList
64
+ * // { // Tag
65
+ * // Key: "STRING_VALUE",
66
+ * // Value: "STRING_VALUE",
67
+ * // },
68
+ * // ],
69
+ * // },
70
+ * // ],
71
+ * // NextToken: "STRING_VALUE",
72
+ * // };
73
+ *
40
74
  * ```
41
75
  *
42
76
  * @param GetDevicesCommandInput - {@link GetDevicesCommandInput}
@@ -60,6 +94,8 @@ export interface GetDevicesCommandOutput extends GetDevicesResponse, __MetadataB
60
94
  * @throws {@link ValidationException} (client fault)
61
95
  * <p>The input fails to satisfy the constraints.</p>
62
96
  *
97
+ * @throws {@link NetworkManagerServiceException}
98
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
63
99
  *
64
100
  */
65
101
  export declare class GetDevicesCommand extends $Command<GetDevicesCommandInput, GetDevicesCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -36,6 +36,18 @@ export interface GetLinkAssociationsCommandOutput extends GetLinkAssociationsRes
36
36
  * };
37
37
  * const command = new GetLinkAssociationsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetLinkAssociationsResponse
40
+ * // LinkAssociations: [ // LinkAssociationList
41
+ * // { // LinkAssociation
42
+ * // GlobalNetworkId: "STRING_VALUE",
43
+ * // DeviceId: "STRING_VALUE",
44
+ * // LinkId: "STRING_VALUE",
45
+ * // LinkAssociationState: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED",
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // };
50
+ *
39
51
  * ```
40
52
  *
41
53
  * @param GetLinkAssociationsCommandInput - {@link GetLinkAssociationsCommandInput}
@@ -59,6 +71,8 @@ export interface GetLinkAssociationsCommandOutput extends GetLinkAssociationsRes
59
71
  * @throws {@link ValidationException} (client fault)
60
72
  * <p>The input fails to satisfy the constraints.</p>
61
73
  *
74
+ * @throws {@link NetworkManagerServiceException}
75
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
76
  *
63
77
  */
64
78
  export declare class GetLinkAssociationsCommand extends $Command<GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -40,6 +40,33 @@ export interface GetLinksCommandOutput extends GetLinksResponse, __MetadataBeare
40
40
  * };
41
41
  * const command = new GetLinksCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // GetLinksResponse
44
+ * // Links: [ // LinkList
45
+ * // { // Link
46
+ * // LinkId: "STRING_VALUE",
47
+ * // LinkArn: "STRING_VALUE",
48
+ * // GlobalNetworkId: "STRING_VALUE",
49
+ * // SiteId: "STRING_VALUE",
50
+ * // Description: "STRING_VALUE",
51
+ * // Type: "STRING_VALUE",
52
+ * // Bandwidth: { // Bandwidth
53
+ * // UploadSpeed: Number("int"),
54
+ * // DownloadSpeed: Number("int"),
55
+ * // },
56
+ * // Provider: "STRING_VALUE",
57
+ * // CreatedAt: new Date("TIMESTAMP"),
58
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
59
+ * // Tags: [ // TagList
60
+ * // { // Tag
61
+ * // Key: "STRING_VALUE",
62
+ * // Value: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // },
66
+ * // ],
67
+ * // NextToken: "STRING_VALUE",
68
+ * // };
69
+ *
43
70
  * ```
44
71
  *
45
72
  * @param GetLinksCommandInput - {@link GetLinksCommandInput}
@@ -63,6 +90,8 @@ export interface GetLinksCommandOutput extends GetLinksResponse, __MetadataBeare
63
90
  * @throws {@link ValidationException} (client fault)
64
91
  * <p>The input fails to satisfy the constraints.</p>
65
92
  *
93
+ * @throws {@link NetworkManagerServiceException}
94
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
66
95
  *
67
96
  */
68
97
  export declare class GetLinksCommand extends $Command<GetLinksCommandInput, GetLinksCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface GetNetworkResourceCountsCommandOutput extends GetNetworkResourc
34
34
  * };
35
35
  * const command = new GetNetworkResourceCountsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetNetworkResourceCountsResponse
38
+ * // NetworkResourceCounts: [ // NetworkResourceCountList
39
+ * // { // NetworkResourceCount
40
+ * // ResourceType: "STRING_VALUE",
41
+ * // Count: Number("int"),
42
+ * // },
43
+ * // ],
44
+ * // NextToken: "STRING_VALUE",
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param GetNetworkResourceCountsCommandInput - {@link GetNetworkResourceCountsCommandInput}
@@ -54,6 +64,8 @@ export interface GetNetworkResourceCountsCommandOutput extends GetNetworkResourc
54
64
  * @throws {@link ValidationException} (client fault)
55
65
  * <p>The input fails to satisfy the constraints.</p>
56
66
  *
67
+ * @throws {@link NetworkManagerServiceException}
68
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
57
69
  *
58
70
  */
59
71
  export declare class GetNetworkResourceCountsCommand extends $Command<GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -39,6 +39,16 @@ export interface GetNetworkResourceRelationshipsCommandOutput extends GetNetwork
39
39
  * };
40
40
  * const command = new GetNetworkResourceRelationshipsCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // GetNetworkResourceRelationshipsResponse
43
+ * // Relationships: [ // RelationshipList
44
+ * // { // Relationship
45
+ * // From: "STRING_VALUE",
46
+ * // To: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // NextToken: "STRING_VALUE",
50
+ * // };
51
+ *
42
52
  * ```
43
53
  *
44
54
  * @param GetNetworkResourceRelationshipsCommandInput - {@link GetNetworkResourceRelationshipsCommandInput}
@@ -62,6 +72,8 @@ export interface GetNetworkResourceRelationshipsCommandOutput extends GetNetwork
62
72
  * @throws {@link ValidationException} (client fault)
63
73
  * <p>The input fails to satisfy the constraints.</p>
64
74
  *
75
+ * @throws {@link NetworkManagerServiceException}
76
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
65
77
  *
66
78
  */
67
79
  export declare class GetNetworkResourceRelationshipsCommand extends $Command<GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -40,6 +40,32 @@ export interface GetNetworkResourcesCommandOutput extends GetNetworkResourcesRes
40
40
  * };
41
41
  * const command = new GetNetworkResourcesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // GetNetworkResourcesResponse
44
+ * // NetworkResources: [ // NetworkResourceList
45
+ * // { // NetworkResource
46
+ * // RegisteredGatewayArn: "STRING_VALUE",
47
+ * // CoreNetworkId: "STRING_VALUE",
48
+ * // AwsRegion: "STRING_VALUE",
49
+ * // AccountId: "STRING_VALUE",
50
+ * // ResourceType: "STRING_VALUE",
51
+ * // ResourceId: "STRING_VALUE",
52
+ * // ResourceArn: "STRING_VALUE",
53
+ * // Definition: "STRING_VALUE",
54
+ * // DefinitionTimestamp: new Date("TIMESTAMP"),
55
+ * // Tags: [ // TagList
56
+ * // { // Tag
57
+ * // Key: "STRING_VALUE",
58
+ * // Value: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // Metadata: { // NetworkResourceMetadataMap
62
+ * // "<keys>": "STRING_VALUE",
63
+ * // },
64
+ * // },
65
+ * // ],
66
+ * // NextToken: "STRING_VALUE",
67
+ * // };
68
+ *
43
69
  * ```
44
70
  *
45
71
  * @param GetNetworkResourcesCommandInput - {@link GetNetworkResourcesCommandInput}
@@ -63,6 +89,8 @@ export interface GetNetworkResourcesCommandOutput extends GetNetworkResourcesRes
63
89
  * @throws {@link ValidationException} (client fault)
64
90
  * <p>The input fails to satisfy the constraints.</p>
65
91
  *
92
+ * @throws {@link NetworkManagerServiceException}
93
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
66
94
  *
67
95
  */
68
96
  export declare class GetNetworkResourcesCommand extends $Command<GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput, NetworkManagerClientResolvedConfig> {