@aws-sdk/client-networkmanager 3.295.0 → 3.297.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.
- package/dist-types/NetworkManager.d.ts +86 -0
- package/dist-types/NetworkManagerClient.d.ts +24 -4
- package/dist-types/commands/AcceptAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/AssociateConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/AssociateLinkCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateCoreNetworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeviceCommand.d.ts +16 -0
- package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateLinkCommand.d.ts +16 -0
- package/dist-types/commands/CreateSiteCommand.d.ts +16 -0
- package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDeviceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLinkCommand.d.ts +16 -0
- package/dist-types/commands/DeletePeeringCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSiteCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateLinkCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +16 -0
- package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/GetCoreNetworkCommand.d.ts +16 -0
- package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetDevicesCommand.d.ts +16 -0
- package/dist-types/commands/GetLinkAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetLinksCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkResourcesCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkRoutesCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetRouteAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/GetSitesCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/GetVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListConnectPeersCommand.d.ts +16 -0
- package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListCoreNetworksCommand.d.ts +16 -0
- package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListPeeringsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/RejectAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +16 -0
- package/dist-types/commands/StartRouteAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDeviceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLinkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/models/NetworkManagerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +672 -1
- package/dist-types/pagination/DescribeGlobalNetworksPaginator.d.ts +3 -0
- package/dist-types/pagination/GetConnectPeerAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCoreNetworkChangeEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCoreNetworkChangeSetPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCustomerGatewayAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLinkAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLinksPaginator.d.ts +3 -0
- package/dist-types/pagination/GetNetworkResourceCountsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetNetworkResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetNetworkTelemetryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSitesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayRegistrationsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListConnectPeersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCoreNetworksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPeeringsPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteLinkRequest, DeleteLinkResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteLinkCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteLinkCommandInput extends DeleteLinkRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteLinkCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an existing link. You must first disassociate the link from any devices and
|
|
18
23
|
* customer gateways.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataB
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteLinkCommandInput - {@link DeleteLinkCommandInput}
|
|
35
|
+
* @returns {@link DeleteLinkCommandOutput}
|
|
29
36
|
* @see {@link DeleteLinkCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteLinkCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataB
|
|
|
54
61
|
export declare class DeleteLinkCommand extends $Command<DeleteLinkCommandInput, DeleteLinkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
55
62
|
readonly input: DeleteLinkCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DeleteLinkCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLinkCommandInput, DeleteLinkCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeletePeeringRequest, DeletePeeringResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeletePeeringCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeletePeeringCommandInput extends DeletePeeringRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeletePeeringCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an existing peering connection.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeletePeeringCommandInput - {@link DeletePeeringCommandInput}
|
|
34
|
+
* @returns {@link DeletePeeringCommandOutput}
|
|
28
35
|
* @see {@link DeletePeeringCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeletePeeringCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __Met
|
|
|
53
60
|
export declare class DeletePeeringCommand extends $Command<DeletePeeringCommandInput, DeletePeeringCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
54
61
|
readonly input: DeletePeeringCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DeletePeeringCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePeeringCommandInput, DeletePeeringCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteResourcePolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteResourcePolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
|
|
34
|
+
* @returns {@link DeleteResourcePolicyCommandOutput}
|
|
28
35
|
* @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
50
57
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteSiteRequest, DeleteSiteResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteSiteCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteSiteCommandInput extends DeleteSiteRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteSiteCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteSiteCommandOutput extends DeleteSiteResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an existing site. The site cannot be associated with any device or link.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteSiteCommandOutput extends DeleteSiteResponse, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteSiteCommandInput - {@link DeleteSiteCommandInput}
|
|
34
|
+
* @returns {@link DeleteSiteCommandOutput}
|
|
28
35
|
* @see {@link DeleteSiteCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteSiteCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DeleteSiteCommandOutput extends DeleteSiteResponse, __MetadataB
|
|
|
53
60
|
export declare class DeleteSiteCommand extends $Command<DeleteSiteCommandInput, DeleteSiteCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
54
61
|
readonly input: DeleteSiteCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DeleteSiteCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSiteCommandInput, DeleteSiteCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeregisterTransitGatewayRequest, DeregisterTransitGatewayResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeregisterTransitGatewayCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeregisterTransitGatewayCommandInput extends DeregisterTransitGatewayRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeregisterTransitGatewayCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeregisterTransitGatewayCommandOutput extends DeregisterTransitGatewayResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deregisters a transit gateway from your global network. This action does not delete
|
|
18
23
|
* your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeregisterTransitGatewayCommandOutput extends DeregisterTransit
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeregisterTransitGatewayCommandInput - {@link DeregisterTransitGatewayCommandInput}
|
|
35
|
+
* @returns {@link DeregisterTransitGatewayCommandOutput}
|
|
29
36
|
* @see {@link DeregisterTransitGatewayCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeregisterTransitGatewayCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DeregisterTransitGatewayCommandOutput extends DeregisterTransit
|
|
|
54
61
|
export declare class DeregisterTransitGatewayCommand extends $Command<DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
55
62
|
readonly input: DeregisterTransitGatewayCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DeregisterTransitGatewayCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DescribeGlobalNetworksRequest, DescribeGlobalNetworksResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeGlobalNetworksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeGlobalNetworksCommandInput extends DescribeGlobalNetworksRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeGlobalNetworksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeGlobalNetworksCommandOutput extends DescribeGlobalNetworksResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes one or more global networks. By default, all global networks are
|
|
18
23
|
* described. To describe the objects in your global network, you must use the appropriate
|
|
19
24
|
* <code>Get*</code> action. For example, to list the transit gateways in your global
|
|
@@ -28,6 +33,8 @@ export interface DescribeGlobalNetworksCommandOutput extends DescribeGlobalNetwo
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeGlobalNetworksCommandInput - {@link DescribeGlobalNetworksCommandInput}
|
|
37
|
+
* @returns {@link DescribeGlobalNetworksCommandOutput}
|
|
31
38
|
* @see {@link DescribeGlobalNetworksCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeGlobalNetworksCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeGlobalNetworksCommandOutput extends DescribeGlobalNetwo
|
|
|
52
59
|
export declare class DescribeGlobalNetworksCommand extends $Command<DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeGlobalNetworksCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeGlobalNetworksCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateConnectPeerRequest, DisassociateConnectPeerResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateConnectPeerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateConnectPeerCommandInput extends DisassociateConnectPeerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateConnectPeerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateConnectPeerCommandOutput extends DisassociateConnectPeerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates a core network Connect peer from a device and a link. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DisassociateConnectPeerCommandOutput extends DisassociateConnec
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisassociateConnectPeerCommandInput - {@link DisassociateConnectPeerCommandInput}
|
|
34
|
+
* @returns {@link DisassociateConnectPeerCommandOutput}
|
|
28
35
|
* @see {@link DisassociateConnectPeerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisassociateConnectPeerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DisassociateConnectPeerCommandOutput extends DisassociateConnec
|
|
|
53
60
|
export declare class DisassociateConnectPeerCommand extends $Command<DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
54
61
|
readonly input: DisassociateConnectPeerCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DisassociateConnectPeerCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateCustomerGatewayRequest, DisassociateCustomerGatewayResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateCustomerGatewayCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateCustomerGatewayCommandInput extends DisassociateCustomerGatewayRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateCustomerGatewayCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateCustomerGatewayCommandOutput extends DisassociateCustomerGatewayResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates a customer gateway from a device and a link.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DisassociateCustomerGatewayCommandOutput extends DisassociateCu
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisassociateCustomerGatewayCommandInput - {@link DisassociateCustomerGatewayCommandInput}
|
|
34
|
+
* @returns {@link DisassociateCustomerGatewayCommandOutput}
|
|
28
35
|
* @see {@link DisassociateCustomerGatewayCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisassociateCustomerGatewayCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DisassociateCustomerGatewayCommandOutput extends DisassociateCu
|
|
|
53
60
|
export declare class DisassociateCustomerGatewayCommand extends $Command<DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
54
61
|
readonly input: DisassociateCustomerGatewayCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DisassociateCustomerGatewayCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateLinkRequest, DisassociateLinkResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateLinkCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateLinkCommandInput extends DisassociateLinkRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateLinkCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates an existing device from a link. You must first disassociate any customer
|
|
18
23
|
* gateways that are associated with the link.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse,
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DisassociateLinkCommandInput - {@link DisassociateLinkCommandInput}
|
|
35
|
+
* @returns {@link DisassociateLinkCommandOutput}
|
|
29
36
|
* @see {@link DisassociateLinkCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DisassociateLinkCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse,
|
|
|
54
61
|
export declare class DisassociateLinkCommand extends $Command<DisassociateLinkCommandInput, DisassociateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
55
62
|
readonly input: DisassociateLinkCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DisassociateLinkCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateLinkCommandInput, DisassociateLinkCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateTransitGatewayConnectPeerRequest, DisassociateTransitGatewayConnectPeerResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateTransitGatewayConnectPeerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateTransitGatewayConnectPeerCommandInput extends DisassociateTransitGatewayConnectPeerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateTransitGatewayConnectPeerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateTransitGatewayConnectPeerCommandOutput extends DisassociateTransitGatewayConnectPeerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates a transit gateway Connect peer from a device and link.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DisassociateTransitGatewayConnectPeerCommandOutput extends Disa
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisassociateTransitGatewayConnectPeerCommandInput - {@link DisassociateTransitGatewayConnectPeerCommandInput}
|
|
34
|
+
* @returns {@link DisassociateTransitGatewayConnectPeerCommandOutput}
|
|
28
35
|
* @see {@link DisassociateTransitGatewayConnectPeerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisassociateTransitGatewayConnectPeerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DisassociateTransitGatewayConnectPeerCommandOutput extends Disa
|
|
|
53
60
|
export declare class DisassociateTransitGatewayConnectPeerCommand extends $Command<DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
54
61
|
readonly input: DisassociateTransitGatewayConnectPeerCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DisassociateTransitGatewayConnectPeerCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ExecuteCoreNetworkChangeSetRequest, ExecuteCoreNetworkChangeSetResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ExecuteCoreNetworkChangeSetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ExecuteCoreNetworkChangeSetCommandInput extends ExecuteCoreNetworkChangeSetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ExecuteCoreNetworkChangeSetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ExecuteCoreNetworkChangeSetCommandOutput extends ExecuteCoreNetworkChangeSetResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Executes a change set on your core network. Deploys changes globally based on the policy submitted..</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ExecuteCoreNetworkChangeSetCommandOutput extends ExecuteCoreNet
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ExecuteCoreNetworkChangeSetCommandInput - {@link ExecuteCoreNetworkChangeSetCommandInput}
|
|
34
|
+
* @returns {@link ExecuteCoreNetworkChangeSetCommandOutput}
|
|
28
35
|
* @see {@link ExecuteCoreNetworkChangeSetCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ExecuteCoreNetworkChangeSetCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface ExecuteCoreNetworkChangeSetCommandOutput extends ExecuteCoreNet
|
|
|
53
60
|
export declare class ExecuteCoreNetworkChangeSetCommand extends $Command<ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
54
61
|
readonly input: ExecuteCoreNetworkChangeSetCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ExecuteCoreNetworkChangeSetCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetConnectAttachmentRequest, GetConnectAttachmentResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetConnectAttachmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetConnectAttachmentCommandInput extends GetConnectAttachmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetConnectAttachmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a core network Connect attachment.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetConnectAttachmentCommandInput - {@link GetConnectAttachmentCommandInput}
|
|
34
|
+
* @returns {@link GetConnectAttachmentCommandOutput}
|
|
28
35
|
* @see {@link GetConnectAttachmentCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetConnectAttachmentCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentR
|
|
|
49
56
|
export declare class GetConnectAttachmentCommand extends $Command<GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
50
57
|
readonly input: GetConnectAttachmentCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetConnectAttachmentCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|