@aws-sdk/client-bedrock-agentcore-control 3.908.0 → 3.910.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.
@@ -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>
@@ -4619,17 +4649,52 @@ export interface UpdateMemoryOutput {
4619
4649
  * @enum
4620
4650
  */
4621
4651
  export declare const CredentialProviderVendorType: {
4652
+ readonly AtlassianOauth2: "AtlassianOauth2";
4653
+ readonly Auth0Oauth2: "Auth0Oauth2";
4654
+ readonly CognitoOauth2: "CognitoOauth2";
4622
4655
  readonly CustomOauth2: "CustomOauth2";
4656
+ readonly CyberArkOauth2: "CyberArkOauth2";
4657
+ readonly DropboxOauth2: "DropboxOauth2";
4658
+ readonly FacebookOauth2: "FacebookOauth2";
4659
+ readonly FusionAuthOauth2: "FusionAuthOauth2";
4623
4660
  readonly GithubOauth2: "GithubOauth2";
4624
4661
  readonly GoogleOauth2: "GoogleOauth2";
4662
+ readonly HubspotOauth2: "HubspotOauth2";
4663
+ readonly LinkedinOauth2: "LinkedinOauth2";
4625
4664
  readonly MicrosoftOauth2: "MicrosoftOauth2";
4665
+ readonly NotionOauth2: "NotionOauth2";
4666
+ readonly OktaOauth2: "OktaOauth2";
4667
+ readonly OneLoginOauth2: "OneLoginOauth2";
4668
+ readonly PingOneOauth2: "PingOneOauth2";
4669
+ readonly RedditOauth2: "RedditOauth2";
4626
4670
  readonly SalesforceOauth2: "SalesforceOauth2";
4627
4671
  readonly SlackOauth2: "SlackOauth2";
4672
+ readonly SpotifyOauth2: "SpotifyOauth2";
4673
+ readonly TwitchOauth2: "TwitchOauth2";
4674
+ readonly XOauth2: "XOauth2";
4675
+ readonly YandexOauth2: "YandexOauth2";
4676
+ readonly ZoomOauth2: "ZoomOauth2";
4628
4677
  };
4629
4678
  /**
4630
4679
  * @public
4631
4680
  */
4632
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
+ }
4633
4698
  /**
4634
4699
  * <p>Contains the authorization server metadata for an OAuth2 provider.</p>
4635
4700
  * @public
@@ -4655,6 +4720,11 @@ export interface Oauth2AuthorizationServerMetadata {
4655
4720
  * @public
4656
4721
  */
4657
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;
4658
4728
  }
4659
4729
  /**
4660
4730
  * <p>Contains the discovery information for an OAuth2 provider.</p>
@@ -4751,6 +4821,53 @@ export interface GoogleOauth2ProviderConfigInput {
4751
4821
  */
4752
4822
  clientSecret: string | undefined;
4753
4823
  }
4824
+ /**
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>
4826
+ * @public
4827
+ */
4828
+ export interface IncludedOauth2ProviderConfigInput {
4829
+ /**
4830
+ * <p>The client ID for the supported OAuth2 provider. This identifier is assigned by the OAuth2 provider when you register your application.</p>
4831
+ * @public
4832
+ */
4833
+ clientId: string | undefined;
4834
+ /**
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>
4836
+ * @public
4837
+ */
4838
+ clientSecret: string | undefined;
4839
+ /**
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
+ }
4754
4871
  /**
4755
4872
  * <p>Input configuration for a Microsoft OAuth2 provider.</p>
4756
4873
  * @public
@@ -4766,6 +4883,11 @@ export interface MicrosoftOauth2ProviderConfigInput {
4766
4883
  * @public
4767
4884
  */
4768
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;
4769
4891
  }
4770
4892
  /**
4771
4893
  * <p>Input configuration for a Salesforce OAuth2 provider.</p>
@@ -4803,7 +4925,7 @@ export interface SlackOauth2ProviderConfigInput {
4803
4925
  * <p>Contains the input configuration for an OAuth2 provider.</p>
4804
4926
  * @public
4805
4927
  */
4806
- 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;
4807
4929
  /**
4808
4930
  * @public
4809
4931
  */
@@ -4819,6 +4941,9 @@ export declare namespace Oauth2ProviderConfigInput {
4819
4941
  slackOauth2ProviderConfig?: never;
4820
4942
  salesforceOauth2ProviderConfig?: never;
4821
4943
  microsoftOauth2ProviderConfig?: never;
4944
+ atlassianOauth2ProviderConfig?: never;
4945
+ linkedinOauth2ProviderConfig?: never;
4946
+ includedOauth2ProviderConfig?: never;
4822
4947
  $unknown?: never;
4823
4948
  }
4824
4949
  /**
@@ -4832,6 +4957,9 @@ export declare namespace Oauth2ProviderConfigInput {
4832
4957
  slackOauth2ProviderConfig?: never;
4833
4958
  salesforceOauth2ProviderConfig?: never;
4834
4959
  microsoftOauth2ProviderConfig?: never;
4960
+ atlassianOauth2ProviderConfig?: never;
4961
+ linkedinOauth2ProviderConfig?: never;
4962
+ includedOauth2ProviderConfig?: never;
4835
4963
  $unknown?: never;
4836
4964
  }
4837
4965
  /**
@@ -4845,6 +4973,9 @@ export declare namespace Oauth2ProviderConfigInput {
4845
4973
  slackOauth2ProviderConfig?: never;
4846
4974
  salesforceOauth2ProviderConfig?: never;
4847
4975
  microsoftOauth2ProviderConfig?: never;
4976
+ atlassianOauth2ProviderConfig?: never;
4977
+ linkedinOauth2ProviderConfig?: never;
4978
+ includedOauth2ProviderConfig?: never;
4848
4979
  $unknown?: never;
4849
4980
  }
4850
4981
  /**
@@ -4858,6 +4989,9 @@ export declare namespace Oauth2ProviderConfigInput {
4858
4989
  slackOauth2ProviderConfig: SlackOauth2ProviderConfigInput;
4859
4990
  salesforceOauth2ProviderConfig?: never;
4860
4991
  microsoftOauth2ProviderConfig?: never;
4992
+ atlassianOauth2ProviderConfig?: never;
4993
+ linkedinOauth2ProviderConfig?: never;
4994
+ includedOauth2ProviderConfig?: never;
4861
4995
  $unknown?: never;
4862
4996
  }
4863
4997
  /**
@@ -4871,6 +5005,9 @@ export declare namespace Oauth2ProviderConfigInput {
4871
5005
  slackOauth2ProviderConfig?: never;
4872
5006
  salesforceOauth2ProviderConfig: SalesforceOauth2ProviderConfigInput;
4873
5007
  microsoftOauth2ProviderConfig?: never;
5008
+ atlassianOauth2ProviderConfig?: never;
5009
+ linkedinOauth2ProviderConfig?: never;
5010
+ includedOauth2ProviderConfig?: never;
4874
5011
  $unknown?: never;
4875
5012
  }
4876
5013
  /**
@@ -4884,6 +5021,57 @@ export declare namespace Oauth2ProviderConfigInput {
4884
5021
  slackOauth2ProviderConfig?: never;
4885
5022
  salesforceOauth2ProviderConfig?: never;
4886
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;
4887
5075
  $unknown?: never;
4888
5076
  }
4889
5077
  /**
@@ -4896,6 +5084,9 @@ export declare namespace Oauth2ProviderConfigInput {
4896
5084
  slackOauth2ProviderConfig?: never;
4897
5085
  salesforceOauth2ProviderConfig?: never;
4898
5086
  microsoftOauth2ProviderConfig?: never;
5087
+ atlassianOauth2ProviderConfig?: never;
5088
+ linkedinOauth2ProviderConfig?: never;
5089
+ includedOauth2ProviderConfig?: never;
4899
5090
  $unknown: [string, any];
4900
5091
  }
4901
5092
  interface Visitor<T> {
@@ -4905,6 +5096,9 @@ export declare namespace Oauth2ProviderConfigInput {
4905
5096
  slackOauth2ProviderConfig: (value: SlackOauth2ProviderConfigInput) => T;
4906
5097
  salesforceOauth2ProviderConfig: (value: SalesforceOauth2ProviderConfigInput) => T;
4907
5098
  microsoftOauth2ProviderConfig: (value: MicrosoftOauth2ProviderConfigInput) => T;
5099
+ atlassianOauth2ProviderConfig: (value: AtlassianOauth2ProviderConfigInput) => T;
5100
+ linkedinOauth2ProviderConfig: (value: LinkedinOauth2ProviderConfigInput) => T;
5101
+ includedOauth2ProviderConfig: (value: IncludedOauth2ProviderConfigInput) => T;
4908
5102
  _: (name: string, value: any) => T;
4909
5103
  }
4910
5104
  const visit: <T>(value: Oauth2ProviderConfigInput, visitor: Visitor<T>) => T;
@@ -4928,84 +5122,107 @@ export interface CreateOauth2CredentialProviderRequest {
4928
5122
  * @public
4929
5123
  */
4930
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;
4931
5130
  }
4932
5131
  /**
5132
+ * <p>The configuration details returned for an Atlassian OAuth2 provider, including the client ID and OAuth2 discovery information.</p>
4933
5133
  * @public
4934
5134
  */
4935
- export interface CreateOauth2CredentialProviderResponse {
5135
+ export interface AtlassianOauth2ProviderConfigOutput {
4936
5136
  /**
4937
- * <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>
4938
5138
  * @public
4939
5139
  */
4940
- clientSecretArn: Secret | undefined;
4941
- /**
4942
- * <p>The name of the OAuth2 credential provider.</p>
4943
- * @public
4944
- */
4945
- name: string | undefined;
5140
+ oauthDiscovery: Oauth2Discovery | undefined;
4946
5141
  /**
4947
- * <p>The Amazon Resource Name (ARN) of the OAuth2 credential provider.</p>
5142
+ * <p>The client ID for the Atlassian OAuth2 provider.</p>
4948
5143
  * @public
4949
5144
  */
4950
- credentialProviderArn: string | undefined;
5145
+ clientId?: string | undefined;
4951
5146
  }
4952
5147
  /**
5148
+ * <p>Output configuration for a custom OAuth2 provider.</p>
4953
5149
  * @public
4954
5150
  */
4955
- export interface DeleteOauth2CredentialProviderRequest {
5151
+ export interface CustomOauth2ProviderConfigOutput {
4956
5152
  /**
4957
- * <p>The name of the OAuth2 credential provider to delete.</p>
5153
+ * <p>The OAuth2 discovery information for the custom provider.</p>
4958
5154
  * @public
4959
5155
  */
4960
- name: string | undefined;
4961
- }
4962
- /**
4963
- * @public
4964
- */
4965
- 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;
4966
5162
  }
4967
5163
  /**
5164
+ * <p>Output configuration for a GitHub OAuth2 provider.</p>
4968
5165
  * @public
4969
5166
  */
4970
- export interface GetOauth2CredentialProviderRequest {
5167
+ export interface GithubOauth2ProviderConfigOutput {
4971
5168
  /**
4972
- * <p>The name of the OAuth2 credential provider to retrieve.</p>
5169
+ * <p>The OAuth2 discovery information for the GitHub provider.</p>
4973
5170
  * @public
4974
5171
  */
4975
- 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;
4976
5178
  }
4977
5179
  /**
4978
- * <p>Output configuration for a custom OAuth2 provider.</p>
5180
+ * <p>Output configuration for a Google OAuth2 provider.</p>
4979
5181
  * @public
4980
5182
  */
4981
- export interface CustomOauth2ProviderConfigOutput {
5183
+ export interface GoogleOauth2ProviderConfigOutput {
4982
5184
  /**
4983
- * <p>The OAuth2 discovery information for the custom provider.</p>
5185
+ * <p>The OAuth2 discovery information for the Google provider.</p>
4984
5186
  * @public
4985
5187
  */
4986
5188
  oauthDiscovery: Oauth2Discovery | undefined;
5189
+ /**
5190
+ * <p>The client ID for the Google OAuth2 provider.</p>
5191
+ * @public
5192
+ */
5193
+ clientId?: string | undefined;
4987
5194
  }
4988
5195
  /**
4989
- * <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>
4990
5197
  * @public
4991
5198
  */
4992
- export interface GithubOauth2ProviderConfigOutput {
5199
+ export interface IncludedOauth2ProviderConfigOutput {
4993
5200
  /**
4994
- * <p>The OAuth2 discovery information for the GitHub provider.</p>
5201
+ * <p>Contains the discovery information for an OAuth2 provider.</p>
4995
5202
  * @public
4996
5203
  */
4997
5204
  oauthDiscovery: Oauth2Discovery | undefined;
5205
+ /**
5206
+ * <p>The client ID for the supported OAuth2 provider.</p>
5207
+ * @public
5208
+ */
5209
+ clientId?: string | undefined;
4998
5210
  }
4999
5211
  /**
5000
- * <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>
5001
5213
  * @public
5002
5214
  */
5003
- export interface GoogleOauth2ProviderConfigOutput {
5215
+ export interface LinkedinOauth2ProviderConfigOutput {
5004
5216
  /**
5005
- * <p>The OAuth2 discovery information for the Google provider.</p>
5217
+ * <p>Contains the discovery information for an OAuth2 provider.</p>
5006
5218
  * @public
5007
5219
  */
5008
5220
  oauthDiscovery: Oauth2Discovery | undefined;
5221
+ /**
5222
+ * <p>The client ID for the LinkedIn OAuth2 provider.</p>
5223
+ * @public
5224
+ */
5225
+ clientId?: string | undefined;
5009
5226
  }
5010
5227
  /**
5011
5228
  * <p>Output configuration for a Microsoft OAuth2 provider.</p>
@@ -5017,6 +5234,11 @@ export interface MicrosoftOauth2ProviderConfigOutput {
5017
5234
  * @public
5018
5235
  */
5019
5236
  oauthDiscovery: Oauth2Discovery | undefined;
5237
+ /**
5238
+ * <p>The client ID for the Microsoft OAuth2 provider.</p>
5239
+ * @public
5240
+ */
5241
+ clientId?: string | undefined;
5020
5242
  }
5021
5243
  /**
5022
5244
  * <p>Output configuration for a Salesforce OAuth2 provider.</p>
@@ -5028,6 +5250,11 @@ export interface SalesforceOauth2ProviderConfigOutput {
5028
5250
  * @public
5029
5251
  */
5030
5252
  oauthDiscovery: Oauth2Discovery | undefined;
5253
+ /**
5254
+ * <p>The client ID for the Salesforce OAuth2 provider.</p>
5255
+ * @public
5256
+ */
5257
+ clientId?: string | undefined;
5031
5258
  }
5032
5259
  /**
5033
5260
  * <p>Output configuration for a Slack OAuth2 provider.</p>
@@ -5039,12 +5266,17 @@ export interface SlackOauth2ProviderConfigOutput {
5039
5266
  * @public
5040
5267
  */
5041
5268
  oauthDiscovery: Oauth2Discovery | undefined;
5269
+ /**
5270
+ * <p>The client ID for the Slack OAuth2 provider.</p>
5271
+ * @public
5272
+ */
5273
+ clientId?: string | undefined;
5042
5274
  }
5043
5275
  /**
5044
5276
  * <p>Contains the output configuration for an OAuth2 provider.</p>
5045
5277
  * @public
5046
5278
  */
5047
- 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;
5048
5280
  /**
5049
5281
  * @public
5050
5282
  */
@@ -5060,6 +5292,9 @@ export declare namespace Oauth2ProviderConfigOutput {
5060
5292
  slackOauth2ProviderConfig?: never;
5061
5293
  salesforceOauth2ProviderConfig?: never;
5062
5294
  microsoftOauth2ProviderConfig?: never;
5295
+ atlassianOauth2ProviderConfig?: never;
5296
+ linkedinOauth2ProviderConfig?: never;
5297
+ includedOauth2ProviderConfig?: never;
5063
5298
  $unknown?: never;
5064
5299
  }
5065
5300
  /**
@@ -5073,6 +5308,9 @@ export declare namespace Oauth2ProviderConfigOutput {
5073
5308
  slackOauth2ProviderConfig?: never;
5074
5309
  salesforceOauth2ProviderConfig?: never;
5075
5310
  microsoftOauth2ProviderConfig?: never;
5311
+ atlassianOauth2ProviderConfig?: never;
5312
+ linkedinOauth2ProviderConfig?: never;
5313
+ includedOauth2ProviderConfig?: never;
5076
5314
  $unknown?: never;
5077
5315
  }
5078
5316
  /**
@@ -5086,6 +5324,9 @@ export declare namespace Oauth2ProviderConfigOutput {
5086
5324
  slackOauth2ProviderConfig?: never;
5087
5325
  salesforceOauth2ProviderConfig?: never;
5088
5326
  microsoftOauth2ProviderConfig?: never;
5327
+ atlassianOauth2ProviderConfig?: never;
5328
+ linkedinOauth2ProviderConfig?: never;
5329
+ includedOauth2ProviderConfig?: never;
5089
5330
  $unknown?: never;
5090
5331
  }
5091
5332
  /**
@@ -5099,6 +5340,9 @@ export declare namespace Oauth2ProviderConfigOutput {
5099
5340
  slackOauth2ProviderConfig: SlackOauth2ProviderConfigOutput;
5100
5341
  salesforceOauth2ProviderConfig?: never;
5101
5342
  microsoftOauth2ProviderConfig?: never;
5343
+ atlassianOauth2ProviderConfig?: never;
5344
+ linkedinOauth2ProviderConfig?: never;
5345
+ includedOauth2ProviderConfig?: never;
5102
5346
  $unknown?: never;
5103
5347
  }
5104
5348
  /**
@@ -5112,6 +5356,9 @@ export declare namespace Oauth2ProviderConfigOutput {
5112
5356
  slackOauth2ProviderConfig?: never;
5113
5357
  salesforceOauth2ProviderConfig: SalesforceOauth2ProviderConfigOutput;
5114
5358
  microsoftOauth2ProviderConfig?: never;
5359
+ atlassianOauth2ProviderConfig?: never;
5360
+ linkedinOauth2ProviderConfig?: never;
5361
+ includedOauth2ProviderConfig?: never;
5115
5362
  $unknown?: never;
5116
5363
  }
5117
5364
  /**
@@ -5125,6 +5372,57 @@ export declare namespace Oauth2ProviderConfigOutput {
5125
5372
  slackOauth2ProviderConfig?: never;
5126
5373
  salesforceOauth2ProviderConfig?: never;
5127
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;
5128
5426
  $unknown?: never;
5129
5427
  }
5130
5428
  /**
@@ -5137,6 +5435,9 @@ export declare namespace Oauth2ProviderConfigOutput {
5137
5435
  slackOauth2ProviderConfig?: never;
5138
5436
  salesforceOauth2ProviderConfig?: never;
5139
5437
  microsoftOauth2ProviderConfig?: never;
5438
+ atlassianOauth2ProviderConfig?: never;
5439
+ linkedinOauth2ProviderConfig?: never;
5440
+ includedOauth2ProviderConfig?: never;
5140
5441
  $unknown: [string, any];
5141
5442
  }
5142
5443
  interface Visitor<T> {
@@ -5146,10 +5447,68 @@ export declare namespace Oauth2ProviderConfigOutput {
5146
5447
  slackOauth2ProviderConfig: (value: SlackOauth2ProviderConfigOutput) => T;
5147
5448
  salesforceOauth2ProviderConfig: (value: SalesforceOauth2ProviderConfigOutput) => T;
5148
5449
  microsoftOauth2ProviderConfig: (value: MicrosoftOauth2ProviderConfigOutput) => T;
5450
+ atlassianOauth2ProviderConfig: (value: AtlassianOauth2ProviderConfigOutput) => T;
5451
+ linkedinOauth2ProviderConfig: (value: LinkedinOauth2ProviderConfigOutput) => T;
5452
+ includedOauth2ProviderConfig: (value: IncludedOauth2ProviderConfigOutput) => T;
5149
5453
  _: (name: string, value: any) => T;
5150
5454
  }
5151
5455
  const visit: <T>(value: Oauth2ProviderConfigOutput, visitor: Visitor<T>) => T;
5152
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
+ }
5153
5512
  /**
5154
5513
  * @public
5155
5514
  */
@@ -5174,6 +5533,11 @@ export interface GetOauth2CredentialProviderResponse {
5174
5533
  * @public
5175
5534
  */
5176
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;
5177
5541
  /**
5178
5542
  * <p>The configuration output for the OAuth2 provider.</p>
5179
5543
  * @public
@@ -5295,6 +5659,11 @@ export interface UpdateOauth2CredentialProviderResponse {
5295
5659
  * @public
5296
5660
  */
5297
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;
5298
5667
  /**
5299
5668
  * <p>The configuration output for the OAuth2 provider.</p>
5300
5669
  * @public
@@ -5412,6 +5781,11 @@ export interface CreateWorkloadIdentityRequest {
5412
5781
  * @public
5413
5782
  */
5414
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;
5415
5789
  }
5416
5790
  /**
5417
5791
  * @public
@@ -6121,10 +6495,18 @@ export interface SynchronizeGatewayTargetsResponse {
6121
6495
  * @internal
6122
6496
  */
6123
6497
  export declare const CreateAgentRuntimeEndpointRequestFilterSensitiveLog: (obj: CreateAgentRuntimeEndpointRequest) => any;
6498
+ /**
6499
+ * @internal
6500
+ */
6501
+ export declare const CreateAgentRuntimeEndpointResponseFilterSensitiveLog: (obj: CreateAgentRuntimeEndpointResponse) => any;
6124
6502
  /**
6125
6503
  * @internal
6126
6504
  */
6127
6505
  export declare const DeleteAgentRuntimeEndpointRequestFilterSensitiveLog: (obj: DeleteAgentRuntimeEndpointRequest) => any;
6506
+ /**
6507
+ * @internal
6508
+ */
6509
+ export declare const DeleteAgentRuntimeEndpointResponseFilterSensitiveLog: (obj: DeleteAgentRuntimeEndpointResponse) => any;
6128
6510
  /**
6129
6511
  * @internal
6130
6512
  */
@@ -6413,6 +6795,10 @@ export declare const UpdateMemoryInputFilterSensitiveLog: (obj: UpdateMemoryInpu
6413
6795
  * @internal
6414
6796
  */
6415
6797
  export declare const UpdateMemoryOutputFilterSensitiveLog: (obj: UpdateMemoryOutput) => any;
6798
+ /**
6799
+ * @internal
6800
+ */
6801
+ export declare const AtlassianOauth2ProviderConfigInputFilterSensitiveLog: (obj: AtlassianOauth2ProviderConfigInput) => any;
6416
6802
  /**
6417
6803
  * @internal
6418
6804
  */
@@ -6425,6 +6811,14 @@ export declare const GithubOauth2ProviderConfigInputFilterSensitiveLog: (obj: Gi
6425
6811
  * @internal
6426
6812
  */
6427
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;
6428
6822
  /**
6429
6823
  * @internal
6430
6824
  */