aws-sdk-bedrockagentcorecontrol 1.45.0 → 1.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +425 -60
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +240 -23
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +766 -195
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +123 -25
- data/sig/types.rbs +150 -22
- metadata +3 -3
|
@@ -639,7 +639,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
639
639
|
# @return [String]
|
|
640
640
|
#
|
|
641
641
|
# @!attribute [rw] vpc_config
|
|
642
|
-
#
|
|
642
|
+
# The VPC configuration for the browser. This configuration is
|
|
643
|
+
# required when the network mode is set to `VPC`.
|
|
643
644
|
# @return [Types::VpcConfig]
|
|
644
645
|
#
|
|
645
646
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/BrowserNetworkConfiguration AWS API Documentation
|
|
@@ -1039,7 +1040,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
1039
1040
|
# @return [String]
|
|
1040
1041
|
#
|
|
1041
1042
|
# @!attribute [rw] vpc_config
|
|
1042
|
-
#
|
|
1043
|
+
# The VPC configuration for the code interpreter. This configuration
|
|
1044
|
+
# is required when the network mode is set to `VPC`.
|
|
1043
1045
|
# @return [Types::VpcConfig]
|
|
1044
1046
|
#
|
|
1045
1047
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CodeInterpreterNetworkConfiguration AWS API Documentation
|
|
@@ -1096,8 +1098,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
1096
1098
|
include Aws::Structure
|
|
1097
1099
|
end
|
|
1098
1100
|
|
|
1099
|
-
# Coinbase CDP configuration
|
|
1100
|
-
# Developer Platform
|
|
1101
|
+
# Coinbase CDP configuration — credentials provided by Coinbase
|
|
1102
|
+
# Developer Platform.
|
|
1101
1103
|
#
|
|
1102
1104
|
# @!attribute [rw] api_key_id
|
|
1103
1105
|
# The API key identifier provided by Coinbase Developer Platform.
|
|
@@ -1121,7 +1123,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1121
1123
|
include Aws::Structure
|
|
1122
1124
|
end
|
|
1123
1125
|
|
|
1124
|
-
# Coinbase CDP configuration output with secret ARNs
|
|
1126
|
+
# Coinbase CDP configuration output with secret ARNs.
|
|
1125
1127
|
#
|
|
1126
1128
|
# @!attribute [rw] api_key_id
|
|
1127
1129
|
# The API key identifier provided by Coinbase Developer Platform.
|
|
@@ -3106,19 +3108,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
3106
3108
|
end
|
|
3107
3109
|
|
|
3108
3110
|
# @!attribute [rw] name
|
|
3109
|
-
# Unique name for the payment credential provider
|
|
3111
|
+
# Unique name for the payment credential provider.
|
|
3110
3112
|
# @return [String]
|
|
3111
3113
|
#
|
|
3112
3114
|
# @!attribute [rw] credential_provider_vendor
|
|
3113
|
-
# The vendor type (e.g.,
|
|
3115
|
+
# The vendor type for the payment credential provider (e.g.,
|
|
3116
|
+
# CoinbaseCDP, StripePrivy).
|
|
3114
3117
|
# @return [String]
|
|
3115
3118
|
#
|
|
3116
3119
|
# @!attribute [rw] provider_configuration_input
|
|
3117
|
-
# Configuration specific to the vendor, including API credentials
|
|
3120
|
+
# Configuration specific to the vendor, including API credentials.
|
|
3118
3121
|
# @return [Types::PaymentProviderConfigurationInput]
|
|
3119
3122
|
#
|
|
3120
3123
|
# @!attribute [rw] tags
|
|
3121
|
-
# Optional tags for resource organization
|
|
3124
|
+
# Optional tags for resource organization.
|
|
3122
3125
|
# @return [Hash<String,String>]
|
|
3123
3126
|
#
|
|
3124
3127
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreatePaymentCredentialProviderRequest AWS API Documentation
|
|
@@ -3137,8 +3140,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3137
3140
|
# @return [String]
|
|
3138
3141
|
#
|
|
3139
3142
|
# @!attribute [rw] credential_provider_vendor
|
|
3140
|
-
#
|
|
3141
|
-
# protocols
|
|
3143
|
+
# The vendor type for the created payment credential provider.
|
|
3142
3144
|
# @return [String]
|
|
3143
3145
|
#
|
|
3144
3146
|
# @!attribute [rw] credential_provider_arn
|
|
@@ -3148,7 +3150,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3148
3150
|
#
|
|
3149
3151
|
# @!attribute [rw] provider_configuration_output
|
|
3150
3152
|
# Output configuration (contains secret ARNs, excludes actual secret
|
|
3151
|
-
# values)
|
|
3153
|
+
# values).
|
|
3152
3154
|
# @return [Types::PaymentProviderConfigurationOutput]
|
|
3153
3155
|
#
|
|
3154
3156
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreatePaymentCredentialProviderResponse AWS API Documentation
|
|
@@ -3345,10 +3347,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
3345
3347
|
# human-readable identifier.
|
|
3346
3348
|
# @return [String]
|
|
3347
3349
|
#
|
|
3348
|
-
# @!attribute [rw] description
|
|
3349
|
-
# A human-readable description of the policy engine's purpose.
|
|
3350
|
-
# @return [String]
|
|
3351
|
-
#
|
|
3352
3350
|
# @!attribute [rw] created_at
|
|
3353
3351
|
# The timestamp when the policy engine was created. This is
|
|
3354
3352
|
# automatically set by the service and used for auditing and lifecycle
|
|
@@ -3371,29 +3369,33 @@ module Aws::BedrockAgentCoreControl
|
|
|
3371
3369
|
# indicates the policy engine is ready for use.
|
|
3372
3370
|
# @return [String]
|
|
3373
3371
|
#
|
|
3372
|
+
# @!attribute [rw] encryption_key_arn
|
|
3373
|
+
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
3374
|
+
# policy engine data.
|
|
3375
|
+
# @return [String]
|
|
3376
|
+
#
|
|
3377
|
+
# @!attribute [rw] description
|
|
3378
|
+
# A human-readable description of the policy engine's purpose.
|
|
3379
|
+
# @return [String]
|
|
3380
|
+
#
|
|
3374
3381
|
# @!attribute [rw] status_reasons
|
|
3375
3382
|
# Additional information about the policy engine status. This provides
|
|
3376
3383
|
# details about any failures or the current state of the policy engine
|
|
3377
3384
|
# creation process.
|
|
3378
3385
|
# @return [Array<String>]
|
|
3379
3386
|
#
|
|
3380
|
-
# @!attribute [rw] encryption_key_arn
|
|
3381
|
-
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
3382
|
-
# policy engine data.
|
|
3383
|
-
# @return [String]
|
|
3384
|
-
#
|
|
3385
3387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreatePolicyEngineResponse AWS API Documentation
|
|
3386
3388
|
#
|
|
3387
3389
|
class CreatePolicyEngineResponse < Struct.new(
|
|
3388
3390
|
:policy_engine_id,
|
|
3389
3391
|
:name,
|
|
3390
|
-
:description,
|
|
3391
3392
|
:created_at,
|
|
3392
3393
|
:updated_at,
|
|
3393
3394
|
:policy_engine_arn,
|
|
3394
3395
|
:status,
|
|
3395
|
-
:
|
|
3396
|
-
:
|
|
3396
|
+
:encryption_key_arn,
|
|
3397
|
+
:description,
|
|
3398
|
+
:status_reasons)
|
|
3397
3399
|
SENSITIVE = [:description]
|
|
3398
3400
|
include Aws::Structure
|
|
3399
3401
|
end
|
|
@@ -3484,18 +3486,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
3484
3486
|
# evaluation routing.
|
|
3485
3487
|
# @return [String]
|
|
3486
3488
|
#
|
|
3487
|
-
# @!attribute [rw] definition
|
|
3488
|
-
# The Cedar policy statement that was created. This is the validated
|
|
3489
|
-
# policy definition that will be used for agent behavior control and
|
|
3490
|
-
# access decisions.
|
|
3491
|
-
# @return [Types::PolicyDefinition]
|
|
3492
|
-
#
|
|
3493
|
-
# @!attribute [rw] description
|
|
3494
|
-
# The human-readable description of the policy's purpose and
|
|
3495
|
-
# functionality. This helps administrators understand and manage the
|
|
3496
|
-
# policy.
|
|
3497
|
-
# @return [String]
|
|
3498
|
-
#
|
|
3499
3489
|
# @!attribute [rw] created_at
|
|
3500
3490
|
# The timestamp when the policy was created. This is automatically set
|
|
3501
3491
|
# by the service and used for auditing and lifecycle management.
|
|
@@ -3517,6 +3507,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
3517
3507
|
# policy is ready for use.
|
|
3518
3508
|
# @return [String]
|
|
3519
3509
|
#
|
|
3510
|
+
# @!attribute [rw] definition
|
|
3511
|
+
# The Cedar policy statement that was created. This is the validated
|
|
3512
|
+
# policy definition that will be used for agent behavior control and
|
|
3513
|
+
# access decisions.
|
|
3514
|
+
# @return [Types::PolicyDefinition]
|
|
3515
|
+
#
|
|
3516
|
+
# @!attribute [rw] description
|
|
3517
|
+
# The human-readable description of the policy's purpose and
|
|
3518
|
+
# functionality. This helps administrators understand and manage the
|
|
3519
|
+
# policy.
|
|
3520
|
+
# @return [String]
|
|
3521
|
+
#
|
|
3520
3522
|
# @!attribute [rw] status_reasons
|
|
3521
3523
|
# Additional information about the policy status. This provides
|
|
3522
3524
|
# details about any failures or the current state of the policy
|
|
@@ -3529,12 +3531,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
3529
3531
|
:policy_id,
|
|
3530
3532
|
:name,
|
|
3531
3533
|
:policy_engine_id,
|
|
3532
|
-
:definition,
|
|
3533
|
-
:description,
|
|
3534
3534
|
:created_at,
|
|
3535
3535
|
:updated_at,
|
|
3536
3536
|
:policy_arn,
|
|
3537
3537
|
:status,
|
|
3538
|
+
:definition,
|
|
3539
|
+
:description,
|
|
3538
3540
|
:status_reasons)
|
|
3539
3541
|
SENSITIVE = [:description]
|
|
3540
3542
|
include Aws::Structure
|
|
@@ -4167,7 +4169,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
4167
4169
|
# @return [String]
|
|
4168
4170
|
#
|
|
4169
4171
|
# @!attribute [rw] namespaces
|
|
4170
|
-
#
|
|
4172
|
+
# This is a legacy parameter, use `namespaceTemplates`. The namespaces
|
|
4173
|
+
# associated with the custom memory strategy.
|
|
4171
4174
|
# @return [Array<String>]
|
|
4172
4175
|
#
|
|
4173
4176
|
# @!attribute [rw] namespace_templates
|
|
@@ -5070,10 +5073,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
5070
5073
|
# The customer-assigned name of the deleted policy engine.
|
|
5071
5074
|
# @return [String]
|
|
5072
5075
|
#
|
|
5073
|
-
# @!attribute [rw] description
|
|
5074
|
-
# The human-readable description of the deleted policy engine.
|
|
5075
|
-
# @return [String]
|
|
5076
|
-
#
|
|
5077
5076
|
# @!attribute [rw] created_at
|
|
5078
5077
|
# The timestamp when the deleted policy engine was originally created.
|
|
5079
5078
|
# @return [Time]
|
|
@@ -5095,29 +5094,33 @@ module Aws::BedrockAgentCoreControl
|
|
|
5095
5094
|
# status about any issues that occurred during the deletion process.
|
|
5096
5095
|
# @return [String]
|
|
5097
5096
|
#
|
|
5097
|
+
# @!attribute [rw] encryption_key_arn
|
|
5098
|
+
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
5099
|
+
# policy engine data.
|
|
5100
|
+
# @return [String]
|
|
5101
|
+
#
|
|
5102
|
+
# @!attribute [rw] description
|
|
5103
|
+
# The human-readable description of the deleted policy engine.
|
|
5104
|
+
# @return [String]
|
|
5105
|
+
#
|
|
5098
5106
|
# @!attribute [rw] status_reasons
|
|
5099
5107
|
# Additional information about the deletion status. This provides
|
|
5100
5108
|
# details about the deletion process or any issues that may have
|
|
5101
5109
|
# occurred.
|
|
5102
5110
|
# @return [Array<String>]
|
|
5103
5111
|
#
|
|
5104
|
-
# @!attribute [rw] encryption_key_arn
|
|
5105
|
-
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
5106
|
-
# policy engine data.
|
|
5107
|
-
# @return [String]
|
|
5108
|
-
#
|
|
5109
5112
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/DeletePolicyEngineResponse AWS API Documentation
|
|
5110
5113
|
#
|
|
5111
5114
|
class DeletePolicyEngineResponse < Struct.new(
|
|
5112
5115
|
:policy_engine_id,
|
|
5113
5116
|
:name,
|
|
5114
|
-
:description,
|
|
5115
5117
|
:created_at,
|
|
5116
5118
|
:updated_at,
|
|
5117
5119
|
:policy_engine_arn,
|
|
5118
5120
|
:status,
|
|
5119
|
-
:
|
|
5120
|
-
:
|
|
5121
|
+
:encryption_key_arn,
|
|
5122
|
+
:description,
|
|
5123
|
+
:status_reasons)
|
|
5121
5124
|
SENSITIVE = [:description]
|
|
5122
5125
|
include Aws::Structure
|
|
5123
5126
|
end
|
|
@@ -5159,17 +5162,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
5159
5162
|
# operation.
|
|
5160
5163
|
# @return [String]
|
|
5161
5164
|
#
|
|
5162
|
-
# @!attribute [rw] definition
|
|
5163
|
-
# Represents the definition structure for policies within the
|
|
5164
|
-
# AgentCore Policy system. This structure encapsulates different
|
|
5165
|
-
# policy formats and languages that can be used to define access
|
|
5166
|
-
# control rules.
|
|
5167
|
-
# @return [Types::PolicyDefinition]
|
|
5168
|
-
#
|
|
5169
|
-
# @!attribute [rw] description
|
|
5170
|
-
# The human-readable description of the deleted policy.
|
|
5171
|
-
# @return [String]
|
|
5172
|
-
#
|
|
5173
5165
|
# @!attribute [rw] created_at
|
|
5174
5166
|
# The timestamp when the deleted policy was originally created.
|
|
5175
5167
|
# @return [Time]
|
|
@@ -5192,6 +5184,17 @@ module Aws::BedrockAgentCoreControl
|
|
|
5192
5184
|
# process.
|
|
5193
5185
|
# @return [String]
|
|
5194
5186
|
#
|
|
5187
|
+
# @!attribute [rw] definition
|
|
5188
|
+
# Represents the definition structure for policies within the
|
|
5189
|
+
# AgentCore Policy system. This structure encapsulates different
|
|
5190
|
+
# policy formats and languages that can be used to define access
|
|
5191
|
+
# control rules.
|
|
5192
|
+
# @return [Types::PolicyDefinition]
|
|
5193
|
+
#
|
|
5194
|
+
# @!attribute [rw] description
|
|
5195
|
+
# The human-readable description of the deleted policy.
|
|
5196
|
+
# @return [String]
|
|
5197
|
+
#
|
|
5195
5198
|
# @!attribute [rw] status_reasons
|
|
5196
5199
|
# Additional information about the deletion status. This provides
|
|
5197
5200
|
# details about the deletion process or any issues that may have
|
|
@@ -5204,12 +5207,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
5204
5207
|
:policy_id,
|
|
5205
5208
|
:name,
|
|
5206
5209
|
:policy_engine_id,
|
|
5207
|
-
:definition,
|
|
5208
|
-
:description,
|
|
5209
5210
|
:created_at,
|
|
5210
5211
|
:updated_at,
|
|
5211
5212
|
:policy_arn,
|
|
5212
5213
|
:status,
|
|
5214
|
+
:definition,
|
|
5215
|
+
:description,
|
|
5213
5216
|
:status_reasons)
|
|
5214
5217
|
SENSITIVE = [:description]
|
|
5215
5218
|
include Aws::Structure
|
|
@@ -5425,7 +5428,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
5425
5428
|
# @return [String]
|
|
5426
5429
|
#
|
|
5427
5430
|
# @!attribute [rw] namespaces
|
|
5428
|
-
#
|
|
5431
|
+
# This is a legacy parameter, use `namespaceTemplates`. The namespaces
|
|
5432
|
+
# for which to create episodes.
|
|
5429
5433
|
# @return [Array<String>]
|
|
5430
5434
|
#
|
|
5431
5435
|
# @!attribute [rw] namespace_templates
|
|
@@ -5539,8 +5543,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
5539
5543
|
# @return [String]
|
|
5540
5544
|
#
|
|
5541
5545
|
# @!attribute [rw] namespaces
|
|
5542
|
-
#
|
|
5543
|
-
# than the episodic
|
|
5546
|
+
# This is a legacy parameter, use `namespaceTemplates`. The namespaces
|
|
5547
|
+
# to use for episodic reflection. Can be less nested than the episodic
|
|
5548
|
+
# namespaces.
|
|
5544
5549
|
# @return [Array<String>]
|
|
5545
5550
|
#
|
|
5546
5551
|
# @!attribute [rw] namespace_templates
|
|
@@ -5569,8 +5574,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
5569
5574
|
# strategy.
|
|
5570
5575
|
#
|
|
5571
5576
|
# @!attribute [rw] namespaces
|
|
5572
|
-
#
|
|
5573
|
-
#
|
|
5577
|
+
# This is a legacy parameter, use `namespaceTemplates`. The namespaces
|
|
5578
|
+
# for which to create reflections. Can be less nested than the
|
|
5579
|
+
# episodic namespaces.
|
|
5574
5580
|
# @return [Array<String>]
|
|
5575
5581
|
#
|
|
5576
5582
|
# @!attribute [rw] namespace_templates
|
|
@@ -5595,8 +5601,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
5595
5601
|
# An episodic reflection configuration input.
|
|
5596
5602
|
#
|
|
5597
5603
|
# @!attribute [rw] namespaces
|
|
5598
|
-
#
|
|
5599
|
-
# than episode
|
|
5604
|
+
# This is a legacy parameter, use `namespaceTemplates`. The namespaces
|
|
5605
|
+
# over which to create reflections. Can be less nested than episode
|
|
5606
|
+
# namespaces.
|
|
5600
5607
|
# @return [Array<String>]
|
|
5601
5608
|
#
|
|
5602
5609
|
# @!attribute [rw] namespace_templates
|
|
@@ -5632,8 +5639,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
5632
5639
|
# @return [String]
|
|
5633
5640
|
#
|
|
5634
5641
|
# @!attribute [rw] namespaces
|
|
5635
|
-
# The namespaces over which reflections
|
|
5636
|
-
# nested than the episodic namespaces.
|
|
5642
|
+
# This is a legacy parameter. The namespaces over which reflections
|
|
5643
|
+
# were created. Can be less nested than the episodic namespaces.
|
|
5637
5644
|
# @return [Array<String>]
|
|
5638
5645
|
#
|
|
5639
5646
|
# @!attribute [rw] namespace_templates
|
|
@@ -7663,13 +7670,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
7663
7670
|
# @return [String]
|
|
7664
7671
|
#
|
|
7665
7672
|
# @!attribute [rw] credential_provider_vendor
|
|
7666
|
-
#
|
|
7667
|
-
# protocols
|
|
7673
|
+
# The vendor type for the payment credential provider.
|
|
7668
7674
|
# @return [String]
|
|
7669
7675
|
#
|
|
7670
7676
|
# @!attribute [rw] provider_configuration_output
|
|
7671
7677
|
# Output configuration (contains secret ARNs, excludes actual secret
|
|
7672
|
-
# values)
|
|
7678
|
+
# values).
|
|
7673
7679
|
# @return [Types::PaymentProviderConfigurationOutput]
|
|
7674
7680
|
#
|
|
7675
7681
|
# @!attribute [rw] created_time
|
|
@@ -7811,12 +7817,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
7811
7817
|
# was created.
|
|
7812
7818
|
# @return [String]
|
|
7813
7819
|
#
|
|
7814
|
-
# @!attribute [rw] description
|
|
7815
|
-
# The human-readable description of the policy engine's purpose and
|
|
7816
|
-
# scope. This helps administrators understand the policy engine's
|
|
7817
|
-
# role in governance.
|
|
7818
|
-
# @return [String]
|
|
7819
|
-
#
|
|
7820
7820
|
# @!attribute [rw] created_at
|
|
7821
7821
|
# The timestamp when the policy engine was originally created.
|
|
7822
7822
|
# @return [Time]
|
|
@@ -7836,30 +7836,93 @@ module Aws::BedrockAgentCoreControl
|
|
|
7836
7836
|
# The current status of the policy engine.
|
|
7837
7837
|
# @return [String]
|
|
7838
7838
|
#
|
|
7839
|
+
# @!attribute [rw] encryption_key_arn
|
|
7840
|
+
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
7841
|
+
# policy engine data.
|
|
7842
|
+
# @return [String]
|
|
7843
|
+
#
|
|
7844
|
+
# @!attribute [rw] description
|
|
7845
|
+
# The human-readable description of the policy engine's purpose and
|
|
7846
|
+
# scope. This helps administrators understand the policy engine's
|
|
7847
|
+
# role in governance.
|
|
7848
|
+
# @return [String]
|
|
7849
|
+
#
|
|
7839
7850
|
# @!attribute [rw] status_reasons
|
|
7840
7851
|
# Additional information about the policy engine status. This provides
|
|
7841
7852
|
# details about any failures or the current state of the policy
|
|
7842
7853
|
# engine.
|
|
7843
7854
|
# @return [Array<String>]
|
|
7844
7855
|
#
|
|
7856
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPolicyEngineResponse AWS API Documentation
|
|
7857
|
+
#
|
|
7858
|
+
class GetPolicyEngineResponse < Struct.new(
|
|
7859
|
+
:policy_engine_id,
|
|
7860
|
+
:name,
|
|
7861
|
+
:created_at,
|
|
7862
|
+
:updated_at,
|
|
7863
|
+
:policy_engine_arn,
|
|
7864
|
+
:status,
|
|
7865
|
+
:encryption_key_arn,
|
|
7866
|
+
:description,
|
|
7867
|
+
:status_reasons)
|
|
7868
|
+
SENSITIVE = [:description]
|
|
7869
|
+
include Aws::Structure
|
|
7870
|
+
end
|
|
7871
|
+
|
|
7872
|
+
# @!attribute [rw] policy_engine_id
|
|
7873
|
+
# The unique identifier of the policy engine to retrieve the summary
|
|
7874
|
+
# for. This must be a valid policy engine ID that exists within the
|
|
7875
|
+
# account.
|
|
7876
|
+
# @return [String]
|
|
7877
|
+
#
|
|
7878
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPolicyEngineSummaryRequest AWS API Documentation
|
|
7879
|
+
#
|
|
7880
|
+
class GetPolicyEngineSummaryRequest < Struct.new(
|
|
7881
|
+
:policy_engine_id)
|
|
7882
|
+
SENSITIVE = []
|
|
7883
|
+
include Aws::Structure
|
|
7884
|
+
end
|
|
7885
|
+
|
|
7886
|
+
# @!attribute [rw] policy_engine_id
|
|
7887
|
+
# The unique identifier of the policy engine.
|
|
7888
|
+
# @return [String]
|
|
7889
|
+
#
|
|
7890
|
+
# @!attribute [rw] name
|
|
7891
|
+
# The customer-assigned name of the policy engine.
|
|
7892
|
+
# @return [String]
|
|
7893
|
+
#
|
|
7894
|
+
# @!attribute [rw] created_at
|
|
7895
|
+
# The timestamp when the policy engine was originally created.
|
|
7896
|
+
# @return [Time]
|
|
7897
|
+
#
|
|
7898
|
+
# @!attribute [rw] updated_at
|
|
7899
|
+
# The timestamp when the policy engine was last modified.
|
|
7900
|
+
# @return [Time]
|
|
7901
|
+
#
|
|
7902
|
+
# @!attribute [rw] policy_engine_arn
|
|
7903
|
+
# The Amazon Resource Name (ARN) of the policy engine.
|
|
7904
|
+
# @return [String]
|
|
7905
|
+
#
|
|
7906
|
+
# @!attribute [rw] status
|
|
7907
|
+
# The current status of the policy engine.
|
|
7908
|
+
# @return [String]
|
|
7909
|
+
#
|
|
7845
7910
|
# @!attribute [rw] encryption_key_arn
|
|
7846
7911
|
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
7847
7912
|
# policy engine data.
|
|
7848
7913
|
# @return [String]
|
|
7849
7914
|
#
|
|
7850
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/
|
|
7915
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPolicyEngineSummaryResponse AWS API Documentation
|
|
7851
7916
|
#
|
|
7852
|
-
class
|
|
7917
|
+
class GetPolicyEngineSummaryResponse < Struct.new(
|
|
7853
7918
|
:policy_engine_id,
|
|
7854
7919
|
:name,
|
|
7855
|
-
:description,
|
|
7856
7920
|
:created_at,
|
|
7857
7921
|
:updated_at,
|
|
7858
7922
|
:policy_engine_arn,
|
|
7859
7923
|
:status,
|
|
7860
|
-
:status_reasons,
|
|
7861
7924
|
:encryption_key_arn)
|
|
7862
|
-
SENSITIVE = [
|
|
7925
|
+
SENSITIVE = []
|
|
7863
7926
|
include Aws::Structure
|
|
7864
7927
|
end
|
|
7865
7928
|
|
|
@@ -7936,21 +7999,94 @@ module Aws::BedrockAgentCoreControl
|
|
|
7936
7999
|
# during processing.
|
|
7937
8000
|
# @return [String]
|
|
7938
8001
|
#
|
|
8002
|
+
# @!attribute [rw] findings
|
|
8003
|
+
# The findings and results from the policy generation process. This
|
|
8004
|
+
# includes any issues, recommendations, validation results, or
|
|
8005
|
+
# insights from the generated policies.
|
|
8006
|
+
# @return [String]
|
|
8007
|
+
#
|
|
7939
8008
|
# @!attribute [rw] status_reasons
|
|
7940
8009
|
# Additional information about the generation status. This provides
|
|
7941
8010
|
# details about any failures, warnings, or the current state of the
|
|
7942
8011
|
# generation process.
|
|
7943
8012
|
# @return [Array<String>]
|
|
7944
8013
|
#
|
|
8014
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPolicyGenerationResponse AWS API Documentation
|
|
8015
|
+
#
|
|
8016
|
+
class GetPolicyGenerationResponse < Struct.new(
|
|
8017
|
+
:policy_engine_id,
|
|
8018
|
+
:policy_generation_id,
|
|
8019
|
+
:name,
|
|
8020
|
+
:policy_generation_arn,
|
|
8021
|
+
:resource,
|
|
8022
|
+
:created_at,
|
|
8023
|
+
:updated_at,
|
|
8024
|
+
:status,
|
|
8025
|
+
:findings,
|
|
8026
|
+
:status_reasons)
|
|
8027
|
+
SENSITIVE = []
|
|
8028
|
+
include Aws::Structure
|
|
8029
|
+
end
|
|
8030
|
+
|
|
8031
|
+
# @!attribute [rw] policy_generation_id
|
|
8032
|
+
# The unique identifier of the policy generation request to retrieve
|
|
8033
|
+
# the summary for.
|
|
8034
|
+
# @return [String]
|
|
8035
|
+
#
|
|
8036
|
+
# @!attribute [rw] policy_engine_id
|
|
8037
|
+
# The identifier of the policy engine associated with the policy
|
|
8038
|
+
# generation request.
|
|
8039
|
+
# @return [String]
|
|
8040
|
+
#
|
|
8041
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPolicyGenerationSummaryRequest AWS API Documentation
|
|
8042
|
+
#
|
|
8043
|
+
class GetPolicyGenerationSummaryRequest < Struct.new(
|
|
8044
|
+
:policy_generation_id,
|
|
8045
|
+
:policy_engine_id)
|
|
8046
|
+
SENSITIVE = []
|
|
8047
|
+
include Aws::Structure
|
|
8048
|
+
end
|
|
8049
|
+
|
|
8050
|
+
# @!attribute [rw] policy_engine_id
|
|
8051
|
+
# The identifier of the policy engine associated with this policy
|
|
8052
|
+
# generation.
|
|
8053
|
+
# @return [String]
|
|
8054
|
+
#
|
|
8055
|
+
# @!attribute [rw] policy_generation_id
|
|
8056
|
+
# The unique identifier of the policy generation request.
|
|
8057
|
+
# @return [String]
|
|
8058
|
+
#
|
|
8059
|
+
# @!attribute [rw] name
|
|
8060
|
+
# The customer-assigned name for the policy generation request.
|
|
8061
|
+
# @return [String]
|
|
8062
|
+
#
|
|
8063
|
+
# @!attribute [rw] policy_generation_arn
|
|
8064
|
+
# The Amazon Resource Name (ARN) of the policy generation request.
|
|
8065
|
+
# @return [String]
|
|
8066
|
+
#
|
|
8067
|
+
# @!attribute [rw] resource
|
|
8068
|
+
# The resource information associated with the policy generation.
|
|
8069
|
+
# @return [Types::Resource]
|
|
8070
|
+
#
|
|
8071
|
+
# @!attribute [rw] created_at
|
|
8072
|
+
# The timestamp when the policy generation request was created.
|
|
8073
|
+
# @return [Time]
|
|
8074
|
+
#
|
|
8075
|
+
# @!attribute [rw] updated_at
|
|
8076
|
+
# The timestamp when the policy generation was last updated.
|
|
8077
|
+
# @return [Time]
|
|
8078
|
+
#
|
|
8079
|
+
# @!attribute [rw] status
|
|
8080
|
+
# The current status of the policy generation request.
|
|
8081
|
+
# @return [String]
|
|
8082
|
+
#
|
|
7945
8083
|
# @!attribute [rw] findings
|
|
7946
|
-
# The findings
|
|
7947
|
-
# includes any issues, recommendations, validation results, or
|
|
7948
|
-
# insights from the generated policies.
|
|
8084
|
+
# The findings from the policy generation process, if available.
|
|
7949
8085
|
# @return [String]
|
|
7950
8086
|
#
|
|
7951
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/
|
|
8087
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPolicyGenerationSummaryResponse AWS API Documentation
|
|
7952
8088
|
#
|
|
7953
|
-
class
|
|
8089
|
+
class GetPolicyGenerationSummaryResponse < Struct.new(
|
|
7954
8090
|
:policy_engine_id,
|
|
7955
8091
|
:policy_generation_id,
|
|
7956
8092
|
:name,
|
|
@@ -7959,7 +8095,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
7959
8095
|
:created_at,
|
|
7960
8096
|
:updated_at,
|
|
7961
8097
|
:status,
|
|
7962
|
-
:status_reasons,
|
|
7963
8098
|
:findings)
|
|
7964
8099
|
SENSITIVE = []
|
|
7965
8100
|
include Aws::Structure
|
|
@@ -8000,18 +8135,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
8000
8135
|
# confirms the policy engine context for the retrieved policy.
|
|
8001
8136
|
# @return [String]
|
|
8002
8137
|
#
|
|
8003
|
-
# @!attribute [rw] definition
|
|
8004
|
-
# The Cedar policy statement that defines the access control rules.
|
|
8005
|
-
# This contains the actual policy logic used for agent behavior
|
|
8006
|
-
# control and access decisions.
|
|
8007
|
-
# @return [Types::PolicyDefinition]
|
|
8008
|
-
#
|
|
8009
|
-
# @!attribute [rw] description
|
|
8010
|
-
# The human-readable description of the policy's purpose and
|
|
8011
|
-
# functionality. This helps administrators understand and manage the
|
|
8012
|
-
# policy.
|
|
8013
|
-
# @return [String]
|
|
8014
|
-
#
|
|
8015
8138
|
# @!attribute [rw] created_at
|
|
8016
8139
|
# The timestamp when the policy was originally created.
|
|
8017
8140
|
# @return [Time]
|
|
@@ -8031,6 +8154,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
8031
8154
|
# The current status of the policy.
|
|
8032
8155
|
# @return [String]
|
|
8033
8156
|
#
|
|
8157
|
+
# @!attribute [rw] definition
|
|
8158
|
+
# The Cedar policy statement that defines the access control rules.
|
|
8159
|
+
# This contains the actual policy logic used for agent behavior
|
|
8160
|
+
# control and access decisions.
|
|
8161
|
+
# @return [Types::PolicyDefinition]
|
|
8162
|
+
#
|
|
8163
|
+
# @!attribute [rw] description
|
|
8164
|
+
# The human-readable description of the policy's purpose and
|
|
8165
|
+
# functionality. This helps administrators understand and manage the
|
|
8166
|
+
# policy.
|
|
8167
|
+
# @return [String]
|
|
8168
|
+
#
|
|
8034
8169
|
# @!attribute [rw] status_reasons
|
|
8035
8170
|
# Additional information about the policy status. This provides
|
|
8036
8171
|
# details about any failures or the current state of the policy.
|
|
@@ -8042,17 +8177,79 @@ module Aws::BedrockAgentCoreControl
|
|
|
8042
8177
|
:policy_id,
|
|
8043
8178
|
:name,
|
|
8044
8179
|
:policy_engine_id,
|
|
8045
|
-
:definition,
|
|
8046
|
-
:description,
|
|
8047
8180
|
:created_at,
|
|
8048
8181
|
:updated_at,
|
|
8049
8182
|
:policy_arn,
|
|
8050
8183
|
:status,
|
|
8184
|
+
:definition,
|
|
8185
|
+
:description,
|
|
8051
8186
|
:status_reasons)
|
|
8052
8187
|
SENSITIVE = [:description]
|
|
8053
8188
|
include Aws::Structure
|
|
8054
8189
|
end
|
|
8055
8190
|
|
|
8191
|
+
# @!attribute [rw] policy_engine_id
|
|
8192
|
+
# The identifier of the policy engine that manages the policy to
|
|
8193
|
+
# retrieve the summary for.
|
|
8194
|
+
# @return [String]
|
|
8195
|
+
#
|
|
8196
|
+
# @!attribute [rw] policy_id
|
|
8197
|
+
# The unique identifier of the policy to retrieve the summary for.
|
|
8198
|
+
# This must be a valid policy ID that exists within the specified
|
|
8199
|
+
# policy engine.
|
|
8200
|
+
# @return [String]
|
|
8201
|
+
#
|
|
8202
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPolicySummaryRequest AWS API Documentation
|
|
8203
|
+
#
|
|
8204
|
+
class GetPolicySummaryRequest < Struct.new(
|
|
8205
|
+
:policy_engine_id,
|
|
8206
|
+
:policy_id)
|
|
8207
|
+
SENSITIVE = []
|
|
8208
|
+
include Aws::Structure
|
|
8209
|
+
end
|
|
8210
|
+
|
|
8211
|
+
# @!attribute [rw] policy_id
|
|
8212
|
+
# The unique identifier of the policy.
|
|
8213
|
+
# @return [String]
|
|
8214
|
+
#
|
|
8215
|
+
# @!attribute [rw] name
|
|
8216
|
+
# The customer-assigned name of the policy.
|
|
8217
|
+
# @return [String]
|
|
8218
|
+
#
|
|
8219
|
+
# @!attribute [rw] policy_engine_id
|
|
8220
|
+
# The identifier of the policy engine that manages this policy.
|
|
8221
|
+
# @return [String]
|
|
8222
|
+
#
|
|
8223
|
+
# @!attribute [rw] created_at
|
|
8224
|
+
# The timestamp when the policy was originally created.
|
|
8225
|
+
# @return [Time]
|
|
8226
|
+
#
|
|
8227
|
+
# @!attribute [rw] updated_at
|
|
8228
|
+
# The timestamp when the policy was last modified.
|
|
8229
|
+
# @return [Time]
|
|
8230
|
+
#
|
|
8231
|
+
# @!attribute [rw] policy_arn
|
|
8232
|
+
# The Amazon Resource Name (ARN) of the policy.
|
|
8233
|
+
# @return [String]
|
|
8234
|
+
#
|
|
8235
|
+
# @!attribute [rw] status
|
|
8236
|
+
# The current status of the policy.
|
|
8237
|
+
# @return [String]
|
|
8238
|
+
#
|
|
8239
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetPolicySummaryResponse AWS API Documentation
|
|
8240
|
+
#
|
|
8241
|
+
class GetPolicySummaryResponse < Struct.new(
|
|
8242
|
+
:policy_id,
|
|
8243
|
+
:name,
|
|
8244
|
+
:policy_engine_id,
|
|
8245
|
+
:created_at,
|
|
8246
|
+
:updated_at,
|
|
8247
|
+
:policy_arn,
|
|
8248
|
+
:status)
|
|
8249
|
+
SENSITIVE = []
|
|
8250
|
+
include Aws::Structure
|
|
8251
|
+
end
|
|
8252
|
+
|
|
8056
8253
|
# @!attribute [rw] registry_id
|
|
8057
8254
|
# The identifier of the registry containing the record. You can
|
|
8058
8255
|
# specify either the Amazon Resource Name (ARN) or the ID of the
|
|
@@ -10568,6 +10765,55 @@ module Aws::BedrockAgentCoreControl
|
|
|
10568
10765
|
include Aws::Structure
|
|
10569
10766
|
end
|
|
10570
10767
|
|
|
10768
|
+
# @!attribute [rw] next_token
|
|
10769
|
+
# A pagination token returned from a previous
|
|
10770
|
+
# [ListPolicyEngineSummaries][1] call. Use this token to retrieve the
|
|
10771
|
+
# next page of results when the response is paginated.
|
|
10772
|
+
#
|
|
10773
|
+
#
|
|
10774
|
+
#
|
|
10775
|
+
# [1]: https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngineSummaries.html
|
|
10776
|
+
# @return [String]
|
|
10777
|
+
#
|
|
10778
|
+
# @!attribute [rw] max_results
|
|
10779
|
+
# The maximum number of policy engine summaries to return in a single
|
|
10780
|
+
# response.
|
|
10781
|
+
# @return [Integer]
|
|
10782
|
+
#
|
|
10783
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListPolicyEngineSummariesRequest AWS API Documentation
|
|
10784
|
+
#
|
|
10785
|
+
class ListPolicyEngineSummariesRequest < Struct.new(
|
|
10786
|
+
:next_token,
|
|
10787
|
+
:max_results)
|
|
10788
|
+
SENSITIVE = []
|
|
10789
|
+
include Aws::Structure
|
|
10790
|
+
end
|
|
10791
|
+
|
|
10792
|
+
# @!attribute [rw] policy_engines
|
|
10793
|
+
# An array of policy engine summary objects that exist in the account.
|
|
10794
|
+
# Each summary contains resource identifiers, status, and timestamps
|
|
10795
|
+
# without customer-encrypted content.
|
|
10796
|
+
# @return [Array<Types::PolicyEngineSummary>]
|
|
10797
|
+
#
|
|
10798
|
+
# @!attribute [rw] next_token
|
|
10799
|
+
# A pagination token that can be used in subsequent
|
|
10800
|
+
# [ListPolicyEngineSummaries][1] calls to retrieve additional results.
|
|
10801
|
+
# This token is only present when there are more results available.
|
|
10802
|
+
#
|
|
10803
|
+
#
|
|
10804
|
+
#
|
|
10805
|
+
# [1]: https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngineSummaries.html
|
|
10806
|
+
# @return [String]
|
|
10807
|
+
#
|
|
10808
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListPolicyEngineSummariesResponse AWS API Documentation
|
|
10809
|
+
#
|
|
10810
|
+
class ListPolicyEngineSummariesResponse < Struct.new(
|
|
10811
|
+
:policy_engines,
|
|
10812
|
+
:next_token)
|
|
10813
|
+
SENSITIVE = []
|
|
10814
|
+
include Aws::Structure
|
|
10815
|
+
end
|
|
10816
|
+
|
|
10571
10817
|
# @!attribute [rw] next_token
|
|
10572
10818
|
# A pagination token returned from a previous [ListPolicyEngines][1]
|
|
10573
10819
|
# call. Use this token to retrieve the next page of results when the
|
|
@@ -10693,6 +10939,62 @@ module Aws::BedrockAgentCoreControl
|
|
|
10693
10939
|
include Aws::Structure
|
|
10694
10940
|
end
|
|
10695
10941
|
|
|
10942
|
+
# @!attribute [rw] next_token
|
|
10943
|
+
# A pagination token returned from a previous
|
|
10944
|
+
# [ListPolicyGenerationSummaries][1] call. Use this token to retrieve
|
|
10945
|
+
# the next page of results when the response is paginated.
|
|
10946
|
+
#
|
|
10947
|
+
#
|
|
10948
|
+
#
|
|
10949
|
+
# [1]: https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationSummaries.html
|
|
10950
|
+
# @return [String]
|
|
10951
|
+
#
|
|
10952
|
+
# @!attribute [rw] max_results
|
|
10953
|
+
# The maximum number of policy generation summaries to return in a
|
|
10954
|
+
# single response.
|
|
10955
|
+
# @return [Integer]
|
|
10956
|
+
#
|
|
10957
|
+
# @!attribute [rw] policy_engine_id
|
|
10958
|
+
# The identifier of the policy engine whose policy generation
|
|
10959
|
+
# summaries to retrieve.
|
|
10960
|
+
# @return [String]
|
|
10961
|
+
#
|
|
10962
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListPolicyGenerationSummariesRequest AWS API Documentation
|
|
10963
|
+
#
|
|
10964
|
+
class ListPolicyGenerationSummariesRequest < Struct.new(
|
|
10965
|
+
:next_token,
|
|
10966
|
+
:max_results,
|
|
10967
|
+
:policy_engine_id)
|
|
10968
|
+
SENSITIVE = []
|
|
10969
|
+
include Aws::Structure
|
|
10970
|
+
end
|
|
10971
|
+
|
|
10972
|
+
# @!attribute [rw] policy_generations
|
|
10973
|
+
# An array of policy generation summary objects that match the
|
|
10974
|
+
# specified criteria. Each summary contains resource identifiers,
|
|
10975
|
+
# status, timestamps, and findings without customer-encrypted content.
|
|
10976
|
+
# @return [Array<Types::PolicyGenerationSummary>]
|
|
10977
|
+
#
|
|
10978
|
+
# @!attribute [rw] next_token
|
|
10979
|
+
# A pagination token that can be used in subsequent
|
|
10980
|
+
# [ListPolicyGenerationSummaries][1] calls to retrieve additional
|
|
10981
|
+
# results. This token is only present when there are more results
|
|
10982
|
+
# available.
|
|
10983
|
+
#
|
|
10984
|
+
#
|
|
10985
|
+
#
|
|
10986
|
+
# [1]: https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationSummaries.html
|
|
10987
|
+
# @return [String]
|
|
10988
|
+
#
|
|
10989
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListPolicyGenerationSummariesResponse AWS API Documentation
|
|
10990
|
+
#
|
|
10991
|
+
class ListPolicyGenerationSummariesResponse < Struct.new(
|
|
10992
|
+
:policy_generations,
|
|
10993
|
+
:next_token)
|
|
10994
|
+
SENSITIVE = []
|
|
10995
|
+
include Aws::Structure
|
|
10996
|
+
end
|
|
10997
|
+
|
|
10696
10998
|
# @!attribute [rw] next_token
|
|
10697
10999
|
# A pagination token for retrieving additional policy generations when
|
|
10698
11000
|
# results are paginated.
|
|
@@ -10728,10 +11030,73 @@ module Aws::BedrockAgentCoreControl
|
|
|
10728
11030
|
# more results are available.
|
|
10729
11031
|
# @return [String]
|
|
10730
11032
|
#
|
|
10731
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListPolicyGenerationsResponse AWS API Documentation
|
|
11033
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListPolicyGenerationsResponse AWS API Documentation
|
|
11034
|
+
#
|
|
11035
|
+
class ListPolicyGenerationsResponse < Struct.new(
|
|
11036
|
+
:policy_generations,
|
|
11037
|
+
:next_token)
|
|
11038
|
+
SENSITIVE = []
|
|
11039
|
+
include Aws::Structure
|
|
11040
|
+
end
|
|
11041
|
+
|
|
11042
|
+
# @!attribute [rw] next_token
|
|
11043
|
+
# A pagination token returned from a previous [ListPolicySummaries][1]
|
|
11044
|
+
# call. Use this token to retrieve the next page of results when the
|
|
11045
|
+
# response is paginated.
|
|
11046
|
+
#
|
|
11047
|
+
#
|
|
11048
|
+
#
|
|
11049
|
+
# [1]: https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicySummaries.html
|
|
11050
|
+
# @return [String]
|
|
11051
|
+
#
|
|
11052
|
+
# @!attribute [rw] max_results
|
|
11053
|
+
# The maximum number of policy summaries to return in a single
|
|
11054
|
+
# response.
|
|
11055
|
+
# @return [Integer]
|
|
11056
|
+
#
|
|
11057
|
+
# @!attribute [rw] policy_engine_id
|
|
11058
|
+
# The identifier of the policy engine whose policy summaries to
|
|
11059
|
+
# retrieve.
|
|
11060
|
+
# @return [String]
|
|
11061
|
+
#
|
|
11062
|
+
# @!attribute [rw] target_resource_scope
|
|
11063
|
+
# Optional filter to list policy summaries that apply to a specific
|
|
11064
|
+
# resource scope or resource type. This helps narrow down results to
|
|
11065
|
+
# those relevant for particular Amazon Web Services resources, agent
|
|
11066
|
+
# tools, or operational contexts within the policy engine ecosystem.
|
|
11067
|
+
# @return [String]
|
|
11068
|
+
#
|
|
11069
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListPolicySummariesRequest AWS API Documentation
|
|
11070
|
+
#
|
|
11071
|
+
class ListPolicySummariesRequest < Struct.new(
|
|
11072
|
+
:next_token,
|
|
11073
|
+
:max_results,
|
|
11074
|
+
:policy_engine_id,
|
|
11075
|
+
:target_resource_scope)
|
|
11076
|
+
SENSITIVE = []
|
|
11077
|
+
include Aws::Structure
|
|
11078
|
+
end
|
|
11079
|
+
|
|
11080
|
+
# @!attribute [rw] policies
|
|
11081
|
+
# An array of policy summary objects that match the specified
|
|
11082
|
+
# criteria. Each summary contains resource identifiers, status, and
|
|
11083
|
+
# timestamps without customer-encrypted content.
|
|
11084
|
+
# @return [Array<Types::PolicySummary>]
|
|
11085
|
+
#
|
|
11086
|
+
# @!attribute [rw] next_token
|
|
11087
|
+
# A pagination token that can be used in subsequent
|
|
11088
|
+
# [ListPolicySummaries][1] calls to retrieve additional results. This
|
|
11089
|
+
# token is only present when there are more results available.
|
|
11090
|
+
#
|
|
11091
|
+
#
|
|
11092
|
+
#
|
|
11093
|
+
# [1]: https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicySummaries.html
|
|
11094
|
+
# @return [String]
|
|
11095
|
+
#
|
|
11096
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListPolicySummariesResponse AWS API Documentation
|
|
10732
11097
|
#
|
|
10733
|
-
class
|
|
10734
|
-
:
|
|
11098
|
+
class ListPolicySummariesResponse < Struct.new(
|
|
11099
|
+
:policies,
|
|
10735
11100
|
:next_token)
|
|
10736
11101
|
SENSITIVE = []
|
|
10737
11102
|
include Aws::Structure
|
|
@@ -10757,12 +11122,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
10757
11122
|
# `DELETING`, and `DELETE_FAILED`.
|
|
10758
11123
|
# @return [String]
|
|
10759
11124
|
#
|
|
11125
|
+
# @!attribute [rw] authorizer_type
|
|
11126
|
+
# Filter registries by their authorizer type. Possible values are
|
|
11127
|
+
# `CUSTOM_JWT` and `AWS_IAM`. For more information about authorizer
|
|
11128
|
+
# types, see the `RegistryAuthorizerType` enum.
|
|
11129
|
+
# @return [String]
|
|
11130
|
+
#
|
|
10760
11131
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListRegistriesRequest AWS API Documentation
|
|
10761
11132
|
#
|
|
10762
11133
|
class ListRegistriesRequest < Struct.new(
|
|
10763
11134
|
:max_results,
|
|
10764
11135
|
:next_token,
|
|
10765
|
-
:status
|
|
11136
|
+
:status,
|
|
11137
|
+
:authorizer_type)
|
|
10766
11138
|
SENSITIVE = []
|
|
10767
11139
|
include Aws::Structure
|
|
10768
11140
|
end
|
|
@@ -11101,8 +11473,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
11101
11473
|
end
|
|
11102
11474
|
|
|
11103
11475
|
# Union for principal matching. Currently supports IAM principal ARN
|
|
11104
|
-
# glob matching.
|
|
11105
|
-
# client ID).
|
|
11476
|
+
# glob matching.
|
|
11106
11477
|
#
|
|
11107
11478
|
# @note MatchPrincipalEntry is a union - when making an API calls you must set exactly one of the members.
|
|
11108
11479
|
#
|
|
@@ -11427,7 +11798,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
11427
11798
|
# @return [String]
|
|
11428
11799
|
#
|
|
11429
11800
|
# @!attribute [rw] namespaces
|
|
11430
|
-
# The namespaces associated with the
|
|
11801
|
+
# This is a legacy parameter. The namespaces associated with the
|
|
11802
|
+
# memory strategy.
|
|
11431
11803
|
# @return [Array<String>]
|
|
11432
11804
|
#
|
|
11433
11805
|
# @!attribute [rw] namespace_templates
|
|
@@ -11770,7 +12142,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
11770
12142
|
# @return [String]
|
|
11771
12143
|
#
|
|
11772
12144
|
# @!attribute [rw] namespaces
|
|
11773
|
-
#
|
|
12145
|
+
# This is a legacy parameter, use `namespaceTemplates`. The updated
|
|
12146
|
+
# namespaces for the memory strategy.
|
|
11774
12147
|
# @return [Array<String>]
|
|
11775
12148
|
#
|
|
11776
12149
|
# @!attribute [rw] namespace_templates
|
|
@@ -11993,6 +12366,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
11993
12366
|
#
|
|
11994
12367
|
# * `AUTHORIZATION_CODE` - Authorization with a token that is specific
|
|
11995
12368
|
# to an individual end user.
|
|
12369
|
+
#
|
|
12370
|
+
# * `TOKEN_EXCHANGE` - Authorization using on-behalf-of token
|
|
12371
|
+
# exchange. An inbound user token is exchanged for a downstream
|
|
12372
|
+
# access token scoped to the target audience.
|
|
11996
12373
|
# @return [String]
|
|
11997
12374
|
#
|
|
11998
12375
|
# @!attribute [rw] default_return_url
|
|
@@ -12408,8 +12785,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
12408
12785
|
# @return [String]
|
|
12409
12786
|
#
|
|
12410
12787
|
# @!attribute [rw] credential_provider_vendor
|
|
12411
|
-
#
|
|
12412
|
-
# protocols
|
|
12788
|
+
# The vendor type for the payment credential provider.
|
|
12413
12789
|
# @return [String]
|
|
12414
12790
|
#
|
|
12415
12791
|
# @!attribute [rw] credential_provider_arn
|
|
@@ -12498,17 +12874,17 @@ module Aws::BedrockAgentCoreControl
|
|
|
12498
12874
|
include Aws::Structure
|
|
12499
12875
|
end
|
|
12500
12876
|
|
|
12501
|
-
#
|
|
12877
|
+
# Provider configuration input — contains secrets for creation and
|
|
12878
|
+
# update. Varies by vendor type.
|
|
12502
12879
|
#
|
|
12503
12880
|
# @note PaymentProviderConfigurationInput is a union - when making an API calls you must set exactly one of the members.
|
|
12504
12881
|
#
|
|
12505
12882
|
# @!attribute [rw] coinbase_cdp_configuration
|
|
12506
|
-
# Coinbase CDP configuration
|
|
12507
|
-
# Developer Platform
|
|
12883
|
+
# The Coinbase CDP configuration.
|
|
12508
12884
|
# @return [Types::CoinbaseCdpConfigurationInput]
|
|
12509
12885
|
#
|
|
12510
12886
|
# @!attribute [rw] stripe_privy_configuration
|
|
12511
|
-
#
|
|
12887
|
+
# The Stripe Privy configuration.
|
|
12512
12888
|
# @return [Types::StripePrivyConfigurationInput]
|
|
12513
12889
|
#
|
|
12514
12890
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PaymentProviderConfigurationInput AWS API Documentation
|
|
@@ -12526,16 +12902,17 @@ module Aws::BedrockAgentCoreControl
|
|
|
12526
12902
|
class Unknown < PaymentProviderConfigurationInput; end
|
|
12527
12903
|
end
|
|
12528
12904
|
|
|
12529
|
-
#
|
|
12905
|
+
# Provider configuration output — no raw secrets, only ARNs. Varies by
|
|
12906
|
+
# vendor type.
|
|
12530
12907
|
#
|
|
12531
12908
|
# @note PaymentProviderConfigurationOutput is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of PaymentProviderConfigurationOutput corresponding to the set member.
|
|
12532
12909
|
#
|
|
12533
12910
|
# @!attribute [rw] coinbase_cdp_configuration
|
|
12534
|
-
# Coinbase CDP configuration
|
|
12911
|
+
# The Coinbase CDP configuration.
|
|
12535
12912
|
# @return [Types::CoinbaseCdpConfigurationOutput]
|
|
12536
12913
|
#
|
|
12537
12914
|
# @!attribute [rw] stripe_privy_configuration
|
|
12538
|
-
#
|
|
12915
|
+
# The Stripe Privy configuration.
|
|
12539
12916
|
# @return [Types::StripePrivyConfigurationOutput]
|
|
12540
12917
|
#
|
|
12541
12918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PaymentProviderConfigurationOutput AWS API Documentation
|
|
@@ -12584,18 +12961,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
12584
12961
|
# management.
|
|
12585
12962
|
# @return [String]
|
|
12586
12963
|
#
|
|
12587
|
-
# @!attribute [rw] definition
|
|
12588
|
-
# The Cedar policy statement that defines the access control rules.
|
|
12589
|
-
# This contains the actual policy logic used for agent behavior
|
|
12590
|
-
# control and access decisions.
|
|
12591
|
-
# @return [Types::PolicyDefinition]
|
|
12592
|
-
#
|
|
12593
|
-
# @!attribute [rw] description
|
|
12594
|
-
# A human-readable description of the policy's purpose and
|
|
12595
|
-
# functionality. Limited to 4,096 characters, this helps
|
|
12596
|
-
# administrators understand and manage the policy.
|
|
12597
|
-
# @return [String]
|
|
12598
|
-
#
|
|
12599
12964
|
# @!attribute [rw] created_at
|
|
12600
12965
|
# The timestamp when the policy was originally created. This is
|
|
12601
12966
|
# automatically set by the service and used for auditing and lifecycle
|
|
@@ -12617,6 +12982,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
12617
12982
|
# The current status of the policy.
|
|
12618
12983
|
# @return [String]
|
|
12619
12984
|
#
|
|
12985
|
+
# @!attribute [rw] definition
|
|
12986
|
+
# The Cedar policy statement that defines the access control rules.
|
|
12987
|
+
# This contains the actual policy logic used for agent behavior
|
|
12988
|
+
# control and access decisions.
|
|
12989
|
+
# @return [Types::PolicyDefinition]
|
|
12990
|
+
#
|
|
12991
|
+
# @!attribute [rw] description
|
|
12992
|
+
# A human-readable description of the policy's purpose and
|
|
12993
|
+
# functionality. Limited to 4,096 characters, this helps
|
|
12994
|
+
# administrators understand and manage the policy.
|
|
12995
|
+
# @return [String]
|
|
12996
|
+
#
|
|
12620
12997
|
# @!attribute [rw] status_reasons
|
|
12621
12998
|
# Additional information about the policy status. This provides
|
|
12622
12999
|
# details about any failures or the current state of the policy
|
|
@@ -12629,12 +13006,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
12629
13006
|
:policy_id,
|
|
12630
13007
|
:name,
|
|
12631
13008
|
:policy_engine_id,
|
|
12632
|
-
:definition,
|
|
12633
|
-
:description,
|
|
12634
13009
|
:created_at,
|
|
12635
13010
|
:updated_at,
|
|
12636
13011
|
:policy_arn,
|
|
12637
13012
|
:status,
|
|
13013
|
+
:definition,
|
|
13014
|
+
:description,
|
|
12638
13015
|
:status_reasons)
|
|
12639
13016
|
SENSITIVE = [:description]
|
|
12640
13017
|
include Aws::Structure
|
|
@@ -12713,13 +13090,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
12713
13090
|
# cannot exceed 48 characters.
|
|
12714
13091
|
# @return [String]
|
|
12715
13092
|
#
|
|
12716
|
-
# @!attribute [rw] description
|
|
12717
|
-
# A human-readable description of the policy engine's purpose and
|
|
12718
|
-
# scope. Limited to 4,096 characters, this helps administrators
|
|
12719
|
-
# understand the policy engine's role in the overall governance
|
|
12720
|
-
# strategy.
|
|
12721
|
-
# @return [String]
|
|
12722
|
-
#
|
|
12723
13093
|
# @!attribute [rw] created_at
|
|
12724
13094
|
# The timestamp when the policy engine was originally created. This is
|
|
12725
13095
|
# automatically set by the service and used for auditing and lifecycle
|
|
@@ -12742,30 +13112,86 @@ module Aws::BedrockAgentCoreControl
|
|
|
12742
13112
|
# The current status of the policy engine.
|
|
12743
13113
|
# @return [String]
|
|
12744
13114
|
#
|
|
13115
|
+
# @!attribute [rw] encryption_key_arn
|
|
13116
|
+
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
13117
|
+
# policy engine data.
|
|
13118
|
+
# @return [String]
|
|
13119
|
+
#
|
|
13120
|
+
# @!attribute [rw] description
|
|
13121
|
+
# A human-readable description of the policy engine's purpose and
|
|
13122
|
+
# scope. Limited to 4,096 characters, this helps administrators
|
|
13123
|
+
# understand the policy engine's role in the overall governance
|
|
13124
|
+
# strategy.
|
|
13125
|
+
# @return [String]
|
|
13126
|
+
#
|
|
12745
13127
|
# @!attribute [rw] status_reasons
|
|
12746
13128
|
# Additional information about the policy engine status. This provides
|
|
12747
13129
|
# details about any failures or the current state of the policy engine
|
|
12748
13130
|
# lifecycle.
|
|
12749
13131
|
# @return [Array<String>]
|
|
12750
13132
|
#
|
|
13133
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PolicyEngine AWS API Documentation
|
|
13134
|
+
#
|
|
13135
|
+
class PolicyEngine < Struct.new(
|
|
13136
|
+
:policy_engine_id,
|
|
13137
|
+
:name,
|
|
13138
|
+
:created_at,
|
|
13139
|
+
:updated_at,
|
|
13140
|
+
:policy_engine_arn,
|
|
13141
|
+
:status,
|
|
13142
|
+
:encryption_key_arn,
|
|
13143
|
+
:description,
|
|
13144
|
+
:status_reasons)
|
|
13145
|
+
SENSITIVE = [:description]
|
|
13146
|
+
include Aws::Structure
|
|
13147
|
+
end
|
|
13148
|
+
|
|
13149
|
+
# Represents a metadata-only summary of a policy engine resource. This
|
|
13150
|
+
# structure contains resource identifiers, status, and timestamps
|
|
13151
|
+
# without customer-encrypted fields such as description or status
|
|
13152
|
+
# reasons. Policy engine summaries are returned by operations that do
|
|
13153
|
+
# not require access to the customer's KMS key.
|
|
13154
|
+
#
|
|
13155
|
+
# @!attribute [rw] policy_engine_id
|
|
13156
|
+
# The unique identifier for the policy engine.
|
|
13157
|
+
# @return [String]
|
|
13158
|
+
#
|
|
13159
|
+
# @!attribute [rw] name
|
|
13160
|
+
# The customer-assigned name of the policy engine.
|
|
13161
|
+
# @return [String]
|
|
13162
|
+
#
|
|
13163
|
+
# @!attribute [rw] created_at
|
|
13164
|
+
# The timestamp when the policy engine was originally created.
|
|
13165
|
+
# @return [Time]
|
|
13166
|
+
#
|
|
13167
|
+
# @!attribute [rw] updated_at
|
|
13168
|
+
# The timestamp when the policy engine was last modified.
|
|
13169
|
+
# @return [Time]
|
|
13170
|
+
#
|
|
13171
|
+
# @!attribute [rw] policy_engine_arn
|
|
13172
|
+
# The Amazon Resource Name (ARN) of the policy engine.
|
|
13173
|
+
# @return [String]
|
|
13174
|
+
#
|
|
13175
|
+
# @!attribute [rw] status
|
|
13176
|
+
# The current status of the policy engine.
|
|
13177
|
+
# @return [String]
|
|
13178
|
+
#
|
|
12751
13179
|
# @!attribute [rw] encryption_key_arn
|
|
12752
13180
|
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
12753
13181
|
# policy engine data.
|
|
12754
13182
|
# @return [String]
|
|
12755
13183
|
#
|
|
12756
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/
|
|
13184
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PolicyEngineSummary AWS API Documentation
|
|
12757
13185
|
#
|
|
12758
|
-
class
|
|
13186
|
+
class PolicyEngineSummary < Struct.new(
|
|
12759
13187
|
:policy_engine_id,
|
|
12760
13188
|
:name,
|
|
12761
|
-
:description,
|
|
12762
13189
|
:created_at,
|
|
12763
13190
|
:updated_at,
|
|
12764
13191
|
:policy_engine_arn,
|
|
12765
13192
|
:status,
|
|
12766
|
-
:status_reasons,
|
|
12767
13193
|
:encryption_key_arn)
|
|
12768
|
-
SENSITIVE = [
|
|
13194
|
+
SENSITIVE = []
|
|
12769
13195
|
include Aws::Structure
|
|
12770
13196
|
end
|
|
12771
13197
|
|
|
@@ -12815,14 +13241,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
12815
13241
|
# The current status of this policy generation request.
|
|
12816
13242
|
# @return [String]
|
|
12817
13243
|
#
|
|
12818
|
-
# @!attribute [rw] status_reasons
|
|
12819
|
-
# Additional information about the generation status.
|
|
12820
|
-
# @return [Array<String>]
|
|
12821
|
-
#
|
|
12822
13244
|
# @!attribute [rw] findings
|
|
12823
13245
|
# Findings and insights from this policy generation process.
|
|
12824
13246
|
# @return [String]
|
|
12825
13247
|
#
|
|
13248
|
+
# @!attribute [rw] status_reasons
|
|
13249
|
+
# Additional information about the generation status.
|
|
13250
|
+
# @return [Array<String>]
|
|
13251
|
+
#
|
|
12826
13252
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PolicyGeneration AWS API Documentation
|
|
12827
13253
|
#
|
|
12828
13254
|
class PolicyGeneration < Struct.new(
|
|
@@ -12834,8 +13260,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
12834
13260
|
:created_at,
|
|
12835
13261
|
:updated_at,
|
|
12836
13262
|
:status,
|
|
12837
|
-
:
|
|
12838
|
-
:
|
|
13263
|
+
:findings,
|
|
13264
|
+
:status_reasons)
|
|
12839
13265
|
SENSITIVE = []
|
|
12840
13266
|
include Aws::Structure
|
|
12841
13267
|
end
|
|
@@ -12916,6 +13342,113 @@ module Aws::BedrockAgentCoreControl
|
|
|
12916
13342
|
include Aws::Structure
|
|
12917
13343
|
end
|
|
12918
13344
|
|
|
13345
|
+
# Represents a metadata-only summary of a policy generation resource.
|
|
13346
|
+
# This structure contains resource identifiers, status, timestamps, and
|
|
13347
|
+
# findings without customer-encrypted fields such as status reasons.
|
|
13348
|
+
# Policy generation summaries are returned by operations that do not
|
|
13349
|
+
# require access to the customer's KMS key.
|
|
13350
|
+
#
|
|
13351
|
+
# @!attribute [rw] policy_engine_id
|
|
13352
|
+
# The identifier of the policy engine associated with this generation
|
|
13353
|
+
# request.
|
|
13354
|
+
# @return [String]
|
|
13355
|
+
#
|
|
13356
|
+
# @!attribute [rw] policy_generation_id
|
|
13357
|
+
# The unique identifier for this policy generation request.
|
|
13358
|
+
# @return [String]
|
|
13359
|
+
#
|
|
13360
|
+
# @!attribute [rw] name
|
|
13361
|
+
# The customer-assigned name for this policy generation request.
|
|
13362
|
+
# @return [String]
|
|
13363
|
+
#
|
|
13364
|
+
# @!attribute [rw] policy_generation_arn
|
|
13365
|
+
# The ARN of this policy generation request.
|
|
13366
|
+
# @return [String]
|
|
13367
|
+
#
|
|
13368
|
+
# @!attribute [rw] resource
|
|
13369
|
+
# The resource information associated with this policy generation.
|
|
13370
|
+
# @return [Types::Resource]
|
|
13371
|
+
#
|
|
13372
|
+
# @!attribute [rw] created_at
|
|
13373
|
+
# The timestamp when this policy generation request was created.
|
|
13374
|
+
# @return [Time]
|
|
13375
|
+
#
|
|
13376
|
+
# @!attribute [rw] updated_at
|
|
13377
|
+
# The timestamp when this policy generation was last updated.
|
|
13378
|
+
# @return [Time]
|
|
13379
|
+
#
|
|
13380
|
+
# @!attribute [rw] status
|
|
13381
|
+
# The current status of this policy generation request.
|
|
13382
|
+
# @return [String]
|
|
13383
|
+
#
|
|
13384
|
+
# @!attribute [rw] findings
|
|
13385
|
+
# Findings and insights from this policy generation process.
|
|
13386
|
+
# @return [String]
|
|
13387
|
+
#
|
|
13388
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PolicyGenerationSummary AWS API Documentation
|
|
13389
|
+
#
|
|
13390
|
+
class PolicyGenerationSummary < Struct.new(
|
|
13391
|
+
:policy_engine_id,
|
|
13392
|
+
:policy_generation_id,
|
|
13393
|
+
:name,
|
|
13394
|
+
:policy_generation_arn,
|
|
13395
|
+
:resource,
|
|
13396
|
+
:created_at,
|
|
13397
|
+
:updated_at,
|
|
13398
|
+
:status,
|
|
13399
|
+
:findings)
|
|
13400
|
+
SENSITIVE = []
|
|
13401
|
+
include Aws::Structure
|
|
13402
|
+
end
|
|
13403
|
+
|
|
13404
|
+
# Represents a metadata-only summary of a policy resource. This
|
|
13405
|
+
# structure contains resource identifiers, status, and timestamps
|
|
13406
|
+
# without customer-encrypted fields such as definition, description, or
|
|
13407
|
+
# status reasons. Policy summaries are returned by operations that do
|
|
13408
|
+
# not require access to the customer's KMS key.
|
|
13409
|
+
#
|
|
13410
|
+
# @!attribute [rw] policy_id
|
|
13411
|
+
# The unique identifier for the policy.
|
|
13412
|
+
# @return [String]
|
|
13413
|
+
#
|
|
13414
|
+
# @!attribute [rw] name
|
|
13415
|
+
# The customer-assigned name of the policy.
|
|
13416
|
+
# @return [String]
|
|
13417
|
+
#
|
|
13418
|
+
# @!attribute [rw] policy_engine_id
|
|
13419
|
+
# The identifier of the policy engine that manages this policy.
|
|
13420
|
+
# @return [String]
|
|
13421
|
+
#
|
|
13422
|
+
# @!attribute [rw] created_at
|
|
13423
|
+
# The timestamp when the policy was originally created.
|
|
13424
|
+
# @return [Time]
|
|
13425
|
+
#
|
|
13426
|
+
# @!attribute [rw] updated_at
|
|
13427
|
+
# The timestamp when the policy was last modified.
|
|
13428
|
+
# @return [Time]
|
|
13429
|
+
#
|
|
13430
|
+
# @!attribute [rw] policy_arn
|
|
13431
|
+
# The Amazon Resource Name (ARN) of the policy.
|
|
13432
|
+
# @return [String]
|
|
13433
|
+
#
|
|
13434
|
+
# @!attribute [rw] status
|
|
13435
|
+
# The current status of the policy.
|
|
13436
|
+
# @return [String]
|
|
13437
|
+
#
|
|
13438
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/PolicySummary AWS API Documentation
|
|
13439
|
+
#
|
|
13440
|
+
class PolicySummary < Struct.new(
|
|
13441
|
+
:policy_id,
|
|
13442
|
+
:name,
|
|
13443
|
+
:policy_engine_id,
|
|
13444
|
+
:created_at,
|
|
13445
|
+
:updated_at,
|
|
13446
|
+
:policy_arn,
|
|
13447
|
+
:status)
|
|
13448
|
+
SENSITIVE = []
|
|
13449
|
+
include Aws::Structure
|
|
13450
|
+
end
|
|
13451
|
+
|
|
12919
13452
|
# The private endpoint configuration for a gateway target. Defines how
|
|
12920
13453
|
# the gateway connects to private resources in your VPC.
|
|
12921
13454
|
#
|
|
@@ -13861,7 +14394,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
13861
14394
|
# @return [String]
|
|
13862
14395
|
#
|
|
13863
14396
|
# @!attribute [rw] namespaces
|
|
13864
|
-
#
|
|
14397
|
+
# This is a legacy parameter, use `namespaceTemplates`. The namespaces
|
|
14398
|
+
# associated with the semantic memory strategy.
|
|
13865
14399
|
# @return [Array<String>]
|
|
13866
14400
|
#
|
|
13867
14401
|
# @!attribute [rw] namespace_templates
|
|
@@ -14240,14 +14774,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
14240
14774
|
# The initial status of the policy generation request.
|
|
14241
14775
|
# @return [String]
|
|
14242
14776
|
#
|
|
14243
|
-
# @!attribute [rw] status_reasons
|
|
14244
|
-
# Additional information about the generation status.
|
|
14245
|
-
# @return [Array<String>]
|
|
14246
|
-
#
|
|
14247
14777
|
# @!attribute [rw] findings
|
|
14248
14778
|
# Initial findings from the policy generation process.
|
|
14249
14779
|
# @return [String]
|
|
14250
14780
|
#
|
|
14781
|
+
# @!attribute [rw] status_reasons
|
|
14782
|
+
# Additional information about the generation status.
|
|
14783
|
+
# @return [Array<String>]
|
|
14784
|
+
#
|
|
14251
14785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/StartPolicyGenerationResponse AWS API Documentation
|
|
14252
14786
|
#
|
|
14253
14787
|
class StartPolicyGenerationResponse < Struct.new(
|
|
@@ -14259,8 +14793,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
14259
14793
|
:created_at,
|
|
14260
14794
|
:updated_at,
|
|
14261
14795
|
:status,
|
|
14262
|
-
:
|
|
14263
|
-
:
|
|
14796
|
+
:findings,
|
|
14797
|
+
:status_reasons)
|
|
14264
14798
|
SENSITIVE = []
|
|
14265
14799
|
include Aws::Structure
|
|
14266
14800
|
end
|
|
@@ -14419,7 +14953,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
14419
14953
|
include Aws::Structure
|
|
14420
14954
|
end
|
|
14421
14955
|
|
|
14422
|
-
#
|
|
14956
|
+
# Stripe Privy configuration — credentials provided by Stripe and Privy.
|
|
14423
14957
|
#
|
|
14424
14958
|
# @!attribute [rw] app_id
|
|
14425
14959
|
# The app ID provided by Privy.
|
|
@@ -14448,7 +14982,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
14448
14982
|
include Aws::Structure
|
|
14449
14983
|
end
|
|
14450
14984
|
|
|
14451
|
-
#
|
|
14985
|
+
# Stripe Privy configuration output with secret ARNs.
|
|
14452
14986
|
#
|
|
14453
14987
|
# @!attribute [rw] app_id
|
|
14454
14988
|
# The app ID provided by Privy.
|
|
@@ -14561,7 +15095,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
14561
15095
|
# @return [String]
|
|
14562
15096
|
#
|
|
14563
15097
|
# @!attribute [rw] namespaces
|
|
14564
|
-
#
|
|
15098
|
+
# This is a legacy parameter, use `namespaceTemplates`. The namespaces
|
|
15099
|
+
# associated with the summary memory strategy.
|
|
14565
15100
|
# @return [Array<String>]
|
|
14566
15101
|
#
|
|
14567
15102
|
# @!attribute [rw] namespace_templates
|
|
@@ -16504,12 +17039,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
16504
17039
|
# @return [String]
|
|
16505
17040
|
#
|
|
16506
17041
|
# @!attribute [rw] credential_provider_vendor
|
|
16507
|
-
#
|
|
16508
|
-
#
|
|
17042
|
+
# The vendor type for the payment credential provider (e.g.,
|
|
17043
|
+
# CoinbaseCDP, StripePrivy).
|
|
16509
17044
|
# @return [String]
|
|
16510
17045
|
#
|
|
16511
17046
|
# @!attribute [rw] provider_configuration_input
|
|
16512
|
-
# Configuration specific to the vendor, including API credentials
|
|
17047
|
+
# Configuration specific to the vendor, including API credentials.
|
|
16513
17048
|
# @return [Types::PaymentProviderConfigurationInput]
|
|
16514
17049
|
#
|
|
16515
17050
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdatePaymentCredentialProviderRequest AWS API Documentation
|
|
@@ -16527,8 +17062,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
16527
17062
|
# @return [String]
|
|
16528
17063
|
#
|
|
16529
17064
|
# @!attribute [rw] credential_provider_vendor
|
|
16530
|
-
#
|
|
16531
|
-
# protocols
|
|
17065
|
+
# The vendor type for the updated payment credential provider.
|
|
16532
17066
|
# @return [String]
|
|
16533
17067
|
#
|
|
16534
17068
|
# @!attribute [rw] credential_provider_arn
|
|
@@ -16538,7 +17072,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
16538
17072
|
#
|
|
16539
17073
|
# @!attribute [rw] provider_configuration_output
|
|
16540
17074
|
# Output configuration (contains secret ARNs, excludes actual secret
|
|
16541
|
-
# values)
|
|
17075
|
+
# values).
|
|
16542
17076
|
# @return [Types::PaymentProviderConfigurationOutput]
|
|
16543
17077
|
#
|
|
16544
17078
|
# @!attribute [rw] created_time
|
|
@@ -16687,10 +17221,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
16687
17221
|
# The name of the updated policy engine.
|
|
16688
17222
|
# @return [String]
|
|
16689
17223
|
#
|
|
16690
|
-
# @!attribute [rw] description
|
|
16691
|
-
# The updated description of the policy engine.
|
|
16692
|
-
# @return [String]
|
|
16693
|
-
#
|
|
16694
17224
|
# @!attribute [rw] created_at
|
|
16695
17225
|
# The original creation timestamp of the policy engine.
|
|
16696
17226
|
# @return [Time]
|
|
@@ -16707,27 +17237,31 @@ module Aws::BedrockAgentCoreControl
|
|
|
16707
17237
|
# The current status of the updated policy engine.
|
|
16708
17238
|
# @return [String]
|
|
16709
17239
|
#
|
|
16710
|
-
# @!attribute [rw] status_reasons
|
|
16711
|
-
# Additional information about the update status.
|
|
16712
|
-
# @return [Array<String>]
|
|
16713
|
-
#
|
|
16714
17240
|
# @!attribute [rw] encryption_key_arn
|
|
16715
17241
|
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
16716
17242
|
# policy engine data.
|
|
16717
17243
|
# @return [String]
|
|
16718
17244
|
#
|
|
17245
|
+
# @!attribute [rw] description
|
|
17246
|
+
# The updated description of the policy engine.
|
|
17247
|
+
# @return [String]
|
|
17248
|
+
#
|
|
17249
|
+
# @!attribute [rw] status_reasons
|
|
17250
|
+
# Additional information about the update status.
|
|
17251
|
+
# @return [Array<String>]
|
|
17252
|
+
#
|
|
16719
17253
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdatePolicyEngineResponse AWS API Documentation
|
|
16720
17254
|
#
|
|
16721
17255
|
class UpdatePolicyEngineResponse < Struct.new(
|
|
16722
17256
|
:policy_engine_id,
|
|
16723
17257
|
:name,
|
|
16724
|
-
:description,
|
|
16725
17258
|
:created_at,
|
|
16726
17259
|
:updated_at,
|
|
16727
17260
|
:policy_engine_arn,
|
|
16728
17261
|
:status,
|
|
16729
|
-
:
|
|
16730
|
-
:
|
|
17262
|
+
:encryption_key_arn,
|
|
17263
|
+
:description,
|
|
17264
|
+
:status_reasons)
|
|
16731
17265
|
SENSITIVE = [:description]
|
|
16732
17266
|
include Aws::Structure
|
|
16733
17267
|
end
|
|
@@ -16790,14 +17324,6 @@ module Aws::BedrockAgentCoreControl
|
|
|
16790
17324
|
# The identifier of the policy engine managing the updated policy.
|
|
16791
17325
|
# @return [String]
|
|
16792
17326
|
#
|
|
16793
|
-
# @!attribute [rw] definition
|
|
16794
|
-
# The updated Cedar policy statement.
|
|
16795
|
-
# @return [Types::PolicyDefinition]
|
|
16796
|
-
#
|
|
16797
|
-
# @!attribute [rw] description
|
|
16798
|
-
# The updated description of the policy.
|
|
16799
|
-
# @return [String]
|
|
16800
|
-
#
|
|
16801
17327
|
# @!attribute [rw] created_at
|
|
16802
17328
|
# The original creation timestamp of the policy.
|
|
16803
17329
|
# @return [Time]
|
|
@@ -16814,6 +17340,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
16814
17340
|
# The current status of the updated policy.
|
|
16815
17341
|
# @return [String]
|
|
16816
17342
|
#
|
|
17343
|
+
# @!attribute [rw] definition
|
|
17344
|
+
# The updated Cedar policy statement.
|
|
17345
|
+
# @return [Types::PolicyDefinition]
|
|
17346
|
+
#
|
|
17347
|
+
# @!attribute [rw] description
|
|
17348
|
+
# The updated description of the policy.
|
|
17349
|
+
# @return [String]
|
|
17350
|
+
#
|
|
16817
17351
|
# @!attribute [rw] status_reasons
|
|
16818
17352
|
# Additional information about the update status.
|
|
16819
17353
|
# @return [Array<String>]
|
|
@@ -16824,12 +17358,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
16824
17358
|
:policy_id,
|
|
16825
17359
|
:name,
|
|
16826
17360
|
:policy_engine_id,
|
|
16827
|
-
:definition,
|
|
16828
|
-
:description,
|
|
16829
17361
|
:created_at,
|
|
16830
17362
|
:updated_at,
|
|
16831
17363
|
:policy_arn,
|
|
16832
17364
|
:status,
|
|
17365
|
+
:definition,
|
|
17366
|
+
:description,
|
|
16833
17367
|
:status_reasons)
|
|
16834
17368
|
SENSITIVE = [:description]
|
|
16835
17369
|
include Aws::Structure
|
|
@@ -17608,7 +18142,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
17608
18142
|
# @return [String]
|
|
17609
18143
|
#
|
|
17610
18144
|
# @!attribute [rw] namespaces
|
|
17611
|
-
#
|
|
18145
|
+
# This is a legacy parameter, use `namespaceTemplates`. The namespaces
|
|
18146
|
+
# associated with the user preference memory strategy.
|
|
17612
18147
|
# @return [Array<String>]
|
|
17613
18148
|
#
|
|
17614
18149
|
# @!attribute [rw] namespace_templates
|
|
@@ -17859,11 +18394,47 @@ module Aws::BedrockAgentCoreControl
|
|
|
17859
18394
|
# The subnets associated with the VPC configuration.
|
|
17860
18395
|
# @return [Array<String>]
|
|
17861
18396
|
#
|
|
18397
|
+
# @!attribute [rw] require_service_s3_endpoint
|
|
18398
|
+
# <note markdown="1"> This field applies only to Agent Runtimes. It is
|
|
18399
|
+
# not applicable to
|
|
18400
|
+
# Browsers or Code Interpreters.
|
|
18401
|
+
#
|
|
18402
|
+
# </note>
|
|
18403
|
+
#
|
|
18404
|
+
# Controls whether a service-managed Amazon S3 gateway endpoint is
|
|
18405
|
+
# provisioned in the VPC network topology for the agent runtime. This
|
|
18406
|
+
# gateway is used by Amazon Bedrock AgentCore Runtime to download code
|
|
18407
|
+
# and container images during agent startup.
|
|
18408
|
+
#
|
|
18409
|
+
# Starting May 5, 2026, Amazon Bedrock AgentCore Runtime is gradually
|
|
18410
|
+
# rolling out a change to how network isolation is configured for VPC
|
|
18411
|
+
# mode agents. Agent runtimes created on or after this rollout will no
|
|
18412
|
+
# longer include the service-managed Amazon S3 gateway. Instead, all
|
|
18413
|
+
# network access, including to Amazon S3, is governed exclusively by
|
|
18414
|
+
# your VPC configuration. This field cannot be set on agent runtimes
|
|
18415
|
+
# created after the rollout. Passing this field in an
|
|
18416
|
+
# `UpdateAgentRuntime` request for these agent runtimes returns a
|
|
18417
|
+
# `ValidationException`.
|
|
18418
|
+
#
|
|
18419
|
+
# Agent runtimes created before the rollout are not affected and
|
|
18420
|
+
# continue to operate with the service-managed Amazon S3 gateway. To
|
|
18421
|
+
# enforce full VPC network isolation on these existing agent runtimes,
|
|
18422
|
+
# set this field to `false` via the `UpdateAgentRuntime` API. Before
|
|
18423
|
+
# opting out, ensure your VPC provides the Amazon S3 access required
|
|
18424
|
+
# for agent startup. If this field is not specified or is set to
|
|
18425
|
+
# `true`, the service-managed Amazon S3 gateway remains provisioned.
|
|
18426
|
+
#
|
|
18427
|
+
# This field is only supported in the `UpdateAgentRuntime` API for
|
|
18428
|
+
# pre-rollout agent runtimes. Passing this field in a
|
|
18429
|
+
# `CreateAgentRuntime` request returns a `ValidationException`.
|
|
18430
|
+
# @return [Boolean]
|
|
18431
|
+
#
|
|
17862
18432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/VpcConfig AWS API Documentation
|
|
17863
18433
|
#
|
|
17864
18434
|
class VpcConfig < Struct.new(
|
|
17865
18435
|
:security_groups,
|
|
17866
|
-
:subnets
|
|
18436
|
+
:subnets,
|
|
18437
|
+
:require_service_s3_endpoint)
|
|
17867
18438
|
SENSITIVE = []
|
|
17868
18439
|
include Aws::Structure
|
|
17869
18440
|
end
|