aws-sdk-elasticloadbalancingv2 1.150.0 → 1.151.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95db793416c471203417ff60389eaf578129735041b8ad90d72cd5cf54c35c62
4
- data.tar.gz: 26b7d93ab866300406da1ba4524604384ff68c00a8c89c49bb166f33b2660d56
3
+ metadata.gz: b85d307c570387ed175336c43f6bcf595b78898f1b439d7beb788871b72599ea
4
+ data.tar.gz: fce976b22d053d1290218950713ee547d0e656ce0b0912d715db4f67ce483baa
5
5
  SHA512:
6
- metadata.gz: 85f99486fccd6472f1069862123e7512b4c878fd5fa4ddbe15ddaf7cf13212b90bcbf20f89fb800a9c4cc1daa2c15022d9989d453dea546cd7961b3675c8caa0
7
- data.tar.gz: 28bb70f4cac28a74f73ed2a8bc37dbf75f8e141e01b2f1fa5ac8312aaa57e264fff59aa1b078616f669323300df26dad07545f6c5bb6d17731dd24a56c72e20d
6
+ metadata.gz: 7a0e9db72fd579e9a025456602c496a2a8a07dc9270e160c2e1e23963761338e51ada59d0832eecc17448a614c1e7e72cc84e51d7fd32f7f8e04ce19d5a966b2
7
+ data.tar.gz: 43fe6d91e30ed9bf717e7587f23fc2abdded97e4a885f8d5fd5c4b60f5f2550a4cfa5464671640f60499f8af7e21d7103efb71a0ab45c63444dca768e9b17243
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.151.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.150.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.150.0
1
+ 1.151.0
@@ -5530,7 +5530,7 @@ module Aws::ElasticLoadBalancingV2
5530
5530
  tracer: tracer
5531
5531
  )
5532
5532
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
5533
- context[:gem_version] = '1.150.0'
5533
+ context[:gem_version] = '1.151.0'
5534
5534
  Seahorse::Client::Request.new(handlers, context)
5535
5535
  end
5536
5536
 
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancingV2
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancingv2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancingv2/endpoints'
57
57
 
58
- GEM_VERSION = '1.150.0'
58
+ GEM_VERSION = '1.151.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -89,7 +89,7 @@ module Aws
89
89
  {
90
90
  certificate_arn: ::String?,
91
91
  is_default: bool?
92
- },
92
+ }
93
93
  ]
94
94
  ) -> _AddListenerCertificatesResponseSuccess
95
95
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddListenerCertificatesResponseSuccess
@@ -104,7 +104,7 @@ module Aws
104
104
  {
105
105
  key: ::String,
106
106
  value: ::String?
107
- },
107
+ }
108
108
  ]
109
109
  ) -> _AddTagsResponseSuccess
110
110
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddTagsResponseSuccess
@@ -122,7 +122,7 @@ module Aws
122
122
  s3_key: ::String?,
123
123
  s3_object_version: ::String?,
124
124
  revocation_type: ("CRL")?
125
- },
125
+ }
126
126
  ]
127
127
  ) -> _AddTrustStoreRevocationsResponseSuccess
128
128
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddTrustStoreRevocationsResponseSuccess
@@ -141,81 +141,17 @@ module Aws
141
141
  {
142
142
  certificate_arn: ::String?,
143
143
  is_default: bool?
144
- },
144
+ }
145
145
  ],
146
146
  default_actions: Array[
147
- {
148
- type: ("forward" | "authenticate-oidc" | "authenticate-cognito" | "redirect" | "fixed-response" | "jwt-validation"),
149
- target_group_arn: ::String?,
150
- authenticate_oidc_config: {
151
- issuer: ::String,
152
- authorization_endpoint: ::String,
153
- token_endpoint: ::String,
154
- user_info_endpoint: ::String,
155
- client_id: ::String,
156
- client_secret: ::String?,
157
- session_cookie_name: ::String?,
158
- scope: ::String?,
159
- session_timeout: ::Integer?,
160
- authentication_request_extra_params: Hash[::String, ::String]?,
161
- on_unauthenticated_request: ("deny" | "allow" | "authenticate")?,
162
- use_existing_client_secret: bool?
163
- }?,
164
- authenticate_cognito_config: {
165
- user_pool_arn: ::String,
166
- user_pool_client_id: ::String,
167
- user_pool_domain: ::String,
168
- session_cookie_name: ::String?,
169
- scope: ::String?,
170
- session_timeout: ::Integer?,
171
- authentication_request_extra_params: Hash[::String, ::String]?,
172
- on_unauthenticated_request: ("deny" | "allow" | "authenticate")?
173
- }?,
174
- order: ::Integer?,
175
- redirect_config: {
176
- protocol: ::String?,
177
- port: ::String?,
178
- host: ::String?,
179
- path: ::String?,
180
- query: ::String?,
181
- status_code: ("HTTP_301" | "HTTP_302")
182
- }?,
183
- fixed_response_config: {
184
- message_body: ::String?,
185
- status_code: ::String,
186
- content_type: ::String?
187
- }?,
188
- forward_config: {
189
- target_groups: Array[
190
- {
191
- target_group_arn: ::String?,
192
- weight: ::Integer?
193
- },
194
- ]?,
195
- target_group_stickiness_config: {
196
- enabled: bool?,
197
- duration_seconds: ::Integer?
198
- }?
199
- }?,
200
- jwt_validation_config: {
201
- jwks_endpoint: ::String,
202
- issuer: ::String,
203
- additional_claims: Array[
204
- {
205
- format: ("single-string" | "string-array" | "space-separated-values"),
206
- name: ::String,
207
- values: Array[::String]
208
- },
209
- ]?
210
- }?
211
- },
147
+ Params::action
212
148
  ],
213
149
  ?alpn_policy: Array[::String],
214
150
  ?tags: Array[
215
151
  {
216
152
  key: ::String,
217
153
  value: ::String?
218
- },
154
+ }
219
155
  ],
220
156
  ?mutual_authentication: {
221
157
  mode: ::String?,
@@ -242,7 +178,7 @@ module Aws
242
178
  private_i_pv_4_address: ::String?,
243
179
  i_pv_6_address: ::String?,
244
180
  source_nat_ipv_6_prefix: ::String?
245
- },
181
+ }
246
182
  ],
247
183
  ?security_groups: Array[::String],
248
184
  ?scheme: ("internet-facing" | "internal"),
@@ -250,7 +186,7 @@ module Aws
250
186
  {
251
187
  key: ::String,
252
188
  value: ::String?
253
- },
189
+ }
254
190
  ],
255
191
  ?type: ("application" | "network" | "gateway"),
256
192
  ?ip_address_type: ("ipv4" | "dualstack" | "dualstack-without-public-ipv4"),
@@ -270,133 +206,20 @@ module Aws
270
206
  def create_rule: (
271
207
  listener_arn: ::String,
272
208
  conditions: Array[
273
- {
274
- field: ::String?,
275
- values: Array[::String]?,
276
- host_header_config: {
277
- values: Array[::String]?,
278
- regex_values: Array[::String]?
279
- }?,
280
- path_pattern_config: {
281
- values: Array[::String]?,
282
- regex_values: Array[::String]?
283
- }?,
284
- http_header_config: {
285
- http_header_name: ::String?,
286
- values: Array[::String]?,
287
- regex_values: Array[::String]?
288
- }?,
289
- query_string_config: {
290
- values: Array[
291
- {
292
- key: ::String?,
293
- value: ::String?
294
- },
295
- ]?
296
- }?,
297
- http_request_method_config: {
298
- values: Array[::String]?
299
- }?,
300
- source_ip_config: {
301
- values: Array[::String]?
302
- }?,
303
- regex_values: Array[::String]?
304
- },
209
+ Params::rule_condition
305
210
  ],
306
211
  priority: ::Integer,
307
212
  actions: Array[
308
- {
309
- type: ("forward" | "authenticate-oidc" | "authenticate-cognito" | "redirect" | "fixed-response" | "jwt-validation"),
310
- target_group_arn: ::String?,
311
- authenticate_oidc_config: {
312
- issuer: ::String,
313
- authorization_endpoint: ::String,
314
- token_endpoint: ::String,
315
- user_info_endpoint: ::String,
316
- client_id: ::String,
317
- client_secret: ::String?,
318
- session_cookie_name: ::String?,
319
- scope: ::String?,
320
- session_timeout: ::Integer?,
321
- authentication_request_extra_params: Hash[::String, ::String]?,
322
- on_unauthenticated_request: ("deny" | "allow" | "authenticate")?,
323
- use_existing_client_secret: bool?
324
- }?,
325
- authenticate_cognito_config: {
326
- user_pool_arn: ::String,
327
- user_pool_client_id: ::String,
328
- user_pool_domain: ::String,
329
- session_cookie_name: ::String?,
330
- scope: ::String?,
331
- session_timeout: ::Integer?,
332
- authentication_request_extra_params: Hash[::String, ::String]?,
333
- on_unauthenticated_request: ("deny" | "allow" | "authenticate")?
334
- }?,
335
- order: ::Integer?,
336
- redirect_config: {
337
- protocol: ::String?,
338
- port: ::String?,
339
- host: ::String?,
340
- path: ::String?,
341
- query: ::String?,
342
- status_code: ("HTTP_301" | "HTTP_302")
343
- }?,
344
- fixed_response_config: {
345
- message_body: ::String?,
346
- status_code: ::String,
347
- content_type: ::String?
348
- }?,
349
- forward_config: {
350
- target_groups: Array[
351
- {
352
- target_group_arn: ::String?,
353
- weight: ::Integer?
354
- },
355
- ]?,
356
- target_group_stickiness_config: {
357
- enabled: bool?,
358
- duration_seconds: ::Integer?
359
- }?
360
- }?,
361
- jwt_validation_config: {
362
- jwks_endpoint: ::String,
363
- issuer: ::String,
364
- additional_claims: Array[
365
- {
366
- format: ("single-string" | "string-array" | "space-separated-values"),
367
- name: ::String,
368
- values: Array[::String]
369
- },
370
- ]?
371
- }?
372
- },
213
+ Params::action
373
214
  ],
374
215
  ?tags: Array[
375
216
  {
376
217
  key: ::String,
377
218
  value: ::String?
378
- },
219
+ }
379
220
  ],
380
221
  ?transforms: Array[
381
- {
382
- type: ("host-header-rewrite" | "url-rewrite"),
383
- host_header_rewrite_config: {
384
- rewrites: Array[
385
- {
386
- regex: ::String,
387
- replace: ::String
388
- },
389
- ]?
390
- }?,
391
- url_rewrite_config: {
392
- rewrites: Array[
393
- {
394
- regex: ::String,
395
- replace: ::String
396
- },
397
- ]?
398
- }?
399
- },
222
+ Params::rule_transform
400
223
  ]
401
224
  ) -> _CreateRuleResponseSuccess
402
225
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleResponseSuccess
@@ -429,7 +252,7 @@ module Aws
429
252
  {
430
253
  key: ::String,
431
254
  value: ::String?
432
- },
255
+ }
433
256
  ],
434
257
  ?ip_address_type: ("ipv4" | "ipv6"),
435
258
  ?target_control_port: ::Integer
@@ -450,7 +273,7 @@ module Aws
450
273
  {
451
274
  key: ::String,
452
275
  value: ::String?
453
- },
276
+ }
454
277
  ]
455
278
  ) -> _CreateTrustStoreResponseSuccess
456
279
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrustStoreResponseSuccess
@@ -522,7 +345,7 @@ module Aws
522
345
  port: ::Integer?,
523
346
  availability_zone: ::String?,
524
347
  quic_server_id: ::String?
525
- },
348
+ }
526
349
  ]
527
350
  ) -> _DeregisterTargetsResponseSuccess
528
351
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterTargetsResponseSuccess
@@ -689,7 +512,7 @@ module Aws
689
512
  port: ::Integer?,
690
513
  availability_zone: ::String?,
691
514
  quic_server_id: ::String?
692
- },
515
+ }
693
516
  ],
694
517
  ?include: Array[("AnomalyDetection" | "All")]
695
518
  ) -> _DescribeTargetHealthResponseSuccess
@@ -812,74 +635,10 @@ module Aws
812
635
  {
813
636
  certificate_arn: ::String?,
814
637
  is_default: bool?
815
- },
638
+ }
816
639
  ],
817
640
  ?default_actions: Array[
818
- {
819
- type: ("forward" | "authenticate-oidc" | "authenticate-cognito" | "redirect" | "fixed-response" | "jwt-validation"),
820
- target_group_arn: ::String?,
821
- authenticate_oidc_config: {
822
- issuer: ::String,
823
- authorization_endpoint: ::String,
824
- token_endpoint: ::String,
825
- user_info_endpoint: ::String,
826
- client_id: ::String,
827
- client_secret: ::String?,
828
- session_cookie_name: ::String?,
829
- scope: ::String?,
830
- session_timeout: ::Integer?,
831
- authentication_request_extra_params: Hash[::String, ::String]?,
832
- on_unauthenticated_request: ("deny" | "allow" | "authenticate")?,
833
- use_existing_client_secret: bool?
834
- }?,
835
- authenticate_cognito_config: {
836
- user_pool_arn: ::String,
837
- user_pool_client_id: ::String,
838
- user_pool_domain: ::String,
839
- session_cookie_name: ::String?,
840
- scope: ::String?,
841
- session_timeout: ::Integer?,
842
- authentication_request_extra_params: Hash[::String, ::String]?,
843
- on_unauthenticated_request: ("deny" | "allow" | "authenticate")?
844
- }?,
845
- order: ::Integer?,
846
- redirect_config: {
847
- protocol: ::String?,
848
- port: ::String?,
849
- host: ::String?,
850
- path: ::String?,
851
- query: ::String?,
852
- status_code: ("HTTP_301" | "HTTP_302")
853
- }?,
854
- fixed_response_config: {
855
- message_body: ::String?,
856
- status_code: ::String,
857
- content_type: ::String?
858
- }?,
859
- forward_config: {
860
- target_groups: Array[
861
- {
862
- target_group_arn: ::String?,
863
- weight: ::Integer?
864
- },
865
- ]?,
866
- target_group_stickiness_config: {
867
- enabled: bool?,
868
- duration_seconds: ::Integer?
869
- }?
870
- }?,
871
- jwt_validation_config: {
872
- jwks_endpoint: ::String,
873
- issuer: ::String,
874
- additional_claims: Array[
875
- {
876
- format: ("single-string" | "string-array" | "space-separated-values"),
877
- name: ::String,
878
- values: Array[::String]
879
- },
880
- ]?
881
- }?
882
- },
641
+ Params::action
883
642
  ],
884
643
  ?alpn_policy: Array[::String],
885
644
  ?mutual_authentication: {
@@ -903,7 +662,7 @@ module Aws
903
662
  {
904
663
  key: ::String?,
905
664
  value: ::String?
906
- },
665
+ }
907
666
  ]
908
667
  ) -> _ModifyListenerAttributesResponseSuccess
909
668
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyListenerAttributesResponseSuccess
@@ -919,7 +678,7 @@ module Aws
919
678
  {
920
679
  key: ::String?,
921
680
  value: ::String?
922
- },
681
+ }
923
682
  ]
924
683
  ) -> _ModifyLoadBalancerAttributesResponseSuccess
925
684
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyLoadBalancerAttributesResponseSuccess
@@ -932,126 +691,13 @@ module Aws
932
691
  def modify_rule: (
933
692
  rule_arn: ::String,
934
693
  ?conditions: Array[
935
- {
936
- field: ::String?,
937
- values: Array[::String]?,
938
- host_header_config: {
939
- values: Array[::String]?,
940
- regex_values: Array[::String]?
941
- }?,
942
- path_pattern_config: {
943
- values: Array[::String]?,
944
- regex_values: Array[::String]?
945
- }?,
946
- http_header_config: {
947
- http_header_name: ::String?,
948
- values: Array[::String]?,
949
- regex_values: Array[::String]?
950
- }?,
951
- query_string_config: {
952
- values: Array[
953
- {
954
- key: ::String?,
955
- value: ::String?
956
- },
957
- ]?
958
- }?,
959
- http_request_method_config: {
960
- values: Array[::String]?
961
- }?,
962
- source_ip_config: {
963
- values: Array[::String]?
964
- }?,
965
- regex_values: Array[::String]?
966
- },
694
+ Params::rule_condition
967
695
  ],
968
696
  ?actions: Array[
969
- {
970
- type: ("forward" | "authenticate-oidc" | "authenticate-cognito" | "redirect" | "fixed-response" | "jwt-validation"),
971
- target_group_arn: ::String?,
972
- authenticate_oidc_config: {
973
- issuer: ::String,
974
- authorization_endpoint: ::String,
975
- token_endpoint: ::String,
976
- user_info_endpoint: ::String,
977
- client_id: ::String,
978
- client_secret: ::String?,
979
- session_cookie_name: ::String?,
980
- scope: ::String?,
981
- session_timeout: ::Integer?,
982
- authentication_request_extra_params: Hash[::String, ::String]?,
983
- on_unauthenticated_request: ("deny" | "allow" | "authenticate")?,
984
- use_existing_client_secret: bool?
985
- }?,
986
- authenticate_cognito_config: {
987
- user_pool_arn: ::String,
988
- user_pool_client_id: ::String,
989
- user_pool_domain: ::String,
990
- session_cookie_name: ::String?,
991
- scope: ::String?,
992
- session_timeout: ::Integer?,
993
- authentication_request_extra_params: Hash[::String, ::String]?,
994
- on_unauthenticated_request: ("deny" | "allow" | "authenticate")?
995
- }?,
996
- order: ::Integer?,
997
- redirect_config: {
998
- protocol: ::String?,
999
- port: ::String?,
1000
- host: ::String?,
1001
- path: ::String?,
1002
- query: ::String?,
1003
- status_code: ("HTTP_301" | "HTTP_302")
1004
- }?,
1005
- fixed_response_config: {
1006
- message_body: ::String?,
1007
- status_code: ::String,
1008
- content_type: ::String?
1009
- }?,
1010
- forward_config: {
1011
- target_groups: Array[
1012
- {
1013
- target_group_arn: ::String?,
1014
- weight: ::Integer?
1015
- },
1016
- ]?,
1017
- target_group_stickiness_config: {
1018
- enabled: bool?,
1019
- duration_seconds: ::Integer?
1020
- }?
1021
- }?,
1022
- jwt_validation_config: {
1023
- jwks_endpoint: ::String,
1024
- issuer: ::String,
1025
- additional_claims: Array[
1026
- {
1027
- format: ("single-string" | "string-array" | "space-separated-values"),
1028
- name: ::String,
1029
- values: Array[::String]
1030
- },
1031
- ]?
1032
- }?
1033
- },
697
+ Params::action
1034
698
  ],
1035
699
  ?transforms: Array[
1036
- {
1037
- type: ("host-header-rewrite" | "url-rewrite"),
1038
- host_header_rewrite_config: {
1039
- rewrites: Array[
1040
- {
1041
- regex: ::String,
1042
- replace: ::String
1043
- },
1044
- ]?
1045
- }?,
1046
- url_rewrite_config: {
1047
- rewrites: Array[
1048
- {
1049
- regex: ::String,
1050
- replace: ::String
1051
- },
1052
- ]?
1053
- }?
1054
- },
700
+ Params::rule_transform
1055
701
  ],
1056
702
  ?reset_transforms: bool
1057
703
  ) -> _ModifyRuleResponseSuccess
@@ -1090,7 +736,7 @@ module Aws
1090
736
  {
1091
737
  key: ::String?,
1092
738
  value: ::String?
1093
- },
739
+ }
1094
740
  ]
1095
741
  ) -> _ModifyTargetGroupAttributesResponseSuccess
1096
742
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyTargetGroupAttributesResponseSuccess
@@ -1120,7 +766,7 @@ module Aws
1120
766
  port: ::Integer?,
1121
767
  availability_zone: ::String?,
1122
768
  quic_server_id: ::String?
1123
- },
769
+ }
1124
770
  ]
1125
771
  ) -> _RegisterTargetsResponseSuccess
1126
772
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterTargetsResponseSuccess
@@ -1135,7 +781,7 @@ module Aws
1135
781
  {
1136
782
  certificate_arn: ::String?,
1137
783
  is_default: bool?
1138
- },
784
+ }
1139
785
  ]
1140
786
  ) -> _RemoveListenerCertificatesResponseSuccess
1141
787
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveListenerCertificatesResponseSuccess
@@ -1181,7 +827,7 @@ module Aws
1181
827
  {
1182
828
  rule_arn: ::String?,
1183
829
  priority: ::Integer?
1184
- },
830
+ }
1185
831
  ]
1186
832
  ) -> _SetRulePrioritiesResponseSuccess
1187
833
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SetRulePrioritiesResponseSuccess
@@ -1216,7 +862,7 @@ module Aws
1216
862
  private_i_pv_4_address: ::String?,
1217
863
  i_pv_6_address: ::String?,
1218
864
  source_nat_ipv_6_prefix: ::String?
1219
- },
865
+ }
1220
866
  ],
1221
867
  ?ip_address_type: ("ipv4" | "dualstack" | "dualstack-without-public-ipv4"),
1222
868
  ?enable_prefix_for_ipv_6_source_nat: ("on" | "off")
@@ -1253,7 +899,7 @@ module Aws
1253
899
  port: ::Integer?,
1254
900
  availability_zone: ::String?,
1255
901
  quic_server_id: ::String?
1256
- },
902
+ }
1257
903
  ],
1258
904
  ?include: Array[("AnomalyDetection" | "All")]
1259
905
  ) -> Client::_DescribeTargetHealthResponseSuccess
@@ -1266,7 +912,7 @@ module Aws
1266
912
  port: ::Integer?,
1267
913
  availability_zone: ::String?,
1268
914
  quic_server_id: ::String?
1269
- },
915
+ }
1270
916
  ],
1271
917
  ?include: Array[("AnomalyDetection" | "All")]
1272
918
  ) -> Client::_DescribeTargetHealthResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,142 @@
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
9
+ module ElasticLoadBalancingV2
10
+ module Params
11
+ type authenticate_oidc_action_config = {
12
+ issuer: ::String,
13
+ authorization_endpoint: ::String,
14
+ token_endpoint: ::String,
15
+ user_info_endpoint: ::String,
16
+ client_id: ::String,
17
+ client_secret: ::String?,
18
+ session_cookie_name: ::String?,
19
+ scope: ::String?,
20
+ session_timeout: ::Integer?,
21
+ authentication_request_extra_params: Hash[::String, ::String]?,
22
+ on_unauthenticated_request: ("deny" | "allow" | "authenticate")?,
23
+ use_existing_client_secret: bool?
24
+ }
25
+
26
+ type authenticate_cognito_action_config = {
27
+ user_pool_arn: ::String,
28
+ user_pool_client_id: ::String,
29
+ user_pool_domain: ::String,
30
+ session_cookie_name: ::String?,
31
+ scope: ::String?,
32
+ session_timeout: ::Integer?,
33
+ authentication_request_extra_params: Hash[::String, ::String]?,
34
+ on_unauthenticated_request: ("deny" | "allow" | "authenticate")?
35
+ }
36
+
37
+ type redirect_action_config = {
38
+ protocol: ::String?,
39
+ port: ::String?,
40
+ host: ::String?,
41
+ path: ::String?,
42
+ query: ::String?,
43
+ status_code: ("HTTP_301" | "HTTP_302")
44
+ }
45
+
46
+ type forward_action_config = {
47
+ target_groups: Array[
48
+ {
49
+ target_group_arn: ::String?,
50
+ weight: ::Integer?
51
+ }
52
+ ]?,
53
+ target_group_stickiness_config: {
54
+ enabled: bool?,
55
+ duration_seconds: ::Integer?
56
+ }?
57
+ }
58
+
59
+ type jwt_validation_action_config = {
60
+ jwks_endpoint: ::String,
61
+ issuer: ::String,
62
+ additional_claims: Array[
63
+ {
64
+ format: ("single-string" | "string-array" | "space-separated-values"),
65
+ name: ::String,
66
+ values: Array[::String]
67
+ }
68
+ ]?
69
+ }
70
+
71
+ type action = {
72
+ type: ("forward" | "authenticate-oidc" | "authenticate-cognito" | "redirect" | "fixed-response" | "jwt-validation"),
73
+ target_group_arn: ::String?,
74
+ authenticate_oidc_config: Params::authenticate_oidc_action_config?,
75
+ authenticate_cognito_config: Params::authenticate_cognito_action_config?,
76
+ order: ::Integer?,
77
+ redirect_config: Params::redirect_action_config?,
78
+ fixed_response_config: {
79
+ message_body: ::String?,
80
+ status_code: ::String,
81
+ content_type: ::String?
82
+ }?,
83
+ forward_config: Params::forward_action_config?,
84
+ jwt_validation_config: Params::jwt_validation_action_config?
85
+ }
86
+
87
+ type rule_condition = {
88
+ field: ::String?,
89
+ values: Array[::String]?,
90
+ host_header_config: {
91
+ values: Array[::String]?,
92
+ regex_values: Array[::String]?
93
+ }?,
94
+ path_pattern_config: {
95
+ values: Array[::String]?,
96
+ regex_values: Array[::String]?
97
+ }?,
98
+ http_header_config: {
99
+ http_header_name: ::String?,
100
+ values: Array[::String]?,
101
+ regex_values: Array[::String]?
102
+ }?,
103
+ query_string_config: {
104
+ values: Array[
105
+ {
106
+ key: ::String?,
107
+ value: ::String?
108
+ }
109
+ ]?
110
+ }?,
111
+ http_request_method_config: {
112
+ values: Array[::String]?
113
+ }?,
114
+ source_ip_config: {
115
+ values: Array[::String]?
116
+ }?,
117
+ regex_values: Array[::String]?
118
+ }
119
+
120
+ type rule_transform = {
121
+ type: ("host-header-rewrite" | "url-rewrite"),
122
+ host_header_rewrite_config: {
123
+ rewrites: Array[
124
+ {
125
+ regex: ::String,
126
+ replace: ::String
127
+ }
128
+ ]?
129
+ }?,
130
+ url_rewrite_config: {
131
+ rewrites: Array[
132
+ {
133
+ regex: ::String,
134
+ replace: ::String
135
+ }
136
+ ]?
137
+ }?
138
+ }
139
+
140
+ end
141
+ end
142
+ end
data/sig/waiters.rbs CHANGED
@@ -60,7 +60,7 @@ module Aws
60
60
  port: ::Integer?,
61
61
  availability_zone: ::String?,
62
62
  quic_server_id: ::String?
63
- },
63
+ }
64
64
  ],
65
65
  ?include: Array[("AnomalyDetection" | "All")]
66
66
  ) -> Client::_DescribeTargetHealthResponseSuccess
@@ -79,7 +79,7 @@ module Aws
79
79
  port: ::Integer?,
80
80
  availability_zone: ::String?,
81
81
  quic_server_id: ::String?
82
- },
82
+ }
83
83
  ],
84
84
  ?include: Array[("AnomalyDetection" | "All")]
85
85
  ) -> Client::_DescribeTargetHealthResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.150.0
4
+ version: 1.151.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-elasticloadbalancingv2/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs