@aws-sdk/client-networkmanager 3.325.0 → 3.327.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 +7 -7
@@ -32,6 +32,21 @@ export interface ListOrganizationServiceAccessStatusCommandOutput extends ListOr
32
32
  * };
33
33
  * const command = new ListOrganizationServiceAccessStatusCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListOrganizationServiceAccessStatusResponse
36
+ * // OrganizationStatus: { // OrganizationStatus
37
+ * // OrganizationId: "STRING_VALUE",
38
+ * // OrganizationAwsServiceAccessStatus: "STRING_VALUE",
39
+ * // SLRDeploymentStatus: "STRING_VALUE",
40
+ * // AccountStatusList: [ // AccountStatusList
41
+ * // { // AccountStatus
42
+ * // AccountId: "STRING_VALUE",
43
+ * // SLRDeploymentStatus: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // },
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param ListOrganizationServiceAccessStatusCommandInput - {@link ListOrganizationServiceAccessStatusCommandInput}
@@ -40,6 +55,8 @@ export interface ListOrganizationServiceAccessStatusCommandOutput extends ListOr
40
55
  * @see {@link ListOrganizationServiceAccessStatusCommandOutput} for command's `response` shape.
41
56
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
42
57
  *
58
+ * @throws {@link NetworkManagerServiceException}
59
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
43
60
  *
44
61
  */
45
62
  export declare class ListOrganizationServiceAccessStatusCommand extends $Command<ListOrganizationServiceAccessStatusCommandInput, ListOrganizationServiceAccessStatusCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -36,6 +36,29 @@ export interface ListPeeringsCommandOutput extends ListPeeringsResponse, __Metad
36
36
  * };
37
37
  * const command = new ListPeeringsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListPeeringsResponse
40
+ * // Peerings: [ // PeeringList
41
+ * // { // Peering
42
+ * // CoreNetworkId: "STRING_VALUE",
43
+ * // CoreNetworkArn: "STRING_VALUE",
44
+ * // PeeringId: "STRING_VALUE",
45
+ * // OwnerAccountId: "STRING_VALUE",
46
+ * // PeeringType: "TRANSIT_GATEWAY",
47
+ * // State: "CREATING" || "FAILED" || "AVAILABLE" || "DELETING",
48
+ * // EdgeLocation: "STRING_VALUE",
49
+ * // ResourceArn: "STRING_VALUE",
50
+ * // Tags: [ // TagList
51
+ * // { // Tag
52
+ * // Key: "STRING_VALUE",
53
+ * // Value: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // CreatedAt: new Date("TIMESTAMP"),
57
+ * // },
58
+ * // ],
59
+ * // NextToken: "STRING_VALUE",
60
+ * // };
61
+ *
39
62
  * ```
40
63
  *
41
64
  * @param ListPeeringsCommandInput - {@link ListPeeringsCommandInput}
@@ -56,6 +79,8 @@ export interface ListPeeringsCommandOutput extends ListPeeringsResponse, __Metad
56
79
  * @throws {@link ValidationException} (client fault)
57
80
  * <p>The input fails to satisfy the constraints.</p>
58
81
  *
82
+ * @throws {@link NetworkManagerServiceException}
83
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
59
84
  *
60
85
  */
61
86
  export declare class ListPeeringsCommand extends $Command<ListPeeringsCommandInput, ListPeeringsCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // TagList: [ // TagList
36
+ * // { // Tag
37
+ * // Key: "STRING_VALUE",
38
+ * // Value: "STRING_VALUE",
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -54,6 +63,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
54
63
  * @throws {@link ValidationException} (client fault)
55
64
  * <p>The input fails to satisfy the constraints.</p>
56
65
  *
66
+ * @throws {@link NetworkManagerServiceException}
67
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
57
68
  *
58
69
  */
59
70
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -35,6 +35,25 @@ export interface PutCoreNetworkPolicyCommandOutput extends PutCoreNetworkPolicyR
35
35
  * };
36
36
  * const command = new PutCoreNetworkPolicyCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // PutCoreNetworkPolicyResponse
39
+ * // CoreNetworkPolicy: { // CoreNetworkPolicy
40
+ * // CoreNetworkId: "STRING_VALUE",
41
+ * // PolicyVersionId: Number("int"),
42
+ * // Alias: "LIVE" || "LATEST",
43
+ * // Description: "STRING_VALUE",
44
+ * // CreatedAt: new Date("TIMESTAMP"),
45
+ * // ChangeSetState: "PENDING_GENERATION" || "FAILED_GENERATION" || "READY_TO_EXECUTE" || "EXECUTING" || "EXECUTION_SUCCEEDED" || "OUT_OF_DATE",
46
+ * // PolicyErrors: [ // CoreNetworkPolicyErrorList
47
+ * // { // CoreNetworkPolicyError
48
+ * // ErrorCode: "STRING_VALUE", // required
49
+ * // Message: "STRING_VALUE", // required
50
+ * // Path: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // PolicyDocument: "STRING_VALUE",
54
+ * // },
55
+ * // };
56
+ *
38
57
  * ```
39
58
  *
40
59
  * @param PutCoreNetworkPolicyCommandInput - {@link PutCoreNetworkPolicyCommandInput}
@@ -65,6 +84,8 @@ export interface PutCoreNetworkPolicyCommandOutput extends PutCoreNetworkPolicyR
65
84
  * @throws {@link ValidationException} (client fault)
66
85
  * <p>The input fails to satisfy the constraints.</p>
67
86
  *
87
+ * @throws {@link NetworkManagerServiceException}
88
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
68
89
  *
69
90
  */
70
91
  export declare class PutCoreNetworkPolicyCommand extends $Command<PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
32
32
  * };
33
33
  * const command = new PutResourcePolicyCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param PutResourcePolicyCommandInput - {@link PutResourcePolicyCommandInput}
@@ -59,6 +61,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
59
61
  * @throws {@link ValidationException} (client fault)
60
62
  * <p>The input fails to satisfy the constraints.</p>
61
63
  *
64
+ * @throws {@link NetworkManagerServiceException}
65
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
66
  *
63
67
  */
64
68
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -36,6 +36,17 @@ export interface RegisterTransitGatewayCommandOutput extends RegisterTransitGate
36
36
  * };
37
37
  * const command = new RegisterTransitGatewayCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // RegisterTransitGatewayResponse
40
+ * // TransitGatewayRegistration: { // TransitGatewayRegistration
41
+ * // GlobalNetworkId: "STRING_VALUE",
42
+ * // TransitGatewayArn: "STRING_VALUE",
43
+ * // State: { // TransitGatewayRegistrationStateReason
44
+ * // Code: "PENDING" || "AVAILABLE" || "DELETING" || "DELETED" || "FAILED",
45
+ * // Message: "STRING_VALUE",
46
+ * // },
47
+ * // },
48
+ * // };
49
+ *
39
50
  * ```
40
51
  *
41
52
  * @param RegisterTransitGatewayCommandInput - {@link RegisterTransitGatewayCommandInput}
@@ -63,6 +74,8 @@ export interface RegisterTransitGatewayCommandOutput extends RegisterTransitGate
63
74
  * @throws {@link ValidationException} (client fault)
64
75
  * <p>The input fails to satisfy the constraints.</p>
65
76
  *
77
+ * @throws {@link NetworkManagerServiceException}
78
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
66
79
  *
67
80
  */
68
81
  export declare class RegisterTransitGatewayCommand extends $Command<RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,39 @@ export interface RejectAttachmentCommandOutput extends RejectAttachmentResponse,
31
31
  * };
32
32
  * const command = new RejectAttachmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // RejectAttachmentResponse
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 RejectAttachmentCommandInput - {@link RejectAttachmentCommandInput}
@@ -58,6 +91,8 @@ export interface RejectAttachmentCommandOutput extends RejectAttachmentResponse,
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 RejectAttachmentCommand extends $Command<RejectAttachmentCommandInput, RejectAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,25 @@ export interface RestoreCoreNetworkPolicyVersionCommandOutput extends RestoreCor
32
32
  * };
33
33
  * const command = new RestoreCoreNetworkPolicyVersionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // RestoreCoreNetworkPolicyVersionResponse
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 RestoreCoreNetworkPolicyVersionCommandInput - {@link RestoreCoreNetworkPolicyVersionCommandInput}
@@ -59,6 +78,8 @@ export interface RestoreCoreNetworkPolicyVersionCommandOutput extends RestoreCor
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 RestoreCoreNetworkPolicyVersionCommand extends $Command<RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -31,6 +31,20 @@ export interface StartOrganizationServiceAccessUpdateCommandOutput extends Start
31
31
  * };
32
32
  * const command = new StartOrganizationServiceAccessUpdateCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // StartOrganizationServiceAccessUpdateResponse
35
+ * // OrganizationStatus: { // OrganizationStatus
36
+ * // OrganizationId: "STRING_VALUE",
37
+ * // OrganizationAwsServiceAccessStatus: "STRING_VALUE",
38
+ * // SLRDeploymentStatus: "STRING_VALUE",
39
+ * // AccountStatusList: [ // AccountStatusList
40
+ * // { // AccountStatus
41
+ * // AccountId: "STRING_VALUE",
42
+ * // SLRDeploymentStatus: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // },
46
+ * // };
47
+ *
34
48
  * ```
35
49
  *
36
50
  * @param StartOrganizationServiceAccessUpdateCommandInput - {@link StartOrganizationServiceAccessUpdateCommandInput}
@@ -58,6 +72,8 @@ export interface StartOrganizationServiceAccessUpdateCommandOutput extends Start
58
72
  * @throws {@link ValidationException} (client fault)
59
73
  * <p>The input fails to satisfy the constraints.</p>
60
74
  *
75
+ * @throws {@link NetworkManagerServiceException}
76
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
61
77
  *
62
78
  */
63
79
  export declare class StartOrganizationServiceAccessUpdateCommand extends $Command<StartOrganizationServiceAccessUpdateCommandInput, StartOrganizationServiceAccessUpdateCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -42,6 +42,74 @@ export interface StartRouteAnalysisCommandOutput extends StartRouteAnalysisRespo
42
42
  * };
43
43
  * const command = new StartRouteAnalysisCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // StartRouteAnalysisResponse
46
+ * // RouteAnalysis: { // RouteAnalysis
47
+ * // GlobalNetworkId: "STRING_VALUE",
48
+ * // OwnerAccountId: "STRING_VALUE",
49
+ * // RouteAnalysisId: "STRING_VALUE",
50
+ * // StartTimestamp: new Date("TIMESTAMP"),
51
+ * // Status: "RUNNING" || "COMPLETED" || "FAILED",
52
+ * // Source: { // RouteAnalysisEndpointOptions
53
+ * // TransitGatewayAttachmentArn: "STRING_VALUE",
54
+ * // TransitGatewayArn: "STRING_VALUE",
55
+ * // IpAddress: "STRING_VALUE",
56
+ * // },
57
+ * // Destination: {
58
+ * // TransitGatewayAttachmentArn: "STRING_VALUE",
59
+ * // TransitGatewayArn: "STRING_VALUE",
60
+ * // IpAddress: "STRING_VALUE",
61
+ * // },
62
+ * // IncludeReturnPath: true || false,
63
+ * // UseMiddleboxes: true || false,
64
+ * // ForwardPath: { // RouteAnalysisPath
65
+ * // CompletionStatus: { // RouteAnalysisCompletion
66
+ * // ResultCode: "CONNECTED" || "NOT_CONNECTED",
67
+ * // 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",
68
+ * // ReasonContext: { // ReasonContextMap
69
+ * // "<keys>": "STRING_VALUE",
70
+ * // },
71
+ * // },
72
+ * // Path: [ // PathComponentList
73
+ * // { // PathComponent
74
+ * // Sequence: Number("int"),
75
+ * // Resource: { // NetworkResourceSummary
76
+ * // RegisteredGatewayArn: "STRING_VALUE",
77
+ * // ResourceArn: "STRING_VALUE",
78
+ * // ResourceType: "STRING_VALUE",
79
+ * // Definition: "STRING_VALUE",
80
+ * // NameTag: "STRING_VALUE",
81
+ * // IsMiddlebox: true || false,
82
+ * // },
83
+ * // DestinationCidrBlock: "STRING_VALUE",
84
+ * // },
85
+ * // ],
86
+ * // },
87
+ * // ReturnPath: {
88
+ * // CompletionStatus: {
89
+ * // ResultCode: "CONNECTED" || "NOT_CONNECTED",
90
+ * // 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",
91
+ * // ReasonContext: {
92
+ * // "<keys>": "STRING_VALUE",
93
+ * // },
94
+ * // },
95
+ * // Path: [
96
+ * // {
97
+ * // Sequence: Number("int"),
98
+ * // Resource: {
99
+ * // RegisteredGatewayArn: "STRING_VALUE",
100
+ * // ResourceArn: "STRING_VALUE",
101
+ * // ResourceType: "STRING_VALUE",
102
+ * // Definition: "STRING_VALUE",
103
+ * // NameTag: "STRING_VALUE",
104
+ * // IsMiddlebox: true || false,
105
+ * // },
106
+ * // DestinationCidrBlock: "STRING_VALUE",
107
+ * // },
108
+ * // ],
109
+ * // },
110
+ * // },
111
+ * // };
112
+ *
45
113
  * ```
46
114
  *
47
115
  * @param StartRouteAnalysisCommandInput - {@link StartRouteAnalysisCommandInput}
@@ -69,6 +137,8 @@ export interface StartRouteAnalysisCommandOutput extends StartRouteAnalysisRespo
69
137
  * @throws {@link ValidationException} (client fault)
70
138
  * <p>The input fails to satisfy the constraints.</p>
71
139
  *
140
+ * @throws {@link NetworkManagerServiceException}
141
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
72
142
  *
73
143
  */
74
144
  export declare class StartRouteAnalysisCommand extends $Command<StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
37
37
  * };
38
38
  * const command = new TagResourceCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -67,6 +69,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
67
69
  * @throws {@link ValidationException} (client fault)
68
70
  * <p>The input fails to satisfy the constraints.</p>
69
71
  *
72
+ * @throws {@link NetworkManagerServiceException}
73
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
70
74
  *
71
75
  */
72
76
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -61,6 +63,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
61
63
  * @throws {@link ValidationException} (client fault)
62
64
  * <p>The input fails to satisfy the constraints.</p>
63
65
  *
66
+ * @throws {@link NetworkManagerServiceException}
67
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
64
68
  *
65
69
  */
66
70
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -36,6 +36,27 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
36
36
  * };
37
37
  * const command = new UpdateConnectionCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // UpdateConnectionResponse
40
+ * // Connection: { // Connection
41
+ * // ConnectionId: "STRING_VALUE",
42
+ * // ConnectionArn: "STRING_VALUE",
43
+ * // GlobalNetworkId: "STRING_VALUE",
44
+ * // DeviceId: "STRING_VALUE",
45
+ * // ConnectedDeviceId: "STRING_VALUE",
46
+ * // LinkId: "STRING_VALUE",
47
+ * // ConnectedLinkId: "STRING_VALUE",
48
+ * // Description: "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
+ *
39
60
  * ```
40
61
  *
41
62
  * @param UpdateConnectionCommandInput - {@link UpdateConnectionCommandInput}
@@ -63,6 +84,8 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
63
84
  * @throws {@link ValidationException} (client fault)
64
85
  * <p>The input fails to satisfy the constraints.</p>
65
86
  *
87
+ * @throws {@link NetworkManagerServiceException}
88
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
66
89
  *
67
90
  */
68
91
  export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -32,6 +32,43 @@ export interface UpdateCoreNetworkCommandOutput extends UpdateCoreNetworkRespons
32
32
  * };
33
33
  * const command = new UpdateCoreNetworkCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // UpdateCoreNetworkResponse
36
+ * // CoreNetwork: { // CoreNetwork
37
+ * // GlobalNetworkId: "STRING_VALUE",
38
+ * // CoreNetworkId: "STRING_VALUE",
39
+ * // CoreNetworkArn: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // CreatedAt: new Date("TIMESTAMP"),
42
+ * // State: "CREATING" || "UPDATING" || "AVAILABLE" || "DELETING",
43
+ * // Segments: [ // CoreNetworkSegmentList
44
+ * // { // CoreNetworkSegment
45
+ * // Name: "STRING_VALUE",
46
+ * // EdgeLocations: [ // ExternalRegionCodeList
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // SharedSegments: [ // ConstrainedStringList
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // },
53
+ * // ],
54
+ * // Edges: [ // CoreNetworkEdgeList
55
+ * // { // CoreNetworkEdge
56
+ * // EdgeLocation: "STRING_VALUE",
57
+ * // Asn: Number("long"),
58
+ * // InsideCidrBlocks: [
59
+ * // "STRING_VALUE",
60
+ * // ],
61
+ * // },
62
+ * // ],
63
+ * // Tags: [ // TagList
64
+ * // { // Tag
65
+ * // Key: "STRING_VALUE",
66
+ * // Value: "STRING_VALUE",
67
+ * // },
68
+ * // ],
69
+ * // },
70
+ * // };
71
+ *
35
72
  * ```
36
73
  *
37
74
  * @param UpdateCoreNetworkCommandInput - {@link UpdateCoreNetworkCommandInput}
@@ -59,6 +96,8 @@ export interface UpdateCoreNetworkCommandOutput extends UpdateCoreNetworkRespons
59
96
  * @throws {@link ValidationException} (client fault)
60
97
  * <p>The input fails to satisfy the constraints.</p>
61
98
  *
99
+ * @throws {@link NetworkManagerServiceException}
100
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
62
101
  *
63
102
  */
64
103
  export declare class UpdateCoreNetworkCommand extends $Command<UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -48,6 +48,37 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad
48
48
  * };
49
49
  * const command = new UpdateDeviceCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // UpdateDeviceResponse
52
+ * // Device: { // Device
53
+ * // DeviceId: "STRING_VALUE",
54
+ * // DeviceArn: "STRING_VALUE",
55
+ * // GlobalNetworkId: "STRING_VALUE",
56
+ * // AWSLocation: { // AWSLocation
57
+ * // Zone: "STRING_VALUE",
58
+ * // SubnetArn: "STRING_VALUE",
59
+ * // },
60
+ * // Description: "STRING_VALUE",
61
+ * // Type: "STRING_VALUE",
62
+ * // Vendor: "STRING_VALUE",
63
+ * // Model: "STRING_VALUE",
64
+ * // SerialNumber: "STRING_VALUE",
65
+ * // Location: { // Location
66
+ * // Address: "STRING_VALUE",
67
+ * // Latitude: "STRING_VALUE",
68
+ * // Longitude: "STRING_VALUE",
69
+ * // },
70
+ * // SiteId: "STRING_VALUE",
71
+ * // CreatedAt: new Date("TIMESTAMP"),
72
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
73
+ * // Tags: [ // TagList
74
+ * // { // Tag
75
+ * // Key: "STRING_VALUE",
76
+ * // Value: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // },
80
+ * // };
81
+ *
51
82
  * ```
52
83
  *
53
84
  * @param UpdateDeviceCommandInput - {@link UpdateDeviceCommandInput}
@@ -75,6 +106,8 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad
75
106
  * @throws {@link ValidationException} (client fault)
76
107
  * <p>The input fails to satisfy the constraints.</p>
77
108
  *
109
+ * @throws {@link NetworkManagerServiceException}
110
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
78
111
  *
79
112
  */
80
113
  export declare class UpdateDeviceCommand extends $Command<UpdateDeviceCommandInput, UpdateDeviceCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -33,6 +33,22 @@ export interface UpdateGlobalNetworkCommandOutput extends UpdateGlobalNetworkRes
33
33
  * };
34
34
  * const command = new UpdateGlobalNetworkCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateGlobalNetworkResponse
37
+ * // GlobalNetwork: { // GlobalNetwork
38
+ * // GlobalNetworkId: "STRING_VALUE",
39
+ * // GlobalNetworkArn: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // CreatedAt: new Date("TIMESTAMP"),
42
+ * // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
43
+ * // Tags: [ // TagList
44
+ * // { // Tag
45
+ * // Key: "STRING_VALUE",
46
+ * // Value: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // },
50
+ * // };
51
+ *
36
52
  * ```
37
53
  *
38
54
  * @param UpdateGlobalNetworkCommandInput - {@link UpdateGlobalNetworkCommandInput}
@@ -60,6 +76,8 @@ export interface UpdateGlobalNetworkCommandOutput extends UpdateGlobalNetworkRes
60
76
  * @throws {@link ValidationException} (client fault)
61
77
  * <p>The input fails to satisfy the constraints.</p>
62
78
  *
79
+ * @throws {@link NetworkManagerServiceException}
80
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
63
81
  *
64
82
  */
65
83
  export declare class UpdateGlobalNetworkCommand extends $Command<UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -40,6 +40,30 @@ export interface UpdateLinkCommandOutput extends UpdateLinkResponse, __MetadataB
40
40
  * };
41
41
  * const command = new UpdateLinkCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // UpdateLinkResponse
44
+ * // Link: { // Link
45
+ * // LinkId: "STRING_VALUE",
46
+ * // LinkArn: "STRING_VALUE",
47
+ * // GlobalNetworkId: "STRING_VALUE",
48
+ * // SiteId: "STRING_VALUE",
49
+ * // Description: "STRING_VALUE",
50
+ * // Type: "STRING_VALUE",
51
+ * // Bandwidth: { // Bandwidth
52
+ * // UploadSpeed: Number("int"),
53
+ * // DownloadSpeed: Number("int"),
54
+ * // },
55
+ * // Provider: "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
+ *
43
67
  * ```
44
68
  *
45
69
  * @param UpdateLinkCommandInput - {@link UpdateLinkCommandInput}
@@ -70,6 +94,8 @@ export interface UpdateLinkCommandOutput extends UpdateLinkResponse, __MetadataB
70
94
  * @throws {@link ValidationException} (client fault)
71
95
  * <p>The input fails to satisfy the constraints.</p>
72
96
  *
97
+ * @throws {@link NetworkManagerServiceException}
98
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
73
99
  *
74
100
  */
75
101
  export declare class UpdateLinkCommand extends $Command<UpdateLinkCommandInput, UpdateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
@@ -35,6 +35,13 @@ export interface UpdateNetworkResourceMetadataCommandOutput extends UpdateNetwor
35
35
  * };
36
36
  * const command = new UpdateNetworkResourceMetadataCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // UpdateNetworkResourceMetadataResponse
39
+ * // ResourceArn: "STRING_VALUE",
40
+ * // Metadata: { // NetworkResourceMetadataMap
41
+ * // "<keys>": "STRING_VALUE",
42
+ * // },
43
+ * // };
44
+ *
38
45
  * ```
39
46
  *
40
47
  * @param UpdateNetworkResourceMetadataCommandInput - {@link UpdateNetworkResourceMetadataCommandInput}
@@ -62,6 +69,8 @@ export interface UpdateNetworkResourceMetadataCommandOutput extends UpdateNetwor
62
69
  * @throws {@link ValidationException} (client fault)
63
70
  * <p>The input fails to satisfy the constraints.</p>
64
71
  *
72
+ * @throws {@link NetworkManagerServiceException}
73
+ * <p>Base exception class for all service exceptions from NetworkManager service.</p>
65
74
  *
66
75
  */
67
76
  export declare class UpdateNetworkResourceMetadataCommand extends $Command<UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput, NetworkManagerClientResolvedConfig> {