@aws-sdk/client-vpc-lattice 3.529.1 → 3.535.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 (117) hide show
  1. package/dist-types/VPCLattice.d.ts +6 -1
  2. package/dist-types/VPCLatticeClient.d.ts +1 -1
  3. package/dist-types/commands/BatchUpdateRuleCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateTargetGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -1
  23. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +2 -1
  24. package/dist-types/commands/GetAuthPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetListenerCommand.d.ts +2 -1
  26. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/GetRuleCommand.d.ts +2 -1
  28. package/dist-types/commands/GetServiceCommand.d.ts +2 -1
  29. package/dist-types/commands/GetServiceNetworkCommand.d.ts +2 -1
  30. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +2 -1
  31. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +2 -1
  32. package/dist-types/commands/GetTargetGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListListenersCommand.d.ts +2 -1
  35. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListServiceNetworksCommand.d.ts +2 -1
  39. package/dist-types/commands/ListServicesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTargetGroupsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTargetsCommand.d.ts +2 -1
  43. package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -1
  44. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  45. package/dist-types/commands/RegisterTargetsCommand.d.ts +2 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateListenerCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateRuleCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +2 -1
  55. package/dist-types/models/models_0.d.ts +542 -542
  56. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  57. package/dist-types/runtimeConfig.d.ts +2 -2
  58. package/dist-types/runtimeConfig.native.d.ts +2 -2
  59. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  60. package/dist-types/ts3.4/VPCLattice.d.ts +5 -0
  61. package/dist-types/ts3.4/commands/BatchUpdateRuleCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateAccessLogSubscriptionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateServiceNetworkCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteAccessLogSubscriptionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteAuthPolicyCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteServiceNetworkCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetAccessLogSubscriptionCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetAuthPolicyCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetListenerCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -0
  86. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetServiceNetworkCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetServiceNetworkServiceAssociationCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetServiceNetworkVpcAssociationCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetTargetGroupCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListAccessLogSubscriptionsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListServiceNetworksCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListTargetGroupsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/PutAuthPolicyCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UpdateAccessLogSubscriptionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateServiceNetworkCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateTargetGroupCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  117. package/package.json +40 -40
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { VPCLatticeServiceException as __BaseException } from "./VPCLatticeServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>The user does not have sufficient access to perform this action.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
@@ -13,21 +13,21 @@ export declare class AccessDeniedException extends __BaseException {
13
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
14
  }
15
15
  /**
16
- * @public
17
16
  * <p>The request conflicts with the current state of the resource. Updating or deleting a
18
17
  * resource can cause an inconsistent state.</p>
18
+ * @public
19
19
  */
20
20
  export declare class ConflictException extends __BaseException {
21
21
  readonly name: "ConflictException";
22
22
  readonly $fault: "client";
23
23
  /**
24
- * @public
25
24
  * <p>The resource ID.</p>
25
+ * @public
26
26
  */
27
27
  resourceId: string | undefined;
28
28
  /**
29
- * @public
30
29
  * <p>The resource type.</p>
30
+ * @public
31
31
  */
32
32
  resourceType: string | undefined;
33
33
  /**
@@ -40,27 +40,27 @@ export declare class ConflictException extends __BaseException {
40
40
  */
41
41
  export interface CreateAccessLogSubscriptionRequest {
42
42
  /**
43
- * @public
44
43
  * <p>A unique, case-sensitive identifier that you provide to ensure
45
44
  * the idempotency of the request. If you retry a request that completed successfully using
46
45
  * the same client token and parameters, the retry succeeds without performing any actions.
47
46
  * If the parameters aren't identical, the retry fails.</p>
47
+ * @public
48
48
  */
49
49
  clientToken?: string;
50
50
  /**
51
- * @public
52
51
  * <p>The ID or Amazon Resource Name (ARN) of the service network or service.</p>
52
+ * @public
53
53
  */
54
54
  resourceIdentifier: string | undefined;
55
55
  /**
56
- * @public
57
56
  * <p>The Amazon Resource Name (ARN) of the destination. The supported destination types are
58
57
  * CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.</p>
58
+ * @public
59
59
  */
60
60
  destinationArn: string | undefined;
61
61
  /**
62
- * @public
63
62
  * <p>The tags for the access log subscription.</p>
63
+ * @public
64
64
  */
65
65
  tags?: Record<string, string>;
66
66
  }
@@ -69,42 +69,42 @@ export interface CreateAccessLogSubscriptionRequest {
69
69
  */
70
70
  export interface CreateAccessLogSubscriptionResponse {
71
71
  /**
72
- * @public
73
72
  * <p>The ID of the access log subscription.</p>
73
+ * @public
74
74
  */
75
75
  id: string | undefined;
76
76
  /**
77
- * @public
78
77
  * <p>The Amazon Resource Name (ARN) of the access log subscription.</p>
78
+ * @public
79
79
  */
80
80
  arn: string | undefined;
81
81
  /**
82
- * @public
83
82
  * <p>The ID of the service network or service.</p>
83
+ * @public
84
84
  */
85
85
  resourceId: string | undefined;
86
86
  /**
87
- * @public
88
87
  * <p>The Amazon Resource Name (ARN) of the service network or service.</p>
88
+ * @public
89
89
  */
90
90
  resourceArn: string | undefined;
91
91
  /**
92
- * @public
93
92
  * <p>The Amazon Resource Name (ARN) of the log destination.</p>
93
+ * @public
94
94
  */
95
95
  destinationArn: string | undefined;
96
96
  }
97
97
  /**
98
- * @public
99
98
  * <p>An unexpected error occurred while processing the request.</p>
99
+ * @public
100
100
  */
101
101
  export declare class InternalServerException extends __BaseException {
102
102
  readonly name: "InternalServerException";
103
103
  readonly $fault: "server";
104
104
  $retryable: {};
105
105
  /**
106
- * @public
107
106
  * <p>The number of seconds to wait before retrying.</p>
107
+ * @public
108
108
  */
109
109
  retryAfterSeconds?: number;
110
110
  /**
@@ -113,20 +113,20 @@ export declare class InternalServerException extends __BaseException {
113
113
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
114
114
  }
115
115
  /**
116
- * @public
117
116
  * <p>The request references a resource that does not exist.</p>
117
+ * @public
118
118
  */
119
119
  export declare class ResourceNotFoundException extends __BaseException {
120
120
  readonly name: "ResourceNotFoundException";
121
121
  readonly $fault: "client";
122
122
  /**
123
- * @public
124
123
  * <p>The resource ID.</p>
124
+ * @public
125
125
  */
126
126
  resourceId: string | undefined;
127
127
  /**
128
- * @public
129
128
  * <p>The resource type.</p>
129
+ * @public
130
130
  */
131
131
  resourceType: string | undefined;
132
132
  /**
@@ -135,8 +135,8 @@ export declare class ResourceNotFoundException extends __BaseException {
135
135
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
136
136
  }
137
137
  /**
138
- * @public
139
138
  * <p>The limit on the number of requests per second was exceeded.</p>
139
+ * @public
140
140
  */
141
141
  export declare class ThrottlingException extends __BaseException {
142
142
  readonly name: "ThrottlingException";
@@ -145,18 +145,18 @@ export declare class ThrottlingException extends __BaseException {
145
145
  throttling: boolean;
146
146
  };
147
147
  /**
148
- * @public
149
148
  * <p>The service code.</p>
149
+ * @public
150
150
  */
151
151
  serviceCode?: string;
152
152
  /**
153
- * @public
154
153
  * <p>The ID of the service quota that was exceeded.</p>
154
+ * @public
155
155
  */
156
156
  quotaCode?: string;
157
157
  /**
158
- * @public
159
158
  * <p>The number of seconds to wait before retrying.</p>
159
+ * @public
160
160
  */
161
161
  retryAfterSeconds?: number;
162
162
  /**
@@ -165,18 +165,18 @@ export declare class ThrottlingException extends __BaseException {
165
165
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
166
166
  }
167
167
  /**
168
- * @public
169
168
  * <p>Describes a validation failure.</p>
169
+ * @public
170
170
  */
171
171
  export interface ValidationExceptionField {
172
172
  /**
173
- * @public
174
173
  * <p>The name of the validation exception.</p>
174
+ * @public
175
175
  */
176
176
  name: string | undefined;
177
177
  /**
178
- * @public
179
178
  * <p>Additional details about why the validation failed.</p>
179
+ * @public
180
180
  */
181
181
  message: string | undefined;
182
182
  }
@@ -195,21 +195,21 @@ export declare const ValidationExceptionReason: {
195
195
  */
196
196
  export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
197
197
  /**
198
- * @public
199
198
  * <p>The input does not satisfy the constraints specified by an Amazon Web Services
200
199
  * service.</p>
200
+ * @public
201
201
  */
202
202
  export declare class ValidationException extends __BaseException {
203
203
  readonly name: "ValidationException";
204
204
  readonly $fault: "client";
205
205
  /**
206
- * @public
207
206
  * <p>The reason.</p>
207
+ * @public
208
208
  */
209
209
  reason: ValidationExceptionReason | undefined;
210
210
  /**
211
- * @public
212
211
  * <p>The fields that failed validation.</p>
212
+ * @public
213
213
  */
214
214
  fieldList?: ValidationExceptionField[];
215
215
  /**
@@ -222,8 +222,8 @@ export declare class ValidationException extends __BaseException {
222
222
  */
223
223
  export interface DeleteAccessLogSubscriptionRequest {
224
224
  /**
225
- * @public
226
225
  * <p>The ID or Amazon Resource Name (ARN) of the access log subscription.</p>
226
+ * @public
227
227
  */
228
228
  accessLogSubscriptionIdentifier: string | undefined;
229
229
  }
@@ -237,8 +237,8 @@ export interface DeleteAccessLogSubscriptionResponse {
237
237
  */
238
238
  export interface GetAccessLogSubscriptionRequest {
239
239
  /**
240
- * @public
241
240
  * <p>The ID or Amazon Resource Name (ARN) of the access log subscription.</p>
241
+ * @public
242
242
  */
243
243
  accessLogSubscriptionIdentifier: string | undefined;
244
244
  }
@@ -247,40 +247,40 @@ export interface GetAccessLogSubscriptionRequest {
247
247
  */
248
248
  export interface GetAccessLogSubscriptionResponse {
249
249
  /**
250
- * @public
251
250
  * <p>The ID of the access log subscription.</p>
251
+ * @public
252
252
  */
253
253
  id: string | undefined;
254
254
  /**
255
- * @public
256
255
  * <p>The Amazon Resource Name (ARN) of the access log subscription.</p>
256
+ * @public
257
257
  */
258
258
  arn: string | undefined;
259
259
  /**
260
- * @public
261
260
  * <p>The ID of the service network or service.</p>
261
+ * @public
262
262
  */
263
263
  resourceId: string | undefined;
264
264
  /**
265
- * @public
266
265
  * <p>The Amazon Resource Name (ARN) of the service network or service.</p>
266
+ * @public
267
267
  */
268
268
  resourceArn: string | undefined;
269
269
  /**
270
- * @public
271
270
  * <p>The Amazon Resource Name (ARN) of the access log destination.</p>
271
+ * @public
272
272
  */
273
273
  destinationArn: string | undefined;
274
274
  /**
275
- * @public
276
275
  * <p>The date and time that the access log subscription was created, specified in ISO-8601
277
276
  * format.</p>
277
+ * @public
278
278
  */
279
279
  createdAt: Date | undefined;
280
280
  /**
281
- * @public
282
281
  * <p>The date and time that the access log subscription was last updated, specified in ISO-8601
283
282
  * format.</p>
283
+ * @public
284
284
  */
285
285
  lastUpdatedAt: Date | undefined;
286
286
  }
@@ -289,61 +289,61 @@ export interface GetAccessLogSubscriptionResponse {
289
289
  */
290
290
  export interface ListAccessLogSubscriptionsRequest {
291
291
  /**
292
- * @public
293
292
  * <p>The ID or Amazon Resource Name (ARN) of the service network or service.</p>
293
+ * @public
294
294
  */
295
295
  resourceIdentifier: string | undefined;
296
296
  /**
297
- * @public
298
297
  * <p>The maximum number of results to return.</p>
298
+ * @public
299
299
  */
300
300
  maxResults?: number;
301
301
  /**
302
- * @public
303
302
  * <p>A pagination token for the next page of results.</p>
303
+ * @public
304
304
  */
305
305
  nextToken?: string;
306
306
  }
307
307
  /**
308
- * @public
309
308
  * <p>Summary information about an access log subscription.</p>
309
+ * @public
310
310
  */
311
311
  export interface AccessLogSubscriptionSummary {
312
312
  /**
313
- * @public
314
313
  * <p>The ID of the access log subscription.</p>
314
+ * @public
315
315
  */
316
316
  id: string | undefined;
317
317
  /**
318
- * @public
319
318
  * <p>The Amazon Resource Name (ARN) of the access log subscription</p>
319
+ * @public
320
320
  */
321
321
  arn: string | undefined;
322
322
  /**
323
- * @public
324
323
  * <p>The ID of the service or service network.</p>
324
+ * @public
325
325
  */
326
326
  resourceId: string | undefined;
327
327
  /**
328
- * @public
329
328
  * <p>The Amazon Resource Name (ARN) of the service or service network.</p>
329
+ * @public
330
330
  */
331
331
  resourceArn: string | undefined;
332
332
  /**
333
- * @public
334
333
  * <p>The Amazon Resource Name (ARN) of the destination.</p>
334
+ * @public
335
335
  */
336
336
  destinationArn: string | undefined;
337
337
  /**
338
- * @public
339
338
  * <p>The date and time that the access log subscription was created, specified in ISO-8601
340
339
  * format.</p>
340
+ * @public
341
341
  */
342
342
  createdAt: Date | undefined;
343
343
  /**
344
- * @public
345
344
  * <p>The date and time that the access log subscription was last updated, specified in ISO-8601
346
345
  * format.</p>
346
+ * @public
347
347
  */
348
348
  lastUpdatedAt: Date | undefined;
349
349
  }
@@ -352,13 +352,13 @@ export interface AccessLogSubscriptionSummary {
352
352
  */
353
353
  export interface ListAccessLogSubscriptionsResponse {
354
354
  /**
355
- * @public
356
355
  * <p>The access log subscriptions.</p>
356
+ * @public
357
357
  */
358
358
  items: AccessLogSubscriptionSummary[] | undefined;
359
359
  /**
360
- * @public
361
360
  * <p>A pagination token for the next page of results.</p>
361
+ * @public
362
362
  */
363
363
  nextToken?: string;
364
364
  }
@@ -367,13 +367,13 @@ export interface ListAccessLogSubscriptionsResponse {
367
367
  */
368
368
  export interface UpdateAccessLogSubscriptionRequest {
369
369
  /**
370
- * @public
371
370
  * <p>The ID or Amazon Resource Name (ARN) of the access log subscription.</p>
371
+ * @public
372
372
  */
373
373
  accessLogSubscriptionIdentifier: string | undefined;
374
374
  /**
375
- * @public
376
375
  * <p>The Amazon Resource Name (ARN) of the access log destination.</p>
376
+ * @public
377
377
  */
378
378
  destinationArn: string | undefined;
379
379
  }
@@ -382,28 +382,28 @@ export interface UpdateAccessLogSubscriptionRequest {
382
382
  */
383
383
  export interface UpdateAccessLogSubscriptionResponse {
384
384
  /**
385
- * @public
386
385
  * <p>The ID of the access log subscription.</p>
386
+ * @public
387
387
  */
388
388
  id: string | undefined;
389
389
  /**
390
- * @public
391
390
  * <p>The Amazon Resource Name (ARN) of the access log subscription.</p>
391
+ * @public
392
392
  */
393
393
  arn: string | undefined;
394
394
  /**
395
- * @public
396
395
  * <p>The ID of the resource.</p>
396
+ * @public
397
397
  */
398
398
  resourceId: string | undefined;
399
399
  /**
400
- * @public
401
400
  * <p>The Amazon Resource Name (ARN) of the access log subscription.</p>
401
+ * @public
402
402
  */
403
403
  resourceArn: string | undefined;
404
404
  /**
405
- * @public
406
405
  * <p>The Amazon Resource Name (ARN) of the access log destination.</p>
406
+ * @public
407
407
  */
408
408
  destinationArn: string | undefined;
409
409
  }
@@ -432,46 +432,45 @@ export declare const AuthType: {
432
432
  */
433
433
  export type AuthType = (typeof AuthType)[keyof typeof AuthType];
434
434
  /**
435
- * @public
436
435
  * <p>Information about an action that returns a custom HTTP response. </p>
436
+ * @public
437
437
  */
438
438
  export interface FixedResponseAction {
439
439
  /**
440
- * @public
441
440
  * <p>The HTTP response code.</p>
441
+ * @public
442
442
  */
443
443
  statusCode: number | undefined;
444
444
  }
445
445
  /**
446
- * @public
447
446
  * <p>Describes the weight of a target group.</p>
447
+ * @public
448
448
  */
449
449
  export interface WeightedTargetGroup {
450
450
  /**
451
- * @public
452
451
  * <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
452
+ * @public
453
453
  */
454
454
  targetGroupIdentifier: string | undefined;
455
455
  /**
456
- * @public
457
456
  * <p>Only required if you specify multiple target groups for a forward action. The "weight"
458
457
  * determines how requests are distributed to the target group. For example, if you specify two
459
458
  * target groups, each with a weight of 10, each target group receives half the requests. If you
460
459
  * specify two target groups, one with a weight of 10 and the other with a weight of 20, the target
461
460
  * group with a weight of 20 receives twice as many requests as the other target group. If there's
462
461
  * only one target group specified, then the default value is 100.</p>
462
+ * @public
463
463
  */
464
464
  weight?: number;
465
465
  }
466
466
  /**
467
- * @public
468
467
  * <p>Describes a forward action. You can use forward actions to route requests to one or more
469
468
  * target groups.
470
469
  * </p>
470
+ * @public
471
471
  */
472
472
  export interface ForwardAction {
473
473
  /**
474
- * @public
475
474
  * <p>The target groups. Traffic matching the rule is forwarded to the specified target groups.
476
475
  * With forward actions, you can assign a weight that controls the prioritization and selection of
477
476
  * each target group. This means that requests are distributed to individual target groups based on
@@ -479,14 +478,15 @@ export interface ForwardAction {
479
478
  * half of the traffic.</p>
480
479
  * <p>The default value is 1. This means that if only one target group is provided, there is no
481
480
  * need to set the weight; 100% of traffic will go to that target group.</p>
481
+ * @public
482
482
  */
483
483
  targetGroups: WeightedTargetGroup[] | undefined;
484
484
  }
485
485
  /**
486
- * @public
487
486
  * <p>Describes the action for a rule. Each rule must include exactly one of the following types
488
487
  * of actions: <code>forward </code>or <code>fixed-response</code>, and it must be the last action
489
488
  * to be performed.</p>
489
+ * @public
490
490
  */
491
491
  export type RuleAction = RuleAction.FixedResponseMember | RuleAction.ForwardMember | RuleAction.$UnknownMember;
492
492
  /**
@@ -494,9 +494,9 @@ export type RuleAction = RuleAction.FixedResponseMember | RuleAction.ForwardMemb
494
494
  */
495
495
  export declare namespace RuleAction {
496
496
  /**
497
- * @public
498
497
  * <p>The forward action. Traffic that matches the rule is forwarded to the specified target
499
498
  * groups.</p>
499
+ * @public
500
500
  */
501
501
  interface ForwardMember {
502
502
  forward: ForwardAction;
@@ -504,8 +504,8 @@ export declare namespace RuleAction {
504
504
  $unknown?: never;
505
505
  }
506
506
  /**
507
- * @public
508
507
  * <p> Describes the rule action that returns a custom HTTP response. </p>
508
+ * @public
509
509
  */
510
510
  interface FixedResponseMember {
511
511
  forward?: never;
@@ -528,8 +528,8 @@ export declare namespace RuleAction {
528
528
  const visit: <T>(value: RuleAction, visitor: Visitor<T>) => T;
529
529
  }
530
530
  /**
531
- * @public
532
531
  * <p>Describes a header match type. Only one can be provided.</p>
532
+ * @public
533
533
  */
534
534
  export type HeaderMatchType = HeaderMatchType.ContainsMember | HeaderMatchType.ExactMember | HeaderMatchType.PrefixMember | HeaderMatchType.$UnknownMember;
535
535
  /**
@@ -537,8 +537,8 @@ export type HeaderMatchType = HeaderMatchType.ContainsMember | HeaderMatchType.E
537
537
  */
538
538
  export declare namespace HeaderMatchType {
539
539
  /**
540
- * @public
541
540
  * <p>Specifies an exact type match.</p>
541
+ * @public
542
542
  */
543
543
  interface ExactMember {
544
544
  exact: string;
@@ -547,8 +547,8 @@ export declare namespace HeaderMatchType {
547
547
  $unknown?: never;
548
548
  }
549
549
  /**
550
- * @public
551
550
  * <p>Specifies a prefix type match. Matches the value with the prefix.</p>
551
+ * @public
552
552
  */
553
553
  interface PrefixMember {
554
554
  exact?: never;
@@ -557,8 +557,8 @@ export declare namespace HeaderMatchType {
557
557
  $unknown?: never;
558
558
  }
559
559
  /**
560
- * @public
561
560
  * <p>Specifies a contains type match.</p>
561
+ * @public
562
562
  */
563
563
  interface ContainsMember {
564
564
  exact?: never;
@@ -584,31 +584,31 @@ export declare namespace HeaderMatchType {
584
584
  const visit: <T>(value: HeaderMatchType, visitor: Visitor<T>) => T;
585
585
  }
586
586
  /**
587
- * @public
588
587
  * <p>Describes the constraints for a header match. Matches incoming requests with rule based on
589
588
  * request header value before applying rule action.</p>
589
+ * @public
590
590
  */
591
591
  export interface HeaderMatch {
592
592
  /**
593
- * @public
594
593
  * <p>The name of the header.</p>
594
+ * @public
595
595
  */
596
596
  name: string | undefined;
597
597
  /**
598
- * @public
599
598
  * <p>The header match type.</p>
599
+ * @public
600
600
  */
601
601
  match: HeaderMatchType | undefined;
602
602
  /**
603
- * @public
604
603
  * <p>Indicates whether the match is case sensitive. Defaults to false.</p>
604
+ * @public
605
605
  */
606
606
  caseSensitive?: boolean;
607
607
  }
608
608
  /**
609
- * @public
610
609
  * <p>Describes a path match type. Each rule can include only one of the following types of
611
610
  * paths.</p>
611
+ * @public
612
612
  */
613
613
  export type PathMatchType = PathMatchType.ExactMember | PathMatchType.PrefixMember | PathMatchType.$UnknownMember;
614
614
  /**
@@ -616,8 +616,8 @@ export type PathMatchType = PathMatchType.ExactMember | PathMatchType.PrefixMemb
616
616
  */
617
617
  export declare namespace PathMatchType {
618
618
  /**
619
- * @public
620
619
  * <p>An exact match of the path.</p>
620
+ * @public
621
621
  */
622
622
  interface ExactMember {
623
623
  exact: string;
@@ -625,8 +625,8 @@ export declare namespace PathMatchType {
625
625
  $unknown?: never;
626
626
  }
627
627
  /**
628
- * @public
629
628
  * <p>A prefix match of the path.</p>
629
+ * @public
630
630
  */
631
631
  interface PrefixMember {
632
632
  exact?: never;
@@ -649,47 +649,47 @@ export declare namespace PathMatchType {
649
649
  const visit: <T>(value: PathMatchType, visitor: Visitor<T>) => T;
650
650
  }
651
651
  /**
652
- * @public
653
652
  * <p>Describes the conditions that can be applied when matching a path for incoming
654
653
  * requests.</p>
654
+ * @public
655
655
  */
656
656
  export interface PathMatch {
657
657
  /**
658
- * @public
659
658
  * <p>The type of path match.</p>
659
+ * @public
660
660
  */
661
661
  match: PathMatchType | undefined;
662
662
  /**
663
- * @public
664
663
  * <p>Indicates whether the match is case sensitive. Defaults to false.</p>
664
+ * @public
665
665
  */
666
666
  caseSensitive?: boolean;
667
667
  }
668
668
  /**
669
- * @public
670
669
  * <p>Describes criteria that can be applied to incoming requests.</p>
670
+ * @public
671
671
  */
672
672
  export interface HttpMatch {
673
673
  /**
674
- * @public
675
674
  * <p>The HTTP method type.</p>
675
+ * @public
676
676
  */
677
677
  method?: string;
678
678
  /**
679
- * @public
680
679
  * <p>The path match.</p>
680
+ * @public
681
681
  */
682
682
  pathMatch?: PathMatch;
683
683
  /**
684
- * @public
685
684
  * <p>The header matches. Matches incoming requests with rule based on request header value before
686
685
  * applying rule action.</p>
686
+ * @public
687
687
  */
688
688
  headerMatches?: HeaderMatch[];
689
689
  }
690
690
  /**
691
- * @public
692
691
  * <p>Describes a rule match.</p>
692
+ * @public
693
693
  */
694
694
  export type RuleMatch = RuleMatch.HttpMatchMember | RuleMatch.$UnknownMember;
695
695
  /**
@@ -697,8 +697,8 @@ export type RuleMatch = RuleMatch.HttpMatchMember | RuleMatch.$UnknownMember;
697
697
  */
698
698
  export declare namespace RuleMatch {
699
699
  /**
700
- * @public
701
700
  * <p>The HTTP criteria that a rule must match.</p>
701
+ * @public
702
702
  */
703
703
  interface HttpMatchMember {
704
704
  httpMatch: HttpMatch;
@@ -718,28 +718,28 @@ export declare namespace RuleMatch {
718
718
  const visit: <T>(value: RuleMatch, visitor: Visitor<T>) => T;
719
719
  }
720
720
  /**
721
- * @public
722
721
  * <p>Represents an object when updating a rule.</p>
722
+ * @public
723
723
  */
724
724
  export interface RuleUpdate {
725
725
  /**
726
- * @public
727
726
  * <p>The ID or Amazon Resource Name (ARN) of the rule.</p>
727
+ * @public
728
728
  */
729
729
  ruleIdentifier: string | undefined;
730
730
  /**
731
- * @public
732
731
  * <p>The rule match.</p>
732
+ * @public
733
733
  */
734
734
  match?: RuleMatch;
735
735
  /**
736
- * @public
737
736
  * <p>The rule priority. A listener can't have multiple rules with the same priority.</p>
737
+ * @public
738
738
  */
739
739
  priority?: number;
740
740
  /**
741
- * @public
742
741
  * <p>The rule action.</p>
742
+ * @public
743
743
  */
744
744
  action?: RuleAction;
745
745
  }
@@ -748,80 +748,80 @@ export interface RuleUpdate {
748
748
  */
749
749
  export interface BatchUpdateRuleRequest {
750
750
  /**
751
- * @public
752
751
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
752
+ * @public
753
753
  */
754
754
  serviceIdentifier: string | undefined;
755
755
  /**
756
- * @public
757
756
  * <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
757
+ * @public
758
758
  */
759
759
  listenerIdentifier: string | undefined;
760
760
  /**
761
- * @public
762
761
  * <p>The rules for the specified listener.</p>
762
+ * @public
763
763
  */
764
764
  rules: RuleUpdate[] | undefined;
765
765
  }
766
766
  /**
767
- * @public
768
767
  * <p>Describes a successful rule update.</p>
768
+ * @public
769
769
  */
770
770
  export interface RuleUpdateSuccess {
771
771
  /**
772
- * @public
773
772
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
773
+ * @public
774
774
  */
775
775
  arn?: string;
776
776
  /**
777
- * @public
778
777
  * <p>The ID of the listener.</p>
778
+ * @public
779
779
  */
780
780
  id?: string;
781
781
  /**
782
- * @public
783
782
  * <p>The name of the listener.</p>
783
+ * @public
784
784
  */
785
785
  name?: string;
786
786
  /**
787
- * @public
788
787
  * <p>Indicates whether this is the default rule.</p>
788
+ * @public
789
789
  */
790
790
  isDefault?: boolean;
791
791
  /**
792
- * @public
793
792
  * <p>The rule match.</p>
793
+ * @public
794
794
  */
795
795
  match?: RuleMatch;
796
796
  /**
797
- * @public
798
797
  * <p>The rule priority.</p>
798
+ * @public
799
799
  */
800
800
  priority?: number;
801
801
  /**
802
- * @public
803
802
  * <p>The action for the default rule.</p>
803
+ * @public
804
804
  */
805
805
  action?: RuleAction;
806
806
  }
807
807
  /**
808
- * @public
809
808
  * <p>Describes a rule update that failed.</p>
809
+ * @public
810
810
  */
811
811
  export interface RuleUpdateFailure {
812
812
  /**
813
- * @public
814
813
  * <p>The ID or Amazon Resource Name (ARN) of the rule.</p>
814
+ * @public
815
815
  */
816
816
  ruleIdentifier?: string;
817
817
  /**
818
- * @public
819
818
  * <p>The failure code.</p>
819
+ * @public
820
820
  */
821
821
  failureCode?: string;
822
822
  /**
823
- * @public
824
823
  * <p>The failure message.</p>
824
+ * @public
825
825
  */
826
826
  failureMessage?: string;
827
827
  }
@@ -830,13 +830,13 @@ export interface RuleUpdateFailure {
830
830
  */
831
831
  export interface BatchUpdateRuleResponse {
832
832
  /**
833
- * @public
834
833
  * <p>The rules that were successfully updated.</p>
834
+ * @public
835
835
  */
836
836
  successful?: RuleUpdateSuccess[];
837
837
  /**
838
- * @public
839
838
  * <p>The rules that the operation couldn't update.</p>
839
+ * @public
840
840
  */
841
841
  unsuccessful?: RuleUpdateFailure[];
842
842
  }
@@ -863,47 +863,47 @@ export type ListenerProtocol = (typeof ListenerProtocol)[keyof typeof ListenerPr
863
863
  */
864
864
  export interface CreateListenerRequest {
865
865
  /**
866
- * @public
867
866
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
867
+ * @public
868
868
  */
869
869
  serviceIdentifier: string | undefined;
870
870
  /**
871
- * @public
872
871
  * <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
873
872
  * hyphen as the first or last character, or immediately after another hyphen.</p>
873
+ * @public
874
874
  */
875
875
  name: string | undefined;
876
876
  /**
877
- * @public
878
877
  * <p>The listener protocol HTTP or HTTPS.</p>
878
+ * @public
879
879
  */
880
880
  protocol: ListenerProtocol | undefined;
881
881
  /**
882
- * @public
883
882
  * <p>The listener port. You can specify a value from <code>1</code> to <code>65535</code>. For
884
883
  * HTTP, the default is <code>80</code>. For HTTPS, the default is <code>443</code>.</p>
884
+ * @public
885
885
  */
886
886
  port?: number;
887
887
  /**
888
- * @public
889
888
  * <p>The action for the default rule. Each listener has a default rule. Each rule consists of a
890
889
  * priority, one or more actions, and one or more conditions. The default rule is the rule that's
891
890
  * used if no other rules match. Each rule must include exactly one of the following types of
892
891
  * actions: <code>forward </code>or <code>fixed-response</code>, and it must be the last action to
893
892
  * be performed. </p>
893
+ * @public
894
894
  */
895
895
  defaultAction: RuleAction | undefined;
896
896
  /**
897
- * @public
898
897
  * <p>A unique, case-sensitive identifier that you provide to ensure
899
898
  * the idempotency of the request. If you retry a request that completed successfully using
900
899
  * the same client token and parameters, the retry succeeds without performing any actions.
901
900
  * If the parameters aren't identical, the retry fails.</p>
901
+ * @public
902
902
  */
903
903
  clientToken?: string;
904
904
  /**
905
- * @public
906
905
  * <p>The tags for the listener.</p>
906
+ * @public
907
907
  */
908
908
  tags?: Record<string, string>;
909
909
  }
@@ -912,71 +912,71 @@ export interface CreateListenerRequest {
912
912
  */
913
913
  export interface CreateListenerResponse {
914
914
  /**
915
- * @public
916
915
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
916
+ * @public
917
917
  */
918
918
  arn?: string;
919
919
  /**
920
- * @public
921
920
  * <p>The ID of the listener.</p>
921
+ * @public
922
922
  */
923
923
  id?: string;
924
924
  /**
925
- * @public
926
925
  * <p>The name of the listener.</p>
926
+ * @public
927
927
  */
928
928
  name?: string;
929
929
  /**
930
- * @public
931
930
  * <p>The protocol of the listener.</p>
931
+ * @public
932
932
  */
933
933
  protocol?: ListenerProtocol;
934
934
  /**
935
- * @public
936
935
  * <p>The port number of the listener.</p>
936
+ * @public
937
937
  */
938
938
  port?: number;
939
939
  /**
940
- * @public
941
940
  * <p>The Amazon Resource Name (ARN) of the service.</p>
941
+ * @public
942
942
  */
943
943
  serviceArn?: string;
944
944
  /**
945
- * @public
946
945
  * <p>The ID of the service.</p>
946
+ * @public
947
947
  */
948
948
  serviceId?: string;
949
949
  /**
950
- * @public
951
950
  * <p>The action for the default rule.</p>
951
+ * @public
952
952
  */
953
953
  defaultAction?: RuleAction;
954
954
  }
955
955
  /**
956
- * @public
957
956
  * <p>The request would cause a service quota to be exceeded.</p>
957
+ * @public
958
958
  */
959
959
  export declare class ServiceQuotaExceededException extends __BaseException {
960
960
  readonly name: "ServiceQuotaExceededException";
961
961
  readonly $fault: "client";
962
962
  /**
963
- * @public
964
963
  * <p>The resource ID.</p>
964
+ * @public
965
965
  */
966
966
  resourceId?: string;
967
967
  /**
968
- * @public
969
968
  * <p>The resource type.</p>
969
+ * @public
970
970
  */
971
971
  resourceType: string | undefined;
972
972
  /**
973
- * @public
974
973
  * <p>The service code.</p>
974
+ * @public
975
975
  */
976
976
  serviceCode: string | undefined;
977
977
  /**
978
- * @public
979
978
  * <p>The ID of the service quota that was exceeded.</p>
979
+ * @public
980
980
  */
981
981
  quotaCode: string | undefined;
982
982
  /**
@@ -989,48 +989,48 @@ export declare class ServiceQuotaExceededException extends __BaseException {
989
989
  */
990
990
  export interface CreateRuleRequest {
991
991
  /**
992
- * @public
993
992
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
993
+ * @public
994
994
  */
995
995
  serviceIdentifier: string | undefined;
996
996
  /**
997
- * @public
998
997
  * <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
998
+ * @public
999
999
  */
1000
1000
  listenerIdentifier: string | undefined;
1001
1001
  /**
1002
- * @public
1003
1002
  * <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
1004
1003
  * hyphen as the first or last character, or immediately after another hyphen.</p>
1004
+ * @public
1005
1005
  */
1006
1006
  name: string | undefined;
1007
1007
  /**
1008
- * @public
1009
1008
  * <p>The rule match.</p>
1009
+ * @public
1010
1010
  */
1011
1011
  match: RuleMatch | undefined;
1012
1012
  /**
1013
- * @public
1014
1013
  * <p>The priority assigned to the rule. Each rule for a specific listener must have a unique
1015
1014
  * priority. The lower the priority number the higher the priority.</p>
1015
+ * @public
1016
1016
  */
1017
1017
  priority: number | undefined;
1018
1018
  /**
1019
- * @public
1020
1019
  * <p>The action for the default rule.</p>
1020
+ * @public
1021
1021
  */
1022
1022
  action: RuleAction | undefined;
1023
1023
  /**
1024
- * @public
1025
1024
  * <p>A unique, case-sensitive identifier that you provide to ensure
1026
1025
  * the idempotency of the request. If you retry a request that completed successfully using
1027
1026
  * the same client token and parameters, the retry succeeds without performing any actions.
1028
1027
  * If the parameters aren't identical, the retry fails.</p>
1028
+ * @public
1029
1029
  */
1030
1030
  clientToken?: string;
1031
1031
  /**
1032
- * @public
1033
1032
  * <p>The tags for the rule.</p>
1033
+ * @public
1034
1034
  */
1035
1035
  tags?: Record<string, string>;
1036
1036
  }
@@ -1039,38 +1039,38 @@ export interface CreateRuleRequest {
1039
1039
  */
1040
1040
  export interface CreateRuleResponse {
1041
1041
  /**
1042
- * @public
1043
1042
  * <p>The Amazon Resource Name (ARN) of the rule.</p>
1043
+ * @public
1044
1044
  */
1045
1045
  arn?: string;
1046
1046
  /**
1047
- * @public
1048
1047
  * <p>The ID of the rule.</p>
1048
+ * @public
1049
1049
  */
1050
1050
  id?: string;
1051
1051
  /**
1052
- * @public
1053
1052
  * <p>The name of the rule.</p>
1053
+ * @public
1054
1054
  */
1055
1055
  name?: string;
1056
1056
  /**
1057
- * @public
1058
1057
  * <p>The rule match. The <code>RuleMatch</code> must be an <code>HttpMatch</code>. This means
1059
1058
  * that the rule should be an exact match on HTTP constraints which are made up of the HTTP method,
1060
1059
  * path, and header.</p>
1060
+ * @public
1061
1061
  */
1062
1062
  match?: RuleMatch;
1063
1063
  /**
1064
- * @public
1065
1064
  * <p>The priority assigned to the rule. The lower the priority number the higher the
1066
1065
  * priority.</p>
1066
+ * @public
1067
1067
  */
1068
1068
  priority?: number;
1069
1069
  /**
1070
- * @public
1071
1070
  * <p>The rule action. Each rule must include exactly one of the following types of actions:
1072
1071
  * <code>forward </code>or <code>fixed-response</code>, and it must be the last action to be
1073
1072
  * performed.</p>
1073
+ * @public
1074
1074
  */
1075
1075
  action?: RuleAction;
1076
1076
  }
@@ -1079,36 +1079,35 @@ export interface CreateRuleResponse {
1079
1079
  */
1080
1080
  export interface CreateServiceRequest {
1081
1081
  /**
1082
- * @public
1083
1082
  * <p>A unique, case-sensitive identifier that you provide to ensure
1084
1083
  * the idempotency of the request. If you retry a request that completed successfully using
1085
1084
  * the same client token and parameters, the retry succeeds without performing any actions.
1086
1085
  * If the parameters aren't identical, the retry fails.</p>
1086
+ * @public
1087
1087
  */
1088
1088
  clientToken?: string;
1089
1089
  /**
1090
- * @public
1091
1090
  * <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
1092
1091
  * hyphen as the first or last character, or immediately after another hyphen.</p>
1092
+ * @public
1093
1093
  */
1094
1094
  name: string | undefined;
1095
1095
  /**
1096
- * @public
1097
1096
  * <p>The tags for the service.</p>
1097
+ * @public
1098
1098
  */
1099
1099
  tags?: Record<string, string>;
1100
1100
  /**
1101
- * @public
1102
1101
  * <p>The custom domain name of the service.</p>
1102
+ * @public
1103
1103
  */
1104
1104
  customDomainName?: string;
1105
1105
  /**
1106
- * @public
1107
1106
  * <p>The Amazon Resource Name (ARN) of the certificate.</p>
1107
+ * @public
1108
1108
  */
1109
1109
  certificateArn?: string;
1110
1110
  /**
1111
- * @public
1112
1111
  * <p>The type of IAM policy.</p>
1113
1112
  * <ul>
1114
1113
  * <li>
@@ -1120,22 +1119,23 @@ export interface CreateServiceRequest {
1120
1119
  * <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>
1121
1120
  * </li>
1122
1121
  * </ul>
1122
+ * @public
1123
1123
  */
1124
1124
  authType?: AuthType;
1125
1125
  }
1126
1126
  /**
1127
- * @public
1128
1127
  * <p>Describes the DNS information of a service.</p>
1128
+ * @public
1129
1129
  */
1130
1130
  export interface DnsEntry {
1131
1131
  /**
1132
- * @public
1133
1132
  * <p>The domain name of the service.</p>
1133
+ * @public
1134
1134
  */
1135
1135
  domainName?: string;
1136
1136
  /**
1137
- * @public
1138
1137
  * <p>The ID of the hosted zone.</p>
1138
+ * @public
1139
1139
  */
1140
1140
  hostedZoneId?: string;
1141
1141
  }
@@ -1174,44 +1174,44 @@ export type ServiceStatus = (typeof ServiceStatus)[keyof typeof ServiceStatus];
1174
1174
  */
1175
1175
  export interface CreateServiceResponse {
1176
1176
  /**
1177
- * @public
1178
1177
  * <p>The ID of the service.</p>
1178
+ * @public
1179
1179
  */
1180
1180
  id?: string;
1181
1181
  /**
1182
- * @public
1183
1182
  * <p>The Amazon Resource Name (ARN) of the service.</p>
1183
+ * @public
1184
1184
  */
1185
1185
  arn?: string;
1186
1186
  /**
1187
- * @public
1188
1187
  * <p>The name of the service.</p>
1188
+ * @public
1189
1189
  */
1190
1190
  name?: string;
1191
1191
  /**
1192
- * @public
1193
1192
  * <p>The custom domain name of the service.</p>
1193
+ * @public
1194
1194
  */
1195
1195
  customDomainName?: string;
1196
1196
  /**
1197
- * @public
1198
1197
  * <p>The Amazon Resource Name (ARN) of the certificate.</p>
1198
+ * @public
1199
1199
  */
1200
1200
  certificateArn?: string;
1201
1201
  /**
1202
- * @public
1203
1202
  * <p>The status. If the status is <code>CREATE_FAILED</code>, you will have to delete and
1204
1203
  * recreate the service.</p>
1204
+ * @public
1205
1205
  */
1206
1206
  status?: ServiceStatus;
1207
1207
  /**
1208
- * @public
1209
1208
  * <p>The type of IAM policy.</p>
1209
+ * @public
1210
1210
  */
1211
1211
  authType?: AuthType;
1212
1212
  /**
1213
- * @public
1214
1213
  * <p>The public DNS name of the service.</p>
1214
+ * @public
1215
1215
  */
1216
1216
  dnsEntry?: DnsEntry;
1217
1217
  }
@@ -1220,21 +1220,20 @@ export interface CreateServiceResponse {
1220
1220
  */
1221
1221
  export interface CreateServiceNetworkRequest {
1222
1222
  /**
1223
- * @public
1224
1223
  * <p>A unique, case-sensitive identifier that you provide to ensure
1225
1224
  * the idempotency of the request. If you retry a request that completed successfully using
1226
1225
  * the same client token and parameters, the retry succeeds without performing any actions.
1227
1226
  * If the parameters aren't identical, the retry fails.</p>
1227
+ * @public
1228
1228
  */
1229
1229
  clientToken?: string;
1230
1230
  /**
1231
- * @public
1232
1231
  * <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
1233
1232
  * hyphen as the first or last character, or immediately after another hyphen.</p>
1233
+ * @public
1234
1234
  */
1235
1235
  name: string | undefined;
1236
1236
  /**
1237
- * @public
1238
1237
  * <p>The type of IAM policy.</p>
1239
1238
  * <ul>
1240
1239
  * <li>
@@ -1246,11 +1245,12 @@ export interface CreateServiceNetworkRequest {
1246
1245
  * <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>
1247
1246
  * </li>
1248
1247
  * </ul>
1248
+ * @public
1249
1249
  */
1250
1250
  authType?: AuthType;
1251
1251
  /**
1252
- * @public
1253
1252
  * <p>The tags for the service network.</p>
1253
+ * @public
1254
1254
  */
1255
1255
  tags?: Record<string, string>;
1256
1256
  }
@@ -1259,23 +1259,23 @@ export interface CreateServiceNetworkRequest {
1259
1259
  */
1260
1260
  export interface CreateServiceNetworkResponse {
1261
1261
  /**
1262
- * @public
1263
1262
  * <p>The ID of the service network.</p>
1263
+ * @public
1264
1264
  */
1265
1265
  id?: string;
1266
1266
  /**
1267
- * @public
1268
1267
  * <p>The name of the service network.</p>
1268
+ * @public
1269
1269
  */
1270
1270
  name?: string;
1271
1271
  /**
1272
- * @public
1273
1272
  * <p>The Amazon Resource Name (ARN) of the service network.</p>
1273
+ * @public
1274
1274
  */
1275
1275
  arn?: string;
1276
1276
  /**
1277
- * @public
1278
1277
  * <p>The type of IAM policy.</p>
1278
+ * @public
1279
1279
  */
1280
1280
  authType?: AuthType;
1281
1281
  }
@@ -1284,27 +1284,27 @@ export interface CreateServiceNetworkResponse {
1284
1284
  */
1285
1285
  export interface CreateServiceNetworkServiceAssociationRequest {
1286
1286
  /**
1287
- * @public
1288
1287
  * <p>A unique, case-sensitive identifier that you provide to ensure
1289
1288
  * the idempotency of the request. If you retry a request that completed successfully using
1290
1289
  * the same client token and parameters, the retry succeeds without performing any actions.
1291
1290
  * If the parameters aren't identical, the retry fails.</p>
1291
+ * @public
1292
1292
  */
1293
1293
  clientToken?: string;
1294
1294
  /**
1295
- * @public
1296
1295
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
1296
+ * @public
1297
1297
  */
1298
1298
  serviceIdentifier: string | undefined;
1299
1299
  /**
1300
- * @public
1301
1300
  * <p>The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the
1302
1301
  * resources specified in the operation are in different accounts.</p>
1302
+ * @public
1303
1303
  */
1304
1304
  serviceNetworkIdentifier: string | undefined;
1305
1305
  /**
1306
- * @public
1307
1306
  * <p>The tags for the association.</p>
1307
+ * @public
1308
1308
  */
1309
1309
  tags?: Record<string, string>;
1310
1310
  }
@@ -1343,33 +1343,33 @@ export type ServiceNetworkServiceAssociationStatus = (typeof ServiceNetworkServi
1343
1343
  */
1344
1344
  export interface CreateServiceNetworkServiceAssociationResponse {
1345
1345
  /**
1346
- * @public
1347
1346
  * <p>The ID of the association.</p>
1347
+ * @public
1348
1348
  */
1349
1349
  id?: string;
1350
1350
  /**
1351
- * @public
1352
1351
  * <p>The operation's status.</p>
1352
+ * @public
1353
1353
  */
1354
1354
  status?: ServiceNetworkServiceAssociationStatus;
1355
1355
  /**
1356
- * @public
1357
1356
  * <p>The Amazon Resource Name (ARN) of the association.</p>
1357
+ * @public
1358
1358
  */
1359
1359
  arn?: string;
1360
1360
  /**
1361
- * @public
1362
1361
  * <p>The account that created the association.</p>
1362
+ * @public
1363
1363
  */
1364
1364
  createdBy?: string;
1365
1365
  /**
1366
- * @public
1367
1366
  * <p>The custom domain name of the service.</p>
1367
+ * @public
1368
1368
  */
1369
1369
  customDomainName?: string;
1370
1370
  /**
1371
- * @public
1372
1371
  * <p>The DNS name of the service.</p>
1372
+ * @public
1373
1373
  */
1374
1374
  dnsEntry?: DnsEntry;
1375
1375
  }
@@ -1378,36 +1378,36 @@ export interface CreateServiceNetworkServiceAssociationResponse {
1378
1378
  */
1379
1379
  export interface CreateServiceNetworkVpcAssociationRequest {
1380
1380
  /**
1381
- * @public
1382
1381
  * <p>A unique, case-sensitive identifier that you provide to ensure
1383
1382
  * the idempotency of the request. If you retry a request that completed successfully using
1384
1383
  * the same client token and parameters, the retry succeeds without performing any actions.
1385
1384
  * If the parameters aren't identical, the retry fails.</p>
1385
+ * @public
1386
1386
  */
1387
1387
  clientToken?: string;
1388
1388
  /**
1389
- * @public
1390
1389
  * <p>The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the
1391
1390
  * resources specified in the operation are in different accounts.</p>
1391
+ * @public
1392
1392
  */
1393
1393
  serviceNetworkIdentifier: string | undefined;
1394
1394
  /**
1395
- * @public
1396
1395
  * <p>The ID of the VPC.</p>
1396
+ * @public
1397
1397
  */
1398
1398
  vpcIdentifier: string | undefined;
1399
1399
  /**
1400
- * @public
1401
1400
  * <p>The IDs of the security groups. Security groups aren't added by default. You can add a
1402
1401
  * security group to apply network level controls to control which resources in a VPC are allowed to
1403
1402
  * 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
1404
1403
  * resources using security groups</a> in the <i>Amazon VPC User
1405
1404
  * Guide</i>.</p>
1405
+ * @public
1406
1406
  */
1407
1407
  securityGroupIds?: string[];
1408
1408
  /**
1409
- * @public
1410
1409
  * <p>The tags for the association.</p>
1410
+ * @public
1411
1411
  */
1412
1412
  tags?: Record<string, string>;
1413
1413
  }
@@ -1454,35 +1454,35 @@ export type ServiceNetworkVpcAssociationStatus = (typeof ServiceNetworkVpcAssoci
1454
1454
  */
1455
1455
  export interface CreateServiceNetworkVpcAssociationResponse {
1456
1456
  /**
1457
- * @public
1458
1457
  * <p>The ID of the association.</p>
1458
+ * @public
1459
1459
  */
1460
1460
  id?: string;
1461
1461
  /**
1462
- * @public
1463
1462
  * <p>The operation's status.</p>
1463
+ * @public
1464
1464
  */
1465
1465
  status?: ServiceNetworkVpcAssociationStatus;
1466
1466
  /**
1467
- * @public
1468
1467
  * <p>The Amazon Resource Name (ARN) of the association.</p>
1468
+ * @public
1469
1469
  */
1470
1470
  arn?: string;
1471
1471
  /**
1472
- * @public
1473
1472
  * <p>The account that created the association.</p>
1473
+ * @public
1474
1474
  */
1475
1475
  createdBy?: string;
1476
1476
  /**
1477
- * @public
1478
1477
  * <p>The IDs of the security groups.</p>
1478
+ * @public
1479
1479
  */
1480
1480
  securityGroupIds?: string[];
1481
1481
  }
1482
1482
  /**
1483
- * @public
1484
1483
  * <p>The codes to use when checking for a successful response from a target for health
1485
1484
  * checks.</p>
1485
+ * @public
1486
1486
  */
1487
1487
  export type Matcher = Matcher.HttpCodeMember | Matcher.$UnknownMember;
1488
1488
  /**
@@ -1490,8 +1490,8 @@ export type Matcher = Matcher.HttpCodeMember | Matcher.$UnknownMember;
1490
1490
  */
1491
1491
  export declare namespace Matcher {
1492
1492
  /**
1493
- * @public
1494
1493
  * <p>The HTTP code to use when checking for a successful response from a target.</p>
1494
+ * @public
1495
1495
  */
1496
1496
  interface HttpCodeMember {
1497
1497
  httpCode: string;
@@ -1547,71 +1547,71 @@ export declare const HealthCheckProtocolVersion: {
1547
1547
  */
1548
1548
  export type HealthCheckProtocolVersion = (typeof HealthCheckProtocolVersion)[keyof typeof HealthCheckProtocolVersion];
1549
1549
  /**
1550
- * @public
1551
1550
  * <p>The health check configuration of a target group. Health check configurations aren't used
1552
1551
  * for <code>LAMBDA</code> and <code>ALB</code> target groups.</p>
1552
+ * @public
1553
1553
  */
1554
1554
  export interface HealthCheckConfig {
1555
1555
  /**
1556
- * @public
1557
1556
  * <p>Indicates whether health checking is enabled.</p>
1557
+ * @public
1558
1558
  */
1559
1559
  enabled?: boolean;
1560
1560
  /**
1561
- * @public
1562
1561
  * <p>The protocol used when performing health checks on targets. The possible protocols are
1563
1562
  * <code>HTTP</code> and <code>HTTPS</code>. The default is <code>HTTP</code>.</p>
1563
+ * @public
1564
1564
  */
1565
1565
  protocol?: TargetGroupProtocol;
1566
1566
  /**
1567
- * @public
1568
1567
  * <p>The protocol version used when performing health checks on targets. The possible protocol
1569
1568
  * versions are <code>HTTP1</code> and <code>HTTP2</code>.</p>
1569
+ * @public
1570
1570
  */
1571
1571
  protocolVersion?: HealthCheckProtocolVersion;
1572
1572
  /**
1573
- * @public
1574
1573
  * <p>The port used when performing health checks on targets. The default setting is the port that
1575
1574
  * a target receives traffic on.</p>
1575
+ * @public
1576
1576
  */
1577
1577
  port?: number;
1578
1578
  /**
1579
- * @public
1580
1579
  * <p>The destination for health checks on the targets. If the protocol version is
1581
1580
  * <code>HTTP/1.1</code> or <code>HTTP/2</code>, specify a valid URI (for example,
1582
1581
  * <code>/path?query</code>). The default path is <code>/</code>. Health checks are not supported
1583
1582
  * if the protocol version is <code>gRPC</code>, however, you can choose <code>HTTP/1.1</code> or
1584
1583
  * <code>HTTP/2</code> and specify a valid URI.</p>
1584
+ * @public
1585
1585
  */
1586
1586
  path?: string;
1587
1587
  /**
1588
- * @public
1589
1588
  * <p>The approximate amount of time, in seconds, between health checks of an individual target.
1590
1589
  * The range is 5–300 seconds. The default is 30 seconds.</p>
1590
+ * @public
1591
1591
  */
1592
1592
  healthCheckIntervalSeconds?: number;
1593
1593
  /**
1594
- * @public
1595
1594
  * <p>The amount of time, in seconds, to wait before reporting a target as unhealthy. The range is
1596
1595
  * 1–120 seconds. The default is 5 seconds.</p>
1596
+ * @public
1597
1597
  */
1598
1598
  healthCheckTimeoutSeconds?: number;
1599
1599
  /**
1600
- * @public
1601
1600
  * <p>The number of consecutive successful health checks required before considering an unhealthy
1602
1601
  * target healthy. The range is 2–10. The default is 5.</p>
1602
+ * @public
1603
1603
  */
1604
1604
  healthyThresholdCount?: number;
1605
1605
  /**
1606
- * @public
1607
1606
  * <p>The number of consecutive failed health checks required before considering a target
1608
1607
  * unhealthy. The range is 2–10. The default is 2.</p>
1608
+ * @public
1609
1609
  */
1610
1610
  unhealthyThresholdCount?: number;
1611
1611
  /**
1612
- * @public
1613
1612
  * <p>The codes to use when checking for a successful response from a target. These are called
1614
1613
  * <i>Success codes</i> in the console.</p>
1614
+ * @public
1615
1615
  */
1616
1616
  matcher?: Matcher;
1617
1617
  }
@@ -1674,48 +1674,48 @@ export declare const TargetGroupProtocolVersion: {
1674
1674
  */
1675
1675
  export type TargetGroupProtocolVersion = (typeof TargetGroupProtocolVersion)[keyof typeof TargetGroupProtocolVersion];
1676
1676
  /**
1677
- * @public
1678
1677
  * <p>Describes the configuration of a target group. Lambda functions don't support target group
1679
1678
  * configuration.</p>
1679
+ * @public
1680
1680
  */
1681
1681
  export interface TargetGroupConfig {
1682
1682
  /**
1683
- * @public
1684
1683
  * <p>The port on which the targets are listening. For HTTP, the default is <code>80</code>. For
1685
1684
  * HTTPS, the default is <code>443</code>
1686
1685
  * </p>
1686
+ * @public
1687
1687
  */
1688
1688
  port?: number;
1689
1689
  /**
1690
- * @public
1691
1690
  * <p>The protocol to use for routing traffic to the targets. Default is the protocol of a target
1692
1691
  * group.</p>
1692
+ * @public
1693
1693
  */
1694
1694
  protocol?: TargetGroupProtocol;
1695
1695
  /**
1696
- * @public
1697
1696
  * <p>The protocol version. Default value is <code>HTTP1</code>.</p>
1697
+ * @public
1698
1698
  */
1699
1699
  protocolVersion?: TargetGroupProtocolVersion;
1700
1700
  /**
1701
- * @public
1702
1701
  * <p>The type of IP address used for the target group. The possible values are <code>ipv4</code> and <code>ipv6</code>.
1703
1702
  * This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>
1703
+ * @public
1704
1704
  */
1705
1705
  ipAddressType?: IpAddressType;
1706
1706
  /**
1707
- * @public
1708
1707
  * <p>The ID of the VPC.</p>
1708
+ * @public
1709
1709
  */
1710
1710
  vpcIdentifier?: string;
1711
1711
  /**
1712
- * @public
1713
1712
  * <p>The health check configuration.</p>
1713
+ * @public
1714
1714
  */
1715
1715
  healthCheck?: HealthCheckConfig;
1716
1716
  /**
1717
- * @public
1718
1717
  * Lambda event structure version
1718
+ * @public
1719
1719
  */
1720
1720
  lambdaEventStructureVersion?: LambdaEventStructureVersion;
1721
1721
  }
@@ -1750,33 +1750,33 @@ export type TargetGroupType = (typeof TargetGroupType)[keyof typeof TargetGroupT
1750
1750
  */
1751
1751
  export interface CreateTargetGroupRequest {
1752
1752
  /**
1753
- * @public
1754
1753
  * <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
1755
1754
  * hyphen as the first or last character, or immediately after another hyphen.</p>
1755
+ * @public
1756
1756
  */
1757
1757
  name: string | undefined;
1758
1758
  /**
1759
- * @public
1760
1759
  * <p>The type of target group.</p>
1760
+ * @public
1761
1761
  */
1762
1762
  type: TargetGroupType | undefined;
1763
1763
  /**
1764
- * @public
1765
1764
  * <p>The target group configuration. If <code>type</code> is set to <code>LAMBDA</code>, this
1766
1765
  * parameter doesn't apply.</p>
1766
+ * @public
1767
1767
  */
1768
1768
  config?: TargetGroupConfig;
1769
1769
  /**
1770
- * @public
1771
1770
  * <p>A unique, case-sensitive identifier that you provide to ensure
1772
1771
  * the idempotency of the request. If you retry a request that completed successfully using
1773
1772
  * the same client token and parameters, the retry succeeds without performing any actions.
1774
1773
  * If the parameters aren't identical, the retry fails.</p>
1774
+ * @public
1775
1775
  */
1776
1776
  clientToken?: string;
1777
1777
  /**
1778
- * @public
1779
1778
  * <p>The tags for the target group.</p>
1779
+ * @public
1780
1780
  */
1781
1781
  tags?: Record<string, string>;
1782
1782
  }
@@ -1815,36 +1815,36 @@ export type TargetGroupStatus = (typeof TargetGroupStatus)[keyof typeof TargetGr
1815
1815
  */
1816
1816
  export interface CreateTargetGroupResponse {
1817
1817
  /**
1818
- * @public
1819
1818
  * <p>The ID of the target group.</p>
1819
+ * @public
1820
1820
  */
1821
1821
  id?: string;
1822
1822
  /**
1823
- * @public
1824
1823
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
1824
+ * @public
1825
1825
  */
1826
1826
  arn?: string;
1827
1827
  /**
1828
- * @public
1829
1828
  * <p>The name of the target group.</p>
1829
+ * @public
1830
1830
  */
1831
1831
  name?: string;
1832
1832
  /**
1833
- * @public
1834
1833
  * <p>The type of target group.</p>
1834
+ * @public
1835
1835
  */
1836
1836
  type?: TargetGroupType;
1837
1837
  /**
1838
- * @public
1839
1838
  * <p>The target group configuration. If <code>type</code> is set to <code>LAMBDA</code>, this
1840
1839
  * parameter doesn't apply.</p>
1840
+ * @public
1841
1841
  */
1842
1842
  config?: TargetGroupConfig;
1843
1843
  /**
1844
- * @public
1845
1844
  * <p>The operation's status. You can retry the operation if the status is
1846
1845
  * <code>CREATE_FAILED</code>. However, if you retry it while the status is
1847
1846
  * <code>CREATE_IN_PROGRESS</code>, there is no change in the status. </p>
1847
+ * @public
1848
1848
  */
1849
1849
  status?: TargetGroupStatus;
1850
1850
  }
@@ -1853,8 +1853,8 @@ export interface CreateTargetGroupResponse {
1853
1853
  */
1854
1854
  export interface DeleteAuthPolicyRequest {
1855
1855
  /**
1856
- * @public
1857
1856
  * <p>The ID or Amazon Resource Name (ARN) of the resource.</p>
1857
+ * @public
1858
1858
  */
1859
1859
  resourceIdentifier: string | undefined;
1860
1860
  }
@@ -1868,13 +1868,13 @@ export interface DeleteAuthPolicyResponse {
1868
1868
  */
1869
1869
  export interface DeleteListenerRequest {
1870
1870
  /**
1871
- * @public
1872
1871
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
1872
+ * @public
1873
1873
  */
1874
1874
  serviceIdentifier: string | undefined;
1875
1875
  /**
1876
- * @public
1877
1876
  * <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
1877
+ * @public
1878
1878
  */
1879
1879
  listenerIdentifier: string | undefined;
1880
1880
  }
@@ -1888,8 +1888,8 @@ export interface DeleteListenerResponse {
1888
1888
  */
1889
1889
  export interface DeleteResourcePolicyRequest {
1890
1890
  /**
1891
- * @public
1892
1891
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
1892
+ * @public
1893
1893
  */
1894
1894
  resourceArn: string | undefined;
1895
1895
  }
@@ -1903,18 +1903,18 @@ export interface DeleteResourcePolicyResponse {
1903
1903
  */
1904
1904
  export interface DeleteRuleRequest {
1905
1905
  /**
1906
- * @public
1907
1906
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
1907
+ * @public
1908
1908
  */
1909
1909
  serviceIdentifier: string | undefined;
1910
1910
  /**
1911
- * @public
1912
1911
  * <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
1912
+ * @public
1913
1913
  */
1914
1914
  listenerIdentifier: string | undefined;
1915
1915
  /**
1916
- * @public
1917
1916
  * <p>The ID or Amazon Resource Name (ARN) of the rule.</p>
1917
+ * @public
1918
1918
  */
1919
1919
  ruleIdentifier: string | undefined;
1920
1920
  }
@@ -1928,8 +1928,8 @@ export interface DeleteRuleResponse {
1928
1928
  */
1929
1929
  export interface DeleteServiceRequest {
1930
1930
  /**
1931
- * @public
1932
1931
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
1932
+ * @public
1933
1933
  */
1934
1934
  serviceIdentifier: string | undefined;
1935
1935
  }
@@ -1938,25 +1938,25 @@ export interface DeleteServiceRequest {
1938
1938
  */
1939
1939
  export interface DeleteServiceResponse {
1940
1940
  /**
1941
- * @public
1942
1941
  * <p>The ID of the service.</p>
1942
+ * @public
1943
1943
  */
1944
1944
  id?: string;
1945
1945
  /**
1946
- * @public
1947
1946
  * <p>The Amazon Resource Name (ARN) of the service.</p>
1947
+ * @public
1948
1948
  */
1949
1949
  arn?: string;
1950
1950
  /**
1951
- * @public
1952
1951
  * <p>The name of the service.</p>
1952
+ * @public
1953
1953
  */
1954
1954
  name?: string;
1955
1955
  /**
1956
- * @public
1957
1956
  * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
1958
1957
  * However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't
1959
1958
  * change.</p>
1959
+ * @public
1960
1960
  */
1961
1961
  status?: ServiceStatus;
1962
1962
  }
@@ -1965,8 +1965,8 @@ export interface DeleteServiceResponse {
1965
1965
  */
1966
1966
  export interface DeleteServiceNetworkRequest {
1967
1967
  /**
1968
- * @public
1969
1968
  * <p>The Amazon Resource Name (ARN) or ID of the service network.</p>
1969
+ * @public
1970
1970
  */
1971
1971
  serviceNetworkIdentifier: string | undefined;
1972
1972
  }
@@ -1980,8 +1980,8 @@ export interface DeleteServiceNetworkResponse {
1980
1980
  */
1981
1981
  export interface DeleteServiceNetworkServiceAssociationRequest {
1982
1982
  /**
1983
- * @public
1984
1983
  * <p>The ID or Amazon Resource Name (ARN) of the association.</p>
1984
+ * @public
1985
1985
  */
1986
1986
  serviceNetworkServiceAssociationIdentifier: string | undefined;
1987
1987
  }
@@ -1990,20 +1990,20 @@ export interface DeleteServiceNetworkServiceAssociationRequest {
1990
1990
  */
1991
1991
  export interface DeleteServiceNetworkServiceAssociationResponse {
1992
1992
  /**
1993
- * @public
1994
1993
  * <p>The ID of the association.</p>
1994
+ * @public
1995
1995
  */
1996
1996
  id?: string;
1997
1997
  /**
1998
- * @public
1999
1998
  * <p>The operation's status. You can retry the operation if the status is
2000
1999
  * <code>DELETE_FAILED</code>. However, if you retry it when the status is
2001
2000
  * <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>
2001
+ * @public
2002
2002
  */
2003
2003
  status?: ServiceNetworkServiceAssociationStatus;
2004
2004
  /**
2005
- * @public
2006
2005
  * <p>The Amazon Resource Name (ARN) of the association.</p>
2006
+ * @public
2007
2007
  */
2008
2008
  arn?: string;
2009
2009
  }
@@ -2012,8 +2012,8 @@ export interface DeleteServiceNetworkServiceAssociationResponse {
2012
2012
  */
2013
2013
  export interface DeleteServiceNetworkVpcAssociationRequest {
2014
2014
  /**
2015
- * @public
2016
2015
  * <p>The ID or Amazon Resource Name (ARN) of the association.</p>
2016
+ * @public
2017
2017
  */
2018
2018
  serviceNetworkVpcAssociationIdentifier: string | undefined;
2019
2019
  }
@@ -2022,20 +2022,20 @@ export interface DeleteServiceNetworkVpcAssociationRequest {
2022
2022
  */
2023
2023
  export interface DeleteServiceNetworkVpcAssociationResponse {
2024
2024
  /**
2025
- * @public
2026
2025
  * <p>The ID of the association.</p>
2026
+ * @public
2027
2027
  */
2028
2028
  id?: string;
2029
2029
  /**
2030
- * @public
2031
2030
  * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
2032
2031
  * However, if you retry it when the status is <code>DELETE_IN_PROGRESS</code>, there is no change
2033
2032
  * in the status.</p>
2033
+ * @public
2034
2034
  */
2035
2035
  status?: ServiceNetworkVpcAssociationStatus;
2036
2036
  /**
2037
- * @public
2038
2037
  * <p>The Amazon Resource Name (ARN) of the association.</p>
2038
+ * @public
2039
2039
  */
2040
2040
  arn?: string;
2041
2041
  }
@@ -2044,8 +2044,8 @@ export interface DeleteServiceNetworkVpcAssociationResponse {
2044
2044
  */
2045
2045
  export interface DeleteTargetGroupRequest {
2046
2046
  /**
2047
- * @public
2048
2047
  * <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
2048
+ * @public
2049
2049
  */
2050
2050
  targetGroupIdentifier: string | undefined;
2051
2051
  }
@@ -2054,40 +2054,40 @@ export interface DeleteTargetGroupRequest {
2054
2054
  */
2055
2055
  export interface DeleteTargetGroupResponse {
2056
2056
  /**
2057
- * @public
2058
2057
  * <p>The ID of the target group.</p>
2058
+ * @public
2059
2059
  */
2060
2060
  id?: string;
2061
2061
  /**
2062
- * @public
2063
2062
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
2063
+ * @public
2064
2064
  */
2065
2065
  arn?: string;
2066
2066
  /**
2067
- * @public
2068
2067
  * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
2069
2068
  * However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't
2070
2069
  * change.</p>
2070
+ * @public
2071
2071
  */
2072
2072
  status?: TargetGroupStatus;
2073
2073
  }
2074
2074
  /**
2075
- * @public
2076
2075
  * <p>Describes a target.</p>
2076
+ * @public
2077
2077
  */
2078
2078
  export interface Target {
2079
2079
  /**
2080
- * @public
2081
2080
  * <p>The ID of the target. If the target type of the target group is <code>INSTANCE</code>, this
2082
2081
  * is an instance ID. If the target type is <code>IP</code> , this is an IP address. If the target
2083
2082
  * type is <code>LAMBDA</code>, this is the ARN of the Lambda function. If the target type is
2084
2083
  * <code>ALB</code>, this is the ARN of the Application Load Balancer.</p>
2084
+ * @public
2085
2085
  */
2086
2086
  id: string | undefined;
2087
2087
  /**
2088
- * @public
2089
2088
  * <p>The port on which the target is listening. For HTTP, the default is <code>80</code>. For
2090
2089
  * HTTPS, the default is <code>443</code>.</p>
2090
+ * @public
2091
2091
  */
2092
2092
  port?: number;
2093
2093
  }
@@ -2096,43 +2096,43 @@ export interface Target {
2096
2096
  */
2097
2097
  export interface DeregisterTargetsRequest {
2098
2098
  /**
2099
- * @public
2100
2099
  * <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
2100
+ * @public
2101
2101
  */
2102
2102
  targetGroupIdentifier: string | undefined;
2103
2103
  /**
2104
- * @public
2105
2104
  * <p>The targets to deregister.</p>
2105
+ * @public
2106
2106
  */
2107
2107
  targets: Target[] | undefined;
2108
2108
  }
2109
2109
  /**
2110
- * @public
2111
2110
  * <p>Describes a target failure.</p>
2111
+ * @public
2112
2112
  */
2113
2113
  export interface TargetFailure {
2114
2114
  /**
2115
- * @public
2116
2115
  * <p>The ID of the target. If the target type of the target group is <code>INSTANCE</code>, this
2117
2116
  * is an instance ID. If the target type is <code>IP</code> , this is an IP address. If the target
2118
2117
  * type is <code>LAMBDA</code>, this is the ARN of the Lambda function. If the target type is
2119
2118
  * <code>ALB</code>, this is the ARN of the Application Load Balancer.</p>
2119
+ * @public
2120
2120
  */
2121
2121
  id?: string;
2122
2122
  /**
2123
- * @public
2124
2123
  * <p>The port on which the target is listening. This parameter doesn't apply if the target is a
2125
2124
  * Lambda function.</p>
2125
+ * @public
2126
2126
  */
2127
2127
  port?: number;
2128
2128
  /**
2129
- * @public
2130
2129
  * <p>The failure code.</p>
2130
+ * @public
2131
2131
  */
2132
2132
  failureCode?: string;
2133
2133
  /**
2134
- * @public
2135
2134
  * <p>The failure message.</p>
2135
+ * @public
2136
2136
  */
2137
2137
  failureMessage?: string;
2138
2138
  }
@@ -2141,13 +2141,13 @@ export interface TargetFailure {
2141
2141
  */
2142
2142
  export interface DeregisterTargetsResponse {
2143
2143
  /**
2144
- * @public
2145
2144
  * <p>The targets that were successfully deregistered.</p>
2145
+ * @public
2146
2146
  */
2147
2147
  successful?: Target[];
2148
2148
  /**
2149
- * @public
2150
2149
  * <p>The targets that the operation couldn't deregister.</p>
2150
+ * @public
2151
2151
  */
2152
2152
  unsuccessful?: TargetFailure[];
2153
2153
  }
@@ -2156,8 +2156,8 @@ export interface DeregisterTargetsResponse {
2156
2156
  */
2157
2157
  export interface GetAuthPolicyRequest {
2158
2158
  /**
2159
- * @public
2160
2159
  * <p>The ID or Amazon Resource Name (ARN) of the service network or service.</p>
2160
+ * @public
2161
2161
  */
2162
2162
  resourceIdentifier: string | undefined;
2163
2163
  }
@@ -2166,29 +2166,29 @@ export interface GetAuthPolicyRequest {
2166
2166
  */
2167
2167
  export interface GetAuthPolicyResponse {
2168
2168
  /**
2169
- * @public
2170
2169
  * <p>The auth policy.</p>
2170
+ * @public
2171
2171
  */
2172
2172
  policy?: string;
2173
2173
  /**
2174
- * @public
2175
2174
  * <p>The state of the auth policy. The auth policy is only active when the auth type is set to
2176
2175
  * <code>Amazon Web Services_IAM</code>. If you provide a policy, then authentication and
2177
2176
  * authorization decisions are made based on this policy and the client's IAM policy. If the auth
2178
2177
  * type is <code>NONE</code>, then any auth policy you provide will remain inactive. For more
2179
2178
  * information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network">Create a service
2180
2179
  * network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
2180
+ * @public
2181
2181
  */
2182
2182
  state?: AuthPolicyState;
2183
2183
  /**
2184
- * @public
2185
2184
  * <p>The date and time that the auth policy was created, specified in ISO-8601 format.</p>
2185
+ * @public
2186
2186
  */
2187
2187
  createdAt?: Date;
2188
2188
  /**
2189
- * @public
2190
2189
  * <p>The date and time that the auth policy was last updated, specified in ISO-8601
2191
2190
  * format.</p>
2191
+ * @public
2192
2192
  */
2193
2193
  lastUpdatedAt?: Date;
2194
2194
  }
@@ -2197,13 +2197,13 @@ export interface GetAuthPolicyResponse {
2197
2197
  */
2198
2198
  export interface GetListenerRequest {
2199
2199
  /**
2200
- * @public
2201
2200
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
2201
+ * @public
2202
2202
  */
2203
2203
  serviceIdentifier: string | undefined;
2204
2204
  /**
2205
- * @public
2206
2205
  * <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
2206
+ * @public
2207
2207
  */
2208
2208
  listenerIdentifier: string | undefined;
2209
2209
  }
@@ -2212,53 +2212,53 @@ export interface GetListenerRequest {
2212
2212
  */
2213
2213
  export interface GetListenerResponse {
2214
2214
  /**
2215
- * @public
2216
2215
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
2216
+ * @public
2217
2217
  */
2218
2218
  arn?: string;
2219
2219
  /**
2220
- * @public
2221
2220
  * <p>The ID of the listener.</p>
2221
+ * @public
2222
2222
  */
2223
2223
  id?: string;
2224
2224
  /**
2225
- * @public
2226
2225
  * <p>The name of the listener.</p>
2226
+ * @public
2227
2227
  */
2228
2228
  name?: string;
2229
2229
  /**
2230
- * @public
2231
2230
  * <p>The listener protocol.</p>
2231
+ * @public
2232
2232
  */
2233
2233
  protocol?: ListenerProtocol;
2234
2234
  /**
2235
- * @public
2236
2235
  * <p>The listener port.</p>
2236
+ * @public
2237
2237
  */
2238
2238
  port?: number;
2239
2239
  /**
2240
- * @public
2241
2240
  * <p>The Amazon Resource Name (ARN) of the service.</p>
2241
+ * @public
2242
2242
  */
2243
2243
  serviceArn?: string;
2244
2244
  /**
2245
- * @public
2246
2245
  * <p>The ID of the service.</p>
2246
+ * @public
2247
2247
  */
2248
2248
  serviceId?: string;
2249
2249
  /**
2250
- * @public
2251
2250
  * <p>The actions for the default listener rule.</p>
2251
+ * @public
2252
2252
  */
2253
2253
  defaultAction?: RuleAction;
2254
2254
  /**
2255
- * @public
2256
2255
  * <p>The date and time that the listener was created, specified in ISO-8601 format.</p>
2256
+ * @public
2257
2257
  */
2258
2258
  createdAt?: Date;
2259
2259
  /**
2260
- * @public
2261
2260
  * <p>The date and time that the listener was last updated, specified in ISO-8601 format.</p>
2261
+ * @public
2262
2262
  */
2263
2263
  lastUpdatedAt?: Date;
2264
2264
  }
@@ -2267,8 +2267,8 @@ export interface GetListenerResponse {
2267
2267
  */
2268
2268
  export interface GetResourcePolicyRequest {
2269
2269
  /**
2270
- * @public
2271
2270
  * <p>An IAM policy.</p>
2271
+ * @public
2272
2272
  */
2273
2273
  resourceArn: string | undefined;
2274
2274
  }
@@ -2277,8 +2277,8 @@ export interface GetResourcePolicyRequest {
2277
2277
  */
2278
2278
  export interface GetResourcePolicyResponse {
2279
2279
  /**
2280
- * @public
2281
2280
  * <p>The Amazon Resource Name (ARN) of the service network or service.</p>
2281
+ * @public
2282
2282
  */
2283
2283
  policy?: string;
2284
2284
  }
@@ -2287,18 +2287,18 @@ export interface GetResourcePolicyResponse {
2287
2287
  */
2288
2288
  export interface GetRuleRequest {
2289
2289
  /**
2290
- * @public
2291
2290
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
2291
+ * @public
2292
2292
  */
2293
2293
  serviceIdentifier: string | undefined;
2294
2294
  /**
2295
- * @public
2296
2295
  * <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
2296
+ * @public
2297
2297
  */
2298
2298
  listenerIdentifier: string | undefined;
2299
2299
  /**
2300
- * @public
2301
2300
  * <p>The ID or Amazon Resource Name (ARN) of the listener rule.</p>
2301
+ * @public
2302
2302
  */
2303
2303
  ruleIdentifier: string | undefined;
2304
2304
  }
@@ -2307,49 +2307,49 @@ export interface GetRuleRequest {
2307
2307
  */
2308
2308
  export interface GetRuleResponse {
2309
2309
  /**
2310
- * @public
2311
2310
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
2311
+ * @public
2312
2312
  */
2313
2313
  arn?: string;
2314
2314
  /**
2315
- * @public
2316
2315
  * <p>The ID of the listener.</p>
2316
+ * @public
2317
2317
  */
2318
2318
  id?: string;
2319
2319
  /**
2320
- * @public
2321
2320
  * <p>The name of the listener.</p>
2321
+ * @public
2322
2322
  */
2323
2323
  name?: string;
2324
2324
  /**
2325
- * @public
2326
2325
  * <p>Indicates whether this is the default rule.</p>
2326
+ * @public
2327
2327
  */
2328
2328
  isDefault?: boolean;
2329
2329
  /**
2330
- * @public
2331
2330
  * <p>The rule match.</p>
2331
+ * @public
2332
2332
  */
2333
2333
  match?: RuleMatch;
2334
2334
  /**
2335
- * @public
2336
2335
  * <p>The priority level for the specified rule.</p>
2336
+ * @public
2337
2337
  */
2338
2338
  priority?: number;
2339
2339
  /**
2340
- * @public
2341
2340
  * <p>The action for the default rule.</p>
2341
+ * @public
2342
2342
  */
2343
2343
  action?: RuleAction;
2344
2344
  /**
2345
- * @public
2346
2345
  * <p>The date and time that the listener rule was created, specified in ISO-8601 format.</p>
2346
+ * @public
2347
2347
  */
2348
2348
  createdAt?: Date;
2349
2349
  /**
2350
- * @public
2351
2350
  * <p>The date and time that the listener rule was last updated, specified in ISO-8601
2352
2351
  * format.</p>
2352
+ * @public
2353
2353
  */
2354
2354
  lastUpdatedAt?: Date;
2355
2355
  }
@@ -2358,8 +2358,8 @@ export interface GetRuleResponse {
2358
2358
  */
2359
2359
  export interface GetServiceRequest {
2360
2360
  /**
2361
- * @public
2362
2361
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
2362
+ * @public
2363
2363
  */
2364
2364
  serviceIdentifier: string | undefined;
2365
2365
  }
@@ -2368,63 +2368,63 @@ export interface GetServiceRequest {
2368
2368
  */
2369
2369
  export interface GetServiceResponse {
2370
2370
  /**
2371
- * @public
2372
2371
  * <p>The ID of the service.</p>
2372
+ * @public
2373
2373
  */
2374
2374
  id?: string;
2375
2375
  /**
2376
- * @public
2377
2376
  * <p>The name of the service.</p>
2377
+ * @public
2378
2378
  */
2379
2379
  name?: string;
2380
2380
  /**
2381
- * @public
2382
2381
  * <p>The Amazon Resource Name (ARN) of the service.</p>
2382
+ * @public
2383
2383
  */
2384
2384
  arn?: string;
2385
2385
  /**
2386
- * @public
2387
2386
  * <p>The date and time that the service was created, specified in ISO-8601 format.</p>
2387
+ * @public
2388
2388
  */
2389
2389
  createdAt?: Date;
2390
2390
  /**
2391
- * @public
2392
2391
  * <p>The date and time that the service was last updated, specified in ISO-8601 format.</p>
2392
+ * @public
2393
2393
  */
2394
2394
  lastUpdatedAt?: Date;
2395
2395
  /**
2396
- * @public
2397
2396
  * <p>The DNS name of the service.</p>
2397
+ * @public
2398
2398
  */
2399
2399
  dnsEntry?: DnsEntry;
2400
2400
  /**
2401
- * @public
2402
2401
  * <p>The custom domain name of the service.</p>
2402
+ * @public
2403
2403
  */
2404
2404
  customDomainName?: string;
2405
2405
  /**
2406
- * @public
2407
2406
  * <p>The Amazon Resource Name (ARN) of the certificate.</p>
2407
+ * @public
2408
2408
  */
2409
2409
  certificateArn?: string;
2410
2410
  /**
2411
- * @public
2412
2411
  * <p>The status of the service.</p>
2412
+ * @public
2413
2413
  */
2414
2414
  status?: ServiceStatus;
2415
2415
  /**
2416
- * @public
2417
2416
  * <p>The type of IAM policy.</p>
2417
+ * @public
2418
2418
  */
2419
2419
  authType?: AuthType;
2420
2420
  /**
2421
- * @public
2422
2421
  * <p>The failure code.</p>
2422
+ * @public
2423
2423
  */
2424
2424
  failureCode?: string;
2425
2425
  /**
2426
- * @public
2427
2426
  * <p>The failure message.</p>
2427
+ * @public
2428
2428
  */
2429
2429
  failureMessage?: string;
2430
2430
  }
@@ -2433,8 +2433,8 @@ export interface GetServiceResponse {
2433
2433
  */
2434
2434
  export interface GetServiceNetworkRequest {
2435
2435
  /**
2436
- * @public
2437
2436
  * <p>The ID or Amazon Resource Name (ARN) of the service network.</p>
2437
+ * @public
2438
2438
  */
2439
2439
  serviceNetworkIdentifier: string | undefined;
2440
2440
  }
@@ -2443,43 +2443,43 @@ export interface GetServiceNetworkRequest {
2443
2443
  */
2444
2444
  export interface GetServiceNetworkResponse {
2445
2445
  /**
2446
- * @public
2447
2446
  * <p>The ID of the service network.</p>
2447
+ * @public
2448
2448
  */
2449
2449
  id?: string;
2450
2450
  /**
2451
- * @public
2452
2451
  * <p>The name of the service network.</p>
2452
+ * @public
2453
2453
  */
2454
2454
  name?: string;
2455
2455
  /**
2456
- * @public
2457
2456
  * <p>The date and time that the service network was created, specified in ISO-8601 format.</p>
2457
+ * @public
2458
2458
  */
2459
2459
  createdAt?: Date;
2460
2460
  /**
2461
- * @public
2462
2461
  * <p>The date and time of the last update, specified in ISO-8601 format.</p>
2462
+ * @public
2463
2463
  */
2464
2464
  lastUpdatedAt?: Date;
2465
2465
  /**
2466
- * @public
2467
2466
  * <p>The Amazon Resource Name (ARN) of the service network.</p>
2467
+ * @public
2468
2468
  */
2469
2469
  arn?: string;
2470
2470
  /**
2471
- * @public
2472
2471
  * <p>The type of IAM policy.</p>
2472
+ * @public
2473
2473
  */
2474
2474
  authType?: AuthType;
2475
2475
  /**
2476
- * @public
2477
2476
  * <p>The number of VPCs associated with the service network.</p>
2477
+ * @public
2478
2478
  */
2479
2479
  numberOfAssociatedVPCs?: number;
2480
2480
  /**
2481
- * @public
2482
2481
  * <p>The number of services associated with the service network.</p>
2482
+ * @public
2483
2483
  */
2484
2484
  numberOfAssociatedServices?: number;
2485
2485
  }
@@ -2488,8 +2488,8 @@ export interface GetServiceNetworkResponse {
2488
2488
  */
2489
2489
  export interface GetServiceNetworkServiceAssociationRequest {
2490
2490
  /**
2491
- * @public
2492
2491
  * <p>The ID or Amazon Resource Name (ARN) of the association.</p>
2492
+ * @public
2493
2493
  */
2494
2494
  serviceNetworkServiceAssociationIdentifier: string | undefined;
2495
2495
  }
@@ -2498,78 +2498,78 @@ export interface GetServiceNetworkServiceAssociationRequest {
2498
2498
  */
2499
2499
  export interface GetServiceNetworkServiceAssociationResponse {
2500
2500
  /**
2501
- * @public
2502
2501
  * <p>The ID of the service network and service association.</p>
2502
+ * @public
2503
2503
  */
2504
2504
  id?: string;
2505
2505
  /**
2506
- * @public
2507
2506
  * <p>The status of the association.</p>
2507
+ * @public
2508
2508
  */
2509
2509
  status?: ServiceNetworkServiceAssociationStatus;
2510
2510
  /**
2511
- * @public
2512
2511
  * <p>The Amazon Resource Name (ARN) of the association.</p>
2512
+ * @public
2513
2513
  */
2514
2514
  arn?: string;
2515
2515
  /**
2516
- * @public
2517
2516
  * <p>The account that created the association.</p>
2517
+ * @public
2518
2518
  */
2519
2519
  createdBy?: string;
2520
2520
  /**
2521
- * @public
2522
2521
  * <p>The date and time that the association was created, specified in ISO-8601 format.</p>
2522
+ * @public
2523
2523
  */
2524
2524
  createdAt?: Date;
2525
2525
  /**
2526
- * @public
2527
2526
  * <p>The ID of the service.</p>
2527
+ * @public
2528
2528
  */
2529
2529
  serviceId?: string;
2530
2530
  /**
2531
- * @public
2532
2531
  * <p>The name of the service.</p>
2532
+ * @public
2533
2533
  */
2534
2534
  serviceName?: string;
2535
2535
  /**
2536
- * @public
2537
2536
  * <p>The Amazon Resource Name (ARN) of the service.</p>
2537
+ * @public
2538
2538
  */
2539
2539
  serviceArn?: string;
2540
2540
  /**
2541
- * @public
2542
2541
  * <p>The ID of the service network.</p>
2542
+ * @public
2543
2543
  */
2544
2544
  serviceNetworkId?: string;
2545
2545
  /**
2546
- * @public
2547
2546
  * <p>The name of the service network.</p>
2547
+ * @public
2548
2548
  */
2549
2549
  serviceNetworkName?: string;
2550
2550
  /**
2551
- * @public
2552
2551
  * <p>The Amazon Resource Name (ARN) of the service network.</p>
2552
+ * @public
2553
2553
  */
2554
2554
  serviceNetworkArn?: string;
2555
2555
  /**
2556
- * @public
2557
2556
  * <p>The DNS name of the service.</p>
2557
+ * @public
2558
2558
  */
2559
2559
  dnsEntry?: DnsEntry;
2560
2560
  /**
2561
- * @public
2562
2561
  * <p>The custom domain name of the service. </p>
2562
+ * @public
2563
2563
  */
2564
2564
  customDomainName?: string;
2565
2565
  /**
2566
- * @public
2567
2566
  * <p>The failure message.</p>
2567
+ * @public
2568
2568
  */
2569
2569
  failureMessage?: string;
2570
2570
  /**
2571
- * @public
2572
2571
  * <p>The failure code.</p>
2572
+ * @public
2573
2573
  */
2574
2574
  failureCode?: string;
2575
2575
  }
@@ -2578,8 +2578,8 @@ export interface GetServiceNetworkServiceAssociationResponse {
2578
2578
  */
2579
2579
  export interface GetServiceNetworkVpcAssociationRequest {
2580
2580
  /**
2581
- * @public
2582
2581
  * <p>The ID or Amazon Resource Name (ARN) of the association.</p>
2582
+ * @public
2583
2583
  */
2584
2584
  serviceNetworkVpcAssociationIdentifier: string | undefined;
2585
2585
  }
@@ -2588,69 +2588,69 @@ export interface GetServiceNetworkVpcAssociationRequest {
2588
2588
  */
2589
2589
  export interface GetServiceNetworkVpcAssociationResponse {
2590
2590
  /**
2591
- * @public
2592
2591
  * <p>The ID of the specified association between the service network and the VPC.</p>
2592
+ * @public
2593
2593
  */
2594
2594
  id?: string;
2595
2595
  /**
2596
- * @public
2597
2596
  * <p>The status of the association.</p>
2597
+ * @public
2598
2598
  */
2599
2599
  status?: ServiceNetworkVpcAssociationStatus;
2600
2600
  /**
2601
- * @public
2602
2601
  * <p>The Amazon Resource Name (ARN) of the association.</p>
2602
+ * @public
2603
2603
  */
2604
2604
  arn?: string;
2605
2605
  /**
2606
- * @public
2607
2606
  * <p>The account that created the association.</p>
2607
+ * @public
2608
2608
  */
2609
2609
  createdBy?: string;
2610
2610
  /**
2611
- * @public
2612
2611
  * <p>The date and time that the association was created, specified in ISO-8601 format.</p>
2612
+ * @public
2613
2613
  */
2614
2614
  createdAt?: Date;
2615
2615
  /**
2616
- * @public
2617
2616
  * <p>The ID of the service network.</p>
2617
+ * @public
2618
2618
  */
2619
2619
  serviceNetworkId?: string;
2620
2620
  /**
2621
- * @public
2622
2621
  * <p>The name of the service network.</p>
2622
+ * @public
2623
2623
  */
2624
2624
  serviceNetworkName?: string;
2625
2625
  /**
2626
- * @public
2627
2626
  * <p>The Amazon Resource Name (ARN) of the service network.</p>
2627
+ * @public
2628
2628
  */
2629
2629
  serviceNetworkArn?: string;
2630
2630
  /**
2631
- * @public
2632
2631
  * <p>The ID of the VPC.</p>
2632
+ * @public
2633
2633
  */
2634
2634
  vpcId?: string;
2635
2635
  /**
2636
- * @public
2637
2636
  * <p>The IDs of the security groups.</p>
2637
+ * @public
2638
2638
  */
2639
2639
  securityGroupIds?: string[];
2640
2640
  /**
2641
- * @public
2642
2641
  * <p>The failure message.</p>
2642
+ * @public
2643
2643
  */
2644
2644
  failureMessage?: string;
2645
2645
  /**
2646
- * @public
2647
2646
  * <p>The failure code.</p>
2647
+ * @public
2648
2648
  */
2649
2649
  failureCode?: string;
2650
2650
  /**
2651
- * @public
2652
2651
  * <p>The date and time that the association was last updated, specified in ISO-8601
2653
2652
  * format.</p>
2653
+ * @public
2654
2654
  */
2655
2655
  lastUpdatedAt?: Date;
2656
2656
  }
@@ -2659,8 +2659,8 @@ export interface GetServiceNetworkVpcAssociationResponse {
2659
2659
  */
2660
2660
  export interface GetTargetGroupRequest {
2661
2661
  /**
2662
- * @public
2663
2662
  * <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
2663
+ * @public
2664
2664
  */
2665
2665
  targetGroupIdentifier: string | undefined;
2666
2666
  }
@@ -2669,59 +2669,59 @@ export interface GetTargetGroupRequest {
2669
2669
  */
2670
2670
  export interface GetTargetGroupResponse {
2671
2671
  /**
2672
- * @public
2673
2672
  * <p>The ID of the target group.</p>
2673
+ * @public
2674
2674
  */
2675
2675
  id?: string;
2676
2676
  /**
2677
- * @public
2678
2677
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
2678
+ * @public
2679
2679
  */
2680
2680
  arn?: string;
2681
2681
  /**
2682
- * @public
2683
2682
  * <p>The name of the target group.</p>
2683
+ * @public
2684
2684
  */
2685
2685
  name?: string;
2686
2686
  /**
2687
- * @public
2688
2687
  * <p>The target group type.</p>
2688
+ * @public
2689
2689
  */
2690
2690
  type?: TargetGroupType;
2691
2691
  /**
2692
- * @public
2693
2692
  * <p>The target group configuration.</p>
2693
+ * @public
2694
2694
  */
2695
2695
  config?: TargetGroupConfig;
2696
2696
  /**
2697
- * @public
2698
2697
  * <p>The date and time that the target group was created, specified in ISO-8601 format.</p>
2698
+ * @public
2699
2699
  */
2700
2700
  createdAt?: Date;
2701
2701
  /**
2702
- * @public
2703
2702
  * <p>The date and time that the target group was last updated, specified in ISO-8601
2704
2703
  * format.</p>
2704
+ * @public
2705
2705
  */
2706
2706
  lastUpdatedAt?: Date;
2707
2707
  /**
2708
- * @public
2709
2708
  * <p>The status.</p>
2709
+ * @public
2710
2710
  */
2711
2711
  status?: TargetGroupStatus;
2712
2712
  /**
2713
- * @public
2714
2713
  * <p>The Amazon Resource Names (ARNs) of the service.</p>
2714
+ * @public
2715
2715
  */
2716
2716
  serviceArns?: string[];
2717
2717
  /**
2718
- * @public
2719
2718
  * <p>The failure message.</p>
2719
+ * @public
2720
2720
  */
2721
2721
  failureMessage?: string;
2722
2722
  /**
2723
- * @public
2724
2723
  * <p>The failure code.</p>
2724
+ * @public
2725
2725
  */
2726
2726
  failureCode?: string;
2727
2727
  }
@@ -2730,59 +2730,59 @@ export interface GetTargetGroupResponse {
2730
2730
  */
2731
2731
  export interface ListListenersRequest {
2732
2732
  /**
2733
- * @public
2734
2733
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
2734
+ * @public
2735
2735
  */
2736
2736
  serviceIdentifier: string | undefined;
2737
2737
  /**
2738
- * @public
2739
2738
  * <p>The maximum number of results to return.</p>
2739
+ * @public
2740
2740
  */
2741
2741
  maxResults?: number;
2742
2742
  /**
2743
- * @public
2744
2743
  * <p>A pagination token for the next page of results.</p>
2744
+ * @public
2745
2745
  */
2746
2746
  nextToken?: string;
2747
2747
  }
2748
2748
  /**
2749
- * @public
2750
2749
  * <p>Summary information about a listener.</p>
2750
+ * @public
2751
2751
  */
2752
2752
  export interface ListenerSummary {
2753
2753
  /**
2754
- * @public
2755
2754
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
2755
+ * @public
2756
2756
  */
2757
2757
  arn?: string;
2758
2758
  /**
2759
- * @public
2760
2759
  * <p>The ID of the listener.</p>
2760
+ * @public
2761
2761
  */
2762
2762
  id?: string;
2763
2763
  /**
2764
- * @public
2765
2764
  * <p>The name of the listener.</p>
2765
+ * @public
2766
2766
  */
2767
2767
  name?: string;
2768
2768
  /**
2769
- * @public
2770
2769
  * <p>The listener protocol.</p>
2770
+ * @public
2771
2771
  */
2772
2772
  protocol?: ListenerProtocol;
2773
2773
  /**
2774
- * @public
2775
2774
  * <p>The listener port.</p>
2775
+ * @public
2776
2776
  */
2777
2777
  port?: number;
2778
2778
  /**
2779
- * @public
2780
2779
  * <p>The date and time that the listener was created, specified in ISO-8601 format.</p>
2780
+ * @public
2781
2781
  */
2782
2782
  createdAt?: Date;
2783
2783
  /**
2784
- * @public
2785
2784
  * <p>The date and time that the listener was last updated, specified in ISO-8601 format.</p>
2785
+ * @public
2786
2786
  */
2787
2787
  lastUpdatedAt?: Date;
2788
2788
  }
@@ -2791,13 +2791,13 @@ export interface ListenerSummary {
2791
2791
  */
2792
2792
  export interface ListListenersResponse {
2793
2793
  /**
2794
- * @public
2795
2794
  * <p>Information about the listeners.</p>
2795
+ * @public
2796
2796
  */
2797
2797
  items: ListenerSummary[] | undefined;
2798
2798
  /**
2799
- * @public
2800
2799
  * <p>If there are additional results, a pagination token for the next page of results.</p>
2800
+ * @public
2801
2801
  */
2802
2802
  nextToken?: string;
2803
2803
  }
@@ -2806,18 +2806,18 @@ export interface ListListenersResponse {
2806
2806
  */
2807
2807
  export interface UpdateListenerRequest {
2808
2808
  /**
2809
- * @public
2810
2809
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
2810
+ * @public
2811
2811
  */
2812
2812
  serviceIdentifier: string | undefined;
2813
2813
  /**
2814
- * @public
2815
2814
  * <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
2815
+ * @public
2816
2816
  */
2817
2817
  listenerIdentifier: string | undefined;
2818
2818
  /**
2819
- * @public
2820
2819
  * <p>The action for the default rule.</p>
2820
+ * @public
2821
2821
  */
2822
2822
  defaultAction: RuleAction | undefined;
2823
2823
  }
@@ -2826,43 +2826,43 @@ export interface UpdateListenerRequest {
2826
2826
  */
2827
2827
  export interface UpdateListenerResponse {
2828
2828
  /**
2829
- * @public
2830
2829
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
2830
+ * @public
2831
2831
  */
2832
2832
  arn?: string;
2833
2833
  /**
2834
- * @public
2835
2834
  * <p>The ID of the listener.</p>
2835
+ * @public
2836
2836
  */
2837
2837
  id?: string;
2838
2838
  /**
2839
- * @public
2840
2839
  * <p>The name of the listener.</p>
2840
+ * @public
2841
2841
  */
2842
2842
  name?: string;
2843
2843
  /**
2844
- * @public
2845
2844
  * <p>The protocol of the listener.</p>
2845
+ * @public
2846
2846
  */
2847
2847
  protocol?: ListenerProtocol;
2848
2848
  /**
2849
- * @public
2850
2849
  * <p>The listener port.</p>
2850
+ * @public
2851
2851
  */
2852
2852
  port?: number;
2853
2853
  /**
2854
- * @public
2855
2854
  * <p>The Amazon Resource Name (ARN) of the service.</p>
2855
+ * @public
2856
2856
  */
2857
2857
  serviceArn?: string;
2858
2858
  /**
2859
- * @public
2860
2859
  * <p>The ID of the service.</p>
2860
+ * @public
2861
2861
  */
2862
2862
  serviceId?: string;
2863
2863
  /**
2864
- * @public
2865
2864
  * <p>The action for the default rule.</p>
2865
+ * @public
2866
2866
  */
2867
2867
  defaultAction?: RuleAction;
2868
2868
  }
@@ -2871,67 +2871,67 @@ export interface UpdateListenerResponse {
2871
2871
  */
2872
2872
  export interface ListRulesRequest {
2873
2873
  /**
2874
- * @public
2875
2874
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
2875
+ * @public
2876
2876
  */
2877
2877
  serviceIdentifier: string | undefined;
2878
2878
  /**
2879
- * @public
2880
2879
  * <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
2880
+ * @public
2881
2881
  */
2882
2882
  listenerIdentifier: string | undefined;
2883
2883
  /**
2884
- * @public
2885
2884
  * <p>The maximum number of results to return.</p>
2885
+ * @public
2886
2886
  */
2887
2887
  maxResults?: number;
2888
2888
  /**
2889
- * @public
2890
2889
  * <p>A pagination token for the next page of results.</p>
2890
+ * @public
2891
2891
  */
2892
2892
  nextToken?: string;
2893
2893
  }
2894
2894
  /**
2895
- * @public
2896
2895
  * <p>Summary information about the listener rule.</p>
2896
+ * @public
2897
2897
  */
2898
2898
  export interface RuleSummary {
2899
2899
  /**
2900
- * @public
2901
2900
  * <p>The Amazon Resource Name (ARN) of the rule.</p>
2901
+ * @public
2902
2902
  */
2903
2903
  arn?: string;
2904
2904
  /**
2905
- * @public
2906
2905
  * <p>The ID of the rule.</p>
2906
+ * @public
2907
2907
  */
2908
2908
  id?: string;
2909
2909
  /**
2910
- * @public
2911
2910
  * <p>The name of the rule.</p>
2911
+ * @public
2912
2912
  */
2913
2913
  name?: string;
2914
2914
  /**
2915
- * @public
2916
2915
  * <p>Indicates whether this is the default rule. Listener rules are created when you create a
2917
2916
  * listener. Each listener has a default rule for checking connection requests.
2918
2917
  * </p>
2918
+ * @public
2919
2919
  */
2920
2920
  isDefault?: boolean;
2921
2921
  /**
2922
- * @public
2923
2922
  * <p> The priority of the rule. </p>
2923
+ * @public
2924
2924
  */
2925
2925
  priority?: number;
2926
2926
  /**
2927
- * @public
2928
2927
  * <p>The date and time that the listener rule was created, specified in ISO-8601 format.</p>
2928
+ * @public
2929
2929
  */
2930
2930
  createdAt?: Date;
2931
2931
  /**
2932
- * @public
2933
2932
  * <p>The date and time that the listener rule was last updated, specified in ISO-8601
2934
2933
  * format.</p>
2934
+ * @public
2935
2935
  */
2936
2936
  lastUpdatedAt?: Date;
2937
2937
  }
@@ -2940,13 +2940,13 @@ export interface RuleSummary {
2940
2940
  */
2941
2941
  export interface ListRulesResponse {
2942
2942
  /**
2943
- * @public
2944
2943
  * <p>Information about the rules.</p>
2944
+ * @public
2945
2945
  */
2946
2946
  items: RuleSummary[] | undefined;
2947
2947
  /**
2948
- * @public
2949
2948
  * <p>If there are additional results, a pagination token for the next page of results.</p>
2949
+ * @public
2950
2950
  */
2951
2951
  nextToken?: string;
2952
2952
  }
@@ -2955,55 +2955,55 @@ export interface ListRulesResponse {
2955
2955
  */
2956
2956
  export interface ListServiceNetworksRequest {
2957
2957
  /**
2958
- * @public
2959
2958
  * <p>The maximum number of results to return.</p>
2959
+ * @public
2960
2960
  */
2961
2961
  maxResults?: number;
2962
2962
  /**
2963
- * @public
2964
2963
  * <p>A pagination token for the next page of results.</p>
2964
+ * @public
2965
2965
  */
2966
2966
  nextToken?: string;
2967
2967
  }
2968
2968
  /**
2969
- * @public
2970
2969
  * <p>Summary information about a service network.</p>
2970
+ * @public
2971
2971
  */
2972
2972
  export interface ServiceNetworkSummary {
2973
2973
  /**
2974
- * @public
2975
2974
  * <p>The ID of the service network.</p>
2975
+ * @public
2976
2976
  */
2977
2977
  id?: string;
2978
2978
  /**
2979
- * @public
2980
2979
  * <p>The name of the service network.</p>
2980
+ * @public
2981
2981
  */
2982
2982
  name?: string;
2983
2983
  /**
2984
- * @public
2985
2984
  * <p>The Amazon Resource Name (ARN) of the service network.</p>
2985
+ * @public
2986
2986
  */
2987
2987
  arn?: string;
2988
2988
  /**
2989
- * @public
2990
2989
  * <p>The date and time that the service network was created, specified in ISO-8601 format.</p>
2990
+ * @public
2991
2991
  */
2992
2992
  createdAt?: Date;
2993
2993
  /**
2994
- * @public
2995
2994
  * <p>The date and time that the service network was last updated, specified in ISO-8601
2996
2995
  * format.</p>
2996
+ * @public
2997
2997
  */
2998
2998
  lastUpdatedAt?: Date;
2999
2999
  /**
3000
- * @public
3001
3000
  * <p>The number of VPCs associated with the service network.</p>
3001
+ * @public
3002
3002
  */
3003
3003
  numberOfAssociatedVPCs?: number;
3004
3004
  /**
3005
- * @public
3006
3005
  * <p>The number of services associated with the service network.</p>
3006
+ * @public
3007
3007
  */
3008
3008
  numberOfAssociatedServices?: number;
3009
3009
  }
@@ -3012,13 +3012,13 @@ export interface ServiceNetworkSummary {
3012
3012
  */
3013
3013
  export interface ListServiceNetworksResponse {
3014
3014
  /**
3015
- * @public
3016
3015
  * <p>Information about the service networks.</p>
3016
+ * @public
3017
3017
  */
3018
3018
  items: ServiceNetworkSummary[] | undefined;
3019
3019
  /**
3020
- * @public
3021
3020
  * <p>If there are additional results, a pagination token for the next page of results.</p>
3021
+ * @public
3022
3022
  */
3023
3023
  nextToken?: string;
3024
3024
  }
@@ -3027,94 +3027,94 @@ export interface ListServiceNetworksResponse {
3027
3027
  */
3028
3028
  export interface ListServiceNetworkServiceAssociationsRequest {
3029
3029
  /**
3030
- * @public
3031
3030
  * <p>The ID or Amazon Resource Name (ARN) of the service network.</p>
3031
+ * @public
3032
3032
  */
3033
3033
  serviceNetworkIdentifier?: string;
3034
3034
  /**
3035
- * @public
3036
3035
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
3036
+ * @public
3037
3037
  */
3038
3038
  serviceIdentifier?: string;
3039
3039
  /**
3040
- * @public
3041
3040
  * <p>The maximum number of results to return.</p>
3041
+ * @public
3042
3042
  */
3043
3043
  maxResults?: number;
3044
3044
  /**
3045
- * @public
3046
3045
  * <p>A pagination token for the next page of results.</p>
3046
+ * @public
3047
3047
  */
3048
3048
  nextToken?: string;
3049
3049
  }
3050
3050
  /**
3051
- * @public
3052
3051
  * <p>Summary information about the association between a service network and a service.</p>
3052
+ * @public
3053
3053
  */
3054
3054
  export interface ServiceNetworkServiceAssociationSummary {
3055
3055
  /**
3056
- * @public
3057
3056
  * <p>The ID of the association.</p>
3057
+ * @public
3058
3058
  */
3059
3059
  id?: string;
3060
3060
  /**
3061
- * @public
3062
3061
  * <p>The status. If the deletion fails, try to delete again.</p>
3062
+ * @public
3063
3063
  */
3064
3064
  status?: ServiceNetworkServiceAssociationStatus;
3065
3065
  /**
3066
- * @public
3067
3066
  * <p>The Amazon Resource Name (ARN) of the association.</p>
3067
+ * @public
3068
3068
  */
3069
3069
  arn?: string;
3070
3070
  /**
3071
- * @public
3072
3071
  * <p>The account that created the association.</p>
3072
+ * @public
3073
3073
  */
3074
3074
  createdBy?: string;
3075
3075
  /**
3076
- * @public
3077
3076
  * <p>The date and time that the association was created, specified in ISO-8601 format.</p>
3077
+ * @public
3078
3078
  */
3079
3079
  createdAt?: Date;
3080
3080
  /**
3081
- * @public
3082
3081
  * <p>The ID of the service.</p>
3082
+ * @public
3083
3083
  */
3084
3084
  serviceId?: string;
3085
3085
  /**
3086
- * @public
3087
3086
  * <p>The name of the service.</p>
3087
+ * @public
3088
3088
  */
3089
3089
  serviceName?: string;
3090
3090
  /**
3091
- * @public
3092
3091
  * <p>The Amazon Resource Name (ARN) of the service.</p>
3092
+ * @public
3093
3093
  */
3094
3094
  serviceArn?: string;
3095
3095
  /**
3096
- * @public
3097
3096
  * <p>The ID of the service network.</p>
3097
+ * @public
3098
3098
  */
3099
3099
  serviceNetworkId?: string;
3100
3100
  /**
3101
- * @public
3102
3101
  * <p>The name of the service network.</p>
3102
+ * @public
3103
3103
  */
3104
3104
  serviceNetworkName?: string;
3105
3105
  /**
3106
- * @public
3107
3106
  * <p>The Amazon Resource Name (ARN) of the service network.</p>
3107
+ * @public
3108
3108
  */
3109
3109
  serviceNetworkArn?: string;
3110
3110
  /**
3111
- * @public
3112
3111
  * <p>DNS information about the service.</p>
3112
+ * @public
3113
3113
  */
3114
3114
  dnsEntry?: DnsEntry;
3115
3115
  /**
3116
- * @public
3117
3116
  * <p> The custom domain name of the service. </p>
3117
+ * @public
3118
3118
  */
3119
3119
  customDomainName?: string;
3120
3120
  }
@@ -3123,13 +3123,13 @@ export interface ServiceNetworkServiceAssociationSummary {
3123
3123
  */
3124
3124
  export interface ListServiceNetworkServiceAssociationsResponse {
3125
3125
  /**
3126
- * @public
3127
3126
  * <p>Information about the associations.</p>
3127
+ * @public
3128
3128
  */
3129
3129
  items: ServiceNetworkServiceAssociationSummary[] | undefined;
3130
3130
  /**
3131
- * @public
3132
3131
  * <p>If there are additional results, a pagination token for the next page of results.</p>
3132
+ * @public
3133
3133
  */
3134
3134
  nextToken?: string;
3135
3135
  }
@@ -3138,80 +3138,80 @@ export interface ListServiceNetworkServiceAssociationsResponse {
3138
3138
  */
3139
3139
  export interface ListServiceNetworkVpcAssociationsRequest {
3140
3140
  /**
3141
- * @public
3142
3141
  * <p>The ID or Amazon Resource Name (ARN) of the service network.</p>
3142
+ * @public
3143
3143
  */
3144
3144
  serviceNetworkIdentifier?: string;
3145
3145
  /**
3146
- * @public
3147
3146
  * <p>The ID or Amazon Resource Name (ARN) of the VPC.</p>
3147
+ * @public
3148
3148
  */
3149
3149
  vpcIdentifier?: string;
3150
3150
  /**
3151
- * @public
3152
3151
  * <p>The maximum number of results to return.</p>
3152
+ * @public
3153
3153
  */
3154
3154
  maxResults?: number;
3155
3155
  /**
3156
- * @public
3157
3156
  * <p>A pagination token for the next page of results.</p>
3157
+ * @public
3158
3158
  */
3159
3159
  nextToken?: string;
3160
3160
  }
3161
3161
  /**
3162
- * @public
3163
3162
  * <p>Summary information about an association between a service network and a VPC.</p>
3163
+ * @public
3164
3164
  */
3165
3165
  export interface ServiceNetworkVpcAssociationSummary {
3166
3166
  /**
3167
- * @public
3168
3167
  * <p>The ID of the association.</p>
3168
+ * @public
3169
3169
  */
3170
3170
  id?: string;
3171
3171
  /**
3172
- * @public
3173
3172
  * <p>The Amazon Resource Name (ARN) of the association.</p>
3173
+ * @public
3174
3174
  */
3175
3175
  arn?: string;
3176
3176
  /**
3177
- * @public
3178
3177
  * <p>The status.</p>
3178
+ * @public
3179
3179
  */
3180
3180
  status?: ServiceNetworkVpcAssociationStatus;
3181
3181
  /**
3182
- * @public
3183
3182
  * <p>The account that created the association.</p>
3183
+ * @public
3184
3184
  */
3185
3185
  createdBy?: string;
3186
3186
  /**
3187
- * @public
3188
3187
  * <p>The date and time that the association was created, specified in ISO-8601 format.</p>
3188
+ * @public
3189
3189
  */
3190
3190
  createdAt?: Date;
3191
3191
  /**
3192
- * @public
3193
3192
  * <p>The ID of the service network.</p>
3193
+ * @public
3194
3194
  */
3195
3195
  serviceNetworkId?: string;
3196
3196
  /**
3197
- * @public
3198
3197
  * <p>The name of the service network.</p>
3198
+ * @public
3199
3199
  */
3200
3200
  serviceNetworkName?: string;
3201
3201
  /**
3202
- * @public
3203
3202
  * <p>The Amazon Resource Name (ARN) of the service network.</p>
3203
+ * @public
3204
3204
  */
3205
3205
  serviceNetworkArn?: string;
3206
3206
  /**
3207
- * @public
3208
3207
  * <p>The ID of the VPC.</p>
3208
+ * @public
3209
3209
  */
3210
3210
  vpcId?: string;
3211
3211
  /**
3212
- * @public
3213
3212
  * <p>The date and time that the association was last updated, specified in ISO-8601
3214
3213
  * format.</p>
3214
+ * @public
3215
3215
  */
3216
3216
  lastUpdatedAt?: Date;
3217
3217
  }
@@ -3220,13 +3220,13 @@ export interface ServiceNetworkVpcAssociationSummary {
3220
3220
  */
3221
3221
  export interface ListServiceNetworkVpcAssociationsResponse {
3222
3222
  /**
3223
- * @public
3224
3223
  * <p>Information about the associations.</p>
3224
+ * @public
3225
3225
  */
3226
3226
  items: ServiceNetworkVpcAssociationSummary[] | undefined;
3227
3227
  /**
3228
- * @public
3229
3228
  * <p>If there are additional results, a pagination token for the next page of results.</p>
3229
+ * @public
3230
3230
  */
3231
3231
  nextToken?: string;
3232
3232
  }
@@ -3235,59 +3235,59 @@ export interface ListServiceNetworkVpcAssociationsResponse {
3235
3235
  */
3236
3236
  export interface ListServicesRequest {
3237
3237
  /**
3238
- * @public
3239
3238
  * <p>The maximum number of results to return.</p>
3239
+ * @public
3240
3240
  */
3241
3241
  maxResults?: number;
3242
3242
  /**
3243
- * @public
3244
3243
  * <p>A pagination token for the next page of results.</p>
3244
+ * @public
3245
3245
  */
3246
3246
  nextToken?: string;
3247
3247
  }
3248
3248
  /**
3249
- * @public
3250
3249
  * <p>Summary information about a service.</p>
3250
+ * @public
3251
3251
  */
3252
3252
  export interface ServiceSummary {
3253
3253
  /**
3254
- * @public
3255
3254
  * <p>The ID of the service.</p>
3255
+ * @public
3256
3256
  */
3257
3257
  id?: string;
3258
3258
  /**
3259
- * @public
3260
3259
  * <p>The name of the service.</p>
3260
+ * @public
3261
3261
  */
3262
3262
  name?: string;
3263
3263
  /**
3264
- * @public
3265
3264
  * <p>The Amazon Resource Name (ARN) of the service.</p>
3265
+ * @public
3266
3266
  */
3267
3267
  arn?: string;
3268
3268
  /**
3269
- * @public
3270
3269
  * <p>The date and time that the service was created, specified in ISO-8601 format.</p>
3270
+ * @public
3271
3271
  */
3272
3272
  createdAt?: Date;
3273
3273
  /**
3274
- * @public
3275
3274
  * <p>The date and time that the service was last updated. The format is ISO-8601.</p>
3275
+ * @public
3276
3276
  */
3277
3277
  lastUpdatedAt?: Date;
3278
3278
  /**
3279
- * @public
3280
3279
  * <p>DNS information about the service.</p>
3280
+ * @public
3281
3281
  */
3282
3282
  dnsEntry?: DnsEntry;
3283
3283
  /**
3284
- * @public
3285
3284
  * <p> The custom domain name of the service. </p>
3285
+ * @public
3286
3286
  */
3287
3287
  customDomainName?: string;
3288
3288
  /**
3289
- * @public
3290
3289
  * <p>The status.</p>
3290
+ * @public
3291
3291
  */
3292
3292
  status?: ServiceStatus;
3293
3293
  }
@@ -3296,13 +3296,13 @@ export interface ServiceSummary {
3296
3296
  */
3297
3297
  export interface ListServicesResponse {
3298
3298
  /**
3299
- * @public
3300
3299
  * <p>The services.</p>
3300
+ * @public
3301
3301
  */
3302
3302
  items?: ServiceSummary[];
3303
3303
  /**
3304
- * @public
3305
3304
  * <p>If there are additional results, a pagination token for the next page of results.</p>
3305
+ * @public
3306
3306
  */
3307
3307
  nextToken?: string;
3308
3308
  }
@@ -3311,8 +3311,8 @@ export interface ListServicesResponse {
3311
3311
  */
3312
3312
  export interface ListTagsForResourceRequest {
3313
3313
  /**
3314
- * @public
3315
3314
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
3315
+ * @public
3316
3316
  */
3317
3317
  resourceArn: string | undefined;
3318
3318
  }
@@ -3321,8 +3321,8 @@ export interface ListTagsForResourceRequest {
3321
3321
  */
3322
3322
  export interface ListTagsForResourceResponse {
3323
3323
  /**
3324
- * @public
3325
3324
  * <p>The tags.</p>
3325
+ * @public
3326
3326
  */
3327
3327
  tags?: Record<string, string>;
3328
3328
  }
@@ -3331,96 +3331,96 @@ export interface ListTagsForResourceResponse {
3331
3331
  */
3332
3332
  export interface ListTargetGroupsRequest {
3333
3333
  /**
3334
- * @public
3335
3334
  * <p>The maximum number of results to return.</p>
3335
+ * @public
3336
3336
  */
3337
3337
  maxResults?: number;
3338
3338
  /**
3339
- * @public
3340
3339
  * <p>A pagination token for the next page of results.</p>
3340
+ * @public
3341
3341
  */
3342
3342
  nextToken?: string;
3343
3343
  /**
3344
- * @public
3345
3344
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
3345
+ * @public
3346
3346
  */
3347
3347
  vpcIdentifier?: string;
3348
3348
  /**
3349
- * @public
3350
3349
  * <p>The target group type.</p>
3350
+ * @public
3351
3351
  */
3352
3352
  targetGroupType?: TargetGroupType;
3353
3353
  }
3354
3354
  /**
3355
- * @public
3356
3355
  * <p>Summary information about a target group.</p>
3356
+ * @public
3357
3357
  */
3358
3358
  export interface TargetGroupSummary {
3359
3359
  /**
3360
- * @public
3361
3360
  * <p>The ID of the target group.</p>
3361
+ * @public
3362
3362
  */
3363
3363
  id?: string;
3364
3364
  /**
3365
- * @public
3366
3365
  * <p>The ARN (Amazon Resource Name) of the target group.</p>
3366
+ * @public
3367
3367
  */
3368
3368
  arn?: string;
3369
3369
  /**
3370
- * @public
3371
3370
  * <p>The name of the target group.</p>
3371
+ * @public
3372
3372
  */
3373
3373
  name?: string;
3374
3374
  /**
3375
- * @public
3376
3375
  * <p>The target group type.</p>
3376
+ * @public
3377
3377
  */
3378
3378
  type?: TargetGroupType;
3379
3379
  /**
3380
- * @public
3381
3380
  * <p>The date and time that the target group was created, specified in ISO-8601 format.</p>
3381
+ * @public
3382
3382
  */
3383
3383
  createdAt?: Date;
3384
3384
  /**
3385
- * @public
3386
3385
  * <p>The port of the target group.</p>
3386
+ * @public
3387
3387
  */
3388
3388
  port?: number;
3389
3389
  /**
3390
- * @public
3391
3390
  * <p>The protocol of the target group.</p>
3391
+ * @public
3392
3392
  */
3393
3393
  protocol?: TargetGroupProtocol;
3394
3394
  /**
3395
- * @public
3396
3395
  * <p>The type of IP address used for the target group. The possible values are <code>ipv4</code> and <code>ipv6</code>.
3397
3396
  * This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>
3397
+ * @public
3398
3398
  */
3399
3399
  ipAddressType?: IpAddressType;
3400
3400
  /**
3401
- * @public
3402
3401
  * <p>The ID of the VPC of the target group.</p>
3402
+ * @public
3403
3403
  */
3404
3404
  vpcIdentifier?: string;
3405
3405
  /**
3406
- * @public
3407
3406
  * <p>The date and time that the target group was last updated, specified in ISO-8601
3408
3407
  * format.</p>
3408
+ * @public
3409
3409
  */
3410
3410
  lastUpdatedAt?: Date;
3411
3411
  /**
3412
- * @public
3413
3412
  * <p>The status.</p>
3413
+ * @public
3414
3414
  */
3415
3415
  status?: TargetGroupStatus;
3416
3416
  /**
3417
- * @public
3418
3417
  * <p>The list of Amazon Resource Names (ARNs) of the service.</p>
3418
+ * @public
3419
3419
  */
3420
3420
  serviceArns?: string[];
3421
3421
  /**
3422
- * @public
3423
3422
  * Lambda event structure version
3423
+ * @public
3424
3424
  */
3425
3425
  lambdaEventStructureVersion?: LambdaEventStructureVersion;
3426
3426
  }
@@ -3429,13 +3429,13 @@ export interface TargetGroupSummary {
3429
3429
  */
3430
3430
  export interface ListTargetGroupsResponse {
3431
3431
  /**
3432
- * @public
3433
3432
  * <p>Information about the target groups.</p>
3433
+ * @public
3434
3434
  */
3435
3435
  items?: TargetGroupSummary[];
3436
3436
  /**
3437
- * @public
3438
3437
  * <p>If there are additional results, a pagination token for the next page of results.</p>
3438
+ * @public
3439
3439
  */
3440
3440
  nextToken?: string;
3441
3441
  }
@@ -3444,23 +3444,23 @@ export interface ListTargetGroupsResponse {
3444
3444
  */
3445
3445
  export interface ListTargetsRequest {
3446
3446
  /**
3447
- * @public
3448
3447
  * <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
3448
+ * @public
3449
3449
  */
3450
3450
  targetGroupIdentifier: string | undefined;
3451
3451
  /**
3452
- * @public
3453
3452
  * <p>The maximum number of results to return.</p>
3453
+ * @public
3454
3454
  */
3455
3455
  maxResults?: number;
3456
3456
  /**
3457
- * @public
3458
3457
  * <p>A pagination token for the next page of results.</p>
3458
+ * @public
3459
3459
  */
3460
3460
  nextToken?: string;
3461
3461
  /**
3462
- * @public
3463
3462
  * <p>The targets to list.</p>
3463
+ * @public
3464
3464
  */
3465
3465
  targets?: Target[];
3466
3466
  }
@@ -3499,25 +3499,24 @@ export declare const TargetStatus: {
3499
3499
  */
3500
3500
  export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
3501
3501
  /**
3502
- * @public
3503
3502
  * <p>Summary information about a target.</p>
3503
+ * @public
3504
3504
  */
3505
3505
  export interface TargetSummary {
3506
3506
  /**
3507
- * @public
3508
3507
  * <p>The ID of the target. If the target type of the target group is <code>INSTANCE</code>, this
3509
3508
  * is an instance ID. If the target type is <code>IP</code> , this is an IP address. If the target
3510
3509
  * type is <code>LAMBDA</code>, this is the ARN of the Lambda function. If the target type is
3511
3510
  * <code>ALB</code>, this is the ARN of the Application Load Balancer.</p>
3511
+ * @public
3512
3512
  */
3513
3513
  id?: string;
3514
3514
  /**
3515
- * @public
3516
3515
  * <p>The port on which the target is listening.</p>
3516
+ * @public
3517
3517
  */
3518
3518
  port?: number;
3519
3519
  /**
3520
- * @public
3521
3520
  * <p>The status of the target.</p>
3522
3521
  * <ul>
3523
3522
  * <li>
@@ -3547,11 +3546,12 @@ export interface TargetSummary {
3547
3546
  * <code>Unused</code>: Target group is not used in a service.</p>
3548
3547
  * </li>
3549
3548
  * </ul>
3549
+ * @public
3550
3550
  */
3551
3551
  status?: TargetStatus;
3552
3552
  /**
3553
- * @public
3554
3553
  * <p>The code for why the target status is what it is.</p>
3554
+ * @public
3555
3555
  */
3556
3556
  reasonCode?: string;
3557
3557
  }
@@ -3560,13 +3560,13 @@ export interface TargetSummary {
3560
3560
  */
3561
3561
  export interface ListTargetsResponse {
3562
3562
  /**
3563
- * @public
3564
3563
  * <p>Information about the targets.</p>
3564
+ * @public
3565
3565
  */
3566
3566
  items: TargetSummary[] | undefined;
3567
3567
  /**
3568
- * @public
3569
3568
  * <p>If there are additional results, a pagination token for the next page of results.</p>
3569
+ * @public
3570
3570
  */
3571
3571
  nextToken?: string;
3572
3572
  }
@@ -3575,14 +3575,14 @@ export interface ListTargetsResponse {
3575
3575
  */
3576
3576
  export interface PutAuthPolicyRequest {
3577
3577
  /**
3578
- * @public
3579
3578
  * <p>The ID or Amazon Resource Name (ARN) of the service network or service for which the policy
3580
3579
  * is created.</p>
3580
+ * @public
3581
3581
  */
3582
3582
  resourceIdentifier: string | undefined;
3583
3583
  /**
3584
- * @public
3585
3584
  * <p>The auth policy.</p>
3585
+ * @public
3586
3586
  */
3587
3587
  policy: string | undefined;
3588
3588
  }
@@ -3591,18 +3591,18 @@ export interface PutAuthPolicyRequest {
3591
3591
  */
3592
3592
  export interface PutAuthPolicyResponse {
3593
3593
  /**
3594
- * @public
3595
3594
  * <p>The auth policy.</p>
3595
+ * @public
3596
3596
  */
3597
3597
  policy?: string;
3598
3598
  /**
3599
- * @public
3600
3599
  * <p>The state of the auth policy. The auth policy is only active when the auth type is set to
3601
3600
  * <code>Amazon Web Services_IAM</code>. If you provide a policy, then authentication and
3602
3601
  * authorization decisions are made based on this policy and the client's IAM policy. If the Auth
3603
3602
  * type is <code>NONE</code>, then, any auth policy you provide will remain inactive. For more
3604
3603
  * information, see <a href="https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network">Create a service
3605
3604
  * network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>
3605
+ * @public
3606
3606
  */
3607
3607
  state?: AuthPolicyState;
3608
3608
  }
@@ -3611,14 +3611,14 @@ export interface PutAuthPolicyResponse {
3611
3611
  */
3612
3612
  export interface PutResourcePolicyRequest {
3613
3613
  /**
3614
- * @public
3615
3614
  * <p>The ID or Amazon Resource Name (ARN) of the service network or service for which the policy
3616
3615
  * is created.</p>
3616
+ * @public
3617
3617
  */
3618
3618
  resourceArn: string | undefined;
3619
3619
  /**
3620
- * @public
3621
3620
  * <p>An IAM policy.</p>
3621
+ * @public
3622
3622
  */
3623
3623
  policy: string | undefined;
3624
3624
  }
@@ -3632,33 +3632,33 @@ export interface PutResourcePolicyResponse {
3632
3632
  */
3633
3633
  export interface UpdateRuleRequest {
3634
3634
  /**
3635
- * @public
3636
3635
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
3636
+ * @public
3637
3637
  */
3638
3638
  serviceIdentifier: string | undefined;
3639
3639
  /**
3640
- * @public
3641
3640
  * <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
3641
+ * @public
3642
3642
  */
3643
3643
  listenerIdentifier: string | undefined;
3644
3644
  /**
3645
- * @public
3646
3645
  * <p>The ID or Amazon Resource Name (ARN) of the rule.</p>
3646
+ * @public
3647
3647
  */
3648
3648
  ruleIdentifier: string | undefined;
3649
3649
  /**
3650
- * @public
3651
3650
  * <p>The rule match.</p>
3651
+ * @public
3652
3652
  */
3653
3653
  match?: RuleMatch;
3654
3654
  /**
3655
- * @public
3656
3655
  * <p>The rule priority. A listener can't have multiple rules with the same priority.</p>
3656
+ * @public
3657
3657
  */
3658
3658
  priority?: number;
3659
3659
  /**
3660
- * @public
3661
3660
  * <p>Information about the action for the specified listener rule.</p>
3661
+ * @public
3662
3662
  */
3663
3663
  action?: RuleAction;
3664
3664
  }
@@ -3667,38 +3667,38 @@ export interface UpdateRuleRequest {
3667
3667
  */
3668
3668
  export interface UpdateRuleResponse {
3669
3669
  /**
3670
- * @public
3671
3670
  * <p>The Amazon Resource Name (ARN) of the listener.</p>
3671
+ * @public
3672
3672
  */
3673
3673
  arn?: string;
3674
3674
  /**
3675
- * @public
3676
3675
  * <p>The ID of the listener.</p>
3676
+ * @public
3677
3677
  */
3678
3678
  id?: string;
3679
3679
  /**
3680
- * @public
3681
3680
  * <p>The name of the listener.</p>
3681
+ * @public
3682
3682
  */
3683
3683
  name?: string;
3684
3684
  /**
3685
- * @public
3686
3685
  * <p>Indicates whether this is the default rule.</p>
3686
+ * @public
3687
3687
  */
3688
3688
  isDefault?: boolean;
3689
3689
  /**
3690
- * @public
3691
3690
  * <p>The rule match.</p>
3691
+ * @public
3692
3692
  */
3693
3693
  match?: RuleMatch;
3694
3694
  /**
3695
- * @public
3696
3695
  * <p>The rule priority.</p>
3696
+ * @public
3697
3697
  */
3698
3698
  priority?: number;
3699
3699
  /**
3700
- * @public
3701
3700
  * <p>Information about the action for the specified listener rule.</p>
3701
+ * @public
3702
3702
  */
3703
3703
  action?: RuleAction;
3704
3704
  }
@@ -3707,17 +3707,16 @@ export interface UpdateRuleResponse {
3707
3707
  */
3708
3708
  export interface UpdateServiceRequest {
3709
3709
  /**
3710
- * @public
3711
3710
  * <p>The ID or Amazon Resource Name (ARN) of the service.</p>
3711
+ * @public
3712
3712
  */
3713
3713
  serviceIdentifier: string | undefined;
3714
3714
  /**
3715
- * @public
3716
3715
  * <p>The Amazon Resource Name (ARN) of the certificate. </p>
3716
+ * @public
3717
3717
  */
3718
3718
  certificateArn?: string;
3719
3719
  /**
3720
- * @public
3721
3720
  * <p>The type of IAM policy.</p>
3722
3721
  * <ul>
3723
3722
  * <li>
@@ -3729,6 +3728,7 @@ export interface UpdateServiceRequest {
3729
3728
  * <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>
3730
3729
  * </li>
3731
3730
  * </ul>
3731
+ * @public
3732
3732
  */
3733
3733
  authType?: AuthType;
3734
3734
  }
@@ -3737,33 +3737,33 @@ export interface UpdateServiceRequest {
3737
3737
  */
3738
3738
  export interface UpdateServiceResponse {
3739
3739
  /**
3740
- * @public
3741
3740
  * <p>The ID of the service.</p>
3741
+ * @public
3742
3742
  */
3743
3743
  id?: string;
3744
3744
  /**
3745
- * @public
3746
3745
  * <p>The Amazon Resource Name (ARN) of the service.</p>
3746
+ * @public
3747
3747
  */
3748
3748
  arn?: string;
3749
3749
  /**
3750
- * @public
3751
3750
  * <p>The name of the service.</p>
3751
+ * @public
3752
3752
  */
3753
3753
  name?: string;
3754
3754
  /**
3755
- * @public
3756
3755
  * <p>The custom domain name of the service.</p>
3756
+ * @public
3757
3757
  */
3758
3758
  customDomainName?: string;
3759
3759
  /**
3760
- * @public
3761
3760
  * <p>The Amazon Resource Name (ARN) of the certificate. </p>
3761
+ * @public
3762
3762
  */
3763
3763
  certificateArn?: string;
3764
3764
  /**
3765
- * @public
3766
3765
  * <p>The type of IAM policy.</p>
3766
+ * @public
3767
3767
  */
3768
3768
  authType?: AuthType;
3769
3769
  }
@@ -3772,12 +3772,11 @@ export interface UpdateServiceResponse {
3772
3772
  */
3773
3773
  export interface UpdateServiceNetworkRequest {
3774
3774
  /**
3775
- * @public
3776
3775
  * <p>The ID or Amazon Resource Name (ARN) of the service network.</p>
3776
+ * @public
3777
3777
  */
3778
3778
  serviceNetworkIdentifier: string | undefined;
3779
3779
  /**
3780
- * @public
3781
3780
  * <p>The type of IAM policy.</p>
3782
3781
  * <ul>
3783
3782
  * <li>
@@ -3789,6 +3788,7 @@ export interface UpdateServiceNetworkRequest {
3789
3788
  * <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>
3790
3789
  * </li>
3791
3790
  * </ul>
3791
+ * @public
3792
3792
  */
3793
3793
  authType: AuthType | undefined;
3794
3794
  }
@@ -3797,23 +3797,23 @@ export interface UpdateServiceNetworkRequest {
3797
3797
  */
3798
3798
  export interface UpdateServiceNetworkResponse {
3799
3799
  /**
3800
- * @public
3801
3800
  * <p>The ID of the service network.</p>
3801
+ * @public
3802
3802
  */
3803
3803
  id?: string;
3804
3804
  /**
3805
- * @public
3806
3805
  * <p>The name of the service network.</p>
3806
+ * @public
3807
3807
  */
3808
3808
  name?: string;
3809
3809
  /**
3810
- * @public
3811
3810
  * <p>The Amazon Resource Name (ARN) of the service network.</p>
3811
+ * @public
3812
3812
  */
3813
3813
  arn?: string;
3814
3814
  /**
3815
- * @public
3816
3815
  * <p>The type of IAM policy.</p>
3816
+ * @public
3817
3817
  */
3818
3818
  authType?: AuthType;
3819
3819
  }
@@ -3822,13 +3822,13 @@ export interface UpdateServiceNetworkResponse {
3822
3822
  */
3823
3823
  export interface UpdateServiceNetworkVpcAssociationRequest {
3824
3824
  /**
3825
- * @public
3826
3825
  * <p>The ID or Amazon Resource Name (ARN) of the association.</p>
3826
+ * @public
3827
3827
  */
3828
3828
  serviceNetworkVpcAssociationIdentifier: string | undefined;
3829
3829
  /**
3830
- * @public
3831
3830
  * <p>The IDs of the security groups. Once you add a security group, it cannot be removed.</p>
3831
+ * @public
3832
3832
  */
3833
3833
  securityGroupIds: string[] | undefined;
3834
3834
  }
@@ -3837,30 +3837,30 @@ export interface UpdateServiceNetworkVpcAssociationRequest {
3837
3837
  */
3838
3838
  export interface UpdateServiceNetworkVpcAssociationResponse {
3839
3839
  /**
3840
- * @public
3841
3840
  * <p>The ID of the association.</p>
3841
+ * @public
3842
3842
  */
3843
3843
  id?: string;
3844
3844
  /**
3845
- * @public
3846
3845
  * <p>The Amazon Resource Name (ARN) of the association.</p>
3846
+ * @public
3847
3847
  */
3848
3848
  arn?: string;
3849
3849
  /**
3850
- * @public
3851
3850
  * <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
3852
3851
  * However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, there is no change
3853
3852
  * in the status.</p>
3853
+ * @public
3854
3854
  */
3855
3855
  status?: ServiceNetworkVpcAssociationStatus;
3856
3856
  /**
3857
- * @public
3858
3857
  * <p>The account that created the association.</p>
3858
+ * @public
3859
3859
  */
3860
3860
  createdBy?: string;
3861
3861
  /**
3862
- * @public
3863
3862
  * <p>The IDs of the security groups.</p>
3863
+ * @public
3864
3864
  */
3865
3865
  securityGroupIds?: string[];
3866
3866
  }
@@ -3869,13 +3869,13 @@ export interface UpdateServiceNetworkVpcAssociationResponse {
3869
3869
  */
3870
3870
  export interface TagResourceRequest {
3871
3871
  /**
3872
- * @public
3873
3872
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
3873
+ * @public
3874
3874
  */
3875
3875
  resourceArn: string | undefined;
3876
3876
  /**
3877
- * @public
3878
3877
  * <p>The tags for the resource.</p>
3878
+ * @public
3879
3879
  */
3880
3880
  tags: Record<string, string> | undefined;
3881
3881
  }
@@ -3889,13 +3889,13 @@ export interface TagResourceResponse {
3889
3889
  */
3890
3890
  export interface RegisterTargetsRequest {
3891
3891
  /**
3892
- * @public
3893
3892
  * <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
3893
+ * @public
3894
3894
  */
3895
3895
  targetGroupIdentifier: string | undefined;
3896
3896
  /**
3897
- * @public
3898
3897
  * <p>The targets.</p>
3898
+ * @public
3899
3899
  */
3900
3900
  targets: Target[] | undefined;
3901
3901
  }
@@ -3904,13 +3904,13 @@ export interface RegisterTargetsRequest {
3904
3904
  */
3905
3905
  export interface RegisterTargetsResponse {
3906
3906
  /**
3907
- * @public
3908
3907
  * <p>The targets that were successfully registered.</p>
3908
+ * @public
3909
3909
  */
3910
3910
  successful?: Target[];
3911
3911
  /**
3912
- * @public
3913
3912
  * <p>The targets that were not registered.</p>
3913
+ * @public
3914
3914
  */
3915
3915
  unsuccessful?: TargetFailure[];
3916
3916
  }
@@ -3919,13 +3919,13 @@ export interface RegisterTargetsResponse {
3919
3919
  */
3920
3920
  export interface UpdateTargetGroupRequest {
3921
3921
  /**
3922
- * @public
3923
3922
  * <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
3923
+ * @public
3924
3924
  */
3925
3925
  targetGroupIdentifier: string | undefined;
3926
3926
  /**
3927
- * @public
3928
3927
  * <p>The health check configuration.</p>
3928
+ * @public
3929
3929
  */
3930
3930
  healthCheck: HealthCheckConfig | undefined;
3931
3931
  }
@@ -3934,33 +3934,33 @@ export interface UpdateTargetGroupRequest {
3934
3934
  */
3935
3935
  export interface UpdateTargetGroupResponse {
3936
3936
  /**
3937
- * @public
3938
3937
  * <p>The ID of the target group.</p>
3938
+ * @public
3939
3939
  */
3940
3940
  id?: string;
3941
3941
  /**
3942
- * @public
3943
3942
  * <p>The Amazon Resource Name (ARN) of the target group.</p>
3943
+ * @public
3944
3944
  */
3945
3945
  arn?: string;
3946
3946
  /**
3947
- * @public
3948
3947
  * <p>The name of the target group.</p>
3948
+ * @public
3949
3949
  */
3950
3950
  name?: string;
3951
3951
  /**
3952
- * @public
3953
3952
  * <p>The target group type.</p>
3953
+ * @public
3954
3954
  */
3955
3955
  type?: TargetGroupType;
3956
3956
  /**
3957
- * @public
3958
3957
  * <p>The target group configuration.</p>
3958
+ * @public
3959
3959
  */
3960
3960
  config?: TargetGroupConfig;
3961
3961
  /**
3962
- * @public
3963
3962
  * <p>The status.</p>
3963
+ * @public
3964
3964
  */
3965
3965
  status?: TargetGroupStatus;
3966
3966
  }
@@ -3969,13 +3969,13 @@ export interface UpdateTargetGroupResponse {
3969
3969
  */
3970
3970
  export interface UntagResourceRequest {
3971
3971
  /**
3972
- * @public
3973
3972
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
3973
+ * @public
3974
3974
  */
3975
3975
  resourceArn: string | undefined;
3976
3976
  /**
3977
- * @public
3978
3977
  * <p>The tag keys of the tags to remove.</p>
3978
+ * @public
3979
3979
  */
3980
3980
  tagKeys: string[] | undefined;
3981
3981
  }