@aws-sdk/client-vpc-lattice 3.699.0 → 3.703.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.
Files changed (108) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +1223 -25
  3. package/dist-es/VPCLattice.js +34 -0
  4. package/dist-es/commands/CreateResourceConfigurationCommand.js +22 -0
  5. package/dist-es/commands/CreateResourceGatewayCommand.js +22 -0
  6. package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +22 -0
  7. package/dist-es/commands/DeleteResourceConfigurationCommand.js +22 -0
  8. package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +22 -0
  9. package/dist-es/commands/DeleteResourceGatewayCommand.js +22 -0
  10. package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +22 -0
  11. package/dist-es/commands/GetResourceConfigurationCommand.js +22 -0
  12. package/dist-es/commands/GetResourceGatewayCommand.js +22 -0
  13. package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +22 -0
  14. package/dist-es/commands/ListResourceConfigurationsCommand.js +22 -0
  15. package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +22 -0
  16. package/dist-es/commands/ListResourceGatewaysCommand.js +22 -0
  17. package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +22 -0
  18. package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +22 -0
  19. package/dist-es/commands/UpdateResourceConfigurationCommand.js +22 -0
  20. package/dist-es/commands/UpdateResourceGatewayCommand.js +22 -0
  21. package/dist-es/commands/index.js +17 -0
  22. package/dist-es/models/models_0.js +61 -0
  23. package/dist-es/pagination/ListResourceConfigurationsPaginator.js +4 -0
  24. package/dist-es/pagination/ListResourceEndpointAssociationsPaginator.js +4 -0
  25. package/dist-es/pagination/ListResourceGatewaysPaginator.js +4 -0
  26. package/dist-es/pagination/ListServiceNetworkResourceAssociationsPaginator.js +4 -0
  27. package/dist-es/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.js +4 -0
  28. package/dist-es/pagination/index.js +5 -0
  29. package/dist-es/protocols/Aws_restJson1.js +671 -0
  30. package/dist-types/VPCLattice.d.ts +122 -0
  31. package/dist-types/VPCLatticeClient.d.ts +19 -2
  32. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -0
  33. package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +144 -0
  34. package/dist-types/commands/CreateResourceGatewayCommand.d.ts +117 -0
  35. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +6 -0
  36. package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +104 -0
  37. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +89 -0
  40. package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +91 -0
  41. package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +94 -0
  42. package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +93 -0
  43. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +1 -1
  44. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -0
  45. package/dist-types/commands/GetResourceConfigurationCommand.d.ts +115 -0
  46. package/dist-types/commands/GetResourceGatewayCommand.d.ts +100 -0
  47. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  48. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  49. package/dist-types/commands/GetServiceNetworkCommand.d.ts +3 -0
  50. package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +109 -0
  51. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
  52. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -1
  53. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +101 -0
  55. package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +102 -0
  56. package/dist-types/commands/ListResourceGatewaysCommand.d.ts +103 -0
  57. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  58. package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +112 -0
  59. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +4 -5
  60. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -3
  61. package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +97 -0
  62. package/dist-types/commands/ListServiceNetworksCommand.d.ts +3 -2
  63. package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -0
  65. package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +129 -0
  66. package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +101 -0
  67. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -1
  68. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -0
  69. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -2
  70. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +3 -0
  71. package/dist-types/commands/index.d.ts +17 -0
  72. package/dist-types/models/models_0.d.ts +2687 -987
  73. package/dist-types/pagination/ListResourceConfigurationsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/ListResourceEndpointAssociationsPaginator.d.ts +7 -0
  75. package/dist-types/pagination/ListResourceGatewaysPaginator.d.ts +7 -0
  76. package/dist-types/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +5 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  80. package/dist-types/ts3.4/VPCLattice.d.ts +328 -0
  81. package/dist-types/ts3.4/VPCLatticeClient.d.ts +102 -0
  82. package/dist-types/ts3.4/commands/CreateResourceConfigurationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/CreateResourceGatewayCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteResourceConfigurationCommand.d.ts +51 -0
  86. package/dist-types/ts3.4/commands/DeleteResourceEndpointAssociationCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DeleteResourceGatewayCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/GetResourceConfigurationCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/GetResourceGatewayCommand.d.ts +51 -0
  91. package/dist-types/ts3.4/commands/GetServiceNetworkResourceAssociationCommand.d.ts +51 -0
  92. package/dist-types/ts3.4/commands/ListResourceConfigurationsCommand.d.ts +51 -0
  93. package/dist-types/ts3.4/commands/ListResourceEndpointAssociationsCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/ListResourceGatewaysCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +51 -0
  97. package/dist-types/ts3.4/commands/UpdateResourceConfigurationCommand.d.ts +51 -0
  98. package/dist-types/ts3.4/commands/UpdateResourceGatewayCommand.d.ts +51 -0
  99. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +416 -0
  101. package/dist-types/ts3.4/pagination/ListResourceConfigurationsPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/ListResourceEndpointAssociationsPaginator.d.ts +11 -0
  103. package/dist-types/ts3.4/pagination/ListResourceGatewaysPaginator.d.ts +11 -0
  104. package/dist-types/ts3.4/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +11 -0
  105. package/dist-types/ts3.4/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +11 -0
  106. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  107. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  108. package/package.json +1 -1
@@ -57,6 +57,14 @@ import {
57
57
  CreateListenerCommandInput,
58
58
  CreateListenerCommandOutput,
59
59
  } from "./commands/CreateListenerCommand";
60
+ import {
61
+ CreateResourceConfigurationCommandInput,
62
+ CreateResourceConfigurationCommandOutput,
63
+ } from "./commands/CreateResourceConfigurationCommand";
64
+ import {
65
+ CreateResourceGatewayCommandInput,
66
+ CreateResourceGatewayCommandOutput,
67
+ } from "./commands/CreateResourceGatewayCommand";
60
68
  import {
61
69
  CreateRuleCommandInput,
62
70
  CreateRuleCommandOutput,
@@ -69,6 +77,10 @@ import {
69
77
  CreateServiceNetworkCommandInput,
70
78
  CreateServiceNetworkCommandOutput,
71
79
  } from "./commands/CreateServiceNetworkCommand";
80
+ import {
81
+ CreateServiceNetworkResourceAssociationCommandInput,
82
+ CreateServiceNetworkResourceAssociationCommandOutput,
83
+ } from "./commands/CreateServiceNetworkResourceAssociationCommand";
72
84
  import {
73
85
  CreateServiceNetworkServiceAssociationCommandInput,
74
86
  CreateServiceNetworkServiceAssociationCommandOutput,
@@ -93,6 +105,18 @@ import {
93
105
  DeleteListenerCommandInput,
94
106
  DeleteListenerCommandOutput,
95
107
  } from "./commands/DeleteListenerCommand";
108
+ import {
109
+ DeleteResourceConfigurationCommandInput,
110
+ DeleteResourceConfigurationCommandOutput,
111
+ } from "./commands/DeleteResourceConfigurationCommand";
112
+ import {
113
+ DeleteResourceEndpointAssociationCommandInput,
114
+ DeleteResourceEndpointAssociationCommandOutput,
115
+ } from "./commands/DeleteResourceEndpointAssociationCommand";
116
+ import {
117
+ DeleteResourceGatewayCommandInput,
118
+ DeleteResourceGatewayCommandOutput,
119
+ } from "./commands/DeleteResourceGatewayCommand";
96
120
  import {
97
121
  DeleteResourcePolicyCommandInput,
98
122
  DeleteResourcePolicyCommandOutput,
@@ -109,6 +133,10 @@ import {
109
133
  DeleteServiceNetworkCommandInput,
110
134
  DeleteServiceNetworkCommandOutput,
111
135
  } from "./commands/DeleteServiceNetworkCommand";
136
+ import {
137
+ DeleteServiceNetworkResourceAssociationCommandInput,
138
+ DeleteServiceNetworkResourceAssociationCommandOutput,
139
+ } from "./commands/DeleteServiceNetworkResourceAssociationCommand";
112
140
  import {
113
141
  DeleteServiceNetworkServiceAssociationCommandInput,
114
142
  DeleteServiceNetworkServiceAssociationCommandOutput,
@@ -137,6 +165,14 @@ import {
137
165
  GetListenerCommandInput,
138
166
  GetListenerCommandOutput,
139
167
  } from "./commands/GetListenerCommand";
168
+ import {
169
+ GetResourceConfigurationCommandInput,
170
+ GetResourceConfigurationCommandOutput,
171
+ } from "./commands/GetResourceConfigurationCommand";
172
+ import {
173
+ GetResourceGatewayCommandInput,
174
+ GetResourceGatewayCommandOutput,
175
+ } from "./commands/GetResourceGatewayCommand";
140
176
  import {
141
177
  GetResourcePolicyCommandInput,
142
178
  GetResourcePolicyCommandOutput,
@@ -153,6 +189,10 @@ import {
153
189
  GetServiceNetworkCommandInput,
154
190
  GetServiceNetworkCommandOutput,
155
191
  } from "./commands/GetServiceNetworkCommand";
192
+ import {
193
+ GetServiceNetworkResourceAssociationCommandInput,
194
+ GetServiceNetworkResourceAssociationCommandOutput,
195
+ } from "./commands/GetServiceNetworkResourceAssociationCommand";
156
196
  import {
157
197
  GetServiceNetworkServiceAssociationCommandInput,
158
198
  GetServiceNetworkServiceAssociationCommandOutput,
@@ -173,10 +213,26 @@ import {
173
213
  ListListenersCommandInput,
174
214
  ListListenersCommandOutput,
175
215
  } from "./commands/ListListenersCommand";
216
+ import {
217
+ ListResourceConfigurationsCommandInput,
218
+ ListResourceConfigurationsCommandOutput,
219
+ } from "./commands/ListResourceConfigurationsCommand";
220
+ import {
221
+ ListResourceEndpointAssociationsCommandInput,
222
+ ListResourceEndpointAssociationsCommandOutput,
223
+ } from "./commands/ListResourceEndpointAssociationsCommand";
224
+ import {
225
+ ListResourceGatewaysCommandInput,
226
+ ListResourceGatewaysCommandOutput,
227
+ } from "./commands/ListResourceGatewaysCommand";
176
228
  import {
177
229
  ListRulesCommandInput,
178
230
  ListRulesCommandOutput,
179
231
  } from "./commands/ListRulesCommand";
232
+ import {
233
+ ListServiceNetworkResourceAssociationsCommandInput,
234
+ ListServiceNetworkResourceAssociationsCommandOutput,
235
+ } from "./commands/ListServiceNetworkResourceAssociationsCommand";
180
236
  import {
181
237
  ListServiceNetworksCommandInput,
182
238
  ListServiceNetworksCommandOutput,
@@ -189,6 +245,10 @@ import {
189
245
  ListServiceNetworkVpcAssociationsCommandInput,
190
246
  ListServiceNetworkVpcAssociationsCommandOutput,
191
247
  } from "./commands/ListServiceNetworkVpcAssociationsCommand";
248
+ import {
249
+ ListServiceNetworkVpcEndpointAssociationsCommandInput,
250
+ ListServiceNetworkVpcEndpointAssociationsCommandOutput,
251
+ } from "./commands/ListServiceNetworkVpcEndpointAssociationsCommand";
192
252
  import {
193
253
  ListServicesCommandInput,
194
254
  ListServicesCommandOutput,
@@ -233,6 +293,14 @@ import {
233
293
  UpdateListenerCommandInput,
234
294
  UpdateListenerCommandOutput,
235
295
  } from "./commands/UpdateListenerCommand";
296
+ import {
297
+ UpdateResourceConfigurationCommandInput,
298
+ UpdateResourceConfigurationCommandOutput,
299
+ } from "./commands/UpdateResourceConfigurationCommand";
300
+ import {
301
+ UpdateResourceGatewayCommandInput,
302
+ UpdateResourceGatewayCommandOutput,
303
+ } from "./commands/UpdateResourceGatewayCommand";
236
304
  import {
237
305
  UpdateRuleCommandInput,
238
306
  UpdateRuleCommandOutput,
@@ -264,19 +332,26 @@ export type ServiceInputTypes =
264
332
  | BatchUpdateRuleCommandInput
265
333
  | CreateAccessLogSubscriptionCommandInput
266
334
  | CreateListenerCommandInput
335
+ | CreateResourceConfigurationCommandInput
336
+ | CreateResourceGatewayCommandInput
267
337
  | CreateRuleCommandInput
268
338
  | CreateServiceCommandInput
269
339
  | CreateServiceNetworkCommandInput
340
+ | CreateServiceNetworkResourceAssociationCommandInput
270
341
  | CreateServiceNetworkServiceAssociationCommandInput
271
342
  | CreateServiceNetworkVpcAssociationCommandInput
272
343
  | CreateTargetGroupCommandInput
273
344
  | DeleteAccessLogSubscriptionCommandInput
274
345
  | DeleteAuthPolicyCommandInput
275
346
  | DeleteListenerCommandInput
347
+ | DeleteResourceConfigurationCommandInput
348
+ | DeleteResourceEndpointAssociationCommandInput
349
+ | DeleteResourceGatewayCommandInput
276
350
  | DeleteResourcePolicyCommandInput
277
351
  | DeleteRuleCommandInput
278
352
  | DeleteServiceCommandInput
279
353
  | DeleteServiceNetworkCommandInput
354
+ | DeleteServiceNetworkResourceAssociationCommandInput
280
355
  | DeleteServiceNetworkServiceAssociationCommandInput
281
356
  | DeleteServiceNetworkVpcAssociationCommandInput
282
357
  | DeleteTargetGroupCommandInput
@@ -284,18 +359,26 @@ export type ServiceInputTypes =
284
359
  | GetAccessLogSubscriptionCommandInput
285
360
  | GetAuthPolicyCommandInput
286
361
  | GetListenerCommandInput
362
+ | GetResourceConfigurationCommandInput
363
+ | GetResourceGatewayCommandInput
287
364
  | GetResourcePolicyCommandInput
288
365
  | GetRuleCommandInput
289
366
  | GetServiceCommandInput
290
367
  | GetServiceNetworkCommandInput
368
+ | GetServiceNetworkResourceAssociationCommandInput
291
369
  | GetServiceNetworkServiceAssociationCommandInput
292
370
  | GetServiceNetworkVpcAssociationCommandInput
293
371
  | GetTargetGroupCommandInput
294
372
  | ListAccessLogSubscriptionsCommandInput
295
373
  | ListListenersCommandInput
374
+ | ListResourceConfigurationsCommandInput
375
+ | ListResourceEndpointAssociationsCommandInput
376
+ | ListResourceGatewaysCommandInput
296
377
  | ListRulesCommandInput
378
+ | ListServiceNetworkResourceAssociationsCommandInput
297
379
  | ListServiceNetworkServiceAssociationsCommandInput
298
380
  | ListServiceNetworkVpcAssociationsCommandInput
381
+ | ListServiceNetworkVpcEndpointAssociationsCommandInput
299
382
  | ListServiceNetworksCommandInput
300
383
  | ListServicesCommandInput
301
384
  | ListTagsForResourceCommandInput
@@ -308,6 +391,8 @@ export type ServiceInputTypes =
308
391
  | UntagResourceCommandInput
309
392
  | UpdateAccessLogSubscriptionCommandInput
310
393
  | UpdateListenerCommandInput
394
+ | UpdateResourceConfigurationCommandInput
395
+ | UpdateResourceGatewayCommandInput
311
396
  | UpdateRuleCommandInput
312
397
  | UpdateServiceCommandInput
313
398
  | UpdateServiceNetworkCommandInput
@@ -317,19 +402,26 @@ export type ServiceOutputTypes =
317
402
  | BatchUpdateRuleCommandOutput
318
403
  | CreateAccessLogSubscriptionCommandOutput
319
404
  | CreateListenerCommandOutput
405
+ | CreateResourceConfigurationCommandOutput
406
+ | CreateResourceGatewayCommandOutput
320
407
  | CreateRuleCommandOutput
321
408
  | CreateServiceCommandOutput
322
409
  | CreateServiceNetworkCommandOutput
410
+ | CreateServiceNetworkResourceAssociationCommandOutput
323
411
  | CreateServiceNetworkServiceAssociationCommandOutput
324
412
  | CreateServiceNetworkVpcAssociationCommandOutput
325
413
  | CreateTargetGroupCommandOutput
326
414
  | DeleteAccessLogSubscriptionCommandOutput
327
415
  | DeleteAuthPolicyCommandOutput
328
416
  | DeleteListenerCommandOutput
417
+ | DeleteResourceConfigurationCommandOutput
418
+ | DeleteResourceEndpointAssociationCommandOutput
419
+ | DeleteResourceGatewayCommandOutput
329
420
  | DeleteResourcePolicyCommandOutput
330
421
  | DeleteRuleCommandOutput
331
422
  | DeleteServiceCommandOutput
332
423
  | DeleteServiceNetworkCommandOutput
424
+ | DeleteServiceNetworkResourceAssociationCommandOutput
333
425
  | DeleteServiceNetworkServiceAssociationCommandOutput
334
426
  | DeleteServiceNetworkVpcAssociationCommandOutput
335
427
  | DeleteTargetGroupCommandOutput
@@ -337,18 +429,26 @@ export type ServiceOutputTypes =
337
429
  | GetAccessLogSubscriptionCommandOutput
338
430
  | GetAuthPolicyCommandOutput
339
431
  | GetListenerCommandOutput
432
+ | GetResourceConfigurationCommandOutput
433
+ | GetResourceGatewayCommandOutput
340
434
  | GetResourcePolicyCommandOutput
341
435
  | GetRuleCommandOutput
342
436
  | GetServiceCommandOutput
343
437
  | GetServiceNetworkCommandOutput
438
+ | GetServiceNetworkResourceAssociationCommandOutput
344
439
  | GetServiceNetworkServiceAssociationCommandOutput
345
440
  | GetServiceNetworkVpcAssociationCommandOutput
346
441
  | GetTargetGroupCommandOutput
347
442
  | ListAccessLogSubscriptionsCommandOutput
348
443
  | ListListenersCommandOutput
444
+ | ListResourceConfigurationsCommandOutput
445
+ | ListResourceEndpointAssociationsCommandOutput
446
+ | ListResourceGatewaysCommandOutput
349
447
  | ListRulesCommandOutput
448
+ | ListServiceNetworkResourceAssociationsCommandOutput
350
449
  | ListServiceNetworkServiceAssociationsCommandOutput
351
450
  | ListServiceNetworkVpcAssociationsCommandOutput
451
+ | ListServiceNetworkVpcEndpointAssociationsCommandOutput
352
452
  | ListServiceNetworksCommandOutput
353
453
  | ListServicesCommandOutput
354
454
  | ListTagsForResourceCommandOutput
@@ -361,6 +461,8 @@ export type ServiceOutputTypes =
361
461
  | UntagResourceCommandOutput
362
462
  | UpdateAccessLogSubscriptionCommandOutput
363
463
  | UpdateListenerCommandOutput
464
+ | UpdateResourceConfigurationCommandOutput
465
+ | UpdateResourceGatewayCommandOutput
364
466
  | UpdateRuleCommandOutput
365
467
  | UpdateServiceCommandOutput
366
468
  | UpdateServiceNetworkCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateResourceConfigurationRequest,
5
+ CreateResourceConfigurationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateResourceConfigurationCommandInput
15
+ extends CreateResourceConfigurationRequest {}
16
+ export interface CreateResourceConfigurationCommandOutput
17
+ extends CreateResourceConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateResourceConfigurationCommand_base: {
20
+ new (
21
+ input: CreateResourceConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateResourceConfigurationCommandInput,
24
+ CreateResourceConfigurationCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateResourceConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateResourceConfigurationCommandInput,
33
+ CreateResourceConfigurationCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateResourceConfigurationCommand extends CreateResourceConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateResourceConfigurationRequest;
44
+ output: CreateResourceConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateResourceConfigurationCommandInput;
48
+ output: CreateResourceConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateResourceGatewayRequest,
5
+ CreateResourceGatewayResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateResourceGatewayCommandInput
15
+ extends CreateResourceGatewayRequest {}
16
+ export interface CreateResourceGatewayCommandOutput
17
+ extends CreateResourceGatewayResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateResourceGatewayCommand_base: {
20
+ new (
21
+ input: CreateResourceGatewayCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateResourceGatewayCommandInput,
24
+ CreateResourceGatewayCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateResourceGatewayCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateResourceGatewayCommandInput,
33
+ CreateResourceGatewayCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateResourceGatewayCommand extends CreateResourceGatewayCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateResourceGatewayRequest;
44
+ output: CreateResourceGatewayResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateResourceGatewayCommandInput;
48
+ output: CreateResourceGatewayCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateServiceNetworkResourceAssociationRequest,
5
+ CreateServiceNetworkResourceAssociationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateServiceNetworkResourceAssociationCommandInput
15
+ extends CreateServiceNetworkResourceAssociationRequest {}
16
+ export interface CreateServiceNetworkResourceAssociationCommandOutput
17
+ extends CreateServiceNetworkResourceAssociationResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateServiceNetworkResourceAssociationCommand_base: {
20
+ new (
21
+ input: CreateServiceNetworkResourceAssociationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateServiceNetworkResourceAssociationCommandInput,
24
+ CreateServiceNetworkResourceAssociationCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateServiceNetworkResourceAssociationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateServiceNetworkResourceAssociationCommandInput,
33
+ CreateServiceNetworkResourceAssociationCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateServiceNetworkResourceAssociationCommand extends CreateServiceNetworkResourceAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateServiceNetworkResourceAssociationRequest;
44
+ output: CreateServiceNetworkResourceAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateServiceNetworkResourceAssociationCommandInput;
48
+ output: CreateServiceNetworkResourceAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteResourceConfigurationRequest,
5
+ DeleteResourceConfigurationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteResourceConfigurationCommandInput
15
+ extends DeleteResourceConfigurationRequest {}
16
+ export interface DeleteResourceConfigurationCommandOutput
17
+ extends DeleteResourceConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteResourceConfigurationCommand_base: {
20
+ new (
21
+ input: DeleteResourceConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteResourceConfigurationCommandInput,
24
+ DeleteResourceConfigurationCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteResourceConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteResourceConfigurationCommandInput,
33
+ DeleteResourceConfigurationCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteResourceConfigurationCommand extends DeleteResourceConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourceConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteResourceConfigurationCommandInput;
48
+ output: DeleteResourceConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteResourceEndpointAssociationRequest,
5
+ DeleteResourceEndpointAssociationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteResourceEndpointAssociationCommandInput
15
+ extends DeleteResourceEndpointAssociationRequest {}
16
+ export interface DeleteResourceEndpointAssociationCommandOutput
17
+ extends DeleteResourceEndpointAssociationResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteResourceEndpointAssociationCommand_base: {
20
+ new (
21
+ input: DeleteResourceEndpointAssociationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteResourceEndpointAssociationCommandInput,
24
+ DeleteResourceEndpointAssociationCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteResourceEndpointAssociationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteResourceEndpointAssociationCommandInput,
33
+ DeleteResourceEndpointAssociationCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteResourceEndpointAssociationCommand extends DeleteResourceEndpointAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourceEndpointAssociationRequest;
44
+ output: DeleteResourceEndpointAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteResourceEndpointAssociationCommandInput;
48
+ output: DeleteResourceEndpointAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteResourceGatewayRequest,
5
+ DeleteResourceGatewayResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteResourceGatewayCommandInput
15
+ extends DeleteResourceGatewayRequest {}
16
+ export interface DeleteResourceGatewayCommandOutput
17
+ extends DeleteResourceGatewayResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteResourceGatewayCommand_base: {
20
+ new (
21
+ input: DeleteResourceGatewayCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteResourceGatewayCommandInput,
24
+ DeleteResourceGatewayCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteResourceGatewayCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteResourceGatewayCommandInput,
33
+ DeleteResourceGatewayCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteResourceGatewayCommand extends DeleteResourceGatewayCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourceGatewayRequest;
44
+ output: DeleteResourceGatewayResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteResourceGatewayCommandInput;
48
+ output: DeleteResourceGatewayCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteServiceNetworkResourceAssociationRequest,
5
+ DeleteServiceNetworkResourceAssociationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteServiceNetworkResourceAssociationCommandInput
15
+ extends DeleteServiceNetworkResourceAssociationRequest {}
16
+ export interface DeleteServiceNetworkResourceAssociationCommandOutput
17
+ extends DeleteServiceNetworkResourceAssociationResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteServiceNetworkResourceAssociationCommand_base: {
20
+ new (
21
+ input: DeleteServiceNetworkResourceAssociationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteServiceNetworkResourceAssociationCommandInput,
24
+ DeleteServiceNetworkResourceAssociationCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteServiceNetworkResourceAssociationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteServiceNetworkResourceAssociationCommandInput,
33
+ DeleteServiceNetworkResourceAssociationCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteServiceNetworkResourceAssociationCommand extends DeleteServiceNetworkResourceAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteServiceNetworkResourceAssociationRequest;
44
+ output: DeleteServiceNetworkResourceAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteServiceNetworkResourceAssociationCommandInput;
48
+ output: DeleteServiceNetworkResourceAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetResourceConfigurationRequest,
5
+ GetResourceConfigurationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ VPCLatticeClientResolvedConfig,
11
+ } from "../VPCLatticeClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetResourceConfigurationCommandInput
15
+ extends GetResourceConfigurationRequest {}
16
+ export interface GetResourceConfigurationCommandOutput
17
+ extends GetResourceConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const GetResourceConfigurationCommand_base: {
20
+ new (
21
+ input: GetResourceConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetResourceConfigurationCommandInput,
24
+ GetResourceConfigurationCommandOutput,
25
+ VPCLatticeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetResourceConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetResourceConfigurationCommandInput,
33
+ GetResourceConfigurationCommandOutput,
34
+ VPCLatticeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetResourceConfigurationCommand extends GetResourceConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourceConfigurationRequest;
44
+ output: GetResourceConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourceConfigurationCommandInput;
48
+ output: GetResourceConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }