@aws-sdk/client-vpc-lattice 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2768 -3213
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/VPCLatticeClient.js +2 -0
- package/dist-es/commands/BatchUpdateRuleCommand.js +3 -9
- package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +3 -9
- package/dist-es/commands/CreateListenerCommand.js +3 -9
- package/dist-es/commands/CreateResourceConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateResourceGatewayCommand.js +3 -9
- package/dist-es/commands/CreateRuleCommand.js +3 -9
- package/dist-es/commands/CreateServiceCommand.js +3 -9
- package/dist-es/commands/CreateServiceNetworkCommand.js +3 -9
- package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +3 -9
- package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +3 -9
- package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +3 -9
- package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
- package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +3 -9
- package/dist-es/commands/DeleteAuthPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDomainVerificationCommand.js +3 -9
- package/dist-es/commands/DeleteListenerCommand.js +3 -9
- package/dist-es/commands/DeleteResourceConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteResourceGatewayCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRuleCommand.js +3 -9
- package/dist-es/commands/DeleteServiceCommand.js +3 -9
- package/dist-es/commands/DeleteServiceNetworkCommand.js +3 -9
- package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
- package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
- package/dist-es/commands/GetAccessLogSubscriptionCommand.js +3 -9
- package/dist-es/commands/GetAuthPolicyCommand.js +3 -9
- package/dist-es/commands/GetDomainVerificationCommand.js +3 -9
- package/dist-es/commands/GetListenerCommand.js +3 -9
- package/dist-es/commands/GetResourceConfigurationCommand.js +3 -9
- package/dist-es/commands/GetResourceGatewayCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/GetRuleCommand.js +3 -9
- package/dist-es/commands/GetServiceCommand.js +3 -9
- package/dist-es/commands/GetServiceNetworkCommand.js +3 -9
- package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +3 -9
- package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +3 -9
- package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +3 -9
- package/dist-es/commands/GetTargetGroupCommand.js +3 -9
- package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +3 -9
- package/dist-es/commands/ListDomainVerificationsCommand.js +3 -9
- package/dist-es/commands/ListListenersCommand.js +3 -9
- package/dist-es/commands/ListResourceConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +3 -9
- package/dist-es/commands/ListResourceGatewaysCommand.js +3 -9
- package/dist-es/commands/ListRulesCommand.js +3 -9
- package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +3 -9
- package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +3 -9
- package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +3 -9
- package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +3 -9
- package/dist-es/commands/ListServiceNetworksCommand.js +3 -9
- package/dist-es/commands/ListServicesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetGroupsCommand.js +3 -9
- package/dist-es/commands/ListTargetsCommand.js +3 -9
- package/dist-es/commands/PutAuthPolicyCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RegisterTargetsCommand.js +3 -9
- package/dist-es/commands/StartDomainVerificationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +3 -9
- package/dist-es/commands/UpdateListenerCommand.js +3 -9
- package/dist-es/commands/UpdateResourceConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateResourceGatewayCommand.js +3 -9
- package/dist-es/commands/UpdateRuleCommand.js +3 -9
- package/dist-es/commands/UpdateServiceCommand.js +3 -9
- package/dist-es/commands/UpdateServiceNetworkCommand.js +3 -9
- package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateTargetGroupCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2622 -0
- package/dist-types/VPCLatticeClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +300 -0
- package/dist-types/ts3.4/VPCLatticeClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +305 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -2698
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -659
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -881
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.