@aws-sdk/client-bedrock-agentcore-control 3.1067.0 → 3.1069.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 (34) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  2. package/dist-cjs/endpoint/bdd.js +2 -5
  3. package/dist-cjs/endpoint/endpointResolver.js +7 -11
  4. package/dist-cjs/index.js +577 -591
  5. package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +4 -8
  6. package/dist-cjs/models/errors.js +29 -46
  7. package/dist-cjs/runtimeConfig.browser.js +22 -26
  8. package/dist-cjs/runtimeConfig.js +30 -34
  9. package/dist-cjs/runtimeConfig.native.js +4 -7
  10. package/dist-cjs/runtimeConfig.shared.js +20 -24
  11. package/dist-cjs/schemas/schemas_0.js +1823 -1181
  12. package/dist-es/models/enums.js +5 -0
  13. package/dist-es/schemas/schemas_0.js +56 -35
  14. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +11 -1
  16. package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +1 -1
  17. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +1 -0
  18. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +1 -0
  19. package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +11 -1
  20. package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +10 -0
  21. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +1 -0
  22. package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +10 -0
  23. package/dist-types/models/enums.d.ts +13 -0
  24. package/dist-types/models/models_0.d.ts +20 -0
  25. package/dist-types/models/models_1.d.ts +66 -43
  26. package/dist-types/models/models_2.d.ts +40 -0
  27. package/dist-types/schemas/schemas_0.d.ts +2 -0
  28. package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  30. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  31. package/dist-types/ts3.4/models/models_1.d.ts +17 -12
  32. package/dist-types/ts3.4/models/models_2.d.ts +10 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  34. package/package.json +8 -8
@@ -1,4 +1,4 @@
1
- import type { ActorTokenContentType, ClientAuthenticationMethodType, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, ExtractionType, FilterOperator, FindingType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, MetadataValueType, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SecretSourceType, Status, SynchronizationType } from "./enums";
1
+ import type { ActorTokenContentType, ClientAuthenticationMethodType, ClusteringFrequency, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, ExtractionType, FilterOperator, FindingType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, MetadataValueType, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SecretSourceType, Status, SynchronizationType } from "./enums";
2
2
  import type { A2aDescriptor, AgentSkillsDescriptor, AuthorizerConfiguration, KmsConfiguration, PrivateEndpoint, PrivateEndpointOverride, Secret, SecretReference, SkillDefinition, SkillMdDefinition, UpdatedAuthorizerConfiguration, WorkloadIdentityDetails } from "./models_0";
3
3
  /**
4
4
  * <p>A metadata key indexed for filtering.</p>
@@ -3621,6 +3621,17 @@ export interface UpdateOauth2CredentialProviderResponse {
3621
3621
  */
3622
3622
  status?: Status | undefined;
3623
3623
  }
3624
+ /**
3625
+ * <p>Configuration for periodic batch evaluation clustering, specifying how often clustering jobs run.</p>
3626
+ * @public
3627
+ */
3628
+ export interface ClusteringConfig {
3629
+ /**
3630
+ * <p>The list of frequencies at which clustering batch evaluations are triggered.</p>
3631
+ * @public
3632
+ */
3633
+ frequencies: ClusteringFrequency[] | undefined;
3634
+ }
3624
3635
  /**
3625
3636
  * <p> The configuration for reading agent traces from CloudWatch logs as input for online evaluation. </p>
3626
3637
  * @public
@@ -3703,6 +3714,18 @@ export declare namespace EvaluatorReference {
3703
3714
  _: (name: string, value: any) => T;
3704
3715
  }
3705
3716
  }
3717
+ /**
3718
+ * A reference to an insight analysis to run against sessions.
3719
+ * @public
3720
+ */
3721
+ export interface Insight {
3722
+ /**
3723
+ * Canonical insight identifiers using the Builtin.Insight.* naming convention.
3724
+ * Used by BatchEvaluate, InternalEvaluate, and ServiceEngineEvaluate flows.
3725
+ * @public
3726
+ */
3727
+ insightId: string | undefined;
3728
+ }
3706
3729
  /**
3707
3730
  * <p> The value used in filter comparisons, supporting different data types for flexible filtering criteria. </p>
3708
3731
  * @public
@@ -3859,7 +3882,17 @@ export interface CreateOnlineEvaluationConfigRequest {
3859
3882
  * <p> The list of evaluators to apply during online evaluation. Can include both built-in evaluators and custom evaluators created with <code>CreateEvaluator</code>. </p>
3860
3883
  * @public
3861
3884
  */
3862
- evaluators: EvaluatorReference[] | undefined;
3885
+ evaluators?: EvaluatorReference[] | undefined;
3886
+ /**
3887
+ * <p>The list of insight types to run against agent sessions.</p>
3888
+ * @public
3889
+ */
3890
+ insights?: Insight[] | undefined;
3891
+ /**
3892
+ * <p>Configuration for periodic batch evaluation clustering of insight results.</p>
3893
+ * @public
3894
+ */
3895
+ clusteringConfig?: ClusteringConfig | undefined;
3863
3896
  /**
3864
3897
  * <p> The Amazon Resource Name (ARN) of the IAM role that grants permissions to read from CloudWatch logs, write evaluation results, and invoke Amazon Bedrock models for evaluation. If the configuration references evaluators encrypted with a customer managed KMS key, this role must also have <code>kms:Decrypt</code> permission on the KMS key. The service validates this permission at configuration creation time. For more information, see <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/evaluations-encryption.html">Encryption at rest for AgentCore Evaluations</a>. </p>
3865
3898
  * @public
@@ -4016,7 +4049,17 @@ export interface GetOnlineEvaluationConfigResponse {
4016
4049
  * <p> The list of evaluators applied during online evaluation. </p>
4017
4050
  * @public
4018
4051
  */
4019
- evaluators: EvaluatorReference[] | undefined;
4052
+ evaluators?: EvaluatorReference[] | undefined;
4053
+ /**
4054
+ * <p>The list of insight types configured for this evaluation.</p>
4055
+ * @public
4056
+ */
4057
+ insights?: Insight[] | undefined;
4058
+ /**
4059
+ * <p>The clustering configuration for periodic batch evaluation.</p>
4060
+ * @public
4061
+ */
4062
+ clusteringConfig?: ClusteringConfig | undefined;
4020
4063
  /**
4021
4064
  * <p> The output configuration specifying where evaluation results are written. </p>
4022
4065
  * @public
@@ -4118,6 +4161,16 @@ export interface OnlineEvaluationConfigSummary {
4118
4161
  * @public
4119
4162
  */
4120
4163
  failureReason?: string | undefined;
4164
+ /**
4165
+ * <p>The list of insight types configured for this evaluation.</p>
4166
+ * @public
4167
+ */
4168
+ insights?: Insight[] | undefined;
4169
+ /**
4170
+ * <p>The clustering configuration for periodic batch evaluation.</p>
4171
+ * @public
4172
+ */
4173
+ clusteringConfig?: ClusteringConfig | undefined;
4121
4174
  }
4122
4175
  /**
4123
4176
  * @public
@@ -4168,6 +4221,16 @@ export interface UpdateOnlineEvaluationConfigRequest {
4168
4221
  * @public
4169
4222
  */
4170
4223
  evaluators?: EvaluatorReference[] | undefined;
4224
+ /**
4225
+ * <p>The updated list of insight types to run against agent sessions.</p>
4226
+ * @public
4227
+ */
4228
+ insights?: Insight[] | undefined;
4229
+ /**
4230
+ * <p>The updated clustering configuration for periodic batch evaluation.</p>
4231
+ * @public
4232
+ */
4233
+ clusteringConfig?: ClusteringConfig | undefined;
4171
4234
  /**
4172
4235
  * <p> The updated Amazon Resource Name (ARN) of the IAM role used for evaluation execution. </p>
4173
4236
  * @public
@@ -8432,43 +8495,3 @@ export interface UntagResourceRequest {
8432
8495
  */
8433
8496
  export interface UntagResourceResponse {
8434
8497
  }
8435
- /**
8436
- * @public
8437
- */
8438
- export interface CreateWorkloadIdentityRequest {
8439
- /**
8440
- * <p>The name of the workload identity. The name must be unique within your account.</p>
8441
- * @public
8442
- */
8443
- name: string | undefined;
8444
- /**
8445
- * <p>The list of allowed OAuth2 return URLs for resources associated with this workload identity.</p>
8446
- * @public
8447
- */
8448
- allowedResourceOauth2ReturnUrls?: string[] | undefined;
8449
- /**
8450
- * <p>A map of tag keys and values to assign to the workload identity. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
8451
- * @public
8452
- */
8453
- tags?: Record<string, string> | undefined;
8454
- }
8455
- /**
8456
- * @public
8457
- */
8458
- export interface CreateWorkloadIdentityResponse {
8459
- /**
8460
- * <p>The name of the workload identity.</p>
8461
- * @public
8462
- */
8463
- name: string | undefined;
8464
- /**
8465
- * <p>The Amazon Resource Name (ARN) of the workload identity.</p>
8466
- * @public
8467
- */
8468
- workloadIdentityArn: string | undefined;
8469
- /**
8470
- * <p>The list of allowed OAuth2 return URLs for resources associated with this workload identity.</p>
8471
- * @public
8472
- */
8473
- allowedResourceOauth2ReturnUrls?: string[] | undefined;
8474
- }
@@ -1,5 +1,45 @@
1
1
  import type { SchemaType, TargetProtocolType, TargetStatus } from "./enums";
2
2
  import type { ApiGatewayTargetConfiguration, ApiSchemaConfiguration, AuthorizationData, CredentialProviderConfiguration, HttpTargetConfiguration, ManagedResourceDetails, McpServerTargetConfiguration, MetadataConfiguration, PrivateEndpoint, S3Configuration } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateWorkloadIdentityRequest {
7
+ /**
8
+ * <p>The name of the workload identity. The name must be unique within your account.</p>
9
+ * @public
10
+ */
11
+ name: string | undefined;
12
+ /**
13
+ * <p>The list of allowed OAuth2 return URLs for resources associated with this workload identity.</p>
14
+ * @public
15
+ */
16
+ allowedResourceOauth2ReturnUrls?: string[] | undefined;
17
+ /**
18
+ * <p>A map of tag keys and values to assign to the workload identity. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
19
+ * @public
20
+ */
21
+ tags?: Record<string, string> | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface CreateWorkloadIdentityResponse {
27
+ /**
28
+ * <p>The name of the workload identity.</p>
29
+ * @public
30
+ */
31
+ name: string | undefined;
32
+ /**
33
+ * <p>The Amazon Resource Name (ARN) of the workload identity.</p>
34
+ * @public
35
+ */
36
+ workloadIdentityArn: string | undefined;
37
+ /**
38
+ * <p>The list of allowed OAuth2 return URLs for resources associated with this workload identity.</p>
39
+ * @public
40
+ */
41
+ allowedResourceOauth2ReturnUrls?: string[] | undefined;
42
+ }
3
43
  /**
4
44
  * @public
5
45
  */
@@ -49,6 +49,7 @@ export declare var CedarPolicy$: StaticStructureSchema;
49
49
  export declare var Certificate$: StaticStructureSchema;
50
50
  export declare var CloudWatchLogsInputConfig$: StaticStructureSchema;
51
51
  export declare var CloudWatchOutputConfig$: StaticStructureSchema;
52
+ export declare var ClusteringConfig$: StaticStructureSchema;
52
53
  export declare var CodeConfiguration$: StaticStructureSchema;
53
54
  export declare var CodeInterpreterNetworkConfiguration$: StaticStructureSchema;
54
55
  export declare var CodeInterpreterSummary$: StaticStructureSchema;
@@ -289,6 +290,7 @@ export declare var IncludedOauth2ProviderConfigOutput$: StaticStructureSchema;
289
290
  export declare var IndexedKey$: StaticStructureSchema;
290
291
  export declare var InferenceConfiguration$: StaticStructureSchema;
291
292
  export declare var InlineExamplesSource$: StaticStructureSchema;
293
+ export declare var Insight$: StaticStructureSchema;
292
294
  export declare var InterceptorInputConfiguration$: StaticStructureSchema;
293
295
  export declare var InvocationConfiguration$: StaticStructureSchema;
294
296
  export declare var InvocationConfigurationInput$: StaticStructureSchema;
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateWorkloadIdentityRequest,
10
10
  CreateWorkloadIdentityResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateWorkloadIdentityCommandInput
@@ -472,6 +472,13 @@ export declare const Status: {
472
472
  readonly UPDATING: "UPDATING";
473
473
  };
474
474
  export type Status = (typeof Status)[keyof typeof Status];
475
+ export declare const ClusteringFrequency: {
476
+ readonly DAILY: "DAILY";
477
+ readonly MONTHLY: "MONTHLY";
478
+ readonly WEEKLY: "WEEKLY";
479
+ };
480
+ export type ClusteringFrequency =
481
+ (typeof ClusteringFrequency)[keyof typeof ClusteringFrequency];
475
482
  export declare const FilterOperator: {
476
483
  readonly CONTAINS: "Contains";
477
484
  readonly EQUALS: "Equals";
@@ -991,6 +991,7 @@ export interface CreateConfigurationBundleRequest {
991
991
  branchName?: string | undefined;
992
992
  commitMessage?: string | undefined;
993
993
  createdBy?: VersionCreatedBySource | undefined;
994
+ kmsKeyArn?: string | undefined;
994
995
  tags?: Record<string, string> | undefined;
995
996
  }
996
997
  export interface CreateConfigurationBundleResponse {
@@ -1026,6 +1027,7 @@ export interface GetConfigurationBundleResponse {
1026
1027
  lineageMetadata?: VersionLineageMetadata | undefined;
1027
1028
  createdAt: Date | undefined;
1028
1029
  updatedAt: Date | undefined;
1030
+ kmsKeyArn?: string | undefined;
1029
1031
  }
1030
1032
  export interface GetConfigurationBundleVersionRequest {
1031
1033
  bundleId: string | undefined;
@@ -1041,6 +1043,7 @@ export interface GetConfigurationBundleVersionResponse {
1041
1043
  lineageMetadata?: VersionLineageMetadata | undefined;
1042
1044
  createdAt: Date | undefined;
1043
1045
  versionCreatedAt: Date | undefined;
1046
+ kmsKeyArn?: string | undefined;
1044
1047
  }
1045
1048
  export interface ListConfigurationBundlesRequest {
1046
1049
  nextToken?: string | undefined;
@@ -1089,6 +1092,7 @@ export interface UpdateConfigurationBundleRequest {
1089
1092
  branchName?: string | undefined;
1090
1093
  commitMessage?: string | undefined;
1091
1094
  createdBy?: VersionCreatedBySource | undefined;
1095
+ kmsKeyArn?: string | undefined;
1092
1096
  }
1093
1097
  export interface UpdateConfigurationBundleResponse {
1094
1098
  bundleArn: string | undefined;
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  ActorTokenContentType,
3
3
  ClientAuthenticationMethodType,
4
+ ClusteringFrequency,
4
5
  ContentLevel,
5
6
  ContentType,
6
7
  CredentialProviderVendorType,
@@ -1550,6 +1551,9 @@ export interface UpdateOauth2CredentialProviderResponse {
1550
1551
  lastUpdatedTime: Date | undefined;
1551
1552
  status?: Status | undefined;
1552
1553
  }
1554
+ export interface ClusteringConfig {
1555
+ frequencies: ClusteringFrequency[] | undefined;
1556
+ }
1553
1557
  export interface CloudWatchLogsInputConfig {
1554
1558
  logGroupNames: string[] | undefined;
1555
1559
  serviceNames: string[] | undefined;
@@ -1588,6 +1592,9 @@ export declare namespace EvaluatorReference {
1588
1592
  _: (name: string, value: any) => T;
1589
1593
  }
1590
1594
  }
1595
+ export interface Insight {
1596
+ insightId: string | undefined;
1597
+ }
1591
1598
  export type FilterValue =
1592
1599
  | FilterValue.BooleanValueMember
1593
1600
  | FilterValue.DoubleValueMember
@@ -1647,7 +1654,9 @@ export interface CreateOnlineEvaluationConfigRequest {
1647
1654
  description?: string | undefined;
1648
1655
  rule: Rule | undefined;
1649
1656
  dataSourceConfig: DataSourceConfig | undefined;
1650
- evaluators: EvaluatorReference[] | undefined;
1657
+ evaluators?: EvaluatorReference[] | undefined;
1658
+ insights?: Insight[] | undefined;
1659
+ clusteringConfig?: ClusteringConfig | undefined;
1651
1660
  evaluationExecutionRoleArn: string | undefined;
1652
1661
  enableOnCreate: boolean | undefined;
1653
1662
  tags?: Record<string, string> | undefined;
@@ -1685,7 +1694,9 @@ export interface GetOnlineEvaluationConfigResponse {
1685
1694
  description?: string | undefined;
1686
1695
  rule: Rule | undefined;
1687
1696
  dataSourceConfig: DataSourceConfig | undefined;
1688
- evaluators: EvaluatorReference[] | undefined;
1697
+ evaluators?: EvaluatorReference[] | undefined;
1698
+ insights?: Insight[] | undefined;
1699
+ clusteringConfig?: ClusteringConfig | undefined;
1689
1700
  outputConfig?: OutputConfig | undefined;
1690
1701
  evaluationExecutionRoleArn?: string | undefined;
1691
1702
  status: OnlineEvaluationConfigStatus | undefined;
@@ -1708,6 +1719,8 @@ export interface OnlineEvaluationConfigSummary {
1708
1719
  createdAt: Date | undefined;
1709
1720
  updatedAt: Date | undefined;
1710
1721
  failureReason?: string | undefined;
1722
+ insights?: Insight[] | undefined;
1723
+ clusteringConfig?: ClusteringConfig | undefined;
1711
1724
  }
1712
1725
  export interface ListOnlineEvaluationConfigsResponse {
1713
1726
  onlineEvaluationConfigs: OnlineEvaluationConfigSummary[] | undefined;
@@ -1720,6 +1733,8 @@ export interface UpdateOnlineEvaluationConfigRequest {
1720
1733
  rule?: Rule | undefined;
1721
1734
  dataSourceConfig?: DataSourceConfig | undefined;
1722
1735
  evaluators?: EvaluatorReference[] | undefined;
1736
+ insights?: Insight[] | undefined;
1737
+ clusteringConfig?: ClusteringConfig | undefined;
1723
1738
  evaluationExecutionRoleArn?: string | undefined;
1724
1739
  executionStatus?: OnlineEvaluationExecutionStatus | undefined;
1725
1740
  }
@@ -2828,13 +2843,3 @@ export interface UntagResourceRequest {
2828
2843
  tagKeys: string[] | undefined;
2829
2844
  }
2830
2845
  export interface UntagResourceResponse {}
2831
- export interface CreateWorkloadIdentityRequest {
2832
- name: string | undefined;
2833
- allowedResourceOauth2ReturnUrls?: string[] | undefined;
2834
- tags?: Record<string, string> | undefined;
2835
- }
2836
- export interface CreateWorkloadIdentityResponse {
2837
- name: string | undefined;
2838
- workloadIdentityArn: string | undefined;
2839
- allowedResourceOauth2ReturnUrls?: string[] | undefined;
2840
- }
@@ -11,6 +11,16 @@ import {
11
11
  PrivateEndpoint,
12
12
  S3Configuration,
13
13
  } from "./models_0";
14
+ export interface CreateWorkloadIdentityRequest {
15
+ name: string | undefined;
16
+ allowedResourceOauth2ReturnUrls?: string[] | undefined;
17
+ tags?: Record<string, string> | undefined;
18
+ }
19
+ export interface CreateWorkloadIdentityResponse {
20
+ name: string | undefined;
21
+ workloadIdentityArn: string | undefined;
22
+ allowedResourceOauth2ReturnUrls?: string[] | undefined;
23
+ }
14
24
  export interface DeleteWorkloadIdentityRequest {
15
25
  name: string | undefined;
16
26
  }
@@ -49,6 +49,7 @@ export declare var CedarPolicy$: StaticStructureSchema;
49
49
  export declare var Certificate$: StaticStructureSchema;
50
50
  export declare var CloudWatchLogsInputConfig$: StaticStructureSchema;
51
51
  export declare var CloudWatchOutputConfig$: StaticStructureSchema;
52
+ export declare var ClusteringConfig$: StaticStructureSchema;
52
53
  export declare var CodeConfiguration$: StaticStructureSchema;
53
54
  export declare var CodeInterpreterNetworkConfiguration$: StaticStructureSchema;
54
55
  export declare var CodeInterpreterSummary$: StaticStructureSchema;
@@ -289,6 +290,7 @@ export declare var IncludedOauth2ProviderConfigOutput$: StaticStructureSchema;
289
290
  export declare var IndexedKey$: StaticStructureSchema;
290
291
  export declare var InferenceConfiguration$: StaticStructureSchema;
291
292
  export declare var InlineExamplesSource$: StaticStructureSchema;
293
+ export declare var Insight$: StaticStructureSchema;
292
294
  export declare var InterceptorInputConfiguration$: StaticStructureSchema;
293
295
  export declare var InvocationConfiguration$: StaticStructureSchema;
294
296
  export declare var InvocationConfigurationInput$: StaticStructureSchema;
package/package.json CHANGED
@@ -1,17 +1,17 @@
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.1067.0",
4
+ "version": "3.1069.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",
8
- "build:es": "tsc -p tsconfig.es.json",
8
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
- "build:types": "tsc -p tsconfig.types.json",
10
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
+ "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
- "generate:client": "node ../../scripts/generate-clients/single-service --solo bedrock-agentcore-control",
14
+ "generate:client": "node ../../scripts/generate-clients/single-service",
15
15
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
@@ -21,9 +21,9 @@
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.974.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.55",
26
- "@aws-sdk/types": "^3.973.12",
24
+ "@aws-sdk/core": "^3.974.21",
25
+ "@aws-sdk/credential-provider-node": "^3.972.56",
26
+ "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",
29
29
  "@smithy/node-http-handler": "^4.7.6",