@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
|
@@ -93,15 +93,24 @@ import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadat
|
|
|
93
93
|
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
94
94
|
import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
95
95
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
96
99
|
export type ServiceInputTypes = AcceptAttachmentCommandInput | AssociateConnectPeerCommandInput | AssociateCustomerGatewayCommandInput | AssociateLinkCommandInput | AssociateTransitGatewayConnectPeerCommandInput | CreateConnectAttachmentCommandInput | CreateConnectPeerCommandInput | CreateConnectionCommandInput | CreateCoreNetworkCommandInput | CreateDeviceCommandInput | CreateGlobalNetworkCommandInput | CreateLinkCommandInput | CreateSiteCommandInput | CreateSiteToSiteVpnAttachmentCommandInput | CreateTransitGatewayPeeringCommandInput | CreateTransitGatewayRouteTableAttachmentCommandInput | CreateVpcAttachmentCommandInput | DeleteAttachmentCommandInput | DeleteConnectPeerCommandInput | DeleteConnectionCommandInput | DeleteCoreNetworkCommandInput | DeleteCoreNetworkPolicyVersionCommandInput | DeleteDeviceCommandInput | DeleteGlobalNetworkCommandInput | DeleteLinkCommandInput | DeletePeeringCommandInput | DeleteResourcePolicyCommandInput | DeleteSiteCommandInput | DeregisterTransitGatewayCommandInput | DescribeGlobalNetworksCommandInput | DisassociateConnectPeerCommandInput | DisassociateCustomerGatewayCommandInput | DisassociateLinkCommandInput | DisassociateTransitGatewayConnectPeerCommandInput | ExecuteCoreNetworkChangeSetCommandInput | GetConnectAttachmentCommandInput | GetConnectPeerAssociationsCommandInput | GetConnectPeerCommandInput | GetConnectionsCommandInput | GetCoreNetworkChangeEventsCommandInput | GetCoreNetworkChangeSetCommandInput | GetCoreNetworkCommandInput | GetCoreNetworkPolicyCommandInput | GetCustomerGatewayAssociationsCommandInput | GetDevicesCommandInput | GetLinkAssociationsCommandInput | GetLinksCommandInput | GetNetworkResourceCountsCommandInput | GetNetworkResourceRelationshipsCommandInput | GetNetworkResourcesCommandInput | GetNetworkRoutesCommandInput | GetNetworkTelemetryCommandInput | GetResourcePolicyCommandInput | GetRouteAnalysisCommandInput | GetSiteToSiteVpnAttachmentCommandInput | GetSitesCommandInput | GetTransitGatewayConnectPeerAssociationsCommandInput | GetTransitGatewayPeeringCommandInput | GetTransitGatewayRegistrationsCommandInput | GetTransitGatewayRouteTableAttachmentCommandInput | GetVpcAttachmentCommandInput | ListAttachmentsCommandInput | ListConnectPeersCommandInput | ListCoreNetworkPolicyVersionsCommandInput | ListCoreNetworksCommandInput | ListOrganizationServiceAccessStatusCommandInput | ListPeeringsCommandInput | ListTagsForResourceCommandInput | PutCoreNetworkPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTransitGatewayCommandInput | RejectAttachmentCommandInput | RestoreCoreNetworkPolicyVersionCommandInput | StartOrganizationServiceAccessUpdateCommandInput | StartRouteAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateCoreNetworkCommandInput | UpdateDeviceCommandInput | UpdateGlobalNetworkCommandInput | UpdateLinkCommandInput | UpdateNetworkResourceMetadataCommandInput | UpdateSiteCommandInput | UpdateVpcAttachmentCommandInput;
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
97
103
|
export type ServiceOutputTypes = AcceptAttachmentCommandOutput | AssociateConnectPeerCommandOutput | AssociateCustomerGatewayCommandOutput | AssociateLinkCommandOutput | AssociateTransitGatewayConnectPeerCommandOutput | CreateConnectAttachmentCommandOutput | CreateConnectPeerCommandOutput | CreateConnectionCommandOutput | CreateCoreNetworkCommandOutput | CreateDeviceCommandOutput | CreateGlobalNetworkCommandOutput | CreateLinkCommandOutput | CreateSiteCommandOutput | CreateSiteToSiteVpnAttachmentCommandOutput | CreateTransitGatewayPeeringCommandOutput | CreateTransitGatewayRouteTableAttachmentCommandOutput | CreateVpcAttachmentCommandOutput | DeleteAttachmentCommandOutput | DeleteConnectPeerCommandOutput | DeleteConnectionCommandOutput | DeleteCoreNetworkCommandOutput | DeleteCoreNetworkPolicyVersionCommandOutput | DeleteDeviceCommandOutput | DeleteGlobalNetworkCommandOutput | DeleteLinkCommandOutput | DeletePeeringCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSiteCommandOutput | DeregisterTransitGatewayCommandOutput | DescribeGlobalNetworksCommandOutput | DisassociateConnectPeerCommandOutput | DisassociateCustomerGatewayCommandOutput | DisassociateLinkCommandOutput | DisassociateTransitGatewayConnectPeerCommandOutput | ExecuteCoreNetworkChangeSetCommandOutput | GetConnectAttachmentCommandOutput | GetConnectPeerAssociationsCommandOutput | GetConnectPeerCommandOutput | GetConnectionsCommandOutput | GetCoreNetworkChangeEventsCommandOutput | GetCoreNetworkChangeSetCommandOutput | GetCoreNetworkCommandOutput | GetCoreNetworkPolicyCommandOutput | GetCustomerGatewayAssociationsCommandOutput | GetDevicesCommandOutput | GetLinkAssociationsCommandOutput | GetLinksCommandOutput | GetNetworkResourceCountsCommandOutput | GetNetworkResourceRelationshipsCommandOutput | GetNetworkResourcesCommandOutput | GetNetworkRoutesCommandOutput | GetNetworkTelemetryCommandOutput | GetResourcePolicyCommandOutput | GetRouteAnalysisCommandOutput | GetSiteToSiteVpnAttachmentCommandOutput | GetSitesCommandOutput | GetTransitGatewayConnectPeerAssociationsCommandOutput | GetTransitGatewayPeeringCommandOutput | GetTransitGatewayRegistrationsCommandOutput | GetTransitGatewayRouteTableAttachmentCommandOutput | GetVpcAttachmentCommandOutput | ListAttachmentsCommandOutput | ListConnectPeersCommandOutput | ListCoreNetworkPolicyVersionsCommandOutput | ListCoreNetworksCommandOutput | ListOrganizationServiceAccessStatusCommandOutput | ListPeeringsCommandOutput | ListTagsForResourceCommandOutput | PutCoreNetworkPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTransitGatewayCommandOutput | RejectAttachmentCommandOutput | RestoreCoreNetworkPolicyVersionCommandOutput | StartOrganizationServiceAccessUpdateCommandOutput | StartRouteAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateCoreNetworkCommandOutput | UpdateDeviceCommandOutput | UpdateGlobalNetworkCommandOutput | UpdateLinkCommandOutput | UpdateNetworkResourceMetadataCommandOutput | UpdateSiteCommandOutput | UpdateVpcAttachmentCommandOutput;
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
98
107
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
99
108
|
/**
|
|
100
109
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
101
110
|
*/
|
|
102
111
|
requestHandler?: __HttpHandler;
|
|
103
112
|
/**
|
|
104
|
-
* A constructor for a class implementing the {@link
|
|
113
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
105
114
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
106
115
|
* @internal
|
|
107
116
|
*/
|
|
@@ -191,23 +200,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
191
200
|
*/
|
|
192
201
|
logger?: __Logger;
|
|
193
202
|
/**
|
|
194
|
-
* The {@link
|
|
203
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
195
204
|
*/
|
|
196
205
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
197
206
|
}
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
198
210
|
type NetworkManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
199
211
|
/**
|
|
200
|
-
*
|
|
212
|
+
* @public
|
|
213
|
+
*
|
|
214
|
+
* The configuration interface of NetworkManagerClient class constructor that set the region, credentials and other options.
|
|
201
215
|
*/
|
|
202
216
|
export interface NetworkManagerClientConfig extends NetworkManagerClientConfigType {
|
|
203
217
|
}
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
204
221
|
type NetworkManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
205
222
|
/**
|
|
206
|
-
*
|
|
223
|
+
* @public
|
|
224
|
+
*
|
|
225
|
+
* The resolved configuration interface of NetworkManagerClient class. This is resolved and normalized from the {@link NetworkManagerClientConfig | constructor configuration interface}.
|
|
207
226
|
*/
|
|
208
227
|
export interface NetworkManagerClientResolvedConfig extends NetworkManagerClientResolvedConfigType {
|
|
209
228
|
}
|
|
210
229
|
/**
|
|
230
|
+
* @public
|
|
211
231
|
* <p>Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.</p>
|
|
212
232
|
*/
|
|
213
233
|
export declare class NetworkManagerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, NetworkManagerClientResolvedConfig> {
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AcceptAttachmentRequest, AcceptAttachmentResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AcceptAttachmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AcceptAttachmentCommandInput extends AcceptAttachmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AcceptAttachmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Accepts a core network attachment request. </p>
|
|
18
23
|
* <p>Once the attachment request is accepted by a core network owner, the attachment is
|
|
19
24
|
* created and connected to a core network.</p>
|
|
@@ -27,6 +32,8 @@ export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse,
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param AcceptAttachmentCommandInput - {@link AcceptAttachmentCommandInput}
|
|
36
|
+
* @returns {@link AcceptAttachmentCommandOutput}
|
|
30
37
|
* @see {@link AcceptAttachmentCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link AcceptAttachmentCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse,
|
|
|
55
62
|
export declare class AcceptAttachmentCommand extends $Command<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
56
63
|
readonly input: AcceptAttachmentCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: AcceptAttachmentCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AssociateConnectPeerRequest, AssociateConnectPeerResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateConnectPeerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateConnectPeerCommandInput extends AssociateConnectPeerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateConnectPeerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates a core network Connect peer with a device and optionally, with a link. </p>
|
|
18
23
|
* <p>If you specify a link, it must be associated with the specified device. You can only
|
|
19
24
|
* associate core network Connect peers that have been created on a core network Connect
|
|
@@ -28,6 +33,8 @@ export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param AssociateConnectPeerCommandInput - {@link AssociateConnectPeerCommandInput}
|
|
37
|
+
* @returns {@link AssociateConnectPeerCommandOutput}
|
|
31
38
|
* @see {@link AssociateConnectPeerCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link AssociateConnectPeerCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerR
|
|
|
59
66
|
export declare class AssociateConnectPeerCommand extends $Command<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
60
67
|
readonly input: AssociateConnectPeerCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: AssociateConnectPeerCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AssociateCustomerGatewayRequest, AssociateCustomerGatewayResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateCustomerGatewayCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateCustomerGatewayCommandInput extends AssociateCustomerGatewayRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateCustomerGatewayCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomerGatewayResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates a customer gateway with a device and optionally, with a link. If you
|
|
18
23
|
* specify a link, it must be associated with the specified device. </p>
|
|
19
24
|
* <p>You can only associate customer gateways that are connected to a VPN attachment on a
|
|
@@ -33,6 +38,8 @@ export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomer
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param AssociateCustomerGatewayCommandInput - {@link AssociateCustomerGatewayCommandInput}
|
|
42
|
+
* @returns {@link AssociateCustomerGatewayCommandOutput}
|
|
36
43
|
* @see {@link AssociateCustomerGatewayCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link AssociateCustomerGatewayCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomer
|
|
|
64
71
|
export declare class AssociateCustomerGatewayCommand extends $Command<AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
65
72
|
readonly input: AssociateCustomerGatewayCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: AssociateCustomerGatewayCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AssociateLinkRequest, AssociateLinkResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateLinkCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateLinkCommandInput extends AssociateLinkRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateLinkCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateLinkCommandOutput extends AssociateLinkResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.</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 AssociateLinkCommandOutput extends AssociateLinkResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AssociateLinkCommandInput - {@link AssociateLinkCommandInput}
|
|
34
|
+
* @returns {@link AssociateLinkCommandOutput}
|
|
28
35
|
* @see {@link AssociateLinkCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AssociateLinkCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface AssociateLinkCommandOutput extends AssociateLinkResponse, __Met
|
|
|
56
63
|
export declare class AssociateLinkCommand extends $Command<AssociateLinkCommandInput, AssociateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
57
64
|
readonly input: AssociateLinkCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: AssociateLinkCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateLinkCommandInput, AssociateLinkCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AssociateTransitGatewayConnectPeerRequest, AssociateTransitGatewayConnectPeerResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateTransitGatewayConnectPeerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateTransitGatewayConnectPeerCommandInput extends AssociateTransitGatewayConnectPeerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateTransitGatewayConnectPeerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateTransitGatewayConnectPeerCommandOutput extends AssociateTransitGatewayConnectPeerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates a transit gateway Connect peer with a device, and optionally, with a link. If you
|
|
18
23
|
* specify a link, it must be associated with the specified device. </p>
|
|
19
24
|
* <p>You can only associate transit gateway Connect peers that have been created on a
|
|
@@ -29,6 +34,8 @@ export interface AssociateTransitGatewayConnectPeerCommandOutput extends Associa
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param AssociateTransitGatewayConnectPeerCommandInput - {@link AssociateTransitGatewayConnectPeerCommandInput}
|
|
38
|
+
* @returns {@link AssociateTransitGatewayConnectPeerCommandOutput}
|
|
32
39
|
* @see {@link AssociateTransitGatewayConnectPeerCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link AssociateTransitGatewayConnectPeerCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface AssociateTransitGatewayConnectPeerCommandOutput extends Associa
|
|
|
60
67
|
export declare class AssociateTransitGatewayConnectPeerCommand extends $Command<AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
61
68
|
readonly input: AssociateTransitGatewayConnectPeerCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: AssociateTransitGatewayConnectPeerCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateConnectAttachmentRequest, CreateConnectAttachmentResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateConnectAttachmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateConnectAttachmentCommandInput extends CreateConnectAttachmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateConnectAttachmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttachmentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a core network Connect attachment from a specified core network attachment. </p>
|
|
18
23
|
* <p>A core network Connect attachment is a GRE-based tunnel attachment that you can use to
|
|
19
24
|
* establish a connection between a core network and an appliance. A core network Connect
|
|
@@ -28,6 +33,8 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateConnectAttachmentCommandInput - {@link CreateConnectAttachmentCommandInput}
|
|
37
|
+
* @returns {@link CreateConnectAttachmentCommandOutput}
|
|
31
38
|
* @see {@link CreateConnectAttachmentCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateConnectAttachmentCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
|
|
|
56
63
|
export declare class CreateConnectAttachmentCommand extends $Command<CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
57
64
|
readonly input: CreateConnectAttachmentCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: CreateConnectAttachmentCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateConnectPeerRequest, CreateConnectPeerResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateConnectPeerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateConnectPeerCommandInput extends CreateConnectPeerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateConnectPeerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateConnectPeerCommandOutput extends CreateConnectPeerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance.
|
|
18
23
|
* The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateConnectPeerCommandInput - {@link CreateConnectPeerCommandInput}
|
|
35
|
+
* @returns {@link CreateConnectPeerCommandOutput}
|
|
29
36
|
* @see {@link CreateConnectPeerCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateConnectPeerCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
|
|
|
54
61
|
export declare class CreateConnectPeerCommand extends $Command<CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
55
62
|
readonly input: CreateConnectPeerCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: CreateConnectPeerCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput>;
|
|
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 { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateConnectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateConnectionCommandInput extends CreateConnectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateConnectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateConnectionCommandOutput extends CreateConnectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.</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 CreateConnectionCommandOutput extends CreateConnectionResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateConnectionCommandInput - {@link CreateConnectionCommandInput}
|
|
34
|
+
* @returns {@link CreateConnectionCommandOutput}
|
|
28
35
|
* @see {@link CreateConnectionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateConnectionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
|
|
|
53
60
|
export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
54
61
|
readonly input: CreateConnectionCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: CreateConnectionCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
|
|
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 { CreateCoreNetworkRequest, CreateCoreNetworkResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateCoreNetworkCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateCoreNetworkCommandInput extends CreateCoreNetworkRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateCoreNetworkCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateCoreNetworkCommandOutput extends CreateCoreNetworkResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a core network as part of your global network, and optionally, with a core network 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 CreateCoreNetworkCommandOutput extends CreateCoreNetworkRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateCoreNetworkCommandInput - {@link CreateCoreNetworkCommandInput}
|
|
34
|
+
* @returns {@link CreateCoreNetworkCommandOutput}
|
|
28
35
|
* @see {@link CreateCoreNetworkCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateCoreNetworkCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface CreateCoreNetworkCommandOutput extends CreateCoreNetworkRespons
|
|
|
56
63
|
export declare class CreateCoreNetworkCommand extends $Command<CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
57
64
|
readonly input: CreateCoreNetworkCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: CreateCoreNetworkCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateDeviceRequest, CreateDeviceResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDeviceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDeviceCommandInput extends CreateDeviceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDeviceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDeviceCommandOutput extends CreateDeviceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new device in a global network. If you specify both a site ID and a
|
|
18
23
|
* location, the location of the site is used for visualization in the Network Manager console.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateDeviceCommandOutput extends CreateDeviceResponse, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateDeviceCommandInput - {@link CreateDeviceCommandInput}
|
|
35
|
+
* @returns {@link CreateDeviceCommandOutput}
|
|
29
36
|
* @see {@link CreateDeviceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateDeviceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface CreateDeviceCommandOutput extends CreateDeviceResponse, __Metad
|
|
|
57
64
|
export declare class CreateDeviceCommand extends $Command<CreateDeviceCommandInput, CreateDeviceCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
58
65
|
readonly input: CreateDeviceCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: CreateDeviceCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeviceCommandInput, CreateDeviceCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateGlobalNetworkRequest, CreateGlobalNetworkResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateGlobalNetworkCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateGlobalNetworkCommandInput extends CreateGlobalNetworkRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateGlobalNetworkCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateGlobalNetworkCommandOutput extends CreateGlobalNetworkResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new, empty global network.</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 CreateGlobalNetworkCommandOutput extends CreateGlobalNetworkRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateGlobalNetworkCommandInput - {@link CreateGlobalNetworkCommandInput}
|
|
34
|
+
* @returns {@link CreateGlobalNetworkCommandOutput}
|
|
28
35
|
* @see {@link CreateGlobalNetworkCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateGlobalNetworkCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface CreateGlobalNetworkCommandOutput extends CreateGlobalNetworkRes
|
|
|
53
60
|
export declare class CreateGlobalNetworkCommand extends $Command<CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
54
61
|
readonly input: CreateGlobalNetworkCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: CreateGlobalNetworkCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|