@aws-sdk/client-vpc-lattice 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/BatchUpdateRuleCommand.js +18 -41
- package/dist-cjs/commands/CreateAccessLogSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreateListenerCommand.js +18 -41
- package/dist-cjs/commands/CreateRuleCommand.js +18 -41
- package/dist-cjs/commands/CreateServiceCommand.js +18 -41
- package/dist-cjs/commands/CreateServiceNetworkCommand.js +18 -41
- package/dist-cjs/commands/CreateServiceNetworkServiceAssociationCommand.js +18 -41
- package/dist-cjs/commands/CreateServiceNetworkVpcAssociationCommand.js +18 -41
- package/dist-cjs/commands/CreateTargetGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteAccessLogSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteAuthPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteListenerCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteServiceCommand.js +18 -41
- package/dist-cjs/commands/DeleteServiceNetworkCommand.js +18 -41
- package/dist-cjs/commands/DeleteServiceNetworkServiceAssociationCommand.js +18 -41
- package/dist-cjs/commands/DeleteServiceNetworkVpcAssociationCommand.js +18 -41
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +18 -41
- package/dist-cjs/commands/DeregisterTargetsCommand.js +18 -41
- package/dist-cjs/commands/GetAccessLogSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/GetAuthPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetListenerCommand.js +18 -41
- package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/GetRuleCommand.js +18 -41
- package/dist-cjs/commands/GetServiceCommand.js +18 -41
- package/dist-cjs/commands/GetServiceNetworkCommand.js +18 -41
- package/dist-cjs/commands/GetServiceNetworkServiceAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetServiceNetworkVpcAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetTargetGroupCommand.js +18 -41
- package/dist-cjs/commands/ListAccessLogSubscriptionsCommand.js +18 -41
- package/dist-cjs/commands/ListListenersCommand.js +18 -41
- package/dist-cjs/commands/ListRulesCommand.js +18 -41
- package/dist-cjs/commands/ListServiceNetworkServiceAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListServiceNetworkVpcAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListServiceNetworksCommand.js +18 -41
- package/dist-cjs/commands/ListServicesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTargetGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListTargetsCommand.js +18 -41
- package/dist-cjs/commands/PutAuthPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/RegisterTargetsCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAccessLogSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/UpdateListenerCommand.js +18 -41
- package/dist-cjs/commands/UpdateRuleCommand.js +18 -41
- package/dist-cjs/commands/UpdateServiceCommand.js +18 -41
- package/dist-cjs/commands/UpdateServiceNetworkCommand.js +18 -41
- package/dist-cjs/commands/UpdateServiceNetworkVpcAssociationCommand.js +18 -41
- package/dist-cjs/commands/UpdateTargetGroupCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAccessLogSubscriptionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListListenersPaginator.js +2 -24
- package/dist-cjs/pagination/ListRulesPaginator.js +2 -24
- package/dist-cjs/pagination/ListServiceNetworkServiceAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListServiceNetworkVpcAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListServiceNetworksPaginator.js +2 -24
- package/dist-cjs/pagination/ListServicesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTargetGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTargetsPaginator.js +2 -24
- package/dist-es/commands/BatchUpdateRuleCommand.js +18 -41
- package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +18 -41
- package/dist-es/commands/CreateListenerCommand.js +18 -41
- package/dist-es/commands/CreateRuleCommand.js +18 -41
- package/dist-es/commands/CreateServiceCommand.js +18 -41
- package/dist-es/commands/CreateServiceNetworkCommand.js +18 -41
- package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +18 -41
- package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +18 -41
- package/dist-es/commands/CreateTargetGroupCommand.js +18 -41
- package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteAuthPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteListenerCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteRuleCommand.js +18 -41
- package/dist-es/commands/DeleteServiceCommand.js +18 -41
- package/dist-es/commands/DeleteServiceNetworkCommand.js +18 -41
- package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +18 -41
- package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +18 -41
- package/dist-es/commands/DeleteTargetGroupCommand.js +18 -41
- package/dist-es/commands/DeregisterTargetsCommand.js +18 -41
- package/dist-es/commands/GetAccessLogSubscriptionCommand.js +18 -41
- package/dist-es/commands/GetAuthPolicyCommand.js +18 -41
- package/dist-es/commands/GetListenerCommand.js +18 -41
- package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-es/commands/GetRuleCommand.js +18 -41
- package/dist-es/commands/GetServiceCommand.js +18 -41
- package/dist-es/commands/GetServiceNetworkCommand.js +18 -41
- package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +18 -41
- package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +18 -41
- package/dist-es/commands/GetTargetGroupCommand.js +18 -41
- package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +18 -41
- package/dist-es/commands/ListListenersCommand.js +18 -41
- package/dist-es/commands/ListRulesCommand.js +18 -41
- package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +18 -41
- package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +18 -41
- package/dist-es/commands/ListServiceNetworksCommand.js +18 -41
- package/dist-es/commands/ListServicesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTargetGroupsCommand.js +18 -41
- package/dist-es/commands/ListTargetsCommand.js +18 -41
- package/dist-es/commands/PutAuthPolicyCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/RegisterTargetsCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +18 -41
- package/dist-es/commands/UpdateListenerCommand.js +18 -41
- package/dist-es/commands/UpdateRuleCommand.js +18 -41
- package/dist-es/commands/UpdateServiceCommand.js +18 -41
- package/dist-es/commands/UpdateServiceNetworkCommand.js +18 -41
- package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +18 -41
- package/dist-es/commands/UpdateTargetGroupCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAccessLogSubscriptionsPaginator.js +2 -23
- package/dist-es/pagination/ListListenersPaginator.js +2 -23
- package/dist-es/pagination/ListRulesPaginator.js +2 -23
- package/dist-es/pagination/ListServiceNetworkServiceAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListServiceNetworkVpcAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListServiceNetworksPaginator.js +2 -23
- package/dist-es/pagination/ListServicesPaginator.js +2 -23
- package/dist-es/pagination/ListTargetGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListTargetsPaginator.js +2 -23
- package/dist-types/commands/BatchUpdateRuleCommand.d.ts +6 -21
- package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreateListenerCommand.d.ts +6 -21
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -21
- package/dist-types/commands/CreateServiceCommand.d.ts +6 -21
- package/dist-types/commands/CreateServiceNetworkCommand.d.ts +6 -21
- package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +6 -21
- package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +6 -21
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteListenerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +6 -21
- package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +6 -21
- package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/GetAuthPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetListenerCommand.d.ts +6 -21
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetRuleCommand.d.ts +6 -21
- package/dist-types/commands/GetServiceCommand.d.ts +6 -21
- package/dist-types/commands/GetServiceNetworkCommand.d.ts +6 -21
- package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetTargetGroupCommand.d.ts +6 -21
- package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +6 -21
- package/dist-types/commands/ListListenersCommand.d.ts +6 -21
- package/dist-types/commands/ListRulesCommand.d.ts +6 -21
- package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListServiceNetworksCommand.d.ts +6 -21
- package/dist-types/commands/ListServicesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTargetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListTargetsCommand.d.ts +6 -21
- package/dist-types/commands/PutAuthPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/RegisterTargetsCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateListenerCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRuleCommand.d.ts +6 -21
- package/dist-types/commands/UpdateServiceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +6 -21
- package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTargetGroupCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAccessLogSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListListenersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServiceNetworkServiceAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServiceNetworkVpcAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServiceNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTargetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTargetsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchUpdateRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAccessLogSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateServiceNetworkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAccessLogSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAuthPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteServiceNetworkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAccessLogSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAuthPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetServiceNetworkCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetServiceNetworkServiceAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetServiceNetworkVpcAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccessLogSubscriptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListServiceNetworksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTargetGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutAuthPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAccessLogSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateServiceNetworkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTargetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAccessLogSubscriptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListServiceNetworkServiceAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListServiceNetworkVpcAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListServiceNetworksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTargetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTargetsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags for the specified resource.</p>
|
|
@@ -66,23 +69,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class ListTagsForResourceCommand extends
|
|
70
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTargetGroupsRequest, ListTargetGroupsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTargetGroupsCommandInput extends ListTargetGroupsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTargetGroupsCommandOutput extends ListTargetGroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTargetGroupsCommand_base: {
|
|
24
|
+
new (input: ListTargetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your target groups. You can narrow your search by using the filters below in your
|
|
@@ -87,23 +90,5 @@ export interface ListTargetGroupsCommandOutput extends ListTargetGroupsResponse,
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class ListTargetGroupsCommand extends
|
|
91
|
-
readonly input: ListTargetGroupsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: ListTargetGroupsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class ListTargetGroupsCommand extends ListTargetGroupsCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTargetsRequest, ListTargetsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTargetsCommandInput extends ListTargetsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTargetsCommandOutput extends ListTargetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTargetsCommand_base: {
|
|
24
|
+
new (input: ListTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsCommandInput, ListTargetsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the targets for the target group. By default, all targets are included. You can use
|
|
@@ -84,23 +87,5 @@ export interface ListTargetsCommandOutput extends ListTargetsResponse, __Metadat
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class ListTargetsCommand extends
|
|
88
|
-
readonly input: ListTargetsCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: ListTargetsCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetsCommandInput, ListTargetsCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class ListTargetsCommand extends ListTargetsCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { PutAuthPolicyRequest, PutAuthPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutAuthPolicyCommandInput extends PutAuthPolicyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutAuthPolicyCommandOutput extends PutAuthPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutAuthPolicyCommand_base: {
|
|
24
|
+
new (input: PutAuthPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates or updates the auth policy.</p>
|
|
@@ -69,23 +72,5 @@ export interface PutAuthPolicyCommandOutput extends PutAuthPolicyResponse, __Met
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class PutAuthPolicyCommand extends
|
|
73
|
-
readonly input: PutAuthPolicyCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: PutAuthPolicyCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAuthPolicyCommandInput, PutAuthPolicyCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class PutAuthPolicyCommand extends PutAuthPolicyCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutResourcePolicyCommand_base: {
|
|
24
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Attaches a resource-based permission policy to a service or service network. The policy must
|
|
@@ -68,23 +71,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class PutResourcePolicyCommand extends
|
|
72
|
-
readonly input: PutResourcePolicyCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: PutResourcePolicyCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RegisterTargetsRequest, RegisterTargetsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RegisterTargetsCommandInput extends RegisterTargetsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RegisterTargetsCommandOutput extends RegisterTargetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RegisterTargetsCommand_base: {
|
|
24
|
+
new (input: RegisterTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Registers the targets with the target group. If it's a Lambda target, you can only have one
|
|
@@ -94,23 +97,5 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsResponse, _
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class RegisterTargetsCommand extends
|
|
98
|
-
readonly input: RegisterTargetsCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: RegisterTargetsCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterTargetsCommandInput, RegisterTargetsCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds the specified tags to the specified resource.</p>
|
|
@@ -68,23 +71,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class TagResourceCommand extends
|
|
72
|
-
readonly input: TagResourceCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: TagResourceCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
@@ -65,23 +68,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class UntagResourceCommand extends
|
|
69
|
-
readonly input: UntagResourceCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: UntagResourceCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateAccessLogSubscriptionRequest, UpdateAccessLogSubscriptionResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateAccessLogSubscriptionCommandInput extends UpdateAccessLog
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateAccessLogSubscriptionCommandOutput extends UpdateAccessLogSubscriptionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateAccessLogSubscriptionCommand_base: {
|
|
24
|
+
new (input: UpdateAccessLogSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the specified access log subscription.</p>
|
|
@@ -76,23 +79,5 @@ export interface UpdateAccessLogSubscriptionCommandOutput extends UpdateAccessLo
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class UpdateAccessLogSubscriptionCommand extends
|
|
80
|
-
readonly input: UpdateAccessLogSubscriptionCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: UpdateAccessLogSubscriptionCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class UpdateAccessLogSubscriptionCommand extends UpdateAccessLogSubscriptionCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateListenerRequest, UpdateListenerResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateListenerCommandInput extends UpdateListenerRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateListenerCommand_base: {
|
|
24
|
+
new (input: UpdateListenerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateListenerCommandInput, UpdateListenerCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the specified listener for the specified service.</p>
|
|
@@ -104,23 +107,5 @@ export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __M
|
|
|
104
107
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
105
108
|
*
|
|
106
109
|
*/
|
|
107
|
-
export declare class UpdateListenerCommand extends
|
|
108
|
-
readonly input: UpdateListenerCommandInput;
|
|
109
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
|
-
/**
|
|
111
|
-
* @public
|
|
112
|
-
*/
|
|
113
|
-
constructor(input: UpdateListenerCommandInput);
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateListenerCommandInput, UpdateListenerCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private serialize;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private deserialize;
|
|
110
|
+
export declare class UpdateListenerCommand extends UpdateListenerCommand_base {
|
|
126
111
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateRuleCommandInput extends UpdateRuleRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateRuleCommand_base: {
|
|
24
|
+
new (input: UpdateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleCommandInput, UpdateRuleCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a rule for the listener. You can't modify a default listener rule. To modify a
|
|
@@ -151,23 +154,5 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
|
|
|
151
154
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
152
155
|
*
|
|
153
156
|
*/
|
|
154
|
-
export declare class UpdateRuleCommand extends
|
|
155
|
-
readonly input: UpdateRuleCommandInput;
|
|
156
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
157
|
-
/**
|
|
158
|
-
* @public
|
|
159
|
-
*/
|
|
160
|
-
constructor(input: UpdateRuleCommandInput);
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleCommandInput, UpdateRuleCommandOutput>;
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
|
-
private serialize;
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
private deserialize;
|
|
157
|
+
export declare class UpdateRuleCommand extends UpdateRuleCommand_base {
|
|
173
158
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateServiceCommandInput extends UpdateServiceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateServiceCommand_base: {
|
|
24
|
+
new (input: UpdateServiceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the specified service.</p>
|
|
@@ -78,23 +81,5 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class UpdateServiceCommand extends
|
|
82
|
-
readonly input: UpdateServiceCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: UpdateServiceCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceCommandInput, UpdateServiceCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateServiceNetworkRequest, UpdateServiceNetworkResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateServiceNetworkCommandInput extends UpdateServiceNetworkRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateServiceNetworkCommandOutput extends UpdateServiceNetworkResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateServiceNetworkCommand_base: {
|
|
24
|
+
new (input: UpdateServiceNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the specified service network.</p>
|
|
@@ -75,23 +78,5 @@ export interface UpdateServiceNetworkCommandOutput extends UpdateServiceNetworkR
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class UpdateServiceNetworkCommand extends
|
|
79
|
-
readonly input: UpdateServiceNetworkCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: UpdateServiceNetworkCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class UpdateServiceNetworkCommand extends UpdateServiceNetworkCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateServiceNetworkVpcAssociationRequest, UpdateServiceNetworkVpcAssociationResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateServiceNetworkVpcAssociationCommandInput extends UpdateSe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateServiceNetworkVpcAssociationCommandOutput extends UpdateServiceNetworkVpcAssociationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateServiceNetworkVpcAssociationCommand_base: {
|
|
24
|
+
new (input: UpdateServiceNetworkVpcAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the service network and VPC association. Once you add a security group, it cannot be
|
|
@@ -81,23 +84,5 @@ export interface UpdateServiceNetworkVpcAssociationCommandOutput extends UpdateS
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class UpdateServiceNetworkVpcAssociationCommand extends
|
|
85
|
-
readonly input: UpdateServiceNetworkVpcAssociationCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: UpdateServiceNetworkVpcAssociationCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VPCLatticeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceNetworkVpcAssociationCommandInput, UpdateServiceNetworkVpcAssociationCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class UpdateServiceNetworkVpcAssociationCommand extends UpdateServiceNetworkVpcAssociationCommand_base {
|
|
103
88
|
}
|