@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
@@ -33,6 +33,39 @@ export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse,
33
33
  * };
34
34
  * const command = new AcceptAttachmentCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // AcceptAttachmentResponse
37
+ * // Attachment: { // Attachment
38
+ * // CoreNetworkId: "STRING_VALUE",
39
+ * // CoreNetworkArn: "STRING_VALUE",
40
+ * // AttachmentId: "STRING_VALUE",
41
+ * // OwnerAccountId: "STRING_VALUE",
42
+ * // AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
43
+ * // State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
44
+ * // EdgeLocation: "STRING_VALUE",
45
+ * // ResourceArn: "STRING_VALUE",
46
+ * // AttachmentPolicyRuleNumber: Number("int"),
47
+ * // SegmentName: "STRING_VALUE",
48
+ * // Tags: [ // TagList
49
+ * // { // Tag
50
+ * // Key: "STRING_VALUE",
51
+ * // Value: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // ProposedSegmentChange: { // ProposedSegmentChange
55
+ * // Tags: [
56
+ * // {
57
+ * // Key: "STRING_VALUE",
58
+ * // Value: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // AttachmentPolicyRuleNumber: Number("int"),
62
+ * // SegmentName: "STRING_VALUE",
63
+ * // },
64
+ * // CreatedAt: new Date("TIMESTAMP"),
65
+ * // UpdatedAt: new Date("TIMESTAMP"),
66
+ * // },
67
+ * // };
68
+ *
36
69
  * ```
37
70
  *
38
71
  * @param AcceptAttachmentCommandInput - {@link AcceptAttachmentCommandInput}
@@ -60,6 +93,8 @@ export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse,
60
93
  * @throws {@link ValidationException} (client fault)
61
94
  * <p>The input fails to satisfy the constraints.</p>
62
95
  *
96
+ * @throws {@link NetworkManagerServiceException}
97
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
63
98
  *
64
99
  */
65
100
  export declare class AcceptAttachmentCommand extends $Command<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -37,6 +37,16 @@ export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerR
37
37
  * };
38
38
  * const command = new AssociateConnectPeerCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // AssociateConnectPeerResponse
41
+ * // ConnectPeerAssociation: { // 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
+ *
40
50
  * ```
41
51
  *
42
52
  * @param AssociateConnectPeerCommandInput - {@link AssociateConnectPeerCommandInput}
@@ -67,6 +77,8 @@ export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerR
67
77
  * @throws {@link ValidationException} (client fault)
68
78
  * <p>The input fails to satisfy the constraints.</p>
69
79
  *
80
+ * @throws {@link NetworkManagerServiceException}
81
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
70
82
  *
71
83
  */
72
84
  export declare class AssociateConnectPeerCommand extends $Command<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -42,6 +42,16 @@ export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomer
42
42
  * };
43
43
  * const command = new AssociateCustomerGatewayCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // AssociateCustomerGatewayResponse
46
+ * // CustomerGatewayAssociation: { // CustomerGatewayAssociation
47
+ * // CustomerGatewayArn: "STRING_VALUE",
48
+ * // GlobalNetworkId: "STRING_VALUE",
49
+ * // DeviceId: "STRING_VALUE",
50
+ * // LinkId: "STRING_VALUE",
51
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED",
52
+ * // },
53
+ * // };
54
+ *
45
55
  * ```
46
56
  *
47
57
  * @param AssociateCustomerGatewayCommandInput - {@link AssociateCustomerGatewayCommandInput}
@@ -72,6 +82,8 @@ export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomer
72
82
  * @throws {@link ValidationException} (client fault)
73
83
  * <p>The input fails to satisfy the constraints.</p>
74
84
  *
85
+ * @throws {@link NetworkManagerServiceException}
86
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
75
87
  *
76
88
  */
77
89
  export declare class AssociateCustomerGatewayCommand extends $Command<AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -33,6 +33,15 @@ export interface AssociateLinkCommandOutput extends AssociateLinkResponse, __Met
33
33
  * };
34
34
  * const command = new AssociateLinkCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // AssociateLinkResponse
37
+ * // LinkAssociation: { // LinkAssociation
38
+ * // GlobalNetworkId: "STRING_VALUE",
39
+ * // DeviceId: "STRING_VALUE",
40
+ * // LinkId: "STRING_VALUE",
41
+ * // LinkAssociationState: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED",
42
+ * // },
43
+ * // };
44
+ *
36
45
  * ```
37
46
  *
38
47
  * @param AssociateLinkCommandInput - {@link AssociateLinkCommandInput}
@@ -63,6 +72,8 @@ export interface AssociateLinkCommandOutput extends AssociateLinkResponse, __Met
63
72
  * @throws {@link ValidationException} (client fault)
64
73
  * <p>The input fails to satisfy the constraints.</p>
65
74
  *
75
+ * @throws {@link NetworkManagerServiceException}
76
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
66
77
  *
67
78
  */
68
79
  export declare class AssociateLinkCommand extends $Command<AssociateLinkCommandInput, AssociateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -38,6 +38,16 @@ export interface AssociateTransitGatewayConnectPeerCommandOutput extends Associa
38
38
  * };
39
39
  * const command = new AssociateTransitGatewayConnectPeerCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // AssociateTransitGatewayConnectPeerResponse
42
+ * // TransitGatewayConnectPeerAssociation: { // TransitGatewayConnectPeerAssociation
43
+ * // TransitGatewayConnectPeerArn: "STRING_VALUE",
44
+ * // GlobalNetworkId: "STRING_VALUE",
45
+ * // DeviceId: "STRING_VALUE",
46
+ * // LinkId: "STRING_VALUE",
47
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED",
48
+ * // },
49
+ * // };
50
+ *
41
51
  * ```
42
52
  *
43
53
  * @param AssociateTransitGatewayConnectPeerCommandInput - {@link AssociateTransitGatewayConnectPeerCommandInput}
@@ -68,6 +78,8 @@ export interface AssociateTransitGatewayConnectPeerCommandOutput extends Associa
68
78
  * @throws {@link ValidationException} (client fault)
69
79
  * <p>The input fails to satisfy the constraints.</p>
70
80
  *
81
+ * @throws {@link NetworkManagerServiceException}
82
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
71
83
  *
72
84
  */
73
85
  export declare class AssociateTransitGatewayConnectPeerCommand extends $Command<AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -46,6 +46,45 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
46
46
  * };
47
47
  * const command = new CreateConnectAttachmentCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // CreateConnectAttachmentResponse
50
+ * // ConnectAttachment: { // ConnectAttachment
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
+ * // TransportAttachmentId: "STRING_VALUE",
82
+ * // Options: { // ConnectAttachmentOptions
83
+ * // Protocol: "GRE",
84
+ * // },
85
+ * // },
86
+ * // };
87
+ *
49
88
  * ```
50
89
  *
51
90
  * @param CreateConnectAttachmentCommandInput - {@link CreateConnectAttachmentCommandInput}
@@ -73,6 +112,8 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
73
112
  * @throws {@link ValidationException} (client fault)
74
113
  * <p>The input fails to satisfy the constraints.</p>
75
114
  *
115
+ * @throws {@link NetworkManagerServiceException}
116
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
76
117
  *
77
118
  */
78
119
  export declare class CreateConnectAttachmentCommand extends $Command<CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -47,6 +47,39 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
47
47
  * };
48
48
  * const command = new CreateConnectPeerCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // CreateConnectPeerResponse
51
+ * // ConnectPeer: { // ConnectPeer
52
+ * // CoreNetworkId: "STRING_VALUE",
53
+ * // ConnectAttachmentId: "STRING_VALUE",
54
+ * // ConnectPeerId: "STRING_VALUE",
55
+ * // EdgeLocation: "STRING_VALUE",
56
+ * // State: "CREATING" || "FAILED" || "AVAILABLE" || "DELETING",
57
+ * // CreatedAt: new Date("TIMESTAMP"),
58
+ * // Configuration: { // ConnectPeerConfiguration
59
+ * // CoreNetworkAddress: "STRING_VALUE",
60
+ * // PeerAddress: "STRING_VALUE",
61
+ * // InsideCidrBlocks: [ // ConstrainedStringList
62
+ * // "STRING_VALUE",
63
+ * // ],
64
+ * // Protocol: "GRE",
65
+ * // BgpConfigurations: [ // ConnectPeerBgpConfigurationList
66
+ * // { // ConnectPeerBgpConfiguration
67
+ * // CoreNetworkAsn: Number("long"),
68
+ * // PeerAsn: Number("long"),
69
+ * // CoreNetworkAddress: "STRING_VALUE",
70
+ * // PeerAddress: "STRING_VALUE",
71
+ * // },
72
+ * // ],
73
+ * // },
74
+ * // Tags: [ // TagList
75
+ * // { // Tag
76
+ * // Key: "STRING_VALUE",
77
+ * // Value: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // },
81
+ * // };
82
+ *
50
83
  * ```
51
84
  *
52
85
  * @param CreateConnectPeerCommandInput - {@link CreateConnectPeerCommandInput}
@@ -74,6 +107,8 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
74
107
  * @throws {@link ValidationException} (client fault)
75
108
  * <p>The input fails to satisfy the constraints.</p>
76
109
  *
110
+ * @throws {@link NetworkManagerServiceException}
111
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
77
112
  *
78
113
  */
79
114
  export declare class CreateConnectPeerCommand extends $Command<CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -42,6 +42,27 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
42
42
  * };
43
43
  * const command = new CreateConnectionCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateConnectionResponse
46
+ * // Connection: { // Connection
47
+ * // ConnectionId: "STRING_VALUE",
48
+ * // ConnectionArn: "STRING_VALUE",
49
+ * // GlobalNetworkId: "STRING_VALUE",
50
+ * // DeviceId: "STRING_VALUE",
51
+ * // ConnectedDeviceId: "STRING_VALUE",
52
+ * // LinkId: "STRING_VALUE",
53
+ * // ConnectedLinkId: "STRING_VALUE",
54
+ * // Description: "STRING_VALUE",
55
+ * // CreatedAt: new Date("TIMESTAMP"),
56
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
57
+ * // Tags: [ // TagList
58
+ * // { // Tag
59
+ * // Key: "STRING_VALUE",
60
+ * // Value: "STRING_VALUE",
61
+ * // },
62
+ * // ],
63
+ * // },
64
+ * // };
65
+ *
45
66
  * ```
46
67
  *
47
68
  * @param CreateConnectionCommandInput - {@link CreateConnectionCommandInput}
@@ -69,6 +90,8 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
69
90
  * @throws {@link ValidationException} (client fault)
70
91
  * <p>The input fails to satisfy the constraints.</p>
71
92
  *
93
+ * @throws {@link NetworkManagerServiceException}
94
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
72
95
  *
73
96
  */
74
97
  export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -40,6 +40,43 @@ export interface CreateCoreNetworkCommandOutput extends CreateCoreNetworkRespons
40
40
  * };
41
41
  * const command = new CreateCoreNetworkCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // CreateCoreNetworkResponse
44
+ * // CoreNetwork: { // CoreNetwork
45
+ * // GlobalNetworkId: "STRING_VALUE",
46
+ * // CoreNetworkId: "STRING_VALUE",
47
+ * // CoreNetworkArn: "STRING_VALUE",
48
+ * // Description: "STRING_VALUE",
49
+ * // CreatedAt: new Date("TIMESTAMP"),
50
+ * // State: "CREATING" || "UPDATING" || "AVAILABLE" || "DELETING",
51
+ * // Segments: [ // CoreNetworkSegmentList
52
+ * // { // CoreNetworkSegment
53
+ * // Name: "STRING_VALUE",
54
+ * // EdgeLocations: [ // ExternalRegionCodeList
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // SharedSegments: [ // ConstrainedStringList
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // },
61
+ * // ],
62
+ * // Edges: [ // CoreNetworkEdgeList
63
+ * // { // CoreNetworkEdge
64
+ * // EdgeLocation: "STRING_VALUE",
65
+ * // Asn: Number("long"),
66
+ * // InsideCidrBlocks: [
67
+ * // "STRING_VALUE",
68
+ * // ],
69
+ * // },
70
+ * // ],
71
+ * // Tags: [ // TagList
72
+ * // { // Tag
73
+ * // Key: "STRING_VALUE",
74
+ * // Value: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // },
78
+ * // };
79
+ *
43
80
  * ```
44
81
  *
45
82
  * @param CreateCoreNetworkCommandInput - {@link CreateCoreNetworkCommandInput}
@@ -70,6 +107,8 @@ export interface CreateCoreNetworkCommandOutput extends CreateCoreNetworkRespons
70
107
  * @throws {@link ValidationException} (client fault)
71
108
  * <p>The input fails to satisfy the constraints.</p>
72
109
  *
110
+ * @throws {@link NetworkManagerServiceException}
111
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
73
112
  *
74
113
  */
75
114
  export declare class CreateCoreNetworkCommand extends $Command<CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -53,6 +53,37 @@ export interface CreateDeviceCommandOutput extends CreateDeviceResponse, __Metad
53
53
  * };
54
54
  * const command = new CreateDeviceCommand(input);
55
55
  * const response = await client.send(command);
56
+ * // { // CreateDeviceResponse
57
+ * // Device: { // Device
58
+ * // DeviceId: "STRING_VALUE",
59
+ * // DeviceArn: "STRING_VALUE",
60
+ * // GlobalNetworkId: "STRING_VALUE",
61
+ * // AWSLocation: { // AWSLocation
62
+ * // Zone: "STRING_VALUE",
63
+ * // SubnetArn: "STRING_VALUE",
64
+ * // },
65
+ * // Description: "STRING_VALUE",
66
+ * // Type: "STRING_VALUE",
67
+ * // Vendor: "STRING_VALUE",
68
+ * // Model: "STRING_VALUE",
69
+ * // SerialNumber: "STRING_VALUE",
70
+ * // Location: { // Location
71
+ * // Address: "STRING_VALUE",
72
+ * // Latitude: "STRING_VALUE",
73
+ * // Longitude: "STRING_VALUE",
74
+ * // },
75
+ * // SiteId: "STRING_VALUE",
76
+ * // CreatedAt: new Date("TIMESTAMP"),
77
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
78
+ * // Tags: [ // TagList
79
+ * // { // Tag
80
+ * // Key: "STRING_VALUE",
81
+ * // Value: "STRING_VALUE",
82
+ * // },
83
+ * // ],
84
+ * // },
85
+ * // };
86
+ *
56
87
  * ```
57
88
  *
58
89
  * @param CreateDeviceCommandInput - {@link CreateDeviceCommandInput}
@@ -83,6 +114,8 @@ export interface CreateDeviceCommandOutput extends CreateDeviceResponse, __Metad
83
114
  * @throws {@link ValidationException} (client fault)
84
115
  * <p>The input fails to satisfy the constraints.</p>
85
116
  *
117
+ * @throws {@link NetworkManagerServiceException}
118
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
86
119
  *
87
120
  */
88
121
  export declare class CreateDeviceCommand extends $Command<CreateDeviceCommandInput, CreateDeviceCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -37,6 +37,22 @@ export interface CreateGlobalNetworkCommandOutput extends CreateGlobalNetworkRes
37
37
  * };
38
38
  * const command = new CreateGlobalNetworkCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // CreateGlobalNetworkResponse
41
+ * // GlobalNetwork: { // GlobalNetwork
42
+ * // GlobalNetworkId: "STRING_VALUE",
43
+ * // GlobalNetworkArn: "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
+ *
40
56
  * ```
41
57
  *
42
58
  * @param CreateGlobalNetworkCommandInput - {@link CreateGlobalNetworkCommandInput}
@@ -64,6 +80,8 @@ export interface CreateGlobalNetworkCommandOutput extends CreateGlobalNetworkRes
64
80
  * @throws {@link ValidationException} (client fault)
65
81
  * <p>The input fails to satisfy the constraints.</p>
66
82
  *
83
+ * @throws {@link NetworkManagerServiceException}
84
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
67
85
  *
68
86
  */
69
87
  export declare class CreateGlobalNetworkCommand extends $Command<CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -45,6 +45,30 @@ export interface CreateLinkCommandOutput extends CreateLinkResponse, __MetadataB
45
45
  * };
46
46
  * const command = new CreateLinkCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // CreateLinkResponse
49
+ * // Link: { // Link
50
+ * // LinkId: "STRING_VALUE",
51
+ * // LinkArn: "STRING_VALUE",
52
+ * // GlobalNetworkId: "STRING_VALUE",
53
+ * // SiteId: "STRING_VALUE",
54
+ * // Description: "STRING_VALUE",
55
+ * // Type: "STRING_VALUE",
56
+ * // Bandwidth: { // Bandwidth
57
+ * // UploadSpeed: Number("int"),
58
+ * // DownloadSpeed: Number("int"),
59
+ * // },
60
+ * // Provider: "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
+ *
48
72
  * ```
49
73
  *
50
74
  * @param CreateLinkCommandInput - {@link CreateLinkCommandInput}
@@ -75,6 +99,8 @@ export interface CreateLinkCommandOutput extends CreateLinkResponse, __MetadataB
75
99
  * @throws {@link ValidationException} (client fault)
76
100
  * <p>The input fails to satisfy the constraints.</p>
77
101
  *
102
+ * @throws {@link NetworkManagerServiceException}
103
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
78
104
  *
79
105
  */
80
106
  export declare class CreateLinkCommand extends $Command<CreateLinkCommandInput, CreateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -43,6 +43,28 @@ export interface CreateSiteCommandOutput extends CreateSiteResponse, __MetadataB
43
43
  * };
44
44
  * const command = new CreateSiteCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // CreateSiteResponse
47
+ * // Site: { // Site
48
+ * // SiteId: "STRING_VALUE",
49
+ * // SiteArn: "STRING_VALUE",
50
+ * // GlobalNetworkId: "STRING_VALUE",
51
+ * // Description: "STRING_VALUE",
52
+ * // Location: { // Location
53
+ * // Address: "STRING_VALUE",
54
+ * // Latitude: "STRING_VALUE",
55
+ * // Longitude: "STRING_VALUE",
56
+ * // },
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
+ *
46
68
  * ```
47
69
  *
48
70
  * @param CreateSiteCommandInput - {@link CreateSiteCommandInput}
@@ -73,6 +95,8 @@ export interface CreateSiteCommandOutput extends CreateSiteResponse, __MetadataB
73
95
  * @throws {@link ValidationException} (client fault)
74
96
  * <p>The input fails to satisfy the constraints.</p>
75
97
  *
98
+ * @throws {@link NetworkManagerServiceException}
99
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
76
100
  *
77
101
  */
78
102
  export declare class CreateSiteCommand extends $Command<CreateSiteCommandInput, CreateSiteCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -39,6 +39,42 @@ export interface CreateSiteToSiteVpnAttachmentCommandOutput extends CreateSiteTo
39
39
  * };
40
40
  * const command = new CreateSiteToSiteVpnAttachmentCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // CreateSiteToSiteVpnAttachmentResponse
43
+ * // SiteToSiteVpnAttachment: { // SiteToSiteVpnAttachment
44
+ * // Attachment: { // Attachment
45
+ * // CoreNetworkId: "STRING_VALUE",
46
+ * // CoreNetworkArn: "STRING_VALUE",
47
+ * // AttachmentId: "STRING_VALUE",
48
+ * // OwnerAccountId: "STRING_VALUE",
49
+ * // AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
50
+ * // State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
51
+ * // EdgeLocation: "STRING_VALUE",
52
+ * // ResourceArn: "STRING_VALUE",
53
+ * // AttachmentPolicyRuleNumber: Number("int"),
54
+ * // SegmentName: "STRING_VALUE",
55
+ * // Tags: [ // TagList
56
+ * // { // Tag
57
+ * // Key: "STRING_VALUE",
58
+ * // Value: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // ProposedSegmentChange: { // ProposedSegmentChange
62
+ * // Tags: [
63
+ * // {
64
+ * // Key: "STRING_VALUE",
65
+ * // Value: "STRING_VALUE",
66
+ * // },
67
+ * // ],
68
+ * // AttachmentPolicyRuleNumber: Number("int"),
69
+ * // SegmentName: "STRING_VALUE",
70
+ * // },
71
+ * // CreatedAt: new Date("TIMESTAMP"),
72
+ * // UpdatedAt: new Date("TIMESTAMP"),
73
+ * // },
74
+ * // VpnConnectionArn: "STRING_VALUE",
75
+ * // },
76
+ * // };
77
+ *
42
78
  * ```
43
79
  *
44
80
  * @param CreateSiteToSiteVpnAttachmentCommandInput - {@link CreateSiteToSiteVpnAttachmentCommandInput}
@@ -66,6 +102,8 @@ export interface CreateSiteToSiteVpnAttachmentCommandOutput extends CreateSiteTo
66
102
  * @throws {@link ValidationException} (client fault)
67
103
  * <p>The input fails to satisfy the constraints.</p>
68
104
  *
105
+ * @throws {@link NetworkManagerServiceException}
106
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
69
107
  *
70
108
  */
71
109
  export declare class CreateSiteToSiteVpnAttachmentCommand extends $Command<CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -39,6 +39,30 @@ export interface CreateTransitGatewayPeeringCommandOutput extends CreateTransitG
39
39
  * };
40
40
  * const command = new CreateTransitGatewayPeeringCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // CreateTransitGatewayPeeringResponse
43
+ * // TransitGatewayPeering: { // TransitGatewayPeering
44
+ * // Peering: { // Peering
45
+ * // CoreNetworkId: "STRING_VALUE",
46
+ * // CoreNetworkArn: "STRING_VALUE",
47
+ * // PeeringId: "STRING_VALUE",
48
+ * // OwnerAccountId: "STRING_VALUE",
49
+ * // PeeringType: "TRANSIT_GATEWAY",
50
+ * // State: "CREATING" || "FAILED" || "AVAILABLE" || "DELETING",
51
+ * // EdgeLocation: "STRING_VALUE",
52
+ * // ResourceArn: "STRING_VALUE",
53
+ * // Tags: [ // TagList
54
+ * // { // Tag
55
+ * // Key: "STRING_VALUE",
56
+ * // Value: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // CreatedAt: new Date("TIMESTAMP"),
60
+ * // },
61
+ * // TransitGatewayArn: "STRING_VALUE",
62
+ * // TransitGatewayPeeringAttachmentId: "STRING_VALUE",
63
+ * // },
64
+ * // };
65
+ *
42
66
  * ```
43
67
  *
44
68
  * @param CreateTransitGatewayPeeringCommandInput - {@link CreateTransitGatewayPeeringCommandInput}
@@ -66,6 +90,8 @@ export interface CreateTransitGatewayPeeringCommandOutput extends CreateTransitG
66
90
  * @throws {@link ValidationException} (client fault)
67
91
  * <p>The input fails to satisfy the constraints.</p>
68
92
  *
93
+ * @throws {@link NetworkManagerServiceException}
94
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
69
95
  *
70
96
  */
71
97
  export declare class CreateTransitGatewayPeeringCommand extends $Command<CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -39,6 +39,43 @@ export interface CreateTransitGatewayRouteTableAttachmentCommandOutput extends C
39
39
  * };
40
40
  * const command = new CreateTransitGatewayRouteTableAttachmentCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // CreateTransitGatewayRouteTableAttachmentResponse
43
+ * // TransitGatewayRouteTableAttachment: { // TransitGatewayRouteTableAttachment
44
+ * // Attachment: { // Attachment
45
+ * // CoreNetworkId: "STRING_VALUE",
46
+ * // CoreNetworkArn: "STRING_VALUE",
47
+ * // AttachmentId: "STRING_VALUE",
48
+ * // OwnerAccountId: "STRING_VALUE",
49
+ * // AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
50
+ * // State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
51
+ * // EdgeLocation: "STRING_VALUE",
52
+ * // ResourceArn: "STRING_VALUE",
53
+ * // AttachmentPolicyRuleNumber: Number("int"),
54
+ * // SegmentName: "STRING_VALUE",
55
+ * // Tags: [ // TagList
56
+ * // { // Tag
57
+ * // Key: "STRING_VALUE",
58
+ * // Value: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // ProposedSegmentChange: { // ProposedSegmentChange
62
+ * // Tags: [
63
+ * // {
64
+ * // Key: "STRING_VALUE",
65
+ * // Value: "STRING_VALUE",
66
+ * // },
67
+ * // ],
68
+ * // AttachmentPolicyRuleNumber: Number("int"),
69
+ * // SegmentName: "STRING_VALUE",
70
+ * // },
71
+ * // CreatedAt: new Date("TIMESTAMP"),
72
+ * // UpdatedAt: new Date("TIMESTAMP"),
73
+ * // },
74
+ * // PeeringId: "STRING_VALUE",
75
+ * // TransitGatewayRouteTableArn: "STRING_VALUE",
76
+ * // },
77
+ * // };
78
+ *
42
79
  * ```
43
80
  *
44
81
  * @param CreateTransitGatewayRouteTableAttachmentCommandInput - {@link CreateTransitGatewayRouteTableAttachmentCommandInput}
@@ -66,6 +103,8 @@ export interface CreateTransitGatewayRouteTableAttachmentCommandOutput extends C
66
103
  * @throws {@link ValidationException} (client fault)
67
104
  * <p>The input fails to satisfy the constraints.</p>
68
105
  *
106
+ * @throws {@link NetworkManagerServiceException}
107
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
69
108
  *
70
109
  */
71
110
  export declare class CreateTransitGatewayRouteTableAttachmentCommand extends $Command<CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {