@aws-sdk/client-bedrock-agentcore-control 3.1089.0 → 3.1091.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
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1088.0";
72
+ var version = "3.1090.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -2199,8 +2199,8 @@ var ConnectorParameterOverride$ = [3, n0, _CPO,
2199
2199
  ];
2200
2200
  var ConnectorSource$ = [3, n0, _CS,
2201
2201
  0,
2202
- [_cIo],
2203
- [0], 1
2202
+ [_cIo, _ve],
2203
+ [0, 0], 1
2204
2204
  ];
2205
2205
  var ConnectorTargetConfiguration$ = [3, n0, _CTC,
2206
2206
  0,
@@ -1887,8 +1887,8 @@ export var ConnectorParameterOverride$ = [3, n0, _CPO,
1887
1887
  ];
1888
1888
  export var ConnectorSource$ = [3, n0, _CS,
1889
1889
  0,
1890
- [_cIo],
1891
- [0], 1
1890
+ [_cIo, _ve],
1891
+ [0, 0], 1
1892
1892
  ];
1893
1893
  export var ConnectorTargetConfiguration$ = [3, n0, _CTC,
1894
1894
  0,
@@ -128,6 +128,7 @@ declare const CreateGatewayTargetCommand_base: {
128
128
  * connector: { // ConnectorTargetConfiguration
129
129
  * source: { // ConnectorSource
130
130
  * connectorId: "STRING_VALUE", // required
131
+ * version: "STRING_VALUE",
131
132
  * },
132
133
  * enabled: [ // EnabledConnectors
133
134
  * "STRING_VALUE",
@@ -364,6 +365,7 @@ declare const CreateGatewayTargetCommand_base: {
364
365
  * // connector: { // ConnectorTargetConfiguration
365
366
  * // source: { // ConnectorSource
366
367
  * // connectorId: "STRING_VALUE", // required
368
+ * // version: "STRING_VALUE",
367
369
  * // },
368
370
  * // enabled: [ // EnabledConnectors
369
371
  * // "STRING_VALUE",
@@ -141,6 +141,7 @@ declare const GetGatewayTargetCommand_base: {
141
141
  * // connector: { // ConnectorTargetConfiguration
142
142
  * // source: { // ConnectorSource
143
143
  * // connectorId: "STRING_VALUE", // required
144
+ * // version: "STRING_VALUE",
144
145
  * // },
145
146
  * // enabled: [ // EnabledConnectors
146
147
  * // "STRING_VALUE",
@@ -145,6 +145,7 @@ declare const SynchronizeGatewayTargetsCommand_base: {
145
145
  * // connector: { // ConnectorTargetConfiguration
146
146
  * // source: { // ConnectorSource
147
147
  * // connectorId: "STRING_VALUE", // required
148
+ * // version: "STRING_VALUE",
148
149
  * // },
149
150
  * // enabled: [ // EnabledConnectors
150
151
  * // "STRING_VALUE",
@@ -128,6 +128,7 @@ declare const UpdateGatewayTargetCommand_base: {
128
128
  * connector: { // ConnectorTargetConfiguration
129
129
  * source: { // ConnectorSource
130
130
  * connectorId: "STRING_VALUE", // required
131
+ * version: "STRING_VALUE",
131
132
  * },
132
133
  * enabled: [ // EnabledConnectors
133
134
  * "STRING_VALUE",
@@ -364,6 +365,7 @@ declare const UpdateGatewayTargetCommand_base: {
364
365
  * // connector: { // ConnectorTargetConfiguration
365
366
  * // source: { // ConnectorSource
366
367
  * // connectorId: "STRING_VALUE", // required
368
+ * // version: "STRING_VALUE",
367
369
  * // },
368
370
  * // enabled: [ // EnabledConnectors
369
371
  * // "STRING_VALUE",
@@ -6913,6 +6913,11 @@ export interface ConnectorSource {
6913
6913
  * @public
6914
6914
  */
6915
6915
  connectorId: string | undefined;
6916
+ /**
6917
+ * <p>The version of the connector to use (for example, <code>1.1.0</code>). If you don't specify a version, the service uses the latest available version.</p>
6918
+ * @public
6919
+ */
6920
+ version?: string | undefined;
6916
6921
  }
6917
6922
  /**
6918
6923
  * <p>Configuration for a connector integration target. Connectors provide pre-built integrations with Amazon Web Services services and third-party tools.</p>
@@ -2029,6 +2029,7 @@ export interface ConnectorConfiguration {
2029
2029
  }
2030
2030
  export interface ConnectorSource {
2031
2031
  connectorId: string | undefined;
2032
+ version?: string | undefined;
2032
2033
  }
2033
2034
  export interface ConnectorTargetConfiguration {
2034
2035
  source: ConnectorSource | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-agentcore-control",
3
- "version": "3.1089.0",
3
+ "version": "3.1091.0",
4
4
  "description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock-agentcore-control",
6
6
  "license": "Apache-2.0",