@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,34 @@
|
|
|
1
|
+
import packageInfo from "../package.json";
|
|
2
|
+
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
|
+
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
|
+
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
7
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
|
|
8
|
+
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
9
|
+
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
11
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
12
|
+
export const getRuntimeConfig = (config) => {
|
|
13
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
15
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
16
|
+
return {
|
|
17
|
+
...clientSharedValues,
|
|
18
|
+
...config,
|
|
19
|
+
runtime: "browser",
|
|
20
|
+
defaultsMode,
|
|
21
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
+
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
|
+
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
|
+
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
|
+
requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider),
|
|
28
|
+
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
29
|
+
sha256: config?.sha256 ?? Sha256,
|
|
30
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
31
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
32
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import packageInfo from "../package.json";
|
|
2
|
+
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
3
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
|
+
import { Hash } from "@aws-sdk/hash-node";
|
|
6
|
+
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
|
+
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
8
|
+
import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
|
+
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
10
|
+
import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
|
|
11
|
+
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
12
|
+
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
14
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
15
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
|
+
export const getRuntimeConfig = (config) => {
|
|
17
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
18
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
19
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
20
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
21
|
+
return {
|
|
22
|
+
...clientSharedValues,
|
|
23
|
+
...config,
|
|
24
|
+
runtime: "node",
|
|
25
|
+
defaultsMode,
|
|
26
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
27
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? decorateDefaultCredentialProvider(credentialDefaultProvider),
|
|
28
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
29
|
+
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
30
|
+
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
31
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
32
|
+
requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider),
|
|
33
|
+
retryMode: config?.retryMode ??
|
|
34
|
+
loadNodeConfig({
|
|
35
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
|
+
}),
|
|
38
|
+
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
41
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
|
+
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
|
+
export const getRuntimeConfig = (config) => {
|
|
4
|
+
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
5
|
+
return {
|
|
6
|
+
...browserDefaults,
|
|
7
|
+
...config,
|
|
8
|
+
runtime: "react-native",
|
|
9
|
+
sha256: config?.sha256 ?? Sha256,
|
|
10
|
+
};
|
|
11
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { NoOpLogger } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { parseUrl } from "@aws-sdk/url-parser";
|
|
3
|
+
import { fromBase64, toBase64 } from "@aws-sdk/util-base64";
|
|
4
|
+
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8";
|
|
5
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
6
|
+
export const getRuntimeConfig = (config) => ({
|
|
7
|
+
apiVersion: "2022-11-30",
|
|
8
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
9
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
10
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
11
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
12
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
13
|
+
serviceId: config?.serviceId ?? "VPC Lattice",
|
|
14
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
15
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
16
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
17
|
+
});
|
|
@@ -0,0 +1,506 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand";
|
|
3
|
+
import { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "./commands/CreateAccessLogSubscriptionCommand";
|
|
4
|
+
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
|
|
5
|
+
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
6
|
+
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
7
|
+
import { CreateServiceNetworkCommandInput, CreateServiceNetworkCommandOutput } from "./commands/CreateServiceNetworkCommand";
|
|
8
|
+
import { CreateServiceNetworkServiceAssociationCommandInput, CreateServiceNetworkServiceAssociationCommandOutput } from "./commands/CreateServiceNetworkServiceAssociationCommand";
|
|
9
|
+
import { CreateServiceNetworkVpcAssociationCommandInput, CreateServiceNetworkVpcAssociationCommandOutput } from "./commands/CreateServiceNetworkVpcAssociationCommand";
|
|
10
|
+
import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
|
|
11
|
+
import { DeleteAccessLogSubscriptionCommandInput, DeleteAccessLogSubscriptionCommandOutput } from "./commands/DeleteAccessLogSubscriptionCommand";
|
|
12
|
+
import { DeleteAuthPolicyCommandInput, DeleteAuthPolicyCommandOutput } from "./commands/DeleteAuthPolicyCommand";
|
|
13
|
+
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
|
|
14
|
+
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
15
|
+
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
16
|
+
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
17
|
+
import { DeleteServiceNetworkCommandInput, DeleteServiceNetworkCommandOutput } from "./commands/DeleteServiceNetworkCommand";
|
|
18
|
+
import { DeleteServiceNetworkServiceAssociationCommandInput, DeleteServiceNetworkServiceAssociationCommandOutput } from "./commands/DeleteServiceNetworkServiceAssociationCommand";
|
|
19
|
+
import { DeleteServiceNetworkVpcAssociationCommandInput, DeleteServiceNetworkVpcAssociationCommandOutput } from "./commands/DeleteServiceNetworkVpcAssociationCommand";
|
|
20
|
+
import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
|
|
21
|
+
import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
|
|
22
|
+
import { GetAccessLogSubscriptionCommandInput, GetAccessLogSubscriptionCommandOutput } from "./commands/GetAccessLogSubscriptionCommand";
|
|
23
|
+
import { GetAuthPolicyCommandInput, GetAuthPolicyCommandOutput } from "./commands/GetAuthPolicyCommand";
|
|
24
|
+
import { GetListenerCommandInput, GetListenerCommandOutput } from "./commands/GetListenerCommand";
|
|
25
|
+
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
26
|
+
import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
27
|
+
import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
28
|
+
import { GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput } from "./commands/GetServiceNetworkCommand";
|
|
29
|
+
import { GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput } from "./commands/GetServiceNetworkServiceAssociationCommand";
|
|
30
|
+
import { GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput } from "./commands/GetServiceNetworkVpcAssociationCommand";
|
|
31
|
+
import { GetTargetGroupCommandInput, GetTargetGroupCommandOutput } from "./commands/GetTargetGroupCommand";
|
|
32
|
+
import { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "./commands/ListAccessLogSubscriptionsCommand";
|
|
33
|
+
import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
|
|
34
|
+
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
35
|
+
import { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "./commands/ListServiceNetworksCommand";
|
|
36
|
+
import { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "./commands/ListServiceNetworkServiceAssociationsCommand";
|
|
37
|
+
import { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcAssociationsCommand";
|
|
38
|
+
import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
39
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
40
|
+
import { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "./commands/ListTargetGroupsCommand";
|
|
41
|
+
import { ListTargetsCommandInput, ListTargetsCommandOutput } from "./commands/ListTargetsCommand";
|
|
42
|
+
import { PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput } from "./commands/PutAuthPolicyCommand";
|
|
43
|
+
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
44
|
+
import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
|
|
45
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
46
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
47
|
+
import { UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput } from "./commands/UpdateAccessLogSubscriptionCommand";
|
|
48
|
+
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
|
|
49
|
+
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
50
|
+
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
51
|
+
import { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } from "./commands/UpdateServiceNetworkCommand";
|
|
52
|
+
import { UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput } from "./commands/UpdateServiceNetworkVpcAssociationCommand";
|
|
53
|
+
import { UpdateTargetGroupCommandInput, UpdateTargetGroupCommandOutput } from "./commands/UpdateTargetGroupCommand";
|
|
54
|
+
import { VPCLatticeClient } from "./VPCLatticeClient";
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* <p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure,
|
|
58
|
+
* and monitor all of your services across multiple accounts and virtual private clouds (VPCs).
|
|
59
|
+
* Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that
|
|
60
|
+
* 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>
|
|
61
|
+
* </p>
|
|
62
|
+
*/
|
|
63
|
+
export declare class VPCLattice extends VPCLatticeClient {
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* <p>Updates the listener rules in a batch. You can use this operation to change the priority of
|
|
67
|
+
* listener rules. This can be useful when bulk updating or swapping rule priority. </p>
|
|
68
|
+
*/
|
|
69
|
+
batchUpdateRule(args: BatchUpdateRuleCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateRuleCommandOutput>;
|
|
70
|
+
batchUpdateRule(args: BatchUpdateRuleCommandInput, cb: (err: any, data?: BatchUpdateRuleCommandOutput) => void): void;
|
|
71
|
+
batchUpdateRule(args: BatchUpdateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateRuleCommandOutput) => void): void;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
* <p>Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner
|
|
75
|
+
* can use the access logs to audit the services in the network. The service network owner will only
|
|
76
|
+
* see access logs from clients and services that are associated with their service network. Access
|
|
77
|
+
* log entries represent traffic originated from VPCs associated with that network. For more
|
|
78
|
+
* information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/monitoring-access-logs.html">Access logs</a> in the
|
|
79
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
80
|
+
*/
|
|
81
|
+
createAccessLogSubscription(args: CreateAccessLogSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessLogSubscriptionCommandOutput>;
|
|
82
|
+
createAccessLogSubscription(args: CreateAccessLogSubscriptionCommandInput, cb: (err: any, data?: CreateAccessLogSubscriptionCommandOutput) => void): void;
|
|
83
|
+
createAccessLogSubscription(args: CreateAccessLogSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessLogSubscriptionCommandOutput) => void): void;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
* <p>Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must
|
|
87
|
+
* add one or more listeners. A listener is a process that checks for connection requests to your
|
|
88
|
+
* services. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html">Listeners</a> in the
|
|
89
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
90
|
+
*/
|
|
91
|
+
createListener(args: CreateListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateListenerCommandOutput>;
|
|
92
|
+
createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
93
|
+
createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
* <p>Creates a listener rule. Each listener has a default rule for checking connection requests,
|
|
97
|
+
* but you can define additional rules. Each rule consists of a priority, one or more actions, and
|
|
98
|
+
* one or more conditions. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules">Listener rules</a> in the
|
|
99
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
100
|
+
*/
|
|
101
|
+
createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
|
|
102
|
+
createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
|
|
103
|
+
createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
* <p>Creates a service. A service is any software application that can run on instances
|
|
107
|
+
* containers, or serverless functions within an account or virtual private cloud (VPC).</p>
|
|
108
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html">Services</a> in the
|
|
109
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
110
|
+
*/
|
|
111
|
+
createService(args: CreateServiceCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceCommandOutput>;
|
|
112
|
+
createService(args: CreateServiceCommandInput, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
|
|
113
|
+
createService(args: CreateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
* <p>Creates a service network. A service network is a logical boundary for a collection of
|
|
117
|
+
* services. You can associate services and VPCs with a service network.</p>
|
|
118
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html">Service networks</a> in the
|
|
119
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
120
|
+
*/
|
|
121
|
+
createServiceNetwork(args: CreateServiceNetworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceNetworkCommandOutput>;
|
|
122
|
+
createServiceNetwork(args: CreateServiceNetworkCommandInput, cb: (err: any, data?: CreateServiceNetworkCommandOutput) => void): void;
|
|
123
|
+
createServiceNetwork(args: CreateServiceNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceNetworkCommandOutput) => void): void;
|
|
124
|
+
/**
|
|
125
|
+
* @public
|
|
126
|
+
* <p>Associates a service with a service network.</p>
|
|
127
|
+
* <p>You can't use this operation if the service and service network are already associated or if
|
|
128
|
+
* there is a disassociation or deletion in progress. If the association fails, you can retry the
|
|
129
|
+
* operation by deleting the association and recreating it.</p>
|
|
130
|
+
* <p>You cannot associate a service and service network that are shared with a caller. The caller
|
|
131
|
+
* must own either the service or the service network.</p>
|
|
132
|
+
* <p>As a result of this operation, the association is created in the service network account and
|
|
133
|
+
* the association owner account.</p>
|
|
134
|
+
*/
|
|
135
|
+
createServiceNetworkServiceAssociation(args: CreateServiceNetworkServiceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceNetworkServiceAssociationCommandOutput>;
|
|
136
|
+
createServiceNetworkServiceAssociation(args: CreateServiceNetworkServiceAssociationCommandInput, cb: (err: any, data?: CreateServiceNetworkServiceAssociationCommandOutput) => void): void;
|
|
137
|
+
createServiceNetworkServiceAssociation(args: CreateServiceNetworkServiceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceNetworkServiceAssociationCommandOutput) => void): void;
|
|
138
|
+
/**
|
|
139
|
+
* @public
|
|
140
|
+
* <p>Associates a VPC with a service network. When you associate a VPC with the service network,
|
|
141
|
+
* it enables all the resources within that VPC to be clients and communicate with other services in
|
|
142
|
+
* the service network. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-network-associations.html#service-network-vpc-associations">Manage VPC associations</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
143
|
+
* <p>You can't use this operation if there is a disassociation in progress. If the association
|
|
144
|
+
* fails, retry by deleting the association and recreating it.</p>
|
|
145
|
+
* <p>As a result of this operation, the association gets created in the service network account
|
|
146
|
+
* and the VPC owner account.</p>
|
|
147
|
+
* <p>Once a security group is added to the VPC association it cannot be removed. You can add or
|
|
148
|
+
* update the security groups being used for the VPC association once a security group is attached.
|
|
149
|
+
* To remove all security groups you must reassociate the VPC.</p>
|
|
150
|
+
*/
|
|
151
|
+
createServiceNetworkVpcAssociation(args: CreateServiceNetworkVpcAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceNetworkVpcAssociationCommandOutput>;
|
|
152
|
+
createServiceNetworkVpcAssociation(args: CreateServiceNetworkVpcAssociationCommandInput, cb: (err: any, data?: CreateServiceNetworkVpcAssociationCommandOutput) => void): void;
|
|
153
|
+
createServiceNetworkVpcAssociation(args: CreateServiceNetworkVpcAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceNetworkVpcAssociationCommandOutput) => void): void;
|
|
154
|
+
/**
|
|
155
|
+
* @public
|
|
156
|
+
* <p>Creates a target group. A target group is a collection of targets, or compute resources,
|
|
157
|
+
* that run your application or service. A target group can only be used by a single service.</p>
|
|
158
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html">Target groups</a> in the
|
|
159
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
160
|
+
*/
|
|
161
|
+
createTargetGroup(args: CreateTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateTargetGroupCommandOutput>;
|
|
162
|
+
createTargetGroup(args: CreateTargetGroupCommandInput, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
|
|
163
|
+
createTargetGroup(args: CreateTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
* <p>Deletes the specified access log subscription.</p>
|
|
167
|
+
*/
|
|
168
|
+
deleteAccessLogSubscription(args: DeleteAccessLogSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessLogSubscriptionCommandOutput>;
|
|
169
|
+
deleteAccessLogSubscription(args: DeleteAccessLogSubscriptionCommandInput, cb: (err: any, data?: DeleteAccessLogSubscriptionCommandOutput) => void): void;
|
|
170
|
+
deleteAccessLogSubscription(args: DeleteAccessLogSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessLogSubscriptionCommandOutput) => void): void;
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
* <p>Deletes the specified auth policy. If an auth is set to <code>Amazon Web Services_IAM</code>
|
|
174
|
+
* and the auth policy is deleted, all requests will be denied by default. If you are trying to
|
|
175
|
+
* remove the auth policy completely, you must set the auth_type to <code>NONE</code>. If auth is
|
|
176
|
+
* enabled on the resource, but no auth policy is set, all requests will be denied.</p>
|
|
177
|
+
*/
|
|
178
|
+
deleteAuthPolicy(args: DeleteAuthPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAuthPolicyCommandOutput>;
|
|
179
|
+
deleteAuthPolicy(args: DeleteAuthPolicyCommandInput, cb: (err: any, data?: DeleteAuthPolicyCommandOutput) => void): void;
|
|
180
|
+
deleteAuthPolicy(args: DeleteAuthPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAuthPolicyCommandOutput) => void): void;
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
* <p>Deletes the specified listener.</p>
|
|
184
|
+
*/
|
|
185
|
+
deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
|
|
186
|
+
deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
187
|
+
deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
* <p>Deletes the specified resource policy.</p>
|
|
191
|
+
*/
|
|
192
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
|
|
193
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
194
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
* <p>Deletes a listener rule. Each listener has a default rule for checking connection requests,
|
|
198
|
+
* but you can define additional rules. Each rule consists of a priority, one or more actions, and
|
|
199
|
+
* one or more conditions. You can delete additional listener rules, but you cannot delete the
|
|
200
|
+
* default rule.</p>
|
|
201
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules">Listener rules</a> in the
|
|
202
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
203
|
+
*/
|
|
204
|
+
deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
|
|
205
|
+
deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
|
|
206
|
+
deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
* <p>Deletes a service. A service can't be deleted if it's associated with a service network. If
|
|
210
|
+
* you delete a service, all resources related to the service, such as the resource policy, auth
|
|
211
|
+
* policy, listeners, listener rules, and access log subscriptions, are also deleted. For more
|
|
212
|
+
* information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html#delete-service">Delete a service</a> in the
|
|
213
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
214
|
+
*/
|
|
215
|
+
deleteService(args: DeleteServiceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceCommandOutput>;
|
|
216
|
+
deleteService(args: DeleteServiceCommandInput, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
|
|
217
|
+
deleteService(args: DeleteServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
* <p>Deletes a service network. You can only delete the service network if there is no service or
|
|
221
|
+
* VPC associated with it. If you delete a service network, all resources related to the service
|
|
222
|
+
* network, such as the resource policy, auth policy, and access log subscriptions, are also
|
|
223
|
+
* deleted. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#delete-service-network">Delete a service
|
|
224
|
+
* network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
225
|
+
*/
|
|
226
|
+
deleteServiceNetwork(args: DeleteServiceNetworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceNetworkCommandOutput>;
|
|
227
|
+
deleteServiceNetwork(args: DeleteServiceNetworkCommandInput, cb: (err: any, data?: DeleteServiceNetworkCommandOutput) => void): void;
|
|
228
|
+
deleteServiceNetwork(args: DeleteServiceNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceNetworkCommandOutput) => void): void;
|
|
229
|
+
/**
|
|
230
|
+
* @public
|
|
231
|
+
* <p>Deletes the association between a specified service and the specific service network. This
|
|
232
|
+
* request will fail if an association is still in progress.</p>
|
|
233
|
+
*/
|
|
234
|
+
deleteServiceNetworkServiceAssociation(args: DeleteServiceNetworkServiceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceNetworkServiceAssociationCommandOutput>;
|
|
235
|
+
deleteServiceNetworkServiceAssociation(args: DeleteServiceNetworkServiceAssociationCommandInput, cb: (err: any, data?: DeleteServiceNetworkServiceAssociationCommandOutput) => void): void;
|
|
236
|
+
deleteServiceNetworkServiceAssociation(args: DeleteServiceNetworkServiceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceNetworkServiceAssociationCommandOutput) => void): void;
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
* <p>Disassociates the VPC from the service network. You can't disassociate the VPC if there is a
|
|
240
|
+
* create or update association in progress.</p>
|
|
241
|
+
*/
|
|
242
|
+
deleteServiceNetworkVpcAssociation(args: DeleteServiceNetworkVpcAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceNetworkVpcAssociationCommandOutput>;
|
|
243
|
+
deleteServiceNetworkVpcAssociation(args: DeleteServiceNetworkVpcAssociationCommandInput, cb: (err: any, data?: DeleteServiceNetworkVpcAssociationCommandOutput) => void): void;
|
|
244
|
+
deleteServiceNetworkVpcAssociation(args: DeleteServiceNetworkVpcAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceNetworkVpcAssociationCommandOutput) => void): void;
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
* <p>Deletes a target group. You can't delete a target group if it is used in a listener rule or
|
|
248
|
+
* if the target group creation is in progress.</p>
|
|
249
|
+
*/
|
|
250
|
+
deleteTargetGroup(args: DeleteTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTargetGroupCommandOutput>;
|
|
251
|
+
deleteTargetGroup(args: DeleteTargetGroupCommandInput, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
|
|
252
|
+
deleteTargetGroup(args: DeleteTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
|
|
253
|
+
/**
|
|
254
|
+
* @public
|
|
255
|
+
* <p>Deregisters the specified targets from the specified target group.</p>
|
|
256
|
+
*/
|
|
257
|
+
deregisterTargets(args: DeregisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTargetsCommandOutput>;
|
|
258
|
+
deregisterTargets(args: DeregisterTargetsCommandInput, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
|
|
259
|
+
deregisterTargets(args: DeregisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
* <p>Retrieves information about the specified access log subscription.</p>
|
|
263
|
+
*/
|
|
264
|
+
getAccessLogSubscription(args: GetAccessLogSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessLogSubscriptionCommandOutput>;
|
|
265
|
+
getAccessLogSubscription(args: GetAccessLogSubscriptionCommandInput, cb: (err: any, data?: GetAccessLogSubscriptionCommandOutput) => void): void;
|
|
266
|
+
getAccessLogSubscription(args: GetAccessLogSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessLogSubscriptionCommandOutput) => void): void;
|
|
267
|
+
/**
|
|
268
|
+
* @public
|
|
269
|
+
* <p>Retrieves information about the auth policy for the specified service or service
|
|
270
|
+
* network.</p>
|
|
271
|
+
*/
|
|
272
|
+
getAuthPolicy(args: GetAuthPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetAuthPolicyCommandOutput>;
|
|
273
|
+
getAuthPolicy(args: GetAuthPolicyCommandInput, cb: (err: any, data?: GetAuthPolicyCommandOutput) => void): void;
|
|
274
|
+
getAuthPolicy(args: GetAuthPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAuthPolicyCommandOutput) => void): void;
|
|
275
|
+
/**
|
|
276
|
+
* @public
|
|
277
|
+
* <p>Retrieves information about the specified listener for the specified service.</p>
|
|
278
|
+
*/
|
|
279
|
+
getListener(args: GetListenerCommandInput, options?: __HttpHandlerOptions): Promise<GetListenerCommandOutput>;
|
|
280
|
+
getListener(args: GetListenerCommandInput, cb: (err: any, data?: GetListenerCommandOutput) => void): void;
|
|
281
|
+
getListener(args: GetListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetListenerCommandOutput) => void): void;
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
* <p>Retrieves information about the resource policy. The resource policy is an IAM policy
|
|
285
|
+
* created by AWS RAM on behalf of the resource owner when they share a resource.</p>
|
|
286
|
+
*/
|
|
287
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
|
|
288
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
289
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
290
|
+
/**
|
|
291
|
+
* @public
|
|
292
|
+
* <p>Retrieves information about listener rules. You can also retrieve information about the
|
|
293
|
+
* default listener rule. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules">Listener rules</a> in the
|
|
294
|
+
* <i>Amazon VPC Lattice User Guide</i>.</p>
|
|
295
|
+
*/
|
|
296
|
+
getRule(args: GetRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetRuleCommandOutput>;
|
|
297
|
+
getRule(args: GetRuleCommandInput, cb: (err: any, data?: GetRuleCommandOutput) => void): void;
|
|
298
|
+
getRule(args: GetRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRuleCommandOutput) => void): void;
|
|
299
|
+
/**
|
|
300
|
+
* @public
|
|
301
|
+
* <p>Retrieves information about the specified service.</p>
|
|
302
|
+
*/
|
|
303
|
+
getService(args: GetServiceCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceCommandOutput>;
|
|
304
|
+
getService(args: GetServiceCommandInput, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
|
|
305
|
+
getService(args: GetServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
|
|
306
|
+
/**
|
|
307
|
+
* @public
|
|
308
|
+
* <p>Retrieves information about the specified service network.</p>
|
|
309
|
+
*/
|
|
310
|
+
getServiceNetwork(args: GetServiceNetworkCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceNetworkCommandOutput>;
|
|
311
|
+
getServiceNetwork(args: GetServiceNetworkCommandInput, cb: (err: any, data?: GetServiceNetworkCommandOutput) => void): void;
|
|
312
|
+
getServiceNetwork(args: GetServiceNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceNetworkCommandOutput) => void): void;
|
|
313
|
+
/**
|
|
314
|
+
* @public
|
|
315
|
+
* <p>Retrieves information about the specified association between a service network and a
|
|
316
|
+
* service.</p>
|
|
317
|
+
*/
|
|
318
|
+
getServiceNetworkServiceAssociation(args: GetServiceNetworkServiceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceNetworkServiceAssociationCommandOutput>;
|
|
319
|
+
getServiceNetworkServiceAssociation(args: GetServiceNetworkServiceAssociationCommandInput, cb: (err: any, data?: GetServiceNetworkServiceAssociationCommandOutput) => void): void;
|
|
320
|
+
getServiceNetworkServiceAssociation(args: GetServiceNetworkServiceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceNetworkServiceAssociationCommandOutput) => void): void;
|
|
321
|
+
/**
|
|
322
|
+
* @public
|
|
323
|
+
* <p>Retrieves information about the association between a service network and a VPC.</p>
|
|
324
|
+
*/
|
|
325
|
+
getServiceNetworkVpcAssociation(args: GetServiceNetworkVpcAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceNetworkVpcAssociationCommandOutput>;
|
|
326
|
+
getServiceNetworkVpcAssociation(args: GetServiceNetworkVpcAssociationCommandInput, cb: (err: any, data?: GetServiceNetworkVpcAssociationCommandOutput) => void): void;
|
|
327
|
+
getServiceNetworkVpcAssociation(args: GetServiceNetworkVpcAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceNetworkVpcAssociationCommandOutput) => void): void;
|
|
328
|
+
/**
|
|
329
|
+
* @public
|
|
330
|
+
* <p>Retrieves information about the specified target group.</p>
|
|
331
|
+
*/
|
|
332
|
+
getTargetGroup(args: GetTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetTargetGroupCommandOutput>;
|
|
333
|
+
getTargetGroup(args: GetTargetGroupCommandInput, cb: (err: any, data?: GetTargetGroupCommandOutput) => void): void;
|
|
334
|
+
getTargetGroup(args: GetTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTargetGroupCommandOutput) => void): void;
|
|
335
|
+
/**
|
|
336
|
+
* @public
|
|
337
|
+
* <p>Lists all access log subscriptions for the specified service network or service.</p>
|
|
338
|
+
*/
|
|
339
|
+
listAccessLogSubscriptions(args: ListAccessLogSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessLogSubscriptionsCommandOutput>;
|
|
340
|
+
listAccessLogSubscriptions(args: ListAccessLogSubscriptionsCommandInput, cb: (err: any, data?: ListAccessLogSubscriptionsCommandOutput) => void): void;
|
|
341
|
+
listAccessLogSubscriptions(args: ListAccessLogSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessLogSubscriptionsCommandOutput) => void): void;
|
|
342
|
+
/**
|
|
343
|
+
* @public
|
|
344
|
+
* <p>Lists the listeners for the specified service.</p>
|
|
345
|
+
*/
|
|
346
|
+
listListeners(args: ListListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListListenersCommandOutput>;
|
|
347
|
+
listListeners(args: ListListenersCommandInput, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
|
|
348
|
+
listListeners(args: ListListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
|
|
349
|
+
/**
|
|
350
|
+
* @public
|
|
351
|
+
* <p>Lists the rules for the listener.</p>
|
|
352
|
+
*/
|
|
353
|
+
listRules(args: ListRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesCommandOutput>;
|
|
354
|
+
listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
|
|
355
|
+
listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
|
|
356
|
+
/**
|
|
357
|
+
* @public
|
|
358
|
+
* <p>Lists the service networks owned by the caller account or shared with the caller account.
|
|
359
|
+
* Also includes the account ID in the ARN to show which account owns the service network.</p>
|
|
360
|
+
*/
|
|
361
|
+
listServiceNetworks(args: ListServiceNetworksCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceNetworksCommandOutput>;
|
|
362
|
+
listServiceNetworks(args: ListServiceNetworksCommandInput, cb: (err: any, data?: ListServiceNetworksCommandOutput) => void): void;
|
|
363
|
+
listServiceNetworks(args: ListServiceNetworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceNetworksCommandOutput) => void): void;
|
|
364
|
+
/**
|
|
365
|
+
* @public
|
|
366
|
+
* <p>Lists the associations between the service network and the service. You can filter the list
|
|
367
|
+
* either by service or service network. You must provide either the service network identifier or
|
|
368
|
+
* the service identifier.</p>
|
|
369
|
+
* <p>Every association in Amazon VPC Lattice is given a unique Amazon Resource Name (ARN), such as when a
|
|
370
|
+
* service network is associated with a VPC or when a service is associated with a service network.
|
|
371
|
+
* If the association is for a resource that is shared with another account, the association will
|
|
372
|
+
* include the local account ID as the prefix in the ARN for each account the resource is shared
|
|
373
|
+
* with.</p>
|
|
374
|
+
*/
|
|
375
|
+
listServiceNetworkServiceAssociations(args: ListServiceNetworkServiceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceNetworkServiceAssociationsCommandOutput>;
|
|
376
|
+
listServiceNetworkServiceAssociations(args: ListServiceNetworkServiceAssociationsCommandInput, cb: (err: any, data?: ListServiceNetworkServiceAssociationsCommandOutput) => void): void;
|
|
377
|
+
listServiceNetworkServiceAssociations(args: ListServiceNetworkServiceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceNetworkServiceAssociationsCommandOutput) => void): void;
|
|
378
|
+
/**
|
|
379
|
+
* @public
|
|
380
|
+
* <p>Lists the service network and VPC associations. You can filter the list either by VPC or
|
|
381
|
+
* service network. You must provide either the service network identifier or the VPC
|
|
382
|
+
* identifier.</p>
|
|
383
|
+
*/
|
|
384
|
+
listServiceNetworkVpcAssociations(args: ListServiceNetworkVpcAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceNetworkVpcAssociationsCommandOutput>;
|
|
385
|
+
listServiceNetworkVpcAssociations(args: ListServiceNetworkVpcAssociationsCommandInput, cb: (err: any, data?: ListServiceNetworkVpcAssociationsCommandOutput) => void): void;
|
|
386
|
+
listServiceNetworkVpcAssociations(args: ListServiceNetworkVpcAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceNetworkVpcAssociationsCommandOutput) => void): void;
|
|
387
|
+
/**
|
|
388
|
+
* @public
|
|
389
|
+
* <p>Lists the services owned by the caller account or shared with the caller account.</p>
|
|
390
|
+
*/
|
|
391
|
+
listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicesCommandOutput>;
|
|
392
|
+
listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
|
|
393
|
+
listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
|
|
394
|
+
/**
|
|
395
|
+
* @public
|
|
396
|
+
* <p>Lists the tags for the specified resource.</p>
|
|
397
|
+
*/
|
|
398
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
399
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
400
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
401
|
+
/**
|
|
402
|
+
* @public
|
|
403
|
+
* <p>Lists your target groups. You can narrow your search by using the filters below in your
|
|
404
|
+
* request.</p>
|
|
405
|
+
*/
|
|
406
|
+
listTargetGroups(args: ListTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetGroupsCommandOutput>;
|
|
407
|
+
listTargetGroups(args: ListTargetGroupsCommandInput, cb: (err: any, data?: ListTargetGroupsCommandOutput) => void): void;
|
|
408
|
+
listTargetGroups(args: ListTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetGroupsCommandOutput) => void): void;
|
|
409
|
+
/**
|
|
410
|
+
* @public
|
|
411
|
+
* <p>Lists the targets for the target group. By default, all targets are included. You can use
|
|
412
|
+
* this API to check the health status of targets. You can also filter the results by target. </p>
|
|
413
|
+
*/
|
|
414
|
+
listTargets(args: ListTargetsCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetsCommandOutput>;
|
|
415
|
+
listTargets(args: ListTargetsCommandInput, cb: (err: any, data?: ListTargetsCommandOutput) => void): void;
|
|
416
|
+
listTargets(args: ListTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsCommandOutput) => void): void;
|
|
417
|
+
/**
|
|
418
|
+
* @public
|
|
419
|
+
* <p>Creates or updates the auth policy.</p>
|
|
420
|
+
*/
|
|
421
|
+
putAuthPolicy(args: PutAuthPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutAuthPolicyCommandOutput>;
|
|
422
|
+
putAuthPolicy(args: PutAuthPolicyCommandInput, cb: (err: any, data?: PutAuthPolicyCommandOutput) => void): void;
|
|
423
|
+
putAuthPolicy(args: PutAuthPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAuthPolicyCommandOutput) => void): void;
|
|
424
|
+
/**
|
|
425
|
+
* @public
|
|
426
|
+
* <p>Attaches a resource-based permission policy to a service or service network. The policy must
|
|
427
|
+
* contain the same actions and condition statements as the Amazon Web Services Resource Access
|
|
428
|
+
* Manager permission for sharing services and service networks.</p>
|
|
429
|
+
*/
|
|
430
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
|
|
431
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
432
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
433
|
+
/**
|
|
434
|
+
* @public
|
|
435
|
+
* <p>Registers the targets with the target group. If it's a Lambda target, you can only have one
|
|
436
|
+
* target in a target group.</p>
|
|
437
|
+
*/
|
|
438
|
+
registerTargets(args: RegisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTargetsCommandOutput>;
|
|
439
|
+
registerTargets(args: RegisterTargetsCommandInput, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
|
|
440
|
+
registerTargets(args: RegisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
|
|
441
|
+
/**
|
|
442
|
+
* @public
|
|
443
|
+
* <p>Adds the specified tags to the specified resource.</p>
|
|
444
|
+
*/
|
|
445
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
446
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
447
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
448
|
+
/**
|
|
449
|
+
* @public
|
|
450
|
+
* <p>Removes the specified tags from the specified resource.</p>
|
|
451
|
+
*/
|
|
452
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
453
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
454
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
455
|
+
/**
|
|
456
|
+
* @public
|
|
457
|
+
* <p>Updates the specified access log subscription.</p>
|
|
458
|
+
*/
|
|
459
|
+
updateAccessLogSubscription(args: UpdateAccessLogSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccessLogSubscriptionCommandOutput>;
|
|
460
|
+
updateAccessLogSubscription(args: UpdateAccessLogSubscriptionCommandInput, cb: (err: any, data?: UpdateAccessLogSubscriptionCommandOutput) => void): void;
|
|
461
|
+
updateAccessLogSubscription(args: UpdateAccessLogSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessLogSubscriptionCommandOutput) => void): void;
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
* <p>Updates the specified listener for the specified service.</p>
|
|
465
|
+
*/
|
|
466
|
+
updateListener(args: UpdateListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateListenerCommandOutput>;
|
|
467
|
+
updateListener(args: UpdateListenerCommandInput, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
|
|
468
|
+
updateListener(args: UpdateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
|
|
469
|
+
/**
|
|
470
|
+
* @public
|
|
471
|
+
* <p>Updates a rule for the listener. You can't modify a default listener rule. To modify a
|
|
472
|
+
* default listener rule, use <code>UpdateListener</code>.</p>
|
|
473
|
+
*/
|
|
474
|
+
updateRule(args: UpdateRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleCommandOutput>;
|
|
475
|
+
updateRule(args: UpdateRuleCommandInput, cb: (err: any, data?: UpdateRuleCommandOutput) => void): void;
|
|
476
|
+
updateRule(args: UpdateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleCommandOutput) => void): void;
|
|
477
|
+
/**
|
|
478
|
+
* @public
|
|
479
|
+
* <p>Updates the specified service.</p>
|
|
480
|
+
*/
|
|
481
|
+
updateService(args: UpdateServiceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceCommandOutput>;
|
|
482
|
+
updateService(args: UpdateServiceCommandInput, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
|
|
483
|
+
updateService(args: UpdateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
|
|
484
|
+
/**
|
|
485
|
+
* @public
|
|
486
|
+
* <p>Updates the specified service network.</p>
|
|
487
|
+
*/
|
|
488
|
+
updateServiceNetwork(args: UpdateServiceNetworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceNetworkCommandOutput>;
|
|
489
|
+
updateServiceNetwork(args: UpdateServiceNetworkCommandInput, cb: (err: any, data?: UpdateServiceNetworkCommandOutput) => void): void;
|
|
490
|
+
updateServiceNetwork(args: UpdateServiceNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceNetworkCommandOutput) => void): void;
|
|
491
|
+
/**
|
|
492
|
+
* @public
|
|
493
|
+
* <p>Updates the service network and VPC association. Once you add a security group, it cannot be
|
|
494
|
+
* removed.</p>
|
|
495
|
+
*/
|
|
496
|
+
updateServiceNetworkVpcAssociation(args: UpdateServiceNetworkVpcAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceNetworkVpcAssociationCommandOutput>;
|
|
497
|
+
updateServiceNetworkVpcAssociation(args: UpdateServiceNetworkVpcAssociationCommandInput, cb: (err: any, data?: UpdateServiceNetworkVpcAssociationCommandOutput) => void): void;
|
|
498
|
+
updateServiceNetworkVpcAssociation(args: UpdateServiceNetworkVpcAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceNetworkVpcAssociationCommandOutput) => void): void;
|
|
499
|
+
/**
|
|
500
|
+
* @public
|
|
501
|
+
* <p>Updates the specified target group.</p>
|
|
502
|
+
*/
|
|
503
|
+
updateTargetGroup(args: UpdateTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTargetGroupCommandOutput>;
|
|
504
|
+
updateTargetGroup(args: UpdateTargetGroupCommandInput, cb: (err: any, data?: UpdateTargetGroupCommandOutput) => void): void;
|
|
505
|
+
updateTargetGroup(args: UpdateTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTargetGroupCommandOutput) => void): void;
|
|
506
|
+
}
|