@aws-sdk/client-networkmanager 3.194.0 → 3.196.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/dist-cjs/NetworkManagerClient.js +11 -8
- package/dist-cjs/commands/AcceptAttachmentCommand.js +10 -0
- package/dist-cjs/commands/AssociateConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/AssociateCustomerGatewayCommand.js +10 -0
- package/dist-cjs/commands/AssociateLinkCommand.js +10 -0
- package/dist-cjs/commands/AssociateTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/CreateConnectAttachmentCommand.js +10 -0
- package/dist-cjs/commands/CreateConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/CreateConnectionCommand.js +10 -0
- package/dist-cjs/commands/CreateCoreNetworkCommand.js +10 -0
- package/dist-cjs/commands/CreateDeviceCommand.js +10 -0
- package/dist-cjs/commands/CreateGlobalNetworkCommand.js +10 -0
- package/dist-cjs/commands/CreateLinkCommand.js +10 -0
- package/dist-cjs/commands/CreateSiteCommand.js +10 -0
- package/dist-cjs/commands/CreateSiteToSiteVpnAttachmentCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayPeeringCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteAttachmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteCoreNetworkCommand.js +10 -0
- package/dist-cjs/commands/DeleteCoreNetworkPolicyVersionCommand.js +10 -0
- package/dist-cjs/commands/DeleteDeviceCommand.js +10 -0
- package/dist-cjs/commands/DeleteGlobalNetworkCommand.js +10 -0
- package/dist-cjs/commands/DeleteLinkCommand.js +10 -0
- package/dist-cjs/commands/DeletePeeringCommand.js +10 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteSiteCommand.js +10 -0
- package/dist-cjs/commands/DeregisterTransitGatewayCommand.js +10 -0
- package/dist-cjs/commands/DescribeGlobalNetworksCommand.js +10 -0
- package/dist-cjs/commands/DisassociateConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/DisassociateCustomerGatewayCommand.js +10 -0
- package/dist-cjs/commands/DisassociateLinkCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/ExecuteCoreNetworkChangeSetCommand.js +10 -0
- package/dist-cjs/commands/GetConnectAttachmentCommand.js +10 -0
- package/dist-cjs/commands/GetConnectPeerAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/GetConnectionsCommand.js +10 -0
- package/dist-cjs/commands/GetCoreNetworkChangeEventsCommand.js +10 -0
- package/dist-cjs/commands/GetCoreNetworkChangeSetCommand.js +10 -0
- package/dist-cjs/commands/GetCoreNetworkCommand.js +10 -0
- package/dist-cjs/commands/GetCoreNetworkPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetCustomerGatewayAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetDevicesCommand.js +10 -0
- package/dist-cjs/commands/GetLinkAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetLinksCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkResourceCountsCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkResourceRelationshipsCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkResourcesCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkRoutesCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkTelemetryCommand.js +10 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +10 -0
- package/dist-cjs/commands/GetRouteAnalysisCommand.js +10 -0
- package/dist-cjs/commands/GetSiteToSiteVpnAttachmentCommand.js +10 -0
- package/dist-cjs/commands/GetSitesCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayConnectPeerAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayPeeringCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayRegistrationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayRouteTableAttachmentCommand.js +10 -0
- package/dist-cjs/commands/GetVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/ListAttachmentsCommand.js +10 -0
- package/dist-cjs/commands/ListConnectPeersCommand.js +10 -0
- package/dist-cjs/commands/ListCoreNetworkPolicyVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListCoreNetworksCommand.js +10 -0
- package/dist-cjs/commands/ListOrganizationServiceAccessStatusCommand.js +10 -0
- package/dist-cjs/commands/ListPeeringsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/PutCoreNetworkPolicyCommand.js +10 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +10 -0
- package/dist-cjs/commands/RegisterTransitGatewayCommand.js +10 -0
- package/dist-cjs/commands/RejectAttachmentCommand.js +10 -0
- package/dist-cjs/commands/RestoreCoreNetworkPolicyVersionCommand.js +10 -0
- package/dist-cjs/commands/StartOrganizationServiceAccessUpdateCommand.js +10 -0
- package/dist-cjs/commands/StartRouteAnalysisCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateConnectionCommand.js +10 -0
- package/dist-cjs/commands/UpdateCoreNetworkCommand.js +10 -0
- package/dist-cjs/commands/UpdateDeviceCommand.js +10 -0
- package/dist-cjs/commands/UpdateGlobalNetworkCommand.js +10 -0
- package/dist-cjs/commands/UpdateLinkCommand.js +10 -0
- package/dist-cjs/commands/UpdateNetworkResourceMetadataCommand.js +10 -0
- package/dist-cjs/commands/UpdateSiteCommand.js +10 -0
- package/dist-cjs/commands/UpdateVpcAttachmentCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +864 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/NetworkManagerClient.js +12 -9
- package/dist-es/commands/AcceptAttachmentCommand.js +10 -0
- package/dist-es/commands/AssociateConnectPeerCommand.js +10 -0
- package/dist-es/commands/AssociateCustomerGatewayCommand.js +10 -0
- package/dist-es/commands/AssociateLinkCommand.js +10 -0
- package/dist-es/commands/AssociateTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-es/commands/CreateConnectAttachmentCommand.js +10 -0
- package/dist-es/commands/CreateConnectPeerCommand.js +10 -0
- package/dist-es/commands/CreateConnectionCommand.js +10 -0
- package/dist-es/commands/CreateCoreNetworkCommand.js +10 -0
- package/dist-es/commands/CreateDeviceCommand.js +10 -0
- package/dist-es/commands/CreateGlobalNetworkCommand.js +10 -0
- package/dist-es/commands/CreateLinkCommand.js +10 -0
- package/dist-es/commands/CreateSiteCommand.js +10 -0
- package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayPeeringCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +10 -0
- package/dist-es/commands/CreateVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/DeleteAttachmentCommand.js +10 -0
- package/dist-es/commands/DeleteConnectPeerCommand.js +10 -0
- package/dist-es/commands/DeleteConnectionCommand.js +10 -0
- package/dist-es/commands/DeleteCoreNetworkCommand.js +10 -0
- package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +10 -0
- package/dist-es/commands/DeleteDeviceCommand.js +10 -0
- package/dist-es/commands/DeleteGlobalNetworkCommand.js +10 -0
- package/dist-es/commands/DeleteLinkCommand.js +10 -0
- package/dist-es/commands/DeletePeeringCommand.js +10 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +10 -0
- package/dist-es/commands/DeleteSiteCommand.js +10 -0
- package/dist-es/commands/DeregisterTransitGatewayCommand.js +10 -0
- package/dist-es/commands/DescribeGlobalNetworksCommand.js +10 -0
- package/dist-es/commands/DisassociateConnectPeerCommand.js +10 -0
- package/dist-es/commands/DisassociateCustomerGatewayCommand.js +10 -0
- package/dist-es/commands/DisassociateLinkCommand.js +10 -0
- package/dist-es/commands/DisassociateTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +10 -0
- package/dist-es/commands/GetConnectAttachmentCommand.js +10 -0
- package/dist-es/commands/GetConnectPeerAssociationsCommand.js +10 -0
- package/dist-es/commands/GetConnectPeerCommand.js +10 -0
- package/dist-es/commands/GetConnectionsCommand.js +10 -0
- package/dist-es/commands/GetCoreNetworkChangeEventsCommand.js +10 -0
- package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +10 -0
- package/dist-es/commands/GetCoreNetworkCommand.js +10 -0
- package/dist-es/commands/GetCoreNetworkPolicyCommand.js +10 -0
- package/dist-es/commands/GetCustomerGatewayAssociationsCommand.js +10 -0
- package/dist-es/commands/GetDevicesCommand.js +10 -0
- package/dist-es/commands/GetLinkAssociationsCommand.js +10 -0
- package/dist-es/commands/GetLinksCommand.js +10 -0
- package/dist-es/commands/GetNetworkResourceCountsCommand.js +10 -0
- package/dist-es/commands/GetNetworkResourceRelationshipsCommand.js +10 -0
- package/dist-es/commands/GetNetworkResourcesCommand.js +10 -0
- package/dist-es/commands/GetNetworkRoutesCommand.js +10 -0
- package/dist-es/commands/GetNetworkTelemetryCommand.js +10 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +10 -0
- package/dist-es/commands/GetRouteAnalysisCommand.js +10 -0
- package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +10 -0
- package/dist-es/commands/GetSitesCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayConnectPeerAssociationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayPeeringCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayRegistrationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayRouteTableAttachmentCommand.js +10 -0
- package/dist-es/commands/GetVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/ListAttachmentsCommand.js +10 -0
- package/dist-es/commands/ListConnectPeersCommand.js +10 -0
- package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +10 -0
- package/dist-es/commands/ListCoreNetworksCommand.js +10 -0
- package/dist-es/commands/ListOrganizationServiceAccessStatusCommand.js +10 -0
- package/dist-es/commands/ListPeeringsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/PutCoreNetworkPolicyCommand.js +10 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +10 -0
- package/dist-es/commands/RegisterTransitGatewayCommand.js +10 -0
- package/dist-es/commands/RejectAttachmentCommand.js +10 -0
- package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +10 -0
- package/dist-es/commands/StartOrganizationServiceAccessUpdateCommand.js +10 -0
- package/dist-es/commands/StartRouteAnalysisCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateConnectionCommand.js +10 -0
- package/dist-es/commands/UpdateCoreNetworkCommand.js +10 -0
- package/dist-es/commands/UpdateDeviceCommand.js +10 -0
- package/dist-es/commands/UpdateGlobalNetworkCommand.js +10 -0
- package/dist-es/commands/UpdateLinkCommand.js +10 -0
- package/dist-es/commands/UpdateNetworkResourceMetadataCommand.js +10 -0
- package/dist-es/commands/UpdateSiteCommand.js +10 -0
- package/dist-es/commands/UpdateVpcAttachmentCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +861 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/NetworkManagerClient.d.ts +6 -9
- package/dist-types/commands/AcceptAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/AssociateConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/commands/AssociateLinkCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateCoreNetworkCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeviceCommand.d.ts +2 -0
- package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +2 -0
- package/dist-types/commands/CreateLinkCommand.d.ts +2 -0
- package/dist-types/commands/CreateSiteCommand.d.ts +2 -0
- package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeviceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLinkCommand.d.ts +2 -0
- package/dist-types/commands/DeletePeeringCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSiteCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateLinkCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +2 -0
- package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +2 -0
- package/dist-types/commands/GetCoreNetworkCommand.d.ts +2 -0
- package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetDevicesCommand.d.ts +2 -0
- package/dist-types/commands/GetLinkAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetLinksCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkResourcesCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkRoutesCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetRouteAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/GetSitesCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/GetVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/ListAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListConnectPeersCommand.d.ts +2 -0
- package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListCoreNetworksCommand.d.ts +2 -0
- package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +2 -0
- package/dist-types/commands/ListPeeringsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/RejectAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +2 -0
- package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +2 -0
- package/dist-types/commands/StartRouteAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDeviceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLinkCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConnectAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCoreNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGlobalNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCoreNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteGlobalNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePeeringCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeGlobalNetworksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConnectAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConnectPeerAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkChangeEventsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkChangeSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCustomerGatewayAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDevicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLinkAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLinksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkResourceCountsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkResourceRelationshipsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkRoutesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkTelemetryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRouteAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSitesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPeeringCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRegistrationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListConnectPeersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCoreNetworksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListOrganizationServiceAccessStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPeeringsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutCoreNetworkPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartRouteAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCoreNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDeviceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateGlobalNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateNetworkResourceMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -154
- package/dist-es/endpoints.js +0 -150
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
-
import {
|
|
2
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
3
3
|
export const getRuntimeConfig = (config) => ({
|
|
4
4
|
apiVersion: "2019-07-05",
|
|
5
5
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
6
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
6
7
|
logger: config?.logger ?? {},
|
|
7
|
-
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
8
8
|
serviceId: config?.serviceId ?? "NetworkManager",
|
|
9
9
|
urlParser: config?.urlParser ?? parseUrl,
|
|
10
10
|
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
|
|
10
11
|
import { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
|
|
11
12
|
import { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
|
|
@@ -91,6 +92,7 @@ import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/Upda
|
|
|
91
92
|
import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
92
93
|
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
93
94
|
import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
95
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
94
96
|
export declare type ServiceInputTypes = AcceptAttachmentCommandInput | AssociateConnectPeerCommandInput | AssociateCustomerGatewayCommandInput | AssociateLinkCommandInput | AssociateTransitGatewayConnectPeerCommandInput | CreateConnectAttachmentCommandInput | CreateConnectPeerCommandInput | CreateConnectionCommandInput | CreateCoreNetworkCommandInput | CreateDeviceCommandInput | CreateGlobalNetworkCommandInput | CreateLinkCommandInput | CreateSiteCommandInput | CreateSiteToSiteVpnAttachmentCommandInput | CreateTransitGatewayPeeringCommandInput | CreateTransitGatewayRouteTableAttachmentCommandInput | CreateVpcAttachmentCommandInput | DeleteAttachmentCommandInput | DeleteConnectPeerCommandInput | DeleteConnectionCommandInput | DeleteCoreNetworkCommandInput | DeleteCoreNetworkPolicyVersionCommandInput | DeleteDeviceCommandInput | DeleteGlobalNetworkCommandInput | DeleteLinkCommandInput | DeletePeeringCommandInput | DeleteResourcePolicyCommandInput | DeleteSiteCommandInput | DeregisterTransitGatewayCommandInput | DescribeGlobalNetworksCommandInput | DisassociateConnectPeerCommandInput | DisassociateCustomerGatewayCommandInput | DisassociateLinkCommandInput | DisassociateTransitGatewayConnectPeerCommandInput | ExecuteCoreNetworkChangeSetCommandInput | GetConnectAttachmentCommandInput | GetConnectPeerAssociationsCommandInput | GetConnectPeerCommandInput | GetConnectionsCommandInput | GetCoreNetworkChangeEventsCommandInput | GetCoreNetworkChangeSetCommandInput | GetCoreNetworkCommandInput | GetCoreNetworkPolicyCommandInput | GetCustomerGatewayAssociationsCommandInput | GetDevicesCommandInput | GetLinkAssociationsCommandInput | GetLinksCommandInput | GetNetworkResourceCountsCommandInput | GetNetworkResourceRelationshipsCommandInput | GetNetworkResourcesCommandInput | GetNetworkRoutesCommandInput | GetNetworkTelemetryCommandInput | GetResourcePolicyCommandInput | GetRouteAnalysisCommandInput | GetSiteToSiteVpnAttachmentCommandInput | GetSitesCommandInput | GetTransitGatewayConnectPeerAssociationsCommandInput | GetTransitGatewayPeeringCommandInput | GetTransitGatewayRegistrationsCommandInput | GetTransitGatewayRouteTableAttachmentCommandInput | GetVpcAttachmentCommandInput | ListAttachmentsCommandInput | ListConnectPeersCommandInput | ListCoreNetworkPolicyVersionsCommandInput | ListCoreNetworksCommandInput | ListOrganizationServiceAccessStatusCommandInput | ListPeeringsCommandInput | ListTagsForResourceCommandInput | PutCoreNetworkPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTransitGatewayCommandInput | RejectAttachmentCommandInput | RestoreCoreNetworkPolicyVersionCommandInput | StartOrganizationServiceAccessUpdateCommandInput | StartRouteAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateCoreNetworkCommandInput | UpdateDeviceCommandInput | UpdateGlobalNetworkCommandInput | UpdateLinkCommandInput | UpdateNetworkResourceMetadataCommandInput | UpdateSiteCommandInput | UpdateVpcAttachmentCommandInput;
|
|
95
97
|
export declare type ServiceOutputTypes = AcceptAttachmentCommandOutput | AssociateConnectPeerCommandOutput | AssociateCustomerGatewayCommandOutput | AssociateLinkCommandOutput | AssociateTransitGatewayConnectPeerCommandOutput | CreateConnectAttachmentCommandOutput | CreateConnectPeerCommandOutput | CreateConnectionCommandOutput | CreateCoreNetworkCommandOutput | CreateDeviceCommandOutput | CreateGlobalNetworkCommandOutput | CreateLinkCommandOutput | CreateSiteCommandOutput | CreateSiteToSiteVpnAttachmentCommandOutput | CreateTransitGatewayPeeringCommandOutput | CreateTransitGatewayRouteTableAttachmentCommandOutput | CreateVpcAttachmentCommandOutput | DeleteAttachmentCommandOutput | DeleteConnectPeerCommandOutput | DeleteConnectionCommandOutput | DeleteCoreNetworkCommandOutput | DeleteCoreNetworkPolicyVersionCommandOutput | DeleteDeviceCommandOutput | DeleteGlobalNetworkCommandOutput | DeleteLinkCommandOutput | DeletePeeringCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSiteCommandOutput | DeregisterTransitGatewayCommandOutput | DescribeGlobalNetworksCommandOutput | DisassociateConnectPeerCommandOutput | DisassociateCustomerGatewayCommandOutput | DisassociateLinkCommandOutput | DisassociateTransitGatewayConnectPeerCommandOutput | ExecuteCoreNetworkChangeSetCommandOutput | GetConnectAttachmentCommandOutput | GetConnectPeerAssociationsCommandOutput | GetConnectPeerCommandOutput | GetConnectionsCommandOutput | GetCoreNetworkChangeEventsCommandOutput | GetCoreNetworkChangeSetCommandOutput | GetCoreNetworkCommandOutput | GetCoreNetworkPolicyCommandOutput | GetCustomerGatewayAssociationsCommandOutput | GetDevicesCommandOutput | GetLinkAssociationsCommandOutput | GetLinksCommandOutput | GetNetworkResourceCountsCommandOutput | GetNetworkResourceRelationshipsCommandOutput | GetNetworkResourcesCommandOutput | GetNetworkRoutesCommandOutput | GetNetworkTelemetryCommandOutput | GetResourcePolicyCommandOutput | GetRouteAnalysisCommandOutput | GetSiteToSiteVpnAttachmentCommandOutput | GetSitesCommandOutput | GetTransitGatewayConnectPeerAssociationsCommandOutput | GetTransitGatewayPeeringCommandOutput | GetTransitGatewayRegistrationsCommandOutput | GetTransitGatewayRouteTableAttachmentCommandOutput | GetVpcAttachmentCommandOutput | ListAttachmentsCommandOutput | ListConnectPeersCommandOutput | ListCoreNetworkPolicyVersionsCommandOutput | ListCoreNetworksCommandOutput | ListOrganizationServiceAccessStatusCommandOutput | ListPeeringsCommandOutput | ListTagsForResourceCommandOutput | PutCoreNetworkPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTransitGatewayCommandOutput | RejectAttachmentCommandOutput | RestoreCoreNetworkPolicyVersionCommandOutput | StartOrganizationServiceAccessUpdateCommandOutput | StartRouteAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateCoreNetworkCommandOutput | UpdateDeviceCommandOutput | UpdateGlobalNetworkCommandOutput | UpdateLinkCommandOutput | UpdateNetworkResourceMetadataCommandOutput | UpdateSiteCommandOutput | UpdateVpcAttachmentCommandOutput;
|
|
96
98
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -183,11 +185,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
183
185
|
* @internal
|
|
184
186
|
*/
|
|
185
187
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
186
|
-
/**
|
|
187
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
191
188
|
/**
|
|
192
189
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
193
190
|
* @internal
|
|
@@ -198,13 +195,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
198
195
|
*/
|
|
199
196
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
200
197
|
}
|
|
201
|
-
declare type NetworkManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
198
|
+
declare type NetworkManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
202
199
|
/**
|
|
203
200
|
* The configuration interface of NetworkManagerClient class constructor that set the region, credentials and other options.
|
|
204
201
|
*/
|
|
205
202
|
export interface NetworkManagerClientConfig extends NetworkManagerClientConfigType {
|
|
206
203
|
}
|
|
207
|
-
declare type NetworkManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
204
|
+
declare type NetworkManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
208
205
|
/**
|
|
209
206
|
* The resolved configuration interface of NetworkManagerClient class. This is resolved and normalized from the {@link NetworkManagerClientConfig | constructor configuration interface}.
|
|
210
207
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AcceptAttachmentRequest, AcceptAttachmentResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse,
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class AcceptAttachmentCommand extends $Command<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
29
30
|
readonly input: AcceptAttachmentCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: AcceptAttachmentCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AssociateConnectPeerRequest, AssociateConnectPeerResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerR
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class AssociateConnectPeerCommand extends $Command<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
30
31
|
readonly input: AssociateConnectPeerCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: AssociateConnectPeerCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AssociateCustomerGatewayRequest, AssociateCustomerGatewayResponse } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomer
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class AssociateCustomerGatewayCommand extends $Command<AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
35
36
|
readonly input: AssociateCustomerGatewayCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: AssociateCustomerGatewayCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AssociateLinkRequest, AssociateLinkResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface AssociateLinkCommandOutput extends AssociateLinkResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AssociateLinkCommand extends $Command<AssociateLinkCommandInput, AssociateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: AssociateLinkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateLinkCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AssociateTransitGatewayConnectPeerRequest, AssociateTransitGatewayConnectPeerResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface AssociateTransitGatewayConnectPeerCommandOutput extends Associa
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class AssociateTransitGatewayConnectPeerCommand extends $Command<AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
31
32
|
readonly input: AssociateTransitGatewayConnectPeerCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: AssociateTransitGatewayConnectPeerCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateConnectAttachmentRequest, CreateConnectAttachmentResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class CreateConnectAttachmentCommand extends $Command<CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
30
31
|
readonly input: CreateConnectAttachmentCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: CreateConnectAttachmentCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateConnectPeerRequest, CreateConnectPeerResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateConnectPeerCommand extends $Command<CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateConnectPeerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateConnectPeerCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateConnectionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateCoreNetworkRequest, CreateCoreNetworkResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateCoreNetworkCommandOutput extends CreateCoreNetworkRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateCoreNetworkCommand extends $Command<CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateCoreNetworkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateCoreNetworkCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateDeviceRequest, CreateDeviceResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface CreateDeviceCommandOutput extends CreateDeviceResponse, __Metad
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateDeviceCommand extends $Command<CreateDeviceCommandInput, CreateDeviceCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateDeviceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateDeviceCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateGlobalNetworkRequest, CreateGlobalNetworkResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateGlobalNetworkCommandOutput extends CreateGlobalNetworkRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateGlobalNetworkCommand extends $Command<CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateGlobalNetworkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateGlobalNetworkCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateLinkRequest, CreateLinkResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateLinkCommandOutput extends CreateLinkResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateLinkCommand extends $Command<CreateLinkCommandInput, CreateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateLinkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateLinkCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateSiteRequest, CreateSiteResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateSiteCommandOutput extends CreateSiteResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateSiteCommand extends $Command<CreateSiteCommandInput, CreateSiteCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateSiteCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateSiteCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateSiteToSiteVpnAttachmentRequest, CreateSiteToSiteVpnAttachmentResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateSiteToSiteVpnAttachmentCommandOutput extends CreateSiteTo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateSiteToSiteVpnAttachmentCommand extends $Command<CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateSiteToSiteVpnAttachmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateSiteToSiteVpnAttachmentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateTransitGatewayPeeringRequest, CreateTransitGatewayPeeringResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateTransitGatewayPeeringCommandOutput extends CreateTransitG
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateTransitGatewayPeeringCommand extends $Command<CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateTransitGatewayPeeringCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateTransitGatewayPeeringCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateTransitGatewayRouteTableAttachmentRequest, CreateTransitGatewayRouteTableAttachmentResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateTransitGatewayRouteTableAttachmentCommandOutput extends C
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateTransitGatewayRouteTableAttachmentCommand extends $Command<CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateTransitGatewayRouteTableAttachmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateTransitGatewayRouteTableAttachmentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateVpcAttachmentRequest, CreateVpcAttachmentResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface CreateVpcAttachmentCommandOutput extends CreateVpcAttachmentRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateVpcAttachmentCommand extends $Command<CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateVpcAttachmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateVpcAttachmentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteAttachmentRequest, DeleteAttachmentResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteAttachmentCommand extends $Command<DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteAttachmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteAttachmentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteConnectPeerRequest, DeleteConnectPeerResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteConnectPeerCommandOutput extends DeleteConnectPeerRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteConnectPeerCommand extends $Command<DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteConnectPeerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteConnectPeerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteConnectionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteCoreNetworkRequest, DeleteCoreNetworkResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteCoreNetworkCommandOutput extends DeleteCoreNetworkRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteCoreNetworkCommand extends $Command<DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteCoreNetworkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteCoreNetworkCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteCoreNetworkPolicyVersionRequest, DeleteCoreNetworkPolicyVersionResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteCoreNetworkPolicyVersionCommandOutput extends DeleteCoreN
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteCoreNetworkPolicyVersionCommand extends $Command<DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteCoreNetworkPolicyVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteCoreNetworkPolicyVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeleteDeviceCommand extends $Command<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: DeleteDeviceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeleteDeviceCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteGlobalNetworkRequest, DeleteGlobalNetworkResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DeleteGlobalNetworkCommandOutput extends DeleteGlobalNetworkRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeleteGlobalNetworkCommand extends $Command<DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: DeleteGlobalNetworkCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeleteGlobalNetworkCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteLinkRequest, DeleteLinkResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataB
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeleteLinkCommand extends $Command<DeleteLinkCommandInput, DeleteLinkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: DeleteLinkCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeleteLinkCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeletePeeringRequest, DeletePeeringResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeletePeeringCommand extends $Command<DeletePeeringCommandInput, DeletePeeringCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DeletePeeringCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeletePeeringCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteSiteRequest, DeleteSiteResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteSiteCommandOutput extends DeleteSiteResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteSiteCommand extends $Command<DeleteSiteCommandInput, DeleteSiteCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteSiteCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteSiteCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeregisterTransitGatewayRequest, DeregisterTransitGatewayResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DeregisterTransitGatewayCommandOutput extends DeregisterTransit
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeregisterTransitGatewayCommand extends $Command<DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: DeregisterTransitGatewayCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeregisterTransitGatewayCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeGlobalNetworksRequest, DescribeGlobalNetworksResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface DescribeGlobalNetworksCommandOutput extends DescribeGlobalNetwo
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class DescribeGlobalNetworksCommand extends $Command<DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
30
31
|
readonly input: DescribeGlobalNetworksCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: DescribeGlobalNetworksCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisassociateConnectPeerRequest, DisassociateConnectPeerResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DisassociateConnectPeerCommandOutput extends DisassociateConnec
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DisassociateConnectPeerCommand extends $Command<DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DisassociateConnectPeerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateConnectPeerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisassociateCustomerGatewayRequest, DisassociateCustomerGatewayResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DisassociateCustomerGatewayCommandOutput extends DisassociateCu
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DisassociateCustomerGatewayCommand extends $Command<DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DisassociateCustomerGatewayCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateCustomerGatewayCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisassociateLinkRequest, DisassociateLinkResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse,
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DisassociateLinkCommand extends $Command<DisassociateLinkCommandInput, DisassociateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
28
29
|
readonly input: DisassociateLinkCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DisassociateLinkCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisassociateTransitGatewayConnectPeerRequest, DisassociateTransitGatewayConnectPeerResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DisassociateTransitGatewayConnectPeerCommandOutput extends Disa
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DisassociateTransitGatewayConnectPeerCommand extends $Command<DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: DisassociateTransitGatewayConnectPeerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateTransitGatewayConnectPeerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ExecuteCoreNetworkChangeSetRequest, ExecuteCoreNetworkChangeSetResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ExecuteCoreNetworkChangeSetCommandOutput extends ExecuteCoreNet
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ExecuteCoreNetworkChangeSetCommand extends $Command<ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: ExecuteCoreNetworkChangeSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ExecuteCoreNetworkChangeSetCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetConnectAttachmentRequest, GetConnectAttachmentResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetConnectAttachmentCommand extends $Command<GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetConnectAttachmentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetConnectAttachmentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetConnectPeerAssociationsRequest, GetConnectPeerAssociationsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetConnectPeerAssociationsCommandOutput extends GetConnectPeerA
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetConnectPeerAssociationsCommand extends $Command<GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetConnectPeerAssociationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetConnectPeerAssociationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetConnectPeerRequest, GetConnectPeerResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetConnectPeerCommandOutput extends GetConnectPeerResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetConnectPeerCommand extends $Command<GetConnectPeerCommandInput, GetConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
27
28
|
readonly input: GetConnectPeerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetConnectPeerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|