@aws-sdk/client-bedrock-agentcore-control 3.1023.0 → 3.1024.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.
@@ -4213,7 +4213,7 @@ export interface OAuth2AuthorizationData {
4213
4213
  userId?: string | undefined;
4214
4214
  }
4215
4215
  /**
4216
- * <p>Contains the authorization data that is returned when a gateway target requires user authorization through an authorization code grant type.</p>
4216
+ * <p>Contains the authorization data that is returned when a gateway target is configured with a credential provider with authorization code grant type and requires user federation.</p>
4217
4217
  * @public
4218
4218
  */
4219
4219
  export type AuthorizationData = AuthorizationData.Oauth2Member | AuthorizationData.$UnknownMember;
@@ -1857,7 +1857,7 @@ export interface CreateGatewayTargetResponse {
1857
1857
  */
1858
1858
  privateEndpointManagedResources?: ManagedResourceDetails[] | undefined;
1859
1859
  /**
1860
- * <p>OAuth2 authorization data for the created gateway target. This data is returned when the target requires user authorization through an authorization code grant type.</p>
1860
+ * <p>OAuth2 authorization data for the created gateway target. This data is returned when a target is configured with a credential provider with authorization code grant type and requires user federation.</p>
1861
1861
  * @public
1862
1862
  */
1863
1863
  authorizationData?: AuthorizationData | undefined;
@@ -2018,7 +2018,7 @@ export interface GetGatewayTargetResponse {
2018
2018
  */
2019
2019
  privateEndpointManagedResources?: ManagedResourceDetails[] | undefined;
2020
2020
  /**
2021
- * <p>OAuth2 authorization data for the gateway target. This data is returned when the target requires user authorization through an authorization code grant type.</p>
2021
+ * <p>OAuth2 authorization data for the gateway target. This data is returned when a target is configured with a credential provider with authorization code grant type and requires user federation.</p>
2022
2022
  * @public
2023
2023
  */
2024
2024
  authorizationData?: AuthorizationData | undefined;
@@ -2143,7 +2143,7 @@ export interface UpdateGatewayTargetResponse {
2143
2143
  */
2144
2144
  privateEndpointManagedResources?: ManagedResourceDetails[] | undefined;
2145
2145
  /**
2146
- * <p>OAuth2 authorization data for the updated gateway target. This data is returned when the target requires user authorization through an authorization code grant type.</p>
2146
+ * <p>OAuth2 authorization data for the updated gateway target. This data is returned when a target is configured with a credential provider with authorization code grant type and requires user federation.</p>
2147
2147
  * @public
2148
2148
  */
2149
2149
  authorizationData?: AuthorizationData | 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.1023.0",
4
+ "version": "3.1024.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",