aws-sdk-bedrockagentcorecontrol 1.41.0 → 1.42.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
@@ -721,7 +721,7 @@ module Aws
721
721
  provider_arn: ::String,
722
722
  scopes: Array[::String],
723
723
  custom_parameters: Hash[::String, ::String]?,
724
- grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE")?,
724
+ grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "TOKEN_EXCHANGE")?,
725
725
  default_return_url: ::String?
726
726
  }?,
727
727
  api_key_credential_provider: {
@@ -898,7 +898,7 @@ module Aws
898
898
  provider_arn: ::String,
899
899
  scopes: Array[::String],
900
900
  custom_parameters: Hash[::String, ::String]?,
901
- grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE")?,
901
+ grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "TOKEN_EXCHANGE")?,
902
902
  default_return_url: ::String?
903
903
  }?
904
904
  }?
@@ -970,19 +970,100 @@ module Aws
970
970
  name: ::String,
971
971
  description: ::String?,
972
972
  namespaces: Array[::String]?,
973
- namespace_templates: Array[::String]?
973
+ namespace_templates: Array[::String]?,
974
+ memory_record_schema: {
975
+ metadata_schema: Array[
976
+ {
977
+ key: ::String,
978
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
979
+ extraction_config: {
980
+ llm_extraction_config: {
981
+ llm_extraction_instruction: ::String?,
982
+ definition: ::String,
983
+ validation: {
984
+ string_validation: {
985
+ allowed_values: Array[::String]
986
+ }?,
987
+ string_list_validation: {
988
+ allowed_values: Array[::String]?,
989
+ max_items: ::Integer?
990
+ }?,
991
+ number_validation: {
992
+ min_value: ::Float?,
993
+ max_value: ::Float?
994
+ }?
995
+ }?
996
+ }?
997
+ }?
998
+ },
999
+ ]?
1000
+ }?
974
1001
  }?,
975
1002
  summary_memory_strategy: {
976
1003
  name: ::String,
977
1004
  description: ::String?,
978
1005
  namespaces: Array[::String]?,
979
- namespace_templates: Array[::String]?
1006
+ namespace_templates: Array[::String]?,
1007
+ memory_record_schema: {
1008
+ metadata_schema: Array[
1009
+ {
1010
+ key: ::String,
1011
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1012
+ extraction_config: {
1013
+ llm_extraction_config: {
1014
+ llm_extraction_instruction: ::String?,
1015
+ definition: ::String,
1016
+ validation: {
1017
+ string_validation: {
1018
+ allowed_values: Array[::String]
1019
+ }?,
1020
+ string_list_validation: {
1021
+ allowed_values: Array[::String]?,
1022
+ max_items: ::Integer?
1023
+ }?,
1024
+ number_validation: {
1025
+ min_value: ::Float?,
1026
+ max_value: ::Float?
1027
+ }?
1028
+ }?
1029
+ }?
1030
+ }?
1031
+ },
1032
+ ]?
1033
+ }?
980
1034
  }?,
981
1035
  user_preference_memory_strategy: {
982
1036
  name: ::String,
983
1037
  description: ::String?,
984
1038
  namespaces: Array[::String]?,
985
- namespace_templates: Array[::String]?
1039
+ namespace_templates: Array[::String]?,
1040
+ memory_record_schema: {
1041
+ metadata_schema: Array[
1042
+ {
1043
+ key: ::String,
1044
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1045
+ extraction_config: {
1046
+ llm_extraction_config: {
1047
+ llm_extraction_instruction: ::String?,
1048
+ definition: ::String,
1049
+ validation: {
1050
+ string_validation: {
1051
+ allowed_values: Array[::String]
1052
+ }?,
1053
+ string_list_validation: {
1054
+ allowed_values: Array[::String]?,
1055
+ max_items: ::Integer?
1056
+ }?,
1057
+ number_validation: {
1058
+ min_value: ::Float?,
1059
+ max_value: ::Float?
1060
+ }?
1061
+ }?
1062
+ }?
1063
+ }?
1064
+ },
1065
+ ]?
1066
+ }?
986
1067
  }?,
987
1068
  custom_memory_strategy: {
988
1069
  name: ::String,
@@ -1029,7 +1110,34 @@ module Aws
1029
1110
  append_to_prompt: ::String,
1030
1111
  model_id: ::String,
1031
1112
  namespaces: Array[::String]?,
1032
- namespace_templates: Array[::String]?
1113
+ namespace_templates: Array[::String]?,
1114
+ memory_record_schema: {
1115
+ metadata_schema: Array[
1116
+ {
1117
+ key: ::String,
1118
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1119
+ extraction_config: {
1120
+ llm_extraction_config: {
1121
+ llm_extraction_instruction: ::String?,
1122
+ definition: ::String,
1123
+ validation: {
1124
+ string_validation: {
1125
+ allowed_values: Array[::String]
1126
+ }?,
1127
+ string_list_validation: {
1128
+ allowed_values: Array[::String]?,
1129
+ max_items: ::Integer?
1130
+ }?,
1131
+ number_validation: {
1132
+ min_value: ::Float?,
1133
+ max_value: ::Float?
1134
+ }?
1135
+ }?
1136
+ }?
1137
+ }?
1138
+ },
1139
+ ]?
1140
+ }?
1033
1141
  }?
1034
1142
  }?,
1035
1143
  self_managed_configuration: {
@@ -1052,6 +1160,33 @@ module Aws
1052
1160
  },
1053
1161
  historical_context_window_size: ::Integer?
1054
1162
  }?
1163
+ }?,
1164
+ memory_record_schema: {
1165
+ metadata_schema: Array[
1166
+ {
1167
+ key: ::String,
1168
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1169
+ extraction_config: {
1170
+ llm_extraction_config: {
1171
+ llm_extraction_instruction: ::String?,
1172
+ definition: ::String,
1173
+ validation: {
1174
+ string_validation: {
1175
+ allowed_values: Array[::String]
1176
+ }?,
1177
+ string_list_validation: {
1178
+ allowed_values: Array[::String]?,
1179
+ max_items: ::Integer?
1180
+ }?,
1181
+ number_validation: {
1182
+ min_value: ::Float?,
1183
+ max_value: ::Float?
1184
+ }?
1185
+ }?
1186
+ }?
1187
+ }?
1188
+ },
1189
+ ]?
1055
1190
  }?
1056
1191
  }?,
1057
1192
  episodic_memory_strategy: {
@@ -1061,11 +1196,71 @@ module Aws
1061
1196
  namespace_templates: Array[::String]?,
1062
1197
  reflection_configuration: {
1063
1198
  namespaces: Array[::String]?,
1064
- namespace_templates: Array[::String]?
1199
+ namespace_templates: Array[::String]?,
1200
+ memory_record_schema: {
1201
+ metadata_schema: Array[
1202
+ {
1203
+ key: ::String,
1204
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1205
+ extraction_config: {
1206
+ llm_extraction_config: {
1207
+ llm_extraction_instruction: ::String?,
1208
+ definition: ::String,
1209
+ validation: {
1210
+ string_validation: {
1211
+ allowed_values: Array[::String]
1212
+ }?,
1213
+ string_list_validation: {
1214
+ allowed_values: Array[::String]?,
1215
+ max_items: ::Integer?
1216
+ }?,
1217
+ number_validation: {
1218
+ min_value: ::Float?,
1219
+ max_value: ::Float?
1220
+ }?
1221
+ }?
1222
+ }?
1223
+ }?
1224
+ },
1225
+ ]?
1226
+ }?
1227
+ }?,
1228
+ memory_record_schema: {
1229
+ metadata_schema: Array[
1230
+ {
1231
+ key: ::String,
1232
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1233
+ extraction_config: {
1234
+ llm_extraction_config: {
1235
+ llm_extraction_instruction: ::String?,
1236
+ definition: ::String,
1237
+ validation: {
1238
+ string_validation: {
1239
+ allowed_values: Array[::String]
1240
+ }?,
1241
+ string_list_validation: {
1242
+ allowed_values: Array[::String]?,
1243
+ max_items: ::Integer?
1244
+ }?,
1245
+ number_validation: {
1246
+ min_value: ::Float?,
1247
+ max_value: ::Float?
1248
+ }?
1249
+ }?
1250
+ }?
1251
+ }?
1252
+ },
1253
+ ]?
1065
1254
  }?
1066
1255
  }?
1067
1256
  },
1068
1257
  ],
1258
+ ?indexed_keys: Array[
1259
+ {
1260
+ key: ::String,
1261
+ type: ("STRING" | "STRINGLIST" | "NUMBER")
1262
+ },
1263
+ ],
1069
1264
  ?stream_delivery_resources: {
1070
1265
  resources: Array[
1071
1266
  {
@@ -1110,8 +1305,8 @@ module Aws
1110
1305
  token_endpoint_auth_methods: Array[::String]?
1111
1306
  }?
1112
1307
  },
1113
- client_id: ::String,
1114
- client_secret: ::String,
1308
+ client_id: ::String?,
1309
+ client_secret: ::String?,
1115
1310
  private_endpoint: {
1116
1311
  self_managed_lattice_resource: {
1117
1312
  resource_configuration_identifier: ::String?
@@ -1142,7 +1337,15 @@ module Aws
1142
1337
  }?
1143
1338
  }
1144
1339
  },
1145
- ]?
1340
+ ]?,
1341
+ on_behalf_of_token_exchange_config: {
1342
+ grant_type: ("TOKEN_EXCHANGE" | "JWT_AUTHORIZATION_GRANT"),
1343
+ token_exchange_grant_type_config: {
1344
+ actor_token_content: ("NONE" | "M2M" | "AWS_IAM_ID_TOKEN_JWT"),
1345
+ actor_token_scopes: Array[::String]?
1346
+ }?
1347
+ }?,
1348
+ client_authentication_method: ("CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "AWS_IAM_ID_TOKEN_JWT")?
1146
1349
  }?,
1147
1350
  google_oauth_2_provider_config: {
1148
1351
  client_id: ::String,
@@ -3122,7 +3325,7 @@ module Aws
3122
3325
  provider_arn: ::String,
3123
3326
  scopes: Array[::String],
3124
3327
  custom_parameters: Hash[::String, ::String]?,
3125
- grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE")?,
3328
+ grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "TOKEN_EXCHANGE")?,
3126
3329
  default_return_url: ::String?
3127
3330
  }?,
3128
3331
  api_key_credential_provider: {
@@ -3303,7 +3506,7 @@ module Aws
3303
3506
  provider_arn: ::String,
3304
3507
  scopes: Array[::String],
3305
3508
  custom_parameters: Hash[::String, ::String]?,
3306
- grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE")?,
3509
+ grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "TOKEN_EXCHANGE")?,
3307
3510
  default_return_url: ::String?
3308
3511
  }?
3309
3512
  }?
@@ -3376,19 +3579,100 @@ module Aws
3376
3579
  name: ::String,
3377
3580
  description: ::String?,
3378
3581
  namespaces: Array[::String]?,
3379
- namespace_templates: Array[::String]?
3582
+ namespace_templates: Array[::String]?,
3583
+ memory_record_schema: {
3584
+ metadata_schema: Array[
3585
+ {
3586
+ key: ::String,
3587
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3588
+ extraction_config: {
3589
+ llm_extraction_config: {
3590
+ llm_extraction_instruction: ::String?,
3591
+ definition: ::String,
3592
+ validation: {
3593
+ string_validation: {
3594
+ allowed_values: Array[::String]
3595
+ }?,
3596
+ string_list_validation: {
3597
+ allowed_values: Array[::String]?,
3598
+ max_items: ::Integer?
3599
+ }?,
3600
+ number_validation: {
3601
+ min_value: ::Float?,
3602
+ max_value: ::Float?
3603
+ }?
3604
+ }?
3605
+ }?
3606
+ }?
3607
+ },
3608
+ ]?
3609
+ }?
3380
3610
  }?,
3381
3611
  summary_memory_strategy: {
3382
3612
  name: ::String,
3383
3613
  description: ::String?,
3384
3614
  namespaces: Array[::String]?,
3385
- namespace_templates: Array[::String]?
3615
+ namespace_templates: Array[::String]?,
3616
+ memory_record_schema: {
3617
+ metadata_schema: Array[
3618
+ {
3619
+ key: ::String,
3620
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3621
+ extraction_config: {
3622
+ llm_extraction_config: {
3623
+ llm_extraction_instruction: ::String?,
3624
+ definition: ::String,
3625
+ validation: {
3626
+ string_validation: {
3627
+ allowed_values: Array[::String]
3628
+ }?,
3629
+ string_list_validation: {
3630
+ allowed_values: Array[::String]?,
3631
+ max_items: ::Integer?
3632
+ }?,
3633
+ number_validation: {
3634
+ min_value: ::Float?,
3635
+ max_value: ::Float?
3636
+ }?
3637
+ }?
3638
+ }?
3639
+ }?
3640
+ },
3641
+ ]?
3642
+ }?
3386
3643
  }?,
3387
3644
  user_preference_memory_strategy: {
3388
3645
  name: ::String,
3389
3646
  description: ::String?,
3390
3647
  namespaces: Array[::String]?,
3391
- namespace_templates: Array[::String]?
3648
+ namespace_templates: Array[::String]?,
3649
+ memory_record_schema: {
3650
+ metadata_schema: Array[
3651
+ {
3652
+ key: ::String,
3653
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3654
+ extraction_config: {
3655
+ llm_extraction_config: {
3656
+ llm_extraction_instruction: ::String?,
3657
+ definition: ::String,
3658
+ validation: {
3659
+ string_validation: {
3660
+ allowed_values: Array[::String]
3661
+ }?,
3662
+ string_list_validation: {
3663
+ allowed_values: Array[::String]?,
3664
+ max_items: ::Integer?
3665
+ }?,
3666
+ number_validation: {
3667
+ min_value: ::Float?,
3668
+ max_value: ::Float?
3669
+ }?
3670
+ }?
3671
+ }?
3672
+ }?
3673
+ },
3674
+ ]?
3675
+ }?
3392
3676
  }?,
3393
3677
  custom_memory_strategy: {
3394
3678
  name: ::String,
@@ -3435,7 +3719,34 @@ module Aws
3435
3719
  append_to_prompt: ::String,
3436
3720
  model_id: ::String,
3437
3721
  namespaces: Array[::String]?,
3438
- namespace_templates: Array[::String]?
3722
+ namespace_templates: Array[::String]?,
3723
+ memory_record_schema: {
3724
+ metadata_schema: Array[
3725
+ {
3726
+ key: ::String,
3727
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3728
+ extraction_config: {
3729
+ llm_extraction_config: {
3730
+ llm_extraction_instruction: ::String?,
3731
+ definition: ::String,
3732
+ validation: {
3733
+ string_validation: {
3734
+ allowed_values: Array[::String]
3735
+ }?,
3736
+ string_list_validation: {
3737
+ allowed_values: Array[::String]?,
3738
+ max_items: ::Integer?
3739
+ }?,
3740
+ number_validation: {
3741
+ min_value: ::Float?,
3742
+ max_value: ::Float?
3743
+ }?
3744
+ }?
3745
+ }?
3746
+ }?
3747
+ },
3748
+ ]?
3749
+ }?
3439
3750
  }?
3440
3751
  }?,
3441
3752
  self_managed_configuration: {
@@ -3458,6 +3769,33 @@ module Aws
3458
3769
  },
3459
3770
  historical_context_window_size: ::Integer?
3460
3771
  }?
3772
+ }?,
3773
+ memory_record_schema: {
3774
+ metadata_schema: Array[
3775
+ {
3776
+ key: ::String,
3777
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3778
+ extraction_config: {
3779
+ llm_extraction_config: {
3780
+ llm_extraction_instruction: ::String?,
3781
+ definition: ::String,
3782
+ validation: {
3783
+ string_validation: {
3784
+ allowed_values: Array[::String]
3785
+ }?,
3786
+ string_list_validation: {
3787
+ allowed_values: Array[::String]?,
3788
+ max_items: ::Integer?
3789
+ }?,
3790
+ number_validation: {
3791
+ min_value: ::Float?,
3792
+ max_value: ::Float?
3793
+ }?
3794
+ }?
3795
+ }?
3796
+ }?
3797
+ },
3798
+ ]?
3461
3799
  }?
3462
3800
  }?,
3463
3801
  episodic_memory_strategy: {
@@ -3467,7 +3805,61 @@ module Aws
3467
3805
  namespace_templates: Array[::String]?,
3468
3806
  reflection_configuration: {
3469
3807
  namespaces: Array[::String]?,
3470
- namespace_templates: Array[::String]?
3808
+ namespace_templates: Array[::String]?,
3809
+ memory_record_schema: {
3810
+ metadata_schema: Array[
3811
+ {
3812
+ key: ::String,
3813
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3814
+ extraction_config: {
3815
+ llm_extraction_config: {
3816
+ llm_extraction_instruction: ::String?,
3817
+ definition: ::String,
3818
+ validation: {
3819
+ string_validation: {
3820
+ allowed_values: Array[::String]
3821
+ }?,
3822
+ string_list_validation: {
3823
+ allowed_values: Array[::String]?,
3824
+ max_items: ::Integer?
3825
+ }?,
3826
+ number_validation: {
3827
+ min_value: ::Float?,
3828
+ max_value: ::Float?
3829
+ }?
3830
+ }?
3831
+ }?
3832
+ }?
3833
+ },
3834
+ ]?
3835
+ }?
3836
+ }?,
3837
+ memory_record_schema: {
3838
+ metadata_schema: Array[
3839
+ {
3840
+ key: ::String,
3841
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3842
+ extraction_config: {
3843
+ llm_extraction_config: {
3844
+ llm_extraction_instruction: ::String?,
3845
+ definition: ::String,
3846
+ validation: {
3847
+ string_validation: {
3848
+ allowed_values: Array[::String]
3849
+ }?,
3850
+ string_list_validation: {
3851
+ allowed_values: Array[::String]?,
3852
+ max_items: ::Integer?
3853
+ }?,
3854
+ number_validation: {
3855
+ min_value: ::Float?,
3856
+ max_value: ::Float?
3857
+ }?
3858
+ }?
3859
+ }?
3860
+ }?
3861
+ },
3862
+ ]?
3471
3863
  }?
3472
3864
  }?
3473
3865
  },
@@ -3518,14 +3910,68 @@ module Aws
3518
3910
  reflection: {
3519
3911
  episodic_reflection_configuration: {
3520
3912
  namespaces: Array[::String]?,
3521
- namespace_templates: Array[::String]?
3913
+ namespace_templates: Array[::String]?,
3914
+ memory_record_schema: {
3915
+ metadata_schema: Array[
3916
+ {
3917
+ key: ::String,
3918
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3919
+ extraction_config: {
3920
+ llm_extraction_config: {
3921
+ llm_extraction_instruction: ::String?,
3922
+ definition: ::String,
3923
+ validation: {
3924
+ string_validation: {
3925
+ allowed_values: Array[::String]
3926
+ }?,
3927
+ string_list_validation: {
3928
+ allowed_values: Array[::String]?,
3929
+ max_items: ::Integer?
3930
+ }?,
3931
+ number_validation: {
3932
+ min_value: ::Float?,
3933
+ max_value: ::Float?
3934
+ }?
3935
+ }?
3936
+ }?
3937
+ }?
3938
+ },
3939
+ ]?
3940
+ }?
3522
3941
  }?,
3523
3942
  custom_reflection_configuration: {
3524
3943
  episodic_reflection_override: {
3525
3944
  append_to_prompt: ::String,
3526
3945
  model_id: ::String,
3527
3946
  namespaces: Array[::String]?,
3528
- namespace_templates: Array[::String]?
3947
+ namespace_templates: Array[::String]?,
3948
+ memory_record_schema: {
3949
+ metadata_schema: Array[
3950
+ {
3951
+ key: ::String,
3952
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3953
+ extraction_config: {
3954
+ llm_extraction_config: {
3955
+ llm_extraction_instruction: ::String?,
3956
+ definition: ::String,
3957
+ validation: {
3958
+ string_validation: {
3959
+ allowed_values: Array[::String]
3960
+ }?,
3961
+ string_list_validation: {
3962
+ allowed_values: Array[::String]?,
3963
+ max_items: ::Integer?
3964
+ }?,
3965
+ number_validation: {
3966
+ min_value: ::Float?,
3967
+ max_value: ::Float?
3968
+ }?
3969
+ }?
3970
+ }?
3971
+ }?
3972
+ },
3973
+ ]?
3974
+ }?
3529
3975
  }?
3530
3976
  }?
3531
3977
  }?,
@@ -3549,6 +3995,33 @@ module Aws
3549
3995
  }?,
3550
3996
  historical_context_window_size: ::Integer?
3551
3997
  }?
3998
+ }?,
3999
+ memory_record_schema: {
4000
+ metadata_schema: Array[
4001
+ {
4002
+ key: ::String,
4003
+ type: ("STRING" | "STRINGLIST" | "NUMBER")?,
4004
+ extraction_config: {
4005
+ llm_extraction_config: {
4006
+ llm_extraction_instruction: ::String?,
4007
+ definition: ::String,
4008
+ validation: {
4009
+ string_validation: {
4010
+ allowed_values: Array[::String]
4011
+ }?,
4012
+ string_list_validation: {
4013
+ allowed_values: Array[::String]?,
4014
+ max_items: ::Integer?
4015
+ }?,
4016
+ number_validation: {
4017
+ min_value: ::Float?,
4018
+ max_value: ::Float?
4019
+ }?
4020
+ }?
4021
+ }?
4022
+ }?
4023
+ },
4024
+ ]?
3552
4025
  }?
3553
4026
  },
3554
4027
  ]?,
@@ -3558,6 +4031,12 @@ module Aws
3558
4031
  },
3559
4032
  ]?
3560
4033
  },
4034
+ ?add_indexed_keys: Array[
4035
+ {
4036
+ key: ::String,
4037
+ type: ("STRING" | "STRINGLIST" | "NUMBER")
4038
+ },
4039
+ ],
3561
4040
  ?stream_delivery_resources: {
3562
4041
  resources: Array[
3563
4042
  {
@@ -3604,8 +4083,8 @@ module Aws
3604
4083
  token_endpoint_auth_methods: Array[::String]?
3605
4084
  }?
3606
4085
  },
3607
- client_id: ::String,
3608
- client_secret: ::String,
4086
+ client_id: ::String?,
4087
+ client_secret: ::String?,
3609
4088
  private_endpoint: {
3610
4089
  self_managed_lattice_resource: {
3611
4090
  resource_configuration_identifier: ::String?
@@ -3636,7 +4115,15 @@ module Aws
3636
4115
  }?
3637
4116
  }
3638
4117
  },
3639
- ]?
4118
+ ]?,
4119
+ on_behalf_of_token_exchange_config: {
4120
+ grant_type: ("TOKEN_EXCHANGE" | "JWT_AUTHORIZATION_GRANT"),
4121
+ token_exchange_grant_type_config: {
4122
+ actor_token_content: ("NONE" | "M2M" | "AWS_IAM_ID_TOKEN_JWT"),
4123
+ actor_token_scopes: Array[::String]?
4124
+ }?
4125
+ }?,
4126
+ client_authentication_method: ("CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "AWS_IAM_ID_TOKEN_JWT")?
3640
4127
  }?,
3641
4128
  google_oauth_2_provider_config: {
3642
4129
  client_id: ::String,