@aws-sdk/client-vpc-lattice 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +225 -877
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchUpdateRuleCommand.js +2 -14
- package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateListenerCommand.js +2 -14
- package/dist-es/commands/CreateResourceConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateResourceGatewayCommand.js +2 -14
- package/dist-es/commands/CreateRuleCommand.js +2 -14
- package/dist-es/commands/CreateServiceCommand.js +2 -14
- package/dist-es/commands/CreateServiceNetworkCommand.js +2 -14
- package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +2 -14
- package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +2 -14
- package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +2 -14
- package/dist-es/commands/CreateTargetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteAuthPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteDomainVerificationCommand.js +2 -14
- package/dist-es/commands/DeleteListenerCommand.js +2 -14
- package/dist-es/commands/DeleteResourceConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteResourceGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteRuleCommand.js +2 -14
- package/dist-es/commands/DeleteServiceCommand.js +2 -14
- package/dist-es/commands/DeleteServiceNetworkCommand.js +2 -14
- package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteTargetGroupCommand.js +2 -14
- package/dist-es/commands/DeregisterTargetsCommand.js +2 -14
- package/dist-es/commands/GetAccessLogSubscriptionCommand.js +2 -14
- package/dist-es/commands/GetAuthPolicyCommand.js +2 -14
- package/dist-es/commands/GetDomainVerificationCommand.js +2 -14
- package/dist-es/commands/GetListenerCommand.js +2 -14
- package/dist-es/commands/GetResourceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetResourceGatewayCommand.js +2 -14
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
- package/dist-es/commands/GetRuleCommand.js +2 -14
- package/dist-es/commands/GetServiceCommand.js +2 -14
- package/dist-es/commands/GetServiceNetworkCommand.js +2 -14
- package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +2 -14
- package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +2 -14
- package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +2 -14
- package/dist-es/commands/GetTargetGroupCommand.js +2 -14
- package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +2 -14
- package/dist-es/commands/ListDomainVerificationsCommand.js +2 -14
- package/dist-es/commands/ListListenersCommand.js +2 -14
- package/dist-es/commands/ListResourceConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +2 -14
- package/dist-es/commands/ListResourceGatewaysCommand.js +2 -14
- package/dist-es/commands/ListRulesCommand.js +2 -14
- package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +2 -14
- package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +2 -14
- package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +2 -14
- package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +2 -14
- package/dist-es/commands/ListServiceNetworksCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTargetGroupsCommand.js +2 -14
- package/dist-es/commands/ListTargetsCommand.js +2 -14
- package/dist-es/commands/PutAuthPolicyCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/RegisterTargetsCommand.js +2 -14
- package/dist-es/commands/StartDomainVerificationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +2 -14
- package/dist-es/commands/UpdateListenerCommand.js +2 -14
- package/dist-es/commands/UpdateResourceConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateResourceGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateRuleCommand.js +2 -14
- package/dist-es/commands/UpdateServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceNetworkCommand.js +2 -14
- package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateTargetGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchUpdateRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceNetworkCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainVerificationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/GetAuthPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainVerificationCommand.d.ts +3 -8
- package/dist-types/commands/GetListenerCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceGatewayCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceNetworkCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetTargetGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainVerificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListListenersCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceNetworksCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTargetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListTargetsCommand.d.ts +3 -8
- package/dist-types/commands/PutAuthPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/RegisterTargetsCommand.d.ts +3 -8
- package/dist-types/commands/StartDomainVerificationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTargetGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchUpdateRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccessLogSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceNetworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessLogSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAuthPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainVerificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceEndpointAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceNetworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessLogSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAuthPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainVerificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceNetworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceNetworkResourceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceNetworkServiceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceNetworkVpcAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTargetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessLogSubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainVerificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceEndpointAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceNetworksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTargetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAuthPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDomainVerificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccessLogSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResourceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResourceGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceNetworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTargetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTagsForResourceRequest,
|
|
5
4
|
ListTagsForResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
VPCLatticeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
VPCLatticeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTargetGroupsRequest,
|
|
5
4
|
ListTargetGroupsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTargetGroupsCommandInput extends ListTargetGroupsRequest {}
|
|
15
8
|
export interface ListTargetGroupsCommandOutput
|
|
16
9
|
extends ListTargetGroupsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListTargetGroupsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListTargetGroupsCommandInput,
|
|
23
16
|
ListTargetGroupsCommandOutput,
|
|
24
|
-
VPCLatticeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListTargetGroupsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListTargetGroupsCommandInput,
|
|
32
25
|
ListTargetGroupsCommandOutput,
|
|
33
|
-
VPCLatticeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListTargetGroupsCommand extends ListTargetGroupsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ListTargetsRequest, ListTargetsResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
VPCLatticeClientResolvedConfig,
|
|
8
|
-
} from "../VPCLatticeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListTargetsCommandInput extends ListTargetsRequest {}
|
|
12
5
|
export interface ListTargetsCommandOutput
|
|
13
6
|
extends ListTargetsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListTargetsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListTargetsCommandInput,
|
|
20
13
|
ListTargetsCommandOutput,
|
|
21
|
-
VPCLatticeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListTargetsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListTargetsCommandInput,
|
|
29
22
|
ListTargetsCommandOutput,
|
|
30
|
-
VPCLatticeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListTargetsCommand extends ListTargetsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutAuthPolicyRequest,
|
|
5
4
|
PutAuthPolicyResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutAuthPolicyCommandInput extends PutAuthPolicyRequest {}
|
|
15
8
|
export interface PutAuthPolicyCommandOutput
|
|
16
9
|
extends PutAuthPolicyResponse,
|
|
@@ -21,22 +14,20 @@ declare const PutAuthPolicyCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PutAuthPolicyCommandInput,
|
|
23
16
|
PutAuthPolicyCommandOutput,
|
|
24
|
-
VPCLatticeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: PutAuthPolicyCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
PutAuthPolicyCommandInput,
|
|
32
25
|
PutAuthPolicyCommandOutput,
|
|
33
|
-
VPCLatticeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class PutAuthPolicyCommand extends PutAuthPolicyCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutResourcePolicyRequest,
|
|
5
4
|
PutResourcePolicyResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutResourcePolicyCommandInput
|
|
15
8
|
extends PutResourcePolicyRequest {}
|
|
16
9
|
export interface PutResourcePolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutResourcePolicyCommandInput,
|
|
24
17
|
PutResourcePolicyCommandOutput,
|
|
25
|
-
VPCLatticeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutResourcePolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutResourcePolicyCommandInput,
|
|
33
26
|
PutResourcePolicyCommandOutput,
|
|
34
|
-
VPCLatticeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
RegisterTargetsRequest,
|
|
5
4
|
RegisterTargetsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RegisterTargetsCommandInput extends RegisterTargetsRequest {}
|
|
15
8
|
export interface RegisterTargetsCommandOutput
|
|
16
9
|
extends RegisterTargetsResponse,
|
|
@@ -21,22 +14,20 @@ declare const RegisterTargetsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
RegisterTargetsCommandInput,
|
|
23
16
|
RegisterTargetsCommandOutput,
|
|
24
|
-
VPCLatticeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: RegisterTargetsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
RegisterTargetsCommandInput,
|
|
32
25
|
RegisterTargetsCommandOutput,
|
|
33
|
-
VPCLatticeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
StartDomainVerificationRequest,
|
|
5
4
|
StartDomainVerificationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartDomainVerificationCommandInput
|
|
15
8
|
extends StartDomainVerificationRequest {}
|
|
16
9
|
export interface StartDomainVerificationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartDomainVerificationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartDomainVerificationCommandInput,
|
|
24
17
|
StartDomainVerificationCommandOutput,
|
|
25
|
-
VPCLatticeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartDomainVerificationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartDomainVerificationCommandInput,
|
|
33
26
|
StartDomainVerificationCommandOutput,
|
|
34
|
-
VPCLatticeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartDomainVerificationCommand extends StartDomainVerificationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
VPCLatticeClientResolvedConfig,
|
|
8
|
-
} from "../VPCLatticeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
VPCLatticeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
VPCLatticeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UntagResourceRequest,
|
|
5
4
|
UntagResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
VPCLatticeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
33
|
-
VPCLatticeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateAccessLogSubscriptionRequest,
|
|
5
4
|
UpdateAccessLogSubscriptionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateAccessLogSubscriptionCommandInput
|
|
15
8
|
extends UpdateAccessLogSubscriptionRequest {}
|
|
16
9
|
export interface UpdateAccessLogSubscriptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateAccessLogSubscriptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateAccessLogSubscriptionCommandInput,
|
|
24
17
|
UpdateAccessLogSubscriptionCommandOutput,
|
|
25
|
-
VPCLatticeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateAccessLogSubscriptionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateAccessLogSubscriptionCommandInput,
|
|
33
26
|
UpdateAccessLogSubscriptionCommandOutput,
|
|
34
|
-
VPCLatticeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateAccessLogSubscriptionCommand extends UpdateAccessLogSubscriptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateListenerRequest,
|
|
5
4
|
UpdateListenerResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateListenerCommandInput extends UpdateListenerRequest {}
|
|
15
8
|
export interface UpdateListenerCommandOutput
|
|
16
9
|
extends UpdateListenerResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateListenerCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateListenerCommandInput,
|
|
23
16
|
UpdateListenerCommandOutput,
|
|
24
|
-
VPCLatticeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateListenerCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateListenerCommandInput,
|
|
32
25
|
UpdateListenerCommandOutput,
|
|
33
|
-
VPCLatticeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateListenerCommand extends UpdateListenerCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateResourceConfigurationRequest,
|
|
5
4
|
UpdateResourceConfigurationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateResourceConfigurationCommandInput
|
|
15
8
|
extends UpdateResourceConfigurationRequest {}
|
|
16
9
|
export interface UpdateResourceConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateResourceConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateResourceConfigurationCommandInput,
|
|
24
17
|
UpdateResourceConfigurationCommandOutput,
|
|
25
|
-
VPCLatticeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateResourceConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateResourceConfigurationCommandInput,
|
|
33
26
|
UpdateResourceConfigurationCommandOutput,
|
|
34
|
-
VPCLatticeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateResourceConfigurationCommand extends UpdateResourceConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateResourceGatewayRequest,
|
|
5
4
|
UpdateResourceGatewayResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VPCLatticeClientResolvedConfig,
|
|
11
|
-
} from "../VPCLatticeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateResourceGatewayCommandInput
|
|
15
8
|
extends UpdateResourceGatewayRequest {}
|
|
16
9
|
export interface UpdateResourceGatewayCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateResourceGatewayCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateResourceGatewayCommandInput,
|
|
24
17
|
UpdateResourceGatewayCommandOutput,
|
|
25
|
-
VPCLatticeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateResourceGatewayCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateResourceGatewayCommandInput,
|
|
33
26
|
UpdateResourceGatewayCommandOutput,
|
|
34
|
-
VPCLatticeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateResourceGatewayCommand extends UpdateResourceGatewayCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
VPCLatticeClientResolvedConfig,
|
|
8
|
-
} from "../VPCLatticeClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateRuleCommandInput extends UpdateRuleRequest {}
|
|
12
5
|
export interface UpdateRuleCommandOutput
|
|
13
6
|
extends UpdateRuleResponse,
|
|
@@ -18,22 +11,20 @@ declare const UpdateRuleCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateRuleCommandInput,
|
|
20
13
|
UpdateRuleCommandOutput,
|
|
21
|
-
VPCLatticeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateRuleCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateRuleCommandInput,
|
|
29
22
|
UpdateRuleCommandOutput,
|
|
30
|
-
VPCLatticeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").VPCLatticeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateRuleCommand extends UpdateRuleCommand_base {
|
|
39
30
|
protected static __types: {
|