@aws-sdk/client-networkmanager 3.321.1 → 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 +16 -16
@@ -46,6 +46,48 @@ export interface CreateVpcAttachmentCommandOutput extends CreateVpcAttachmentRes
46
46
  * };
47
47
  * const command = new CreateVpcAttachmentCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // CreateVpcAttachmentResponse
50
+ * // VpcAttachment: { // VpcAttachment
51
+ * // Attachment: { // Attachment
52
+ * // CoreNetworkId: "STRING_VALUE",
53
+ * // CoreNetworkArn: "STRING_VALUE",
54
+ * // AttachmentId: "STRING_VALUE",
55
+ * // OwnerAccountId: "STRING_VALUE",
56
+ * // AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
57
+ * // State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
58
+ * // EdgeLocation: "STRING_VALUE",
59
+ * // ResourceArn: "STRING_VALUE",
60
+ * // AttachmentPolicyRuleNumber: Number("int"),
61
+ * // SegmentName: "STRING_VALUE",
62
+ * // Tags: [ // TagList
63
+ * // { // Tag
64
+ * // Key: "STRING_VALUE",
65
+ * // Value: "STRING_VALUE",
66
+ * // },
67
+ * // ],
68
+ * // ProposedSegmentChange: { // ProposedSegmentChange
69
+ * // Tags: [
70
+ * // {
71
+ * // Key: "STRING_VALUE",
72
+ * // Value: "STRING_VALUE",
73
+ * // },
74
+ * // ],
75
+ * // AttachmentPolicyRuleNumber: Number("int"),
76
+ * // SegmentName: "STRING_VALUE",
77
+ * // },
78
+ * // CreatedAt: new Date("TIMESTAMP"),
79
+ * // UpdatedAt: new Date("TIMESTAMP"),
80
+ * // },
81
+ * // SubnetArns: [ // SubnetArnList
82
+ * // "STRING_VALUE",
83
+ * // ],
84
+ * // Options: { // VpcOptions
85
+ * // Ipv6Support: true || false,
86
+ * // ApplianceModeSupport: true || false,
87
+ * // },
88
+ * // },
89
+ * // };
90
+ *
49
91
  * ```
50
92
  *
51
93
  * @param CreateVpcAttachmentCommandInput - {@link CreateVpcAttachmentCommandInput}
@@ -73,6 +115,8 @@ export interface CreateVpcAttachmentCommandOutput extends CreateVpcAttachmentRes
73
115
  * @throws {@link ValidationException} (client fault)
74
116
  * <p>The input fails to satisfy the constraints.</p>
75
117
  *
118
+ * @throws {@link NetworkManagerServiceException}
119
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
76
120
  *
77
121
  */
78
122
  export declare class CreateVpcAttachmentCommand extends $Command<CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,39 @@ export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse,
31
31
  * };
32
32
  * const command = new DeleteAttachmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteAttachmentResponse
35
+ * // Attachment: { // Attachment
36
+ * // CoreNetworkId: "STRING_VALUE",
37
+ * // CoreNetworkArn: "STRING_VALUE",
38
+ * // AttachmentId: "STRING_VALUE",
39
+ * // OwnerAccountId: "STRING_VALUE",
40
+ * // AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
41
+ * // State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
42
+ * // EdgeLocation: "STRING_VALUE",
43
+ * // ResourceArn: "STRING_VALUE",
44
+ * // AttachmentPolicyRuleNumber: Number("int"),
45
+ * // SegmentName: "STRING_VALUE",
46
+ * // Tags: [ // TagList
47
+ * // { // Tag
48
+ * // Key: "STRING_VALUE",
49
+ * // Value: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // ProposedSegmentChange: { // ProposedSegmentChange
53
+ * // Tags: [
54
+ * // {
55
+ * // Key: "STRING_VALUE",
56
+ * // Value: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // AttachmentPolicyRuleNumber: Number("int"),
60
+ * // SegmentName: "STRING_VALUE",
61
+ * // },
62
+ * // CreatedAt: new Date("TIMESTAMP"),
63
+ * // UpdatedAt: new Date("TIMESTAMP"),
64
+ * // },
65
+ * // };
66
+ *
34
67
  * ```
35
68
  *
36
69
  * @param DeleteAttachmentCommandInput - {@link DeleteAttachmentCommandInput}
@@ -58,6 +91,8 @@ export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse,
58
91
  * @throws {@link ValidationException} (client fault)
59
92
  * <p>The input fails to satisfy the constraints.</p>
60
93
  *
94
+ * @throws {@link NetworkManagerServiceException}
95
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
61
96
  *
62
97
  */
63
98
  export declare class DeleteAttachmentCommand extends $Command<DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,39 @@ export interface DeleteConnectPeerCommandOutput extends DeleteConnectPeerRespons
31
31
  * };
32
32
  * const command = new DeleteConnectPeerCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteConnectPeerResponse
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 DeleteConnectPeerCommandInput - {@link DeleteConnectPeerCommandInput}
@@ -58,6 +91,8 @@ export interface DeleteConnectPeerCommandOutput extends DeleteConnectPeerRespons
58
91
  * @throws {@link ValidationException} (client fault)
59
92
  * <p>The input fails to satisfy the constraints.</p>
60
93
  *
94
+ * @throws {@link NetworkManagerServiceException}
95
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
61
96
  *
62
97
  */
63
98
  export declare class DeleteConnectPeerCommand extends $Command<DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,27 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
32
32
  * };
33
33
  * const command = new DeleteConnectionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteConnectionResponse
36
+ * // Connection: { // Connection
37
+ * // ConnectionId: "STRING_VALUE",
38
+ * // ConnectionArn: "STRING_VALUE",
39
+ * // GlobalNetworkId: "STRING_VALUE",
40
+ * // DeviceId: "STRING_VALUE",
41
+ * // ConnectedDeviceId: "STRING_VALUE",
42
+ * // LinkId: "STRING_VALUE",
43
+ * // ConnectedLinkId: "STRING_VALUE",
44
+ * // Description: "STRING_VALUE",
45
+ * // CreatedAt: new Date("TIMESTAMP"),
46
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
47
+ * // Tags: [ // TagList
48
+ * // { // Tag
49
+ * // Key: "STRING_VALUE",
50
+ * // Value: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // },
54
+ * // };
55
+ *
35
56
  * ```
36
57
  *
37
58
  * @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
@@ -59,6 +80,8 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
59
80
  * @throws {@link ValidationException} (client fault)
60
81
  * <p>The input fails to satisfy the constraints.</p>
61
82
  *
83
+ * @throws {@link NetworkManagerServiceException}
84
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
85
  *
63
86
  */
64
87
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,43 @@ export interface DeleteCoreNetworkCommandOutput extends DeleteCoreNetworkRespons
31
31
  * };
32
32
  * const command = new DeleteCoreNetworkCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteCoreNetworkResponse
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 DeleteCoreNetworkCommandInput - {@link DeleteCoreNetworkCommandInput}
@@ -58,6 +95,8 @@ export interface DeleteCoreNetworkCommandOutput extends DeleteCoreNetworkRespons
58
95
  * @throws {@link ValidationException} (client fault)
59
96
  * <p>The input fails to satisfy the constraints.</p>
60
97
  *
98
+ * @throws {@link NetworkManagerServiceException}
99
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
61
100
  *
62
101
  */
63
102
  export declare class DeleteCoreNetworkCommand extends $Command<DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,25 @@ export interface DeleteCoreNetworkPolicyVersionCommandOutput extends DeleteCoreN
32
32
  * };
33
33
  * const command = new DeleteCoreNetworkPolicyVersionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteCoreNetworkPolicyVersionResponse
36
+ * // CoreNetworkPolicy: { // CoreNetworkPolicy
37
+ * // CoreNetworkId: "STRING_VALUE",
38
+ * // PolicyVersionId: Number("int"),
39
+ * // Alias: "LIVE" || "LATEST",
40
+ * // Description: "STRING_VALUE",
41
+ * // CreatedAt: new Date("TIMESTAMP"),
42
+ * // ChangeSetState: "PENDING_GENERATION" || "FAILED_GENERATION" || "READY_TO_EXECUTE" || "EXECUTING" || "EXECUTION_SUCCEEDED" || "OUT_OF_DATE",
43
+ * // PolicyErrors: [ // CoreNetworkPolicyErrorList
44
+ * // { // CoreNetworkPolicyError
45
+ * // ErrorCode: "STRING_VALUE", // required
46
+ * // Message: "STRING_VALUE", // required
47
+ * // Path: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // PolicyDocument: "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
35
54
  * ```
36
55
  *
37
56
  * @param DeleteCoreNetworkPolicyVersionCommandInput - {@link DeleteCoreNetworkPolicyVersionCommandInput}
@@ -59,6 +78,8 @@ export interface DeleteCoreNetworkPolicyVersionCommandOutput extends DeleteCoreN
59
78
  * @throws {@link ValidationException} (client fault)
60
79
  * <p>The input fails to satisfy the constraints.</p>
61
80
  *
81
+ * @throws {@link NetworkManagerServiceException}
82
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
83
  *
63
84
  */
64
85
  export declare class DeleteCoreNetworkPolicyVersionCommand extends $Command<DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -33,6 +33,37 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
33
33
  * };
34
34
  * const command = new DeleteDeviceCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeleteDeviceResponse
37
+ * // Device: { // Device
38
+ * // DeviceId: "STRING_VALUE",
39
+ * // DeviceArn: "STRING_VALUE",
40
+ * // GlobalNetworkId: "STRING_VALUE",
41
+ * // AWSLocation: { // AWSLocation
42
+ * // Zone: "STRING_VALUE",
43
+ * // SubnetArn: "STRING_VALUE",
44
+ * // },
45
+ * // Description: "STRING_VALUE",
46
+ * // Type: "STRING_VALUE",
47
+ * // Vendor: "STRING_VALUE",
48
+ * // Model: "STRING_VALUE",
49
+ * // SerialNumber: "STRING_VALUE",
50
+ * // Location: { // Location
51
+ * // Address: "STRING_VALUE",
52
+ * // Latitude: "STRING_VALUE",
53
+ * // Longitude: "STRING_VALUE",
54
+ * // },
55
+ * // SiteId: "STRING_VALUE",
56
+ * // CreatedAt: new Date("TIMESTAMP"),
57
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
58
+ * // Tags: [ // TagList
59
+ * // { // Tag
60
+ * // Key: "STRING_VALUE",
61
+ * // Value: "STRING_VALUE",
62
+ * // },
63
+ * // ],
64
+ * // },
65
+ * // };
66
+ *
36
67
  * ```
37
68
  *
38
69
  * @param DeleteDeviceCommandInput - {@link DeleteDeviceCommandInput}
@@ -60,6 +91,8 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
60
91
  * @throws {@link ValidationException} (client fault)
61
92
  * <p>The input fails to satisfy the constraints.</p>
62
93
  *
94
+ * @throws {@link NetworkManagerServiceException}
95
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
63
96
  *
64
97
  */
65
98
  export declare class DeleteDeviceCommand extends $Command<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,22 @@ export interface DeleteGlobalNetworkCommandOutput extends DeleteGlobalNetworkRes
32
32
  * };
33
33
  * const command = new DeleteGlobalNetworkCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteGlobalNetworkResponse
36
+ * // GlobalNetwork: { // GlobalNetwork
37
+ * // GlobalNetworkId: "STRING_VALUE",
38
+ * // GlobalNetworkArn: "STRING_VALUE",
39
+ * // Description: "STRING_VALUE",
40
+ * // CreatedAt: new Date("TIMESTAMP"),
41
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
42
+ * // Tags: [ // TagList
43
+ * // { // Tag
44
+ * // Key: "STRING_VALUE",
45
+ * // Value: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // },
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param DeleteGlobalNetworkCommandInput - {@link DeleteGlobalNetworkCommandInput}
@@ -59,6 +75,8 @@ export interface DeleteGlobalNetworkCommandOutput extends DeleteGlobalNetworkRes
59
75
  * @throws {@link ValidationException} (client fault)
60
76
  * <p>The input fails to satisfy the constraints.</p>
61
77
  *
78
+ * @throws {@link NetworkManagerServiceException}
79
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
80
  *
63
81
  */
64
82
  export declare class DeleteGlobalNetworkCommand extends $Command<DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -33,6 +33,30 @@ export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataB
33
33
  * };
34
34
  * const command = new DeleteLinkCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeleteLinkResponse
37
+ * // Link: { // Link
38
+ * // LinkId: "STRING_VALUE",
39
+ * // LinkArn: "STRING_VALUE",
40
+ * // GlobalNetworkId: "STRING_VALUE",
41
+ * // SiteId: "STRING_VALUE",
42
+ * // Description: "STRING_VALUE",
43
+ * // Type: "STRING_VALUE",
44
+ * // Bandwidth: { // Bandwidth
45
+ * // UploadSpeed: Number("int"),
46
+ * // DownloadSpeed: Number("int"),
47
+ * // },
48
+ * // Provider: "STRING_VALUE",
49
+ * // CreatedAt: new Date("TIMESTAMP"),
50
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
51
+ * // Tags: [ // TagList
52
+ * // { // Tag
53
+ * // Key: "STRING_VALUE",
54
+ * // Value: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // },
58
+ * // };
59
+ *
36
60
  * ```
37
61
  *
38
62
  * @param DeleteLinkCommandInput - {@link DeleteLinkCommandInput}
@@ -60,6 +84,8 @@ export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataB
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 DeleteLinkCommand extends $Command<DeleteLinkCommandInput, DeleteLinkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,26 @@ export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __Met
31
31
  * };
32
32
  * const command = new DeletePeeringCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeletePeeringResponse
35
+ * // Peering: { // Peering
36
+ * // CoreNetworkId: "STRING_VALUE",
37
+ * // CoreNetworkArn: "STRING_VALUE",
38
+ * // PeeringId: "STRING_VALUE",
39
+ * // OwnerAccountId: "STRING_VALUE",
40
+ * // PeeringType: "TRANSIT_GATEWAY",
41
+ * // State: "CREATING" || "FAILED" || "AVAILABLE" || "DELETING",
42
+ * // EdgeLocation: "STRING_VALUE",
43
+ * // ResourceArn: "STRING_VALUE",
44
+ * // Tags: [ // TagList
45
+ * // { // Tag
46
+ * // Key: "STRING_VALUE",
47
+ * // Value: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // CreatedAt: new Date("TIMESTAMP"),
51
+ * // },
52
+ * // };
53
+ *
34
54
  * ```
35
55
  *
36
56
  * @param DeletePeeringCommandInput - {@link DeletePeeringCommandInput}
@@ -58,6 +78,8 @@ export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __Met
58
78
  * @throws {@link ValidationException} (client fault)
59
79
  * <p>The input fails to satisfy the constraints.</p>
60
80
  *
81
+ * @throws {@link NetworkManagerServiceException}
82
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
61
83
  *
62
84
  */
63
85
  export declare class DeletePeeringCommand extends $Command<DeletePeeringCommandInput, DeletePeeringCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
31
31
  * };
32
32
  * const command = new DeleteResourcePolicyCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
55
57
  * @throws {@link ValidationException} (client fault)
56
58
  * <p>The input fails to satisfy the constraints.</p>
57
59
  *
60
+ * @throws {@link NetworkManagerServiceException}
61
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,28 @@ export interface DeleteSiteCommandOutput extends DeleteSiteResponse, __MetadataB
32
32
  * };
33
33
  * const command = new DeleteSiteCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteSiteResponse
36
+ * // Site: { // Site
37
+ * // SiteId: "STRING_VALUE",
38
+ * // SiteArn: "STRING_VALUE",
39
+ * // GlobalNetworkId: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // Location: { // Location
42
+ * // Address: "STRING_VALUE",
43
+ * // Latitude: "STRING_VALUE",
44
+ * // Longitude: "STRING_VALUE",
45
+ * // },
46
+ * // CreatedAt: new Date("TIMESTAMP"),
47
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
48
+ * // Tags: [ // TagList
49
+ * // { // Tag
50
+ * // Key: "STRING_VALUE",
51
+ * // Value: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // },
55
+ * // };
56
+ *
35
57
  * ```
36
58
  *
37
59
  * @param DeleteSiteCommandInput - {@link DeleteSiteCommandInput}
@@ -59,6 +81,8 @@ export interface DeleteSiteCommandOutput extends DeleteSiteResponse, __MetadataB
59
81
  * @throws {@link ValidationException} (client fault)
60
82
  * <p>The input fails to satisfy the constraints.</p>
61
83
  *
84
+ * @throws {@link NetworkManagerServiceException}
85
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
86
  *
63
87
  */
64
88
  export declare class DeleteSiteCommand extends $Command<DeleteSiteCommandInput, DeleteSiteCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -33,6 +33,17 @@ export interface DeregisterTransitGatewayCommandOutput extends DeregisterTransit
33
33
  * };
34
34
  * const command = new DeregisterTransitGatewayCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeregisterTransitGatewayResponse
37
+ * // TransitGatewayRegistration: { // TransitGatewayRegistration
38
+ * // GlobalNetworkId: "STRING_VALUE",
39
+ * // TransitGatewayArn: "STRING_VALUE",
40
+ * // State: { // TransitGatewayRegistrationStateReason
41
+ * // Code: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED" || "FAILED",
42
+ * // Message: "STRING_VALUE",
43
+ * // },
44
+ * // },
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param DeregisterTransitGatewayCommandInput - {@link DeregisterTransitGatewayCommandInput}
@@ -60,6 +71,8 @@ export interface DeregisterTransitGatewayCommandOutput extends DeregisterTransit
60
71
  * @throws {@link ValidationException} (client fault)
61
72
  * <p>The input fails to satisfy the constraints.</p>
62
73
  *
74
+ * @throws {@link NetworkManagerServiceException}
75
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
63
76
  *
64
77
  */
65
78
  export declare class DeregisterTransitGatewayCommand extends $Command<DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -38,6 +38,25 @@ export interface DescribeGlobalNetworksCommandOutput extends DescribeGlobalNetwo
38
38
  * };
39
39
  * const command = new DescribeGlobalNetworksCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeGlobalNetworksResponse
42
+ * // GlobalNetworks: [ // GlobalNetworkList
43
+ * // { // GlobalNetwork
44
+ * // GlobalNetworkId: "STRING_VALUE",
45
+ * // GlobalNetworkArn: "STRING_VALUE",
46
+ * // Description: "STRING_VALUE",
47
+ * // CreatedAt: new Date("TIMESTAMP"),
48
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
49
+ * // Tags: [ // TagList
50
+ * // { // Tag
51
+ * // Key: "STRING_VALUE",
52
+ * // Value: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // },
56
+ * // ],
57
+ * // NextToken: "STRING_VALUE",
58
+ * // };
59
+ *
41
60
  * ```
42
61
  *
43
62
  * @param DescribeGlobalNetworksCommandInput - {@link DescribeGlobalNetworksCommandInput}
@@ -61,6 +80,8 @@ export interface DescribeGlobalNetworksCommandOutput extends DescribeGlobalNetwo
61
80
  * @throws {@link ValidationException} (client fault)
62
81
  * <p>The input fails to satisfy the constraints.</p>
63
82
  *
83
+ * @throws {@link NetworkManagerServiceException}
84
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
64
85
  *
65
86
  */
66
87
  export declare class DescribeGlobalNetworksCommand extends $Command<DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,16 @@ export interface DisassociateConnectPeerCommandOutput extends DisassociateConnec
32
32
  * };
33
33
  * const command = new DisassociateConnectPeerCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DisassociateConnectPeerResponse
36
+ * // ConnectPeerAssociation: { // ConnectPeerAssociation
37
+ * // ConnectPeerId: "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 DisassociateConnectPeerCommandInput - {@link DisassociateConnectPeerCommandInput}
@@ -59,6 +69,8 @@ export interface DisassociateConnectPeerCommandOutput extends DisassociateConnec
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 DisassociateConnectPeerCommand extends $Command<DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,16 @@ export interface DisassociateCustomerGatewayCommandOutput extends DisassociateCu
32
32
  * };
33
33
  * const command = new DisassociateCustomerGatewayCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DisassociateCustomerGatewayResponse
36
+ * // CustomerGatewayAssociation: { // CustomerGatewayAssociation
37
+ * // CustomerGatewayArn: "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 DisassociateCustomerGatewayCommandInput - {@link DisassociateCustomerGatewayCommandInput}
@@ -59,6 +69,8 @@ export interface DisassociateCustomerGatewayCommandOutput extends DisassociateCu
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 DisassociateCustomerGatewayCommand extends $Command<DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -34,6 +34,15 @@ export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse,
34
34
  * };
35
35
  * const command = new DisassociateLinkCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DisassociateLinkResponse
38
+ * // LinkAssociation: { // LinkAssociation
39
+ * // GlobalNetworkId: "STRING_VALUE",
40
+ * // DeviceId: "STRING_VALUE",
41
+ * // LinkId: "STRING_VALUE",
42
+ * // LinkAssociationState: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED",
43
+ * // },
44
+ * // };
45
+ *
37
46
  * ```
38
47
  *
39
48
  * @param DisassociateLinkCommandInput - {@link DisassociateLinkCommandInput}
@@ -61,6 +70,8 @@ export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse,
61
70
  * @throws {@link ValidationException} (client fault)
62
71
  * <p>The input fails to satisfy the constraints.</p>
63
72
  *
73
+ * @throws {@link NetworkManagerServiceException}
74
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
64
75
  *
65
76
  */
66
77
  export declare class DisassociateLinkCommand extends $Command<DisassociateLinkCommandInput, DisassociateLinkCommandOutput, NetworkManagerClientResolvedConfig> {