@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
@@ -65,6 +65,35 @@ export interface GetNetworkRoutesCommandOutput extends GetNetworkRoutesResponse,
65
65
  * };
66
66
  * const command = new GetNetworkRoutesCommand(input);
67
67
  * const response = await client.send(command);
68
+ * // { // GetNetworkRoutesResponse
69
+ * // RouteTableArn: "STRING_VALUE",
70
+ * // CoreNetworkSegmentEdge: { // CoreNetworkSegmentEdgeIdentifier
71
+ * // CoreNetworkId: "STRING_VALUE",
72
+ * // SegmentName: "STRING_VALUE",
73
+ * // EdgeLocation: "STRING_VALUE",
74
+ * // },
75
+ * // RouteTableType: "TRANSIT_GATEWAY_ROUTE_TABLE" || "CORE_NETWORK_SEGMENT",
76
+ * // RouteTableTimestamp: new Date("TIMESTAMP"),
77
+ * // NetworkRoutes: [ // NetworkRouteList
78
+ * // { // NetworkRoute
79
+ * // DestinationCidrBlock: "STRING_VALUE",
80
+ * // Destinations: [ // NetworkRouteDestinationList
81
+ * // { // NetworkRouteDestination
82
+ * // CoreNetworkAttachmentId: "STRING_VALUE",
83
+ * // TransitGatewayAttachmentId: "STRING_VALUE",
84
+ * // SegmentName: "STRING_VALUE",
85
+ * // EdgeLocation: "STRING_VALUE",
86
+ * // ResourceType: "STRING_VALUE",
87
+ * // ResourceId: "STRING_VALUE",
88
+ * // },
89
+ * // ],
90
+ * // PrefixListId: "STRING_VALUE",
91
+ * // State: "ACTIVE" || "BLACKHOLE",
92
+ * // Type: "PROPAGATED" || "STATIC",
93
+ * // },
94
+ * // ],
95
+ * // };
96
+ *
68
97
  * ```
69
98
  *
70
99
  * @param GetNetworkRoutesCommandInput - {@link GetNetworkRoutesCommandInput}
@@ -88,6 +117,8 @@ export interface GetNetworkRoutesCommandOutput extends GetNetworkRoutesResponse,
88
117
  * @throws {@link ValidationException} (client fault)
89
118
  * <p>The input fails to satisfy the constraints.</p>
90
119
  *
120
+ * @throws {@link NetworkManagerServiceException}
121
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
91
122
  *
92
123
  */
93
124
  export declare class GetNetworkRoutesCommand extends $Command<GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -39,6 +39,27 @@ export interface GetNetworkTelemetryCommandOutput extends GetNetworkTelemetryRes
39
39
  * };
40
40
  * const command = new GetNetworkTelemetryCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // GetNetworkTelemetryResponse
43
+ * // NetworkTelemetry: [ // NetworkTelemetryList
44
+ * // { // NetworkTelemetry
45
+ * // RegisteredGatewayArn: "STRING_VALUE",
46
+ * // CoreNetworkId: "STRING_VALUE",
47
+ * // AwsRegion: "STRING_VALUE",
48
+ * // AccountId: "STRING_VALUE",
49
+ * // ResourceType: "STRING_VALUE",
50
+ * // ResourceId: "STRING_VALUE",
51
+ * // ResourceArn: "STRING_VALUE",
52
+ * // Address: "STRING_VALUE",
53
+ * // Health: { // ConnectionHealth
54
+ * // Type: "BGP" || "IPSEC",
55
+ * // Status: "UP" || "DOWN",
56
+ * // Timestamp: new Date("TIMESTAMP"),
57
+ * // },
58
+ * // },
59
+ * // ],
60
+ * // NextToken: "STRING_VALUE",
61
+ * // };
62
+ *
42
63
  * ```
43
64
  *
44
65
  * @param GetNetworkTelemetryCommandInput - {@link GetNetworkTelemetryCommandInput}
@@ -62,6 +83,8 @@ export interface GetNetworkTelemetryCommandOutput extends GetNetworkTelemetryRes
62
83
  * @throws {@link ValidationException} (client fault)
63
84
  * <p>The input fails to satisfy the constraints.</p>
64
85
  *
86
+ * @throws {@link NetworkManagerServiceException}
87
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
65
88
  *
66
89
  */
67
90
  export declare class GetNetworkTelemetryCommand extends $Command<GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
31
31
  * };
32
32
  * const command = new GetResourcePolicyCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetResourcePolicyResponse
35
+ * // PolicyDocument: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param GetResourcePolicyCommandInput - {@link GetResourcePolicyCommandInput}
@@ -51,6 +55,8 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
51
55
  * @throws {@link ValidationException} (client fault)
52
56
  * <p>The input fails to satisfy the constraints.</p>
53
57
  *
58
+ * @throws {@link NetworkManagerServiceException}
59
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
54
60
  *
55
61
  */
56
62
  export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,74 @@ export interface GetRouteAnalysisCommandOutput extends GetRouteAnalysisResponse,
32
32
  * };
33
33
  * const command = new GetRouteAnalysisCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetRouteAnalysisResponse
36
+ * // RouteAnalysis: { // RouteAnalysis
37
+ * // GlobalNetworkId: "STRING_VALUE",
38
+ * // OwnerAccountId: "STRING_VALUE",
39
+ * // RouteAnalysisId: "STRING_VALUE",
40
+ * // StartTimestamp: new Date("TIMESTAMP"),
41
+ * // Status: "RUNNING" || "COMPLETED" || "FAILED",
42
+ * // Source: { // RouteAnalysisEndpointOptions
43
+ * // TransitGatewayAttachmentArn: "STRING_VALUE",
44
+ * // TransitGatewayArn: "STRING_VALUE",
45
+ * // IpAddress: "STRING_VALUE",
46
+ * // },
47
+ * // Destination: {
48
+ * // TransitGatewayAttachmentArn: "STRING_VALUE",
49
+ * // TransitGatewayArn: "STRING_VALUE",
50
+ * // IpAddress: "STRING_VALUE",
51
+ * // },
52
+ * // IncludeReturnPath: true || false,
53
+ * // UseMiddleboxes: true || false,
54
+ * // ForwardPath: { // RouteAnalysisPath
55
+ * // CompletionStatus: { // RouteAnalysisCompletion
56
+ * // ResultCode: "CONNECTED" || "NOT_CONNECTED",
57
+ * // ReasonCode: "TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND" || "TRANSIT_GATEWAY_ATTACHMENT_NOT_IN_TRANSIT_GATEWAY" || "CYCLIC_PATH_DETECTED" || "TRANSIT_GATEWAY_ATTACHMENT_STABLE_ROUTE_TABLE_NOT_FOUND" || "ROUTE_NOT_FOUND" || "BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND" || "INACTIVE_ROUTE_FOR_DESTINATION_FOUND" || "TRANSIT_GATEWAY_ATTACHMENT_ATTACH_ARN_NO_MATCH" || "MAX_HOPS_EXCEEDED" || "POSSIBLE_MIDDLEBOX" || "NO_DESTINATION_ARN_PROVIDED",
58
+ * // ReasonContext: { // ReasonContextMap
59
+ * // "<keys>": "STRING_VALUE",
60
+ * // },
61
+ * // },
62
+ * // Path: [ // PathComponentList
63
+ * // { // PathComponent
64
+ * // Sequence: Number("int"),
65
+ * // Resource: { // NetworkResourceSummary
66
+ * // RegisteredGatewayArn: "STRING_VALUE",
67
+ * // ResourceArn: "STRING_VALUE",
68
+ * // ResourceType: "STRING_VALUE",
69
+ * // Definition: "STRING_VALUE",
70
+ * // NameTag: "STRING_VALUE",
71
+ * // IsMiddlebox: true || false,
72
+ * // },
73
+ * // DestinationCidrBlock: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // },
77
+ * // ReturnPath: {
78
+ * // CompletionStatus: {
79
+ * // ResultCode: "CONNECTED" || "NOT_CONNECTED",
80
+ * // ReasonCode: "TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND" || "TRANSIT_GATEWAY_ATTACHMENT_NOT_IN_TRANSIT_GATEWAY" || "CYCLIC_PATH_DETECTED" || "TRANSIT_GATEWAY_ATTACHMENT_STABLE_ROUTE_TABLE_NOT_FOUND" || "ROUTE_NOT_FOUND" || "BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND" || "INACTIVE_ROUTE_FOR_DESTINATION_FOUND" || "TRANSIT_GATEWAY_ATTACHMENT_ATTACH_ARN_NO_MATCH" || "MAX_HOPS_EXCEEDED" || "POSSIBLE_MIDDLEBOX" || "NO_DESTINATION_ARN_PROVIDED",
81
+ * // ReasonContext: {
82
+ * // "<keys>": "STRING_VALUE",
83
+ * // },
84
+ * // },
85
+ * // Path: [
86
+ * // {
87
+ * // Sequence: Number("int"),
88
+ * // Resource: {
89
+ * // RegisteredGatewayArn: "STRING_VALUE",
90
+ * // ResourceArn: "STRING_VALUE",
91
+ * // ResourceType: "STRING_VALUE",
92
+ * // Definition: "STRING_VALUE",
93
+ * // NameTag: "STRING_VALUE",
94
+ * // IsMiddlebox: true || false,
95
+ * // },
96
+ * // DestinationCidrBlock: "STRING_VALUE",
97
+ * // },
98
+ * // ],
99
+ * // },
100
+ * // },
101
+ * // };
102
+ *
35
103
  * ```
36
104
  *
37
105
  * @param GetRouteAnalysisCommandInput - {@link GetRouteAnalysisCommandInput}
@@ -55,6 +123,8 @@ export interface GetRouteAnalysisCommandOutput extends GetRouteAnalysisResponse,
55
123
  * @throws {@link ValidationException} (client fault)
56
124
  * <p>The input fails to satisfy the constraints.</p>
57
125
  *
126
+ * @throws {@link NetworkManagerServiceException}
127
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
58
128
  *
59
129
  */
60
130
  export declare class GetRouteAnalysisCommand extends $Command<GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,42 @@ export interface GetSiteToSiteVpnAttachmentCommandOutput extends GetSiteToSiteVp
31
31
  * };
32
32
  * const command = new GetSiteToSiteVpnAttachmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetSiteToSiteVpnAttachmentResponse
35
+ * // SiteToSiteVpnAttachment: { // SiteToSiteVpnAttachment
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
+ * // VpnConnectionArn: "STRING_VALUE",
67
+ * // },
68
+ * // };
69
+ *
34
70
  * ```
35
71
  *
36
72
  * @param GetSiteToSiteVpnAttachmentCommandInput - {@link GetSiteToSiteVpnAttachmentCommandInput}
@@ -54,6 +90,8 @@ export interface GetSiteToSiteVpnAttachmentCommandOutput extends GetSiteToSiteVp
54
90
  * @throws {@link ValidationException} (client fault)
55
91
  * <p>The input fails to satisfy the constraints.</p>
56
92
  *
93
+ * @throws {@link NetworkManagerServiceException}
94
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
57
95
  *
58
96
  */
59
97
  export declare class GetSiteToSiteVpnAttachmentCommand extends $Command<GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -36,6 +36,31 @@ export interface GetSitesCommandOutput extends GetSitesResponse, __MetadataBeare
36
36
  * };
37
37
  * const command = new GetSitesCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetSitesResponse
40
+ * // Sites: [ // SiteList
41
+ * // { // Site
42
+ * // SiteId: "STRING_VALUE",
43
+ * // SiteArn: "STRING_VALUE",
44
+ * // GlobalNetworkId: "STRING_VALUE",
45
+ * // Description: "STRING_VALUE",
46
+ * // Location: { // Location
47
+ * // Address: "STRING_VALUE",
48
+ * // Latitude: "STRING_VALUE",
49
+ * // Longitude: "STRING_VALUE",
50
+ * // },
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
+ *
39
64
  * ```
40
65
  *
41
66
  * @param GetSitesCommandInput - {@link GetSitesCommandInput}
@@ -59,6 +84,8 @@ export interface GetSitesCommandOutput extends GetSitesResponse, __MetadataBeare
59
84
  * @throws {@link ValidationException} (client fault)
60
85
  * <p>The input fails to satisfy the constraints.</p>
61
86
  *
87
+ * @throws {@link NetworkManagerServiceException}
88
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
89
  *
63
90
  */
64
91
  export declare class GetSitesCommand extends $Command<GetSitesCommandInput, GetSitesCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -36,6 +36,19 @@ export interface GetTransitGatewayConnectPeerAssociationsCommandOutput extends G
36
36
  * };
37
37
  * const command = new GetTransitGatewayConnectPeerAssociationsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetTransitGatewayConnectPeerAssociationsResponse
40
+ * // TransitGatewayConnectPeerAssociations: [ // TransitGatewayConnectPeerAssociationList
41
+ * // { // TransitGatewayConnectPeerAssociation
42
+ * // TransitGatewayConnectPeerArn: "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 GetTransitGatewayConnectPeerAssociationsCommandInput - {@link GetTransitGatewayConnectPeerAssociationsCommandInput}
@@ -63,6 +76,8 @@ export interface GetTransitGatewayConnectPeerAssociationsCommandOutput extends G
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 GetTransitGatewayConnectPeerAssociationsCommand extends $Command<GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,30 @@ export interface GetTransitGatewayPeeringCommandOutput extends GetTransitGateway
31
31
  * };
32
32
  * const command = new GetTransitGatewayPeeringCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetTransitGatewayPeeringResponse
35
+ * // TransitGatewayPeering: { // TransitGatewayPeering
36
+ * // Peering: { // Peering
37
+ * // CoreNetworkId: "STRING_VALUE",
38
+ * // CoreNetworkArn: "STRING_VALUE",
39
+ * // PeeringId: "STRING_VALUE",
40
+ * // OwnerAccountId: "STRING_VALUE",
41
+ * // PeeringType: "TRANSIT_GATEWAY",
42
+ * // State: "CREATING" || "FAILED" || "AVAILABLE" || "DELETING",
43
+ * // EdgeLocation: "STRING_VALUE",
44
+ * // ResourceArn: "STRING_VALUE",
45
+ * // Tags: [ // TagList
46
+ * // { // Tag
47
+ * // Key: "STRING_VALUE",
48
+ * // Value: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // CreatedAt: new Date("TIMESTAMP"),
52
+ * // },
53
+ * // TransitGatewayArn: "STRING_VALUE",
54
+ * // TransitGatewayPeeringAttachmentId: "STRING_VALUE",
55
+ * // },
56
+ * // };
57
+ *
34
58
  * ```
35
59
  *
36
60
  * @param GetTransitGatewayPeeringCommandInput - {@link GetTransitGatewayPeeringCommandInput}
@@ -54,6 +78,8 @@ export interface GetTransitGatewayPeeringCommandOutput extends GetTransitGateway
54
78
  * @throws {@link ValidationException} (client fault)
55
79
  * <p>The input fails to satisfy the constraints.</p>
56
80
  *
81
+ * @throws {@link NetworkManagerServiceException}
82
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
57
83
  *
58
84
  */
59
85
  export declare class GetTransitGatewayPeeringCommand extends $Command<GetTransitGatewayPeeringCommandInput, GetTransitGatewayPeeringCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -37,6 +37,20 @@ export interface GetTransitGatewayRegistrationsCommandOutput extends GetTransitG
37
37
  * };
38
38
  * const command = new GetTransitGatewayRegistrationsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetTransitGatewayRegistrationsResponse
41
+ * // TransitGatewayRegistrations: [ // TransitGatewayRegistrationList
42
+ * // { // TransitGatewayRegistration
43
+ * // GlobalNetworkId: "STRING_VALUE",
44
+ * // TransitGatewayArn: "STRING_VALUE",
45
+ * // State: { // TransitGatewayRegistrationStateReason
46
+ * // Code: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED" || "FAILED",
47
+ * // Message: "STRING_VALUE",
48
+ * // },
49
+ * // },
50
+ * // ],
51
+ * // NextToken: "STRING_VALUE",
52
+ * // };
53
+ *
40
54
  * ```
41
55
  *
42
56
  * @param GetTransitGatewayRegistrationsCommandInput - {@link GetTransitGatewayRegistrationsCommandInput}
@@ -60,6 +74,8 @@ export interface GetTransitGatewayRegistrationsCommandOutput extends GetTransitG
60
74
  * @throws {@link ValidationException} (client fault)
61
75
  * <p>The input fails to satisfy the constraints.</p>
62
76
  *
77
+ * @throws {@link NetworkManagerServiceException}
78
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
63
79
  *
64
80
  */
65
81
  export declare class GetTransitGatewayRegistrationsCommand extends $Command<GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,43 @@ export interface GetTransitGatewayRouteTableAttachmentCommandOutput extends GetT
31
31
  * };
32
32
  * const command = new GetTransitGatewayRouteTableAttachmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetTransitGatewayRouteTableAttachmentResponse
35
+ * // TransitGatewayRouteTableAttachment: { // TransitGatewayRouteTableAttachment
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
+ * // PeeringId: "STRING_VALUE",
67
+ * // TransitGatewayRouteTableArn: "STRING_VALUE",
68
+ * // },
69
+ * // };
70
+ *
34
71
  * ```
35
72
  *
36
73
  * @param GetTransitGatewayRouteTableAttachmentCommandInput - {@link GetTransitGatewayRouteTableAttachmentCommandInput}
@@ -54,6 +91,8 @@ export interface GetTransitGatewayRouteTableAttachmentCommandOutput extends GetT
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 GetTransitGatewayRouteTableAttachmentCommand extends $Command<GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,48 @@ export interface GetVpcAttachmentCommandOutput extends GetVpcAttachmentResponse,
31
31
  * };
32
32
  * const command = new GetVpcAttachmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetVpcAttachmentResponse
35
+ * // VpcAttachment: { // VpcAttachment
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
+ * // SubnetArns: [ // SubnetArnList
67
+ * // "STRING_VALUE",
68
+ * // ],
69
+ * // Options: { // VpcOptions
70
+ * // Ipv6Support: true || false,
71
+ * // ApplianceModeSupport: true || false,
72
+ * // },
73
+ * // },
74
+ * // };
75
+ *
34
76
  * ```
35
77
  *
36
78
  * @param GetVpcAttachmentCommandInput - {@link GetVpcAttachmentCommandInput}
@@ -54,6 +96,8 @@ export interface GetVpcAttachmentCommandOutput extends GetVpcAttachmentResponse,
54
96
  * @throws {@link ValidationException} (client fault)
55
97
  * <p>The input fails to satisfy the constraints.</p>
56
98
  *
99
+ * @throws {@link NetworkManagerServiceException}
100
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
57
101
  *
58
102
  */
59
103
  export declare class GetVpcAttachmentCommand extends $Command<GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -36,6 +36,42 @@ export interface ListAttachmentsCommandOutput extends ListAttachmentsResponse, _
36
36
  * };
37
37
  * const command = new ListAttachmentsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListAttachmentsResponse
40
+ * // Attachments: [ // AttachmentList
41
+ * // { // Attachment
42
+ * // CoreNetworkId: "STRING_VALUE",
43
+ * // CoreNetworkArn: "STRING_VALUE",
44
+ * // AttachmentId: "STRING_VALUE",
45
+ * // OwnerAccountId: "STRING_VALUE",
46
+ * // AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
47
+ * // State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
48
+ * // EdgeLocation: "STRING_VALUE",
49
+ * // ResourceArn: "STRING_VALUE",
50
+ * // AttachmentPolicyRuleNumber: Number("int"),
51
+ * // SegmentName: "STRING_VALUE",
52
+ * // Tags: [ // TagList
53
+ * // { // Tag
54
+ * // Key: "STRING_VALUE",
55
+ * // Value: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // ProposedSegmentChange: { // ProposedSegmentChange
59
+ * // Tags: [
60
+ * // {
61
+ * // Key: "STRING_VALUE",
62
+ * // Value: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // AttachmentPolicyRuleNumber: Number("int"),
66
+ * // SegmentName: "STRING_VALUE",
67
+ * // },
68
+ * // CreatedAt: new Date("TIMESTAMP"),
69
+ * // UpdatedAt: new Date("TIMESTAMP"),
70
+ * // },
71
+ * // ],
72
+ * // NextToken: "STRING_VALUE",
73
+ * // };
74
+ *
39
75
  * ```
40
76
  *
41
77
  * @param ListAttachmentsCommandInput - {@link ListAttachmentsCommandInput}
@@ -56,6 +92,8 @@ export interface ListAttachmentsCommandOutput extends ListAttachmentsResponse, _
56
92
  * @throws {@link ValidationException} (client fault)
57
93
  * <p>The input fails to satisfy the constraints.</p>
58
94
  *
95
+ * @throws {@link NetworkManagerServiceException}
96
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
59
97
  *
60
98
  */
61
99
  export declare class ListAttachmentsCommand extends $Command<ListAttachmentsCommandInput, ListAttachmentsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -34,6 +34,26 @@ export interface ListConnectPeersCommandOutput extends ListConnectPeersResponse,
34
34
  * };
35
35
  * const command = new ListConnectPeersCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListConnectPeersResponse
38
+ * // ConnectPeers: [ // ConnectPeerSummaryList
39
+ * // { // ConnectPeerSummary
40
+ * // CoreNetworkId: "STRING_VALUE",
41
+ * // ConnectAttachmentId: "STRING_VALUE",
42
+ * // ConnectPeerId: "STRING_VALUE",
43
+ * // EdgeLocation: "STRING_VALUE",
44
+ * // ConnectPeerState: "CREATING" || "FAILED" || "AVAILABLE" || "DELETING",
45
+ * // CreatedAt: new Date("TIMESTAMP"),
46
+ * // Tags: [ // TagList
47
+ * // { // Tag
48
+ * // Key: "STRING_VALUE",
49
+ * // Value: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // };
56
+ *
37
57
  * ```
38
58
  *
39
59
  * @param ListConnectPeersCommandInput - {@link ListConnectPeersCommandInput}
@@ -54,6 +74,8 @@ export interface ListConnectPeersCommandOutput extends ListConnectPeersResponse,
54
74
  * @throws {@link ValidationException} (client fault)
55
75
  * <p>The input fails to satisfy the constraints.</p>
56
76
  *
77
+ * @throws {@link NetworkManagerServiceException}
78
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
57
79
  *
58
80
  */
59
81
  export declare class ListConnectPeersCommand extends $Command<ListConnectPeersCommandInput, ListConnectPeersCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface ListCoreNetworkPolicyVersionsCommandOutput extends ListCoreNetw
33
33
  * };
34
34
  * const command = new ListCoreNetworkPolicyVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListCoreNetworkPolicyVersionsResponse
37
+ * // CoreNetworkPolicyVersions: [ // CoreNetworkPolicyVersionList
38
+ * // { // CoreNetworkPolicyVersion
39
+ * // CoreNetworkId: "STRING_VALUE",
40
+ * // PolicyVersionId: Number("int"),
41
+ * // Alias: "LIVE" || "LATEST",
42
+ * // Description: "STRING_VALUE",
43
+ * // CreatedAt: new Date("TIMESTAMP"),
44
+ * // ChangeSetState: "PENDING_GENERATION" || "FAILED_GENERATION" || "READY_TO_EXECUTE" || "EXECUTING" || "EXECUTION_SUCCEEDED" || "OUT_OF_DATE",
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param ListCoreNetworkPolicyVersionsCommandInput - {@link ListCoreNetworkPolicyVersionsCommandInput}
@@ -56,6 +70,8 @@ export interface ListCoreNetworkPolicyVersionsCommandOutput extends ListCoreNetw
56
70
  * @throws {@link ValidationException} (client fault)
57
71
  * <p>The input fails to satisfy the constraints.</p>
58
72
  *
73
+ * @throws {@link NetworkManagerServiceException}
74
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
59
75
  *
60
76
  */
61
77
  export declare class ListCoreNetworkPolicyVersionsCommand extends $Command<ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,26 @@ export interface ListCoreNetworksCommandOutput extends ListCoreNetworksResponse,
32
32
  * };
33
33
  * const command = new ListCoreNetworksCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListCoreNetworksResponse
36
+ * // CoreNetworks: [ // CoreNetworkSummaryList
37
+ * // { // CoreNetworkSummary
38
+ * // CoreNetworkId: "STRING_VALUE",
39
+ * // CoreNetworkArn: "STRING_VALUE",
40
+ * // GlobalNetworkId: "STRING_VALUE",
41
+ * // OwnerAccountId: "STRING_VALUE",
42
+ * // State: "CREATING" || "UPDATING" || "AVAILABLE" || "DELETING",
43
+ * // Description: "STRING_VALUE",
44
+ * // Tags: [ // TagList
45
+ * // { // Tag
46
+ * // Key: "STRING_VALUE",
47
+ * // Value: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // },
51
+ * // ],
52
+ * // NextToken: "STRING_VALUE",
53
+ * // };
54
+ *
35
55
  * ```
36
56
  *
37
57
  * @param ListCoreNetworksCommandInput - {@link ListCoreNetworksCommandInput}
@@ -52,6 +72,8 @@ export interface ListCoreNetworksCommandOutput extends ListCoreNetworksResponse,
52
72
  * @throws {@link ValidationException} (client fault)
53
73
  * <p>The input fails to satisfy the constraints.</p>
54
74
  *
75
+ * @throws {@link NetworkManagerServiceException}
76
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
55
77
  *
56
78
  */
57
79
  export declare class ListCoreNetworksCommand extends $Command<ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput, NetworkManagerClientResolvedConfig> {