@aws-sdk/client-networkmanager 3.43.0 → 3.45.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/CHANGELOG.md +11 -0
- package/README.md +7 -7
- package/dist-cjs/NetworkManager.js +495 -0
- package/dist-cjs/commands/AcceptAttachmentCommand.js +36 -0
- package/dist-cjs/commands/AssociateConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/CreateConnectAttachmentCommand.js +36 -0
- package/dist-cjs/commands/CreateConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/CreateCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/CreateSiteToSiteVpnAttachmentCommand.js +36 -0
- package/dist-cjs/commands/CreateVpcAttachmentCommand.js +36 -0
- package/dist-cjs/commands/DeleteAttachmentCommand.js +36 -0
- package/dist-cjs/commands/DeleteConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoreNetworkPolicyVersionCommand.js +36 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/DisassociateConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/ExecuteCoreNetworkChangeSetCommand.js +36 -0
- package/dist-cjs/commands/GetConnectAttachmentCommand.js +36 -0
- package/dist-cjs/commands/GetConnectPeerAssociationsCommand.js +36 -0
- package/dist-cjs/commands/GetConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkChangeSetCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/GetSiteToSiteVpnAttachmentCommand.js +36 -0
- package/dist-cjs/commands/GetVpcAttachmentCommand.js +36 -0
- package/dist-cjs/commands/ListAttachmentsCommand.js +36 -0
- package/dist-cjs/commands/ListConnectPeersCommand.js +36 -0
- package/dist-cjs/commands/ListCoreNetworkPolicyVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListCoreNetworksCommand.js +36 -0
- package/dist-cjs/commands/PutCoreNetworkPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/RejectAttachmentCommand.js +36 -0
- package/dist-cjs/commands/RestoreCoreNetworkPolicyVersionCommand.js +36 -0
- package/dist-cjs/commands/UpdateCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/UpdateVpcAttachmentCommand.js +36 -0
- package/dist-cjs/commands/index.js +33 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +654 -40
- package/dist-cjs/pagination/GetConnectPeerAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/GetCoreNetworkChangeSetPaginator.js +35 -0
- package/dist-cjs/pagination/ListAttachmentsPaginator.js +35 -0
- package/dist-cjs/pagination/ListConnectPeersPaginator.js +35 -0
- package/dist-cjs/pagination/ListCoreNetworkPolicyVersionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListCoreNetworksPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +7 -1
- package/dist-cjs/protocols/Aws_restJson1.js +4808 -541
- package/dist-es/NetworkManager.js +495 -0
- package/dist-es/commands/AcceptAttachmentCommand.js +39 -0
- package/dist-es/commands/AssociateConnectPeerCommand.js +39 -0
- package/dist-es/commands/CreateConnectAttachmentCommand.js +39 -0
- package/dist-es/commands/CreateConnectPeerCommand.js +39 -0
- package/dist-es/commands/CreateCoreNetworkCommand.js +39 -0
- package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +39 -0
- package/dist-es/commands/CreateVpcAttachmentCommand.js +39 -0
- package/dist-es/commands/DeleteAttachmentCommand.js +39 -0
- package/dist-es/commands/DeleteConnectPeerCommand.js +39 -0
- package/dist-es/commands/DeleteCoreNetworkCommand.js +39 -0
- package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +39 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +39 -0
- package/dist-es/commands/DisassociateConnectPeerCommand.js +39 -0
- package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +39 -0
- package/dist-es/commands/GetConnectAttachmentCommand.js +39 -0
- package/dist-es/commands/GetConnectPeerAssociationsCommand.js +39 -0
- package/dist-es/commands/GetConnectPeerCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkPolicyCommand.js +39 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +39 -0
- package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +39 -0
- package/dist-es/commands/GetVpcAttachmentCommand.js +39 -0
- package/dist-es/commands/ListAttachmentsCommand.js +39 -0
- package/dist-es/commands/ListConnectPeersCommand.js +39 -0
- package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +39 -0
- package/dist-es/commands/ListCoreNetworksCommand.js +39 -0
- package/dist-es/commands/PutCoreNetworkPolicyCommand.js +39 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
- package/dist-es/commands/RejectAttachmentCommand.js +39 -0
- package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +39 -0
- package/dist-es/commands/UpdateCoreNetworkCommand.js +39 -0
- package/dist-es/commands/UpdateVpcAttachmentCommand.js +39 -0
- package/dist-es/commands/index.js +33 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +459 -27
- package/dist-es/pagination/GetConnectPeerAssociationsPaginator.js +74 -0
- package/dist-es/pagination/GetCoreNetworkChangeSetPaginator.js +74 -0
- package/dist-es/pagination/ListAttachmentsPaginator.js +74 -0
- package/dist-es/pagination/ListConnectPeersPaginator.js +74 -0
- package/dist-es/pagination/ListCoreNetworkPolicyVersionsPaginator.js +74 -0
- package/dist-es/pagination/ListCoreNetworksPaginator.js +74 -0
- package/dist-es/pagination/index.js +7 -1
- package/dist-es/protocols/Aws_restJson1.js +6500 -1703
- package/dist-types/NetworkManager.d.ts +240 -0
- package/dist-types/NetworkManagerClient.d.ts +35 -2
- package/dist-types/commands/AcceptAttachmentCommand.d.ts +37 -0
- package/dist-types/commands/AssociateConnectPeerCommand.d.ts +38 -0
- package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +38 -0
- package/dist-types/commands/CreateConnectPeerCommand.d.ts +36 -0
- package/dist-types/commands/CreateCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/GetVpcAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/ListAttachmentsCommand.d.ts +35 -0
- package/dist-types/commands/ListConnectPeersCommand.d.ts +35 -0
- package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListCoreNetworksCommand.d.ts +35 -0
- package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +35 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/RejectAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +2086 -229
- package/dist-types/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAttachmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListConnectPeersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCoreNetworksPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +7 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/NetworkManager.d.ts +165 -0
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +35 -2
- package/dist-types/ts3.4/commands/AcceptAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectPeerAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConnectPeersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoreNetworksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutCoreNetworkPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1200 -71
- package/dist-types/ts3.4/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAttachmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListConnectPeersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoreNetworksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +99 -0
- package/package.json +8 -6
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateConnectAttachmentRequest, CreateConnectAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface CreateConnectAttachmentCommandInput extends CreateConnectAttachmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttachmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a core network Connect attachment from a specified core network attachment. </p>
|
|
11
|
+
* <p>A core network Connect attachment is a GRE-based tunnel attachment that you can use to
|
|
12
|
+
* establish a connection between a core network and an appliance. A core network Connect
|
|
13
|
+
* attachment uses an existing VPC attachment as the underlying transport mechanism.</p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { NetworkManagerClient, CreateConnectAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
18
|
+
* // const { NetworkManagerClient, CreateConnectAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
19
|
+
* const client = new NetworkManagerClient(config);
|
|
20
|
+
* const command = new CreateConnectAttachmentCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link CreateConnectAttachmentCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link CreateConnectAttachmentCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class CreateConnectAttachmentCommand extends $Command<CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
30
|
+
readonly input: CreateConnectAttachmentCommandInput;
|
|
31
|
+
constructor(input: CreateConnectAttachmentCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateConnectPeerRequest, CreateConnectPeerResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface CreateConnectPeerCommandInput extends CreateConnectPeerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateConnectPeerCommandOutput extends CreateConnectPeerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a core network connect peer for a specified core network connect attachment between a core network and an appliance.
|
|
11
|
+
* The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { NetworkManagerClient, CreateConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
16
|
+
* // const { NetworkManagerClient, CreateConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
17
|
+
* const client = new NetworkManagerClient(config);
|
|
18
|
+
* const command = new CreateConnectPeerCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link CreateConnectPeerCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link CreateConnectPeerCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class CreateConnectPeerCommand extends $Command<CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
28
|
+
readonly input: CreateConnectPeerCommandInput;
|
|
29
|
+
constructor(input: CreateConnectPeerCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateCoreNetworkRequest, CreateCoreNetworkResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface CreateCoreNetworkCommandInput extends CreateCoreNetworkRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateCoreNetworkCommandOutput extends CreateCoreNetworkResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a core network as part of your global network, and optionally, with a core network policy.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, CreateCoreNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, CreateCoreNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new CreateCoreNetworkCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateCoreNetworkCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateCoreNetworkCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateCoreNetworkCommand extends $Command<CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateCoreNetworkCommandInput;
|
|
28
|
+
constructor(input: CreateCoreNetworkCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateSiteToSiteVpnAttachmentRequest, CreateSiteToSiteVpnAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface CreateSiteToSiteVpnAttachmentCommandInput extends CreateSiteToSiteVpnAttachmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateSiteToSiteVpnAttachmentCommandOutput extends CreateSiteToSiteVpnAttachmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a site-to-site VPN attachment on an edge location of a core network.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, CreateSiteToSiteVpnAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, CreateSiteToSiteVpnAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new CreateSiteToSiteVpnAttachmentCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateSiteToSiteVpnAttachmentCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateSiteToSiteVpnAttachmentCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateSiteToSiteVpnAttachmentCommand extends $Command<CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateSiteToSiteVpnAttachmentCommandInput;
|
|
28
|
+
constructor(input: CreateSiteToSiteVpnAttachmentCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateVpcAttachmentRequest, CreateVpcAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface CreateVpcAttachmentCommandInput extends CreateVpcAttachmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateVpcAttachmentCommandOutput extends CreateVpcAttachmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a VPC attachment on an edge location of a core network.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, CreateVpcAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, CreateVpcAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new CreateVpcAttachmentCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateVpcAttachmentCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateVpcAttachmentCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateVpcAttachmentCommand extends $Command<CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateVpcAttachmentCommandInput;
|
|
28
|
+
constructor(input: CreateVpcAttachmentCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteAttachmentRequest, DeleteAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface DeleteAttachmentCommandInput extends DeleteAttachmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes an attachment. Supports all attachment types.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, DeleteAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, DeleteAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new DeleteAttachmentCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteAttachmentCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteAttachmentCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteAttachmentCommand extends $Command<DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteAttachmentCommandInput;
|
|
28
|
+
constructor(input: DeleteAttachmentCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteConnectPeerRequest, DeleteConnectPeerResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface DeleteConnectPeerCommandInput extends DeleteConnectPeerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteConnectPeerCommandOutput extends DeleteConnectPeerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a Connect peer.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, DeleteConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, DeleteConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new DeleteConnectPeerCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteConnectPeerCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteConnectPeerCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteConnectPeerCommand extends $Command<DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteConnectPeerCommandInput;
|
|
28
|
+
constructor(input: DeleteConnectPeerCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteCoreNetworkRequest, DeleteCoreNetworkResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface DeleteCoreNetworkCommandInput extends DeleteCoreNetworkRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteCoreNetworkCommandOutput extends DeleteCoreNetworkResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, DeleteCoreNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, DeleteCoreNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new DeleteCoreNetworkCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteCoreNetworkCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteCoreNetworkCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteCoreNetworkCommand extends $Command<DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteCoreNetworkCommandInput;
|
|
28
|
+
constructor(input: DeleteCoreNetworkCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteCoreNetworkPolicyVersionRequest, DeleteCoreNetworkPolicyVersionResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface DeleteCoreNetworkPolicyVersionCommandInput extends DeleteCoreNetworkPolicyVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteCoreNetworkPolicyVersionCommandOutput extends DeleteCoreNetworkPolicyVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a policy version from a core network. You can't delete the current LIVE policy.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, DeleteCoreNetworkPolicyVersionCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, DeleteCoreNetworkPolicyVersionCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new DeleteCoreNetworkPolicyVersionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteCoreNetworkPolicyVersionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteCoreNetworkPolicyVersionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteCoreNetworkPolicyVersionCommand extends $Command<DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteCoreNetworkPolicyVersionCommandInput;
|
|
28
|
+
constructor(input: DeleteCoreNetworkPolicyVersionCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new DeleteResourcePolicyCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteResourcePolicyCommandInput;
|
|
28
|
+
constructor(input: DeleteResourcePolicyCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisassociateConnectPeerRequest, DisassociateConnectPeerResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface DisassociateConnectPeerCommandInput extends DisassociateConnectPeerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateConnectPeerCommandOutput extends DisassociateConnectPeerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disassociates a core network Connect peer from a device and a link. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, DisassociateConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, DisassociateConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new DisassociateConnectPeerCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DisassociateConnectPeerCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DisassociateConnectPeerCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DisassociateConnectPeerCommand extends $Command<DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: DisassociateConnectPeerCommandInput;
|
|
28
|
+
constructor(input: DisassociateConnectPeerCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ExecuteCoreNetworkChangeSetRequest, ExecuteCoreNetworkChangeSetResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface ExecuteCoreNetworkChangeSetCommandInput extends ExecuteCoreNetworkChangeSetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ExecuteCoreNetworkChangeSetCommandOutput extends ExecuteCoreNetworkChangeSetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Executes a change set on your core network. Deploys changes globally based on the policy submitted..</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, ExecuteCoreNetworkChangeSetCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, ExecuteCoreNetworkChangeSetCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new ExecuteCoreNetworkChangeSetCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ExecuteCoreNetworkChangeSetCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ExecuteCoreNetworkChangeSetCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ExecuteCoreNetworkChangeSetCommand extends $Command<ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: ExecuteCoreNetworkChangeSetCommandInput;
|
|
28
|
+
constructor(input: ExecuteCoreNetworkChangeSetCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetConnectAttachmentRequest, GetConnectAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface GetConnectAttachmentCommandInput extends GetConnectAttachmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns information about a core network Connect attachment.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, GetConnectAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, GetConnectAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new GetConnectAttachmentCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetConnectAttachmentCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetConnectAttachmentCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetConnectAttachmentCommand extends $Command<GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: GetConnectAttachmentCommandInput;
|
|
28
|
+
constructor(input: GetConnectAttachmentCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetConnectPeerAssociationsRequest, GetConnectPeerAssociationsResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface GetConnectPeerAssociationsCommandInput extends GetConnectPeerAssociationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetConnectPeerAssociationsCommandOutput extends GetConnectPeerAssociationsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns information about a core network Connect peer associations.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, GetConnectPeerAssociationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, GetConnectPeerAssociationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new GetConnectPeerAssociationsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetConnectPeerAssociationsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetConnectPeerAssociationsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetConnectPeerAssociationsCommand extends $Command<GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: GetConnectPeerAssociationsCommandInput;
|
|
28
|
+
constructor(input: GetConnectPeerAssociationsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetConnectPeerRequest, GetConnectPeerResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface GetConnectPeerCommandInput extends GetConnectPeerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetConnectPeerCommandOutput extends GetConnectPeerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns information about a core network Connect peer.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, GetConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, GetConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new GetConnectPeerCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetConnectPeerCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetConnectPeerCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetConnectPeerCommand extends $Command<GetConnectPeerCommandInput, GetConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: GetConnectPeerCommandInput;
|
|
28
|
+
constructor(input: GetConnectPeerCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectPeerCommandInput, GetConnectPeerCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetCoreNetworkChangeSetRequest, GetCoreNetworkChangeSetResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface GetCoreNetworkChangeSetCommandInput extends GetCoreNetworkChangeSetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCoreNetworkChangeSetCommandOutput extends GetCoreNetworkChangeSetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a change set between the LIVE core network policy and a submitted policy.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, GetCoreNetworkChangeSetCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, GetCoreNetworkChangeSetCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new GetCoreNetworkChangeSetCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetCoreNetworkChangeSetCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetCoreNetworkChangeSetCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetCoreNetworkChangeSetCommand extends $Command<GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: GetCoreNetworkChangeSetCommandInput;
|
|
28
|
+
constructor(input: GetCoreNetworkChangeSetCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetCoreNetworkRequest, GetCoreNetworkResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface GetCoreNetworkCommandInput extends GetCoreNetworkRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCoreNetworkCommandOutput extends GetCoreNetworkResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns information about a core network. By default it returns the LIVE policy.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { NetworkManagerClient, GetCoreNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
15
|
+
* // const { NetworkManagerClient, GetCoreNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
16
|
+
* const client = new NetworkManagerClient(config);
|
|
17
|
+
* const command = new GetCoreNetworkCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetCoreNetworkCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetCoreNetworkCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetCoreNetworkCommand extends $Command<GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: GetCoreNetworkCommandInput;
|
|
28
|
+
constructor(input: GetCoreNetworkCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|