@aws-sdk/client-vpc-lattice 3.699.0 → 3.709.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/README.md +136 -0
- package/dist-cjs/index.js +1223 -25
- package/dist-es/VPCLattice.js +34 -0
- package/dist-es/commands/CreateResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/CreateResourceGatewayCommand.js +22 -0
- package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteResourceGatewayCommand.js +22 -0
- package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +22 -0
- package/dist-es/commands/GetResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/GetResourceGatewayCommand.js +22 -0
- package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +22 -0
- package/dist-es/commands/ListResourceConfigurationsCommand.js +22 -0
- package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/ListResourceGatewaysCommand.js +22 -0
- package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +22 -0
- package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/UpdateResourceConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateResourceGatewayCommand.js +22 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/models_0.js +61 -0
- package/dist-es/pagination/ListResourceConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListResourceEndpointAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListResourceGatewaysPaginator.js +4 -0
- package/dist-es/pagination/ListServiceNetworkResourceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +671 -0
- package/dist-types/VPCLattice.d.ts +122 -0
- package/dist-types/VPCLatticeClient.d.ts +19 -2
- package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +144 -0
- package/dist-types/commands/CreateResourceGatewayCommand.d.ts +117 -0
- package/dist-types/commands/CreateServiceNetworkCommand.d.ts +6 -0
- package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +104 -0
- package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +94 -0
- package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +93 -0
- package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceConfigurationCommand.d.ts +115 -0
- package/dist-types/commands/GetResourceGatewayCommand.d.ts +100 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceNetworkCommand.d.ts +3 -0
- package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +109 -0
- package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
- package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +101 -0
- package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +102 -0
- package/dist-types/commands/ListResourceGatewaysCommand.d.ts +103 -0
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +112 -0
- package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +4 -5
- package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -3
- package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListServiceNetworksCommand.d.ts +3 -2
- package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateListenerCommand.d.ts +3 -0
- package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +129 -0
- package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +101 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +4 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTargetGroupCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +2687 -987
- package/dist-types/pagination/ListResourceConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceEndpointAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceGatewaysPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
- package/dist-types/ts3.4/VPCLattice.d.ts +328 -0
- package/dist-types/ts3.4/VPCLatticeClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceEndpointAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetServiceNetworkResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceGatewaysCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResourceConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResourceGatewayCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +416 -0
- package/dist-types/ts3.4/pagination/ListResourceConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceEndpointAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceGatewaysPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
- package/package.json +35 -35
|
@@ -2,19 +2,26 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
|
2
2
|
import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand";
|
|
3
3
|
import { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "./commands/CreateAccessLogSubscriptionCommand";
|
|
4
4
|
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
|
|
5
|
+
import { CreateResourceConfigurationCommandInput, CreateResourceConfigurationCommandOutput } from "./commands/CreateResourceConfigurationCommand";
|
|
6
|
+
import { CreateResourceGatewayCommandInput, CreateResourceGatewayCommandOutput } from "./commands/CreateResourceGatewayCommand";
|
|
5
7
|
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
6
8
|
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
7
9
|
import { CreateServiceNetworkCommandInput, CreateServiceNetworkCommandOutput } from "./commands/CreateServiceNetworkCommand";
|
|
10
|
+
import { CreateServiceNetworkResourceAssociationCommandInput, CreateServiceNetworkResourceAssociationCommandOutput } from "./commands/CreateServiceNetworkResourceAssociationCommand";
|
|
8
11
|
import { CreateServiceNetworkServiceAssociationCommandInput, CreateServiceNetworkServiceAssociationCommandOutput } from "./commands/CreateServiceNetworkServiceAssociationCommand";
|
|
9
12
|
import { CreateServiceNetworkVpcAssociationCommandInput, CreateServiceNetworkVpcAssociationCommandOutput } from "./commands/CreateServiceNetworkVpcAssociationCommand";
|
|
10
13
|
import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
|
|
11
14
|
import { DeleteAccessLogSubscriptionCommandInput, DeleteAccessLogSubscriptionCommandOutput } from "./commands/DeleteAccessLogSubscriptionCommand";
|
|
12
15
|
import { DeleteAuthPolicyCommandInput, DeleteAuthPolicyCommandOutput } from "./commands/DeleteAuthPolicyCommand";
|
|
13
16
|
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
|
|
17
|
+
import { DeleteResourceConfigurationCommandInput, DeleteResourceConfigurationCommandOutput } from "./commands/DeleteResourceConfigurationCommand";
|
|
18
|
+
import { DeleteResourceEndpointAssociationCommandInput, DeleteResourceEndpointAssociationCommandOutput } from "./commands/DeleteResourceEndpointAssociationCommand";
|
|
19
|
+
import { DeleteResourceGatewayCommandInput, DeleteResourceGatewayCommandOutput } from "./commands/DeleteResourceGatewayCommand";
|
|
14
20
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
15
21
|
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
16
22
|
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
17
23
|
import { DeleteServiceNetworkCommandInput, DeleteServiceNetworkCommandOutput } from "./commands/DeleteServiceNetworkCommand";
|
|
24
|
+
import { DeleteServiceNetworkResourceAssociationCommandInput, DeleteServiceNetworkResourceAssociationCommandOutput } from "./commands/DeleteServiceNetworkResourceAssociationCommand";
|
|
18
25
|
import { DeleteServiceNetworkServiceAssociationCommandInput, DeleteServiceNetworkServiceAssociationCommandOutput } from "./commands/DeleteServiceNetworkServiceAssociationCommand";
|
|
19
26
|
import { DeleteServiceNetworkVpcAssociationCommandInput, DeleteServiceNetworkVpcAssociationCommandOutput } from "./commands/DeleteServiceNetworkVpcAssociationCommand";
|
|
20
27
|
import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
|
|
@@ -22,19 +29,27 @@ import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from ".
|
|
|
22
29
|
import { GetAccessLogSubscriptionCommandInput, GetAccessLogSubscriptionCommandOutput } from "./commands/GetAccessLogSubscriptionCommand";
|
|
23
30
|
import { GetAuthPolicyCommandInput, GetAuthPolicyCommandOutput } from "./commands/GetAuthPolicyCommand";
|
|
24
31
|
import { GetListenerCommandInput, GetListenerCommandOutput } from "./commands/GetListenerCommand";
|
|
32
|
+
import { GetResourceConfigurationCommandInput, GetResourceConfigurationCommandOutput } from "./commands/GetResourceConfigurationCommand";
|
|
33
|
+
import { GetResourceGatewayCommandInput, GetResourceGatewayCommandOutput } from "./commands/GetResourceGatewayCommand";
|
|
25
34
|
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
26
35
|
import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
27
36
|
import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
28
37
|
import { GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput } from "./commands/GetServiceNetworkCommand";
|
|
38
|
+
import { GetServiceNetworkResourceAssociationCommandInput, GetServiceNetworkResourceAssociationCommandOutput } from "./commands/GetServiceNetworkResourceAssociationCommand";
|
|
29
39
|
import { GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput } from "./commands/GetServiceNetworkServiceAssociationCommand";
|
|
30
40
|
import { GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput } from "./commands/GetServiceNetworkVpcAssociationCommand";
|
|
31
41
|
import { GetTargetGroupCommandInput, GetTargetGroupCommandOutput } from "./commands/GetTargetGroupCommand";
|
|
32
42
|
import { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "./commands/ListAccessLogSubscriptionsCommand";
|
|
33
43
|
import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
|
|
44
|
+
import { ListResourceConfigurationsCommandInput, ListResourceConfigurationsCommandOutput } from "./commands/ListResourceConfigurationsCommand";
|
|
45
|
+
import { ListResourceEndpointAssociationsCommandInput, ListResourceEndpointAssociationsCommandOutput } from "./commands/ListResourceEndpointAssociationsCommand";
|
|
46
|
+
import { ListResourceGatewaysCommandInput, ListResourceGatewaysCommandOutput } from "./commands/ListResourceGatewaysCommand";
|
|
34
47
|
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
48
|
+
import { ListServiceNetworkResourceAssociationsCommandInput, ListServiceNetworkResourceAssociationsCommandOutput } from "./commands/ListServiceNetworkResourceAssociationsCommand";
|
|
35
49
|
import { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "./commands/ListServiceNetworksCommand";
|
|
36
50
|
import { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "./commands/ListServiceNetworkServiceAssociationsCommand";
|
|
37
51
|
import { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcAssociationsCommand";
|
|
52
|
+
import { ListServiceNetworkVpcEndpointAssociationsCommandInput, ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcEndpointAssociationsCommand";
|
|
38
53
|
import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
39
54
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
40
55
|
import { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "./commands/ListTargetGroupsCommand";
|
|
@@ -46,6 +61,8 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
46
61
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
47
62
|
import { UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput } from "./commands/UpdateAccessLogSubscriptionCommand";
|
|
48
63
|
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
|
|
64
|
+
import { UpdateResourceConfigurationCommandInput, UpdateResourceConfigurationCommandOutput } from "./commands/UpdateResourceConfigurationCommand";
|
|
65
|
+
import { UpdateResourceGatewayCommandInput, UpdateResourceGatewayCommandOutput } from "./commands/UpdateResourceGatewayCommand";
|
|
49
66
|
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
50
67
|
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
51
68
|
import { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } from "./commands/UpdateServiceNetworkCommand";
|
|
@@ -71,6 +88,18 @@ export interface VPCLattice {
|
|
|
71
88
|
createListener(args: CreateListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateListenerCommandOutput>;
|
|
72
89
|
createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
73
90
|
createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
91
|
+
/**
|
|
92
|
+
* @see {@link CreateResourceConfigurationCommand}
|
|
93
|
+
*/
|
|
94
|
+
createResourceConfiguration(args: CreateResourceConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceConfigurationCommandOutput>;
|
|
95
|
+
createResourceConfiguration(args: CreateResourceConfigurationCommandInput, cb: (err: any, data?: CreateResourceConfigurationCommandOutput) => void): void;
|
|
96
|
+
createResourceConfiguration(args: CreateResourceConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceConfigurationCommandOutput) => void): void;
|
|
97
|
+
/**
|
|
98
|
+
* @see {@link CreateResourceGatewayCommand}
|
|
99
|
+
*/
|
|
100
|
+
createResourceGateway(args: CreateResourceGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceGatewayCommandOutput>;
|
|
101
|
+
createResourceGateway(args: CreateResourceGatewayCommandInput, cb: (err: any, data?: CreateResourceGatewayCommandOutput) => void): void;
|
|
102
|
+
createResourceGateway(args: CreateResourceGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceGatewayCommandOutput) => void): void;
|
|
74
103
|
/**
|
|
75
104
|
* @see {@link CreateRuleCommand}
|
|
76
105
|
*/
|
|
@@ -89,6 +118,12 @@ export interface VPCLattice {
|
|
|
89
118
|
createServiceNetwork(args: CreateServiceNetworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceNetworkCommandOutput>;
|
|
90
119
|
createServiceNetwork(args: CreateServiceNetworkCommandInput, cb: (err: any, data?: CreateServiceNetworkCommandOutput) => void): void;
|
|
91
120
|
createServiceNetwork(args: CreateServiceNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceNetworkCommandOutput) => void): void;
|
|
121
|
+
/**
|
|
122
|
+
* @see {@link CreateServiceNetworkResourceAssociationCommand}
|
|
123
|
+
*/
|
|
124
|
+
createServiceNetworkResourceAssociation(args: CreateServiceNetworkResourceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceNetworkResourceAssociationCommandOutput>;
|
|
125
|
+
createServiceNetworkResourceAssociation(args: CreateServiceNetworkResourceAssociationCommandInput, cb: (err: any, data?: CreateServiceNetworkResourceAssociationCommandOutput) => void): void;
|
|
126
|
+
createServiceNetworkResourceAssociation(args: CreateServiceNetworkResourceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceNetworkResourceAssociationCommandOutput) => void): void;
|
|
92
127
|
/**
|
|
93
128
|
* @see {@link CreateServiceNetworkServiceAssociationCommand}
|
|
94
129
|
*/
|
|
@@ -125,6 +160,24 @@ export interface VPCLattice {
|
|
|
125
160
|
deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
|
|
126
161
|
deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
127
162
|
deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
163
|
+
/**
|
|
164
|
+
* @see {@link DeleteResourceConfigurationCommand}
|
|
165
|
+
*/
|
|
166
|
+
deleteResourceConfiguration(args: DeleteResourceConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceConfigurationCommandOutput>;
|
|
167
|
+
deleteResourceConfiguration(args: DeleteResourceConfigurationCommandInput, cb: (err: any, data?: DeleteResourceConfigurationCommandOutput) => void): void;
|
|
168
|
+
deleteResourceConfiguration(args: DeleteResourceConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceConfigurationCommandOutput) => void): void;
|
|
169
|
+
/**
|
|
170
|
+
* @see {@link DeleteResourceEndpointAssociationCommand}
|
|
171
|
+
*/
|
|
172
|
+
deleteResourceEndpointAssociation(args: DeleteResourceEndpointAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceEndpointAssociationCommandOutput>;
|
|
173
|
+
deleteResourceEndpointAssociation(args: DeleteResourceEndpointAssociationCommandInput, cb: (err: any, data?: DeleteResourceEndpointAssociationCommandOutput) => void): void;
|
|
174
|
+
deleteResourceEndpointAssociation(args: DeleteResourceEndpointAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceEndpointAssociationCommandOutput) => void): void;
|
|
175
|
+
/**
|
|
176
|
+
* @see {@link DeleteResourceGatewayCommand}
|
|
177
|
+
*/
|
|
178
|
+
deleteResourceGateway(args: DeleteResourceGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceGatewayCommandOutput>;
|
|
179
|
+
deleteResourceGateway(args: DeleteResourceGatewayCommandInput, cb: (err: any, data?: DeleteResourceGatewayCommandOutput) => void): void;
|
|
180
|
+
deleteResourceGateway(args: DeleteResourceGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceGatewayCommandOutput) => void): void;
|
|
128
181
|
/**
|
|
129
182
|
* @see {@link DeleteResourcePolicyCommand}
|
|
130
183
|
*/
|
|
@@ -149,6 +202,12 @@ export interface VPCLattice {
|
|
|
149
202
|
deleteServiceNetwork(args: DeleteServiceNetworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceNetworkCommandOutput>;
|
|
150
203
|
deleteServiceNetwork(args: DeleteServiceNetworkCommandInput, cb: (err: any, data?: DeleteServiceNetworkCommandOutput) => void): void;
|
|
151
204
|
deleteServiceNetwork(args: DeleteServiceNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceNetworkCommandOutput) => void): void;
|
|
205
|
+
/**
|
|
206
|
+
* @see {@link DeleteServiceNetworkResourceAssociationCommand}
|
|
207
|
+
*/
|
|
208
|
+
deleteServiceNetworkResourceAssociation(args: DeleteServiceNetworkResourceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceNetworkResourceAssociationCommandOutput>;
|
|
209
|
+
deleteServiceNetworkResourceAssociation(args: DeleteServiceNetworkResourceAssociationCommandInput, cb: (err: any, data?: DeleteServiceNetworkResourceAssociationCommandOutput) => void): void;
|
|
210
|
+
deleteServiceNetworkResourceAssociation(args: DeleteServiceNetworkResourceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceNetworkResourceAssociationCommandOutput) => void): void;
|
|
152
211
|
/**
|
|
153
212
|
* @see {@link DeleteServiceNetworkServiceAssociationCommand}
|
|
154
213
|
*/
|
|
@@ -191,6 +250,18 @@ export interface VPCLattice {
|
|
|
191
250
|
getListener(args: GetListenerCommandInput, options?: __HttpHandlerOptions): Promise<GetListenerCommandOutput>;
|
|
192
251
|
getListener(args: GetListenerCommandInput, cb: (err: any, data?: GetListenerCommandOutput) => void): void;
|
|
193
252
|
getListener(args: GetListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetListenerCommandOutput) => void): void;
|
|
253
|
+
/**
|
|
254
|
+
* @see {@link GetResourceConfigurationCommand}
|
|
255
|
+
*/
|
|
256
|
+
getResourceConfiguration(args: GetResourceConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceConfigurationCommandOutput>;
|
|
257
|
+
getResourceConfiguration(args: GetResourceConfigurationCommandInput, cb: (err: any, data?: GetResourceConfigurationCommandOutput) => void): void;
|
|
258
|
+
getResourceConfiguration(args: GetResourceConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceConfigurationCommandOutput) => void): void;
|
|
259
|
+
/**
|
|
260
|
+
* @see {@link GetResourceGatewayCommand}
|
|
261
|
+
*/
|
|
262
|
+
getResourceGateway(args: GetResourceGatewayCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceGatewayCommandOutput>;
|
|
263
|
+
getResourceGateway(args: GetResourceGatewayCommandInput, cb: (err: any, data?: GetResourceGatewayCommandOutput) => void): void;
|
|
264
|
+
getResourceGateway(args: GetResourceGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceGatewayCommandOutput) => void): void;
|
|
194
265
|
/**
|
|
195
266
|
* @see {@link GetResourcePolicyCommand}
|
|
196
267
|
*/
|
|
@@ -215,6 +286,12 @@ export interface VPCLattice {
|
|
|
215
286
|
getServiceNetwork(args: GetServiceNetworkCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceNetworkCommandOutput>;
|
|
216
287
|
getServiceNetwork(args: GetServiceNetworkCommandInput, cb: (err: any, data?: GetServiceNetworkCommandOutput) => void): void;
|
|
217
288
|
getServiceNetwork(args: GetServiceNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceNetworkCommandOutput) => void): void;
|
|
289
|
+
/**
|
|
290
|
+
* @see {@link GetServiceNetworkResourceAssociationCommand}
|
|
291
|
+
*/
|
|
292
|
+
getServiceNetworkResourceAssociation(args: GetServiceNetworkResourceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceNetworkResourceAssociationCommandOutput>;
|
|
293
|
+
getServiceNetworkResourceAssociation(args: GetServiceNetworkResourceAssociationCommandInput, cb: (err: any, data?: GetServiceNetworkResourceAssociationCommandOutput) => void): void;
|
|
294
|
+
getServiceNetworkResourceAssociation(args: GetServiceNetworkResourceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceNetworkResourceAssociationCommandOutput) => void): void;
|
|
218
295
|
/**
|
|
219
296
|
* @see {@link GetServiceNetworkServiceAssociationCommand}
|
|
220
297
|
*/
|
|
@@ -245,12 +322,39 @@ export interface VPCLattice {
|
|
|
245
322
|
listListeners(args: ListListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListListenersCommandOutput>;
|
|
246
323
|
listListeners(args: ListListenersCommandInput, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
|
|
247
324
|
listListeners(args: ListListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
|
|
325
|
+
/**
|
|
326
|
+
* @see {@link ListResourceConfigurationsCommand}
|
|
327
|
+
*/
|
|
328
|
+
listResourceConfigurations(): Promise<ListResourceConfigurationsCommandOutput>;
|
|
329
|
+
listResourceConfigurations(args: ListResourceConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceConfigurationsCommandOutput>;
|
|
330
|
+
listResourceConfigurations(args: ListResourceConfigurationsCommandInput, cb: (err: any, data?: ListResourceConfigurationsCommandOutput) => void): void;
|
|
331
|
+
listResourceConfigurations(args: ListResourceConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceConfigurationsCommandOutput) => void): void;
|
|
332
|
+
/**
|
|
333
|
+
* @see {@link ListResourceEndpointAssociationsCommand}
|
|
334
|
+
*/
|
|
335
|
+
listResourceEndpointAssociations(args: ListResourceEndpointAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceEndpointAssociationsCommandOutput>;
|
|
336
|
+
listResourceEndpointAssociations(args: ListResourceEndpointAssociationsCommandInput, cb: (err: any, data?: ListResourceEndpointAssociationsCommandOutput) => void): void;
|
|
337
|
+
listResourceEndpointAssociations(args: ListResourceEndpointAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceEndpointAssociationsCommandOutput) => void): void;
|
|
338
|
+
/**
|
|
339
|
+
* @see {@link ListResourceGatewaysCommand}
|
|
340
|
+
*/
|
|
341
|
+
listResourceGateways(): Promise<ListResourceGatewaysCommandOutput>;
|
|
342
|
+
listResourceGateways(args: ListResourceGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceGatewaysCommandOutput>;
|
|
343
|
+
listResourceGateways(args: ListResourceGatewaysCommandInput, cb: (err: any, data?: ListResourceGatewaysCommandOutput) => void): void;
|
|
344
|
+
listResourceGateways(args: ListResourceGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceGatewaysCommandOutput) => void): void;
|
|
248
345
|
/**
|
|
249
346
|
* @see {@link ListRulesCommand}
|
|
250
347
|
*/
|
|
251
348
|
listRules(args: ListRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesCommandOutput>;
|
|
252
349
|
listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
|
|
253
350
|
listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
|
|
351
|
+
/**
|
|
352
|
+
* @see {@link ListServiceNetworkResourceAssociationsCommand}
|
|
353
|
+
*/
|
|
354
|
+
listServiceNetworkResourceAssociations(): Promise<ListServiceNetworkResourceAssociationsCommandOutput>;
|
|
355
|
+
listServiceNetworkResourceAssociations(args: ListServiceNetworkResourceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceNetworkResourceAssociationsCommandOutput>;
|
|
356
|
+
listServiceNetworkResourceAssociations(args: ListServiceNetworkResourceAssociationsCommandInput, cb: (err: any, data?: ListServiceNetworkResourceAssociationsCommandOutput) => void): void;
|
|
357
|
+
listServiceNetworkResourceAssociations(args: ListServiceNetworkResourceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceNetworkResourceAssociationsCommandOutput) => void): void;
|
|
254
358
|
/**
|
|
255
359
|
* @see {@link ListServiceNetworksCommand}
|
|
256
360
|
*/
|
|
@@ -272,6 +376,12 @@ export interface VPCLattice {
|
|
|
272
376
|
listServiceNetworkVpcAssociations(args: ListServiceNetworkVpcAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceNetworkVpcAssociationsCommandOutput>;
|
|
273
377
|
listServiceNetworkVpcAssociations(args: ListServiceNetworkVpcAssociationsCommandInput, cb: (err: any, data?: ListServiceNetworkVpcAssociationsCommandOutput) => void): void;
|
|
274
378
|
listServiceNetworkVpcAssociations(args: ListServiceNetworkVpcAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceNetworkVpcAssociationsCommandOutput) => void): void;
|
|
379
|
+
/**
|
|
380
|
+
* @see {@link ListServiceNetworkVpcEndpointAssociationsCommand}
|
|
381
|
+
*/
|
|
382
|
+
listServiceNetworkVpcEndpointAssociations(args: ListServiceNetworkVpcEndpointAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceNetworkVpcEndpointAssociationsCommandOutput>;
|
|
383
|
+
listServiceNetworkVpcEndpointAssociations(args: ListServiceNetworkVpcEndpointAssociationsCommandInput, cb: (err: any, data?: ListServiceNetworkVpcEndpointAssociationsCommandOutput) => void): void;
|
|
384
|
+
listServiceNetworkVpcEndpointAssociations(args: ListServiceNetworkVpcEndpointAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceNetworkVpcEndpointAssociationsCommandOutput) => void): void;
|
|
275
385
|
/**
|
|
276
386
|
* @see {@link ListServicesCommand}
|
|
277
387
|
*/
|
|
@@ -340,6 +450,18 @@ export interface VPCLattice {
|
|
|
340
450
|
updateListener(args: UpdateListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateListenerCommandOutput>;
|
|
341
451
|
updateListener(args: UpdateListenerCommandInput, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
|
|
342
452
|
updateListener(args: UpdateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
|
|
453
|
+
/**
|
|
454
|
+
* @see {@link UpdateResourceConfigurationCommand}
|
|
455
|
+
*/
|
|
456
|
+
updateResourceConfiguration(args: UpdateResourceConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceConfigurationCommandOutput>;
|
|
457
|
+
updateResourceConfiguration(args: UpdateResourceConfigurationCommandInput, cb: (err: any, data?: UpdateResourceConfigurationCommandOutput) => void): void;
|
|
458
|
+
updateResourceConfiguration(args: UpdateResourceConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceConfigurationCommandOutput) => void): void;
|
|
459
|
+
/**
|
|
460
|
+
* @see {@link UpdateResourceGatewayCommand}
|
|
461
|
+
*/
|
|
462
|
+
updateResourceGateway(args: UpdateResourceGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceGatewayCommandOutput>;
|
|
463
|
+
updateResourceGateway(args: UpdateResourceGatewayCommandInput, cb: (err: any, data?: UpdateResourceGatewayCommandOutput) => void): void;
|
|
464
|
+
updateResourceGateway(args: UpdateResourceGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceGatewayCommandOutput) => void): void;
|
|
343
465
|
/**
|
|
344
466
|
* @see {@link UpdateRuleCommand}
|
|
345
467
|
*/
|
|
@@ -10,19 +10,26 @@ import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/
|
|
|
10
10
|
import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand";
|
|
11
11
|
import { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "./commands/CreateAccessLogSubscriptionCommand";
|
|
12
12
|
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
|
|
13
|
+
import { CreateResourceConfigurationCommandInput, CreateResourceConfigurationCommandOutput } from "./commands/CreateResourceConfigurationCommand";
|
|
14
|
+
import { CreateResourceGatewayCommandInput, CreateResourceGatewayCommandOutput } from "./commands/CreateResourceGatewayCommand";
|
|
13
15
|
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
|
|
14
16
|
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
15
17
|
import { CreateServiceNetworkCommandInput, CreateServiceNetworkCommandOutput } from "./commands/CreateServiceNetworkCommand";
|
|
18
|
+
import { CreateServiceNetworkResourceAssociationCommandInput, CreateServiceNetworkResourceAssociationCommandOutput } from "./commands/CreateServiceNetworkResourceAssociationCommand";
|
|
16
19
|
import { CreateServiceNetworkServiceAssociationCommandInput, CreateServiceNetworkServiceAssociationCommandOutput } from "./commands/CreateServiceNetworkServiceAssociationCommand";
|
|
17
20
|
import { CreateServiceNetworkVpcAssociationCommandInput, CreateServiceNetworkVpcAssociationCommandOutput } from "./commands/CreateServiceNetworkVpcAssociationCommand";
|
|
18
21
|
import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
|
|
19
22
|
import { DeleteAccessLogSubscriptionCommandInput, DeleteAccessLogSubscriptionCommandOutput } from "./commands/DeleteAccessLogSubscriptionCommand";
|
|
20
23
|
import { DeleteAuthPolicyCommandInput, DeleteAuthPolicyCommandOutput } from "./commands/DeleteAuthPolicyCommand";
|
|
21
24
|
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
|
|
25
|
+
import { DeleteResourceConfigurationCommandInput, DeleteResourceConfigurationCommandOutput } from "./commands/DeleteResourceConfigurationCommand";
|
|
26
|
+
import { DeleteResourceEndpointAssociationCommandInput, DeleteResourceEndpointAssociationCommandOutput } from "./commands/DeleteResourceEndpointAssociationCommand";
|
|
27
|
+
import { DeleteResourceGatewayCommandInput, DeleteResourceGatewayCommandOutput } from "./commands/DeleteResourceGatewayCommand";
|
|
22
28
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
23
29
|
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
24
30
|
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
25
31
|
import { DeleteServiceNetworkCommandInput, DeleteServiceNetworkCommandOutput } from "./commands/DeleteServiceNetworkCommand";
|
|
32
|
+
import { DeleteServiceNetworkResourceAssociationCommandInput, DeleteServiceNetworkResourceAssociationCommandOutput } from "./commands/DeleteServiceNetworkResourceAssociationCommand";
|
|
26
33
|
import { DeleteServiceNetworkServiceAssociationCommandInput, DeleteServiceNetworkServiceAssociationCommandOutput } from "./commands/DeleteServiceNetworkServiceAssociationCommand";
|
|
27
34
|
import { DeleteServiceNetworkVpcAssociationCommandInput, DeleteServiceNetworkVpcAssociationCommandOutput } from "./commands/DeleteServiceNetworkVpcAssociationCommand";
|
|
28
35
|
import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
|
|
@@ -30,19 +37,27 @@ import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from ".
|
|
|
30
37
|
import { GetAccessLogSubscriptionCommandInput, GetAccessLogSubscriptionCommandOutput } from "./commands/GetAccessLogSubscriptionCommand";
|
|
31
38
|
import { GetAuthPolicyCommandInput, GetAuthPolicyCommandOutput } from "./commands/GetAuthPolicyCommand";
|
|
32
39
|
import { GetListenerCommandInput, GetListenerCommandOutput } from "./commands/GetListenerCommand";
|
|
40
|
+
import { GetResourceConfigurationCommandInput, GetResourceConfigurationCommandOutput } from "./commands/GetResourceConfigurationCommand";
|
|
41
|
+
import { GetResourceGatewayCommandInput, GetResourceGatewayCommandOutput } from "./commands/GetResourceGatewayCommand";
|
|
33
42
|
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
34
43
|
import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
|
|
35
44
|
import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
36
45
|
import { GetServiceNetworkCommandInput, GetServiceNetworkCommandOutput } from "./commands/GetServiceNetworkCommand";
|
|
46
|
+
import { GetServiceNetworkResourceAssociationCommandInput, GetServiceNetworkResourceAssociationCommandOutput } from "./commands/GetServiceNetworkResourceAssociationCommand";
|
|
37
47
|
import { GetServiceNetworkServiceAssociationCommandInput, GetServiceNetworkServiceAssociationCommandOutput } from "./commands/GetServiceNetworkServiceAssociationCommand";
|
|
38
48
|
import { GetServiceNetworkVpcAssociationCommandInput, GetServiceNetworkVpcAssociationCommandOutput } from "./commands/GetServiceNetworkVpcAssociationCommand";
|
|
39
49
|
import { GetTargetGroupCommandInput, GetTargetGroupCommandOutput } from "./commands/GetTargetGroupCommand";
|
|
40
50
|
import { ListAccessLogSubscriptionsCommandInput, ListAccessLogSubscriptionsCommandOutput } from "./commands/ListAccessLogSubscriptionsCommand";
|
|
41
51
|
import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
|
|
52
|
+
import { ListResourceConfigurationsCommandInput, ListResourceConfigurationsCommandOutput } from "./commands/ListResourceConfigurationsCommand";
|
|
53
|
+
import { ListResourceEndpointAssociationsCommandInput, ListResourceEndpointAssociationsCommandOutput } from "./commands/ListResourceEndpointAssociationsCommand";
|
|
54
|
+
import { ListResourceGatewaysCommandInput, ListResourceGatewaysCommandOutput } from "./commands/ListResourceGatewaysCommand";
|
|
42
55
|
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
56
|
+
import { ListServiceNetworkResourceAssociationsCommandInput, ListServiceNetworkResourceAssociationsCommandOutput } from "./commands/ListServiceNetworkResourceAssociationsCommand";
|
|
43
57
|
import { ListServiceNetworksCommandInput, ListServiceNetworksCommandOutput } from "./commands/ListServiceNetworksCommand";
|
|
44
58
|
import { ListServiceNetworkServiceAssociationsCommandInput, ListServiceNetworkServiceAssociationsCommandOutput } from "./commands/ListServiceNetworkServiceAssociationsCommand";
|
|
45
59
|
import { ListServiceNetworkVpcAssociationsCommandInput, ListServiceNetworkVpcAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcAssociationsCommand";
|
|
60
|
+
import { ListServiceNetworkVpcEndpointAssociationsCommandInput, ListServiceNetworkVpcEndpointAssociationsCommandOutput } from "./commands/ListServiceNetworkVpcEndpointAssociationsCommand";
|
|
46
61
|
import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
47
62
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
48
63
|
import { ListTargetGroupsCommandInput, ListTargetGroupsCommandOutput } from "./commands/ListTargetGroupsCommand";
|
|
@@ -54,6 +69,8 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
54
69
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
55
70
|
import { UpdateAccessLogSubscriptionCommandInput, UpdateAccessLogSubscriptionCommandOutput } from "./commands/UpdateAccessLogSubscriptionCommand";
|
|
56
71
|
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
|
|
72
|
+
import { UpdateResourceConfigurationCommandInput, UpdateResourceConfigurationCommandOutput } from "./commands/UpdateResourceConfigurationCommand";
|
|
73
|
+
import { UpdateResourceGatewayCommandInput, UpdateResourceGatewayCommandOutput } from "./commands/UpdateResourceGatewayCommand";
|
|
57
74
|
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
|
|
58
75
|
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
59
76
|
import { UpdateServiceNetworkCommandInput, UpdateServiceNetworkCommandOutput } from "./commands/UpdateServiceNetworkCommand";
|
|
@@ -65,11 +82,11 @@ export { __Client };
|
|
|
65
82
|
/**
|
|
66
83
|
* @public
|
|
67
84
|
*/
|
|
68
|
-
export type ServiceInputTypes = BatchUpdateRuleCommandInput | CreateAccessLogSubscriptionCommandInput | CreateListenerCommandInput | CreateRuleCommandInput | CreateServiceCommandInput | CreateServiceNetworkCommandInput | CreateServiceNetworkServiceAssociationCommandInput | CreateServiceNetworkVpcAssociationCommandInput | CreateTargetGroupCommandInput | DeleteAccessLogSubscriptionCommandInput | DeleteAuthPolicyCommandInput | DeleteListenerCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleCommandInput | DeleteServiceCommandInput | DeleteServiceNetworkCommandInput | DeleteServiceNetworkServiceAssociationCommandInput | DeleteServiceNetworkVpcAssociationCommandInput | DeleteTargetGroupCommandInput | DeregisterTargetsCommandInput | GetAccessLogSubscriptionCommandInput | GetAuthPolicyCommandInput | GetListenerCommandInput | GetResourcePolicyCommandInput | GetRuleCommandInput | GetServiceCommandInput | GetServiceNetworkCommandInput | GetServiceNetworkServiceAssociationCommandInput | GetServiceNetworkVpcAssociationCommandInput | GetTargetGroupCommandInput | ListAccessLogSubscriptionsCommandInput | ListListenersCommandInput | ListRulesCommandInput | ListServiceNetworkServiceAssociationsCommandInput | ListServiceNetworkVpcAssociationsCommandInput | ListServiceNetworksCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | ListTargetGroupsCommandInput | ListTargetsCommandInput | PutAuthPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessLogSubscriptionCommandInput | UpdateListenerCommandInput | UpdateRuleCommandInput | UpdateServiceCommandInput | UpdateServiceNetworkCommandInput | UpdateServiceNetworkVpcAssociationCommandInput | UpdateTargetGroupCommandInput;
|
|
85
|
+
export type ServiceInputTypes = BatchUpdateRuleCommandInput | CreateAccessLogSubscriptionCommandInput | CreateListenerCommandInput | CreateResourceConfigurationCommandInput | CreateResourceGatewayCommandInput | CreateRuleCommandInput | CreateServiceCommandInput | CreateServiceNetworkCommandInput | CreateServiceNetworkResourceAssociationCommandInput | CreateServiceNetworkServiceAssociationCommandInput | CreateServiceNetworkVpcAssociationCommandInput | CreateTargetGroupCommandInput | DeleteAccessLogSubscriptionCommandInput | DeleteAuthPolicyCommandInput | DeleteListenerCommandInput | DeleteResourceConfigurationCommandInput | DeleteResourceEndpointAssociationCommandInput | DeleteResourceGatewayCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleCommandInput | DeleteServiceCommandInput | DeleteServiceNetworkCommandInput | DeleteServiceNetworkResourceAssociationCommandInput | DeleteServiceNetworkServiceAssociationCommandInput | DeleteServiceNetworkVpcAssociationCommandInput | DeleteTargetGroupCommandInput | DeregisterTargetsCommandInput | GetAccessLogSubscriptionCommandInput | GetAuthPolicyCommandInput | GetListenerCommandInput | GetResourceConfigurationCommandInput | GetResourceGatewayCommandInput | GetResourcePolicyCommandInput | GetRuleCommandInput | GetServiceCommandInput | GetServiceNetworkCommandInput | GetServiceNetworkResourceAssociationCommandInput | GetServiceNetworkServiceAssociationCommandInput | GetServiceNetworkVpcAssociationCommandInput | GetTargetGroupCommandInput | ListAccessLogSubscriptionsCommandInput | ListListenersCommandInput | ListResourceConfigurationsCommandInput | ListResourceEndpointAssociationsCommandInput | ListResourceGatewaysCommandInput | ListRulesCommandInput | ListServiceNetworkResourceAssociationsCommandInput | ListServiceNetworkServiceAssociationsCommandInput | ListServiceNetworkVpcAssociationsCommandInput | ListServiceNetworkVpcEndpointAssociationsCommandInput | ListServiceNetworksCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | ListTargetGroupsCommandInput | ListTargetsCommandInput | PutAuthPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessLogSubscriptionCommandInput | UpdateListenerCommandInput | UpdateResourceConfigurationCommandInput | UpdateResourceGatewayCommandInput | UpdateRuleCommandInput | UpdateServiceCommandInput | UpdateServiceNetworkCommandInput | UpdateServiceNetworkVpcAssociationCommandInput | UpdateTargetGroupCommandInput;
|
|
69
86
|
/**
|
|
70
87
|
* @public
|
|
71
88
|
*/
|
|
72
|
-
export type ServiceOutputTypes = BatchUpdateRuleCommandOutput | CreateAccessLogSubscriptionCommandOutput | CreateListenerCommandOutput | CreateRuleCommandOutput | CreateServiceCommandOutput | CreateServiceNetworkCommandOutput | CreateServiceNetworkServiceAssociationCommandOutput | CreateServiceNetworkVpcAssociationCommandOutput | CreateTargetGroupCommandOutput | DeleteAccessLogSubscriptionCommandOutput | DeleteAuthPolicyCommandOutput | DeleteListenerCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleCommandOutput | DeleteServiceCommandOutput | DeleteServiceNetworkCommandOutput | DeleteServiceNetworkServiceAssociationCommandOutput | DeleteServiceNetworkVpcAssociationCommandOutput | DeleteTargetGroupCommandOutput | DeregisterTargetsCommandOutput | GetAccessLogSubscriptionCommandOutput | GetAuthPolicyCommandOutput | GetListenerCommandOutput | GetResourcePolicyCommandOutput | GetRuleCommandOutput | GetServiceCommandOutput | GetServiceNetworkCommandOutput | GetServiceNetworkServiceAssociationCommandOutput | GetServiceNetworkVpcAssociationCommandOutput | GetTargetGroupCommandOutput | ListAccessLogSubscriptionsCommandOutput | ListListenersCommandOutput | ListRulesCommandOutput | ListServiceNetworkServiceAssociationsCommandOutput | ListServiceNetworkVpcAssociationsCommandOutput | ListServiceNetworksCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | ListTargetGroupsCommandOutput | ListTargetsCommandOutput | PutAuthPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessLogSubscriptionCommandOutput | UpdateListenerCommandOutput | UpdateRuleCommandOutput | UpdateServiceCommandOutput | UpdateServiceNetworkCommandOutput | UpdateServiceNetworkVpcAssociationCommandOutput | UpdateTargetGroupCommandOutput;
|
|
89
|
+
export type ServiceOutputTypes = BatchUpdateRuleCommandOutput | CreateAccessLogSubscriptionCommandOutput | CreateListenerCommandOutput | CreateResourceConfigurationCommandOutput | CreateResourceGatewayCommandOutput | CreateRuleCommandOutput | CreateServiceCommandOutput | CreateServiceNetworkCommandOutput | CreateServiceNetworkResourceAssociationCommandOutput | CreateServiceNetworkServiceAssociationCommandOutput | CreateServiceNetworkVpcAssociationCommandOutput | CreateTargetGroupCommandOutput | DeleteAccessLogSubscriptionCommandOutput | DeleteAuthPolicyCommandOutput | DeleteListenerCommandOutput | DeleteResourceConfigurationCommandOutput | DeleteResourceEndpointAssociationCommandOutput | DeleteResourceGatewayCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleCommandOutput | DeleteServiceCommandOutput | DeleteServiceNetworkCommandOutput | DeleteServiceNetworkResourceAssociationCommandOutput | DeleteServiceNetworkServiceAssociationCommandOutput | DeleteServiceNetworkVpcAssociationCommandOutput | DeleteTargetGroupCommandOutput | DeregisterTargetsCommandOutput | GetAccessLogSubscriptionCommandOutput | GetAuthPolicyCommandOutput | GetListenerCommandOutput | GetResourceConfigurationCommandOutput | GetResourceGatewayCommandOutput | GetResourcePolicyCommandOutput | GetRuleCommandOutput | GetServiceCommandOutput | GetServiceNetworkCommandOutput | GetServiceNetworkResourceAssociationCommandOutput | GetServiceNetworkServiceAssociationCommandOutput | GetServiceNetworkVpcAssociationCommandOutput | GetTargetGroupCommandOutput | ListAccessLogSubscriptionsCommandOutput | ListListenersCommandOutput | ListResourceConfigurationsCommandOutput | ListResourceEndpointAssociationsCommandOutput | ListResourceGatewaysCommandOutput | ListRulesCommandOutput | ListServiceNetworkResourceAssociationsCommandOutput | ListServiceNetworkServiceAssociationsCommandOutput | ListServiceNetworkVpcAssociationsCommandOutput | ListServiceNetworkVpcEndpointAssociationsCommandOutput | ListServiceNetworksCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | ListTargetGroupsCommandOutput | ListTargetsCommandOutput | PutAuthPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessLogSubscriptionCommandOutput | UpdateListenerCommandOutput | UpdateResourceConfigurationCommandOutput | UpdateResourceGatewayCommandOutput | UpdateRuleCommandOutput | UpdateServiceCommandOutput | UpdateServiceNetworkCommandOutput | UpdateServiceNetworkVpcAssociationCommandOutput | UpdateTargetGroupCommandOutput;
|
|
73
90
|
/**
|
|
74
91
|
* @public
|
|
75
92
|
*/
|
|
@@ -43,6 +43,7 @@ declare const CreateAccessLogSubscriptionCommand_base: {
|
|
|
43
43
|
* clientToken: "STRING_VALUE",
|
|
44
44
|
* resourceIdentifier: "STRING_VALUE", // required
|
|
45
45
|
* destinationArn: "STRING_VALUE", // required
|
|
46
|
+
* serviceNetworkLogType: "STRING_VALUE",
|
|
46
47
|
* tags: { // TagMap
|
|
47
48
|
* "<keys>": "STRING_VALUE",
|
|
48
49
|
* },
|
|
@@ -54,6 +55,7 @@ declare const CreateAccessLogSubscriptionCommand_base: {
|
|
|
54
55
|
* // arn: "STRING_VALUE", // required
|
|
55
56
|
* // resourceId: "STRING_VALUE", // required
|
|
56
57
|
* // resourceArn: "STRING_VALUE", // required
|
|
58
|
+
* // serviceNetworkLogType: "STRING_VALUE",
|
|
57
59
|
* // destinationArn: "STRING_VALUE", // required
|
|
58
60
|
* // };
|
|
59
61
|
*
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateResourceConfigurationRequest, CreateResourceConfigurationResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateResourceConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateResourceConfigurationCommandInput extends CreateResourceConfigurationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateResourceConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateResourceConfigurationCommandOutput extends CreateResourceConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateResourceConfigurationCommand_base: {
|
|
25
|
+
new (input: CreateResourceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceConfigurationCommandInput, CreateResourceConfigurationCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateResourceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceConfigurationCommandInput, CreateResourceConfigurationCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a resource configuration. A resource configuration defines a specific resource. You
|
|
31
|
+
* can associate a resource configuration with a service network or a VPC endpoint.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { VPCLatticeClient, CreateResourceConfigurationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
|
+
* // const { VPCLatticeClient, CreateResourceConfigurationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* const client = new VPCLatticeClient(config);
|
|
38
|
+
* const input = { // CreateResourceConfigurationRequest
|
|
39
|
+
* name: "STRING_VALUE", // required
|
|
40
|
+
* type: "STRING_VALUE", // required
|
|
41
|
+
* portRanges: [ // PortRangeList
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* protocol: "STRING_VALUE",
|
|
45
|
+
* resourceGatewayIdentifier: "STRING_VALUE",
|
|
46
|
+
* resourceConfigurationGroupIdentifier: "STRING_VALUE",
|
|
47
|
+
* resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
|
|
48
|
+
* dnsResource: { // DnsResource
|
|
49
|
+
* domainName: "STRING_VALUE",
|
|
50
|
+
* ipAddressType: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* ipResource: { // IpResource
|
|
53
|
+
* ipAddress: "STRING_VALUE",
|
|
54
|
+
* },
|
|
55
|
+
* arnResource: { // ArnResource
|
|
56
|
+
* arn: "STRING_VALUE",
|
|
57
|
+
* },
|
|
58
|
+
* },
|
|
59
|
+
* allowAssociationToShareableServiceNetwork: true || false,
|
|
60
|
+
* clientToken: "STRING_VALUE",
|
|
61
|
+
* tags: { // TagMap
|
|
62
|
+
* "<keys>": "STRING_VALUE",
|
|
63
|
+
* },
|
|
64
|
+
* };
|
|
65
|
+
* const command = new CreateResourceConfigurationCommand(input);
|
|
66
|
+
* const response = await client.send(command);
|
|
67
|
+
* // { // CreateResourceConfigurationResponse
|
|
68
|
+
* // id: "STRING_VALUE",
|
|
69
|
+
* // name: "STRING_VALUE",
|
|
70
|
+
* // arn: "STRING_VALUE",
|
|
71
|
+
* // resourceGatewayId: "STRING_VALUE",
|
|
72
|
+
* // resourceConfigurationGroupId: "STRING_VALUE",
|
|
73
|
+
* // type: "STRING_VALUE",
|
|
74
|
+
* // portRanges: [ // PortRangeList
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // protocol: "STRING_VALUE",
|
|
78
|
+
* // status: "STRING_VALUE",
|
|
79
|
+
* // resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
|
|
80
|
+
* // dnsResource: { // DnsResource
|
|
81
|
+
* // domainName: "STRING_VALUE",
|
|
82
|
+
* // ipAddressType: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // ipResource: { // IpResource
|
|
85
|
+
* // ipAddress: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // arnResource: { // ArnResource
|
|
88
|
+
* // arn: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // },
|
|
91
|
+
* // allowAssociationToShareableServiceNetwork: true || false,
|
|
92
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
93
|
+
* // failureReason: "STRING_VALUE",
|
|
94
|
+
* // };
|
|
95
|
+
*
|
|
96
|
+
* ```
|
|
97
|
+
*
|
|
98
|
+
* @param CreateResourceConfigurationCommandInput - {@link CreateResourceConfigurationCommandInput}
|
|
99
|
+
* @returns {@link CreateResourceConfigurationCommandOutput}
|
|
100
|
+
* @see {@link CreateResourceConfigurationCommandInput} for command's `input` shape.
|
|
101
|
+
* @see {@link CreateResourceConfigurationCommandOutput} for command's `response` shape.
|
|
102
|
+
* @see {@link VPCLatticeClientResolvedConfig | config} for VPCLatticeClient's `config` shape.
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
105
|
+
* <p>The user does not have sufficient access to perform this action.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link ConflictException} (client fault)
|
|
108
|
+
* <p>The request conflicts with the current state of the resource. Updating or deleting a
|
|
109
|
+
* resource can cause an inconsistent state.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link InternalServerException} (server fault)
|
|
112
|
+
* <p>An unexpected error occurred while processing the request.</p>
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
115
|
+
* <p>The request references a resource that does not exist.</p>
|
|
116
|
+
*
|
|
117
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
118
|
+
* <p>The request would cause a service quota to be exceeded.</p>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
121
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
122
|
+
*
|
|
123
|
+
* @throws {@link ValidationException} (client fault)
|
|
124
|
+
* <p>The input does not satisfy the constraints specified by an Amazon Web Services
|
|
125
|
+
* service.</p>
|
|
126
|
+
*
|
|
127
|
+
* @throws {@link VPCLatticeServiceException}
|
|
128
|
+
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
129
|
+
*
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export declare class CreateResourceConfigurationCommand extends CreateResourceConfigurationCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: CreateResourceConfigurationRequest;
|
|
137
|
+
output: CreateResourceConfigurationResponse;
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: CreateResourceConfigurationCommandInput;
|
|
141
|
+
output: CreateResourceConfigurationCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateResourceGatewayRequest, CreateResourceGatewayResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateResourceGatewayCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateResourceGatewayCommandInput extends CreateResourceGatewayRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateResourceGatewayCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateResourceGatewayCommandOutput extends CreateResourceGatewayResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateResourceGatewayCommand_base: {
|
|
25
|
+
new (input: CreateResourceGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceGatewayCommandInput, CreateResourceGatewayCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateResourceGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceGatewayCommandInput, CreateResourceGatewayCommandOutput, VPCLatticeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a resource gateway.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { VPCLatticeClient, CreateResourceGatewayCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
|
+
* // const { VPCLatticeClient, CreateResourceGatewayCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* const client = new VPCLatticeClient(config);
|
|
37
|
+
* const input = { // CreateResourceGatewayRequest
|
|
38
|
+
* clientToken: "STRING_VALUE",
|
|
39
|
+
* name: "STRING_VALUE", // required
|
|
40
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* subnetIds: [ // SubnetList // required
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* securityGroupIds: [ // SecurityGroupList
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* ipAddressType: "STRING_VALUE",
|
|
48
|
+
* tags: { // TagMap
|
|
49
|
+
* "<keys>": "STRING_VALUE",
|
|
50
|
+
* },
|
|
51
|
+
* };
|
|
52
|
+
* const command = new CreateResourceGatewayCommand(input);
|
|
53
|
+
* const response = await client.send(command);
|
|
54
|
+
* // { // CreateResourceGatewayResponse
|
|
55
|
+
* // name: "STRING_VALUE",
|
|
56
|
+
* // id: "STRING_VALUE",
|
|
57
|
+
* // arn: "STRING_VALUE",
|
|
58
|
+
* // status: "STRING_VALUE",
|
|
59
|
+
* // vpcIdentifier: "STRING_VALUE",
|
|
60
|
+
* // subnetIds: [ // SubnetList
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // securityGroupIds: [ // SecurityGroupList
|
|
64
|
+
* // "STRING_VALUE",
|
|
65
|
+
* // ],
|
|
66
|
+
* // ipAddressType: "STRING_VALUE",
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
69
|
+
* ```
|
|
70
|
+
*
|
|
71
|
+
* @param CreateResourceGatewayCommandInput - {@link CreateResourceGatewayCommandInput}
|
|
72
|
+
* @returns {@link CreateResourceGatewayCommandOutput}
|
|
73
|
+
* @see {@link CreateResourceGatewayCommandInput} for command's `input` shape.
|
|
74
|
+
* @see {@link CreateResourceGatewayCommandOutput} for command's `response` shape.
|
|
75
|
+
* @see {@link VPCLatticeClientResolvedConfig | config} for VPCLatticeClient's `config` shape.
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
78
|
+
* <p>The user does not have sufficient access to perform this action.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ConflictException} (client fault)
|
|
81
|
+
* <p>The request conflicts with the current state of the resource. Updating or deleting a
|
|
82
|
+
* resource can cause an inconsistent state.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InternalServerException} (server fault)
|
|
85
|
+
* <p>An unexpected error occurred while processing the request.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
88
|
+
* <p>The request references a resource that does not exist.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
91
|
+
* <p>The request would cause a service quota to be exceeded.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
94
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ValidationException} (client fault)
|
|
97
|
+
* <p>The input does not satisfy the constraints specified by an Amazon Web Services
|
|
98
|
+
* service.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link VPCLatticeServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from VPCLattice service.</p>
|
|
102
|
+
*
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export declare class CreateResourceGatewayCommand extends CreateResourceGatewayCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: CreateResourceGatewayRequest;
|
|
110
|
+
output: CreateResourceGatewayResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: CreateResourceGatewayCommandInput;
|
|
114
|
+
output: CreateResourceGatewayCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}
|