@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
|
@@ -11,6 +11,14 @@ import {
|
|
|
11
11
|
CreateListenerCommandInput,
|
|
12
12
|
CreateListenerCommandOutput,
|
|
13
13
|
} from "./commands/CreateListenerCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateResourceConfigurationCommandInput,
|
|
16
|
+
CreateResourceConfigurationCommandOutput,
|
|
17
|
+
} from "./commands/CreateResourceConfigurationCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateResourceGatewayCommandInput,
|
|
20
|
+
CreateResourceGatewayCommandOutput,
|
|
21
|
+
} from "./commands/CreateResourceGatewayCommand";
|
|
14
22
|
import {
|
|
15
23
|
CreateRuleCommandInput,
|
|
16
24
|
CreateRuleCommandOutput,
|
|
@@ -23,6 +31,10 @@ import {
|
|
|
23
31
|
CreateServiceNetworkCommandInput,
|
|
24
32
|
CreateServiceNetworkCommandOutput,
|
|
25
33
|
} from "./commands/CreateServiceNetworkCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateServiceNetworkResourceAssociationCommandInput,
|
|
36
|
+
CreateServiceNetworkResourceAssociationCommandOutput,
|
|
37
|
+
} from "./commands/CreateServiceNetworkResourceAssociationCommand";
|
|
26
38
|
import {
|
|
27
39
|
CreateServiceNetworkServiceAssociationCommandInput,
|
|
28
40
|
CreateServiceNetworkServiceAssociationCommandOutput,
|
|
@@ -47,6 +59,18 @@ import {
|
|
|
47
59
|
DeleteListenerCommandInput,
|
|
48
60
|
DeleteListenerCommandOutput,
|
|
49
61
|
} from "./commands/DeleteListenerCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteResourceConfigurationCommandInput,
|
|
64
|
+
DeleteResourceConfigurationCommandOutput,
|
|
65
|
+
} from "./commands/DeleteResourceConfigurationCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteResourceEndpointAssociationCommandInput,
|
|
68
|
+
DeleteResourceEndpointAssociationCommandOutput,
|
|
69
|
+
} from "./commands/DeleteResourceEndpointAssociationCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteResourceGatewayCommandInput,
|
|
72
|
+
DeleteResourceGatewayCommandOutput,
|
|
73
|
+
} from "./commands/DeleteResourceGatewayCommand";
|
|
50
74
|
import {
|
|
51
75
|
DeleteResourcePolicyCommandInput,
|
|
52
76
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -63,6 +87,10 @@ import {
|
|
|
63
87
|
DeleteServiceNetworkCommandInput,
|
|
64
88
|
DeleteServiceNetworkCommandOutput,
|
|
65
89
|
} from "./commands/DeleteServiceNetworkCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteServiceNetworkResourceAssociationCommandInput,
|
|
92
|
+
DeleteServiceNetworkResourceAssociationCommandOutput,
|
|
93
|
+
} from "./commands/DeleteServiceNetworkResourceAssociationCommand";
|
|
66
94
|
import {
|
|
67
95
|
DeleteServiceNetworkServiceAssociationCommandInput,
|
|
68
96
|
DeleteServiceNetworkServiceAssociationCommandOutput,
|
|
@@ -91,6 +119,14 @@ import {
|
|
|
91
119
|
GetListenerCommandInput,
|
|
92
120
|
GetListenerCommandOutput,
|
|
93
121
|
} from "./commands/GetListenerCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetResourceConfigurationCommandInput,
|
|
124
|
+
GetResourceConfigurationCommandOutput,
|
|
125
|
+
} from "./commands/GetResourceConfigurationCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetResourceGatewayCommandInput,
|
|
128
|
+
GetResourceGatewayCommandOutput,
|
|
129
|
+
} from "./commands/GetResourceGatewayCommand";
|
|
94
130
|
import {
|
|
95
131
|
GetResourcePolicyCommandInput,
|
|
96
132
|
GetResourcePolicyCommandOutput,
|
|
@@ -107,6 +143,10 @@ import {
|
|
|
107
143
|
GetServiceNetworkCommandInput,
|
|
108
144
|
GetServiceNetworkCommandOutput,
|
|
109
145
|
} from "./commands/GetServiceNetworkCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetServiceNetworkResourceAssociationCommandInput,
|
|
148
|
+
GetServiceNetworkResourceAssociationCommandOutput,
|
|
149
|
+
} from "./commands/GetServiceNetworkResourceAssociationCommand";
|
|
110
150
|
import {
|
|
111
151
|
GetServiceNetworkServiceAssociationCommandInput,
|
|
112
152
|
GetServiceNetworkServiceAssociationCommandOutput,
|
|
@@ -127,10 +167,26 @@ import {
|
|
|
127
167
|
ListListenersCommandInput,
|
|
128
168
|
ListListenersCommandOutput,
|
|
129
169
|
} from "./commands/ListListenersCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListResourceConfigurationsCommandInput,
|
|
172
|
+
ListResourceConfigurationsCommandOutput,
|
|
173
|
+
} from "./commands/ListResourceConfigurationsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListResourceEndpointAssociationsCommandInput,
|
|
176
|
+
ListResourceEndpointAssociationsCommandOutput,
|
|
177
|
+
} from "./commands/ListResourceEndpointAssociationsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListResourceGatewaysCommandInput,
|
|
180
|
+
ListResourceGatewaysCommandOutput,
|
|
181
|
+
} from "./commands/ListResourceGatewaysCommand";
|
|
130
182
|
import {
|
|
131
183
|
ListRulesCommandInput,
|
|
132
184
|
ListRulesCommandOutput,
|
|
133
185
|
} from "./commands/ListRulesCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListServiceNetworkResourceAssociationsCommandInput,
|
|
188
|
+
ListServiceNetworkResourceAssociationsCommandOutput,
|
|
189
|
+
} from "./commands/ListServiceNetworkResourceAssociationsCommand";
|
|
134
190
|
import {
|
|
135
191
|
ListServiceNetworksCommandInput,
|
|
136
192
|
ListServiceNetworksCommandOutput,
|
|
@@ -143,6 +199,10 @@ import {
|
|
|
143
199
|
ListServiceNetworkVpcAssociationsCommandInput,
|
|
144
200
|
ListServiceNetworkVpcAssociationsCommandOutput,
|
|
145
201
|
} from "./commands/ListServiceNetworkVpcAssociationsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListServiceNetworkVpcEndpointAssociationsCommandInput,
|
|
204
|
+
ListServiceNetworkVpcEndpointAssociationsCommandOutput,
|
|
205
|
+
} from "./commands/ListServiceNetworkVpcEndpointAssociationsCommand";
|
|
146
206
|
import {
|
|
147
207
|
ListServicesCommandInput,
|
|
148
208
|
ListServicesCommandOutput,
|
|
@@ -187,6 +247,14 @@ import {
|
|
|
187
247
|
UpdateListenerCommandInput,
|
|
188
248
|
UpdateListenerCommandOutput,
|
|
189
249
|
} from "./commands/UpdateListenerCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateResourceConfigurationCommandInput,
|
|
252
|
+
UpdateResourceConfigurationCommandOutput,
|
|
253
|
+
} from "./commands/UpdateResourceConfigurationCommand";
|
|
254
|
+
import {
|
|
255
|
+
UpdateResourceGatewayCommandInput,
|
|
256
|
+
UpdateResourceGatewayCommandOutput,
|
|
257
|
+
} from "./commands/UpdateResourceGatewayCommand";
|
|
190
258
|
import {
|
|
191
259
|
UpdateRuleCommandInput,
|
|
192
260
|
UpdateRuleCommandOutput,
|
|
@@ -248,6 +316,32 @@ export interface VPCLattice {
|
|
|
248
316
|
options: __HttpHandlerOptions,
|
|
249
317
|
cb: (err: any, data?: CreateListenerCommandOutput) => void
|
|
250
318
|
): void;
|
|
319
|
+
createResourceConfiguration(
|
|
320
|
+
args: CreateResourceConfigurationCommandInput,
|
|
321
|
+
options?: __HttpHandlerOptions
|
|
322
|
+
): Promise<CreateResourceConfigurationCommandOutput>;
|
|
323
|
+
createResourceConfiguration(
|
|
324
|
+
args: CreateResourceConfigurationCommandInput,
|
|
325
|
+
cb: (err: any, data?: CreateResourceConfigurationCommandOutput) => void
|
|
326
|
+
): void;
|
|
327
|
+
createResourceConfiguration(
|
|
328
|
+
args: CreateResourceConfigurationCommandInput,
|
|
329
|
+
options: __HttpHandlerOptions,
|
|
330
|
+
cb: (err: any, data?: CreateResourceConfigurationCommandOutput) => void
|
|
331
|
+
): void;
|
|
332
|
+
createResourceGateway(
|
|
333
|
+
args: CreateResourceGatewayCommandInput,
|
|
334
|
+
options?: __HttpHandlerOptions
|
|
335
|
+
): Promise<CreateResourceGatewayCommandOutput>;
|
|
336
|
+
createResourceGateway(
|
|
337
|
+
args: CreateResourceGatewayCommandInput,
|
|
338
|
+
cb: (err: any, data?: CreateResourceGatewayCommandOutput) => void
|
|
339
|
+
): void;
|
|
340
|
+
createResourceGateway(
|
|
341
|
+
args: CreateResourceGatewayCommandInput,
|
|
342
|
+
options: __HttpHandlerOptions,
|
|
343
|
+
cb: (err: any, data?: CreateResourceGatewayCommandOutput) => void
|
|
344
|
+
): void;
|
|
251
345
|
createRule(
|
|
252
346
|
args: CreateRuleCommandInput,
|
|
253
347
|
options?: __HttpHandlerOptions
|
|
@@ -287,6 +381,25 @@ export interface VPCLattice {
|
|
|
287
381
|
options: __HttpHandlerOptions,
|
|
288
382
|
cb: (err: any, data?: CreateServiceNetworkCommandOutput) => void
|
|
289
383
|
): void;
|
|
384
|
+
createServiceNetworkResourceAssociation(
|
|
385
|
+
args: CreateServiceNetworkResourceAssociationCommandInput,
|
|
386
|
+
options?: __HttpHandlerOptions
|
|
387
|
+
): Promise<CreateServiceNetworkResourceAssociationCommandOutput>;
|
|
388
|
+
createServiceNetworkResourceAssociation(
|
|
389
|
+
args: CreateServiceNetworkResourceAssociationCommandInput,
|
|
390
|
+
cb: (
|
|
391
|
+
err: any,
|
|
392
|
+
data?: CreateServiceNetworkResourceAssociationCommandOutput
|
|
393
|
+
) => void
|
|
394
|
+
): void;
|
|
395
|
+
createServiceNetworkResourceAssociation(
|
|
396
|
+
args: CreateServiceNetworkResourceAssociationCommandInput,
|
|
397
|
+
options: __HttpHandlerOptions,
|
|
398
|
+
cb: (
|
|
399
|
+
err: any,
|
|
400
|
+
data?: CreateServiceNetworkResourceAssociationCommandOutput
|
|
401
|
+
) => void
|
|
402
|
+
): void;
|
|
290
403
|
createServiceNetworkServiceAssociation(
|
|
291
404
|
args: CreateServiceNetworkServiceAssociationCommandInput,
|
|
292
405
|
options?: __HttpHandlerOptions
|
|
@@ -377,6 +490,51 @@ export interface VPCLattice {
|
|
|
377
490
|
options: __HttpHandlerOptions,
|
|
378
491
|
cb: (err: any, data?: DeleteListenerCommandOutput) => void
|
|
379
492
|
): void;
|
|
493
|
+
deleteResourceConfiguration(
|
|
494
|
+
args: DeleteResourceConfigurationCommandInput,
|
|
495
|
+
options?: __HttpHandlerOptions
|
|
496
|
+
): Promise<DeleteResourceConfigurationCommandOutput>;
|
|
497
|
+
deleteResourceConfiguration(
|
|
498
|
+
args: DeleteResourceConfigurationCommandInput,
|
|
499
|
+
cb: (err: any, data?: DeleteResourceConfigurationCommandOutput) => void
|
|
500
|
+
): void;
|
|
501
|
+
deleteResourceConfiguration(
|
|
502
|
+
args: DeleteResourceConfigurationCommandInput,
|
|
503
|
+
options: __HttpHandlerOptions,
|
|
504
|
+
cb: (err: any, data?: DeleteResourceConfigurationCommandOutput) => void
|
|
505
|
+
): void;
|
|
506
|
+
deleteResourceEndpointAssociation(
|
|
507
|
+
args: DeleteResourceEndpointAssociationCommandInput,
|
|
508
|
+
options?: __HttpHandlerOptions
|
|
509
|
+
): Promise<DeleteResourceEndpointAssociationCommandOutput>;
|
|
510
|
+
deleteResourceEndpointAssociation(
|
|
511
|
+
args: DeleteResourceEndpointAssociationCommandInput,
|
|
512
|
+
cb: (
|
|
513
|
+
err: any,
|
|
514
|
+
data?: DeleteResourceEndpointAssociationCommandOutput
|
|
515
|
+
) => void
|
|
516
|
+
): void;
|
|
517
|
+
deleteResourceEndpointAssociation(
|
|
518
|
+
args: DeleteResourceEndpointAssociationCommandInput,
|
|
519
|
+
options: __HttpHandlerOptions,
|
|
520
|
+
cb: (
|
|
521
|
+
err: any,
|
|
522
|
+
data?: DeleteResourceEndpointAssociationCommandOutput
|
|
523
|
+
) => void
|
|
524
|
+
): void;
|
|
525
|
+
deleteResourceGateway(
|
|
526
|
+
args: DeleteResourceGatewayCommandInput,
|
|
527
|
+
options?: __HttpHandlerOptions
|
|
528
|
+
): Promise<DeleteResourceGatewayCommandOutput>;
|
|
529
|
+
deleteResourceGateway(
|
|
530
|
+
args: DeleteResourceGatewayCommandInput,
|
|
531
|
+
cb: (err: any, data?: DeleteResourceGatewayCommandOutput) => void
|
|
532
|
+
): void;
|
|
533
|
+
deleteResourceGateway(
|
|
534
|
+
args: DeleteResourceGatewayCommandInput,
|
|
535
|
+
options: __HttpHandlerOptions,
|
|
536
|
+
cb: (err: any, data?: DeleteResourceGatewayCommandOutput) => void
|
|
537
|
+
): void;
|
|
380
538
|
deleteResourcePolicy(
|
|
381
539
|
args: DeleteResourcePolicyCommandInput,
|
|
382
540
|
options?: __HttpHandlerOptions
|
|
@@ -429,6 +587,25 @@ export interface VPCLattice {
|
|
|
429
587
|
options: __HttpHandlerOptions,
|
|
430
588
|
cb: (err: any, data?: DeleteServiceNetworkCommandOutput) => void
|
|
431
589
|
): void;
|
|
590
|
+
deleteServiceNetworkResourceAssociation(
|
|
591
|
+
args: DeleteServiceNetworkResourceAssociationCommandInput,
|
|
592
|
+
options?: __HttpHandlerOptions
|
|
593
|
+
): Promise<DeleteServiceNetworkResourceAssociationCommandOutput>;
|
|
594
|
+
deleteServiceNetworkResourceAssociation(
|
|
595
|
+
args: DeleteServiceNetworkResourceAssociationCommandInput,
|
|
596
|
+
cb: (
|
|
597
|
+
err: any,
|
|
598
|
+
data?: DeleteServiceNetworkResourceAssociationCommandOutput
|
|
599
|
+
) => void
|
|
600
|
+
): void;
|
|
601
|
+
deleteServiceNetworkResourceAssociation(
|
|
602
|
+
args: DeleteServiceNetworkResourceAssociationCommandInput,
|
|
603
|
+
options: __HttpHandlerOptions,
|
|
604
|
+
cb: (
|
|
605
|
+
err: any,
|
|
606
|
+
data?: DeleteServiceNetworkResourceAssociationCommandOutput
|
|
607
|
+
) => void
|
|
608
|
+
): void;
|
|
432
609
|
deleteServiceNetworkServiceAssociation(
|
|
433
610
|
args: DeleteServiceNetworkServiceAssociationCommandInput,
|
|
434
611
|
options?: __HttpHandlerOptions
|
|
@@ -532,6 +709,32 @@ export interface VPCLattice {
|
|
|
532
709
|
options: __HttpHandlerOptions,
|
|
533
710
|
cb: (err: any, data?: GetListenerCommandOutput) => void
|
|
534
711
|
): void;
|
|
712
|
+
getResourceConfiguration(
|
|
713
|
+
args: GetResourceConfigurationCommandInput,
|
|
714
|
+
options?: __HttpHandlerOptions
|
|
715
|
+
): Promise<GetResourceConfigurationCommandOutput>;
|
|
716
|
+
getResourceConfiguration(
|
|
717
|
+
args: GetResourceConfigurationCommandInput,
|
|
718
|
+
cb: (err: any, data?: GetResourceConfigurationCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
getResourceConfiguration(
|
|
721
|
+
args: GetResourceConfigurationCommandInput,
|
|
722
|
+
options: __HttpHandlerOptions,
|
|
723
|
+
cb: (err: any, data?: GetResourceConfigurationCommandOutput) => void
|
|
724
|
+
): void;
|
|
725
|
+
getResourceGateway(
|
|
726
|
+
args: GetResourceGatewayCommandInput,
|
|
727
|
+
options?: __HttpHandlerOptions
|
|
728
|
+
): Promise<GetResourceGatewayCommandOutput>;
|
|
729
|
+
getResourceGateway(
|
|
730
|
+
args: GetResourceGatewayCommandInput,
|
|
731
|
+
cb: (err: any, data?: GetResourceGatewayCommandOutput) => void
|
|
732
|
+
): void;
|
|
733
|
+
getResourceGateway(
|
|
734
|
+
args: GetResourceGatewayCommandInput,
|
|
735
|
+
options: __HttpHandlerOptions,
|
|
736
|
+
cb: (err: any, data?: GetResourceGatewayCommandOutput) => void
|
|
737
|
+
): void;
|
|
535
738
|
getResourcePolicy(
|
|
536
739
|
args: GetResourcePolicyCommandInput,
|
|
537
740
|
options?: __HttpHandlerOptions
|
|
@@ -584,6 +787,25 @@ export interface VPCLattice {
|
|
|
584
787
|
options: __HttpHandlerOptions,
|
|
585
788
|
cb: (err: any, data?: GetServiceNetworkCommandOutput) => void
|
|
586
789
|
): void;
|
|
790
|
+
getServiceNetworkResourceAssociation(
|
|
791
|
+
args: GetServiceNetworkResourceAssociationCommandInput,
|
|
792
|
+
options?: __HttpHandlerOptions
|
|
793
|
+
): Promise<GetServiceNetworkResourceAssociationCommandOutput>;
|
|
794
|
+
getServiceNetworkResourceAssociation(
|
|
795
|
+
args: GetServiceNetworkResourceAssociationCommandInput,
|
|
796
|
+
cb: (
|
|
797
|
+
err: any,
|
|
798
|
+
data?: GetServiceNetworkResourceAssociationCommandOutput
|
|
799
|
+
) => void
|
|
800
|
+
): void;
|
|
801
|
+
getServiceNetworkResourceAssociation(
|
|
802
|
+
args: GetServiceNetworkResourceAssociationCommandInput,
|
|
803
|
+
options: __HttpHandlerOptions,
|
|
804
|
+
cb: (
|
|
805
|
+
err: any,
|
|
806
|
+
data?: GetServiceNetworkResourceAssociationCommandOutput
|
|
807
|
+
) => void
|
|
808
|
+
): void;
|
|
587
809
|
getServiceNetworkServiceAssociation(
|
|
588
810
|
args: GetServiceNetworkServiceAssociationCommandInput,
|
|
589
811
|
options?: __HttpHandlerOptions
|
|
@@ -655,6 +877,47 @@ export interface VPCLattice {
|
|
|
655
877
|
options: __HttpHandlerOptions,
|
|
656
878
|
cb: (err: any, data?: ListListenersCommandOutput) => void
|
|
657
879
|
): void;
|
|
880
|
+
listResourceConfigurations(): Promise<ListResourceConfigurationsCommandOutput>;
|
|
881
|
+
listResourceConfigurations(
|
|
882
|
+
args: ListResourceConfigurationsCommandInput,
|
|
883
|
+
options?: __HttpHandlerOptions
|
|
884
|
+
): Promise<ListResourceConfigurationsCommandOutput>;
|
|
885
|
+
listResourceConfigurations(
|
|
886
|
+
args: ListResourceConfigurationsCommandInput,
|
|
887
|
+
cb: (err: any, data?: ListResourceConfigurationsCommandOutput) => void
|
|
888
|
+
): void;
|
|
889
|
+
listResourceConfigurations(
|
|
890
|
+
args: ListResourceConfigurationsCommandInput,
|
|
891
|
+
options: __HttpHandlerOptions,
|
|
892
|
+
cb: (err: any, data?: ListResourceConfigurationsCommandOutput) => void
|
|
893
|
+
): void;
|
|
894
|
+
listResourceEndpointAssociations(
|
|
895
|
+
args: ListResourceEndpointAssociationsCommandInput,
|
|
896
|
+
options?: __HttpHandlerOptions
|
|
897
|
+
): Promise<ListResourceEndpointAssociationsCommandOutput>;
|
|
898
|
+
listResourceEndpointAssociations(
|
|
899
|
+
args: ListResourceEndpointAssociationsCommandInput,
|
|
900
|
+
cb: (err: any, data?: ListResourceEndpointAssociationsCommandOutput) => void
|
|
901
|
+
): void;
|
|
902
|
+
listResourceEndpointAssociations(
|
|
903
|
+
args: ListResourceEndpointAssociationsCommandInput,
|
|
904
|
+
options: __HttpHandlerOptions,
|
|
905
|
+
cb: (err: any, data?: ListResourceEndpointAssociationsCommandOutput) => void
|
|
906
|
+
): void;
|
|
907
|
+
listResourceGateways(): Promise<ListResourceGatewaysCommandOutput>;
|
|
908
|
+
listResourceGateways(
|
|
909
|
+
args: ListResourceGatewaysCommandInput,
|
|
910
|
+
options?: __HttpHandlerOptions
|
|
911
|
+
): Promise<ListResourceGatewaysCommandOutput>;
|
|
912
|
+
listResourceGateways(
|
|
913
|
+
args: ListResourceGatewaysCommandInput,
|
|
914
|
+
cb: (err: any, data?: ListResourceGatewaysCommandOutput) => void
|
|
915
|
+
): void;
|
|
916
|
+
listResourceGateways(
|
|
917
|
+
args: ListResourceGatewaysCommandInput,
|
|
918
|
+
options: __HttpHandlerOptions,
|
|
919
|
+
cb: (err: any, data?: ListResourceGatewaysCommandOutput) => void
|
|
920
|
+
): void;
|
|
658
921
|
listRules(
|
|
659
922
|
args: ListRulesCommandInput,
|
|
660
923
|
options?: __HttpHandlerOptions
|
|
@@ -668,6 +931,26 @@ export interface VPCLattice {
|
|
|
668
931
|
options: __HttpHandlerOptions,
|
|
669
932
|
cb: (err: any, data?: ListRulesCommandOutput) => void
|
|
670
933
|
): void;
|
|
934
|
+
listServiceNetworkResourceAssociations(): Promise<ListServiceNetworkResourceAssociationsCommandOutput>;
|
|
935
|
+
listServiceNetworkResourceAssociations(
|
|
936
|
+
args: ListServiceNetworkResourceAssociationsCommandInput,
|
|
937
|
+
options?: __HttpHandlerOptions
|
|
938
|
+
): Promise<ListServiceNetworkResourceAssociationsCommandOutput>;
|
|
939
|
+
listServiceNetworkResourceAssociations(
|
|
940
|
+
args: ListServiceNetworkResourceAssociationsCommandInput,
|
|
941
|
+
cb: (
|
|
942
|
+
err: any,
|
|
943
|
+
data?: ListServiceNetworkResourceAssociationsCommandOutput
|
|
944
|
+
) => void
|
|
945
|
+
): void;
|
|
946
|
+
listServiceNetworkResourceAssociations(
|
|
947
|
+
args: ListServiceNetworkResourceAssociationsCommandInput,
|
|
948
|
+
options: __HttpHandlerOptions,
|
|
949
|
+
cb: (
|
|
950
|
+
err: any,
|
|
951
|
+
data?: ListServiceNetworkResourceAssociationsCommandOutput
|
|
952
|
+
) => void
|
|
953
|
+
): void;
|
|
671
954
|
listServiceNetworks(): Promise<ListServiceNetworksCommandOutput>;
|
|
672
955
|
listServiceNetworks(
|
|
673
956
|
args: ListServiceNetworksCommandInput,
|
|
@@ -722,6 +1005,25 @@ export interface VPCLattice {
|
|
|
722
1005
|
data?: ListServiceNetworkVpcAssociationsCommandOutput
|
|
723
1006
|
) => void
|
|
724
1007
|
): void;
|
|
1008
|
+
listServiceNetworkVpcEndpointAssociations(
|
|
1009
|
+
args: ListServiceNetworkVpcEndpointAssociationsCommandInput,
|
|
1010
|
+
options?: __HttpHandlerOptions
|
|
1011
|
+
): Promise<ListServiceNetworkVpcEndpointAssociationsCommandOutput>;
|
|
1012
|
+
listServiceNetworkVpcEndpointAssociations(
|
|
1013
|
+
args: ListServiceNetworkVpcEndpointAssociationsCommandInput,
|
|
1014
|
+
cb: (
|
|
1015
|
+
err: any,
|
|
1016
|
+
data?: ListServiceNetworkVpcEndpointAssociationsCommandOutput
|
|
1017
|
+
) => void
|
|
1018
|
+
): void;
|
|
1019
|
+
listServiceNetworkVpcEndpointAssociations(
|
|
1020
|
+
args: ListServiceNetworkVpcEndpointAssociationsCommandInput,
|
|
1021
|
+
options: __HttpHandlerOptions,
|
|
1022
|
+
cb: (
|
|
1023
|
+
err: any,
|
|
1024
|
+
data?: ListServiceNetworkVpcEndpointAssociationsCommandOutput
|
|
1025
|
+
) => void
|
|
1026
|
+
): void;
|
|
725
1027
|
listServices(): Promise<ListServicesCommandOutput>;
|
|
726
1028
|
listServices(
|
|
727
1029
|
args: ListServicesCommandInput,
|
|
@@ -867,6 +1169,32 @@ export interface VPCLattice {
|
|
|
867
1169
|
options: __HttpHandlerOptions,
|
|
868
1170
|
cb: (err: any, data?: UpdateListenerCommandOutput) => void
|
|
869
1171
|
): void;
|
|
1172
|
+
updateResourceConfiguration(
|
|
1173
|
+
args: UpdateResourceConfigurationCommandInput,
|
|
1174
|
+
options?: __HttpHandlerOptions
|
|
1175
|
+
): Promise<UpdateResourceConfigurationCommandOutput>;
|
|
1176
|
+
updateResourceConfiguration(
|
|
1177
|
+
args: UpdateResourceConfigurationCommandInput,
|
|
1178
|
+
cb: (err: any, data?: UpdateResourceConfigurationCommandOutput) => void
|
|
1179
|
+
): void;
|
|
1180
|
+
updateResourceConfiguration(
|
|
1181
|
+
args: UpdateResourceConfigurationCommandInput,
|
|
1182
|
+
options: __HttpHandlerOptions,
|
|
1183
|
+
cb: (err: any, data?: UpdateResourceConfigurationCommandOutput) => void
|
|
1184
|
+
): void;
|
|
1185
|
+
updateResourceGateway(
|
|
1186
|
+
args: UpdateResourceGatewayCommandInput,
|
|
1187
|
+
options?: __HttpHandlerOptions
|
|
1188
|
+
): Promise<UpdateResourceGatewayCommandOutput>;
|
|
1189
|
+
updateResourceGateway(
|
|
1190
|
+
args: UpdateResourceGatewayCommandInput,
|
|
1191
|
+
cb: (err: any, data?: UpdateResourceGatewayCommandOutput) => void
|
|
1192
|
+
): void;
|
|
1193
|
+
updateResourceGateway(
|
|
1194
|
+
args: UpdateResourceGatewayCommandInput,
|
|
1195
|
+
options: __HttpHandlerOptions,
|
|
1196
|
+
cb: (err: any, data?: UpdateResourceGatewayCommandOutput) => void
|
|
1197
|
+
): void;
|
|
870
1198
|
updateRule(
|
|
871
1199
|
args: UpdateRuleCommandInput,
|
|
872
1200
|
options?: __HttpHandlerOptions
|