aws-sdk-bedrockagentcorecontrol 1.50.0 → 1.52.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 +341 -212
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +81 -22
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +452 -86
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +25 -3
- data/sig/params.rbs +138 -52
- data/sig/types.rbs +62 -5
- 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')
|
|
@@ -366,6 +367,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
366
367
|
ExceptionLevel = Shapes::StringShape.new(name: 'ExceptionLevel')
|
|
367
368
|
ExtractionConfig = Shapes::UnionShape.new(name: 'ExtractionConfig')
|
|
368
369
|
ExtractionConfiguration = Shapes::UnionShape.new(name: 'ExtractionConfiguration')
|
|
370
|
+
ExtractionType = Shapes::StringShape.new(name: 'ExtractionType')
|
|
369
371
|
FilesystemConfiguration = Shapes::UnionShape.new(name: 'FilesystemConfiguration')
|
|
370
372
|
FilesystemConfigurations = Shapes::ListShape.new(name: 'FilesystemConfigurations')
|
|
371
373
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
|
@@ -915,6 +917,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
915
917
|
SearchType = Shapes::StringShape.new(name: 'SearchType')
|
|
916
918
|
Secret = Shapes::StructureShape.new(name: 'Secret')
|
|
917
919
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
|
920
|
+
SecretIdType = Shapes::StringShape.new(name: 'SecretIdType')
|
|
921
|
+
SecretJsonKeyType = Shapes::StringShape.new(name: 'SecretJsonKeyType')
|
|
922
|
+
SecretReference = Shapes::StructureShape.new(name: 'SecretReference')
|
|
923
|
+
SecretSourceType = Shapes::StringShape.new(name: 'SecretSourceType')
|
|
918
924
|
SecretsManagerLocation = Shapes::StructureShape.new(name: 'SecretsManagerLocation')
|
|
919
925
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
|
920
926
|
SecurityGroupIdentifier = Shapes::StringShape.new(name: 'SecurityGroupIdentifier')
|
|
@@ -967,9 +973,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
967
973
|
StringListValidationMaxItemsInteger = Shapes::IntegerShape.new(name: 'StringListValidationMaxItemsInteger')
|
|
968
974
|
StringValidation = Shapes::StructureShape.new(name: 'StringValidation')
|
|
969
975
|
StripePrivyAppIdType = Shapes::StringShape.new(name: 'StripePrivyAppIdType')
|
|
970
|
-
StripePrivyAppSecretType = Shapes::StringShape.new(name: 'StripePrivyAppSecretType')
|
|
971
976
|
StripePrivyAuthorizationIdType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationIdType')
|
|
972
|
-
StripePrivyAuthorizationPrivateKeyType = Shapes::StringShape.new(name: 'StripePrivyAuthorizationPrivateKeyType')
|
|
973
977
|
StripePrivyConfigurationInput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationInput')
|
|
974
978
|
StripePrivyConfigurationOutput = Shapes::StructureShape.new(name: 'StripePrivyConfigurationOutput')
|
|
975
979
|
SubmitRegistryRecordForApprovalRequest = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalRequest')
|
|
@@ -1282,7 +1286,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
1282
1286
|
ApprovalConfiguration.struct_class = Types::ApprovalConfiguration
|
|
1283
1287
|
|
|
1284
1288
|
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:
|
|
1289
|
+
AtlassianOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
1290
|
+
AtlassianOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
1291
|
+
AtlassianOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
1286
1292
|
AtlassianOauth2ProviderConfigInput.struct_class = Types::AtlassianOauth2ProviderConfigInput
|
|
1287
1293
|
|
|
1288
1294
|
AtlassianOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -1425,13 +1431,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
1425
1431
|
CodeInterpreterSummary.struct_class = Types::CodeInterpreterSummary
|
|
1426
1432
|
|
|
1427
1433
|
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(:
|
|
1434
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_secret, Shapes::ShapeRef.new(shape: DefaultCoinbaseCdpApiKeySecretType, location_name: "apiKeySecret"))
|
|
1435
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
1436
|
+
CoinbaseCdpConfigurationInput.add_member(:api_key_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "apiKeySecretConfig"))
|
|
1437
|
+
CoinbaseCdpConfigurationInput.add_member(:wallet_secret, Shapes::ShapeRef.new(shape: DefaultCoinbaseCdpWalletSecretType, location_name: "walletSecret"))
|
|
1438
|
+
CoinbaseCdpConfigurationInput.add_member(:wallet_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "walletSecretSource"))
|
|
1439
|
+
CoinbaseCdpConfigurationInput.add_member(:wallet_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "walletSecretConfig"))
|
|
1430
1440
|
CoinbaseCdpConfigurationInput.struct_class = Types::CoinbaseCdpConfigurationInput
|
|
1431
1441
|
|
|
1432
1442
|
CoinbaseCdpConfigurationOutput.add_member(:api_key_id, Shapes::ShapeRef.new(shape: CoinbaseCdpApiKeyIdType, required: true, location_name: "apiKeyId"))
|
|
1433
1443
|
CoinbaseCdpConfigurationOutput.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
1444
|
+
CoinbaseCdpConfigurationOutput.add_member(:api_key_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "apiKeySecretJsonKey"))
|
|
1445
|
+
CoinbaseCdpConfigurationOutput.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
1434
1446
|
CoinbaseCdpConfigurationOutput.add_member(:wallet_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "walletSecretArn"))
|
|
1447
|
+
CoinbaseCdpConfigurationOutput.add_member(:wallet_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "walletSecretJsonKey"))
|
|
1448
|
+
CoinbaseCdpConfigurationOutput.add_member(:wallet_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "walletSecretSource"))
|
|
1435
1449
|
CoinbaseCdpConfigurationOutput.struct_class = Types::CoinbaseCdpConfigurationOutput
|
|
1436
1450
|
|
|
1437
1451
|
ComponentConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "configuration"))
|
|
@@ -1548,11 +1562,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
1548
1562
|
CreateAgentRuntimeResponse.struct_class = Types::CreateAgentRuntimeResponse
|
|
1549
1563
|
|
|
1550
1564
|
CreateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1551
|
-
CreateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape:
|
|
1565
|
+
CreateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape: DefaultApiKeyType, location_name: "apiKey"))
|
|
1566
|
+
CreateApiKeyCredentialProviderRequest.add_member(:api_key_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "apiKeySecretConfig"))
|
|
1567
|
+
CreateApiKeyCredentialProviderRequest.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
1552
1568
|
CreateApiKeyCredentialProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1553
1569
|
CreateApiKeyCredentialProviderRequest.struct_class = Types::CreateApiKeyCredentialProviderRequest
|
|
1554
1570
|
|
|
1555
1571
|
CreateApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
1572
|
+
CreateApiKeyCredentialProviderResponse.add_member(:api_key_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "apiKeySecretJsonKey"))
|
|
1573
|
+
CreateApiKeyCredentialProviderResponse.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
1556
1574
|
CreateApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1557
1575
|
CreateApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
1558
1576
|
CreateApiKeyCredentialProviderResponse.struct_class = Types::CreateApiKeyCredentialProviderResponse
|
|
@@ -1787,6 +1805,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
1787
1805
|
CreateOauth2CredentialProviderRequest.struct_class = Types::CreateOauth2CredentialProviderRequest
|
|
1788
1806
|
|
|
1789
1807
|
CreateOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
|
|
1808
|
+
CreateOauth2CredentialProviderResponse.add_member(:client_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "clientSecretJsonKey"))
|
|
1809
|
+
CreateOauth2CredentialProviderResponse.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
1790
1810
|
CreateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1791
1811
|
CreateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
1792
1812
|
CreateOauth2CredentialProviderResponse.add_member(:callback_url, Shapes::ShapeRef.new(shape: String, location_name: "callbackUrl"))
|
|
@@ -2052,10 +2072,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2052
2072
|
CustomOauth2ProviderConfigInput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
2053
2073
|
CustomOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: DefaultClientIdType, location_name: "clientId"))
|
|
2054
2074
|
CustomOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
2055
|
-
CustomOauth2ProviderConfigInput.add_member(:
|
|
2056
|
-
CustomOauth2ProviderConfigInput.add_member(:
|
|
2075
|
+
CustomOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
2076
|
+
CustomOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
2057
2077
|
CustomOauth2ProviderConfigInput.add_member(:on_behalf_of_token_exchange_config, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeConfigType, location_name: "onBehalfOfTokenExchangeConfig"))
|
|
2058
2078
|
CustomOauth2ProviderConfigInput.add_member(:client_authentication_method, Shapes::ShapeRef.new(shape: ClientAuthenticationMethodType, location_name: "clientAuthenticationMethod"))
|
|
2079
|
+
CustomOauth2ProviderConfigInput.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
2080
|
+
CustomOauth2ProviderConfigInput.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
|
|
2059
2081
|
CustomOauth2ProviderConfigInput.struct_class = Types::CustomOauth2ProviderConfigInput
|
|
2060
2082
|
|
|
2061
2083
|
CustomOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -2617,6 +2639,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
2617
2639
|
GetApiKeyCredentialProviderRequest.struct_class = Types::GetApiKeyCredentialProviderRequest
|
|
2618
2640
|
|
|
2619
2641
|
GetApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
2642
|
+
GetApiKeyCredentialProviderResponse.add_member(:api_key_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "apiKeySecretJsonKey"))
|
|
2643
|
+
GetApiKeyCredentialProviderResponse.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
2620
2644
|
GetApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2621
2645
|
GetApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
2622
2646
|
GetApiKeyCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
@@ -2821,6 +2845,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
2821
2845
|
GetOauth2CredentialProviderRequest.struct_class = Types::GetOauth2CredentialProviderRequest
|
|
2822
2846
|
|
|
2823
2847
|
GetOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
|
|
2848
|
+
GetOauth2CredentialProviderResponse.add_member(:client_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "clientSecretJsonKey"))
|
|
2849
|
+
GetOauth2CredentialProviderResponse.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
2824
2850
|
GetOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
2825
2851
|
GetOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
2826
2852
|
GetOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
@@ -3041,7 +3067,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3041
3067
|
GetWorkloadIdentityResponse.struct_class = Types::GetWorkloadIdentityResponse
|
|
3042
3068
|
|
|
3043
3069
|
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:
|
|
3070
|
+
GithubOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3071
|
+
GithubOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3072
|
+
GithubOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3045
3073
|
GithubOauth2ProviderConfigInput.struct_class = Types::GithubOauth2ProviderConfigInput
|
|
3046
3074
|
|
|
3047
3075
|
GithubOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -3049,7 +3077,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3049
3077
|
GithubOauth2ProviderConfigOutput.struct_class = Types::GithubOauth2ProviderConfigOutput
|
|
3050
3078
|
|
|
3051
3079
|
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:
|
|
3080
|
+
GoogleOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3081
|
+
GoogleOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3082
|
+
GoogleOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3053
3083
|
GoogleOauth2ProviderConfigInput.struct_class = Types::GoogleOauth2ProviderConfigInput
|
|
3054
3084
|
|
|
3055
3085
|
GoogleOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -3308,7 +3338,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3308
3338
|
IamPrincipal.struct_class = Types::IamPrincipal
|
|
3309
3339
|
|
|
3310
3340
|
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:
|
|
3341
|
+
IncludedOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3342
|
+
IncludedOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3343
|
+
IncludedOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3312
3344
|
IncludedOauth2ProviderConfigInput.add_member(:issuer, Shapes::ShapeRef.new(shape: IssuerUrlType, location_name: "issuer"))
|
|
3313
3345
|
IncludedOauth2ProviderConfigInput.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: AuthorizationEndpointType, location_name: "authorizationEndpoint"))
|
|
3314
3346
|
IncludedOauth2ProviderConfigInput.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: TokenEndpointType, location_name: "tokenEndpoint"))
|
|
@@ -3379,7 +3411,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3379
3411
|
LifecycleConfiguration.struct_class = Types::LifecycleConfiguration
|
|
3380
3412
|
|
|
3381
3413
|
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:
|
|
3414
|
+
LinkedinOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3415
|
+
LinkedinOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3416
|
+
LinkedinOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3383
3417
|
LinkedinOauth2ProviderConfigInput.struct_class = Types::LinkedinOauth2ProviderConfigInput
|
|
3384
3418
|
|
|
3385
3419
|
LinkedinOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -3844,13 +3878,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
3844
3878
|
|
|
3845
3879
|
MetadataSchemaEntry.add_member(:key, Shapes::ShapeRef.new(shape: MetadataKey, required: true, location_name: "key"))
|
|
3846
3880
|
MetadataSchemaEntry.add_member(:type, Shapes::ShapeRef.new(shape: MetadataValueType, location_name: "type"))
|
|
3881
|
+
MetadataSchemaEntry.add_member(:extraction_type, Shapes::ShapeRef.new(shape: ExtractionType, location_name: "extractionType"))
|
|
3847
3882
|
MetadataSchemaEntry.add_member(:extraction_config, Shapes::ShapeRef.new(shape: ExtractionConfig, location_name: "extractionConfig"))
|
|
3848
3883
|
MetadataSchemaEntry.struct_class = Types::MetadataSchemaEntry
|
|
3849
3884
|
|
|
3850
3885
|
MetadataSchemaList.member = Shapes::ShapeRef.new(shape: MetadataSchemaEntry)
|
|
3851
3886
|
|
|
3852
3887
|
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:
|
|
3888
|
+
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
3889
|
+
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
3890
|
+
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
3854
3891
|
MicrosoftOauth2ProviderConfigInput.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdType, location_name: "tenantId"))
|
|
3855
3892
|
MicrosoftOauth2ProviderConfigInput.struct_class = Types::MicrosoftOauth2ProviderConfigInput
|
|
3856
3893
|
|
|
@@ -4346,7 +4383,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
4346
4383
|
S3Source.struct_class = Types::S3Source
|
|
4347
4384
|
|
|
4348
4385
|
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:
|
|
4386
|
+
SalesforceOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
4387
|
+
SalesforceOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
4388
|
+
SalesforceOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
4350
4389
|
SalesforceOauth2ProviderConfigInput.struct_class = Types::SalesforceOauth2ProviderConfigInput
|
|
4351
4390
|
|
|
4352
4391
|
SalesforceOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -4373,6 +4412,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
4373
4412
|
Secret.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
|
|
4374
4413
|
Secret.struct_class = Types::Secret
|
|
4375
4414
|
|
|
4415
|
+
SecretReference.add_member(:secret_id, Shapes::ShapeRef.new(shape: SecretIdType, required: true, location_name: "secretId"))
|
|
4416
|
+
SecretReference.add_member(:json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, required: true, location_name: "jsonKey"))
|
|
4417
|
+
SecretReference.struct_class = Types::SecretReference
|
|
4418
|
+
|
|
4376
4419
|
SecretsManagerLocation.add_member(:secret_arn, Shapes::ShapeRef.new(shape: ToolSecretArn, required: true, location_name: "secretArn"))
|
|
4377
4420
|
SecretsManagerLocation.struct_class = Types::SecretsManagerLocation
|
|
4378
4421
|
|
|
@@ -4459,7 +4502,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
4459
4502
|
SkillMdDefinition.struct_class = Types::SkillMdDefinition
|
|
4460
4503
|
|
|
4461
4504
|
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:
|
|
4505
|
+
SlackOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
4506
|
+
SlackOauth2ProviderConfigInput.add_member(:client_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "clientSecretConfig"))
|
|
4507
|
+
SlackOauth2ProviderConfigInput.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
4463
4508
|
SlackOauth2ProviderConfigInput.struct_class = Types::SlackOauth2ProviderConfigInput
|
|
4464
4509
|
|
|
4465
4510
|
SlackOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
@@ -4523,14 +4568,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
4523
4568
|
StringValidation.struct_class = Types::StringValidation
|
|
4524
4569
|
|
|
4525
4570
|
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(:
|
|
4571
|
+
StripePrivyConfigurationInput.add_member(:app_secret, Shapes::ShapeRef.new(shape: DefaultStripePrivyAppSecretType, location_name: "appSecret"))
|
|
4572
|
+
StripePrivyConfigurationInput.add_member(:app_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "appSecretSource"))
|
|
4573
|
+
StripePrivyConfigurationInput.add_member(:app_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "appSecretConfig"))
|
|
4574
|
+
StripePrivyConfigurationInput.add_member(:authorization_private_key, Shapes::ShapeRef.new(shape: DefaultStripePrivyAuthorizationPrivateKeyType, location_name: "authorizationPrivateKey"))
|
|
4575
|
+
StripePrivyConfigurationInput.add_member(:authorization_private_key_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "authorizationPrivateKeySource"))
|
|
4576
|
+
StripePrivyConfigurationInput.add_member(:authorization_private_key_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "authorizationPrivateKeyConfig"))
|
|
4528
4577
|
StripePrivyConfigurationInput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4529
4578
|
StripePrivyConfigurationInput.struct_class = Types::StripePrivyConfigurationInput
|
|
4530
4579
|
|
|
4531
4580
|
StripePrivyConfigurationOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: StripePrivyAppIdType, required: true, location_name: "appId"))
|
|
4532
4581
|
StripePrivyConfigurationOutput.add_member(:app_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "appSecretArn"))
|
|
4582
|
+
StripePrivyConfigurationOutput.add_member(:app_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "appSecretJsonKey"))
|
|
4583
|
+
StripePrivyConfigurationOutput.add_member(:app_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "appSecretSource"))
|
|
4533
4584
|
StripePrivyConfigurationOutput.add_member(:authorization_private_key_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "authorizationPrivateKeyArn"))
|
|
4585
|
+
StripePrivyConfigurationOutput.add_member(:authorization_private_key_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "authorizationPrivateKeyJsonKey"))
|
|
4586
|
+
StripePrivyConfigurationOutput.add_member(:authorization_private_key_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "authorizationPrivateKeySource"))
|
|
4534
4587
|
StripePrivyConfigurationOutput.add_member(:authorization_id, Shapes::ShapeRef.new(shape: StripePrivyAuthorizationIdType, required: true, location_name: "authorizationId"))
|
|
4535
4588
|
StripePrivyConfigurationOutput.struct_class = Types::StripePrivyConfigurationOutput
|
|
4536
4589
|
|
|
@@ -4753,10 +4806,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
4753
4806
|
UpdateAgentRuntimeResponse.struct_class = Types::UpdateAgentRuntimeResponse
|
|
4754
4807
|
|
|
4755
4808
|
UpdateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4756
|
-
UpdateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape:
|
|
4809
|
+
UpdateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape: DefaultApiKeyType, location_name: "apiKey"))
|
|
4810
|
+
UpdateApiKeyCredentialProviderRequest.add_member(:api_key_secret_config, Shapes::ShapeRef.new(shape: SecretReference, location_name: "apiKeySecretConfig"))
|
|
4811
|
+
UpdateApiKeyCredentialProviderRequest.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
4757
4812
|
UpdateApiKeyCredentialProviderRequest.struct_class = Types::UpdateApiKeyCredentialProviderRequest
|
|
4758
4813
|
|
|
4759
4814
|
UpdateApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
4815
|
+
UpdateApiKeyCredentialProviderResponse.add_member(:api_key_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "apiKeySecretJsonKey"))
|
|
4816
|
+
UpdateApiKeyCredentialProviderResponse.add_member(:api_key_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "apiKeySecretSource"))
|
|
4760
4817
|
UpdateApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4761
4818
|
UpdateApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
4762
4819
|
UpdateApiKeyCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
@@ -4942,6 +4999,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
4942
4999
|
UpdateOauth2CredentialProviderRequest.struct_class = Types::UpdateOauth2CredentialProviderRequest
|
|
4943
5000
|
|
|
4944
5001
|
UpdateOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
|
|
5002
|
+
UpdateOauth2CredentialProviderResponse.add_member(:client_secret_json_key, Shapes::ShapeRef.new(shape: SecretJsonKeyType, location_name: "clientSecretJsonKey"))
|
|
5003
|
+
UpdateOauth2CredentialProviderResponse.add_member(:client_secret_source, Shapes::ShapeRef.new(shape: SecretSourceType, location_name: "clientSecretSource"))
|
|
4945
5004
|
UpdateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
4946
5005
|
UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
4947
5006
|
UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|