@aws-sdk/client-vpc-lattice 3.303.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/LICENSE +201 -0
- package/README.md +628 -0
- package/dist-cjs/VPCLattice.js +787 -0
- package/dist-cjs/VPCLatticeClient.js +40 -0
- package/dist-cjs/commands/BatchUpdateRuleCommand.js +45 -0
- package/dist-cjs/commands/CreateAccessLogSubscriptionCommand.js +45 -0
- package/dist-cjs/commands/CreateListenerCommand.js +45 -0
- package/dist-cjs/commands/CreateRuleCommand.js +45 -0
- package/dist-cjs/commands/CreateServiceCommand.js +45 -0
- package/dist-cjs/commands/CreateServiceNetworkCommand.js +45 -0
- package/dist-cjs/commands/CreateServiceNetworkServiceAssociationCommand.js +45 -0
- package/dist-cjs/commands/CreateServiceNetworkVpcAssociationCommand.js +45 -0
- package/dist-cjs/commands/CreateTargetGroupCommand.js +45 -0
- package/dist-cjs/commands/DeleteAccessLogSubscriptionCommand.js +45 -0
- package/dist-cjs/commands/DeleteAuthPolicyCommand.js +45 -0
- package/dist-cjs/commands/DeleteListenerCommand.js +45 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +45 -0
- package/dist-cjs/commands/DeleteRuleCommand.js +45 -0
- package/dist-cjs/commands/DeleteServiceCommand.js +45 -0
- package/dist-cjs/commands/DeleteServiceNetworkCommand.js +45 -0
- package/dist-cjs/commands/DeleteServiceNetworkServiceAssociationCommand.js +45 -0
- package/dist-cjs/commands/DeleteServiceNetworkVpcAssociationCommand.js +45 -0
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +45 -0
- package/dist-cjs/commands/DeregisterTargetsCommand.js +45 -0
- package/dist-cjs/commands/GetAccessLogSubscriptionCommand.js +45 -0
- package/dist-cjs/commands/GetAuthPolicyCommand.js +45 -0
- package/dist-cjs/commands/GetListenerCommand.js +45 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +45 -0
- package/dist-cjs/commands/GetRuleCommand.js +45 -0
- package/dist-cjs/commands/GetServiceCommand.js +45 -0
- package/dist-cjs/commands/GetServiceNetworkCommand.js +45 -0
- package/dist-cjs/commands/GetServiceNetworkServiceAssociationCommand.js +45 -0
- package/dist-cjs/commands/GetServiceNetworkVpcAssociationCommand.js +45 -0
- package/dist-cjs/commands/GetTargetGroupCommand.js +45 -0
- package/dist-cjs/commands/ListAccessLogSubscriptionsCommand.js +45 -0
- package/dist-cjs/commands/ListListenersCommand.js +45 -0
- package/dist-cjs/commands/ListRulesCommand.js +45 -0
- package/dist-cjs/commands/ListServiceNetworkServiceAssociationsCommand.js +45 -0
- package/dist-cjs/commands/ListServiceNetworkVpcAssociationsCommand.js +45 -0
- package/dist-cjs/commands/ListServiceNetworksCommand.js +45 -0
- package/dist-cjs/commands/ListServicesCommand.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +45 -0
- package/dist-cjs/commands/ListTargetGroupsCommand.js +45 -0
- package/dist-cjs/commands/ListTargetsCommand.js +45 -0
- package/dist-cjs/commands/PutAuthPolicyCommand.js +45 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +45 -0
- package/dist-cjs/commands/RegisterTargetsCommand.js +45 -0
- package/dist-cjs/commands/TagResourceCommand.js +45 -0
- package/dist-cjs/commands/UntagResourceCommand.js +45 -0
- package/dist-cjs/commands/UpdateAccessLogSubscriptionCommand.js +45 -0
- package/dist-cjs/commands/UpdateListenerCommand.js +45 -0
- package/dist-cjs/commands/UpdateRuleCommand.js +45 -0
- package/dist-cjs/commands/UpdateServiceCommand.js +45 -0
- package/dist-cjs/commands/UpdateServiceNetworkCommand.js +45 -0
- package/dist-cjs/commands/UpdateServiceNetworkVpcAssociationCommand.js +45 -0
- package/dist-cjs/commands/UpdateTargetGroupCommand.js +45 -0
- package/dist-cjs/commands/index.js +55 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/VPCLatticeServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +240 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAccessLogSubscriptionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListListenersPaginator.js +29 -0
- package/dist-cjs/pagination/ListRulesPaginator.js +29 -0
- package/dist-cjs/pagination/ListServiceNetworkServiceAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListServiceNetworkVpcAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListServiceNetworksPaginator.js +29 -0
- package/dist-cjs/pagination/ListServicesPaginator.js +29 -0
- package/dist-cjs/pagination/ListTargetGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTargetsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4911 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +48 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-es/VPCLattice.js +783 -0
- package/dist-es/VPCLatticeClient.js +36 -0
- package/dist-es/commands/BatchUpdateRuleCommand.js +41 -0
- package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +41 -0
- package/dist-es/commands/CreateListenerCommand.js +41 -0
- package/dist-es/commands/CreateRuleCommand.js +41 -0
- package/dist-es/commands/CreateServiceCommand.js +41 -0
- package/dist-es/commands/CreateServiceNetworkCommand.js +41 -0
- package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +41 -0
- package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +41 -0
- package/dist-es/commands/CreateTargetGroupCommand.js +41 -0
- package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +41 -0
- package/dist-es/commands/DeleteAuthPolicyCommand.js +41 -0
- package/dist-es/commands/DeleteListenerCommand.js +41 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +41 -0
- package/dist-es/commands/DeleteRuleCommand.js +41 -0
- package/dist-es/commands/DeleteServiceCommand.js +41 -0
- package/dist-es/commands/DeleteServiceNetworkCommand.js +41 -0
- package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +41 -0
- package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +41 -0
- package/dist-es/commands/DeleteTargetGroupCommand.js +41 -0
- package/dist-es/commands/DeregisterTargetsCommand.js +41 -0
- package/dist-es/commands/GetAccessLogSubscriptionCommand.js +41 -0
- package/dist-es/commands/GetAuthPolicyCommand.js +41 -0
- package/dist-es/commands/GetListenerCommand.js +41 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +41 -0
- package/dist-es/commands/GetRuleCommand.js +41 -0
- package/dist-es/commands/GetServiceCommand.js +41 -0
- package/dist-es/commands/GetServiceNetworkCommand.js +41 -0
- package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +41 -0
- package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +41 -0
- package/dist-es/commands/GetTargetGroupCommand.js +41 -0
- package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +41 -0
- package/dist-es/commands/ListListenersCommand.js +41 -0
- package/dist-es/commands/ListRulesCommand.js +41 -0
- package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +41 -0
- package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +41 -0
- package/dist-es/commands/ListServiceNetworksCommand.js +41 -0
- package/dist-es/commands/ListServicesCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +41 -0
- package/dist-es/commands/ListTargetGroupsCommand.js +41 -0
- package/dist-es/commands/ListTargetsCommand.js +41 -0
- package/dist-es/commands/PutAuthPolicyCommand.js +41 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +41 -0
- package/dist-es/commands/RegisterTargetsCommand.js +41 -0
- package/dist-es/commands/TagResourceCommand.js +41 -0
- package/dist-es/commands/UntagResourceCommand.js +41 -0
- package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +41 -0
- package/dist-es/commands/UpdateListenerCommand.js +41 -0
- package/dist-es/commands/UpdateRuleCommand.js +41 -0
- package/dist-es/commands/UpdateServiceCommand.js +41 -0
- package/dist-es/commands/UpdateServiceNetworkCommand.js +41 -0
- package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +41 -0
- package/dist-es/commands/UpdateTargetGroupCommand.js +41 -0
- package/dist-es/commands/index.js +52 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/VPCLatticeServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +230 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAccessLogSubscriptionsPaginator.js +25 -0
- package/dist-es/pagination/ListListenersPaginator.js +25 -0
- package/dist-es/pagination/ListRulesPaginator.js +25 -0
- package/dist-es/pagination/ListServiceNetworkServiceAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListServiceNetworkVpcAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListServiceNetworksPaginator.js +25 -0
- package/dist-es/pagination/ListServicesPaginator.js +25 -0
- package/dist-es/pagination/ListTargetGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListTargetsPaginator.js +25 -0
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +4802 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +43 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +17 -0
- package/dist-types/VPCLattice.d.ts +506 -0
- package/dist-types/VPCLatticeClient.d.ts +217 -0
- package/dist-types/commands/BatchUpdateRuleCommand.d.ts +127 -0
- package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +93 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +109 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +132 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +96 -0
- package/dist-types/commands/CreateServiceNetworkCommand.d.ts +94 -0
- package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +95 -0
- package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +103 -0
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +115 -0
- package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +79 -0
- package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +82 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +84 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +79 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +90 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +87 -0
- package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +87 -0
- package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +84 -0
- package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +84 -0
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +81 -0
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +89 -0
- package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +79 -0
- package/dist-types/commands/GetAuthPolicyCommand.d.ts +80 -0
- package/dist-types/commands/GetListenerCommand.d.ts +80 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +80 -0
- package/dist-types/commands/GetRuleCommand.d.ts +83 -0
- package/dist-types/commands/GetServiceCommand.d.ts +79 -0
- package/dist-types/commands/GetServiceNetworkCommand.d.ts +79 -0
- package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +80 -0
- package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +79 -0
- package/dist-types/commands/GetTargetGroupCommand.d.ts +76 -0
- package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +75 -0
- package/dist-types/commands/ListListenersCommand.d.ts +81 -0
- package/dist-types/commands/ListRulesCommand.d.ts +82 -0
- package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +86 -0
- package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +81 -0
- package/dist-types/commands/ListServiceNetworksCommand.d.ts +78 -0
- package/dist-types/commands/ListServicesCommand.d.ts +77 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +73 -0
- package/dist-types/commands/ListTargetGroupsCommand.d.ts +80 -0
- package/dist-types/commands/ListTargetsCommand.d.ts +88 -0
- package/dist-types/commands/PutAuthPolicyCommand.d.ts +80 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +82 -0
- package/dist-types/commands/RegisterTargetsCommand.d.ts +93 -0
- package/dist-types/commands/TagResourceCommand.d.ts +82 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +76 -0
- package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +84 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +97 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +123 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +85 -0
- package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +84 -0
- package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +87 -0
- package/dist-types/commands/UpdateTargetGroupCommand.d.ts +94 -0
- package/dist-types/commands/index.d.ts +52 -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/index.d.ts +6 -0
- package/dist-types/models/VPCLatticeServiceException.d.ts +12 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3439 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAccessLogSubscriptionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListListenersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceNetworkServiceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceNetworkVpcAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTargetGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTargetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +158 -0
- package/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +42 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -0
- package/dist-types/runtimeConfig.shared.d.ts +18 -0
- package/dist-types/ts3.4/VPCLattice.d.ts +936 -0
- package/dist-types/ts3.4/VPCLatticeClient.d.ts +424 -0
- package/dist-types/ts3.4/commands/BatchUpdateRuleCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateAccessLogSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateServiceNetworkCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAccessLogSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAuthPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteServiceNetworkCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAccessLogSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetAuthPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetListenerCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetServiceNetworkCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetServiceNetworkServiceAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetServiceNetworkVpcAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetTargetGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListAccessLogSubscriptionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListServiceNetworksCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTargetGroupsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/PutAuthPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateAccessLogSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateServiceNetworkCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTargetGroupCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +52 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -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/index.d.ts +6 -0
- package/dist-types/ts3.4/models/VPCLatticeServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1022 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessLogSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceNetworkServiceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceNetworkVpcAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTargetGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTargetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +629 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +80 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/package.json +100 -0
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
3
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
4
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
5
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
6
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
7
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
8
|
+
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, 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";
|
|
10
|
+
import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand";
|
|
11
|
+
import { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "./commands/CreateAccessLogSubscriptionCommand";
|
|
12
|
+
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
|
|
13
|
+
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
14
|
+
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
15
|
+
import { CreateServiceNetworkCommandInput, CreateServiceNetworkCommandOutput } from "./commands/CreateServiceNetworkCommand";
|
|
16
|
+
import { CreateServiceNetworkServiceAssociationCommandInput, CreateServiceNetworkServiceAssociationCommandOutput } from "./commands/CreateServiceNetworkServiceAssociationCommand";
|
|
17
|
+
import { CreateServiceNetworkVpcAssociationCommandInput, CreateServiceNetworkVpcAssociationCommandOutput } from "./commands/CreateServiceNetworkVpcAssociationCommand";
|
|
18
|
+
import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
|
|
19
|
+
import { DeleteAccessLogSubscriptionCommandInput, DeleteAccessLogSubscriptionCommandOutput } from "./commands/DeleteAccessLogSubscriptionCommand";
|
|
20
|
+
import { DeleteAuthPolicyCommandInput, DeleteAuthPolicyCommandOutput } from "./commands/DeleteAuthPolicyCommand";
|
|
21
|
+
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
|
|
22
|
+
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
23
|
+
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
24
|
+
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
25
|
+
import { DeleteServiceNetworkCommandInput, DeleteServiceNetworkCommandOutput } from "./commands/DeleteServiceNetworkCommand";
|
|
26
|
+
import { DeleteServiceNetworkServiceAssociationCommandInput, DeleteServiceNetworkServiceAssociationCommandOutput } from "./commands/DeleteServiceNetworkServiceAssociationCommand";
|
|
27
|
+
import { DeleteServiceNetworkVpcAssociationCommandInput, DeleteServiceNetworkVpcAssociationCommandOutput } from "./commands/DeleteServiceNetworkVpcAssociationCommand";
|
|
28
|
+
import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
|
|
29
|
+
import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
|
|
30
|
+
import { GetAccessLogSubscriptionCommandInput, GetAccessLogSubscriptionCommandOutput } from "./commands/GetAccessLogSubscriptionCommand";
|
|
31
|
+
import { GetAuthPolicyCommandInput, GetAuthPolicyCommandOutput } from "./commands/GetAuthPolicyCommand";
|
|
32
|
+
import { GetListenerCommandInput, GetListenerCommandOutput } from "./commands/GetListenerCommand";
|
|
33
|
+
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
34
|
+
import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
35
|
+
import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
36
|
+
import { GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput } from "./commands/GetServiceNetworkCommand";
|
|
37
|
+
import { GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput } from "./commands/GetServiceNetworkServiceAssociationCommand";
|
|
38
|
+
import { GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput } from "./commands/GetServiceNetworkVpcAssociationCommand";
|
|
39
|
+
import { GetTargetGroupCommandInput, GetTargetGroupCommandOutput } from "./commands/GetTargetGroupCommand";
|
|
40
|
+
import { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "./commands/ListAccessLogSubscriptionsCommand";
|
|
41
|
+
import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
|
|
42
|
+
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
43
|
+
import { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "./commands/ListServiceNetworksCommand";
|
|
44
|
+
import { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "./commands/ListServiceNetworkServiceAssociationsCommand";
|
|
45
|
+
import { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcAssociationsCommand";
|
|
46
|
+
import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
47
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
48
|
+
import { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "./commands/ListTargetGroupsCommand";
|
|
49
|
+
import { ListTargetsCommandInput, ListTargetsCommandOutput } from "./commands/ListTargetsCommand";
|
|
50
|
+
import { PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput } from "./commands/PutAuthPolicyCommand";
|
|
51
|
+
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
52
|
+
import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
|
|
53
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
54
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
55
|
+
import { UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput } from "./commands/UpdateAccessLogSubscriptionCommand";
|
|
56
|
+
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
|
|
57
|
+
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
58
|
+
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
59
|
+
import { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } from "./commands/UpdateServiceNetworkCommand";
|
|
60
|
+
import { UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput } from "./commands/UpdateServiceNetworkVpcAssociationCommand";
|
|
61
|
+
import { UpdateTargetGroupCommandInput, UpdateTargetGroupCommandOutput } from "./commands/UpdateTargetGroupCommand";
|
|
62
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
export type ServiceInputTypes = BatchUpdateRuleCommandInput | CreateAccessLogSubscriptionCommandInput | CreateListenerCommandInput | CreateRuleCommandInput | CreateServiceCommandInput | CreateServiceNetworkCommandInput | CreateServiceNetworkServiceAssociationCommandInput | CreateServiceNetworkVpcAssociationCommandInput | CreateTargetGroupCommandInput | DeleteAccessLogSubscriptionCommandInput | DeleteAuthPolicyCommandInput | DeleteListenerCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleCommandInput | DeleteServiceCommandInput | DeleteServiceNetworkCommandInput | DeleteServiceNetworkServiceAssociationCommandInput | DeleteServiceNetworkVpcAssociationCommandInput | DeleteTargetGroupCommandInput | DeregisterTargetsCommandInput | GetAccessLogSubscriptionCommandInput | GetAuthPolicyCommandInput | GetListenerCommandInput | GetResourcePolicyCommandInput | GetRuleCommandInput | GetServiceCommandInput | GetServiceNetworkCommandInput | GetServiceNetworkServiceAssociationCommandInput | GetServiceNetworkVpcAssociationCommandInput | GetTargetGroupCommandInput | ListAccessLogSubscriptionsCommandInput | ListListenersCommandInput | ListRulesCommandInput | ListServiceNetworkServiceAssociationsCommandInput | ListServiceNetworkVpcAssociationsCommandInput | ListServiceNetworksCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | ListTargetGroupsCommandInput | ListTargetsCommandInput | PutAuthPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessLogSubscriptionCommandInput | UpdateListenerCommandInput | UpdateRuleCommandInput | UpdateServiceCommandInput | UpdateServiceNetworkCommandInput | UpdateServiceNetworkVpcAssociationCommandInput | UpdateTargetGroupCommandInput;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export type ServiceOutputTypes = BatchUpdateRuleCommandOutput | CreateAccessLogSubscriptionCommandOutput | CreateListenerCommandOutput | CreateRuleCommandOutput | CreateServiceCommandOutput | CreateServiceNetworkCommandOutput | CreateServiceNetworkServiceAssociationCommandOutput | CreateServiceNetworkVpcAssociationCommandOutput | CreateTargetGroupCommandOutput | DeleteAccessLogSubscriptionCommandOutput | DeleteAuthPolicyCommandOutput | DeleteListenerCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleCommandOutput | DeleteServiceCommandOutput | DeleteServiceNetworkCommandOutput | DeleteServiceNetworkServiceAssociationCommandOutput | DeleteServiceNetworkVpcAssociationCommandOutput | DeleteTargetGroupCommandOutput | DeregisterTargetsCommandOutput | GetAccessLogSubscriptionCommandOutput | GetAuthPolicyCommandOutput | GetListenerCommandOutput | GetResourcePolicyCommandOutput | GetRuleCommandOutput | GetServiceCommandOutput | GetServiceNetworkCommandOutput | GetServiceNetworkServiceAssociationCommandOutput | GetServiceNetworkVpcAssociationCommandOutput | GetTargetGroupCommandOutput | ListAccessLogSubscriptionsCommandOutput | ListListenersCommandOutput | ListRulesCommandOutput | ListServiceNetworkServiceAssociationsCommandOutput | ListServiceNetworkVpcAssociationsCommandOutput | ListServiceNetworksCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | ListTargetGroupsCommandOutput | ListTargetsCommandOutput | PutAuthPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessLogSubscriptionCommandOutput | UpdateListenerCommandOutput | UpdateRuleCommandOutput | UpdateServiceCommandOutput | UpdateServiceNetworkCommandOutput | UpdateServiceNetworkVpcAssociationCommandOutput | UpdateTargetGroupCommandOutput;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
75
|
+
/**
|
|
76
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
77
|
+
*/
|
|
78
|
+
requestHandler?: __HttpHandler;
|
|
79
|
+
/**
|
|
80
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
81
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
85
|
+
/**
|
|
86
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
urlParser?: __UrlParser;
|
|
90
|
+
/**
|
|
91
|
+
* A function that can calculate the length of a request body.
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
95
|
+
/**
|
|
96
|
+
* A function that converts a stream into an array of bytes.
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
streamCollector?: __StreamCollector;
|
|
100
|
+
/**
|
|
101
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
base64Decoder?: __Decoder;
|
|
105
|
+
/**
|
|
106
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
base64Encoder?: __Encoder;
|
|
110
|
+
/**
|
|
111
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
112
|
+
* @internal
|
|
113
|
+
*/
|
|
114
|
+
utf8Decoder?: __Decoder;
|
|
115
|
+
/**
|
|
116
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
117
|
+
* @internal
|
|
118
|
+
*/
|
|
119
|
+
utf8Encoder?: __Encoder;
|
|
120
|
+
/**
|
|
121
|
+
* The runtime environment.
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
124
|
+
runtime?: string;
|
|
125
|
+
/**
|
|
126
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
127
|
+
* trait of an operation.
|
|
128
|
+
*/
|
|
129
|
+
disableHostPrefix?: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* Unique service identifier.
|
|
132
|
+
* @internal
|
|
133
|
+
*/
|
|
134
|
+
serviceId?: string;
|
|
135
|
+
/**
|
|
136
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
137
|
+
*/
|
|
138
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
139
|
+
/**
|
|
140
|
+
* Enables FIPS compatible endpoints.
|
|
141
|
+
*/
|
|
142
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
143
|
+
/**
|
|
144
|
+
* The AWS region to which this client will send requests
|
|
145
|
+
*/
|
|
146
|
+
region?: string | __Provider<string>;
|
|
147
|
+
/**
|
|
148
|
+
* Default credentials provider; Not available in browser runtime.
|
|
149
|
+
* @internal
|
|
150
|
+
*/
|
|
151
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
152
|
+
/**
|
|
153
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
154
|
+
* @internal
|
|
155
|
+
*/
|
|
156
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
157
|
+
/**
|
|
158
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
159
|
+
*/
|
|
160
|
+
maxAttempts?: number | __Provider<number>;
|
|
161
|
+
/**
|
|
162
|
+
* Specifies which retry algorithm to use.
|
|
163
|
+
*/
|
|
164
|
+
retryMode?: string | __Provider<string>;
|
|
165
|
+
/**
|
|
166
|
+
* Optional logger for logging debug/info/warn/error.
|
|
167
|
+
*/
|
|
168
|
+
logger?: __Logger;
|
|
169
|
+
/**
|
|
170
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
171
|
+
*/
|
|
172
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
type VPCLatticeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
*
|
|
181
|
+
* The configuration interface of VPCLatticeClient class constructor that set the region, credentials and other options.
|
|
182
|
+
*/
|
|
183
|
+
export interface VPCLatticeClientConfig extends VPCLatticeClientConfigType {
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
type VPCLatticeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
*
|
|
192
|
+
* The resolved configuration interface of VPCLatticeClient class. This is resolved and normalized from the {@link VPCLatticeClientConfig | constructor configuration interface}.
|
|
193
|
+
*/
|
|
194
|
+
export interface VPCLatticeClientResolvedConfig extends VPCLatticeClientResolvedConfigType {
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
* <p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure,
|
|
199
|
+
* and monitor all of your services across multiple accounts and virtual private clouds (VPCs).
|
|
200
|
+
* Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that
|
|
201
|
+
* you can discover and manage them more efficiently. For more information, see the <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/">Amazon VPC Lattice User Guide</a>
|
|
202
|
+
* </p>
|
|
203
|
+
*/
|
|
204
|
+
export declare class VPCLatticeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig> {
|
|
205
|
+
/**
|
|
206
|
+
* The resolved configuration of VPCLatticeClient class. This is resolved and normalized from the {@link VPCLatticeClientConfig | constructor configuration interface}.
|
|
207
|
+
*/
|
|
208
|
+
readonly config: VPCLatticeClientResolvedConfig;
|
|
209
|
+
constructor(configuration: VPCLatticeClientConfig);
|
|
210
|
+
/**
|
|
211
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
212
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
213
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
214
|
+
*/
|
|
215
|
+
destroy(): void;
|
|
216
|
+
}
|
|
217
|
+
export {};
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { BatchUpdateRuleRequest, BatchUpdateRuleResponse } from "../models/models_0";
|
|
5
|
+
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link BatchUpdateRuleCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface BatchUpdateRuleCommandInput extends BatchUpdateRuleRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link BatchUpdateRuleCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface BatchUpdateRuleCommandOutput extends BatchUpdateRuleResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Updates the listener rules in a batch. You can use this operation to change the priority of
|
|
23
|
+
* listener rules. This can be useful when bulk updating or swapping rule priority. </p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { VPCLatticeClient, BatchUpdateRuleCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
28
|
+
* // const { VPCLatticeClient, BatchUpdateRuleCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
29
|
+
* const client = new VPCLatticeClient(config);
|
|
30
|
+
* const input = { // BatchUpdateRuleRequest
|
|
31
|
+
* serviceIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* listenerIdentifier: "STRING_VALUE", // required
|
|
33
|
+
* rules: [ // RuleUpdateList // required
|
|
34
|
+
* { // RuleUpdate
|
|
35
|
+
* ruleIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* match: { // RuleMatch Union: only one key present
|
|
37
|
+
* httpMatch: { // HttpMatch
|
|
38
|
+
* method: "STRING_VALUE",
|
|
39
|
+
* pathMatch: { // PathMatch
|
|
40
|
+
* match: { // PathMatchType Union: only one key present
|
|
41
|
+
* exact: "STRING_VALUE",
|
|
42
|
+
* prefix: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* caseSensitive: true || false,
|
|
45
|
+
* },
|
|
46
|
+
* headerMatches: [ // HeaderMatchList
|
|
47
|
+
* { // HeaderMatch
|
|
48
|
+
* name: "STRING_VALUE", // required
|
|
49
|
+
* match: { // HeaderMatchType Union: only one key present
|
|
50
|
+
* exact: "STRING_VALUE",
|
|
51
|
+
* prefix: "STRING_VALUE",
|
|
52
|
+
* contains: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* caseSensitive: true || false,
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
57
|
+
* },
|
|
58
|
+
* },
|
|
59
|
+
* priority: Number("int"),
|
|
60
|
+
* action: { // RuleAction Union: only one key present
|
|
61
|
+
* forward: { // ForwardAction
|
|
62
|
+
* targetGroups: [ // WeightedTargetGroupList // required
|
|
63
|
+
* { // WeightedTargetGroup
|
|
64
|
+
* targetGroupIdentifier: "STRING_VALUE", // required
|
|
65
|
+
* weight: Number("int"),
|
|
66
|
+
* },
|
|
67
|
+
* ],
|
|
68
|
+
* },
|
|
69
|
+
* fixedResponse: { // FixedResponseAction
|
|
70
|
+
* statusCode: Number("int"), // required
|
|
71
|
+
* },
|
|
72
|
+
* },
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
75
|
+
* };
|
|
76
|
+
* const command = new BatchUpdateRuleCommand(input);
|
|
77
|
+
* const response = await client.send(command);
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
80
|
+
* @param BatchUpdateRuleCommandInput - {@link BatchUpdateRuleCommandInput}
|
|
81
|
+
* @returns {@link BatchUpdateRuleCommandOutput}
|
|
82
|
+
* @see {@link BatchUpdateRuleCommandInput} for command's `input` shape.
|
|
83
|
+
* @see {@link BatchUpdateRuleCommandOutput} for command's `response` shape.
|
|
84
|
+
* @see {@link VPCLatticeClientResolvedConfig | config} for VPCLatticeClient's `config` shape.
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
87
|
+
* <p>The user does not have sufficient access to perform this action.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ConflictException} (client fault)
|
|
90
|
+
* <p>The request conflicts with the current state of the resource. Updating or deleting a
|
|
91
|
+
* resource can cause an inconsistent state.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InternalServerException} (server fault)
|
|
94
|
+
* <p>An unexpected error occurred while processing the request.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
97
|
+
* <p>The request references a resource that does not exist.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
100
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ValidationException} (client fault)
|
|
103
|
+
* <p>The input does not satisfy the constraints specified by an Amazon Web Services
|
|
104
|
+
* service.</p>
|
|
105
|
+
*
|
|
106
|
+
*
|
|
107
|
+
*/
|
|
108
|
+
export declare class BatchUpdateRuleCommand extends $Command<BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput, VPCLatticeClientResolvedConfig> {
|
|
109
|
+
readonly input: BatchUpdateRuleCommandInput;
|
|
110
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
constructor(input: BatchUpdateRuleCommandInput);
|
|
115
|
+
/**
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
118
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput>;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
private serialize;
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
*/
|
|
126
|
+
private deserialize;
|
|
127
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { CreateAccessLogSubscriptionRequest, CreateAccessLogSubscriptionResponse } from "../models/models_0";
|
|
5
|
+
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link CreateAccessLogSubscriptionCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface CreateAccessLogSubscriptionCommandInput extends CreateAccessLogSubscriptionRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link CreateAccessLogSubscriptionCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateAccessLogSubscriptionCommandOutput extends CreateAccessLogSubscriptionResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner
|
|
23
|
+
* can use the access logs to audit the services in the network. The service network owner will only
|
|
24
|
+
* see access logs from clients and services that are associated with their service network. Access
|
|
25
|
+
* log entries represent traffic originated from VPCs associated with that network. For more
|
|
26
|
+
* information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/monitoring-access-logs.html">Access logs</a> in the
|
|
27
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { VPCLatticeClient, CreateAccessLogSubscriptionCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
32
|
+
* // const { VPCLatticeClient, CreateAccessLogSubscriptionCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
33
|
+
* const client = new VPCLatticeClient(config);
|
|
34
|
+
* const input = { // CreateAccessLogSubscriptionRequest
|
|
35
|
+
* clientToken: "STRING_VALUE",
|
|
36
|
+
* resourceIdentifier: "STRING_VALUE", // required
|
|
37
|
+
* destinationArn: "STRING_VALUE", // required
|
|
38
|
+
* tags: { // TagMap
|
|
39
|
+
* "<keys>": "STRING_VALUE",
|
|
40
|
+
* },
|
|
41
|
+
* };
|
|
42
|
+
* const command = new CreateAccessLogSubscriptionCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @param CreateAccessLogSubscriptionCommandInput - {@link CreateAccessLogSubscriptionCommandInput}
|
|
47
|
+
* @returns {@link CreateAccessLogSubscriptionCommandOutput}
|
|
48
|
+
* @see {@link CreateAccessLogSubscriptionCommandInput} for command's `input` shape.
|
|
49
|
+
* @see {@link CreateAccessLogSubscriptionCommandOutput} for command's `response` shape.
|
|
50
|
+
* @see {@link VPCLatticeClientResolvedConfig | config} for VPCLatticeClient's `config` shape.
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
+
* <p>The user does not have sufficient access to perform this action.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>The request conflicts with the current state of the resource. Updating or deleting a
|
|
57
|
+
* resource can cause an inconsistent state.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InternalServerException} (server fault)
|
|
60
|
+
* <p>An unexpected error occurred while processing the request.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
|
+
* <p>The request references a resource that does not exist.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ValidationException} (client fault)
|
|
69
|
+
* <p>The input does not satisfy the constraints specified by an Amazon Web Services
|
|
70
|
+
* service.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
export declare class CreateAccessLogSubscriptionCommand extends $Command<CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput, VPCLatticeClientResolvedConfig> {
|
|
75
|
+
readonly input: CreateAccessLogSubscriptionCommandInput;
|
|
76
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
constructor(input: CreateAccessLogSubscriptionCommandInput);
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
88
|
+
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
92
|
+
private deserialize;
|
|
93
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { CreateListenerRequest, CreateListenerResponse } from "../models/models_0";
|
|
5
|
+
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link CreateListenerCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface CreateListenerCommandInput extends CreateListenerRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link CreateListenerCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateListenerCommandOutput extends CreateListenerResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must
|
|
23
|
+
* add one or more listeners. A listener is a process that checks for connection requests to your
|
|
24
|
+
* services. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html">Listeners</a> in the
|
|
25
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
26
|
+
* @example
|
|
27
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
+
* ```javascript
|
|
29
|
+
* import { VPCLatticeClient, CreateListenerCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
30
|
+
* // const { VPCLatticeClient, CreateListenerCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
31
|
+
* const client = new VPCLatticeClient(config);
|
|
32
|
+
* const input = { // CreateListenerRequest
|
|
33
|
+
* serviceIdentifier: "STRING_VALUE", // required
|
|
34
|
+
* name: "STRING_VALUE", // required
|
|
35
|
+
* protocol: "STRING_VALUE", // required
|
|
36
|
+
* port: Number("int"),
|
|
37
|
+
* defaultAction: { // RuleAction Union: only one key present
|
|
38
|
+
* forward: { // ForwardAction
|
|
39
|
+
* targetGroups: [ // WeightedTargetGroupList // required
|
|
40
|
+
* { // WeightedTargetGroup
|
|
41
|
+
* targetGroupIdentifier: "STRING_VALUE", // required
|
|
42
|
+
* weight: Number("int"),
|
|
43
|
+
* },
|
|
44
|
+
* ],
|
|
45
|
+
* },
|
|
46
|
+
* fixedResponse: { // FixedResponseAction
|
|
47
|
+
* statusCode: Number("int"), // required
|
|
48
|
+
* },
|
|
49
|
+
* },
|
|
50
|
+
* clientToken: "STRING_VALUE",
|
|
51
|
+
* tags: { // TagMap
|
|
52
|
+
* "<keys>": "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* };
|
|
55
|
+
* const command = new CreateListenerCommand(input);
|
|
56
|
+
* const response = await client.send(command);
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param CreateListenerCommandInput - {@link CreateListenerCommandInput}
|
|
60
|
+
* @returns {@link CreateListenerCommandOutput}
|
|
61
|
+
* @see {@link CreateListenerCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link CreateListenerCommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link VPCLatticeClientResolvedConfig | config} for VPCLatticeClient's `config` shape.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
+
* <p>The user does not have sufficient access to perform this action.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ConflictException} (client fault)
|
|
69
|
+
* <p>The request conflicts with the current state of the resource. Updating or deleting a
|
|
70
|
+
* resource can cause an inconsistent state.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InternalServerException} (server fault)
|
|
73
|
+
* <p>An unexpected error occurred while processing the request.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
|
+
* <p>The request references a resource that does not exist.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
79
|
+
* <p>The request would cause a service quota to be exceeded.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
82
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ValidationException} (client fault)
|
|
85
|
+
* <p>The input does not satisfy the constraints specified by an Amazon Web Services
|
|
86
|
+
* service.</p>
|
|
87
|
+
*
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
export declare class CreateListenerCommand extends $Command<CreateListenerCommandInput, CreateListenerCommandOutput, VPCLatticeClientResolvedConfig> {
|
|
91
|
+
readonly input: CreateListenerCommandInput;
|
|
92
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
constructor(input: CreateListenerCommandInput);
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
private serialize;
|
|
105
|
+
/**
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
108
|
+
private deserialize;
|
|
109
|
+
}
|