aws-sdk-bedrockagentcorecontrol 1.40.0 → 1.41.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 +1040 -27
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +618 -7
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +1601 -48
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +368 -15
- data/sig/types.rbs +435 -8
- metadata +1 -1
|
@@ -16,6 +16,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
16
16
|
|
|
17
17
|
A2aDescriptor = Shapes::StructureShape.new(name: 'A2aDescriptor')
|
|
18
18
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
19
|
+
Action = Shapes::UnionShape.new(name: 'Action')
|
|
20
|
+
Actions = Shapes::ListShape.new(name: 'Actions')
|
|
19
21
|
AdditionalModelRequestFields = Shapes::DocumentShape.new(name: 'AdditionalModelRequestFields', document: true)
|
|
20
22
|
AgentCardDefinition = Shapes::StructureShape.new(name: 'AgentCardDefinition')
|
|
21
23
|
AgentEndpointDescription = Shapes::StringShape.new(name: 'AgentEndpointDescription')
|
|
@@ -73,6 +75,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
73
75
|
BedrockAgentcoreResourceArn = Shapes::StringShape.new(name: 'BedrockAgentcoreResourceArn')
|
|
74
76
|
BedrockEvaluatorModelConfig = Shapes::StructureShape.new(name: 'BedrockEvaluatorModelConfig')
|
|
75
77
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
78
|
+
BranchName = Shapes::StringShape.new(name: 'BranchName')
|
|
76
79
|
BrowserArn = Shapes::StringShape.new(name: 'BrowserArn')
|
|
77
80
|
BrowserEnterprisePolicies = Shapes::ListShape.new(name: 'BrowserEnterprisePolicies')
|
|
78
81
|
BrowserEnterprisePolicy = Shapes::StructureShape.new(name: 'BrowserEnterprisePolicy')
|
|
@@ -119,7 +122,26 @@ module Aws::BedrockAgentCoreControl
|
|
|
119
122
|
CodeInterpreterStatus = Shapes::StringShape.new(name: 'CodeInterpreterStatus')
|
|
120
123
|
CodeInterpreterSummaries = Shapes::ListShape.new(name: 'CodeInterpreterSummaries')
|
|
121
124
|
CodeInterpreterSummary = Shapes::StructureShape.new(name: 'CodeInterpreterSummary')
|
|
125
|
+
ComponentConfiguration = Shapes::StructureShape.new(name: 'ComponentConfiguration')
|
|
126
|
+
ComponentConfigurationMap = Shapes::MapShape.new(name: 'ComponentConfigurationMap')
|
|
127
|
+
ComponentIdentifier = Shapes::StringShape.new(name: 'ComponentIdentifier')
|
|
122
128
|
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
|
129
|
+
Condition = Shapes::UnionShape.new(name: 'Condition')
|
|
130
|
+
Conditions = Shapes::ListShape.new(name: 'Conditions')
|
|
131
|
+
ConfigurationBundleAction = Shapes::UnionShape.new(name: 'ConfigurationBundleAction')
|
|
132
|
+
ConfigurationBundleArn = Shapes::StringShape.new(name: 'ConfigurationBundleArn')
|
|
133
|
+
ConfigurationBundleDescription = Shapes::StringShape.new(name: 'ConfigurationBundleDescription')
|
|
134
|
+
ConfigurationBundleId = Shapes::StringShape.new(name: 'ConfigurationBundleId')
|
|
135
|
+
ConfigurationBundleName = Shapes::StringShape.new(name: 'ConfigurationBundleName')
|
|
136
|
+
ConfigurationBundleReference = Shapes::StructureShape.new(name: 'ConfigurationBundleReference')
|
|
137
|
+
ConfigurationBundleReferenceBundleVersionString = Shapes::StringShape.new(name: 'ConfigurationBundleReferenceBundleVersionString')
|
|
138
|
+
ConfigurationBundleStatus = Shapes::StringShape.new(name: 'ConfigurationBundleStatus')
|
|
139
|
+
ConfigurationBundleSummary = Shapes::StructureShape.new(name: 'ConfigurationBundleSummary')
|
|
140
|
+
ConfigurationBundleSummaryList = Shapes::ListShape.new(name: 'ConfigurationBundleSummaryList')
|
|
141
|
+
ConfigurationBundleVersion = Shapes::StringShape.new(name: 'ConfigurationBundleVersion')
|
|
142
|
+
ConfigurationBundleVersionList = Shapes::ListShape.new(name: 'ConfigurationBundleVersionList')
|
|
143
|
+
ConfigurationBundleVersionSummary = Shapes::StructureShape.new(name: 'ConfigurationBundleVersionSummary')
|
|
144
|
+
ConfigurationBundleVersionSummaryList = Shapes::ListShape.new(name: 'ConfigurationBundleVersionSummaryList')
|
|
123
145
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
124
146
|
ConsolidationConfiguration = Shapes::UnionShape.new(name: 'ConsolidationConfiguration')
|
|
125
147
|
ContainerConfiguration = Shapes::StructureShape.new(name: 'ContainerConfiguration')
|
|
@@ -139,10 +161,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
139
161
|
CreateBrowserResponse = Shapes::StructureShape.new(name: 'CreateBrowserResponse')
|
|
140
162
|
CreateCodeInterpreterRequest = Shapes::StructureShape.new(name: 'CreateCodeInterpreterRequest')
|
|
141
163
|
CreateCodeInterpreterResponse = Shapes::StructureShape.new(name: 'CreateCodeInterpreterResponse')
|
|
164
|
+
CreateConfigurationBundleRequest = Shapes::StructureShape.new(name: 'CreateConfigurationBundleRequest')
|
|
165
|
+
CreateConfigurationBundleRequestCommitMessageString = Shapes::StringShape.new(name: 'CreateConfigurationBundleRequestCommitMessageString')
|
|
166
|
+
CreateConfigurationBundleResponse = Shapes::StructureShape.new(name: 'CreateConfigurationBundleResponse')
|
|
142
167
|
CreateEvaluatorRequest = Shapes::StructureShape.new(name: 'CreateEvaluatorRequest')
|
|
143
168
|
CreateEvaluatorResponse = Shapes::StructureShape.new(name: 'CreateEvaluatorResponse')
|
|
144
169
|
CreateGatewayRequest = Shapes::StructureShape.new(name: 'CreateGatewayRequest')
|
|
145
170
|
CreateGatewayResponse = Shapes::StructureShape.new(name: 'CreateGatewayResponse')
|
|
171
|
+
CreateGatewayRuleRequest = Shapes::StructureShape.new(name: 'CreateGatewayRuleRequest')
|
|
172
|
+
CreateGatewayRuleResponse = Shapes::StructureShape.new(name: 'CreateGatewayRuleResponse')
|
|
146
173
|
CreateGatewayTargetRequest = Shapes::StructureShape.new(name: 'CreateGatewayTargetRequest')
|
|
147
174
|
CreateGatewayTargetResponse = Shapes::StructureShape.new(name: 'CreateGatewayTargetResponse')
|
|
148
175
|
CreateHarnessRequest = Shapes::StructureShape.new(name: 'CreateHarnessRequest')
|
|
@@ -205,10 +232,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
205
232
|
DeleteBrowserResponse = Shapes::StructureShape.new(name: 'DeleteBrowserResponse')
|
|
206
233
|
DeleteCodeInterpreterRequest = Shapes::StructureShape.new(name: 'DeleteCodeInterpreterRequest')
|
|
207
234
|
DeleteCodeInterpreterResponse = Shapes::StructureShape.new(name: 'DeleteCodeInterpreterResponse')
|
|
235
|
+
DeleteConfigurationBundleRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationBundleRequest')
|
|
236
|
+
DeleteConfigurationBundleResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationBundleResponse')
|
|
208
237
|
DeleteEvaluatorRequest = Shapes::StructureShape.new(name: 'DeleteEvaluatorRequest')
|
|
209
238
|
DeleteEvaluatorResponse = Shapes::StructureShape.new(name: 'DeleteEvaluatorResponse')
|
|
210
239
|
DeleteGatewayRequest = Shapes::StructureShape.new(name: 'DeleteGatewayRequest')
|
|
211
240
|
DeleteGatewayResponse = Shapes::StructureShape.new(name: 'DeleteGatewayResponse')
|
|
241
|
+
DeleteGatewayRuleRequest = Shapes::StructureShape.new(name: 'DeleteGatewayRuleRequest')
|
|
242
|
+
DeleteGatewayRuleResponse = Shapes::StructureShape.new(name: 'DeleteGatewayRuleResponse')
|
|
212
243
|
DeleteGatewayTargetRequest = Shapes::StructureShape.new(name: 'DeleteGatewayTargetRequest')
|
|
213
244
|
DeleteGatewayTargetResponse = Shapes::StructureShape.new(name: 'DeleteGatewayTargetResponse')
|
|
214
245
|
DeleteHarnessRequest = Shapes::StructureShape.new(name: 'DeleteHarnessRequest')
|
|
@@ -239,6 +270,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
239
270
|
Descriptors = Shapes::StructureShape.new(name: 'Descriptors')
|
|
240
271
|
DiscoveryUrl = Shapes::StringShape.new(name: 'DiscoveryUrl')
|
|
241
272
|
DiscoveryUrlType = Shapes::StringShape.new(name: 'DiscoveryUrlType')
|
|
273
|
+
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
|
242
274
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
|
243
275
|
Double = Shapes::FloatShape.new(name: 'Double')
|
|
244
276
|
EncryptionFailure = Shapes::StructureShape.new(name: 'EncryptionFailure')
|
|
@@ -289,6 +321,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
289
321
|
Float = Shapes::FloatShape.new(name: 'Float')
|
|
290
322
|
FromUrlSynchronizationConfiguration = Shapes::StructureShape.new(name: 'FromUrlSynchronizationConfiguration')
|
|
291
323
|
GatewayArn = Shapes::StringShape.new(name: 'GatewayArn')
|
|
324
|
+
GatewayConfigurationBundleArn = Shapes::StringShape.new(name: 'GatewayConfigurationBundleArn')
|
|
292
325
|
GatewayDescription = Shapes::StringShape.new(name: 'GatewayDescription')
|
|
293
326
|
GatewayId = Shapes::StringShape.new(name: 'GatewayId')
|
|
294
327
|
GatewayIdentifier = Shapes::StringShape.new(name: 'GatewayIdentifier')
|
|
@@ -304,6 +337,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
304
337
|
GatewayPolicyEngineMode = Shapes::StringShape.new(name: 'GatewayPolicyEngineMode')
|
|
305
338
|
GatewayProtocolConfiguration = Shapes::UnionShape.new(name: 'GatewayProtocolConfiguration')
|
|
306
339
|
GatewayProtocolType = Shapes::StringShape.new(name: 'GatewayProtocolType')
|
|
340
|
+
GatewayRuleDescription = Shapes::StringShape.new(name: 'GatewayRuleDescription')
|
|
341
|
+
GatewayRuleDetail = Shapes::StructureShape.new(name: 'GatewayRuleDetail')
|
|
342
|
+
GatewayRuleId = Shapes::StringShape.new(name: 'GatewayRuleId')
|
|
343
|
+
GatewayRuleMaxResults = Shapes::IntegerShape.new(name: 'GatewayRuleMaxResults')
|
|
344
|
+
GatewayRuleNextToken = Shapes::StringShape.new(name: 'GatewayRuleNextToken')
|
|
345
|
+
GatewayRulePriority = Shapes::IntegerShape.new(name: 'GatewayRulePriority')
|
|
346
|
+
GatewayRuleStatus = Shapes::StringShape.new(name: 'GatewayRuleStatus')
|
|
347
|
+
GatewayRules = Shapes::ListShape.new(name: 'GatewayRules')
|
|
307
348
|
GatewayStatus = Shapes::StringShape.new(name: 'GatewayStatus')
|
|
308
349
|
GatewaySummaries = Shapes::ListShape.new(name: 'GatewaySummaries')
|
|
309
350
|
GatewaySummary = Shapes::StructureShape.new(name: 'GatewaySummary')
|
|
@@ -322,10 +363,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
322
363
|
GetBrowserResponse = Shapes::StructureShape.new(name: 'GetBrowserResponse')
|
|
323
364
|
GetCodeInterpreterRequest = Shapes::StructureShape.new(name: 'GetCodeInterpreterRequest')
|
|
324
365
|
GetCodeInterpreterResponse = Shapes::StructureShape.new(name: 'GetCodeInterpreterResponse')
|
|
366
|
+
GetConfigurationBundleRequest = Shapes::StructureShape.new(name: 'GetConfigurationBundleRequest')
|
|
367
|
+
GetConfigurationBundleResponse = Shapes::StructureShape.new(name: 'GetConfigurationBundleResponse')
|
|
368
|
+
GetConfigurationBundleVersionRequest = Shapes::StructureShape.new(name: 'GetConfigurationBundleVersionRequest')
|
|
369
|
+
GetConfigurationBundleVersionResponse = Shapes::StructureShape.new(name: 'GetConfigurationBundleVersionResponse')
|
|
325
370
|
GetEvaluatorRequest = Shapes::StructureShape.new(name: 'GetEvaluatorRequest')
|
|
326
371
|
GetEvaluatorResponse = Shapes::StructureShape.new(name: 'GetEvaluatorResponse')
|
|
327
372
|
GetGatewayRequest = Shapes::StructureShape.new(name: 'GetGatewayRequest')
|
|
328
373
|
GetGatewayResponse = Shapes::StructureShape.new(name: 'GetGatewayResponse')
|
|
374
|
+
GetGatewayRuleRequest = Shapes::StructureShape.new(name: 'GetGatewayRuleRequest')
|
|
375
|
+
GetGatewayRuleResponse = Shapes::StructureShape.new(name: 'GetGatewayRuleResponse')
|
|
329
376
|
GetGatewayTargetRequest = Shapes::StructureShape.new(name: 'GetGatewayTargetRequest')
|
|
330
377
|
GetGatewayTargetResponse = Shapes::StructureShape.new(name: 'GetGatewayTargetResponse')
|
|
331
378
|
GetHarnessRequest = Shapes::StructureShape.new(name: 'GetHarnessRequest')
|
|
@@ -407,14 +454,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
407
454
|
HttpHeaderValue = Shapes::StringShape.new(name: 'HttpHeaderValue')
|
|
408
455
|
HttpHeadersMap = Shapes::MapShape.new(name: 'HttpHeadersMap')
|
|
409
456
|
HttpQueryParameterName = Shapes::StringShape.new(name: 'HttpQueryParameterName')
|
|
457
|
+
HttpTargetConfiguration = Shapes::UnionShape.new(name: 'HttpTargetConfiguration')
|
|
410
458
|
IamCredentialProvider = Shapes::StructureShape.new(name: 'IamCredentialProvider')
|
|
411
459
|
IamCredentialProviderRegionString = Shapes::StringShape.new(name: 'IamCredentialProviderRegionString')
|
|
412
460
|
IamCredentialProviderServiceString = Shapes::StringShape.new(name: 'IamCredentialProviderServiceString')
|
|
461
|
+
IamPrincipal = Shapes::StructureShape.new(name: 'IamPrincipal')
|
|
462
|
+
IamPrincipalArn = Shapes::StringShape.new(name: 'IamPrincipalArn')
|
|
413
463
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
|
414
464
|
IamSigningRegion = Shapes::StringShape.new(name: 'IamSigningRegion')
|
|
415
465
|
IamSigningServiceName = Shapes::StringShape.new(name: 'IamSigningServiceName')
|
|
416
466
|
InboundTokenClaimNameType = Shapes::StringShape.new(name: 'InboundTokenClaimNameType')
|
|
417
467
|
InboundTokenClaimValueType = Shapes::StringShape.new(name: 'InboundTokenClaimValueType')
|
|
468
|
+
IncludedData = Shapes::StringShape.new(name: 'IncludedData')
|
|
418
469
|
IncludedOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigInput')
|
|
419
470
|
IncludedOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigOutput')
|
|
420
471
|
InferenceConfiguration = Shapes::StructureShape.new(name: 'InferenceConfiguration')
|
|
@@ -461,9 +512,17 @@ module Aws::BedrockAgentCoreControl
|
|
|
461
512
|
ListBrowsersResponse = Shapes::StructureShape.new(name: 'ListBrowsersResponse')
|
|
462
513
|
ListCodeInterpretersRequest = Shapes::StructureShape.new(name: 'ListCodeInterpretersRequest')
|
|
463
514
|
ListCodeInterpretersResponse = Shapes::StructureShape.new(name: 'ListCodeInterpretersResponse')
|
|
515
|
+
ListConfigurationBundleVersionsRequest = Shapes::StructureShape.new(name: 'ListConfigurationBundleVersionsRequest')
|
|
516
|
+
ListConfigurationBundleVersionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListConfigurationBundleVersionsRequestMaxResultsInteger')
|
|
517
|
+
ListConfigurationBundleVersionsResponse = Shapes::StructureShape.new(name: 'ListConfigurationBundleVersionsResponse')
|
|
518
|
+
ListConfigurationBundlesRequest = Shapes::StructureShape.new(name: 'ListConfigurationBundlesRequest')
|
|
519
|
+
ListConfigurationBundlesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListConfigurationBundlesRequestMaxResultsInteger')
|
|
520
|
+
ListConfigurationBundlesResponse = Shapes::StructureShape.new(name: 'ListConfigurationBundlesResponse')
|
|
464
521
|
ListEvaluatorsRequest = Shapes::StructureShape.new(name: 'ListEvaluatorsRequest')
|
|
465
522
|
ListEvaluatorsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListEvaluatorsRequestMaxResultsInteger')
|
|
466
523
|
ListEvaluatorsResponse = Shapes::StructureShape.new(name: 'ListEvaluatorsResponse')
|
|
524
|
+
ListGatewayRulesRequest = Shapes::StructureShape.new(name: 'ListGatewayRulesRequest')
|
|
525
|
+
ListGatewayRulesResponse = Shapes::StructureShape.new(name: 'ListGatewayRulesResponse')
|
|
467
526
|
ListGatewayTargetsRequest = Shapes::StructureShape.new(name: 'ListGatewayTargetsRequest')
|
|
468
527
|
ListGatewayTargetsResponse = Shapes::StructureShape.new(name: 'ListGatewayTargetsResponse')
|
|
469
528
|
ListGatewaysRequest = Shapes::StructureShape.new(name: 'ListGatewaysRequest')
|
|
@@ -502,6 +561,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
502
561
|
MCPGatewayConfiguration = Shapes::StructureShape.new(name: 'MCPGatewayConfiguration')
|
|
503
562
|
ManagedResourceDetails = Shapes::StructureShape.new(name: 'ManagedResourceDetails')
|
|
504
563
|
ManagedVpcResource = Shapes::StructureShape.new(name: 'ManagedVpcResource')
|
|
564
|
+
MatchPathPattern = Shapes::StringShape.new(name: 'MatchPathPattern')
|
|
565
|
+
MatchPaths = Shapes::StructureShape.new(name: 'MatchPaths')
|
|
566
|
+
MatchPathsAnyOfList = Shapes::ListShape.new(name: 'MatchPathsAnyOfList')
|
|
567
|
+
MatchPrincipalEntry = Shapes::UnionShape.new(name: 'MatchPrincipalEntry')
|
|
568
|
+
MatchPrincipals = Shapes::StructureShape.new(name: 'MatchPrincipals')
|
|
569
|
+
MatchPrincipalsAnyOfList = Shapes::ListShape.new(name: 'MatchPrincipalsAnyOfList')
|
|
505
570
|
MatchValueString = Shapes::StringShape.new(name: 'MatchValueString')
|
|
506
571
|
MatchValueStringList = Shapes::ListShape.new(name: 'MatchValueStringList')
|
|
507
572
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
@@ -610,6 +675,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
610
675
|
PolicyStatus = Shapes::StringShape.new(name: 'PolicyStatus')
|
|
611
676
|
PolicyStatusReasons = Shapes::ListShape.new(name: 'PolicyStatusReasons')
|
|
612
677
|
PolicyValidationMode = Shapes::StringShape.new(name: 'PolicyValidationMode')
|
|
678
|
+
PrincipalMatchOperator = Shapes::StringShape.new(name: 'PrincipalMatchOperator')
|
|
613
679
|
PrivateEndpoint = Shapes::UnionShape.new(name: 'PrivateEndpoint')
|
|
614
680
|
PrivateEndpointManagedResources = Shapes::ListShape.new(name: 'PrivateEndpointManagedResources')
|
|
615
681
|
PrivateEndpointOverride = Shapes::StructureShape.new(name: 'PrivateEndpointOverride')
|
|
@@ -665,10 +731,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
665
731
|
RestApiMethod = Shapes::StringShape.new(name: 'RestApiMethod')
|
|
666
732
|
RestApiMethods = Shapes::ListShape.new(name: 'RestApiMethods')
|
|
667
733
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
734
|
+
RouteToTargetAction = Shapes::UnionShape.new(name: 'RouteToTargetAction')
|
|
668
735
|
RoutingDomain = Shapes::StringShape.new(name: 'RoutingDomain')
|
|
669
736
|
Rule = Shapes::StructureShape.new(name: 'Rule')
|
|
737
|
+
RuntimeArn = Shapes::StringShape.new(name: 'RuntimeArn')
|
|
670
738
|
RuntimeContainerUri = Shapes::StringShape.new(name: 'RuntimeContainerUri')
|
|
671
739
|
RuntimeMetadataConfiguration = Shapes::StructureShape.new(name: 'RuntimeMetadataConfiguration')
|
|
740
|
+
RuntimeQualifier = Shapes::StringShape.new(name: 'RuntimeQualifier')
|
|
741
|
+
RuntimeTargetConfiguration = Shapes::StructureShape.new(name: 'RuntimeTargetConfiguration')
|
|
672
742
|
S3BucketUri = Shapes::StringShape.new(name: 'S3BucketUri')
|
|
673
743
|
S3Configuration = Shapes::StructureShape.new(name: 'S3Configuration')
|
|
674
744
|
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
|
@@ -722,6 +792,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
722
792
|
StartPolicyGenerationRequest = Shapes::StructureShape.new(name: 'StartPolicyGenerationRequest')
|
|
723
793
|
StartPolicyGenerationResponse = Shapes::StructureShape.new(name: 'StartPolicyGenerationResponse')
|
|
724
794
|
Statement = Shapes::StringShape.new(name: 'Statement')
|
|
795
|
+
StaticOverride = Shapes::StructureShape.new(name: 'StaticOverride')
|
|
796
|
+
StaticOverrideBundleVersionString = Shapes::StringShape.new(name: 'StaticOverrideBundleVersionString')
|
|
797
|
+
StaticRoute = Shapes::StructureShape.new(name: 'StaticRoute')
|
|
725
798
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
726
799
|
StatusReason = Shapes::StringShape.new(name: 'StatusReason')
|
|
727
800
|
StatusReasons = Shapes::ListShape.new(name: 'StatusReasons')
|
|
@@ -743,6 +816,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
743
816
|
SynchronizationType = Shapes::StringShape.new(name: 'SynchronizationType')
|
|
744
817
|
SynchronizeGatewayTargetsRequest = Shapes::StructureShape.new(name: 'SynchronizeGatewayTargetsRequest')
|
|
745
818
|
SynchronizeGatewayTargetsResponse = Shapes::StructureShape.new(name: 'SynchronizeGatewayTargetsResponse')
|
|
819
|
+
SystemManagedBlock = Shapes::StructureShape.new(name: 'SystemManagedBlock')
|
|
746
820
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
747
821
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
748
822
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
@@ -757,10 +831,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
757
831
|
TargetMaxResults = Shapes::IntegerShape.new(name: 'TargetMaxResults')
|
|
758
832
|
TargetName = Shapes::StringShape.new(name: 'TargetName')
|
|
759
833
|
TargetNextToken = Shapes::StringShape.new(name: 'TargetNextToken')
|
|
834
|
+
TargetProtocolType = Shapes::StringShape.new(name: 'TargetProtocolType')
|
|
760
835
|
TargetResourcePriority = Shapes::IntegerShape.new(name: 'TargetResourcePriority')
|
|
761
836
|
TargetStatus = Shapes::StringShape.new(name: 'TargetStatus')
|
|
762
837
|
TargetSummaries = Shapes::ListShape.new(name: 'TargetSummaries')
|
|
763
838
|
TargetSummary = Shapes::StructureShape.new(name: 'TargetSummary')
|
|
839
|
+
TargetTrafficSplitEntries = Shapes::ListShape.new(name: 'TargetTrafficSplitEntries')
|
|
840
|
+
TargetTrafficSplitEntry = Shapes::StructureShape.new(name: 'TargetTrafficSplitEntry')
|
|
841
|
+
TargetTrafficSplitEntryDescriptionString = Shapes::StringShape.new(name: 'TargetTrafficSplitEntryDescriptionString')
|
|
842
|
+
TargetTrafficSplitEntryNameString = Shapes::StringShape.new(name: 'TargetTrafficSplitEntryNameString')
|
|
843
|
+
TargetTrafficSplitEntryWeightInteger = Shapes::IntegerShape.new(name: 'TargetTrafficSplitEntryWeightInteger')
|
|
764
844
|
Temperature = Shapes::FloatShape.new(name: 'Temperature')
|
|
765
845
|
TenantIdType = Shapes::StringShape.new(name: 'TenantIdType')
|
|
766
846
|
ThrottledException = Shapes::StructureShape.new(name: 'ThrottledException')
|
|
@@ -783,6 +863,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
783
863
|
ToolsDefinition = Shapes::StructureShape.new(name: 'ToolsDefinition')
|
|
784
864
|
TopK = Shapes::IntegerShape.new(name: 'TopK')
|
|
785
865
|
TopP = Shapes::FloatShape.new(name: 'TopP')
|
|
866
|
+
TrafficSplitEntries = Shapes::ListShape.new(name: 'TrafficSplitEntries')
|
|
867
|
+
TrafficSplitEntry = Shapes::StructureShape.new(name: 'TrafficSplitEntry')
|
|
868
|
+
TrafficSplitEntryDescriptionString = Shapes::StringShape.new(name: 'TrafficSplitEntryDescriptionString')
|
|
869
|
+
TrafficSplitEntryNameString = Shapes::StringShape.new(name: 'TrafficSplitEntryNameString')
|
|
870
|
+
TrafficSplitEntryWeightInteger = Shapes::IntegerShape.new(name: 'TrafficSplitEntryWeightInteger')
|
|
871
|
+
TrafficSplitMetadataKey = Shapes::StringShape.new(name: 'TrafficSplitMetadataKey')
|
|
872
|
+
TrafficSplitMetadataMap = Shapes::MapShape.new(name: 'TrafficSplitMetadataMap')
|
|
873
|
+
TrafficSplitMetadataValue = Shapes::StringShape.new(name: 'TrafficSplitMetadataValue')
|
|
786
874
|
TriggerCondition = Shapes::UnionShape.new(name: 'TriggerCondition')
|
|
787
875
|
TriggerConditionInput = Shapes::UnionShape.new(name: 'TriggerConditionInput')
|
|
788
876
|
TriggerConditionInputList = Shapes::ListShape.new(name: 'TriggerConditionInputList')
|
|
@@ -797,10 +885,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
797
885
|
UpdateAgentRuntimeResponse = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeResponse')
|
|
798
886
|
UpdateApiKeyCredentialProviderRequest = Shapes::StructureShape.new(name: 'UpdateApiKeyCredentialProviderRequest')
|
|
799
887
|
UpdateApiKeyCredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdateApiKeyCredentialProviderResponse')
|
|
888
|
+
UpdateConfigurationBundleRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationBundleRequest')
|
|
889
|
+
UpdateConfigurationBundleRequestCommitMessageString = Shapes::StringShape.new(name: 'UpdateConfigurationBundleRequestCommitMessageString')
|
|
890
|
+
UpdateConfigurationBundleResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationBundleResponse')
|
|
800
891
|
UpdateEvaluatorRequest = Shapes::StructureShape.new(name: 'UpdateEvaluatorRequest')
|
|
801
892
|
UpdateEvaluatorResponse = Shapes::StructureShape.new(name: 'UpdateEvaluatorResponse')
|
|
802
893
|
UpdateGatewayRequest = Shapes::StructureShape.new(name: 'UpdateGatewayRequest')
|
|
803
894
|
UpdateGatewayResponse = Shapes::StructureShape.new(name: 'UpdateGatewayResponse')
|
|
895
|
+
UpdateGatewayRuleRequest = Shapes::StructureShape.new(name: 'UpdateGatewayRuleRequest')
|
|
896
|
+
UpdateGatewayRuleResponse = Shapes::StructureShape.new(name: 'UpdateGatewayRuleResponse')
|
|
804
897
|
UpdateGatewayTargetRequest = Shapes::StructureShape.new(name: 'UpdateGatewayTargetRequest')
|
|
805
898
|
UpdateGatewayTargetResponse = Shapes::StructureShape.new(name: 'UpdateGatewayTargetResponse')
|
|
806
899
|
UpdateHarnessRequest = Shapes::StructureShape.new(name: 'UpdateHarnessRequest')
|
|
@@ -855,8 +948,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
855
948
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
856
949
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
857
950
|
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
|
951
|
+
VersionCreatedBySource = Shapes::StructureShape.new(name: 'VersionCreatedBySource')
|
|
952
|
+
VersionFilter = Shapes::StructureShape.new(name: 'VersionFilter')
|
|
953
|
+
VersionLineageMetadata = Shapes::StructureShape.new(name: 'VersionLineageMetadata')
|
|
954
|
+
VersionLineageMetadataCommitMessageString = Shapes::StringShape.new(name: 'VersionLineageMetadataCommitMessageString')
|
|
858
955
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
|
859
956
|
VpcIdentifier = Shapes::StringShape.new(name: 'VpcIdentifier')
|
|
957
|
+
WeightedOverride = Shapes::StructureShape.new(name: 'WeightedOverride')
|
|
958
|
+
WeightedRoute = Shapes::StructureShape.new(name: 'WeightedRoute')
|
|
860
959
|
WorkloadIdentityArn = Shapes::StringShape.new(name: 'WorkloadIdentityArn')
|
|
861
960
|
WorkloadIdentityArnType = Shapes::StringShape.new(name: 'WorkloadIdentityArnType')
|
|
862
961
|
WorkloadIdentityDetails = Shapes::StructureShape.new(name: 'WorkloadIdentityDetails')
|
|
@@ -871,6 +970,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
871
970
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
872
971
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
873
972
|
|
|
973
|
+
Action.add_member(:configuration_bundle, Shapes::ShapeRef.new(shape: ConfigurationBundleAction, location_name: "configurationBundle"))
|
|
974
|
+
Action.add_member(:route_to_target, Shapes::ShapeRef.new(shape: RouteToTargetAction, location_name: "routeToTarget"))
|
|
975
|
+
Action.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
976
|
+
Action.add_member_subclass(:configuration_bundle, Types::Action::ConfigurationBundle)
|
|
977
|
+
Action.add_member_subclass(:route_to_target, Types::Action::RouteToTarget)
|
|
978
|
+
Action.add_member_subclass(:unknown, Types::Action::Unknown)
|
|
979
|
+
Action.struct_class = Types::Action
|
|
980
|
+
|
|
981
|
+
Actions.member = Shapes::ShapeRef.new(shape: Action)
|
|
982
|
+
|
|
874
983
|
AgentCardDefinition.add_member(:schema_version, Shapes::ShapeRef.new(shape: SchemaVersion, location_name: "schemaVersion"))
|
|
875
984
|
AgentCardDefinition.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
|
|
876
985
|
AgentCardDefinition.struct_class = Types::AgentCardDefinition
|
|
@@ -1115,9 +1224,56 @@ module Aws::BedrockAgentCoreControl
|
|
|
1115
1224
|
CodeInterpreterSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
|
|
1116
1225
|
CodeInterpreterSummary.struct_class = Types::CodeInterpreterSummary
|
|
1117
1226
|
|
|
1227
|
+
ComponentConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "configuration"))
|
|
1228
|
+
ComponentConfiguration.struct_class = Types::ComponentConfiguration
|
|
1229
|
+
|
|
1230
|
+
ComponentConfigurationMap.key = Shapes::ShapeRef.new(shape: ComponentIdentifier)
|
|
1231
|
+
ComponentConfigurationMap.value = Shapes::ShapeRef.new(shape: ComponentConfiguration)
|
|
1232
|
+
|
|
1118
1233
|
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1119
1234
|
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
|
1120
1235
|
|
|
1236
|
+
Condition.add_member(:match_principals, Shapes::ShapeRef.new(shape: MatchPrincipals, location_name: "matchPrincipals"))
|
|
1237
|
+
Condition.add_member(:match_paths, Shapes::ShapeRef.new(shape: MatchPaths, location_name: "matchPaths"))
|
|
1238
|
+
Condition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1239
|
+
Condition.add_member_subclass(:match_principals, Types::Condition::MatchPrincipals)
|
|
1240
|
+
Condition.add_member_subclass(:match_paths, Types::Condition::MatchPaths)
|
|
1241
|
+
Condition.add_member_subclass(:unknown, Types::Condition::Unknown)
|
|
1242
|
+
Condition.struct_class = Types::Condition
|
|
1243
|
+
|
|
1244
|
+
Conditions.member = Shapes::ShapeRef.new(shape: Condition)
|
|
1245
|
+
|
|
1246
|
+
ConfigurationBundleAction.add_member(:static_override, Shapes::ShapeRef.new(shape: StaticOverride, location_name: "staticOverride"))
|
|
1247
|
+
ConfigurationBundleAction.add_member(:weighted_override, Shapes::ShapeRef.new(shape: WeightedOverride, location_name: "weightedOverride"))
|
|
1248
|
+
ConfigurationBundleAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1249
|
+
ConfigurationBundleAction.add_member_subclass(:static_override, Types::ConfigurationBundleAction::StaticOverride)
|
|
1250
|
+
ConfigurationBundleAction.add_member_subclass(:weighted_override, Types::ConfigurationBundleAction::WeightedOverride)
|
|
1251
|
+
ConfigurationBundleAction.add_member_subclass(:unknown, Types::ConfigurationBundleAction::Unknown)
|
|
1252
|
+
ConfigurationBundleAction.struct_class = Types::ConfigurationBundleAction
|
|
1253
|
+
|
|
1254
|
+
ConfigurationBundleReference.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: GatewayConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
1255
|
+
ConfigurationBundleReference.add_member(:bundle_version, Shapes::ShapeRef.new(shape: ConfigurationBundleReferenceBundleVersionString, required: true, location_name: "bundleVersion"))
|
|
1256
|
+
ConfigurationBundleReference.struct_class = Types::ConfigurationBundleReference
|
|
1257
|
+
|
|
1258
|
+
ConfigurationBundleSummary.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
1259
|
+
ConfigurationBundleSummary.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
1260
|
+
ConfigurationBundleSummary.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, required: true, location_name: "bundleName"))
|
|
1261
|
+
ConfigurationBundleSummary.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
1262
|
+
ConfigurationBundleSummary.struct_class = Types::ConfigurationBundleSummary
|
|
1263
|
+
|
|
1264
|
+
ConfigurationBundleSummaryList.member = Shapes::ShapeRef.new(shape: ConfigurationBundleSummary)
|
|
1265
|
+
|
|
1266
|
+
ConfigurationBundleVersionList.member = Shapes::ShapeRef.new(shape: ConfigurationBundleVersion)
|
|
1267
|
+
|
|
1268
|
+
ConfigurationBundleVersionSummary.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
1269
|
+
ConfigurationBundleVersionSummary.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
1270
|
+
ConfigurationBundleVersionSummary.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
1271
|
+
ConfigurationBundleVersionSummary.add_member(:lineage_metadata, Shapes::ShapeRef.new(shape: VersionLineageMetadata, location_name: "lineageMetadata"))
|
|
1272
|
+
ConfigurationBundleVersionSummary.add_member(:version_created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "versionCreatedAt"))
|
|
1273
|
+
ConfigurationBundleVersionSummary.struct_class = Types::ConfigurationBundleVersionSummary
|
|
1274
|
+
|
|
1275
|
+
ConfigurationBundleVersionSummaryList.member = Shapes::ShapeRef.new(shape: ConfigurationBundleVersionSummary)
|
|
1276
|
+
|
|
1121
1277
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
1122
1278
|
ConflictException.struct_class = Types::ConflictException
|
|
1123
1279
|
|
|
@@ -1235,11 +1391,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
1235
1391
|
CreateCodeInterpreterResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterStatus, required: true, location_name: "status"))
|
|
1236
1392
|
CreateCodeInterpreterResponse.struct_class = Types::CreateCodeInterpreterResponse
|
|
1237
1393
|
|
|
1394
|
+
CreateConfigurationBundleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1395
|
+
CreateConfigurationBundleRequest.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, required: true, location_name: "bundleName"))
|
|
1396
|
+
CreateConfigurationBundleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
1397
|
+
CreateConfigurationBundleRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationMap, required: true, location_name: "components"))
|
|
1398
|
+
CreateConfigurationBundleRequest.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "branchName"))
|
|
1399
|
+
CreateConfigurationBundleRequest.add_member(:commit_message, Shapes::ShapeRef.new(shape: CreateConfigurationBundleRequestCommitMessageString, location_name: "commitMessage"))
|
|
1400
|
+
CreateConfigurationBundleRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: VersionCreatedBySource, location_name: "createdBy"))
|
|
1401
|
+
CreateConfigurationBundleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1402
|
+
CreateConfigurationBundleRequest.struct_class = Types::CreateConfigurationBundleRequest
|
|
1403
|
+
|
|
1404
|
+
CreateConfigurationBundleResponse.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
1405
|
+
CreateConfigurationBundleResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
1406
|
+
CreateConfigurationBundleResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
1407
|
+
CreateConfigurationBundleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
1408
|
+
CreateConfigurationBundleResponse.struct_class = Types::CreateConfigurationBundleResponse
|
|
1409
|
+
|
|
1238
1410
|
CreateEvaluatorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1239
1411
|
CreateEvaluatorRequest.add_member(:evaluator_name, Shapes::ShapeRef.new(shape: CustomEvaluatorName, required: true, location_name: "evaluatorName"))
|
|
1240
1412
|
CreateEvaluatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluatorDescription, location_name: "description"))
|
|
1241
1413
|
CreateEvaluatorRequest.add_member(:evaluator_config, Shapes::ShapeRef.new(shape: EvaluatorConfig, required: true, location_name: "evaluatorConfig"))
|
|
1242
1414
|
CreateEvaluatorRequest.add_member(:level, Shapes::ShapeRef.new(shape: EvaluatorLevel, required: true, location_name: "level"))
|
|
1415
|
+
CreateEvaluatorRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1243
1416
|
CreateEvaluatorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1244
1417
|
CreateEvaluatorRequest.struct_class = Types::CreateEvaluatorRequest
|
|
1245
1418
|
|
|
@@ -1253,7 +1426,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1253
1426
|
CreateGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
1254
1427
|
CreateGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1255
1428
|
CreateGatewayRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1256
|
-
CreateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
1429
|
+
CreateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
1257
1430
|
CreateGatewayRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
1258
1431
|
CreateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
1259
1432
|
CreateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -1274,7 +1447,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1274
1447
|
CreateGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
|
|
1275
1448
|
CreateGatewayResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
1276
1449
|
CreateGatewayResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
1277
|
-
CreateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
1450
|
+
CreateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
1278
1451
|
CreateGatewayResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
1279
1452
|
CreateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
1280
1453
|
CreateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -1285,6 +1458,25 @@ module Aws::BedrockAgentCoreControl
|
|
|
1285
1458
|
CreateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
1286
1459
|
CreateGatewayResponse.struct_class = Types::CreateGatewayResponse
|
|
1287
1460
|
|
|
1461
|
+
CreateGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1462
|
+
CreateGatewayRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1463
|
+
CreateGatewayRuleRequest.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
1464
|
+
CreateGatewayRuleRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
1465
|
+
CreateGatewayRuleRequest.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
1466
|
+
CreateGatewayRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
1467
|
+
CreateGatewayRuleRequest.struct_class = Types::CreateGatewayRuleRequest
|
|
1468
|
+
|
|
1469
|
+
CreateGatewayRuleResponse.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
1470
|
+
CreateGatewayRuleResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
1471
|
+
CreateGatewayRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
1472
|
+
CreateGatewayRuleResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
1473
|
+
CreateGatewayRuleResponse.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
1474
|
+
CreateGatewayRuleResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
1475
|
+
CreateGatewayRuleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1476
|
+
CreateGatewayRuleResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
1477
|
+
CreateGatewayRuleResponse.add_member(:system, Shapes::ShapeRef.new(shape: SystemManagedBlock, location_name: "system"))
|
|
1478
|
+
CreateGatewayRuleResponse.struct_class = Types::CreateGatewayRuleResponse
|
|
1479
|
+
|
|
1288
1480
|
CreateGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1289
1481
|
CreateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
|
|
1290
1482
|
CreateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
@@ -1310,6 +1502,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1310
1502
|
CreateGatewayTargetResponse.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1311
1503
|
CreateGatewayTargetResponse.add_member(:private_endpoint_managed_resources, Shapes::ShapeRef.new(shape: PrivateEndpointManagedResources, location_name: "privateEndpointManagedResources"))
|
|
1312
1504
|
CreateGatewayTargetResponse.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationData, location_name: "authorizationData"))
|
|
1505
|
+
CreateGatewayTargetResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
1313
1506
|
CreateGatewayTargetResponse.struct_class = Types::CreateGatewayTargetResponse
|
|
1314
1507
|
|
|
1315
1508
|
CreateHarnessRequest.add_member(:harness_name, Shapes::ShapeRef.new(shape: HarnessName, required: true, location_name: "harnessName"))
|
|
@@ -1646,6 +1839,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
1646
1839
|
DeleteCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
1647
1840
|
DeleteCodeInterpreterResponse.struct_class = Types::DeleteCodeInterpreterResponse
|
|
1648
1841
|
|
|
1842
|
+
DeleteConfigurationBundleRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
1843
|
+
DeleteConfigurationBundleRequest.struct_class = Types::DeleteConfigurationBundleRequest
|
|
1844
|
+
|
|
1845
|
+
DeleteConfigurationBundleResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
1846
|
+
DeleteConfigurationBundleResponse.add_member(:status, Shapes::ShapeRef.new(shape: ConfigurationBundleStatus, required: true, location_name: "status"))
|
|
1847
|
+
DeleteConfigurationBundleResponse.struct_class = Types::DeleteConfigurationBundleResponse
|
|
1848
|
+
|
|
1649
1849
|
DeleteEvaluatorRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
|
|
1650
1850
|
DeleteEvaluatorRequest.struct_class = Types::DeleteEvaluatorRequest
|
|
1651
1851
|
|
|
@@ -1662,6 +1862,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
1662
1862
|
DeleteGatewayResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
|
|
1663
1863
|
DeleteGatewayResponse.struct_class = Types::DeleteGatewayResponse
|
|
1664
1864
|
|
|
1865
|
+
DeleteGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1866
|
+
DeleteGatewayRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location: "uri", location_name: "ruleId"))
|
|
1867
|
+
DeleteGatewayRuleRequest.struct_class = Types::DeleteGatewayRuleRequest
|
|
1868
|
+
|
|
1869
|
+
DeleteGatewayRuleResponse.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
1870
|
+
DeleteGatewayRuleResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
1871
|
+
DeleteGatewayRuleResponse.struct_class = Types::DeleteGatewayRuleResponse
|
|
1872
|
+
|
|
1665
1873
|
DeleteGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1666
1874
|
DeleteGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
|
|
1667
1875
|
DeleteGatewayTargetRequest.struct_class = Types::DeleteGatewayTargetRequest
|
|
@@ -1849,6 +2057,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1849
2057
|
EvaluatorSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
1850
2058
|
EvaluatorSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
1851
2059
|
EvaluatorSummary.add_member(:locked_for_modification, Shapes::ShapeRef.new(shape: Boolean, location_name: "lockedForModification"))
|
|
2060
|
+
EvaluatorSummary.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1852
2061
|
EvaluatorSummary.struct_class = Types::EvaluatorSummary
|
|
1853
2062
|
|
|
1854
2063
|
EvaluatorSummaryList.member = Shapes::ShapeRef.new(shape: EvaluatorSummary)
|
|
@@ -1913,6 +2122,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
1913
2122
|
GatewayProtocolConfiguration.add_member_subclass(:unknown, Types::GatewayProtocolConfiguration::Unknown)
|
|
1914
2123
|
GatewayProtocolConfiguration.struct_class = Types::GatewayProtocolConfiguration
|
|
1915
2124
|
|
|
2125
|
+
GatewayRuleDetail.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
2126
|
+
GatewayRuleDetail.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
2127
|
+
GatewayRuleDetail.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
2128
|
+
GatewayRuleDetail.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
2129
|
+
GatewayRuleDetail.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
2130
|
+
GatewayRuleDetail.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
2131
|
+
GatewayRuleDetail.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2132
|
+
GatewayRuleDetail.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
2133
|
+
GatewayRuleDetail.add_member(:system, Shapes::ShapeRef.new(shape: SystemManagedBlock, location_name: "system"))
|
|
2134
|
+
GatewayRuleDetail.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
2135
|
+
GatewayRuleDetail.struct_class = Types::GatewayRuleDetail
|
|
2136
|
+
|
|
2137
|
+
GatewayRules.member = Shapes::ShapeRef.new(shape: GatewayRuleDetail)
|
|
2138
|
+
|
|
1916
2139
|
GatewaySummaries.member = Shapes::ShapeRef.new(shape: GatewaySummary)
|
|
1917
2140
|
|
|
1918
2141
|
GatewaySummary.add_member(:gateway_id, Shapes::ShapeRef.new(shape: GatewayId, required: true, location_name: "gatewayId"))
|
|
@@ -1922,7 +2145,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1922
2145
|
GatewaySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1923
2146
|
GatewaySummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
1924
2147
|
GatewaySummary.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
1925
|
-
GatewaySummary.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
2148
|
+
GatewaySummary.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
1926
2149
|
GatewaySummary.struct_class = Types::GatewaySummary
|
|
1927
2150
|
|
|
1928
2151
|
GatewayTarget.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
@@ -1940,6 +2163,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1940
2163
|
GatewayTarget.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1941
2164
|
GatewayTarget.add_member(:private_endpoint_managed_resources, Shapes::ShapeRef.new(shape: PrivateEndpointManagedResources, location_name: "privateEndpointManagedResources"))
|
|
1942
2165
|
GatewayTarget.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationData, location_name: "authorizationData"))
|
|
2166
|
+
GatewayTarget.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
1943
2167
|
GatewayTarget.struct_class = Types::GatewayTarget
|
|
1944
2168
|
|
|
1945
2169
|
GatewayTargetList.member = Shapes::ShapeRef.new(shape: GatewayTarget)
|
|
@@ -2047,7 +2271,38 @@ module Aws::BedrockAgentCoreControl
|
|
|
2047
2271
|
GetCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
2048
2272
|
GetCodeInterpreterResponse.struct_class = Types::GetCodeInterpreterResponse
|
|
2049
2273
|
|
|
2274
|
+
GetConfigurationBundleRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
2275
|
+
GetConfigurationBundleRequest.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location: "querystring", location_name: "branchName"))
|
|
2276
|
+
GetConfigurationBundleRequest.struct_class = Types::GetConfigurationBundleRequest
|
|
2277
|
+
|
|
2278
|
+
GetConfigurationBundleResponse.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
2279
|
+
GetConfigurationBundleResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
2280
|
+
GetConfigurationBundleResponse.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, required: true, location_name: "bundleName"))
|
|
2281
|
+
GetConfigurationBundleResponse.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
2282
|
+
GetConfigurationBundleResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
2283
|
+
GetConfigurationBundleResponse.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationMap, required: true, location_name: "components"))
|
|
2284
|
+
GetConfigurationBundleResponse.add_member(:lineage_metadata, Shapes::ShapeRef.new(shape: VersionLineageMetadata, location_name: "lineageMetadata"))
|
|
2285
|
+
GetConfigurationBundleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
2286
|
+
GetConfigurationBundleResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
2287
|
+
GetConfigurationBundleResponse.struct_class = Types::GetConfigurationBundleResponse
|
|
2288
|
+
|
|
2289
|
+
GetConfigurationBundleVersionRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
2290
|
+
GetConfigurationBundleVersionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location: "uri", location_name: "versionId"))
|
|
2291
|
+
GetConfigurationBundleVersionRequest.struct_class = Types::GetConfigurationBundleVersionRequest
|
|
2292
|
+
|
|
2293
|
+
GetConfigurationBundleVersionResponse.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
2294
|
+
GetConfigurationBundleVersionResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
2295
|
+
GetConfigurationBundleVersionResponse.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, required: true, location_name: "bundleName"))
|
|
2296
|
+
GetConfigurationBundleVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
2297
|
+
GetConfigurationBundleVersionResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
2298
|
+
GetConfigurationBundleVersionResponse.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationMap, required: true, location_name: "components"))
|
|
2299
|
+
GetConfigurationBundleVersionResponse.add_member(:lineage_metadata, Shapes::ShapeRef.new(shape: VersionLineageMetadata, location_name: "lineageMetadata"))
|
|
2300
|
+
GetConfigurationBundleVersionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
2301
|
+
GetConfigurationBundleVersionResponse.add_member(:version_created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "versionCreatedAt"))
|
|
2302
|
+
GetConfigurationBundleVersionResponse.struct_class = Types::GetConfigurationBundleVersionResponse
|
|
2303
|
+
|
|
2050
2304
|
GetEvaluatorRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
|
|
2305
|
+
GetEvaluatorRequest.add_member(:included_data, Shapes::ShapeRef.new(shape: IncludedData, location: "querystring", location_name: "includedData"))
|
|
2051
2306
|
GetEvaluatorRequest.struct_class = Types::GetEvaluatorRequest
|
|
2052
2307
|
|
|
2053
2308
|
GetEvaluatorResponse.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: EvaluatorArn, required: true, location_name: "evaluatorArn"))
|
|
@@ -2060,6 +2315,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2060
2315
|
GetEvaluatorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
2061
2316
|
GetEvaluatorResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
2062
2317
|
GetEvaluatorResponse.add_member(:locked_for_modification, Shapes::ShapeRef.new(shape: Boolean, location_name: "lockedForModification"))
|
|
2318
|
+
GetEvaluatorResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
2063
2319
|
GetEvaluatorResponse.struct_class = Types::GetEvaluatorResponse
|
|
2064
2320
|
|
|
2065
2321
|
GetGatewayRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
@@ -2075,7 +2331,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2075
2331
|
GetGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
|
|
2076
2332
|
GetGatewayResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
2077
2333
|
GetGatewayResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
2078
|
-
GetGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
2334
|
+
GetGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
2079
2335
|
GetGatewayResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
2080
2336
|
GetGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
2081
2337
|
GetGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -2086,6 +2342,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
2086
2342
|
GetGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
2087
2343
|
GetGatewayResponse.struct_class = Types::GetGatewayResponse
|
|
2088
2344
|
|
|
2345
|
+
GetGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
2346
|
+
GetGatewayRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location: "uri", location_name: "ruleId"))
|
|
2347
|
+
GetGatewayRuleRequest.struct_class = Types::GetGatewayRuleRequest
|
|
2348
|
+
|
|
2349
|
+
GetGatewayRuleResponse.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
2350
|
+
GetGatewayRuleResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
2351
|
+
GetGatewayRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
2352
|
+
GetGatewayRuleResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
2353
|
+
GetGatewayRuleResponse.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
2354
|
+
GetGatewayRuleResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
2355
|
+
GetGatewayRuleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2356
|
+
GetGatewayRuleResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
2357
|
+
GetGatewayRuleResponse.add_member(:system, Shapes::ShapeRef.new(shape: SystemManagedBlock, location_name: "system"))
|
|
2358
|
+
GetGatewayRuleResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
2359
|
+
GetGatewayRuleResponse.struct_class = Types::GetGatewayRuleResponse
|
|
2360
|
+
|
|
2089
2361
|
GetGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
2090
2362
|
GetGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
|
|
2091
2363
|
GetGatewayTargetRequest.struct_class = Types::GetGatewayTargetRequest
|
|
@@ -2105,6 +2377,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2105
2377
|
GetGatewayTargetResponse.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
2106
2378
|
GetGatewayTargetResponse.add_member(:private_endpoint_managed_resources, Shapes::ShapeRef.new(shape: PrivateEndpointManagedResources, location_name: "privateEndpointManagedResources"))
|
|
2107
2379
|
GetGatewayTargetResponse.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationData, location_name: "authorizationData"))
|
|
2380
|
+
GetGatewayTargetResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
2108
2381
|
GetGatewayTargetResponse.struct_class = Types::GetGatewayTargetResponse
|
|
2109
2382
|
|
|
2110
2383
|
GetHarnessRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
@@ -2482,10 +2755,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
2482
2755
|
HttpHeadersMap.key = Shapes::ShapeRef.new(shape: HttpHeaderKey)
|
|
2483
2756
|
HttpHeadersMap.value = Shapes::ShapeRef.new(shape: HttpHeaderValue)
|
|
2484
2757
|
|
|
2758
|
+
HttpTargetConfiguration.add_member(:agentcore_runtime, Shapes::ShapeRef.new(shape: RuntimeTargetConfiguration, location_name: "agentcoreRuntime"))
|
|
2759
|
+
HttpTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2760
|
+
HttpTargetConfiguration.add_member_subclass(:agentcore_runtime, Types::HttpTargetConfiguration::AgentcoreRuntime)
|
|
2761
|
+
HttpTargetConfiguration.add_member_subclass(:unknown, Types::HttpTargetConfiguration::Unknown)
|
|
2762
|
+
HttpTargetConfiguration.struct_class = Types::HttpTargetConfiguration
|
|
2763
|
+
|
|
2485
2764
|
IamCredentialProvider.add_member(:service, Shapes::ShapeRef.new(shape: IamCredentialProviderServiceString, required: true, location_name: "service"))
|
|
2486
2765
|
IamCredentialProvider.add_member(:region, Shapes::ShapeRef.new(shape: IamCredentialProviderRegionString, location_name: "region"))
|
|
2487
2766
|
IamCredentialProvider.struct_class = Types::IamCredentialProvider
|
|
2488
2767
|
|
|
2768
|
+
IamPrincipal.add_member(:arn, Shapes::ShapeRef.new(shape: IamPrincipalArn, required: true, location_name: "arn"))
|
|
2769
|
+
IamPrincipal.add_member(:operator, Shapes::ShapeRef.new(shape: PrincipalMatchOperator, location_name: "operator"))
|
|
2770
|
+
IamPrincipal.struct_class = Types::IamPrincipal
|
|
2771
|
+
|
|
2489
2772
|
IncludedOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
2490
2773
|
IncludedOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
|
2491
2774
|
IncludedOauth2ProviderConfigInput.add_member(:issuer, Shapes::ShapeRef.new(shape: IssuerUrlType, location_name: "issuer"))
|
|
@@ -2615,6 +2898,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
2615
2898
|
ListCodeInterpretersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
2616
2899
|
ListCodeInterpretersResponse.struct_class = Types::ListCodeInterpretersResponse
|
|
2617
2900
|
|
|
2901
|
+
ListConfigurationBundleVersionsRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
2902
|
+
ListConfigurationBundleVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
2903
|
+
ListConfigurationBundleVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListConfigurationBundleVersionsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
2904
|
+
ListConfigurationBundleVersionsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: VersionFilter, location_name: "filter"))
|
|
2905
|
+
ListConfigurationBundleVersionsRequest.struct_class = Types::ListConfigurationBundleVersionsRequest
|
|
2906
|
+
|
|
2907
|
+
ListConfigurationBundleVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ConfigurationBundleVersionSummaryList, required: true, location_name: "versions"))
|
|
2908
|
+
ListConfigurationBundleVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
2909
|
+
ListConfigurationBundleVersionsResponse.struct_class = Types::ListConfigurationBundleVersionsResponse
|
|
2910
|
+
|
|
2911
|
+
ListConfigurationBundlesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
2912
|
+
ListConfigurationBundlesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListConfigurationBundlesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
2913
|
+
ListConfigurationBundlesRequest.struct_class = Types::ListConfigurationBundlesRequest
|
|
2914
|
+
|
|
2915
|
+
ListConfigurationBundlesResponse.add_member(:bundles, Shapes::ShapeRef.new(shape: ConfigurationBundleSummaryList, required: true, location_name: "bundles"))
|
|
2916
|
+
ListConfigurationBundlesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
2917
|
+
ListConfigurationBundlesResponse.struct_class = Types::ListConfigurationBundlesResponse
|
|
2918
|
+
|
|
2618
2919
|
ListEvaluatorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
2619
2920
|
ListEvaluatorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEvaluatorsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
2620
2921
|
ListEvaluatorsRequest.struct_class = Types::ListEvaluatorsRequest
|
|
@@ -2623,6 +2924,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
2623
2924
|
ListEvaluatorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
2624
2925
|
ListEvaluatorsResponse.struct_class = Types::ListEvaluatorsResponse
|
|
2625
2926
|
|
|
2927
|
+
ListGatewayRulesRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
2928
|
+
ListGatewayRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GatewayRuleMaxResults, location: "querystring", location_name: "maxResults"))
|
|
2929
|
+
ListGatewayRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GatewayRuleNextToken, location: "querystring", location_name: "nextToken"))
|
|
2930
|
+
ListGatewayRulesRequest.struct_class = Types::ListGatewayRulesRequest
|
|
2931
|
+
|
|
2932
|
+
ListGatewayRulesResponse.add_member(:gateway_rules, Shapes::ShapeRef.new(shape: GatewayRules, required: true, location_name: "gatewayRules"))
|
|
2933
|
+
ListGatewayRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GatewayRuleNextToken, location_name: "nextToken"))
|
|
2934
|
+
ListGatewayRulesResponse.struct_class = Types::ListGatewayRulesResponse
|
|
2935
|
+
|
|
2626
2936
|
ListGatewayTargetsRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
2627
2937
|
ListGatewayTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TargetMaxResults, location: "querystring", location_name: "maxResults"))
|
|
2628
2938
|
ListGatewayTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: TargetNextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -2767,6 +3077,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
2767
3077
|
ManagedVpcResource.add_member(:routing_domain, Shapes::ShapeRef.new(shape: RoutingDomain, location_name: "routingDomain"))
|
|
2768
3078
|
ManagedVpcResource.struct_class = Types::ManagedVpcResource
|
|
2769
3079
|
|
|
3080
|
+
MatchPaths.add_member(:any_of, Shapes::ShapeRef.new(shape: MatchPathsAnyOfList, required: true, location_name: "anyOf"))
|
|
3081
|
+
MatchPaths.struct_class = Types::MatchPaths
|
|
3082
|
+
|
|
3083
|
+
MatchPathsAnyOfList.member = Shapes::ShapeRef.new(shape: MatchPathPattern)
|
|
3084
|
+
|
|
3085
|
+
MatchPrincipalEntry.add_member(:iam_principal, Shapes::ShapeRef.new(shape: IamPrincipal, location_name: "iamPrincipal"))
|
|
3086
|
+
MatchPrincipalEntry.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3087
|
+
MatchPrincipalEntry.add_member_subclass(:iam_principal, Types::MatchPrincipalEntry::IamPrincipal)
|
|
3088
|
+
MatchPrincipalEntry.add_member_subclass(:unknown, Types::MatchPrincipalEntry::Unknown)
|
|
3089
|
+
MatchPrincipalEntry.struct_class = Types::MatchPrincipalEntry
|
|
3090
|
+
|
|
3091
|
+
MatchPrincipals.add_member(:any_of, Shapes::ShapeRef.new(shape: MatchPrincipalsAnyOfList, required: true, location_name: "anyOf"))
|
|
3092
|
+
MatchPrincipals.struct_class = Types::MatchPrincipals
|
|
3093
|
+
|
|
3094
|
+
MatchPrincipalsAnyOfList.member = Shapes::ShapeRef.new(shape: MatchPrincipalEntry)
|
|
3095
|
+
|
|
2770
3096
|
MatchValueStringList.member = Shapes::ShapeRef.new(shape: MatchValueString)
|
|
2771
3097
|
|
|
2772
3098
|
McpDescriptor.add_member(:server, Shapes::ShapeRef.new(shape: ServerDefinition, location_name: "server"))
|
|
@@ -2779,8 +3105,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
2779
3105
|
|
|
2780
3106
|
McpServerTargetConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: McpServerTargetConfigurationEndpointString, required: true, location_name: "endpoint"))
|
|
2781
3107
|
McpServerTargetConfiguration.add_member(:mcp_tool_schema, Shapes::ShapeRef.new(shape: McpToolSchemaConfiguration, location_name: "mcpToolSchema"))
|
|
2782
|
-
McpServerTargetConfiguration.add_member(:resource_priority, Shapes::ShapeRef.new(shape: TargetResourcePriority, location_name: "resourcePriority"))
|
|
2783
3108
|
McpServerTargetConfiguration.add_member(:listing_mode, Shapes::ShapeRef.new(shape: ListingMode, location_name: "listingMode"))
|
|
3109
|
+
McpServerTargetConfiguration.add_member(:resource_priority, Shapes::ShapeRef.new(shape: TargetResourcePriority, location_name: "resourcePriority"))
|
|
2784
3110
|
McpServerTargetConfiguration.struct_class = Types::McpServerTargetConfiguration
|
|
2785
3111
|
|
|
2786
3112
|
McpSupportedVersions.member = Shapes::ShapeRef.new(shape: McpVersion)
|
|
@@ -3238,6 +3564,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
3238
3564
|
|
|
3239
3565
|
RestApiMethods.member = Shapes::ShapeRef.new(shape: RestApiMethod)
|
|
3240
3566
|
|
|
3567
|
+
RouteToTargetAction.add_member(:static_route, Shapes::ShapeRef.new(shape: StaticRoute, location_name: "staticRoute"))
|
|
3568
|
+
RouteToTargetAction.add_member(:weighted_route, Shapes::ShapeRef.new(shape: WeightedRoute, location_name: "weightedRoute"))
|
|
3569
|
+
RouteToTargetAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3570
|
+
RouteToTargetAction.add_member_subclass(:static_route, Types::RouteToTargetAction::StaticRoute)
|
|
3571
|
+
RouteToTargetAction.add_member_subclass(:weighted_route, Types::RouteToTargetAction::WeightedRoute)
|
|
3572
|
+
RouteToTargetAction.add_member_subclass(:unknown, Types::RouteToTargetAction::Unknown)
|
|
3573
|
+
RouteToTargetAction.struct_class = Types::RouteToTargetAction
|
|
3574
|
+
|
|
3241
3575
|
Rule.add_member(:sampling_config, Shapes::ShapeRef.new(shape: SamplingConfig, required: true, location_name: "samplingConfig"))
|
|
3242
3576
|
Rule.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
|
3243
3577
|
Rule.add_member(:session_config, Shapes::ShapeRef.new(shape: SessionConfig, location_name: "sessionConfig"))
|
|
@@ -3246,6 +3580,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3246
3580
|
RuntimeMetadataConfiguration.add_member(:require_mmdsv2, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "requireMMDSV2"))
|
|
3247
3581
|
RuntimeMetadataConfiguration.struct_class = Types::RuntimeMetadataConfiguration
|
|
3248
3582
|
|
|
3583
|
+
RuntimeTargetConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: RuntimeArn, required: true, location_name: "arn"))
|
|
3584
|
+
RuntimeTargetConfiguration.add_member(:qualifier, Shapes::ShapeRef.new(shape: RuntimeQualifier, location_name: "qualifier"))
|
|
3585
|
+
RuntimeTargetConfiguration.struct_class = Types::RuntimeTargetConfiguration
|
|
3586
|
+
|
|
3249
3587
|
S3Configuration.add_member(:uri, Shapes::ShapeRef.new(shape: S3BucketUri, location_name: "uri"))
|
|
3250
3588
|
S3Configuration.add_member(:bucket_owner_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "bucketOwnerAccountId"))
|
|
3251
3589
|
S3Configuration.struct_class = Types::S3Configuration
|
|
@@ -3389,6 +3727,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
3389
3727
|
StartPolicyGenerationResponse.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
|
|
3390
3728
|
StartPolicyGenerationResponse.struct_class = Types::StartPolicyGenerationResponse
|
|
3391
3729
|
|
|
3730
|
+
StaticOverride.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: GatewayConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
3731
|
+
StaticOverride.add_member(:bundle_version, Shapes::ShapeRef.new(shape: StaticOverrideBundleVersionString, required: true, location_name: "bundleVersion"))
|
|
3732
|
+
StaticOverride.struct_class = Types::StaticOverride
|
|
3733
|
+
|
|
3734
|
+
StaticRoute.add_member(:target_name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "targetName"))
|
|
3735
|
+
StaticRoute.struct_class = Types::StaticRoute
|
|
3736
|
+
|
|
3392
3737
|
StatusReasons.member = Shapes::ShapeRef.new(shape: StatusReason)
|
|
3393
3738
|
|
|
3394
3739
|
StrategyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "type"))
|
|
@@ -3451,6 +3796,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3451
3796
|
SynchronizeGatewayTargetsResponse.add_member(:targets, Shapes::ShapeRef.new(shape: GatewayTargetList, location_name: "targets"))
|
|
3452
3797
|
SynchronizeGatewayTargetsResponse.struct_class = Types::SynchronizeGatewayTargetsResponse
|
|
3453
3798
|
|
|
3799
|
+
SystemManagedBlock.add_member(:managed_by, Shapes::ShapeRef.new(shape: String, required: true, location_name: "managedBy"))
|
|
3800
|
+
SystemManagedBlock.struct_class = Types::SystemManagedBlock
|
|
3801
|
+
|
|
3454
3802
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
3455
3803
|
|
|
3456
3804
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
|
@@ -3463,8 +3811,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3463
3811
|
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
3464
3812
|
|
|
3465
3813
|
TargetConfiguration.add_member(:mcp, Shapes::ShapeRef.new(shape: McpTargetConfiguration, location_name: "mcp"))
|
|
3814
|
+
TargetConfiguration.add_member(:http, Shapes::ShapeRef.new(shape: HttpTargetConfiguration, location_name: "http"))
|
|
3466
3815
|
TargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3467
3816
|
TargetConfiguration.add_member_subclass(:mcp, Types::TargetConfiguration::Mcp)
|
|
3817
|
+
TargetConfiguration.add_member_subclass(:http, Types::TargetConfiguration::Http)
|
|
3468
3818
|
TargetConfiguration.add_member_subclass(:unknown, Types::TargetConfiguration::Unknown)
|
|
3469
3819
|
TargetConfiguration.struct_class = Types::TargetConfiguration
|
|
3470
3820
|
|
|
@@ -3481,6 +3831,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
3481
3831
|
TargetSummary.add_member(:resource_priority, Shapes::ShapeRef.new(shape: TargetResourcePriority, location_name: "resourcePriority"))
|
|
3482
3832
|
TargetSummary.struct_class = Types::TargetSummary
|
|
3483
3833
|
|
|
3834
|
+
TargetTrafficSplitEntries.member = Shapes::ShapeRef.new(shape: TargetTrafficSplitEntry)
|
|
3835
|
+
|
|
3836
|
+
TargetTrafficSplitEntry.add_member(:name, Shapes::ShapeRef.new(shape: TargetTrafficSplitEntryNameString, required: true, location_name: "name"))
|
|
3837
|
+
TargetTrafficSplitEntry.add_member(:weight, Shapes::ShapeRef.new(shape: TargetTrafficSplitEntryWeightInteger, required: true, location_name: "weight"))
|
|
3838
|
+
TargetTrafficSplitEntry.add_member(:target_name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "targetName"))
|
|
3839
|
+
TargetTrafficSplitEntry.add_member(:description, Shapes::ShapeRef.new(shape: TargetTrafficSplitEntryDescriptionString, location_name: "description"))
|
|
3840
|
+
TargetTrafficSplitEntry.add_member(:metadata, Shapes::ShapeRef.new(shape: TrafficSplitMetadataMap, location_name: "metadata"))
|
|
3841
|
+
TargetTrafficSplitEntry.struct_class = Types::TargetTrafficSplitEntry
|
|
3842
|
+
|
|
3484
3843
|
ThrottledException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
3485
3844
|
ThrottledException.struct_class = Types::ThrottledException
|
|
3486
3845
|
|
|
@@ -3521,6 +3880,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
3521
3880
|
ToolsDefinition.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
|
|
3522
3881
|
ToolsDefinition.struct_class = Types::ToolsDefinition
|
|
3523
3882
|
|
|
3883
|
+
TrafficSplitEntries.member = Shapes::ShapeRef.new(shape: TrafficSplitEntry)
|
|
3884
|
+
|
|
3885
|
+
TrafficSplitEntry.add_member(:name, Shapes::ShapeRef.new(shape: TrafficSplitEntryNameString, required: true, location_name: "name"))
|
|
3886
|
+
TrafficSplitEntry.add_member(:weight, Shapes::ShapeRef.new(shape: TrafficSplitEntryWeightInteger, required: true, location_name: "weight"))
|
|
3887
|
+
TrafficSplitEntry.add_member(:configuration_bundle, Shapes::ShapeRef.new(shape: ConfigurationBundleReference, required: true, location_name: "configurationBundle"))
|
|
3888
|
+
TrafficSplitEntry.add_member(:description, Shapes::ShapeRef.new(shape: TrafficSplitEntryDescriptionString, location_name: "description"))
|
|
3889
|
+
TrafficSplitEntry.add_member(:metadata, Shapes::ShapeRef.new(shape: TrafficSplitMetadataMap, location_name: "metadata"))
|
|
3890
|
+
TrafficSplitEntry.struct_class = Types::TrafficSplitEntry
|
|
3891
|
+
|
|
3892
|
+
TrafficSplitMetadataMap.key = Shapes::ShapeRef.new(shape: TrafficSplitMetadataKey)
|
|
3893
|
+
TrafficSplitMetadataMap.value = Shapes::ShapeRef.new(shape: TrafficSplitMetadataValue)
|
|
3894
|
+
|
|
3524
3895
|
TriggerCondition.add_member(:message_based_trigger, Shapes::ShapeRef.new(shape: MessageBasedTrigger, location_name: "messageBasedTrigger"))
|
|
3525
3896
|
TriggerCondition.add_member(:token_based_trigger, Shapes::ShapeRef.new(shape: TokenBasedTrigger, location_name: "tokenBasedTrigger"))
|
|
3526
3897
|
TriggerCondition.add_member(:time_based_trigger, Shapes::ShapeRef.new(shape: TimeBasedTrigger, location_name: "timeBasedTrigger"))
|
|
@@ -3607,11 +3978,29 @@ module Aws::BedrockAgentCoreControl
|
|
|
3607
3978
|
UpdateApiKeyCredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
3608
3979
|
UpdateApiKeyCredentialProviderResponse.struct_class = Types::UpdateApiKeyCredentialProviderResponse
|
|
3609
3980
|
|
|
3981
|
+
UpdateConfigurationBundleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
3982
|
+
UpdateConfigurationBundleRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
3983
|
+
UpdateConfigurationBundleRequest.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, location_name: "bundleName"))
|
|
3984
|
+
UpdateConfigurationBundleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
3985
|
+
UpdateConfigurationBundleRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationMap, location_name: "components"))
|
|
3986
|
+
UpdateConfigurationBundleRequest.add_member(:parent_version_ids, Shapes::ShapeRef.new(shape: ConfigurationBundleVersionList, location_name: "parentVersionIds"))
|
|
3987
|
+
UpdateConfigurationBundleRequest.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "branchName"))
|
|
3988
|
+
UpdateConfigurationBundleRequest.add_member(:commit_message, Shapes::ShapeRef.new(shape: UpdateConfigurationBundleRequestCommitMessageString, location_name: "commitMessage"))
|
|
3989
|
+
UpdateConfigurationBundleRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: VersionCreatedBySource, location_name: "createdBy"))
|
|
3990
|
+
UpdateConfigurationBundleRequest.struct_class = Types::UpdateConfigurationBundleRequest
|
|
3991
|
+
|
|
3992
|
+
UpdateConfigurationBundleResponse.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
3993
|
+
UpdateConfigurationBundleResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
3994
|
+
UpdateConfigurationBundleResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
3995
|
+
UpdateConfigurationBundleResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
3996
|
+
UpdateConfigurationBundleResponse.struct_class = Types::UpdateConfigurationBundleResponse
|
|
3997
|
+
|
|
3610
3998
|
UpdateEvaluatorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
3611
3999
|
UpdateEvaluatorRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
|
|
3612
4000
|
UpdateEvaluatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluatorDescription, location_name: "description"))
|
|
3613
4001
|
UpdateEvaluatorRequest.add_member(:evaluator_config, Shapes::ShapeRef.new(shape: EvaluatorConfig, location_name: "evaluatorConfig"))
|
|
3614
4002
|
UpdateEvaluatorRequest.add_member(:level, Shapes::ShapeRef.new(shape: EvaluatorLevel, location_name: "level"))
|
|
4003
|
+
UpdateEvaluatorRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
3615
4004
|
UpdateEvaluatorRequest.struct_class = Types::UpdateEvaluatorRequest
|
|
3616
4005
|
|
|
3617
4006
|
UpdateEvaluatorResponse.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: EvaluatorArn, required: true, location_name: "evaluatorArn"))
|
|
@@ -3624,7 +4013,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3624
4013
|
UpdateGatewayRequest.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
|
|
3625
4014
|
UpdateGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
3626
4015
|
UpdateGatewayRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
3627
|
-
UpdateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
4016
|
+
UpdateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
3628
4017
|
UpdateGatewayRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
3629
4018
|
UpdateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
3630
4019
|
UpdateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -3644,7 +4033,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3644
4033
|
UpdateGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
|
|
3645
4034
|
UpdateGatewayResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
3646
4035
|
UpdateGatewayResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
3647
|
-
UpdateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
4036
|
+
UpdateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
3648
4037
|
UpdateGatewayResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
3649
4038
|
UpdateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
3650
4039
|
UpdateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -3655,6 +4044,26 @@ module Aws::BedrockAgentCoreControl
|
|
|
3655
4044
|
UpdateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
3656
4045
|
UpdateGatewayResponse.struct_class = Types::UpdateGatewayResponse
|
|
3657
4046
|
|
|
4047
|
+
UpdateGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
4048
|
+
UpdateGatewayRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location: "uri", location_name: "ruleId"))
|
|
4049
|
+
UpdateGatewayRuleRequest.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, location_name: "priority"))
|
|
4050
|
+
UpdateGatewayRuleRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
4051
|
+
UpdateGatewayRuleRequest.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, location_name: "actions"))
|
|
4052
|
+
UpdateGatewayRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
4053
|
+
UpdateGatewayRuleRequest.struct_class = Types::UpdateGatewayRuleRequest
|
|
4054
|
+
|
|
4055
|
+
UpdateGatewayRuleResponse.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
4056
|
+
UpdateGatewayRuleResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
4057
|
+
UpdateGatewayRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
4058
|
+
UpdateGatewayRuleResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
4059
|
+
UpdateGatewayRuleResponse.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
4060
|
+
UpdateGatewayRuleResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
4061
|
+
UpdateGatewayRuleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
4062
|
+
UpdateGatewayRuleResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
4063
|
+
UpdateGatewayRuleResponse.add_member(:system, Shapes::ShapeRef.new(shape: SystemManagedBlock, location_name: "system"))
|
|
4064
|
+
UpdateGatewayRuleResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
4065
|
+
UpdateGatewayRuleResponse.struct_class = Types::UpdateGatewayRuleResponse
|
|
4066
|
+
|
|
3658
4067
|
UpdateGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
3659
4068
|
UpdateGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
|
|
3660
4069
|
UpdateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
|
|
@@ -3680,6 +4089,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3680
4089
|
UpdateGatewayTargetResponse.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
3681
4090
|
UpdateGatewayTargetResponse.add_member(:private_endpoint_managed_resources, Shapes::ShapeRef.new(shape: PrivateEndpointManagedResources, location_name: "privateEndpointManagedResources"))
|
|
3682
4091
|
UpdateGatewayTargetResponse.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationData, location_name: "authorizationData"))
|
|
4092
|
+
UpdateGatewayTargetResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
3683
4093
|
UpdateGatewayTargetResponse.struct_class = Types::UpdateGatewayTargetResponse
|
|
3684
4094
|
|
|
3685
4095
|
UpdateHarnessRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
@@ -3956,10 +4366,31 @@ module Aws::BedrockAgentCoreControl
|
|
|
3956
4366
|
|
|
3957
4367
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
3958
4368
|
|
|
4369
|
+
VersionCreatedBySource.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
4370
|
+
VersionCreatedBySource.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
|
4371
|
+
VersionCreatedBySource.struct_class = Types::VersionCreatedBySource
|
|
4372
|
+
|
|
4373
|
+
VersionFilter.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "branchName"))
|
|
4374
|
+
VersionFilter.add_member(:created_by_name, Shapes::ShapeRef.new(shape: String, location_name: "createdByName"))
|
|
4375
|
+
VersionFilter.add_member(:latest_per_branch, Shapes::ShapeRef.new(shape: Boolean, location_name: "latestPerBranch"))
|
|
4376
|
+
VersionFilter.struct_class = Types::VersionFilter
|
|
4377
|
+
|
|
4378
|
+
VersionLineageMetadata.add_member(:parent_version_ids, Shapes::ShapeRef.new(shape: ConfigurationBundleVersionList, location_name: "parentVersionIds"))
|
|
4379
|
+
VersionLineageMetadata.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "branchName"))
|
|
4380
|
+
VersionLineageMetadata.add_member(:created_by, Shapes::ShapeRef.new(shape: VersionCreatedBySource, location_name: "createdBy"))
|
|
4381
|
+
VersionLineageMetadata.add_member(:commit_message, Shapes::ShapeRef.new(shape: VersionLineageMetadataCommitMessageString, location_name: "commitMessage"))
|
|
4382
|
+
VersionLineageMetadata.struct_class = Types::VersionLineageMetadata
|
|
4383
|
+
|
|
3959
4384
|
VpcConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, required: true, location_name: "securityGroups"))
|
|
3960
4385
|
VpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
|
|
3961
4386
|
VpcConfig.struct_class = Types::VpcConfig
|
|
3962
4387
|
|
|
4388
|
+
WeightedOverride.add_member(:traffic_split, Shapes::ShapeRef.new(shape: TrafficSplitEntries, required: true, location_name: "trafficSplit"))
|
|
4389
|
+
WeightedOverride.struct_class = Types::WeightedOverride
|
|
4390
|
+
|
|
4391
|
+
WeightedRoute.add_member(:traffic_split, Shapes::ShapeRef.new(shape: TargetTrafficSplitEntries, required: true, location_name: "trafficSplit"))
|
|
4392
|
+
WeightedRoute.struct_class = Types::WeightedRoute
|
|
4393
|
+
|
|
3963
4394
|
WorkloadIdentityDetails.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArn, required: true, location_name: "workloadIdentityArn"))
|
|
3964
4395
|
WorkloadIdentityDetails.struct_class = Types::WorkloadIdentityDetails
|
|
3965
4396
|
|
|
@@ -4078,6 +4509,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
4078
4509
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4079
4510
|
end)
|
|
4080
4511
|
|
|
4512
|
+
api.add_operation(:create_configuration_bundle, Seahorse::Model::Operation.new.tap do |o|
|
|
4513
|
+
o.name = "CreateConfigurationBundle"
|
|
4514
|
+
o.http_method = "POST"
|
|
4515
|
+
o.http_request_uri = "/configuration-bundles/create"
|
|
4516
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConfigurationBundleRequest)
|
|
4517
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConfigurationBundleResponse)
|
|
4518
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
4519
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4520
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4521
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4522
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4523
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4524
|
+
end)
|
|
4525
|
+
|
|
4081
4526
|
api.add_operation(:create_evaluator, Seahorse::Model::Operation.new.tap do |o|
|
|
4082
4527
|
o.name = "CreateEvaluator"
|
|
4083
4528
|
o.http_method = "POST"
|
|
@@ -4106,6 +4551,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
4106
4551
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4107
4552
|
end)
|
|
4108
4553
|
|
|
4554
|
+
api.add_operation(:create_gateway_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
4555
|
+
o.name = "CreateGatewayRule"
|
|
4556
|
+
o.http_method = "POST"
|
|
4557
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules"
|
|
4558
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGatewayRuleRequest)
|
|
4559
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGatewayRuleResponse)
|
|
4560
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
4561
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4562
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4563
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4564
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4565
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4566
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4567
|
+
end)
|
|
4568
|
+
|
|
4109
4569
|
api.add_operation(:create_gateway_target, Seahorse::Model::Operation.new.tap do |o|
|
|
4110
4570
|
o.name = "CreateGatewayTarget"
|
|
4111
4571
|
o.http_method = "POST"
|
|
@@ -4339,6 +4799,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
4339
4799
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4340
4800
|
end)
|
|
4341
4801
|
|
|
4802
|
+
api.add_operation(:delete_configuration_bundle, Seahorse::Model::Operation.new.tap do |o|
|
|
4803
|
+
o.name = "DeleteConfigurationBundle"
|
|
4804
|
+
o.http_method = "DELETE"
|
|
4805
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}"
|
|
4806
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConfigurationBundleRequest)
|
|
4807
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConfigurationBundleResponse)
|
|
4808
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4809
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4810
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4811
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4812
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4813
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4814
|
+
end)
|
|
4815
|
+
|
|
4342
4816
|
api.add_operation(:delete_evaluator, Seahorse::Model::Operation.new.tap do |o|
|
|
4343
4817
|
o.name = "DeleteEvaluator"
|
|
4344
4818
|
o.http_method = "DELETE"
|
|
@@ -4367,6 +4841,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
4367
4841
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4368
4842
|
end)
|
|
4369
4843
|
|
|
4844
|
+
api.add_operation(:delete_gateway_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
4845
|
+
o.name = "DeleteGatewayRule"
|
|
4846
|
+
o.http_method = "DELETE"
|
|
4847
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules/{ruleId}"
|
|
4848
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRuleRequest)
|
|
4849
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGatewayRuleResponse)
|
|
4850
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4851
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4852
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4853
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4854
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4855
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4856
|
+
end)
|
|
4857
|
+
|
|
4370
4858
|
api.add_operation(:delete_gateway_target, Seahorse::Model::Operation.new.tap do |o|
|
|
4371
4859
|
o.name = "DeleteGatewayTarget"
|
|
4372
4860
|
o.http_method = "DELETE"
|
|
@@ -4601,6 +5089,32 @@ module Aws::BedrockAgentCoreControl
|
|
|
4601
5089
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4602
5090
|
end)
|
|
4603
5091
|
|
|
5092
|
+
api.add_operation(:get_configuration_bundle, Seahorse::Model::Operation.new.tap do |o|
|
|
5093
|
+
o.name = "GetConfigurationBundle"
|
|
5094
|
+
o.http_method = "GET"
|
|
5095
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}"
|
|
5096
|
+
o.input = Shapes::ShapeRef.new(shape: GetConfigurationBundleRequest)
|
|
5097
|
+
o.output = Shapes::ShapeRef.new(shape: GetConfigurationBundleResponse)
|
|
5098
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5099
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5100
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5101
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5102
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5103
|
+
end)
|
|
5104
|
+
|
|
5105
|
+
api.add_operation(:get_configuration_bundle_version, Seahorse::Model::Operation.new.tap do |o|
|
|
5106
|
+
o.name = "GetConfigurationBundleVersion"
|
|
5107
|
+
o.http_method = "GET"
|
|
5108
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}/versions/{versionId}"
|
|
5109
|
+
o.input = Shapes::ShapeRef.new(shape: GetConfigurationBundleVersionRequest)
|
|
5110
|
+
o.output = Shapes::ShapeRef.new(shape: GetConfigurationBundleVersionResponse)
|
|
5111
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5112
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5113
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5114
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5115
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5116
|
+
end)
|
|
5117
|
+
|
|
4604
5118
|
api.add_operation(:get_evaluator, Seahorse::Model::Operation.new.tap do |o|
|
|
4605
5119
|
o.name = "GetEvaluator"
|
|
4606
5120
|
o.http_method = "GET"
|
|
@@ -4627,6 +5141,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
4627
5141
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4628
5142
|
end)
|
|
4629
5143
|
|
|
5144
|
+
api.add_operation(:get_gateway_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
5145
|
+
o.name = "GetGatewayRule"
|
|
5146
|
+
o.http_method = "GET"
|
|
5147
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules/{ruleId}"
|
|
5148
|
+
o.input = Shapes::ShapeRef.new(shape: GetGatewayRuleRequest)
|
|
5149
|
+
o.output = Shapes::ShapeRef.new(shape: GetGatewayRuleResponse)
|
|
5150
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5151
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5152
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5153
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5154
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5155
|
+
end)
|
|
5156
|
+
|
|
4630
5157
|
api.add_operation(:get_gateway_target, Seahorse::Model::Operation.new.tap do |o|
|
|
4631
5158
|
o.name = "GetGatewayTarget"
|
|
4632
5159
|
o.http_method = "GET"
|
|
@@ -4930,6 +5457,43 @@ module Aws::BedrockAgentCoreControl
|
|
|
4930
5457
|
)
|
|
4931
5458
|
end)
|
|
4932
5459
|
|
|
5460
|
+
api.add_operation(:list_configuration_bundle_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
5461
|
+
o.name = "ListConfigurationBundleVersions"
|
|
5462
|
+
o.http_method = "POST"
|
|
5463
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}/versions"
|
|
5464
|
+
o.input = Shapes::ShapeRef.new(shape: ListConfigurationBundleVersionsRequest)
|
|
5465
|
+
o.output = Shapes::ShapeRef.new(shape: ListConfigurationBundleVersionsResponse)
|
|
5466
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5467
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5468
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5469
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5470
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5471
|
+
o[:pager] = Aws::Pager.new(
|
|
5472
|
+
limit_key: "max_results",
|
|
5473
|
+
tokens: {
|
|
5474
|
+
"next_token" => "next_token"
|
|
5475
|
+
}
|
|
5476
|
+
)
|
|
5477
|
+
end)
|
|
5478
|
+
|
|
5479
|
+
api.add_operation(:list_configuration_bundles, Seahorse::Model::Operation.new.tap do |o|
|
|
5480
|
+
o.name = "ListConfigurationBundles"
|
|
5481
|
+
o.http_method = "POST"
|
|
5482
|
+
o.http_request_uri = "/configuration-bundles"
|
|
5483
|
+
o.input = Shapes::ShapeRef.new(shape: ListConfigurationBundlesRequest)
|
|
5484
|
+
o.output = Shapes::ShapeRef.new(shape: ListConfigurationBundlesResponse)
|
|
5485
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5486
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5487
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5488
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5489
|
+
o[:pager] = Aws::Pager.new(
|
|
5490
|
+
limit_key: "max_results",
|
|
5491
|
+
tokens: {
|
|
5492
|
+
"next_token" => "next_token"
|
|
5493
|
+
}
|
|
5494
|
+
)
|
|
5495
|
+
end)
|
|
5496
|
+
|
|
4933
5497
|
api.add_operation(:list_evaluators, Seahorse::Model::Operation.new.tap do |o|
|
|
4934
5498
|
o.name = "ListEvaluators"
|
|
4935
5499
|
o.http_method = "POST"
|
|
@@ -4948,6 +5512,25 @@ module Aws::BedrockAgentCoreControl
|
|
|
4948
5512
|
)
|
|
4949
5513
|
end)
|
|
4950
5514
|
|
|
5515
|
+
api.add_operation(:list_gateway_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
5516
|
+
o.name = "ListGatewayRules"
|
|
5517
|
+
o.http_method = "GET"
|
|
5518
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules"
|
|
5519
|
+
o.input = Shapes::ShapeRef.new(shape: ListGatewayRulesRequest)
|
|
5520
|
+
o.output = Shapes::ShapeRef.new(shape: ListGatewayRulesResponse)
|
|
5521
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5522
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5523
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5524
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5525
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5526
|
+
o[:pager] = Aws::Pager.new(
|
|
5527
|
+
limit_key: "max_results",
|
|
5528
|
+
tokens: {
|
|
5529
|
+
"next_token" => "next_token"
|
|
5530
|
+
}
|
|
5531
|
+
)
|
|
5532
|
+
end)
|
|
5533
|
+
|
|
4951
5534
|
api.add_operation(:list_gateway_targets, Seahorse::Model::Operation.new.tap do |o|
|
|
4952
5535
|
o.name = "ListGatewayTargets"
|
|
4953
5536
|
o.http_method = "GET"
|
|
@@ -5352,6 +5935,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
5352
5935
|
o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
|
|
5353
5936
|
end)
|
|
5354
5937
|
|
|
5938
|
+
api.add_operation(:update_configuration_bundle, Seahorse::Model::Operation.new.tap do |o|
|
|
5939
|
+
o.name = "UpdateConfigurationBundle"
|
|
5940
|
+
o.http_method = "PUT"
|
|
5941
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}"
|
|
5942
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConfigurationBundleRequest)
|
|
5943
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConfigurationBundleResponse)
|
|
5944
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5945
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5946
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5947
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5948
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5949
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5950
|
+
end)
|
|
5951
|
+
|
|
5355
5952
|
api.add_operation(:update_evaluator, Seahorse::Model::Operation.new.tap do |o|
|
|
5356
5953
|
o.name = "UpdateEvaluator"
|
|
5357
5954
|
o.http_method = "PUT"
|
|
@@ -5382,6 +5979,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
5382
5979
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5383
5980
|
end)
|
|
5384
5981
|
|
|
5982
|
+
api.add_operation(:update_gateway_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
5983
|
+
o.name = "UpdateGatewayRule"
|
|
5984
|
+
o.http_method = "PATCH"
|
|
5985
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules/{ruleId}"
|
|
5986
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRuleRequest)
|
|
5987
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGatewayRuleResponse)
|
|
5988
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5989
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5990
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5991
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5992
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5993
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5994
|
+
end)
|
|
5995
|
+
|
|
5385
5996
|
api.add_operation(:update_gateway_target, Seahorse::Model::Operation.new.tap do |o|
|
|
5386
5997
|
o.name = "UpdateGatewayTarget"
|
|
5387
5998
|
o.http_method = "PUT"
|