@aws-sdk/client-bedrock-agentcore-control 3.980.0 → 3.982.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
@@ -1297,8 +1297,8 @@ var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
1297
1297
  ];
1298
1298
  var CreateEvaluatorRequest$ = [3, n0, _CER,
1299
1299
  0,
1300
- [_eNv, _eC, _le, _cTl, _d],
1301
- [0, [() => EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0]], 3
1300
+ [_eNv, _eC, _le, _cTl, _d, _t],
1301
+ [0, [() => EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0], 128 | 0], 3
1302
1302
  ];
1303
1303
  var CreateEvaluatorResponse$ = [3, n0, _CERr,
1304
1304
  0,
@@ -1347,8 +1347,8 @@ var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
1347
1347
  ];
1348
1348
  var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
1349
1349
  0,
1350
- [_oECN, _ru, _dSC, _ev, _eERA, _eOC, _cTl, _d],
1351
- [0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0]], 6
1350
+ [_oECN, _ru, _dSC, _ev, _eERA, _eOC, _cTl, _d, _t],
1351
+ [0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0], 128 | 0], 6
1352
1352
  ];
1353
1353
  var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
1354
1354
  0,
@@ -1005,8 +1005,8 @@ export var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
1005
1005
  ];
1006
1006
  export var CreateEvaluatorRequest$ = [3, n0, _CER,
1007
1007
  0,
1008
- [_eNv, _eC, _le, _cTl, _d],
1009
- [0, [() => EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0]], 3
1008
+ [_eNv, _eC, _le, _cTl, _d, _t],
1009
+ [0, [() => EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0], 128 | 0], 3
1010
1010
  ];
1011
1011
  export var CreateEvaluatorResponse$ = [3, n0, _CERr,
1012
1012
  0,
@@ -1055,8 +1055,8 @@ export var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
1055
1055
  ];
1056
1056
  export var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
1057
1057
  0,
1058
- [_oECN, _ru, _dSC, _ev, _eERA, _eOC, _cTl, _d],
1059
- [0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0]], 6
1058
+ [_oECN, _ru, _dSC, _ev, _eERA, _eOC, _cTl, _d, _t],
1059
+ [0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0], 128 | 0], 6
1060
1060
  ];
1061
1061
  export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
1062
1062
  0,
@@ -75,6 +75,9 @@ declare const CreateEvaluatorCommand_base: {
75
75
  * },
76
76
  * },
77
77
  * level: "TOOL_CALL" || "TRACE" || "SESSION", // required
78
+ * tags: { // TagsMap
79
+ * "<keys>": "STRING_VALUE",
80
+ * },
78
81
  * };
79
82
  * const command = new CreateEvaluatorCommand(input);
80
83
  * const response = await client.send(command);
@@ -76,6 +76,9 @@ declare const CreateOnlineEvaluationConfigCommand_base: {
76
76
  * ],
77
77
  * evaluationExecutionRoleArn: "STRING_VALUE", // required
78
78
  * enableOnCreate: true || false, // required
79
+ * tags: { // TagsMap
80
+ * "<keys>": "STRING_VALUE",
81
+ * },
79
82
  * };
80
83
  * const command = new CreateOnlineEvaluationConfigCommand(input);
81
84
  * const response = await client.send(command);
@@ -2222,6 +2222,11 @@ export interface CreateEvaluatorRequest {
2222
2222
  * @public
2223
2223
  */
2224
2224
  level: EvaluatorLevel | undefined;
2225
+ /**
2226
+ * <p>A map of tag keys and values to assign to an AgentCore Evaluator. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
2227
+ * @public
2228
+ */
2229
+ tags?: Record<string, string> | undefined;
2225
2230
  }
2226
2231
  /**
2227
2232
  * @public
@@ -6909,6 +6914,11 @@ export interface CreateOnlineEvaluationConfigRequest {
6909
6914
  * @public
6910
6915
  */
6911
6916
  enableOnCreate: boolean | undefined;
6917
+ /**
6918
+ * <p>A map of tag keys and values to assign to an AgentCore Online Evaluation Config. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
6919
+ * @public
6920
+ */
6921
+ tags?: Record<string, string> | undefined;
6912
6922
  }
6913
6923
  /**
6914
6924
  * <p> The configuration for writing evaluation results to CloudWatch logs with embedded metric format (EMF) for monitoring. </p>
@@ -659,6 +659,7 @@ export interface CreateEvaluatorRequest {
659
659
  description?: string | undefined;
660
660
  evaluatorConfig: EvaluatorConfig | undefined;
661
661
  level: EvaluatorLevel | undefined;
662
+ tags?: Record<string, string> | undefined;
662
663
  }
663
664
  export interface CreateEvaluatorResponse {
664
665
  evaluatorArn: string | undefined;
@@ -2474,6 +2475,7 @@ export interface CreateOnlineEvaluationConfigRequest {
2474
2475
  evaluators: EvaluatorReference[] | undefined;
2475
2476
  evaluationExecutionRoleArn: string | undefined;
2476
2477
  enableOnCreate: boolean | undefined;
2478
+ tags?: Record<string, string> | undefined;
2477
2479
  }
2478
2480
  export interface CloudWatchOutputConfig {
2479
2481
  logGroupName: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-agentcore-control",
3
3
  "description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
4
- "version": "3.980.0",
4
+ "version": "3.982.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-control",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.5",
25
- "@aws-sdk/credential-provider-node": "^3.972.4",
24
+ "@aws-sdk/core": "^3.973.6",
25
+ "@aws-sdk/credential-provider-node": "^3.972.5",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.5",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.6",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.980.0",
32
+ "@aws-sdk/util-endpoints": "3.982.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.3",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.4",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
36
  "@smithy/core": "^3.22.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",