aws-sdk 2.1657.0 → 2.1659.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.
Files changed (40) hide show
  1. package/README.md +1 -1
  2. package/apis/acm-pca-2017-08-22.min.json +18 -17
  3. package/apis/acm-pca-2017-08-22.paginators.json +4 -4
  4. package/apis/acm-pca-2017-08-22.waiters2.json +62 -74
  5. package/apis/arc-zonal-shift-2022-10-30.min.json +62 -10
  6. package/apis/batch-2016-08-10.min.json +62 -52
  7. package/apis/bedrock-2023-04-20.min.json +140 -86
  8. package/apis/bedrock-agent-2023-06-05.min.json +1991 -171
  9. package/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
  10. package/apis/bedrock-agent-runtime-2023-07-26.min.json +642 -216
  11. package/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
  12. package/apis/bedrock-runtime-2023-09-30.min.json +329 -192
  13. package/apis/ec2-2016-11-15.min.json +79 -67
  14. package/apis/glue-2017-03-31.min.json +407 -368
  15. package/apis/groundstation-2019-05-23.min.json +7 -1
  16. package/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
  17. package/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
  18. package/apis/mediaconnect-2018-11-14.min.json +106 -94
  19. package/apis/pinpoint-2016-12-01.min.json +4 -1
  20. package/apis/quicksight-2018-04-01.min.json +1783 -1313
  21. package/clients/acmpca.d.ts +39 -39
  22. package/clients/arczonalshift.d.ts +66 -29
  23. package/clients/batch.d.ts +12 -0
  24. package/clients/bedrock.d.ts +63 -14
  25. package/clients/bedrockagent.d.ts +2172 -171
  26. package/clients/bedrockagentruntime.d.ts +396 -11
  27. package/clients/bedrockruntime.d.ts +149 -6
  28. package/clients/ec2.d.ts +28 -3
  29. package/clients/glue.d.ts +48 -1
  30. package/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
  31. package/clients/mediaconnect.d.ts +13 -0
  32. package/clients/quicksight.d.ts +609 -0
  33. package/dist/aws-sdk-core-react-native.js +1 -1
  34. package/dist/aws-sdk-react-native.js +71 -26
  35. package/dist/aws-sdk.js +133 -76
  36. package/dist/aws-sdk.min.js +76 -76
  37. package/lib/core.js +1 -1
  38. package/lib/services/s3.js +51 -6
  39. package/package.json +1 -1
  40. package/scripts/region-checker/allowlist.js +7 -7
@@ -20,11 +20,11 @@ declare class Bedrock extends Service {
20
20
  */
21
21
  createEvaluationJob(callback?: (err: AWSError, data: Bedrock.Types.CreateEvaluationJobResponse) => void): Request<Bedrock.Types.CreateEvaluationJobResponse, AWSError>;
22
22
  /**
23
- * Creates a guardrail to block topics and to filter out harmful content. Specify a name and optional description. Specify messages for when the guardrail successfully blocks a prompt or a model response in the blockedInputMessaging and blockedOutputsMessaging fields. Specify topics for the guardrail to deny in the topicPolicyConfig object. Each GuardrailTopicConfig object in the topicsConfig list pertains to one topic. Give a name and description so that the guardrail can properly identify the topic. Specify DENY in the type field. (Optional) Provide up to five prompts that you would categorize as belonging to the topic in the examples list. Specify filter strengths for the harmful categories defined in Amazon Bedrock in the contentPolicyConfig object. Each GuardrailContentFilterConfig object in the filtersConfig list pertains to a harmful category. For more information, see Content filters. For more information about the fields in a content filter, see GuardrailContentFilterConfig. Specify the category in the type field. Specify the strength of the filter for prompts in the inputStrength field and for model responses in the strength field of the GuardrailContentFilterConfig. (Optional) For security, include the ARN of a KMS key in the kmsKeyId field. (Optional) Attach any tags to the guardrail in the tags object. For more information, see Tag resources.
23
+ * Creates a guardrail to block topics and to implement safeguards for your generative AI applications. You can configure the following policies in a guardrail to avoid undesirable and harmful content, filter out denied topics and words, and remove sensitive information for privacy protection. Content filters - Adjust filter strengths to block input prompts or model responses containing harmful content. Denied topics - Define a set of topics that are undesirable in the context of your application. These topics will be blocked if detected in user queries or model responses. Word filters - Configure filters to block undesirable words, phrases, and profanity. Such words can include offensive terms, competitor names etc. Sensitive information filters - Block or mask sensitive information such as personally identifiable information (PII) or custom regex in user inputs and model responses. In addition to the above policies, you can also configure the messages to be returned to the user if a user input or model response is in violation of the policies defined in the guardrail. For more information, see Guardrails for Amazon Bedrock in the Amazon Bedrock User Guide.
24
24
  */
25
25
  createGuardrail(params: Bedrock.Types.CreateGuardrailRequest, callback?: (err: AWSError, data: Bedrock.Types.CreateGuardrailResponse) => void): Request<Bedrock.Types.CreateGuardrailResponse, AWSError>;
26
26
  /**
27
- * Creates a guardrail to block topics and to filter out harmful content. Specify a name and optional description. Specify messages for when the guardrail successfully blocks a prompt or a model response in the blockedInputMessaging and blockedOutputsMessaging fields. Specify topics for the guardrail to deny in the topicPolicyConfig object. Each GuardrailTopicConfig object in the topicsConfig list pertains to one topic. Give a name and description so that the guardrail can properly identify the topic. Specify DENY in the type field. (Optional) Provide up to five prompts that you would categorize as belonging to the topic in the examples list. Specify filter strengths for the harmful categories defined in Amazon Bedrock in the contentPolicyConfig object. Each GuardrailContentFilterConfig object in the filtersConfig list pertains to a harmful category. For more information, see Content filters. For more information about the fields in a content filter, see GuardrailContentFilterConfig. Specify the category in the type field. Specify the strength of the filter for prompts in the inputStrength field and for model responses in the strength field of the GuardrailContentFilterConfig. (Optional) For security, include the ARN of a KMS key in the kmsKeyId field. (Optional) Attach any tags to the guardrail in the tags object. For more information, see Tag resources.
27
+ * Creates a guardrail to block topics and to implement safeguards for your generative AI applications. You can configure the following policies in a guardrail to avoid undesirable and harmful content, filter out denied topics and words, and remove sensitive information for privacy protection. Content filters - Adjust filter strengths to block input prompts or model responses containing harmful content. Denied topics - Define a set of topics that are undesirable in the context of your application. These topics will be blocked if detected in user queries or model responses. Word filters - Configure filters to block undesirable words, phrases, and profanity. Such words can include offensive terms, competitor names etc. Sensitive information filters - Block or mask sensitive information such as personally identifiable information (PII) or custom regex in user inputs and model responses. In addition to the above policies, you can also configure the messages to be returned to the user if a user input or model response is in violation of the policies defined in the guardrail. For more information, see Guardrails for Amazon Bedrock in the Amazon Bedrock User Guide.
28
28
  */
29
29
  createGuardrail(callback?: (err: AWSError, data: Bedrock.Types.CreateGuardrailResponse) => void): Request<Bedrock.Types.CreateGuardrailResponse, AWSError>;
30
30
  /**
@@ -236,11 +236,11 @@ declare class Bedrock extends Service {
236
236
  */
237
237
  untagResource(callback?: (err: AWSError, data: Bedrock.Types.UntagResourceResponse) => void): Request<Bedrock.Types.UntagResourceResponse, AWSError>;
238
238
  /**
239
- * Updates a guardrail with the values you specify. Specify a name and optional description. Specify messages for when the guardrail successfully blocks a prompt or a model response in the blockedInputMessaging and blockedOutputsMessaging fields. Specify topics for the guardrail to deny in the topicPolicyConfig object. Each GuardrailTopicConfig object in the topicsConfig list pertains to one topic. Give a name and description so that the guardrail can properly identify the topic. Specify DENY in the type field. (Optional) Provide up to five prompts that you would categorize as belonging to the topic in the examples list. Specify filter strengths for the harmful categories defined in Amazon Bedrock in the contentPolicyConfig object. Each GuardrailContentFilterConfig object in the filtersConfig list pertains to a harmful category. For more information, see Content filters. For more information about the fields in a content filter, see GuardrailContentFilterConfig. Specify the category in the type field. Specify the strength of the filter for prompts in the inputStrength field and for model responses in the strength field of the GuardrailContentFilterConfig. (Optional) For security, include the ARN of a KMS key in the kmsKeyId field. (Optional) Attach any tags to the guardrail in the tags object. For more information, see Tag resources.
239
+ * Updates a guardrail with the values you specify. Specify a name and optional description. Specify messages for when the guardrail successfully blocks a prompt or a model response in the blockedInputMessaging and blockedOutputsMessaging fields. Specify topics for the guardrail to deny in the topicPolicyConfig object. Each GuardrailTopicConfig object in the topicsConfig list pertains to one topic. Give a name and description so that the guardrail can properly identify the topic. Specify DENY in the type field. (Optional) Provide up to five prompts that you would categorize as belonging to the topic in the examples list. Specify filter strengths for the harmful categories defined in Amazon Bedrock in the contentPolicyConfig object. Each GuardrailContentFilterConfig object in the filtersConfig list pertains to a harmful category. For more information, see Content filters. For more information about the fields in a content filter, see GuardrailContentFilterConfig. Specify the category in the type field. Specify the strength of the filter for prompts in the inputStrength field and for model responses in the strength field of the GuardrailContentFilterConfig. (Optional) For security, include the ARN of a KMS key in the kmsKeyId field.
240
240
  */
241
241
  updateGuardrail(params: Bedrock.Types.UpdateGuardrailRequest, callback?: (err: AWSError, data: Bedrock.Types.UpdateGuardrailResponse) => void): Request<Bedrock.Types.UpdateGuardrailResponse, AWSError>;
242
242
  /**
243
- * Updates a guardrail with the values you specify. Specify a name and optional description. Specify messages for when the guardrail successfully blocks a prompt or a model response in the blockedInputMessaging and blockedOutputsMessaging fields. Specify topics for the guardrail to deny in the topicPolicyConfig object. Each GuardrailTopicConfig object in the topicsConfig list pertains to one topic. Give a name and description so that the guardrail can properly identify the topic. Specify DENY in the type field. (Optional) Provide up to five prompts that you would categorize as belonging to the topic in the examples list. Specify filter strengths for the harmful categories defined in Amazon Bedrock in the contentPolicyConfig object. Each GuardrailContentFilterConfig object in the filtersConfig list pertains to a harmful category. For more information, see Content filters. For more information about the fields in a content filter, see GuardrailContentFilterConfig. Specify the category in the type field. Specify the strength of the filter for prompts in the inputStrength field and for model responses in the strength field of the GuardrailContentFilterConfig. (Optional) For security, include the ARN of a KMS key in the kmsKeyId field. (Optional) Attach any tags to the guardrail in the tags object. For more information, see Tag resources.
243
+ * Updates a guardrail with the values you specify. Specify a name and optional description. Specify messages for when the guardrail successfully blocks a prompt or a model response in the blockedInputMessaging and blockedOutputsMessaging fields. Specify topics for the guardrail to deny in the topicPolicyConfig object. Each GuardrailTopicConfig object in the topicsConfig list pertains to one topic. Give a name and description so that the guardrail can properly identify the topic. Specify DENY in the type field. (Optional) Provide up to five prompts that you would categorize as belonging to the topic in the examples list. Specify filter strengths for the harmful categories defined in Amazon Bedrock in the contentPolicyConfig object. Each GuardrailContentFilterConfig object in the filtersConfig list pertains to a harmful category. For more information, see Content filters. For more information about the fields in a content filter, see GuardrailContentFilterConfig. Specify the category in the type field. Specify the strength of the filter for prompts in the inputStrength field and for model responses in the strength field of the GuardrailContentFilterConfig. (Optional) For security, include the ARN of a KMS key in the kmsKeyId field.
244
244
  */
245
245
  updateGuardrail(callback?: (err: AWSError, data: Bedrock.Types.UpdateGuardrailResponse) => void): Request<Bedrock.Types.UpdateGuardrailResponse, AWSError>;
246
246
  /**
@@ -348,6 +348,10 @@ declare namespace Bedrock {
348
348
  * The sensitive information policy to configure for the guardrail.
349
349
  */
350
350
  sensitiveInformationPolicyConfig?: GuardrailSensitiveInformationPolicyConfig;
351
+ /**
352
+ * The contextual grounding policy configuration used to create a guardrail.
353
+ */
354
+ contextualGroundingPolicyConfig?: GuardrailContextualGroundingPolicyConfig;
351
355
  /**
352
356
  * The message to return when the guardrail blocks a prompt.
353
357
  */
@@ -375,11 +379,11 @@ declare namespace Bedrock {
375
379
  */
376
380
  guardrailId: GuardrailId;
377
381
  /**
378
- * The ARN of the guardrail that was created.
382
+ * The ARN of the guardrail.
379
383
  */
380
384
  guardrailArn: GuardrailArn;
381
385
  /**
382
- * The version of the guardrail that was created. This value should be 1.
386
+ * The version of the guardrail that was created. This value will always be DRAFT.
383
387
  */
384
388
  version: GuardrailDraftVersion;
385
389
  /**
@@ -389,7 +393,7 @@ declare namespace Bedrock {
389
393
  }
390
394
  export interface CreateGuardrailVersionRequest {
391
395
  /**
392
- * The unique identifier of the guardrail.
396
+ * The unique identifier of the guardrail. This can be an ID or the ARN.
393
397
  */
394
398
  guardrailIdentifier: GuardrailIdentifier;
395
399
  /**
@@ -547,7 +551,7 @@ declare namespace Bedrock {
547
551
  }
548
552
  export interface DeleteGuardrailRequest {
549
553
  /**
550
- * The unique identifier of the guardrail.
554
+ * The unique identifier of the guardrail. This can be an ID or the ARN.
551
555
  */
552
556
  guardrailIdentifier: GuardrailIdentifier;
553
557
  /**
@@ -920,7 +924,7 @@ declare namespace Bedrock {
920
924
  }
921
925
  export interface GetGuardrailRequest {
922
926
  /**
923
- * The unique identifier of the guardrail for which to get details.
927
+ * The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.
924
928
  */
925
929
  guardrailIdentifier: GuardrailIdentifier;
926
930
  /**
@@ -942,7 +946,7 @@ declare namespace Bedrock {
942
946
  */
943
947
  guardrailId: GuardrailId;
944
948
  /**
945
- * The ARN of the guardrail that was created.
949
+ * The ARN of the guardrail.
946
950
  */
947
951
  guardrailArn: GuardrailArn;
948
952
  /**
@@ -969,6 +973,10 @@ declare namespace Bedrock {
969
973
  * The sensitive information policy that was configured for the guardrail.
970
974
  */
971
975
  sensitiveInformationPolicy?: GuardrailSensitiveInformationPolicy;
976
+ /**
977
+ * The contextual grounding policy used in the guardrail.
978
+ */
979
+ contextualGroundingPolicy?: GuardrailContextualGroundingPolicy;
972
980
  /**
973
981
  * The date and time at which the guardrail was created.
974
982
  */
@@ -1203,6 +1211,43 @@ declare namespace Bedrock {
1203
1211
  */
1204
1212
  filtersConfig: GuardrailContentFiltersConfig;
1205
1213
  }
1214
+ export interface GuardrailContextualGroundingFilter {
1215
+ /**
1216
+ * The filter type details for the guardrails contextual grounding filter.
1217
+ */
1218
+ type: GuardrailContextualGroundingFilterType;
1219
+ /**
1220
+ * The threshold details for the guardrails contextual grounding filter.
1221
+ */
1222
+ threshold: GuardrailContextualGroundingFilterThresholdDouble;
1223
+ }
1224
+ export interface GuardrailContextualGroundingFilterConfig {
1225
+ /**
1226
+ * The filter details for the guardrails contextual grounding filter.
1227
+ */
1228
+ type: GuardrailContextualGroundingFilterType;
1229
+ /**
1230
+ * The threshold details for the guardrails contextual grounding filter.
1231
+ */
1232
+ threshold: GuardrailContextualGroundingFilterConfigThresholdDouble;
1233
+ }
1234
+ export type GuardrailContextualGroundingFilterConfigThresholdDouble = number;
1235
+ export type GuardrailContextualGroundingFilterThresholdDouble = number;
1236
+ export type GuardrailContextualGroundingFilterType = "GROUNDING"|"RELEVANCE"|string;
1237
+ export type GuardrailContextualGroundingFilters = GuardrailContextualGroundingFilter[];
1238
+ export type GuardrailContextualGroundingFiltersConfig = GuardrailContextualGroundingFilterConfig[];
1239
+ export interface GuardrailContextualGroundingPolicy {
1240
+ /**
1241
+ * The filter details for the guardrails contextual grounding policy.
1242
+ */
1243
+ filters: GuardrailContextualGroundingFilters;
1244
+ }
1245
+ export interface GuardrailContextualGroundingPolicyConfig {
1246
+ /**
1247
+ * The filter configuration details for the guardrails contextual grounding policy.
1248
+ */
1249
+ filtersConfig: GuardrailContextualGroundingFiltersConfig;
1250
+ }
1206
1251
  export type GuardrailDescription = string;
1207
1252
  export type GuardrailDraftVersion = string;
1208
1253
  export type GuardrailFailureRecommendation = string;
@@ -1241,7 +1286,7 @@ declare namespace Bedrock {
1241
1286
  }
1242
1287
  export interface GuardrailPiiEntityConfig {
1243
1288
  /**
1244
- * Configure guardrail type when the PII entity is detected.
1289
+ * Configure guardrail type when the PII entity is detected. The following PIIs are used to block or mask sensitive information: General ADDRESS A physical address, such as "100 Main Street, Anytown, USA" or "Suite #12, Building 123". An address can include information such as the street, building, location, city, state, country, county, zip code, precinct, and neighborhood. AGE An individual's age, including the quantity and unit of time. For example, in the phrase "I am 40 years old," Guarrails recognizes "40 years" as an age. NAME An individual's name. This entity type does not include titles, such as Dr., Mr., Mrs., or Miss. guardrails doesn't apply this entity type to names that are part of organizations or addresses. For example, guardrails recognizes the "John Doe Organization" as an organization, and it recognizes "Jane Doe Street" as an address. EMAIL An email address, such as marymajor@email.com. PHONE A phone number. This entity type also includes fax and pager numbers. USERNAME A user name that identifies an account, such as a login name, screen name, nick name, or handle. PASSWORD An alphanumeric string that is used as a password, such as "*very20special#pass*". DRIVER_ID The number assigned to a driver's license, which is an official document permitting an individual to operate one or more motorized vehicles on a public road. A driver's license number consists of alphanumeric characters. LICENSE_PLATE A license plate for a vehicle is issued by the state or country where the vehicle is registered. The format for passenger vehicles is typically five to eight digits, consisting of upper-case letters and numbers. The format varies depending on the location of the issuing state or country. VEHICLE_IDENTIFICATION_NUMBER A Vehicle Identification Number (VIN) uniquely identifies a vehicle. VIN content and format are defined in the ISO 3779 specification. Each country has specific codes and formats for VINs. Finance REDIT_DEBIT_CARD_CVV A three-digit card verification code (CVV) that is present on VISA, MasterCard, and Discover credit and debit cards. For American Express credit or debit cards, the CVV is a four-digit numeric code. CREDIT_DEBIT_CARD_EXPIRY The expiration date for a credit or debit card. This number is usually four digits long and is often formatted as month/year or MM/YY. Guardrails recognizes expiration dates such as 01/21, 01/2021, and Jan 2021. CREDIT_DEBIT_CARD_NUMBER The number for a credit or debit card. These numbers can vary from 13 to 16 digits in length. However, Amazon Comprehend also recognizes credit or debit card numbers when only the last four digits are present. PIN A four-digit personal identification number (PIN) with which you can access your bank account. INTERNATIONAL_BANK_ACCOUNT_NUMBER An International Bank Account Number has specific formats in each country. For more information, see www.iban.com/structure. SWIFT_CODE A SWIFT code is a standard format of Bank Identifier Code (BIC) used to specify a particular bank or branch. Banks use these codes for money transfers such as international wire transfers. SWIFT codes consist of eight or 11 characters. The 11-digit codes refer to specific branches, while eight-digit codes (or 11-digit codes ending in 'XXX') refer to the head or primary office. IT IP_ADDRESS An IPv4 address, such as 198.51.100.0. MAC_ADDRESS A media access control (MAC) address is a unique identifier assigned to a network interface controller (NIC). URL A web address, such as www.example.com. AWS_ACCESS_KEY A unique identifier that's associated with a secret access key; you use the access key ID and secret access key to sign programmatic Amazon Web Services requests cryptographically. AWS_SECRET_KEY A unique identifier that's associated with an access key. You use the access key ID and secret access key to sign programmatic Amazon Web Services requests cryptographically. USA specific US_BANK_ACCOUNT_NUMBER A US bank account number, which is typically 10 to 12 digits long. US_BANK_ROUTING_NUMBER A US bank account routing number. These are typically nine digits long, US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER A US Individual Taxpayer Identification Number (ITIN) is a nine-digit number that starts with a "9" and contain a "7" or "8" as the fourth digit. An ITIN can be formatted with a space or a dash after the third and forth digits. US_PASSPORT_NUMBER A US passport number. Passport numbers range from six to nine alphanumeric characters. US_SOCIAL_SECURITY_NUMBER A US Social Security Number (SSN) is a nine-digit number that is issued to US citizens, permanent residents, and temporary working residents. Canada specific CA_HEALTH_NUMBER A Canadian Health Service Number is a 10-digit unique identifier, required for individuals to access healthcare benefits. CA_SOCIAL_INSURANCE_NUMBER A Canadian Social Insurance Number (SIN) is a nine-digit unique identifier, required for individuals to access government programs and benefits. The SIN is formatted as three groups of three digits, such as 123-456-789. A SIN can be validated through a simple check-digit process called the Luhn algorithm. UK Specific UK_NATIONAL_HEALTH_SERVICE_NUMBER A UK National Health Service Number is a 10-17 digit number, such as 485 777 3456. The current system formats the 10-digit number with spaces after the third and sixth digits. The final digit is an error-detecting checksum. UK_NATIONAL_INSURANCE_NUMBER A UK National Insurance Number (NINO) provides individuals with access to National Insurance (social security) benefits. It is also used for some purposes in the UK tax system. The number is nine digits long and starts with two letters, followed by six numbers and one letter. A NINO can be formatted with a space or a dash after the two letters and after the second, forth, and sixth digits. UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER A UK Unique Taxpayer Reference (UTR) is a 10-digit number that identifies a taxpayer or a business. Custom Regex filter - You can use a regular expressions to define patterns for a guardrail to recognize and act upon such as serial number, booking ID etc..
1245
1290
  */
1246
1291
  type: GuardrailPiiEntityType;
1247
1292
  /**
@@ -1610,7 +1655,7 @@ declare namespace Bedrock {
1610
1655
  }
1611
1656
  export interface ListGuardrailsRequest {
1612
1657
  /**
1613
- * The unique identifier of the guardrail.
1658
+ * The unique identifier of the guardrail. This can be an ID or the ARN.
1614
1659
  */
1615
1660
  guardrailIdentifier?: GuardrailIdentifier;
1616
1661
  /**
@@ -1979,7 +2024,7 @@ declare namespace Bedrock {
1979
2024
  }
1980
2025
  export interface UpdateGuardrailRequest {
1981
2026
  /**
1982
- * The unique identifier of the guardrail
2027
+ * The unique identifier of the guardrail. This can be an ID or the ARN.
1983
2028
  */
1984
2029
  guardrailIdentifier: GuardrailIdentifier;
1985
2030
  /**
@@ -2006,6 +2051,10 @@ declare namespace Bedrock {
2006
2051
  * The sensitive information policy to configure for the guardrail.
2007
2052
  */
2008
2053
  sensitiveInformationPolicyConfig?: GuardrailSensitiveInformationPolicyConfig;
2054
+ /**
2055
+ * The contextual grounding policy configuration used to update a guardrail.
2056
+ */
2057
+ contextualGroundingPolicyConfig?: GuardrailContextualGroundingPolicyConfig;
2009
2058
  /**
2010
2059
  * The message to return when the guardrail blocks a prompt.
2011
2060
  */
@@ -2025,7 +2074,7 @@ declare namespace Bedrock {
2025
2074
  */
2026
2075
  guardrailId: GuardrailId;
2027
2076
  /**
2028
- * The ARN of the guardrail that was created.
2077
+ * The ARN of the guardrail.
2029
2078
  */
2030
2079
  guardrailArn: GuardrailArn;
2031
2080
  /**