@aws-sdk/client-vpc-lattice 3.896.0 → 3.901.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 (78) hide show
  1. package/README.md +1 -5
  2. package/dist-cjs/index.js +7 -1
  3. package/dist-es/protocols/Aws_restJson1.js +6 -0
  4. package/dist-types/VPCLattice.d.ts +1 -5
  5. package/dist-types/VPCLatticeClient.d.ts +1 -5
  6. package/dist-types/commands/BatchUpdateRuleCommand.d.ts +3 -12
  7. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +3 -10
  8. package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
  9. package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +3 -6
  10. package/dist-types/commands/CreateResourceGatewayCommand.d.ts +7 -7
  11. package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
  12. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  13. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +3 -8
  14. package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +3 -7
  15. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +3 -13
  16. package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +3 -15
  17. package/dist-types/commands/CreateTargetGroupCommand.d.ts +3 -8
  18. package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +1 -2
  19. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +2 -6
  20. package/dist-types/commands/DeleteListenerCommand.d.ts +2 -4
  21. package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +2 -4
  22. package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +1 -2
  23. package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +2 -4
  24. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -2
  25. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -10
  26. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -9
  27. package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +3 -9
  28. package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +2 -4
  29. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +3 -6
  30. package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +3 -6
  31. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +3 -6
  32. package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -4
  33. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -2
  34. package/dist-types/commands/GetAuthPolicyCommand.d.ts +2 -4
  35. package/dist-types/commands/GetListenerCommand.d.ts +1 -2
  36. package/dist-types/commands/GetResourceConfigurationCommand.d.ts +1 -2
  37. package/dist-types/commands/GetResourceGatewayCommand.d.ts +2 -2
  38. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -4
  39. package/dist-types/commands/GetRuleCommand.d.ts +2 -5
  40. package/dist-types/commands/GetServiceCommand.d.ts +1 -2
  41. package/dist-types/commands/GetServiceNetworkCommand.d.ts +1 -2
  42. package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +1 -2
  43. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
  44. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -2
  45. package/dist-types/commands/GetTargetGroupCommand.d.ts +1 -2
  46. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListListenersCommand.d.ts +1 -2
  48. package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +1 -2
  49. package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +1 -2
  50. package/dist-types/commands/ListResourceGatewaysCommand.d.ts +2 -2
  51. package/dist-types/commands/ListRulesCommand.d.ts +1 -2
  52. package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +2 -2
  53. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +2 -9
  54. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -4
  55. package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +1 -2
  56. package/dist-types/commands/ListServiceNetworksCommand.d.ts +2 -4
  57. package/dist-types/commands/ListServicesCommand.d.ts +1 -2
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  59. package/dist-types/commands/ListTargetGroupsCommand.d.ts +2 -4
  60. package/dist-types/commands/ListTargetsCommand.d.ts +2 -4
  61. package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -6
  62. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -5
  63. package/dist-types/commands/RegisterTargetsCommand.d.ts +3 -6
  64. package/dist-types/commands/TagResourceCommand.d.ts +1 -2
  65. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  66. package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +2 -4
  67. package/dist-types/commands/UpdateListenerCommand.d.ts +2 -4
  68. package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +1 -2
  69. package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +4 -2
  70. package/dist-types/commands/UpdateRuleCommand.d.ts +3 -6
  71. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -4
  72. package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +2 -4
  73. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +2 -4
  75. package/dist-types/index.d.ts +1 -5
  76. package/dist-types/models/models_0.d.ts +128 -382
  77. package/dist-types/ts3.4/models/models_0.d.ts +7 -2
  78. package/package.json +38 -38
@@ -56,8 +56,7 @@ declare const DeleteListenerCommand_base: {
56
56
  * <p>The user does not have sufficient access to perform this action.</p>
57
57
  *
58
58
  * @throws {@link ConflictException} (client fault)
59
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
60
- * resource can cause an inconsistent state.</p>
59
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
61
60
  *
62
61
  * @throws {@link InternalServerException} (server fault)
63
62
  * <p>An unexpected error occurred while processing the request.</p>
@@ -69,8 +68,7 @@ declare const DeleteListenerCommand_base: {
69
68
  * <p>The limit on the number of requests per second was exceeded.</p>
70
69
  *
71
70
  * @throws {@link ValidationException} (client fault)
72
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
73
- * service.</p>
71
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
74
72
  *
75
73
  * @throws {@link VPCLatticeServiceException}
76
74
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -55,8 +55,7 @@ declare const DeleteResourceConfigurationCommand_base: {
55
55
  * <p>The user does not have sufficient access to perform this action.</p>
56
56
  *
57
57
  * @throws {@link ConflictException} (client fault)
58
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
59
- * resource can cause an inconsistent state.</p>
58
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
60
59
  *
61
60
  * @throws {@link InternalServerException} (server fault)
62
61
  * <p>An unexpected error occurred while processing the request.</p>
@@ -68,8 +67,7 @@ declare const DeleteResourceConfigurationCommand_base: {
68
67
  * <p>The limit on the number of requests per second was exceeded.</p>
69
68
  *
70
69
  * @throws {@link ValidationException} (client fault)
71
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
72
- * service.</p>
70
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
73
71
  *
74
72
  * @throws {@link VPCLatticeServiceException}
75
73
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -70,8 +70,7 @@ declare const DeleteResourceEndpointAssociationCommand_base: {
70
70
  * <p>The limit on the number of requests per second was exceeded.</p>
71
71
  *
72
72
  * @throws {@link ValidationException} (client fault)
73
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
74
- * service.</p>
73
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
75
74
  *
76
75
  * @throws {@link VPCLatticeServiceException}
77
76
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -60,8 +60,7 @@ declare const DeleteResourceGatewayCommand_base: {
60
60
  * <p>The user does not have sufficient access to perform this action.</p>
61
61
  *
62
62
  * @throws {@link ConflictException} (client fault)
63
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
64
- * resource can cause an inconsistent state.</p>
63
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
65
64
  *
66
65
  * @throws {@link InternalServerException} (server fault)
67
66
  * <p>An unexpected error occurred while processing the request.</p>
@@ -73,8 +72,7 @@ declare const DeleteResourceGatewayCommand_base: {
73
72
  * <p>The limit on the number of requests per second was exceeded.</p>
74
73
  *
75
74
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
77
- * service.</p>
75
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
78
76
  *
79
77
  * @throws {@link VPCLatticeServiceException}
80
78
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -64,8 +64,7 @@ declare const DeleteResourcePolicyCommand_base: {
64
64
  * <p>The limit on the number of requests per second was exceeded.</p>
65
65
  *
66
66
  * @throws {@link ValidationException} (client fault)
67
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
68
- * service.</p>
67
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
69
68
  *
70
69
  * @throws {@link VPCLatticeServiceException}
71
70
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,12 +27,7 @@ declare const DeleteRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a listener rule. Each listener has a default rule for checking connection requests,
31
- * but you can define additional rules. Each rule consists of a priority, one or more actions, and
32
- * one or more conditions. You can delete additional listener rules, but you cannot delete the
33
- * default rule.</p>
34
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules">Listener rules</a> in the
35
- * <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Deletes a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. You can delete additional listener rules, but you cannot delete the default rule.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules">Listener rules</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -62,8 +57,7 @@ declare const DeleteRuleCommand_base: {
62
57
  * <p>The user does not have sufficient access to perform this action.</p>
63
58
  *
64
59
  * @throws {@link ConflictException} (client fault)
65
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
66
- * resource can cause an inconsistent state.</p>
60
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
67
61
  *
68
62
  * @throws {@link InternalServerException} (server fault)
69
63
  * <p>An unexpected error occurred while processing the request.</p>
@@ -75,8 +69,7 @@ declare const DeleteRuleCommand_base: {
75
69
  * <p>The limit on the number of requests per second was exceeded.</p>
76
70
  *
77
71
  * @throws {@link ValidationException} (client fault)
78
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
79
- * service.</p>
72
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
80
73
  *
81
74
  * @throws {@link VPCLatticeServiceException}
82
75
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,11 +27,7 @@ declare const DeleteServiceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a service. A service can't be deleted if it's associated with a service network. If
31
- * you delete a service, all resources related to the service, such as the resource policy, auth
32
- * policy, listeners, listener rules, and access log subscriptions, are also deleted. For more
33
- * information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html#delete-service">Delete a service</a> in the
34
- * <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Deletes a service. A service can't be deleted if it's associated with a service network. If you delete a service, all resources related to the service, such as the resource policy, auth policy, listeners, listener rules, and access log subscriptions, are also deleted. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html#delete-service">Delete a service</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -64,8 +60,7 @@ declare const DeleteServiceCommand_base: {
64
60
  * <p>The user does not have sufficient access to perform this action.</p>
65
61
  *
66
62
  * @throws {@link ConflictException} (client fault)
67
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
68
- * resource can cause an inconsistent state.</p>
63
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
69
64
  *
70
65
  * @throws {@link InternalServerException} (server fault)
71
66
  * <p>An unexpected error occurred while processing the request.</p>
@@ -77,8 +72,7 @@ declare const DeleteServiceCommand_base: {
77
72
  * <p>The limit on the number of requests per second was exceeded.</p>
78
73
  *
79
74
  * @throws {@link ValidationException} (client fault)
80
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
81
- * service.</p>
75
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
82
76
  *
83
77
  * @throws {@link VPCLatticeServiceException}
84
78
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,11 +27,7 @@ declare const DeleteServiceNetworkCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a service network. You can only delete the service network if there is no service or
31
- * VPC associated with it. If you delete a service network, all resources related to the service
32
- * network, such as the resource policy, auth policy, and access log subscriptions, are also
33
- * deleted. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#delete-service-network">Delete a service
34
- * network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Deletes a service network. You can only delete the service network if there is no service or VPC associated with it. If you delete a service network, all resources related to the service network, such as the resource policy, auth policy, and access log subscriptions, are also deleted. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#delete-service-network">Delete a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -59,8 +55,7 @@ declare const DeleteServiceNetworkCommand_base: {
59
55
  * <p>The user does not have sufficient access to perform this action.</p>
60
56
  *
61
57
  * @throws {@link ConflictException} (client fault)
62
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
63
- * resource can cause an inconsistent state.</p>
58
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
64
59
  *
65
60
  * @throws {@link InternalServerException} (server fault)
66
61
  * <p>An unexpected error occurred while processing the request.</p>
@@ -72,8 +67,7 @@ declare const DeleteServiceNetworkCommand_base: {
72
67
  * <p>The limit on the number of requests per second was exceeded.</p>
73
68
  *
74
69
  * @throws {@link ValidationException} (client fault)
75
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
76
- * service.</p>
70
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
77
71
  *
78
72
  * @throws {@link VPCLatticeServiceException}
79
73
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -59,8 +59,7 @@ declare const DeleteServiceNetworkResourceAssociationCommand_base: {
59
59
  * <p>The user does not have sufficient access to perform this action.</p>
60
60
  *
61
61
  * @throws {@link ConflictException} (client fault)
62
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
63
- * resource can cause an inconsistent state.</p>
62
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
64
63
  *
65
64
  * @throws {@link InternalServerException} (server fault)
66
65
  * <p>An unexpected error occurred while processing the request.</p>
@@ -72,8 +71,7 @@ declare const DeleteServiceNetworkResourceAssociationCommand_base: {
72
71
  * <p>The limit on the number of requests per second was exceeded.</p>
73
72
  *
74
73
  * @throws {@link ValidationException} (client fault)
75
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
76
- * service.</p>
74
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
77
75
  *
78
76
  * @throws {@link VPCLatticeServiceException}
79
77
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,8 +27,7 @@ declare const DeleteServiceNetworkServiceAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the association between a service and a service network. This
31
- * operation fails if an association is still in progress.</p>
30
+ * <p>Deletes the association between a service and a service network. This operation fails if an association is still in progress.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -60,8 +59,7 @@ declare const DeleteServiceNetworkServiceAssociationCommand_base: {
60
59
  * <p>The user does not have sufficient access to perform this action.</p>
61
60
  *
62
61
  * @throws {@link ConflictException} (client fault)
63
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
64
- * resource can cause an inconsistent state.</p>
62
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
65
63
  *
66
64
  * @throws {@link InternalServerException} (server fault)
67
65
  * <p>An unexpected error occurred while processing the request.</p>
@@ -73,8 +71,7 @@ declare const DeleteServiceNetworkServiceAssociationCommand_base: {
73
71
  * <p>The limit on the number of requests per second was exceeded.</p>
74
72
  *
75
73
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
77
- * service.</p>
74
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
78
75
  *
79
76
  * @throws {@link VPCLatticeServiceException}
80
77
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,8 +27,7 @@ declare const DeleteServiceNetworkVpcAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Disassociates the VPC from the service network. You can't disassociate the VPC if there is a
31
- * create or update association in progress.</p>
30
+ * <p>Disassociates the VPC from the service network. You can't disassociate the VPC if there is a create or update association in progress.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -60,8 +59,7 @@ declare const DeleteServiceNetworkVpcAssociationCommand_base: {
60
59
  * <p>The user does not have sufficient access to perform this action.</p>
61
60
  *
62
61
  * @throws {@link ConflictException} (client fault)
63
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
64
- * resource can cause an inconsistent state.</p>
62
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
65
63
  *
66
64
  * @throws {@link InternalServerException} (server fault)
67
65
  * <p>An unexpected error occurred while processing the request.</p>
@@ -73,8 +71,7 @@ declare const DeleteServiceNetworkVpcAssociationCommand_base: {
73
71
  * <p>The limit on the number of requests per second was exceeded.</p>
74
72
  *
75
73
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
77
- * service.</p>
74
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
78
75
  *
79
76
  * @throws {@link VPCLatticeServiceException}
80
77
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,8 +27,7 @@ declare const DeleteTargetGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a target group. You can't delete a target group if it is used in a listener rule or
31
- * if the target group creation is in progress.</p>
30
+ * <p>Deletes a target group. You can't delete a target group if it is used in a listener rule or if the target group creation is in progress.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -57,8 +56,7 @@ declare const DeleteTargetGroupCommand_base: {
57
56
  * @see {@link VPCLatticeClientResolvedConfig | config} for VPCLatticeClient's `config` shape.
58
57
  *
59
58
  * @throws {@link ConflictException} (client fault)
60
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
61
- * resource can cause an inconsistent state.</p>
59
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
62
60
  *
63
61
  * @throws {@link InternalServerException} (server fault)
64
62
  * <p>An unexpected error occurred while processing the request.</p>
@@ -70,8 +68,7 @@ declare const DeleteTargetGroupCommand_base: {
70
68
  * <p>The limit on the number of requests per second was exceeded.</p>
71
69
  *
72
70
  * @throws {@link ValidationException} (client fault)
73
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
74
- * service.</p>
71
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
75
72
  *
76
73
  * @throws {@link VPCLatticeServiceException}
77
74
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -76,8 +76,7 @@ declare const DeregisterTargetsCommand_base: {
76
76
  * <p>The user does not have sufficient access to perform this action.</p>
77
77
  *
78
78
  * @throws {@link ConflictException} (client fault)
79
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
80
- * resource can cause an inconsistent state.</p>
79
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
81
80
  *
82
81
  * @throws {@link InternalServerException} (server fault)
83
82
  * <p>An unexpected error occurred while processing the request.</p>
@@ -89,8 +88,7 @@ declare const DeregisterTargetsCommand_base: {
89
88
  * <p>The limit on the number of requests per second was exceeded.</p>
90
89
  *
91
90
  * @throws {@link ValidationException} (client fault)
92
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
93
- * service.</p>
91
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
94
92
  *
95
93
  * @throws {@link VPCLatticeServiceException}
96
94
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -73,8 +73,7 @@ declare const GetAccessLogSubscriptionCommand_base: {
73
73
  * <p>The limit on the number of requests per second was exceeded.</p>
74
74
  *
75
75
  * @throws {@link ValidationException} (client fault)
76
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
77
- * service.</p>
76
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
78
77
  *
79
78
  * @throws {@link VPCLatticeServiceException}
80
79
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,8 +27,7 @@ declare const GetAuthPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves information about the auth policy for the specified service or service
31
- * network.</p>
30
+ * <p>Retrieves information about the auth policy for the specified service or service network.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -70,8 +69,7 @@ declare const GetAuthPolicyCommand_base: {
70
69
  * <p>The limit on the number of requests per second was exceeded.</p>
71
70
  *
72
71
  * @throws {@link ValidationException} (client fault)
73
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
74
- * service.</p>
72
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
75
73
  *
76
74
  * @throws {@link VPCLatticeServiceException}
77
75
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -88,8 +88,7 @@ declare const GetListenerCommand_base: {
88
88
  * <p>The limit on the number of requests per second was exceeded.</p>
89
89
  *
90
90
  * @throws {@link ValidationException} (client fault)
91
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
92
- * service.</p>
91
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
93
92
  *
94
93
  * @throws {@link VPCLatticeServiceException}
95
94
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -94,8 +94,7 @@ declare const GetResourceConfigurationCommand_base: {
94
94
  * <p>The limit on the number of requests per second was exceeded.</p>
95
95
  *
96
96
  * @throws {@link ValidationException} (client fault)
97
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
98
- * service.</p>
97
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
99
98
  *
100
99
  * @throws {@link VPCLatticeServiceException}
101
100
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -54,6 +54,7 @@ declare const GetResourceGatewayCommand_base: {
54
54
  * // "STRING_VALUE",
55
55
  * // ],
56
56
  * // ipAddressType: "STRING_VALUE",
57
+ * // ipv4AddressesPerEni: Number("int"),
57
58
  * // createdAt: new Date("TIMESTAMP"),
58
59
  * // lastUpdatedAt: new Date("TIMESTAMP"),
59
60
  * // };
@@ -79,8 +80,7 @@ declare const GetResourceGatewayCommand_base: {
79
80
  * <p>The limit on the number of requests per second was exceeded.</p>
80
81
  *
81
82
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
83
- * service.</p>
83
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
84
84
  *
85
85
  * @throws {@link VPCLatticeServiceException}
86
86
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,8 +27,7 @@ declare const GetResourcePolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves information about the specified resource policy. The resource policy is an IAM policy
31
- * created on behalf of the resource owner when they share a resource.</p>
30
+ * <p>Retrieves information about the specified resource policy. The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -67,8 +66,7 @@ declare const GetResourcePolicyCommand_base: {
67
66
  * <p>The limit on the number of requests per second was exceeded.</p>
68
67
  *
69
68
  * @throws {@link ValidationException} (client fault)
70
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
71
- * service.</p>
69
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
72
70
  *
73
71
  * @throws {@link VPCLatticeServiceException}
74
72
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,9 +27,7 @@ declare const GetRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves information about the specified listener rules. You can also retrieve information about the
31
- * default listener rule. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules">Listener rules</a> in the
32
- * <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Retrieves information about the specified listener rules. You can also retrieve information about the default listener rule. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules">Listener rules</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -112,8 +110,7 @@ declare const GetRuleCommand_base: {
112
110
  * <p>The limit on the number of requests per second was exceeded.</p>
113
111
  *
114
112
  * @throws {@link ValidationException} (client fault)
115
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
116
- * service.</p>
113
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
117
114
  *
118
115
  * @throws {@link VPCLatticeServiceException}
119
116
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -80,8 +80,7 @@ declare const GetServiceCommand_base: {
80
80
  * <p>The limit on the number of requests per second was exceeded.</p>
81
81
  *
82
82
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
84
- * service.</p>
83
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
85
84
  *
86
85
  * @throws {@link VPCLatticeServiceException}
87
86
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -76,8 +76,7 @@ declare const GetServiceNetworkCommand_base: {
76
76
  * <p>The limit on the number of requests per second was exceeded.</p>
77
77
  *
78
78
  * @throws {@link ValidationException} (client fault)
79
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
80
- * service.</p>
79
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
81
80
  *
82
81
  * @throws {@link VPCLatticeServiceException}
83
82
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -88,8 +88,7 @@ declare const GetServiceNetworkResourceAssociationCommand_base: {
88
88
  * <p>The limit on the number of requests per second was exceeded.</p>
89
89
  *
90
90
  * @throws {@link ValidationException} (client fault)
91
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
92
- * service.</p>
91
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
93
92
  *
94
93
  * @throws {@link VPCLatticeServiceException}
95
94
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -83,8 +83,7 @@ declare const GetServiceNetworkServiceAssociationCommand_base: {
83
83
  * <p>The limit on the number of requests per second was exceeded.</p>
84
84
  *
85
85
  * @throws {@link ValidationException} (client fault)
86
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
87
- * service.</p>
86
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
88
87
  *
89
88
  * @throws {@link VPCLatticeServiceException}
90
89
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -80,8 +80,7 @@ declare const GetServiceNetworkVpcAssociationCommand_base: {
80
80
  * <p>The limit on the number of requests per second was exceeded.</p>
81
81
  *
82
82
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
84
- * service.</p>
83
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
85
84
  *
86
85
  * @throws {@link VPCLatticeServiceException}
87
86
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -99,8 +99,7 @@ declare const GetTargetGroupCommand_base: {
99
99
  * <p>The limit on the number of requests per second was exceeded.</p>
100
100
  *
101
101
  * @throws {@link ValidationException} (client fault)
102
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
103
- * service.</p>
102
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
104
103
  *
105
104
  * @throws {@link VPCLatticeServiceException}
106
105
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -77,8 +77,7 @@ declare const ListAccessLogSubscriptionsCommand_base: {
77
77
  * <p>The limit on the number of requests per second was exceeded.</p>
78
78
  *
79
79
  * @throws {@link ValidationException} (client fault)
80
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
81
- * service.</p>
80
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
82
81
  *
83
82
  * @throws {@link VPCLatticeServiceException}
84
83
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -79,8 +79,7 @@ declare const ListListenersCommand_base: {
79
79
  * <p>The limit on the number of requests per second was exceeded.</p>
80
80
  *
81
81
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
83
- * service.</p>
82
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
84
83
  *
85
84
  * @throws {@link VPCLatticeServiceException}
86
85
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -80,8 +80,7 @@ declare const ListResourceConfigurationsCommand_base: {
80
80
  * <p>The limit on the number of requests per second was exceeded.</p>
81
81
  *
82
82
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
84
- * service.</p>
83
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
85
84
  *
86
85
  * @throws {@link VPCLatticeServiceException}
87
86
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -81,8 +81,7 @@ declare const ListResourceEndpointAssociationsCommand_base: {
81
81
  * <p>The limit on the number of requests per second was exceeded.</p>
82
82
  *
83
83
  * @throws {@link ValidationException} (client fault)
84
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
85
- * service.</p>
84
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
86
85
  *
87
86
  * @throws {@link VPCLatticeServiceException}
88
87
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -57,6 +57,7 @@ declare const ListResourceGatewaysCommand_base: {
57
57
  * // "STRING_VALUE",
58
58
  * // ],
59
59
  * // ipAddressType: "STRING_VALUE",
60
+ * // ipv4AddressesPerEni: Number("int"),
60
61
  * // createdAt: new Date("TIMESTAMP"),
61
62
  * // lastUpdatedAt: new Date("TIMESTAMP"),
62
63
  * // },
@@ -82,8 +83,7 @@ declare const ListResourceGatewaysCommand_base: {
82
83
  * <p>The limit on the number of requests per second was exceeded.</p>
83
84
  *
84
85
  * @throws {@link ValidationException} (client fault)
85
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
86
- * service.</p>
86
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
87
87
  *
88
88
  * @throws {@link VPCLatticeServiceException}
89
89
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -80,8 +80,7 @@ declare const ListRulesCommand_base: {
80
80
  * <p>The limit on the number of requests per second was exceeded.</p>
81
81
  *
82
82
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
84
- * service.</p>
83
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
85
84
  *
86
85
  * @throws {@link VPCLatticeServiceException}
87
86
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -41,6 +41,7 @@ declare const ListServiceNetworkResourceAssociationsCommand_base: {
41
41
  * resourceConfigurationIdentifier: "STRING_VALUE",
42
42
  * maxResults: Number("int"),
43
43
  * nextToken: "STRING_VALUE",
44
+ * includeChildren: true || false,
44
45
  * };
45
46
  * const command = new ListServiceNetworkResourceAssociationsCommand(input);
46
47
  * const response = await client.send(command);
@@ -91,8 +92,7 @@ declare const ListServiceNetworkResourceAssociationsCommand_base: {
91
92
  * <p>The limit on the number of requests per second was exceeded.</p>
92
93
  *
93
94
  * @throws {@link ValidationException} (client fault)
94
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
95
- * service.</p>
95
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
96
96
  *
97
97
  * @throws {@link VPCLatticeServiceException}
98
98
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>