@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
@@ -13,8 +13,7 @@ export declare class AccessDeniedException extends __BaseException {
13
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
14
  }
15
15
  /**
16
- * <p>The request conflicts with the current state of the resource. Updating or deleting a
17
- * resource can cause an inconsistent state.</p>
16
+ * <p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>
18
17
  * @public
19
18
  */
20
19
  export declare class ConflictException extends __BaseException {
@@ -58,10 +57,7 @@ export type ServiceNetworkLogType = (typeof ServiceNetworkLogType)[keyof typeof
58
57
  */
59
58
  export interface CreateAccessLogSubscriptionRequest {
60
59
  /**
61
- * <p>A unique, case-sensitive identifier that you provide to ensure
62
- * the idempotency of the request. If you retry a request that completed successfully using
63
- * the same client token and parameters, the retry succeeds without performing any actions.
64
- * If the parameters aren't identical, the retry fails.</p>
60
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
65
61
  * @public
66
62
  */
67
63
  clientToken?: string | undefined;
@@ -71,8 +67,7 @@ export interface CreateAccessLogSubscriptionRequest {
71
67
  */
72
68
  resourceIdentifier: string | undefined;
73
69
  /**
74
- * <p>The Amazon Resource Name (ARN) of the destination. The supported destination types are
75
- * CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.</p>
70
+ * <p>The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.</p>
76
71
  * @public
77
72
  */
78
73
  destinationArn: string | undefined;
@@ -223,8 +218,7 @@ export declare const ValidationExceptionReason: {
223
218
  */
224
219
  export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
225
220
  /**
226
- * <p>The input does not satisfy the constraints specified by an Amazon Web Services
227
- * service.</p>
221
+ * <p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>
228
222
  * @public
229
223
  */
230
224
  export declare class ValidationException extends __BaseException {
@@ -482,7 +476,7 @@ export type AuthType = (typeof AuthType)[keyof typeof AuthType];
482
476
  */
483
477
  export interface FixedResponseAction {
484
478
  /**
485
- * <p>The HTTP response code.</p>
479
+ * <p>The HTTP response code. Only <code>404</code> and <code>500</code> status codes are supported.</p>
486
480
  * @public
487
481
  */
488
482
  statusCode: number | undefined;
@@ -498,31 +492,18 @@ export interface WeightedTargetGroup {
498
492
  */
499
493
  targetGroupIdentifier: string | undefined;
500
494
  /**
501
- * <p>Only required if you specify multiple target groups for a forward action. The weight
502
- * determines how requests are distributed to the target group. For example, if you specify two
503
- * target groups, each with a weight of 10, each target group receives half the requests. If you
504
- * specify two target groups, one with a weight of 10 and the other with a weight of 20, the target
505
- * group with a weight of 20 receives twice as many requests as the other target group. If there's
506
- * only one target group specified, then the default value is 100.</p>
495
+ * <p>Only required if you specify multiple target groups for a forward action. The weight determines how requests are distributed to the target group. For example, if you specify two target groups, each with a weight of 10, each target group receives half the requests. If you specify two target groups, one with a weight of 10 and the other with a weight of 20, the target group with a weight of 20 receives twice as many requests as the other target group. If there's only one target group specified, then the default value is 100.</p>
507
496
  * @public
508
497
  */
509
498
  weight?: number | undefined;
510
499
  }
511
500
  /**
512
- * <p>Describes a forward action. You can use forward actions to route requests to one or more
513
- * target groups.
514
- * </p>
501
+ * <p>Describes a forward action. You can use forward actions to route requests to one or more target groups. </p>
515
502
  * @public
516
503
  */
517
504
  export interface ForwardAction {
518
505
  /**
519
- * <p>The target groups. Traffic matching the rule is forwarded to the specified target groups.
520
- * With forward actions, you can assign a weight that controls the prioritization and selection of
521
- * each target group. This means that requests are distributed to individual target groups based on
522
- * their weights. For example, if two target groups have the same weight, each target group receives
523
- * half of the traffic.</p>
524
- * <p>The default value is 1. This means that if only one target group is provided, there is no
525
- * need to set the weight; 100% of the traffic goes to that target group.</p>
506
+ * <p>The target groups. Traffic matching the rule is forwarded to the specified target groups. With forward actions, you can assign a weight that controls the prioritization and selection of each target group. This means that requests are distributed to individual target groups based on their weights. For example, if two target groups have the same weight, each target group receives half of the traffic.</p> <p>The default value is 1. This means that if only one target group is provided, there is no need to set the weight; 100% of the traffic goes to that target group.</p>
526
507
  * @public
527
508
  */
528
509
  targetGroups: WeightedTargetGroup[] | undefined;
@@ -537,8 +518,7 @@ export type RuleAction = RuleAction.FixedResponseMember | RuleAction.ForwardMemb
537
518
  */
538
519
  export declare namespace RuleAction {
539
520
  /**
540
- * <p>The forward action. Traffic that matches the rule is forwarded to the specified target
541
- * groups.</p>
521
+ * <p>The forward action. Traffic that matches the rule is forwarded to the specified target groups.</p>
542
522
  * @public
543
523
  */
544
524
  interface ForwardMember {
@@ -627,8 +607,7 @@ export declare namespace HeaderMatchType {
627
607
  const visit: <T>(value: HeaderMatchType, visitor: Visitor<T>) => T;
628
608
  }
629
609
  /**
630
- * <p>Describes the constraints for a header match. Matches incoming requests with rule based on
631
- * request header value before applying rule action.</p>
610
+ * <p>Describes the constraints for a header match. Matches incoming requests with rule based on request header value before applying rule action.</p>
632
611
  * @public
633
612
  */
634
613
  export interface HeaderMatch {
@@ -649,8 +628,7 @@ export interface HeaderMatch {
649
628
  caseSensitive?: boolean | undefined;
650
629
  }
651
630
  /**
652
- * <p>Describes a path match type. Each rule can include only one of the following types of
653
- * paths.</p>
631
+ * <p>Describes a path match type. Each rule can include only one of the following types of paths.</p>
654
632
  * @public
655
633
  */
656
634
  export type PathMatchType = PathMatchType.ExactMember | PathMatchType.PrefixMember | PathMatchType.$UnknownMember;
@@ -692,8 +670,7 @@ export declare namespace PathMatchType {
692
670
  const visit: <T>(value: PathMatchType, visitor: Visitor<T>) => T;
693
671
  }
694
672
  /**
695
- * <p>Describes the conditions that can be applied when matching a path for incoming
696
- * requests.</p>
673
+ * <p>Describes the conditions that can be applied when matching a path for incoming requests.</p>
697
674
  * @public
698
675
  */
699
676
  export interface PathMatch {
@@ -724,8 +701,7 @@ export interface HttpMatch {
724
701
  */
725
702
  pathMatch?: PathMatch | undefined;
726
703
  /**
727
- * <p>The header matches. Matches incoming requests with rule based on request header value before
728
- * applying rule action.</p>
704
+ * <p>The header matches. Matches incoming requests with rule based on request header value before applying rule action.</p>
729
705
  * @public
730
706
  */
731
707
  headerMatches?: HeaderMatch[] | undefined;
@@ -915,8 +891,7 @@ export interface CreateListenerRequest {
915
891
  */
916
892
  serviceIdentifier: string | undefined;
917
893
  /**
918
- * <p>The name of the listener. A listener name must be unique within a service. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
919
- * hyphen as the first or last character, or immediately after another hyphen.</p>
894
+ * <p>The name of the listener. A listener name must be unique within a service. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>
920
895
  * @public
921
896
  */
922
897
  name: string | undefined;
@@ -926,22 +901,17 @@ export interface CreateListenerRequest {
926
901
  */
927
902
  protocol: ListenerProtocol | undefined;
928
903
  /**
929
- * <p>The listener port. You can specify a value from 1 to 65535. For HTTP, the default is 80. For
930
- * HTTPS, the default is 443.</p>
904
+ * <p>The listener port. You can specify a value from 1 to 65535. For HTTP, the default is 80. For HTTPS, the default is 443.</p>
931
905
  * @public
932
906
  */
933
907
  port?: number | undefined;
934
908
  /**
935
- * <p>The action for the default rule. Each listener has a default rule. The default rule is used
936
- * if no other rules match.</p>
909
+ * <p>The action for the default rule. Each listener has a default rule. The default rule is used if no other rules match.</p>
937
910
  * @public
938
911
  */
939
912
  defaultAction: RuleAction | undefined;
940
913
  /**
941
- * <p>A unique, case-sensitive identifier that you provide to ensure
942
- * the idempotency of the request. If you retry a request that completed successfully using
943
- * the same client token and parameters, the retry succeeds without performing any actions.
944
- * If the parameters aren't identical, the retry fails.</p>
914
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
945
915
  * @public
946
916
  */
947
917
  clientToken?: string | undefined;
@@ -1075,7 +1045,7 @@ export interface DnsResource {
1075
1045
  */
1076
1046
  domainName?: string | undefined;
1077
1047
  /**
1078
- * <p>The type of IP address.</p>
1048
+ * <p>The type of IP address. Dualstack is currently not supported.</p>
1079
1049
  * @public
1080
1050
  */
1081
1051
  ipAddressType?: ResourceConfigurationIpAddressType | undefined;
@@ -1178,39 +1148,17 @@ export type ResourceConfigurationType = (typeof ResourceConfigurationType)[keyof
1178
1148
  */
1179
1149
  export interface CreateResourceConfigurationRequest {
1180
1150
  /**
1181
- * <p>The name of the resource configuration. The name must be unique within the account. The
1182
- * valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last
1183
- * character, or immediately after another hyphen.</p>
1151
+ * <p>The name of the resource configuration. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>
1184
1152
  * @public
1185
1153
  */
1186
1154
  name: string | undefined;
1187
1155
  /**
1188
- * <p>The type of resource configuration.</p>
1189
- * <ul>
1190
- * <li>
1191
- * <p>
1192
- * <code>SINGLE</code> - A single resource.</p>
1193
- * </li>
1194
- * <li>
1195
- * <p>
1196
- * <code>GROUP</code> - A group of resources. You must create a group resource
1197
- * configuration before you create a child resource configuration.</p>
1198
- * </li>
1199
- * <li>
1200
- * <p>
1201
- * <code>CHILD</code> - A single resource that is part of a group resource configuration.</p>
1202
- * </li>
1203
- * <li>
1204
- * <p>
1205
- * <code>ARN</code> - An Amazon Web Services resource.</p>
1206
- * </li>
1207
- * </ul>
1156
+ * <p>The type of resource configuration. A resource configuration can be one of the following types:</p> <ul> <li> <p> <b>SINGLE</b> - A single resource.</p> </li> <li> <p> <b>GROUP</b> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <b>CHILD</b> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <b>ARN</b> - An Amazon Web Services resource.</p> </li> </ul>
1208
1157
  * @public
1209
1158
  */
1210
1159
  type: ResourceConfigurationType | undefined;
1211
1160
  /**
1212
- * <p>(SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration
1213
- * (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).</p>
1161
+ * <p>(SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).</p>
1214
1162
  * @public
1215
1163
  */
1216
1164
  portRanges?: string[] | undefined;
@@ -1220,33 +1168,27 @@ export interface CreateResourceConfigurationRequest {
1220
1168
  */
1221
1169
  protocol?: ProtocolType | undefined;
1222
1170
  /**
1223
- * <p>(SINGLE, GROUP, ARN) The ID or ARN of the resource gateway used to connect to the resource configuration.
1224
- * For a child resource configuration, this value is inherited from the parent resource configuration.</p>
1171
+ * <p>(SINGLE, GROUP, ARN) The ID or ARN of the resource gateway used to connect to the resource configuration. For a child resource configuration, this value is inherited from the parent resource configuration.</p>
1225
1172
  * @public
1226
1173
  */
1227
1174
  resourceGatewayIdentifier?: string | undefined;
1228
1175
  /**
1229
- * <p>(CHILD) The ID or ARN of the parent resource configuration (type is <code>GROUP</code>).
1230
- * This is used to associate a child resource configuration with a group resource configuration.</p>
1176
+ * <p>(CHILD) The ID or ARN of the parent resource configuration of type <code>GROUP</code>. This is used to associate a child resource configuration with a group resource configuration.</p>
1231
1177
  * @public
1232
1178
  */
1233
1179
  resourceConfigurationGroupIdentifier?: string | undefined;
1234
1180
  /**
1235
- * <p>(SINGLE, CHILD, ARN) The resource configuration.</p>
1181
+ * <p>Identifies the resource configuration in one of the following ways:</p> <ul> <li> <p> <b>Amazon Resource Name (ARN)</b> - Supported resource-types that are provisioned by Amazon Web Services services, such as RDS databases, can be identified by their ARN.</p> </li> <li> <p> <b>Domain name</b> - Any domain name that is publicly resolvable.</p> </li> <li> <p> <b>IP address</b> - For IPv4 and IPv6, only IP addresses in the VPC are supported.</p> </li> </ul>
1236
1182
  * @public
1237
1183
  */
1238
1184
  resourceConfigurationDefinition?: ResourceConfigurationDefinition | undefined;
1239
1185
  /**
1240
- * <p>(SINGLE, GROUP, ARN) Specifies whether the resource configuration can be associated with
1241
- * a sharable service network. The default is false.</p>
1186
+ * <p>(SINGLE, GROUP, ARN) Specifies whether the resource configuration can be associated with a sharable service network. The default is false.</p>
1242
1187
  * @public
1243
1188
  */
1244
1189
  allowAssociationToShareableServiceNetwork?: boolean | undefined;
1245
1190
  /**
1246
- * <p>A unique, case-sensitive identifier that you provide to ensure
1247
- * the idempotency of the request. If you retry a request that completed successfully using
1248
- * the same client token and parameters, the retry succeeds without performing any actions.
1249
- * If the parameters aren't identical, the retry fails.</p>
1191
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
1250
1192
  * @public
1251
1193
  */
1252
1194
  clientToken?: string | undefined;
@@ -1319,12 +1261,12 @@ export interface CreateResourceConfigurationResponse {
1319
1261
  */
1320
1262
  resourceGatewayId?: string | undefined;
1321
1263
  /**
1322
- * <p>The ID of the parent resource configuration (type is GROUP).</p>
1264
+ * <p>The ID of the parent resource configuration of type <code>GROUP</code>.</p>
1323
1265
  * @public
1324
1266
  */
1325
1267
  resourceConfigurationGroupId?: string | undefined;
1326
1268
  /**
1327
- * <p>The type of resource configuration.</p>
1269
+ * <p>The type of resource configuration. A resource configuration can be one of the following types:</p> <ul> <li> <p> <b>SINGLE</b> - A single resource.</p> </li> <li> <p> <b>GROUP</b> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <b>CHILD</b> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <b>ARN</b> - An Amazon Web Services resource.</p> </li> </ul>
1328
1270
  * @public
1329
1271
  */
1330
1272
  type?: ResourceConfigurationType | undefined;
@@ -1344,13 +1286,12 @@ export interface CreateResourceConfigurationResponse {
1344
1286
  */
1345
1287
  status?: ResourceConfigurationStatus | undefined;
1346
1288
  /**
1347
- * <p>The resource configuration.</p>
1289
+ * <p>Identifies the resource configuration in one of the following ways:</p> <ul> <li> <p> <b>Amazon Resource Name (ARN)</b> - Supported resource-types that are provisioned by Amazon Web Services services, such as RDS databases, can be identified by their ARN.</p> </li> <li> <p> <b>Domain name</b> - Any domain name that is publicly resolvable.</p> </li> <li> <p> <b>IP address</b> - For IPv4 and IPv6, only IP addresses in the VPC are supported.</p> </li> </ul>
1348
1290
  * @public
1349
1291
  */
1350
1292
  resourceConfigurationDefinition?: ResourceConfigurationDefinition | undefined;
1351
1293
  /**
1352
- * <p>Specifies whether the resource configuration can be associated with a sharable service
1353
- * network.</p>
1294
+ * <p>Specifies whether the resource configuration can be associated with a sharable service network.</p>
1354
1295
  * @public
1355
1296
  */
1356
1297
  allowAssociationToShareableServiceNetwork?: boolean | undefined;
@@ -1392,10 +1333,7 @@ export type ResourceGatewayIpAddressType = (typeof ResourceGatewayIpAddressType)
1392
1333
  */
1393
1334
  export interface CreateResourceGatewayRequest {
1394
1335
  /**
1395
- * <p>A unique, case-sensitive identifier that you provide to ensure
1396
- * the idempotency of the request. If you retry a request that completed successfully using
1397
- * the same client token and parameters, the retry succeeds without performing any actions.
1398
- * If the parameters aren't identical, the retry fails.</p>
1336
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
1399
1337
  * @public
1400
1338
  */
1401
1339
  clientToken?: string | undefined;
@@ -1408,23 +1346,27 @@ export interface CreateResourceGatewayRequest {
1408
1346
  * <p>The ID of the VPC for the resource gateway.</p>
1409
1347
  * @public
1410
1348
  */
1411
- vpcIdentifier: string | undefined;
1349
+ vpcIdentifier?: string | undefined;
1412
1350
  /**
1413
1351
  * <p>The IDs of the VPC subnets in which to create the resource gateway.</p>
1414
1352
  * @public
1415
1353
  */
1416
- subnetIds: string[] | undefined;
1354
+ subnetIds?: string[] | undefined;
1417
1355
  /**
1418
- * <p>The IDs of the security groups to apply to the resource gateway. The security groups must be
1419
- * in the same VPC.</p>
1356
+ * <p>The IDs of the security groups to apply to the resource gateway. The security groups must be in the same VPC.</p>
1420
1357
  * @public
1421
1358
  */
1422
1359
  securityGroupIds?: string[] | undefined;
1423
1360
  /**
1424
- * <p>The type of IP address used by the resource gateway.</p>
1361
+ * <p>A resource gateway can have IPv4, IPv6 or dualstack addresses. The IP address type of a resource gateway must be compatible with the subnets of the resource gateway and the IP address type of the resource, as described here: </p> <ul> <li> <p> <b>IPv4</b>Assign IPv4 addresses to your resource gateway network interfaces. This option is supported only if all selected subnets have IPv4 address ranges, and the resource also has an IPv4 address.</p> </li> <li> <p> <b>IPv6</b>Assign IPv6 addresses to your resource gateway network interfaces. This option is supported only if all selected subnets are IPv6 only subnets, and the resource also has an IPv6 address.</p> </li> <li> <p> <b>Dualstack</b>Assign both IPv4 and IPv6 addresses to your resource gateway network interfaces. This option is supported only if all selected subnets have both IPv4 and IPv6 address ranges, and the resource either has an IPv4 or IPv6 address.</p> </li> </ul> <p>The IP address type of the resource gateway is independent of the IP address type of the client or the VPC endpoint through which the resource is accessed.</p>
1425
1362
  * @public
1426
1363
  */
1427
1364
  ipAddressType?: ResourceGatewayIpAddressType | undefined;
1365
+ /**
1366
+ * <p>The number of IPv4 addresses in each ENI for the resource gateway.</p>
1367
+ * @public
1368
+ */
1369
+ ipv4AddressesPerEni?: number | undefined;
1428
1370
  /**
1429
1371
  * <p>The tags for the resource gateway.</p>
1430
1372
  * @public
@@ -1513,6 +1455,11 @@ export interface CreateResourceGatewayResponse {
1513
1455
  * @public
1514
1456
  */
1515
1457
  ipAddressType?: ResourceGatewayIpAddressType | undefined;
1458
+ /**
1459
+ * <p>The number of IPv4 addresses in each ENI for the resource gateway.</p>
1460
+ * @public
1461
+ */
1462
+ ipv4AddressesPerEni?: number | undefined;
1516
1463
  }
1517
1464
  /**
1518
1465
  * @public
@@ -1529,8 +1476,7 @@ export interface CreateRuleRequest {
1529
1476
  */
1530
1477
  listenerIdentifier: string | undefined;
1531
1478
  /**
1532
- * <p>The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
1533
- * hyphen as the first or last character, or immediately after another hyphen.</p>
1479
+ * <p>The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>
1534
1480
  * @public
1535
1481
  */
1536
1482
  name: string | undefined;
@@ -1540,8 +1486,7 @@ export interface CreateRuleRequest {
1540
1486
  */
1541
1487
  match: RuleMatch | undefined;
1542
1488
  /**
1543
- * <p>The priority assigned to the rule. Each rule for a specific listener must have a unique
1544
- * priority. The lower the priority number the higher the priority.</p>
1489
+ * <p>The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.</p>
1545
1490
  * @public
1546
1491
  */
1547
1492
  priority: number | undefined;
@@ -1551,10 +1496,7 @@ export interface CreateRuleRequest {
1551
1496
  */
1552
1497
  action: RuleAction | undefined;
1553
1498
  /**
1554
- * <p>A unique, case-sensitive identifier that you provide to ensure
1555
- * the idempotency of the request. If you retry a request that completed successfully using
1556
- * the same client token and parameters, the retry succeeds without performing any actions.
1557
- * If the parameters aren't identical, the retry fails.</p>
1499
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
1558
1500
  * @public
1559
1501
  */
1560
1502
  clientToken?: string | undefined;
@@ -1584,15 +1526,12 @@ export interface CreateRuleResponse {
1584
1526
  */
1585
1527
  name?: string | undefined;
1586
1528
  /**
1587
- * <p>The rule match. The <code>RuleMatch</code> must be an <code>HttpMatch</code>. This means
1588
- * that the rule should be an exact match on HTTP constraints which are made up of the HTTP method,
1589
- * path, and header.</p>
1529
+ * <p>The rule match. The <code>RuleMatch</code> must be an <code>HttpMatch</code>. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.</p>
1590
1530
  * @public
1591
1531
  */
1592
1532
  match?: RuleMatch | undefined;
1593
1533
  /**
1594
- * <p>The priority assigned to the rule. The lower the priority number the higher the
1595
- * priority.</p>
1534
+ * <p>The priority assigned to the rule. The lower the priority number the higher the priority.</p>
1596
1535
  * @public
1597
1536
  */
1598
1537
  priority?: number | undefined;
@@ -1607,16 +1546,12 @@ export interface CreateRuleResponse {
1607
1546
  */
1608
1547
  export interface CreateServiceRequest {
1609
1548
  /**
1610
- * <p>A unique, case-sensitive identifier that you provide to ensure
1611
- * the idempotency of the request. If you retry a request that completed successfully using
1612
- * the same client token and parameters, the retry succeeds without performing any actions.
1613
- * If the parameters aren't identical, the retry fails.</p>
1549
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
1614
1550
  * @public
1615
1551
  */
1616
1552
  clientToken?: string | undefined;
1617
1553
  /**
1618
- * <p>The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
1619
- * hyphen as the first or last character, or immediately after another hyphen.</p>
1554
+ * <p>The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>
1620
1555
  * @public
1621
1556
  */
1622
1557
  name: string | undefined;
@@ -1636,17 +1571,7 @@ export interface CreateServiceRequest {
1636
1571
  */
1637
1572
  certificateArn?: string | undefined;
1638
1573
  /**
1639
- * <p>The type of IAM policy.</p>
1640
- * <ul>
1641
- * <li>
1642
- * <p>
1643
- * <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p>
1644
- * </li>
1645
- * <li>
1646
- * <p>
1647
- * <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p>
1648
- * </li>
1649
- * </ul>
1574
+ * <p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>
1650
1575
  * @public
1651
1576
  */
1652
1577
  authType?: AuthType | undefined;
@@ -1727,8 +1652,7 @@ export interface CreateServiceResponse {
1727
1652
  */
1728
1653
  certificateArn?: string | undefined;
1729
1654
  /**
1730
- * <p>The status. If the status is <code>CREATE_FAILED</code>, you must delete and recreate the
1731
- * service.</p>
1655
+ * <p>The status. If the status is <code>CREATE_FAILED</code>, you must delete and recreate the service.</p>
1732
1656
  * @public
1733
1657
  */
1734
1658
  status?: ServiceStatus | undefined;
@@ -1759,31 +1683,17 @@ export interface SharingConfig {
1759
1683
  */
1760
1684
  export interface CreateServiceNetworkRequest {
1761
1685
  /**
1762
- * <p>A unique, case-sensitive identifier that you provide to ensure
1763
- * the idempotency of the request. If you retry a request that completed successfully using
1764
- * the same client token and parameters, the retry succeeds without performing any actions.
1765
- * If the parameters aren't identical, the retry fails.</p>
1686
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
1766
1687
  * @public
1767
1688
  */
1768
1689
  clientToken?: string | undefined;
1769
1690
  /**
1770
- * <p>The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
1771
- * hyphen as the first or last character, or immediately after another hyphen.</p>
1691
+ * <p>The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>
1772
1692
  * @public
1773
1693
  */
1774
1694
  name: string | undefined;
1775
1695
  /**
1776
- * <p>The type of IAM policy.</p>
1777
- * <ul>
1778
- * <li>
1779
- * <p>
1780
- * <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p>
1781
- * </li>
1782
- * <li>
1783
- * <p>
1784
- * <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p>
1785
- * </li>
1786
- * </ul>
1696
+ * <p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>
1787
1697
  * @public
1788
1698
  */
1789
1699
  authType?: AuthType | undefined;
@@ -1833,10 +1743,7 @@ export interface CreateServiceNetworkResponse {
1833
1743
  */
1834
1744
  export interface CreateServiceNetworkResourceAssociationRequest {
1835
1745
  /**
1836
- * <p>A unique, case-sensitive identifier that you provide to ensure
1837
- * the idempotency of the request. If you retry a request that completed successfully using
1838
- * the same client token and parameters, the retry succeeds without performing any actions.
1839
- * If the parameters aren't identical, the retry fails.</p>
1746
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
1840
1747
  * @public
1841
1748
  */
1842
1749
  clientToken?: string | undefined;
@@ -1851,7 +1758,7 @@ export interface CreateServiceNetworkResourceAssociationRequest {
1851
1758
  */
1852
1759
  serviceNetworkIdentifier: string | undefined;
1853
1760
  /**
1854
- * <p>The tags for the association.</p>
1761
+ * <p>A key-value pair to associate with a resource.</p>
1855
1762
  * @public
1856
1763
  */
1857
1764
  tags?: Record<string, string> | undefined;
@@ -1920,10 +1827,7 @@ export interface CreateServiceNetworkResourceAssociationResponse {
1920
1827
  */
1921
1828
  export interface CreateServiceNetworkServiceAssociationRequest {
1922
1829
  /**
1923
- * <p>A unique, case-sensitive identifier that you provide to ensure
1924
- * the idempotency of the request. If you retry a request that completed successfully using
1925
- * the same client token and parameters, the retry succeeds without performing any actions.
1926
- * If the parameters aren't identical, the retry fails.</p>
1830
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
1927
1831
  * @public
1928
1832
  */
1929
1833
  clientToken?: string | undefined;
@@ -2013,10 +1917,7 @@ export interface CreateServiceNetworkServiceAssociationResponse {
2013
1917
  */
2014
1918
  export interface CreateServiceNetworkVpcAssociationRequest {
2015
1919
  /**
2016
- * <p>A unique, case-sensitive identifier that you provide to ensure
2017
- * the idempotency of the request. If you retry a request that completed successfully using
2018
- * the same client token and parameters, the retry succeeds without performing any actions.
2019
- * If the parameters aren't identical, the retry fails.</p>
1920
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
2020
1921
  * @public
2021
1922
  */
2022
1923
  clientToken?: string | undefined;
@@ -2031,11 +1932,7 @@ export interface CreateServiceNetworkVpcAssociationRequest {
2031
1932
  */
2032
1933
  vpcIdentifier: string | undefined;
2033
1934
  /**
2034
- * <p>The IDs of the security groups. Security groups aren't added by default. You can add a
2035
- * security group to apply network level controls to control which resources in a VPC are allowed to
2036
- * access the service network and its services. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html">Control traffic to
2037
- * resources using security groups</a> in the <i>Amazon VPC User
2038
- * Guide</i>.</p>
1935
+ * <p>The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html">Control traffic to resources using security groups</a> in the <i>Amazon VPC User Guide</i>.</p>
2039
1936
  * @public
2040
1937
  */
2041
1938
  securityGroupIds?: string[] | undefined;
@@ -2114,8 +2011,7 @@ export interface CreateServiceNetworkVpcAssociationResponse {
2114
2011
  securityGroupIds?: string[] | undefined;
2115
2012
  }
2116
2013
  /**
2117
- * <p>Describes the codes to use when checking for a successful response from a target for health
2118
- * checks.</p>
2014
+ * <p>Describes the codes to use when checking for a successful response from a target for health checks.</p>
2119
2015
  * @public
2120
2016
  */
2121
2017
  export type Matcher = Matcher.HttpCodeMember | Matcher.$UnknownMember;
@@ -2185,8 +2081,7 @@ export declare const HealthCheckProtocolVersion: {
2185
2081
  */
2186
2082
  export type HealthCheckProtocolVersion = (typeof HealthCheckProtocolVersion)[keyof typeof HealthCheckProtocolVersion];
2187
2083
  /**
2188
- * <p>Describes the health check configuration of a target group. Health check configurations
2189
- * aren't used for target groups of type <code>LAMBDA</code> or <code>ALB</code>.</p>
2084
+ * <p>Describes the health check configuration of a target group. Health check configurations aren't used for target groups of type <code>LAMBDA</code> or <code>ALB</code>.</p>
2190
2085
  * @public
2191
2086
  */
2192
2087
  export interface HealthCheckConfig {
@@ -2196,53 +2091,42 @@ export interface HealthCheckConfig {
2196
2091
  */
2197
2092
  enabled?: boolean | undefined;
2198
2093
  /**
2199
- * <p>The protocol used when performing health checks on targets. The possible protocols are
2200
- * <code>HTTP</code> and <code>HTTPS</code>. The default is <code>HTTP</code>.</p>
2094
+ * <p>The protocol used when performing health checks on targets. The possible protocols are <code>HTTP</code> and <code>HTTPS</code>. The default is <code>HTTP</code>.</p>
2201
2095
  * @public
2202
2096
  */
2203
2097
  protocol?: TargetGroupProtocol | undefined;
2204
2098
  /**
2205
- * <p>The protocol version used when performing health checks on targets. The possible protocol
2206
- * versions are <code>HTTP1</code> and <code>HTTP2</code>.</p>
2099
+ * <p>The protocol version used when performing health checks on targets. The possible protocol versions are <code>HTTP1</code> and <code>HTTP2</code>.</p>
2207
2100
  * @public
2208
2101
  */
2209
2102
  protocolVersion?: HealthCheckProtocolVersion | undefined;
2210
2103
  /**
2211
- * <p>The port used when performing health checks on targets. The default setting is the port that
2212
- * a target receives traffic on.</p>
2104
+ * <p>The port used when performing health checks on targets. The default setting is the port that a target receives traffic on.</p>
2213
2105
  * @public
2214
2106
  */
2215
2107
  port?: number | undefined;
2216
2108
  /**
2217
- * <p>The destination for health checks on the targets. If the protocol version is
2218
- * <code>HTTP/1.1</code> or <code>HTTP/2</code>, specify a valid URI (for example,
2219
- * <code>/path?query</code>). The default path is <code>/</code>. Health checks are not supported
2220
- * if the protocol version is <code>gRPC</code>, however, you can choose <code>HTTP/1.1</code> or
2221
- * <code>HTTP/2</code> and specify a valid URI.</p>
2109
+ * <p>The destination for health checks on the targets. If the protocol version is <code>HTTP/1.1</code> or <code>HTTP/2</code>, specify a valid URI (for example, <code>/path?query</code>). The default path is <code>/</code>. Health checks are not supported if the protocol version is <code>gRPC</code>, however, you can choose <code>HTTP/1.1</code> or <code>HTTP/2</code> and specify a valid URI.</p>
2222
2110
  * @public
2223
2111
  */
2224
2112
  path?: string | undefined;
2225
2113
  /**
2226
- * <p>The approximate amount of time, in seconds, between health checks of an individual target.
2227
- * The range is 5–300 seconds. The default is 30 seconds.</p>
2114
+ * <p>The approximate amount of time, in seconds, between health checks of an individual target. The range is 5–300 seconds. The default is 30 seconds.</p>
2228
2115
  * @public
2229
2116
  */
2230
2117
  healthCheckIntervalSeconds?: number | undefined;
2231
2118
  /**
2232
- * <p>The amount of time, in seconds, to wait before reporting a target as unhealthy. The range is
2233
- * 1–120 seconds. The default is 5 seconds.</p>
2119
+ * <p>The amount of time, in seconds, to wait before reporting a target as unhealthy. The range is 1–120 seconds. The default is 5 seconds.</p>
2234
2120
  * @public
2235
2121
  */
2236
2122
  healthCheckTimeoutSeconds?: number | undefined;
2237
2123
  /**
2238
- * <p>The number of consecutive successful health checks required before considering an unhealthy
2239
- * target healthy. The range is 2–10. The default is 5.</p>
2124
+ * <p>The number of consecutive successful health checks required before considering an unhealthy target healthy. The range is 2–10. The default is 5.</p>
2240
2125
  * @public
2241
2126
  */
2242
2127
  healthyThresholdCount?: number | undefined;
2243
2128
  /**
2244
- * <p>The number of consecutive failed health checks required before considering a target
2245
- * unhealthy. The range is 2–10. The default is 2.</p>
2129
+ * <p>The number of consecutive failed health checks required before considering a target unhealthy. The range is 2–10. The default is 2.</p>
2246
2130
  * @public
2247
2131
  */
2248
2132
  unhealthyThresholdCount?: number | undefined;
@@ -2311,33 +2195,27 @@ export declare const TargetGroupProtocolVersion: {
2311
2195
  */
2312
2196
  export type TargetGroupProtocolVersion = (typeof TargetGroupProtocolVersion)[keyof typeof TargetGroupProtocolVersion];
2313
2197
  /**
2314
- * <p>Describes the configuration of a target group.</p>
2315
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html">Target groups</a> in the
2316
- * <i>Amazon VPC Lattice User Guide</i>.</p>
2198
+ * <p>Describes the configuration of a target group.</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>
2317
2199
  * @public
2318
2200
  */
2319
2201
  export interface TargetGroupConfig {
2320
2202
  /**
2321
- * <p>The port on which the targets are listening. For HTTP, the default is 80. For HTTPS, the
2322
- * default is 443. Not supported if the target group type is <code>LAMBDA</code>.</p>
2203
+ * <p>The port on which the targets are listening. For HTTP, the default is 80. For HTTPS, the default is 443. Not supported if the target group type is <code>LAMBDA</code>.</p>
2323
2204
  * @public
2324
2205
  */
2325
2206
  port?: number | undefined;
2326
2207
  /**
2327
- * <p>The protocol to use for routing traffic to the targets. The default is the protocol of the
2328
- * target group. Not supported if the target group type is <code>LAMBDA</code>.</p>
2208
+ * <p>The protocol to use for routing traffic to the targets. The default is the protocol of the target group. Not supported if the target group type is <code>LAMBDA</code>.</p>
2329
2209
  * @public
2330
2210
  */
2331
2211
  protocol?: TargetGroupProtocol | undefined;
2332
2212
  /**
2333
- * <p>The protocol version. The default is <code>HTTP1</code>. Not supported if the target group
2334
- * type is <code>LAMBDA</code>.</p>
2213
+ * <p>The protocol version. The default is <code>HTTP1</code>. Not supported if the target group type is <code>LAMBDA</code>.</p>
2335
2214
  * @public
2336
2215
  */
2337
2216
  protocolVersion?: TargetGroupProtocolVersion | undefined;
2338
2217
  /**
2339
- * <p>The type of IP address used for the target group. Supported only if the target group type is
2340
- * <code>IP</code>. The default is <code>IPV4</code>.</p>
2218
+ * <p>The type of IP address used for the target group. Supported only if the target group type is <code>IP</code>. The default is <code>IPV4</code>.</p>
2341
2219
  * @public
2342
2220
  */
2343
2221
  ipAddressType?: IpAddressType | undefined;
@@ -2347,14 +2225,12 @@ export interface TargetGroupConfig {
2347
2225
  */
2348
2226
  vpcIdentifier?: string | undefined;
2349
2227
  /**
2350
- * <p>The health check configuration. Not supported if the target group type is
2351
- * <code>LAMBDA</code> or <code>ALB</code>.</p>
2228
+ * <p>The health check configuration. Not supported if the target group type is <code>LAMBDA</code> or <code>ALB</code>.</p>
2352
2229
  * @public
2353
2230
  */
2354
2231
  healthCheck?: HealthCheckConfig | undefined;
2355
2232
  /**
2356
- * <p>The version of the event structure that your Lambda function receives. Supported only if the
2357
- * target group type is <code>LAMBDA</code>. The default is <code>V1</code>.</p>
2233
+ * <p>The version of the event structure that your Lambda function receives. Supported only if the target group type is <code>LAMBDA</code>. The default is <code>V1</code>.</p>
2358
2234
  * @public
2359
2235
  */
2360
2236
  lambdaEventStructureVersion?: LambdaEventStructureVersion | undefined;
@@ -2390,8 +2266,7 @@ export type TargetGroupType = (typeof TargetGroupType)[keyof typeof TargetGroupT
2390
2266
  */
2391
2267
  export interface CreateTargetGroupRequest {
2392
2268
  /**
2393
- * <p>The name of the target group. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
2394
- * hyphen as the first or last character, or immediately after another hyphen.</p>
2269
+ * <p>The name of the target group. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>
2395
2270
  * @public
2396
2271
  */
2397
2272
  name: string | undefined;
@@ -2406,10 +2281,7 @@ export interface CreateTargetGroupRequest {
2406
2281
  */
2407
2282
  config?: TargetGroupConfig | undefined;
2408
2283
  /**
2409
- * <p>A unique, case-sensitive identifier that you provide to ensure
2410
- * the idempotency of the request. If you retry a request that completed successfully using
2411
- * the same client token and parameters, the retry succeeds without performing any actions.
2412
- * If the parameters aren't identical, the retry fails.</p>
2284
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>
2413
2285
  * @public
2414
2286
  */
2415
2287
  clientToken?: string | undefined;
@@ -2479,9 +2351,7 @@ export interface CreateTargetGroupResponse {
2479
2351
  */
2480
2352
  config?: TargetGroupConfig | undefined;
2481
2353
  /**
2482
- * <p>The status. You can retry the operation if the status is <code>CREATE_FAILED</code>.
2483
- * However, if you retry it while the status is <code>CREATE_IN_PROGRESS</code>, there is no change
2484
- * in the status.</p>
2354
+ * <p>The status. You can retry the operation if the status is <code>CREATE_FAILED</code>. However, if you retry it while the status is <code>CREATE_IN_PROGRESS</code>, there is no change in the status.</p>
2485
2355
  * @public
2486
2356
  */
2487
2357
  status?: TargetGroupStatus | undefined;
@@ -2566,8 +2436,7 @@ export interface DeleteResourceEndpointAssociationResponse {
2566
2436
  */
2567
2437
  resourceConfigurationId?: string | undefined;
2568
2438
  /**
2569
- * <p>The Amazon Resource Name (ARN) of the resource configuration associated with the VPC
2570
- * endpoint of type resource.</p>
2439
+ * <p>The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.</p>
2571
2440
  * @public
2572
2441
  */
2573
2442
  resourceConfigurationArn?: string | undefined;
@@ -2682,9 +2551,7 @@ export interface DeleteServiceResponse {
2682
2551
  */
2683
2552
  name?: string | undefined;
2684
2553
  /**
2685
- * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
2686
- * However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't
2687
- * change.</p>
2554
+ * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't change.</p>
2688
2555
  * @public
2689
2556
  */
2690
2557
  status?: ServiceStatus | undefined;
@@ -2754,9 +2621,7 @@ export interface DeleteServiceNetworkServiceAssociationResponse {
2754
2621
  */
2755
2622
  id?: string | undefined;
2756
2623
  /**
2757
- * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
2758
- * However, if you retry it when the status is <code>DELETE_IN_PROGRESS</code>, there is no change
2759
- * in the status.</p>
2624
+ * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it when the status is <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>
2760
2625
  * @public
2761
2626
  */
2762
2627
  status?: ServiceNetworkServiceAssociationStatus | undefined;
@@ -2786,9 +2651,7 @@ export interface DeleteServiceNetworkVpcAssociationResponse {
2786
2651
  */
2787
2652
  id?: string | undefined;
2788
2653
  /**
2789
- * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
2790
- * However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, there is no change
2791
- * in the status.</p>
2654
+ * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>
2792
2655
  * @public
2793
2656
  */
2794
2657
  status?: ServiceNetworkVpcAssociationStatus | undefined;
@@ -2823,9 +2686,7 @@ export interface DeleteTargetGroupResponse {
2823
2686
  */
2824
2687
  arn?: string | undefined;
2825
2688
  /**
2826
- * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
2827
- * However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't
2828
- * change.</p>
2689
+ * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't change.</p>
2829
2690
  * @public
2830
2691
  */
2831
2692
  status?: TargetGroupStatus | undefined;
@@ -2836,16 +2697,12 @@ export interface DeleteTargetGroupResponse {
2836
2697
  */
2837
2698
  export interface Target {
2838
2699
  /**
2839
- * <p>The ID of the target. If the target group type is <code>INSTANCE</code>, this is an instance
2840
- * ID. If the target group type is <code>IP</code>, this is an IP address. If the target group type
2841
- * is <code>LAMBDA</code>, this is the ARN of a Lambda function. If the target group type is
2842
- * <code>ALB</code>, this is the ARN of an Application Load Balancer.</p>
2700
+ * <p>The ID of the target. If the target group type is <code>INSTANCE</code>, this is an instance ID. If the target group type is <code>IP</code>, this is an IP address. If the target group type is <code>LAMBDA</code>, this is the ARN of a Lambda function. If the target group type is <code>ALB</code>, this is the ARN of an Application Load Balancer.</p>
2843
2701
  * @public
2844
2702
  */
2845
2703
  id: string | undefined;
2846
2704
  /**
2847
- * <p>The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the
2848
- * default is 443.</p>
2705
+ * <p>The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the default is 443.</p>
2849
2706
  * @public
2850
2707
  */
2851
2708
  port?: number | undefined;
@@ -2871,16 +2728,12 @@ export interface DeregisterTargetsRequest {
2871
2728
  */
2872
2729
  export interface TargetFailure {
2873
2730
  /**
2874
- * <p>The ID of the target. If the target group type is <code>INSTANCE</code>, this is an instance
2875
- * ID. If the target group type is <code>IP</code>, this is an IP address. If the target group type
2876
- * is <code>LAMBDA</code>, this is the ARN of a Lambda function. If the target group type is
2877
- * <code>ALB</code>, this is the ARN of an Application Load Balancer.</p>
2731
+ * <p>The ID of the target. If the target group type is <code>INSTANCE</code>, this is an instance ID. If the target group type is <code>IP</code>, this is an IP address. If the target group type is <code>LAMBDA</code>, this is the ARN of a Lambda function. If the target group type is <code>ALB</code>, this is the ARN of an Application Load Balancer.</p>
2878
2732
  * @public
2879
2733
  */
2880
2734
  id?: string | undefined;
2881
2735
  /**
2882
- * <p>The port on which the target is listening. This parameter doesn't apply if the target is a
2883
- * Lambda function.</p>
2736
+ * <p>The port on which the target is listening. This parameter doesn't apply if the target is a Lambda function.</p>
2884
2737
  * @public
2885
2738
  */
2886
2739
  port?: number | undefined;
@@ -2930,10 +2783,7 @@ export interface GetAuthPolicyResponse {
2930
2783
  */
2931
2784
  policy?: string | undefined;
2932
2785
  /**
2933
- * <p>The state of the auth policy. The auth policy is only active when the auth type is set to
2934
- * <code>AWS_IAM</code>. If you provide a policy, then authentication and authorization decisions
2935
- * are made based on this policy and the client's IAM policy. If the auth type is <code>NONE</code>,
2936
- * then any auth policy that you provide remains inactive. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network">Create a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
2786
+ * <p>The state of the auth policy. The auth policy is only active when the auth type is set to <code>AWS_IAM</code>. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the auth type is <code>NONE</code>, then any auth policy that you provide remains inactive. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network">Create a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
2937
2787
  * @public
2938
2788
  */
2939
2789
  state?: AuthPolicyState | undefined;
@@ -3058,31 +2908,12 @@ export interface GetResourceConfigurationResponse {
3058
2908
  */
3059
2909
  resourceConfigurationGroupId?: string | undefined;
3060
2910
  /**
3061
- * <p>The type of resource configuration.</p>
3062
- * <ul>
3063
- * <li>
3064
- * <p>
3065
- * <code>SINGLE</code> - A single resource.</p>
3066
- * </li>
3067
- * <li>
3068
- * <p>
3069
- * <code>GROUP</code> - A group of resources.</p>
3070
- * </li>
3071
- * <li>
3072
- * <p>
3073
- * <code>CHILD</code> - A single resource that is part of a group resource configuration.</p>
3074
- * </li>
3075
- * <li>
3076
- * <p>
3077
- * <code>ARN</code> - An Amazon Web Services resource.</p>
3078
- * </li>
3079
- * </ul>
2911
+ * <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>
3080
2912
  * @public
3081
2913
  */
3082
2914
  type?: ResourceConfigurationType | undefined;
3083
2915
  /**
3084
- * <p>Specifies whether the resource configuration is associated with a sharable service
3085
- * network.</p>
2916
+ * <p>Specifies whether the resource configuration is associated with a sharable service network.</p>
3086
2917
  * @public
3087
2918
  */
3088
2919
  allowAssociationToShareableServiceNetwork?: boolean | undefined;
@@ -3186,6 +3017,11 @@ export interface GetResourceGatewayResponse {
3186
3017
  * @public
3187
3018
  */
3188
3019
  ipAddressType?: ResourceGatewayIpAddressType | undefined;
3020
+ /**
3021
+ * <p>The number of IPv4 addresses in each ENI for the resource gateway.</p>
3022
+ * @public
3023
+ */
3024
+ ipv4AddressesPerEni?: number | undefined;
3189
3025
  /**
3190
3026
  * <p>The date and time that the resource gateway was created, in ISO-8601 format.</p>
3191
3027
  * @public
@@ -3913,7 +3749,7 @@ export interface ListResourceConfigurationsRequest {
3913
3749
  */
3914
3750
  resourceGatewayIdentifier?: string | undefined;
3915
3751
  /**
3916
- * <p>The ID of the group resource configuration.</p>
3752
+ * <p>The ID of the resource configuration of type <code>Group</code>.</p>
3917
3753
  * @public
3918
3754
  */
3919
3755
  resourceConfigurationGroupIdentifier?: string | undefined;
@@ -3959,25 +3795,7 @@ export interface ResourceConfigurationSummary {
3959
3795
  */
3960
3796
  resourceConfigurationGroupId?: string | undefined;
3961
3797
  /**
3962
- * <p>The type of resource configuration.</p>
3963
- * <ul>
3964
- * <li>
3965
- * <p>
3966
- * <code>SINGLE</code> - A single resource.</p>
3967
- * </li>
3968
- * <li>
3969
- * <p>
3970
- * <code>GROUP</code> - A group of resources.</p>
3971
- * </li>
3972
- * <li>
3973
- * <p>
3974
- * <code>CHILD</code> - A single resource that is part of a group resource configuration.</p>
3975
- * </li>
3976
- * <li>
3977
- * <p>
3978
- * <code>ARN</code> - An Amazon Web Services resource.</p>
3979
- * </li>
3980
- * </ul>
3798
+ * <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>
3981
3799
  * @public
3982
3800
  */
3983
3801
  type?: ResourceConfigurationType | undefined;
@@ -4178,6 +3996,11 @@ export interface ResourceGatewaySummary {
4178
3996
  * @public
4179
3997
  */
4180
3998
  ipAddressType?: ResourceGatewayIpAddressType | undefined;
3999
+ /**
4000
+ * <p>The number of IPv4 addresses in each ENI for the resource gateway.</p>
4001
+ * @public
4002
+ */
4003
+ ipv4AddressesPerEni?: number | undefined;
4181
4004
  /**
4182
4005
  * <p>The date and time that the VPC endpoint association was created, in ISO-8601 format.</p>
4183
4006
  * @public
@@ -4295,7 +4118,7 @@ export interface ListServiceNetworkResourceAssociationsRequest {
4295
4118
  */
4296
4119
  serviceNetworkIdentifier?: string | undefined;
4297
4120
  /**
4298
- * <p>The ID of the resource configurationk.</p>
4121
+ * <p>The ID of the resource configuration.</p>
4299
4122
  * @public
4300
4123
  */
4301
4124
  resourceConfigurationIdentifier?: string | undefined;
@@ -4309,6 +4132,11 @@ export interface ListServiceNetworkResourceAssociationsRequest {
4309
4132
  * @public
4310
4133
  */
4311
4134
  nextToken?: string | undefined;
4135
+ /**
4136
+ * <p>Include service network resource associations of the child resource configuration with the grouped resource configuration.</p> <p>The type is boolean and the default value is false.</p>
4137
+ * @public
4138
+ */
4139
+ includeChildren?: boolean | undefined;
4312
4140
  }
4313
4141
  /**
4314
4142
  * <p>Summary information about an association between a service network and a resource configuration.</p>
@@ -4326,7 +4154,7 @@ export interface ServiceNetworkResourceAssociationSummary {
4326
4154
  */
4327
4155
  arn?: string | undefined;
4328
4156
  /**
4329
- * <p>The status of the service network associated with the resource configuration.</p>
4157
+ * <p>The status of the service network’s association with the resource configuration. If the deletion fails, try to delete again. </p>
4330
4158
  * @public
4331
4159
  */
4332
4160
  status?: ServiceNetworkResourceAssociationStatus | undefined;
@@ -4518,7 +4346,7 @@ export interface ServiceNetworkServiceAssociationSummary {
4518
4346
  */
4519
4347
  id?: string | undefined;
4520
4348
  /**
4521
- * <p>The status. If the deletion fails, try to delete again.</p>
4349
+ * <p>The status of the service network’s association with the service. If the deletion fails, try to delete again.</p>
4522
4350
  * @public
4523
4351
  */
4524
4352
  status?: ServiceNetworkServiceAssociationStatus | undefined;
@@ -4887,9 +4715,7 @@ export interface ListTargetGroupsRequest {
4887
4715
  targetGroupType?: TargetGroupType | undefined;
4888
4716
  }
4889
4717
  /**
4890
- * <p>Summary information about a target group.</p>
4891
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html">Target groups</a> in the
4892
- * <i>Amazon VPC Lattice User Guide</i>.</p>
4718
+ * <p>Summary information about a target group.</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>
4893
4719
  * @public
4894
4720
  */
4895
4721
  export interface TargetGroupSummary {
@@ -4929,9 +4755,7 @@ export interface TargetGroupSummary {
4929
4755
  */
4930
4756
  protocol?: TargetGroupProtocol | undefined;
4931
4757
  /**
4932
- * <p>The type of IP address used for the target group. The possible values are <code>IPV4</code>
4933
- * and <code>IPV6</code>. This is an optional parameter. If not specified, the default is
4934
- * <code>IPV4</code>.</p>
4758
+ * <p>The type of IP address used for the target group. The possible values are <code>IPV4</code> and <code>IPV6</code>. This is an optional parameter. If not specified, the default is <code>IPV4</code>.</p>
4935
4759
  * @public
4936
4760
  */
4937
4761
  ipAddressType?: IpAddressType | undefined;
@@ -4956,8 +4780,7 @@ export interface TargetGroupSummary {
4956
4780
  */
4957
4781
  serviceArns?: string[] | undefined;
4958
4782
  /**
4959
- * <p>The version of the event structure that your Lambda function receives. Supported only if the
4960
- * target group type is <code>LAMBDA</code>.</p>
4783
+ * <p>The version of the event structure that your Lambda function receives. Supported only if the target group type is <code>LAMBDA</code>.</p>
4961
4784
  * @public
4962
4785
  */
4963
4786
  lambdaEventStructureVersion?: LambdaEventStructureVersion | undefined;
@@ -5042,10 +4865,7 @@ export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
5042
4865
  */
5043
4866
  export interface TargetSummary {
5044
4867
  /**
5045
- * <p>The ID of the target. If the target group type is <code>INSTANCE</code>, this is an instance
5046
- * ID. If the target group type is <code>IP</code>, this is an IP address. If the target group type
5047
- * is <code>LAMBDA</code>, this is the ARN of a Lambda function. If the target type is
5048
- * <code>ALB</code>, this is the ARN of an Application Load Balancer.</p>
4868
+ * <p>The ID of the target. If the target group type is <code>INSTANCE</code>, this is an instance ID. If the target group type is <code>IP</code>, this is an IP address. If the target group type is <code>LAMBDA</code>, this is the ARN of a Lambda function. If the target type is <code>ALB</code>, this is the ARN of an Application Load Balancer.</p>
5049
4869
  * @public
5050
4870
  */
5051
4871
  id?: string | undefined;
@@ -5055,35 +4875,7 @@ export interface TargetSummary {
5055
4875
  */
5056
4876
  port?: number | undefined;
5057
4877
  /**
5058
- * <p>The status of the target.</p>
5059
- * <ul>
5060
- * <li>
5061
- * <p>
5062
- * <code>DRAINING</code>: The target is being deregistered. No new connections are sent to
5063
- * this target while current connections are being drained. The default draining time is 5
5064
- * minutes.</p>
5065
- * </li>
5066
- * <li>
5067
- * <p>
5068
- * <code>UNAVAILABLE</code>: Health checks are unavailable for the target group.</p>
5069
- * </li>
5070
- * <li>
5071
- * <p>
5072
- * <code>HEALTHY</code>: The target is healthy.</p>
5073
- * </li>
5074
- * <li>
5075
- * <p>
5076
- * <code>UNHEALTHY</code>: The target is unhealthy.</p>
5077
- * </li>
5078
- * <li>
5079
- * <p>
5080
- * <code>INITIAL</code>: Initial health checks on the target are being performed.</p>
5081
- * </li>
5082
- * <li>
5083
- * <p>
5084
- * <code>UNUSED</code>: Target group is not used in a service.</p>
5085
- * </li>
5086
- * </ul>
4878
+ * <p>The status of the target.</p> <ul> <li> <p> <code>DRAINING</code>: The target is being deregistered. No new connections are sent to this target while current connections are being drained. The default draining time is 5 minutes.</p> </li> <li> <p> <code>UNAVAILABLE</code>: Health checks are unavailable for the target group.</p> </li> <li> <p> <code>HEALTHY</code>: The target is healthy.</p> </li> <li> <p> <code>UNHEALTHY</code>: The target is unhealthy.</p> </li> <li> <p> <code>INITIAL</code>: Initial health checks on the target are being performed.</p> </li> <li> <p> <code>UNUSED</code>: Target group is not used in a service.</p> </li> </ul>
5087
4879
  * @public
5088
4880
  */
5089
4881
  status?: TargetStatus | undefined;
@@ -5113,8 +4905,7 @@ export interface ListTargetsResponse {
5113
4905
  */
5114
4906
  export interface PutAuthPolicyRequest {
5115
4907
  /**
5116
- * <p>The ID or ARN of the service network or service for which the policy
5117
- * is created.</p>
4908
+ * <p>The ID or ARN of the service network or service for which the policy is created.</p>
5118
4909
  * @public
5119
4910
  */
5120
4911
  resourceIdentifier: string | undefined;
@@ -5134,10 +4925,7 @@ export interface PutAuthPolicyResponse {
5134
4925
  */
5135
4926
  policy?: string | undefined;
5136
4927
  /**
5137
- * <p>The state of the auth policy. The auth policy is only active when the auth type is set to
5138
- * <code>AWS_IAM</code>. If you provide a policy, then authentication and authorization decisions
5139
- * are made based on this policy and the client's IAM policy. If the Auth type is <code>NONE</code>,
5140
- * then, any auth policy that you provide remains inactive. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network">Create a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
4928
+ * <p>The state of the auth policy. The auth policy is only active when the auth type is set to <code>AWS_IAM</code>. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is <code>NONE</code>, then, any auth policy that you provide remains inactive. For more information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network">Create a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
5141
4929
  * @public
5142
4930
  */
5143
4931
  state?: AuthPolicyState | undefined;
@@ -5147,14 +4935,12 @@ export interface PutAuthPolicyResponse {
5147
4935
  */
5148
4936
  export interface PutResourcePolicyRequest {
5149
4937
  /**
5150
- * <p>The ID or ARN of the service network or service for which the policy
5151
- * is created.</p>
4938
+ * <p>The ID or ARN of the service network or service for which the policy is created.</p>
5152
4939
  * @public
5153
4940
  */
5154
4941
  resourceArn: string | undefined;
5155
4942
  /**
5156
- * <p>An IAM policy. The policy string in JSON must not contain newlines or blank
5157
- * lines.</p>
4943
+ * <p>An IAM policy. The policy string in JSON must not contain newlines or blank lines.</p>
5158
4944
  * @public
5159
4945
  */
5160
4946
  policy: string | undefined;
@@ -5174,7 +4960,7 @@ export interface UpdateResourceConfigurationRequest {
5174
4960
  */
5175
4961
  resourceConfigurationIdentifier: string | undefined;
5176
4962
  /**
5177
- * <p>The resource configuration.</p>
4963
+ * <p>Identifies the resource configuration in one of the following ways:</p> <ul> <li> <p> <b>Amazon Resource Name (ARN)</b> - Supported resource-types that are provisioned by Amazon Web Services services, such as RDS databases, can be identified by their ARN.</p> </li> <li> <p> <b>Domain name</b> - Any domain name that is publicly resolvable.</p> </li> <li> <p> <b>IP address</b> - For IPv4 and IPv6, only IP addresses in the VPC are supported.</p> </li> </ul>
5178
4964
  * @public
5179
4965
  */
5180
4966
  resourceConfigurationDefinition?: ResourceConfigurationDefinition | undefined;
@@ -5219,25 +5005,7 @@ export interface UpdateResourceConfigurationResponse {
5219
5005
  */
5220
5006
  resourceConfigurationGroupId?: string | undefined;
5221
5007
  /**
5222
- * <p>The type of resource configuration.</p>
5223
- * <ul>
5224
- * <li>
5225
- * <p>
5226
- * <code>SINGLE</code> - A single resource.</p>
5227
- * </li>
5228
- * <li>
5229
- * <p>
5230
- * <code>GROUP</code> - A group of resources.</p>
5231
- * </li>
5232
- * <li>
5233
- * <p>
5234
- * <code>CHILD</code> - A single resource that is part of a group resource configuration.</p>
5235
- * </li>
5236
- * <li>
5237
- * <p>
5238
- * <code>ARN</code> - An Amazon Web Services resource.</p>
5239
- * </li>
5240
- * </ul>
5008
+ * <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>
5241
5009
  * @public
5242
5010
  */
5243
5011
  type?: ResourceConfigurationType | undefined;
@@ -5417,17 +5185,7 @@ export interface UpdateServiceRequest {
5417
5185
  */
5418
5186
  certificateArn?: string | undefined;
5419
5187
  /**
5420
- * <p>The type of IAM policy.</p>
5421
- * <ul>
5422
- * <li>
5423
- * <p>
5424
- * <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p>
5425
- * </li>
5426
- * <li>
5427
- * <p>
5428
- * <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p>
5429
- * </li>
5430
- * </ul>
5188
+ * <p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>
5431
5189
  * @public
5432
5190
  */
5433
5191
  authType?: AuthType | undefined;
@@ -5477,17 +5235,7 @@ export interface UpdateServiceNetworkRequest {
5477
5235
  */
5478
5236
  serviceNetworkIdentifier: string | undefined;
5479
5237
  /**
5480
- * <p>The type of IAM policy.</p>
5481
- * <ul>
5482
- * <li>
5483
- * <p>
5484
- * <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p>
5485
- * </li>
5486
- * <li>
5487
- * <p>
5488
- * <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p>
5489
- * </li>
5490
- * </ul>
5238
+ * <p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>
5491
5239
  * @public
5492
5240
  */
5493
5241
  authType: AuthType | undefined;
@@ -5547,9 +5295,7 @@ export interface UpdateServiceNetworkVpcAssociationResponse {
5547
5295
  */
5548
5296
  arn?: string | undefined;
5549
5297
  /**
5550
- * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
5551
- * However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, there is no change
5552
- * in the status.</p>
5298
+ * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>
5553
5299
  * @public
5554
5300
  */
5555
5301
  status?: ServiceNetworkVpcAssociationStatus | undefined;