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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +255 -45
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +79 -22
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +398 -21
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +24 -2
- data/sig/params.rbs +137 -52
- data/sig/types.rbs +58 -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')
|
|
@@ -915,6 +916,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
915
916
|
SearchType = Shapes::StringShape.new(name: 'SearchType')
|
|
916
917
|
Secret = Shapes::StructureShape.new(name: 'Secret')
|
|
917
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')
|
|
918
923
|
SecretsManagerLocation = Shapes::StructureShape.new(name: 'SecretsManagerLocation')
|
|
919
924
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
|
920
925
|
SecurityGroupIdentifier = Shapes::StringShape.new(name: 'SecurityGroupIdentifier')
|
|
@@ -967,9 +972,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
967
972
|
StringListValidationMaxItemsInteger = Shapes::IntegerShape.new(name: 'StringListValidationMaxItemsInteger')
|
|
968
973
|
StringValidation = Shapes::StructureShape.new(name: 'StringValidation')
|
|
969
974
|
StripePrivyAppIdType = Shapes::StringShape.new(name: 'StripePrivyAppIdType')
|
|
970
|
-
StripePrivyAppSecretType = Shapes::StringShape.new(name: 'StripePrivyAppSecretType')
|
|
971
975
|
StripePrivyAuthorizationIdType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationIdType')
|
|
972
|
-
StripePrivyAuthorizationPrivateKeyType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationPrivateKeyType')
|
|
973
976
|
StripePrivyConfigurationInput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationInput')
|
|
974
977
|
StripePrivyConfigurationOutput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationOutput')
|
|
975
978
|
SubmitRegistryRecordForApprovalRequest = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalRequest')
|
|
@@ -1282,7 +1285,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
1282
1285
|
ApprovalConfiguration.struct_class = Types::ApprovalConfiguration
|
|
1283
1286
|
|
|
1284
1287
|
AtlassianOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
1285
|
-
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"))
|
|
1286
1291
|
AtlassianOauth2ProviderConfigInput.struct_class = Types::AtlassianOauth2ProviderConfigInput
|
|
1287
1292
|
|
|
1288
1293
|
AtlassianOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -1425,13 +1430,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
1425
1430
|
CodeInterpreterSummary.struct_class = Types::CodeInterpreterSummary
|
|
1426
1431
|
|
|
1427
1432
|
CoinbaseCdpConfigurationInput.add_member(:api_key_id, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeyIdType, required: true, location_name: "apiKeyId"))
|
|
1428
|
-
CoinbaseCdpConfigurationInput.add_member(:api_key_secret, Shapes::ShapeRef.new(shape:
|
|
1429
|
-
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"))
|
|
1430
1439
|
CoinbaseCdpConfigurationInput.struct_class = Types::CoinbaseCdpConfigurationInput
|
|
1431
1440
|
|
|
1432
1441
|
CoinbaseCdpConfigurationOutput.add_member(:api_key_id, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeyIdType, required: true, location_name: "apiKeyId"))
|
|
1433
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"))
|
|
1434
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"))
|
|
1435
1448
|
CoinbaseCdpConfigurationOutput.struct_class = Types::CoinbaseCdpConfigurationOutput
|
|
1436
1449
|
|
|
1437
1450
|
ComponentConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "configuration"))
|
|
@@ -1548,11 +1561,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
1548
1561
|
CreateAgentRuntimeResponse.struct_class = Types::CreateAgentRuntimeResponse
|
|
1549
1562
|
|
|
1550
1563
|
CreateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1551
|
-
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"))
|
|
1552
1567
|
CreateApiKeyCredentialProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1553
1568
|
CreateApiKeyCredentialProviderRequest.struct_class = Types::CreateApiKeyCredentialProviderRequest
|
|
1554
1569
|
|
|
1555
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"))
|
|
1556
1573
|
CreateApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1557
1574
|
CreateApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
1558
1575
|
CreateApiKeyCredentialProviderResponse.struct_class = Types::CreateApiKeyCredentialProviderResponse
|
|
@@ -1787,6 +1804,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
1787
1804
|
CreateOauth2CredentialProviderRequest.struct_class = Types::CreateOauth2CredentialProviderRequest
|
|
1788
1805
|
|
|
1789
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"))
|
|
1790
1809
|
CreateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1791
1810
|
CreateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
1792
1811
|
CreateOauth2CredentialProviderResponse.add_member(:callback_url, Shapes::ShapeRef.new(shape: String, location_name: "callbackUrl"))
|
|
@@ -2052,10 +2071,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2052
2071
|
CustomOauth2ProviderConfigInput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
2053
2072
|
CustomOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: DefaultClientIdType, location_name: "clientId"))
|
|
2054
2073
|
CustomOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
2055
|
-
CustomOauth2ProviderConfigInput.add_member(:
|
|
2056
|
-
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"))
|
|
2057
2076
|
CustomOauth2ProviderConfigInput.add_member(:on_behalf_of_token_exchange_config, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeConfigType, location_name: "onBehalfOfTokenExchangeConfig"))
|
|
2058
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"))
|
|
2059
2080
|
CustomOauth2ProviderConfigInput.struct_class = Types::CustomOauth2ProviderConfigInput
|
|
2060
2081
|
|
|
2061
2082
|
CustomOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -2617,6 +2638,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
2617
2638
|
GetApiKeyCredentialProviderRequest.struct_class = Types::GetApiKeyCredentialProviderRequest
|
|
2618
2639
|
|
|
2619
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"))
|
|
2620
2643
|
GetApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2621
2644
|
GetApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
2622
2645
|
GetApiKeyCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
@@ -2821,6 +2844,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
2821
2844
|
GetOauth2CredentialProviderRequest.struct_class = Types::GetOauth2CredentialProviderRequest
|
|
2822
2845
|
|
|
2823
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"))
|
|
2824
2849
|
GetOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2825
2850
|
GetOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
2826
2851
|
GetOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
@@ -3041,7 +3066,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3041
3066
|
GetWorkloadIdentityResponse.struct_class = Types::GetWorkloadIdentityResponse
|
|
3042
3067
|
|
|
3043
3068
|
GithubOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3044
|
-
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"))
|
|
3045
3072
|
GithubOauth2ProviderConfigInput.struct_class = Types::GithubOauth2ProviderConfigInput
|
|
3046
3073
|
|
|
3047
3074
|
GithubOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -3049,7 +3076,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3049
3076
|
GithubOauth2ProviderConfigOutput.struct_class = Types::GithubOauth2ProviderConfigOutput
|
|
3050
3077
|
|
|
3051
3078
|
GoogleOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3052
|
-
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"))
|
|
3053
3082
|
GoogleOauth2ProviderConfigInput.struct_class = Types::GoogleOauth2ProviderConfigInput
|
|
3054
3083
|
|
|
3055
3084
|
GoogleOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -3308,7 +3337,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3308
3337
|
IamPrincipal.struct_class = Types::IamPrincipal
|
|
3309
3338
|
|
|
3310
3339
|
IncludedOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3311
|
-
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"))
|
|
3312
3343
|
IncludedOauth2ProviderConfigInput.add_member(:issuer, Shapes::ShapeRef.new(shape: IssuerUrlType, location_name: "issuer"))
|
|
3313
3344
|
IncludedOauth2ProviderConfigInput.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: AuthorizationEndpointType, location_name: "authorizationEndpoint"))
|
|
3314
3345
|
IncludedOauth2ProviderConfigInput.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: TokenEndpointType, location_name: "tokenEndpoint"))
|
|
@@ -3379,7 +3410,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3379
3410
|
LifecycleConfiguration.struct_class = Types::LifecycleConfiguration
|
|
3380
3411
|
|
|
3381
3412
|
LinkedinOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3382
|
-
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"))
|
|
3383
3416
|
LinkedinOauth2ProviderConfigInput.struct_class = Types::LinkedinOauth2ProviderConfigInput
|
|
3384
3417
|
|
|
3385
3418
|
LinkedinOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -3850,7 +3883,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3850
3883
|
MetadataSchemaList.member = Shapes::ShapeRef.new(shape: MetadataSchemaEntry)
|
|
3851
3884
|
|
|
3852
3885
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
3853
|
-
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"))
|
|
3854
3889
|
MicrosoftOauth2ProviderConfigInput.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdType, location_name: "tenantId"))
|
|
3855
3890
|
MicrosoftOauth2ProviderConfigInput.struct_class = Types::MicrosoftOauth2ProviderConfigInput
|
|
3856
3891
|
|
|
@@ -4346,7 +4381,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
4346
4381
|
S3Source.struct_class = Types::S3Source
|
|
4347
4382
|
|
|
4348
4383
|
SalesforceOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
4349
|
-
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"))
|
|
4350
4387
|
SalesforceOauth2ProviderConfigInput.struct_class = Types::SalesforceOauth2ProviderConfigInput
|
|
4351
4388
|
|
|
4352
4389
|
SalesforceOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -4373,6 +4410,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
4373
4410
|
Secret.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
|
|
4374
4411
|
Secret.struct_class = Types::Secret
|
|
4375
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
|
+
|
|
4376
4417
|
SecretsManagerLocation.add_member(:secret_arn, Shapes::ShapeRef.new(shape: ToolSecretArn, required: true, location_name: "secretArn"))
|
|
4377
4418
|
SecretsManagerLocation.struct_class = Types::SecretsManagerLocation
|
|
4378
4419
|
|
|
@@ -4459,7 +4500,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
4459
4500
|
SkillMdDefinition.struct_class = Types::SkillMdDefinition
|
|
4460
4501
|
|
|
4461
4502
|
SlackOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
4462
|
-
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"))
|
|
4463
4506
|
SlackOauth2ProviderConfigInput.struct_class = Types::SlackOauth2ProviderConfigInput
|
|
4464
4507
|
|
|
4465
4508
|
SlackOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -4523,14 +4566,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
4523
4566
|
StringValidation.struct_class = Types::StringValidation
|
|
4524
4567
|
|
|
4525
4568
|
StripePrivyConfigurationInput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
|
|
4526
|
-
StripePrivyConfigurationInput.add_member(:app_secret, Shapes::ShapeRef.new(shape:
|
|
4527
|
-
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"))
|
|
4528
4575
|
StripePrivyConfigurationInput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4529
4576
|
StripePrivyConfigurationInput.struct_class = Types::StripePrivyConfigurationInput
|
|
4530
4577
|
|
|
4531
4578
|
StripePrivyConfigurationOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
|
|
4532
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"))
|
|
4533
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"))
|
|
4534
4585
|
StripePrivyConfigurationOutput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4535
4586
|
StripePrivyConfigurationOutput.struct_class = Types::StripePrivyConfigurationOutput
|
|
4536
4587
|
|
|
@@ -4753,10 +4804,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
4753
4804
|
UpdateAgentRuntimeResponse.struct_class = Types::UpdateAgentRuntimeResponse
|
|
4754
4805
|
|
|
4755
4806
|
UpdateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4756
|
-
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"))
|
|
4757
4810
|
UpdateApiKeyCredentialProviderRequest.struct_class = Types::UpdateApiKeyCredentialProviderRequest
|
|
4758
4811
|
|
|
4759
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"))
|
|
4760
4815
|
UpdateApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4761
4816
|
UpdateApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
4762
4817
|
UpdateApiKeyCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
@@ -4942,6 +4997,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
4942
4997
|
UpdateOauth2CredentialProviderRequest.struct_class = Types::UpdateOauth2CredentialProviderRequest
|
|
4943
4998
|
|
|
4944
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"))
|
|
4945
5002
|
UpdateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4946
5003
|
UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
4947
5004
|
UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|