@aws-sdk/client-networkmanager 3.193.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 +19 -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
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
|
-
const
|
|
5
|
+
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
6
6
|
const getRuntimeConfig = (config) => {
|
|
7
7
|
var _a, _b, _c, _d, _e;
|
|
8
8
|
return ({
|
|
9
9
|
apiVersion: "2019-07-05",
|
|
10
10
|
disableHostPrefix: (_a = config === null || config === void 0 ? void 0 : config.disableHostPrefix) !== null && _a !== void 0 ? _a : false,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
endpointProvider: (_b = config === null || config === void 0 ? void 0 : config.endpointProvider) !== null && _b !== void 0 ? _b : endpointResolver_1.defaultEndpointResolver,
|
|
12
|
+
logger: (_c = config === null || config === void 0 ? void 0 : config.logger) !== null && _c !== void 0 ? _c : {},
|
|
13
13
|
serviceId: (_d = config === null || config === void 0 ? void 0 : config.serviceId) !== null && _d !== void 0 ? _d : "NetworkManager",
|
|
14
14
|
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : url_parser_1.parseUrl,
|
|
15
15
|
});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { resolveRegionConfig } from "@aws-sdk/config-resolver";
|
|
2
2
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
|
+
import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
|
|
3
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
4
5
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
5
6
|
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
@@ -7,18 +8,20 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
7
8
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
8
9
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
9
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
|
+
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
10
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
13
|
export class NetworkManagerClient extends __Client {
|
|
12
14
|
constructor(configuration) {
|
|
13
15
|
const _config_0 = __getRuntimeConfig(configuration);
|
|
14
|
-
const _config_1 =
|
|
15
|
-
const _config_2 =
|
|
16
|
-
const _config_3 =
|
|
17
|
-
const _config_4 =
|
|
18
|
-
const _config_5 =
|
|
19
|
-
const _config_6 =
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
17
|
+
const _config_2 = resolveRegionConfig(_config_1);
|
|
18
|
+
const _config_3 = resolveEndpointConfig(_config_2);
|
|
19
|
+
const _config_4 = resolveRetryConfig(_config_3);
|
|
20
|
+
const _config_5 = resolveHostHeaderConfig(_config_4);
|
|
21
|
+
const _config_6 = resolveAwsAuthConfig(_config_5);
|
|
22
|
+
const _config_7 = resolveUserAgentConfig(_config_6);
|
|
23
|
+
super(_config_7);
|
|
24
|
+
this.config = _config_7;
|
|
22
25
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
23
26
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
24
27
|
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AcceptAttachmentRequestFilterSensitiveLog, AcceptAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class AcceptAttachmentCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, AcceptAttachmentCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AssociateConnectPeerRequestFilterSensitiveLog, AssociateConnectPeerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class AssociateConnectPeerCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, AssociateConnectPeerCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AssociateCustomerGatewayRequestFilterSensitiveLog, AssociateCustomerGatewayResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class AssociateCustomerGatewayCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, AssociateCustomerGatewayCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AssociateLinkRequestFilterSensitiveLog, AssociateLinkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class AssociateLinkCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, AssociateLinkCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AssociateTransitGatewayConnectPeerRequestFilterSensitiveLog, AssociateTransitGatewayConnectPeerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class AssociateTransitGatewayConnectPeerCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, AssociateTransitGatewayConnectPeerCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateConnectAttachmentRequestFilterSensitiveLog, CreateConnectAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateConnectAttachmentCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateConnectAttachmentCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateConnectPeerRequestFilterSensitiveLog, CreateConnectPeerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateConnectPeerCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateConnectPeerCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateConnectionRequestFilterSensitiveLog, CreateConnectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateConnectionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateConnectionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateCoreNetworkRequestFilterSensitiveLog, CreateCoreNetworkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateCoreNetworkCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateCoreNetworkCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateDeviceRequestFilterSensitiveLog, CreateDeviceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateDeviceCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateDeviceCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateGlobalNetworkRequestFilterSensitiveLog, CreateGlobalNetworkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateGlobalNetworkCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateGlobalNetworkCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateLinkRequestFilterSensitiveLog, CreateLinkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateLinkCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateLinkCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateSiteRequestFilterSensitiveLog, CreateSiteResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateSiteCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateSiteCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateSiteToSiteVpnAttachmentRequestFilterSensitiveLog, CreateSiteToSiteVpnAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateSiteToSiteVpnAttachmentCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateSiteToSiteVpnAttachmentCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateTransitGatewayPeeringRequestFilterSensitiveLog, CreateTransitGatewayPeeringResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateTransitGatewayPeeringCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateTransitGatewayPeeringCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateTransitGatewayRouteTableAttachmentRequestFilterSensitiveLog, CreateTransitGatewayRouteTableAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateTransitGatewayRouteTableAttachmentCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateTransitGatewayRouteTableAttachmentCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateVpcAttachmentRequestFilterSensitiveLog, CreateVpcAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateVpcAttachmentCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateVpcAttachmentCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteAttachmentRequestFilterSensitiveLog, DeleteAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteAttachmentCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAttachmentCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteConnectPeerRequestFilterSensitiveLog, DeleteConnectPeerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteConnectPeerCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteConnectPeerCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteConnectionRequestFilterSensitiveLog, DeleteConnectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteConnectionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteConnectionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteCoreNetworkRequestFilterSensitiveLog, DeleteCoreNetworkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteCoreNetworkCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteCoreNetworkCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteCoreNetworkPolicyVersionRequestFilterSensitiveLog, DeleteCoreNetworkPolicyVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteCoreNetworkPolicyVersionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteCoreNetworkPolicyVersionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteDeviceRequestFilterSensitiveLog, DeleteDeviceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteDeviceCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDeviceCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteGlobalNetworkRequestFilterSensitiveLog, DeleteGlobalNetworkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteGlobalNetworkCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteGlobalNetworkCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "NetworkManagerClient";
|