aws-sdk-elasticloadbalancingv2 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c40fc00de16d72af80ca1d2e6c290dec18b186cc
4
- data.tar.gz: a5934784c571bed8de5b96f706b53a6890a442d3
3
+ metadata.gz: '00384b7a5a3459d7f540529c9b3e441ebc362bc1'
4
+ data.tar.gz: 6bd043ec65a401ae94e78469cacff7bc15fec264
5
5
  SHA512:
6
- metadata.gz: 368f7e67a89c047ca3a324ec799fff34e698239c5bc9dcbbf91eb4011cbeb8f129c91451f4916e228833e1f9840ff9c8c31fe763562bbd24deec8d2a94514530
7
- data.tar.gz: 5b233120ae54e4dc4e4390332b4a1f6890ab5b2352846b95f436a50b0f58e2e3232669b07ce6fb5eea7d82f4e74956c13a36bc00a67e37414e05be01bc306a3a
6
+ metadata.gz: 7b8277e81e971155da91577e9d4c7a5b55dd9abda4ac0093fcb0072230f472bf839e4f4a8bb8797e8c66e6eb606fc76e148014fa0126c078c12c5794b4e83088
7
+ data.tar.gz: d3878dd91182b616f506df4b32192b4253f86f0ef32a61232543131dc0730a857403a45ba4006a353f7f39e083ff3b04f0eb32decab11af95e7bbe2c0a1d8c0e
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancingV2
45
45
 
46
- GEM_VERSION = '1.20.0'
46
+ GEM_VERSION = '1.21.0'
47
47
 
48
48
  end
@@ -332,8 +332,8 @@ module Aws::ElasticLoadBalancingV2
332
332
  #
333
333
  #
334
334
  #
335
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html
336
- # [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html
335
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html
336
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html
337
337
  #
338
338
  # @option params [required, String] :load_balancer_arn
339
339
  # The Amazon Resource Name (ARN) of the load balancer.
@@ -493,7 +493,7 @@ module Aws::ElasticLoadBalancingV2
493
493
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
494
494
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
495
495
  # client_id: "AuthenticateOidcActionClientId", # required
496
- # client_secret: "AuthenticateOidcActionClientSecret", # required
496
+ # client_secret: "AuthenticateOidcActionClientSecret",
497
497
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
498
498
  # scope: "AuthenticateOidcActionScope",
499
499
  # session_timeout: 1,
@@ -501,6 +501,7 @@ module Aws::ElasticLoadBalancingV2
501
501
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
502
502
  # },
503
503
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
504
+ # use_existing_client_secret: false,
504
505
  # },
505
506
  # authenticate_cognito_config: {
506
507
  # user_pool_arn: "AuthenticateCognitoActionUserPoolArn", # required
@@ -558,6 +559,7 @@ module Aws::ElasticLoadBalancingV2
558
559
  # resp.listeners[0].default_actions[0].authenticate_oidc_config.authentication_request_extra_params #=> Hash
559
560
  # resp.listeners[0].default_actions[0].authenticate_oidc_config.authentication_request_extra_params["AuthenticateOidcActionAuthenticationRequestParamName"] #=> String
560
561
  # resp.listeners[0].default_actions[0].authenticate_oidc_config.on_unauthenticated_request #=> String, one of "deny", "allow", "authenticate"
562
+ # resp.listeners[0].default_actions[0].authenticate_oidc_config.use_existing_client_secret #=> Boolean
561
563
  # resp.listeners[0].default_actions[0].authenticate_cognito_config.user_pool_arn #=> String
562
564
  # resp.listeners[0].default_actions[0].authenticate_cognito_config.user_pool_client_id #=> String
563
565
  # resp.listeners[0].default_actions[0].authenticate_cognito_config.user_pool_domain #=> String
@@ -613,10 +615,10 @@ module Aws::ElasticLoadBalancingV2
613
615
  #
614
616
  #
615
617
  #
616
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html
617
- # [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html
618
- # [3]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html
619
- # [4]: http://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html
618
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html
619
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html
620
+ # [3]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html
621
+ # [4]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html
620
622
  #
621
623
  # @option params [required, String] :name
622
624
  # The name of the load balancer.
@@ -844,7 +846,7 @@ module Aws::ElasticLoadBalancingV2
844
846
  #
845
847
  #
846
848
  #
847
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules
849
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules
848
850
  #
849
851
  # @option params [required, String] :listener_arn
850
852
  # The Amazon Resource Name (ARN) of the listener.
@@ -982,7 +984,7 @@ module Aws::ElasticLoadBalancingV2
982
984
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
983
985
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
984
986
  # client_id: "AuthenticateOidcActionClientId", # required
985
- # client_secret: "AuthenticateOidcActionClientSecret", # required
987
+ # client_secret: "AuthenticateOidcActionClientSecret",
986
988
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
987
989
  # scope: "AuthenticateOidcActionScope",
988
990
  # session_timeout: 1,
@@ -990,6 +992,7 @@ module Aws::ElasticLoadBalancingV2
990
992
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
991
993
  # },
992
994
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
995
+ # use_existing_client_secret: false,
993
996
  # },
994
997
  # authenticate_cognito_config: {
995
998
  # user_pool_arn: "AuthenticateCognitoActionUserPoolArn", # required
@@ -1045,6 +1048,7 @@ module Aws::ElasticLoadBalancingV2
1045
1048
  # resp.rules[0].actions[0].authenticate_oidc_config.authentication_request_extra_params #=> Hash
1046
1049
  # resp.rules[0].actions[0].authenticate_oidc_config.authentication_request_extra_params["AuthenticateOidcActionAuthenticationRequestParamName"] #=> String
1047
1050
  # resp.rules[0].actions[0].authenticate_oidc_config.on_unauthenticated_request #=> String, one of "deny", "allow", "authenticate"
1051
+ # resp.rules[0].actions[0].authenticate_oidc_config.use_existing_client_secret #=> Boolean
1048
1052
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_arn #=> String
1049
1053
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_client_id #=> String
1050
1054
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_domain #=> String
@@ -1098,8 +1102,8 @@ module Aws::ElasticLoadBalancingV2
1098
1102
  #
1099
1103
  #
1100
1104
  #
1101
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html
1102
- # [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html
1105
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html
1106
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html
1103
1107
  #
1104
1108
  # @option params [required, String] :name
1105
1109
  # The name of the target group.
@@ -1483,8 +1487,8 @@ module Aws::ElasticLoadBalancingV2
1483
1487
  #
1484
1488
  #
1485
1489
  #
1486
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html
1487
- # [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html
1490
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html
1491
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html
1488
1492
  #
1489
1493
  # @option params [String] :marker
1490
1494
  # The marker for the next set of results. (You received this marker from
@@ -1648,6 +1652,7 @@ module Aws::ElasticLoadBalancingV2
1648
1652
  # resp.listeners[0].default_actions[0].authenticate_oidc_config.authentication_request_extra_params #=> Hash
1649
1653
  # resp.listeners[0].default_actions[0].authenticate_oidc_config.authentication_request_extra_params["AuthenticateOidcActionAuthenticationRequestParamName"] #=> String
1650
1654
  # resp.listeners[0].default_actions[0].authenticate_oidc_config.on_unauthenticated_request #=> String, one of "deny", "allow", "authenticate"
1655
+ # resp.listeners[0].default_actions[0].authenticate_oidc_config.use_existing_client_secret #=> Boolean
1651
1656
  # resp.listeners[0].default_actions[0].authenticate_cognito_config.user_pool_arn #=> String
1652
1657
  # resp.listeners[0].default_actions[0].authenticate_cognito_config.user_pool_client_id #=> String
1653
1658
  # resp.listeners[0].default_actions[0].authenticate_cognito_config.user_pool_domain #=> String
@@ -1687,8 +1692,8 @@ module Aws::ElasticLoadBalancingV2
1687
1692
  #
1688
1693
  #
1689
1694
  #
1690
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes
1691
- # [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes
1695
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes
1696
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes
1692
1697
  #
1693
1698
  # @option params [required, String] :load_balancer_arn
1694
1699
  # The Amazon Resource Name (ARN) of the load balancer.
@@ -1953,6 +1958,7 @@ module Aws::ElasticLoadBalancingV2
1953
1958
  # resp.rules[0].actions[0].authenticate_oidc_config.authentication_request_extra_params #=> Hash
1954
1959
  # resp.rules[0].actions[0].authenticate_oidc_config.authentication_request_extra_params["AuthenticateOidcActionAuthenticationRequestParamName"] #=> String
1955
1960
  # resp.rules[0].actions[0].authenticate_oidc_config.on_unauthenticated_request #=> String, one of "deny", "allow", "authenticate"
1961
+ # resp.rules[0].actions[0].authenticate_oidc_config.use_existing_client_secret #=> Boolean
1956
1962
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_arn #=> String
1957
1963
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_client_id #=> String
1958
1964
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_domain #=> String
@@ -1992,7 +1998,7 @@ module Aws::ElasticLoadBalancingV2
1992
1998
  #
1993
1999
  #
1994
2000
  #
1995
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
2001
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
1996
2002
  #
1997
2003
  # @option params [Array<String>] :names
1998
2004
  # The names of the policies.
@@ -2212,8 +2218,8 @@ module Aws::ElasticLoadBalancingV2
2212
2218
  #
2213
2219
  #
2214
2220
  #
2215
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes
2216
- # [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes
2221
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes
2222
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes
2217
2223
  #
2218
2224
  # @option params [required, String] :target_group_arn
2219
2225
  # The Amazon Resource Name (ARN) of the target group.
@@ -2521,7 +2527,7 @@ module Aws::ElasticLoadBalancingV2
2521
2527
  #
2522
2528
  #
2523
2529
  #
2524
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
2530
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
2525
2531
  #
2526
2532
  # @option params [Array<Types::Certificate>] :certificates
2527
2533
  # \[HTTPS and TLS listeners\] The default SSL server certificate. You
@@ -2649,7 +2655,7 @@ module Aws::ElasticLoadBalancingV2
2649
2655
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
2650
2656
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
2651
2657
  # client_id: "AuthenticateOidcActionClientId", # required
2652
- # client_secret: "AuthenticateOidcActionClientSecret", # required
2658
+ # client_secret: "AuthenticateOidcActionClientSecret",
2653
2659
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
2654
2660
  # scope: "AuthenticateOidcActionScope",
2655
2661
  # session_timeout: 1,
@@ -2657,6 +2663,7 @@ module Aws::ElasticLoadBalancingV2
2657
2663
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
2658
2664
  # },
2659
2665
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
2666
+ # use_existing_client_secret: false,
2660
2667
  # },
2661
2668
  # authenticate_cognito_config: {
2662
2669
  # user_pool_arn: "AuthenticateCognitoActionUserPoolArn", # required
@@ -2714,6 +2721,7 @@ module Aws::ElasticLoadBalancingV2
2714
2721
  # resp.listeners[0].default_actions[0].authenticate_oidc_config.authentication_request_extra_params #=> Hash
2715
2722
  # resp.listeners[0].default_actions[0].authenticate_oidc_config.authentication_request_extra_params["AuthenticateOidcActionAuthenticationRequestParamName"] #=> String
2716
2723
  # resp.listeners[0].default_actions[0].authenticate_oidc_config.on_unauthenticated_request #=> String, one of "deny", "allow", "authenticate"
2724
+ # resp.listeners[0].default_actions[0].authenticate_oidc_config.use_existing_client_secret #=> Boolean
2717
2725
  # resp.listeners[0].default_actions[0].authenticate_cognito_config.user_pool_arn #=> String
2718
2726
  # resp.listeners[0].default_actions[0].authenticate_cognito_config.user_pool_client_id #=> String
2719
2727
  # resp.listeners[0].default_actions[0].authenticate_cognito_config.user_pool_domain #=> String
@@ -3046,7 +3054,7 @@ module Aws::ElasticLoadBalancingV2
3046
3054
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
3047
3055
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
3048
3056
  # client_id: "AuthenticateOidcActionClientId", # required
3049
- # client_secret: "AuthenticateOidcActionClientSecret", # required
3057
+ # client_secret: "AuthenticateOidcActionClientSecret",
3050
3058
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
3051
3059
  # scope: "AuthenticateOidcActionScope",
3052
3060
  # session_timeout: 1,
@@ -3054,6 +3062,7 @@ module Aws::ElasticLoadBalancingV2
3054
3062
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
3055
3063
  # },
3056
3064
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
3065
+ # use_existing_client_secret: false,
3057
3066
  # },
3058
3067
  # authenticate_cognito_config: {
3059
3068
  # user_pool_arn: "AuthenticateCognitoActionUserPoolArn", # required
@@ -3109,6 +3118,7 @@ module Aws::ElasticLoadBalancingV2
3109
3118
  # resp.rules[0].actions[0].authenticate_oidc_config.authentication_request_extra_params #=> Hash
3110
3119
  # resp.rules[0].actions[0].authenticate_oidc_config.authentication_request_extra_params["AuthenticateOidcActionAuthenticationRequestParamName"] #=> String
3111
3120
  # resp.rules[0].actions[0].authenticate_oidc_config.on_unauthenticated_request #=> String, one of "deny", "allow", "authenticate"
3121
+ # resp.rules[0].actions[0].authenticate_oidc_config.use_existing_client_secret #=> Boolean
3112
3122
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_arn #=> String
3113
3123
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_client_id #=> String
3114
3124
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_domain #=> String
@@ -3658,6 +3668,7 @@ module Aws::ElasticLoadBalancingV2
3658
3668
  # resp.rules[0].actions[0].authenticate_oidc_config.authentication_request_extra_params #=> Hash
3659
3669
  # resp.rules[0].actions[0].authenticate_oidc_config.authentication_request_extra_params["AuthenticateOidcActionAuthenticationRequestParamName"] #=> String
3660
3670
  # resp.rules[0].actions[0].authenticate_oidc_config.on_unauthenticated_request #=> String, one of "deny", "allow", "authenticate"
3671
+ # resp.rules[0].actions[0].authenticate_oidc_config.use_existing_client_secret #=> Boolean
3661
3672
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_arn #=> String
3662
3673
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_client_id #=> String
3663
3674
  # resp.rules[0].actions[0].authenticate_cognito_config.user_pool_domain #=> String
@@ -3840,7 +3851,7 @@ module Aws::ElasticLoadBalancingV2
3840
3851
  params: params,
3841
3852
  config: config)
3842
3853
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
3843
- context[:gem_version] = '1.20.0'
3854
+ context[:gem_version] = '1.21.0'
3844
3855
  Seahorse::Client::Request.new(handlers, context)
3845
3856
  end
3846
3857
 
@@ -45,6 +45,7 @@ module Aws::ElasticLoadBalancingV2
45
45
  AuthenticateOidcActionSessionCookieName = Shapes::StringShape.new(name: 'AuthenticateOidcActionSessionCookieName')
46
46
  AuthenticateOidcActionSessionTimeout = Shapes::IntegerShape.new(name: 'AuthenticateOidcActionSessionTimeout')
47
47
  AuthenticateOidcActionTokenEndpoint = Shapes::StringShape.new(name: 'AuthenticateOidcActionTokenEndpoint')
48
+ AuthenticateOidcActionUseExistingClientSecret = Shapes::BooleanShape.new(name: 'AuthenticateOidcActionUseExistingClientSecret')
48
49
  AuthenticateOidcActionUserInfoEndpoint = Shapes::StringShape.new(name: 'AuthenticateOidcActionUserInfoEndpoint')
49
50
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
50
51
  AvailabilityZoneNotSupportedException = Shapes::StructureShape.new(name: 'AvailabilityZoneNotSupportedException')
@@ -310,12 +311,13 @@ module Aws::ElasticLoadBalancingV2
310
311
  AuthenticateOidcActionConfig.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: AuthenticateOidcActionTokenEndpoint, required: true, location_name: "TokenEndpoint"))
311
312
  AuthenticateOidcActionConfig.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: AuthenticateOidcActionUserInfoEndpoint, required: true, location_name: "UserInfoEndpoint"))
312
313
  AuthenticateOidcActionConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: AuthenticateOidcActionClientId, required: true, location_name: "ClientId"))
313
- AuthenticateOidcActionConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: AuthenticateOidcActionClientSecret, required: true, location_name: "ClientSecret"))
314
+ AuthenticateOidcActionConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: AuthenticateOidcActionClientSecret, location_name: "ClientSecret"))
314
315
  AuthenticateOidcActionConfig.add_member(:session_cookie_name, Shapes::ShapeRef.new(shape: AuthenticateOidcActionSessionCookieName, location_name: "SessionCookieName"))
315
316
  AuthenticateOidcActionConfig.add_member(:scope, Shapes::ShapeRef.new(shape: AuthenticateOidcActionScope, location_name: "Scope"))
316
317
  AuthenticateOidcActionConfig.add_member(:session_timeout, Shapes::ShapeRef.new(shape: AuthenticateOidcActionSessionTimeout, location_name: "SessionTimeout"))
317
318
  AuthenticateOidcActionConfig.add_member(:authentication_request_extra_params, Shapes::ShapeRef.new(shape: AuthenticateOidcActionAuthenticationRequestExtraParams, location_name: "AuthenticationRequestExtraParams"))
318
319
  AuthenticateOidcActionConfig.add_member(:on_unauthenticated_request, Shapes::ShapeRef.new(shape: AuthenticateOidcActionConditionalBehaviorEnum, location_name: "OnUnauthenticatedRequest"))
320
+ AuthenticateOidcActionConfig.add_member(:use_existing_client_secret, Shapes::ShapeRef.new(shape: AuthenticateOidcActionUseExistingClientSecret, location_name: "UseExistingClientSecret"))
319
321
  AuthenticateOidcActionConfig.struct_class = Types::AuthenticateOidcActionConfig
320
322
 
321
323
  AvailabilityZone.add_member(:zone_name, Shapes::ShapeRef.new(shape: ZoneName, location_name: "ZoneName"))
@@ -22,7 +22,7 @@ module Aws::ElasticLoadBalancingV2
22
22
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
23
23
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
24
24
  # client_id: "AuthenticateOidcActionClientId", # required
25
- # client_secret: "AuthenticateOidcActionClientSecret", # required
25
+ # client_secret: "AuthenticateOidcActionClientSecret",
26
26
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
27
27
  # scope: "AuthenticateOidcActionScope",
28
28
  # session_timeout: 1,
@@ -30,6 +30,7 @@ module Aws::ElasticLoadBalancingV2
30
30
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
31
31
  # },
32
32
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
33
+ # use_existing_client_secret: false,
33
34
  # },
34
35
  # authenticate_cognito_config: {
35
36
  # user_pool_arn: "AuthenticateCognitoActionUserPoolArn", # required
@@ -281,7 +282,7 @@ module Aws::ElasticLoadBalancingV2
281
282
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
282
283
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
283
284
  # client_id: "AuthenticateOidcActionClientId", # required
284
- # client_secret: "AuthenticateOidcActionClientSecret", # required
285
+ # client_secret: "AuthenticateOidcActionClientSecret",
285
286
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
286
287
  # scope: "AuthenticateOidcActionScope",
287
288
  # session_timeout: 1,
@@ -289,6 +290,7 @@ module Aws::ElasticLoadBalancingV2
289
290
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
290
291
  # },
291
292
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
293
+ # use_existing_client_secret: false,
292
294
  # }
293
295
  #
294
296
  # @!attribute [rw] issuer
@@ -316,7 +318,9 @@ module Aws::ElasticLoadBalancingV2
316
318
  # @return [String]
317
319
  #
318
320
  # @!attribute [rw] client_secret
319
- # The OAuth 2.0 client secret.
321
+ # The OAuth 2.0 client secret. This parameter is required if you are
322
+ # creating a rule. If you are modifying a rule, you can omit this
323
+ # parameter if you set `UseExistingClientSecret` to true.
320
324
  # @return [String]
321
325
  #
322
326
  # @!attribute [rw] session_cookie_name
@@ -354,6 +358,12 @@ module Aws::ElasticLoadBalancingV2
354
358
  # endpoint. This is the default value.
355
359
  # @return [String]
356
360
  #
361
+ # @!attribute [rw] use_existing_client_secret
362
+ # Indicates whether to use the existing client secret when modifying a
363
+ # rule. If you are creating a rule, you can omit this parameter or set
364
+ # it to false.
365
+ # @return [Boolean]
366
+ #
357
367
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AuthenticateOidcActionConfig AWS API Documentation
358
368
  #
359
369
  class AuthenticateOidcActionConfig < Struct.new(
@@ -367,7 +377,8 @@ module Aws::ElasticLoadBalancingV2
367
377
  :scope,
368
378
  :session_timeout,
369
379
  :authentication_request_extra_params,
370
- :on_unauthenticated_request)
380
+ :on_unauthenticated_request,
381
+ :use_existing_client_secret)
371
382
  include Aws::Structure
372
383
  end
373
384
 
@@ -463,7 +474,7 @@ module Aws::ElasticLoadBalancingV2
463
474
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
464
475
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
465
476
  # client_id: "AuthenticateOidcActionClientId", # required
466
- # client_secret: "AuthenticateOidcActionClientSecret", # required
477
+ # client_secret: "AuthenticateOidcActionClientSecret",
467
478
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
468
479
  # scope: "AuthenticateOidcActionScope",
469
480
  # session_timeout: 1,
@@ -471,6 +482,7 @@ module Aws::ElasticLoadBalancingV2
471
482
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
472
483
  # },
473
484
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
485
+ # use_existing_client_secret: false,
474
486
  # },
475
487
  # authenticate_cognito_config: {
476
488
  # user_pool_arn: "AuthenticateCognitoActionUserPoolArn", # required
@@ -721,7 +733,7 @@ module Aws::ElasticLoadBalancingV2
721
733
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
722
734
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
723
735
  # client_id: "AuthenticateOidcActionClientId", # required
724
- # client_secret: "AuthenticateOidcActionClientSecret", # required
736
+ # client_secret: "AuthenticateOidcActionClientSecret",
725
737
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
726
738
  # scope: "AuthenticateOidcActionScope",
727
739
  # session_timeout: 1,
@@ -729,6 +741,7 @@ module Aws::ElasticLoadBalancingV2
729
741
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
730
742
  # },
731
743
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
744
+ # use_existing_client_secret: false,
732
745
  # },
733
746
  # authenticate_cognito_config: {
734
747
  # user_pool_arn: "AuthenticateCognitoActionUserPoolArn", # required
@@ -1854,15 +1867,6 @@ module Aws::ElasticLoadBalancingV2
1854
1867
  # The following attributes are supported by both Application Load
1855
1868
  # Balancers and Network Load Balancers:
1856
1869
  #
1857
- # * `deletion_protection.enabled` - Indicates whether deletion
1858
- # protection is enabled. The value is `true` or `false`. The default
1859
- # is `false`.
1860
- #
1861
- # ^
1862
- #
1863
- # The following attributes are supported by only Application Load
1864
- # Balancers:
1865
- #
1866
1870
  # * `access_logs.s3.enabled` - Indicates whether access logs are
1867
1871
  # enabled. The value is `true` or `false`. The default is `false`.
1868
1872
  #
@@ -1875,6 +1879,13 @@ module Aws::ElasticLoadBalancingV2
1875
1879
  # * `access_logs.s3.prefix` - The prefix for the location in the S3
1876
1880
  # bucket for the access logs.
1877
1881
  #
1882
+ # * `deletion_protection.enabled` - Indicates whether deletion
1883
+ # protection is enabled. The value is `true` or `false`. The default
1884
+ # is `false`.
1885
+ #
1886
+ # The following attributes are supported by only Application Load
1887
+ # Balancers:
1888
+ #
1878
1889
  # * `idle_timeout.timeout_seconds` - The idle timeout value, in
1879
1890
  # seconds. The valid range is 1-4000 seconds. The default is 60
1880
1891
  # seconds.
@@ -1977,7 +1988,7 @@ module Aws::ElasticLoadBalancingV2
1977
1988
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
1978
1989
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
1979
1990
  # client_id: "AuthenticateOidcActionClientId", # required
1980
- # client_secret: "AuthenticateOidcActionClientSecret", # required
1991
+ # client_secret: "AuthenticateOidcActionClientSecret",
1981
1992
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
1982
1993
  # scope: "AuthenticateOidcActionScope",
1983
1994
  # session_timeout: 1,
@@ -1985,6 +1996,7 @@ module Aws::ElasticLoadBalancingV2
1985
1996
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
1986
1997
  # },
1987
1998
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
1999
+ # use_existing_client_secret: false,
1988
2000
  # },
1989
2001
  # authenticate_cognito_config: {
1990
2002
  # user_pool_arn: "AuthenticateCognitoActionUserPoolArn", # required
@@ -2037,7 +2049,7 @@ module Aws::ElasticLoadBalancingV2
2037
2049
  #
2038
2050
  #
2039
2051
  #
2040
- # [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
2052
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies
2041
2053
  # @return [String]
2042
2054
  #
2043
2055
  # @!attribute [rw] certificates
@@ -2157,7 +2169,7 @@ module Aws::ElasticLoadBalancingV2
2157
2169
  # token_endpoint: "AuthenticateOidcActionTokenEndpoint", # required
2158
2170
  # user_info_endpoint: "AuthenticateOidcActionUserInfoEndpoint", # required
2159
2171
  # client_id: "AuthenticateOidcActionClientId", # required
2160
- # client_secret: "AuthenticateOidcActionClientSecret", # required
2172
+ # client_secret: "AuthenticateOidcActionClientSecret",
2161
2173
  # session_cookie_name: "AuthenticateOidcActionSessionCookieName",
2162
2174
  # scope: "AuthenticateOidcActionScope",
2163
2175
  # session_timeout: 1,
@@ -2165,6 +2177,7 @@ module Aws::ElasticLoadBalancingV2
2165
2177
  # "AuthenticateOidcActionAuthenticationRequestParamName" => "AuthenticateOidcActionAuthenticationRequestParamValue",
2166
2178
  # },
2167
2179
  # on_unauthenticated_request: "deny", # accepts deny, allow, authenticate
2180
+ # use_existing_client_secret: false,
2168
2181
  # },
2169
2182
  # authenticate_cognito_config: {
2170
2183
  # user_pool_arn: "AuthenticateCognitoActionUserPoolArn", # required
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-24 00:00:00.000000000 Z
11
+ date: 2019-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core