@aws-sdk/client-networkmanager 3.42.0 → 3.47.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 +47 -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 +628 -62
- 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-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- 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 +443 -43
- 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-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/NetworkManager.d.ts +240 -0
- package/dist-types/NetworkManagerClient.d.ts +40 -3
- 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 +2066 -257
- 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/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/NetworkManager.d.ts +165 -0
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +38 -3
- 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 +1186 -89
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -45
|
@@ -4,27 +4,47 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
|
|
10
|
+
import { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
|
|
9
11
|
import { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
|
|
10
12
|
import { AssociateLinkCommandInput, AssociateLinkCommandOutput } from "./commands/AssociateLinkCommand";
|
|
11
13
|
import { AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput } from "./commands/AssociateTransitGatewayConnectPeerCommand";
|
|
14
|
+
import { CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput } from "./commands/CreateConnectAttachmentCommand";
|
|
12
15
|
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
16
|
+
import { CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput } from "./commands/CreateConnectPeerCommand";
|
|
17
|
+
import { CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput } from "./commands/CreateCoreNetworkCommand";
|
|
13
18
|
import { CreateDeviceCommandInput, CreateDeviceCommandOutput } from "./commands/CreateDeviceCommand";
|
|
14
19
|
import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } from "./commands/CreateGlobalNetworkCommand";
|
|
15
20
|
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
16
21
|
import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
|
|
22
|
+
import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
23
|
+
import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
|
|
24
|
+
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
17
25
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
26
|
+
import { DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput } from "./commands/DeleteConnectPeerCommand";
|
|
27
|
+
import { DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput } from "./commands/DeleteCoreNetworkCommand";
|
|
28
|
+
import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput } from "./commands/DeleteCoreNetworkPolicyVersionCommand";
|
|
18
29
|
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
19
30
|
import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
|
|
20
31
|
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
32
|
+
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
21
33
|
import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
|
|
22
34
|
import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
|
|
23
35
|
import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "./commands/DescribeGlobalNetworksCommand";
|
|
36
|
+
import { DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput } from "./commands/DisassociateConnectPeerCommand";
|
|
24
37
|
import { DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput } from "./commands/DisassociateCustomerGatewayCommand";
|
|
25
38
|
import { DisassociateLinkCommandInput, DisassociateLinkCommandOutput } from "./commands/DisassociateLinkCommand";
|
|
26
39
|
import { DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput } from "./commands/DisassociateTransitGatewayConnectPeerCommand";
|
|
40
|
+
import { ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput } from "./commands/ExecuteCoreNetworkChangeSetCommand";
|
|
41
|
+
import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } from "./commands/GetConnectAttachmentCommand";
|
|
27
42
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
43
|
+
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
|
|
44
|
+
import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
|
|
45
|
+
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
|
|
46
|
+
import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
|
|
47
|
+
import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
|
|
28
48
|
import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "./commands/GetCustomerGatewayAssociationsCommand";
|
|
29
49
|
import { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
|
|
30
50
|
import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
|
|
@@ -34,23 +54,36 @@ import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelation
|
|
|
34
54
|
import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
|
|
35
55
|
import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
|
|
36
56
|
import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
|
|
57
|
+
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
37
58
|
import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
|
|
38
59
|
import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
|
|
60
|
+
import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
|
|
39
61
|
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
40
62
|
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
63
|
+
import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
|
|
64
|
+
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
65
|
+
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
|
|
66
|
+
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
|
|
67
|
+
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
|
|
41
68
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
69
|
+
import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
|
|
70
|
+
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
42
71
|
import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
|
|
72
|
+
import { RejectAttachmentCommandInput, RejectAttachmentCommandOutput } from "./commands/RejectAttachmentCommand";
|
|
73
|
+
import { RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
|
|
43
74
|
import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
|
|
44
75
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
45
76
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
46
77
|
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
78
|
+
import { UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput } from "./commands/UpdateCoreNetworkCommand";
|
|
47
79
|
import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
|
|
48
80
|
import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
|
|
49
81
|
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
50
82
|
import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
51
83
|
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
52
|
-
|
|
53
|
-
export declare type
|
|
84
|
+
import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
85
|
+
export declare type ServiceInputTypes = AcceptAttachmentCommandInput | AssociateConnectPeerCommandInput | AssociateCustomerGatewayCommandInput | AssociateLinkCommandInput | AssociateTransitGatewayConnectPeerCommandInput | CreateConnectAttachmentCommandInput | CreateConnectPeerCommandInput | CreateConnectionCommandInput | CreateCoreNetworkCommandInput | CreateDeviceCommandInput | CreateGlobalNetworkCommandInput | CreateLinkCommandInput | CreateSiteCommandInput | CreateSiteToSiteVpnAttachmentCommandInput | CreateVpcAttachmentCommandInput | DeleteAttachmentCommandInput | DeleteConnectPeerCommandInput | DeleteConnectionCommandInput | DeleteCoreNetworkCommandInput | DeleteCoreNetworkPolicyVersionCommandInput | DeleteDeviceCommandInput | DeleteGlobalNetworkCommandInput | DeleteLinkCommandInput | DeleteResourcePolicyCommandInput | DeleteSiteCommandInput | DeregisterTransitGatewayCommandInput | DescribeGlobalNetworksCommandInput | DisassociateConnectPeerCommandInput | DisassociateCustomerGatewayCommandInput | DisassociateLinkCommandInput | DisassociateTransitGatewayConnectPeerCommandInput | ExecuteCoreNetworkChangeSetCommandInput | GetConnectAttachmentCommandInput | GetConnectPeerAssociationsCommandInput | GetConnectPeerCommandInput | GetConnectionsCommandInput | GetCoreNetworkChangeSetCommandInput | GetCoreNetworkCommandInput | GetCoreNetworkPolicyCommandInput | GetCustomerGatewayAssociationsCommandInput | GetDevicesCommandInput | GetLinkAssociationsCommandInput | GetLinksCommandInput | GetNetworkResourceCountsCommandInput | GetNetworkResourceRelationshipsCommandInput | GetNetworkResourcesCommandInput | GetNetworkRoutesCommandInput | GetNetworkTelemetryCommandInput | GetResourcePolicyCommandInput | GetRouteAnalysisCommandInput | GetSiteToSiteVpnAttachmentCommandInput | GetSitesCommandInput | GetTransitGatewayConnectPeerAssociationsCommandInput | GetTransitGatewayRegistrationsCommandInput | GetVpcAttachmentCommandInput | ListAttachmentsCommandInput | ListConnectPeersCommandInput | ListCoreNetworkPolicyVersionsCommandInput | ListCoreNetworksCommandInput | ListTagsForResourceCommandInput | PutCoreNetworkPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTransitGatewayCommandInput | RejectAttachmentCommandInput | RestoreCoreNetworkPolicyVersionCommandInput | StartRouteAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateCoreNetworkCommandInput | UpdateDeviceCommandInput | UpdateGlobalNetworkCommandInput | UpdateLinkCommandInput | UpdateNetworkResourceMetadataCommandInput | UpdateSiteCommandInput | UpdateVpcAttachmentCommandInput;
|
|
86
|
+
export declare type ServiceOutputTypes = AcceptAttachmentCommandOutput | AssociateConnectPeerCommandOutput | AssociateCustomerGatewayCommandOutput | AssociateLinkCommandOutput | AssociateTransitGatewayConnectPeerCommandOutput | CreateConnectAttachmentCommandOutput | CreateConnectPeerCommandOutput | CreateConnectionCommandOutput | CreateCoreNetworkCommandOutput | CreateDeviceCommandOutput | CreateGlobalNetworkCommandOutput | CreateLinkCommandOutput | CreateSiteCommandOutput | CreateSiteToSiteVpnAttachmentCommandOutput | CreateVpcAttachmentCommandOutput | DeleteAttachmentCommandOutput | DeleteConnectPeerCommandOutput | DeleteConnectionCommandOutput | DeleteCoreNetworkCommandOutput | DeleteCoreNetworkPolicyVersionCommandOutput | DeleteDeviceCommandOutput | DeleteGlobalNetworkCommandOutput | DeleteLinkCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSiteCommandOutput | DeregisterTransitGatewayCommandOutput | DescribeGlobalNetworksCommandOutput | DisassociateConnectPeerCommandOutput | DisassociateCustomerGatewayCommandOutput | DisassociateLinkCommandOutput | DisassociateTransitGatewayConnectPeerCommandOutput | ExecuteCoreNetworkChangeSetCommandOutput | GetConnectAttachmentCommandOutput | GetConnectPeerAssociationsCommandOutput | GetConnectPeerCommandOutput | GetConnectionsCommandOutput | GetCoreNetworkChangeSetCommandOutput | GetCoreNetworkCommandOutput | GetCoreNetworkPolicyCommandOutput | GetCustomerGatewayAssociationsCommandOutput | GetDevicesCommandOutput | GetLinkAssociationsCommandOutput | GetLinksCommandOutput | GetNetworkResourceCountsCommandOutput | GetNetworkResourceRelationshipsCommandOutput | GetNetworkResourcesCommandOutput | GetNetworkRoutesCommandOutput | GetNetworkTelemetryCommandOutput | GetResourcePolicyCommandOutput | GetRouteAnalysisCommandOutput | GetSiteToSiteVpnAttachmentCommandOutput | GetSitesCommandOutput | GetTransitGatewayConnectPeerAssociationsCommandOutput | GetTransitGatewayRegistrationsCommandOutput | GetVpcAttachmentCommandOutput | ListAttachmentsCommandOutput | ListConnectPeersCommandOutput | ListCoreNetworkPolicyVersionsCommandOutput | ListCoreNetworksCommandOutput | ListTagsForResourceCommandOutput | PutCoreNetworkPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTransitGatewayCommandOutput | RejectAttachmentCommandOutput | RestoreCoreNetworkPolicyVersionCommandOutput | StartRouteAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateCoreNetworkCommandOutput | UpdateDeviceCommandOutput | UpdateGlobalNetworkCommandOutput | UpdateLinkCommandOutput | UpdateNetworkResourceMetadataCommandOutput | UpdateSiteCommandOutput | UpdateVpcAttachmentCommandOutput;
|
|
54
87
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
55
88
|
/**
|
|
56
89
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -151,6 +184,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
151
184
|
* @internal
|
|
152
185
|
*/
|
|
153
186
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
187
|
+
/**
|
|
188
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
189
|
+
*/
|
|
190
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
154
191
|
}
|
|
155
192
|
declare type NetworkManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
156
193
|
/**
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { AcceptAttachmentRequest, AcceptAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface AcceptAttachmentCommandInput extends AcceptAttachmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Accepts a core network attachment request. </p>
|
|
11
|
+
* <p>Once the attachment request is accepted by a core network owner, the attachment is
|
|
12
|
+
* created and connected to a core network.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { NetworkManagerClient, AcceptAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
17
|
+
* // const { NetworkManagerClient, AcceptAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
18
|
+
* const client = new NetworkManagerClient(config);
|
|
19
|
+
* const command = new AcceptAttachmentCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link AcceptAttachmentCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link AcceptAttachmentCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class AcceptAttachmentCommand extends $Command<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
29
|
+
readonly input: AcceptAttachmentCommandInput;
|
|
30
|
+
constructor(input: AcceptAttachmentCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { AssociateConnectPeerRequest, AssociateConnectPeerResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface AssociateConnectPeerCommandInput extends AssociateConnectPeerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Associates a core network Connect peer with a device and optionally, with a link. </p>
|
|
11
|
+
* <p>If you specify a link, it must be associated with the specified device. You can only
|
|
12
|
+
* associate core network Connect peers that have been created on a core network Connect
|
|
13
|
+
* attachment on a core network. </p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { NetworkManagerClient, AssociateConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
18
|
+
* // const { NetworkManagerClient, AssociateConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
19
|
+
* const client = new NetworkManagerClient(config);
|
|
20
|
+
* const command = new AssociateConnectPeerCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link AssociateConnectPeerCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link AssociateConnectPeerCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class AssociateConnectPeerCommand extends $Command<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
30
|
+
readonly input: AssociateConnectPeerCommandInput;
|
|
31
|
+
constructor(input: AssociateConnectPeerCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
}
|