@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,1022 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { VPCLatticeServiceException as __BaseException } from "./VPCLatticeServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class ConflictException extends __BaseException {
|
|
11
|
+
readonly name: "ConflictException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
resourceId: string | undefined;
|
|
14
|
+
resourceType: string | undefined;
|
|
15
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
export interface CreateAccessLogSubscriptionRequest {
|
|
18
|
+
clientToken?: string;
|
|
19
|
+
resourceIdentifier: string | undefined;
|
|
20
|
+
destinationArn: string | undefined;
|
|
21
|
+
tags?: Record<string, string>;
|
|
22
|
+
}
|
|
23
|
+
export interface CreateAccessLogSubscriptionResponse {
|
|
24
|
+
id: string | undefined;
|
|
25
|
+
arn: string | undefined;
|
|
26
|
+
resourceId: string | undefined;
|
|
27
|
+
resourceArn: string | undefined;
|
|
28
|
+
destinationArn: string | undefined;
|
|
29
|
+
}
|
|
30
|
+
export declare class InternalServerException extends __BaseException {
|
|
31
|
+
readonly name: "InternalServerException";
|
|
32
|
+
readonly $fault: "server";
|
|
33
|
+
$retryable: {};
|
|
34
|
+
retryAfterSeconds?: number;
|
|
35
|
+
constructor(
|
|
36
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
40
|
+
readonly name: "ResourceNotFoundException";
|
|
41
|
+
readonly $fault: "client";
|
|
42
|
+
resourceId: string | undefined;
|
|
43
|
+
resourceType: string | undefined;
|
|
44
|
+
constructor(
|
|
45
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
export declare class ThrottlingException extends __BaseException {
|
|
49
|
+
readonly name: "ThrottlingException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
$retryable: {
|
|
52
|
+
throttling: boolean;
|
|
53
|
+
};
|
|
54
|
+
serviceCode?: string;
|
|
55
|
+
quotaCode?: string;
|
|
56
|
+
retryAfterSeconds?: number;
|
|
57
|
+
constructor(
|
|
58
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
export interface ValidationExceptionField {
|
|
62
|
+
name: string | undefined;
|
|
63
|
+
message: string | undefined;
|
|
64
|
+
}
|
|
65
|
+
export declare const ValidationExceptionReason: {
|
|
66
|
+
readonly CANNOT_PARSE: "cannotParse";
|
|
67
|
+
readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
|
|
68
|
+
readonly OTHER: "other";
|
|
69
|
+
readonly UNKNOWN_OPERATION: "unknownOperation";
|
|
70
|
+
};
|
|
71
|
+
export type ValidationExceptionReason =
|
|
72
|
+
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
73
|
+
export declare class ValidationException extends __BaseException {
|
|
74
|
+
readonly name: "ValidationException";
|
|
75
|
+
readonly $fault: "client";
|
|
76
|
+
reason: ValidationExceptionReason | string | undefined;
|
|
77
|
+
fieldList?: ValidationExceptionField[];
|
|
78
|
+
constructor(
|
|
79
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
export interface DeleteAccessLogSubscriptionRequest {
|
|
83
|
+
accessLogSubscriptionIdentifier: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface DeleteAccessLogSubscriptionResponse {}
|
|
86
|
+
export interface GetAccessLogSubscriptionRequest {
|
|
87
|
+
accessLogSubscriptionIdentifier: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface GetAccessLogSubscriptionResponse {
|
|
90
|
+
id: string | undefined;
|
|
91
|
+
arn: string | undefined;
|
|
92
|
+
resourceId: string | undefined;
|
|
93
|
+
resourceArn: string | undefined;
|
|
94
|
+
destinationArn: string | undefined;
|
|
95
|
+
createdAt: Date | undefined;
|
|
96
|
+
lastUpdatedAt: Date | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface ListAccessLogSubscriptionsRequest {
|
|
99
|
+
resourceIdentifier: string | undefined;
|
|
100
|
+
maxResults?: number;
|
|
101
|
+
nextToken?: string;
|
|
102
|
+
}
|
|
103
|
+
export interface AccessLogSubscriptionSummary {
|
|
104
|
+
id: string | undefined;
|
|
105
|
+
arn: string | undefined;
|
|
106
|
+
resourceId: string | undefined;
|
|
107
|
+
resourceArn: string | undefined;
|
|
108
|
+
destinationArn: string | undefined;
|
|
109
|
+
createdAt: Date | undefined;
|
|
110
|
+
lastUpdatedAt: Date | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface ListAccessLogSubscriptionsResponse {
|
|
113
|
+
items: AccessLogSubscriptionSummary[] | undefined;
|
|
114
|
+
nextToken?: string;
|
|
115
|
+
}
|
|
116
|
+
export interface UpdateAccessLogSubscriptionRequest {
|
|
117
|
+
accessLogSubscriptionIdentifier: string | undefined;
|
|
118
|
+
destinationArn: string | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface UpdateAccessLogSubscriptionResponse {
|
|
121
|
+
id: string | undefined;
|
|
122
|
+
arn: string | undefined;
|
|
123
|
+
resourceId: string | undefined;
|
|
124
|
+
resourceArn: string | undefined;
|
|
125
|
+
destinationArn: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export declare const AuthPolicyState: {
|
|
128
|
+
readonly Active: "Active";
|
|
129
|
+
readonly Inactive: "Inactive";
|
|
130
|
+
};
|
|
131
|
+
export type AuthPolicyState =
|
|
132
|
+
(typeof AuthPolicyState)[keyof typeof AuthPolicyState];
|
|
133
|
+
export declare const AuthType: {
|
|
134
|
+
readonly AWS_IAM: "AWS_IAM";
|
|
135
|
+
readonly NONE: "NONE";
|
|
136
|
+
};
|
|
137
|
+
export type AuthType = (typeof AuthType)[keyof typeof AuthType];
|
|
138
|
+
export interface FixedResponseAction {
|
|
139
|
+
statusCode: number | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface WeightedTargetGroup {
|
|
142
|
+
targetGroupIdentifier: string | undefined;
|
|
143
|
+
weight?: number;
|
|
144
|
+
}
|
|
145
|
+
export interface ForwardAction {
|
|
146
|
+
targetGroups: WeightedTargetGroup[] | undefined;
|
|
147
|
+
}
|
|
148
|
+
export type RuleAction =
|
|
149
|
+
| RuleAction.FixedResponseMember
|
|
150
|
+
| RuleAction.ForwardMember
|
|
151
|
+
| RuleAction.$UnknownMember;
|
|
152
|
+
export declare namespace RuleAction {
|
|
153
|
+
interface ForwardMember {
|
|
154
|
+
forward: ForwardAction;
|
|
155
|
+
fixedResponse?: never;
|
|
156
|
+
$unknown?: never;
|
|
157
|
+
}
|
|
158
|
+
interface FixedResponseMember {
|
|
159
|
+
forward?: never;
|
|
160
|
+
fixedResponse: FixedResponseAction;
|
|
161
|
+
$unknown?: never;
|
|
162
|
+
}
|
|
163
|
+
interface $UnknownMember {
|
|
164
|
+
forward?: never;
|
|
165
|
+
fixedResponse?: never;
|
|
166
|
+
$unknown: [string, any];
|
|
167
|
+
}
|
|
168
|
+
interface Visitor<T> {
|
|
169
|
+
forward: (value: ForwardAction) => T;
|
|
170
|
+
fixedResponse: (value: FixedResponseAction) => T;
|
|
171
|
+
_: (name: string, value: any) => T;
|
|
172
|
+
}
|
|
173
|
+
const visit: <T>(value: RuleAction, visitor: Visitor<T>) => T;
|
|
174
|
+
}
|
|
175
|
+
export type HeaderMatchType =
|
|
176
|
+
| HeaderMatchType.ContainsMember
|
|
177
|
+
| HeaderMatchType.ExactMember
|
|
178
|
+
| HeaderMatchType.PrefixMember
|
|
179
|
+
| HeaderMatchType.$UnknownMember;
|
|
180
|
+
export declare namespace HeaderMatchType {
|
|
181
|
+
interface ExactMember {
|
|
182
|
+
exact: string;
|
|
183
|
+
prefix?: never;
|
|
184
|
+
contains?: never;
|
|
185
|
+
$unknown?: never;
|
|
186
|
+
}
|
|
187
|
+
interface PrefixMember {
|
|
188
|
+
exact?: never;
|
|
189
|
+
prefix: string;
|
|
190
|
+
contains?: never;
|
|
191
|
+
$unknown?: never;
|
|
192
|
+
}
|
|
193
|
+
interface ContainsMember {
|
|
194
|
+
exact?: never;
|
|
195
|
+
prefix?: never;
|
|
196
|
+
contains: string;
|
|
197
|
+
$unknown?: never;
|
|
198
|
+
}
|
|
199
|
+
interface $UnknownMember {
|
|
200
|
+
exact?: never;
|
|
201
|
+
prefix?: never;
|
|
202
|
+
contains?: never;
|
|
203
|
+
$unknown: [string, any];
|
|
204
|
+
}
|
|
205
|
+
interface Visitor<T> {
|
|
206
|
+
exact: (value: string) => T;
|
|
207
|
+
prefix: (value: string) => T;
|
|
208
|
+
contains: (value: string) => T;
|
|
209
|
+
_: (name: string, value: any) => T;
|
|
210
|
+
}
|
|
211
|
+
const visit: <T>(value: HeaderMatchType, visitor: Visitor<T>) => T;
|
|
212
|
+
}
|
|
213
|
+
export interface HeaderMatch {
|
|
214
|
+
name: string | undefined;
|
|
215
|
+
match: HeaderMatchType | undefined;
|
|
216
|
+
caseSensitive?: boolean;
|
|
217
|
+
}
|
|
218
|
+
export type PathMatchType =
|
|
219
|
+
| PathMatchType.ExactMember
|
|
220
|
+
| PathMatchType.PrefixMember
|
|
221
|
+
| PathMatchType.$UnknownMember;
|
|
222
|
+
export declare namespace PathMatchType {
|
|
223
|
+
interface ExactMember {
|
|
224
|
+
exact: string;
|
|
225
|
+
prefix?: never;
|
|
226
|
+
$unknown?: never;
|
|
227
|
+
}
|
|
228
|
+
interface PrefixMember {
|
|
229
|
+
exact?: never;
|
|
230
|
+
prefix: string;
|
|
231
|
+
$unknown?: never;
|
|
232
|
+
}
|
|
233
|
+
interface $UnknownMember {
|
|
234
|
+
exact?: never;
|
|
235
|
+
prefix?: never;
|
|
236
|
+
$unknown: [string, any];
|
|
237
|
+
}
|
|
238
|
+
interface Visitor<T> {
|
|
239
|
+
exact: (value: string) => T;
|
|
240
|
+
prefix: (value: string) => T;
|
|
241
|
+
_: (name: string, value: any) => T;
|
|
242
|
+
}
|
|
243
|
+
const visit: <T>(value: PathMatchType, visitor: Visitor<T>) => T;
|
|
244
|
+
}
|
|
245
|
+
export interface PathMatch {
|
|
246
|
+
match: PathMatchType | undefined;
|
|
247
|
+
caseSensitive?: boolean;
|
|
248
|
+
}
|
|
249
|
+
export interface HttpMatch {
|
|
250
|
+
method?: string;
|
|
251
|
+
pathMatch?: PathMatch;
|
|
252
|
+
headerMatches?: HeaderMatch[];
|
|
253
|
+
}
|
|
254
|
+
export type RuleMatch = RuleMatch.HttpMatchMember | RuleMatch.$UnknownMember;
|
|
255
|
+
export declare namespace RuleMatch {
|
|
256
|
+
interface HttpMatchMember {
|
|
257
|
+
httpMatch: HttpMatch;
|
|
258
|
+
$unknown?: never;
|
|
259
|
+
}
|
|
260
|
+
interface $UnknownMember {
|
|
261
|
+
httpMatch?: never;
|
|
262
|
+
$unknown: [string, any];
|
|
263
|
+
}
|
|
264
|
+
interface Visitor<T> {
|
|
265
|
+
httpMatch: (value: HttpMatch) => T;
|
|
266
|
+
_: (name: string, value: any) => T;
|
|
267
|
+
}
|
|
268
|
+
const visit: <T>(value: RuleMatch, visitor: Visitor<T>) => T;
|
|
269
|
+
}
|
|
270
|
+
export interface RuleUpdate {
|
|
271
|
+
ruleIdentifier: string | undefined;
|
|
272
|
+
match?: RuleMatch;
|
|
273
|
+
priority?: number;
|
|
274
|
+
action?: RuleAction;
|
|
275
|
+
}
|
|
276
|
+
export interface BatchUpdateRuleRequest {
|
|
277
|
+
serviceIdentifier: string | undefined;
|
|
278
|
+
listenerIdentifier: string | undefined;
|
|
279
|
+
rules: RuleUpdate[] | undefined;
|
|
280
|
+
}
|
|
281
|
+
export interface RuleUpdateSuccess {
|
|
282
|
+
arn?: string;
|
|
283
|
+
id?: string;
|
|
284
|
+
name?: string;
|
|
285
|
+
isDefault?: boolean;
|
|
286
|
+
match?: RuleMatch;
|
|
287
|
+
priority?: number;
|
|
288
|
+
action?: RuleAction;
|
|
289
|
+
}
|
|
290
|
+
export interface RuleUpdateFailure {
|
|
291
|
+
ruleIdentifier?: string;
|
|
292
|
+
failureCode?: string;
|
|
293
|
+
failureMessage?: string;
|
|
294
|
+
}
|
|
295
|
+
export interface BatchUpdateRuleResponse {
|
|
296
|
+
successful?: RuleUpdateSuccess[];
|
|
297
|
+
unsuccessful?: RuleUpdateFailure[];
|
|
298
|
+
}
|
|
299
|
+
export declare const ListenerProtocol: {
|
|
300
|
+
readonly HTTP: "HTTP";
|
|
301
|
+
readonly HTTPS: "HTTPS";
|
|
302
|
+
};
|
|
303
|
+
export type ListenerProtocol =
|
|
304
|
+
(typeof ListenerProtocol)[keyof typeof ListenerProtocol];
|
|
305
|
+
export interface CreateListenerRequest {
|
|
306
|
+
serviceIdentifier: string | undefined;
|
|
307
|
+
name: string | undefined;
|
|
308
|
+
protocol: ListenerProtocol | string | undefined;
|
|
309
|
+
port?: number;
|
|
310
|
+
defaultAction: RuleAction | undefined;
|
|
311
|
+
clientToken?: string;
|
|
312
|
+
tags?: Record<string, string>;
|
|
313
|
+
}
|
|
314
|
+
export interface CreateListenerResponse {
|
|
315
|
+
arn?: string;
|
|
316
|
+
id?: string;
|
|
317
|
+
name?: string;
|
|
318
|
+
protocol?: ListenerProtocol | string;
|
|
319
|
+
port?: number;
|
|
320
|
+
serviceArn?: string;
|
|
321
|
+
serviceId?: string;
|
|
322
|
+
defaultAction?: RuleAction;
|
|
323
|
+
}
|
|
324
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
325
|
+
readonly name: "ServiceQuotaExceededException";
|
|
326
|
+
readonly $fault: "client";
|
|
327
|
+
resourceId?: string;
|
|
328
|
+
resourceType: string | undefined;
|
|
329
|
+
serviceCode: string | undefined;
|
|
330
|
+
quotaCode: string | undefined;
|
|
331
|
+
constructor(
|
|
332
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
333
|
+
);
|
|
334
|
+
}
|
|
335
|
+
export interface CreateRuleRequest {
|
|
336
|
+
serviceIdentifier: string | undefined;
|
|
337
|
+
listenerIdentifier: string | undefined;
|
|
338
|
+
name: string | undefined;
|
|
339
|
+
match: RuleMatch | undefined;
|
|
340
|
+
priority: number | undefined;
|
|
341
|
+
action: RuleAction | undefined;
|
|
342
|
+
clientToken?: string;
|
|
343
|
+
tags?: Record<string, string>;
|
|
344
|
+
}
|
|
345
|
+
export interface CreateRuleResponse {
|
|
346
|
+
arn?: string;
|
|
347
|
+
id?: string;
|
|
348
|
+
name?: string;
|
|
349
|
+
match?: RuleMatch;
|
|
350
|
+
priority?: number;
|
|
351
|
+
action?: RuleAction;
|
|
352
|
+
}
|
|
353
|
+
export interface CreateServiceRequest {
|
|
354
|
+
clientToken?: string;
|
|
355
|
+
name: string | undefined;
|
|
356
|
+
tags?: Record<string, string>;
|
|
357
|
+
customDomainName?: string;
|
|
358
|
+
certificateArn?: string;
|
|
359
|
+
authType?: AuthType | string;
|
|
360
|
+
}
|
|
361
|
+
export interface DnsEntry {
|
|
362
|
+
domainName?: string;
|
|
363
|
+
hostedZoneId?: string;
|
|
364
|
+
}
|
|
365
|
+
export declare const ServiceStatus: {
|
|
366
|
+
readonly ACTIVE: "ACTIVE";
|
|
367
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
368
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
369
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
370
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
371
|
+
};
|
|
372
|
+
export type ServiceStatus = (typeof ServiceStatus)[keyof typeof ServiceStatus];
|
|
373
|
+
export interface CreateServiceResponse {
|
|
374
|
+
id?: string;
|
|
375
|
+
arn?: string;
|
|
376
|
+
name?: string;
|
|
377
|
+
customDomainName?: string;
|
|
378
|
+
certificateArn?: string;
|
|
379
|
+
status?: ServiceStatus | string;
|
|
380
|
+
authType?: AuthType | string;
|
|
381
|
+
dnsEntry?: DnsEntry;
|
|
382
|
+
}
|
|
383
|
+
export interface CreateServiceNetworkRequest {
|
|
384
|
+
clientToken?: string;
|
|
385
|
+
name: string | undefined;
|
|
386
|
+
authType?: AuthType | string;
|
|
387
|
+
tags?: Record<string, string>;
|
|
388
|
+
}
|
|
389
|
+
export interface CreateServiceNetworkResponse {
|
|
390
|
+
id?: string;
|
|
391
|
+
name?: string;
|
|
392
|
+
arn?: string;
|
|
393
|
+
authType?: AuthType | string;
|
|
394
|
+
}
|
|
395
|
+
export interface CreateServiceNetworkServiceAssociationRequest {
|
|
396
|
+
clientToken?: string;
|
|
397
|
+
serviceIdentifier: string | undefined;
|
|
398
|
+
serviceNetworkIdentifier: string | undefined;
|
|
399
|
+
tags?: Record<string, string>;
|
|
400
|
+
}
|
|
401
|
+
export declare const ServiceNetworkServiceAssociationStatus: {
|
|
402
|
+
readonly ACTIVE: "ACTIVE";
|
|
403
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
404
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
405
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
406
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
407
|
+
};
|
|
408
|
+
export type ServiceNetworkServiceAssociationStatus =
|
|
409
|
+
(typeof ServiceNetworkServiceAssociationStatus)[keyof typeof ServiceNetworkServiceAssociationStatus];
|
|
410
|
+
export interface CreateServiceNetworkServiceAssociationResponse {
|
|
411
|
+
id?: string;
|
|
412
|
+
status?: ServiceNetworkServiceAssociationStatus | string;
|
|
413
|
+
arn?: string;
|
|
414
|
+
createdBy?: string;
|
|
415
|
+
customDomainName?: string;
|
|
416
|
+
dnsEntry?: DnsEntry;
|
|
417
|
+
}
|
|
418
|
+
export interface CreateServiceNetworkVpcAssociationRequest {
|
|
419
|
+
clientToken?: string;
|
|
420
|
+
serviceNetworkIdentifier: string | undefined;
|
|
421
|
+
vpcIdentifier: string | undefined;
|
|
422
|
+
securityGroupIds?: string[];
|
|
423
|
+
tags?: Record<string, string>;
|
|
424
|
+
}
|
|
425
|
+
export declare const ServiceNetworkVpcAssociationStatus: {
|
|
426
|
+
readonly ACTIVE: "ACTIVE";
|
|
427
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
428
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
429
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
430
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
431
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
432
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
433
|
+
};
|
|
434
|
+
export type ServiceNetworkVpcAssociationStatus =
|
|
435
|
+
(typeof ServiceNetworkVpcAssociationStatus)[keyof typeof ServiceNetworkVpcAssociationStatus];
|
|
436
|
+
export interface CreateServiceNetworkVpcAssociationResponse {
|
|
437
|
+
id?: string;
|
|
438
|
+
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
439
|
+
arn?: string;
|
|
440
|
+
createdBy?: string;
|
|
441
|
+
securityGroupIds?: string[];
|
|
442
|
+
}
|
|
443
|
+
export type Matcher = Matcher.HttpCodeMember | Matcher.$UnknownMember;
|
|
444
|
+
export declare namespace Matcher {
|
|
445
|
+
interface HttpCodeMember {
|
|
446
|
+
httpCode: string;
|
|
447
|
+
$unknown?: never;
|
|
448
|
+
}
|
|
449
|
+
interface $UnknownMember {
|
|
450
|
+
httpCode?: never;
|
|
451
|
+
$unknown: [string, any];
|
|
452
|
+
}
|
|
453
|
+
interface Visitor<T> {
|
|
454
|
+
httpCode: (value: string) => T;
|
|
455
|
+
_: (name: string, value: any) => T;
|
|
456
|
+
}
|
|
457
|
+
const visit: <T>(value: Matcher, visitor: Visitor<T>) => T;
|
|
458
|
+
}
|
|
459
|
+
export declare const TargetGroupProtocol: {
|
|
460
|
+
readonly HTTP: "HTTP";
|
|
461
|
+
readonly HTTPS: "HTTPS";
|
|
462
|
+
};
|
|
463
|
+
export type TargetGroupProtocol =
|
|
464
|
+
(typeof TargetGroupProtocol)[keyof typeof TargetGroupProtocol];
|
|
465
|
+
export declare const HealthCheckProtocolVersion: {
|
|
466
|
+
readonly HTTP1: "HTTP1";
|
|
467
|
+
readonly HTTP2: "HTTP2";
|
|
468
|
+
};
|
|
469
|
+
export type HealthCheckProtocolVersion =
|
|
470
|
+
(typeof HealthCheckProtocolVersion)[keyof typeof HealthCheckProtocolVersion];
|
|
471
|
+
export interface HealthCheckConfig {
|
|
472
|
+
enabled?: boolean;
|
|
473
|
+
protocol?: TargetGroupProtocol | string;
|
|
474
|
+
protocolVersion?: HealthCheckProtocolVersion | string;
|
|
475
|
+
port?: number;
|
|
476
|
+
path?: string;
|
|
477
|
+
healthCheckIntervalSeconds?: number;
|
|
478
|
+
healthCheckTimeoutSeconds?: number;
|
|
479
|
+
healthyThresholdCount?: number;
|
|
480
|
+
unhealthyThresholdCount?: number;
|
|
481
|
+
matcher?: Matcher;
|
|
482
|
+
}
|
|
483
|
+
export declare const IpAddressType: {
|
|
484
|
+
readonly IPV4: "IPV4";
|
|
485
|
+
readonly IPV6: "IPV6";
|
|
486
|
+
};
|
|
487
|
+
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
488
|
+
export declare const TargetGroupProtocolVersion: {
|
|
489
|
+
readonly GRPC: "GRPC";
|
|
490
|
+
readonly HTTP1: "HTTP1";
|
|
491
|
+
readonly HTTP2: "HTTP2";
|
|
492
|
+
};
|
|
493
|
+
export type TargetGroupProtocolVersion =
|
|
494
|
+
(typeof TargetGroupProtocolVersion)[keyof typeof TargetGroupProtocolVersion];
|
|
495
|
+
export interface TargetGroupConfig {
|
|
496
|
+
port: number | undefined;
|
|
497
|
+
protocol: TargetGroupProtocol | string | undefined;
|
|
498
|
+
protocolVersion?: TargetGroupProtocolVersion | string;
|
|
499
|
+
ipAddressType?: IpAddressType | string;
|
|
500
|
+
vpcIdentifier: string | undefined;
|
|
501
|
+
healthCheck?: HealthCheckConfig;
|
|
502
|
+
}
|
|
503
|
+
export declare const TargetGroupType: {
|
|
504
|
+
readonly ALB: "ALB";
|
|
505
|
+
readonly INSTANCE: "INSTANCE";
|
|
506
|
+
readonly IP: "IP";
|
|
507
|
+
readonly LAMBDA: "LAMBDA";
|
|
508
|
+
};
|
|
509
|
+
export type TargetGroupType =
|
|
510
|
+
(typeof TargetGroupType)[keyof typeof TargetGroupType];
|
|
511
|
+
export interface CreateTargetGroupRequest {
|
|
512
|
+
name: string | undefined;
|
|
513
|
+
type: TargetGroupType | string | undefined;
|
|
514
|
+
config?: TargetGroupConfig;
|
|
515
|
+
clientToken?: string;
|
|
516
|
+
tags?: Record<string, string>;
|
|
517
|
+
}
|
|
518
|
+
export declare const TargetGroupStatus: {
|
|
519
|
+
readonly ACTIVE: "ACTIVE";
|
|
520
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
521
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
522
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
523
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
524
|
+
};
|
|
525
|
+
export type TargetGroupStatus =
|
|
526
|
+
(typeof TargetGroupStatus)[keyof typeof TargetGroupStatus];
|
|
527
|
+
export interface CreateTargetGroupResponse {
|
|
528
|
+
id?: string;
|
|
529
|
+
arn?: string;
|
|
530
|
+
name?: string;
|
|
531
|
+
type?: TargetGroupType | string;
|
|
532
|
+
config?: TargetGroupConfig;
|
|
533
|
+
status?: TargetGroupStatus | string;
|
|
534
|
+
}
|
|
535
|
+
export interface DeleteAuthPolicyRequest {
|
|
536
|
+
resourceIdentifier: string | undefined;
|
|
537
|
+
}
|
|
538
|
+
export interface DeleteAuthPolicyResponse {}
|
|
539
|
+
export interface DeleteListenerRequest {
|
|
540
|
+
serviceIdentifier: string | undefined;
|
|
541
|
+
listenerIdentifier: string | undefined;
|
|
542
|
+
}
|
|
543
|
+
export interface DeleteListenerResponse {}
|
|
544
|
+
export interface DeleteResourcePolicyRequest {
|
|
545
|
+
resourceArn: string | undefined;
|
|
546
|
+
}
|
|
547
|
+
export interface DeleteResourcePolicyResponse {}
|
|
548
|
+
export interface DeleteRuleRequest {
|
|
549
|
+
serviceIdentifier: string | undefined;
|
|
550
|
+
listenerIdentifier: string | undefined;
|
|
551
|
+
ruleIdentifier: string | undefined;
|
|
552
|
+
}
|
|
553
|
+
export interface DeleteRuleResponse {}
|
|
554
|
+
export interface DeleteServiceRequest {
|
|
555
|
+
serviceIdentifier: string | undefined;
|
|
556
|
+
}
|
|
557
|
+
export interface DeleteServiceResponse {
|
|
558
|
+
id?: string;
|
|
559
|
+
arn?: string;
|
|
560
|
+
name?: string;
|
|
561
|
+
status?: ServiceStatus | string;
|
|
562
|
+
}
|
|
563
|
+
export interface DeleteServiceNetworkRequest {
|
|
564
|
+
serviceNetworkIdentifier: string | undefined;
|
|
565
|
+
}
|
|
566
|
+
export interface DeleteServiceNetworkResponse {}
|
|
567
|
+
export interface DeleteServiceNetworkServiceAssociationRequest {
|
|
568
|
+
serviceNetworkServiceAssociationIdentifier: string | undefined;
|
|
569
|
+
}
|
|
570
|
+
export interface DeleteServiceNetworkServiceAssociationResponse {
|
|
571
|
+
id?: string;
|
|
572
|
+
status?: ServiceNetworkServiceAssociationStatus | string;
|
|
573
|
+
arn?: string;
|
|
574
|
+
}
|
|
575
|
+
export interface DeleteServiceNetworkVpcAssociationRequest {
|
|
576
|
+
serviceNetworkVpcAssociationIdentifier: string | undefined;
|
|
577
|
+
}
|
|
578
|
+
export interface DeleteServiceNetworkVpcAssociationResponse {
|
|
579
|
+
id?: string;
|
|
580
|
+
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
581
|
+
arn?: string;
|
|
582
|
+
}
|
|
583
|
+
export interface DeleteTargetGroupRequest {
|
|
584
|
+
targetGroupIdentifier: string | undefined;
|
|
585
|
+
}
|
|
586
|
+
export interface DeleteTargetGroupResponse {
|
|
587
|
+
id?: string;
|
|
588
|
+
arn?: string;
|
|
589
|
+
status?: TargetGroupStatus | string;
|
|
590
|
+
}
|
|
591
|
+
export interface Target {
|
|
592
|
+
id: string | undefined;
|
|
593
|
+
port?: number;
|
|
594
|
+
}
|
|
595
|
+
export interface DeregisterTargetsRequest {
|
|
596
|
+
targetGroupIdentifier: string | undefined;
|
|
597
|
+
targets: Target[] | undefined;
|
|
598
|
+
}
|
|
599
|
+
export interface TargetFailure {
|
|
600
|
+
id?: string;
|
|
601
|
+
port?: number;
|
|
602
|
+
failureCode?: string;
|
|
603
|
+
failureMessage?: string;
|
|
604
|
+
}
|
|
605
|
+
export interface DeregisterTargetsResponse {
|
|
606
|
+
successful?: Target[];
|
|
607
|
+
unsuccessful?: TargetFailure[];
|
|
608
|
+
}
|
|
609
|
+
export interface GetAuthPolicyRequest {
|
|
610
|
+
resourceIdentifier: string | undefined;
|
|
611
|
+
}
|
|
612
|
+
export interface GetAuthPolicyResponse {
|
|
613
|
+
policy?: string;
|
|
614
|
+
state?: AuthPolicyState | string;
|
|
615
|
+
createdAt?: Date;
|
|
616
|
+
lastUpdatedAt?: Date;
|
|
617
|
+
}
|
|
618
|
+
export interface GetListenerRequest {
|
|
619
|
+
serviceIdentifier: string | undefined;
|
|
620
|
+
listenerIdentifier: string | undefined;
|
|
621
|
+
}
|
|
622
|
+
export interface GetListenerResponse {
|
|
623
|
+
arn?: string;
|
|
624
|
+
id?: string;
|
|
625
|
+
name?: string;
|
|
626
|
+
protocol?: ListenerProtocol | string;
|
|
627
|
+
port?: number;
|
|
628
|
+
serviceArn?: string;
|
|
629
|
+
serviceId?: string;
|
|
630
|
+
defaultAction?: RuleAction;
|
|
631
|
+
createdAt?: Date;
|
|
632
|
+
lastUpdatedAt?: Date;
|
|
633
|
+
}
|
|
634
|
+
export interface GetResourcePolicyRequest {
|
|
635
|
+
resourceArn: string | undefined;
|
|
636
|
+
}
|
|
637
|
+
export interface GetResourcePolicyResponse {
|
|
638
|
+
policy?: string;
|
|
639
|
+
}
|
|
640
|
+
export interface GetRuleRequest {
|
|
641
|
+
serviceIdentifier: string | undefined;
|
|
642
|
+
listenerIdentifier: string | undefined;
|
|
643
|
+
ruleIdentifier: string | undefined;
|
|
644
|
+
}
|
|
645
|
+
export interface GetRuleResponse {
|
|
646
|
+
arn?: string;
|
|
647
|
+
id?: string;
|
|
648
|
+
name?: string;
|
|
649
|
+
isDefault?: boolean;
|
|
650
|
+
match?: RuleMatch;
|
|
651
|
+
priority?: number;
|
|
652
|
+
action?: RuleAction;
|
|
653
|
+
createdAt?: Date;
|
|
654
|
+
lastUpdatedAt?: Date;
|
|
655
|
+
}
|
|
656
|
+
export interface GetServiceRequest {
|
|
657
|
+
serviceIdentifier: string | undefined;
|
|
658
|
+
}
|
|
659
|
+
export interface GetServiceResponse {
|
|
660
|
+
id?: string;
|
|
661
|
+
name?: string;
|
|
662
|
+
arn?: string;
|
|
663
|
+
createdAt?: Date;
|
|
664
|
+
lastUpdatedAt?: Date;
|
|
665
|
+
dnsEntry?: DnsEntry;
|
|
666
|
+
customDomainName?: string;
|
|
667
|
+
certificateArn?: string;
|
|
668
|
+
status?: ServiceStatus | string;
|
|
669
|
+
authType?: AuthType | string;
|
|
670
|
+
failureCode?: string;
|
|
671
|
+
failureMessage?: string;
|
|
672
|
+
}
|
|
673
|
+
export interface GetServiceNetworkRequest {
|
|
674
|
+
serviceNetworkIdentifier: string | undefined;
|
|
675
|
+
}
|
|
676
|
+
export interface GetServiceNetworkResponse {
|
|
677
|
+
id?: string;
|
|
678
|
+
name?: string;
|
|
679
|
+
createdAt?: Date;
|
|
680
|
+
lastUpdatedAt?: Date;
|
|
681
|
+
arn?: string;
|
|
682
|
+
authType?: AuthType | string;
|
|
683
|
+
numberOfAssociatedVPCs?: number;
|
|
684
|
+
numberOfAssociatedServices?: number;
|
|
685
|
+
}
|
|
686
|
+
export interface GetServiceNetworkServiceAssociationRequest {
|
|
687
|
+
serviceNetworkServiceAssociationIdentifier: string | undefined;
|
|
688
|
+
}
|
|
689
|
+
export interface GetServiceNetworkServiceAssociationResponse {
|
|
690
|
+
id?: string;
|
|
691
|
+
status?: ServiceNetworkServiceAssociationStatus | string;
|
|
692
|
+
arn?: string;
|
|
693
|
+
createdBy?: string;
|
|
694
|
+
createdAt?: Date;
|
|
695
|
+
serviceId?: string;
|
|
696
|
+
serviceName?: string;
|
|
697
|
+
serviceArn?: string;
|
|
698
|
+
serviceNetworkId?: string;
|
|
699
|
+
serviceNetworkName?: string;
|
|
700
|
+
serviceNetworkArn?: string;
|
|
701
|
+
dnsEntry?: DnsEntry;
|
|
702
|
+
customDomainName?: string;
|
|
703
|
+
failureMessage?: string;
|
|
704
|
+
failureCode?: string;
|
|
705
|
+
}
|
|
706
|
+
export interface GetServiceNetworkVpcAssociationRequest {
|
|
707
|
+
serviceNetworkVpcAssociationIdentifier: string | undefined;
|
|
708
|
+
}
|
|
709
|
+
export interface GetServiceNetworkVpcAssociationResponse {
|
|
710
|
+
id?: string;
|
|
711
|
+
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
712
|
+
arn?: string;
|
|
713
|
+
createdBy?: string;
|
|
714
|
+
createdAt?: Date;
|
|
715
|
+
serviceNetworkId?: string;
|
|
716
|
+
serviceNetworkName?: string;
|
|
717
|
+
serviceNetworkArn?: string;
|
|
718
|
+
vpcId?: string;
|
|
719
|
+
securityGroupIds?: string[];
|
|
720
|
+
failureMessage?: string;
|
|
721
|
+
failureCode?: string;
|
|
722
|
+
lastUpdatedAt?: Date;
|
|
723
|
+
}
|
|
724
|
+
export interface GetTargetGroupRequest {
|
|
725
|
+
targetGroupIdentifier: string | undefined;
|
|
726
|
+
}
|
|
727
|
+
export interface GetTargetGroupResponse {
|
|
728
|
+
id?: string;
|
|
729
|
+
arn?: string;
|
|
730
|
+
name?: string;
|
|
731
|
+
type?: TargetGroupType | string;
|
|
732
|
+
config?: TargetGroupConfig;
|
|
733
|
+
createdAt?: Date;
|
|
734
|
+
lastUpdatedAt?: Date;
|
|
735
|
+
status?: TargetGroupStatus | string;
|
|
736
|
+
serviceArns?: string[];
|
|
737
|
+
failureMessage?: string;
|
|
738
|
+
failureCode?: string;
|
|
739
|
+
}
|
|
740
|
+
export interface ListListenersRequest {
|
|
741
|
+
serviceIdentifier: string | undefined;
|
|
742
|
+
maxResults?: number;
|
|
743
|
+
nextToken?: string;
|
|
744
|
+
}
|
|
745
|
+
export interface ListenerSummary {
|
|
746
|
+
arn?: string;
|
|
747
|
+
id?: string;
|
|
748
|
+
name?: string;
|
|
749
|
+
protocol?: ListenerProtocol | string;
|
|
750
|
+
port?: number;
|
|
751
|
+
createdAt?: Date;
|
|
752
|
+
lastUpdatedAt?: Date;
|
|
753
|
+
}
|
|
754
|
+
export interface ListListenersResponse {
|
|
755
|
+
items: ListenerSummary[] | undefined;
|
|
756
|
+
nextToken?: string;
|
|
757
|
+
}
|
|
758
|
+
export interface UpdateListenerRequest {
|
|
759
|
+
serviceIdentifier: string | undefined;
|
|
760
|
+
listenerIdentifier: string | undefined;
|
|
761
|
+
defaultAction: RuleAction | undefined;
|
|
762
|
+
}
|
|
763
|
+
export interface UpdateListenerResponse {
|
|
764
|
+
arn?: string;
|
|
765
|
+
id?: string;
|
|
766
|
+
name?: string;
|
|
767
|
+
protocol?: ListenerProtocol | string;
|
|
768
|
+
port?: number;
|
|
769
|
+
serviceArn?: string;
|
|
770
|
+
serviceId?: string;
|
|
771
|
+
defaultAction?: RuleAction;
|
|
772
|
+
}
|
|
773
|
+
export interface ListRulesRequest {
|
|
774
|
+
serviceIdentifier: string | undefined;
|
|
775
|
+
listenerIdentifier: string | undefined;
|
|
776
|
+
maxResults?: number;
|
|
777
|
+
nextToken?: string;
|
|
778
|
+
}
|
|
779
|
+
export interface RuleSummary {
|
|
780
|
+
arn?: string;
|
|
781
|
+
id?: string;
|
|
782
|
+
name?: string;
|
|
783
|
+
isDefault?: boolean;
|
|
784
|
+
priority?: number;
|
|
785
|
+
createdAt?: Date;
|
|
786
|
+
lastUpdatedAt?: Date;
|
|
787
|
+
}
|
|
788
|
+
export interface ListRulesResponse {
|
|
789
|
+
items: RuleSummary[] | undefined;
|
|
790
|
+
nextToken?: string;
|
|
791
|
+
}
|
|
792
|
+
export interface ListServiceNetworksRequest {
|
|
793
|
+
maxResults?: number;
|
|
794
|
+
nextToken?: string;
|
|
795
|
+
}
|
|
796
|
+
export interface ServiceNetworkSummary {
|
|
797
|
+
id?: string;
|
|
798
|
+
name?: string;
|
|
799
|
+
arn?: string;
|
|
800
|
+
createdAt?: Date;
|
|
801
|
+
lastUpdatedAt?: Date;
|
|
802
|
+
numberOfAssociatedVPCs?: number;
|
|
803
|
+
numberOfAssociatedServices?: number;
|
|
804
|
+
}
|
|
805
|
+
export interface ListServiceNetworksResponse {
|
|
806
|
+
items: ServiceNetworkSummary[] | undefined;
|
|
807
|
+
nextToken?: string;
|
|
808
|
+
}
|
|
809
|
+
export interface ListServiceNetworkServiceAssociationsRequest {
|
|
810
|
+
serviceNetworkIdentifier?: string;
|
|
811
|
+
serviceIdentifier?: string;
|
|
812
|
+
maxResults?: number;
|
|
813
|
+
nextToken?: string;
|
|
814
|
+
}
|
|
815
|
+
export interface ServiceNetworkServiceAssociationSummary {
|
|
816
|
+
id?: string;
|
|
817
|
+
status?: ServiceNetworkServiceAssociationStatus | string;
|
|
818
|
+
arn?: string;
|
|
819
|
+
createdBy?: string;
|
|
820
|
+
createdAt?: Date;
|
|
821
|
+
serviceId?: string;
|
|
822
|
+
serviceName?: string;
|
|
823
|
+
serviceArn?: string;
|
|
824
|
+
serviceNetworkId?: string;
|
|
825
|
+
serviceNetworkName?: string;
|
|
826
|
+
serviceNetworkArn?: string;
|
|
827
|
+
dnsEntry?: DnsEntry;
|
|
828
|
+
customDomainName?: string;
|
|
829
|
+
}
|
|
830
|
+
export interface ListServiceNetworkServiceAssociationsResponse {
|
|
831
|
+
items: ServiceNetworkServiceAssociationSummary[] | undefined;
|
|
832
|
+
nextToken?: string;
|
|
833
|
+
}
|
|
834
|
+
export interface ListServiceNetworkVpcAssociationsRequest {
|
|
835
|
+
serviceNetworkIdentifier?: string;
|
|
836
|
+
vpcIdentifier?: string;
|
|
837
|
+
maxResults?: number;
|
|
838
|
+
nextToken?: string;
|
|
839
|
+
}
|
|
840
|
+
export interface ServiceNetworkVpcAssociationSummary {
|
|
841
|
+
id?: string;
|
|
842
|
+
arn?: string;
|
|
843
|
+
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
844
|
+
createdBy?: string;
|
|
845
|
+
createdAt?: Date;
|
|
846
|
+
serviceNetworkId?: string;
|
|
847
|
+
serviceNetworkName?: string;
|
|
848
|
+
serviceNetworkArn?: string;
|
|
849
|
+
vpcId?: string;
|
|
850
|
+
lastUpdatedAt?: Date;
|
|
851
|
+
}
|
|
852
|
+
export interface ListServiceNetworkVpcAssociationsResponse {
|
|
853
|
+
items: ServiceNetworkVpcAssociationSummary[] | undefined;
|
|
854
|
+
nextToken?: string;
|
|
855
|
+
}
|
|
856
|
+
export interface ListServicesRequest {
|
|
857
|
+
maxResults?: number;
|
|
858
|
+
nextToken?: string;
|
|
859
|
+
}
|
|
860
|
+
export interface ServiceSummary {
|
|
861
|
+
id?: string;
|
|
862
|
+
name?: string;
|
|
863
|
+
arn?: string;
|
|
864
|
+
createdAt?: Date;
|
|
865
|
+
lastUpdatedAt?: Date;
|
|
866
|
+
dnsEntry?: DnsEntry;
|
|
867
|
+
customDomainName?: string;
|
|
868
|
+
status?: ServiceStatus | string;
|
|
869
|
+
}
|
|
870
|
+
export interface ListServicesResponse {
|
|
871
|
+
items?: ServiceSummary[];
|
|
872
|
+
nextToken?: string;
|
|
873
|
+
}
|
|
874
|
+
export interface ListTagsForResourceRequest {
|
|
875
|
+
resourceArn: string | undefined;
|
|
876
|
+
}
|
|
877
|
+
export interface ListTagsForResourceResponse {
|
|
878
|
+
tags?: Record<string, string>;
|
|
879
|
+
}
|
|
880
|
+
export interface ListTargetGroupsRequest {
|
|
881
|
+
maxResults?: number;
|
|
882
|
+
nextToken?: string;
|
|
883
|
+
vpcIdentifier?: string;
|
|
884
|
+
targetGroupType?: TargetGroupType | string;
|
|
885
|
+
}
|
|
886
|
+
export interface TargetGroupSummary {
|
|
887
|
+
id?: string;
|
|
888
|
+
arn?: string;
|
|
889
|
+
name?: string;
|
|
890
|
+
type?: TargetGroupType | string;
|
|
891
|
+
createdAt?: Date;
|
|
892
|
+
port?: number;
|
|
893
|
+
protocol?: TargetGroupProtocol | string;
|
|
894
|
+
ipAddressType?: IpAddressType | string;
|
|
895
|
+
vpcIdentifier?: string;
|
|
896
|
+
lastUpdatedAt?: Date;
|
|
897
|
+
status?: TargetGroupStatus | string;
|
|
898
|
+
serviceArns?: string[];
|
|
899
|
+
}
|
|
900
|
+
export interface ListTargetGroupsResponse {
|
|
901
|
+
items?: TargetGroupSummary[];
|
|
902
|
+
nextToken?: string;
|
|
903
|
+
}
|
|
904
|
+
export interface ListTargetsRequest {
|
|
905
|
+
targetGroupIdentifier: string | undefined;
|
|
906
|
+
maxResults?: number;
|
|
907
|
+
nextToken?: string;
|
|
908
|
+
targets?: Target[];
|
|
909
|
+
}
|
|
910
|
+
export declare const TargetStatus: {
|
|
911
|
+
readonly DRAINING: "DRAINING";
|
|
912
|
+
readonly HEALTHY: "HEALTHY";
|
|
913
|
+
readonly INITIAL: "INITIAL";
|
|
914
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
915
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
916
|
+
readonly UNUSED: "UNUSED";
|
|
917
|
+
};
|
|
918
|
+
export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
|
|
919
|
+
export interface TargetSummary {
|
|
920
|
+
id?: string;
|
|
921
|
+
port?: number;
|
|
922
|
+
status?: TargetStatus | string;
|
|
923
|
+
reasonCode?: string;
|
|
924
|
+
}
|
|
925
|
+
export interface ListTargetsResponse {
|
|
926
|
+
items: TargetSummary[] | undefined;
|
|
927
|
+
nextToken?: string;
|
|
928
|
+
}
|
|
929
|
+
export interface PutAuthPolicyRequest {
|
|
930
|
+
resourceIdentifier: string | undefined;
|
|
931
|
+
policy: string | undefined;
|
|
932
|
+
}
|
|
933
|
+
export interface PutAuthPolicyResponse {
|
|
934
|
+
policy?: string;
|
|
935
|
+
state?: AuthPolicyState | string;
|
|
936
|
+
}
|
|
937
|
+
export interface PutResourcePolicyRequest {
|
|
938
|
+
resourceArn: string | undefined;
|
|
939
|
+
policy: string | undefined;
|
|
940
|
+
}
|
|
941
|
+
export interface PutResourcePolicyResponse {}
|
|
942
|
+
export interface UpdateRuleRequest {
|
|
943
|
+
serviceIdentifier: string | undefined;
|
|
944
|
+
listenerIdentifier: string | undefined;
|
|
945
|
+
ruleIdentifier: string | undefined;
|
|
946
|
+
match?: RuleMatch;
|
|
947
|
+
priority?: number;
|
|
948
|
+
action?: RuleAction;
|
|
949
|
+
}
|
|
950
|
+
export interface UpdateRuleResponse {
|
|
951
|
+
arn?: string;
|
|
952
|
+
id?: string;
|
|
953
|
+
name?: string;
|
|
954
|
+
isDefault?: boolean;
|
|
955
|
+
match?: RuleMatch;
|
|
956
|
+
priority?: number;
|
|
957
|
+
action?: RuleAction;
|
|
958
|
+
}
|
|
959
|
+
export interface UpdateServiceRequest {
|
|
960
|
+
serviceIdentifier: string | undefined;
|
|
961
|
+
certificateArn?: string;
|
|
962
|
+
authType?: AuthType | string;
|
|
963
|
+
}
|
|
964
|
+
export interface UpdateServiceResponse {
|
|
965
|
+
id?: string;
|
|
966
|
+
arn?: string;
|
|
967
|
+
name?: string;
|
|
968
|
+
customDomainName?: string;
|
|
969
|
+
certificateArn?: string;
|
|
970
|
+
authType?: AuthType | string;
|
|
971
|
+
}
|
|
972
|
+
export interface UpdateServiceNetworkRequest {
|
|
973
|
+
serviceNetworkIdentifier: string | undefined;
|
|
974
|
+
authType: AuthType | string | undefined;
|
|
975
|
+
}
|
|
976
|
+
export interface UpdateServiceNetworkResponse {
|
|
977
|
+
id?: string;
|
|
978
|
+
name?: string;
|
|
979
|
+
arn?: string;
|
|
980
|
+
authType?: AuthType | string;
|
|
981
|
+
}
|
|
982
|
+
export interface UpdateServiceNetworkVpcAssociationRequest {
|
|
983
|
+
serviceNetworkVpcAssociationIdentifier: string | undefined;
|
|
984
|
+
securityGroupIds: string[] | undefined;
|
|
985
|
+
}
|
|
986
|
+
export interface UpdateServiceNetworkVpcAssociationResponse {
|
|
987
|
+
id?: string;
|
|
988
|
+
arn?: string;
|
|
989
|
+
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
990
|
+
createdBy?: string;
|
|
991
|
+
securityGroupIds?: string[];
|
|
992
|
+
}
|
|
993
|
+
export interface TagResourceRequest {
|
|
994
|
+
resourceArn: string | undefined;
|
|
995
|
+
tags: Record<string, string> | undefined;
|
|
996
|
+
}
|
|
997
|
+
export interface TagResourceResponse {}
|
|
998
|
+
export interface RegisterTargetsRequest {
|
|
999
|
+
targetGroupIdentifier: string | undefined;
|
|
1000
|
+
targets: Target[] | undefined;
|
|
1001
|
+
}
|
|
1002
|
+
export interface RegisterTargetsResponse {
|
|
1003
|
+
successful?: Target[];
|
|
1004
|
+
unsuccessful?: TargetFailure[];
|
|
1005
|
+
}
|
|
1006
|
+
export interface UpdateTargetGroupRequest {
|
|
1007
|
+
targetGroupIdentifier: string | undefined;
|
|
1008
|
+
healthCheck: HealthCheckConfig | undefined;
|
|
1009
|
+
}
|
|
1010
|
+
export interface UpdateTargetGroupResponse {
|
|
1011
|
+
id?: string;
|
|
1012
|
+
arn?: string;
|
|
1013
|
+
name?: string;
|
|
1014
|
+
type?: TargetGroupType | string;
|
|
1015
|
+
config?: TargetGroupConfig;
|
|
1016
|
+
status?: TargetGroupStatus | string;
|
|
1017
|
+
}
|
|
1018
|
+
export interface UntagResourceRequest {
|
|
1019
|
+
resourceArn: string | undefined;
|
|
1020
|
+
tagKeys: string[] | undefined;
|
|
1021
|
+
}
|
|
1022
|
+
export interface UntagResourceResponse {}
|