aws-sdk-vpclattice 1.10.0 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,1113 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::VPCLattice
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AccessLogSubscriptionSummary
17
+ attr_accessor arn: ::String
18
+ attr_accessor created_at: ::Time
19
+ attr_accessor destination_arn: ::String
20
+ attr_accessor id: ::String
21
+ attr_accessor last_updated_at: ::Time
22
+ attr_accessor resource_arn: ::String
23
+ attr_accessor resource_id: ::String
24
+ SENSITIVE: []
25
+ end
26
+
27
+ class BatchUpdateRuleRequest
28
+ attr_accessor listener_identifier: ::String
29
+ attr_accessor rules: ::Array[Types::RuleUpdate]
30
+ attr_accessor service_identifier: ::String
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class BatchUpdateRuleResponse
35
+ attr_accessor successful: ::Array[Types::RuleUpdateSuccess]
36
+ attr_accessor unsuccessful: ::Array[Types::RuleUpdateFailure]
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class ConflictException
41
+ attr_accessor message: ::String
42
+ attr_accessor resource_id: ::String
43
+ attr_accessor resource_type: ::String
44
+ SENSITIVE: []
45
+ end
46
+
47
+ class CreateAccessLogSubscriptionRequest
48
+ attr_accessor client_token: ::String
49
+ attr_accessor destination_arn: ::String
50
+ attr_accessor resource_identifier: ::String
51
+ attr_accessor tags: ::Hash[::String, ::String]
52
+ SENSITIVE: []
53
+ end
54
+
55
+ class CreateAccessLogSubscriptionResponse
56
+ attr_accessor arn: ::String
57
+ attr_accessor destination_arn: ::String
58
+ attr_accessor id: ::String
59
+ attr_accessor resource_arn: ::String
60
+ attr_accessor resource_id: ::String
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class CreateListenerRequest
65
+ attr_accessor client_token: ::String
66
+ attr_accessor default_action: Types::RuleAction
67
+ attr_accessor name: ::String
68
+ attr_accessor port: ::Integer
69
+ attr_accessor protocol: ("HTTP" | "HTTPS")
70
+ attr_accessor service_identifier: ::String
71
+ attr_accessor tags: ::Hash[::String, ::String]
72
+ SENSITIVE: []
73
+ end
74
+
75
+ class CreateListenerResponse
76
+ attr_accessor arn: ::String
77
+ attr_accessor default_action: Types::RuleAction
78
+ attr_accessor id: ::String
79
+ attr_accessor name: ::String
80
+ attr_accessor port: ::Integer
81
+ attr_accessor protocol: ("HTTP" | "HTTPS")
82
+ attr_accessor service_arn: ::String
83
+ attr_accessor service_id: ::String
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class CreateRuleRequest
88
+ attr_accessor action: Types::RuleAction
89
+ attr_accessor client_token: ::String
90
+ attr_accessor listener_identifier: ::String
91
+ attr_accessor match: Types::RuleMatch
92
+ attr_accessor name: ::String
93
+ attr_accessor priority: ::Integer
94
+ attr_accessor service_identifier: ::String
95
+ attr_accessor tags: ::Hash[::String, ::String]
96
+ SENSITIVE: []
97
+ end
98
+
99
+ class CreateRuleResponse
100
+ attr_accessor action: Types::RuleAction
101
+ attr_accessor arn: ::String
102
+ attr_accessor id: ::String
103
+ attr_accessor match: Types::RuleMatch
104
+ attr_accessor name: ::String
105
+ attr_accessor priority: ::Integer
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class CreateServiceNetworkRequest
110
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
111
+ attr_accessor client_token: ::String
112
+ attr_accessor name: ::String
113
+ attr_accessor tags: ::Hash[::String, ::String]
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class CreateServiceNetworkResponse
118
+ attr_accessor arn: ::String
119
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
120
+ attr_accessor id: ::String
121
+ attr_accessor name: ::String
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class CreateServiceNetworkServiceAssociationRequest
126
+ attr_accessor client_token: ::String
127
+ attr_accessor service_identifier: ::String
128
+ attr_accessor service_network_identifier: ::String
129
+ attr_accessor tags: ::Hash[::String, ::String]
130
+ SENSITIVE: []
131
+ end
132
+
133
+ class CreateServiceNetworkServiceAssociationResponse
134
+ attr_accessor arn: ::String
135
+ attr_accessor created_by: ::String
136
+ attr_accessor custom_domain_name: ::String
137
+ attr_accessor dns_entry: Types::DnsEntry
138
+ attr_accessor id: ::String
139
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
140
+ SENSITIVE: []
141
+ end
142
+
143
+ class CreateServiceNetworkVpcAssociationRequest
144
+ attr_accessor client_token: ::String
145
+ attr_accessor security_group_ids: ::Array[::String]
146
+ attr_accessor service_network_identifier: ::String
147
+ attr_accessor tags: ::Hash[::String, ::String]
148
+ attr_accessor vpc_identifier: ::String
149
+ SENSITIVE: []
150
+ end
151
+
152
+ class CreateServiceNetworkVpcAssociationResponse
153
+ attr_accessor arn: ::String
154
+ attr_accessor created_by: ::String
155
+ attr_accessor id: ::String
156
+ attr_accessor security_group_ids: ::Array[::String]
157
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class CreateServiceRequest
162
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
163
+ attr_accessor certificate_arn: ::String
164
+ attr_accessor client_token: ::String
165
+ attr_accessor custom_domain_name: ::String
166
+ attr_accessor name: ::String
167
+ attr_accessor tags: ::Hash[::String, ::String]
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class CreateServiceResponse
172
+ attr_accessor arn: ::String
173
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
174
+ attr_accessor certificate_arn: ::String
175
+ attr_accessor custom_domain_name: ::String
176
+ attr_accessor dns_entry: Types::DnsEntry
177
+ attr_accessor id: ::String
178
+ attr_accessor name: ::String
179
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
180
+ SENSITIVE: []
181
+ end
182
+
183
+ class CreateTargetGroupRequest
184
+ attr_accessor client_token: ::String
185
+ attr_accessor config: Types::TargetGroupConfig
186
+ attr_accessor name: ::String
187
+ attr_accessor tags: ::Hash[::String, ::String]
188
+ attr_accessor type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class CreateTargetGroupResponse
193
+ attr_accessor arn: ::String
194
+ attr_accessor config: Types::TargetGroupConfig
195
+ attr_accessor id: ::String
196
+ attr_accessor name: ::String
197
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
198
+ attr_accessor type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
199
+ SENSITIVE: []
200
+ end
201
+
202
+ class DeleteAccessLogSubscriptionRequest
203
+ attr_accessor access_log_subscription_identifier: ::String
204
+ SENSITIVE: []
205
+ end
206
+
207
+ class DeleteAccessLogSubscriptionResponse < Aws::EmptyStructure
208
+ end
209
+
210
+ class DeleteAuthPolicyRequest
211
+ attr_accessor resource_identifier: ::String
212
+ SENSITIVE: []
213
+ end
214
+
215
+ class DeleteAuthPolicyResponse < Aws::EmptyStructure
216
+ end
217
+
218
+ class DeleteListenerRequest
219
+ attr_accessor listener_identifier: ::String
220
+ attr_accessor service_identifier: ::String
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class DeleteListenerResponse < Aws::EmptyStructure
225
+ end
226
+
227
+ class DeleteResourcePolicyRequest
228
+ attr_accessor resource_arn: ::String
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class DeleteResourcePolicyResponse < Aws::EmptyStructure
233
+ end
234
+
235
+ class DeleteRuleRequest
236
+ attr_accessor listener_identifier: ::String
237
+ attr_accessor rule_identifier: ::String
238
+ attr_accessor service_identifier: ::String
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class DeleteRuleResponse < Aws::EmptyStructure
243
+ end
244
+
245
+ class DeleteServiceNetworkRequest
246
+ attr_accessor service_network_identifier: ::String
247
+ SENSITIVE: []
248
+ end
249
+
250
+ class DeleteServiceNetworkResponse < Aws::EmptyStructure
251
+ end
252
+
253
+ class DeleteServiceNetworkServiceAssociationRequest
254
+ attr_accessor service_network_service_association_identifier: ::String
255
+ SENSITIVE: []
256
+ end
257
+
258
+ class DeleteServiceNetworkServiceAssociationResponse
259
+ attr_accessor arn: ::String
260
+ attr_accessor id: ::String
261
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class DeleteServiceNetworkVpcAssociationRequest
266
+ attr_accessor service_network_vpc_association_identifier: ::String
267
+ SENSITIVE: []
268
+ end
269
+
270
+ class DeleteServiceNetworkVpcAssociationResponse
271
+ attr_accessor arn: ::String
272
+ attr_accessor id: ::String
273
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class DeleteServiceRequest
278
+ attr_accessor service_identifier: ::String
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class DeleteServiceResponse
283
+ attr_accessor arn: ::String
284
+ attr_accessor id: ::String
285
+ attr_accessor name: ::String
286
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
287
+ SENSITIVE: []
288
+ end
289
+
290
+ class DeleteTargetGroupRequest
291
+ attr_accessor target_group_identifier: ::String
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class DeleteTargetGroupResponse
296
+ attr_accessor arn: ::String
297
+ attr_accessor id: ::String
298
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
299
+ SENSITIVE: []
300
+ end
301
+
302
+ class DeregisterTargetsRequest
303
+ attr_accessor target_group_identifier: ::String
304
+ attr_accessor targets: ::Array[Types::Target]
305
+ SENSITIVE: []
306
+ end
307
+
308
+ class DeregisterTargetsResponse
309
+ attr_accessor successful: ::Array[Types::Target]
310
+ attr_accessor unsuccessful: ::Array[Types::TargetFailure]
311
+ SENSITIVE: []
312
+ end
313
+
314
+ class DnsEntry
315
+ attr_accessor domain_name: ::String
316
+ attr_accessor hosted_zone_id: ::String
317
+ SENSITIVE: []
318
+ end
319
+
320
+ class FixedResponseAction
321
+ attr_accessor status_code: ::Integer
322
+ SENSITIVE: []
323
+ end
324
+
325
+ class ForwardAction
326
+ attr_accessor target_groups: ::Array[Types::WeightedTargetGroup]
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class GetAccessLogSubscriptionRequest
331
+ attr_accessor access_log_subscription_identifier: ::String
332
+ SENSITIVE: []
333
+ end
334
+
335
+ class GetAccessLogSubscriptionResponse
336
+ attr_accessor arn: ::String
337
+ attr_accessor created_at: ::Time
338
+ attr_accessor destination_arn: ::String
339
+ attr_accessor id: ::String
340
+ attr_accessor last_updated_at: ::Time
341
+ attr_accessor resource_arn: ::String
342
+ attr_accessor resource_id: ::String
343
+ SENSITIVE: []
344
+ end
345
+
346
+ class GetAuthPolicyRequest
347
+ attr_accessor resource_identifier: ::String
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class GetAuthPolicyResponse
352
+ attr_accessor created_at: ::Time
353
+ attr_accessor last_updated_at: ::Time
354
+ attr_accessor policy: ::String
355
+ attr_accessor state: ("Active" | "Inactive")
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class GetListenerRequest
360
+ attr_accessor listener_identifier: ::String
361
+ attr_accessor service_identifier: ::String
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class GetListenerResponse
366
+ attr_accessor arn: ::String
367
+ attr_accessor created_at: ::Time
368
+ attr_accessor default_action: Types::RuleAction
369
+ attr_accessor id: ::String
370
+ attr_accessor last_updated_at: ::Time
371
+ attr_accessor name: ::String
372
+ attr_accessor port: ::Integer
373
+ attr_accessor protocol: ("HTTP" | "HTTPS")
374
+ attr_accessor service_arn: ::String
375
+ attr_accessor service_id: ::String
376
+ SENSITIVE: []
377
+ end
378
+
379
+ class GetResourcePolicyRequest
380
+ attr_accessor resource_arn: ::String
381
+ SENSITIVE: []
382
+ end
383
+
384
+ class GetResourcePolicyResponse
385
+ attr_accessor policy: ::String
386
+ SENSITIVE: []
387
+ end
388
+
389
+ class GetRuleRequest
390
+ attr_accessor listener_identifier: ::String
391
+ attr_accessor rule_identifier: ::String
392
+ attr_accessor service_identifier: ::String
393
+ SENSITIVE: []
394
+ end
395
+
396
+ class GetRuleResponse
397
+ attr_accessor action: Types::RuleAction
398
+ attr_accessor arn: ::String
399
+ attr_accessor created_at: ::Time
400
+ attr_accessor id: ::String
401
+ attr_accessor is_default: bool
402
+ attr_accessor last_updated_at: ::Time
403
+ attr_accessor match: Types::RuleMatch
404
+ attr_accessor name: ::String
405
+ attr_accessor priority: ::Integer
406
+ SENSITIVE: []
407
+ end
408
+
409
+ class GetServiceNetworkRequest
410
+ attr_accessor service_network_identifier: ::String
411
+ SENSITIVE: []
412
+ end
413
+
414
+ class GetServiceNetworkResponse
415
+ attr_accessor arn: ::String
416
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
417
+ attr_accessor created_at: ::Time
418
+ attr_accessor id: ::String
419
+ attr_accessor last_updated_at: ::Time
420
+ attr_accessor name: ::String
421
+ attr_accessor number_of_associated_services: ::Integer
422
+ attr_accessor number_of_associated_vp_cs: ::Integer
423
+ SENSITIVE: []
424
+ end
425
+
426
+ class GetServiceNetworkServiceAssociationRequest
427
+ attr_accessor service_network_service_association_identifier: ::String
428
+ SENSITIVE: []
429
+ end
430
+
431
+ class GetServiceNetworkServiceAssociationResponse
432
+ attr_accessor arn: ::String
433
+ attr_accessor created_at: ::Time
434
+ attr_accessor created_by: ::String
435
+ attr_accessor custom_domain_name: ::String
436
+ attr_accessor dns_entry: Types::DnsEntry
437
+ attr_accessor failure_code: ::String
438
+ attr_accessor failure_message: ::String
439
+ attr_accessor id: ::String
440
+ attr_accessor service_arn: ::String
441
+ attr_accessor service_id: ::String
442
+ attr_accessor service_name: ::String
443
+ attr_accessor service_network_arn: ::String
444
+ attr_accessor service_network_id: ::String
445
+ attr_accessor service_network_name: ::String
446
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class GetServiceNetworkVpcAssociationRequest
451
+ attr_accessor service_network_vpc_association_identifier: ::String
452
+ SENSITIVE: []
453
+ end
454
+
455
+ class GetServiceNetworkVpcAssociationResponse
456
+ attr_accessor arn: ::String
457
+ attr_accessor created_at: ::Time
458
+ attr_accessor created_by: ::String
459
+ attr_accessor failure_code: ::String
460
+ attr_accessor failure_message: ::String
461
+ attr_accessor id: ::String
462
+ attr_accessor last_updated_at: ::Time
463
+ attr_accessor security_group_ids: ::Array[::String]
464
+ attr_accessor service_network_arn: ::String
465
+ attr_accessor service_network_id: ::String
466
+ attr_accessor service_network_name: ::String
467
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
468
+ attr_accessor vpc_id: ::String
469
+ SENSITIVE: []
470
+ end
471
+
472
+ class GetServiceRequest
473
+ attr_accessor service_identifier: ::String
474
+ SENSITIVE: []
475
+ end
476
+
477
+ class GetServiceResponse
478
+ attr_accessor arn: ::String
479
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
480
+ attr_accessor certificate_arn: ::String
481
+ attr_accessor created_at: ::Time
482
+ attr_accessor custom_domain_name: ::String
483
+ attr_accessor dns_entry: Types::DnsEntry
484
+ attr_accessor failure_code: ::String
485
+ attr_accessor failure_message: ::String
486
+ attr_accessor id: ::String
487
+ attr_accessor last_updated_at: ::Time
488
+ attr_accessor name: ::String
489
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
490
+ SENSITIVE: []
491
+ end
492
+
493
+ class GetTargetGroupRequest
494
+ attr_accessor target_group_identifier: ::String
495
+ SENSITIVE: []
496
+ end
497
+
498
+ class GetTargetGroupResponse
499
+ attr_accessor arn: ::String
500
+ attr_accessor config: Types::TargetGroupConfig
501
+ attr_accessor created_at: ::Time
502
+ attr_accessor failure_code: ::String
503
+ attr_accessor failure_message: ::String
504
+ attr_accessor id: ::String
505
+ attr_accessor last_updated_at: ::Time
506
+ attr_accessor name: ::String
507
+ attr_accessor service_arns: ::Array[::String]
508
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
509
+ attr_accessor type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
510
+ SENSITIVE: []
511
+ end
512
+
513
+ class HeaderMatch
514
+ attr_accessor case_sensitive: bool
515
+ attr_accessor match: Types::HeaderMatchType
516
+ attr_accessor name: ::String
517
+ SENSITIVE: []
518
+ end
519
+
520
+ class HeaderMatchType
521
+ attr_accessor contains: ::String
522
+ attr_accessor exact: ::String
523
+ attr_accessor prefix: ::String
524
+ attr_accessor unknown: untyped
525
+ SENSITIVE: []
526
+
527
+ class Contains < HeaderMatchType
528
+ end
529
+ class Exact < HeaderMatchType
530
+ end
531
+ class Prefix < HeaderMatchType
532
+ end
533
+ class Unknown < HeaderMatchType
534
+ end
535
+ end
536
+
537
+ class HealthCheckConfig
538
+ attr_accessor enabled: bool
539
+ attr_accessor health_check_interval_seconds: ::Integer
540
+ attr_accessor health_check_timeout_seconds: ::Integer
541
+ attr_accessor healthy_threshold_count: ::Integer
542
+ attr_accessor matcher: Types::Matcher
543
+ attr_accessor path: ::String
544
+ attr_accessor port: ::Integer
545
+ attr_accessor protocol: ("HTTP" | "HTTPS")
546
+ attr_accessor protocol_version: ("HTTP1" | "HTTP2")
547
+ attr_accessor unhealthy_threshold_count: ::Integer
548
+ SENSITIVE: []
549
+ end
550
+
551
+ class HttpMatch
552
+ attr_accessor header_matches: ::Array[Types::HeaderMatch]
553
+ attr_accessor method: ::String
554
+ attr_accessor path_match: Types::PathMatch
555
+ SENSITIVE: []
556
+ end
557
+
558
+ class InternalServerException
559
+ attr_accessor message: ::String
560
+ attr_accessor retry_after_seconds: ::Integer
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class ListAccessLogSubscriptionsRequest
565
+ attr_accessor max_results: ::Integer
566
+ attr_accessor next_token: ::String
567
+ attr_accessor resource_identifier: ::String
568
+ SENSITIVE: []
569
+ end
570
+
571
+ class ListAccessLogSubscriptionsResponse
572
+ attr_accessor items: ::Array[Types::AccessLogSubscriptionSummary]
573
+ attr_accessor next_token: ::String
574
+ SENSITIVE: []
575
+ end
576
+
577
+ class ListListenersRequest
578
+ attr_accessor max_results: ::Integer
579
+ attr_accessor next_token: ::String
580
+ attr_accessor service_identifier: ::String
581
+ SENSITIVE: []
582
+ end
583
+
584
+ class ListListenersResponse
585
+ attr_accessor items: ::Array[Types::ListenerSummary]
586
+ attr_accessor next_token: ::String
587
+ SENSITIVE: []
588
+ end
589
+
590
+ class ListRulesRequest
591
+ attr_accessor listener_identifier: ::String
592
+ attr_accessor max_results: ::Integer
593
+ attr_accessor next_token: ::String
594
+ attr_accessor service_identifier: ::String
595
+ SENSITIVE: []
596
+ end
597
+
598
+ class ListRulesResponse
599
+ attr_accessor items: ::Array[Types::RuleSummary]
600
+ attr_accessor next_token: ::String
601
+ SENSITIVE: []
602
+ end
603
+
604
+ class ListServiceNetworkServiceAssociationsRequest
605
+ attr_accessor max_results: ::Integer
606
+ attr_accessor next_token: ::String
607
+ attr_accessor service_identifier: ::String
608
+ attr_accessor service_network_identifier: ::String
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class ListServiceNetworkServiceAssociationsResponse
613
+ attr_accessor items: ::Array[Types::ServiceNetworkServiceAssociationSummary]
614
+ attr_accessor next_token: ::String
615
+ SENSITIVE: []
616
+ end
617
+
618
+ class ListServiceNetworkVpcAssociationsRequest
619
+ attr_accessor max_results: ::Integer
620
+ attr_accessor next_token: ::String
621
+ attr_accessor service_network_identifier: ::String
622
+ attr_accessor vpc_identifier: ::String
623
+ SENSITIVE: []
624
+ end
625
+
626
+ class ListServiceNetworkVpcAssociationsResponse
627
+ attr_accessor items: ::Array[Types::ServiceNetworkVpcAssociationSummary]
628
+ attr_accessor next_token: ::String
629
+ SENSITIVE: []
630
+ end
631
+
632
+ class ListServiceNetworksRequest
633
+ attr_accessor max_results: ::Integer
634
+ attr_accessor next_token: ::String
635
+ SENSITIVE: []
636
+ end
637
+
638
+ class ListServiceNetworksResponse
639
+ attr_accessor items: ::Array[Types::ServiceNetworkSummary]
640
+ attr_accessor next_token: ::String
641
+ SENSITIVE: []
642
+ end
643
+
644
+ class ListServicesRequest
645
+ attr_accessor max_results: ::Integer
646
+ attr_accessor next_token: ::String
647
+ SENSITIVE: []
648
+ end
649
+
650
+ class ListServicesResponse
651
+ attr_accessor items: ::Array[Types::ServiceSummary]
652
+ attr_accessor next_token: ::String
653
+ SENSITIVE: []
654
+ end
655
+
656
+ class ListTagsForResourceRequest
657
+ attr_accessor resource_arn: ::String
658
+ SENSITIVE: []
659
+ end
660
+
661
+ class ListTagsForResourceResponse
662
+ attr_accessor tags: ::Hash[::String, ::String]
663
+ SENSITIVE: []
664
+ end
665
+
666
+ class ListTargetGroupsRequest
667
+ attr_accessor max_results: ::Integer
668
+ attr_accessor next_token: ::String
669
+ attr_accessor target_group_type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
670
+ attr_accessor vpc_identifier: ::String
671
+ SENSITIVE: []
672
+ end
673
+
674
+ class ListTargetGroupsResponse
675
+ attr_accessor items: ::Array[Types::TargetGroupSummary]
676
+ attr_accessor next_token: ::String
677
+ SENSITIVE: []
678
+ end
679
+
680
+ class ListTargetsRequest
681
+ attr_accessor max_results: ::Integer
682
+ attr_accessor next_token: ::String
683
+ attr_accessor target_group_identifier: ::String
684
+ attr_accessor targets: ::Array[Types::Target]
685
+ SENSITIVE: []
686
+ end
687
+
688
+ class ListTargetsResponse
689
+ attr_accessor items: ::Array[Types::TargetSummary]
690
+ attr_accessor next_token: ::String
691
+ SENSITIVE: []
692
+ end
693
+
694
+ class ListenerSummary
695
+ attr_accessor arn: ::String
696
+ attr_accessor created_at: ::Time
697
+ attr_accessor id: ::String
698
+ attr_accessor last_updated_at: ::Time
699
+ attr_accessor name: ::String
700
+ attr_accessor port: ::Integer
701
+ attr_accessor protocol: ("HTTP" | "HTTPS")
702
+ SENSITIVE: []
703
+ end
704
+
705
+ class Matcher
706
+ attr_accessor http_code: ::String
707
+ attr_accessor unknown: untyped
708
+ SENSITIVE: []
709
+
710
+ class HttpCode < Matcher
711
+ end
712
+ class Unknown < Matcher
713
+ end
714
+ end
715
+
716
+ class PathMatch
717
+ attr_accessor case_sensitive: bool
718
+ attr_accessor match: Types::PathMatchType
719
+ SENSITIVE: []
720
+ end
721
+
722
+ class PathMatchType
723
+ attr_accessor exact: ::String
724
+ attr_accessor prefix: ::String
725
+ attr_accessor unknown: untyped
726
+ SENSITIVE: []
727
+
728
+ class Exact < PathMatchType
729
+ end
730
+ class Prefix < PathMatchType
731
+ end
732
+ class Unknown < PathMatchType
733
+ end
734
+ end
735
+
736
+ class PutAuthPolicyRequest
737
+ attr_accessor policy: ::String
738
+ attr_accessor resource_identifier: ::String
739
+ SENSITIVE: []
740
+ end
741
+
742
+ class PutAuthPolicyResponse
743
+ attr_accessor policy: ::String
744
+ attr_accessor state: ("Active" | "Inactive")
745
+ SENSITIVE: []
746
+ end
747
+
748
+ class PutResourcePolicyRequest
749
+ attr_accessor policy: ::String
750
+ attr_accessor resource_arn: ::String
751
+ SENSITIVE: []
752
+ end
753
+
754
+ class PutResourcePolicyResponse < Aws::EmptyStructure
755
+ end
756
+
757
+ class RegisterTargetsRequest
758
+ attr_accessor target_group_identifier: ::String
759
+ attr_accessor targets: ::Array[Types::Target]
760
+ SENSITIVE: []
761
+ end
762
+
763
+ class RegisterTargetsResponse
764
+ attr_accessor successful: ::Array[Types::Target]
765
+ attr_accessor unsuccessful: ::Array[Types::TargetFailure]
766
+ SENSITIVE: []
767
+ end
768
+
769
+ class ResourceNotFoundException
770
+ attr_accessor message: ::String
771
+ attr_accessor resource_id: ::String
772
+ attr_accessor resource_type: ::String
773
+ SENSITIVE: []
774
+ end
775
+
776
+ class RuleAction
777
+ attr_accessor fixed_response: Types::FixedResponseAction
778
+ attr_accessor forward: Types::ForwardAction
779
+ attr_accessor unknown: untyped
780
+ SENSITIVE: []
781
+
782
+ class FixedResponse < RuleAction
783
+ end
784
+ class Forward < RuleAction
785
+ end
786
+ class Unknown < RuleAction
787
+ end
788
+ end
789
+
790
+ class RuleMatch
791
+ attr_accessor http_match: Types::HttpMatch
792
+ attr_accessor unknown: untyped
793
+ SENSITIVE: []
794
+
795
+ class HttpMatch < RuleMatch
796
+ end
797
+ class Unknown < RuleMatch
798
+ end
799
+ end
800
+
801
+ class RuleSummary
802
+ attr_accessor arn: ::String
803
+ attr_accessor created_at: ::Time
804
+ attr_accessor id: ::String
805
+ attr_accessor is_default: bool
806
+ attr_accessor last_updated_at: ::Time
807
+ attr_accessor name: ::String
808
+ attr_accessor priority: ::Integer
809
+ SENSITIVE: []
810
+ end
811
+
812
+ class RuleUpdate
813
+ attr_accessor action: Types::RuleAction
814
+ attr_accessor match: Types::RuleMatch
815
+ attr_accessor priority: ::Integer
816
+ attr_accessor rule_identifier: ::String
817
+ SENSITIVE: []
818
+ end
819
+
820
+ class RuleUpdateFailure
821
+ attr_accessor failure_code: ::String
822
+ attr_accessor failure_message: ::String
823
+ attr_accessor rule_identifier: ::String
824
+ SENSITIVE: []
825
+ end
826
+
827
+ class RuleUpdateSuccess
828
+ attr_accessor action: Types::RuleAction
829
+ attr_accessor arn: ::String
830
+ attr_accessor id: ::String
831
+ attr_accessor is_default: bool
832
+ attr_accessor match: Types::RuleMatch
833
+ attr_accessor name: ::String
834
+ attr_accessor priority: ::Integer
835
+ SENSITIVE: []
836
+ end
837
+
838
+ class ServiceNetworkServiceAssociationSummary
839
+ attr_accessor arn: ::String
840
+ attr_accessor created_at: ::Time
841
+ attr_accessor created_by: ::String
842
+ attr_accessor custom_domain_name: ::String
843
+ attr_accessor dns_entry: Types::DnsEntry
844
+ attr_accessor id: ::String
845
+ attr_accessor service_arn: ::String
846
+ attr_accessor service_id: ::String
847
+ attr_accessor service_name: ::String
848
+ attr_accessor service_network_arn: ::String
849
+ attr_accessor service_network_id: ::String
850
+ attr_accessor service_network_name: ::String
851
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
852
+ SENSITIVE: []
853
+ end
854
+
855
+ class ServiceNetworkSummary
856
+ attr_accessor arn: ::String
857
+ attr_accessor created_at: ::Time
858
+ attr_accessor id: ::String
859
+ attr_accessor last_updated_at: ::Time
860
+ attr_accessor name: ::String
861
+ attr_accessor number_of_associated_services: ::Integer
862
+ attr_accessor number_of_associated_vp_cs: ::Integer
863
+ SENSITIVE: []
864
+ end
865
+
866
+ class ServiceNetworkVpcAssociationSummary
867
+ attr_accessor arn: ::String
868
+ attr_accessor created_at: ::Time
869
+ attr_accessor created_by: ::String
870
+ attr_accessor id: ::String
871
+ attr_accessor last_updated_at: ::Time
872
+ attr_accessor service_network_arn: ::String
873
+ attr_accessor service_network_id: ::String
874
+ attr_accessor service_network_name: ::String
875
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
876
+ attr_accessor vpc_id: ::String
877
+ SENSITIVE: []
878
+ end
879
+
880
+ class ServiceQuotaExceededException
881
+ attr_accessor message: ::String
882
+ attr_accessor quota_code: ::String
883
+ attr_accessor resource_id: ::String
884
+ attr_accessor resource_type: ::String
885
+ attr_accessor service_code: ::String
886
+ SENSITIVE: []
887
+ end
888
+
889
+ class ServiceSummary
890
+ attr_accessor arn: ::String
891
+ attr_accessor created_at: ::Time
892
+ attr_accessor custom_domain_name: ::String
893
+ attr_accessor dns_entry: Types::DnsEntry
894
+ attr_accessor id: ::String
895
+ attr_accessor last_updated_at: ::Time
896
+ attr_accessor name: ::String
897
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
898
+ SENSITIVE: []
899
+ end
900
+
901
+ class TagResourceRequest
902
+ attr_accessor resource_arn: ::String
903
+ attr_accessor tags: ::Hash[::String, ::String]
904
+ SENSITIVE: []
905
+ end
906
+
907
+ class TagResourceResponse < Aws::EmptyStructure
908
+ end
909
+
910
+ class Target
911
+ attr_accessor id: ::String
912
+ attr_accessor port: ::Integer
913
+ SENSITIVE: []
914
+ end
915
+
916
+ class TargetFailure
917
+ attr_accessor failure_code: ::String
918
+ attr_accessor failure_message: ::String
919
+ attr_accessor id: ::String
920
+ attr_accessor port: ::Integer
921
+ SENSITIVE: []
922
+ end
923
+
924
+ class TargetGroupConfig
925
+ attr_accessor health_check: Types::HealthCheckConfig
926
+ attr_accessor ip_address_type: ("IPV4" | "IPV6")
927
+ attr_accessor lambda_event_structure_version: ("V1" | "V2")
928
+ attr_accessor port: ::Integer
929
+ attr_accessor protocol: ("HTTP" | "HTTPS")
930
+ attr_accessor protocol_version: ("HTTP1" | "HTTP2" | "GRPC")
931
+ attr_accessor vpc_identifier: ::String
932
+ SENSITIVE: []
933
+ end
934
+
935
+ class TargetGroupSummary
936
+ attr_accessor arn: ::String
937
+ attr_accessor created_at: ::Time
938
+ attr_accessor id: ::String
939
+ attr_accessor ip_address_type: ("IPV4" | "IPV6")
940
+ attr_accessor lambda_event_structure_version: ("V1" | "V2")
941
+ attr_accessor last_updated_at: ::Time
942
+ attr_accessor name: ::String
943
+ attr_accessor port: ::Integer
944
+ attr_accessor protocol: ("HTTP" | "HTTPS")
945
+ attr_accessor service_arns: ::Array[::String]
946
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
947
+ attr_accessor type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
948
+ attr_accessor vpc_identifier: ::String
949
+ SENSITIVE: []
950
+ end
951
+
952
+ class TargetSummary
953
+ attr_accessor id: ::String
954
+ attr_accessor port: ::Integer
955
+ attr_accessor reason_code: ::String
956
+ attr_accessor status: ("DRAINING" | "UNAVAILABLE" | "HEALTHY" | "UNHEALTHY" | "INITIAL" | "UNUSED")
957
+ SENSITIVE: []
958
+ end
959
+
960
+ class ThrottlingException
961
+ attr_accessor message: ::String
962
+ attr_accessor quota_code: ::String
963
+ attr_accessor retry_after_seconds: ::Integer
964
+ attr_accessor service_code: ::String
965
+ SENSITIVE: []
966
+ end
967
+
968
+ class UntagResourceRequest
969
+ attr_accessor resource_arn: ::String
970
+ attr_accessor tag_keys: ::Array[::String]
971
+ SENSITIVE: []
972
+ end
973
+
974
+ class UntagResourceResponse < Aws::EmptyStructure
975
+ end
976
+
977
+ class UpdateAccessLogSubscriptionRequest
978
+ attr_accessor access_log_subscription_identifier: ::String
979
+ attr_accessor destination_arn: ::String
980
+ SENSITIVE: []
981
+ end
982
+
983
+ class UpdateAccessLogSubscriptionResponse
984
+ attr_accessor arn: ::String
985
+ attr_accessor destination_arn: ::String
986
+ attr_accessor id: ::String
987
+ attr_accessor resource_arn: ::String
988
+ attr_accessor resource_id: ::String
989
+ SENSITIVE: []
990
+ end
991
+
992
+ class UpdateListenerRequest
993
+ attr_accessor default_action: Types::RuleAction
994
+ attr_accessor listener_identifier: ::String
995
+ attr_accessor service_identifier: ::String
996
+ SENSITIVE: []
997
+ end
998
+
999
+ class UpdateListenerResponse
1000
+ attr_accessor arn: ::String
1001
+ attr_accessor default_action: Types::RuleAction
1002
+ attr_accessor id: ::String
1003
+ attr_accessor name: ::String
1004
+ attr_accessor port: ::Integer
1005
+ attr_accessor protocol: ("HTTP" | "HTTPS")
1006
+ attr_accessor service_arn: ::String
1007
+ attr_accessor service_id: ::String
1008
+ SENSITIVE: []
1009
+ end
1010
+
1011
+ class UpdateRuleRequest
1012
+ attr_accessor action: Types::RuleAction
1013
+ attr_accessor listener_identifier: ::String
1014
+ attr_accessor match: Types::RuleMatch
1015
+ attr_accessor priority: ::Integer
1016
+ attr_accessor rule_identifier: ::String
1017
+ attr_accessor service_identifier: ::String
1018
+ SENSITIVE: []
1019
+ end
1020
+
1021
+ class UpdateRuleResponse
1022
+ attr_accessor action: Types::RuleAction
1023
+ attr_accessor arn: ::String
1024
+ attr_accessor id: ::String
1025
+ attr_accessor is_default: bool
1026
+ attr_accessor match: Types::RuleMatch
1027
+ attr_accessor name: ::String
1028
+ attr_accessor priority: ::Integer
1029
+ SENSITIVE: []
1030
+ end
1031
+
1032
+ class UpdateServiceNetworkRequest
1033
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
1034
+ attr_accessor service_network_identifier: ::String
1035
+ SENSITIVE: []
1036
+ end
1037
+
1038
+ class UpdateServiceNetworkResponse
1039
+ attr_accessor arn: ::String
1040
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
1041
+ attr_accessor id: ::String
1042
+ attr_accessor name: ::String
1043
+ SENSITIVE: []
1044
+ end
1045
+
1046
+ class UpdateServiceNetworkVpcAssociationRequest
1047
+ attr_accessor security_group_ids: ::Array[::String]
1048
+ attr_accessor service_network_vpc_association_identifier: ::String
1049
+ SENSITIVE: []
1050
+ end
1051
+
1052
+ class UpdateServiceNetworkVpcAssociationResponse
1053
+ attr_accessor arn: ::String
1054
+ attr_accessor created_by: ::String
1055
+ attr_accessor id: ::String
1056
+ attr_accessor security_group_ids: ::Array[::String]
1057
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
1058
+ SENSITIVE: []
1059
+ end
1060
+
1061
+ class UpdateServiceRequest
1062
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
1063
+ attr_accessor certificate_arn: ::String
1064
+ attr_accessor service_identifier: ::String
1065
+ SENSITIVE: []
1066
+ end
1067
+
1068
+ class UpdateServiceResponse
1069
+ attr_accessor arn: ::String
1070
+ attr_accessor auth_type: ("NONE" | "AWS_IAM")
1071
+ attr_accessor certificate_arn: ::String
1072
+ attr_accessor custom_domain_name: ::String
1073
+ attr_accessor id: ::String
1074
+ attr_accessor name: ::String
1075
+ SENSITIVE: []
1076
+ end
1077
+
1078
+ class UpdateTargetGroupRequest
1079
+ attr_accessor health_check: Types::HealthCheckConfig
1080
+ attr_accessor target_group_identifier: ::String
1081
+ SENSITIVE: []
1082
+ end
1083
+
1084
+ class UpdateTargetGroupResponse
1085
+ attr_accessor arn: ::String
1086
+ attr_accessor config: Types::TargetGroupConfig
1087
+ attr_accessor id: ::String
1088
+ attr_accessor name: ::String
1089
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
1090
+ attr_accessor type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
1091
+ SENSITIVE: []
1092
+ end
1093
+
1094
+ class ValidationException
1095
+ attr_accessor field_list: ::Array[Types::ValidationExceptionField]
1096
+ attr_accessor message: ::String
1097
+ attr_accessor reason: ("unknownOperation" | "cannotParse" | "fieldValidationFailed" | "other")
1098
+ SENSITIVE: []
1099
+ end
1100
+
1101
+ class ValidationExceptionField
1102
+ attr_accessor message: ::String
1103
+ attr_accessor name: ::String
1104
+ SENSITIVE: []
1105
+ end
1106
+
1107
+ class WeightedTargetGroup
1108
+ attr_accessor target_group_identifier: ::String
1109
+ attr_accessor weight: ::Integer
1110
+ SENSITIVE: []
1111
+ end
1112
+ end
1113
+ end