@aws-sdk/client-bedrock-agentcore-control 3.907.0 → 3.909.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 (40) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +234 -21
  3. package/dist-es/BedrockAgentCoreControl.js +2 -0
  4. package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +2 -2
  5. package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +2 -2
  6. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +23 -0
  7. package/dist-es/commands/index.js +1 -0
  8. package/dist-es/models/models_0.js +115 -0
  9. package/dist-es/protocols/Aws_restJson1.js +91 -19
  10. package/dist-types/BedrockAgentCoreControl.d.ts +7 -0
  11. package/dist-types/BedrockAgentCoreControlClient.d.ts +3 -2
  12. package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +2 -0
  13. package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +3 -0
  14. package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +9 -2
  16. package/dist-types/commands/CreateMemoryCommand.d.ts +41 -1
  17. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +127 -1
  18. package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +2 -0
  21. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  22. package/dist-types/commands/GetGatewayTargetCommand.d.ts +5 -1
  23. package/dist-types/commands/GetMemoryCommand.d.ts +21 -1
  24. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +35 -1
  25. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +1 -1
  27. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +192 -0
  28. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +9 -2
  29. package/dist-types/commands/UpdateMemoryCommand.d.ts +61 -1
  30. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +55 -2
  31. package/dist-types/commands/index.d.ts +1 -0
  32. package/dist-types/models/models_0.d.ts +899 -51
  33. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  34. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +17 -0
  35. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +6 -0
  36. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  38. package/dist-types/ts3.4/models/models_0.d.ts +418 -13
  39. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  40. package/package.json +14 -14
@@ -94,6 +94,16 @@ export interface CreateAgentRuntimeEndpointResponse {
94
94
  * @public
95
95
  */
96
96
  agentRuntimeArn: string | undefined;
97
+ /**
98
+ * <p>The unique identifier of the AgentCore Runtime.</p>
99
+ * @public
100
+ */
101
+ agentRuntimeId?: string | undefined;
102
+ /**
103
+ * <p>The name of the AgentCore Runtime endpoint.</p>
104
+ * @public
105
+ */
106
+ endpointName?: string | undefined;
97
107
  /**
98
108
  * <p>The current status of the AgentCore Runtime endpoint.</p>
99
109
  * @public
@@ -227,6 +237,16 @@ export interface DeleteAgentRuntimeEndpointResponse {
227
237
  * @public
228
238
  */
229
239
  status: AgentRuntimeEndpointStatus | undefined;
240
+ /**
241
+ * <p>The unique identifier of the AgentCore Runtime.</p>
242
+ * @public
243
+ */
244
+ agentRuntimeId?: string | undefined;
245
+ /**
246
+ * <p>The name of the AgentCore Runtime endpoint.</p>
247
+ * @public
248
+ */
249
+ endpointName?: string | undefined;
230
250
  }
231
251
  /**
232
252
  * @public
@@ -816,6 +836,11 @@ export interface DeleteAgentRuntimeResponse {
816
836
  * @public
817
837
  */
818
838
  status: AgentRuntimeStatus | undefined;
839
+ /**
840
+ * <p>The unique identifier of the AgentCore Runtime.</p>
841
+ * @public
842
+ */
843
+ agentRuntimeId?: string | undefined;
819
844
  }
820
845
  /**
821
846
  * @public
@@ -1142,6 +1167,11 @@ export interface CreateApiKeyCredentialProviderRequest {
1142
1167
  * @public
1143
1168
  */
1144
1169
  apiKey: string | undefined;
1170
+ /**
1171
+ * <p>A map of tag keys and values to assign to the API key credential provider. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
1172
+ * @public
1173
+ */
1174
+ tags?: Record<string, string> | undefined;
1145
1175
  }
1146
1176
  /**
1147
1177
  * <p>Contains information about a secret in AWS Secrets Manager.</p>
@@ -2104,7 +2134,7 @@ export interface CreateGatewayRequest {
2104
2134
  */
2105
2135
  description?: string | undefined;
2106
2136
  /**
2107
- * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
2137
+ * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
2108
2138
  * @public
2109
2139
  */
2110
2140
  clientToken?: string | undefined;
@@ -2124,12 +2154,12 @@ export interface CreateGatewayRequest {
2124
2154
  */
2125
2155
  protocolConfiguration?: GatewayProtocolConfiguration | undefined;
2126
2156
  /**
2127
- * <p>The type of authorizer to use for the gateway.</p>
2157
+ * <p>The type of authorizer to use for the gateway.</p> <ul> <li> <p> <code>CUSTOM_JWT</code> - Authorize with a bearer token.</p> </li> <li> <p> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials.</p> </li> </ul>
2128
2158
  * @public
2129
2159
  */
2130
2160
  authorizerType: AuthorizerType | undefined;
2131
2161
  /**
2132
- * <p>The authorizer configuration for the gateway.</p>
2162
+ * <p>The authorizer configuration for the gateway. Required if <code>authorizerType</code> is <code>CUSTOM_JWT</code>.</p>
2133
2163
  * @public
2134
2164
  */
2135
2165
  authorizerConfiguration?: AuthorizerConfiguration | undefined;
@@ -2768,6 +2798,17 @@ export interface S3Configuration {
2768
2798
  */
2769
2799
  bucketOwnerAccountId?: string | undefined;
2770
2800
  }
2801
+ /**
2802
+ * <p>The target configuration for the MCP server.</p>
2803
+ * @public
2804
+ */
2805
+ export interface McpServerTargetConfiguration {
2806
+ /**
2807
+ * <p>The endpoint for the MCP server target configuration.</p>
2808
+ * @public
2809
+ */
2810
+ endpoint: string | undefined;
2811
+ }
2771
2812
  /**
2772
2813
  * <p>Configuration for API schema.</p>
2773
2814
  * @public
@@ -2819,6 +2860,8 @@ export declare const TargetStatus: {
2819
2860
  readonly DELETING: "DELETING";
2820
2861
  readonly FAILED: "FAILED";
2821
2862
  readonly READY: "READY";
2863
+ readonly SYNCHRONIZE_UNSUCCESSFUL: "SYNCHRONIZE_UNSUCCESSFUL";
2864
+ readonly SYNCHRONIZING: "SYNCHRONIZING";
2822
2865
  readonly UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL";
2823
2866
  readonly UPDATING: "UPDATING";
2824
2867
  };
@@ -2952,6 +2995,21 @@ export interface ListGatewayTargetsResponse {
2952
2995
  */
2953
2996
  nextToken?: string | undefined;
2954
2997
  }
2998
+ /**
2999
+ * @public
3000
+ */
3001
+ export interface SynchronizeGatewayTargetsRequest {
3002
+ /**
3003
+ * <p>The gateway Identifier.</p>
3004
+ * @public
3005
+ */
3006
+ gatewayIdentifier: string | undefined;
3007
+ /**
3008
+ * <p>The target ID list.</p>
3009
+ * @public
3010
+ */
3011
+ targetIdList: string[] | undefined;
3012
+ }
2955
3013
  /**
2956
3014
  * @public
2957
3015
  */
@@ -3030,6 +3088,132 @@ export interface ListTagsForResourceResponse {
3030
3088
  */
3031
3089
  tags?: Record<string, string> | undefined;
3032
3090
  }
3091
+ /**
3092
+ * <p>The configuration to invoke a self-managed memory processing pipeline with.</p>
3093
+ * @public
3094
+ */
3095
+ export interface InvocationConfigurationInput {
3096
+ /**
3097
+ * <p>The ARN of the SNS topic for job notifications.</p>
3098
+ * @public
3099
+ */
3100
+ topicArn: string | undefined;
3101
+ /**
3102
+ * <p>The S3 bucket name for event payload delivery.</p>
3103
+ * @public
3104
+ */
3105
+ payloadDeliveryBucketName: string | undefined;
3106
+ }
3107
+ /**
3108
+ * <p>The trigger configuration based on a message.</p>
3109
+ * @public
3110
+ */
3111
+ export interface MessageBasedTriggerInput {
3112
+ /**
3113
+ * <p>The number of messages that trigger memory processing.</p>
3114
+ * @public
3115
+ */
3116
+ messageCount?: number | undefined;
3117
+ }
3118
+ /**
3119
+ * <p>Trigger configuration based on time.</p>
3120
+ * @public
3121
+ */
3122
+ export interface TimeBasedTriggerInput {
3123
+ /**
3124
+ * <p>Idle session timeout (seconds) that triggers memory processing.</p>
3125
+ * @public
3126
+ */
3127
+ idleSessionTimeout?: number | undefined;
3128
+ }
3129
+ /**
3130
+ * <p>Trigger configuration based on tokens.</p>
3131
+ * @public
3132
+ */
3133
+ export interface TokenBasedTriggerInput {
3134
+ /**
3135
+ * <p>Number of tokens that trigger memory processing.</p>
3136
+ * @public
3137
+ */
3138
+ tokenCount?: number | undefined;
3139
+ }
3140
+ /**
3141
+ * <p>Condition that triggers memory processing.</p>
3142
+ * @public
3143
+ */
3144
+ export type TriggerConditionInput = TriggerConditionInput.MessageBasedTriggerMember | TriggerConditionInput.TimeBasedTriggerMember | TriggerConditionInput.TokenBasedTriggerMember | TriggerConditionInput.$UnknownMember;
3145
+ /**
3146
+ * @public
3147
+ */
3148
+ export declare namespace TriggerConditionInput {
3149
+ /**
3150
+ * <p>Message based trigger configuration.</p>
3151
+ * @public
3152
+ */
3153
+ interface MessageBasedTriggerMember {
3154
+ messageBasedTrigger: MessageBasedTriggerInput;
3155
+ tokenBasedTrigger?: never;
3156
+ timeBasedTrigger?: never;
3157
+ $unknown?: never;
3158
+ }
3159
+ /**
3160
+ * <p>Token based trigger configuration.</p>
3161
+ * @public
3162
+ */
3163
+ interface TokenBasedTriggerMember {
3164
+ messageBasedTrigger?: never;
3165
+ tokenBasedTrigger: TokenBasedTriggerInput;
3166
+ timeBasedTrigger?: never;
3167
+ $unknown?: never;
3168
+ }
3169
+ /**
3170
+ * <p>Time based trigger configuration.</p>
3171
+ * @public
3172
+ */
3173
+ interface TimeBasedTriggerMember {
3174
+ messageBasedTrigger?: never;
3175
+ tokenBasedTrigger?: never;
3176
+ timeBasedTrigger: TimeBasedTriggerInput;
3177
+ $unknown?: never;
3178
+ }
3179
+ /**
3180
+ * @public
3181
+ */
3182
+ interface $UnknownMember {
3183
+ messageBasedTrigger?: never;
3184
+ tokenBasedTrigger?: never;
3185
+ timeBasedTrigger?: never;
3186
+ $unknown: [string, any];
3187
+ }
3188
+ interface Visitor<T> {
3189
+ messageBasedTrigger: (value: MessageBasedTriggerInput) => T;
3190
+ tokenBasedTrigger: (value: TokenBasedTriggerInput) => T;
3191
+ timeBasedTrigger: (value: TimeBasedTriggerInput) => T;
3192
+ _: (name: string, value: any) => T;
3193
+ }
3194
+ const visit: <T>(value: TriggerConditionInput, visitor: Visitor<T>) => T;
3195
+ }
3196
+ /**
3197
+ * <p>Input configuration for a self-managed memory strategy.</p>
3198
+ * @public
3199
+ */
3200
+ export interface SelfManagedConfigurationInput {
3201
+ /**
3202
+ * <p>A list of conditions that trigger memory processing.</p>
3203
+ * @public
3204
+ */
3205
+ triggerConditions?: TriggerConditionInput[] | undefined;
3206
+ /**
3207
+ * <p>Configuration to invoke a self-managed memory processing pipeline with.</p>
3208
+ * @public
3209
+ */
3210
+ invocationConfiguration: InvocationConfigurationInput | undefined;
3211
+ /**
3212
+ * <p>Number of historical messages to include in processing context.</p>
3213
+ * @public
3214
+ */
3215
+ historicalContextWindowSize?: number | undefined;
3216
+ }
3033
3217
  /**
3034
3218
  * <p>Input for semantic override consolidation configuration in a memory strategy.</p>
3035
3219
  * @public
@@ -3157,7 +3341,7 @@ export interface UserPreferenceOverrideConfigurationInput {
3157
3341
  * <p>Input for custom configuration of a memory strategy.</p>
3158
3342
  * @public
3159
3343
  */
3160
- export type CustomConfigurationInput = CustomConfigurationInput.SemanticOverrideMember | CustomConfigurationInput.SummaryOverrideMember | CustomConfigurationInput.UserPreferenceOverrideMember | CustomConfigurationInput.$UnknownMember;
3344
+ export type CustomConfigurationInput = CustomConfigurationInput.SelfManagedConfigurationMember | CustomConfigurationInput.SemanticOverrideMember | CustomConfigurationInput.SummaryOverrideMember | CustomConfigurationInput.UserPreferenceOverrideMember | CustomConfigurationInput.$UnknownMember;
3161
3345
  /**
3162
3346
  * @public
3163
3347
  */
@@ -3170,6 +3354,7 @@ export declare namespace CustomConfigurationInput {
3170
3354
  semanticOverride: SemanticOverrideConfigurationInput;
3171
3355
  summaryOverride?: never;
3172
3356
  userPreferenceOverride?: never;
3357
+ selfManagedConfiguration?: never;
3173
3358
  $unknown?: never;
3174
3359
  }
3175
3360
  /**
@@ -3180,6 +3365,7 @@ export declare namespace CustomConfigurationInput {
3180
3365
  semanticOverride?: never;
3181
3366
  summaryOverride: SummaryOverrideConfigurationInput;
3182
3367
  userPreferenceOverride?: never;
3368
+ selfManagedConfiguration?: never;
3183
3369
  $unknown?: never;
3184
3370
  }
3185
3371
  /**
@@ -3190,6 +3376,18 @@ export declare namespace CustomConfigurationInput {
3190
3376
  semanticOverride?: never;
3191
3377
  summaryOverride?: never;
3192
3378
  userPreferenceOverride: UserPreferenceOverrideConfigurationInput;
3379
+ selfManagedConfiguration?: never;
3380
+ $unknown?: never;
3381
+ }
3382
+ /**
3383
+ * <p>The self managed configuration for a custom memory strategy.</p>
3384
+ * @public
3385
+ */
3386
+ interface SelfManagedConfigurationMember {
3387
+ semanticOverride?: never;
3388
+ summaryOverride?: never;
3389
+ userPreferenceOverride?: never;
3390
+ selfManagedConfiguration: SelfManagedConfigurationInput;
3193
3391
  $unknown?: never;
3194
3392
  }
3195
3393
  /**
@@ -3199,12 +3397,14 @@ export declare namespace CustomConfigurationInput {
3199
3397
  semanticOverride?: never;
3200
3398
  summaryOverride?: never;
3201
3399
  userPreferenceOverride?: never;
3400
+ selfManagedConfiguration?: never;
3202
3401
  $unknown: [string, any];
3203
3402
  }
3204
3403
  interface Visitor<T> {
3205
3404
  semanticOverride: (value: SemanticOverrideConfigurationInput) => T;
3206
3405
  summaryOverride: (value: SummaryOverrideConfigurationInput) => T;
3207
3406
  userPreferenceOverride: (value: UserPreferenceOverrideConfigurationInput) => T;
3407
+ selfManagedConfiguration: (value: SelfManagedConfigurationInput) => T;
3208
3408
  _: (name: string, value: any) => T;
3209
3409
  }
3210
3410
  const visit: <T>(value: CustomConfigurationInput, visitor: Visitor<T>) => T;
@@ -3667,11 +3867,138 @@ export declare namespace ExtractionConfiguration {
3667
3867
  }
3668
3868
  const visit: <T>(value: ExtractionConfiguration, visitor: Visitor<T>) => T;
3669
3869
  }
3870
+ /**
3871
+ * <p>The configuration to invoke a self-managed memory processing pipeline with.</p>
3872
+ * @public
3873
+ */
3874
+ export interface InvocationConfiguration {
3875
+ /**
3876
+ * <p>The ARN of the SNS topic for job notifications.</p>
3877
+ * @public
3878
+ */
3879
+ topicArn: string | undefined;
3880
+ /**
3881
+ * <p>The S3 bucket name for event payload delivery.</p>
3882
+ * @public
3883
+ */
3884
+ payloadDeliveryBucketName: string | undefined;
3885
+ }
3886
+ /**
3887
+ * <p>The trigger configuration based on a message.</p>
3888
+ * @public
3889
+ */
3890
+ export interface MessageBasedTrigger {
3891
+ /**
3892
+ * <p>The number of messages that trigger memory processing.</p>
3893
+ * @public
3894
+ */
3895
+ messageCount?: number | undefined;
3896
+ }
3897
+ /**
3898
+ * <p>Trigger configuration based on time.</p>
3899
+ * @public
3900
+ */
3901
+ export interface TimeBasedTrigger {
3902
+ /**
3903
+ * <p>Idle session timeout (seconds) that triggers memory processing.</p>
3904
+ * @public
3905
+ */
3906
+ idleSessionTimeout?: number | undefined;
3907
+ }
3908
+ /**
3909
+ * <p>Trigger configuration based on tokens.</p>
3910
+ * @public
3911
+ */
3912
+ export interface TokenBasedTrigger {
3913
+ /**
3914
+ * <p>Number of tokens that trigger memory processing.</p>
3915
+ * @public
3916
+ */
3917
+ tokenCount?: number | undefined;
3918
+ }
3919
+ /**
3920
+ * <p>Condition that triggers memory processing.</p>
3921
+ * @public
3922
+ */
3923
+ export type TriggerCondition = TriggerCondition.MessageBasedTriggerMember | TriggerCondition.TimeBasedTriggerMember | TriggerCondition.TokenBasedTriggerMember | TriggerCondition.$UnknownMember;
3924
+ /**
3925
+ * @public
3926
+ */
3927
+ export declare namespace TriggerCondition {
3928
+ /**
3929
+ * <p>Message based trigger configuration.</p>
3930
+ * @public
3931
+ */
3932
+ interface MessageBasedTriggerMember {
3933
+ messageBasedTrigger: MessageBasedTrigger;
3934
+ tokenBasedTrigger?: never;
3935
+ timeBasedTrigger?: never;
3936
+ $unknown?: never;
3937
+ }
3938
+ /**
3939
+ * <p>Token based trigger configuration.</p>
3940
+ * @public
3941
+ */
3942
+ interface TokenBasedTriggerMember {
3943
+ messageBasedTrigger?: never;
3944
+ tokenBasedTrigger: TokenBasedTrigger;
3945
+ timeBasedTrigger?: never;
3946
+ $unknown?: never;
3947
+ }
3948
+ /**
3949
+ * <p>Time based trigger configuration.</p>
3950
+ * @public
3951
+ */
3952
+ interface TimeBasedTriggerMember {
3953
+ messageBasedTrigger?: never;
3954
+ tokenBasedTrigger?: never;
3955
+ timeBasedTrigger: TimeBasedTrigger;
3956
+ $unknown?: never;
3957
+ }
3958
+ /**
3959
+ * @public
3960
+ */
3961
+ interface $UnknownMember {
3962
+ messageBasedTrigger?: never;
3963
+ tokenBasedTrigger?: never;
3964
+ timeBasedTrigger?: never;
3965
+ $unknown: [string, any];
3966
+ }
3967
+ interface Visitor<T> {
3968
+ messageBasedTrigger: (value: MessageBasedTrigger) => T;
3969
+ tokenBasedTrigger: (value: TokenBasedTrigger) => T;
3970
+ timeBasedTrigger: (value: TimeBasedTrigger) => T;
3971
+ _: (name: string, value: any) => T;
3972
+ }
3973
+ const visit: <T>(value: TriggerCondition, visitor: Visitor<T>) => T;
3974
+ }
3975
+ /**
3976
+ * <p>A configuration for a self-managed memory strategy.</p>
3977
+ * @public
3978
+ */
3979
+ export interface SelfManagedConfiguration {
3980
+ /**
3981
+ * <p>A list of conditions that trigger memory processing.</p>
3982
+ * @public
3983
+ */
3984
+ triggerConditions: TriggerCondition[] | undefined;
3985
+ /**
3986
+ * <p>The configuration to use when invoking memory processing.</p>
3987
+ * @public
3988
+ */
3989
+ invocationConfiguration: InvocationConfiguration | undefined;
3990
+ /**
3991
+ * <p>The number of historical messages to include in processing context.</p>
3992
+ * @public
3993
+ */
3994
+ historicalContextWindowSize: number | undefined;
3995
+ }
3670
3996
  /**
3671
3997
  * @public
3672
3998
  * @enum
3673
3999
  */
3674
4000
  export declare const OverrideType: {
4001
+ readonly SELF_MANAGED: "SELF_MANAGED";
3675
4002
  readonly SEMANTIC_OVERRIDE: "SEMANTIC_OVERRIDE";
3676
4003
  readonly SUMMARY_OVERRIDE: "SUMMARY_OVERRIDE";
3677
4004
  readonly USER_PREFERENCE_OVERRIDE: "USER_PREFERENCE_OVERRIDE";
@@ -3700,6 +4027,11 @@ export interface StrategyConfiguration {
3700
4027
  * @public
3701
4028
  */
3702
4029
  consolidation?: ConsolidationConfiguration | undefined;
4030
+ /**
4031
+ * <p>Self-managed configuration settings.</p>
4032
+ * @public
4033
+ */
4034
+ selfManagedConfiguration?: SelfManagedConfiguration | undefined;
3703
4035
  }
3704
4036
  /**
3705
4037
  * @public
@@ -4162,6 +4494,43 @@ export declare namespace ModifyExtractionConfiguration {
4162
4494
  }
4163
4495
  const visit: <T>(value: ModifyExtractionConfiguration, visitor: Visitor<T>) => T;
4164
4496
  }
4497
+ /**
4498
+ * <p>The configuration for updating invocation settings.</p>
4499
+ * @public
4500
+ */
4501
+ export interface ModifyInvocationConfigurationInput {
4502
+ /**
4503
+ * <p>The updated ARN of the SNS topic for job notifications.</p>
4504
+ * @public
4505
+ */
4506
+ topicArn?: string | undefined;
4507
+ /**
4508
+ * <p>The updated S3 bucket name for event payload delivery.</p>
4509
+ * @public
4510
+ */
4511
+ payloadDeliveryBucketName?: string | undefined;
4512
+ }
4513
+ /**
4514
+ * <p>The configuration for updating the self-managed memory strategy.</p>
4515
+ * @public
4516
+ */
4517
+ export interface ModifySelfManagedConfiguration {
4518
+ /**
4519
+ * <p>The updated list of conditions that trigger memory processing.</p>
4520
+ * @public
4521
+ */
4522
+ triggerConditions?: TriggerConditionInput[] | undefined;
4523
+ /**
4524
+ * <p>The updated configuration to invoke self-managed memory processing pipeline.</p>
4525
+ * @public
4526
+ */
4527
+ invocationConfiguration?: ModifyInvocationConfigurationInput | undefined;
4528
+ /**
4529
+ * <p>The updated number of historical messages to include in processing context.</p>
4530
+ * @public
4531
+ */
4532
+ historicalContextWindowSize?: number | undefined;
4533
+ }
4165
4534
  /**
4166
4535
  * <p>Contains information for modifying a strategy configuration.</p>
4167
4536
  * @public
@@ -4177,6 +4546,11 @@ export interface ModifyStrategyConfiguration {
4177
4546
  * @public
4178
4547
  */
4179
4548
  consolidation?: ModifyConsolidationConfiguration | undefined;
4549
+ /**
4550
+ * <p>The updated self-managed configuration.</p>
4551
+ * @public
4552
+ */
4553
+ selfManagedConfiguration?: ModifySelfManagedConfiguration | undefined;
4180
4554
  }
4181
4555
  /**
4182
4556
  * <p>Input for modifying a memory strategy.</p>
@@ -4275,17 +4649,52 @@ export interface UpdateMemoryOutput {
4275
4649
  * @enum
4276
4650
  */
4277
4651
  export declare const CredentialProviderVendorType: {
4652
+ readonly AtlassianOauth2: "AtlassianOauth2";
4653
+ readonly Auth0Oauth2: "Auth0Oauth2";
4654
+ readonly CognitoOauth2: "CognitoOauth2";
4278
4655
  readonly CustomOauth2: "CustomOauth2";
4656
+ readonly CyberArkOauth2: "CyberArkOauth2";
4657
+ readonly DropboxOauth2: "DropboxOauth2";
4658
+ readonly FacebookOauth2: "FacebookOauth2";
4659
+ readonly FusionAuthOauth2: "FusionAuthOauth2";
4279
4660
  readonly GithubOauth2: "GithubOauth2";
4280
4661
  readonly GoogleOauth2: "GoogleOauth2";
4662
+ readonly HubspotOauth2: "HubspotOauth2";
4663
+ readonly LinkedinOauth2: "LinkedinOauth2";
4281
4664
  readonly MicrosoftOauth2: "MicrosoftOauth2";
4665
+ readonly NotionOauth2: "NotionOauth2";
4666
+ readonly OktaOauth2: "OktaOauth2";
4667
+ readonly OneLoginOauth2: "OneLoginOauth2";
4668
+ readonly PingOneOauth2: "PingOneOauth2";
4669
+ readonly RedditOauth2: "RedditOauth2";
4282
4670
  readonly SalesforceOauth2: "SalesforceOauth2";
4283
4671
  readonly SlackOauth2: "SlackOauth2";
4672
+ readonly SpotifyOauth2: "SpotifyOauth2";
4673
+ readonly TwitchOauth2: "TwitchOauth2";
4674
+ readonly XOauth2: "XOauth2";
4675
+ readonly YandexOauth2: "YandexOauth2";
4676
+ readonly ZoomOauth2: "ZoomOauth2";
4284
4677
  };
4285
4678
  /**
4286
4679
  * @public
4287
4680
  */
4288
4681
  export type CredentialProviderVendorType = (typeof CredentialProviderVendorType)[keyof typeof CredentialProviderVendorType];
4682
+ /**
4683
+ * <p>Configuration settings for connecting to Atlassian services using OAuth2 authentication. This includes the client credentials required to authenticate with Atlassian's OAuth2 authorization server.</p>
4684
+ * @public
4685
+ */
4686
+ export interface AtlassianOauth2ProviderConfigInput {
4687
+ /**
4688
+ * <p>The client ID for the Atlassian OAuth2 provider. This identifier is assigned by Atlassian when you register your application.</p>
4689
+ * @public
4690
+ */
4691
+ clientId: string | undefined;
4692
+ /**
4693
+ * <p>The client secret for the Atlassian OAuth2 provider. This secret is assigned by Atlassian and used along with the client ID to authenticate your application.</p>
4694
+ * @public
4695
+ */
4696
+ clientSecret: string | undefined;
4697
+ }
4289
4698
  /**
4290
4699
  * <p>Contains the authorization server metadata for an OAuth2 provider.</p>
4291
4700
  * @public
@@ -4311,6 +4720,11 @@ export interface Oauth2AuthorizationServerMetadata {
4311
4720
  * @public
4312
4721
  */
4313
4722
  responseTypes?: string[] | undefined;
4723
+ /**
4724
+ * <p>The authentication methods supported by the token endpoint. This specifies how clients can authenticate when requesting tokens from the authorization server.</p>
4725
+ * @public
4726
+ */
4727
+ tokenEndpointAuthMethods?: string[] | undefined;
4314
4728
  }
4315
4729
  /**
4316
4730
  * <p>Contains the discovery information for an OAuth2 provider.</p>
@@ -4408,28 +4822,80 @@ export interface GoogleOauth2ProviderConfigInput {
4408
4822
  clientSecret: string | undefined;
4409
4823
  }
4410
4824
  /**
4411
- * <p>Input configuration for a Microsoft OAuth2 provider.</p>
4825
+ * <p>Configuration settings for connecting to a supported OAuth2 provider. This includes client credentials and OAuth2 discovery information for providers that have built-in support.</p>
4412
4826
  * @public
4413
4827
  */
4414
- export interface MicrosoftOauth2ProviderConfigInput {
4828
+ export interface IncludedOauth2ProviderConfigInput {
4415
4829
  /**
4416
- * <p>The client ID for the Microsoft OAuth2 provider.</p>
4830
+ * <p>The client ID for the supported OAuth2 provider. This identifier is assigned by the OAuth2 provider when you register your application.</p>
4417
4831
  * @public
4418
4832
  */
4419
4833
  clientId: string | undefined;
4420
4834
  /**
4421
- * <p>The client secret for the Microsoft OAuth2 provider.</p>
4835
+ * <p>The client secret for the supported OAuth2 provider. This secret is assigned by the OAuth2 provider and used along with the client ID to authenticate your application.</p>
4422
4836
  * @public
4423
4837
  */
4424
4838
  clientSecret: string | undefined;
4425
- }
4426
- /**
4427
- * <p>Input configuration for a Salesforce OAuth2 provider.</p>
4428
- * @public
4429
- */
4430
- export interface SalesforceOauth2ProviderConfigInput {
4431
4839
  /**
4432
- * <p>The client ID for the Salesforce OAuth2 provider.</p>
4840
+ * <p>Token issuer of your isolated OAuth2 application tenant. This URL identifies the authorization server that issues tokens for this provider.</p>
4841
+ * @public
4842
+ */
4843
+ issuer?: string | undefined;
4844
+ /**
4845
+ * <p>OAuth2 authorization endpoint for your isolated OAuth2 application tenant. This is where users are redirected to authenticate and authorize access to their resources.</p>
4846
+ * @public
4847
+ */
4848
+ authorizationEndpoint?: string | undefined;
4849
+ /**
4850
+ * <p>OAuth2 token endpoint for your isolated OAuth2 application tenant. This is where authorization codes are exchanged for access tokens.</p>
4851
+ * @public
4852
+ */
4853
+ tokenEndpoint?: string | undefined;
4854
+ }
4855
+ /**
4856
+ * <p>Configuration settings for connecting to LinkedIn services using OAuth2 authentication. This includes the client credentials required to authenticate with LinkedIn's OAuth2 authorization server.</p>
4857
+ * @public
4858
+ */
4859
+ export interface LinkedinOauth2ProviderConfigInput {
4860
+ /**
4861
+ * <p>The client ID for the LinkedIn OAuth2 provider. This identifier is assigned by LinkedIn when you register your application.</p>
4862
+ * @public
4863
+ */
4864
+ clientId: string | undefined;
4865
+ /**
4866
+ * <p>The client secret for the LinkedIn OAuth2 provider. This secret is assigned by LinkedIn and used along with the client ID to authenticate your application.</p>
4867
+ * @public
4868
+ */
4869
+ clientSecret: string | undefined;
4870
+ }
4871
+ /**
4872
+ * <p>Input configuration for a Microsoft OAuth2 provider.</p>
4873
+ * @public
4874
+ */
4875
+ export interface MicrosoftOauth2ProviderConfigInput {
4876
+ /**
4877
+ * <p>The client ID for the Microsoft OAuth2 provider.</p>
4878
+ * @public
4879
+ */
4880
+ clientId: string | undefined;
4881
+ /**
4882
+ * <p>The client secret for the Microsoft OAuth2 provider.</p>
4883
+ * @public
4884
+ */
4885
+ clientSecret: string | undefined;
4886
+ /**
4887
+ * <p>The Microsoft Entra ID (formerly Azure AD) tenant ID for your organization. This identifies the specific tenant within Microsoft's identity platform where your application is registered.</p>
4888
+ * @public
4889
+ */
4890
+ tenantId?: string | undefined;
4891
+ }
4892
+ /**
4893
+ * <p>Input configuration for a Salesforce OAuth2 provider.</p>
4894
+ * @public
4895
+ */
4896
+ export interface SalesforceOauth2ProviderConfigInput {
4897
+ /**
4898
+ * <p>The client ID for the Salesforce OAuth2 provider.</p>
4433
4899
  * @public
4434
4900
  */
4435
4901
  clientId: string | undefined;
@@ -4459,7 +4925,7 @@ export interface SlackOauth2ProviderConfigInput {
4459
4925
  * <p>Contains the input configuration for an OAuth2 provider.</p>
4460
4926
  * @public
4461
4927
  */
4462
- export type Oauth2ProviderConfigInput = Oauth2ProviderConfigInput.CustomOauth2ProviderConfigMember | Oauth2ProviderConfigInput.GithubOauth2ProviderConfigMember | Oauth2ProviderConfigInput.GoogleOauth2ProviderConfigMember | Oauth2ProviderConfigInput.MicrosoftOauth2ProviderConfigMember | Oauth2ProviderConfigInput.SalesforceOauth2ProviderConfigMember | Oauth2ProviderConfigInput.SlackOauth2ProviderConfigMember | Oauth2ProviderConfigInput.$UnknownMember;
4928
+ export type Oauth2ProviderConfigInput = Oauth2ProviderConfigInput.AtlassianOauth2ProviderConfigMember | Oauth2ProviderConfigInput.CustomOauth2ProviderConfigMember | Oauth2ProviderConfigInput.GithubOauth2ProviderConfigMember | Oauth2ProviderConfigInput.GoogleOauth2ProviderConfigMember | Oauth2ProviderConfigInput.IncludedOauth2ProviderConfigMember | Oauth2ProviderConfigInput.LinkedinOauth2ProviderConfigMember | Oauth2ProviderConfigInput.MicrosoftOauth2ProviderConfigMember | Oauth2ProviderConfigInput.SalesforceOauth2ProviderConfigMember | Oauth2ProviderConfigInput.SlackOauth2ProviderConfigMember | Oauth2ProviderConfigInput.$UnknownMember;
4463
4929
  /**
4464
4930
  * @public
4465
4931
  */
@@ -4475,6 +4941,9 @@ export declare namespace Oauth2ProviderConfigInput {
4475
4941
  slackOauth2ProviderConfig?: never;
4476
4942
  salesforceOauth2ProviderConfig?: never;
4477
4943
  microsoftOauth2ProviderConfig?: never;
4944
+ atlassianOauth2ProviderConfig?: never;
4945
+ linkedinOauth2ProviderConfig?: never;
4946
+ includedOauth2ProviderConfig?: never;
4478
4947
  $unknown?: never;
4479
4948
  }
4480
4949
  /**
@@ -4488,6 +4957,9 @@ export declare namespace Oauth2ProviderConfigInput {
4488
4957
  slackOauth2ProviderConfig?: never;
4489
4958
  salesforceOauth2ProviderConfig?: never;
4490
4959
  microsoftOauth2ProviderConfig?: never;
4960
+ atlassianOauth2ProviderConfig?: never;
4961
+ linkedinOauth2ProviderConfig?: never;
4962
+ includedOauth2ProviderConfig?: never;
4491
4963
  $unknown?: never;
4492
4964
  }
4493
4965
  /**
@@ -4501,6 +4973,9 @@ export declare namespace Oauth2ProviderConfigInput {
4501
4973
  slackOauth2ProviderConfig?: never;
4502
4974
  salesforceOauth2ProviderConfig?: never;
4503
4975
  microsoftOauth2ProviderConfig?: never;
4976
+ atlassianOauth2ProviderConfig?: never;
4977
+ linkedinOauth2ProviderConfig?: never;
4978
+ includedOauth2ProviderConfig?: never;
4504
4979
  $unknown?: never;
4505
4980
  }
4506
4981
  /**
@@ -4514,6 +4989,9 @@ export declare namespace Oauth2ProviderConfigInput {
4514
4989
  slackOauth2ProviderConfig: SlackOauth2ProviderConfigInput;
4515
4990
  salesforceOauth2ProviderConfig?: never;
4516
4991
  microsoftOauth2ProviderConfig?: never;
4992
+ atlassianOauth2ProviderConfig?: never;
4993
+ linkedinOauth2ProviderConfig?: never;
4994
+ includedOauth2ProviderConfig?: never;
4517
4995
  $unknown?: never;
4518
4996
  }
4519
4997
  /**
@@ -4527,6 +5005,9 @@ export declare namespace Oauth2ProviderConfigInput {
4527
5005
  slackOauth2ProviderConfig?: never;
4528
5006
  salesforceOauth2ProviderConfig: SalesforceOauth2ProviderConfigInput;
4529
5007
  microsoftOauth2ProviderConfig?: never;
5008
+ atlassianOauth2ProviderConfig?: never;
5009
+ linkedinOauth2ProviderConfig?: never;
5010
+ includedOauth2ProviderConfig?: never;
4530
5011
  $unknown?: never;
4531
5012
  }
4532
5013
  /**
@@ -4540,6 +5021,57 @@ export declare namespace Oauth2ProviderConfigInput {
4540
5021
  slackOauth2ProviderConfig?: never;
4541
5022
  salesforceOauth2ProviderConfig?: never;
4542
5023
  microsoftOauth2ProviderConfig: MicrosoftOauth2ProviderConfigInput;
5024
+ atlassianOauth2ProviderConfig?: never;
5025
+ linkedinOauth2ProviderConfig?: never;
5026
+ includedOauth2ProviderConfig?: never;
5027
+ $unknown?: never;
5028
+ }
5029
+ /**
5030
+ * <p>Configuration settings for Atlassian OAuth2 provider integration.</p>
5031
+ * @public
5032
+ */
5033
+ interface AtlassianOauth2ProviderConfigMember {
5034
+ customOauth2ProviderConfig?: never;
5035
+ googleOauth2ProviderConfig?: never;
5036
+ githubOauth2ProviderConfig?: never;
5037
+ slackOauth2ProviderConfig?: never;
5038
+ salesforceOauth2ProviderConfig?: never;
5039
+ microsoftOauth2ProviderConfig?: never;
5040
+ atlassianOauth2ProviderConfig: AtlassianOauth2ProviderConfigInput;
5041
+ linkedinOauth2ProviderConfig?: never;
5042
+ includedOauth2ProviderConfig?: never;
5043
+ $unknown?: never;
5044
+ }
5045
+ /**
5046
+ * <p>Configuration settings for LinkedIn OAuth2 provider integration.</p>
5047
+ * @public
5048
+ */
5049
+ interface LinkedinOauth2ProviderConfigMember {
5050
+ customOauth2ProviderConfig?: never;
5051
+ googleOauth2ProviderConfig?: never;
5052
+ githubOauth2ProviderConfig?: never;
5053
+ slackOauth2ProviderConfig?: never;
5054
+ salesforceOauth2ProviderConfig?: never;
5055
+ microsoftOauth2ProviderConfig?: never;
5056
+ atlassianOauth2ProviderConfig?: never;
5057
+ linkedinOauth2ProviderConfig: LinkedinOauth2ProviderConfigInput;
5058
+ includedOauth2ProviderConfig?: never;
5059
+ $unknown?: never;
5060
+ }
5061
+ /**
5062
+ * <p>The configuration for a non-custom OAuth2 provider. This includes settings for supported OAuth2 providers that have built-in integration support.</p>
5063
+ * @public
5064
+ */
5065
+ interface IncludedOauth2ProviderConfigMember {
5066
+ customOauth2ProviderConfig?: never;
5067
+ googleOauth2ProviderConfig?: never;
5068
+ githubOauth2ProviderConfig?: never;
5069
+ slackOauth2ProviderConfig?: never;
5070
+ salesforceOauth2ProviderConfig?: never;
5071
+ microsoftOauth2ProviderConfig?: never;
5072
+ atlassianOauth2ProviderConfig?: never;
5073
+ linkedinOauth2ProviderConfig?: never;
5074
+ includedOauth2ProviderConfig: IncludedOauth2ProviderConfigInput;
4543
5075
  $unknown?: never;
4544
5076
  }
4545
5077
  /**
@@ -4552,6 +5084,9 @@ export declare namespace Oauth2ProviderConfigInput {
4552
5084
  slackOauth2ProviderConfig?: never;
4553
5085
  salesforceOauth2ProviderConfig?: never;
4554
5086
  microsoftOauth2ProviderConfig?: never;
5087
+ atlassianOauth2ProviderConfig?: never;
5088
+ linkedinOauth2ProviderConfig?: never;
5089
+ includedOauth2ProviderConfig?: never;
4555
5090
  $unknown: [string, any];
4556
5091
  }
4557
5092
  interface Visitor<T> {
@@ -4561,6 +5096,9 @@ export declare namespace Oauth2ProviderConfigInput {
4561
5096
  slackOauth2ProviderConfig: (value: SlackOauth2ProviderConfigInput) => T;
4562
5097
  salesforceOauth2ProviderConfig: (value: SalesforceOauth2ProviderConfigInput) => T;
4563
5098
  microsoftOauth2ProviderConfig: (value: MicrosoftOauth2ProviderConfigInput) => T;
5099
+ atlassianOauth2ProviderConfig: (value: AtlassianOauth2ProviderConfigInput) => T;
5100
+ linkedinOauth2ProviderConfig: (value: LinkedinOauth2ProviderConfigInput) => T;
5101
+ includedOauth2ProviderConfig: (value: IncludedOauth2ProviderConfigInput) => T;
4564
5102
  _: (name: string, value: any) => T;
4565
5103
  }
4566
5104
  const visit: <T>(value: Oauth2ProviderConfigInput, visitor: Visitor<T>) => T;
@@ -4584,84 +5122,107 @@ export interface CreateOauth2CredentialProviderRequest {
4584
5122
  * @public
4585
5123
  */
4586
5124
  oauth2ProviderConfigInput: Oauth2ProviderConfigInput | undefined;
5125
+ /**
5126
+ * <p>A map of tag keys and values to assign to the OAuth2 credential provider. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>
5127
+ * @public
5128
+ */
5129
+ tags?: Record<string, string> | undefined;
4587
5130
  }
4588
5131
  /**
5132
+ * <p>The configuration details returned for an Atlassian OAuth2 provider, including the client ID and OAuth2 discovery information.</p>
4589
5133
  * @public
4590
5134
  */
4591
- export interface CreateOauth2CredentialProviderResponse {
5135
+ export interface AtlassianOauth2ProviderConfigOutput {
4592
5136
  /**
4593
- * <p>The Amazon Resource Name (ARN) of the client secret in AWS Secrets Manager.</p>
5137
+ * <p>Contains the discovery information for an OAuth2 provider.</p>
4594
5138
  * @public
4595
5139
  */
4596
- clientSecretArn: Secret | undefined;
5140
+ oauthDiscovery: Oauth2Discovery | undefined;
4597
5141
  /**
4598
- * <p>The name of the OAuth2 credential provider.</p>
5142
+ * <p>The client ID for the Atlassian OAuth2 provider.</p>
4599
5143
  * @public
4600
5144
  */
4601
- name: string | undefined;
4602
- /**
4603
- * <p>The Amazon Resource Name (ARN) of the OAuth2 credential provider.</p>
4604
- * @public
4605
- */
4606
- credentialProviderArn: string | undefined;
5145
+ clientId?: string | undefined;
4607
5146
  }
4608
5147
  /**
5148
+ * <p>Output configuration for a custom OAuth2 provider.</p>
4609
5149
  * @public
4610
5150
  */
4611
- export interface DeleteOauth2CredentialProviderRequest {
5151
+ export interface CustomOauth2ProviderConfigOutput {
4612
5152
  /**
4613
- * <p>The name of the OAuth2 credential provider to delete.</p>
5153
+ * <p>The OAuth2 discovery information for the custom provider.</p>
4614
5154
  * @public
4615
5155
  */
4616
- name: string | undefined;
4617
- }
4618
- /**
4619
- * @public
4620
- */
4621
- export interface DeleteOauth2CredentialProviderResponse {
5156
+ oauthDiscovery: Oauth2Discovery | undefined;
5157
+ /**
5158
+ * <p>The client ID for the custom OAuth2 provider.</p>
5159
+ * @public
5160
+ */
5161
+ clientId?: string | undefined;
4622
5162
  }
4623
5163
  /**
5164
+ * <p>Output configuration for a GitHub OAuth2 provider.</p>
4624
5165
  * @public
4625
5166
  */
4626
- export interface GetOauth2CredentialProviderRequest {
5167
+ export interface GithubOauth2ProviderConfigOutput {
4627
5168
  /**
4628
- * <p>The name of the OAuth2 credential provider to retrieve.</p>
5169
+ * <p>The OAuth2 discovery information for the GitHub provider.</p>
4629
5170
  * @public
4630
5171
  */
4631
- name: string | undefined;
5172
+ oauthDiscovery: Oauth2Discovery | undefined;
5173
+ /**
5174
+ * <p>The client ID for the GitHub OAuth2 provider.</p>
5175
+ * @public
5176
+ */
5177
+ clientId?: string | undefined;
4632
5178
  }
4633
5179
  /**
4634
- * <p>Output configuration for a custom OAuth2 provider.</p>
5180
+ * <p>Output configuration for a Google OAuth2 provider.</p>
4635
5181
  * @public
4636
5182
  */
4637
- export interface CustomOauth2ProviderConfigOutput {
5183
+ export interface GoogleOauth2ProviderConfigOutput {
4638
5184
  /**
4639
- * <p>The OAuth2 discovery information for the custom provider.</p>
5185
+ * <p>The OAuth2 discovery information for the Google provider.</p>
4640
5186
  * @public
4641
5187
  */
4642
5188
  oauthDiscovery: Oauth2Discovery | undefined;
5189
+ /**
5190
+ * <p>The client ID for the Google OAuth2 provider.</p>
5191
+ * @public
5192
+ */
5193
+ clientId?: string | undefined;
4643
5194
  }
4644
5195
  /**
4645
- * <p>Output configuration for a GitHub OAuth2 provider.</p>
5196
+ * <p>The configuration details returned for a supported OAuth2 provider, including client credentials and OAuth2 discovery information.</p>
4646
5197
  * @public
4647
5198
  */
4648
- export interface GithubOauth2ProviderConfigOutput {
5199
+ export interface IncludedOauth2ProviderConfigOutput {
4649
5200
  /**
4650
- * <p>The OAuth2 discovery information for the GitHub provider.</p>
5201
+ * <p>Contains the discovery information for an OAuth2 provider.</p>
4651
5202
  * @public
4652
5203
  */
4653
5204
  oauthDiscovery: Oauth2Discovery | undefined;
5205
+ /**
5206
+ * <p>The client ID for the supported OAuth2 provider.</p>
5207
+ * @public
5208
+ */
5209
+ clientId?: string | undefined;
4654
5210
  }
4655
5211
  /**
4656
- * <p>Output configuration for a Google OAuth2 provider.</p>
5212
+ * <p>The configuration details returned for a LinkedIn OAuth2 provider, including the client ID and OAuth2 discovery information.</p>
4657
5213
  * @public
4658
5214
  */
4659
- export interface GoogleOauth2ProviderConfigOutput {
5215
+ export interface LinkedinOauth2ProviderConfigOutput {
4660
5216
  /**
4661
- * <p>The OAuth2 discovery information for the Google provider.</p>
5217
+ * <p>Contains the discovery information for an OAuth2 provider.</p>
4662
5218
  * @public
4663
5219
  */
4664
5220
  oauthDiscovery: Oauth2Discovery | undefined;
5221
+ /**
5222
+ * <p>The client ID for the LinkedIn OAuth2 provider.</p>
5223
+ * @public
5224
+ */
5225
+ clientId?: string | undefined;
4665
5226
  }
4666
5227
  /**
4667
5228
  * <p>Output configuration for a Microsoft OAuth2 provider.</p>
@@ -4673,6 +5234,11 @@ export interface MicrosoftOauth2ProviderConfigOutput {
4673
5234
  * @public
4674
5235
  */
4675
5236
  oauthDiscovery: Oauth2Discovery | undefined;
5237
+ /**
5238
+ * <p>The client ID for the Microsoft OAuth2 provider.</p>
5239
+ * @public
5240
+ */
5241
+ clientId?: string | undefined;
4676
5242
  }
4677
5243
  /**
4678
5244
  * <p>Output configuration for a Salesforce OAuth2 provider.</p>
@@ -4684,6 +5250,11 @@ export interface SalesforceOauth2ProviderConfigOutput {
4684
5250
  * @public
4685
5251
  */
4686
5252
  oauthDiscovery: Oauth2Discovery | undefined;
5253
+ /**
5254
+ * <p>The client ID for the Salesforce OAuth2 provider.</p>
5255
+ * @public
5256
+ */
5257
+ clientId?: string | undefined;
4687
5258
  }
4688
5259
  /**
4689
5260
  * <p>Output configuration for a Slack OAuth2 provider.</p>
@@ -4695,12 +5266,17 @@ export interface SlackOauth2ProviderConfigOutput {
4695
5266
  * @public
4696
5267
  */
4697
5268
  oauthDiscovery: Oauth2Discovery | undefined;
5269
+ /**
5270
+ * <p>The client ID for the Slack OAuth2 provider.</p>
5271
+ * @public
5272
+ */
5273
+ clientId?: string | undefined;
4698
5274
  }
4699
5275
  /**
4700
5276
  * <p>Contains the output configuration for an OAuth2 provider.</p>
4701
5277
  * @public
4702
5278
  */
4703
- export type Oauth2ProviderConfigOutput = Oauth2ProviderConfigOutput.CustomOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.GithubOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.GoogleOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.MicrosoftOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.SalesforceOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.SlackOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.$UnknownMember;
5279
+ export type Oauth2ProviderConfigOutput = Oauth2ProviderConfigOutput.AtlassianOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.CustomOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.GithubOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.GoogleOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.IncludedOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.LinkedinOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.MicrosoftOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.SalesforceOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.SlackOauth2ProviderConfigMember | Oauth2ProviderConfigOutput.$UnknownMember;
4704
5280
  /**
4705
5281
  * @public
4706
5282
  */
@@ -4716,6 +5292,9 @@ export declare namespace Oauth2ProviderConfigOutput {
4716
5292
  slackOauth2ProviderConfig?: never;
4717
5293
  salesforceOauth2ProviderConfig?: never;
4718
5294
  microsoftOauth2ProviderConfig?: never;
5295
+ atlassianOauth2ProviderConfig?: never;
5296
+ linkedinOauth2ProviderConfig?: never;
5297
+ includedOauth2ProviderConfig?: never;
4719
5298
  $unknown?: never;
4720
5299
  }
4721
5300
  /**
@@ -4729,6 +5308,9 @@ export declare namespace Oauth2ProviderConfigOutput {
4729
5308
  slackOauth2ProviderConfig?: never;
4730
5309
  salesforceOauth2ProviderConfig?: never;
4731
5310
  microsoftOauth2ProviderConfig?: never;
5311
+ atlassianOauth2ProviderConfig?: never;
5312
+ linkedinOauth2ProviderConfig?: never;
5313
+ includedOauth2ProviderConfig?: never;
4732
5314
  $unknown?: never;
4733
5315
  }
4734
5316
  /**
@@ -4742,6 +5324,9 @@ export declare namespace Oauth2ProviderConfigOutput {
4742
5324
  slackOauth2ProviderConfig?: never;
4743
5325
  salesforceOauth2ProviderConfig?: never;
4744
5326
  microsoftOauth2ProviderConfig?: never;
5327
+ atlassianOauth2ProviderConfig?: never;
5328
+ linkedinOauth2ProviderConfig?: never;
5329
+ includedOauth2ProviderConfig?: never;
4745
5330
  $unknown?: never;
4746
5331
  }
4747
5332
  /**
@@ -4755,6 +5340,9 @@ export declare namespace Oauth2ProviderConfigOutput {
4755
5340
  slackOauth2ProviderConfig: SlackOauth2ProviderConfigOutput;
4756
5341
  salesforceOauth2ProviderConfig?: never;
4757
5342
  microsoftOauth2ProviderConfig?: never;
5343
+ atlassianOauth2ProviderConfig?: never;
5344
+ linkedinOauth2ProviderConfig?: never;
5345
+ includedOauth2ProviderConfig?: never;
4758
5346
  $unknown?: never;
4759
5347
  }
4760
5348
  /**
@@ -4768,6 +5356,9 @@ export declare namespace Oauth2ProviderConfigOutput {
4768
5356
  slackOauth2ProviderConfig?: never;
4769
5357
  salesforceOauth2ProviderConfig: SalesforceOauth2ProviderConfigOutput;
4770
5358
  microsoftOauth2ProviderConfig?: never;
5359
+ atlassianOauth2ProviderConfig?: never;
5360
+ linkedinOauth2ProviderConfig?: never;
5361
+ includedOauth2ProviderConfig?: never;
4771
5362
  $unknown?: never;
4772
5363
  }
4773
5364
  /**
@@ -4781,6 +5372,57 @@ export declare namespace Oauth2ProviderConfigOutput {
4781
5372
  slackOauth2ProviderConfig?: never;
4782
5373
  salesforceOauth2ProviderConfig?: never;
4783
5374
  microsoftOauth2ProviderConfig: MicrosoftOauth2ProviderConfigOutput;
5375
+ atlassianOauth2ProviderConfig?: never;
5376
+ linkedinOauth2ProviderConfig?: never;
5377
+ includedOauth2ProviderConfig?: never;
5378
+ $unknown?: never;
5379
+ }
5380
+ /**
5381
+ * <p>The configuration details for the Atlassian OAuth2 provider.</p>
5382
+ * @public
5383
+ */
5384
+ interface AtlassianOauth2ProviderConfigMember {
5385
+ customOauth2ProviderConfig?: never;
5386
+ googleOauth2ProviderConfig?: never;
5387
+ githubOauth2ProviderConfig?: never;
5388
+ slackOauth2ProviderConfig?: never;
5389
+ salesforceOauth2ProviderConfig?: never;
5390
+ microsoftOauth2ProviderConfig?: never;
5391
+ atlassianOauth2ProviderConfig: AtlassianOauth2ProviderConfigOutput;
5392
+ linkedinOauth2ProviderConfig?: never;
5393
+ includedOauth2ProviderConfig?: never;
5394
+ $unknown?: never;
5395
+ }
5396
+ /**
5397
+ * <p>The configuration details for the LinkedIn OAuth2 provider.</p>
5398
+ * @public
5399
+ */
5400
+ interface LinkedinOauth2ProviderConfigMember {
5401
+ customOauth2ProviderConfig?: never;
5402
+ googleOauth2ProviderConfig?: never;
5403
+ githubOauth2ProviderConfig?: never;
5404
+ slackOauth2ProviderConfig?: never;
5405
+ salesforceOauth2ProviderConfig?: never;
5406
+ microsoftOauth2ProviderConfig?: never;
5407
+ atlassianOauth2ProviderConfig?: never;
5408
+ linkedinOauth2ProviderConfig: LinkedinOauth2ProviderConfigOutput;
5409
+ includedOauth2ProviderConfig?: never;
5410
+ $unknown?: never;
5411
+ }
5412
+ /**
5413
+ * <p>The configuration for a non-custom OAuth2 provider. This includes the configuration details for supported OAuth2 providers that have built-in integration support.</p>
5414
+ * @public
5415
+ */
5416
+ interface IncludedOauth2ProviderConfigMember {
5417
+ customOauth2ProviderConfig?: never;
5418
+ googleOauth2ProviderConfig?: never;
5419
+ githubOauth2ProviderConfig?: never;
5420
+ slackOauth2ProviderConfig?: never;
5421
+ salesforceOauth2ProviderConfig?: never;
5422
+ microsoftOauth2ProviderConfig?: never;
5423
+ atlassianOauth2ProviderConfig?: never;
5424
+ linkedinOauth2ProviderConfig?: never;
5425
+ includedOauth2ProviderConfig: IncludedOauth2ProviderConfigOutput;
4784
5426
  $unknown?: never;
4785
5427
  }
4786
5428
  /**
@@ -4793,6 +5435,9 @@ export declare namespace Oauth2ProviderConfigOutput {
4793
5435
  slackOauth2ProviderConfig?: never;
4794
5436
  salesforceOauth2ProviderConfig?: never;
4795
5437
  microsoftOauth2ProviderConfig?: never;
5438
+ atlassianOauth2ProviderConfig?: never;
5439
+ linkedinOauth2ProviderConfig?: never;
5440
+ includedOauth2ProviderConfig?: never;
4796
5441
  $unknown: [string, any];
4797
5442
  }
4798
5443
  interface Visitor<T> {
@@ -4802,10 +5447,68 @@ export declare namespace Oauth2ProviderConfigOutput {
4802
5447
  slackOauth2ProviderConfig: (value: SlackOauth2ProviderConfigOutput) => T;
4803
5448
  salesforceOauth2ProviderConfig: (value: SalesforceOauth2ProviderConfigOutput) => T;
4804
5449
  microsoftOauth2ProviderConfig: (value: MicrosoftOauth2ProviderConfigOutput) => T;
5450
+ atlassianOauth2ProviderConfig: (value: AtlassianOauth2ProviderConfigOutput) => T;
5451
+ linkedinOauth2ProviderConfig: (value: LinkedinOauth2ProviderConfigOutput) => T;
5452
+ includedOauth2ProviderConfig: (value: IncludedOauth2ProviderConfigOutput) => T;
4805
5453
  _: (name: string, value: any) => T;
4806
5454
  }
4807
5455
  const visit: <T>(value: Oauth2ProviderConfigOutput, visitor: Visitor<T>) => T;
4808
5456
  }
5457
+ /**
5458
+ * @public
5459
+ */
5460
+ export interface CreateOauth2CredentialProviderResponse {
5461
+ /**
5462
+ * <p>The Amazon Resource Name (ARN) of the client secret in AWS Secrets Manager.</p>
5463
+ * @public
5464
+ */
5465
+ clientSecretArn: Secret | undefined;
5466
+ /**
5467
+ * <p>The name of the OAuth2 credential provider.</p>
5468
+ * @public
5469
+ */
5470
+ name: string | undefined;
5471
+ /**
5472
+ * <p>The Amazon Resource Name (ARN) of the OAuth2 credential provider.</p>
5473
+ * @public
5474
+ */
5475
+ credentialProviderArn: string | undefined;
5476
+ /**
5477
+ * <p>Callback URL to register on the OAuth2 credential provider as an allowed callback URL. This URL is where the OAuth2 authorization server redirects users after they complete the authorization flow.</p>
5478
+ * @public
5479
+ */
5480
+ callbackUrl?: string | undefined;
5481
+ /**
5482
+ * <p>Contains the output configuration for an OAuth2 provider.</p>
5483
+ * @public
5484
+ */
5485
+ oauth2ProviderConfigOutput?: Oauth2ProviderConfigOutput | undefined;
5486
+ }
5487
+ /**
5488
+ * @public
5489
+ */
5490
+ export interface DeleteOauth2CredentialProviderRequest {
5491
+ /**
5492
+ * <p>The name of the OAuth2 credential provider to delete.</p>
5493
+ * @public
5494
+ */
5495
+ name: string | undefined;
5496
+ }
5497
+ /**
5498
+ * @public
5499
+ */
5500
+ export interface DeleteOauth2CredentialProviderResponse {
5501
+ }
5502
+ /**
5503
+ * @public
5504
+ */
5505
+ export interface GetOauth2CredentialProviderRequest {
5506
+ /**
5507
+ * <p>The name of the OAuth2 credential provider to retrieve.</p>
5508
+ * @public
5509
+ */
5510
+ name: string | undefined;
5511
+ }
4809
5512
  /**
4810
5513
  * @public
4811
5514
  */
@@ -4830,6 +5533,11 @@ export interface GetOauth2CredentialProviderResponse {
4830
5533
  * @public
4831
5534
  */
4832
5535
  credentialProviderVendor: CredentialProviderVendorType | undefined;
5536
+ /**
5537
+ * <p>Callback URL to register on the OAuth2 credential provider as an allowed callback URL. This URL is where the OAuth2 authorization server redirects users after they complete the authorization flow.</p>
5538
+ * @public
5539
+ */
5540
+ callbackUrl?: string | undefined;
4833
5541
  /**
4834
5542
  * <p>The configuration output for the OAuth2 provider.</p>
4835
5543
  * @public
@@ -4951,6 +5659,11 @@ export interface UpdateOauth2CredentialProviderResponse {
4951
5659
  * @public
4952
5660
  */
4953
5661
  credentialProviderArn: string | undefined;
5662
+ /**
5663
+ * <p>Callback URL to register on the OAuth2 credential provider as an allowed callback URL. This URL is where the OAuth2 authorization server redirects users after they complete the authorization flow.</p>
5664
+ * @public
5665
+ */
5666
+ callbackUrl?: string | undefined;
4954
5667
  /**
4955
5668
  * <p>The configuration output for the OAuth2 provider.</p>
4956
5669
  * @public
@@ -5068,6 +5781,11 @@ export interface CreateWorkloadIdentityRequest {
5068
5781
  * @public
5069
5782
  */
5070
5783
  allowedResourceOauth2ReturnUrls?: string[] | undefined;
5784
+ /**
5785
+ * <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>
5786
+ * @public
5787
+ */
5788
+ tags?: Record<string, string> | undefined;
5071
5789
  }
5072
5790
  /**
5073
5791
  * @public
@@ -5354,7 +6072,7 @@ export interface McpLambdaTargetConfiguration {
5354
6072
  * <p>The Model Context Protocol (MCP) configuration for a target. This structure defines how the gateway uses MCP to communicate with the target.</p>
5355
6073
  * @public
5356
6074
  */
5357
- export type McpTargetConfiguration = McpTargetConfiguration.LambdaMember | McpTargetConfiguration.OpenApiSchemaMember | McpTargetConfiguration.SmithyModelMember | McpTargetConfiguration.$UnknownMember;
6075
+ export type McpTargetConfiguration = McpTargetConfiguration.LambdaMember | McpTargetConfiguration.McpServerMember | McpTargetConfiguration.OpenApiSchemaMember | McpTargetConfiguration.SmithyModelMember | McpTargetConfiguration.$UnknownMember;
5358
6076
  /**
5359
6077
  * @public
5360
6078
  */
@@ -5367,6 +6085,7 @@ export declare namespace McpTargetConfiguration {
5367
6085
  openApiSchema: ApiSchemaConfiguration;
5368
6086
  smithyModel?: never;
5369
6087
  lambda?: never;
6088
+ mcpServer?: never;
5370
6089
  $unknown?: never;
5371
6090
  }
5372
6091
  /**
@@ -5377,6 +6096,7 @@ export declare namespace McpTargetConfiguration {
5377
6096
  openApiSchema?: never;
5378
6097
  smithyModel: ApiSchemaConfiguration;
5379
6098
  lambda?: never;
6099
+ mcpServer?: never;
5380
6100
  $unknown?: never;
5381
6101
  }
5382
6102
  /**
@@ -5387,6 +6107,18 @@ export declare namespace McpTargetConfiguration {
5387
6107
  openApiSchema?: never;
5388
6108
  smithyModel?: never;
5389
6109
  lambda: McpLambdaTargetConfiguration;
6110
+ mcpServer?: never;
6111
+ $unknown?: never;
6112
+ }
6113
+ /**
6114
+ * <p>The MCP server specified as the gateway target.</p>
6115
+ * @public
6116
+ */
6117
+ interface McpServerMember {
6118
+ openApiSchema?: never;
6119
+ smithyModel?: never;
6120
+ lambda?: never;
6121
+ mcpServer: McpServerTargetConfiguration;
5390
6122
  $unknown?: never;
5391
6123
  }
5392
6124
  /**
@@ -5396,12 +6128,14 @@ export declare namespace McpTargetConfiguration {
5396
6128
  openApiSchema?: never;
5397
6129
  smithyModel?: never;
5398
6130
  lambda?: never;
6131
+ mcpServer?: never;
5399
6132
  $unknown: [string, any];
5400
6133
  }
5401
6134
  interface Visitor<T> {
5402
6135
  openApiSchema: (value: ApiSchemaConfiguration) => T;
5403
6136
  smithyModel: (value: ApiSchemaConfiguration) => T;
5404
6137
  lambda: (value: McpLambdaTargetConfiguration) => T;
6138
+ mcpServer: (value: McpServerTargetConfiguration) => T;
5405
6139
  _: (name: string, value: any) => T;
5406
6140
  }
5407
6141
  const visit: <T>(value: McpTargetConfiguration, visitor: Visitor<T>) => T;
@@ -5456,7 +6190,7 @@ export interface CreateGatewayTargetRequest {
5456
6190
  */
5457
6191
  description?: string | undefined;
5458
6192
  /**
5459
- * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
6193
+ * <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
5460
6194
  * @public
5461
6195
  */
5462
6196
  clientToken?: string | undefined;
@@ -5469,7 +6203,7 @@ export interface CreateGatewayTargetRequest {
5469
6203
  * <p>The credential provider configurations for the target. These configurations specify how the gateway authenticates with the target endpoint.</p>
5470
6204
  * @public
5471
6205
  */
5472
- credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
6206
+ credentialProviderConfigurations?: CredentialProviderConfiguration[] | undefined;
5473
6207
  }
5474
6208
  /**
5475
6209
  * @public
@@ -5525,6 +6259,72 @@ export interface CreateGatewayTargetResponse {
5525
6259
  * @public
5526
6260
  */
5527
6261
  credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
6262
+ /**
6263
+ * <p>The last synchronization of the target.</p>
6264
+ * @public
6265
+ */
6266
+ lastSynchronizedAt?: Date | undefined;
6267
+ }
6268
+ /**
6269
+ * <p>The gateway target.</p>
6270
+ * @public
6271
+ */
6272
+ export interface GatewayTarget {
6273
+ /**
6274
+ * <p>The Amazon Resource Name (ARN) of the gateway target.</p>
6275
+ * @public
6276
+ */
6277
+ gatewayArn: string | undefined;
6278
+ /**
6279
+ * <p>The target ID.</p>
6280
+ * @public
6281
+ */
6282
+ targetId: string | undefined;
6283
+ /**
6284
+ * <p>The date and time at which the target was created.</p>
6285
+ * @public
6286
+ */
6287
+ createdAt: Date | undefined;
6288
+ /**
6289
+ * <p>The date and time at which the target was updated.</p>
6290
+ * @public
6291
+ */
6292
+ updatedAt: Date | undefined;
6293
+ /**
6294
+ * <p>The status of the gateway target.</p>
6295
+ * @public
6296
+ */
6297
+ status: TargetStatus | undefined;
6298
+ /**
6299
+ * <p>The status reasons for the target status.</p>
6300
+ * @public
6301
+ */
6302
+ statusReasons?: string[] | undefined;
6303
+ /**
6304
+ * <p>The name of the gateway target.</p>
6305
+ * @public
6306
+ */
6307
+ name: string | undefined;
6308
+ /**
6309
+ * <p>The description for the gateway target.</p>
6310
+ * @public
6311
+ */
6312
+ description?: string | undefined;
6313
+ /**
6314
+ * <p>The configuration for a gateway target. This structure defines how the gateway connects to and interacts with the target endpoint.</p>
6315
+ * @public
6316
+ */
6317
+ targetConfiguration: TargetConfiguration | undefined;
6318
+ /**
6319
+ * <p>The provider configurations.</p>
6320
+ * @public
6321
+ */
6322
+ credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
6323
+ /**
6324
+ * <p>The last synchronization time.</p>
6325
+ * @public
6326
+ */
6327
+ lastSynchronizedAt?: Date | undefined;
5528
6328
  }
5529
6329
  /**
5530
6330
  * @public
@@ -5580,6 +6380,11 @@ export interface GetGatewayTargetResponse {
5580
6380
  * @public
5581
6381
  */
5582
6382
  credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
6383
+ /**
6384
+ * <p>The last synchronization of the target.</p>
6385
+ * @public
6386
+ */
6387
+ lastSynchronizedAt?: Date | undefined;
5583
6388
  }
5584
6389
  /**
5585
6390
  * @public
@@ -5614,7 +6419,7 @@ export interface UpdateGatewayTargetRequest {
5614
6419
  * <p>The updated credential provider configurations for the gateway target.</p>
5615
6420
  * @public
5616
6421
  */
5617
- credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
6422
+ credentialProviderConfigurations?: CredentialProviderConfiguration[] | undefined;
5618
6423
  }
5619
6424
  /**
5620
6425
  * @public
@@ -5670,15 +6475,38 @@ export interface UpdateGatewayTargetResponse {
5670
6475
  * @public
5671
6476
  */
5672
6477
  credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
6478
+ /**
6479
+ * <p>The date and time at which the targets were last synchronized.</p>
6480
+ * @public
6481
+ */
6482
+ lastSynchronizedAt?: Date | undefined;
6483
+ }
6484
+ /**
6485
+ * @public
6486
+ */
6487
+ export interface SynchronizeGatewayTargetsResponse {
6488
+ /**
6489
+ * <p>The gateway targets for synchronization.</p>
6490
+ * @public
6491
+ */
6492
+ targets?: GatewayTarget[] | undefined;
5673
6493
  }
5674
6494
  /**
5675
6495
  * @internal
5676
6496
  */
5677
6497
  export declare const CreateAgentRuntimeEndpointRequestFilterSensitiveLog: (obj: CreateAgentRuntimeEndpointRequest) => any;
6498
+ /**
6499
+ * @internal
6500
+ */
6501
+ export declare const CreateAgentRuntimeEndpointResponseFilterSensitiveLog: (obj: CreateAgentRuntimeEndpointResponse) => any;
5678
6502
  /**
5679
6503
  * @internal
5680
6504
  */
5681
6505
  export declare const DeleteAgentRuntimeEndpointRequestFilterSensitiveLog: (obj: DeleteAgentRuntimeEndpointRequest) => any;
6506
+ /**
6507
+ * @internal
6508
+ */
6509
+ export declare const DeleteAgentRuntimeEndpointResponseFilterSensitiveLog: (obj: DeleteAgentRuntimeEndpointResponse) => any;
5682
6510
  /**
5683
6511
  * @internal
5684
6512
  */
@@ -5967,6 +6795,10 @@ export declare const UpdateMemoryInputFilterSensitiveLog: (obj: UpdateMemoryInpu
5967
6795
  * @internal
5968
6796
  */
5969
6797
  export declare const UpdateMemoryOutputFilterSensitiveLog: (obj: UpdateMemoryOutput) => any;
6798
+ /**
6799
+ * @internal
6800
+ */
6801
+ export declare const AtlassianOauth2ProviderConfigInputFilterSensitiveLog: (obj: AtlassianOauth2ProviderConfigInput) => any;
5970
6802
  /**
5971
6803
  * @internal
5972
6804
  */
@@ -5979,6 +6811,14 @@ export declare const GithubOauth2ProviderConfigInputFilterSensitiveLog: (obj: Gi
5979
6811
  * @internal
5980
6812
  */
5981
6813
  export declare const GoogleOauth2ProviderConfigInputFilterSensitiveLog: (obj: GoogleOauth2ProviderConfigInput) => any;
6814
+ /**
6815
+ * @internal
6816
+ */
6817
+ export declare const IncludedOauth2ProviderConfigInputFilterSensitiveLog: (obj: IncludedOauth2ProviderConfigInput) => any;
6818
+ /**
6819
+ * @internal
6820
+ */
6821
+ export declare const LinkedinOauth2ProviderConfigInputFilterSensitiveLog: (obj: LinkedinOauth2ProviderConfigInput) => any;
5982
6822
  /**
5983
6823
  * @internal
5984
6824
  */
@@ -6019,6 +6859,10 @@ export declare const CreateGatewayTargetRequestFilterSensitiveLog: (obj: CreateG
6019
6859
  * @internal
6020
6860
  */
6021
6861
  export declare const CreateGatewayTargetResponseFilterSensitiveLog: (obj: CreateGatewayTargetResponse) => any;
6862
+ /**
6863
+ * @internal
6864
+ */
6865
+ export declare const GatewayTargetFilterSensitiveLog: (obj: GatewayTarget) => any;
6022
6866
  /**
6023
6867
  * @internal
6024
6868
  */
@@ -6031,3 +6875,7 @@ export declare const UpdateGatewayTargetRequestFilterSensitiveLog: (obj: UpdateG
6031
6875
  * @internal
6032
6876
  */
6033
6877
  export declare const UpdateGatewayTargetResponseFilterSensitiveLog: (obj: UpdateGatewayTargetResponse) => any;
6878
+ /**
6879
+ * @internal
6880
+ */
6881
+ export declare const SynchronizeGatewayTargetsResponseFilterSensitiveLog: (obj: SynchronizeGatewayTargetsResponse) => any;