aws-sdk-vpclattice 1.36.0 → 1.37.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.
data/sig/client.rbs CHANGED
@@ -85,67 +85,67 @@ module Aws
85
85
  end
86
86
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#batch_update_rule-instance_method
87
87
  def batch_update_rule: (
88
+ service_identifier: ::String,
88
89
  listener_identifier: ::String,
89
90
  rules: Array[
90
91
  {
91
- action: {
92
- fixed_response: {
93
- status_code: ::Integer
94
- }?,
95
- forward: {
96
- target_groups: Array[
97
- {
98
- target_group_identifier: ::String,
99
- weight: ::Integer?
100
- },
101
- ]
102
- }?
103
- }?,
92
+ rule_identifier: ::String,
104
93
  match: {
105
94
  http_match: {
95
+ method: ::String?,
96
+ path_match: {
97
+ match: {
98
+ exact: ::String?,
99
+ prefix: ::String?
100
+ },
101
+ case_sensitive: bool?
102
+ }?,
106
103
  header_matches: Array[
107
104
  {
108
- case_sensitive: bool?,
105
+ name: ::String,
109
106
  match: {
110
- contains: ::String?,
111
107
  exact: ::String?,
112
- prefix: ::String?
108
+ prefix: ::String?,
109
+ contains: ::String?
113
110
  },
114
- name: ::String
111
+ case_sensitive: bool?
115
112
  },
116
- ]?,
117
- method: ::String?,
118
- path_match: {
119
- case_sensitive: bool?,
120
- match: {
121
- exact: ::String?,
122
- prefix: ::String?
123
- }
124
- }?
113
+ ]?
125
114
  }?
126
115
  }?,
127
116
  priority: ::Integer?,
128
- rule_identifier: ::String
117
+ action: {
118
+ forward: {
119
+ target_groups: Array[
120
+ {
121
+ target_group_identifier: ::String,
122
+ weight: ::Integer?
123
+ },
124
+ ]
125
+ }?,
126
+ fixed_response: {
127
+ status_code: ::Integer
128
+ }?
129
+ }?
129
130
  },
130
- ],
131
- service_identifier: ::String
131
+ ]
132
132
  ) -> _BatchUpdateRuleResponseSuccess
133
133
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateRuleResponseSuccess
134
134
 
135
135
  interface _CreateAccessLogSubscriptionResponseSuccess
136
136
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateAccessLogSubscriptionResponse]
137
- def arn: () -> ::String
138
- def destination_arn: () -> ::String
139
137
  def id: () -> ::String
140
- def resource_arn: () -> ::String
138
+ def arn: () -> ::String
141
139
  def resource_id: () -> ::String
140
+ def resource_arn: () -> ::String
142
141
  def service_network_log_type: () -> ("SERVICE" | "RESOURCE")
142
+ def destination_arn: () -> ::String
143
143
  end
144
144
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_access_log_subscription-instance_method
145
145
  def create_access_log_subscription: (
146
146
  ?client_token: ::String,
147
- destination_arn: ::String,
148
147
  resource_identifier: ::String,
148
+ destination_arn: ::String,
149
149
  ?service_network_log_type: ("SERVICE" | "RESOURCE"),
150
150
  ?tags: Hash[::String, ::String]
151
151
  ) -> _CreateAccessLogSubscriptionResponseSuccess
@@ -154,21 +154,21 @@ module Aws
154
154
  interface _CreateListenerResponseSuccess
155
155
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateListenerResponse]
156
156
  def arn: () -> ::String
157
- def default_action: () -> Types::RuleAction
158
157
  def id: () -> ::String
159
158
  def name: () -> ::String
160
- def port: () -> ::Integer
161
159
  def protocol: () -> ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
160
+ def port: () -> ::Integer
162
161
  def service_arn: () -> ::String
163
162
  def service_id: () -> ::String
163
+ def default_action: () -> Types::RuleAction
164
164
  end
165
165
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_listener-instance_method
166
166
  def create_listener: (
167
- ?client_token: ::String,
167
+ service_identifier: ::String,
168
+ name: ::String,
169
+ protocol: ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH"),
170
+ ?port: ::Integer,
168
171
  default_action: {
169
- fixed_response: {
170
- status_code: ::Integer
171
- }?,
172
172
  forward: {
173
173
  target_groups: Array[
174
174
  {
@@ -176,185 +176,187 @@ module Aws
176
176
  weight: ::Integer?
177
177
  },
178
178
  ]
179
+ }?,
180
+ fixed_response: {
181
+ status_code: ::Integer
179
182
  }?
180
183
  },
181
- name: ::String,
182
- ?port: ::Integer,
183
- protocol: ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH"),
184
- service_identifier: ::String,
184
+ ?client_token: ::String,
185
185
  ?tags: Hash[::String, ::String]
186
186
  ) -> _CreateListenerResponseSuccess
187
187
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateListenerResponseSuccess
188
188
 
189
189
  interface _CreateResourceConfigurationResponseSuccess
190
190
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceConfigurationResponse]
191
- def allow_association_to_shareable_service_network: () -> bool
192
- def arn: () -> ::String
193
- def created_at: () -> ::Time
194
- def failure_reason: () -> ::String
195
191
  def id: () -> ::String
196
192
  def name: () -> ::String
193
+ def arn: () -> ::String
194
+ def resource_gateway_id: () -> ::String
195
+ def resource_configuration_group_id: () -> ::String
196
+ def type: () -> ("GROUP" | "CHILD" | "SINGLE" | "ARN")
197
197
  def port_ranges: () -> ::Array[::String]
198
198
  def protocol: () -> ("TCP")
199
- def resource_configuration_definition: () -> Types::ResourceConfigurationDefinition
200
- def resource_configuration_group_id: () -> ::String
201
- def resource_gateway_id: () -> ::String
202
199
  def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
203
- def type: () -> ("GROUP" | "CHILD" | "SINGLE" | "ARN")
200
+ def resource_configuration_definition: () -> Types::ResourceConfigurationDefinition
201
+ def allow_association_to_shareable_service_network: () -> bool
202
+ def created_at: () -> ::Time
203
+ def failure_reason: () -> ::String
204
204
  end
205
205
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_resource_configuration-instance_method
206
206
  def create_resource_configuration: (
207
- ?allow_association_to_shareable_service_network: bool,
208
- ?client_token: ::String,
209
207
  name: ::String,
208
+ type: ("GROUP" | "CHILD" | "SINGLE" | "ARN"),
210
209
  ?port_ranges: Array[::String],
211
210
  ?protocol: ("TCP"),
211
+ ?resource_gateway_identifier: ::String,
212
+ ?resource_configuration_group_identifier: ::String,
212
213
  ?resource_configuration_definition: {
213
- arn_resource: {
214
- arn: ::String?
215
- }?,
216
214
  dns_resource: {
217
215
  domain_name: ::String?,
218
216
  ip_address_type: ("IPV4" | "IPV6" | "DUALSTACK")?
219
217
  }?,
220
218
  ip_resource: {
221
219
  ip_address: ::String?
220
+ }?,
221
+ arn_resource: {
222
+ arn: ::String?
222
223
  }?
223
224
  },
224
- ?resource_configuration_group_identifier: ::String,
225
- ?resource_gateway_identifier: ::String,
226
- ?tags: Hash[::String, ::String],
227
- type: ("GROUP" | "CHILD" | "SINGLE" | "ARN")
225
+ ?allow_association_to_shareable_service_network: bool,
226
+ ?client_token: ::String,
227
+ ?tags: Hash[::String, ::String]
228
228
  ) -> _CreateResourceConfigurationResponseSuccess
229
229
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceConfigurationResponseSuccess
230
230
 
231
231
  interface _CreateResourceGatewayResponseSuccess
232
232
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceGatewayResponse]
233
- def arn: () -> ::String
234
- def id: () -> ::String
235
- def ip_address_type: () -> ("IPV4" | "IPV6" | "DUALSTACK")
236
233
  def name: () -> ::String
237
- def security_group_ids: () -> ::Array[::String]
234
+ def id: () -> ::String
235
+ def arn: () -> ::String
238
236
  def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
239
- def subnet_ids: () -> ::Array[::String]
240
237
  def vpc_identifier: () -> ::String
238
+ def subnet_ids: () -> ::Array[::String]
239
+ def security_group_ids: () -> ::Array[::String]
240
+ def ip_address_type: () -> ("IPV4" | "IPV6" | "DUALSTACK")
241
+ def ipv4_addresses_per_eni: () -> ::Integer
241
242
  end
242
243
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_resource_gateway-instance_method
243
244
  def create_resource_gateway: (
244
245
  ?client_token: ::String,
245
- ?ip_address_type: ("IPV4" | "IPV6" | "DUALSTACK"),
246
246
  name: ::String,
247
+ ?vpc_identifier: ::String,
248
+ ?subnet_ids: Array[::String],
247
249
  ?security_group_ids: Array[::String],
248
- subnet_ids: Array[::String],
249
- ?tags: Hash[::String, ::String],
250
- vpc_identifier: ::String
250
+ ?ip_address_type: ("IPV4" | "IPV6" | "DUALSTACK"),
251
+ ?ipv4_addresses_per_eni: ::Integer,
252
+ ?tags: Hash[::String, ::String]
251
253
  ) -> _CreateResourceGatewayResponseSuccess
252
254
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceGatewayResponseSuccess
253
255
 
254
256
  interface _CreateRuleResponseSuccess
255
257
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateRuleResponse]
256
- def action: () -> Types::RuleAction
257
258
  def arn: () -> ::String
258
259
  def id: () -> ::String
259
- def match: () -> Types::RuleMatch
260
260
  def name: () -> ::String
261
+ def match: () -> Types::RuleMatch
261
262
  def priority: () -> ::Integer
263
+ def action: () -> Types::RuleAction
262
264
  end
263
265
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_rule-instance_method
264
266
  def create_rule: (
265
- action: {
266
- fixed_response: {
267
- status_code: ::Integer
268
- }?,
269
- forward: {
270
- target_groups: Array[
271
- {
272
- target_group_identifier: ::String,
273
- weight: ::Integer?
274
- },
275
- ]
276
- }?
277
- },
278
- ?client_token: ::String,
267
+ service_identifier: ::String,
279
268
  listener_identifier: ::String,
269
+ name: ::String,
280
270
  match: {
281
271
  http_match: {
272
+ method: ::String?,
273
+ path_match: {
274
+ match: {
275
+ exact: ::String?,
276
+ prefix: ::String?
277
+ },
278
+ case_sensitive: bool?
279
+ }?,
282
280
  header_matches: Array[
283
281
  {
284
- case_sensitive: bool?,
282
+ name: ::String,
285
283
  match: {
286
- contains: ::String?,
287
284
  exact: ::String?,
288
- prefix: ::String?
285
+ prefix: ::String?,
286
+ contains: ::String?
289
287
  },
290
- name: ::String
288
+ case_sensitive: bool?
291
289
  },
292
- ]?,
293
- method: ::String?,
294
- path_match: {
295
- case_sensitive: bool?,
296
- match: {
297
- exact: ::String?,
298
- prefix: ::String?
299
- }
300
- }?
290
+ ]?
301
291
  }?
302
292
  },
303
- name: ::String,
304
293
  priority: ::Integer,
305
- service_identifier: ::String,
294
+ action: {
295
+ forward: {
296
+ target_groups: Array[
297
+ {
298
+ target_group_identifier: ::String,
299
+ weight: ::Integer?
300
+ },
301
+ ]
302
+ }?,
303
+ fixed_response: {
304
+ status_code: ::Integer
305
+ }?
306
+ },
307
+ ?client_token: ::String,
306
308
  ?tags: Hash[::String, ::String]
307
309
  ) -> _CreateRuleResponseSuccess
308
310
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleResponseSuccess
309
311
 
310
312
  interface _CreateServiceResponseSuccess
311
313
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceResponse]
312
- def arn: () -> ::String
313
- def auth_type: () -> ("NONE" | "AWS_IAM")
314
- def certificate_arn: () -> ::String
315
- def custom_domain_name: () -> ::String
316
- def dns_entry: () -> Types::DnsEntry
317
314
  def id: () -> ::String
315
+ def arn: () -> ::String
318
316
  def name: () -> ::String
317
+ def custom_domain_name: () -> ::String
318
+ def certificate_arn: () -> ::String
319
319
  def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
320
+ def auth_type: () -> ("NONE" | "AWS_IAM")
321
+ def dns_entry: () -> Types::DnsEntry
320
322
  end
321
323
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_service-instance_method
322
324
  def create_service: (
323
- ?auth_type: ("NONE" | "AWS_IAM"),
324
- ?certificate_arn: ::String,
325
325
  ?client_token: ::String,
326
- ?custom_domain_name: ::String,
327
326
  name: ::String,
328
- ?tags: Hash[::String, ::String]
327
+ ?tags: Hash[::String, ::String],
328
+ ?custom_domain_name: ::String,
329
+ ?certificate_arn: ::String,
330
+ ?auth_type: ("NONE" | "AWS_IAM")
329
331
  ) -> _CreateServiceResponseSuccess
330
332
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceResponseSuccess
331
333
 
332
334
  interface _CreateServiceNetworkResponseSuccess
333
335
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceNetworkResponse]
334
- def arn: () -> ::String
335
- def auth_type: () -> ("NONE" | "AWS_IAM")
336
336
  def id: () -> ::String
337
337
  def name: () -> ::String
338
+ def arn: () -> ::String
338
339
  def sharing_config: () -> Types::SharingConfig
340
+ def auth_type: () -> ("NONE" | "AWS_IAM")
339
341
  end
340
342
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_service_network-instance_method
341
343
  def create_service_network: (
342
- ?auth_type: ("NONE" | "AWS_IAM"),
343
344
  ?client_token: ::String,
344
345
  name: ::String,
346
+ ?auth_type: ("NONE" | "AWS_IAM"),
347
+ ?tags: Hash[::String, ::String],
345
348
  ?sharing_config: {
346
349
  enabled: bool?
347
- },
348
- ?tags: Hash[::String, ::String]
350
+ }
349
351
  ) -> _CreateServiceNetworkResponseSuccess
350
352
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceNetworkResponseSuccess
351
353
 
352
354
  interface _CreateServiceNetworkResourceAssociationResponseSuccess
353
355
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceNetworkResourceAssociationResponse]
354
- def arn: () -> ::String
355
- def created_by: () -> ::String
356
356
  def id: () -> ::String
357
+ def arn: () -> ::String
357
358
  def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
359
+ def created_by: () -> ::String
358
360
  end
359
361
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_service_network_resource_association-instance_method
360
362
  def create_service_network_resource_association: (
@@ -367,12 +369,12 @@ module Aws
367
369
 
368
370
  interface _CreateServiceNetworkServiceAssociationResponseSuccess
369
371
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceNetworkServiceAssociationResponse]
372
+ def id: () -> ::String
373
+ def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
370
374
  def arn: () -> ::String
371
375
  def created_by: () -> ::String
372
376
  def custom_domain_name: () -> ::String
373
377
  def dns_entry: () -> Types::DnsEntry
374
- def id: () -> ::String
375
- def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
376
378
  end
377
379
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_service_network_service_association-instance_method
378
380
  def create_service_network_service_association: (
@@ -385,59 +387,59 @@ module Aws
385
387
 
386
388
  interface _CreateServiceNetworkVpcAssociationResponseSuccess
387
389
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceNetworkVpcAssociationResponse]
390
+ def id: () -> ::String
391
+ def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
388
392
  def arn: () -> ::String
389
393
  def created_by: () -> ::String
390
- def id: () -> ::String
391
394
  def security_group_ids: () -> ::Array[::String]
392
- def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
393
395
  end
394
396
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_service_network_vpc_association-instance_method
395
397
  def create_service_network_vpc_association: (
396
398
  ?client_token: ::String,
397
- ?security_group_ids: Array[::String],
398
399
  service_network_identifier: ::String,
399
- ?tags: Hash[::String, ::String],
400
- vpc_identifier: ::String
400
+ vpc_identifier: ::String,
401
+ ?security_group_ids: Array[::String],
402
+ ?tags: Hash[::String, ::String]
401
403
  ) -> _CreateServiceNetworkVpcAssociationResponseSuccess
402
404
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceNetworkVpcAssociationResponseSuccess
403
405
 
404
406
  interface _CreateTargetGroupResponseSuccess
405
407
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateTargetGroupResponse]
406
- def arn: () -> ::String
407
- def config: () -> Types::TargetGroupConfig
408
408
  def id: () -> ::String
409
+ def arn: () -> ::String
409
410
  def name: () -> ::String
410
- def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
411
411
  def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
412
+ def config: () -> Types::TargetGroupConfig
413
+ def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
412
414
  end
413
415
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#create_target_group-instance_method
414
416
  def create_target_group: (
415
- ?client_token: ::String,
417
+ name: ::String,
418
+ type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB"),
416
419
  ?config: {
420
+ port: ::Integer?,
421
+ protocol: ("HTTP" | "HTTPS" | "TCP")?,
422
+ protocol_version: ("HTTP1" | "HTTP2" | "GRPC")?,
423
+ ip_address_type: ("IPV4" | "IPV6")?,
424
+ vpc_identifier: ::String?,
417
425
  health_check: {
418
426
  enabled: bool?,
427
+ protocol: ("HTTP" | "HTTPS" | "TCP")?,
428
+ protocol_version: ("HTTP1" | "HTTP2")?,
429
+ port: ::Integer?,
430
+ path: ::String?,
419
431
  health_check_interval_seconds: ::Integer?,
420
432
  health_check_timeout_seconds: ::Integer?,
421
433
  healthy_threshold_count: ::Integer?,
434
+ unhealthy_threshold_count: ::Integer?,
422
435
  matcher: {
423
436
  http_code: ::String?
424
- }?,
425
- path: ::String?,
426
- port: ::Integer?,
427
- protocol: ("HTTP" | "HTTPS" | "TCP")?,
428
- protocol_version: ("HTTP1" | "HTTP2")?,
429
- unhealthy_threshold_count: ::Integer?
437
+ }?
430
438
  }?,
431
- ip_address_type: ("IPV4" | "IPV6")?,
432
- lambda_event_structure_version: ("V1" | "V2")?,
433
- port: ::Integer?,
434
- protocol: ("HTTP" | "HTTPS" | "TCP")?,
435
- protocol_version: ("HTTP1" | "HTTP2" | "GRPC")?,
436
- vpc_identifier: ::String?
439
+ lambda_event_structure_version: ("V1" | "V2")?
437
440
  },
438
- name: ::String,
439
- ?tags: Hash[::String, ::String],
440
- type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
441
+ ?client_token: ::String,
442
+ ?tags: Hash[::String, ::String]
441
443
  ) -> _CreateTargetGroupResponseSuccess
442
444
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTargetGroupResponseSuccess
443
445
 
@@ -464,8 +466,8 @@ module Aws
464
466
  end
465
467
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#delete_listener-instance_method
466
468
  def delete_listener: (
467
- listener_identifier: ::String,
468
- service_identifier: ::String
469
+ service_identifier: ::String,
470
+ listener_identifier: ::String
469
471
  ) -> _DeleteListenerResponseSuccess
470
472
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteListenerResponseSuccess
471
473
 
@@ -480,10 +482,10 @@ module Aws
480
482
 
481
483
  interface _DeleteResourceEndpointAssociationResponseSuccess
482
484
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourceEndpointAssociationResponse]
483
- def arn: () -> ::String
484
485
  def id: () -> ::String
485
- def resource_configuration_arn: () -> ::String
486
+ def arn: () -> ::String
486
487
  def resource_configuration_id: () -> ::String
488
+ def resource_configuration_arn: () -> ::String
487
489
  def vpc_endpoint_id: () -> ::String
488
490
  end
489
491
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#delete_resource_endpoint_association-instance_method
@@ -494,8 +496,8 @@ module Aws
494
496
 
495
497
  interface _DeleteResourceGatewayResponseSuccess
496
498
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourceGatewayResponse]
497
- def arn: () -> ::String
498
499
  def id: () -> ::String
500
+ def arn: () -> ::String
499
501
  def name: () -> ::String
500
502
  def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
501
503
  end
@@ -519,16 +521,16 @@ module Aws
519
521
  end
520
522
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#delete_rule-instance_method
521
523
  def delete_rule: (
524
+ service_identifier: ::String,
522
525
  listener_identifier: ::String,
523
- rule_identifier: ::String,
524
- service_identifier: ::String
526
+ rule_identifier: ::String
525
527
  ) -> _DeleteRuleResponseSuccess
526
528
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRuleResponseSuccess
527
529
 
528
530
  interface _DeleteServiceResponseSuccess
529
531
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceResponse]
530
- def arn: () -> ::String
531
532
  def id: () -> ::String
533
+ def arn: () -> ::String
532
534
  def name: () -> ::String
533
535
  def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
534
536
  end
@@ -549,8 +551,8 @@ module Aws
549
551
 
550
552
  interface _DeleteServiceNetworkResourceAssociationResponseSuccess
551
553
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceNetworkResourceAssociationResponse]
552
- def arn: () -> ::String
553
554
  def id: () -> ::String
555
+ def arn: () -> ::String
554
556
  def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
555
557
  end
556
558
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#delete_service_network_resource_association-instance_method
@@ -561,9 +563,9 @@ module Aws
561
563
 
562
564
  interface _DeleteServiceNetworkServiceAssociationResponseSuccess
563
565
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceNetworkServiceAssociationResponse]
564
- def arn: () -> ::String
565
566
  def id: () -> ::String
566
567
  def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
568
+ def arn: () -> ::String
567
569
  end
568
570
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#delete_service_network_service_association-instance_method
569
571
  def delete_service_network_service_association: (
@@ -573,9 +575,9 @@ module Aws
573
575
 
574
576
  interface _DeleteServiceNetworkVpcAssociationResponseSuccess
575
577
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceNetworkVpcAssociationResponse]
576
- def arn: () -> ::String
577
578
  def id: () -> ::String
578
579
  def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
580
+ def arn: () -> ::String
579
581
  end
580
582
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#delete_service_network_vpc_association-instance_method
581
583
  def delete_service_network_vpc_association: (
@@ -585,8 +587,8 @@ module Aws
585
587
 
586
588
  interface _DeleteTargetGroupResponseSuccess
587
589
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTargetGroupResponse]
588
- def arn: () -> ::String
589
590
  def id: () -> ::String
591
+ def arn: () -> ::String
590
592
  def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
591
593
  end
592
594
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#delete_target_group-instance_method
@@ -614,14 +616,14 @@ module Aws
614
616
 
615
617
  interface _GetAccessLogSubscriptionResponseSuccess
616
618
  include ::Seahorse::Client::_ResponseSuccess[Types::GetAccessLogSubscriptionResponse]
617
- def arn: () -> ::String
618
- def created_at: () -> ::Time
619
- def destination_arn: () -> ::String
620
619
  def id: () -> ::String
621
- def last_updated_at: () -> ::Time
622
- def resource_arn: () -> ::String
620
+ def arn: () -> ::String
623
621
  def resource_id: () -> ::String
622
+ def resource_arn: () -> ::String
623
+ def destination_arn: () -> ::String
624
624
  def service_network_log_type: () -> ("SERVICE" | "RESOURCE")
625
+ def created_at: () -> ::Time
626
+ def last_updated_at: () -> ::Time
625
627
  end
626
628
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_access_log_subscription-instance_method
627
629
  def get_access_log_subscription: (
@@ -631,10 +633,10 @@ module Aws
631
633
 
632
634
  interface _GetAuthPolicyResponseSuccess
633
635
  include ::Seahorse::Client::_ResponseSuccess[Types::GetAuthPolicyResponse]
634
- def created_at: () -> ::Time
635
- def last_updated_at: () -> ::Time
636
636
  def policy: () -> ::String
637
637
  def state: () -> ("Active" | "Inactive")
638
+ def created_at: () -> ::Time
639
+ def last_updated_at: () -> ::Time
638
640
  end
639
641
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_auth_policy-instance_method
640
642
  def get_auth_policy: (
@@ -645,41 +647,41 @@ module Aws
645
647
  interface _GetListenerResponseSuccess
646
648
  include ::Seahorse::Client::_ResponseSuccess[Types::GetListenerResponse]
647
649
  def arn: () -> ::String
648
- def created_at: () -> ::Time
649
- def default_action: () -> Types::RuleAction
650
650
  def id: () -> ::String
651
- def last_updated_at: () -> ::Time
652
651
  def name: () -> ::String
653
- def port: () -> ::Integer
654
652
  def protocol: () -> ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
653
+ def port: () -> ::Integer
655
654
  def service_arn: () -> ::String
656
655
  def service_id: () -> ::String
656
+ def default_action: () -> Types::RuleAction
657
+ def created_at: () -> ::Time
658
+ def last_updated_at: () -> ::Time
657
659
  end
658
660
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_listener-instance_method
659
661
  def get_listener: (
660
- listener_identifier: ::String,
661
- service_identifier: ::String
662
+ service_identifier: ::String,
663
+ listener_identifier: ::String
662
664
  ) -> _GetListenerResponseSuccess
663
665
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetListenerResponseSuccess
664
666
 
665
667
  interface _GetResourceConfigurationResponseSuccess
666
668
  include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceConfigurationResponse]
667
- def allow_association_to_shareable_service_network: () -> bool
668
- def amazon_managed: () -> bool
669
- def arn: () -> ::String
670
- def created_at: () -> ::Time
671
- def custom_domain_name: () -> ::String
672
- def failure_reason: () -> ::String
673
669
  def id: () -> ::String
674
- def last_updated_at: () -> ::Time
675
670
  def name: () -> ::String
671
+ def arn: () -> ::String
672
+ def resource_gateway_id: () -> ::String
673
+ def resource_configuration_group_id: () -> ::String
674
+ def type: () -> ("GROUP" | "CHILD" | "SINGLE" | "ARN")
675
+ def allow_association_to_shareable_service_network: () -> bool
676
676
  def port_ranges: () -> ::Array[::String]
677
677
  def protocol: () -> ("TCP")
678
- def resource_configuration_definition: () -> Types::ResourceConfigurationDefinition
679
- def resource_configuration_group_id: () -> ::String
680
- def resource_gateway_id: () -> ::String
678
+ def custom_domain_name: () -> ::String
681
679
  def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
682
- def type: () -> ("GROUP" | "CHILD" | "SINGLE" | "ARN")
680
+ def resource_configuration_definition: () -> Types::ResourceConfigurationDefinition
681
+ def created_at: () -> ::Time
682
+ def amazon_managed: () -> bool
683
+ def failure_reason: () -> ::String
684
+ def last_updated_at: () -> ::Time
683
685
  end
684
686
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_resource_configuration-instance_method
685
687
  def get_resource_configuration: (
@@ -689,16 +691,17 @@ module Aws
689
691
 
690
692
  interface _GetResourceGatewayResponseSuccess
691
693
  include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceGatewayResponse]
692
- def arn: () -> ::String
693
- def created_at: () -> ::Time
694
- def id: () -> ::String
695
- def ip_address_type: () -> ("IPV4" | "IPV6" | "DUALSTACK")
696
- def last_updated_at: () -> ::Time
697
694
  def name: () -> ::String
698
- def security_group_ids: () -> ::Array[::String]
695
+ def id: () -> ::String
696
+ def arn: () -> ::String
699
697
  def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
700
- def subnet_ids: () -> ::Array[::String]
701
698
  def vpc_id: () -> ::String
699
+ def subnet_ids: () -> ::Array[::String]
700
+ def security_group_ids: () -> ::Array[::String]
701
+ def ip_address_type: () -> ("IPV4" | "IPV6" | "DUALSTACK")
702
+ def ipv4_addresses_per_eni: () -> ::Integer
703
+ def created_at: () -> ::Time
704
+ def last_updated_at: () -> ::Time
702
705
  end
703
706
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_resource_gateway-instance_method
704
707
  def get_resource_gateway: (
@@ -718,38 +721,38 @@ module Aws
718
721
 
719
722
  interface _GetRuleResponseSuccess
720
723
  include ::Seahorse::Client::_ResponseSuccess[Types::GetRuleResponse]
721
- def action: () -> Types::RuleAction
722
724
  def arn: () -> ::String
723
- def created_at: () -> ::Time
724
725
  def id: () -> ::String
726
+ def name: () -> ::String
725
727
  def is_default: () -> bool
726
- def last_updated_at: () -> ::Time
727
728
  def match: () -> Types::RuleMatch
728
- def name: () -> ::String
729
729
  def priority: () -> ::Integer
730
+ def action: () -> Types::RuleAction
731
+ def created_at: () -> ::Time
732
+ def last_updated_at: () -> ::Time
730
733
  end
731
734
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_rule-instance_method
732
735
  def get_rule: (
736
+ service_identifier: ::String,
733
737
  listener_identifier: ::String,
734
- rule_identifier: ::String,
735
- service_identifier: ::String
738
+ rule_identifier: ::String
736
739
  ) -> _GetRuleResponseSuccess
737
740
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRuleResponseSuccess
738
741
 
739
742
  interface _GetServiceResponseSuccess
740
743
  include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceResponse]
744
+ def id: () -> ::String
745
+ def name: () -> ::String
741
746
  def arn: () -> ::String
742
- def auth_type: () -> ("NONE" | "AWS_IAM")
743
- def certificate_arn: () -> ::String
744
747
  def created_at: () -> ::Time
745
- def custom_domain_name: () -> ::String
748
+ def last_updated_at: () -> ::Time
746
749
  def dns_entry: () -> Types::DnsEntry
750
+ def custom_domain_name: () -> ::String
751
+ def certificate_arn: () -> ::String
752
+ def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
753
+ def auth_type: () -> ("NONE" | "AWS_IAM")
747
754
  def failure_code: () -> ::String
748
755
  def failure_message: () -> ::String
749
- def id: () -> ::String
750
- def last_updated_at: () -> ::Time
751
- def name: () -> ::String
752
- def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
753
756
  end
754
757
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_service-instance_method
755
758
  def get_service: (
@@ -759,15 +762,15 @@ module Aws
759
762
 
760
763
  interface _GetServiceNetworkResponseSuccess
761
764
  include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceNetworkResponse]
762
- def arn: () -> ::String
763
- def auth_type: () -> ("NONE" | "AWS_IAM")
764
- def created_at: () -> ::Time
765
765
  def id: () -> ::String
766
- def last_updated_at: () -> ::Time
767
766
  def name: () -> ::String
768
- def number_of_associated_services: () -> ::Integer
769
- def number_of_associated_vp_cs: () -> ::Integer
767
+ def created_at: () -> ::Time
768
+ def last_updated_at: () -> ::Time
769
+ def arn: () -> ::String
770
+ def auth_type: () -> ("NONE" | "AWS_IAM")
770
771
  def sharing_config: () -> Types::SharingConfig
772
+ def number_of_associated_vp_cs: () -> ::Integer
773
+ def number_of_associated_services: () -> ::Integer
771
774
  end
772
775
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_service_network-instance_method
773
776
  def get_service_network: (
@@ -777,23 +780,23 @@ module Aws
777
780
 
778
781
  interface _GetServiceNetworkResourceAssociationResponseSuccess
779
782
  include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceNetworkResourceAssociationResponse]
783
+ def id: () -> ::String
780
784
  def arn: () -> ::String
781
- def created_at: () -> ::Time
785
+ def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
782
786
  def created_by: () -> ::String
783
- def dns_entry: () -> Types::DnsEntry
784
- def failure_code: () -> ::String
785
- def failure_reason: () -> ::String
786
- def id: () -> ::String
787
- def is_managed_association: () -> bool
788
- def last_updated_at: () -> ::Time
789
- def private_dns_entry: () -> Types::DnsEntry
790
- def resource_configuration_arn: () -> ::String
787
+ def created_at: () -> ::Time
791
788
  def resource_configuration_id: () -> ::String
789
+ def resource_configuration_arn: () -> ::String
792
790
  def resource_configuration_name: () -> ::String
793
- def service_network_arn: () -> ::String
794
791
  def service_network_id: () -> ::String
792
+ def service_network_arn: () -> ::String
795
793
  def service_network_name: () -> ::String
796
- def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
794
+ def failure_reason: () -> ::String
795
+ def failure_code: () -> ::String
796
+ def last_updated_at: () -> ::Time
797
+ def private_dns_entry: () -> Types::DnsEntry
798
+ def dns_entry: () -> Types::DnsEntry
799
+ def is_managed_association: () -> bool
797
800
  end
798
801
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_service_network_resource_association-instance_method
799
802
  def get_service_network_resource_association: (
@@ -803,21 +806,21 @@ module Aws
803
806
 
804
807
  interface _GetServiceNetworkServiceAssociationResponseSuccess
805
808
  include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceNetworkServiceAssociationResponse]
809
+ def id: () -> ::String
810
+ def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
806
811
  def arn: () -> ::String
807
- def created_at: () -> ::Time
808
812
  def created_by: () -> ::String
809
- def custom_domain_name: () -> ::String
810
- def dns_entry: () -> Types::DnsEntry
811
- def failure_code: () -> ::String
812
- def failure_message: () -> ::String
813
- def id: () -> ::String
814
- def service_arn: () -> ::String
813
+ def created_at: () -> ::Time
815
814
  def service_id: () -> ::String
816
815
  def service_name: () -> ::String
817
- def service_network_arn: () -> ::String
816
+ def service_arn: () -> ::String
818
817
  def service_network_id: () -> ::String
819
818
  def service_network_name: () -> ::String
820
- def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
819
+ def service_network_arn: () -> ::String
820
+ def dns_entry: () -> Types::DnsEntry
821
+ def custom_domain_name: () -> ::String
822
+ def failure_message: () -> ::String
823
+ def failure_code: () -> ::String
821
824
  end
822
825
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_service_network_service_association-instance_method
823
826
  def get_service_network_service_association: (
@@ -827,19 +830,19 @@ module Aws
827
830
 
828
831
  interface _GetServiceNetworkVpcAssociationResponseSuccess
829
832
  include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceNetworkVpcAssociationResponse]
833
+ def id: () -> ::String
834
+ def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
830
835
  def arn: () -> ::String
831
- def created_at: () -> ::Time
832
836
  def created_by: () -> ::String
833
- def failure_code: () -> ::String
834
- def failure_message: () -> ::String
835
- def id: () -> ::String
836
- def last_updated_at: () -> ::Time
837
- def security_group_ids: () -> ::Array[::String]
838
- def service_network_arn: () -> ::String
837
+ def created_at: () -> ::Time
839
838
  def service_network_id: () -> ::String
840
839
  def service_network_name: () -> ::String
841
- def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
840
+ def service_network_arn: () -> ::String
842
841
  def vpc_id: () -> ::String
842
+ def security_group_ids: () -> ::Array[::String]
843
+ def failure_message: () -> ::String
844
+ def failure_code: () -> ::String
845
+ def last_updated_at: () -> ::Time
843
846
  end
844
847
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_service_network_vpc_association-instance_method
845
848
  def get_service_network_vpc_association: (
@@ -849,17 +852,17 @@ module Aws
849
852
 
850
853
  interface _GetTargetGroupResponseSuccess
851
854
  include ::Seahorse::Client::_ResponseSuccess[Types::GetTargetGroupResponse]
855
+ def id: () -> ::String
852
856
  def arn: () -> ::String
857
+ def name: () -> ::String
858
+ def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
853
859
  def config: () -> Types::TargetGroupConfig
854
860
  def created_at: () -> ::Time
855
- def failure_code: () -> ::String
856
- def failure_message: () -> ::String
857
- def id: () -> ::String
858
861
  def last_updated_at: () -> ::Time
859
- def name: () -> ::String
860
- def service_arns: () -> ::Array[::String]
861
862
  def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
862
- def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
863
+ def service_arns: () -> ::Array[::String]
864
+ def failure_message: () -> ::String
865
+ def failure_code: () -> ::String
863
866
  end
864
867
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#get_target_group-instance_method
865
868
  def get_target_group: (
@@ -874,9 +877,9 @@ module Aws
874
877
  end
875
878
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_access_log_subscriptions-instance_method
876
879
  def list_access_log_subscriptions: (
880
+ resource_identifier: ::String,
877
881
  ?max_results: ::Integer,
878
- ?next_token: ::String,
879
- resource_identifier: ::String
882
+ ?next_token: ::String
880
883
  ) -> _ListAccessLogSubscriptionsResponseSuccess
881
884
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccessLogSubscriptionsResponseSuccess
882
885
 
@@ -887,9 +890,9 @@ module Aws
887
890
  end
888
891
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_listeners-instance_method
889
892
  def list_listeners: (
893
+ service_identifier: ::String,
890
894
  ?max_results: ::Integer,
891
- ?next_token: ::String,
892
- service_identifier: ::String
895
+ ?next_token: ::String
893
896
  ) -> _ListListenersResponseSuccess
894
897
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListListenersResponseSuccess
895
898
 
@@ -900,10 +903,10 @@ module Aws
900
903
  end
901
904
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_resource_configurations-instance_method
902
905
  def list_resource_configurations: (
903
- ?max_results: ::Integer,
904
- ?next_token: ::String,
906
+ ?resource_gateway_identifier: ::String,
905
907
  ?resource_configuration_group_identifier: ::String,
906
- ?resource_gateway_identifier: ::String
908
+ ?max_results: ::Integer,
909
+ ?next_token: ::String
907
910
  ) -> _ListResourceConfigurationsResponseSuccess
908
911
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceConfigurationsResponseSuccess
909
912
 
@@ -914,12 +917,12 @@ module Aws
914
917
  end
915
918
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_resource_endpoint_associations-instance_method
916
919
  def list_resource_endpoint_associations: (
917
- ?max_results: ::Integer,
918
- ?next_token: ::String,
919
920
  resource_configuration_identifier: ::String,
920
921
  ?resource_endpoint_association_identifier: ::String,
921
922
  ?vpc_endpoint_id: ::String,
922
- ?vpc_endpoint_owner: ::String
923
+ ?vpc_endpoint_owner: ::String,
924
+ ?max_results: ::Integer,
925
+ ?next_token: ::String
923
926
  ) -> _ListResourceEndpointAssociationsResponseSuccess
924
927
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceEndpointAssociationsResponseSuccess
925
928
 
@@ -942,10 +945,10 @@ module Aws
942
945
  end
943
946
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_rules-instance_method
944
947
  def list_rules: (
948
+ service_identifier: ::String,
945
949
  listener_identifier: ::String,
946
950
  ?max_results: ::Integer,
947
- ?next_token: ::String,
948
- service_identifier: ::String
951
+ ?next_token: ::String
949
952
  ) -> _ListRulesResponseSuccess
950
953
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRulesResponseSuccess
951
954
 
@@ -956,10 +959,11 @@ module Aws
956
959
  end
957
960
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_service_network_resource_associations-instance_method
958
961
  def list_service_network_resource_associations: (
962
+ ?service_network_identifier: ::String,
963
+ ?resource_configuration_identifier: ::String,
959
964
  ?max_results: ::Integer,
960
965
  ?next_token: ::String,
961
- ?resource_configuration_identifier: ::String,
962
- ?service_network_identifier: ::String
966
+ ?include_children: bool
963
967
  ) -> _ListServiceNetworkResourceAssociationsResponseSuccess
964
968
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceNetworkResourceAssociationsResponseSuccess
965
969
 
@@ -970,10 +974,10 @@ module Aws
970
974
  end
971
975
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_service_network_service_associations-instance_method
972
976
  def list_service_network_service_associations: (
973
- ?max_results: ::Integer,
974
- ?next_token: ::String,
977
+ ?service_network_identifier: ::String,
975
978
  ?service_identifier: ::String,
976
- ?service_network_identifier: ::String
979
+ ?max_results: ::Integer,
980
+ ?next_token: ::String
977
981
  ) -> _ListServiceNetworkServiceAssociationsResponseSuccess
978
982
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceNetworkServiceAssociationsResponseSuccess
979
983
 
@@ -984,10 +988,10 @@ module Aws
984
988
  end
985
989
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_service_network_vpc_associations-instance_method
986
990
  def list_service_network_vpc_associations: (
987
- ?max_results: ::Integer,
988
- ?next_token: ::String,
989
991
  ?service_network_identifier: ::String,
990
- ?vpc_identifier: ::String
992
+ ?vpc_identifier: ::String,
993
+ ?max_results: ::Integer,
994
+ ?next_token: ::String
991
995
  ) -> _ListServiceNetworkVpcAssociationsResponseSuccess
992
996
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceNetworkVpcAssociationsResponseSuccess
993
997
 
@@ -998,9 +1002,9 @@ module Aws
998
1002
  end
999
1003
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_service_network_vpc_endpoint_associations-instance_method
1000
1004
  def list_service_network_vpc_endpoint_associations: (
1005
+ service_network_identifier: ::String,
1001
1006
  ?max_results: ::Integer,
1002
- ?next_token: ::String,
1003
- service_network_identifier: ::String
1007
+ ?next_token: ::String
1004
1008
  ) -> _ListServiceNetworkVpcEndpointAssociationsResponseSuccess
1005
1009
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceNetworkVpcEndpointAssociationsResponseSuccess
1006
1010
 
@@ -1047,8 +1051,8 @@ module Aws
1047
1051
  def list_target_groups: (
1048
1052
  ?max_results: ::Integer,
1049
1053
  ?next_token: ::String,
1050
- ?target_group_type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB"),
1051
- ?vpc_identifier: ::String
1054
+ ?vpc_identifier: ::String,
1055
+ ?target_group_type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
1052
1056
  ) -> _ListTargetGroupsResponseSuccess
1053
1057
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTargetGroupsResponseSuccess
1054
1058
 
@@ -1059,9 +1063,9 @@ module Aws
1059
1063
  end
1060
1064
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#list_targets-instance_method
1061
1065
  def list_targets: (
1066
+ target_group_identifier: ::String,
1062
1067
  ?max_results: ::Integer,
1063
1068
  ?next_token: ::String,
1064
- target_group_identifier: ::String,
1065
1069
  ?targets: Array[
1066
1070
  {
1067
1071
  id: ::String,
@@ -1078,8 +1082,8 @@ module Aws
1078
1082
  end
1079
1083
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#put_auth_policy-instance_method
1080
1084
  def put_auth_policy: (
1081
- policy: ::String,
1082
- resource_identifier: ::String
1085
+ resource_identifier: ::String,
1086
+ policy: ::String
1083
1087
  ) -> _PutAuthPolicyResponseSuccess
1084
1088
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAuthPolicyResponseSuccess
1085
1089
 
@@ -1088,8 +1092,8 @@ module Aws
1088
1092
  end
1089
1093
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#put_resource_policy-instance_method
1090
1094
  def put_resource_policy: (
1091
- policy: ::String,
1092
- resource_arn: ::String
1095
+ resource_arn: ::String,
1096
+ policy: ::String
1093
1097
  ) -> _PutResourcePolicyResponseSuccess
1094
1098
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResourcePolicyResponseSuccess
1095
1099
 
@@ -1132,11 +1136,11 @@ module Aws
1132
1136
 
1133
1137
  interface _UpdateAccessLogSubscriptionResponseSuccess
1134
1138
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAccessLogSubscriptionResponse]
1135
- def arn: () -> ::String
1136
- def destination_arn: () -> ::String
1137
1139
  def id: () -> ::String
1138
- def resource_arn: () -> ::String
1140
+ def arn: () -> ::String
1139
1141
  def resource_id: () -> ::String
1142
+ def resource_arn: () -> ::String
1143
+ def destination_arn: () -> ::String
1140
1144
  end
1141
1145
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#update_access_log_subscription-instance_method
1142
1146
  def update_access_log_subscription: (
@@ -1148,20 +1152,19 @@ module Aws
1148
1152
  interface _UpdateListenerResponseSuccess
1149
1153
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateListenerResponse]
1150
1154
  def arn: () -> ::String
1151
- def default_action: () -> Types::RuleAction
1152
1155
  def id: () -> ::String
1153
1156
  def name: () -> ::String
1154
- def port: () -> ::Integer
1155
1157
  def protocol: () -> ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
1158
+ def port: () -> ::Integer
1156
1159
  def service_arn: () -> ::String
1157
1160
  def service_id: () -> ::String
1161
+ def default_action: () -> Types::RuleAction
1158
1162
  end
1159
1163
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#update_listener-instance_method
1160
1164
  def update_listener: (
1165
+ service_identifier: ::String,
1166
+ listener_identifier: ::String,
1161
1167
  default_action: {
1162
- fixed_response: {
1163
- status_code: ::Integer
1164
- }?,
1165
1168
  forward: {
1166
1169
  target_groups: Array[
1167
1170
  {
@@ -1169,57 +1172,58 @@ module Aws
1169
1172
  weight: ::Integer?
1170
1173
  },
1171
1174
  ]
1175
+ }?,
1176
+ fixed_response: {
1177
+ status_code: ::Integer
1172
1178
  }?
1173
- },
1174
- listener_identifier: ::String,
1175
- service_identifier: ::String
1179
+ }
1176
1180
  ) -> _UpdateListenerResponseSuccess
1177
1181
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateListenerResponseSuccess
1178
1182
 
1179
1183
  interface _UpdateResourceConfigurationResponseSuccess
1180
1184
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResourceConfigurationResponse]
1181
- def allow_association_to_shareable_service_network: () -> bool
1182
- def arn: () -> ::String
1183
1185
  def id: () -> ::String
1184
1186
  def name: () -> ::String
1187
+ def arn: () -> ::String
1188
+ def resource_gateway_id: () -> ::String
1189
+ def resource_configuration_group_id: () -> ::String
1190
+ def type: () -> ("GROUP" | "CHILD" | "SINGLE" | "ARN")
1185
1191
  def port_ranges: () -> ::Array[::String]
1192
+ def allow_association_to_shareable_service_network: () -> bool
1186
1193
  def protocol: () -> ("TCP")
1187
- def resource_configuration_definition: () -> Types::ResourceConfigurationDefinition
1188
- def resource_configuration_group_id: () -> ::String
1189
- def resource_gateway_id: () -> ::String
1190
1194
  def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1191
- def type: () -> ("GROUP" | "CHILD" | "SINGLE" | "ARN")
1195
+ def resource_configuration_definition: () -> Types::ResourceConfigurationDefinition
1192
1196
  end
1193
1197
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#update_resource_configuration-instance_method
1194
1198
  def update_resource_configuration: (
1195
- ?allow_association_to_shareable_service_network: bool,
1196
- ?port_ranges: Array[::String],
1199
+ resource_configuration_identifier: ::String,
1197
1200
  ?resource_configuration_definition: {
1198
- arn_resource: {
1199
- arn: ::String?
1200
- }?,
1201
1201
  dns_resource: {
1202
1202
  domain_name: ::String?,
1203
1203
  ip_address_type: ("IPV4" | "IPV6" | "DUALSTACK")?
1204
1204
  }?,
1205
1205
  ip_resource: {
1206
1206
  ip_address: ::String?
1207
+ }?,
1208
+ arn_resource: {
1209
+ arn: ::String?
1207
1210
  }?
1208
1211
  },
1209
- resource_configuration_identifier: ::String
1212
+ ?allow_association_to_shareable_service_network: bool,
1213
+ ?port_ranges: Array[::String]
1210
1214
  ) -> _UpdateResourceConfigurationResponseSuccess
1211
1215
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResourceConfigurationResponseSuccess
1212
1216
 
1213
1217
  interface _UpdateResourceGatewayResponseSuccess
1214
1218
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResourceGatewayResponse]
1215
- def arn: () -> ::String
1216
- def id: () -> ::String
1217
- def ip_address_type: () -> ("IPV4" | "IPV6")
1218
1219
  def name: () -> ::String
1219
- def security_group_ids: () -> ::Array[::String]
1220
+ def id: () -> ::String
1221
+ def arn: () -> ::String
1220
1222
  def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1221
- def subnet_ids: () -> ::Array[::String]
1222
1223
  def vpc_id: () -> ::String
1224
+ def subnet_ids: () -> ::Array[::String]
1225
+ def security_group_ids: () -> ::Array[::String]
1226
+ def ip_address_type: () -> ("IPV4" | "IPV6")
1223
1227
  end
1224
1228
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#update_resource_gateway-instance_method
1225
1229
  def update_resource_gateway: (
@@ -1230,131 +1234,131 @@ module Aws
1230
1234
 
1231
1235
  interface _UpdateRuleResponseSuccess
1232
1236
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRuleResponse]
1233
- def action: () -> Types::RuleAction
1234
1237
  def arn: () -> ::String
1235
1238
  def id: () -> ::String
1239
+ def name: () -> ::String
1236
1240
  def is_default: () -> bool
1237
1241
  def match: () -> Types::RuleMatch
1238
- def name: () -> ::String
1239
1242
  def priority: () -> ::Integer
1243
+ def action: () -> Types::RuleAction
1240
1244
  end
1241
1245
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#update_rule-instance_method
1242
1246
  def update_rule: (
1243
- ?action: {
1244
- fixed_response: {
1245
- status_code: ::Integer
1246
- }?,
1247
- forward: {
1248
- target_groups: Array[
1249
- {
1250
- target_group_identifier: ::String,
1251
- weight: ::Integer?
1252
- },
1253
- ]
1254
- }?
1255
- },
1247
+ service_identifier: ::String,
1256
1248
  listener_identifier: ::String,
1249
+ rule_identifier: ::String,
1257
1250
  ?match: {
1258
1251
  http_match: {
1252
+ method: ::String?,
1253
+ path_match: {
1254
+ match: {
1255
+ exact: ::String?,
1256
+ prefix: ::String?
1257
+ },
1258
+ case_sensitive: bool?
1259
+ }?,
1259
1260
  header_matches: Array[
1260
1261
  {
1261
- case_sensitive: bool?,
1262
+ name: ::String,
1262
1263
  match: {
1263
- contains: ::String?,
1264
1264
  exact: ::String?,
1265
- prefix: ::String?
1265
+ prefix: ::String?,
1266
+ contains: ::String?
1266
1267
  },
1267
- name: ::String
1268
+ case_sensitive: bool?
1268
1269
  },
1269
- ]?,
1270
- method: ::String?,
1271
- path_match: {
1272
- case_sensitive: bool?,
1273
- match: {
1274
- exact: ::String?,
1275
- prefix: ::String?
1276
- }
1277
- }?
1270
+ ]?
1278
1271
  }?
1279
1272
  },
1280
1273
  ?priority: ::Integer,
1281
- rule_identifier: ::String,
1282
- service_identifier: ::String
1274
+ ?action: {
1275
+ forward: {
1276
+ target_groups: Array[
1277
+ {
1278
+ target_group_identifier: ::String,
1279
+ weight: ::Integer?
1280
+ },
1281
+ ]
1282
+ }?,
1283
+ fixed_response: {
1284
+ status_code: ::Integer
1285
+ }?
1286
+ }
1283
1287
  ) -> _UpdateRuleResponseSuccess
1284
1288
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleResponseSuccess
1285
1289
 
1286
1290
  interface _UpdateServiceResponseSuccess
1287
1291
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceResponse]
1288
- def arn: () -> ::String
1289
- def auth_type: () -> ("NONE" | "AWS_IAM")
1290
- def certificate_arn: () -> ::String
1291
- def custom_domain_name: () -> ::String
1292
1292
  def id: () -> ::String
1293
+ def arn: () -> ::String
1293
1294
  def name: () -> ::String
1295
+ def custom_domain_name: () -> ::String
1296
+ def certificate_arn: () -> ::String
1297
+ def auth_type: () -> ("NONE" | "AWS_IAM")
1294
1298
  end
1295
1299
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#update_service-instance_method
1296
1300
  def update_service: (
1297
- ?auth_type: ("NONE" | "AWS_IAM"),
1301
+ service_identifier: ::String,
1298
1302
  ?certificate_arn: ::String,
1299
- service_identifier: ::String
1303
+ ?auth_type: ("NONE" | "AWS_IAM")
1300
1304
  ) -> _UpdateServiceResponseSuccess
1301
1305
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceResponseSuccess
1302
1306
 
1303
1307
  interface _UpdateServiceNetworkResponseSuccess
1304
1308
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceNetworkResponse]
1305
- def arn: () -> ::String
1306
- def auth_type: () -> ("NONE" | "AWS_IAM")
1307
1309
  def id: () -> ::String
1308
1310
  def name: () -> ::String
1311
+ def arn: () -> ::String
1312
+ def auth_type: () -> ("NONE" | "AWS_IAM")
1309
1313
  end
1310
1314
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#update_service_network-instance_method
1311
1315
  def update_service_network: (
1312
- auth_type: ("NONE" | "AWS_IAM"),
1313
- service_network_identifier: ::String
1316
+ service_network_identifier: ::String,
1317
+ auth_type: ("NONE" | "AWS_IAM")
1314
1318
  ) -> _UpdateServiceNetworkResponseSuccess
1315
1319
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceNetworkResponseSuccess
1316
1320
 
1317
1321
  interface _UpdateServiceNetworkVpcAssociationResponseSuccess
1318
1322
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateServiceNetworkVpcAssociationResponse]
1323
+ def id: () -> ::String
1319
1324
  def arn: () -> ::String
1325
+ def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
1320
1326
  def created_by: () -> ::String
1321
- def id: () -> ::String
1322
1327
  def security_group_ids: () -> ::Array[::String]
1323
- def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
1324
1328
  end
1325
1329
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#update_service_network_vpc_association-instance_method
1326
1330
  def update_service_network_vpc_association: (
1327
- security_group_ids: Array[::String],
1328
- service_network_vpc_association_identifier: ::String
1331
+ service_network_vpc_association_identifier: ::String,
1332
+ security_group_ids: Array[::String]
1329
1333
  ) -> _UpdateServiceNetworkVpcAssociationResponseSuccess
1330
1334
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceNetworkVpcAssociationResponseSuccess
1331
1335
 
1332
1336
  interface _UpdateTargetGroupResponseSuccess
1333
1337
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTargetGroupResponse]
1334
- def arn: () -> ::String
1335
- def config: () -> Types::TargetGroupConfig
1336
1338
  def id: () -> ::String
1339
+ def arn: () -> ::String
1337
1340
  def name: () -> ::String
1338
- def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
1339
1341
  def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
1342
+ def config: () -> Types::TargetGroupConfig
1343
+ def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
1340
1344
  end
1341
1345
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/VPCLattice/Client.html#update_target_group-instance_method
1342
1346
  def update_target_group: (
1347
+ target_group_identifier: ::String,
1343
1348
  health_check: {
1344
1349
  enabled: bool?,
1350
+ protocol: ("HTTP" | "HTTPS" | "TCP")?,
1351
+ protocol_version: ("HTTP1" | "HTTP2")?,
1352
+ port: ::Integer?,
1353
+ path: ::String?,
1345
1354
  health_check_interval_seconds: ::Integer?,
1346
1355
  health_check_timeout_seconds: ::Integer?,
1347
1356
  healthy_threshold_count: ::Integer?,
1357
+ unhealthy_threshold_count: ::Integer?,
1348
1358
  matcher: {
1349
1359
  http_code: ::String?
1350
- }?,
1351
- path: ::String?,
1352
- port: ::Integer?,
1353
- protocol: ("HTTP" | "HTTPS" | "TCP")?,
1354
- protocol_version: ("HTTP1" | "HTTP2")?,
1355
- unhealthy_threshold_count: ::Integer?
1356
- },
1357
- target_group_identifier: ::String
1360
+ }?
1361
+ }
1358
1362
  ) -> _UpdateTargetGroupResponseSuccess
1359
1363
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTargetGroupResponseSuccess
1360
1364
  end