@aws-sdk/client-vpc-lattice 3.696.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.
- 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 +4 -4
package/README.md
CHANGED
|
@@ -230,6 +230,22 @@ CreateListener
|
|
|
230
230
|
|
|
231
231
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/CreateListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateListenerCommandOutput/)
|
|
232
232
|
|
|
233
|
+
</details>
|
|
234
|
+
<details>
|
|
235
|
+
<summary>
|
|
236
|
+
CreateResourceConfiguration
|
|
237
|
+
</summary>
|
|
238
|
+
|
|
239
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/CreateResourceConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateResourceConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateResourceConfigurationCommandOutput/)
|
|
240
|
+
|
|
241
|
+
</details>
|
|
242
|
+
<details>
|
|
243
|
+
<summary>
|
|
244
|
+
CreateResourceGateway
|
|
245
|
+
</summary>
|
|
246
|
+
|
|
247
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/CreateResourceGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateResourceGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateResourceGatewayCommandOutput/)
|
|
248
|
+
|
|
233
249
|
</details>
|
|
234
250
|
<details>
|
|
235
251
|
<summary>
|
|
@@ -254,6 +270,14 @@ CreateServiceNetwork
|
|
|
254
270
|
|
|
255
271
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/CreateServiceNetworkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateServiceNetworkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateServiceNetworkCommandOutput/)
|
|
256
272
|
|
|
273
|
+
</details>
|
|
274
|
+
<details>
|
|
275
|
+
<summary>
|
|
276
|
+
CreateServiceNetworkResourceAssociation
|
|
277
|
+
</summary>
|
|
278
|
+
|
|
279
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/CreateServiceNetworkResourceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateServiceNetworkResourceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/CreateServiceNetworkResourceAssociationCommandOutput/)
|
|
280
|
+
|
|
257
281
|
</details>
|
|
258
282
|
<details>
|
|
259
283
|
<summary>
|
|
@@ -302,6 +326,30 @@ DeleteListener
|
|
|
302
326
|
|
|
303
327
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/DeleteListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteListenerCommandOutput/)
|
|
304
328
|
|
|
329
|
+
</details>
|
|
330
|
+
<details>
|
|
331
|
+
<summary>
|
|
332
|
+
DeleteResourceConfiguration
|
|
333
|
+
</summary>
|
|
334
|
+
|
|
335
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/DeleteResourceConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteResourceConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteResourceConfigurationCommandOutput/)
|
|
336
|
+
|
|
337
|
+
</details>
|
|
338
|
+
<details>
|
|
339
|
+
<summary>
|
|
340
|
+
DeleteResourceEndpointAssociation
|
|
341
|
+
</summary>
|
|
342
|
+
|
|
343
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/DeleteResourceEndpointAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteResourceEndpointAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteResourceEndpointAssociationCommandOutput/)
|
|
344
|
+
|
|
345
|
+
</details>
|
|
346
|
+
<details>
|
|
347
|
+
<summary>
|
|
348
|
+
DeleteResourceGateway
|
|
349
|
+
</summary>
|
|
350
|
+
|
|
351
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/DeleteResourceGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteResourceGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteResourceGatewayCommandOutput/)
|
|
352
|
+
|
|
305
353
|
</details>
|
|
306
354
|
<details>
|
|
307
355
|
<summary>
|
|
@@ -334,6 +382,14 @@ DeleteServiceNetwork
|
|
|
334
382
|
|
|
335
383
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/DeleteServiceNetworkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteServiceNetworkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteServiceNetworkCommandOutput/)
|
|
336
384
|
|
|
385
|
+
</details>
|
|
386
|
+
<details>
|
|
387
|
+
<summary>
|
|
388
|
+
DeleteServiceNetworkResourceAssociation
|
|
389
|
+
</summary>
|
|
390
|
+
|
|
391
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/DeleteServiceNetworkResourceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteServiceNetworkResourceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/DeleteServiceNetworkResourceAssociationCommandOutput/)
|
|
392
|
+
|
|
337
393
|
</details>
|
|
338
394
|
<details>
|
|
339
395
|
<summary>
|
|
@@ -390,6 +446,22 @@ GetListener
|
|
|
390
446
|
|
|
391
447
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/GetListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetListenerCommandOutput/)
|
|
392
448
|
|
|
449
|
+
</details>
|
|
450
|
+
<details>
|
|
451
|
+
<summary>
|
|
452
|
+
GetResourceConfiguration
|
|
453
|
+
</summary>
|
|
454
|
+
|
|
455
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/GetResourceConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetResourceConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetResourceConfigurationCommandOutput/)
|
|
456
|
+
|
|
457
|
+
</details>
|
|
458
|
+
<details>
|
|
459
|
+
<summary>
|
|
460
|
+
GetResourceGateway
|
|
461
|
+
</summary>
|
|
462
|
+
|
|
463
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/GetResourceGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetResourceGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetResourceGatewayCommandOutput/)
|
|
464
|
+
|
|
393
465
|
</details>
|
|
394
466
|
<details>
|
|
395
467
|
<summary>
|
|
@@ -422,6 +494,14 @@ GetServiceNetwork
|
|
|
422
494
|
|
|
423
495
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/GetServiceNetworkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetServiceNetworkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetServiceNetworkCommandOutput/)
|
|
424
496
|
|
|
497
|
+
</details>
|
|
498
|
+
<details>
|
|
499
|
+
<summary>
|
|
500
|
+
GetServiceNetworkResourceAssociation
|
|
501
|
+
</summary>
|
|
502
|
+
|
|
503
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/GetServiceNetworkResourceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetServiceNetworkResourceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/GetServiceNetworkResourceAssociationCommandOutput/)
|
|
504
|
+
|
|
425
505
|
</details>
|
|
426
506
|
<details>
|
|
427
507
|
<summary>
|
|
@@ -462,6 +542,30 @@ ListListeners
|
|
|
462
542
|
|
|
463
543
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/ListListenersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListListenersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListListenersCommandOutput/)
|
|
464
544
|
|
|
545
|
+
</details>
|
|
546
|
+
<details>
|
|
547
|
+
<summary>
|
|
548
|
+
ListResourceConfigurations
|
|
549
|
+
</summary>
|
|
550
|
+
|
|
551
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/ListResourceConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListResourceConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListResourceConfigurationsCommandOutput/)
|
|
552
|
+
|
|
553
|
+
</details>
|
|
554
|
+
<details>
|
|
555
|
+
<summary>
|
|
556
|
+
ListResourceEndpointAssociations
|
|
557
|
+
</summary>
|
|
558
|
+
|
|
559
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/ListResourceEndpointAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListResourceEndpointAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListResourceEndpointAssociationsCommandOutput/)
|
|
560
|
+
|
|
561
|
+
</details>
|
|
562
|
+
<details>
|
|
563
|
+
<summary>
|
|
564
|
+
ListResourceGateways
|
|
565
|
+
</summary>
|
|
566
|
+
|
|
567
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/ListResourceGatewaysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListResourceGatewaysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListResourceGatewaysCommandOutput/)
|
|
568
|
+
|
|
465
569
|
</details>
|
|
466
570
|
<details>
|
|
467
571
|
<summary>
|
|
@@ -470,6 +574,14 @@ ListRules
|
|
|
470
574
|
|
|
471
575
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/ListRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListRulesCommandOutput/)
|
|
472
576
|
|
|
577
|
+
</details>
|
|
578
|
+
<details>
|
|
579
|
+
<summary>
|
|
580
|
+
ListServiceNetworkResourceAssociations
|
|
581
|
+
</summary>
|
|
582
|
+
|
|
583
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/ListServiceNetworkResourceAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListServiceNetworkResourceAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListServiceNetworkResourceAssociationsCommandOutput/)
|
|
584
|
+
|
|
473
585
|
</details>
|
|
474
586
|
<details>
|
|
475
587
|
<summary>
|
|
@@ -494,6 +606,14 @@ ListServiceNetworkVpcAssociations
|
|
|
494
606
|
|
|
495
607
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/ListServiceNetworkVpcAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListServiceNetworkVpcAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListServiceNetworkVpcAssociationsCommandOutput/)
|
|
496
608
|
|
|
609
|
+
</details>
|
|
610
|
+
<details>
|
|
611
|
+
<summary>
|
|
612
|
+
ListServiceNetworkVpcEndpointAssociations
|
|
613
|
+
</summary>
|
|
614
|
+
|
|
615
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/ListServiceNetworkVpcEndpointAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListServiceNetworkVpcEndpointAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/ListServiceNetworkVpcEndpointAssociationsCommandOutput/)
|
|
616
|
+
|
|
497
617
|
</details>
|
|
498
618
|
<details>
|
|
499
619
|
<summary>
|
|
@@ -582,6 +702,22 @@ UpdateListener
|
|
|
582
702
|
|
|
583
703
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/UpdateListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/UpdateListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/UpdateListenerCommandOutput/)
|
|
584
704
|
|
|
705
|
+
</details>
|
|
706
|
+
<details>
|
|
707
|
+
<summary>
|
|
708
|
+
UpdateResourceConfiguration
|
|
709
|
+
</summary>
|
|
710
|
+
|
|
711
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/UpdateResourceConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/UpdateResourceConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/UpdateResourceConfigurationCommandOutput/)
|
|
712
|
+
|
|
713
|
+
</details>
|
|
714
|
+
<details>
|
|
715
|
+
<summary>
|
|
716
|
+
UpdateResourceGateway
|
|
717
|
+
</summary>
|
|
718
|
+
|
|
719
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/vpc-lattice/command/UpdateResourceGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/UpdateResourceGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-vpc-lattice/Interface/UpdateResourceGatewayCommandOutput/)
|
|
720
|
+
|
|
585
721
|
</details>
|
|
586
722
|
<details>
|
|
587
723
|
<summary>
|