@aws-sdk/client-networkmanager 3.295.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/NetworkManager.d.ts +86 -0
- package/dist-types/NetworkManagerClient.d.ts +24 -4
- package/dist-types/commands/AcceptAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/AssociateConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/AssociateLinkCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateCoreNetworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeviceCommand.d.ts +16 -0
- package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateLinkCommand.d.ts +16 -0
- package/dist-types/commands/CreateSiteCommand.d.ts +16 -0
- package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDeviceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLinkCommand.d.ts +16 -0
- package/dist-types/commands/DeletePeeringCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSiteCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateLinkCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +16 -0
- package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/GetCoreNetworkCommand.d.ts +16 -0
- package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetDevicesCommand.d.ts +16 -0
- package/dist-types/commands/GetLinkAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetLinksCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkResourcesCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkRoutesCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetRouteAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/GetSitesCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/GetVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListConnectPeersCommand.d.ts +16 -0
- package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListCoreNetworksCommand.d.ts +16 -0
- package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListPeeringsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/RejectAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +16 -0
- package/dist-types/commands/StartRouteAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDeviceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLinkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/models/NetworkManagerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +672 -1
- package/dist-types/pagination/DescribeGlobalNetworksPaginator.d.ts +3 -0
- package/dist-types/pagination/GetConnectPeerAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCoreNetworkChangeEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCoreNetworkChangeSetPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCustomerGatewayAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLinkAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLinksPaginator.d.ts +3 -0
- package/dist-types/pagination/GetNetworkResourceCountsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetNetworkResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetNetworkTelemetryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSitesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayRegistrationsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListConnectPeersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCoreNetworksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPeeringsPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "../commands/DescribeGlobalNetworksCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeGlobalNetworks(config: NetworkManagerPaginationConfiguration, input: DescribeGlobalNetworksCommandInput, ...additionalArguments: any): Paginator<DescribeGlobalNetworksCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "../commands/GetConnectPeerAssociationsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetConnectPeerAssociations(config: NetworkManagerPaginationConfiguration, input: GetConnectPeerAssociationsCommandInput, ...additionalArguments: any): Paginator<GetConnectPeerAssociationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../commands/GetConnectionsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetConnections(config: NetworkManagerPaginationConfiguration, input: GetConnectionsCommandInput, ...additionalArguments: any): Paginator<GetConnectionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput } from "../commands/GetCoreNetworkChangeEventsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetCoreNetworkChangeEvents(config: NetworkManagerPaginationConfiguration, input: GetCoreNetworkChangeEventsCommandInput, ...additionalArguments: any): Paginator<GetCoreNetworkChangeEventsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "../commands/GetCoreNetworkChangeSetCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetCoreNetworkChangeSet(config: NetworkManagerPaginationConfiguration, input: GetCoreNetworkChangeSetCommandInput, ...additionalArguments: any): Paginator<GetCoreNetworkChangeSetCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "../commands/GetCustomerGatewayAssociationsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetCustomerGatewayAssociations(config: NetworkManagerPaginationConfiguration, input: GetCustomerGatewayAssociationsCommandInput, ...additionalArguments: any): Paginator<GetCustomerGatewayAssociationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetDevicesCommandInput, GetDevicesCommandOutput } from "../commands/GetDevicesCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetDevices(config: NetworkManagerPaginationConfiguration, input: GetDevicesCommandInput, ...additionalArguments: any): Paginator<GetDevicesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "../commands/GetLinkAssociationsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetLinkAssociations(config: NetworkManagerPaginationConfiguration, input: GetLinkAssociationsCommandInput, ...additionalArguments: any): Paginator<GetLinkAssociationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetLinksCommandInput, GetLinksCommandOutput } from "../commands/GetLinksCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetLinks(config: NetworkManagerPaginationConfiguration, input: GetLinksCommandInput, ...additionalArguments: any): Paginator<GetLinksCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput } from "../commands/GetNetworkResourceCountsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetNetworkResourceCounts(config: NetworkManagerPaginationConfiguration, input: GetNetworkResourceCountsCommandInput, ...additionalArguments: any): Paginator<GetNetworkResourceCountsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput } from "../commands/GetNetworkResourceRelationshipsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetNetworkResourceRelationships(config: NetworkManagerPaginationConfiguration, input: GetNetworkResourceRelationshipsCommandInput, ...additionalArguments: any): Paginator<GetNetworkResourceRelationshipsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "../commands/GetNetworkResourcesCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetNetworkResources(config: NetworkManagerPaginationConfiguration, input: GetNetworkResourcesCommandInput, ...additionalArguments: any): Paginator<GetNetworkResourcesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "../commands/GetNetworkTelemetryCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetNetworkTelemetry(config: NetworkManagerPaginationConfiguration, input: GetNetworkTelemetryCommandInput, ...additionalArguments: any): Paginator<GetNetworkTelemetryCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetSitesCommandInput, GetSitesCommandOutput } from "../commands/GetSitesCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetSites(config: NetworkManagerPaginationConfiguration, input: GetSitesCommandInput, ...additionalArguments: any): Paginator<GetSitesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "../commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetTransitGatewayConnectPeerAssociations(config: NetworkManagerPaginationConfiguration, input: GetTransitGatewayConnectPeerAssociationsCommandInput, ...additionalArguments: any): Paginator<GetTransitGatewayConnectPeerAssociationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "../commands/GetTransitGatewayRegistrationsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetTransitGatewayRegistrations(config: NetworkManagerPaginationConfiguration, input: GetTransitGatewayRegistrationsCommandInput, ...additionalArguments: any): Paginator<GetTransitGatewayRegistrationsCommandOutput>;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { NetworkManagerClient } from "../NetworkManagerClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface NetworkManagerPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: NetworkManagerClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "../commands/ListAttachmentsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAttachments(config: NetworkManagerPaginationConfiguration, input: ListAttachmentsCommandInput, ...additionalArguments: any): Paginator<ListAttachmentsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "../commands/ListConnectPeersCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListConnectPeers(config: NetworkManagerPaginationConfiguration, input: ListConnectPeersCommandInput, ...additionalArguments: any): Paginator<ListConnectPeersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "../commands/ListCoreNetworkPolicyVersionsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCoreNetworkPolicyVersions(config: NetworkManagerPaginationConfiguration, input: ListCoreNetworkPolicyVersionsCommandInput, ...additionalArguments: any): Paginator<ListCoreNetworkPolicyVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "../commands/ListCoreNetworksCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCoreNetworks(config: NetworkManagerPaginationConfiguration, input: ListCoreNetworksCommandInput, ...additionalArguments: any): Paginator<ListCoreNetworksCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPeeringsCommandInput, ListPeeringsCommandOutput } from "../commands/ListPeeringsCommand";
|
|
3
3
|
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPeerings(config: NetworkManagerPaginationConfiguration, input: ListPeeringsCommandInput, ...additionalArguments: any): Paginator<ListPeeringsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-networkmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Networkmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.296.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.296.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.296.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.296.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.296.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.296.0",
|
|
43
|
+
"@aws-sdk/types": "3.296.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.296.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.295.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.296.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.296.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.296.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
55
|
"tslib": "^2.5.0",
|
|
56
56
|
"uuid": "^8.3.2"
|