@aws-sdk/client-bedrock-agentcore 3.1049.0 → 3.1050.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.
@@ -51,6 +51,14 @@ export declare class ValidationException extends __BaseException {
51
51
  opts: __ExceptionOptionType<ValidationException, __BaseException>
52
52
  );
53
53
  }
54
+ export declare class RetryableConflictException extends __BaseException {
55
+ readonly name: "RetryableConflictException";
56
+ readonly $fault: "client";
57
+ $retryable: {};
58
+ constructor(
59
+ opts: __ExceptionOptionType<RetryableConflictException, __BaseException>
60
+ );
61
+ }
54
62
  export declare class ConflictException extends __BaseException {
55
63
  readonly name: "ConflictException";
56
64
  readonly $fault: "client";
@@ -87,11 +95,3 @@ export declare class InvalidInputException extends __BaseException {
87
95
  opts: __ExceptionOptionType<InvalidInputException, __BaseException>
88
96
  );
89
97
  }
90
- export declare class RetryableConflictException extends __BaseException {
91
- readonly name: "RetryableConflictException";
92
- readonly $fault: "client";
93
- $retryable: {};
94
- constructor(
95
- opts: __ExceptionOptionType<RetryableConflictException, __BaseException>
96
- );
97
- }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-agentcore",
3
3
  "description": "AWS SDK for JavaScript Bedrock Agentcore Client for Node.js, Browser and React Native",
4
- "version": "3.1049.0",
4
+ "version": "3.1050.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-bedrock-agentcore",