cdk-lambda-subminute 2.0.479 → 2.0.481
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +87 -86
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +83 -79
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +145 -79
- package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +6 -1
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +33 -28
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +18 -0
- package/node_modules/aws-sdk/clients/codebuild.d.ts +3 -3
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +88 -3
- package/node_modules/aws-sdk/clients/supplychain.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -172,11 +172,11 @@ declare class BedrockAgent extends Service {
|
|
172
172
|
*/
|
173
173
|
deleteKnowledgeBase(callback?: (err: AWSError, data: BedrockAgent.Types.DeleteKnowledgeBaseResponse) => void): Request<BedrockAgent.Types.DeleteKnowledgeBaseResponse, AWSError>;
|
174
174
|
/**
|
175
|
-
* Deletes a prompt or a
|
175
|
+
* Deletes a prompt or a version of it, depending on whether you include the promptVersion field or not. For more information, see Delete prompts from the Prompt management tool and Delete a version of a prompt from the Prompt management tool in the Amazon Bedrock User Guide.
|
176
176
|
*/
|
177
177
|
deletePrompt(params: BedrockAgent.Types.DeletePromptRequest, callback?: (err: AWSError, data: BedrockAgent.Types.DeletePromptResponse) => void): Request<BedrockAgent.Types.DeletePromptResponse, AWSError>;
|
178
178
|
/**
|
179
|
-
* Deletes a prompt or a
|
179
|
+
* Deletes a prompt or a version of it, depending on whether you include the promptVersion field or not. For more information, see Delete prompts from the Prompt management tool and Delete a version of a prompt from the Prompt management tool in the Amazon Bedrock User Guide.
|
180
180
|
*/
|
181
181
|
deletePrompt(callback?: (err: AWSError, data: BedrockAgent.Types.DeletePromptResponse) => void): Request<BedrockAgent.Types.DeletePromptResponse, AWSError>;
|
182
182
|
/**
|
@@ -276,11 +276,11 @@ declare class BedrockAgent extends Service {
|
|
276
276
|
*/
|
277
277
|
getKnowledgeBase(callback?: (err: AWSError, data: BedrockAgent.Types.GetKnowledgeBaseResponse) => void): Request<BedrockAgent.Types.GetKnowledgeBaseResponse, AWSError>;
|
278
278
|
/**
|
279
|
-
* Retrieves information about a prompt or a version of it. For more information, see View information about prompts using Prompt management and View information about a version of your prompt in the Amazon Bedrock User Guide.
|
279
|
+
* Retrieves information about the working draft (DRAFT version) of a prompt or a version of it, depending on whether you include the promptVersion field or not. For more information, see View information about prompts using Prompt management and View information about a version of your prompt in the Amazon Bedrock User Guide.
|
280
280
|
*/
|
281
281
|
getPrompt(params: BedrockAgent.Types.GetPromptRequest, callback?: (err: AWSError, data: BedrockAgent.Types.GetPromptResponse) => void): Request<BedrockAgent.Types.GetPromptResponse, AWSError>;
|
282
282
|
/**
|
283
|
-
* Retrieves information about a prompt or a version of it. For more information, see View information about prompts using Prompt management and View information about a version of your prompt in the Amazon Bedrock User Guide.
|
283
|
+
* Retrieves information about the working draft (DRAFT version) of a prompt or a version of it, depending on whether you include the promptVersion field or not. For more information, see View information about prompts using Prompt management and View information about a version of your prompt in the Amazon Bedrock User Guide.
|
284
284
|
*/
|
285
285
|
getPrompt(callback?: (err: AWSError, data: BedrockAgent.Types.GetPromptResponse) => void): Request<BedrockAgent.Types.GetPromptResponse, AWSError>;
|
286
286
|
/**
|
@@ -372,11 +372,11 @@ declare class BedrockAgent extends Service {
|
|
372
372
|
*/
|
373
373
|
listKnowledgeBases(callback?: (err: AWSError, data: BedrockAgent.Types.ListKnowledgeBasesResponse) => void): Request<BedrockAgent.Types.ListKnowledgeBasesResponse, AWSError>;
|
374
374
|
/**
|
375
|
-
* Returns
|
375
|
+
* Returns either information about the working draft (DRAFT version) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include the promptIdentifier field or not. For more information, see View information about prompts using Prompt management in the Amazon Bedrock User Guide.
|
376
376
|
*/
|
377
377
|
listPrompts(params: BedrockAgent.Types.ListPromptsRequest, callback?: (err: AWSError, data: BedrockAgent.Types.ListPromptsResponse) => void): Request<BedrockAgent.Types.ListPromptsResponse, AWSError>;
|
378
378
|
/**
|
379
|
-
* Returns
|
379
|
+
* Returns either information about the working draft (DRAFT version) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include the promptIdentifier field or not. For more information, see View information about prompts using Prompt management in the Amazon Bedrock User Guide.
|
380
380
|
*/
|
381
381
|
listPrompts(callback?: (err: AWSError, data: BedrockAgent.Types.ListPromptsResponse) => void): Request<BedrockAgent.Types.ListPromptsResponse, AWSError>;
|
382
382
|
/**
|
@@ -1088,7 +1088,7 @@ declare namespace BedrockAgent {
|
|
1088
1088
|
*/
|
1089
1089
|
authType: ConfluenceAuthType;
|
1090
1090
|
/**
|
1091
|
-
* The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your
|
1091
|
+
* The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Confluence instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Confluence connection configuration.
|
1092
1092
|
*/
|
1093
1093
|
credentialsSecretArn: SecretArn;
|
1094
1094
|
/**
|
@@ -1253,7 +1253,7 @@ declare namespace BedrockAgent {
|
|
1253
1253
|
*/
|
1254
1254
|
clientToken?: ClientToken;
|
1255
1255
|
/**
|
1256
|
-
* The data deletion policy for the data source. You can set the data deletion policy to: DELETE: Deletes all
|
1256
|
+
* The data deletion policy for the data source. You can set the data deletion policy to: DELETE: Deletes all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted, only the data. This flag is ignored if an Amazon Web Services account is deleted. RETAIN: Retains all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted if you delete a knowledge base or data source resource.
|
1257
1257
|
*/
|
1258
1258
|
dataDeletionPolicy?: DataDeletionPolicy;
|
1259
1259
|
/**
|
@@ -1455,7 +1455,7 @@ declare namespace BedrockAgent {
|
|
1455
1455
|
*/
|
1456
1456
|
definition?: FlowDefinition;
|
1457
1457
|
/**
|
1458
|
-
* The description of the
|
1458
|
+
* The description of the version.
|
1459
1459
|
*/
|
1460
1460
|
description?: FlowDescription;
|
1461
1461
|
/**
|
@@ -1467,7 +1467,7 @@ declare namespace BedrockAgent {
|
|
1467
1467
|
*/
|
1468
1468
|
id: FlowId;
|
1469
1469
|
/**
|
1470
|
-
* The name of the
|
1470
|
+
* The name of the version.
|
1471
1471
|
*/
|
1472
1472
|
name: FlowName;
|
1473
1473
|
/**
|
@@ -1623,7 +1623,7 @@ declare namespace BedrockAgent {
|
|
1623
1623
|
*/
|
1624
1624
|
defaultVariant?: PromptVariantName;
|
1625
1625
|
/**
|
1626
|
-
* A description for the
|
1626
|
+
* A description for the version.
|
1627
1627
|
*/
|
1628
1628
|
description?: PromptDescription;
|
1629
1629
|
/**
|
@@ -1631,7 +1631,7 @@ declare namespace BedrockAgent {
|
|
1631
1631
|
*/
|
1632
1632
|
id: PromptId;
|
1633
1633
|
/**
|
1634
|
-
* The name of the prompt
|
1634
|
+
* The name of the prompt.
|
1635
1635
|
*/
|
1636
1636
|
name: PromptName;
|
1637
1637
|
/**
|
@@ -1964,7 +1964,7 @@ declare namespace BedrockAgent {
|
|
1964
1964
|
*/
|
1965
1965
|
promptIdentifier: PromptIdentifier;
|
1966
1966
|
/**
|
1967
|
-
* The version of the prompt to delete.
|
1967
|
+
* The version of the prompt to delete. To delete the prompt, omit this field.
|
1968
1968
|
*/
|
1969
1969
|
promptVersion?: NumericalVersion;
|
1970
1970
|
}
|
@@ -2035,7 +2035,7 @@ declare namespace BedrockAgent {
|
|
2035
2035
|
export type FlowAliasSummaries = FlowAliasSummary[];
|
2036
2036
|
export interface FlowAliasSummary {
|
2037
2037
|
/**
|
2038
|
-
* The Amazon Resource Name (ARN) of the
|
2038
|
+
* The Amazon Resource Name (ARN) of the alias.
|
2039
2039
|
*/
|
2040
2040
|
arn: FlowAliasArn;
|
2041
2041
|
/**
|
@@ -2307,7 +2307,7 @@ declare namespace BedrockAgent {
|
|
2307
2307
|
*/
|
2308
2308
|
arn: FlowArn;
|
2309
2309
|
/**
|
2310
|
-
* The time at the
|
2310
|
+
* The time at the version was created.
|
2311
2311
|
*/
|
2312
2312
|
createdAt: DateTimestamp;
|
2313
2313
|
/**
|
@@ -2336,6 +2336,10 @@ declare namespace BedrockAgent {
|
|
2336
2336
|
* The parameters that the agent elicits from the user to fulfill the function.
|
2337
2337
|
*/
|
2338
2338
|
parameters?: ParameterMap;
|
2339
|
+
/**
|
2340
|
+
* Contains information if user confirmation is required to invoke the function.
|
2341
|
+
*/
|
2342
|
+
requireConfirmation?: RequireConfirmation;
|
2339
2343
|
}
|
2340
2344
|
export type FunctionDescription = string;
|
2341
2345
|
export interface FunctionSchema {
|
@@ -2477,7 +2481,7 @@ declare namespace BedrockAgent {
|
|
2477
2481
|
*/
|
2478
2482
|
id: FlowAliasId;
|
2479
2483
|
/**
|
2480
|
-
* The name of the
|
2484
|
+
* The name of the alias.
|
2481
2485
|
*/
|
2482
2486
|
name: Name;
|
2483
2487
|
/**
|
@@ -2485,7 +2489,7 @@ declare namespace BedrockAgent {
|
|
2485
2489
|
*/
|
2486
2490
|
routingConfiguration: FlowAliasRoutingConfiguration;
|
2487
2491
|
/**
|
2488
|
-
* The time at which the
|
2492
|
+
* The time at which the alias was last updated.
|
2489
2493
|
*/
|
2490
2494
|
updatedAt: DateTimestamp;
|
2491
2495
|
}
|
@@ -2585,7 +2589,7 @@ declare namespace BedrockAgent {
|
|
2585
2589
|
*/
|
2586
2590
|
id: FlowId;
|
2587
2591
|
/**
|
2588
|
-
* The name of the
|
2592
|
+
* The name of the version.
|
2589
2593
|
*/
|
2590
2594
|
name: FlowName;
|
2591
2595
|
/**
|
@@ -2635,13 +2639,13 @@ declare namespace BedrockAgent {
|
|
2635
2639
|
*/
|
2636
2640
|
promptIdentifier: PromptIdentifier;
|
2637
2641
|
/**
|
2638
|
-
* The version of the prompt about which you want to retrieve information.
|
2642
|
+
* The version of the prompt about which you want to retrieve information. Omit this field to return information about the working draft of the prompt.
|
2639
2643
|
*/
|
2640
2644
|
promptVersion?: Version;
|
2641
2645
|
}
|
2642
2646
|
export interface GetPromptResponse {
|
2643
2647
|
/**
|
2644
|
-
* The Amazon Resource Name (ARN) of the prompt.
|
2648
|
+
* The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).
|
2645
2649
|
*/
|
2646
2650
|
arn: PromptArn;
|
2647
2651
|
/**
|
@@ -3161,7 +3165,7 @@ declare namespace BedrockAgent {
|
|
3161
3165
|
}
|
3162
3166
|
export interface ListFlowAliasesResponse {
|
3163
3167
|
/**
|
3164
|
-
* A list, each member of which contains information about
|
3168
|
+
* A list, each member of which contains information about an alias.
|
3165
3169
|
*/
|
3166
3170
|
flowAliasSummaries: FlowAliasSummaries;
|
3167
3171
|
/**
|
@@ -3279,7 +3283,7 @@ declare namespace BedrockAgent {
|
|
3279
3283
|
*/
|
3280
3284
|
nextToken?: NextToken;
|
3281
3285
|
/**
|
3282
|
-
* The unique identifier of the prompt.
|
3286
|
+
* The unique identifier of the prompt for whose versions you want to return information. Omit this field to list information about all prompts in an account.
|
3283
3287
|
*/
|
3284
3288
|
promptIdentifier?: PromptIdentifier;
|
3285
3289
|
}
|
@@ -3655,7 +3659,7 @@ declare namespace BedrockAgent {
|
|
3655
3659
|
export type PromptSummaries = PromptSummary[];
|
3656
3660
|
export interface PromptSummary {
|
3657
3661
|
/**
|
3658
|
-
* The Amazon Resource Name (ARN) of the prompt.
|
3662
|
+
* The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).
|
3659
3663
|
*/
|
3660
3664
|
arn: PromptArn;
|
3661
3665
|
/**
|
@@ -3795,6 +3799,7 @@ declare namespace BedrockAgent {
|
|
3795
3799
|
vectorField: FieldName;
|
3796
3800
|
}
|
3797
3801
|
export type RedisEnterpriseCloudIndexName = string;
|
3802
|
+
export type RequireConfirmation = "ENABLED"|"DISABLED"|string;
|
3798
3803
|
export interface RetrievalFlowNodeConfiguration {
|
3799
3804
|
/**
|
3800
3805
|
* Contains configurations for the service to use for retrieving data to return as the output from the node.
|
@@ -3872,7 +3877,7 @@ declare namespace BedrockAgent {
|
|
3872
3877
|
*/
|
3873
3878
|
authType: SalesforceAuthType;
|
3874
3879
|
/**
|
3875
|
-
* The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your
|
3880
|
+
* The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Salesforce connection configuration.
|
3876
3881
|
*/
|
3877
3882
|
credentialsSecretArn: SecretArn;
|
3878
3883
|
/**
|
@@ -4300,7 +4305,7 @@ declare namespace BedrockAgent {
|
|
4300
4305
|
*/
|
4301
4306
|
aliasIdentifier: FlowAliasIdentifier;
|
4302
4307
|
/**
|
4303
|
-
* A description for the
|
4308
|
+
* A description for the alias.
|
4304
4309
|
*/
|
4305
4310
|
description?: Description;
|
4306
4311
|
/**
|
@@ -4308,7 +4313,7 @@ declare namespace BedrockAgent {
|
|
4308
4313
|
*/
|
4309
4314
|
flowIdentifier: FlowIdentifier;
|
4310
4315
|
/**
|
4311
|
-
* The name of the
|
4316
|
+
* The name of the alias.
|
4312
4317
|
*/
|
4313
4318
|
name: Name;
|
4314
4319
|
/**
|
@@ -4338,7 +4343,7 @@ declare namespace BedrockAgent {
|
|
4338
4343
|
*/
|
4339
4344
|
id: FlowAliasId;
|
4340
4345
|
/**
|
4341
|
-
* The name of the
|
4346
|
+
* The name of the alias.
|
4342
4347
|
*/
|
4343
4348
|
name: Name;
|
4344
4349
|
/**
|
@@ -4346,7 +4351,7 @@ declare namespace BedrockAgent {
|
|
4346
4351
|
*/
|
4347
4352
|
routingConfiguration: FlowAliasRoutingConfiguration;
|
4348
4353
|
/**
|
4349
|
-
* The time at which the
|
4354
|
+
* The time at which the alias was last updated.
|
4350
4355
|
*/
|
4351
4356
|
updatedAt: DateTimestamp;
|
4352
4357
|
}
|
@@ -107,6 +107,7 @@ declare namespace BedrockAgentRuntime {
|
|
107
107
|
}
|
108
108
|
export type ActionGroupName = string;
|
109
109
|
export type ActionGroupOutputString = string;
|
110
|
+
export type ActionInvocationType = "RESULT"|"USER_CONFIRMATION"|"USER_CONFIRMATION_AND_RESULT"|string;
|
110
111
|
export type AdditionalModelRequestFields = {[key: string]: AdditionalModelRequestFieldsValue};
|
111
112
|
export type AdditionalModelRequestFieldsKey = string;
|
112
113
|
export interface AdditionalModelRequestFieldsValue {
|
@@ -120,6 +121,10 @@ declare namespace BedrockAgentRuntime {
|
|
120
121
|
* The action group that the API operation belongs to.
|
121
122
|
*/
|
122
123
|
actionGroup: String;
|
124
|
+
/**
|
125
|
+
* Contains information about the API operation to invoke.
|
126
|
+
*/
|
127
|
+
actionInvocationType?: ActionInvocationType;
|
123
128
|
/**
|
124
129
|
* The path to the API operation.
|
125
130
|
*/
|
@@ -168,6 +173,10 @@ declare namespace BedrockAgentRuntime {
|
|
168
173
|
* The path to the API operation.
|
169
174
|
*/
|
170
175
|
apiPath?: ApiPath;
|
176
|
+
/**
|
177
|
+
* Controls the API operations or functions to invoke based on the user confirmation.
|
178
|
+
*/
|
179
|
+
confirmationState?: ConfirmationState;
|
171
180
|
/**
|
172
181
|
* The HTTP method for the API operation.
|
173
182
|
*/
|
@@ -264,6 +273,7 @@ declare namespace BedrockAgentRuntime {
|
|
264
273
|
*/
|
265
274
|
files?: Files;
|
266
275
|
}
|
276
|
+
export type ConfirmationState = "CONFIRM"|"DENY"|string;
|
267
277
|
export interface ConflictException {
|
268
278
|
message?: NonBlankString;
|
269
279
|
}
|
@@ -464,6 +474,10 @@ declare namespace BedrockAgentRuntime {
|
|
464
474
|
* The action group that the function belongs to.
|
465
475
|
*/
|
466
476
|
actionGroup: String;
|
477
|
+
/**
|
478
|
+
* Contains information about the function to invoke,
|
479
|
+
*/
|
480
|
+
actionInvocationType?: ActionInvocationType;
|
467
481
|
/**
|
468
482
|
* The name of the function.
|
469
483
|
*/
|
@@ -493,6 +507,10 @@ declare namespace BedrockAgentRuntime {
|
|
493
507
|
* The action group that the function belongs to.
|
494
508
|
*/
|
495
509
|
actionGroup: String;
|
510
|
+
/**
|
511
|
+
* Contains the user confirmation information about the function that was called.
|
512
|
+
*/
|
513
|
+
confirmationState?: ConfirmationState;
|
496
514
|
/**
|
497
515
|
* The name of the function that was called.
|
498
516
|
*/
|
@@ -1036,7 +1036,7 @@ declare namespace CodeBuild {
|
|
1036
1036
|
*/
|
1037
1037
|
baseCapacity: FleetCapacity;
|
1038
1038
|
/**
|
1039
|
-
* The environment type of the compute fleet. The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), EU (Frankfurt), and South America (São Paulo). The environment type LINUX_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), South America (São Paulo), and Asia Pacific (Mumbai). The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). The environment type WINDOWS_SERVER_2019_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific (Mumbai) and EU (Ireland). The environment type WINDOWS_SERVER_2022_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Sydney), Asia Pacific (Singapore), Asia Pacific (Tokyo), South America (São Paulo) and Asia Pacific (Mumbai). For more information, see Build environment compute types in the CodeBuild user guide.
|
1039
|
+
* The environment type of the compute fleet. The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), EU (Frankfurt), and South America (São Paulo). The environment type LINUX_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), South America (São Paulo), and Asia Pacific (Mumbai). The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). The environment type MAC_ARM is available for Medium fleets only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), and EU (Frankfurt) The environment type MAC_ARM is available for Large fleets only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and Asia Pacific (Sydney). The environment type WINDOWS_SERVER_2019_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific (Mumbai) and EU (Ireland). The environment type WINDOWS_SERVER_2022_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Sydney), Asia Pacific (Singapore), Asia Pacific (Tokyo), South America (São Paulo) and Asia Pacific (Mumbai). For more information, see Build environment compute types in the CodeBuild user guide.
|
1040
1040
|
*/
|
1041
1041
|
environmentType: EnvironmentType;
|
1042
1042
|
/**
|
@@ -1480,7 +1480,7 @@ declare namespace CodeBuild {
|
|
1480
1480
|
*/
|
1481
1481
|
baseCapacity?: FleetCapacity;
|
1482
1482
|
/**
|
1483
|
-
* The environment type of the compute fleet. The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), EU (Frankfurt), and South America (São Paulo). The environment type LINUX_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), South America (São Paulo), and Asia Pacific (Mumbai). The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). The environment type WINDOWS_SERVER_2019_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific (Mumbai) and EU (Ireland). The environment type WINDOWS_SERVER_2022_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Sydney), Asia Pacific (Singapore), Asia Pacific (Tokyo), South America (São Paulo) and Asia Pacific (Mumbai). For more information, see Build environment compute types in the CodeBuild user guide.
|
1483
|
+
* The environment type of the compute fleet. The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), EU (Frankfurt), and South America (São Paulo). The environment type LINUX_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), South America (São Paulo), and Asia Pacific (Mumbai). The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). The environment type MAC_ARM is available for Medium fleets only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), and EU (Frankfurt) The environment type MAC_ARM is available for Large fleets only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and Asia Pacific (Sydney). The environment type WINDOWS_SERVER_2019_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific (Mumbai) and EU (Ireland). The environment type WINDOWS_SERVER_2022_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Sydney), Asia Pacific (Singapore), Asia Pacific (Tokyo), South America (São Paulo) and Asia Pacific (Mumbai). For more information, see Build environment compute types in the CodeBuild user guide.
|
1484
1484
|
*/
|
1485
1485
|
environmentType?: EnvironmentType;
|
1486
1486
|
/**
|
@@ -3051,7 +3051,7 @@ declare namespace CodeBuild {
|
|
3051
3051
|
*/
|
3052
3052
|
baseCapacity?: FleetCapacity;
|
3053
3053
|
/**
|
3054
|
-
* The environment type of the compute fleet. The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), EU (Frankfurt), and South America (São Paulo). The environment type LINUX_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), South America (São Paulo), and Asia Pacific (Mumbai). The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). The environment type WINDOWS_SERVER_2019_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific (Mumbai) and EU (Ireland). The environment type WINDOWS_SERVER_2022_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Sydney), Asia Pacific (Singapore), Asia Pacific (Tokyo), South America (São Paulo) and Asia Pacific (Mumbai). For more information, see Build environment compute types in the CodeBuild user guide.
|
3054
|
+
* The environment type of the compute fleet. The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), EU (Frankfurt), and South America (São Paulo). The environment type LINUX_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Singapore), Asia Pacific (Sydney), South America (São Paulo), and Asia Pacific (Mumbai). The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). The environment type MAC_ARM is available for Medium fleets only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), and EU (Frankfurt) The environment type MAC_ARM is available for Large fleets only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and Asia Pacific (Sydney). The environment type WINDOWS_SERVER_2019_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific (Mumbai) and EU (Ireland). The environment type WINDOWS_SERVER_2022_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Sydney), Asia Pacific (Singapore), Asia Pacific (Tokyo), South America (São Paulo) and Asia Pacific (Mumbai). For more information, see Build environment compute types in the CodeBuild user guide.
|
3055
3055
|
*/
|
3056
3056
|
environmentType?: EnvironmentType;
|
3057
3057
|
/**
|
@@ -597,6 +597,10 @@ declare namespace QBusiness {
|
|
597
597
|
* The status of the Amazon Q Business application. The application is ready to use when the status is ACTIVE.
|
598
598
|
*/
|
599
599
|
status?: ApplicationStatus;
|
600
|
+
/**
|
601
|
+
* The authentication type being used by a Amazon Q Business application.
|
602
|
+
*/
|
603
|
+
identityType?: IdentityType;
|
600
604
|
}
|
601
605
|
export type ApplicationArn = string;
|
602
606
|
export type ApplicationId = string;
|
@@ -710,6 +714,17 @@ declare namespace QBusiness {
|
|
710
714
|
export type AuthResponseKey = string;
|
711
715
|
export type AuthResponseValue = string;
|
712
716
|
export type AuthorizationResponseMap = {[key: string]: AuthResponseValue};
|
717
|
+
export interface AutoSubscriptionConfiguration {
|
718
|
+
/**
|
719
|
+
* Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.
|
720
|
+
*/
|
721
|
+
autoSubscribe: AutoSubscriptionStatus;
|
722
|
+
/**
|
723
|
+
* Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value for autoSubscribe is set to ENABLED you must select a value for this field.
|
724
|
+
*/
|
725
|
+
defaultSubscriptionType?: SubscriptionType;
|
726
|
+
}
|
727
|
+
export type AutoSubscriptionStatus = "ENABLED"|"DISABLED"|string;
|
713
728
|
export interface BasicAuthConfiguration {
|
714
729
|
/**
|
715
730
|
* The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..
|
@@ -896,6 +911,8 @@ declare namespace QBusiness {
|
|
896
911
|
*/
|
897
912
|
failedAttachments?: AttachmentsOutput;
|
898
913
|
}
|
914
|
+
export type ClientIdForOIDC = string;
|
915
|
+
export type ClientIdsForOIDC = ClientIdForOIDC[];
|
899
916
|
export type ClientToken = string;
|
900
917
|
export interface ContentBlockerRule {
|
901
918
|
/**
|
@@ -936,10 +953,22 @@ declare namespace QBusiness {
|
|
936
953
|
* The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.
|
937
954
|
*/
|
938
955
|
roleArn?: RoleArn;
|
956
|
+
/**
|
957
|
+
* The authentication type being used by a Amazon Q Business application.
|
958
|
+
*/
|
959
|
+
identityType?: IdentityType;
|
960
|
+
/**
|
961
|
+
* The Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.
|
962
|
+
*/
|
963
|
+
iamIdentityProviderArn?: IamIdentityProviderArn;
|
939
964
|
/**
|
940
965
|
* The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.
|
941
966
|
*/
|
942
967
|
identityCenterInstanceArn?: InstanceArn;
|
968
|
+
/**
|
969
|
+
* The OIDC client ID for a Amazon Q Business application.
|
970
|
+
*/
|
971
|
+
clientIdsForOIDC?: ClientIdsForOIDC;
|
943
972
|
/**
|
944
973
|
* A description for the Amazon Q Business application.
|
945
974
|
*/
|
@@ -993,7 +1022,7 @@ declare namespace QBusiness {
|
|
993
1022
|
*/
|
994
1023
|
displayName: DataSourceName;
|
995
1024
|
/**
|
996
|
-
* Configuration information to connect to your data source
|
1025
|
+
* Configuration information to connect your data source repository to Amazon Q Business. Use this parameter to provide a JSON schema with configuration information specific to your data source connector. Each data source has a JSON schema provided by Amazon Q Business that you must use. For example, the Amazon S3 and Web Crawler connectors require the following JSON schemas: Amazon S3 JSON schema Web Crawler JSON schema You can find configuration templates for your specific data source using the following steps: Navigate to the Supported connectors page in the Amazon Q Business User Guide, and select the data source of your choice. Then, from your specific data source connector page, select Using the API. You will find the JSON schema for your data source, including parameter descriptions, in this section.
|
997
1026
|
*/
|
998
1027
|
configuration: DataSourceConfiguration;
|
999
1028
|
/**
|
@@ -1197,7 +1226,7 @@ declare namespace QBusiness {
|
|
1197
1226
|
*/
|
1198
1227
|
samplePromptsControlMode?: WebExperienceSamplePromptsControlMode;
|
1199
1228
|
/**
|
1200
|
-
* The Amazon Resource Name (ARN) of the service role attached to your web experience.
|
1229
|
+
* The Amazon Resource Name (ARN) of the service role attached to your web experience. You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
|
1201
1230
|
*/
|
1202
1231
|
roleArn?: RoleArn;
|
1203
1232
|
/**
|
@@ -1208,6 +1237,10 @@ declare namespace QBusiness {
|
|
1208
1237
|
* A token you provide to identify a request to create an Amazon Q Business web experience.
|
1209
1238
|
*/
|
1210
1239
|
clientToken?: ClientToken;
|
1240
|
+
/**
|
1241
|
+
* Information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
|
1242
|
+
*/
|
1243
|
+
identityProviderConfiguration?: IdentityProviderConfiguration;
|
1211
1244
|
}
|
1212
1245
|
export interface CreateWebExperienceResponse {
|
1213
1246
|
/**
|
@@ -1717,6 +1750,14 @@ declare namespace QBusiness {
|
|
1717
1750
|
* The Amazon Resource Name (ARN) of the Amazon Q Business application.
|
1718
1751
|
*/
|
1719
1752
|
applicationArn?: ApplicationArn;
|
1753
|
+
/**
|
1754
|
+
* The authentication type being used by a Amazon Q Business application.
|
1755
|
+
*/
|
1756
|
+
identityType?: IdentityType;
|
1757
|
+
/**
|
1758
|
+
* The Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.
|
1759
|
+
*/
|
1760
|
+
iamIdentityProviderArn?: IamIdentityProviderArn;
|
1720
1761
|
/**
|
1721
1762
|
* The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business application.
|
1722
1763
|
*/
|
@@ -1761,6 +1802,14 @@ declare namespace QBusiness {
|
|
1761
1802
|
* Configuration information about chat response personalization. For more information, see Personalizing chat responses.
|
1762
1803
|
*/
|
1763
1804
|
personalizationConfiguration?: PersonalizationConfiguration;
|
1805
|
+
/**
|
1806
|
+
* Settings for auto-subscription behavior for this application. This is only applicable to SAML and OIDC applications.
|
1807
|
+
*/
|
1808
|
+
autoSubscriptionConfiguration?: AutoSubscriptionConfiguration;
|
1809
|
+
/**
|
1810
|
+
* The OIDC client ID for a Amazon Q Business application.
|
1811
|
+
*/
|
1812
|
+
clientIdsForOIDC?: ClientIdsForOIDC;
|
1764
1813
|
}
|
1765
1814
|
export interface GetChatControlsConfigurationRequest {
|
1766
1815
|
/**
|
@@ -2148,6 +2197,10 @@ declare namespace QBusiness {
|
|
2148
2197
|
* The Amazon Resource Name (ARN) of the service role attached to your web experience.
|
2149
2198
|
*/
|
2150
2199
|
roleArn?: RoleArn;
|
2200
|
+
/**
|
2201
|
+
* Information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
|
2202
|
+
*/
|
2203
|
+
identityProviderConfiguration?: IdentityProviderConfiguration;
|
2151
2204
|
/**
|
2152
2205
|
* The authentication configuration information for your Amazon Q Business web experience.
|
2153
2206
|
*/
|
@@ -2209,7 +2262,13 @@ declare namespace QBusiness {
|
|
2209
2262
|
*/
|
2210
2263
|
roleArn?: RoleArn;
|
2211
2264
|
}
|
2265
|
+
export type IamIdentityProviderArn = string;
|
2212
2266
|
export type IdcApplicationArn = string;
|
2267
|
+
export interface IdentityProviderConfiguration {
|
2268
|
+
samlConfiguration?: SamlProviderConfiguration;
|
2269
|
+
openIDConnectConfiguration?: OpenIDConnectProviderConfiguration;
|
2270
|
+
}
|
2271
|
+
export type IdentityType = "AWS_IAM_IDP_SAML"|"AWS_IAM_IDP_OIDC"|"AWS_IAM_IDC"|string;
|
2213
2272
|
export interface Index {
|
2214
2273
|
/**
|
2215
2274
|
* The name of the index.
|
@@ -2726,6 +2785,16 @@ declare namespace QBusiness {
|
|
2726
2785
|
*/
|
2727
2786
|
roleArn: RoleArn;
|
2728
2787
|
}
|
2788
|
+
export interface OpenIDConnectProviderConfiguration {
|
2789
|
+
/**
|
2790
|
+
* The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.
|
2791
|
+
*/
|
2792
|
+
secretsArn: SecretArn;
|
2793
|
+
/**
|
2794
|
+
* An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.
|
2795
|
+
*/
|
2796
|
+
secretsRole: RoleArn;
|
2797
|
+
}
|
2729
2798
|
export type Payload = string;
|
2730
2799
|
export interface PersonalizationConfiguration {
|
2731
2800
|
/**
|
@@ -2871,7 +2940,7 @@ declare namespace QBusiness {
|
|
2871
2940
|
*/
|
2872
2941
|
indexId: IndexId;
|
2873
2942
|
/**
|
2874
|
-
* The list that contains your users or sub groups that belong the same group. For example, the group "Company" includes the user "CEO" and the sub groups "Research", "Engineering", and "Sales and Marketing".
|
2943
|
+
* The list that contains your users or sub groups that belong the same group. For example, the group "Company" includes the user "CEO" and the sub groups "Research", "Engineering", and "Sales and Marketing".
|
2875
2944
|
*/
|
2876
2945
|
groupName: GroupName;
|
2877
2946
|
/**
|
@@ -2974,6 +3043,7 @@ declare namespace QBusiness {
|
|
2974
3043
|
export type S3BucketName = string;
|
2975
3044
|
export type S3ObjectKey = string;
|
2976
3045
|
export type SamlAttribute = string;
|
3046
|
+
export type SamlAuthenticationUrl = string;
|
2977
3047
|
export interface SamlConfiguration {
|
2978
3048
|
/**
|
2979
3049
|
* The metadata XML that your IdP generated.
|
@@ -2993,6 +3063,12 @@ declare namespace QBusiness {
|
|
2993
3063
|
userGroupAttribute?: SamlAttribute;
|
2994
3064
|
}
|
2995
3065
|
export type SamlMetadataXML = string;
|
3066
|
+
export interface SamlProviderConfiguration {
|
3067
|
+
/**
|
3068
|
+
* The URL where Amazon Q Business end users will be redirected for authentication.
|
3069
|
+
*/
|
3070
|
+
authenticationUrl: SamlAuthenticationUrl;
|
3071
|
+
}
|
2996
3072
|
export type SecretArn = string;
|
2997
3073
|
export type SecurityGroupId = string;
|
2998
3074
|
export type SecurityGroupIds = SecurityGroupId[];
|
@@ -3088,6 +3164,7 @@ declare namespace QBusiness {
|
|
3088
3164
|
}
|
3089
3165
|
export type SubnetId = string;
|
3090
3166
|
export type SubnetIds = SubnetId[];
|
3167
|
+
export type SubscriptionType = "Q_LITE"|"Q_BUSINESS"|string;
|
3091
3168
|
export type SyncSchedule = string;
|
3092
3169
|
export type SystemMessageId = string;
|
3093
3170
|
export type SystemMessageOverride = string;
|
@@ -3210,6 +3287,10 @@ declare namespace QBusiness {
|
|
3210
3287
|
* Configuration information about chat response personalization. For more information, see Personalizing chat responses.
|
3211
3288
|
*/
|
3212
3289
|
personalizationConfiguration?: PersonalizationConfiguration;
|
3290
|
+
/**
|
3291
|
+
* An option to enable updating the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management.
|
3292
|
+
*/
|
3293
|
+
autoSubscriptionConfiguration?: AutoSubscriptionConfiguration;
|
3213
3294
|
}
|
3214
3295
|
export interface UpdateApplicationResponse {
|
3215
3296
|
}
|
@@ -3426,6 +3507,10 @@ declare namespace QBusiness {
|
|
3426
3507
|
* Determines whether sample prompts are enabled in the web experience for an end user.
|
3427
3508
|
*/
|
3428
3509
|
samplePromptsControlMode?: WebExperienceSamplePromptsControlMode;
|
3510
|
+
/**
|
3511
|
+
* Information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
|
3512
|
+
*/
|
3513
|
+
identityProviderConfiguration?: IdentityProviderConfiguration;
|
3429
3514
|
}
|
3430
3515
|
export interface UpdateWebExperienceResponse {
|
3431
3516
|
}
|
@@ -28,11 +28,11 @@ declare class SupplyChain extends Service {
|
|
28
28
|
*/
|
29
29
|
getBillOfMaterialsImportJob(callback?: (err: AWSError, data: SupplyChain.Types.GetBillOfMaterialsImportJobResponse) => void): Request<SupplyChain.Types.GetBillOfMaterialsImportJobResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Send transactional data
|
31
|
+
* Send the transactional data payload for the event with real-time data for analysis or monitoring. The real-time data events are stored in an Amazon Web Services service before being processed and stored in data lake. New data events are synced with data lake at 5 PM GMT everyday. The updated transactional data is available in data lake after ingestion.
|
32
32
|
*/
|
33
33
|
sendDataIntegrationEvent(params: SupplyChain.Types.SendDataIntegrationEventRequest, callback?: (err: AWSError, data: SupplyChain.Types.SendDataIntegrationEventResponse) => void): Request<SupplyChain.Types.SendDataIntegrationEventResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* Send transactional data
|
35
|
+
* Send the transactional data payload for the event with real-time data for analysis or monitoring. The real-time data events are stored in an Amazon Web Services service before being processed and stored in data lake. New data events are synced with data lake at 5 PM GMT everyday. The updated transactional data is available in data lake after ingestion.
|
36
36
|
*/
|
37
37
|
sendDataIntegrationEvent(callback?: (err: AWSError, data: SupplyChain.Types.SendDataIntegrationEventResponse) => void): Request<SupplyChain.Types.SendDataIntegrationEventResponse, AWSError>;
|
38
38
|
}
|
@@ -111,7 +111,7 @@ declare namespace SupplyChain {
|
|
111
111
|
*/
|
112
112
|
eventType: DataIntegrationEventType;
|
113
113
|
/**
|
114
|
-
* The data payload of the event.
|
114
|
+
* The data payload of the event. For more information on the data schema to use, see Data entities supported in AWS Supply Chain .
|
115
115
|
*/
|
116
116
|
data: DataIntegrationEventData;
|
117
117
|
/**
|