@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.
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 +35 -35
@@ -15,6 +15,14 @@ import {
15
15
  CreateListenerCommandInput,
16
16
  CreateListenerCommandOutput,
17
17
  } from "../commands/CreateListenerCommand";
18
+ import {
19
+ CreateResourceConfigurationCommandInput,
20
+ CreateResourceConfigurationCommandOutput,
21
+ } from "../commands/CreateResourceConfigurationCommand";
22
+ import {
23
+ CreateResourceGatewayCommandInput,
24
+ CreateResourceGatewayCommandOutput,
25
+ } from "../commands/CreateResourceGatewayCommand";
18
26
  import {
19
27
  CreateRuleCommandInput,
20
28
  CreateRuleCommandOutput,
@@ -27,6 +35,10 @@ import {
27
35
  CreateServiceNetworkCommandInput,
28
36
  CreateServiceNetworkCommandOutput,
29
37
  } from "../commands/CreateServiceNetworkCommand";
38
+ import {
39
+ CreateServiceNetworkResourceAssociationCommandInput,
40
+ CreateServiceNetworkResourceAssociationCommandOutput,
41
+ } from "../commands/CreateServiceNetworkResourceAssociationCommand";
30
42
  import {
31
43
  CreateServiceNetworkServiceAssociationCommandInput,
32
44
  CreateServiceNetworkServiceAssociationCommandOutput,
@@ -51,6 +63,18 @@ import {
51
63
  DeleteListenerCommandInput,
52
64
  DeleteListenerCommandOutput,
53
65
  } from "../commands/DeleteListenerCommand";
66
+ import {
67
+ DeleteResourceConfigurationCommandInput,
68
+ DeleteResourceConfigurationCommandOutput,
69
+ } from "../commands/DeleteResourceConfigurationCommand";
70
+ import {
71
+ DeleteResourceEndpointAssociationCommandInput,
72
+ DeleteResourceEndpointAssociationCommandOutput,
73
+ } from "../commands/DeleteResourceEndpointAssociationCommand";
74
+ import {
75
+ DeleteResourceGatewayCommandInput,
76
+ DeleteResourceGatewayCommandOutput,
77
+ } from "../commands/DeleteResourceGatewayCommand";
54
78
  import {
55
79
  DeleteResourcePolicyCommandInput,
56
80
  DeleteResourcePolicyCommandOutput,
@@ -67,6 +91,10 @@ import {
67
91
  DeleteServiceNetworkCommandInput,
68
92
  DeleteServiceNetworkCommandOutput,
69
93
  } from "../commands/DeleteServiceNetworkCommand";
94
+ import {
95
+ DeleteServiceNetworkResourceAssociationCommandInput,
96
+ DeleteServiceNetworkResourceAssociationCommandOutput,
97
+ } from "../commands/DeleteServiceNetworkResourceAssociationCommand";
70
98
  import {
71
99
  DeleteServiceNetworkServiceAssociationCommandInput,
72
100
  DeleteServiceNetworkServiceAssociationCommandOutput,
@@ -95,6 +123,14 @@ import {
95
123
  GetListenerCommandInput,
96
124
  GetListenerCommandOutput,
97
125
  } from "../commands/GetListenerCommand";
126
+ import {
127
+ GetResourceConfigurationCommandInput,
128
+ GetResourceConfigurationCommandOutput,
129
+ } from "../commands/GetResourceConfigurationCommand";
130
+ import {
131
+ GetResourceGatewayCommandInput,
132
+ GetResourceGatewayCommandOutput,
133
+ } from "../commands/GetResourceGatewayCommand";
98
134
  import {
99
135
  GetResourcePolicyCommandInput,
100
136
  GetResourcePolicyCommandOutput,
@@ -111,6 +147,10 @@ import {
111
147
  GetServiceNetworkCommandInput,
112
148
  GetServiceNetworkCommandOutput,
113
149
  } from "../commands/GetServiceNetworkCommand";
150
+ import {
151
+ GetServiceNetworkResourceAssociationCommandInput,
152
+ GetServiceNetworkResourceAssociationCommandOutput,
153
+ } from "../commands/GetServiceNetworkResourceAssociationCommand";
114
154
  import {
115
155
  GetServiceNetworkServiceAssociationCommandInput,
116
156
  GetServiceNetworkServiceAssociationCommandOutput,
@@ -131,10 +171,26 @@ import {
131
171
  ListListenersCommandInput,
132
172
  ListListenersCommandOutput,
133
173
  } from "../commands/ListListenersCommand";
174
+ import {
175
+ ListResourceConfigurationsCommandInput,
176
+ ListResourceConfigurationsCommandOutput,
177
+ } from "../commands/ListResourceConfigurationsCommand";
178
+ import {
179
+ ListResourceEndpointAssociationsCommandInput,
180
+ ListResourceEndpointAssociationsCommandOutput,
181
+ } from "../commands/ListResourceEndpointAssociationsCommand";
182
+ import {
183
+ ListResourceGatewaysCommandInput,
184
+ ListResourceGatewaysCommandOutput,
185
+ } from "../commands/ListResourceGatewaysCommand";
134
186
  import {
135
187
  ListRulesCommandInput,
136
188
  ListRulesCommandOutput,
137
189
  } from "../commands/ListRulesCommand";
190
+ import {
191
+ ListServiceNetworkResourceAssociationsCommandInput,
192
+ ListServiceNetworkResourceAssociationsCommandOutput,
193
+ } from "../commands/ListServiceNetworkResourceAssociationsCommand";
138
194
  import {
139
195
  ListServiceNetworksCommandInput,
140
196
  ListServiceNetworksCommandOutput,
@@ -147,6 +203,10 @@ import {
147
203
  ListServiceNetworkVpcAssociationsCommandInput,
148
204
  ListServiceNetworkVpcAssociationsCommandOutput,
149
205
  } from "../commands/ListServiceNetworkVpcAssociationsCommand";
206
+ import {
207
+ ListServiceNetworkVpcEndpointAssociationsCommandInput,
208
+ ListServiceNetworkVpcEndpointAssociationsCommandOutput,
209
+ } from "../commands/ListServiceNetworkVpcEndpointAssociationsCommand";
150
210
  import {
151
211
  ListServicesCommandInput,
152
212
  ListServicesCommandOutput,
@@ -191,6 +251,14 @@ import {
191
251
  UpdateListenerCommandInput,
192
252
  UpdateListenerCommandOutput,
193
253
  } from "../commands/UpdateListenerCommand";
254
+ import {
255
+ UpdateResourceConfigurationCommandInput,
256
+ UpdateResourceConfigurationCommandOutput,
257
+ } from "../commands/UpdateResourceConfigurationCommand";
258
+ import {
259
+ UpdateResourceGatewayCommandInput,
260
+ UpdateResourceGatewayCommandOutput,
261
+ } from "../commands/UpdateResourceGatewayCommand";
194
262
  import {
195
263
  UpdateRuleCommandInput,
196
264
  UpdateRuleCommandOutput,
@@ -223,6 +291,14 @@ export declare const se_CreateListenerCommand: (
223
291
  input: CreateListenerCommandInput,
224
292
  context: __SerdeContext
225
293
  ) => Promise<__HttpRequest>;
294
+ export declare const se_CreateResourceConfigurationCommand: (
295
+ input: CreateResourceConfigurationCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const se_CreateResourceGatewayCommand: (
299
+ input: CreateResourceGatewayCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
226
302
  export declare const se_CreateRuleCommand: (
227
303
  input: CreateRuleCommandInput,
228
304
  context: __SerdeContext
@@ -235,6 +311,10 @@ export declare const se_CreateServiceNetworkCommand: (
235
311
  input: CreateServiceNetworkCommandInput,
236
312
  context: __SerdeContext
237
313
  ) => Promise<__HttpRequest>;
314
+ export declare const se_CreateServiceNetworkResourceAssociationCommand: (
315
+ input: CreateServiceNetworkResourceAssociationCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
238
318
  export declare const se_CreateServiceNetworkServiceAssociationCommand: (
239
319
  input: CreateServiceNetworkServiceAssociationCommandInput,
240
320
  context: __SerdeContext
@@ -259,6 +339,18 @@ export declare const se_DeleteListenerCommand: (
259
339
  input: DeleteListenerCommandInput,
260
340
  context: __SerdeContext
261
341
  ) => Promise<__HttpRequest>;
342
+ export declare const se_DeleteResourceConfigurationCommand: (
343
+ input: DeleteResourceConfigurationCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const se_DeleteResourceEndpointAssociationCommand: (
347
+ input: DeleteResourceEndpointAssociationCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const se_DeleteResourceGatewayCommand: (
351
+ input: DeleteResourceGatewayCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
262
354
  export declare const se_DeleteResourcePolicyCommand: (
263
355
  input: DeleteResourcePolicyCommandInput,
264
356
  context: __SerdeContext
@@ -275,6 +367,10 @@ export declare const se_DeleteServiceNetworkCommand: (
275
367
  input: DeleteServiceNetworkCommandInput,
276
368
  context: __SerdeContext
277
369
  ) => Promise<__HttpRequest>;
370
+ export declare const se_DeleteServiceNetworkResourceAssociationCommand: (
371
+ input: DeleteServiceNetworkResourceAssociationCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
278
374
  export declare const se_DeleteServiceNetworkServiceAssociationCommand: (
279
375
  input: DeleteServiceNetworkServiceAssociationCommandInput,
280
376
  context: __SerdeContext
@@ -303,6 +399,14 @@ export declare const se_GetListenerCommand: (
303
399
  input: GetListenerCommandInput,
304
400
  context: __SerdeContext
305
401
  ) => Promise<__HttpRequest>;
402
+ export declare const se_GetResourceConfigurationCommand: (
403
+ input: GetResourceConfigurationCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const se_GetResourceGatewayCommand: (
407
+ input: GetResourceGatewayCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
306
410
  export declare const se_GetResourcePolicyCommand: (
307
411
  input: GetResourcePolicyCommandInput,
308
412
  context: __SerdeContext
@@ -319,6 +423,10 @@ export declare const se_GetServiceNetworkCommand: (
319
423
  input: GetServiceNetworkCommandInput,
320
424
  context: __SerdeContext
321
425
  ) => Promise<__HttpRequest>;
426
+ export declare const se_GetServiceNetworkResourceAssociationCommand: (
427
+ input: GetServiceNetworkResourceAssociationCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
322
430
  export declare const se_GetServiceNetworkServiceAssociationCommand: (
323
431
  input: GetServiceNetworkServiceAssociationCommandInput,
324
432
  context: __SerdeContext
@@ -339,10 +447,26 @@ export declare const se_ListListenersCommand: (
339
447
  input: ListListenersCommandInput,
340
448
  context: __SerdeContext
341
449
  ) => Promise<__HttpRequest>;
450
+ export declare const se_ListResourceConfigurationsCommand: (
451
+ input: ListResourceConfigurationsCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const se_ListResourceEndpointAssociationsCommand: (
455
+ input: ListResourceEndpointAssociationsCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const se_ListResourceGatewaysCommand: (
459
+ input: ListResourceGatewaysCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
342
462
  export declare const se_ListRulesCommand: (
343
463
  input: ListRulesCommandInput,
344
464
  context: __SerdeContext
345
465
  ) => Promise<__HttpRequest>;
466
+ export declare const se_ListServiceNetworkResourceAssociationsCommand: (
467
+ input: ListServiceNetworkResourceAssociationsCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
346
470
  export declare const se_ListServiceNetworksCommand: (
347
471
  input: ListServiceNetworksCommandInput,
348
472
  context: __SerdeContext
@@ -355,6 +479,10 @@ export declare const se_ListServiceNetworkVpcAssociationsCommand: (
355
479
  input: ListServiceNetworkVpcAssociationsCommandInput,
356
480
  context: __SerdeContext
357
481
  ) => Promise<__HttpRequest>;
482
+ export declare const se_ListServiceNetworkVpcEndpointAssociationsCommand: (
483
+ input: ListServiceNetworkVpcEndpointAssociationsCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
358
486
  export declare const se_ListServicesCommand: (
359
487
  input: ListServicesCommandInput,
360
488
  context: __SerdeContext
@@ -399,6 +527,14 @@ export declare const se_UpdateListenerCommand: (
399
527
  input: UpdateListenerCommandInput,
400
528
  context: __SerdeContext
401
529
  ) => Promise<__HttpRequest>;
530
+ export declare const se_UpdateResourceConfigurationCommand: (
531
+ input: UpdateResourceConfigurationCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const se_UpdateResourceGatewayCommand: (
535
+ input: UpdateResourceGatewayCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
402
538
  export declare const se_UpdateRuleCommand: (
403
539
  input: UpdateRuleCommandInput,
404
540
  context: __SerdeContext
@@ -431,6 +567,14 @@ export declare const de_CreateListenerCommand: (
431
567
  output: __HttpResponse,
432
568
  context: __SerdeContext
433
569
  ) => Promise<CreateListenerCommandOutput>;
570
+ export declare const de_CreateResourceConfigurationCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<CreateResourceConfigurationCommandOutput>;
574
+ export declare const de_CreateResourceGatewayCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<CreateResourceGatewayCommandOutput>;
434
578
  export declare const de_CreateRuleCommand: (
435
579
  output: __HttpResponse,
436
580
  context: __SerdeContext
@@ -443,6 +587,10 @@ export declare const de_CreateServiceNetworkCommand: (
443
587
  output: __HttpResponse,
444
588
  context: __SerdeContext
445
589
  ) => Promise<CreateServiceNetworkCommandOutput>;
590
+ export declare const de_CreateServiceNetworkResourceAssociationCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<CreateServiceNetworkResourceAssociationCommandOutput>;
446
594
  export declare const de_CreateServiceNetworkServiceAssociationCommand: (
447
595
  output: __HttpResponse,
448
596
  context: __SerdeContext
@@ -467,6 +615,18 @@ export declare const de_DeleteListenerCommand: (
467
615
  output: __HttpResponse,
468
616
  context: __SerdeContext
469
617
  ) => Promise<DeleteListenerCommandOutput>;
618
+ export declare const de_DeleteResourceConfigurationCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DeleteResourceConfigurationCommandOutput>;
622
+ export declare const de_DeleteResourceEndpointAssociationCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DeleteResourceEndpointAssociationCommandOutput>;
626
+ export declare const de_DeleteResourceGatewayCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DeleteResourceGatewayCommandOutput>;
470
630
  export declare const de_DeleteResourcePolicyCommand: (
471
631
  output: __HttpResponse,
472
632
  context: __SerdeContext
@@ -483,6 +643,10 @@ export declare const de_DeleteServiceNetworkCommand: (
483
643
  output: __HttpResponse,
484
644
  context: __SerdeContext
485
645
  ) => Promise<DeleteServiceNetworkCommandOutput>;
646
+ export declare const de_DeleteServiceNetworkResourceAssociationCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DeleteServiceNetworkResourceAssociationCommandOutput>;
486
650
  export declare const de_DeleteServiceNetworkServiceAssociationCommand: (
487
651
  output: __HttpResponse,
488
652
  context: __SerdeContext
@@ -511,6 +675,14 @@ export declare const de_GetListenerCommand: (
511
675
  output: __HttpResponse,
512
676
  context: __SerdeContext
513
677
  ) => Promise<GetListenerCommandOutput>;
678
+ export declare const de_GetResourceConfigurationCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<GetResourceConfigurationCommandOutput>;
682
+ export declare const de_GetResourceGatewayCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<GetResourceGatewayCommandOutput>;
514
686
  export declare const de_GetResourcePolicyCommand: (
515
687
  output: __HttpResponse,
516
688
  context: __SerdeContext
@@ -527,6 +699,10 @@ export declare const de_GetServiceNetworkCommand: (
527
699
  output: __HttpResponse,
528
700
  context: __SerdeContext
529
701
  ) => Promise<GetServiceNetworkCommandOutput>;
702
+ export declare const de_GetServiceNetworkResourceAssociationCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<GetServiceNetworkResourceAssociationCommandOutput>;
530
706
  export declare const de_GetServiceNetworkServiceAssociationCommand: (
531
707
  output: __HttpResponse,
532
708
  context: __SerdeContext
@@ -547,10 +723,26 @@ export declare const de_ListListenersCommand: (
547
723
  output: __HttpResponse,
548
724
  context: __SerdeContext
549
725
  ) => Promise<ListListenersCommandOutput>;
726
+ export declare const de_ListResourceConfigurationsCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ListResourceConfigurationsCommandOutput>;
730
+ export declare const de_ListResourceEndpointAssociationsCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<ListResourceEndpointAssociationsCommandOutput>;
734
+ export declare const de_ListResourceGatewaysCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<ListResourceGatewaysCommandOutput>;
550
738
  export declare const de_ListRulesCommand: (
551
739
  output: __HttpResponse,
552
740
  context: __SerdeContext
553
741
  ) => Promise<ListRulesCommandOutput>;
742
+ export declare const de_ListServiceNetworkResourceAssociationsCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<ListServiceNetworkResourceAssociationsCommandOutput>;
554
746
  export declare const de_ListServiceNetworksCommand: (
555
747
  output: __HttpResponse,
556
748
  context: __SerdeContext
@@ -563,6 +755,10 @@ export declare const de_ListServiceNetworkVpcAssociationsCommand: (
563
755
  output: __HttpResponse,
564
756
  context: __SerdeContext
565
757
  ) => Promise<ListServiceNetworkVpcAssociationsCommandOutput>;
758
+ export declare const de_ListServiceNetworkVpcEndpointAssociationsCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<ListServiceNetworkVpcEndpointAssociationsCommandOutput>;
566
762
  export declare const de_ListServicesCommand: (
567
763
  output: __HttpResponse,
568
764
  context: __SerdeContext
@@ -607,6 +803,14 @@ export declare const de_UpdateListenerCommand: (
607
803
  output: __HttpResponse,
608
804
  context: __SerdeContext
609
805
  ) => Promise<UpdateListenerCommandOutput>;
806
+ export declare const de_UpdateResourceConfigurationCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<UpdateResourceConfigurationCommandOutput>;
810
+ export declare const de_UpdateResourceGatewayCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<UpdateResourceGatewayCommandOutput>;
610
814
  export declare const de_UpdateRuleCommand: (
611
815
  output: __HttpResponse,
612
816
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-vpc-lattice",
3
3
  "description": "AWS SDK for JavaScript Vpc Lattice Client for Node.js, Browser and React Native",
4
- "version": "3.699.0",
4
+ "version": "3.709.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-vpc-lattice",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.699.0",
24
- "@aws-sdk/client-sts": "3.699.0",
25
- "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.699.0",
27
- "@aws-sdk/middleware-host-header": "3.696.0",
28
- "@aws-sdk/middleware-logger": "3.696.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
- "@aws-sdk/middleware-user-agent": "3.696.0",
31
- "@aws-sdk/region-config-resolver": "3.696.0",
32
- "@aws-sdk/types": "3.696.0",
33
- "@aws-sdk/util-endpoints": "3.696.0",
34
- "@aws-sdk/util-user-agent-browser": "3.696.0",
35
- "@aws-sdk/util-user-agent-node": "3.696.0",
36
- "@smithy/config-resolver": "^3.0.12",
37
- "@smithy/core": "^2.5.3",
38
- "@smithy/fetch-http-handler": "^4.1.1",
39
- "@smithy/hash-node": "^3.0.10",
40
- "@smithy/invalid-dependency": "^3.0.10",
41
- "@smithy/middleware-content-length": "^3.0.12",
42
- "@smithy/middleware-endpoint": "^3.2.3",
43
- "@smithy/middleware-retry": "^3.0.27",
44
- "@smithy/middleware-serde": "^3.0.10",
45
- "@smithy/middleware-stack": "^3.0.10",
46
- "@smithy/node-config-provider": "^3.1.11",
47
- "@smithy/node-http-handler": "^3.3.1",
48
- "@smithy/protocol-http": "^4.1.7",
49
- "@smithy/smithy-client": "^3.4.4",
50
- "@smithy/types": "^3.7.1",
51
- "@smithy/url-parser": "^3.0.10",
23
+ "@aws-sdk/client-sso-oidc": "3.709.0",
24
+ "@aws-sdk/client-sts": "3.709.0",
25
+ "@aws-sdk/core": "3.709.0",
26
+ "@aws-sdk/credential-provider-node": "3.709.0",
27
+ "@aws-sdk/middleware-host-header": "3.709.0",
28
+ "@aws-sdk/middleware-logger": "3.709.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.709.0",
30
+ "@aws-sdk/middleware-user-agent": "3.709.0",
31
+ "@aws-sdk/region-config-resolver": "3.709.0",
32
+ "@aws-sdk/types": "3.709.0",
33
+ "@aws-sdk/util-endpoints": "3.709.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.709.0",
35
+ "@aws-sdk/util-user-agent-node": "3.709.0",
36
+ "@smithy/config-resolver": "^3.0.13",
37
+ "@smithy/core": "^2.5.5",
38
+ "@smithy/fetch-http-handler": "^4.1.2",
39
+ "@smithy/hash-node": "^3.0.11",
40
+ "@smithy/invalid-dependency": "^3.0.11",
41
+ "@smithy/middleware-content-length": "^3.0.13",
42
+ "@smithy/middleware-endpoint": "^3.2.5",
43
+ "@smithy/middleware-retry": "^3.0.30",
44
+ "@smithy/middleware-serde": "^3.0.11",
45
+ "@smithy/middleware-stack": "^3.0.11",
46
+ "@smithy/node-config-provider": "^3.1.12",
47
+ "@smithy/node-http-handler": "^3.3.2",
48
+ "@smithy/protocol-http": "^4.1.8",
49
+ "@smithy/smithy-client": "^3.5.0",
50
+ "@smithy/types": "^3.7.2",
51
+ "@smithy/url-parser": "^3.0.11",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.27",
56
- "@smithy/util-defaults-mode-node": "^3.0.27",
57
- "@smithy/util-endpoints": "^2.1.6",
58
- "@smithy/util-middleware": "^3.0.10",
59
- "@smithy/util-retry": "^3.0.10",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.30",
56
+ "@smithy/util-defaults-mode-node": "^3.0.30",
57
+ "@smithy/util-endpoints": "^2.1.7",
58
+ "@smithy/util-middleware": "^3.0.11",
59
+ "@smithy/util-retry": "^3.0.11",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",