aws-sdk-bedrockagentcorecontrol 1.50.0 → 1.51.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.
@@ -55,7 +55,7 @@ module Aws::BedrockAgentCoreControl
55
55
  autoload :EndpointProvider, 'aws-sdk-bedrockagentcorecontrol/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentcorecontrol/endpoints'
57
57
 
58
- GEM_VERSION = '1.50.0'
58
+ GEM_VERSION = '1.51.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -155,13 +155,20 @@ module Aws
155
155
  interface _CreateApiKeyCredentialProviderResponseSuccess
156
156
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateApiKeyCredentialProviderResponse]
157
157
  def api_key_secret_arn: () -> Types::Secret
158
+ def api_key_secret_json_key: () -> ::String
159
+ def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
158
160
  def name: () -> ::String
159
161
  def credential_provider_arn: () -> ::String
160
162
  end
161
163
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#create_api_key_credential_provider-instance_method
162
164
  def create_api_key_credential_provider: (
163
165
  name: ::String,
164
- api_key: ::String,
166
+ ?api_key: ::String,
167
+ ?api_key_secret_config: {
168
+ secret_id: ::String,
169
+ json_key: ::String
170
+ },
171
+ ?api_key_secret_source: ("MANAGED" | "EXTERNAL"),
165
172
  ?tags: Hash[::String, ::String]
166
173
  ) -> _CreateApiKeyCredentialProviderResponseSuccess
167
174
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApiKeyCredentialProviderResponseSuccess
@@ -530,6 +537,8 @@ module Aws
530
537
  interface _CreateOauth2CredentialProviderResponseSuccess
531
538
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateOauth2CredentialProviderResponse]
532
539
  def client_secret_arn: () -> Types::Secret
540
+ def client_secret_json_key: () -> ::String
541
+ def client_secret_source: () -> ("MANAGED" | "EXTERNAL")
533
542
  def name: () -> ::String
534
543
  def credential_provider_arn: () -> ::String
535
544
  def callback_url: () -> ::String
@@ -1143,6 +1152,8 @@ module Aws
1143
1152
  interface _GetApiKeyCredentialProviderResponseSuccess
1144
1153
  include ::Seahorse::Client::_ResponseSuccess[Types::GetApiKeyCredentialProviderResponse]
1145
1154
  def api_key_secret_arn: () -> Types::Secret
1155
+ def api_key_secret_json_key: () -> ::String
1156
+ def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
1146
1157
  def name: () -> ::String
1147
1158
  def credential_provider_arn: () -> ::String
1148
1159
  def created_time: () -> ::Time
@@ -1399,6 +1410,8 @@ module Aws
1399
1410
  interface _GetOauth2CredentialProviderResponseSuccess
1400
1411
  include ::Seahorse::Client::_ResponseSuccess[Types::GetOauth2CredentialProviderResponse]
1401
1412
  def client_secret_arn: () -> Types::Secret
1413
+ def client_secret_json_key: () -> ::String
1414
+ def client_secret_source: () -> ("MANAGED" | "EXTERNAL")
1402
1415
  def name: () -> ::String
1403
1416
  def credential_provider_arn: () -> ::String
1404
1417
  def credential_provider_vendor: () -> ("GoogleOauth2" | "GithubOauth2" | "SlackOauth2" | "SalesforceOauth2" | "MicrosoftOauth2" | "CustomOauth2" | "AtlassianOauth2" | "LinkedinOauth2" | "XOauth2" | "OktaOauth2" | "OneLoginOauth2" | "PingOneOauth2" | "FacebookOauth2" | "YandexOauth2" | "RedditOauth2" | "ZoomOauth2" | "TwitchOauth2" | "SpotifyOauth2" | "DropboxOauth2" | "NotionOauth2" | "HubspotOauth2" | "CyberArkOauth2" | "FusionAuthOauth2" | "Auth0Oauth2" | "CognitoOauth2")
@@ -2285,6 +2298,8 @@ module Aws
2285
2298
  interface _UpdateApiKeyCredentialProviderResponseSuccess
2286
2299
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApiKeyCredentialProviderResponse]
2287
2300
  def api_key_secret_arn: () -> Types::Secret
2301
+ def api_key_secret_json_key: () -> ::String
2302
+ def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
2288
2303
  def name: () -> ::String
2289
2304
  def credential_provider_arn: () -> ::String
2290
2305
  def created_time: () -> ::Time
@@ -2293,7 +2308,12 @@ module Aws
2293
2308
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#update_api_key_credential_provider-instance_method
2294
2309
  def update_api_key_credential_provider: (
2295
2310
  name: ::String,
2296
- api_key: ::String
2311
+ ?api_key: ::String,
2312
+ ?api_key_secret_config: {
2313
+ secret_id: ::String,
2314
+ json_key: ::String
2315
+ },
2316
+ ?api_key_secret_source: ("MANAGED" | "EXTERNAL")
2297
2317
  ) -> _UpdateApiKeyCredentialProviderResponseSuccess
2298
2318
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApiKeyCredentialProviderResponseSuccess
2299
2319
 
@@ -2624,6 +2644,8 @@ module Aws
2624
2644
  interface _UpdateOauth2CredentialProviderResponseSuccess
2625
2645
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateOauth2CredentialProviderResponse]
2626
2646
  def client_secret_arn: () -> Types::Secret
2647
+ def client_secret_json_key: () -> ::String
2648
+ def client_secret_source: () -> ("MANAGED" | "EXTERNAL")
2627
2649
  def name: () -> ::String
2628
2650
  def credential_provider_vendor: () -> ("GoogleOauth2" | "GithubOauth2" | "SlackOauth2" | "SalesforceOauth2" | "MicrosoftOauth2" | "CustomOauth2" | "AtlassianOauth2" | "LinkedinOauth2" | "XOauth2" | "OktaOauth2" | "OneLoginOauth2" | "PingOneOauth2" | "FacebookOauth2" | "YandexOauth2" | "RedditOauth2" | "ZoomOauth2" | "TwitchOauth2" | "SpotifyOauth2" | "DropboxOauth2" | "NotionOauth2" | "HubspotOauth2" | "CyberArkOauth2" | "FusionAuthOauth2" | "Auth0Oauth2" | "CognitoOauth2")
2629
2651
  def credential_provider_arn: () -> ::String
data/sig/params.rbs CHANGED
@@ -747,10 +747,11 @@ module Aws
747
747
  oauth_discovery: Params::oauth_2_discovery,
748
748
  client_id: ::String?,
749
749
  client_secret: ::String?,
750
- private_endpoint: Params::private_endpoint?,
751
- private_endpoint_overrides: Array[
752
- Params::private_endpoint_override
753
- ]?,
750
+ client_secret_config: {
751
+ secret_id: ::String,
752
+ json_key: ::String
753
+ }?,
754
+ client_secret_source: ("MANAGED" | "EXTERNAL")?,
754
755
  on_behalf_of_token_exchange_config: {
755
756
  grant_type: ("TOKEN_EXCHANGE" | "JWT_AUTHORIZATION_GRANT"),
756
757
  token_exchange_grant_type_config: {
@@ -758,47 +759,107 @@ module Aws
758
759
  actor_token_scopes: Array[::String]?
759
760
  }?
760
761
  }?,
761
- client_authentication_method: ("CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "AWS_IAM_ID_TOKEN_JWT")?
762
+ client_authentication_method: ("CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "AWS_IAM_ID_TOKEN_JWT")?,
763
+ private_endpoint: Params::private_endpoint?,
764
+ private_endpoint_overrides: Array[
765
+ Params::private_endpoint_override
766
+ ]?
767
+ }
768
+
769
+ type google_oauth_2_provider_config_input = {
770
+ client_id: ::String,
771
+ client_secret: ::String?,
772
+ client_secret_config: {
773
+ secret_id: ::String,
774
+ json_key: ::String
775
+ }?,
776
+ client_secret_source: ("MANAGED" | "EXTERNAL")?
777
+ }
778
+
779
+ type github_oauth_2_provider_config_input = {
780
+ client_id: ::String,
781
+ client_secret: ::String?,
782
+ client_secret_config: {
783
+ secret_id: ::String,
784
+ json_key: ::String
785
+ }?,
786
+ client_secret_source: ("MANAGED" | "EXTERNAL")?
787
+ }
788
+
789
+ type slack_oauth_2_provider_config_input = {
790
+ client_id: ::String,
791
+ client_secret: ::String?,
792
+ client_secret_config: {
793
+ secret_id: ::String,
794
+ json_key: ::String
795
+ }?,
796
+ client_secret_source: ("MANAGED" | "EXTERNAL")?
797
+ }
798
+
799
+ type salesforce_oauth_2_provider_config_input = {
800
+ client_id: ::String,
801
+ client_secret: ::String?,
802
+ client_secret_config: {
803
+ secret_id: ::String,
804
+ json_key: ::String
805
+ }?,
806
+ client_secret_source: ("MANAGED" | "EXTERNAL")?
807
+ }
808
+
809
+ type microsoft_oauth_2_provider_config_input = {
810
+ client_id: ::String,
811
+ client_secret: ::String?,
812
+ client_secret_config: {
813
+ secret_id: ::String,
814
+ json_key: ::String
815
+ }?,
816
+ client_secret_source: ("MANAGED" | "EXTERNAL")?,
817
+ tenant_id: ::String?
818
+ }
819
+
820
+ type atlassian_oauth_2_provider_config_input = {
821
+ client_id: ::String,
822
+ client_secret: ::String?,
823
+ client_secret_config: {
824
+ secret_id: ::String,
825
+ json_key: ::String
826
+ }?,
827
+ client_secret_source: ("MANAGED" | "EXTERNAL")?
828
+ }
829
+
830
+ type linkedin_oauth_2_provider_config_input = {
831
+ client_id: ::String,
832
+ client_secret: ::String?,
833
+ client_secret_config: {
834
+ secret_id: ::String,
835
+ json_key: ::String
836
+ }?,
837
+ client_secret_source: ("MANAGED" | "EXTERNAL")?
838
+ }
839
+
840
+ type included_oauth_2_provider_config_input = {
841
+ client_id: ::String,
842
+ client_secret: ::String?,
843
+ client_secret_config: {
844
+ secret_id: ::String,
845
+ json_key: ::String
846
+ }?,
847
+ client_secret_source: ("MANAGED" | "EXTERNAL")?,
848
+ issuer: ::String?,
849
+ authorization_endpoint: ::String?,
850
+ token_endpoint: ::String?
762
851
  }
763
852
 
764
853
  type oauth_2_provider_config_input = {
765
854
  custom_oauth_2_provider_config: Params::custom_oauth_2_provider_config_input?,
766
- google_oauth_2_provider_config: {
767
- client_id: ::String,
768
- client_secret: ::String
769
- }?,
770
- github_oauth_2_provider_config: {
771
- client_id: ::String,
772
- client_secret: ::String
773
- }?,
774
- slack_oauth_2_provider_config: {
775
- client_id: ::String,
776
- client_secret: ::String
777
- }?,
778
- salesforce_oauth_2_provider_config: {
779
- client_id: ::String,
780
- client_secret: ::String
781
- }?,
782
- microsoft_oauth_2_provider_config: {
783
- client_id: ::String,
784
- client_secret: ::String,
785
- tenant_id: ::String?
786
- }?,
787
- atlassian_oauth_2_provider_config: {
788
- client_id: ::String,
789
- client_secret: ::String
790
- }?,
791
- linkedin_oauth_2_provider_config: {
792
- client_id: ::String,
793
- client_secret: ::String
794
- }?,
795
- included_oauth_2_provider_config: {
796
- client_id: ::String,
797
- client_secret: ::String,
798
- issuer: ::String?,
799
- authorization_endpoint: ::String?,
800
- token_endpoint: ::String?
801
- }?
855
+ google_oauth_2_provider_config: Params::google_oauth_2_provider_config_input?,
856
+ github_oauth_2_provider_config: Params::github_oauth_2_provider_config_input?,
857
+ slack_oauth_2_provider_config: Params::slack_oauth_2_provider_config_input?,
858
+ salesforce_oauth_2_provider_config: Params::salesforce_oauth_2_provider_config_input?,
859
+ microsoft_oauth_2_provider_config: Params::microsoft_oauth_2_provider_config_input?,
860
+ atlassian_oauth_2_provider_config: Params::atlassian_oauth_2_provider_config_input?,
861
+ linkedin_oauth_2_provider_config: Params::linkedin_oauth_2_provider_config_input?,
862
+ included_oauth_2_provider_config: Params::included_oauth_2_provider_config_input?
802
863
  }
803
864
 
804
865
  type rule = {
@@ -832,20 +893,44 @@ module Aws
832
893
  }?
833
894
  }
834
895
 
835
- type payment_provider_configuration_input = {
836
- coinbase_cdp_configuration: {
837
- api_key_id: ::String,
838
- api_key_secret: ::String,
839
- wallet_secret: ::String
840
- }?,
841
- stripe_privy_configuration: {
842
- app_id: ::String,
843
- app_secret: ::String,
844
- authorization_private_key: ::String,
845
- authorization_id: ::String
896
+ type coinbase_cdp_configuration_input = {
897
+ api_key_id: ::String,
898
+ api_key_secret: ::String?,
899
+ api_key_secret_source: ("MANAGED" | "EXTERNAL")?,
900
+ api_key_secret_config: {
901
+ secret_id: ::String,
902
+ json_key: ::String
903
+ }?,
904
+ wallet_secret: ::String?,
905
+ wallet_secret_source: ("MANAGED" | "EXTERNAL")?,
906
+ wallet_secret_config: {
907
+ secret_id: ::String,
908
+ json_key: ::String
846
909
  }?
847
910
  }
848
911
 
912
+ type stripe_privy_configuration_input = {
913
+ app_id: ::String,
914
+ app_secret: ::String?,
915
+ app_secret_source: ("MANAGED" | "EXTERNAL")?,
916
+ app_secret_config: {
917
+ secret_id: ::String,
918
+ json_key: ::String
919
+ }?,
920
+ authorization_private_key: ::String?,
921
+ authorization_private_key_source: ("MANAGED" | "EXTERNAL")?,
922
+ authorization_private_key_config: {
923
+ secret_id: ::String,
924
+ json_key: ::String
925
+ }?,
926
+ authorization_id: ::String
927
+ }
928
+
929
+ type payment_provider_configuration_input = {
930
+ coinbase_cdp_configuration: Params::coinbase_cdp_configuration_input?,
931
+ stripe_privy_configuration: Params::stripe_privy_configuration_input?
932
+ }
933
+
849
934
  type policy_definition = {
850
935
  cedar: {
851
936
  statement: ::String
data/sig/types.rbs CHANGED
@@ -165,6 +165,8 @@ module Aws::BedrockAgentCoreControl
165
165
  class AtlassianOauth2ProviderConfigInput
166
166
  attr_accessor client_id: ::String
167
167
  attr_accessor client_secret: ::String
168
+ attr_accessor client_secret_config: Types::SecretReference
169
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
168
170
  SENSITIVE: [:client_secret]
169
171
  end
170
172
 
@@ -357,14 +359,22 @@ module Aws::BedrockAgentCoreControl
357
359
  class CoinbaseCdpConfigurationInput
358
360
  attr_accessor api_key_id: ::String
359
361
  attr_accessor api_key_secret: ::String
362
+ attr_accessor api_key_secret_source: ("MANAGED" | "EXTERNAL")
363
+ attr_accessor api_key_secret_config: Types::SecretReference
360
364
  attr_accessor wallet_secret: ::String
365
+ attr_accessor wallet_secret_source: ("MANAGED" | "EXTERNAL")
366
+ attr_accessor wallet_secret_config: Types::SecretReference
361
367
  SENSITIVE: [:api_key_secret, :wallet_secret]
362
368
  end
363
369
 
364
370
  class CoinbaseCdpConfigurationOutput
365
371
  attr_accessor api_key_id: ::String
366
372
  attr_accessor api_key_secret_arn: Types::Secret
373
+ attr_accessor api_key_secret_json_key: ::String
374
+ attr_accessor api_key_secret_source: ("MANAGED" | "EXTERNAL")
367
375
  attr_accessor wallet_secret_arn: Types::Secret
376
+ attr_accessor wallet_secret_json_key: ::String
377
+ attr_accessor wallet_secret_source: ("MANAGED" | "EXTERNAL")
368
378
  SENSITIVE: []
369
379
  end
370
380
 
@@ -519,12 +529,16 @@ module Aws::BedrockAgentCoreControl
519
529
  class CreateApiKeyCredentialProviderRequest
520
530
  attr_accessor name: ::String
521
531
  attr_accessor api_key: ::String
532
+ attr_accessor api_key_secret_config: Types::SecretReference
533
+ attr_accessor api_key_secret_source: ("MANAGED" | "EXTERNAL")
522
534
  attr_accessor tags: ::Hash[::String, ::String]
523
535
  SENSITIVE: [:api_key]
524
536
  end
525
537
 
526
538
  class CreateApiKeyCredentialProviderResponse
527
539
  attr_accessor api_key_secret_arn: Types::Secret
540
+ attr_accessor api_key_secret_json_key: ::String
541
+ attr_accessor api_key_secret_source: ("MANAGED" | "EXTERNAL")
528
542
  attr_accessor name: ::String
529
543
  attr_accessor credential_provider_arn: ::String
530
544
  SENSITIVE: []
@@ -811,6 +825,8 @@ module Aws::BedrockAgentCoreControl
811
825
 
812
826
  class CreateOauth2CredentialProviderResponse
813
827
  attr_accessor client_secret_arn: Types::Secret
828
+ attr_accessor client_secret_json_key: ::String
829
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
814
830
  attr_accessor name: ::String
815
831
  attr_accessor credential_provider_arn: ::String
816
832
  attr_accessor callback_url: ::String
@@ -1170,10 +1186,12 @@ module Aws::BedrockAgentCoreControl
1170
1186
  attr_accessor oauth_discovery: Types::Oauth2Discovery
1171
1187
  attr_accessor client_id: ::String
1172
1188
  attr_accessor client_secret: ::String
1173
- attr_accessor private_endpoint: Types::PrivateEndpoint
1174
- attr_accessor private_endpoint_overrides: ::Array[Types::PrivateEndpointOverride]
1189
+ attr_accessor client_secret_config: Types::SecretReference
1190
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
1175
1191
  attr_accessor on_behalf_of_token_exchange_config: Types::OnBehalfOfTokenExchangeConfigType
1176
1192
  attr_accessor client_authentication_method: ("CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "AWS_IAM_ID_TOKEN_JWT")
1193
+ attr_accessor private_endpoint: Types::PrivateEndpoint
1194
+ attr_accessor private_endpoint_overrides: ::Array[Types::PrivateEndpointOverride]
1177
1195
  SENSITIVE: [:client_secret]
1178
1196
  end
1179
1197
 
@@ -1927,6 +1945,8 @@ module Aws::BedrockAgentCoreControl
1927
1945
 
1928
1946
  class GetApiKeyCredentialProviderResponse
1929
1947
  attr_accessor api_key_secret_arn: Types::Secret
1948
+ attr_accessor api_key_secret_json_key: ::String
1949
+ attr_accessor api_key_secret_source: ("MANAGED" | "EXTERNAL")
1930
1950
  attr_accessor name: ::String
1931
1951
  attr_accessor credential_provider_arn: ::String
1932
1952
  attr_accessor created_time: ::Time
@@ -2183,6 +2203,8 @@ module Aws::BedrockAgentCoreControl
2183
2203
 
2184
2204
  class GetOauth2CredentialProviderResponse
2185
2205
  attr_accessor client_secret_arn: Types::Secret
2206
+ attr_accessor client_secret_json_key: ::String
2207
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
2186
2208
  attr_accessor name: ::String
2187
2209
  attr_accessor credential_provider_arn: ::String
2188
2210
  attr_accessor credential_provider_vendor: ("GoogleOauth2" | "GithubOauth2" | "SlackOauth2" | "SalesforceOauth2" | "MicrosoftOauth2" | "CustomOauth2" | "AtlassianOauth2" | "LinkedinOauth2" | "XOauth2" | "OktaOauth2" | "OneLoginOauth2" | "PingOneOauth2" | "FacebookOauth2" | "YandexOauth2" | "RedditOauth2" | "ZoomOauth2" | "TwitchOauth2" | "SpotifyOauth2" | "DropboxOauth2" | "NotionOauth2" | "HubspotOauth2" | "CyberArkOauth2" | "FusionAuthOauth2" | "Auth0Oauth2" | "CognitoOauth2")
@@ -2466,6 +2488,8 @@ module Aws::BedrockAgentCoreControl
2466
2488
  class GithubOauth2ProviderConfigInput
2467
2489
  attr_accessor client_id: ::String
2468
2490
  attr_accessor client_secret: ::String
2491
+ attr_accessor client_secret_config: Types::SecretReference
2492
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
2469
2493
  SENSITIVE: [:client_secret]
2470
2494
  end
2471
2495
 
@@ -2478,6 +2502,8 @@ module Aws::BedrockAgentCoreControl
2478
2502
  class GoogleOauth2ProviderConfigInput
2479
2503
  attr_accessor client_id: ::String
2480
2504
  attr_accessor client_secret: ::String
2505
+ attr_accessor client_secret_config: Types::SecretReference
2506
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
2481
2507
  SENSITIVE: [:client_secret]
2482
2508
  end
2483
2509
 
@@ -2840,6 +2866,8 @@ module Aws::BedrockAgentCoreControl
2840
2866
  class IncludedOauth2ProviderConfigInput
2841
2867
  attr_accessor client_id: ::String
2842
2868
  attr_accessor client_secret: ::String
2869
+ attr_accessor client_secret_config: Types::SecretReference
2870
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
2843
2871
  attr_accessor issuer: ::String
2844
2872
  attr_accessor authorization_endpoint: ::String
2845
2873
  attr_accessor token_endpoint: ::String
@@ -2936,6 +2964,8 @@ module Aws::BedrockAgentCoreControl
2936
2964
  class LinkedinOauth2ProviderConfigInput
2937
2965
  attr_accessor client_id: ::String
2938
2966
  attr_accessor client_secret: ::String
2967
+ attr_accessor client_secret_config: Types::SecretReference
2968
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
2939
2969
  SENSITIVE: [:client_secret]
2940
2970
  end
2941
2971
 
@@ -3596,6 +3626,8 @@ module Aws::BedrockAgentCoreControl
3596
3626
  class MicrosoftOauth2ProviderConfigInput
3597
3627
  attr_accessor client_id: ::String
3598
3628
  attr_accessor client_secret: ::String
3629
+ attr_accessor client_secret_config: Types::SecretReference
3630
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
3599
3631
  attr_accessor tenant_id: ::String
3600
3632
  SENSITIVE: [:client_secret]
3601
3633
  end
@@ -4242,6 +4274,8 @@ module Aws::BedrockAgentCoreControl
4242
4274
  class SalesforceOauth2ProviderConfigInput
4243
4275
  attr_accessor client_id: ::String
4244
4276
  attr_accessor client_secret: ::String
4277
+ attr_accessor client_secret_config: Types::SecretReference
4278
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
4245
4279
  SENSITIVE: [:client_secret]
4246
4280
  end
4247
4281
 
@@ -4270,6 +4304,12 @@ module Aws::BedrockAgentCoreControl
4270
4304
  SENSITIVE: []
4271
4305
  end
4272
4306
 
4307
+ class SecretReference
4308
+ attr_accessor secret_id: ::String
4309
+ attr_accessor json_key: ::String
4310
+ SENSITIVE: []
4311
+ end
4312
+
4273
4313
  class SecretsManagerLocation
4274
4314
  attr_accessor secret_arn: ::String
4275
4315
  SENSITIVE: []
@@ -4397,6 +4437,8 @@ module Aws::BedrockAgentCoreControl
4397
4437
  class SlackOauth2ProviderConfigInput
4398
4438
  attr_accessor client_id: ::String
4399
4439
  attr_accessor client_secret: ::String
4440
+ attr_accessor client_secret_config: Types::SecretReference
4441
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
4400
4442
  SENSITIVE: [:client_secret]
4401
4443
  end
4402
4444
 
@@ -4484,7 +4526,11 @@ module Aws::BedrockAgentCoreControl
4484
4526
  class StripePrivyConfigurationInput
4485
4527
  attr_accessor app_id: ::String
4486
4528
  attr_accessor app_secret: ::String
4529
+ attr_accessor app_secret_source: ("MANAGED" | "EXTERNAL")
4530
+ attr_accessor app_secret_config: Types::SecretReference
4487
4531
  attr_accessor authorization_private_key: ::String
4532
+ attr_accessor authorization_private_key_source: ("MANAGED" | "EXTERNAL")
4533
+ attr_accessor authorization_private_key_config: Types::SecretReference
4488
4534
  attr_accessor authorization_id: ::String
4489
4535
  SENSITIVE: [:app_secret, :authorization_private_key]
4490
4536
  end
@@ -4492,7 +4538,11 @@ module Aws::BedrockAgentCoreControl
4492
4538
  class StripePrivyConfigurationOutput
4493
4539
  attr_accessor app_id: ::String
4494
4540
  attr_accessor app_secret_arn: Types::Secret
4541
+ attr_accessor app_secret_json_key: ::String
4542
+ attr_accessor app_secret_source: ("MANAGED" | "EXTERNAL")
4495
4543
  attr_accessor authorization_private_key_arn: Types::Secret
4544
+ attr_accessor authorization_private_key_json_key: ::String
4545
+ attr_accessor authorization_private_key_source: ("MANAGED" | "EXTERNAL")
4496
4546
  attr_accessor authorization_id: ::String
4497
4547
  SENSITIVE: []
4498
4548
  end
@@ -4777,11 +4827,15 @@ module Aws::BedrockAgentCoreControl
4777
4827
  class UpdateApiKeyCredentialProviderRequest
4778
4828
  attr_accessor name: ::String
4779
4829
  attr_accessor api_key: ::String
4830
+ attr_accessor api_key_secret_config: Types::SecretReference
4831
+ attr_accessor api_key_secret_source: ("MANAGED" | "EXTERNAL")
4780
4832
  SENSITIVE: [:api_key]
4781
4833
  end
4782
4834
 
4783
4835
  class UpdateApiKeyCredentialProviderResponse
4784
4836
  attr_accessor api_key_secret_arn: Types::Secret
4837
+ attr_accessor api_key_secret_json_key: ::String
4838
+ attr_accessor api_key_secret_source: ("MANAGED" | "EXTERNAL")
4785
4839
  attr_accessor name: ::String
4786
4840
  attr_accessor credential_provider_arn: ::String
4787
4841
  attr_accessor created_time: ::Time
@@ -5005,6 +5059,8 @@ module Aws::BedrockAgentCoreControl
5005
5059
 
5006
5060
  class UpdateOauth2CredentialProviderResponse
5007
5061
  attr_accessor client_secret_arn: Types::Secret
5062
+ attr_accessor client_secret_json_key: ::String
5063
+ attr_accessor client_secret_source: ("MANAGED" | "EXTERNAL")
5008
5064
  attr_accessor name: ::String
5009
5065
  attr_accessor credential_provider_vendor: ("GoogleOauth2" | "GithubOauth2" | "SlackOauth2" | "SalesforceOauth2" | "MicrosoftOauth2" | "CustomOauth2" | "AtlassianOauth2" | "LinkedinOauth2" | "XOauth2" | "OktaOauth2" | "OneLoginOauth2" | "PingOneOauth2" | "FacebookOauth2" | "YandexOauth2" | "RedditOauth2" | "ZoomOauth2" | "TwitchOauth2" | "SpotifyOauth2" | "DropboxOauth2" | "NotionOauth2" | "HubspotOauth2" | "CyberArkOauth2" | "FusionAuthOauth2" | "Auth0Oauth2" | "CognitoOauth2")
5010
5066
  attr_accessor credential_provider_arn: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentcorecontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services