aws-sdk-bedrockagentcorecontrol 1.45.0 → 1.47.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.
data/sig/client.rbs CHANGED
@@ -90,84 +90,12 @@ module Aws
90
90
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#create_agent_runtime-instance_method
91
91
  def create_agent_runtime: (
92
92
  agent_runtime_name: ::String,
93
- agent_runtime_artifact: {
94
- container_configuration: {
95
- container_uri: ::String
96
- }?,
97
- code_configuration: {
98
- code: {
99
- s3: {
100
- bucket: ::String,
101
- prefix: ::String,
102
- version_id: ::String?
103
- }?
104
- },
105
- runtime: ("PYTHON_3_10" | "PYTHON_3_11" | "PYTHON_3_12" | "PYTHON_3_13" | "PYTHON_3_14" | "NODE_22"),
106
- entry_point: Array[::String]
107
- }?
108
- },
93
+ agent_runtime_artifact: Params::agent_runtime_artifact,
109
94
  role_arn: ::String,
110
- network_configuration: {
111
- network_mode: ("PUBLIC" | "VPC"),
112
- network_mode_config: {
113
- security_groups: Array[::String],
114
- subnets: Array[::String]
115
- }?
116
- },
95
+ network_configuration: Params::network_configuration,
117
96
  ?client_token: ::String,
118
97
  ?description: ::String,
119
- ?authorizer_configuration: {
120
- custom_jwt_authorizer: {
121
- discovery_url: ::String,
122
- allowed_audience: Array[::String]?,
123
- allowed_clients: Array[::String]?,
124
- allowed_scopes: Array[::String]?,
125
- custom_claims: Array[
126
- {
127
- inbound_token_claim_name: ::String,
128
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
129
- authorizing_claim_match_value: {
130
- claim_match_value: {
131
- match_value_string: ::String?,
132
- match_value_string_list: Array[::String]?
133
- },
134
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
135
- }
136
- },
137
- ]?,
138
- private_endpoint: {
139
- self_managed_lattice_resource: {
140
- resource_configuration_identifier: ::String?
141
- }?,
142
- managed_vpc_resource: {
143
- vpc_identifier: ::String,
144
- subnet_ids: Array[::String],
145
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
146
- security_group_ids: Array[::String]?,
147
- tags: Hash[::String, ::String]?,
148
- routing_domain: ::String?
149
- }?
150
- }?,
151
- private_endpoint_overrides: Array[
152
- {
153
- domain: ::String,
154
- private_endpoint: {
155
- self_managed_lattice_resource: {
156
- resource_configuration_identifier: ::String?
157
- }?,
158
- managed_vpc_resource: {
159
- vpc_identifier: ::String,
160
- subnet_ids: Array[::String],
161
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
162
- security_group_ids: Array[::String]?,
163
- tags: Hash[::String, ::String]?,
164
- routing_domain: ::String?
165
- }?
166
- }
167
- },
168
- ]?
169
- }?
170
- },
98
+ ?authorizer_configuration: Params::authorizer_configuration,
171
99
  ?request_header_configuration: {
172
100
  request_header_allowlist: Array[::String]?
173
101
  },
@@ -180,19 +108,7 @@ module Aws
180
108
  },
181
109
  ?environment_variables: Hash[::String, ::String],
182
110
  ?filesystem_configurations: Array[
183
- {
184
- session_storage: {
185
- mount_path: ::String
186
- }?,
187
- s3_files_access_point: {
188
- access_point_arn: ::String,
189
- mount_path: ::String
190
- }?,
191
- efs_access_point: {
192
- access_point_arn: ::String,
193
- mount_path: ::String
194
- }?
195
- },
111
+ Params::filesystem_configuration
196
112
  ],
197
113
  ?tags: Hash[::String, ::String]
198
114
  ) -> _CreateAgentRuntimeResponseSuccess
@@ -249,7 +165,8 @@ module Aws
249
165
  network_mode: ("PUBLIC" | "VPC"),
250
166
  vpc_config: {
251
167
  security_groups: Array[::String],
252
- subnets: Array[::String]
168
+ subnets: Array[::String],
169
+ require_service_s3_endpoint: bool?
253
170
  }?
254
171
  },
255
172
  ?recording: {
@@ -273,7 +190,7 @@ module Aws
273
190
  }?
274
191
  },
275
192
  type: ("MANAGED" | "RECOMMENDED")?
276
- },
193
+ }
277
194
  ],
278
195
  ?certificates: Array[
279
196
  {
@@ -282,7 +199,7 @@ module Aws
282
199
  secret_arn: ::String
283
200
  }?
284
201
  }
285
- },
202
+ }
286
203
  ],
287
204
  ?client_token: ::String,
288
205
  ?tags: Hash[::String, ::String]
@@ -321,7 +238,8 @@ module Aws
321
238
  network_mode: ("PUBLIC" | "SANDBOX" | "VPC"),
322
239
  vpc_config: {
323
240
  security_groups: Array[::String],
324
- subnets: Array[::String]
241
+ subnets: Array[::String],
242
+ require_service_s3_endpoint: bool?
325
243
  }?
326
244
  },
327
245
  ?certificates: Array[
@@ -331,7 +249,7 @@ module Aws
331
249
  secret_arn: ::String
332
250
  }?
333
251
  }
334
- },
252
+ }
335
253
  ],
336
254
  ?client_token: ::String,
337
255
  ?tags: Hash[::String, ::String]
@@ -376,45 +294,7 @@ module Aws
376
294
  ?client_token: ::String,
377
295
  evaluator_name: ::String,
378
296
  ?description: ::String,
379
- evaluator_config: {
380
- llm_as_a_judge: {
381
- instructions: ::String,
382
- rating_scale: {
383
- numerical: Array[
384
- {
385
- definition: ::String,
386
- value: ::Float,
387
- label: ::String
388
- },
389
- ]?,
390
- categorical: Array[
391
- {
392
- definition: ::String,
393
- label: ::String
394
- },
395
- ]?
396
- },
397
- model_config: {
398
- bedrock_evaluator_model_config: {
399
- model_id: ::String,
400
- inference_config: {
401
- max_tokens: ::Integer?,
402
- temperature: ::Float?,
403
- top_p: ::Float?,
404
- stop_sequences: Array[::String]?
405
- }?,
406
- additional_model_request_fields: {
407
- }?
408
- }?
409
- }
410
- }?,
411
- code_based: {
412
- lambda_config: {
413
- lambda_arn: ::String,
414
- lambda_timeout_in_seconds: ::Integer?
415
- }?
416
- }?
417
- },
297
+ evaluator_config: Params::evaluator_config,
418
298
  level: ("TOOL_CALL" | "TRACE" | "SESSION"),
419
299
  ?kms_key_arn: ::String,
420
300
  ?tags: Hash[::String, ::String]
@@ -450,85 +330,12 @@ module Aws
450
330
  ?client_token: ::String,
451
331
  role_arn: ::String,
452
332
  ?protocol_type: ("MCP"),
453
- ?protocol_configuration: {
454
- mcp: {
455
- supported_versions: Array[::String]?,
456
- instructions: ::String?,
457
- search_type: ("SEMANTIC")?,
458
- session_configuration: {
459
- session_timeout_in_seconds: ::Integer?
460
- }?,
461
- streaming_configuration: {
462
- enable_response_streaming: bool?
463
- }?
464
- }?
465
- },
333
+ ?protocol_configuration: Params::gateway_protocol_configuration,
466
334
  authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE" | "AUTHENTICATE_ONLY"),
467
- ?authorizer_configuration: {
468
- custom_jwt_authorizer: {
469
- discovery_url: ::String,
470
- allowed_audience: Array[::String]?,
471
- allowed_clients: Array[::String]?,
472
- allowed_scopes: Array[::String]?,
473
- custom_claims: Array[
474
- {
475
- inbound_token_claim_name: ::String,
476
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
477
- authorizing_claim_match_value: {
478
- claim_match_value: {
479
- match_value_string: ::String?,
480
- match_value_string_list: Array[::String]?
481
- },
482
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
483
- }
484
- },
485
- ]?,
486
- private_endpoint: {
487
- self_managed_lattice_resource: {
488
- resource_configuration_identifier: ::String?
489
- }?,
490
- managed_vpc_resource: {
491
- vpc_identifier: ::String,
492
- subnet_ids: Array[::String],
493
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
494
- security_group_ids: Array[::String]?,
495
- tags: Hash[::String, ::String]?,
496
- routing_domain: ::String?
497
- }?
498
- }?,
499
- private_endpoint_overrides: Array[
500
- {
501
- domain: ::String,
502
- private_endpoint: {
503
- self_managed_lattice_resource: {
504
- resource_configuration_identifier: ::String?
505
- }?,
506
- managed_vpc_resource: {
507
- vpc_identifier: ::String,
508
- subnet_ids: Array[::String],
509
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
510
- security_group_ids: Array[::String]?,
511
- tags: Hash[::String, ::String]?,
512
- routing_domain: ::String?
513
- }?
514
- }
515
- },
516
- ]?
517
- }?
518
- },
335
+ ?authorizer_configuration: Params::authorizer_configuration,
519
336
  ?kms_key_arn: ::String,
520
337
  ?interceptor_configurations: Array[
521
- {
522
- interceptor: {
523
- lambda: {
524
- arn: ::String
525
- }?
526
- },
527
- interception_points: Array[("REQUEST" | "RESPONSE")],
528
- input_configuration: {
529
- pass_request_headers: bool
530
- }?
531
- },
338
+ Params::gateway_interceptor_configuration
532
339
  ],
533
340
  ?policy_engine_configuration: {
534
341
  arn: ::String,
@@ -557,61 +364,10 @@ module Aws
557
364
  ?client_token: ::String,
558
365
  priority: ::Integer,
559
366
  ?conditions: Array[
560
- {
561
- match_principals: {
562
- any_of: Array[
563
- {
564
- iam_principal: {
565
- arn: ::String,
566
- operator: ("StringEquals" | "StringLike")?
567
- }?
568
- },
569
- ]
570
- }?,
571
- match_paths: {
572
- any_of: Array[::String]
573
- }?
574
- },
367
+ Params::condition
575
368
  ],
576
369
  actions: Array[
577
- {
578
- configuration_bundle: {
579
- static_override: {
580
- bundle_arn: ::String,
581
- bundle_version: ::String
582
- }?,
583
- weighted_override: {
584
- traffic_split: Array[
585
- {
586
- name: ::String,
587
- weight: ::Integer,
588
- configuration_bundle: {
589
- bundle_arn: ::String,
590
- bundle_version: ::String
591
- },
592
- description: ::String?,
593
- metadata: Hash[::String, ::String]?
594
- },
595
- ]
596
- }?
597
- }?,
598
- route_to_target: {
599
- static_route: {
600
- target_name: ::String
601
- }?,
602
- weighted_route: {
603
- traffic_split: Array[
604
- {
605
- name: ::String,
606
- weight: ::Integer,
607
- target_name: ::String,
608
- description: ::String?,
609
- metadata: Hash[::String, ::String]?
610
- },
611
- ]
612
- }?
613
- }?
614
- },
370
+ Params::action
615
371
  ],
616
372
  ?description: ::String
617
373
  ) -> _CreateGatewayRuleResponseSuccess
@@ -642,133 +398,16 @@ module Aws
642
398
  name: ::String,
643
399
  ?description: ::String,
644
400
  ?client_token: ::String,
645
- target_configuration: {
646
- mcp: {
647
- open_api_schema: {
648
- s3: {
649
- uri: ::String?,
650
- bucket_owner_account_id: ::String?
651
- }?,
652
- inline_payload: ::String?
653
- }?,
654
- smithy_model: {
655
- s3: {
656
- uri: ::String?,
657
- bucket_owner_account_id: ::String?
658
- }?,
659
- inline_payload: ::String?
660
- }?,
661
- lambda: {
662
- lambda_arn: ::String,
663
- tool_schema: {
664
- s3: {
665
- uri: ::String?,
666
- bucket_owner_account_id: ::String?
667
- }?,
668
- inline_payload: Array[
669
- {
670
- name: ::String,
671
- description: ::String,
672
- input_schema: {
673
- type: ("string" | "number" | "object" | "array" | "boolean" | "integer"),
674
- properties: Hash[::String, untyped]?,
675
- required: Array[::String]?,
676
- items: untyped?,
677
- description: ::String?
678
- },
679
- output_schema: {
680
- type: ("string" | "number" | "object" | "array" | "boolean" | "integer"),
681
- properties: Hash[::String, untyped]?,
682
- required: Array[::String]?,
683
- items: untyped?,
684
- description: ::String?
685
- }?
686
- },
687
- ]?
688
- }
689
- }?,
690
- mcp_server: {
691
- endpoint: ::String,
692
- mcp_tool_schema: {
693
- s3: {
694
- uri: ::String?,
695
- bucket_owner_account_id: ::String?
696
- }?,
697
- inline_payload: ::String?
698
- }?,
699
- listing_mode: ("DEFAULT" | "DYNAMIC")?,
700
- resource_priority: ::Integer?
701
- }?,
702
- api_gateway: {
703
- rest_api_id: ::String,
704
- stage: ::String,
705
- api_gateway_tool_configuration: {
706
- tool_overrides: Array[
707
- {
708
- name: ::String,
709
- description: ::String?,
710
- path: ::String,
711
- method: ("GET" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "PUT" | "POST")
712
- },
713
- ]?,
714
- tool_filters: Array[
715
- {
716
- filter_path: ::String,
717
- methods: Array[("GET" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "PUT" | "POST")]
718
- },
719
- ]
720
- }
721
- }?
722
- }?,
723
- http: {
724
- agentcore_runtime: {
725
- arn: ::String,
726
- qualifier: ::String?
727
- }?
728
- }?
729
- },
401
+ target_configuration: Params::target_configuration,
730
402
  ?credential_provider_configurations: Array[
731
- {
732
- credential_provider_type: ("GATEWAY_IAM_ROLE" | "OAUTH" | "API_KEY" | "CALLER_IAM_CREDENTIALS" | "JWT_PASSTHROUGH"),
733
- credential_provider: {
734
- oauth_credential_provider: {
735
- provider_arn: ::String,
736
- scopes: Array[::String],
737
- custom_parameters: Hash[::String, ::String]?,
738
- grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "TOKEN_EXCHANGE")?,
739
- default_return_url: ::String?
740
- }?,
741
- api_key_credential_provider: {
742
- provider_arn: ::String,
743
- credential_parameter_name: ::String?,
744
- credential_prefix: ::String?,
745
- credential_location: ("HEADER" | "QUERY_PARAMETER")?
746
- }?,
747
- iam_credential_provider: {
748
- service: ::String,
749
- region: ::String?
750
- }?
751
- }?
752
- },
403
+ Params::credential_provider_configuration
753
404
  ],
754
405
  ?metadata_configuration: {
755
406
  allowed_request_headers: Array[::String]?,
756
407
  allowed_query_parameters: Array[::String]?,
757
408
  allowed_response_headers: Array[::String]?
758
409
  },
759
- ?private_endpoint: {
760
- self_managed_lattice_resource: {
761
- resource_configuration_identifier: ::String?
762
- }?,
763
- managed_vpc_resource: {
764
- vpc_identifier: ::String,
765
- subnet_ids: Array[::String],
766
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
767
- security_group_ids: Array[::String]?,
768
- tags: Hash[::String, ::String]?,
769
- routing_domain: ::String?
770
- }?
771
- }
410
+ ?private_endpoint: Params::private_endpoint
772
411
  ) -> _CreateGatewayTargetResponseSuccess
773
412
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGatewayTargetResponseSuccess
774
413
 
@@ -781,192 +420,31 @@ module Aws
781
420
  harness_name: ::String,
782
421
  ?client_token: ::String,
783
422
  execution_role_arn: ::String,
784
- ?environment: {
785
- agent_core_runtime_environment: {
786
- lifecycle_configuration: {
787
- idle_runtime_session_timeout: ::Integer?,
788
- max_lifetime: ::Integer?
789
- }?,
790
- network_configuration: {
791
- network_mode: ("PUBLIC" | "VPC"),
792
- network_mode_config: {
793
- security_groups: Array[::String],
794
- subnets: Array[::String]
795
- }?
796
- }?,
797
- filesystem_configurations: Array[
798
- {
799
- session_storage: {
800
- mount_path: ::String
801
- }?,
802
- s3_files_access_point: {
803
- access_point_arn: ::String,
804
- mount_path: ::String
805
- }?,
806
- efs_access_point: {
807
- access_point_arn: ::String,
808
- mount_path: ::String
809
- }?
810
- },
811
- ]?
812
- }?
813
- },
423
+ ?environment: Params::harness_environment_provider_request,
814
424
  ?environment_artifact: {
815
425
  container_configuration: {
816
426
  container_uri: ::String
817
427
  }?
818
428
  },
819
429
  ?environment_variables: Hash[::String, ::String],
820
- ?authorizer_configuration: {
821
- custom_jwt_authorizer: {
822
- discovery_url: ::String,
823
- allowed_audience: Array[::String]?,
824
- allowed_clients: Array[::String]?,
825
- allowed_scopes: Array[::String]?,
826
- custom_claims: Array[
827
- {
828
- inbound_token_claim_name: ::String,
829
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
830
- authorizing_claim_match_value: {
831
- claim_match_value: {
832
- match_value_string: ::String?,
833
- match_value_string_list: Array[::String]?
834
- },
835
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
836
- }
837
- },
838
- ]?,
839
- private_endpoint: {
840
- self_managed_lattice_resource: {
841
- resource_configuration_identifier: ::String?
842
- }?,
843
- managed_vpc_resource: {
844
- vpc_identifier: ::String,
845
- subnet_ids: Array[::String],
846
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
847
- security_group_ids: Array[::String]?,
848
- tags: Hash[::String, ::String]?,
849
- routing_domain: ::String?
850
- }?
851
- }?,
852
- private_endpoint_overrides: Array[
853
- {
854
- domain: ::String,
855
- private_endpoint: {
856
- self_managed_lattice_resource: {
857
- resource_configuration_identifier: ::String?
858
- }?,
859
- managed_vpc_resource: {
860
- vpc_identifier: ::String,
861
- subnet_ids: Array[::String],
862
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
863
- security_group_ids: Array[::String]?,
864
- tags: Hash[::String, ::String]?,
865
- routing_domain: ::String?
866
- }?
867
- }
868
- },
869
- ]?
870
- }?
871
- },
872
- ?model: {
873
- bedrock_model_config: {
874
- model_id: ::String,
875
- max_tokens: ::Integer?,
876
- temperature: ::Float?,
877
- top_p: ::Float?
878
- }?,
879
- open_ai_model_config: {
880
- model_id: ::String,
881
- api_key_arn: ::String,
882
- max_tokens: ::Integer?,
883
- temperature: ::Float?,
884
- top_p: ::Float?
885
- }?,
886
- gemini_model_config: {
887
- model_id: ::String,
888
- api_key_arn: ::String,
889
- max_tokens: ::Integer?,
890
- temperature: ::Float?,
891
- top_p: ::Float?,
892
- top_k: ::Integer?
893
- }?
894
- },
430
+ ?authorizer_configuration: Params::authorizer_configuration,
431
+ ?model: Params::harness_model_configuration,
895
432
  ?system_prompt: Array[
896
433
  {
897
434
  text: ::String?
898
- },
435
+ }
899
436
  ],
900
437
  ?tools: Array[
901
- {
902
- type: ("remote_mcp" | "agentcore_browser" | "agentcore_gateway" | "inline_function" | "agentcore_code_interpreter"),
903
- name: ::String?,
904
- config: {
905
- remote_mcp: {
906
- url: ::String,
907
- headers: Hash[::String, ::String]?
908
- }?,
909
- agent_core_browser: {
910
- browser_arn: ::String?
911
- }?,
912
- agent_core_gateway: {
913
- gateway_arn: ::String,
914
- outbound_auth: {
915
- aws_iam: {
916
- }?,
917
- none: {
918
- }?,
919
- oauth: {
920
- provider_arn: ::String,
921
- scopes: Array[::String],
922
- custom_parameters: Hash[::String, ::String]?,
923
- grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "TOKEN_EXCHANGE")?,
924
- default_return_url: ::String?
925
- }?
926
- }?
927
- }?,
928
- inline_function: {
929
- description: ::String,
930
- input_schema: {
931
- }
932
- }?,
933
- agent_core_code_interpreter: {
934
- code_interpreter_arn: ::String?
935
- }?
936
- }?
937
- },
438
+ Params::harness_tool
938
439
  ],
939
440
  ?skills: Array[
940
441
  {
941
442
  path: ::String?
942
- },
443
+ }
943
444
  ],
944
445
  ?allowed_tools: Array[::String],
945
- ?memory: {
946
- agent_core_memory_configuration: {
947
- arn: ::String,
948
- actor_id: ::String?,
949
- messages_count: ::Integer?,
950
- retrieval_config: Hash[::String, {
951
- top_k: ::Integer?,
952
- relevance_score: ::Float?,
953
- strategy_id: ::String?
954
- }]?
955
- }?
956
- },
957
- ?truncation: {
958
- strategy: ("sliding_window" | "summarization" | "none"),
959
- config: {
960
- sliding_window: {
961
- messages_count: ::Integer?
962
- }?,
963
- summarization: {
964
- summary_ratio: ::Float?,
965
- preserve_recent_messages: ::Integer?,
966
- summarization_system_prompt: ::String?
967
- }?
968
- }?
969
- },
446
+ ?memory: Params::harness_memory_configuration,
447
+ ?truncation: Params::harness_truncation_configuration,
970
448
  ?max_iterations: ::Integer,
971
449
  ?max_tokens: ::Integer,
972
450
  ?timeout_seconds: ::Integer,
@@ -987,317 +465,15 @@ module Aws
987
465
  ?memory_execution_role_arn: ::String,
988
466
  event_expiry_duration: ::Integer,
989
467
  ?memory_strategies: Array[
990
- {
991
- semantic_memory_strategy: {
992
- name: ::String,
993
- description: ::String?,
994
- namespaces: Array[::String]?,
995
- namespace_templates: Array[::String]?,
996
- memory_record_schema: {
997
- metadata_schema: Array[
998
- {
999
- key: ::String,
1000
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1001
- extraction_config: {
1002
- llm_extraction_config: {
1003
- llm_extraction_instruction: ::String?,
1004
- definition: ::String,
1005
- validation: {
1006
- string_validation: {
1007
- allowed_values: Array[::String]
1008
- }?,
1009
- string_list_validation: {
1010
- allowed_values: Array[::String]?,
1011
- max_items: ::Integer?
1012
- }?,
1013
- number_validation: {
1014
- min_value: ::Float?,
1015
- max_value: ::Float?
1016
- }?
1017
- }?
1018
- }?
1019
- }?
1020
- },
1021
- ]?
1022
- }?
1023
- }?,
1024
- summary_memory_strategy: {
1025
- name: ::String,
1026
- description: ::String?,
1027
- namespaces: Array[::String]?,
1028
- namespace_templates: Array[::String]?,
1029
- memory_record_schema: {
1030
- metadata_schema: Array[
1031
- {
1032
- key: ::String,
1033
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1034
- extraction_config: {
1035
- llm_extraction_config: {
1036
- llm_extraction_instruction: ::String?,
1037
- definition: ::String,
1038
- validation: {
1039
- string_validation: {
1040
- allowed_values: Array[::String]
1041
- }?,
1042
- string_list_validation: {
1043
- allowed_values: Array[::String]?,
1044
- max_items: ::Integer?
1045
- }?,
1046
- number_validation: {
1047
- min_value: ::Float?,
1048
- max_value: ::Float?
1049
- }?
1050
- }?
1051
- }?
1052
- }?
1053
- },
1054
- ]?
1055
- }?
1056
- }?,
1057
- user_preference_memory_strategy: {
1058
- name: ::String,
1059
- description: ::String?,
1060
- namespaces: Array[::String]?,
1061
- namespace_templates: Array[::String]?,
1062
- memory_record_schema: {
1063
- metadata_schema: Array[
1064
- {
1065
- key: ::String,
1066
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1067
- extraction_config: {
1068
- llm_extraction_config: {
1069
- llm_extraction_instruction: ::String?,
1070
- definition: ::String,
1071
- validation: {
1072
- string_validation: {
1073
- allowed_values: Array[::String]
1074
- }?,
1075
- string_list_validation: {
1076
- allowed_values: Array[::String]?,
1077
- max_items: ::Integer?
1078
- }?,
1079
- number_validation: {
1080
- min_value: ::Float?,
1081
- max_value: ::Float?
1082
- }?
1083
- }?
1084
- }?
1085
- }?
1086
- },
1087
- ]?
1088
- }?
1089
- }?,
1090
- custom_memory_strategy: {
1091
- name: ::String,
1092
- description: ::String?,
1093
- namespaces: Array[::String]?,
1094
- namespace_templates: Array[::String]?,
1095
- configuration: {
1096
- semantic_override: {
1097
- extraction: {
1098
- append_to_prompt: ::String,
1099
- model_id: ::String
1100
- }?,
1101
- consolidation: {
1102
- append_to_prompt: ::String,
1103
- model_id: ::String
1104
- }?
1105
- }?,
1106
- summary_override: {
1107
- consolidation: {
1108
- append_to_prompt: ::String,
1109
- model_id: ::String
1110
- }?
1111
- }?,
1112
- user_preference_override: {
1113
- extraction: {
1114
- append_to_prompt: ::String,
1115
- model_id: ::String
1116
- }?,
1117
- consolidation: {
1118
- append_to_prompt: ::String,
1119
- model_id: ::String
1120
- }?
1121
- }?,
1122
- episodic_override: {
1123
- extraction: {
1124
- append_to_prompt: ::String,
1125
- model_id: ::String
1126
- }?,
1127
- consolidation: {
1128
- append_to_prompt: ::String,
1129
- model_id: ::String
1130
- }?,
1131
- reflection: {
1132
- append_to_prompt: ::String,
1133
- model_id: ::String,
1134
- namespaces: Array[::String]?,
1135
- namespace_templates: Array[::String]?,
1136
- memory_record_schema: {
1137
- metadata_schema: Array[
1138
- {
1139
- key: ::String,
1140
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1141
- extraction_config: {
1142
- llm_extraction_config: {
1143
- llm_extraction_instruction: ::String?,
1144
- definition: ::String,
1145
- validation: {
1146
- string_validation: {
1147
- allowed_values: Array[::String]
1148
- }?,
1149
- string_list_validation: {
1150
- allowed_values: Array[::String]?,
1151
- max_items: ::Integer?
1152
- }?,
1153
- number_validation: {
1154
- min_value: ::Float?,
1155
- max_value: ::Float?
1156
- }?
1157
- }?
1158
- }?
1159
- }?
1160
- },
1161
- ]?
1162
- }?
1163
- }?
1164
- }?,
1165
- self_managed_configuration: {
1166
- trigger_conditions: Array[
1167
- {
1168
- message_based_trigger: {
1169
- message_count: ::Integer?
1170
- }?,
1171
- token_based_trigger: {
1172
- token_count: ::Integer?
1173
- }?,
1174
- time_based_trigger: {
1175
- idle_session_timeout: ::Integer?
1176
- }?
1177
- },
1178
- ]?,
1179
- invocation_configuration: {
1180
- topic_arn: ::String,
1181
- payload_delivery_bucket_name: ::String
1182
- },
1183
- historical_context_window_size: ::Integer?
1184
- }?
1185
- }?,
1186
- memory_record_schema: {
1187
- metadata_schema: Array[
1188
- {
1189
- key: ::String,
1190
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1191
- extraction_config: {
1192
- llm_extraction_config: {
1193
- llm_extraction_instruction: ::String?,
1194
- definition: ::String,
1195
- validation: {
1196
- string_validation: {
1197
- allowed_values: Array[::String]
1198
- }?,
1199
- string_list_validation: {
1200
- allowed_values: Array[::String]?,
1201
- max_items: ::Integer?
1202
- }?,
1203
- number_validation: {
1204
- min_value: ::Float?,
1205
- max_value: ::Float?
1206
- }?
1207
- }?
1208
- }?
1209
- }?
1210
- },
1211
- ]?
1212
- }?
1213
- }?,
1214
- episodic_memory_strategy: {
1215
- name: ::String,
1216
- description: ::String?,
1217
- namespaces: Array[::String]?,
1218
- namespace_templates: Array[::String]?,
1219
- reflection_configuration: {
1220
- namespaces: Array[::String]?,
1221
- namespace_templates: Array[::String]?,
1222
- memory_record_schema: {
1223
- metadata_schema: Array[
1224
- {
1225
- key: ::String,
1226
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1227
- extraction_config: {
1228
- llm_extraction_config: {
1229
- llm_extraction_instruction: ::String?,
1230
- definition: ::String,
1231
- validation: {
1232
- string_validation: {
1233
- allowed_values: Array[::String]
1234
- }?,
1235
- string_list_validation: {
1236
- allowed_values: Array[::String]?,
1237
- max_items: ::Integer?
1238
- }?,
1239
- number_validation: {
1240
- min_value: ::Float?,
1241
- max_value: ::Float?
1242
- }?
1243
- }?
1244
- }?
1245
- }?
1246
- },
1247
- ]?
1248
- }?
1249
- }?,
1250
- memory_record_schema: {
1251
- metadata_schema: Array[
1252
- {
1253
- key: ::String,
1254
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
1255
- extraction_config: {
1256
- llm_extraction_config: {
1257
- llm_extraction_instruction: ::String?,
1258
- definition: ::String,
1259
- validation: {
1260
- string_validation: {
1261
- allowed_values: Array[::String]
1262
- }?,
1263
- string_list_validation: {
1264
- allowed_values: Array[::String]?,
1265
- max_items: ::Integer?
1266
- }?,
1267
- number_validation: {
1268
- min_value: ::Float?,
1269
- max_value: ::Float?
1270
- }?
1271
- }?
1272
- }?
1273
- }?
1274
- },
1275
- ]?
1276
- }?
1277
- }?
1278
- },
468
+ Params::memory_strategy_input
1279
469
  ],
1280
470
  ?indexed_keys: Array[
1281
471
  {
1282
472
  key: ::String,
1283
473
  type: ("STRING" | "STRINGLIST" | "NUMBER")
1284
- },
474
+ }
1285
475
  ],
1286
- ?stream_delivery_resources: {
1287
- resources: Array[
1288
- {
1289
- kinesis: {
1290
- data_stream_arn: ::String,
1291
- content_configurations: Array[
1292
- {
1293
- type: ("MEMORY_RECORDS"),
1294
- level: ("METADATA_ONLY" | "FULL_CONTENT")?
1295
- },
1296
- ]
1297
- }?
1298
- },
1299
- ]
1300
- },
476
+ ?stream_delivery_resources: Params::stream_delivery_resources,
1301
477
  ?tags: Hash[::String, ::String]
1302
478
  ) -> _CreateMemoryResponseSuccess
1303
479
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMemoryResponseSuccess
@@ -1315,97 +491,7 @@ module Aws
1315
491
  def create_oauth_2_credential_provider: (
1316
492
  name: ::String,
1317
493
  credential_provider_vendor: ("GoogleOauth2" | "GithubOauth2" | "SlackOauth2" | "SalesforceOauth2" | "MicrosoftOauth2" | "CustomOauth2" | "AtlassianOauth2" | "LinkedinOauth2" | "XOauth2" | "OktaOauth2" | "OneLoginOauth2" | "PingOneOauth2" | "FacebookOauth2" | "YandexOauth2" | "RedditOauth2" | "ZoomOauth2" | "TwitchOauth2" | "SpotifyOauth2" | "DropboxOauth2" | "NotionOauth2" | "HubspotOauth2" | "CyberArkOauth2" | "FusionAuthOauth2" | "Auth0Oauth2" | "CognitoOauth2"),
1318
- oauth2_provider_config_input: {
1319
- custom_oauth_2_provider_config: {
1320
- oauth_discovery: {
1321
- discovery_url: ::String?,
1322
- authorization_server_metadata: {
1323
- issuer: ::String,
1324
- authorization_endpoint: ::String,
1325
- token_endpoint: ::String,
1326
- response_types: Array[::String]?,
1327
- token_endpoint_auth_methods: Array[::String]?
1328
- }?
1329
- },
1330
- client_id: ::String?,
1331
- client_secret: ::String?,
1332
- private_endpoint: {
1333
- self_managed_lattice_resource: {
1334
- resource_configuration_identifier: ::String?
1335
- }?,
1336
- managed_vpc_resource: {
1337
- vpc_identifier: ::String,
1338
- subnet_ids: Array[::String],
1339
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
1340
- security_group_ids: Array[::String]?,
1341
- tags: Hash[::String, ::String]?,
1342
- routing_domain: ::String?
1343
- }?
1344
- }?,
1345
- private_endpoint_overrides: Array[
1346
- {
1347
- domain: ::String,
1348
- private_endpoint: {
1349
- self_managed_lattice_resource: {
1350
- resource_configuration_identifier: ::String?
1351
- }?,
1352
- managed_vpc_resource: {
1353
- vpc_identifier: ::String,
1354
- subnet_ids: Array[::String],
1355
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
1356
- security_group_ids: Array[::String]?,
1357
- tags: Hash[::String, ::String]?,
1358
- routing_domain: ::String?
1359
- }?
1360
- }
1361
- },
1362
- ]?,
1363
- on_behalf_of_token_exchange_config: {
1364
- grant_type: ("TOKEN_EXCHANGE" | "JWT_AUTHORIZATION_GRANT"),
1365
- token_exchange_grant_type_config: {
1366
- actor_token_content: ("NONE" | "M2M" | "AWS_IAM_ID_TOKEN_JWT"),
1367
- actor_token_scopes: Array[::String]?
1368
- }?
1369
- }?,
1370
- client_authentication_method: ("CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "AWS_IAM_ID_TOKEN_JWT")?
1371
- }?,
1372
- google_oauth_2_provider_config: {
1373
- client_id: ::String,
1374
- client_secret: ::String
1375
- }?,
1376
- github_oauth_2_provider_config: {
1377
- client_id: ::String,
1378
- client_secret: ::String
1379
- }?,
1380
- slack_oauth_2_provider_config: {
1381
- client_id: ::String,
1382
- client_secret: ::String
1383
- }?,
1384
- salesforce_oauth_2_provider_config: {
1385
- client_id: ::String,
1386
- client_secret: ::String
1387
- }?,
1388
- microsoft_oauth_2_provider_config: {
1389
- client_id: ::String,
1390
- client_secret: ::String,
1391
- tenant_id: ::String?
1392
- }?,
1393
- atlassian_oauth_2_provider_config: {
1394
- client_id: ::String,
1395
- client_secret: ::String
1396
- }?,
1397
- linkedin_oauth_2_provider_config: {
1398
- client_id: ::String,
1399
- client_secret: ::String
1400
- }?,
1401
- included_oauth_2_provider_config: {
1402
- client_id: ::String,
1403
- client_secret: ::String,
1404
- issuer: ::String?,
1405
- authorization_endpoint: ::String?,
1406
- token_endpoint: ::String?
1407
- }?
1408
- },
494
+ oauth2_provider_config_input: Params::oauth_2_provider_config_input,
1409
495
  ?tags: Hash[::String, ::String]
1410
496
  ) -> _CreateOauth2CredentialProviderResponseSuccess
1411
497
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOauth2CredentialProviderResponseSuccess
@@ -1425,25 +511,7 @@ module Aws
1425
511
  ?client_token: ::String,
1426
512
  online_evaluation_config_name: ::String,
1427
513
  ?description: ::String,
1428
- rule: {
1429
- sampling_config: {
1430
- sampling_percentage: ::Float
1431
- },
1432
- filters: Array[
1433
- {
1434
- key: ::String,
1435
- operator: ("Equals" | "NotEquals" | "GreaterThan" | "LessThan" | "GreaterThanOrEqual" | "LessThanOrEqual" | "Contains" | "NotContains"),
1436
- value: {
1437
- string_value: ::String?,
1438
- double_value: ::Float?,
1439
- boolean_value: bool?
1440
- }
1441
- },
1442
- ]?,
1443
- session_config: {
1444
- session_timeout_minutes: ::Integer
1445
- }?
1446
- },
514
+ rule: Params::rule,
1447
515
  data_source_config: {
1448
516
  cloud_watch_logs: {
1449
517
  log_group_names: Array[::String],
@@ -1453,7 +521,7 @@ module Aws
1453
521
  evaluators: Array[
1454
522
  {
1455
523
  evaluator_id: ::String?
1456
- },
524
+ }
1457
525
  ],
1458
526
  evaluation_execution_role_arn: ::String,
1459
527
  enable_on_create: bool,
@@ -1478,14 +546,7 @@ module Aws
1478
546
  ?description: ::String,
1479
547
  type: ("CoinbaseCDP" | "StripePrivy"),
1480
548
  credential_provider_configurations: Array[
1481
- {
1482
- coinbase_cdp: {
1483
- credential_provider_arn: ::String
1484
- }?,
1485
- stripe_privy: {
1486
- credential_provider_arn: ::String
1487
- }?
1488
- },
549
+ Params::credentials_provider_configuration
1489
550
  ],
1490
551
  ?client_token: ::String
1491
552
  ) -> _CreatePaymentConnectorResponseSuccess
@@ -1502,19 +563,7 @@ module Aws
1502
563
  def create_payment_credential_provider: (
1503
564
  name: ::String,
1504
565
  credential_provider_vendor: ("CoinbaseCDP" | "StripePrivy"),
1505
- provider_configuration_input: {
1506
- coinbase_cdp_configuration: {
1507
- api_key_id: ::String,
1508
- api_key_secret: ::String,
1509
- wallet_secret: ::String
1510
- }?,
1511
- stripe_privy_configuration: {
1512
- app_id: ::String,
1513
- app_secret: ::String,
1514
- authorization_private_key: ::String,
1515
- authorization_id: ::String
1516
- }?
1517
- },
566
+ provider_configuration_input: Params::payment_provider_configuration_input,
1518
567
  ?tags: Hash[::String, ::String]
1519
568
  ) -> _CreatePaymentCredentialProviderResponseSuccess
1520
569
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePaymentCredentialProviderResponseSuccess
@@ -1537,58 +586,7 @@ module Aws
1537
586
  name: ::String,
1538
587
  ?description: ::String,
1539
588
  authorizer_type: ("CUSTOM_JWT" | "AWS_IAM"),
1540
- ?authorizer_configuration: {
1541
- custom_jwt_authorizer: {
1542
- discovery_url: ::String,
1543
- allowed_audience: Array[::String]?,
1544
- allowed_clients: Array[::String]?,
1545
- allowed_scopes: Array[::String]?,
1546
- custom_claims: Array[
1547
- {
1548
- inbound_token_claim_name: ::String,
1549
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
1550
- authorizing_claim_match_value: {
1551
- claim_match_value: {
1552
- match_value_string: ::String?,
1553
- match_value_string_list: Array[::String]?
1554
- },
1555
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
1556
- }
1557
- },
1558
- ]?,
1559
- private_endpoint: {
1560
- self_managed_lattice_resource: {
1561
- resource_configuration_identifier: ::String?
1562
- }?,
1563
- managed_vpc_resource: {
1564
- vpc_identifier: ::String,
1565
- subnet_ids: Array[::String],
1566
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
1567
- security_group_ids: Array[::String]?,
1568
- tags: Hash[::String, ::String]?,
1569
- routing_domain: ::String?
1570
- }?
1571
- }?,
1572
- private_endpoint_overrides: Array[
1573
- {
1574
- domain: ::String,
1575
- private_endpoint: {
1576
- self_managed_lattice_resource: {
1577
- resource_configuration_identifier: ::String?
1578
- }?,
1579
- managed_vpc_resource: {
1580
- vpc_identifier: ::String,
1581
- subnet_ids: Array[::String],
1582
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
1583
- security_group_ids: Array[::String]?,
1584
- tags: Hash[::String, ::String]?,
1585
- routing_domain: ::String?
1586
- }?
1587
- }
1588
- },
1589
- ]?
1590
- }?
1591
- },
589
+ ?authorizer_configuration: Params::authorizer_configuration,
1592
590
  role_arn: ::String,
1593
591
  ?client_token: ::String,
1594
592
  ?tags: Hash[::String, ::String]
@@ -1600,26 +598,18 @@ module Aws
1600
598
  def policy_id: () -> ::String
1601
599
  def name: () -> ::String
1602
600
  def policy_engine_id: () -> ::String
1603
- def definition: () -> Types::PolicyDefinition
1604
- def description: () -> ::String
1605
601
  def created_at: () -> ::Time
1606
602
  def updated_at: () -> ::Time
1607
603
  def policy_arn: () -> ::String
1608
604
  def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
605
+ def definition: () -> Types::PolicyDefinition
606
+ def description: () -> ::String
1609
607
  def status_reasons: () -> ::Array[::String]
1610
608
  end
1611
609
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#create_policy-instance_method
1612
610
  def create_policy: (
1613
611
  name: ::String,
1614
- definition: {
1615
- cedar: {
1616
- statement: ::String
1617
- }?,
1618
- policy_generation: {
1619
- policy_generation_id: ::String,
1620
- policy_generation_asset_id: ::String
1621
- }?
1622
- },
612
+ definition: Params::policy_definition,
1623
613
  ?description: ::String,
1624
614
  ?validation_mode: ("FAIL_ON_ANY_FINDINGS" | "IGNORE_ALL_FINDINGS"),
1625
615
  policy_engine_id: ::String,
@@ -1631,13 +621,13 @@ module Aws
1631
621
  include ::Seahorse::Client::_ResponseSuccess[Types::CreatePolicyEngineResponse]
1632
622
  def policy_engine_id: () -> ::String
1633
623
  def name: () -> ::String
1634
- def description: () -> ::String
1635
624
  def created_at: () -> ::Time
1636
625
  def updated_at: () -> ::Time
1637
626
  def policy_engine_arn: () -> ::String
1638
627
  def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1639
- def status_reasons: () -> ::Array[::String]
1640
628
  def encryption_key_arn: () -> ::String
629
+ def description: () -> ::String
630
+ def status_reasons: () -> ::Array[::String]
1641
631
  end
1642
632
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#create_policy_engine-instance_method
1643
633
  def create_policy_engine: (
@@ -1658,58 +648,7 @@ module Aws
1658
648
  name: ::String,
1659
649
  ?description: ::String,
1660
650
  ?authorizer_type: ("CUSTOM_JWT" | "AWS_IAM"),
1661
- ?authorizer_configuration: {
1662
- custom_jwt_authorizer: {
1663
- discovery_url: ::String,
1664
- allowed_audience: Array[::String]?,
1665
- allowed_clients: Array[::String]?,
1666
- allowed_scopes: Array[::String]?,
1667
- custom_claims: Array[
1668
- {
1669
- inbound_token_claim_name: ::String,
1670
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
1671
- authorizing_claim_match_value: {
1672
- claim_match_value: {
1673
- match_value_string: ::String?,
1674
- match_value_string_list: Array[::String]?
1675
- },
1676
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
1677
- }
1678
- },
1679
- ]?,
1680
- private_endpoint: {
1681
- self_managed_lattice_resource: {
1682
- resource_configuration_identifier: ::String?
1683
- }?,
1684
- managed_vpc_resource: {
1685
- vpc_identifier: ::String,
1686
- subnet_ids: Array[::String],
1687
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
1688
- security_group_ids: Array[::String]?,
1689
- tags: Hash[::String, ::String]?,
1690
- routing_domain: ::String?
1691
- }?
1692
- }?,
1693
- private_endpoint_overrides: Array[
1694
- {
1695
- domain: ::String,
1696
- private_endpoint: {
1697
- self_managed_lattice_resource: {
1698
- resource_configuration_identifier: ::String?
1699
- }?,
1700
- managed_vpc_resource: {
1701
- vpc_identifier: ::String,
1702
- subnet_ids: Array[::String],
1703
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
1704
- security_group_ids: Array[::String]?,
1705
- tags: Hash[::String, ::String]?,
1706
- routing_domain: ::String?
1707
- }?
1708
- }
1709
- },
1710
- ]?
1711
- }?
1712
- },
651
+ ?authorizer_configuration: Params::authorizer_configuration,
1713
652
  ?client_token: ::String,
1714
653
  ?approval_configuration: {
1715
654
  auto_approval: bool?
@@ -1760,29 +699,7 @@ module Aws
1760
699
  },
1761
700
  ?record_version: ::String,
1762
701
  ?synchronization_type: ("URL"),
1763
- ?synchronization_configuration: {
1764
- from_url: {
1765
- url: ::String,
1766
- credential_provider_configurations: Array[
1767
- {
1768
- credential_provider_type: ("OAUTH" | "IAM"),
1769
- credential_provider: {
1770
- oauth_credential_provider: {
1771
- provider_arn: ::String,
1772
- grant_type: ("CLIENT_CREDENTIALS")?,
1773
- scopes: Array[::String]?,
1774
- custom_parameters: Hash[::String, ::String]?
1775
- }?,
1776
- iam_credential_provider: {
1777
- role_arn: ::String?,
1778
- service: ::String?,
1779
- region: ::String?
1780
- }?
1781
- }
1782
- },
1783
- ]?
1784
- }?
1785
- },
702
+ ?synchronization_configuration: Params::synchronization_configuration,
1786
703
  ?client_token: ::String
1787
704
  ) -> _CreateRegistryRecordResponseSuccess
1788
705
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRegistryRecordResponseSuccess
@@ -2021,12 +938,12 @@ module Aws
2021
938
  def policy_id: () -> ::String
2022
939
  def name: () -> ::String
2023
940
  def policy_engine_id: () -> ::String
2024
- def definition: () -> Types::PolicyDefinition
2025
- def description: () -> ::String
2026
941
  def created_at: () -> ::Time
2027
942
  def updated_at: () -> ::Time
2028
943
  def policy_arn: () -> ::String
2029
944
  def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
945
+ def definition: () -> Types::PolicyDefinition
946
+ def description: () -> ::String
2030
947
  def status_reasons: () -> ::Array[::String]
2031
948
  end
2032
949
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#delete_policy-instance_method
@@ -2040,13 +957,13 @@ module Aws
2040
957
  include ::Seahorse::Client::_ResponseSuccess[Types::DeletePolicyEngineResponse]
2041
958
  def policy_engine_id: () -> ::String
2042
959
  def name: () -> ::String
2043
- def description: () -> ::String
2044
960
  def created_at: () -> ::Time
2045
961
  def updated_at: () -> ::Time
2046
962
  def policy_engine_arn: () -> ::String
2047
963
  def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
2048
- def status_reasons: () -> ::Array[::String]
2049
964
  def encryption_key_arn: () -> ::String
965
+ def description: () -> ::String
966
+ def status_reasons: () -> ::Array[::String]
2050
967
  end
2051
968
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#delete_policy_engine-instance_method
2052
969
  def delete_policy_engine: (
@@ -2475,12 +1392,12 @@ module Aws
2475
1392
  def policy_id: () -> ::String
2476
1393
  def name: () -> ::String
2477
1394
  def policy_engine_id: () -> ::String
2478
- def definition: () -> Types::PolicyDefinition
2479
- def description: () -> ::String
2480
1395
  def created_at: () -> ::Time
2481
1396
  def updated_at: () -> ::Time
2482
1397
  def policy_arn: () -> ::String
2483
1398
  def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1399
+ def definition: () -> Types::PolicyDefinition
1400
+ def description: () -> ::String
2484
1401
  def status_reasons: () -> ::Array[::String]
2485
1402
  end
2486
1403
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_policy-instance_method
@@ -2494,13 +1411,13 @@ module Aws
2494
1411
  include ::Seahorse::Client::_ResponseSuccess[Types::GetPolicyEngineResponse]
2495
1412
  def policy_engine_id: () -> ::String
2496
1413
  def name: () -> ::String
2497
- def description: () -> ::String
2498
1414
  def created_at: () -> ::Time
2499
1415
  def updated_at: () -> ::Time
2500
1416
  def policy_engine_arn: () -> ::String
2501
1417
  def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
2502
- def status_reasons: () -> ::Array[::String]
2503
1418
  def encryption_key_arn: () -> ::String
1419
+ def description: () -> ::String
1420
+ def status_reasons: () -> ::Array[::String]
2504
1421
  end
2505
1422
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_policy_engine-instance_method
2506
1423
  def get_policy_engine: (
@@ -2508,6 +1425,22 @@ module Aws
2508
1425
  ) -> _GetPolicyEngineResponseSuccess
2509
1426
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPolicyEngineResponseSuccess
2510
1427
 
1428
+ interface _GetPolicyEngineSummaryResponseSuccess
1429
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPolicyEngineSummaryResponse]
1430
+ def policy_engine_id: () -> ::String
1431
+ def name: () -> ::String
1432
+ def created_at: () -> ::Time
1433
+ def updated_at: () -> ::Time
1434
+ def policy_engine_arn: () -> ::String
1435
+ def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1436
+ def encryption_key_arn: () -> ::String
1437
+ end
1438
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_policy_engine_summary-instance_method
1439
+ def get_policy_engine_summary: (
1440
+ policy_engine_id: ::String
1441
+ ) -> _GetPolicyEngineSummaryResponseSuccess
1442
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPolicyEngineSummaryResponseSuccess
1443
+
2511
1444
  interface _GetPolicyGenerationResponseSuccess
2512
1445
  include ::Seahorse::Client::_ResponseSuccess[Types::GetPolicyGenerationResponse]
2513
1446
  def policy_engine_id: () -> ::String
@@ -2518,8 +1451,8 @@ module Aws
2518
1451
  def created_at: () -> ::Time
2519
1452
  def updated_at: () -> ::Time
2520
1453
  def status: () -> ("GENERATING" | "GENERATED" | "GENERATE_FAILED" | "DELETE_FAILED")
2521
- def status_reasons: () -> ::Array[::String]
2522
1454
  def findings: () -> ::String
1455
+ def status_reasons: () -> ::Array[::String]
2523
1456
  end
2524
1457
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_policy_generation-instance_method
2525
1458
  def get_policy_generation: (
@@ -2528,6 +1461,42 @@ module Aws
2528
1461
  ) -> _GetPolicyGenerationResponseSuccess
2529
1462
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPolicyGenerationResponseSuccess
2530
1463
 
1464
+ interface _GetPolicyGenerationSummaryResponseSuccess
1465
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPolicyGenerationSummaryResponse]
1466
+ def policy_engine_id: () -> ::String
1467
+ def policy_generation_id: () -> ::String
1468
+ def name: () -> ::String
1469
+ def policy_generation_arn: () -> ::String
1470
+ def resource: () -> Types::Resource
1471
+ def created_at: () -> ::Time
1472
+ def updated_at: () -> ::Time
1473
+ def status: () -> ("GENERATING" | "GENERATED" | "GENERATE_FAILED" | "DELETE_FAILED")
1474
+ def findings: () -> ::String
1475
+ end
1476
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_policy_generation_summary-instance_method
1477
+ def get_policy_generation_summary: (
1478
+ policy_generation_id: ::String,
1479
+ policy_engine_id: ::String
1480
+ ) -> _GetPolicyGenerationSummaryResponseSuccess
1481
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPolicyGenerationSummaryResponseSuccess
1482
+
1483
+ interface _GetPolicySummaryResponseSuccess
1484
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPolicySummaryResponse]
1485
+ def policy_id: () -> ::String
1486
+ def name: () -> ::String
1487
+ def policy_engine_id: () -> ::String
1488
+ def created_at: () -> ::Time
1489
+ def updated_at: () -> ::Time
1490
+ def policy_arn: () -> ::String
1491
+ def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1492
+ end
1493
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_policy_summary-instance_method
1494
+ def get_policy_summary: (
1495
+ policy_engine_id: ::String,
1496
+ policy_id: ::String
1497
+ ) -> _GetPolicySummaryResponseSuccess
1498
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPolicySummaryResponseSuccess
1499
+
2531
1500
  interface _GetRegistryResponseSuccess
2532
1501
  include ::Seahorse::Client::_ResponseSuccess[Types::GetRegistryResponse]
2533
1502
  def name: () -> ::String
@@ -2876,6 +1845,18 @@ module Aws
2876
1845
  ) -> _ListPoliciesResponseSuccess
2877
1846
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPoliciesResponseSuccess
2878
1847
 
1848
+ interface _ListPolicyEngineSummariesResponseSuccess
1849
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPolicyEngineSummariesResponse]
1850
+ def policy_engines: () -> ::Array[Types::PolicyEngineSummary]
1851
+ def next_token: () -> ::String
1852
+ end
1853
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#list_policy_engine_summaries-instance_method
1854
+ def list_policy_engine_summaries: (
1855
+ ?next_token: ::String,
1856
+ ?max_results: ::Integer
1857
+ ) -> _ListPolicyEngineSummariesResponseSuccess
1858
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPolicyEngineSummariesResponseSuccess
1859
+
2879
1860
  interface _ListPolicyEnginesResponseSuccess
2880
1861
  include ::Seahorse::Client::_ResponseSuccess[Types::ListPolicyEnginesResponse]
2881
1862
  def policy_engines: () -> ::Array[Types::PolicyEngine]
@@ -2902,6 +1883,19 @@ module Aws
2902
1883
  ) -> _ListPolicyGenerationAssetsResponseSuccess
2903
1884
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPolicyGenerationAssetsResponseSuccess
2904
1885
 
1886
+ interface _ListPolicyGenerationSummariesResponseSuccess
1887
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPolicyGenerationSummariesResponse]
1888
+ def policy_generations: () -> ::Array[Types::PolicyGenerationSummary]
1889
+ def next_token: () -> ::String
1890
+ end
1891
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#list_policy_generation_summaries-instance_method
1892
+ def list_policy_generation_summaries: (
1893
+ ?next_token: ::String,
1894
+ ?max_results: ::Integer,
1895
+ policy_engine_id: ::String
1896
+ ) -> _ListPolicyGenerationSummariesResponseSuccess
1897
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPolicyGenerationSummariesResponseSuccess
1898
+
2905
1899
  interface _ListPolicyGenerationsResponseSuccess
2906
1900
  include ::Seahorse::Client::_ResponseSuccess[Types::ListPolicyGenerationsResponse]
2907
1901
  def policy_generations: () -> ::Array[Types::PolicyGeneration]
@@ -2915,6 +1909,20 @@ module Aws
2915
1909
  ) -> _ListPolicyGenerationsResponseSuccess
2916
1910
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPolicyGenerationsResponseSuccess
2917
1911
 
1912
+ interface _ListPolicySummariesResponseSuccess
1913
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPolicySummariesResponse]
1914
+ def policies: () -> ::Array[Types::PolicySummary]
1915
+ def next_token: () -> ::String
1916
+ end
1917
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#list_policy_summaries-instance_method
1918
+ def list_policy_summaries: (
1919
+ ?next_token: ::String,
1920
+ ?max_results: ::Integer,
1921
+ policy_engine_id: ::String,
1922
+ ?target_resource_scope: ::String
1923
+ ) -> _ListPolicySummariesResponseSuccess
1924
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPolicySummariesResponseSuccess
1925
+
2918
1926
  interface _ListRegistriesResponseSuccess
2919
1927
  include ::Seahorse::Client::_ResponseSuccess[Types::ListRegistriesResponse]
2920
1928
  def registries: () -> ::Array[Types::RegistrySummary]
@@ -2924,7 +1932,8 @@ module Aws
2924
1932
  def list_registries: (
2925
1933
  ?max_results: ::Integer,
2926
1934
  ?next_token: ::String,
2927
- ?status: ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
1935
+ ?status: ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED"),
1936
+ ?authorizer_type: ("CUSTOM_JWT" | "AWS_IAM")
2928
1937
  ) -> _ListRegistriesResponseSuccess
2929
1938
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRegistriesResponseSuccess
2930
1939
 
@@ -3003,8 +2012,8 @@ module Aws
3003
2012
  def created_at: () -> ::Time
3004
2013
  def updated_at: () -> ::Time
3005
2014
  def status: () -> ("GENERATING" | "GENERATED" | "GENERATE_FAILED" | "DELETE_FAILED")
3006
- def status_reasons: () -> ::Array[::String]
3007
2015
  def findings: () -> ::String
2016
+ def status_reasons: () -> ::Array[::String]
3008
2017
  end
3009
2018
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#start_policy_generation-instance_method
3010
2019
  def start_policy_generation: (
@@ -3079,83 +2088,11 @@ module Aws
3079
2088
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#update_agent_runtime-instance_method
3080
2089
  def update_agent_runtime: (
3081
2090
  agent_runtime_id: ::String,
3082
- agent_runtime_artifact: {
3083
- container_configuration: {
3084
- container_uri: ::String
3085
- }?,
3086
- code_configuration: {
3087
- code: {
3088
- s3: {
3089
- bucket: ::String,
3090
- prefix: ::String,
3091
- version_id: ::String?
3092
- }?
3093
- },
3094
- runtime: ("PYTHON_3_10" | "PYTHON_3_11" | "PYTHON_3_12" | "PYTHON_3_13" | "PYTHON_3_14" | "NODE_22"),
3095
- entry_point: Array[::String]
3096
- }?
3097
- },
2091
+ agent_runtime_artifact: Params::agent_runtime_artifact,
3098
2092
  role_arn: ::String,
3099
- network_configuration: {
3100
- network_mode: ("PUBLIC" | "VPC"),
3101
- network_mode_config: {
3102
- security_groups: Array[::String],
3103
- subnets: Array[::String]
3104
- }?
3105
- },
2093
+ network_configuration: Params::network_configuration,
3106
2094
  ?description: ::String,
3107
- ?authorizer_configuration: {
3108
- custom_jwt_authorizer: {
3109
- discovery_url: ::String,
3110
- allowed_audience: Array[::String]?,
3111
- allowed_clients: Array[::String]?,
3112
- allowed_scopes: Array[::String]?,
3113
- custom_claims: Array[
3114
- {
3115
- inbound_token_claim_name: ::String,
3116
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
3117
- authorizing_claim_match_value: {
3118
- claim_match_value: {
3119
- match_value_string: ::String?,
3120
- match_value_string_list: Array[::String]?
3121
- },
3122
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
3123
- }
3124
- },
3125
- ]?,
3126
- private_endpoint: {
3127
- self_managed_lattice_resource: {
3128
- resource_configuration_identifier: ::String?
3129
- }?,
3130
- managed_vpc_resource: {
3131
- vpc_identifier: ::String,
3132
- subnet_ids: Array[::String],
3133
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
3134
- security_group_ids: Array[::String]?,
3135
- tags: Hash[::String, ::String]?,
3136
- routing_domain: ::String?
3137
- }?
3138
- }?,
3139
- private_endpoint_overrides: Array[
3140
- {
3141
- domain: ::String,
3142
- private_endpoint: {
3143
- self_managed_lattice_resource: {
3144
- resource_configuration_identifier: ::String?
3145
- }?,
3146
- managed_vpc_resource: {
3147
- vpc_identifier: ::String,
3148
- subnet_ids: Array[::String],
3149
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
3150
- security_group_ids: Array[::String]?,
3151
- tags: Hash[::String, ::String]?,
3152
- routing_domain: ::String?
3153
- }?
3154
- }
3155
- },
3156
- ]?
3157
- }?
3158
- },
2095
+ ?authorizer_configuration: Params::authorizer_configuration,
3159
2096
  ?request_header_configuration: {
3160
2097
  request_header_allowlist: Array[::String]?
3161
2098
  },
@@ -3171,19 +2108,7 @@ module Aws
3171
2108
  },
3172
2109
  ?environment_variables: Hash[::String, ::String],
3173
2110
  ?filesystem_configurations: Array[
3174
- {
3175
- session_storage: {
3176
- mount_path: ::String
3177
- }?,
3178
- s3_files_access_point: {
3179
- access_point_arn: ::String,
3180
- mount_path: ::String
3181
- }?,
3182
- efs_access_point: {
3183
- access_point_arn: ::String,
3184
- mount_path: ::String
3185
- }?
3186
- },
2111
+ Params::filesystem_configuration
3187
2112
  ],
3188
2113
  ?client_token: ::String
3189
2114
  ) -> _UpdateAgentRuntimeResponseSuccess
@@ -3263,45 +2188,7 @@ module Aws
3263
2188
  ?client_token: ::String,
3264
2189
  evaluator_id: ::String,
3265
2190
  ?description: ::String,
3266
- ?evaluator_config: {
3267
- llm_as_a_judge: {
3268
- instructions: ::String,
3269
- rating_scale: {
3270
- numerical: Array[
3271
- {
3272
- definition: ::String,
3273
- value: ::Float,
3274
- label: ::String
3275
- },
3276
- ]?,
3277
- categorical: Array[
3278
- {
3279
- definition: ::String,
3280
- label: ::String
3281
- },
3282
- ]?
3283
- },
3284
- model_config: {
3285
- bedrock_evaluator_model_config: {
3286
- model_id: ::String,
3287
- inference_config: {
3288
- max_tokens: ::Integer?,
3289
- temperature: ::Float?,
3290
- top_p: ::Float?,
3291
- stop_sequences: Array[::String]?
3292
- }?,
3293
- additional_model_request_fields: {
3294
- }?
3295
- }?
3296
- }
3297
- }?,
3298
- code_based: {
3299
- lambda_config: {
3300
- lambda_arn: ::String,
3301
- lambda_timeout_in_seconds: ::Integer?
3302
- }?
3303
- }?
3304
- },
2191
+ ?evaluator_config: Params::evaluator_config,
3305
2192
  ?level: ("TOOL_CALL" | "TRACE" | "SESSION"),
3306
2193
  ?kms_key_arn: ::String
3307
2194
  ) -> _UpdateEvaluatorResponseSuccess
@@ -3336,85 +2223,12 @@ module Aws
3336
2223
  ?description: ::String,
3337
2224
  role_arn: ::String,
3338
2225
  ?protocol_type: ("MCP"),
3339
- ?protocol_configuration: {
3340
- mcp: {
3341
- supported_versions: Array[::String]?,
3342
- instructions: ::String?,
3343
- search_type: ("SEMANTIC")?,
3344
- session_configuration: {
3345
- session_timeout_in_seconds: ::Integer?
3346
- }?,
3347
- streaming_configuration: {
3348
- enable_response_streaming: bool?
3349
- }?
3350
- }?
3351
- },
2226
+ ?protocol_configuration: Params::gateway_protocol_configuration,
3352
2227
  authorizer_type: ("CUSTOM_JWT" | "AWS_IAM" | "NONE" | "AUTHENTICATE_ONLY"),
3353
- ?authorizer_configuration: {
3354
- custom_jwt_authorizer: {
3355
- discovery_url: ::String,
3356
- allowed_audience: Array[::String]?,
3357
- allowed_clients: Array[::String]?,
3358
- allowed_scopes: Array[::String]?,
3359
- custom_claims: Array[
3360
- {
3361
- inbound_token_claim_name: ::String,
3362
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
3363
- authorizing_claim_match_value: {
3364
- claim_match_value: {
3365
- match_value_string: ::String?,
3366
- match_value_string_list: Array[::String]?
3367
- },
3368
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
3369
- }
3370
- },
3371
- ]?,
3372
- private_endpoint: {
3373
- self_managed_lattice_resource: {
3374
- resource_configuration_identifier: ::String?
3375
- }?,
3376
- managed_vpc_resource: {
3377
- vpc_identifier: ::String,
3378
- subnet_ids: Array[::String],
3379
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
3380
- security_group_ids: Array[::String]?,
3381
- tags: Hash[::String, ::String]?,
3382
- routing_domain: ::String?
3383
- }?
3384
- }?,
3385
- private_endpoint_overrides: Array[
3386
- {
3387
- domain: ::String,
3388
- private_endpoint: {
3389
- self_managed_lattice_resource: {
3390
- resource_configuration_identifier: ::String?
3391
- }?,
3392
- managed_vpc_resource: {
3393
- vpc_identifier: ::String,
3394
- subnet_ids: Array[::String],
3395
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
3396
- security_group_ids: Array[::String]?,
3397
- tags: Hash[::String, ::String]?,
3398
- routing_domain: ::String?
3399
- }?
3400
- }
3401
- },
3402
- ]?
3403
- }?
3404
- },
2228
+ ?authorizer_configuration: Params::authorizer_configuration,
3405
2229
  ?kms_key_arn: ::String,
3406
2230
  ?interceptor_configurations: Array[
3407
- {
3408
- interceptor: {
3409
- lambda: {
3410
- arn: ::String
3411
- }?
3412
- },
3413
- interception_points: Array[("REQUEST" | "RESPONSE")],
3414
- input_configuration: {
3415
- pass_request_headers: bool
3416
- }?
3417
- },
2231
+ Params::gateway_interceptor_configuration
3418
2232
  ],
3419
2233
  ?policy_engine_configuration: {
3420
2234
  arn: ::String,
@@ -3443,61 +2257,10 @@ module Aws
3443
2257
  rule_id: ::String,
3444
2258
  ?priority: ::Integer,
3445
2259
  ?conditions: Array[
3446
- {
3447
- match_principals: {
3448
- any_of: Array[
3449
- {
3450
- iam_principal: {
3451
- arn: ::String,
3452
- operator: ("StringEquals" | "StringLike")?
3453
- }?
3454
- },
3455
- ]
3456
- }?,
3457
- match_paths: {
3458
- any_of: Array[::String]
3459
- }?
3460
- },
2260
+ Params::condition
3461
2261
  ],
3462
2262
  ?actions: Array[
3463
- {
3464
- configuration_bundle: {
3465
- static_override: {
3466
- bundle_arn: ::String,
3467
- bundle_version: ::String
3468
- }?,
3469
- weighted_override: {
3470
- traffic_split: Array[
3471
- {
3472
- name: ::String,
3473
- weight: ::Integer,
3474
- configuration_bundle: {
3475
- bundle_arn: ::String,
3476
- bundle_version: ::String
3477
- },
3478
- description: ::String?,
3479
- metadata: Hash[::String, ::String]?
3480
- },
3481
- ]
3482
- }?
3483
- }?,
3484
- route_to_target: {
3485
- static_route: {
3486
- target_name: ::String
3487
- }?,
3488
- weighted_route: {
3489
- traffic_split: Array[
3490
- {
3491
- name: ::String,
3492
- weight: ::Integer,
3493
- target_name: ::String,
3494
- description: ::String?,
3495
- metadata: Hash[::String, ::String]?
3496
- },
3497
- ]
3498
- }?
3499
- }?
3500
- },
2263
+ Params::action
3501
2264
  ],
3502
2265
  ?description: ::String
3503
2266
  ) -> _UpdateGatewayRuleResponseSuccess
@@ -3528,133 +2291,16 @@ module Aws
3528
2291
  target_id: ::String,
3529
2292
  name: ::String,
3530
2293
  ?description: ::String,
3531
- target_configuration: {
3532
- mcp: {
3533
- open_api_schema: {
3534
- s3: {
3535
- uri: ::String?,
3536
- bucket_owner_account_id: ::String?
3537
- }?,
3538
- inline_payload: ::String?
3539
- }?,
3540
- smithy_model: {
3541
- s3: {
3542
- uri: ::String?,
3543
- bucket_owner_account_id: ::String?
3544
- }?,
3545
- inline_payload: ::String?
3546
- }?,
3547
- lambda: {
3548
- lambda_arn: ::String,
3549
- tool_schema: {
3550
- s3: {
3551
- uri: ::String?,
3552
- bucket_owner_account_id: ::String?
3553
- }?,
3554
- inline_payload: Array[
3555
- {
3556
- name: ::String,
3557
- description: ::String,
3558
- input_schema: {
3559
- type: ("string" | "number" | "object" | "array" | "boolean" | "integer"),
3560
- properties: Hash[::String, untyped]?,
3561
- required: Array[::String]?,
3562
- items: untyped?,
3563
- description: ::String?
3564
- },
3565
- output_schema: {
3566
- type: ("string" | "number" | "object" | "array" | "boolean" | "integer"),
3567
- properties: Hash[::String, untyped]?,
3568
- required: Array[::String]?,
3569
- items: untyped?,
3570
- description: ::String?
3571
- }?
3572
- },
3573
- ]?
3574
- }
3575
- }?,
3576
- mcp_server: {
3577
- endpoint: ::String,
3578
- mcp_tool_schema: {
3579
- s3: {
3580
- uri: ::String?,
3581
- bucket_owner_account_id: ::String?
3582
- }?,
3583
- inline_payload: ::String?
3584
- }?,
3585
- listing_mode: ("DEFAULT" | "DYNAMIC")?,
3586
- resource_priority: ::Integer?
3587
- }?,
3588
- api_gateway: {
3589
- rest_api_id: ::String,
3590
- stage: ::String,
3591
- api_gateway_tool_configuration: {
3592
- tool_overrides: Array[
3593
- {
3594
- name: ::String,
3595
- description: ::String?,
3596
- path: ::String,
3597
- method: ("GET" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "PUT" | "POST")
3598
- },
3599
- ]?,
3600
- tool_filters: Array[
3601
- {
3602
- filter_path: ::String,
3603
- methods: Array[("GET" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "PUT" | "POST")]
3604
- },
3605
- ]
3606
- }
3607
- }?
3608
- }?,
3609
- http: {
3610
- agentcore_runtime: {
3611
- arn: ::String,
3612
- qualifier: ::String?
3613
- }?
3614
- }?
3615
- },
2294
+ target_configuration: Params::target_configuration,
3616
2295
  ?credential_provider_configurations: Array[
3617
- {
3618
- credential_provider_type: ("GATEWAY_IAM_ROLE" | "OAUTH" | "API_KEY" | "CALLER_IAM_CREDENTIALS" | "JWT_PASSTHROUGH"),
3619
- credential_provider: {
3620
- oauth_credential_provider: {
3621
- provider_arn: ::String,
3622
- scopes: Array[::String],
3623
- custom_parameters: Hash[::String, ::String]?,
3624
- grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "TOKEN_EXCHANGE")?,
3625
- default_return_url: ::String?
3626
- }?,
3627
- api_key_credential_provider: {
3628
- provider_arn: ::String,
3629
- credential_parameter_name: ::String?,
3630
- credential_prefix: ::String?,
3631
- credential_location: ("HEADER" | "QUERY_PARAMETER")?
3632
- }?,
3633
- iam_credential_provider: {
3634
- service: ::String,
3635
- region: ::String?
3636
- }?
3637
- }?
3638
- },
2296
+ Params::credential_provider_configuration
3639
2297
  ],
3640
2298
  ?metadata_configuration: {
3641
2299
  allowed_request_headers: Array[::String]?,
3642
2300
  allowed_query_parameters: Array[::String]?,
3643
2301
  allowed_response_headers: Array[::String]?
3644
2302
  },
3645
- ?private_endpoint: {
3646
- self_managed_lattice_resource: {
3647
- resource_configuration_identifier: ::String?
3648
- }?,
3649
- managed_vpc_resource: {
3650
- vpc_identifier: ::String,
3651
- subnet_ids: Array[::String],
3652
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
3653
- security_group_ids: Array[::String]?,
3654
- tags: Hash[::String, ::String]?,
3655
- routing_domain: ::String?
3656
- }?
3657
- }
2303
+ ?private_endpoint: Params::private_endpoint
3658
2304
  ) -> _UpdateGatewayTargetResponseSuccess
3659
2305
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGatewayTargetResponseSuccess
3660
2306
 
@@ -3667,36 +2313,7 @@ module Aws
3667
2313
  harness_id: ::String,
3668
2314
  ?client_token: ::String,
3669
2315
  ?execution_role_arn: ::String,
3670
- ?environment: {
3671
- agent_core_runtime_environment: {
3672
- lifecycle_configuration: {
3673
- idle_runtime_session_timeout: ::Integer?,
3674
- max_lifetime: ::Integer?
3675
- }?,
3676
- network_configuration: {
3677
- network_mode: ("PUBLIC" | "VPC"),
3678
- network_mode_config: {
3679
- security_groups: Array[::String],
3680
- subnets: Array[::String]
3681
- }?
3682
- }?,
3683
- filesystem_configurations: Array[
3684
- {
3685
- session_storage: {
3686
- mount_path: ::String
3687
- }?,
3688
- s3_files_access_point: {
3689
- access_point_arn: ::String,
3690
- mount_path: ::String
3691
- }?,
3692
- efs_access_point: {
3693
- access_point_arn: ::String,
3694
- mount_path: ::String
3695
- }?
3696
- },
3697
- ]?
3698
- }?
3699
- },
2316
+ ?environment: Params::harness_environment_provider_request,
3700
2317
  ?environment_artifact: {
3701
2318
  optional_value: {
3702
2319
  container_configuration: {
@@ -3705,160 +2322,26 @@ module Aws
3705
2322
  }?
3706
2323
  },
3707
2324
  ?environment_variables: Hash[::String, ::String],
3708
- ?authorizer_configuration: {
3709
- optional_value: {
3710
- custom_jwt_authorizer: {
3711
- discovery_url: ::String,
3712
- allowed_audience: Array[::String]?,
3713
- allowed_clients: Array[::String]?,
3714
- allowed_scopes: Array[::String]?,
3715
- custom_claims: Array[
3716
- {
3717
- inbound_token_claim_name: ::String,
3718
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
3719
- authorizing_claim_match_value: {
3720
- claim_match_value: {
3721
- match_value_string: ::String?,
3722
- match_value_string_list: Array[::String]?
3723
- },
3724
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
3725
- }
3726
- },
3727
- ]?,
3728
- private_endpoint: {
3729
- self_managed_lattice_resource: {
3730
- resource_configuration_identifier: ::String?
3731
- }?,
3732
- managed_vpc_resource: {
3733
- vpc_identifier: ::String,
3734
- subnet_ids: Array[::String],
3735
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
3736
- security_group_ids: Array[::String]?,
3737
- tags: Hash[::String, ::String]?,
3738
- routing_domain: ::String?
3739
- }?
3740
- }?,
3741
- private_endpoint_overrides: Array[
3742
- {
3743
- domain: ::String,
3744
- private_endpoint: {
3745
- self_managed_lattice_resource: {
3746
- resource_configuration_identifier: ::String?
3747
- }?,
3748
- managed_vpc_resource: {
3749
- vpc_identifier: ::String,
3750
- subnet_ids: Array[::String],
3751
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
3752
- security_group_ids: Array[::String]?,
3753
- tags: Hash[::String, ::String]?,
3754
- routing_domain: ::String?
3755
- }?
3756
- }
3757
- },
3758
- ]?
3759
- }?
3760
- }?
3761
- },
3762
- ?model: {
3763
- bedrock_model_config: {
3764
- model_id: ::String,
3765
- max_tokens: ::Integer?,
3766
- temperature: ::Float?,
3767
- top_p: ::Float?
3768
- }?,
3769
- open_ai_model_config: {
3770
- model_id: ::String,
3771
- api_key_arn: ::String,
3772
- max_tokens: ::Integer?,
3773
- temperature: ::Float?,
3774
- top_p: ::Float?
3775
- }?,
3776
- gemini_model_config: {
3777
- model_id: ::String,
3778
- api_key_arn: ::String,
3779
- max_tokens: ::Integer?,
3780
- temperature: ::Float?,
3781
- top_p: ::Float?,
3782
- top_k: ::Integer?
3783
- }?
3784
- },
2325
+ ?authorizer_configuration: Params::updated_authorizer_configuration,
2326
+ ?model: Params::harness_model_configuration,
3785
2327
  ?system_prompt: Array[
3786
2328
  {
3787
2329
  text: ::String?
3788
- },
2330
+ }
3789
2331
  ],
3790
2332
  ?tools: Array[
3791
- {
3792
- type: ("remote_mcp" | "agentcore_browser" | "agentcore_gateway" | "inline_function" | "agentcore_code_interpreter"),
3793
- name: ::String?,
3794
- config: {
3795
- remote_mcp: {
3796
- url: ::String,
3797
- headers: Hash[::String, ::String]?
3798
- }?,
3799
- agent_core_browser: {
3800
- browser_arn: ::String?
3801
- }?,
3802
- agent_core_gateway: {
3803
- gateway_arn: ::String,
3804
- outbound_auth: {
3805
- aws_iam: {
3806
- }?,
3807
- none: {
3808
- }?,
3809
- oauth: {
3810
- provider_arn: ::String,
3811
- scopes: Array[::String],
3812
- custom_parameters: Hash[::String, ::String]?,
3813
- grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "TOKEN_EXCHANGE")?,
3814
- default_return_url: ::String?
3815
- }?
3816
- }?
3817
- }?,
3818
- inline_function: {
3819
- description: ::String,
3820
- input_schema: {
3821
- }
3822
- }?,
3823
- agent_core_code_interpreter: {
3824
- code_interpreter_arn: ::String?
3825
- }?
3826
- }?
3827
- },
2333
+ Params::harness_tool
3828
2334
  ],
3829
2335
  ?skills: Array[
3830
2336
  {
3831
2337
  path: ::String?
3832
- },
2338
+ }
3833
2339
  ],
3834
2340
  ?allowed_tools: Array[::String],
3835
2341
  ?memory: {
3836
- optional_value: {
3837
- agent_core_memory_configuration: {
3838
- arn: ::String,
3839
- actor_id: ::String?,
3840
- messages_count: ::Integer?,
3841
- retrieval_config: Hash[::String, {
3842
- top_k: ::Integer?,
3843
- relevance_score: ::Float?,
3844
- strategy_id: ::String?
3845
- }]?
3846
- }?
3847
- }?
3848
- },
3849
- ?truncation: {
3850
- strategy: ("sliding_window" | "summarization" | "none"),
3851
- config: {
3852
- sliding_window: {
3853
- messages_count: ::Integer?
3854
- }?,
3855
- summarization: {
3856
- summary_ratio: ::Float?,
3857
- preserve_recent_messages: ::Integer?,
3858
- summarization_system_prompt: ::String?
3859
- }?
3860
- }?
2342
+ optional_value: Params::harness_memory_configuration?
3861
2343
  },
2344
+ ?truncation: Params::harness_truncation_configuration,
3862
2345
  ?max_iterations: ::Integer,
3863
2346
  ?max_tokens: ::Integer,
3864
2347
  ?timeout_seconds: ::Integer
@@ -3878,295 +2361,7 @@ module Aws
3878
2361
  ?memory_execution_role_arn: ::String,
3879
2362
  ?memory_strategies: {
3880
2363
  add_memory_strategies: Array[
3881
- {
3882
- semantic_memory_strategy: {
3883
- name: ::String,
3884
- description: ::String?,
3885
- namespaces: Array[::String]?,
3886
- namespace_templates: Array[::String]?,
3887
- memory_record_schema: {
3888
- metadata_schema: Array[
3889
- {
3890
- key: ::String,
3891
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3892
- extraction_config: {
3893
- llm_extraction_config: {
3894
- llm_extraction_instruction: ::String?,
3895
- definition: ::String,
3896
- validation: {
3897
- string_validation: {
3898
- allowed_values: Array[::String]
3899
- }?,
3900
- string_list_validation: {
3901
- allowed_values: Array[::String]?,
3902
- max_items: ::Integer?
3903
- }?,
3904
- number_validation: {
3905
- min_value: ::Float?,
3906
- max_value: ::Float?
3907
- }?
3908
- }?
3909
- }?
3910
- }?
3911
- },
3912
- ]?
3913
- }?
3914
- }?,
3915
- summary_memory_strategy: {
3916
- name: ::String,
3917
- description: ::String?,
3918
- namespaces: Array[::String]?,
3919
- namespace_templates: Array[::String]?,
3920
- memory_record_schema: {
3921
- metadata_schema: Array[
3922
- {
3923
- key: ::String,
3924
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3925
- extraction_config: {
3926
- llm_extraction_config: {
3927
- llm_extraction_instruction: ::String?,
3928
- definition: ::String,
3929
- validation: {
3930
- string_validation: {
3931
- allowed_values: Array[::String]
3932
- }?,
3933
- string_list_validation: {
3934
- allowed_values: Array[::String]?,
3935
- max_items: ::Integer?
3936
- }?,
3937
- number_validation: {
3938
- min_value: ::Float?,
3939
- max_value: ::Float?
3940
- }?
3941
- }?
3942
- }?
3943
- }?
3944
- },
3945
- ]?
3946
- }?
3947
- }?,
3948
- user_preference_memory_strategy: {
3949
- name: ::String,
3950
- description: ::String?,
3951
- namespaces: Array[::String]?,
3952
- namespace_templates: Array[::String]?,
3953
- memory_record_schema: {
3954
- metadata_schema: Array[
3955
- {
3956
- key: ::String,
3957
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
3958
- extraction_config: {
3959
- llm_extraction_config: {
3960
- llm_extraction_instruction: ::String?,
3961
- definition: ::String,
3962
- validation: {
3963
- string_validation: {
3964
- allowed_values: Array[::String]
3965
- }?,
3966
- string_list_validation: {
3967
- allowed_values: Array[::String]?,
3968
- max_items: ::Integer?
3969
- }?,
3970
- number_validation: {
3971
- min_value: ::Float?,
3972
- max_value: ::Float?
3973
- }?
3974
- }?
3975
- }?
3976
- }?
3977
- },
3978
- ]?
3979
- }?
3980
- }?,
3981
- custom_memory_strategy: {
3982
- name: ::String,
3983
- description: ::String?,
3984
- namespaces: Array[::String]?,
3985
- namespace_templates: Array[::String]?,
3986
- configuration: {
3987
- semantic_override: {
3988
- extraction: {
3989
- append_to_prompt: ::String,
3990
- model_id: ::String
3991
- }?,
3992
- consolidation: {
3993
- append_to_prompt: ::String,
3994
- model_id: ::String
3995
- }?
3996
- }?,
3997
- summary_override: {
3998
- consolidation: {
3999
- append_to_prompt: ::String,
4000
- model_id: ::String
4001
- }?
4002
- }?,
4003
- user_preference_override: {
4004
- extraction: {
4005
- append_to_prompt: ::String,
4006
- model_id: ::String
4007
- }?,
4008
- consolidation: {
4009
- append_to_prompt: ::String,
4010
- model_id: ::String
4011
- }?
4012
- }?,
4013
- episodic_override: {
4014
- extraction: {
4015
- append_to_prompt: ::String,
4016
- model_id: ::String
4017
- }?,
4018
- consolidation: {
4019
- append_to_prompt: ::String,
4020
- model_id: ::String
4021
- }?,
4022
- reflection: {
4023
- append_to_prompt: ::String,
4024
- model_id: ::String,
4025
- namespaces: Array[::String]?,
4026
- namespace_templates: Array[::String]?,
4027
- memory_record_schema: {
4028
- metadata_schema: Array[
4029
- {
4030
- key: ::String,
4031
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
4032
- extraction_config: {
4033
- llm_extraction_config: {
4034
- llm_extraction_instruction: ::String?,
4035
- definition: ::String,
4036
- validation: {
4037
- string_validation: {
4038
- allowed_values: Array[::String]
4039
- }?,
4040
- string_list_validation: {
4041
- allowed_values: Array[::String]?,
4042
- max_items: ::Integer?
4043
- }?,
4044
- number_validation: {
4045
- min_value: ::Float?,
4046
- max_value: ::Float?
4047
- }?
4048
- }?
4049
- }?
4050
- }?
4051
- },
4052
- ]?
4053
- }?
4054
- }?
4055
- }?,
4056
- self_managed_configuration: {
4057
- trigger_conditions: Array[
4058
- {
4059
- message_based_trigger: {
4060
- message_count: ::Integer?
4061
- }?,
4062
- token_based_trigger: {
4063
- token_count: ::Integer?
4064
- }?,
4065
- time_based_trigger: {
4066
- idle_session_timeout: ::Integer?
4067
- }?
4068
- },
4069
- ]?,
4070
- invocation_configuration: {
4071
- topic_arn: ::String,
4072
- payload_delivery_bucket_name: ::String
4073
- },
4074
- historical_context_window_size: ::Integer?
4075
- }?
4076
- }?,
4077
- memory_record_schema: {
4078
- metadata_schema: Array[
4079
- {
4080
- key: ::String,
4081
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
4082
- extraction_config: {
4083
- llm_extraction_config: {
4084
- llm_extraction_instruction: ::String?,
4085
- definition: ::String,
4086
- validation: {
4087
- string_validation: {
4088
- allowed_values: Array[::String]
4089
- }?,
4090
- string_list_validation: {
4091
- allowed_values: Array[::String]?,
4092
- max_items: ::Integer?
4093
- }?,
4094
- number_validation: {
4095
- min_value: ::Float?,
4096
- max_value: ::Float?
4097
- }?
4098
- }?
4099
- }?
4100
- }?
4101
- },
4102
- ]?
4103
- }?
4104
- }?,
4105
- episodic_memory_strategy: {
4106
- name: ::String,
4107
- description: ::String?,
4108
- namespaces: Array[::String]?,
4109
- namespace_templates: Array[::String]?,
4110
- reflection_configuration: {
4111
- namespaces: Array[::String]?,
4112
- namespace_templates: Array[::String]?,
4113
- memory_record_schema: {
4114
- metadata_schema: Array[
4115
- {
4116
- key: ::String,
4117
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
4118
- extraction_config: {
4119
- llm_extraction_config: {
4120
- llm_extraction_instruction: ::String?,
4121
- definition: ::String,
4122
- validation: {
4123
- string_validation: {
4124
- allowed_values: Array[::String]
4125
- }?,
4126
- string_list_validation: {
4127
- allowed_values: Array[::String]?,
4128
- max_items: ::Integer?
4129
- }?,
4130
- number_validation: {
4131
- min_value: ::Float?,
4132
- max_value: ::Float?
4133
- }?
4134
- }?
4135
- }?
4136
- }?
4137
- },
4138
- ]?
4139
- }?
4140
- }?,
4141
- memory_record_schema: {
4142
- metadata_schema: Array[
4143
- {
4144
- key: ::String,
4145
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
4146
- extraction_config: {
4147
- llm_extraction_config: {
4148
- llm_extraction_instruction: ::String?,
4149
- definition: ::String,
4150
- validation: {
4151
- string_validation: {
4152
- allowed_values: Array[::String]
4153
- }?,
4154
- string_list_validation: {
4155
- allowed_values: Array[::String]?,
4156
- max_items: ::Integer?
4157
- }?,
4158
- number_validation: {
4159
- min_value: ::Float?,
4160
- max_value: ::Float?
4161
- }?
4162
- }?
4163
- }?
4164
- }?
4165
- },
4166
- ]?
4167
- }?
4168
- }?
4169
- },
2364
+ Params::memory_strategy_input
4170
2365
  ]?,
4171
2366
  modify_memory_strategies: Array[
4172
2367
  {
@@ -4212,86 +2407,14 @@ module Aws
4212
2407
  }?
4213
2408
  }?,
4214
2409
  reflection: {
4215
- episodic_reflection_configuration: {
4216
- namespaces: Array[::String]?,
4217
- namespace_templates: Array[::String]?,
4218
- memory_record_schema: {
4219
- metadata_schema: Array[
4220
- {
4221
- key: ::String,
4222
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
4223
- extraction_config: {
4224
- llm_extraction_config: {
4225
- llm_extraction_instruction: ::String?,
4226
- definition: ::String,
4227
- validation: {
4228
- string_validation: {
4229
- allowed_values: Array[::String]
4230
- }?,
4231
- string_list_validation: {
4232
- allowed_values: Array[::String]?,
4233
- max_items: ::Integer?
4234
- }?,
4235
- number_validation: {
4236
- min_value: ::Float?,
4237
- max_value: ::Float?
4238
- }?
4239
- }?
4240
- }?
4241
- }?
4242
- },
4243
- ]?
4244
- }?
4245
- }?,
2410
+ episodic_reflection_configuration: Params::episodic_reflection_configuration_input?,
4246
2411
  custom_reflection_configuration: {
4247
- episodic_reflection_override: {
4248
- append_to_prompt: ::String,
4249
- model_id: ::String,
4250
- namespaces: Array[::String]?,
4251
- namespace_templates: Array[::String]?,
4252
- memory_record_schema: {
4253
- metadata_schema: Array[
4254
- {
4255
- key: ::String,
4256
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
4257
- extraction_config: {
4258
- llm_extraction_config: {
4259
- llm_extraction_instruction: ::String?,
4260
- definition: ::String,
4261
- validation: {
4262
- string_validation: {
4263
- allowed_values: Array[::String]
4264
- }?,
4265
- string_list_validation: {
4266
- allowed_values: Array[::String]?,
4267
- max_items: ::Integer?
4268
- }?,
4269
- number_validation: {
4270
- min_value: ::Float?,
4271
- max_value: ::Float?
4272
- }?
4273
- }?
4274
- }?
4275
- }?
4276
- },
4277
- ]?
4278
- }?
4279
- }?
2412
+ episodic_reflection_override: Params::episodic_override_reflection_configuration_input?
4280
2413
  }?
4281
2414
  }?,
4282
2415
  self_managed_configuration: {
4283
2416
  trigger_conditions: Array[
4284
- {
4285
- message_based_trigger: {
4286
- message_count: ::Integer?
4287
- }?,
4288
- token_based_trigger: {
4289
- token_count: ::Integer?
4290
- }?,
4291
- time_based_trigger: {
4292
- idle_session_timeout: ::Integer?
4293
- }?
4294
- },
2417
+ Params::trigger_condition_input
4295
2418
  ]?,
4296
2419
  invocation_configuration: {
4297
2420
  topic_arn: ::String?,
@@ -4300,62 +2423,22 @@ module Aws
4300
2423
  historical_context_window_size: ::Integer?
4301
2424
  }?
4302
2425
  }?,
4303
- memory_record_schema: {
4304
- metadata_schema: Array[
4305
- {
4306
- key: ::String,
4307
- type: ("STRING" | "STRINGLIST" | "NUMBER")?,
4308
- extraction_config: {
4309
- llm_extraction_config: {
4310
- llm_extraction_instruction: ::String?,
4311
- definition: ::String,
4312
- validation: {
4313
- string_validation: {
4314
- allowed_values: Array[::String]
4315
- }?,
4316
- string_list_validation: {
4317
- allowed_values: Array[::String]?,
4318
- max_items: ::Integer?
4319
- }?,
4320
- number_validation: {
4321
- min_value: ::Float?,
4322
- max_value: ::Float?
4323
- }?
4324
- }?
4325
- }?
4326
- }?
4327
- },
4328
- ]?
4329
- }?
4330
- },
2426
+ memory_record_schema: Params::memory_record_schema?
2427
+ }
4331
2428
  ]?,
4332
2429
  delete_memory_strategies: Array[
4333
2430
  {
4334
2431
  memory_strategy_id: ::String
4335
- },
2432
+ }
4336
2433
  ]?
4337
2434
  },
4338
2435
  ?add_indexed_keys: Array[
4339
2436
  {
4340
2437
  key: ::String,
4341
2438
  type: ("STRING" | "STRINGLIST" | "NUMBER")
4342
- },
2439
+ }
4343
2440
  ],
4344
- ?stream_delivery_resources: {
4345
- resources: Array[
4346
- {
4347
- kinesis: {
4348
- data_stream_arn: ::String,
4349
- content_configurations: Array[
4350
- {
4351
- type: ("MEMORY_RECORDS"),
4352
- level: ("METADATA_ONLY" | "FULL_CONTENT")?
4353
- },
4354
- ]
4355
- }?
4356
- },
4357
- ]
4358
- }
2441
+ ?stream_delivery_resources: Params::stream_delivery_resources
4359
2442
  ) -> _UpdateMemoryResponseSuccess
4360
2443
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMemoryResponseSuccess
4361
2444
 
@@ -4375,97 +2458,7 @@ module Aws
4375
2458
  def update_oauth_2_credential_provider: (
4376
2459
  name: ::String,
4377
2460
  credential_provider_vendor: ("GoogleOauth2" | "GithubOauth2" | "SlackOauth2" | "SalesforceOauth2" | "MicrosoftOauth2" | "CustomOauth2" | "AtlassianOauth2" | "LinkedinOauth2" | "XOauth2" | "OktaOauth2" | "OneLoginOauth2" | "PingOneOauth2" | "FacebookOauth2" | "YandexOauth2" | "RedditOauth2" | "ZoomOauth2" | "TwitchOauth2" | "SpotifyOauth2" | "DropboxOauth2" | "NotionOauth2" | "HubspotOauth2" | "CyberArkOauth2" | "FusionAuthOauth2" | "Auth0Oauth2" | "CognitoOauth2"),
4378
- oauth2_provider_config_input: {
4379
- custom_oauth_2_provider_config: {
4380
- oauth_discovery: {
4381
- discovery_url: ::String?,
4382
- authorization_server_metadata: {
4383
- issuer: ::String,
4384
- authorization_endpoint: ::String,
4385
- token_endpoint: ::String,
4386
- response_types: Array[::String]?,
4387
- token_endpoint_auth_methods: Array[::String]?
4388
- }?
4389
- },
4390
- client_id: ::String?,
4391
- client_secret: ::String?,
4392
- private_endpoint: {
4393
- self_managed_lattice_resource: {
4394
- resource_configuration_identifier: ::String?
4395
- }?,
4396
- managed_vpc_resource: {
4397
- vpc_identifier: ::String,
4398
- subnet_ids: Array[::String],
4399
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
4400
- security_group_ids: Array[::String]?,
4401
- tags: Hash[::String, ::String]?,
4402
- routing_domain: ::String?
4403
- }?
4404
- }?,
4405
- private_endpoint_overrides: Array[
4406
- {
4407
- domain: ::String,
4408
- private_endpoint: {
4409
- self_managed_lattice_resource: {
4410
- resource_configuration_identifier: ::String?
4411
- }?,
4412
- managed_vpc_resource: {
4413
- vpc_identifier: ::String,
4414
- subnet_ids: Array[::String],
4415
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
4416
- security_group_ids: Array[::String]?,
4417
- tags: Hash[::String, ::String]?,
4418
- routing_domain: ::String?
4419
- }?
4420
- }
4421
- },
4422
- ]?,
4423
- on_behalf_of_token_exchange_config: {
4424
- grant_type: ("TOKEN_EXCHANGE" | "JWT_AUTHORIZATION_GRANT"),
4425
- token_exchange_grant_type_config: {
4426
- actor_token_content: ("NONE" | "M2M" | "AWS_IAM_ID_TOKEN_JWT"),
4427
- actor_token_scopes: Array[::String]?
4428
- }?
4429
- }?,
4430
- client_authentication_method: ("CLIENT_SECRET_BASIC" | "CLIENT_SECRET_POST" | "AWS_IAM_ID_TOKEN_JWT")?
4431
- }?,
4432
- google_oauth_2_provider_config: {
4433
- client_id: ::String,
4434
- client_secret: ::String
4435
- }?,
4436
- github_oauth_2_provider_config: {
4437
- client_id: ::String,
4438
- client_secret: ::String
4439
- }?,
4440
- slack_oauth_2_provider_config: {
4441
- client_id: ::String,
4442
- client_secret: ::String
4443
- }?,
4444
- salesforce_oauth_2_provider_config: {
4445
- client_id: ::String,
4446
- client_secret: ::String
4447
- }?,
4448
- microsoft_oauth_2_provider_config: {
4449
- client_id: ::String,
4450
- client_secret: ::String,
4451
- tenant_id: ::String?
4452
- }?,
4453
- atlassian_oauth_2_provider_config: {
4454
- client_id: ::String,
4455
- client_secret: ::String
4456
- }?,
4457
- linkedin_oauth_2_provider_config: {
4458
- client_id: ::String,
4459
- client_secret: ::String
4460
- }?,
4461
- included_oauth_2_provider_config: {
4462
- client_id: ::String,
4463
- client_secret: ::String,
4464
- issuer: ::String?,
4465
- authorization_endpoint: ::String?,
4466
- token_endpoint: ::String?
4467
- }?
4468
- }
2461
+ oauth2_provider_config_input: Params::oauth_2_provider_config_input
4469
2462
  ) -> _UpdateOauth2CredentialProviderResponseSuccess
4470
2463
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOauth2CredentialProviderResponseSuccess
4471
2464
 
@@ -4483,25 +2476,7 @@ module Aws
4483
2476
  ?client_token: ::String,
4484
2477
  online_evaluation_config_id: ::String,
4485
2478
  ?description: ::String,
4486
- ?rule: {
4487
- sampling_config: {
4488
- sampling_percentage: ::Float
4489
- },
4490
- filters: Array[
4491
- {
4492
- key: ::String,
4493
- operator: ("Equals" | "NotEquals" | "GreaterThan" | "LessThan" | "GreaterThanOrEqual" | "LessThanOrEqual" | "Contains" | "NotContains"),
4494
- value: {
4495
- string_value: ::String?,
4496
- double_value: ::Float?,
4497
- boolean_value: bool?
4498
- }
4499
- },
4500
- ]?,
4501
- session_config: {
4502
- session_timeout_minutes: ::Integer
4503
- }?
4504
- },
2479
+ ?rule: Params::rule,
4505
2480
  ?data_source_config: {
4506
2481
  cloud_watch_logs: {
4507
2482
  log_group_names: Array[::String],
@@ -4511,7 +2486,7 @@ module Aws
4511
2486
  ?evaluators: Array[
4512
2487
  {
4513
2488
  evaluator_id: ::String?
4514
- },
2489
+ }
4515
2490
  ],
4516
2491
  ?evaluation_execution_role_arn: ::String,
4517
2492
  ?execution_status: ("ENABLED" | "DISABLED")
@@ -4535,14 +2510,7 @@ module Aws
4535
2510
  ?description: ::String,
4536
2511
  ?type: ("CoinbaseCDP" | "StripePrivy"),
4537
2512
  ?credential_provider_configurations: Array[
4538
- {
4539
- coinbase_cdp: {
4540
- credential_provider_arn: ::String
4541
- }?,
4542
- stripe_privy: {
4543
- credential_provider_arn: ::String
4544
- }?
4545
- },
2513
+ Params::credentials_provider_configuration
4546
2514
  ],
4547
2515
  ?client_token: ::String
4548
2516
  ) -> _UpdatePaymentConnectorResponseSuccess
@@ -4561,19 +2529,7 @@ module Aws
4561
2529
  def update_payment_credential_provider: (
4562
2530
  name: ::String,
4563
2531
  credential_provider_vendor: ("CoinbaseCDP" | "StripePrivy"),
4564
- provider_configuration_input: {
4565
- coinbase_cdp_configuration: {
4566
- api_key_id: ::String,
4567
- api_key_secret: ::String,
4568
- wallet_secret: ::String
4569
- }?,
4570
- stripe_privy_configuration: {
4571
- app_id: ::String,
4572
- app_secret: ::String,
4573
- authorization_private_key: ::String,
4574
- authorization_id: ::String
4575
- }?
4576
- }
2532
+ provider_configuration_input: Params::payment_provider_configuration_input
4577
2533
  ) -> _UpdatePaymentCredentialProviderResponseSuccess
4578
2534
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePaymentCredentialProviderResponseSuccess
4579
2535
 
@@ -4593,58 +2549,7 @@ module Aws
4593
2549
  payment_manager_id: ::String,
4594
2550
  ?description: ::String,
4595
2551
  ?authorizer_type: ("CUSTOM_JWT" | "AWS_IAM"),
4596
- ?authorizer_configuration: {
4597
- custom_jwt_authorizer: {
4598
- discovery_url: ::String,
4599
- allowed_audience: Array[::String]?,
4600
- allowed_clients: Array[::String]?,
4601
- allowed_scopes: Array[::String]?,
4602
- custom_claims: Array[
4603
- {
4604
- inbound_token_claim_name: ::String,
4605
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
4606
- authorizing_claim_match_value: {
4607
- claim_match_value: {
4608
- match_value_string: ::String?,
4609
- match_value_string_list: Array[::String]?
4610
- },
4611
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
4612
- }
4613
- },
4614
- ]?,
4615
- private_endpoint: {
4616
- self_managed_lattice_resource: {
4617
- resource_configuration_identifier: ::String?
4618
- }?,
4619
- managed_vpc_resource: {
4620
- vpc_identifier: ::String,
4621
- subnet_ids: Array[::String],
4622
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
4623
- security_group_ids: Array[::String]?,
4624
- tags: Hash[::String, ::String]?,
4625
- routing_domain: ::String?
4626
- }?
4627
- }?,
4628
- private_endpoint_overrides: Array[
4629
- {
4630
- domain: ::String,
4631
- private_endpoint: {
4632
- self_managed_lattice_resource: {
4633
- resource_configuration_identifier: ::String?
4634
- }?,
4635
- managed_vpc_resource: {
4636
- vpc_identifier: ::String,
4637
- subnet_ids: Array[::String],
4638
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
4639
- security_group_ids: Array[::String]?,
4640
- tags: Hash[::String, ::String]?,
4641
- routing_domain: ::String?
4642
- }?
4643
- }
4644
- },
4645
- ]?
4646
- }?
4647
- },
2552
+ ?authorizer_configuration: Params::authorizer_configuration,
4648
2553
  ?role_arn: ::String,
4649
2554
  ?client_token: ::String
4650
2555
  ) -> _UpdatePaymentManagerResponseSuccess
@@ -4655,12 +2560,12 @@ module Aws
4655
2560
  def policy_id: () -> ::String
4656
2561
  def name: () -> ::String
4657
2562
  def policy_engine_id: () -> ::String
4658
- def definition: () -> Types::PolicyDefinition
4659
- def description: () -> ::String
4660
2563
  def created_at: () -> ::Time
4661
2564
  def updated_at: () -> ::Time
4662
2565
  def policy_arn: () -> ::String
4663
2566
  def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
2567
+ def definition: () -> Types::PolicyDefinition
2568
+ def description: () -> ::String
4664
2569
  def status_reasons: () -> ::Array[::String]
4665
2570
  end
4666
2571
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#update_policy-instance_method
@@ -4670,15 +2575,7 @@ module Aws
4670
2575
  ?description: {
4671
2576
  optional_value: ::String?
4672
2577
  },
4673
- ?definition: {
4674
- cedar: {
4675
- statement: ::String
4676
- }?,
4677
- policy_generation: {
4678
- policy_generation_id: ::String,
4679
- policy_generation_asset_id: ::String
4680
- }?
4681
- },
2578
+ ?definition: Params::policy_definition,
4682
2579
  ?validation_mode: ("FAIL_ON_ANY_FINDINGS" | "IGNORE_ALL_FINDINGS")
4683
2580
  ) -> _UpdatePolicyResponseSuccess
4684
2581
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePolicyResponseSuccess
@@ -4687,13 +2584,13 @@ module Aws
4687
2584
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePolicyEngineResponse]
4688
2585
  def policy_engine_id: () -> ::String
4689
2586
  def name: () -> ::String
4690
- def description: () -> ::String
4691
2587
  def created_at: () -> ::Time
4692
2588
  def updated_at: () -> ::Time
4693
2589
  def policy_engine_arn: () -> ::String
4694
2590
  def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
4695
- def status_reasons: () -> ::Array[::String]
4696
2591
  def encryption_key_arn: () -> ::String
2592
+ def description: () -> ::String
2593
+ def status_reasons: () -> ::Array[::String]
4697
2594
  end
4698
2595
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#update_policy_engine-instance_method
4699
2596
  def update_policy_engine: (
@@ -4725,60 +2622,7 @@ module Aws
4725
2622
  ?description: {
4726
2623
  optional_value: ::String?
4727
2624
  },
4728
- ?authorizer_configuration: {
4729
- optional_value: {
4730
- custom_jwt_authorizer: {
4731
- discovery_url: ::String,
4732
- allowed_audience: Array[::String]?,
4733
- allowed_clients: Array[::String]?,
4734
- allowed_scopes: Array[::String]?,
4735
- custom_claims: Array[
4736
- {
4737
- inbound_token_claim_name: ::String,
4738
- inbound_token_claim_value_type: ("STRING" | "STRING_ARRAY"),
4739
- authorizing_claim_match_value: {
4740
- claim_match_value: {
4741
- match_value_string: ::String?,
4742
- match_value_string_list: Array[::String]?
4743
- },
4744
- claim_match_operator: ("EQUALS" | "CONTAINS" | "CONTAINS_ANY")
4745
- }
4746
- },
4747
- ]?,
4748
- private_endpoint: {
4749
- self_managed_lattice_resource: {
4750
- resource_configuration_identifier: ::String?
4751
- }?,
4752
- managed_vpc_resource: {
4753
- vpc_identifier: ::String,
4754
- subnet_ids: Array[::String],
4755
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
4756
- security_group_ids: Array[::String]?,
4757
- tags: Hash[::String, ::String]?,
4758
- routing_domain: ::String?
4759
- }?
4760
- }?,
4761
- private_endpoint_overrides: Array[
4762
- {
4763
- domain: ::String,
4764
- private_endpoint: {
4765
- self_managed_lattice_resource: {
4766
- resource_configuration_identifier: ::String?
4767
- }?,
4768
- managed_vpc_resource: {
4769
- vpc_identifier: ::String,
4770
- subnet_ids: Array[::String],
4771
- endpoint_ip_address_type: ("IPV4" | "IPV6"),
4772
- security_group_ids: Array[::String]?,
4773
- tags: Hash[::String, ::String]?,
4774
- routing_domain: ::String?
4775
- }?
4776
- }
4777
- },
4778
- ]?
4779
- }?
4780
- }?
4781
- },
2625
+ ?authorizer_configuration: Params::updated_authorizer_configuration,
4782
2626
  ?approval_configuration: {
4783
2627
  optional_value: {
4784
2628
  auto_approval: bool?
@@ -4866,29 +2710,7 @@ module Aws
4866
2710
  optional_value: ("URL")?
4867
2711
  },
4868
2712
  ?synchronization_configuration: {
4869
- optional_value: {
4870
- from_url: {
4871
- url: ::String,
4872
- credential_provider_configurations: Array[
4873
- {
4874
- credential_provider_type: ("OAUTH" | "IAM"),
4875
- credential_provider: {
4876
- oauth_credential_provider: {
4877
- provider_arn: ::String,
4878
- grant_type: ("CLIENT_CREDENTIALS")?,
4879
- scopes: Array[::String]?,
4880
- custom_parameters: Hash[::String, ::String]?
4881
- }?,
4882
- iam_credential_provider: {
4883
- role_arn: ::String?,
4884
- service: ::String?,
4885
- region: ::String?
4886
- }?
4887
- }
4888
- },
4889
- ]?
4890
- }?
4891
- }?
2713
+ optional_value: Params::synchronization_configuration?
4892
2714
  },
4893
2715
  ?trigger_synchronization: bool
4894
2716
  ) -> _UpdateRegistryRecordResponseSuccess