aws-sdk-bedrockagentcorecontrol 1.53.0 → 1.54.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 +896 -19
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +427 -2
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +1385 -190
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +110 -6
- data/sig/params.rbs +126 -13
- data/sig/types.rbs +329 -7
- metadata +1 -1
|
@@ -52,6 +52,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
52
52
|
AllowedStringListValuesList = Shapes::ListShape.new(name: 'AllowedStringListValuesList')
|
|
53
53
|
AllowedStringValue = Shapes::StringShape.new(name: 'AllowedStringValue')
|
|
54
54
|
AllowedStringValuesList = Shapes::ListShape.new(name: 'AllowedStringValuesList')
|
|
55
|
+
AllowedWorkloadConfiguration = Shapes::StructureShape.new(name: 'AllowedWorkloadConfiguration')
|
|
55
56
|
ApiGatewayTargetConfiguration = Shapes::StructureShape.new(name: 'ApiGatewayTargetConfiguration')
|
|
56
57
|
ApiGatewayToolConfiguration = Shapes::StructureShape.new(name: 'ApiGatewayToolConfiguration')
|
|
57
58
|
ApiGatewayToolFilter = Shapes::StructureShape.new(name: 'ApiGatewayToolFilter')
|
|
@@ -155,6 +156,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
155
156
|
ConfigurationBundleVersionSummary = Shapes::StructureShape.new(name: 'ConfigurationBundleVersionSummary')
|
|
156
157
|
ConfigurationBundleVersionSummaryList = Shapes::ListShape.new(name: 'ConfigurationBundleVersionSummaryList')
|
|
157
158
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
159
|
+
ConnectorConfiguration = Shapes::StructureShape.new(name: 'ConnectorConfiguration')
|
|
160
|
+
ConnectorConfigurationDescriptionString = Shapes::StringShape.new(name: 'ConnectorConfigurationDescriptionString')
|
|
161
|
+
ConnectorConfigurationNameString = Shapes::StringShape.new(name: 'ConnectorConfigurationNameString')
|
|
162
|
+
ConnectorConfigurations = Shapes::ListShape.new(name: 'ConnectorConfigurations')
|
|
163
|
+
ConnectorId = Shapes::StringShape.new(name: 'ConnectorId')
|
|
164
|
+
ConnectorParameterOverride = Shapes::StructureShape.new(name: 'ConnectorParameterOverride')
|
|
165
|
+
ConnectorParameterOverrides = Shapes::ListShape.new(name: 'ConnectorParameterOverrides')
|
|
166
|
+
ConnectorSource = Shapes::StructureShape.new(name: 'ConnectorSource')
|
|
167
|
+
ConnectorTargetConfiguration = Shapes::StructureShape.new(name: 'ConnectorTargetConfiguration')
|
|
158
168
|
ConsolidationConfiguration = Shapes::UnionShape.new(name: 'ConsolidationConfiguration')
|
|
159
169
|
ContainerConfiguration = Shapes::StructureShape.new(name: 'ContainerConfiguration')
|
|
160
170
|
Content = Shapes::UnionShape.new(name: 'Content')
|
|
@@ -189,6 +199,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
189
199
|
CreateGatewayRuleResponse = Shapes::StructureShape.new(name: 'CreateGatewayRuleResponse')
|
|
190
200
|
CreateGatewayTargetRequest = Shapes::StructureShape.new(name: 'CreateGatewayTargetRequest')
|
|
191
201
|
CreateGatewayTargetResponse = Shapes::StructureShape.new(name: 'CreateGatewayTargetResponse')
|
|
202
|
+
CreateHarnessEndpointRequest = Shapes::StructureShape.new(name: 'CreateHarnessEndpointRequest')
|
|
203
|
+
CreateHarnessEndpointResponse = Shapes::StructureShape.new(name: 'CreateHarnessEndpointResponse')
|
|
192
204
|
CreateHarnessRequest = Shapes::StructureShape.new(name: 'CreateHarnessRequest')
|
|
193
205
|
CreateHarnessResponse = Shapes::StructureShape.new(name: 'CreateHarnessResponse')
|
|
194
206
|
CreateMemoryInput = Shapes::StructureShape.new(name: 'CreateMemoryInput')
|
|
@@ -242,6 +254,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
242
254
|
CustomParameterMap = Shapes::MapShape.new(name: 'CustomParameterMap')
|
|
243
255
|
CustomReflectionConfiguration = Shapes::UnionShape.new(name: 'CustomReflectionConfiguration')
|
|
244
256
|
CustomReflectionConfigurationInput = Shapes::UnionShape.new(name: 'CustomReflectionConfigurationInput')
|
|
257
|
+
CustomTransformConfiguration = Shapes::StructureShape.new(name: 'CustomTransformConfiguration')
|
|
245
258
|
DataSourceConfig = Shapes::UnionShape.new(name: 'DataSourceConfig')
|
|
246
259
|
DataSourceType = Shapes::UnionShape.new(name: 'DataSourceType')
|
|
247
260
|
DatasetArn = Shapes::StringShape.new(name: 'DatasetArn')
|
|
@@ -292,6 +305,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
292
305
|
DeleteGatewayRuleResponse = Shapes::StructureShape.new(name: 'DeleteGatewayRuleResponse')
|
|
293
306
|
DeleteGatewayTargetRequest = Shapes::StructureShape.new(name: 'DeleteGatewayTargetRequest')
|
|
294
307
|
DeleteGatewayTargetResponse = Shapes::StructureShape.new(name: 'DeleteGatewayTargetResponse')
|
|
308
|
+
DeleteHarnessEndpointRequest = Shapes::StructureShape.new(name: 'DeleteHarnessEndpointRequest')
|
|
309
|
+
DeleteHarnessEndpointResponse = Shapes::StructureShape.new(name: 'DeleteHarnessEndpointResponse')
|
|
295
310
|
DeleteHarnessRequest = Shapes::StructureShape.new(name: 'DeleteHarnessRequest')
|
|
296
311
|
DeleteHarnessResponse = Shapes::StructureShape.new(name: 'DeleteHarnessResponse')
|
|
297
312
|
DeleteMemoryInput = Shapes::StructureShape.new(name: 'DeleteMemoryInput')
|
|
@@ -333,9 +348,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
333
348
|
DraftStatus = Shapes::StringShape.new(name: 'DraftStatus')
|
|
334
349
|
EfsAccessPointArn = Shapes::StringShape.new(name: 'EfsAccessPointArn')
|
|
335
350
|
EfsAccessPointConfiguration = Shapes::StructureShape.new(name: 'EfsAccessPointConfiguration')
|
|
351
|
+
EnabledConnectors = Shapes::ListShape.new(name: 'EnabledConnectors')
|
|
336
352
|
EncryptionFailure = Shapes::StructureShape.new(name: 'EncryptionFailure')
|
|
337
353
|
EndpointIpAddressType = Shapes::StringShape.new(name: 'EndpointIpAddressType')
|
|
338
354
|
EndpointName = Shapes::StringShape.new(name: 'EndpointName')
|
|
355
|
+
EnforcementMode = Shapes::StringShape.new(name: 'EnforcementMode')
|
|
339
356
|
EnvironmentVariableKey = Shapes::StringShape.new(name: 'EnvironmentVariableKey')
|
|
340
357
|
EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
|
|
341
358
|
EnvironmentVariablesMap = Shapes::MapShape.new(name: 'EnvironmentVariablesMap')
|
|
@@ -441,6 +458,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
441
458
|
GetGatewayRuleResponse = Shapes::StructureShape.new(name: 'GetGatewayRuleResponse')
|
|
442
459
|
GetGatewayTargetRequest = Shapes::StructureShape.new(name: 'GetGatewayTargetRequest')
|
|
443
460
|
GetGatewayTargetResponse = Shapes::StructureShape.new(name: 'GetGatewayTargetResponse')
|
|
461
|
+
GetHarnessEndpointRequest = Shapes::StructureShape.new(name: 'GetHarnessEndpointRequest')
|
|
462
|
+
GetHarnessEndpointResponse = Shapes::StructureShape.new(name: 'GetHarnessEndpointResponse')
|
|
444
463
|
GetHarnessRequest = Shapes::StructureShape.new(name: 'GetHarnessRequest')
|
|
445
464
|
GetHarnessResponse = Shapes::StructureShape.new(name: 'GetHarnessResponse')
|
|
446
465
|
GetMemoryInput = Shapes::StructureShape.new(name: 'GetMemoryInput')
|
|
@@ -493,10 +512,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
493
512
|
HarnessAllowedTool = Shapes::StringShape.new(name: 'HarnessAllowedTool')
|
|
494
513
|
HarnessAllowedTools = Shapes::ListShape.new(name: 'HarnessAllowedTools')
|
|
495
514
|
HarnessArn = Shapes::StringShape.new(name: 'HarnessArn')
|
|
515
|
+
HarnessAwsSkillPath = Shapes::StringShape.new(name: 'HarnessAwsSkillPath')
|
|
516
|
+
HarnessAwsSkillPaths = Shapes::ListShape.new(name: 'HarnessAwsSkillPaths')
|
|
496
517
|
HarnessBedrockApiFormat = Shapes::StringShape.new(name: 'HarnessBedrockApiFormat')
|
|
497
518
|
HarnessBedrockModelConfig = Shapes::StructureShape.new(name: 'HarnessBedrockModelConfig')
|
|
498
519
|
HarnessBrowserArn = Shapes::StringShape.new(name: 'HarnessBrowserArn')
|
|
499
520
|
HarnessCodeInterpreterArn = Shapes::StringShape.new(name: 'HarnessCodeInterpreterArn')
|
|
521
|
+
HarnessDisabledMemoryConfiguration = Shapes::StructureShape.new(name: 'HarnessDisabledMemoryConfiguration')
|
|
522
|
+
HarnessEndpoint = Shapes::StructureShape.new(name: 'HarnessEndpoint')
|
|
523
|
+
HarnessEndpointArn = Shapes::StringShape.new(name: 'HarnessEndpointArn')
|
|
524
|
+
HarnessEndpointDescription = Shapes::StringShape.new(name: 'HarnessEndpointDescription')
|
|
525
|
+
HarnessEndpointName = Shapes::StringShape.new(name: 'HarnessEndpointName')
|
|
526
|
+
HarnessEndpointStatus = Shapes::StringShape.new(name: 'HarnessEndpointStatus')
|
|
527
|
+
HarnessEndpoints = Shapes::ListShape.new(name: 'HarnessEndpoints')
|
|
500
528
|
HarnessEnvironmentArtifact = Shapes::UnionShape.new(name: 'HarnessEnvironmentArtifact')
|
|
501
529
|
HarnessEnvironmentProvider = Shapes::UnionShape.new(name: 'HarnessEnvironmentProvider')
|
|
502
530
|
HarnessEnvironmentProviderRequest = Shapes::UnionShape.new(name: 'HarnessEnvironmentProviderRequest')
|
|
@@ -507,6 +535,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
507
535
|
HarnessInlineFunctionDescription = Shapes::StringShape.new(name: 'HarnessInlineFunctionDescription')
|
|
508
536
|
HarnessLiteLlmApiBase = Shapes::StringShape.new(name: 'HarnessLiteLlmApiBase')
|
|
509
537
|
HarnessLiteLlmModelConfig = Shapes::StructureShape.new(name: 'HarnessLiteLlmModelConfig')
|
|
538
|
+
HarnessManagedMemoryConfiguration = Shapes::StructureShape.new(name: 'HarnessManagedMemoryConfiguration')
|
|
539
|
+
HarnessManagedMemoryConfigurationEventExpiryDurationInteger = Shapes::IntegerShape.new(name: 'HarnessManagedMemoryConfigurationEventExpiryDurationInteger')
|
|
540
|
+
HarnessManagedMemoryStrategyList = Shapes::ListShape.new(name: 'HarnessManagedMemoryStrategyList')
|
|
541
|
+
HarnessManagedMemoryStrategyType = Shapes::StringShape.new(name: 'HarnessManagedMemoryStrategyType')
|
|
510
542
|
HarnessMemoryConfiguration = Shapes::UnionShape.new(name: 'HarnessMemoryConfiguration')
|
|
511
543
|
HarnessModelConfiguration = Shapes::UnionShape.new(name: 'HarnessModelConfiguration')
|
|
512
544
|
HarnessName = Shapes::StringShape.new(name: 'HarnessName')
|
|
@@ -515,6 +547,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
515
547
|
HarnessRemoteMcpConfig = Shapes::StructureShape.new(name: 'HarnessRemoteMcpConfig')
|
|
516
548
|
HarnessRemoteMcpUrl = Shapes::StringShape.new(name: 'HarnessRemoteMcpUrl')
|
|
517
549
|
HarnessSkill = Shapes::UnionShape.new(name: 'HarnessSkill')
|
|
550
|
+
HarnessSkillAwsSkillsSource = Shapes::StructureShape.new(name: 'HarnessSkillAwsSkillsSource')
|
|
518
551
|
HarnessSkillGitAuth = Shapes::StructureShape.new(name: 'HarnessSkillGitAuth')
|
|
519
552
|
HarnessSkillGitSource = Shapes::StructureShape.new(name: 'HarnessSkillGitSource')
|
|
520
553
|
HarnessSkillGitUrl = Shapes::StringShape.new(name: 'HarnessSkillGitUrl')
|
|
@@ -537,7 +570,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
537
570
|
HarnessTruncationConfiguration = Shapes::StructureShape.new(name: 'HarnessTruncationConfiguration')
|
|
538
571
|
HarnessTruncationStrategy = Shapes::StringShape.new(name: 'HarnessTruncationStrategy')
|
|
539
572
|
HarnessTruncationStrategyConfiguration = Shapes::UnionShape.new(name: 'HarnessTruncationStrategyConfiguration')
|
|
573
|
+
HarnessVersion = Shapes::StringShape.new(name: 'HarnessVersion')
|
|
574
|
+
HarnessVersionSummaries = Shapes::ListShape.new(name: 'HarnessVersionSummaries')
|
|
575
|
+
HarnessVersionSummary = Shapes::StructureShape.new(name: 'HarnessVersionSummary')
|
|
540
576
|
HeaderName = Shapes::StringShape.new(name: 'HeaderName')
|
|
577
|
+
HostingEnvironment = Shapes::StructureShape.new(name: 'HostingEnvironment')
|
|
578
|
+
HostingEnvironmentListType = Shapes::ListShape.new(name: 'HostingEnvironmentListType')
|
|
579
|
+
HttpApiSchemaConfiguration = Shapes::StructureShape.new(name: 'HttpApiSchemaConfiguration')
|
|
541
580
|
HttpHeaderKey = Shapes::StringShape.new(name: 'HttpHeaderKey')
|
|
542
581
|
HttpHeaderName = Shapes::StringShape.new(name: 'HttpHeaderName')
|
|
543
582
|
HttpHeaderValue = Shapes::StringShape.new(name: 'HttpHeaderValue')
|
|
@@ -564,6 +603,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
564
603
|
InferenceConfigurationStopSequencesList = Shapes::ListShape.new(name: 'InferenceConfigurationStopSequencesList')
|
|
565
604
|
InferenceConfigurationTemperatureFloat = Shapes::FloatShape.new(name: 'InferenceConfigurationTemperatureFloat')
|
|
566
605
|
InferenceConfigurationTopPFloat = Shapes::FloatShape.new(name: 'InferenceConfigurationTopPFloat')
|
|
606
|
+
InferenceConnectorId = Shapes::StringShape.new(name: 'InferenceConnectorId')
|
|
607
|
+
InferenceConnectorSource = Shapes::StructureShape.new(name: 'InferenceConnectorSource')
|
|
608
|
+
InferenceConnectorTargetConfiguration = Shapes::StructureShape.new(name: 'InferenceConnectorTargetConfiguration')
|
|
609
|
+
InferenceOperationConfiguration = Shapes::StructureShape.new(name: 'InferenceOperationConfiguration')
|
|
610
|
+
InferenceOperationConfigurations = Shapes::ListShape.new(name: 'InferenceOperationConfigurations')
|
|
611
|
+
InferenceOperationPath = Shapes::StringShape.new(name: 'InferenceOperationPath')
|
|
612
|
+
InferenceProviderTargetConfiguration = Shapes::StructureShape.new(name: 'InferenceProviderTargetConfiguration')
|
|
613
|
+
InferenceTargetConfiguration = Shapes::UnionShape.new(name: 'InferenceTargetConfiguration')
|
|
567
614
|
InlineContent = Shapes::StringShape.new(name: 'InlineContent')
|
|
568
615
|
InlineExamplesSource = Shapes::StructureShape.new(name: 'InlineExamplesSource')
|
|
569
616
|
InlineExamplesSourceExamplesList = Shapes::ListShape.new(name: 'InlineExamplesSourceExamplesList')
|
|
@@ -574,6 +621,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
574
621
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
575
622
|
InterceptorConfiguration = Shapes::UnionShape.new(name: 'InterceptorConfiguration')
|
|
576
623
|
InterceptorInputConfiguration = Shapes::StructureShape.new(name: 'InterceptorInputConfiguration')
|
|
624
|
+
InterceptorPayloadExclusion = Shapes::StringShape.new(name: 'InterceptorPayloadExclusion')
|
|
625
|
+
InterceptorPayloadExclusionSelector = Shapes::UnionShape.new(name: 'InterceptorPayloadExclusionSelector')
|
|
626
|
+
InterceptorPayloadExclusionSelectorList = Shapes::ListShape.new(name: 'InterceptorPayloadExclusionSelectorList')
|
|
627
|
+
InterceptorPayloadFilter = Shapes::StructureShape.new(name: 'InterceptorPayloadFilter')
|
|
577
628
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
578
629
|
InvocationConfiguration = Shapes::StructureShape.new(name: 'InvocationConfiguration')
|
|
579
630
|
InvocationConfigurationInput = Shapes::StructureShape.new(name: 'InvocationConfigurationInput')
|
|
@@ -589,6 +640,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
589
640
|
LambdaEvaluatorConfigLambdaTimeoutInSecondsInteger = Shapes::IntegerShape.new(name: 'LambdaEvaluatorConfigLambdaTimeoutInSecondsInteger')
|
|
590
641
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
|
591
642
|
LambdaInterceptorConfiguration = Shapes::StructureShape.new(name: 'LambdaInterceptorConfiguration')
|
|
643
|
+
LambdaTransformConfiguration = Shapes::StructureShape.new(name: 'LambdaTransformConfiguration')
|
|
592
644
|
LifecycleConfiguration = Shapes::StructureShape.new(name: 'LifecycleConfiguration')
|
|
593
645
|
LifecycleConfigurationIdleRuntimeSessionTimeoutInteger = Shapes::IntegerShape.new(name: 'LifecycleConfigurationIdleRuntimeSessionTimeoutInteger')
|
|
594
646
|
LifecycleConfigurationMaxLifetimeInteger = Shapes::IntegerShape.new(name: 'LifecycleConfigurationMaxLifetimeInteger')
|
|
@@ -634,6 +686,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
634
686
|
ListGatewayTargetsResponse = Shapes::StructureShape.new(name: 'ListGatewayTargetsResponse')
|
|
635
687
|
ListGatewaysRequest = Shapes::StructureShape.new(name: 'ListGatewaysRequest')
|
|
636
688
|
ListGatewaysResponse = Shapes::StructureShape.new(name: 'ListGatewaysResponse')
|
|
689
|
+
ListHarnessEndpointsRequest = Shapes::StructureShape.new(name: 'ListHarnessEndpointsRequest')
|
|
690
|
+
ListHarnessEndpointsResponse = Shapes::StructureShape.new(name: 'ListHarnessEndpointsResponse')
|
|
691
|
+
ListHarnessVersionsRequest = Shapes::StructureShape.new(name: 'ListHarnessVersionsRequest')
|
|
692
|
+
ListHarnessVersionsResponse = Shapes::StructureShape.new(name: 'ListHarnessVersionsResponse')
|
|
637
693
|
ListHarnessesRequest = Shapes::StructureShape.new(name: 'ListHarnessesRequest')
|
|
638
694
|
ListHarnessesResponse = Shapes::StructureShape.new(name: 'ListHarnessesResponse')
|
|
639
695
|
ListMemoriesInput = Shapes::StructureShape.new(name: 'ListMemoriesInput')
|
|
@@ -730,7 +786,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
730
786
|
MetadataValueType = Shapes::StringShape.new(name: 'MetadataValueType')
|
|
731
787
|
MicrosoftOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigInput')
|
|
732
788
|
MicrosoftOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigOutput')
|
|
789
|
+
ModelEntries = Shapes::ListShape.new(name: 'ModelEntries')
|
|
790
|
+
ModelEntry = Shapes::StructureShape.new(name: 'ModelEntry')
|
|
733
791
|
ModelId = Shapes::StringShape.new(name: 'ModelId')
|
|
792
|
+
ModelMapping = Shapes::StructureShape.new(name: 'ModelMapping')
|
|
793
|
+
ModelPattern = Shapes::StringShape.new(name: 'ModelPattern')
|
|
734
794
|
ModifyConsolidationConfiguration = Shapes::UnionShape.new(name: 'ModifyConsolidationConfiguration')
|
|
735
795
|
ModifyExtractionConfiguration = Shapes::UnionShape.new(name: 'ModifyExtractionConfiguration')
|
|
736
796
|
ModifyInvocationConfigurationInput = Shapes::StructureShape.new(name: 'ModifyInvocationConfigurationInput')
|
|
@@ -785,6 +845,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
785
845
|
OnlineEvaluationExecutionStatus = Shapes::StringShape.new(name: 'OnlineEvaluationExecutionStatus')
|
|
786
846
|
OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
|
|
787
847
|
OverrideType = Shapes::StringShape.new(name: 'OverrideType')
|
|
848
|
+
PassthroughEndpoint = Shapes::StringShape.new(name: 'PassthroughEndpoint')
|
|
849
|
+
PassthroughProtocolType = Shapes::StringShape.new(name: 'PassthroughProtocolType')
|
|
850
|
+
PassthroughTargetConfiguration = Shapes::StructureShape.new(name: 'PassthroughTargetConfiguration')
|
|
788
851
|
PaymentConnectorId = Shapes::StringShape.new(name: 'PaymentConnectorId')
|
|
789
852
|
PaymentConnectorName = Shapes::StringShape.new(name: 'PaymentConnectorName')
|
|
790
853
|
PaymentConnectorStatus = Shapes::StringShape.new(name: 'PaymentConnectorStatus')
|
|
@@ -829,6 +892,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
829
892
|
PolicyGenerationSummaryList = Shapes::ListShape.new(name: 'PolicyGenerationSummaryList')
|
|
830
893
|
PolicyGenerations = Shapes::ListShape.new(name: 'PolicyGenerations')
|
|
831
894
|
PolicyName = Shapes::StringShape.new(name: 'PolicyName')
|
|
895
|
+
PolicyStatement = Shapes::StructureShape.new(name: 'PolicyStatement')
|
|
832
896
|
PolicyStatus = Shapes::StringShape.new(name: 'PolicyStatus')
|
|
833
897
|
PolicyStatusReasons = Shapes::ListShape.new(name: 'PolicyStatusReasons')
|
|
834
898
|
PolicySummary = Shapes::StructureShape.new(name: 'PolicySummary')
|
|
@@ -842,6 +906,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
842
906
|
PrivateEndpointOverrides = Shapes::ListShape.new(name: 'PrivateEndpointOverrides')
|
|
843
907
|
Prompt = Shapes::StringShape.new(name: 'Prompt')
|
|
844
908
|
ProtocolConfiguration = Shapes::StructureShape.new(name: 'ProtocolConfiguration')
|
|
909
|
+
ProviderPrefix = Shapes::StructureShape.new(name: 'ProviderPrefix')
|
|
910
|
+
ProviderPrefixSeparatorString = Shapes::StringShape.new(name: 'ProviderPrefixSeparatorString')
|
|
845
911
|
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
|
846
912
|
PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
|
|
847
913
|
RatingScale = Shapes::UnionShape.new(name: 'RatingScale')
|
|
@@ -969,6 +1035,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
969
1035
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
970
1036
|
StatusReason = Shapes::StringShape.new(name: 'StatusReason')
|
|
971
1037
|
StatusReasons = Shapes::ListShape.new(name: 'StatusReasons')
|
|
1038
|
+
StickinessConfiguration = Shapes::StructureShape.new(name: 'StickinessConfiguration')
|
|
1039
|
+
StickinessConfigurationIdentifierString = Shapes::StringShape.new(name: 'StickinessConfigurationIdentifierString')
|
|
1040
|
+
StickinessTimeout = Shapes::IntegerShape.new(name: 'StickinessTimeout')
|
|
972
1041
|
StrategyConfiguration = Shapes::StructureShape.new(name: 'StrategyConfiguration')
|
|
973
1042
|
StreamDeliveryResource = Shapes::UnionShape.new(name: 'StreamDeliveryResource')
|
|
974
1043
|
StreamDeliveryResources = Shapes::StructureShape.new(name: 'StreamDeliveryResources')
|
|
@@ -1020,6 +1089,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1020
1089
|
TargetTrafficSplitEntryDescriptionString = Shapes::StringShape.new(name: 'TargetTrafficSplitEntryDescriptionString')
|
|
1021
1090
|
TargetTrafficSplitEntryNameString = Shapes::StringShape.new(name: 'TargetTrafficSplitEntryNameString')
|
|
1022
1091
|
TargetTrafficSplitEntryWeightInteger = Shapes::IntegerShape.new(name: 'TargetTrafficSplitEntryWeightInteger')
|
|
1092
|
+
TargetType = Shapes::StringShape.new(name: 'TargetType')
|
|
1023
1093
|
Temperature = Shapes::FloatShape.new(name: 'Temperature')
|
|
1024
1094
|
TenantIdType = Shapes::StringShape.new(name: 'TenantIdType')
|
|
1025
1095
|
ThrottledException = Shapes::StructureShape.new(name: 'ThrottledException')
|
|
@@ -1082,6 +1152,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
1082
1152
|
UpdateGatewayRuleResponse = Shapes::StructureShape.new(name: 'UpdateGatewayRuleResponse')
|
|
1083
1153
|
UpdateGatewayTargetRequest = Shapes::StructureShape.new(name: 'UpdateGatewayTargetRequest')
|
|
1084
1154
|
UpdateGatewayTargetResponse = Shapes::StructureShape.new(name: 'UpdateGatewayTargetResponse')
|
|
1155
|
+
UpdateHarnessEndpointRequest = Shapes::StructureShape.new(name: 'UpdateHarnessEndpointRequest')
|
|
1156
|
+
UpdateHarnessEndpointResponse = Shapes::StructureShape.new(name: 'UpdateHarnessEndpointResponse')
|
|
1085
1157
|
UpdateHarnessRequest = Shapes::StructureShape.new(name: 'UpdateHarnessRequest')
|
|
1086
1158
|
UpdateHarnessResponse = Shapes::StructureShape.new(name: 'UpdateHarnessResponse')
|
|
1087
1159
|
UpdateMemoryInput = Shapes::StructureShape.new(name: 'UpdateMemoryInput')
|
|
@@ -1147,12 +1219,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
1147
1219
|
VersionLineageMetadataCommitMessageString = Shapes::StringShape.new(name: 'VersionLineageMetadataCommitMessageString')
|
|
1148
1220
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
|
1149
1221
|
VpcIdentifier = Shapes::StringShape.new(name: 'VpcIdentifier')
|
|
1222
|
+
WafConfiguration = Shapes::StructureShape.new(name: 'WafConfiguration')
|
|
1223
|
+
WafFailureMode = Shapes::StringShape.new(name: 'WafFailureMode')
|
|
1224
|
+
WebAclArn = Shapes::StringShape.new(name: 'WebAclArn')
|
|
1150
1225
|
WeightedOverride = Shapes::StructureShape.new(name: 'WeightedOverride')
|
|
1151
1226
|
WeightedRoute = Shapes::StructureShape.new(name: 'WeightedRoute')
|
|
1152
1227
|
WorkloadIdentityArn = Shapes::StringShape.new(name: 'WorkloadIdentityArn')
|
|
1153
1228
|
WorkloadIdentityArnType = Shapes::StringShape.new(name: 'WorkloadIdentityArnType')
|
|
1154
1229
|
WorkloadIdentityDetails = Shapes::StructureShape.new(name: 'WorkloadIdentityDetails')
|
|
1155
1230
|
WorkloadIdentityList = Shapes::ListShape.new(name: 'WorkloadIdentityList')
|
|
1231
|
+
WorkloadIdentityNameListType = Shapes::ListShape.new(name: 'WorkloadIdentityNameListType')
|
|
1156
1232
|
WorkloadIdentityNameType = Shapes::StringShape.new(name: 'WorkloadIdentityNameType')
|
|
1157
1233
|
WorkloadIdentityType = Shapes::StructureShape.new(name: 'WorkloadIdentityType')
|
|
1158
1234
|
entryPoint = Shapes::StringShape.new(name: 'entryPoint')
|
|
@@ -1243,6 +1319,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
1243
1319
|
|
|
1244
1320
|
AllowedStringValuesList.member = Shapes::ShapeRef.new(shape: AllowedStringValue)
|
|
1245
1321
|
|
|
1322
|
+
AllowedWorkloadConfiguration.add_member(:hosting_environments, Shapes::ShapeRef.new(shape: HostingEnvironmentListType, location_name: "hostingEnvironments"))
|
|
1323
|
+
AllowedWorkloadConfiguration.add_member(:workload_identities, Shapes::ShapeRef.new(shape: WorkloadIdentityNameListType, location_name: "workloadIdentities"))
|
|
1324
|
+
AllowedWorkloadConfiguration.struct_class = Types::AllowedWorkloadConfiguration
|
|
1325
|
+
|
|
1246
1326
|
ApiGatewayTargetConfiguration.add_member(:rest_api_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "restApiId"))
|
|
1247
1327
|
ApiGatewayTargetConfiguration.add_member(:stage, Shapes::ShapeRef.new(shape: String, required: true, location_name: "stage"))
|
|
1248
1328
|
ApiGatewayTargetConfiguration.add_member(:api_gateway_tool_configuration, Shapes::ShapeRef.new(shape: ApiGatewayToolConfiguration, required: true, location_name: "apiGatewayToolConfiguration"))
|
|
@@ -1513,6 +1593,29 @@ module Aws::BedrockAgentCoreControl
|
|
|
1513
1593
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
1514
1594
|
ConflictException.struct_class = Types::ConflictException
|
|
1515
1595
|
|
|
1596
|
+
ConnectorConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: ConnectorConfigurationNameString, required: true, location_name: "name"))
|
|
1597
|
+
ConnectorConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: ConnectorConfigurationDescriptionString, location_name: "description"))
|
|
1598
|
+
ConnectorConfiguration.add_member(:parameter_values, Shapes::ShapeRef.new(shape: Document, location_name: "parameterValues"))
|
|
1599
|
+
ConnectorConfiguration.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: ConnectorParameterOverrides, location_name: "parameterOverrides"))
|
|
1600
|
+
ConnectorConfiguration.struct_class = Types::ConnectorConfiguration
|
|
1601
|
+
|
|
1602
|
+
ConnectorConfigurations.member = Shapes::ShapeRef.new(shape: ConnectorConfiguration)
|
|
1603
|
+
|
|
1604
|
+
ConnectorParameterOverride.add_member(:path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "path"))
|
|
1605
|
+
ConnectorParameterOverride.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
1606
|
+
ConnectorParameterOverride.add_member(:visible, Shapes::ShapeRef.new(shape: Boolean, location_name: "visible"))
|
|
1607
|
+
ConnectorParameterOverride.struct_class = Types::ConnectorParameterOverride
|
|
1608
|
+
|
|
1609
|
+
ConnectorParameterOverrides.member = Shapes::ShapeRef.new(shape: ConnectorParameterOverride)
|
|
1610
|
+
|
|
1611
|
+
ConnectorSource.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "connectorId"))
|
|
1612
|
+
ConnectorSource.struct_class = Types::ConnectorSource
|
|
1613
|
+
|
|
1614
|
+
ConnectorTargetConfiguration.add_member(:source, Shapes::ShapeRef.new(shape: ConnectorSource, required: true, location_name: "source"))
|
|
1615
|
+
ConnectorTargetConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: EnabledConnectors, location_name: "enabled"))
|
|
1616
|
+
ConnectorTargetConfiguration.add_member(:configurations, Shapes::ShapeRef.new(shape: ConnectorConfigurations, location_name: "configurations"))
|
|
1617
|
+
ConnectorTargetConfiguration.struct_class = Types::ConnectorTargetConfiguration
|
|
1618
|
+
|
|
1516
1619
|
ConsolidationConfiguration.add_member(:custom_consolidation_configuration, Shapes::ShapeRef.new(shape: CustomConsolidationConfiguration, location_name: "customConsolidationConfiguration"))
|
|
1517
1620
|
ConsolidationConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1518
1621
|
ConsolidationConfiguration.add_member_subclass(:custom_consolidation_configuration, Types::ConsolidationConfiguration::CustomConsolidationConfiguration)
|
|
@@ -1719,10 +1822,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
1719
1822
|
CreateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
1720
1823
|
CreateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
1721
1824
|
CreateGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1825
|
+
CreateGatewayResponse.add_member(:custom_transform_configuration, Shapes::ShapeRef.new(shape: CustomTransformConfiguration, location_name: "customTransformConfiguration"))
|
|
1722
1826
|
CreateGatewayResponse.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
|
|
1723
1827
|
CreateGatewayResponse.add_member(:policy_engine_configuration, Shapes::ShapeRef.new(shape: GatewayPolicyEngineConfiguration, location_name: "policyEngineConfiguration"))
|
|
1724
1828
|
CreateGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
|
|
1725
1829
|
CreateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
1830
|
+
CreateGatewayResponse.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: WebAclArn, location_name: "webAclArn"))
|
|
1831
|
+
CreateGatewayResponse.add_member(:waf_configuration, Shapes::ShapeRef.new(shape: WafConfiguration, location_name: "wafConfiguration"))
|
|
1726
1832
|
CreateGatewayResponse.struct_class = Types::CreateGatewayResponse
|
|
1727
1833
|
|
|
1728
1834
|
CreateGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
@@ -1745,7 +1851,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1745
1851
|
CreateGatewayRuleResponse.struct_class = Types::CreateGatewayRuleResponse
|
|
1746
1852
|
|
|
1747
1853
|
CreateGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1748
|
-
CreateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName,
|
|
1854
|
+
CreateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, location_name: "name"))
|
|
1749
1855
|
CreateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
1750
1856
|
CreateGatewayTargetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1751
1857
|
CreateGatewayTargetRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
|
@@ -1772,6 +1878,17 @@ module Aws::BedrockAgentCoreControl
|
|
|
1772
1878
|
CreateGatewayTargetResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
1773
1879
|
CreateGatewayTargetResponse.struct_class = Types::CreateGatewayTargetResponse
|
|
1774
1880
|
|
|
1881
|
+
CreateHarnessEndpointRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
1882
|
+
CreateHarnessEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: HarnessEndpointName, required: true, location_name: "endpointName"))
|
|
1883
|
+
CreateHarnessEndpointRequest.add_member(:target_version, Shapes::ShapeRef.new(shape: HarnessVersion, location_name: "targetVersion"))
|
|
1884
|
+
CreateHarnessEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: HarnessEndpointDescription, location_name: "description"))
|
|
1885
|
+
CreateHarnessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1886
|
+
CreateHarnessEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1887
|
+
CreateHarnessEndpointRequest.struct_class = Types::CreateHarnessEndpointRequest
|
|
1888
|
+
|
|
1889
|
+
CreateHarnessEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: HarnessEndpoint, required: true, location_name: "endpoint"))
|
|
1890
|
+
CreateHarnessEndpointResponse.struct_class = Types::CreateHarnessEndpointResponse
|
|
1891
|
+
|
|
1775
1892
|
CreateHarnessRequest.add_member(:harness_name, Shapes::ShapeRef.new(shape: HarnessName, required: true, location_name: "harnessName"))
|
|
1776
1893
|
CreateHarnessRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1777
1894
|
CreateHarnessRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "executionRoleArn"))
|
|
@@ -1920,6 +2037,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1920
2037
|
CreatePolicyRequest.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
1921
2038
|
CreatePolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1922
2039
|
CreatePolicyRequest.add_member(:validation_mode, Shapes::ShapeRef.new(shape: PolicyValidationMode, location_name: "validationMode"))
|
|
2040
|
+
CreatePolicyRequest.add_member(:enforcement_mode, Shapes::ShapeRef.new(shape: EnforcementMode, location_name: "enforcementMode"))
|
|
1923
2041
|
CreatePolicyRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
|
|
1924
2042
|
CreatePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1925
2043
|
CreatePolicyRequest.struct_class = Types::CreatePolicyRequest
|
|
@@ -1931,6 +2049,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1931
2049
|
CreatePolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
1932
2050
|
CreatePolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
1933
2051
|
CreatePolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
2052
|
+
CreatePolicyResponse.add_member(:enforcement_mode, Shapes::ShapeRef.new(shape: EnforcementMode, location_name: "enforcementMode"))
|
|
1934
2053
|
CreatePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
1935
2054
|
CreatePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1936
2055
|
CreatePolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
@@ -2073,6 +2192,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2073
2192
|
CustomJWTAuthorizerConfiguration.add_member(:custom_claims, Shapes::ShapeRef.new(shape: CustomClaimValidationsType, location_name: "customClaims"))
|
|
2074
2193
|
CustomJWTAuthorizerConfiguration.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
2075
2194
|
CustomJWTAuthorizerConfiguration.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
|
|
2195
|
+
CustomJWTAuthorizerConfiguration.add_member(:allowed_workload_configuration, Shapes::ShapeRef.new(shape: AllowedWorkloadConfiguration, location_name: "allowedWorkloadConfiguration"))
|
|
2076
2196
|
CustomJWTAuthorizerConfiguration.struct_class = Types::CustomJWTAuthorizerConfiguration
|
|
2077
2197
|
|
|
2078
2198
|
CustomMemoryStrategyInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
|
@@ -2117,6 +2237,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
2117
2237
|
CustomReflectionConfigurationInput.add_member_subclass(:unknown, Types::CustomReflectionConfigurationInput::Unknown)
|
|
2118
2238
|
CustomReflectionConfigurationInput.struct_class = Types::CustomReflectionConfigurationInput
|
|
2119
2239
|
|
|
2240
|
+
CustomTransformConfiguration.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaTransformConfiguration, location_name: "lambda"))
|
|
2241
|
+
CustomTransformConfiguration.struct_class = Types::CustomTransformConfiguration
|
|
2242
|
+
|
|
2120
2243
|
DataSourceConfig.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsInputConfig, location_name: "cloudWatchLogs"))
|
|
2121
2244
|
DataSourceConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2122
2245
|
DataSourceConfig.add_member_subclass(:cloud_watch_logs, Types::DataSourceConfig::CloudWatchLogs)
|
|
@@ -2275,8 +2398,17 @@ module Aws::BedrockAgentCoreControl
|
|
|
2275
2398
|
DeleteGatewayTargetResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
|
|
2276
2399
|
DeleteGatewayTargetResponse.struct_class = Types::DeleteGatewayTargetResponse
|
|
2277
2400
|
|
|
2401
|
+
DeleteHarnessEndpointRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
2402
|
+
DeleteHarnessEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: HarnessEndpointName, required: true, location: "uri", location_name: "endpointName"))
|
|
2403
|
+
DeleteHarnessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2404
|
+
DeleteHarnessEndpointRequest.struct_class = Types::DeleteHarnessEndpointRequest
|
|
2405
|
+
|
|
2406
|
+
DeleteHarnessEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: HarnessEndpoint, required: true, location_name: "endpoint"))
|
|
2407
|
+
DeleteHarnessEndpointResponse.struct_class = Types::DeleteHarnessEndpointResponse
|
|
2408
|
+
|
|
2278
2409
|
DeleteHarnessRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
2279
2410
|
DeleteHarnessRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2411
|
+
DeleteHarnessRequest.add_member(:delete_managed_memory, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "deleteManagedMemory"))
|
|
2280
2412
|
DeleteHarnessRequest.struct_class = Types::DeleteHarnessRequest
|
|
2281
2413
|
|
|
2282
2414
|
DeleteHarnessResponse.add_member(:harness, Shapes::ShapeRef.new(shape: Harness, location_name: "harness"))
|
|
@@ -2355,6 +2487,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2355
2487
|
DeletePolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
2356
2488
|
DeletePolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
2357
2489
|
DeletePolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
2490
|
+
DeletePolicyResponse.add_member(:enforcement_mode, Shapes::ShapeRef.new(shape: EnforcementMode, location_name: "enforcementMode"))
|
|
2358
2491
|
DeletePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
2359
2492
|
DeletePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
2360
2493
|
DeletePolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
@@ -2392,6 +2525,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
2392
2525
|
EfsAccessPointConfiguration.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, required: true, location_name: "mountPath"))
|
|
2393
2526
|
EfsAccessPointConfiguration.struct_class = Types::EfsAccessPointConfiguration
|
|
2394
2527
|
|
|
2528
|
+
EnabledConnectors.member = Shapes::ShapeRef.new(shape: String)
|
|
2529
|
+
|
|
2395
2530
|
EncryptionFailure.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
2396
2531
|
EncryptionFailure.struct_class = Types::EncryptionFailure
|
|
2397
2532
|
|
|
@@ -2800,10 +2935,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
2800
2935
|
GetGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
2801
2936
|
GetGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
2802
2937
|
GetGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
2938
|
+
GetGatewayResponse.add_member(:custom_transform_configuration, Shapes::ShapeRef.new(shape: CustomTransformConfiguration, location_name: "customTransformConfiguration"))
|
|
2803
2939
|
GetGatewayResponse.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
|
|
2804
2940
|
GetGatewayResponse.add_member(:policy_engine_configuration, Shapes::ShapeRef.new(shape: GatewayPolicyEngineConfiguration, location_name: "policyEngineConfiguration"))
|
|
2805
2941
|
GetGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
|
|
2806
2942
|
GetGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
2943
|
+
GetGatewayResponse.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: WebAclArn, location_name: "webAclArn"))
|
|
2944
|
+
GetGatewayResponse.add_member(:waf_configuration, Shapes::ShapeRef.new(shape: WafConfiguration, location_name: "wafConfiguration"))
|
|
2807
2945
|
GetGatewayResponse.struct_class = Types::GetGatewayResponse
|
|
2808
2946
|
|
|
2809
2947
|
GetGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
@@ -2844,7 +2982,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
2844
2982
|
GetGatewayTargetResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
2845
2983
|
GetGatewayTargetResponse.struct_class = Types::GetGatewayTargetResponse
|
|
2846
2984
|
|
|
2985
|
+
GetHarnessEndpointRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
2986
|
+
GetHarnessEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: HarnessEndpointName, required: true, location: "uri", location_name: "endpointName"))
|
|
2987
|
+
GetHarnessEndpointRequest.struct_class = Types::GetHarnessEndpointRequest
|
|
2988
|
+
|
|
2989
|
+
GetHarnessEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: HarnessEndpoint, required: true, location_name: "endpoint"))
|
|
2990
|
+
GetHarnessEndpointResponse.struct_class = Types::GetHarnessEndpointResponse
|
|
2991
|
+
|
|
2847
2992
|
GetHarnessRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
2993
|
+
GetHarnessRequest.add_member(:harness_version, Shapes::ShapeRef.new(shape: HarnessVersion, location: "querystring", location_name: "harnessVersion"))
|
|
2848
2994
|
GetHarnessRequest.struct_class = Types::GetHarnessRequest
|
|
2849
2995
|
|
|
2850
2996
|
GetHarnessResponse.add_member(:harness, Shapes::ShapeRef.new(shape: Harness, required: true, location_name: "harness"))
|
|
@@ -3006,6 +3152,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3006
3152
|
GetPolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3007
3153
|
GetPolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
3008
3154
|
GetPolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
3155
|
+
GetPolicyResponse.add_member(:enforcement_mode, Shapes::ShapeRef.new(shape: EnforcementMode, location_name: "enforcementMode"))
|
|
3009
3156
|
GetPolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
3010
3157
|
GetPolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3011
3158
|
GetPolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
@@ -3022,6 +3169,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3022
3169
|
GetPolicySummaryResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3023
3170
|
GetPolicySummaryResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
3024
3171
|
GetPolicySummaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
3172
|
+
GetPolicySummaryResponse.add_member(:enforcement_mode, Shapes::ShapeRef.new(shape: EnforcementMode, location_name: "enforcementMode"))
|
|
3025
3173
|
GetPolicySummaryResponse.struct_class = Types::GetPolicySummaryResponse
|
|
3026
3174
|
|
|
3027
3175
|
GetRegistryRecordRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryIdentifier, required: true, location: "uri", location_name: "registryId"))
|
|
@@ -3108,6 +3256,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3108
3256
|
Harness.add_member(:harness_name, Shapes::ShapeRef.new(shape: HarnessName, required: true, location_name: "harnessName"))
|
|
3109
3257
|
Harness.add_member(:arn, Shapes::ShapeRef.new(shape: HarnessArn, required: true, location_name: "arn"))
|
|
3110
3258
|
Harness.add_member(:status, Shapes::ShapeRef.new(shape: HarnessStatus, required: true, location_name: "status"))
|
|
3259
|
+
Harness.add_member(:harness_version, Shapes::ShapeRef.new(shape: HarnessVersion, location_name: "harnessVersion"))
|
|
3111
3260
|
Harness.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "executionRoleArn"))
|
|
3112
3261
|
Harness.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3113
3262
|
Harness.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
@@ -3167,6 +3316,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
3167
3316
|
|
|
3168
3317
|
HarnessAllowedTools.member = Shapes::ShapeRef.new(shape: HarnessAllowedTool)
|
|
3169
3318
|
|
|
3319
|
+
HarnessAwsSkillPaths.member = Shapes::ShapeRef.new(shape: HarnessAwsSkillPath)
|
|
3320
|
+
|
|
3170
3321
|
HarnessBedrockModelConfig.add_member(:model_id, Shapes::ShapeRef.new(shape: ModelId, required: true, location_name: "modelId"))
|
|
3171
3322
|
HarnessBedrockModelConfig.add_member(:max_tokens, Shapes::ShapeRef.new(shape: MaxTokens, location_name: "maxTokens"))
|
|
3172
3323
|
HarnessBedrockModelConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
@@ -3175,6 +3326,23 @@ module Aws::BedrockAgentCoreControl
|
|
|
3175
3326
|
HarnessBedrockModelConfig.add_member(:additional_params, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParams"))
|
|
3176
3327
|
HarnessBedrockModelConfig.struct_class = Types::HarnessBedrockModelConfig
|
|
3177
3328
|
|
|
3329
|
+
HarnessDisabledMemoryConfiguration.struct_class = Types::HarnessDisabledMemoryConfiguration
|
|
3330
|
+
|
|
3331
|
+
HarnessEndpoint.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location_name: "harnessId"))
|
|
3332
|
+
HarnessEndpoint.add_member(:harness_name, Shapes::ShapeRef.new(shape: HarnessName, required: true, location_name: "harnessName"))
|
|
3333
|
+
HarnessEndpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: HarnessEndpointName, required: true, location_name: "endpointName"))
|
|
3334
|
+
HarnessEndpoint.add_member(:arn, Shapes::ShapeRef.new(shape: HarnessEndpointArn, required: true, location_name: "arn"))
|
|
3335
|
+
HarnessEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: HarnessEndpointStatus, required: true, location_name: "status"))
|
|
3336
|
+
HarnessEndpoint.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3337
|
+
HarnessEndpoint.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3338
|
+
HarnessEndpoint.add_member(:live_version, Shapes::ShapeRef.new(shape: HarnessVersion, location_name: "liveVersion"))
|
|
3339
|
+
HarnessEndpoint.add_member(:target_version, Shapes::ShapeRef.new(shape: HarnessVersion, location_name: "targetVersion"))
|
|
3340
|
+
HarnessEndpoint.add_member(:description, Shapes::ShapeRef.new(shape: HarnessEndpointDescription, location_name: "description"))
|
|
3341
|
+
HarnessEndpoint.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
3342
|
+
HarnessEndpoint.struct_class = Types::HarnessEndpoint
|
|
3343
|
+
|
|
3344
|
+
HarnessEndpoints.member = Shapes::ShapeRef.new(shape: HarnessEndpoint)
|
|
3345
|
+
|
|
3178
3346
|
HarnessEnvironmentArtifact.add_member(:container_configuration, Shapes::ShapeRef.new(shape: ContainerConfiguration, location_name: "containerConfiguration"))
|
|
3179
3347
|
HarnessEnvironmentArtifact.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3180
3348
|
HarnessEnvironmentArtifact.add_member_subclass(:container_configuration, Types::HarnessEnvironmentArtifact::ContainerConfiguration)
|
|
@@ -3224,9 +3392,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
3224
3392
|
HarnessLiteLlmModelConfig.add_member(:additional_params, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParams"))
|
|
3225
3393
|
HarnessLiteLlmModelConfig.struct_class = Types::HarnessLiteLlmModelConfig
|
|
3226
3394
|
|
|
3395
|
+
HarnessManagedMemoryConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: MemoryArn, location_name: "arn"))
|
|
3396
|
+
HarnessManagedMemoryConfiguration.add_member(:strategies, Shapes::ShapeRef.new(shape: HarnessManagedMemoryStrategyList, location_name: "strategies"))
|
|
3397
|
+
HarnessManagedMemoryConfiguration.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: HarnessManagedMemoryConfigurationEventExpiryDurationInteger, location_name: "eventExpiryDuration"))
|
|
3398
|
+
HarnessManagedMemoryConfiguration.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
|
3399
|
+
HarnessManagedMemoryConfiguration.struct_class = Types::HarnessManagedMemoryConfiguration
|
|
3400
|
+
|
|
3401
|
+
HarnessManagedMemoryStrategyList.member = Shapes::ShapeRef.new(shape: HarnessManagedMemoryStrategyType)
|
|
3402
|
+
|
|
3227
3403
|
HarnessMemoryConfiguration.add_member(:agent_core_memory_configuration, Shapes::ShapeRef.new(shape: HarnessAgentCoreMemoryConfiguration, location_name: "agentCoreMemoryConfiguration"))
|
|
3404
|
+
HarnessMemoryConfiguration.add_member(:managed_memory_configuration, Shapes::ShapeRef.new(shape: HarnessManagedMemoryConfiguration, location_name: "managedMemoryConfiguration"))
|
|
3405
|
+
HarnessMemoryConfiguration.add_member(:disabled, Shapes::ShapeRef.new(shape: HarnessDisabledMemoryConfiguration, location_name: "disabled"))
|
|
3228
3406
|
HarnessMemoryConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3229
3407
|
HarnessMemoryConfiguration.add_member_subclass(:agent_core_memory_configuration, Types::HarnessMemoryConfiguration::AgentCoreMemoryConfiguration)
|
|
3408
|
+
HarnessMemoryConfiguration.add_member_subclass(:managed_memory_configuration, Types::HarnessMemoryConfiguration::ManagedMemoryConfiguration)
|
|
3409
|
+
HarnessMemoryConfiguration.add_member_subclass(:disabled, Types::HarnessMemoryConfiguration::Disabled)
|
|
3230
3410
|
HarnessMemoryConfiguration.add_member_subclass(:unknown, Types::HarnessMemoryConfiguration::Unknown)
|
|
3231
3411
|
HarnessMemoryConfiguration.struct_class = Types::HarnessMemoryConfiguration
|
|
3232
3412
|
|
|
@@ -3258,13 +3438,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
3258
3438
|
HarnessSkill.add_member(:path, Shapes::ShapeRef.new(shape: HarnessSkillPath, location_name: "path"))
|
|
3259
3439
|
HarnessSkill.add_member(:s3, Shapes::ShapeRef.new(shape: HarnessSkillS3Source, location_name: "s3"))
|
|
3260
3440
|
HarnessSkill.add_member(:git, Shapes::ShapeRef.new(shape: HarnessSkillGitSource, location_name: "git"))
|
|
3441
|
+
HarnessSkill.add_member(:aws_skills, Shapes::ShapeRef.new(shape: HarnessSkillAwsSkillsSource, location_name: "awsSkills"))
|
|
3261
3442
|
HarnessSkill.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3262
3443
|
HarnessSkill.add_member_subclass(:path, Types::HarnessSkill::Path)
|
|
3263
3444
|
HarnessSkill.add_member_subclass(:s3, Types::HarnessSkill::S3)
|
|
3264
3445
|
HarnessSkill.add_member_subclass(:git, Types::HarnessSkill::Git)
|
|
3446
|
+
HarnessSkill.add_member_subclass(:aws_skills, Types::HarnessSkill::AwsSkills)
|
|
3265
3447
|
HarnessSkill.add_member_subclass(:unknown, Types::HarnessSkill::Unknown)
|
|
3266
3448
|
HarnessSkill.struct_class = Types::HarnessSkill
|
|
3267
3449
|
|
|
3450
|
+
HarnessSkillAwsSkillsSource.add_member(:paths, Shapes::ShapeRef.new(shape: HarnessAwsSkillPaths, location_name: "paths"))
|
|
3451
|
+
HarnessSkillAwsSkillsSource.struct_class = Types::HarnessSkillAwsSkillsSource
|
|
3452
|
+
|
|
3268
3453
|
HarnessSkillGitAuth.add_member(:credential_arn, Shapes::ShapeRef.new(shape: ApiKeyArn, required: true, location_name: "credentialArn"))
|
|
3269
3454
|
HarnessSkillGitAuth.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "username"))
|
|
3270
3455
|
HarnessSkillGitAuth.struct_class = Types::HarnessSkillGitAuth
|
|
@@ -3295,6 +3480,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3295
3480
|
HarnessSummary.add_member(:status, Shapes::ShapeRef.new(shape: HarnessStatus, required: true, location_name: "status"))
|
|
3296
3481
|
HarnessSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3297
3482
|
HarnessSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3483
|
+
HarnessSummary.add_member(:harness_version, Shapes::ShapeRef.new(shape: HarnessVersion, location_name: "harnessVersion"))
|
|
3298
3484
|
HarnessSummary.struct_class = Types::HarnessSummary
|
|
3299
3485
|
|
|
3300
3486
|
HarnessSystemContentBlock.add_member(:text, Shapes::ShapeRef.new(shape: SensitiveText, location_name: "text"))
|
|
@@ -3338,12 +3524,34 @@ module Aws::BedrockAgentCoreControl
|
|
|
3338
3524
|
HarnessTruncationStrategyConfiguration.add_member_subclass(:unknown, Types::HarnessTruncationStrategyConfiguration::Unknown)
|
|
3339
3525
|
HarnessTruncationStrategyConfiguration.struct_class = Types::HarnessTruncationStrategyConfiguration
|
|
3340
3526
|
|
|
3527
|
+
HarnessVersionSummaries.member = Shapes::ShapeRef.new(shape: HarnessVersionSummary)
|
|
3528
|
+
|
|
3529
|
+
HarnessVersionSummary.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location_name: "harnessId"))
|
|
3530
|
+
HarnessVersionSummary.add_member(:harness_name, Shapes::ShapeRef.new(shape: HarnessName, required: true, location_name: "harnessName"))
|
|
3531
|
+
HarnessVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: HarnessArn, required: true, location_name: "arn"))
|
|
3532
|
+
HarnessVersionSummary.add_member(:harness_version, Shapes::ShapeRef.new(shape: HarnessVersion, required: true, location_name: "harnessVersion"))
|
|
3533
|
+
HarnessVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: HarnessStatus, required: true, location_name: "status"))
|
|
3534
|
+
HarnessVersionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
3535
|
+
HarnessVersionSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
3536
|
+
HarnessVersionSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
|
3537
|
+
HarnessVersionSummary.struct_class = Types::HarnessVersionSummary
|
|
3538
|
+
|
|
3539
|
+
HostingEnvironment.add_member(:arn, Shapes::ShapeRef.new(shape: BedrockAgentcoreResourceArn, required: true, location_name: "arn"))
|
|
3540
|
+
HostingEnvironment.struct_class = Types::HostingEnvironment
|
|
3541
|
+
|
|
3542
|
+
HostingEnvironmentListType.member = Shapes::ShapeRef.new(shape: HostingEnvironment)
|
|
3543
|
+
|
|
3544
|
+
HttpApiSchemaConfiguration.add_member(:source, Shapes::ShapeRef.new(shape: ApiSchemaConfiguration, required: true, location_name: "source"))
|
|
3545
|
+
HttpApiSchemaConfiguration.struct_class = Types::HttpApiSchemaConfiguration
|
|
3546
|
+
|
|
3341
3547
|
HttpHeadersMap.key = Shapes::ShapeRef.new(shape: HttpHeaderKey)
|
|
3342
3548
|
HttpHeadersMap.value = Shapes::ShapeRef.new(shape: HttpHeaderValue)
|
|
3343
3549
|
|
|
3344
3550
|
HttpTargetConfiguration.add_member(:agentcore_runtime, Shapes::ShapeRef.new(shape: RuntimeTargetConfiguration, location_name: "agentcoreRuntime"))
|
|
3551
|
+
HttpTargetConfiguration.add_member(:passthrough, Shapes::ShapeRef.new(shape: PassthroughTargetConfiguration, location_name: "passthrough"))
|
|
3345
3552
|
HttpTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3346
3553
|
HttpTargetConfiguration.add_member_subclass(:agentcore_runtime, Types::HttpTargetConfiguration::AgentcoreRuntime)
|
|
3554
|
+
HttpTargetConfiguration.add_member_subclass(:passthrough, Types::HttpTargetConfiguration::Passthrough)
|
|
3347
3555
|
HttpTargetConfiguration.add_member_subclass(:unknown, Types::HttpTargetConfiguration::Unknown)
|
|
3348
3556
|
HttpTargetConfiguration.struct_class = Types::HttpTargetConfiguration
|
|
3349
3557
|
|
|
@@ -3382,6 +3590,32 @@ module Aws::BedrockAgentCoreControl
|
|
|
3382
3590
|
|
|
3383
3591
|
InferenceConfigurationStopSequencesList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
|
3384
3592
|
|
|
3593
|
+
InferenceConnectorSource.add_member(:connector_id, Shapes::ShapeRef.new(shape: InferenceConnectorId, required: true, location_name: "connectorId"))
|
|
3594
|
+
InferenceConnectorSource.struct_class = Types::InferenceConnectorSource
|
|
3595
|
+
|
|
3596
|
+
InferenceConnectorTargetConfiguration.add_member(:source, Shapes::ShapeRef.new(shape: InferenceConnectorSource, required: true, location_name: "source"))
|
|
3597
|
+
InferenceConnectorTargetConfiguration.struct_class = Types::InferenceConnectorTargetConfiguration
|
|
3598
|
+
|
|
3599
|
+
InferenceOperationConfiguration.add_member(:path, Shapes::ShapeRef.new(shape: InferenceOperationPath, required: true, location_name: "path"))
|
|
3600
|
+
InferenceOperationConfiguration.add_member(:provider_path, Shapes::ShapeRef.new(shape: InferenceOperationPath, location_name: "providerPath"))
|
|
3601
|
+
InferenceOperationConfiguration.add_member(:models, Shapes::ShapeRef.new(shape: ModelEntries, location_name: "models"))
|
|
3602
|
+
InferenceOperationConfiguration.struct_class = Types::InferenceOperationConfiguration
|
|
3603
|
+
|
|
3604
|
+
InferenceOperationConfigurations.member = Shapes::ShapeRef.new(shape: InferenceOperationConfiguration)
|
|
3605
|
+
|
|
3606
|
+
InferenceProviderTargetConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: PassthroughEndpoint, required: true, location_name: "endpoint"))
|
|
3607
|
+
InferenceProviderTargetConfiguration.add_member(:model_mapping, Shapes::ShapeRef.new(shape: ModelMapping, location_name: "modelMapping"))
|
|
3608
|
+
InferenceProviderTargetConfiguration.add_member(:operations, Shapes::ShapeRef.new(shape: InferenceOperationConfigurations, location_name: "operations"))
|
|
3609
|
+
InferenceProviderTargetConfiguration.struct_class = Types::InferenceProviderTargetConfiguration
|
|
3610
|
+
|
|
3611
|
+
InferenceTargetConfiguration.add_member(:connector, Shapes::ShapeRef.new(shape: InferenceConnectorTargetConfiguration, location_name: "connector"))
|
|
3612
|
+
InferenceTargetConfiguration.add_member(:provider, Shapes::ShapeRef.new(shape: InferenceProviderTargetConfiguration, location_name: "provider"))
|
|
3613
|
+
InferenceTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3614
|
+
InferenceTargetConfiguration.add_member_subclass(:connector, Types::InferenceTargetConfiguration::Connector)
|
|
3615
|
+
InferenceTargetConfiguration.add_member_subclass(:provider, Types::InferenceTargetConfiguration::Provider)
|
|
3616
|
+
InferenceTargetConfiguration.add_member_subclass(:unknown, Types::InferenceTargetConfiguration::Unknown)
|
|
3617
|
+
InferenceTargetConfiguration.struct_class = Types::InferenceTargetConfiguration
|
|
3618
|
+
|
|
3385
3619
|
InlineExamplesSource.add_member(:examples, Shapes::ShapeRef.new(shape: InlineExamplesSourceExamplesList, required: true, location_name: "examples"))
|
|
3386
3620
|
InlineExamplesSource.struct_class = Types::InlineExamplesSource
|
|
3387
3621
|
|
|
@@ -3399,8 +3633,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
3399
3633
|
InterceptorConfiguration.struct_class = Types::InterceptorConfiguration
|
|
3400
3634
|
|
|
3401
3635
|
InterceptorInputConfiguration.add_member(:pass_request_headers, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "passRequestHeaders"))
|
|
3636
|
+
InterceptorInputConfiguration.add_member(:payload_filter, Shapes::ShapeRef.new(shape: InterceptorPayloadFilter, location_name: "payloadFilter"))
|
|
3402
3637
|
InterceptorInputConfiguration.struct_class = Types::InterceptorInputConfiguration
|
|
3403
3638
|
|
|
3639
|
+
InterceptorPayloadExclusionSelector.add_member(:field, Shapes::ShapeRef.new(shape: InterceptorPayloadExclusion, location_name: "field"))
|
|
3640
|
+
InterceptorPayloadExclusionSelector.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3641
|
+
InterceptorPayloadExclusionSelector.add_member_subclass(:field, Types::InterceptorPayloadExclusionSelector::Field)
|
|
3642
|
+
InterceptorPayloadExclusionSelector.add_member_subclass(:unknown, Types::InterceptorPayloadExclusionSelector::Unknown)
|
|
3643
|
+
InterceptorPayloadExclusionSelector.struct_class = Types::InterceptorPayloadExclusionSelector
|
|
3644
|
+
|
|
3645
|
+
InterceptorPayloadExclusionSelectorList.member = Shapes::ShapeRef.new(shape: InterceptorPayloadExclusionSelector)
|
|
3646
|
+
|
|
3647
|
+
InterceptorPayloadFilter.add_member(:exclude, Shapes::ShapeRef.new(shape: InterceptorPayloadExclusionSelectorList, required: true, location_name: "exclude"))
|
|
3648
|
+
InterceptorPayloadFilter.struct_class = Types::InterceptorPayloadFilter
|
|
3649
|
+
|
|
3404
3650
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
3405
3651
|
InternalServerException.struct_class = Types::InternalServerException
|
|
3406
3652
|
|
|
@@ -3429,6 +3675,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3429
3675
|
LambdaInterceptorConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "arn"))
|
|
3430
3676
|
LambdaInterceptorConfiguration.struct_class = Types::LambdaInterceptorConfiguration
|
|
3431
3677
|
|
|
3678
|
+
LambdaTransformConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, location_name: "arn"))
|
|
3679
|
+
LambdaTransformConfiguration.struct_class = Types::LambdaTransformConfiguration
|
|
3680
|
+
|
|
3432
3681
|
LifecycleConfiguration.add_member(:idle_runtime_session_timeout, Shapes::ShapeRef.new(shape: LifecycleConfigurationIdleRuntimeSessionTimeoutInteger, location_name: "idleRuntimeSessionTimeout"))
|
|
3433
3682
|
LifecycleConfiguration.add_member(:max_lifetime, Shapes::ShapeRef.new(shape: LifecycleConfigurationMaxLifetimeInteger, location_name: "maxLifetime"))
|
|
3434
3683
|
LifecycleConfiguration.struct_class = Types::LifecycleConfiguration
|
|
@@ -3586,6 +3835,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
3586
3835
|
ListGatewaysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GatewayNextToken, location_name: "nextToken"))
|
|
3587
3836
|
ListGatewaysResponse.struct_class = Types::ListGatewaysResponse
|
|
3588
3837
|
|
|
3838
|
+
ListHarnessEndpointsRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
3839
|
+
ListHarnessEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3840
|
+
ListHarnessEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3841
|
+
ListHarnessEndpointsRequest.struct_class = Types::ListHarnessEndpointsRequest
|
|
3842
|
+
|
|
3843
|
+
ListHarnessEndpointsResponse.add_member(:endpoints, Shapes::ShapeRef.new(shape: HarnessEndpoints, required: true, location_name: "endpoints"))
|
|
3844
|
+
ListHarnessEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3845
|
+
ListHarnessEndpointsResponse.struct_class = Types::ListHarnessEndpointsResponse
|
|
3846
|
+
|
|
3847
|
+
ListHarnessVersionsRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
3848
|
+
ListHarnessVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3849
|
+
ListHarnessVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3850
|
+
ListHarnessVersionsRequest.struct_class = Types::ListHarnessVersionsRequest
|
|
3851
|
+
|
|
3852
|
+
ListHarnessVersionsResponse.add_member(:harness_versions, Shapes::ShapeRef.new(shape: HarnessVersionSummaries, required: true, location_name: "harnessVersions"))
|
|
3853
|
+
ListHarnessVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
3854
|
+
ListHarnessVersionsResponse.struct_class = Types::ListHarnessVersionsResponse
|
|
3855
|
+
|
|
3589
3856
|
ListHarnessesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
3590
3857
|
ListHarnessesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
3591
3858
|
ListHarnessesRequest.struct_class = Types::ListHarnessesRequest
|
|
@@ -3812,12 +4079,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
3812
4079
|
McpTargetConfiguration.add_member(:lambda, Shapes::ShapeRef.new(shape: McpLambdaTargetConfiguration, location_name: "lambda"))
|
|
3813
4080
|
McpTargetConfiguration.add_member(:mcp_server, Shapes::ShapeRef.new(shape: McpServerTargetConfiguration, location_name: "mcpServer"))
|
|
3814
4081
|
McpTargetConfiguration.add_member(:api_gateway, Shapes::ShapeRef.new(shape: ApiGatewayTargetConfiguration, location_name: "apiGateway"))
|
|
4082
|
+
McpTargetConfiguration.add_member(:connector, Shapes::ShapeRef.new(shape: ConnectorTargetConfiguration, location_name: "connector"))
|
|
3815
4083
|
McpTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3816
4084
|
McpTargetConfiguration.add_member_subclass(:open_api_schema, Types::McpTargetConfiguration::OpenApiSchema)
|
|
3817
4085
|
McpTargetConfiguration.add_member_subclass(:smithy_model, Types::McpTargetConfiguration::SmithyModel)
|
|
3818
4086
|
McpTargetConfiguration.add_member_subclass(:lambda, Types::McpTargetConfiguration::Lambda)
|
|
3819
4087
|
McpTargetConfiguration.add_member_subclass(:mcp_server, Types::McpTargetConfiguration::McpServer)
|
|
3820
4088
|
McpTargetConfiguration.add_member_subclass(:api_gateway, Types::McpTargetConfiguration::ApiGateway)
|
|
4089
|
+
McpTargetConfiguration.add_member_subclass(:connector, Types::McpTargetConfiguration::Connector)
|
|
3821
4090
|
McpTargetConfiguration.add_member_subclass(:unknown, Types::McpTargetConfiguration::Unknown)
|
|
3822
4091
|
McpTargetConfiguration.struct_class = Types::McpTargetConfiguration
|
|
3823
4092
|
|
|
@@ -3843,6 +4112,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3843
4112
|
Memory.add_member(:strategies, Shapes::ShapeRef.new(shape: MemoryStrategyList, location_name: "strategies"))
|
|
3844
4113
|
Memory.add_member(:indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "indexedKeys"))
|
|
3845
4114
|
Memory.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
4115
|
+
Memory.add_member(:managed_by_resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "managedByResourceArn"))
|
|
3846
4116
|
Memory.struct_class = Types::Memory
|
|
3847
4117
|
|
|
3848
4118
|
MemoryRecordSchema.add_member(:metadata_schema, Shapes::ShapeRef.new(shape: MetadataSchemaList, location_name: "metadataSchema"))
|
|
@@ -3884,6 +4154,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3884
4154
|
MemorySummary.add_member(:status, Shapes::ShapeRef.new(shape: MemoryStatus, location_name: "status"))
|
|
3885
4155
|
MemorySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
3886
4156
|
MemorySummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
4157
|
+
MemorySummary.add_member(:managed_by_resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "managedByResourceArn"))
|
|
3887
4158
|
MemorySummary.struct_class = Types::MemorySummary
|
|
3888
4159
|
|
|
3889
4160
|
MemorySummaryList.member = Shapes::ShapeRef.new(shape: MemorySummary)
|
|
@@ -3918,6 +4189,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
3918
4189
|
MicrosoftOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
3919
4190
|
MicrosoftOauth2ProviderConfigOutput.struct_class = Types::MicrosoftOauth2ProviderConfigOutput
|
|
3920
4191
|
|
|
4192
|
+
ModelEntries.member = Shapes::ShapeRef.new(shape: ModelEntry)
|
|
4193
|
+
|
|
4194
|
+
ModelEntry.add_member(:model, Shapes::ShapeRef.new(shape: ModelPattern, required: true, location_name: "model"))
|
|
4195
|
+
ModelEntry.struct_class = Types::ModelEntry
|
|
4196
|
+
|
|
4197
|
+
ModelMapping.add_member(:provider_prefix, Shapes::ShapeRef.new(shape: ProviderPrefix, location_name: "providerPrefix"))
|
|
4198
|
+
ModelMapping.struct_class = Types::ModelMapping
|
|
4199
|
+
|
|
3921
4200
|
ModifyConsolidationConfiguration.add_member(:custom_consolidation_configuration, Shapes::ShapeRef.new(shape: CustomConsolidationConfigurationInput, location_name: "customConsolidationConfiguration"))
|
|
3922
4201
|
ModifyConsolidationConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3923
4202
|
ModifyConsolidationConfiguration.add_member_subclass(:custom_consolidation_configuration, Types::ModifyConsolidationConfiguration::CustomConsolidationConfiguration)
|
|
@@ -4091,6 +4370,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
4091
4370
|
OutputConfig.add_member(:cloud_watch_config, Shapes::ShapeRef.new(shape: CloudWatchOutputConfig, required: true, location_name: "cloudWatchConfig"))
|
|
4092
4371
|
OutputConfig.struct_class = Types::OutputConfig
|
|
4093
4372
|
|
|
4373
|
+
PassthroughTargetConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: PassthroughEndpoint, required: true, location_name: "endpoint"))
|
|
4374
|
+
PassthroughTargetConfiguration.add_member(:protocol_type, Shapes::ShapeRef.new(shape: PassthroughProtocolType, required: true, location_name: "protocolType"))
|
|
4375
|
+
PassthroughTargetConfiguration.add_member(:schema, Shapes::ShapeRef.new(shape: HttpApiSchemaConfiguration, location_name: "schema"))
|
|
4376
|
+
PassthroughTargetConfiguration.add_member(:stickiness_configuration, Shapes::ShapeRef.new(shape: StickinessConfiguration, location_name: "stickinessConfiguration"))
|
|
4377
|
+
PassthroughTargetConfiguration.struct_class = Types::PassthroughTargetConfiguration
|
|
4378
|
+
|
|
4094
4379
|
PaymentConnectorSummaries.member = Shapes::ShapeRef.new(shape: PaymentConnectorSummary)
|
|
4095
4380
|
|
|
4096
4381
|
PaymentConnectorSummary.add_member(:payment_connector_id, Shapes::ShapeRef.new(shape: PaymentConnectorId, required: true, location_name: "paymentConnectorId"))
|
|
@@ -4150,6 +4435,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4150
4435
|
Policy.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
4151
4436
|
Policy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
4152
4437
|
Policy.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
4438
|
+
Policy.add_member(:enforcement_mode, Shapes::ShapeRef.new(shape: EnforcementMode, location_name: "enforcementMode"))
|
|
4153
4439
|
Policy.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
4154
4440
|
Policy.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
4155
4441
|
Policy.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
@@ -4157,9 +4443,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
4157
4443
|
|
|
4158
4444
|
PolicyDefinition.add_member(:cedar, Shapes::ShapeRef.new(shape: CedarPolicy, location_name: "cedar"))
|
|
4159
4445
|
PolicyDefinition.add_member(:policy_generation, Shapes::ShapeRef.new(shape: PolicyGenerationDetails, location_name: "policyGeneration"))
|
|
4446
|
+
PolicyDefinition.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyStatement, location_name: "policy"))
|
|
4160
4447
|
PolicyDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4161
4448
|
PolicyDefinition.add_member_subclass(:cedar, Types::PolicyDefinition::Cedar)
|
|
4162
4449
|
PolicyDefinition.add_member_subclass(:policy_generation, Types::PolicyDefinition::PolicyGeneration)
|
|
4450
|
+
PolicyDefinition.add_member_subclass(:policy, Types::PolicyDefinition::Policy)
|
|
4163
4451
|
PolicyDefinition.add_member_subclass(:unknown, Types::PolicyDefinition::Unknown)
|
|
4164
4452
|
PolicyDefinition.struct_class = Types::PolicyDefinition
|
|
4165
4453
|
|
|
@@ -4226,6 +4514,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
4226
4514
|
|
|
4227
4515
|
PolicyGenerations.member = Shapes::ShapeRef.new(shape: PolicyGeneration)
|
|
4228
4516
|
|
|
4517
|
+
PolicyStatement.add_member(:statement, Shapes::ShapeRef.new(shape: Statement, required: true, location_name: "statement"))
|
|
4518
|
+
PolicyStatement.struct_class = Types::PolicyStatement
|
|
4519
|
+
|
|
4229
4520
|
PolicyStatusReasons.member = Shapes::ShapeRef.new(shape: String)
|
|
4230
4521
|
|
|
4231
4522
|
PolicySummary.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
@@ -4235,6 +4526,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4235
4526
|
PolicySummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
4236
4527
|
PolicySummary.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
4237
4528
|
PolicySummary.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
4529
|
+
PolicySummary.add_member(:enforcement_mode, Shapes::ShapeRef.new(shape: EnforcementMode, location_name: "enforcementMode"))
|
|
4238
4530
|
PolicySummary.struct_class = Types::PolicySummary
|
|
4239
4531
|
|
|
4240
4532
|
PolicySummaryList.member = Shapes::ShapeRef.new(shape: PolicySummary)
|
|
@@ -4258,6 +4550,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
4258
4550
|
ProtocolConfiguration.add_member(:server_protocol, Shapes::ShapeRef.new(shape: ServerProtocol, required: true, location_name: "serverProtocol"))
|
|
4259
4551
|
ProtocolConfiguration.struct_class = Types::ProtocolConfiguration
|
|
4260
4552
|
|
|
4553
|
+
ProviderPrefix.add_member(:strip, Shapes::ShapeRef.new(shape: Boolean, location_name: "strip"))
|
|
4554
|
+
ProviderPrefix.add_member(:separator, Shapes::ShapeRef.new(shape: ProviderPrefixSeparatorString, location_name: "separator"))
|
|
4555
|
+
ProviderPrefix.struct_class = Types::ProviderPrefix
|
|
4556
|
+
|
|
4261
4557
|
PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: BedrockAgentcoreResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
|
4262
4558
|
PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyBody, required: true, location_name: "policy"))
|
|
4263
4559
|
PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
|
|
@@ -4389,6 +4685,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4389
4685
|
|
|
4390
4686
|
RuntimeTargetConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: RuntimeArn, required: true, location_name: "arn"))
|
|
4391
4687
|
RuntimeTargetConfiguration.add_member(:qualifier, Shapes::ShapeRef.new(shape: RuntimeQualifier, location_name: "qualifier"))
|
|
4688
|
+
RuntimeTargetConfiguration.add_member(:schema, Shapes::ShapeRef.new(shape: HttpApiSchemaConfiguration, location_name: "schema"))
|
|
4392
4689
|
RuntimeTargetConfiguration.struct_class = Types::RuntimeTargetConfiguration
|
|
4393
4690
|
|
|
4394
4691
|
S3Configuration.add_member(:uri, Shapes::ShapeRef.new(shape: S3BucketUri, location_name: "uri"))
|
|
@@ -4564,6 +4861,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
4564
4861
|
|
|
4565
4862
|
StatusReasons.member = Shapes::ShapeRef.new(shape: StatusReason)
|
|
4566
4863
|
|
|
4864
|
+
StickinessConfiguration.add_member(:identifier, Shapes::ShapeRef.new(shape: StickinessConfigurationIdentifierString, required: true, location_name: "identifier"))
|
|
4865
|
+
StickinessConfiguration.add_member(:timeout, Shapes::ShapeRef.new(shape: StickinessTimeout, location_name: "timeout"))
|
|
4866
|
+
StickinessConfiguration.struct_class = Types::StickinessConfiguration
|
|
4867
|
+
|
|
4567
4868
|
StrategyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "type"))
|
|
4568
4869
|
StrategyConfiguration.add_member(:extraction, Shapes::ShapeRef.new(shape: ExtractionConfiguration, location_name: "extraction"))
|
|
4569
4870
|
StrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ConsolidationConfiguration, location_name: "consolidation"))
|
|
@@ -4671,9 +4972,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
4671
4972
|
|
|
4672
4973
|
TargetConfiguration.add_member(:mcp, Shapes::ShapeRef.new(shape: McpTargetConfiguration, location_name: "mcp"))
|
|
4673
4974
|
TargetConfiguration.add_member(:http, Shapes::ShapeRef.new(shape: HttpTargetConfiguration, location_name: "http"))
|
|
4975
|
+
TargetConfiguration.add_member(:inference, Shapes::ShapeRef.new(shape: InferenceTargetConfiguration, location_name: "inference"))
|
|
4674
4976
|
TargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4675
4977
|
TargetConfiguration.add_member_subclass(:mcp, Types::TargetConfiguration::Mcp)
|
|
4676
4978
|
TargetConfiguration.add_member_subclass(:http, Types::TargetConfiguration::Http)
|
|
4979
|
+
TargetConfiguration.add_member_subclass(:inference, Types::TargetConfiguration::Inference)
|
|
4677
4980
|
TargetConfiguration.add_member_subclass(:unknown, Types::TargetConfiguration::Unknown)
|
|
4678
4981
|
TargetConfiguration.struct_class = Types::TargetConfiguration
|
|
4679
4982
|
|
|
@@ -4688,6 +4991,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
4688
4991
|
TargetSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
4689
4992
|
TargetSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
4690
4993
|
TargetSummary.add_member(:resource_priority, Shapes::ShapeRef.new(shape: TargetResourcePriority, location_name: "resourcePriority"))
|
|
4994
|
+
TargetSummary.add_member(:last_synchronized_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastSynchronizedAt"))
|
|
4995
|
+
TargetSummary.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationData, location_name: "authorizationData"))
|
|
4996
|
+
TargetSummary.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "targetType"))
|
|
4997
|
+
TargetSummary.add_member(:listing_mode, Shapes::ShapeRef.new(shape: ListingMode, location_name: "listingMode"))
|
|
4691
4998
|
TargetSummary.struct_class = Types::TargetSummary
|
|
4692
4999
|
|
|
4693
5000
|
TargetTrafficSplitEntries.member = Shapes::ShapeRef.new(shape: TargetTrafficSplitEntry)
|
|
@@ -4910,9 +5217,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
4910
5217
|
UpdateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
4911
5218
|
UpdateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
4912
5219
|
UpdateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
5220
|
+
UpdateGatewayRequest.add_member(:custom_transform_configuration, Shapes::ShapeRef.new(shape: CustomTransformConfiguration, location_name: "customTransformConfiguration"))
|
|
4913
5221
|
UpdateGatewayRequest.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
|
|
4914
5222
|
UpdateGatewayRequest.add_member(:policy_engine_configuration, Shapes::ShapeRef.new(shape: GatewayPolicyEngineConfiguration, location_name: "policyEngineConfiguration"))
|
|
4915
5223
|
UpdateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
5224
|
+
UpdateGatewayRequest.add_member(:waf_configuration, Shapes::ShapeRef.new(shape: WafConfiguration, location_name: "wafConfiguration"))
|
|
4916
5225
|
UpdateGatewayRequest.struct_class = Types::UpdateGatewayRequest
|
|
4917
5226
|
|
|
4918
5227
|
UpdateGatewayResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
@@ -4930,10 +5239,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
4930
5239
|
UpdateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
4931
5240
|
UpdateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
4932
5241
|
UpdateGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
5242
|
+
UpdateGatewayResponse.add_member(:custom_transform_configuration, Shapes::ShapeRef.new(shape: CustomTransformConfiguration, location_name: "customTransformConfiguration"))
|
|
4933
5243
|
UpdateGatewayResponse.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
|
|
4934
5244
|
UpdateGatewayResponse.add_member(:policy_engine_configuration, Shapes::ShapeRef.new(shape: GatewayPolicyEngineConfiguration, location_name: "policyEngineConfiguration"))
|
|
4935
5245
|
UpdateGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
|
|
4936
5246
|
UpdateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
5247
|
+
UpdateGatewayResponse.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: WebAclArn, location_name: "webAclArn"))
|
|
5248
|
+
UpdateGatewayResponse.add_member(:waf_configuration, Shapes::ShapeRef.new(shape: WafConfiguration, location_name: "wafConfiguration"))
|
|
4937
5249
|
UpdateGatewayResponse.struct_class = Types::UpdateGatewayResponse
|
|
4938
5250
|
|
|
4939
5251
|
UpdateGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
@@ -4958,7 +5270,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
4958
5270
|
|
|
4959
5271
|
UpdateGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
4960
5272
|
UpdateGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
|
|
4961
|
-
UpdateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName,
|
|
5273
|
+
UpdateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, location_name: "name"))
|
|
4962
5274
|
UpdateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
4963
5275
|
UpdateGatewayTargetRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
|
4964
5276
|
UpdateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, location_name: "credentialProviderConfigurations"))
|
|
@@ -4984,6 +5296,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
4984
5296
|
UpdateGatewayTargetResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
4985
5297
|
UpdateGatewayTargetResponse.struct_class = Types::UpdateGatewayTargetResponse
|
|
4986
5298
|
|
|
5299
|
+
UpdateHarnessEndpointRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
5300
|
+
UpdateHarnessEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: HarnessEndpointName, required: true, location: "uri", location_name: "endpointName"))
|
|
5301
|
+
UpdateHarnessEndpointRequest.add_member(:target_version, Shapes::ShapeRef.new(shape: HarnessVersion, location_name: "targetVersion"))
|
|
5302
|
+
UpdateHarnessEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: HarnessEndpointDescription, location_name: "description"))
|
|
5303
|
+
UpdateHarnessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
5304
|
+
UpdateHarnessEndpointRequest.struct_class = Types::UpdateHarnessEndpointRequest
|
|
5305
|
+
|
|
5306
|
+
UpdateHarnessEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: HarnessEndpoint, required: true, location_name: "endpoint"))
|
|
5307
|
+
UpdateHarnessEndpointResponse.struct_class = Types::UpdateHarnessEndpointResponse
|
|
5308
|
+
|
|
4987
5309
|
UpdateHarnessRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
4988
5310
|
UpdateHarnessRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
4989
5311
|
UpdateHarnessRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
|
|
@@ -5125,6 +5447,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
5125
5447
|
UpdatePolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: UpdatedDescription, location_name: "description"))
|
|
5126
5448
|
UpdatePolicyRequest.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, location_name: "definition"))
|
|
5127
5449
|
UpdatePolicyRequest.add_member(:validation_mode, Shapes::ShapeRef.new(shape: PolicyValidationMode, location_name: "validationMode"))
|
|
5450
|
+
UpdatePolicyRequest.add_member(:enforcement_mode, Shapes::ShapeRef.new(shape: EnforcementMode, location_name: "enforcementMode"))
|
|
5128
5451
|
UpdatePolicyRequest.struct_class = Types::UpdatePolicyRequest
|
|
5129
5452
|
|
|
5130
5453
|
UpdatePolicyResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
|
|
@@ -5134,6 +5457,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
5134
5457
|
UpdatePolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
5135
5458
|
UpdatePolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
5136
5459
|
UpdatePolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
|
|
5460
|
+
UpdatePolicyResponse.add_member(:enforcement_mode, Shapes::ShapeRef.new(shape: EnforcementMode, location_name: "enforcementMode"))
|
|
5137
5461
|
UpdatePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
|
|
5138
5462
|
UpdatePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
5139
5463
|
UpdatePolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
|
|
@@ -5342,6 +5666,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
5342
5666
|
VpcConfig.add_member(:require_service_s3_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "requireServiceS3Endpoint"))
|
|
5343
5667
|
VpcConfig.struct_class = Types::VpcConfig
|
|
5344
5668
|
|
|
5669
|
+
WafConfiguration.add_member(:failure_mode, Shapes::ShapeRef.new(shape: WafFailureMode, location_name: "failureMode"))
|
|
5670
|
+
WafConfiguration.struct_class = Types::WafConfiguration
|
|
5671
|
+
|
|
5345
5672
|
WeightedOverride.add_member(:traffic_split, Shapes::ShapeRef.new(shape: TrafficSplitEntries, required: true, location_name: "trafficSplit"))
|
|
5346
5673
|
WeightedOverride.struct_class = Types::WeightedOverride
|
|
5347
5674
|
|
|
@@ -5353,6 +5680,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
5353
5680
|
|
|
5354
5681
|
WorkloadIdentityList.member = Shapes::ShapeRef.new(shape: WorkloadIdentityType)
|
|
5355
5682
|
|
|
5683
|
+
WorkloadIdentityNameListType.member = Shapes::ShapeRef.new(shape: WorkloadIdentityNameType)
|
|
5684
|
+
|
|
5356
5685
|
WorkloadIdentityType.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
|
|
5357
5686
|
WorkloadIdentityType.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArnType, required: true, location_name: "workloadIdentityArn"))
|
|
5358
5687
|
WorkloadIdentityType.struct_class = Types::WorkloadIdentityType
|
|
@@ -5596,6 +5925,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
5596
5925
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5597
5926
|
end)
|
|
5598
5927
|
|
|
5928
|
+
api.add_operation(:create_harness_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
5929
|
+
o.name = "CreateHarnessEndpoint"
|
|
5930
|
+
o.http_method = "POST"
|
|
5931
|
+
o.http_request_uri = "/harnesses/{harnessId}/endpoints"
|
|
5932
|
+
o.input = Shapes::ShapeRef.new(shape: CreateHarnessEndpointRequest)
|
|
5933
|
+
o.output = Shapes::ShapeRef.new(shape: CreateHarnessEndpointResponse)
|
|
5934
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
5935
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5936
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5937
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5938
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5939
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5940
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5941
|
+
end)
|
|
5942
|
+
|
|
5599
5943
|
api.add_operation(:create_memory, Seahorse::Model::Operation.new.tap do |o|
|
|
5600
5944
|
o.name = "CreateMemory"
|
|
5601
5945
|
o.http_method = "POST"
|
|
@@ -5960,6 +6304,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
5960
6304
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5961
6305
|
end)
|
|
5962
6306
|
|
|
6307
|
+
api.add_operation(:delete_harness_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
6308
|
+
o.name = "DeleteHarnessEndpoint"
|
|
6309
|
+
o.http_method = "DELETE"
|
|
6310
|
+
o.http_request_uri = "/harnesses/{harnessId}/endpoints/{endpointName}"
|
|
6311
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteHarnessEndpointRequest)
|
|
6312
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteHarnessEndpointResponse)
|
|
6313
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6314
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
6315
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6316
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6317
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6318
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6319
|
+
end)
|
|
6320
|
+
|
|
5963
6321
|
api.add_operation(:delete_memory, Seahorse::Model::Operation.new.tap do |o|
|
|
5964
6322
|
o.name = "DeleteMemory"
|
|
5965
6323
|
o.http_method = "DELETE"
|
|
@@ -6311,6 +6669,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
6311
6669
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6312
6670
|
end)
|
|
6313
6671
|
|
|
6672
|
+
api.add_operation(:get_harness_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
6673
|
+
o.name = "GetHarnessEndpoint"
|
|
6674
|
+
o.http_method = "GET"
|
|
6675
|
+
o.http_request_uri = "/harnesses/{harnessId}/endpoints/{endpointName}"
|
|
6676
|
+
o.input = Shapes::ShapeRef.new(shape: GetHarnessEndpointRequest)
|
|
6677
|
+
o.output = Shapes::ShapeRef.new(shape: GetHarnessEndpointResponse)
|
|
6678
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6679
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6680
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6681
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6682
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6683
|
+
end)
|
|
6684
|
+
|
|
6314
6685
|
api.add_operation(:get_memory, Seahorse::Model::Operation.new.tap do |o|
|
|
6315
6686
|
o.name = "GetMemory"
|
|
6316
6687
|
o.http_method = "GET"
|
|
@@ -6808,6 +7179,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
6808
7179
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6809
7180
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6810
7181
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7182
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6811
7183
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6812
7184
|
o[:pager] = Aws::Pager.new(
|
|
6813
7185
|
limit_key: "max_results",
|
|
@@ -6835,6 +7207,44 @@ module Aws::BedrockAgentCoreControl
|
|
|
6835
7207
|
)
|
|
6836
7208
|
end)
|
|
6837
7209
|
|
|
7210
|
+
api.add_operation(:list_harness_endpoints, Seahorse::Model::Operation.new.tap do |o|
|
|
7211
|
+
o.name = "ListHarnessEndpoints"
|
|
7212
|
+
o.http_method = "GET"
|
|
7213
|
+
o.http_request_uri = "/harnesses/{harnessId}/endpoints"
|
|
7214
|
+
o.input = Shapes::ShapeRef.new(shape: ListHarnessEndpointsRequest)
|
|
7215
|
+
o.output = Shapes::ShapeRef.new(shape: ListHarnessEndpointsResponse)
|
|
7216
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
7217
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
7218
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7219
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7220
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
7221
|
+
o[:pager] = Aws::Pager.new(
|
|
7222
|
+
limit_key: "max_results",
|
|
7223
|
+
tokens: {
|
|
7224
|
+
"next_token" => "next_token"
|
|
7225
|
+
}
|
|
7226
|
+
)
|
|
7227
|
+
end)
|
|
7228
|
+
|
|
7229
|
+
api.add_operation(:list_harness_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
7230
|
+
o.name = "ListHarnessVersions"
|
|
7231
|
+
o.http_method = "GET"
|
|
7232
|
+
o.http_request_uri = "/harnesses/{harnessId}/versions"
|
|
7233
|
+
o.input = Shapes::ShapeRef.new(shape: ListHarnessVersionsRequest)
|
|
7234
|
+
o.output = Shapes::ShapeRef.new(shape: ListHarnessVersionsResponse)
|
|
7235
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
7236
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
7237
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7238
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7239
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
7240
|
+
o[:pager] = Aws::Pager.new(
|
|
7241
|
+
limit_key: "max_results",
|
|
7242
|
+
tokens: {
|
|
7243
|
+
"next_token" => "next_token"
|
|
7244
|
+
}
|
|
7245
|
+
)
|
|
7246
|
+
end)
|
|
7247
|
+
|
|
6838
7248
|
api.add_operation(:list_harnesses, Seahorse::Model::Operation.new.tap do |o|
|
|
6839
7249
|
o.name = "ListHarnesses"
|
|
6840
7250
|
o.http_method = "GET"
|
|
@@ -7431,6 +7841,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
7431
7841
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
7432
7842
|
end)
|
|
7433
7843
|
|
|
7844
|
+
api.add_operation(:update_harness_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
7845
|
+
o.name = "UpdateHarnessEndpoint"
|
|
7846
|
+
o.http_method = "PATCH"
|
|
7847
|
+
o.http_request_uri = "/harnesses/{harnessId}/endpoints/{endpointName}"
|
|
7848
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateHarnessEndpointRequest)
|
|
7849
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateHarnessEndpointResponse)
|
|
7850
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
7851
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
7852
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
7853
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
7854
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7855
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7856
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
7857
|
+
end)
|
|
7858
|
+
|
|
7434
7859
|
api.add_operation(:update_memory, Seahorse::Model::Operation.new.tap do |o|
|
|
7435
7860
|
o.name = "UpdateMemory"
|
|
7436
7861
|
o.http_method = "PUT"
|