@aws-sdk/client-vpc-lattice 3.896.0 → 3.899.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 +11 -11
package/README.md CHANGED
@@ -6,11 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript VPCLattice Client for Node.js, Browser and React Native.
8
8
 
9
- <p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure,
10
- and monitor all of your services across multiple accounts and virtual private clouds (VPCs).
11
- Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that
12
- you can discover and manage them more efficiently. For more information, see the <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/">Amazon VPC Lattice User Guide</a>
13
- </p>
9
+ <p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that you can discover and manage them more efficiently. For more information, see the <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/">Amazon VPC Lattice User Guide</a> </p>
14
10
 
15
11
  ## Installing
16
12
 
package/dist-cjs/index.js CHANGED
@@ -1048,6 +1048,7 @@ var se_CreateResourceGatewayCommand = /* @__PURE__ */ __name(async (input, conte
1048
1048
  (0, import_smithy_client.take)(input, {
1049
1049
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1050
1050
  ipAddressType: [],
1051
+ ipv4AddressesPerEni: [],
1051
1052
  name: [],
1052
1053
  securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
1053
1054
  subnetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnetIds"),
@@ -1603,7 +1604,8 @@ var se_ListServiceNetworkResourceAssociationsCommand = /* @__PURE__ */ __name(as
1603
1604
  [_sNI]: [, input[_sNI]],
1604
1605
  [_rCI]: [, input[_rCI]],
1605
1606
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1606
- [_nT]: [, input[_nT]]
1607
+ [_nT]: [, input[_nT]],
1608
+ [_iC]: [() => input.includeChildren !== void 0, () => input[_iC].toString()]
1607
1609
  });
1608
1610
  let body;
1609
1611
  b.m("GET").h(headers).q(query).b(body);
@@ -2053,6 +2055,7 @@ var de_CreateResourceGatewayCommand = /* @__PURE__ */ __name(async (output, cont
2053
2055
  arn: import_smithy_client.expectString,
2054
2056
  id: import_smithy_client.expectString,
2055
2057
  ipAddressType: import_smithy_client.expectString,
2058
+ ipv4AddressesPerEni: import_smithy_client.expectInt32,
2056
2059
  name: import_smithy_client.expectString,
2057
2060
  securityGroupIds: import_smithy_client._json,
2058
2061
  status: import_smithy_client.expectString,
@@ -2497,6 +2500,7 @@ var de_GetResourceGatewayCommand = /* @__PURE__ */ __name(async (output, context
2497
2500
  createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
2498
2501
  id: import_smithy_client.expectString,
2499
2502
  ipAddressType: import_smithy_client.expectString,
2503
+ ipv4AddressesPerEni: import_smithy_client.expectInt32,
2500
2504
  lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
2501
2505
  name: import_smithy_client.expectString,
2502
2506
  securityGroupIds: import_smithy_client._json,
@@ -3390,6 +3394,7 @@ var de_ResourceGatewaySummary = /* @__PURE__ */ __name((output, context) => {
3390
3394
  createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3391
3395
  id: import_smithy_client.expectString,
3392
3396
  ipAddressType: import_smithy_client.expectString,
3397
+ ipv4AddressesPerEni: import_smithy_client.expectInt32,
3393
3398
  lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedAt"),
3394
3399
  name: import_smithy_client.expectString,
3395
3400
  securityGroupIds: import_smithy_client._json,
@@ -3565,6 +3570,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
3565
3570
  extendedRequestId: output.headers["x-amz-id-2"],
3566
3571
  cfId: output.headers["x-amz-cf-id"]
3567
3572
  }), "deserializeMetadata");
3573
+ var _iC = "includeChildren";
3568
3574
  var _mR = "maxResults";
3569
3575
  var _nT = "nextToken";
3570
3576
  var _rAS = "retryAfterSeconds";
@@ -87,6 +87,7 @@ export const se_CreateResourceGatewayCommand = async (input, context) => {
87
87
  body = JSON.stringify(take(input, {
88
88
  clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
89
89
  ipAddressType: [],
90
+ ipv4AddressesPerEni: [],
90
91
  name: [],
91
92
  securityGroupIds: (_) => _json(_),
92
93
  subnetIds: (_) => _json(_),
@@ -571,6 +572,7 @@ export const se_ListServiceNetworkResourceAssociationsCommand = async (input, co
571
572
  [_rCI]: [, input[_rCI]],
572
573
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
573
574
  [_nT]: [, input[_nT]],
575
+ [_iC]: [() => input.includeChildren !== void 0, () => input[_iC].toString()],
574
576
  });
575
577
  let body;
576
578
  b.m("GET").h(headers).q(query).b(body);
@@ -977,6 +979,7 @@ export const de_CreateResourceGatewayCommand = async (output, context) => {
977
979
  arn: __expectString,
978
980
  id: __expectString,
979
981
  ipAddressType: __expectString,
982
+ ipv4AddressesPerEni: __expectInt32,
980
983
  name: __expectString,
981
984
  securityGroupIds: _json,
982
985
  status: __expectString,
@@ -1421,6 +1424,7 @@ export const de_GetResourceGatewayCommand = async (output, context) => {
1421
1424
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1422
1425
  id: __expectString,
1423
1426
  ipAddressType: __expectString,
1427
+ ipv4AddressesPerEni: __expectInt32,
1424
1428
  lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1425
1429
  name: __expectString,
1426
1430
  securityGroupIds: _json,
@@ -2324,6 +2328,7 @@ const de_ResourceGatewaySummary = (output, context) => {
2324
2328
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2325
2329
  id: __expectString,
2326
2330
  ipAddressType: __expectString,
2331
+ ipv4AddressesPerEni: __expectInt32,
2327
2332
  lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2328
2333
  name: __expectString,
2329
2334
  securityGroupIds: _json,
@@ -2516,6 +2521,7 @@ const deserializeMetadata = (output) => ({
2516
2521
  cfId: output.headers["x-amz-cf-id"],
2517
2522
  });
2518
2523
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
2524
+ const _iC = "includeChildren";
2519
2525
  const _mR = "maxResults";
2520
2526
  const _nT = "nextToken";
2521
2527
  const _rAS = "retryAfterSeconds";
@@ -494,11 +494,7 @@ export interface VPCLattice {
494
494
  updateTargetGroup(args: UpdateTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTargetGroupCommandOutput) => void): void;
495
495
  }
496
496
  /**
497
- * <p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure,
498
- * and monitor all of your services across multiple accounts and virtual private clouds (VPCs).
499
- * Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that
500
- * you can discover and manage them more efficiently. For more information, see the <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/">Amazon VPC Lattice User Guide</a>
501
- * </p>
497
+ * <p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that you can discover and manage them more efficiently. For more information, see the <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/">Amazon VPC Lattice User Guide</a> </p>
502
498
  * @public
503
499
  */
504
500
  export declare class VPCLattice extends VPCLatticeClient implements VPCLattice {
@@ -238,11 +238,7 @@ export type VPCLatticeClientResolvedConfigType = __SmithyResolvedConfiguration<_
238
238
  export interface VPCLatticeClientResolvedConfig extends VPCLatticeClientResolvedConfigType {
239
239
  }
240
240
  /**
241
- * <p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure,
242
- * and monitor all of your services across multiple accounts and virtual private clouds (VPCs).
243
- * Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that
244
- * you can discover and manage them more efficiently. For more information, see the <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/">Amazon VPC Lattice User Guide</a>
245
- * </p>
241
+ * <p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that you can discover and manage them more efficiently. For more information, see the <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/">Amazon VPC Lattice User Guide</a> </p>
246
242
  * @public
247
243
  */
248
244
  export declare class VPCLatticeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig> {
@@ -27,14 +27,7 @@ declare const BatchUpdateRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the listener rules in a batch. You can use this operation to change the priority of
31
- * listener rules. This can be useful when bulk updating or swapping rule priority.</p>
32
- * <p>
33
- * <b>Required permissions:</b>
34
- * <code>vpc-lattice:UpdateRule</code>
35
- * </p>
36
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/security_iam_service-with-iam.html">How Amazon VPC Lattice works with
37
- * IAM</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Updates the listener rules in a batch. You can use this operation to change the priority of listener rules. This can be useful when bulk updating or swapping rule priority.</p> <p> <b>Required permissions:</b> <code>vpc-lattice:UpdateRule</code> </p> <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/security_iam_service-with-iam.html">How Amazon VPC Lattice works with IAM</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
38
31
  * @example
39
32
  * Use a bare-bones client and the command you need to make an API call.
40
33
  * ```javascript
@@ -158,8 +151,7 @@ declare const BatchUpdateRuleCommand_base: {
158
151
  * <p>The user does not have sufficient access to perform this action.</p>
159
152
  *
160
153
  * @throws {@link ConflictException} (client fault)
161
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
162
- * resource can cause an inconsistent state.</p>
154
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
163
155
  *
164
156
  * @throws {@link InternalServerException} (server fault)
165
157
  * <p>An unexpected error occurred while processing the request.</p>
@@ -171,8 +163,7 @@ declare const BatchUpdateRuleCommand_base: {
171
163
  * <p>The limit on the number of requests per second was exceeded.</p>
172
164
  *
173
165
  * @throws {@link ValidationException} (client fault)
174
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
175
- * service.</p>
166
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
176
167
  *
177
168
  * @throws {@link VPCLatticeServiceException}
178
169
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,12 +27,7 @@ declare const CreateAccessLogSubscriptionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner
31
- * can use the access logs to audit the services in the network. The service network owner can only
32
- * see access logs from clients and services that are associated with their service network. Access
33
- * log entries represent traffic originated from VPCs associated with that network. For more
34
- * information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/monitoring-access-logs.html">Access logs</a> in the
35
- * <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner can use the access logs to audit the services in the network. The service network owner can only see access logs from clients and services that are associated with their service network. Access log entries represent traffic originated from VPCs associated with that network. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/monitoring-access-logs.html">Access logs</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
@@ -73,8 +68,7 @@ declare const CreateAccessLogSubscriptionCommand_base: {
73
68
  * <p>The user does not have sufficient access to perform this action.</p>
74
69
  *
75
70
  * @throws {@link ConflictException} (client fault)
76
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
77
- * resource can cause an inconsistent state.</p>
71
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
78
72
  *
79
73
  * @throws {@link InternalServerException} (server fault)
80
74
  * <p>An unexpected error occurred while processing the request.</p>
@@ -86,8 +80,7 @@ declare const CreateAccessLogSubscriptionCommand_base: {
86
80
  * <p>The limit on the number of requests per second was exceeded.</p>
87
81
  *
88
82
  * @throws {@link ValidationException} (client fault)
89
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
90
- * service.</p>
83
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
91
84
  *
92
85
  * @throws {@link VPCLatticeServiceException}
93
86
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,10 +27,7 @@ declare const CreateListenerCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must
31
- * add one or more listeners. A listener is a process that checks for connection requests to your
32
- * services. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html">Listeners</a> in the
33
- * <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must add one or more listeners. A listener is a process that checks for connection requests to your services. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html">Listeners</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -99,8 +96,7 @@ declare const CreateListenerCommand_base: {
99
96
  * <p>The user does not have sufficient access to perform this action.</p>
100
97
  *
101
98
  * @throws {@link ConflictException} (client fault)
102
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
103
- * resource can cause an inconsistent state.</p>
99
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
104
100
  *
105
101
  * @throws {@link InternalServerException} (server fault)
106
102
  * <p>An unexpected error occurred while processing the request.</p>
@@ -115,8 +111,7 @@ declare const CreateListenerCommand_base: {
115
111
  * <p>The limit on the number of requests per second was exceeded.</p>
116
112
  *
117
113
  * @throws {@link ValidationException} (client fault)
118
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
119
- * service.</p>
114
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
120
115
  *
121
116
  * @throws {@link VPCLatticeServiceException}
122
117
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,8 +27,7 @@ declare const CreateResourceConfigurationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a resource configuration. A resource configuration defines a specific resource. You
31
- * can associate a resource configuration with a service network or a VPC endpoint.</p>
30
+ * <p>Creates a resource configuration. A resource configuration defines a specific resource. You can associate a resource configuration with a service network or a VPC endpoint.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -107,8 +106,7 @@ declare const CreateResourceConfigurationCommand_base: {
107
106
  * <p>The user does not have sufficient access to perform this action.</p>
108
107
  *
109
108
  * @throws {@link ConflictException} (client fault)
110
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
111
- * resource can cause an inconsistent state.</p>
109
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
112
110
  *
113
111
  * @throws {@link InternalServerException} (server fault)
114
112
  * <p>An unexpected error occurred while processing the request.</p>
@@ -123,8 +121,7 @@ declare const CreateResourceConfigurationCommand_base: {
123
121
  * <p>The limit on the number of requests per second was exceeded.</p>
124
122
  *
125
123
  * @throws {@link ValidationException} (client fault)
126
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
127
- * service.</p>
124
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
128
125
  *
129
126
  * @throws {@link VPCLatticeServiceException}
130
127
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,7 +27,7 @@ declare const CreateResourceGatewayCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a resource gateway.</p>
30
+ * <p>A resource gateway is a point of ingress into the VPC where a resource resides. It spans multiple Availability Zones. For your resource to be accessible from all Availability Zones, you should create your resource gateways to span as many Availability Zones as possible. A VPC can have multiple resource gateways.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -39,14 +39,15 @@ declare const CreateResourceGatewayCommand_base: {
39
39
  * const input = { // CreateResourceGatewayRequest
40
40
  * clientToken: "STRING_VALUE",
41
41
  * name: "STRING_VALUE", // required
42
- * vpcIdentifier: "STRING_VALUE", // required
43
- * subnetIds: [ // SubnetList // required
42
+ * vpcIdentifier: "STRING_VALUE",
43
+ * subnetIds: [ // SubnetList
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * securityGroupIds: [ // SecurityGroupList
47
47
  * "STRING_VALUE",
48
48
  * ],
49
49
  * ipAddressType: "STRING_VALUE",
50
+ * ipv4AddressesPerEni: Number("int"),
50
51
  * tags: { // TagMap
51
52
  * "<keys>": "STRING_VALUE",
52
53
  * },
@@ -66,6 +67,7 @@ declare const CreateResourceGatewayCommand_base: {
66
67
  * // "STRING_VALUE",
67
68
  * // ],
68
69
  * // ipAddressType: "STRING_VALUE",
70
+ * // ipv4AddressesPerEni: Number("int"),
69
71
  * // };
70
72
  *
71
73
  * ```
@@ -80,8 +82,7 @@ declare const CreateResourceGatewayCommand_base: {
80
82
  * <p>The user does not have sufficient access to perform this action.</p>
81
83
  *
82
84
  * @throws {@link ConflictException} (client fault)
83
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
84
- * resource can cause an inconsistent state.</p>
85
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
85
86
  *
86
87
  * @throws {@link InternalServerException} (server fault)
87
88
  * <p>An unexpected error occurred while processing the request.</p>
@@ -96,8 +97,7 @@ declare const CreateResourceGatewayCommand_base: {
96
97
  * <p>The limit on the number of requests per second was exceeded.</p>
97
98
  *
98
99
  * @throws {@link ValidationException} (client fault)
99
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
100
- * service.</p>
100
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
101
101
  *
102
102
  * @throws {@link VPCLatticeServiceException}
103
103
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,10 +27,7 @@ declare const CreateRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates 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. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules">Listener rules</a> in the
33
- * <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Creates 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. 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>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -142,8 +139,7 @@ declare const CreateRuleCommand_base: {
142
139
  * <p>The user does not have sufficient access to perform this action.</p>
143
140
  *
144
141
  * @throws {@link ConflictException} (client fault)
145
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
146
- * resource can cause an inconsistent state.</p>
142
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
147
143
  *
148
144
  * @throws {@link InternalServerException} (server fault)
149
145
  * <p>An unexpected error occurred while processing the request.</p>
@@ -158,8 +154,7 @@ declare const CreateRuleCommand_base: {
158
154
  * <p>The limit on the number of requests per second was exceeded.</p>
159
155
  *
160
156
  * @throws {@link ValidationException} (client fault)
161
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
162
- * service.</p>
157
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
163
158
  *
164
159
  * @throws {@link VPCLatticeServiceException}
165
160
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,10 +27,7 @@ declare const CreateServiceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a service. A service is any software application that can run on instances
31
- * containers, or serverless functions within an account or virtual private cloud (VPC).</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html">Services</a> in the
33
- * <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Creates a service. A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).</p> <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html">Services</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -77,8 +74,7 @@ declare const CreateServiceCommand_base: {
77
74
  * <p>The user does not have sufficient access to perform this action.</p>
78
75
  *
79
76
  * @throws {@link ConflictException} (client fault)
80
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
81
- * resource can cause an inconsistent state.</p>
77
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
82
78
  *
83
79
  * @throws {@link InternalServerException} (server fault)
84
80
  * <p>An unexpected error occurred while processing the request.</p>
@@ -93,8 +89,7 @@ declare const CreateServiceCommand_base: {
93
89
  * <p>The limit on the number of requests per second was exceeded.</p>
94
90
  *
95
91
  * @throws {@link ValidationException} (client fault)
96
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
97
- * service.</p>
92
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
98
93
  *
99
94
  * @throws {@link VPCLatticeServiceException}
100
95
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,10 +27,7 @@ declare const CreateServiceNetworkCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a service network. A service network is a logical boundary for a collection of
31
- * services. You can associate services and VPCs with a service network.</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html">Service networks</a> in the
33
- * <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Creates a service network. A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html">Service networks</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -74,8 +71,7 @@ declare const CreateServiceNetworkCommand_base: {
74
71
  * <p>The user does not have sufficient access to perform this action.</p>
75
72
  *
76
73
  * @throws {@link ConflictException} (client fault)
77
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
78
- * resource can cause an inconsistent state.</p>
74
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
79
75
  *
80
76
  * @throws {@link InternalServerException} (server fault)
81
77
  * <p>An unexpected error occurred while processing the request.</p>
@@ -90,8 +86,7 @@ declare const CreateServiceNetworkCommand_base: {
90
86
  * <p>The limit on the number of requests per second was exceeded.</p>
91
87
  *
92
88
  * @throws {@link ValidationException} (client fault)
93
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
94
- * service.</p>
89
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
95
90
  *
96
91
  * @throws {@link VPCLatticeServiceException}
97
92
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,9 +27,7 @@ declare const CreateServiceNetworkResourceAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Associates the specified service network with the specified resource configuration.
31
- * This allows the resource configuration to receive connections through the service network,
32
- * including through a service network VPC endpoint.</p>
30
+ * <p>Associates the specified service network with the specified resource configuration. This allows the resource configuration to receive connections through the service network, including through a service network VPC endpoint.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -67,8 +65,7 @@ declare const CreateServiceNetworkResourceAssociationCommand_base: {
67
65
  * <p>The user does not have sufficient access to perform this action.</p>
68
66
  *
69
67
  * @throws {@link ConflictException} (client fault)
70
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
71
- * resource can cause an inconsistent state.</p>
68
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
72
69
  *
73
70
  * @throws {@link InternalServerException} (server fault)
74
71
  * <p>An unexpected error occurred while processing the request.</p>
@@ -83,8 +80,7 @@ declare const CreateServiceNetworkResourceAssociationCommand_base: {
83
80
  * <p>The limit on the number of requests per second was exceeded.</p>
84
81
  *
85
82
  * @throws {@link ValidationException} (client fault)
86
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
87
- * service.</p>
83
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
88
84
  *
89
85
  * @throws {@link VPCLatticeServiceException}
90
86
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,15 +27,7 @@ declare const CreateServiceNetworkServiceAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Associates the specified service with the specified service network. For more information, see
31
- * <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-network-associations.html#service-network-service-associations">Manage service associations</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
32
- * <p>You can't use this operation if the service and service network are already associated or if
33
- * there is a disassociation or deletion in progress. If the association fails, you can retry the
34
- * operation by deleting the association and recreating it.</p>
35
- * <p>You cannot associate a service and service network that are shared with a caller. The caller
36
- * must own either the service or the service network.</p>
37
- * <p>As a result of this operation, the association is created in the service network account and
38
- * the association owner account.</p>
30
+ * <p>Associates the specified service with the specified service network. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-network-associations.html#service-network-service-associations">Manage service associations</a> in the <i>Amazon VPC Lattice User Guide</i>.</p> <p>You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.</p> <p>You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.</p> <p>As a result of this operation, the association is created in the service network account and the association owner account.</p>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -78,8 +70,7 @@ declare const CreateServiceNetworkServiceAssociationCommand_base: {
78
70
  * <p>The user does not have sufficient access to perform this action.</p>
79
71
  *
80
72
  * @throws {@link ConflictException} (client fault)
81
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
82
- * resource can cause an inconsistent state.</p>
73
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
83
74
  *
84
75
  * @throws {@link InternalServerException} (server fault)
85
76
  * <p>An unexpected error occurred while processing the request.</p>
@@ -94,8 +85,7 @@ declare const CreateServiceNetworkServiceAssociationCommand_base: {
94
85
  * <p>The limit on the number of requests per second was exceeded.</p>
95
86
  *
96
87
  * @throws {@link ValidationException} (client fault)
97
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
98
- * service.</p>
88
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
99
89
  *
100
90
  * @throws {@link VPCLatticeServiceException}
101
91
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,17 +27,7 @@ declare const CreateServiceNetworkVpcAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Associates a VPC with a service network. When you associate a VPC with the service network,
31
- * it enables all the resources within that VPC to be clients and communicate with other services in
32
- * the service network. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-network-associations.html#service-network-vpc-associations">Manage VPC associations</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
33
- * <p>You can't use this operation if there is a disassociation in progress. If the association
34
- * fails, retry by deleting the association and recreating it.</p>
35
- * <p>As a result of this operation, the association gets created in the service network account
36
- * and the VPC owner account.</p>
37
- * <p>If you add a security group to the service network and VPC association, the association must
38
- * continue to always have at least one security group. You can add or edit security groups at any
39
- * time. However, to remove all security groups, you must first delete the association and recreate
40
- * it without security groups.</p>
30
+ * <p>Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-network-associations.html#service-network-vpc-associations">Manage VPC associations</a> in the <i>Amazon VPC Lattice User Guide</i>.</p> <p>You can't use this operation if there is a disassociation in progress. If the association fails, retry by deleting the association and recreating it.</p> <p>As a result of this operation, the association gets created in the service network account and the VPC owner account.</p> <p>If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.</p>
41
31
  * @example
42
32
  * Use a bare-bones client and the command you need to make an API call.
43
33
  * ```javascript
@@ -81,8 +71,7 @@ declare const CreateServiceNetworkVpcAssociationCommand_base: {
81
71
  * <p>The user does not have sufficient access to perform this action.</p>
82
72
  *
83
73
  * @throws {@link ConflictException} (client fault)
84
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
85
- * resource can cause an inconsistent state.</p>
74
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
86
75
  *
87
76
  * @throws {@link InternalServerException} (server fault)
88
77
  * <p>An unexpected error occurred while processing the request.</p>
@@ -97,8 +86,7 @@ declare const CreateServiceNetworkVpcAssociationCommand_base: {
97
86
  * <p>The limit on the number of requests per second was exceeded.</p>
98
87
  *
99
88
  * @throws {@link ValidationException} (client fault)
100
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
101
- * service.</p>
89
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
102
90
  *
103
91
  * @throws {@link VPCLatticeServiceException}
104
92
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -27,10 +27,7 @@ declare const CreateTargetGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a target group. A target group is a collection of targets, or compute resources,
31
- * that run your application or service. A target group can only be used by a single service.</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html">Target groups</a> in the
33
- * <i>Amazon VPC Lattice User Guide</i>.</p>
30
+ * <p>Creates a target group. A target group is a collection of targets, or compute resources, that run your application or service. A target group can only be used by a single service.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html">Target groups</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -113,8 +110,7 @@ declare const CreateTargetGroupCommand_base: {
113
110
  * <p>The user does not have sufficient access to perform this action.</p>
114
111
  *
115
112
  * @throws {@link ConflictException} (client fault)
116
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
117
- * resource can cause an inconsistent state.</p>
113
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
118
114
  *
119
115
  * @throws {@link InternalServerException} (server fault)
120
116
  * <p>An unexpected error occurred while processing the request.</p>
@@ -129,8 +125,7 @@ declare const CreateTargetGroupCommand_base: {
129
125
  * <p>The limit on the number of requests per second was exceeded.</p>
130
126
  *
131
127
  * @throws {@link ValidationException} (client fault)
132
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
133
- * service.</p>
128
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
134
129
  *
135
130
  * @throws {@link VPCLatticeServiceException}
136
131
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>
@@ -64,8 +64,7 @@ declare const DeleteAccessLogSubscriptionCommand_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,10 +27,7 @@ declare const DeleteAuthPolicyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the specified auth policy. If an auth is set to <code>AWS_IAM</code> and the auth
31
- * policy is deleted, all requests are denied. If you are trying to remove the auth policy
32
- * completely, you must set the auth type to <code>NONE</code>. If auth is enabled on the resource,
33
- * but no auth policy is set, all requests are denied.</p>
30
+ * <p>Deletes the specified auth policy. If an auth is set to <code>AWS_IAM</code> and the auth policy is deleted, all requests are denied. If you are trying to remove the auth policy completely, you must set the auth type to <code>NONE</code>. If auth is enabled on the resource, but no auth policy is set, all requests are denied.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -67,8 +64,7 @@ declare const DeleteAuthPolicyCommand_base: {
67
64
  * <p>The limit on the number of requests per second was exceeded.</p>
68
65
  *
69
66
  * @throws {@link ValidationException} (client fault)
70
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
71
- * service.</p>
67
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
72
68
  *
73
69
  * @throws {@link VPCLatticeServiceException}
74
70
  * <p>Base exception class for all service exceptions from VPCLattice service.</p>