@aws-sdk/client-bedrock 3.1125.0 → 3.1127.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.
package/dist-cjs/index.js CHANGED
@@ -86,7 +86,7 @@ const commonParams = {
86
86
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
87
87
  };
88
88
 
89
- var version = "3.1124.0";
89
+ var version = "3.1126.0";
90
90
  var packageInfo = {
91
91
  version: version};
92
92
 
@@ -5614,6 +5614,7 @@ const ModelStatus = {
5614
5614
  FAILED: "Failed",
5615
5615
  };
5616
5616
  const DataRetentionMode = {
5617
+ AWS_REVIEW: "aws_review",
5617
5618
  DEFAULT: "default",
5618
5619
  INHERIT: "inherit",
5619
5620
  NONE: "none",
@@ -132,6 +132,7 @@ export const ModelStatus = {
132
132
  FAILED: "Failed",
133
133
  };
134
134
  export const DataRetentionMode = {
135
+ AWS_REVIEW: "aws_review",
135
136
  DEFAULT: "default",
136
137
  INHERIT: "inherit",
137
138
  NONE: "none",
@@ -37,7 +37,7 @@ declare const GetAccountDataRetentionCommand_base: {
37
37
  * const command = new GetAccountDataRetentionCommand(input);
38
38
  * const response = await client.send(command);
39
39
  * // { // GetAccountDataRetentionResponse
40
- * // mode: "default" || "none" || "provider_data_share" || "inherit", // required
40
+ * // mode: "default" || "none" || "aws_review" || "provider_data_share" || "inherit", // required
41
41
  * // updatedAt: new Date("TIMESTAMP"),
42
42
  * // };
43
43
  *
@@ -34,12 +34,12 @@ declare const PutAccountDataRetentionCommand_base: {
34
34
  * const config = {}; // type is BedrockClientConfig
35
35
  * const client = new BedrockClient(config);
36
36
  * const input = { // PutAccountDataRetentionRequest
37
- * mode: "default" || "none" || "provider_data_share" || "inherit", // required
37
+ * mode: "default" || "none" || "aws_review" || "provider_data_share" || "inherit", // required
38
38
  * };
39
39
  * const command = new PutAccountDataRetentionCommand(input);
40
40
  * const response = await client.send(command);
41
41
  * // { // PutAccountDataRetentionResponse
42
- * // mode: "default" || "none" || "provider_data_share" || "inherit", // required
42
+ * // mode: "default" || "none" || "aws_review" || "provider_data_share" || "inherit", // required
43
43
  * // updatedAt: new Date("TIMESTAMP"),
44
44
  * // };
45
45
  *
@@ -331,6 +331,7 @@ export type ModelStatus = (typeof ModelStatus)[keyof typeof ModelStatus];
331
331
  * @enum
332
332
  */
333
333
  export declare const DataRetentionMode: {
334
+ readonly AWS_REVIEW: "aws_review";
334
335
  readonly DEFAULT: "default";
335
336
  readonly INHERIT: "inherit";
336
337
  readonly NONE: "none";
@@ -170,6 +170,7 @@ export declare const ModelStatus: {
170
170
  };
171
171
  export type ModelStatus = (typeof ModelStatus)[keyof typeof ModelStatus];
172
172
  export declare const DataRetentionMode: {
173
+ readonly AWS_REVIEW: "aws_review";
173
174
  readonly DEFAULT: "default";
174
175
  readonly INHERIT: "inherit";
175
176
  readonly NONE: "none";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock",
3
- "version": "3.1125.0",
3
+ "version": "3.1127.0",
4
4
  "description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock",
6
6
  "license": "Apache-2.0",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@aws-sdk/core": "^3.977.9",
50
50
  "@aws-sdk/credential-provider-node": "^3.972.82",
51
- "@aws-sdk/token-providers": "3.1125.0",
51
+ "@aws-sdk/token-providers": "3.1127.0",
52
52
  "@aws-sdk/types": "^3.974.5",
53
53
  "@smithy/core": "^3.33.3",
54
54
  "@smithy/fetch-http-handler": "^5.7.2",