aws-sdk-bedrockagentcorecontrol 1.49.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +366 -49
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +124 -24
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +556 -27
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +26 -8
- data/sig/params.rbs +190 -66
- data/sig/types.rbs +101 -2
- metadata +1 -1
|
@@ -67,7 +67,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
67
67
|
ApiKeyCredentialProviderArnType = Shapes::StringShape.new(name: 'ApiKeyCredentialProviderArnType')
|
|
68
68
|
ApiKeyCredentialProviderItem = Shapes::StructureShape.new(name: 'ApiKeyCredentialProviderItem')
|
|
69
69
|
ApiKeyCredentialProviders = Shapes::ListShape.new(name: 'ApiKeyCredentialProviders')
|
|
70
|
-
ApiKeyType = Shapes::StringShape.new(name: 'ApiKeyType')
|
|
71
70
|
ApiSchemaConfiguration = Shapes::UnionShape.new(name: 'ApiSchemaConfiguration')
|
|
72
71
|
ApprovalConfiguration = Shapes::StructureShape.new(name: 'ApprovalConfiguration')
|
|
73
72
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
@@ -113,7 +112,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
113
112
|
ClaimMatchValueType = Shapes::UnionShape.new(name: 'ClaimMatchValueType')
|
|
114
113
|
ClientAuthenticationMethodType = Shapes::StringShape.new(name: 'ClientAuthenticationMethodType')
|
|
115
114
|
ClientIdType = Shapes::StringShape.new(name: 'ClientIdType')
|
|
116
|
-
ClientSecretType = Shapes::StringShape.new(name: 'ClientSecretType')
|
|
117
115
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
118
116
|
CloudWatchLogsInputConfig = Shapes::StructureShape.new(name: 'CloudWatchLogsInputConfig')
|
|
119
117
|
CloudWatchLogsInputConfigLogGroupNamesList = Shapes::ListShape.new(name: 'CloudWatchLogsInputConfigLogGroupNamesList')
|
|
@@ -131,10 +129,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
131
129
|
CodeInterpreterSummaries = Shapes::ListShape.new(name: 'CodeInterpreterSummaries')
|
|
132
130
|
CodeInterpreterSummary = Shapes::StructureShape.new(name: 'CodeInterpreterSummary')
|
|
133
131
|
CoinbaseCdpApiKeyIdType = Shapes::StringShape.new(name: 'CoinbaseCdpApiKeyIdType')
|
|
134
|
-
CoinbaseCdpApiKeySecretType = Shapes::StringShape.new(name: 'CoinbaseCdpApiKeySecretType')
|
|
135
132
|
CoinbaseCdpConfigurationInput = Shapes::StructureShape.new(name: 'CoinbaseCdpConfigurationInput')
|
|
136
133
|
CoinbaseCdpConfigurationOutput = Shapes::StructureShape.new(name: 'CoinbaseCdpConfigurationOutput')
|
|
137
|
-
CoinbaseCdpWalletSecretType = Shapes::StringShape.new(name: 'CoinbaseCdpWalletSecretType')
|
|
138
134
|
ComponentConfiguration = Shapes::StructureShape.new(name: 'ComponentConfiguration')
|
|
139
135
|
ComponentConfigurationMap = Shapes::MapShape.new(name: 'ComponentConfigurationMap')
|
|
140
136
|
ComponentIdentifier = Shapes::StringShape.new(name: 'ComponentIdentifier')
|
|
@@ -258,8 +254,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
258
254
|
DatasetVersionSummaryList = Shapes::ListShape.new(name: 'DatasetVersionSummaryList')
|
|
259
255
|
DateTimestamp = Shapes::TimestampShape.new(name: 'DateTimestamp', timestampFormat: "iso8601")
|
|
260
256
|
DecryptionFailure = Shapes::StructureShape.new(name: 'DecryptionFailure')
|
|
257
|
+
DefaultApiKeyType = Shapes::StringShape.new(name: 'DefaultApiKeyType')
|
|
261
258
|
DefaultClientIdType = Shapes::StringShape.new(name: 'DefaultClientIdType')
|
|
262
259
|
DefaultClientSecretType = Shapes::StringShape.new(name: 'DefaultClientSecretType')
|
|
260
|
+
DefaultCoinbaseCdpApiKeySecretType = Shapes::StringShape.new(name: 'DefaultCoinbaseCdpApiKeySecretType')
|
|
261
|
+
DefaultCoinbaseCdpWalletSecretType = Shapes::StringShape.new(name: 'DefaultCoinbaseCdpWalletSecretType')
|
|
262
|
+
DefaultStripePrivyAppSecretType = Shapes::StringShape.new(name: 'DefaultStripePrivyAppSecretType')
|
|
263
|
+
DefaultStripePrivyAuthorizationPrivateKeyType = Shapes::StringShape.new(name: 'DefaultStripePrivyAuthorizationPrivateKeyType')
|
|
263
264
|
Definition = Shapes::StringShape.new(name: 'Definition')
|
|
264
265
|
DeleteAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeEndpointRequest')
|
|
265
266
|
DeleteAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeEndpointResponse')
|
|
@@ -488,7 +489,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
488
489
|
HarnessAllowedTool = Shapes::StringShape.new(name: 'HarnessAllowedTool')
|
|
489
490
|
HarnessAllowedTools = Shapes::ListShape.new(name: 'HarnessAllowedTools')
|
|
490
491
|
HarnessArn = Shapes::StringShape.new(name: 'HarnessArn')
|
|
492
|
+
HarnessBedrockApiFormat = Shapes::StringShape.new(name: 'HarnessBedrockApiFormat')
|
|
491
493
|
HarnessBedrockModelConfig = Shapes::StructureShape.new(name: 'HarnessBedrockModelConfig')
|
|
494
|
+
HarnessBrowserArn = Shapes::StringShape.new(name: 'HarnessBrowserArn')
|
|
495
|
+
HarnessCodeInterpreterArn = Shapes::StringShape.new(name: 'HarnessCodeInterpreterArn')
|
|
492
496
|
HarnessEnvironmentArtifact = Shapes::UnionShape.new(name: 'HarnessEnvironmentArtifact')
|
|
493
497
|
HarnessEnvironmentProvider = Shapes::UnionShape.new(name: 'HarnessEnvironmentProvider')
|
|
494
498
|
HarnessEnvironmentProviderRequest = Shapes::UnionShape.new(name: 'HarnessEnvironmentProviderRequest')
|
|
@@ -497,14 +501,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
497
501
|
HarnessId = Shapes::StringShape.new(name: 'HarnessId')
|
|
498
502
|
HarnessInlineFunctionConfig = Shapes::StructureShape.new(name: 'HarnessInlineFunctionConfig')
|
|
499
503
|
HarnessInlineFunctionDescription = Shapes::StringShape.new(name: 'HarnessInlineFunctionDescription')
|
|
504
|
+
HarnessLiteLlmApiBase = Shapes::StringShape.new(name: 'HarnessLiteLlmApiBase')
|
|
505
|
+
HarnessLiteLlmModelConfig = Shapes::StructureShape.new(name: 'HarnessLiteLlmModelConfig')
|
|
500
506
|
HarnessMemoryConfiguration = Shapes::UnionShape.new(name: 'HarnessMemoryConfiguration')
|
|
501
507
|
HarnessModelConfiguration = Shapes::UnionShape.new(name: 'HarnessModelConfiguration')
|
|
502
508
|
HarnessName = Shapes::StringShape.new(name: 'HarnessName')
|
|
509
|
+
HarnessOpenAiApiFormat = Shapes::StringShape.new(name: 'HarnessOpenAiApiFormat')
|
|
503
510
|
HarnessOpenAiModelConfig = Shapes::StructureShape.new(name: 'HarnessOpenAiModelConfig')
|
|
504
511
|
HarnessRemoteMcpConfig = Shapes::StructureShape.new(name: 'HarnessRemoteMcpConfig')
|
|
505
512
|
HarnessRemoteMcpUrl = Shapes::StringShape.new(name: 'HarnessRemoteMcpUrl')
|
|
506
513
|
HarnessSkill = Shapes::UnionShape.new(name: 'HarnessSkill')
|
|
514
|
+
HarnessSkillGitAuth = Shapes::StructureShape.new(name: 'HarnessSkillGitAuth')
|
|
515
|
+
HarnessSkillGitSource = Shapes::StructureShape.new(name: 'HarnessSkillGitSource')
|
|
516
|
+
HarnessSkillGitUrl = Shapes::StringShape.new(name: 'HarnessSkillGitUrl')
|
|
507
517
|
HarnessSkillPath = Shapes::StringShape.new(name: 'HarnessSkillPath')
|
|
518
|
+
HarnessSkillS3Source = Shapes::StructureShape.new(name: 'HarnessSkillS3Source')
|
|
519
|
+
HarnessSkillS3Uri = Shapes::StringShape.new(name: 'HarnessSkillS3Uri')
|
|
508
520
|
HarnessSkills = Shapes::ListShape.new(name: 'HarnessSkills')
|
|
509
521
|
HarnessSlidingWindowConfiguration = Shapes::StructureShape.new(name: 'HarnessSlidingWindowConfiguration')
|
|
510
522
|
HarnessStatus = Shapes::StringShape.new(name: 'HarnessStatus')
|
|
@@ -904,6 +916,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
904
916
|
SearchType = Shapes::StringShape.new(name: 'SearchType')
|
|
905
917
|
Secret = Shapes::StructureShape.new(name: 'Secret')
|
|
906
918
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
|
919
|
+
SecretIdType = Shapes::StringShape.new(name: 'SecretIdType')
|
|
920
|
+
SecretJsonKeyType = Shapes::StringShape.new(name: 'SecretJsonKeyType')
|
|
921
|
+
SecretReference = Shapes::StructureShape.new(name: 'SecretReference')
|
|
922
|
+
SecretSourceType = Shapes::StringShape.new(name: 'SecretSourceType')
|
|
907
923
|
SecretsManagerLocation = Shapes::StructureShape.new(name: 'SecretsManagerLocation')
|
|
908
924
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
|
909
925
|
SecurityGroupIdentifier = Shapes::StringShape.new(name: 'SecurityGroupIdentifier')
|
|
@@ -956,9 +972,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
956
972
|
StringListValidationMaxItemsInteger = Shapes::IntegerShape.new(name: 'StringListValidationMaxItemsInteger')
|
|
957
973
|
StringValidation = Shapes::StructureShape.new(name: 'StringValidation')
|
|
958
974
|
StripePrivyAppIdType = Shapes::StringShape.new(name: 'StripePrivyAppIdType')
|
|
959
|
-
StripePrivyAppSecretType = Shapes::StringShape.new(name: 'StripePrivyAppSecretType')
|
|
960
975
|
StripePrivyAuthorizationIdType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationIdType')
|
|
961
|
-
StripePrivyAuthorizationPrivateKeyType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationPrivateKeyType')
|
|
962
976
|
StripePrivyConfigurationInput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationInput')
|
|
963
977
|
StripePrivyConfigurationOutput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationOutput')
|
|
964
978
|
SubmitRegistryRecordForApprovalRequest = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalRequest')
|
|
@@ -1271,7 +1285,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
1271
1285
|
ApprovalConfiguration.struct_class = Types::ApprovalConfiguration
|
|
1272
1286
|
|
|
1273
1287
|
AtlassianOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
1274
|
-
AtlassianOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
1288
|
+
AtlassianOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
1289
|
+
AtlassianOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
1290
|
+
AtlassianOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
1275
1291
|
AtlassianOauth2ProviderConfigInput.struct_class = Types::AtlassianOauth2ProviderConfigInput
|
|
1276
1292
|
|
|
1277
1293
|
AtlassianOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -1414,13 +1430,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
1414
1430
|
CodeInterpreterSummary.struct_class = Types::CodeInterpreterSummary
|
|
1415
1431
|
|
|
1416
1432
|
CoinbaseCdpConfigurationInput.add_member(:api_key_id, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeyIdType, required: true, location_name: "apiKeyId"))
|
|
1417
|
-
CoinbaseCdpConfigurationInput.add_member(:api_key_secret, Shapes::ShapeRef.new(shape:
|
|
1418
|
-
CoinbaseCdpConfigurationInput.add_member(:
|
|
1433
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_secret, Shapes::ShapeRef.new(shape: DefaultCoinbaseCdpApiKeySecretType, location_name: "apiKeySecret"))
|
|
1434
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
1435
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "apiKeySecretConfig"))
|
|
1436
|
+
CoinbaseCdpConfigurationInput.add_member(:wallet_secret, Shapes::ShapeRef.new(shape: DefaultCoinbaseCdpWalletSecretType, location_name: "walletSecret"))
|
|
1437
|
+
CoinbaseCdpConfigurationInput.add_member(:wallet_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "walletSecretSource"))
|
|
1438
|
+
CoinbaseCdpConfigurationInput.add_member(:wallet_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "walletSecretConfig"))
|
|
1419
1439
|
CoinbaseCdpConfigurationInput.struct_class = Types::CoinbaseCdpConfigurationInput
|
|
1420
1440
|
|
|
1421
1441
|
CoinbaseCdpConfigurationOutput.add_member(:api_key_id, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeyIdType, required: true, location_name: "apiKeyId"))
|
|
1422
1442
|
CoinbaseCdpConfigurationOutput.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
1443
|
+
CoinbaseCdpConfigurationOutput.add_member(:api_key_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "apiKeySecretJsonKey"))
|
|
1444
|
+
CoinbaseCdpConfigurationOutput.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
1423
1445
|
CoinbaseCdpConfigurationOutput.add_member(:wallet_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "walletSecretArn"))
|
|
1446
|
+
CoinbaseCdpConfigurationOutput.add_member(:wallet_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "walletSecretJsonKey"))
|
|
1447
|
+
CoinbaseCdpConfigurationOutput.add_member(:wallet_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "walletSecretSource"))
|
|
1424
1448
|
CoinbaseCdpConfigurationOutput.struct_class = Types::CoinbaseCdpConfigurationOutput
|
|
1425
1449
|
|
|
1426
1450
|
ComponentConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "configuration"))
|
|
@@ -1458,6 +1482,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1458
1482
|
ConfigurationBundleSummary.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
1459
1483
|
ConfigurationBundleSummary.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, required: true, location_name: "bundleName"))
|
|
1460
1484
|
ConfigurationBundleSummary.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
1485
|
+
ConfigurationBundleSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
1461
1486
|
ConfigurationBundleSummary.struct_class = Types::ConfigurationBundleSummary
|
|
1462
1487
|
|
|
1463
1488
|
ConfigurationBundleSummaryList.member = Shapes::ShapeRef.new(shape: ConfigurationBundleSummary)
|
|
@@ -1536,11 +1561,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
1536
1561
|
CreateAgentRuntimeResponse.struct_class = Types::CreateAgentRuntimeResponse
|
|
1537
1562
|
|
|
1538
1563
|
CreateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1539
|
-
CreateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape:
|
|
1564
|
+
CreateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape: DefaultApiKeyType, location_name: "apiKey"))
|
|
1565
|
+
CreateApiKeyCredentialProviderRequest.add_member(:api_key_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "apiKeySecretConfig"))
|
|
1566
|
+
CreateApiKeyCredentialProviderRequest.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
1540
1567
|
CreateApiKeyCredentialProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1541
1568
|
CreateApiKeyCredentialProviderRequest.struct_class = Types::CreateApiKeyCredentialProviderRequest
|
|
1542
1569
|
|
|
1543
1570
|
CreateApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
1571
|
+
CreateApiKeyCredentialProviderResponse.add_member(:api_key_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "apiKeySecretJsonKey"))
|
|
1572
|
+
CreateApiKeyCredentialProviderResponse.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
1544
1573
|
CreateApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1545
1574
|
CreateApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
1546
1575
|
CreateApiKeyCredentialProviderResponse.struct_class = Types::CreateApiKeyCredentialProviderResponse
|
|
@@ -1775,6 +1804,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
1775
1804
|
CreateOauth2CredentialProviderRequest.struct_class = Types::CreateOauth2CredentialProviderRequest
|
|
1776
1805
|
|
|
1777
1806
|
CreateOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
|
|
1807
|
+
CreateOauth2CredentialProviderResponse.add_member(:client_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "clientSecretJsonKey"))
|
|
1808
|
+
CreateOauth2CredentialProviderResponse.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
1778
1809
|
CreateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1779
1810
|
CreateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
1780
1811
|
CreateOauth2CredentialProviderResponse.add_member(:callback_url, Shapes::ShapeRef.new(shape: String, location_name: "callbackUrl"))
|
|
@@ -2040,10 +2071,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2040
2071
|
CustomOauth2ProviderConfigInput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
2041
2072
|
CustomOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: DefaultClientIdType, location_name: "clientId"))
|
|
2042
2073
|
CustomOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
2043
|
-
CustomOauth2ProviderConfigInput.add_member(:
|
|
2044
|
-
CustomOauth2ProviderConfigInput.add_member(:
|
|
2074
|
+
CustomOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
2075
|
+
CustomOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
2045
2076
|
CustomOauth2ProviderConfigInput.add_member(:on_behalf_of_token_exchange_config, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeConfigType, location_name: "onBehalfOfTokenExchangeConfig"))
|
|
2046
2077
|
CustomOauth2ProviderConfigInput.add_member(:client_authentication_method, Shapes::ShapeRef.new(shape: ClientAuthenticationMethodType, location_name: "clientAuthenticationMethod"))
|
|
2078
|
+
CustomOauth2ProviderConfigInput.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
2079
|
+
CustomOauth2ProviderConfigInput.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
|
|
2047
2080
|
CustomOauth2ProviderConfigInput.struct_class = Types::CustomOauth2ProviderConfigInput
|
|
2048
2081
|
|
|
2049
2082
|
CustomOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -2605,6 +2638,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
2605
2638
|
GetApiKeyCredentialProviderRequest.struct_class = Types::GetApiKeyCredentialProviderRequest
|
|
2606
2639
|
|
|
2607
2640
|
GetApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
2641
|
+
GetApiKeyCredentialProviderResponse.add_member(:api_key_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "apiKeySecretJsonKey"))
|
|
2642
|
+
GetApiKeyCredentialProviderResponse.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
2608
2643
|
GetApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2609
2644
|
GetApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
2610
2645
|
GetApiKeyCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
@@ -2809,6 +2844,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
2809
2844
|
GetOauth2CredentialProviderRequest.struct_class = Types::GetOauth2CredentialProviderRequest
|
|
2810
2845
|
|
|
2811
2846
|
GetOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
|
|
2847
|
+
GetOauth2CredentialProviderResponse.add_member(:client_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "clientSecretJsonKey"))
|
|
2848
|
+
GetOauth2CredentialProviderResponse.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
2812
2849
|
GetOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2813
2850
|
GetOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
2814
2851
|
GetOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
@@ -3029,7 +3066,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3029
3066
|
GetWorkloadIdentityResponse.struct_class = Types::GetWorkloadIdentityResponse
|
|
3030
3067
|
|
|
3031
3068
|
GithubOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3032
|
-
GithubOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
3069
|
+
GithubOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3070
|
+
GithubOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3071
|
+
GithubOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3033
3072
|
GithubOauth2ProviderConfigInput.struct_class = Types::GithubOauth2ProviderConfigInput
|
|
3034
3073
|
|
|
3035
3074
|
GithubOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -3037,7 +3076,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3037
3076
|
GithubOauth2ProviderConfigOutput.struct_class = Types::GithubOauth2ProviderConfigOutput
|
|
3038
3077
|
|
|
3039
3078
|
GoogleOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3040
|
-
GoogleOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
3079
|
+
GoogleOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3080
|
+
GoogleOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3081
|
+
GoogleOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3041
3082
|
GoogleOauth2ProviderConfigInput.struct_class = Types::GoogleOauth2ProviderConfigInput
|
|
3042
3083
|
|
|
3043
3084
|
GoogleOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -3068,10 +3109,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3068
3109
|
Harness.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
3069
3110
|
Harness.struct_class = Types::Harness
|
|
3070
3111
|
|
|
3071
|
-
HarnessAgentCoreBrowserConfig.add_member(:browser_arn, Shapes::ShapeRef.new(shape:
|
|
3112
|
+
HarnessAgentCoreBrowserConfig.add_member(:browser_arn, Shapes::ShapeRef.new(shape: HarnessBrowserArn, location_name: "browserArn"))
|
|
3072
3113
|
HarnessAgentCoreBrowserConfig.struct_class = Types::HarnessAgentCoreBrowserConfig
|
|
3073
3114
|
|
|
3074
|
-
HarnessAgentCoreCodeInterpreterConfig.add_member(:code_interpreter_arn, Shapes::ShapeRef.new(shape:
|
|
3115
|
+
HarnessAgentCoreCodeInterpreterConfig.add_member(:code_interpreter_arn, Shapes::ShapeRef.new(shape: HarnessCodeInterpreterArn, location_name: "codeInterpreterArn"))
|
|
3075
3116
|
HarnessAgentCoreCodeInterpreterConfig.struct_class = Types::HarnessAgentCoreCodeInterpreterConfig
|
|
3076
3117
|
|
|
3077
3118
|
HarnessAgentCoreGatewayConfig.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
@@ -3111,6 +3152,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
3111
3152
|
HarnessBedrockModelConfig.add_member(:max_tokens, Shapes::ShapeRef.new(shape: MaxTokens, location_name: "maxTokens"))
|
|
3112
3153
|
HarnessBedrockModelConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
3113
3154
|
HarnessBedrockModelConfig.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
|
|
3155
|
+
HarnessBedrockModelConfig.add_member(:api_format, Shapes::ShapeRef.new(shape: HarnessBedrockApiFormat, location_name: "apiFormat"))
|
|
3156
|
+
HarnessBedrockModelConfig.add_member(:additional_params, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParams"))
|
|
3114
3157
|
HarnessBedrockModelConfig.struct_class = Types::HarnessBedrockModelConfig
|
|
3115
3158
|
|
|
3116
3159
|
HarnessEnvironmentArtifact.add_member(:container_configuration, Shapes::ShapeRef.new(shape: ContainerConfiguration, location_name: "containerConfiguration"))
|
|
@@ -3153,6 +3196,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
3153
3196
|
HarnessInlineFunctionConfig.add_member(:input_schema, Shapes::ShapeRef.new(shape: SensitiveJson, required: true, location_name: "inputSchema"))
|
|
3154
3197
|
HarnessInlineFunctionConfig.struct_class = Types::HarnessInlineFunctionConfig
|
|
3155
3198
|
|
|
3199
|
+
HarnessLiteLlmModelConfig.add_member(:model_id, Shapes::ShapeRef.new(shape: ModelId, required: true, location_name: "modelId"))
|
|
3200
|
+
HarnessLiteLlmModelConfig.add_member(:api_key_arn, Shapes::ShapeRef.new(shape: ApiKeyArn, location_name: "apiKeyArn"))
|
|
3201
|
+
HarnessLiteLlmModelConfig.add_member(:api_base, Shapes::ShapeRef.new(shape: HarnessLiteLlmApiBase, location_name: "apiBase"))
|
|
3202
|
+
HarnessLiteLlmModelConfig.add_member(:max_tokens, Shapes::ShapeRef.new(shape: MaxTokens, location_name: "maxTokens"))
|
|
3203
|
+
HarnessLiteLlmModelConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
3204
|
+
HarnessLiteLlmModelConfig.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
|
|
3205
|
+
HarnessLiteLlmModelConfig.add_member(:additional_params, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParams"))
|
|
3206
|
+
HarnessLiteLlmModelConfig.struct_class = Types::HarnessLiteLlmModelConfig
|
|
3207
|
+
|
|
3156
3208
|
HarnessMemoryConfiguration.add_member(:agent_core_memory_configuration, Shapes::ShapeRef.new(shape: HarnessAgentCoreMemoryConfiguration, location_name: "agentCoreMemoryConfiguration"))
|
|
3157
3209
|
HarnessMemoryConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3158
3210
|
HarnessMemoryConfiguration.add_member_subclass(:agent_core_memory_configuration, Types::HarnessMemoryConfiguration::AgentCoreMemoryConfiguration)
|
|
@@ -3162,10 +3214,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
3162
3214
|
HarnessModelConfiguration.add_member(:bedrock_model_config, Shapes::ShapeRef.new(shape: HarnessBedrockModelConfig, location_name: "bedrockModelConfig"))
|
|
3163
3215
|
HarnessModelConfiguration.add_member(:open_ai_model_config, Shapes::ShapeRef.new(shape: HarnessOpenAiModelConfig, location_name: "openAiModelConfig"))
|
|
3164
3216
|
HarnessModelConfiguration.add_member(:gemini_model_config, Shapes::ShapeRef.new(shape: HarnessGeminiModelConfig, location_name: "geminiModelConfig"))
|
|
3217
|
+
HarnessModelConfiguration.add_member(:lite_llm_model_config, Shapes::ShapeRef.new(shape: HarnessLiteLlmModelConfig, location_name: "liteLlmModelConfig"))
|
|
3165
3218
|
HarnessModelConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3166
3219
|
HarnessModelConfiguration.add_member_subclass(:bedrock_model_config, Types::HarnessModelConfiguration::BedrockModelConfig)
|
|
3167
3220
|
HarnessModelConfiguration.add_member_subclass(:open_ai_model_config, Types::HarnessModelConfiguration::OpenAiModelConfig)
|
|
3168
3221
|
HarnessModelConfiguration.add_member_subclass(:gemini_model_config, Types::HarnessModelConfiguration::GeminiModelConfig)
|
|
3222
|
+
HarnessModelConfiguration.add_member_subclass(:lite_llm_model_config, Types::HarnessModelConfiguration::LiteLlmModelConfig)
|
|
3169
3223
|
HarnessModelConfiguration.add_member_subclass(:unknown, Types::HarnessModelConfiguration::Unknown)
|
|
3170
3224
|
HarnessModelConfiguration.struct_class = Types::HarnessModelConfiguration
|
|
3171
3225
|
|
|
@@ -3174,6 +3228,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
3174
3228
|
HarnessOpenAiModelConfig.add_member(:max_tokens, Shapes::ShapeRef.new(shape: MaxTokens, location_name: "maxTokens"))
|
|
3175
3229
|
HarnessOpenAiModelConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
3176
3230
|
HarnessOpenAiModelConfig.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
|
|
3231
|
+
HarnessOpenAiModelConfig.add_member(:api_format, Shapes::ShapeRef.new(shape: HarnessOpenAiApiFormat, location_name: "apiFormat"))
|
|
3232
|
+
HarnessOpenAiModelConfig.add_member(:additional_params, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParams"))
|
|
3177
3233
|
HarnessOpenAiModelConfig.struct_class = Types::HarnessOpenAiModelConfig
|
|
3178
3234
|
|
|
3179
3235
|
HarnessRemoteMcpConfig.add_member(:url, Shapes::ShapeRef.new(shape: HarnessRemoteMcpUrl, required: true, location_name: "url"))
|
|
@@ -3181,11 +3237,27 @@ module Aws::BedrockAgentCoreControl
|
|
|
3181
3237
|
HarnessRemoteMcpConfig.struct_class = Types::HarnessRemoteMcpConfig
|
|
3182
3238
|
|
|
3183
3239
|
HarnessSkill.add_member(:path, Shapes::ShapeRef.new(shape: HarnessSkillPath, location_name: "path"))
|
|
3240
|
+
HarnessSkill.add_member(:s3, Shapes::ShapeRef.new(shape: HarnessSkillS3Source, location_name: "s3"))
|
|
3241
|
+
HarnessSkill.add_member(:git, Shapes::ShapeRef.new(shape: HarnessSkillGitSource, location_name: "git"))
|
|
3184
3242
|
HarnessSkill.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3185
3243
|
HarnessSkill.add_member_subclass(:path, Types::HarnessSkill::Path)
|
|
3244
|
+
HarnessSkill.add_member_subclass(:s3, Types::HarnessSkill::S3)
|
|
3245
|
+
HarnessSkill.add_member_subclass(:git, Types::HarnessSkill::Git)
|
|
3186
3246
|
HarnessSkill.add_member_subclass(:unknown, Types::HarnessSkill::Unknown)
|
|
3187
3247
|
HarnessSkill.struct_class = Types::HarnessSkill
|
|
3188
3248
|
|
|
3249
|
+
HarnessSkillGitAuth.add_member(:credential_arn, Shapes::ShapeRef.new(shape: ApiKeyArn, required: true, location_name: "credentialArn"))
|
|
3250
|
+
HarnessSkillGitAuth.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "username"))
|
|
3251
|
+
HarnessSkillGitAuth.struct_class = Types::HarnessSkillGitAuth
|
|
3252
|
+
|
|
3253
|
+
HarnessSkillGitSource.add_member(:url, Shapes::ShapeRef.new(shape: HarnessSkillGitUrl, required: true, location_name: "url"))
|
|
3254
|
+
HarnessSkillGitSource.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "path"))
|
|
3255
|
+
HarnessSkillGitSource.add_member(:auth, Shapes::ShapeRef.new(shape: HarnessSkillGitAuth, location_name: "auth"))
|
|
3256
|
+
HarnessSkillGitSource.struct_class = Types::HarnessSkillGitSource
|
|
3257
|
+
|
|
3258
|
+
HarnessSkillS3Source.add_member(:uri, Shapes::ShapeRef.new(shape: HarnessSkillS3Uri, required: true, location_name: "uri"))
|
|
3259
|
+
HarnessSkillS3Source.struct_class = Types::HarnessSkillS3Source
|
|
3260
|
+
|
|
3189
3261
|
HarnessSkills.member = Shapes::ShapeRef.new(shape: HarnessSkill)
|
|
3190
3262
|
|
|
3191
3263
|
HarnessSlidingWindowConfiguration.add_member(:messages_count, Shapes::ShapeRef.new(shape: Integer, location_name: "messagesCount"))
|
|
@@ -3265,7 +3337,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3265
3337
|
IamPrincipal.struct_class = Types::IamPrincipal
|
|
3266
3338
|
|
|
3267
3339
|
IncludedOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3268
|
-
IncludedOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
3340
|
+
IncludedOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3341
|
+
IncludedOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3342
|
+
IncludedOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3269
3343
|
IncludedOauth2ProviderConfigInput.add_member(:issuer, Shapes::ShapeRef.new(shape: IssuerUrlType, location_name: "issuer"))
|
|
3270
3344
|
IncludedOauth2ProviderConfigInput.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: AuthorizationEndpointType, location_name: "authorizationEndpoint"))
|
|
3271
3345
|
IncludedOauth2ProviderConfigInput.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: TokenEndpointType, location_name: "tokenEndpoint"))
|
|
@@ -3336,7 +3410,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3336
3410
|
LifecycleConfiguration.struct_class = Types::LifecycleConfiguration
|
|
3337
3411
|
|
|
3338
3412
|
LinkedinOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3339
|
-
LinkedinOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
3413
|
+
LinkedinOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3414
|
+
LinkedinOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3415
|
+
LinkedinOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3340
3416
|
LinkedinOauth2ProviderConfigInput.struct_class = Types::LinkedinOauth2ProviderConfigInput
|
|
3341
3417
|
|
|
3342
3418
|
LinkedinOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -3807,7 +3883,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3807
3883
|
MetadataSchemaList.member = Shapes::ShapeRef.new(shape: MetadataSchemaEntry)
|
|
3808
3884
|
|
|
3809
3885
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3810
|
-
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
3886
|
+
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3887
|
+
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3888
|
+
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3811
3889
|
MicrosoftOauth2ProviderConfigInput.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdType, location_name: "tenantId"))
|
|
3812
3890
|
MicrosoftOauth2ProviderConfigInput.struct_class = Types::MicrosoftOauth2ProviderConfigInput
|
|
3813
3891
|
|
|
@@ -4303,7 +4381,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
4303
4381
|
S3Source.struct_class = Types::S3Source
|
|
4304
4382
|
|
|
4305
4383
|
SalesforceOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
4306
|
-
SalesforceOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
4384
|
+
SalesforceOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
4385
|
+
SalesforceOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
4386
|
+
SalesforceOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
4307
4387
|
SalesforceOauth2ProviderConfigInput.struct_class = Types::SalesforceOauth2ProviderConfigInput
|
|
4308
4388
|
|
|
4309
4389
|
SalesforceOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -4330,6 +4410,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
4330
4410
|
Secret.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
|
|
4331
4411
|
Secret.struct_class = Types::Secret
|
|
4332
4412
|
|
|
4413
|
+
SecretReference.add_member(:secret_id, Shapes::ShapeRef.new(shape: SecretIdType, required: true, location_name: "secretId"))
|
|
4414
|
+
SecretReference.add_member(:json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, required: true, location_name: "jsonKey"))
|
|
4415
|
+
SecretReference.struct_class = Types::SecretReference
|
|
4416
|
+
|
|
4333
4417
|
SecretsManagerLocation.add_member(:secret_arn, Shapes::ShapeRef.new(shape: ToolSecretArn, required: true, location_name: "secretArn"))
|
|
4334
4418
|
SecretsManagerLocation.struct_class = Types::SecretsManagerLocation
|
|
4335
4419
|
|
|
@@ -4416,7 +4500,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
4416
4500
|
SkillMdDefinition.struct_class = Types::SkillMdDefinition
|
|
4417
4501
|
|
|
4418
4502
|
SlackOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
4419
|
-
SlackOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
4503
|
+
SlackOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
4504
|
+
SlackOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
4505
|
+
SlackOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
4420
4506
|
SlackOauth2ProviderConfigInput.struct_class = Types::SlackOauth2ProviderConfigInput
|
|
4421
4507
|
|
|
4422
4508
|
SlackOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -4480,14 +4566,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
4480
4566
|
StringValidation.struct_class = Types::StringValidation
|
|
4481
4567
|
|
|
4482
4568
|
StripePrivyConfigurationInput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
|
|
4483
|
-
StripePrivyConfigurationInput.add_member(:app_secret, Shapes::ShapeRef.new(shape:
|
|
4484
|
-
StripePrivyConfigurationInput.add_member(:
|
|
4569
|
+
StripePrivyConfigurationInput.add_member(:app_secret, Shapes::ShapeRef.new(shape: DefaultStripePrivyAppSecretType, location_name: "appSecret"))
|
|
4570
|
+
StripePrivyConfigurationInput.add_member(:app_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "appSecretSource"))
|
|
4571
|
+
StripePrivyConfigurationInput.add_member(:app_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "appSecretConfig"))
|
|
4572
|
+
StripePrivyConfigurationInput.add_member(:authorization_private_key, Shapes::ShapeRef.new(shape: DefaultStripePrivyAuthorizationPrivateKeyType, location_name: "authorizationPrivateKey"))
|
|
4573
|
+
StripePrivyConfigurationInput.add_member(:authorization_private_key_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "authorizationPrivateKeySource"))
|
|
4574
|
+
StripePrivyConfigurationInput.add_member(:authorization_private_key_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "authorizationPrivateKeyConfig"))
|
|
4485
4575
|
StripePrivyConfigurationInput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4486
4576
|
StripePrivyConfigurationInput.struct_class = Types::StripePrivyConfigurationInput
|
|
4487
4577
|
|
|
4488
4578
|
StripePrivyConfigurationOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
|
|
4489
4579
|
StripePrivyConfigurationOutput.add_member(:app_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "appSecretArn"))
|
|
4580
|
+
StripePrivyConfigurationOutput.add_member(:app_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "appSecretJsonKey"))
|
|
4581
|
+
StripePrivyConfigurationOutput.add_member(:app_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "appSecretSource"))
|
|
4490
4582
|
StripePrivyConfigurationOutput.add_member(:authorization_private_key_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "authorizationPrivateKeyArn"))
|
|
4583
|
+
StripePrivyConfigurationOutput.add_member(:authorization_private_key_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "authorizationPrivateKeyJsonKey"))
|
|
4584
|
+
StripePrivyConfigurationOutput.add_member(:authorization_private_key_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "authorizationPrivateKeySource"))
|
|
4491
4585
|
StripePrivyConfigurationOutput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4492
4586
|
StripePrivyConfigurationOutput.struct_class = Types::StripePrivyConfigurationOutput
|
|
4493
4587
|
|
|
@@ -4710,10 +4804,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
4710
4804
|
UpdateAgentRuntimeResponse.struct_class = Types::UpdateAgentRuntimeResponse
|
|
4711
4805
|
|
|
4712
4806
|
UpdateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4713
|
-
UpdateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape:
|
|
4807
|
+
UpdateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape: DefaultApiKeyType, location_name: "apiKey"))
|
|
4808
|
+
UpdateApiKeyCredentialProviderRequest.add_member(:api_key_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "apiKeySecretConfig"))
|
|
4809
|
+
UpdateApiKeyCredentialProviderRequest.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
4714
4810
|
UpdateApiKeyCredentialProviderRequest.struct_class = Types::UpdateApiKeyCredentialProviderRequest
|
|
4715
4811
|
|
|
4716
4812
|
UpdateApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
4813
|
+
UpdateApiKeyCredentialProviderResponse.add_member(:api_key_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "apiKeySecretJsonKey"))
|
|
4814
|
+
UpdateApiKeyCredentialProviderResponse.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
4717
4815
|
UpdateApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4718
4816
|
UpdateApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
4719
4817
|
UpdateApiKeyCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
@@ -4899,6 +4997,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
4899
4997
|
UpdateOauth2CredentialProviderRequest.struct_class = Types::UpdateOauth2CredentialProviderRequest
|
|
4900
4998
|
|
|
4901
4999
|
UpdateOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
|
|
5000
|
+
UpdateOauth2CredentialProviderResponse.add_member(:client_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "clientSecretJsonKey"))
|
|
5001
|
+
UpdateOauth2CredentialProviderResponse.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
4902
5002
|
UpdateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4903
5003
|
UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
4904
5004
|
UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|