@pulumi/aws-native 1.26.0-alpha.1739292873 → 1.26.0-alpha.1739884102
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/batch/computeEnvironment.d.ts +2 -2
- package/batch/getComputeEnvironment.d.ts +1 -1
- package/batch/getJobDefinition.d.ts +1 -1
- package/batch/getSchedulingPolicy.d.ts +1 -1
- package/batch/jobDefinition.d.ts +2 -2
- package/batch/schedulingPolicy.d.ts +2 -2
- package/bedrock/agent.d.ts +18 -2
- package/bedrock/agent.js +10 -0
- package/bedrock/agent.js.map +1 -1
- package/bedrock/agentAlias.d.ts +1 -0
- package/bedrock/agentAlias.js.map +1 -1
- package/bedrock/getAgent.d.ts +9 -1
- package/bedrock/getAgent.js.map +1 -1
- package/bedrock/getAgentAlias.d.ts +1 -0
- package/bedrock/getAgentAlias.js.map +1 -1
- package/cognito/getUserPoolDomain.d.ts +12 -12
- package/cognito/getUserPoolDomain.js +4 -2
- package/cognito/getUserPoolDomain.js.map +1 -1
- package/cognito/userPoolDomain.d.ts +0 -4
- package/cognito/userPoolDomain.js +0 -2
- package/cognito/userPoolDomain.js.map +1 -1
- package/connect/contactFlowVersion.d.ts +61 -0
- package/connect/contactFlowVersion.js +69 -0
- package/connect/contactFlowVersion.js.map +1 -0
- package/connect/getContactFlowVersion.d.ts +35 -0
- package/connect/getContactFlowVersion.js +28 -0
- package/connect/getContactFlowVersion.js.map +1 -0
- package/connect/index.d.ts +6 -0
- package/connect/index.js +9 -2
- package/connect/index.js.map +1 -1
- package/datasync/getLocationSmb.d.ts +13 -0
- package/datasync/getLocationSmb.js.map +1 -1
- package/datasync/locationSmb.d.ts +43 -2
- package/datasync/locationSmb.js +10 -5
- package/datasync/locationSmb.js.map +1 -1
- package/ec2/getIpam.d.ts +4 -0
- package/ec2/getIpam.js.map +1 -1
- package/ec2/getIpamResourceDiscovery.d.ts +4 -0
- package/ec2/getIpamResourceDiscovery.js.map +1 -1
- package/ec2/ipam.d.ts +8 -0
- package/ec2/ipam.js +2 -0
- package/ec2/ipam.js.map +1 -1
- package/ec2/ipamResourceDiscovery.d.ts +8 -0
- package/ec2/ipamResourceDiscovery.js +2 -0
- package/ec2/ipamResourceDiscovery.js.map +1 -1
- package/ecs/cluster.d.ts +6 -2
- package/ecs/cluster.js.map +1 -1
- package/ecs/getCluster.d.ts +3 -1
- package/ecs/getCluster.js.map +1 -1
- package/efs/getMountTarget.d.ts +1 -1
- package/efs/mountTarget.d.ts +2 -2
- package/emrcontainers/getVirtualCluster.d.ts +4 -0
- package/emrcontainers/getVirtualCluster.js.map +1 -1
- package/emrcontainers/virtualCluster.d.ts +8 -0
- package/emrcontainers/virtualCluster.js +2 -0
- package/emrcontainers/virtualCluster.js.map +1 -1
- package/fms/getPolicy.d.ts +1 -1
- package/fms/policy.d.ts +2 -2
- package/groundstation/dataflowEndpointGroup.js +2 -0
- package/groundstation/dataflowEndpointGroup.js.map +1 -1
- package/groundstation/getDataflowEndpointGroup.d.ts +0 -12
- package/groundstation/getDataflowEndpointGroup.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/transfer/getWebApp.d.ts +54 -0
- package/transfer/getWebApp.js +28 -0
- package/transfer/getWebApp.js.map +1 -0
- package/transfer/index.d.ts +6 -0
- package/transfer/index.js +8 -1
- package/transfer/index.js.map +1 -1
- package/transfer/webApp.d.ts +87 -0
- package/transfer/webApp.js +73 -0
- package/transfer/webApp.js.map +1 -0
- package/types/enums/bedrock/index.d.ts +48 -0
- package/types/enums/bedrock/index.js +26 -2
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/datasync/index.d.ts +8 -0
- package/types/enums/datasync/index.js +5 -1
- package/types/enums/datasync/index.js.map +1 -1
- package/types/input.d.ts +235 -27
- package/types/output.d.ts +280 -38
- package/types/output.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -161,12 +161,25 @@ export declare namespace acmpca {
|
|
|
161
161
|
* Configures the default behavior of the CRL Distribution Point extension for certificates issued by your CA. If this field is not provided, then the CRL Distribution Point extension will be present and contain the default CRL URL.
|
|
162
162
|
*/
|
|
163
163
|
crlDistributionPointExtensionConfiguration?: outputs.acmpca.CertificateAuthorityCrlDistributionPointExtensionConfiguration;
|
|
164
|
+
/**
|
|
165
|
+
* Specifies the type of CRL. This setting determines the maximum number of certificates that the certificate authority can issue and revoke. For more information, see [AWS Private CA quotas](https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca) .
|
|
166
|
+
*
|
|
167
|
+
* - `COMPLETE` - The default setting. AWS Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason. Each certificate that AWS Private CA issues is bound to a specific CRL through the CRL distribution point (CDP) defined in [RFC 5280](https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc5280) .
|
|
168
|
+
* - `PARTITIONED` - Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue.
|
|
169
|
+
*
|
|
170
|
+
* > When using partitioned CRLs, you must validate that the CRL's associated issuing distribution point (IDP) URI matches the certificate's CDP URI to ensure the right CRL has been fetched. AWS Private CA marks the IDP extension as critical, which your client must be able to process.
|
|
171
|
+
*/
|
|
172
|
+
crlType?: string;
|
|
164
173
|
/**
|
|
165
174
|
* Name inserted into the certificate *CRL Distribution Points* extension that enables the use of an alias for the CRL distribution point. Use this value if you don't want the name of your S3 bucket to be public.
|
|
166
175
|
*
|
|
167
176
|
* > The content of a Canonical Name (CNAME) record must conform to [RFC2396](https://docs.aws.amazon.com/https://www.ietf.org/rfc/rfc2396.txt) restrictions on the use of special characters in URIs. Additionally, the value of the CNAME must not include a protocol prefix such as "http://" or "https://".
|
|
168
177
|
*/
|
|
169
178
|
customCname?: string;
|
|
179
|
+
/**
|
|
180
|
+
* Designates a custom file path in S3 for CRL(s). For example, `http://<CustomName>/<CustomPath>/<CrlPartition_GUID>.crl` .
|
|
181
|
+
*/
|
|
182
|
+
customPath?: string;
|
|
170
183
|
/**
|
|
171
184
|
* Boolean value that specifies whether certificate revocation lists (CRLs) are enabled. You can use this value to enable certificate revocation for a new CA when you call the `CreateCertificateAuthority` operation or for an existing CA when you call the `UpdateCertificateAuthority` operation.
|
|
172
185
|
*/
|
|
@@ -8686,7 +8699,7 @@ export declare namespace batch {
|
|
|
8686
8699
|
/**
|
|
8687
8700
|
* The total amount of swap memory (in MiB) a container can use. This parameter is translated to the `--memory-swap` option to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) where the value is the sum of the container memory plus the `maxSwap` value. For more information, see [`--memory-swap` details](https://docs.aws.amazon.com/https://docs.docker.com/config/containers/resource_constraints/#--memory-swap-details) in the Docker documentation.
|
|
8688
8701
|
*
|
|
8689
|
-
* If a `maxSwap` value of `0` is specified, the container doesn't use swap. Accepted values are `0` or any positive integer. If the `maxSwap` parameter is omitted, the container doesn't use the swap configuration for the container instance
|
|
8702
|
+
* If a `maxSwap` value of `0` is specified, the container doesn't use swap. Accepted values are `0` or any positive integer. If the `maxSwap` parameter is omitted, the container doesn't use the swap configuration for the container instance on which it runs. A `maxSwap` value must be set for the `swappiness` parameter to be used.
|
|
8690
8703
|
*
|
|
8691
8704
|
* > This parameter isn't applicable to jobs that are running on Fargate resources. Don't provide it for these jobs.
|
|
8692
8705
|
*/
|
|
@@ -9265,17 +9278,17 @@ export declare namespace batch {
|
|
|
9265
9278
|
*/
|
|
9266
9279
|
interface SchedulingPolicyFairsharePolicy {
|
|
9267
9280
|
/**
|
|
9268
|
-
* A value used to reserve some of the available maximum vCPU for
|
|
9281
|
+
* A value used to reserve some of the available maximum vCPU for share identifiers that aren't already used.
|
|
9269
9282
|
*
|
|
9270
|
-
* The reserved ratio is `( *computeReservation* /100)^ *ActiveFairShares*` where `*ActiveFairShares*` is the number of active
|
|
9283
|
+
* The reserved ratio is `( *computeReservation* /100)^ *ActiveFairShares*` where `*ActiveFairShares*` is the number of active share identifiers.
|
|
9271
9284
|
*
|
|
9272
|
-
* For example, a `computeReservation` value of 50 indicates that AWS Batch reserves 50% of the maximum available vCPU if there's only one
|
|
9285
|
+
* For example, a `computeReservation` value of 50 indicates that AWS Batch reserves 50% of the maximum available vCPU if there's only one share identifier. It reserves 25% if there are two share identifiers. It reserves 12.5% if there are three share identifiers. A `computeReservation` value of 25 indicates that AWS Batch should reserve 25% of the maximum available vCPU if there's only one share identifier, 6.25% if there are two fair share identifiers, and 1.56% if there are three share identifiers.
|
|
9273
9286
|
*
|
|
9274
9287
|
* The minimum value is 0 and the maximum value is 99.
|
|
9275
9288
|
*/
|
|
9276
9289
|
computeReservation?: number;
|
|
9277
9290
|
/**
|
|
9278
|
-
* The amount of time (in seconds) to use to calculate a fair
|
|
9291
|
+
* The amount of time (in seconds) to use to calculate a fair-share percentage for each share identifier in use. A value of zero (0) indicates the default minimum time window (600 seconds). The maximum supported value is 604800 (1 week).
|
|
9279
9292
|
*
|
|
9280
9293
|
* The decay allows for more recently run jobs to have more weight than jobs that ran earlier. Consider adjusting this number if you have jobs that (on average) run longer than ten minutes, or a large difference in job count or job run times between share identifiers, and the allocation of resources doesn’t meet your needs.
|
|
9281
9294
|
*/
|
|
@@ -9287,15 +9300,15 @@ export declare namespace batch {
|
|
|
9287
9300
|
}
|
|
9288
9301
|
interface SchedulingPolicyShareAttributes {
|
|
9289
9302
|
/**
|
|
9290
|
-
* A
|
|
9303
|
+
* A share identifier or share identifier prefix. If the string ends with an asterisk (*), this entry specifies the weight factor to use for share identifiers that start with that prefix. The list of share identifiers in a fair-share policy can't overlap. For example, you can't have one that specifies a `shareIdentifier` of `UserA*` and another that specifies a `shareIdentifier` of `UserA-1` .
|
|
9291
9304
|
*
|
|
9292
|
-
* There can be no more than 500
|
|
9305
|
+
* There can be no more than 500 share identifiers active in a job queue.
|
|
9293
9306
|
*
|
|
9294
9307
|
* The string is limited to 255 alphanumeric characters, and can be followed by an asterisk (*).
|
|
9295
9308
|
*/
|
|
9296
9309
|
shareIdentifier?: string;
|
|
9297
9310
|
/**
|
|
9298
|
-
* The weight factor for the
|
|
9311
|
+
* The weight factor for the share identifier. The default value is 1.0. A lower value has a higher priority for compute resources. For example, jobs that use a share identifier with a weight factor of 0.125 (1/8) get 8 times the compute resources of jobs that use a share identifier with a weight factor of 1.
|
|
9299
9312
|
*
|
|
9300
9313
|
* The smallest supported value is 0.0001, and the largest supported value is 999.9999.
|
|
9301
9314
|
*/
|
|
@@ -9398,6 +9411,39 @@ export declare namespace bedrock {
|
|
|
9398
9411
|
*/
|
|
9399
9412
|
payload: string;
|
|
9400
9413
|
}
|
|
9414
|
+
/**
|
|
9415
|
+
* Agent Collaborator
|
|
9416
|
+
*/
|
|
9417
|
+
interface AgentCollaborator {
|
|
9418
|
+
/**
|
|
9419
|
+
* Agent descriptor for agent collaborator
|
|
9420
|
+
*/
|
|
9421
|
+
agentDescriptor: outputs.bedrock.AgentCollaboratorAgentDescriptorProperties;
|
|
9422
|
+
/**
|
|
9423
|
+
* Agent collaborator instruction
|
|
9424
|
+
*/
|
|
9425
|
+
collaborationInstruction: string;
|
|
9426
|
+
/**
|
|
9427
|
+
* Agent collaborator name
|
|
9428
|
+
*/
|
|
9429
|
+
collaboratorName: string;
|
|
9430
|
+
relayConversationHistory?: enums.bedrock.AgentRelayConversationHistory;
|
|
9431
|
+
}
|
|
9432
|
+
/**
|
|
9433
|
+
* Agent descriptor for agent collaborator
|
|
9434
|
+
*/
|
|
9435
|
+
interface AgentCollaboratorAgentDescriptorProperties {
|
|
9436
|
+
/**
|
|
9437
|
+
* Alias ARN for agent descriptor
|
|
9438
|
+
*/
|
|
9439
|
+
aliasArn?: string;
|
|
9440
|
+
}
|
|
9441
|
+
/**
|
|
9442
|
+
* Structure for custom orchestration
|
|
9443
|
+
*/
|
|
9444
|
+
interface AgentCustomOrchestration {
|
|
9445
|
+
executor?: outputs.bedrock.AgentOrchestrationExecutor;
|
|
9446
|
+
}
|
|
9401
9447
|
/**
|
|
9402
9448
|
* Function definition
|
|
9403
9449
|
*/
|
|
@@ -9485,6 +9531,26 @@ export declare namespace bedrock {
|
|
|
9485
9531
|
*/
|
|
9486
9532
|
knowledgeBaseState?: enums.bedrock.AgentKnowledgeBaseState;
|
|
9487
9533
|
}
|
|
9534
|
+
/**
|
|
9535
|
+
* Configuration for memory storage
|
|
9536
|
+
*/
|
|
9537
|
+
interface AgentMemoryConfiguration {
|
|
9538
|
+
enabledMemoryTypes?: enums.bedrock.AgentMemoryType[];
|
|
9539
|
+
sessionSummaryConfiguration?: outputs.bedrock.AgentSessionSummaryConfiguration;
|
|
9540
|
+
/**
|
|
9541
|
+
* Maximum number of days to store session details
|
|
9542
|
+
*/
|
|
9543
|
+
storageDays?: number;
|
|
9544
|
+
}
|
|
9545
|
+
/**
|
|
9546
|
+
* Types of executors for custom orchestration strategy
|
|
9547
|
+
*/
|
|
9548
|
+
interface AgentOrchestrationExecutor {
|
|
9549
|
+
/**
|
|
9550
|
+
* ARN of a Lambda.
|
|
9551
|
+
*/
|
|
9552
|
+
lambda: string;
|
|
9553
|
+
}
|
|
9488
9554
|
/**
|
|
9489
9555
|
* Parameter detail
|
|
9490
9556
|
*/
|
|
@@ -9510,12 +9576,13 @@ export declare namespace bedrock {
|
|
|
9510
9576
|
* Base Prompt Template.
|
|
9511
9577
|
*/
|
|
9512
9578
|
basePromptTemplate?: string;
|
|
9579
|
+
foundationModel?: string;
|
|
9513
9580
|
/**
|
|
9514
9581
|
* Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the `promptType` . For more information, see [Inference parameters for foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html) .
|
|
9515
9582
|
*/
|
|
9516
9583
|
inferenceConfiguration?: outputs.bedrock.AgentInferenceConfiguration;
|
|
9517
9584
|
/**
|
|
9518
|
-
* Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the `promptType` . If you set the field as `
|
|
9585
|
+
* Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the `promptType` . If you set the field as `OVERRIDDEN` , the `overrideLambda` field in the [PromptOverrideConfiguration](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_PromptOverrideConfiguration.html) must be specified with the ARN of a Lambda function.
|
|
9519
9586
|
*/
|
|
9520
9587
|
parserMode?: enums.bedrock.AgentCreationMode;
|
|
9521
9588
|
/**
|
|
@@ -9562,6 +9629,15 @@ export declare namespace bedrock {
|
|
|
9562
9629
|
*/
|
|
9563
9630
|
s3ObjectKey?: string;
|
|
9564
9631
|
}
|
|
9632
|
+
/**
|
|
9633
|
+
* Configuration for Session Summarization
|
|
9634
|
+
*/
|
|
9635
|
+
interface AgentSessionSummaryConfiguration {
|
|
9636
|
+
/**
|
|
9637
|
+
* Maximum number of Sessions to Summarize
|
|
9638
|
+
*/
|
|
9639
|
+
maxRecentSessions?: number;
|
|
9640
|
+
}
|
|
9565
9641
|
/**
|
|
9566
9642
|
* Model configuration
|
|
9567
9643
|
*/
|
|
@@ -11724,6 +11800,11 @@ export declare namespace bedrock {
|
|
|
11724
11800
|
*/
|
|
11725
11801
|
supplementalDataStorageConfiguration?: outputs.bedrock.KnowledgeBaseSupplementalDataStorageConfiguration;
|
|
11726
11802
|
}
|
|
11803
|
+
/**
|
|
11804
|
+
* Contains model-specific configurations
|
|
11805
|
+
*/
|
|
11806
|
+
interface PromptAdditionalModelRequestFields {
|
|
11807
|
+
}
|
|
11727
11808
|
/**
|
|
11728
11809
|
* Target Agent to invoke with Prompt
|
|
11729
11810
|
*/
|
|
@@ -11743,6 +11824,12 @@ export declare namespace bedrock {
|
|
|
11743
11824
|
*/
|
|
11744
11825
|
interface PromptAutoToolChoice {
|
|
11745
11826
|
}
|
|
11827
|
+
/**
|
|
11828
|
+
* CachePointBlock
|
|
11829
|
+
*/
|
|
11830
|
+
interface PromptCachePointBlock {
|
|
11831
|
+
type: enums.bedrock.PromptCachePointType;
|
|
11832
|
+
}
|
|
11746
11833
|
/**
|
|
11747
11834
|
* Configuration for chat prompt template
|
|
11748
11835
|
*/
|
|
@@ -11758,18 +11845,24 @@ export declare namespace bedrock {
|
|
|
11758
11845
|
/**
|
|
11759
11846
|
* Configuration for chat prompt template
|
|
11760
11847
|
*/
|
|
11761
|
-
system?: outputs.bedrock.
|
|
11848
|
+
system?: (outputs.bedrock.PromptSystemContentBlock0Properties | outputs.bedrock.PromptSystemContentBlock1Properties)[];
|
|
11762
11849
|
toolConfiguration?: outputs.bedrock.PromptToolConfiguration;
|
|
11763
11850
|
}
|
|
11764
11851
|
/**
|
|
11765
11852
|
* Configuration for chat prompt template
|
|
11766
11853
|
*/
|
|
11767
|
-
interface
|
|
11854
|
+
interface PromptContentBlock0Properties {
|
|
11768
11855
|
/**
|
|
11769
11856
|
* Configuration for chat prompt template
|
|
11770
11857
|
*/
|
|
11771
11858
|
text: string;
|
|
11772
11859
|
}
|
|
11860
|
+
/**
|
|
11861
|
+
* Configuration for chat prompt template
|
|
11862
|
+
*/
|
|
11863
|
+
interface PromptContentBlock1Properties {
|
|
11864
|
+
cachePoint: outputs.bedrock.PromptCachePointBlock;
|
|
11865
|
+
}
|
|
11773
11866
|
/**
|
|
11774
11867
|
* Target resource to invoke with Prompt
|
|
11775
11868
|
*/
|
|
@@ -11798,7 +11891,7 @@ export declare namespace bedrock {
|
|
|
11798
11891
|
/**
|
|
11799
11892
|
* List of Content Blocks
|
|
11800
11893
|
*/
|
|
11801
|
-
content: outputs.bedrock.
|
|
11894
|
+
content: (outputs.bedrock.PromptContentBlock0Properties | outputs.bedrock.PromptContentBlock1Properties)[];
|
|
11802
11895
|
role: enums.bedrock.PromptConversationRole;
|
|
11803
11896
|
}
|
|
11804
11897
|
/**
|
|
@@ -11834,12 +11927,18 @@ export declare namespace bedrock {
|
|
|
11834
11927
|
/**
|
|
11835
11928
|
* Configuration for chat prompt template
|
|
11836
11929
|
*/
|
|
11837
|
-
interface
|
|
11930
|
+
interface PromptSystemContentBlock0Properties {
|
|
11838
11931
|
/**
|
|
11839
11932
|
* Configuration for chat prompt template
|
|
11840
11933
|
*/
|
|
11841
11934
|
text: string;
|
|
11842
11935
|
}
|
|
11936
|
+
/**
|
|
11937
|
+
* Configuration for chat prompt template
|
|
11938
|
+
*/
|
|
11939
|
+
interface PromptSystemContentBlock1Properties {
|
|
11940
|
+
cachePoint: outputs.bedrock.PromptCachePointBlock;
|
|
11941
|
+
}
|
|
11843
11942
|
/**
|
|
11844
11943
|
* Prompt template configuration
|
|
11845
11944
|
*/
|
|
@@ -11856,6 +11955,7 @@ export declare namespace bedrock {
|
|
|
11856
11955
|
* Configuration for text prompt template
|
|
11857
11956
|
*/
|
|
11858
11957
|
interface PromptTextPromptTemplateConfiguration {
|
|
11958
|
+
cachePoint?: outputs.bedrock.PromptCachePointBlock;
|
|
11859
11959
|
/**
|
|
11860
11960
|
* List of input variables
|
|
11861
11961
|
*/
|
|
@@ -11883,6 +11983,18 @@ export declare namespace bedrock {
|
|
|
11883
11983
|
*/
|
|
11884
11984
|
version?: string;
|
|
11885
11985
|
}
|
|
11986
|
+
/**
|
|
11987
|
+
* Tool details
|
|
11988
|
+
*/
|
|
11989
|
+
interface PromptTool0Properties {
|
|
11990
|
+
toolSpec: outputs.bedrock.PromptToolSpecification;
|
|
11991
|
+
}
|
|
11992
|
+
/**
|
|
11993
|
+
* Tool details
|
|
11994
|
+
*/
|
|
11995
|
+
interface PromptTool1Properties {
|
|
11996
|
+
cachePoint: outputs.bedrock.PromptCachePointBlock;
|
|
11997
|
+
}
|
|
11886
11998
|
/**
|
|
11887
11999
|
* Tool choice
|
|
11888
12000
|
*/
|
|
@@ -11909,7 +12021,7 @@ export declare namespace bedrock {
|
|
|
11909
12021
|
/**
|
|
11910
12022
|
* List of Tools
|
|
11911
12023
|
*/
|
|
11912
|
-
tools: outputs.bedrock.
|
|
12024
|
+
tools: (outputs.bedrock.PromptTool0Properties | outputs.bedrock.PromptTool1Properties)[];
|
|
11913
12025
|
}
|
|
11914
12026
|
/**
|
|
11915
12027
|
* Tool input schema json
|
|
@@ -11917,12 +12029,6 @@ export declare namespace bedrock {
|
|
|
11917
12029
|
interface PromptToolInputSchemaProperties {
|
|
11918
12030
|
json: any;
|
|
11919
12031
|
}
|
|
11920
|
-
/**
|
|
11921
|
-
* Tool details
|
|
11922
|
-
*/
|
|
11923
|
-
interface PromptToolProperties {
|
|
11924
|
-
toolSpec: outputs.bedrock.PromptToolSpecification;
|
|
11925
|
-
}
|
|
11926
12032
|
/**
|
|
11927
12033
|
* Tool specification
|
|
11928
12034
|
*/
|
|
@@ -11938,6 +12044,10 @@ export declare namespace bedrock {
|
|
|
11938
12044
|
* Prompt variant
|
|
11939
12045
|
*/
|
|
11940
12046
|
interface PromptVariant {
|
|
12047
|
+
/**
|
|
12048
|
+
* Contains model-specific inference configurations that aren't in the `inferenceConfiguration` field. To see model-specific inference parameters, see [Inference request parameters and response fields for foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html) .
|
|
12049
|
+
*/
|
|
12050
|
+
additionalModelRequestFields?: outputs.bedrock.PromptAdditionalModelRequestFields;
|
|
11941
12051
|
/**
|
|
11942
12052
|
* Specifies a generative AI resource with which to use the prompt.
|
|
11943
12053
|
*/
|
|
@@ -11963,6 +12073,11 @@ export declare namespace bedrock {
|
|
|
11963
12073
|
*/
|
|
11964
12074
|
templateType: enums.bedrock.PromptTemplateType;
|
|
11965
12075
|
}
|
|
12076
|
+
/**
|
|
12077
|
+
* Contains model-specific configurations
|
|
12078
|
+
*/
|
|
12079
|
+
interface PromptVersionAdditionalModelRequestFields {
|
|
12080
|
+
}
|
|
11966
12081
|
/**
|
|
11967
12082
|
* Any Tool choice
|
|
11968
12083
|
*/
|
|
@@ -11973,6 +12088,12 @@ export declare namespace bedrock {
|
|
|
11973
12088
|
*/
|
|
11974
12089
|
interface PromptVersionAutoToolChoice {
|
|
11975
12090
|
}
|
|
12091
|
+
/**
|
|
12092
|
+
* CachePointBlock
|
|
12093
|
+
*/
|
|
12094
|
+
interface PromptVersionCachePointBlock {
|
|
12095
|
+
type: enums.bedrock.PromptVersionCachePointType;
|
|
12096
|
+
}
|
|
11976
12097
|
/**
|
|
11977
12098
|
* Configuration for chat prompt template
|
|
11978
12099
|
*/
|
|
@@ -11988,18 +12109,24 @@ export declare namespace bedrock {
|
|
|
11988
12109
|
/**
|
|
11989
12110
|
* Configuration for chat prompt template
|
|
11990
12111
|
*/
|
|
11991
|
-
system?: outputs.bedrock.
|
|
12112
|
+
system?: (outputs.bedrock.PromptVersionSystemContentBlock0Properties | outputs.bedrock.PromptVersionSystemContentBlock1Properties)[];
|
|
11992
12113
|
toolConfiguration?: outputs.bedrock.PromptVersionToolConfiguration;
|
|
11993
12114
|
}
|
|
11994
12115
|
/**
|
|
11995
12116
|
* Configuration for chat prompt template
|
|
11996
12117
|
*/
|
|
11997
|
-
interface
|
|
12118
|
+
interface PromptVersionContentBlock0Properties {
|
|
11998
12119
|
/**
|
|
11999
12120
|
* Configuration for chat prompt template
|
|
12000
12121
|
*/
|
|
12001
12122
|
text: string;
|
|
12002
12123
|
}
|
|
12124
|
+
/**
|
|
12125
|
+
* Configuration for chat prompt template
|
|
12126
|
+
*/
|
|
12127
|
+
interface PromptVersionContentBlock1Properties {
|
|
12128
|
+
cachePoint: outputs.bedrock.PromptVersionCachePointBlock;
|
|
12129
|
+
}
|
|
12003
12130
|
/**
|
|
12004
12131
|
* Chat prompt Message
|
|
12005
12132
|
*/
|
|
@@ -12007,7 +12134,7 @@ export declare namespace bedrock {
|
|
|
12007
12134
|
/**
|
|
12008
12135
|
* List of Content Blocks
|
|
12009
12136
|
*/
|
|
12010
|
-
content: outputs.bedrock.
|
|
12137
|
+
content: (outputs.bedrock.PromptVersionContentBlock0Properties | outputs.bedrock.PromptVersionContentBlock1Properties)[];
|
|
12011
12138
|
role: enums.bedrock.PromptVersionConversationRole;
|
|
12012
12139
|
}
|
|
12013
12140
|
/**
|
|
@@ -12077,6 +12204,10 @@ export declare namespace bedrock {
|
|
|
12077
12204
|
* Prompt variant
|
|
12078
12205
|
*/
|
|
12079
12206
|
interface PromptVersionPromptVariant {
|
|
12207
|
+
/**
|
|
12208
|
+
* Contains model-specific inference configurations that aren't in the `inferenceConfiguration` field. To see model-specific inference parameters, see [Inference request parameters and response fields for foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html) .
|
|
12209
|
+
*/
|
|
12210
|
+
additionalModelRequestFields?: outputs.bedrock.PromptVersionAdditionalModelRequestFields;
|
|
12080
12211
|
/**
|
|
12081
12212
|
* Specifies a generative AI resource with which to use the prompt.
|
|
12082
12213
|
*/
|
|
@@ -12114,16 +12245,23 @@ export declare namespace bedrock {
|
|
|
12114
12245
|
/**
|
|
12115
12246
|
* Configuration for chat prompt template
|
|
12116
12247
|
*/
|
|
12117
|
-
interface
|
|
12248
|
+
interface PromptVersionSystemContentBlock0Properties {
|
|
12118
12249
|
/**
|
|
12119
12250
|
* Configuration for chat prompt template
|
|
12120
12251
|
*/
|
|
12121
12252
|
text: string;
|
|
12122
12253
|
}
|
|
12254
|
+
/**
|
|
12255
|
+
* Configuration for chat prompt template
|
|
12256
|
+
*/
|
|
12257
|
+
interface PromptVersionSystemContentBlock1Properties {
|
|
12258
|
+
cachePoint: outputs.bedrock.PromptVersionCachePointBlock;
|
|
12259
|
+
}
|
|
12123
12260
|
/**
|
|
12124
12261
|
* Configuration for text prompt template
|
|
12125
12262
|
*/
|
|
12126
12263
|
interface PromptVersionTextPromptTemplateConfiguration {
|
|
12264
|
+
cachePoint?: outputs.bedrock.PromptVersionCachePointBlock;
|
|
12127
12265
|
/**
|
|
12128
12266
|
* List of input variables
|
|
12129
12267
|
*/
|
|
@@ -12133,6 +12271,18 @@ export declare namespace bedrock {
|
|
|
12133
12271
|
*/
|
|
12134
12272
|
text: string;
|
|
12135
12273
|
}
|
|
12274
|
+
/**
|
|
12275
|
+
* Tool details
|
|
12276
|
+
*/
|
|
12277
|
+
interface PromptVersionTool0Properties {
|
|
12278
|
+
toolSpec: outputs.bedrock.PromptVersionToolSpecification;
|
|
12279
|
+
}
|
|
12280
|
+
/**
|
|
12281
|
+
* Tool details
|
|
12282
|
+
*/
|
|
12283
|
+
interface PromptVersionTool1Properties {
|
|
12284
|
+
cachePoint: outputs.bedrock.PromptVersionCachePointBlock;
|
|
12285
|
+
}
|
|
12136
12286
|
/**
|
|
12137
12287
|
* Tool choice
|
|
12138
12288
|
*/
|
|
@@ -12159,7 +12309,7 @@ export declare namespace bedrock {
|
|
|
12159
12309
|
/**
|
|
12160
12310
|
* List of Tools
|
|
12161
12311
|
*/
|
|
12162
|
-
tools: outputs.bedrock.
|
|
12312
|
+
tools: (outputs.bedrock.PromptVersionTool0Properties | outputs.bedrock.PromptVersionTool1Properties)[];
|
|
12163
12313
|
}
|
|
12164
12314
|
/**
|
|
12165
12315
|
* Tool input schema json
|
|
@@ -12167,12 +12317,6 @@ export declare namespace bedrock {
|
|
|
12167
12317
|
interface PromptVersionToolInputSchemaProperties {
|
|
12168
12318
|
json: any;
|
|
12169
12319
|
}
|
|
12170
|
-
/**
|
|
12171
|
-
* Tool details
|
|
12172
|
-
*/
|
|
12173
|
-
interface PromptVersionToolProperties {
|
|
12174
|
-
toolSpec: outputs.bedrock.PromptVersionToolSpecification;
|
|
12175
|
-
}
|
|
12176
12320
|
/**
|
|
12177
12321
|
* Tool specification
|
|
12178
12322
|
*/
|
|
@@ -22476,6 +22620,8 @@ export declare namespace ec2 {
|
|
|
22476
22620
|
* The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.
|
|
22477
22621
|
*
|
|
22478
22622
|
* > If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
|
|
22623
|
+
* >
|
|
22624
|
+
* > If you specify a maximum price, it must be more than USD $0.001. Specifying a value below USD $0.001 will result in an `InvalidParameterValue` error message.
|
|
22479
22625
|
*/
|
|
22480
22626
|
maxPrice?: string;
|
|
22481
22627
|
/**
|
|
@@ -23287,6 +23433,15 @@ export declare namespace ec2 {
|
|
|
23287
23433
|
*/
|
|
23288
23434
|
regionName: string;
|
|
23289
23435
|
}
|
|
23436
|
+
/**
|
|
23437
|
+
* If your IPAM is integrated with AWS Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.
|
|
23438
|
+
*/
|
|
23439
|
+
interface IpamOrganizationalUnitExclusion {
|
|
23440
|
+
/**
|
|
23441
|
+
* An AWS Organizations entity path. Build the path for the OU(s) using AWS Organizations IDs separated by a '/'. Include all child OUs by ending the path with '/*'.
|
|
23442
|
+
*/
|
|
23443
|
+
organizationsEntityPath: string;
|
|
23444
|
+
}
|
|
23290
23445
|
/**
|
|
23291
23446
|
* An address space to be inserted into this pool. All allocations must be made from this address space.
|
|
23292
23447
|
*/
|
|
@@ -23339,6 +23494,15 @@ export declare namespace ec2 {
|
|
|
23339
23494
|
*/
|
|
23340
23495
|
regionName: string;
|
|
23341
23496
|
}
|
|
23497
|
+
/**
|
|
23498
|
+
* If your IPAM is integrated with AWS Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.
|
|
23499
|
+
*/
|
|
23500
|
+
interface IpamResourceDiscoveryOrganizationalUnitExclusion {
|
|
23501
|
+
/**
|
|
23502
|
+
* An AWS Organizations entity path. Build the path for the OU(s) using AWS Organizations IDs separated by a '/'. Include all child OUs by ending the path with '/*'.
|
|
23503
|
+
*/
|
|
23504
|
+
organizationsEntityPath: string;
|
|
23505
|
+
}
|
|
23342
23506
|
/**
|
|
23343
23507
|
* The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
|
|
23344
23508
|
*/
|
|
@@ -27047,7 +27211,9 @@ export declare namespace ecs {
|
|
|
27047
27211
|
namespace?: string;
|
|
27048
27212
|
}
|
|
27049
27213
|
/**
|
|
27050
|
-
* The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights for a cluster.
|
|
27214
|
+
* The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights with enhanced observability or CloudWatch Container Insights for a cluster.
|
|
27215
|
+
* Container Insights with enhanced observability provides all the Container Insights metrics, plus additional task and container metrics. This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2 and Fargate launch types. After you configure Container Insights with enhanced observability on Amazon ECS, Container Insights auto-collects detailed infrastructure telemetry from the cluster level down to the container level in your environment and displays these critical performance data in curated dashboards removing the heavy lifting in observability set-up.
|
|
27216
|
+
* For more information, see [Monitor Amazon ECS containers using Container Insights with enhanced observability](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
27051
27217
|
*/
|
|
27052
27218
|
interface ClusterSettings {
|
|
27053
27219
|
/**
|
|
@@ -27055,8 +27221,10 @@ export declare namespace ecs {
|
|
|
27055
27221
|
*/
|
|
27056
27222
|
name?: string;
|
|
27057
27223
|
/**
|
|
27058
|
-
* The value to set for the cluster setting. The supported values are ``enabled
|
|
27059
|
-
*
|
|
27224
|
+
* The value to set for the cluster setting. The supported values are ``enhanced``, ``enabled``, and ``disabled``.
|
|
27225
|
+
* To use Container Insights with enhanced observability, set the ``containerInsights`` account setting to ``enhanced``.
|
|
27226
|
+
* To use Container Insights, set the ``containerInsights`` account setting to ``enabled``.
|
|
27227
|
+
* If a cluster value is specified, it will override the ``containerInsights`` value set with [PutAccountSetting](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html) or [PutAccountSettingDefault](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSettingDefault.html).
|
|
27060
27228
|
*/
|
|
27061
27229
|
value?: string;
|
|
27062
27230
|
}
|
|
@@ -32096,7 +32264,7 @@ export declare namespace fms {
|
|
|
32096
32264
|
*/
|
|
32097
32265
|
policyOption?: outputs.fms.PolicyOption;
|
|
32098
32266
|
/**
|
|
32099
|
-
* The service that the policy is using to protect the resources. This specifies the type of policy that is created, either an AWS WAF policy, a Shield Advanced policy, or a security group policy. For security group policies, Firewall Manager supports one security group for each common policy and for each content audit policy. This is an adjustable limit that you can increase by contacting
|
|
32267
|
+
* The service that the policy is using to protect the resources. This specifies the type of policy that is created, either an AWS WAF policy, a Shield Advanced policy, or a security group policy. For security group policies, Firewall Manager supports one security group for each common policy and for each content audit policy. This is an adjustable limit that you can increase by contacting SUPlong .
|
|
32100
32268
|
*/
|
|
32101
32269
|
type: enums.fms.PolicyType;
|
|
32102
32270
|
}
|
|
@@ -33409,6 +33577,27 @@ export declare namespace glue {
|
|
|
33409
33577
|
*/
|
|
33410
33578
|
path?: string;
|
|
33411
33579
|
}
|
|
33580
|
+
/**
|
|
33581
|
+
* Specifies Apache Hudi data store targets.
|
|
33582
|
+
*/
|
|
33583
|
+
interface CrawlerHudiTarget {
|
|
33584
|
+
/**
|
|
33585
|
+
* The name of the connection to use to connect to the Hudi target.
|
|
33586
|
+
*/
|
|
33587
|
+
connectionName?: string;
|
|
33588
|
+
/**
|
|
33589
|
+
* A list of global patterns used to exclude from the crawl.
|
|
33590
|
+
*/
|
|
33591
|
+
exclusions?: string[];
|
|
33592
|
+
/**
|
|
33593
|
+
* The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in your Amazon S3 path. Used to limit the crawler run time.
|
|
33594
|
+
*/
|
|
33595
|
+
maximumTraversalDepth?: number;
|
|
33596
|
+
/**
|
|
33597
|
+
* One or more Amazon S3 paths that contains Hudi metadata folders as s3://bucket/prefix .
|
|
33598
|
+
*/
|
|
33599
|
+
paths?: string[];
|
|
33600
|
+
}
|
|
33412
33601
|
/**
|
|
33413
33602
|
* Specifies Apache Iceberg data store targets.
|
|
33414
33603
|
*/
|
|
@@ -33555,6 +33744,10 @@ export declare namespace glue {
|
|
|
33555
33744
|
* Specifies Amazon DynamoDB targets.
|
|
33556
33745
|
*/
|
|
33557
33746
|
dynamoDbTargets?: outputs.glue.CrawlerDynamoDbTarget[];
|
|
33747
|
+
/**
|
|
33748
|
+
* Specifies Apache Hudi data store targets.
|
|
33749
|
+
*/
|
|
33750
|
+
hudiTargets?: outputs.glue.CrawlerHudiTarget[];
|
|
33558
33751
|
/**
|
|
33559
33752
|
* Specifies Apache Iceberg data store targets.
|
|
33560
33753
|
*/
|
|
@@ -34606,6 +34799,10 @@ export declare namespace groundstation {
|
|
|
34606
34799
|
* KMS Alias Arn.
|
|
34607
34800
|
*/
|
|
34608
34801
|
kmsAliasArn?: string;
|
|
34802
|
+
/**
|
|
34803
|
+
* KMS Alias Name.
|
|
34804
|
+
*/
|
|
34805
|
+
kmsAliasName?: string;
|
|
34609
34806
|
/**
|
|
34610
34807
|
* KMS Key Arn.
|
|
34611
34808
|
*/
|
|
@@ -51427,6 +51624,10 @@ export declare namespace opensearchserverless {
|
|
|
51427
51624
|
* The XML saml provider metadata document that you want to use
|
|
51428
51625
|
*/
|
|
51429
51626
|
metadata: string;
|
|
51627
|
+
/**
|
|
51628
|
+
* Custom entity id attribute to override default entity id for this saml integration
|
|
51629
|
+
*/
|
|
51630
|
+
openSearchServerlessEntityId?: string;
|
|
51430
51631
|
/**
|
|
51431
51632
|
* Defines the session timeout in minutes
|
|
51432
51633
|
*/
|
|
@@ -85560,7 +85761,7 @@ export declare namespace s3objectlambda {
|
|
|
85560
85761
|
*/
|
|
85561
85762
|
interface AccessPointTransformationConfiguration {
|
|
85562
85763
|
/**
|
|
85563
|
-
* A container for the action of an Object Lambda Access Point configuration. Valid inputs are `GetObject` , `HeadObject` , `
|
|
85764
|
+
* A container for the action of an Object Lambda Access Point configuration. Valid inputs are `GetObject` , `HeadObject` , `ListObject` , and `ListObjectV2` .
|
|
85564
85765
|
*/
|
|
85565
85766
|
actions: string[];
|
|
85566
85767
|
/**
|
|
@@ -94013,6 +94214,43 @@ export declare namespace transfer {
|
|
|
94013
94214
|
*/
|
|
94014
94215
|
uid: number;
|
|
94015
94216
|
}
|
|
94217
|
+
interface WebAppCustomization {
|
|
94218
|
+
/**
|
|
94219
|
+
* Specifies a favicon to display in the browser tab.
|
|
94220
|
+
*/
|
|
94221
|
+
faviconFile?: string;
|
|
94222
|
+
/**
|
|
94223
|
+
* Specifies a logo to display on the web app.
|
|
94224
|
+
*/
|
|
94225
|
+
logoFile?: string;
|
|
94226
|
+
/**
|
|
94227
|
+
* Specifies a title to display on the web app.
|
|
94228
|
+
*/
|
|
94229
|
+
title?: string;
|
|
94230
|
+
}
|
|
94231
|
+
/**
|
|
94232
|
+
* You can provide a structure that contains the details for the identity provider to use with your web app.
|
|
94233
|
+
*/
|
|
94234
|
+
interface WebAppIdentityProviderDetails {
|
|
94235
|
+
/**
|
|
94236
|
+
* The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.
|
|
94237
|
+
*/
|
|
94238
|
+
applicationArn?: string;
|
|
94239
|
+
/**
|
|
94240
|
+
* The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.
|
|
94241
|
+
*/
|
|
94242
|
+
instanceArn?: string;
|
|
94243
|
+
/**
|
|
94244
|
+
* The IAM role in IAM Identity Center used for the web app.
|
|
94245
|
+
*/
|
|
94246
|
+
role?: string;
|
|
94247
|
+
}
|
|
94248
|
+
/**
|
|
94249
|
+
* A union that contains the value for number of concurrent connections or the user sessions on your web app.
|
|
94250
|
+
*/
|
|
94251
|
+
interface WebAppUnitsProperties {
|
|
94252
|
+
provisioned: number;
|
|
94253
|
+
}
|
|
94016
94254
|
/**
|
|
94017
94255
|
* Specifies the details for an EFS file.
|
|
94018
94256
|
*/
|
|
@@ -95739,7 +95977,9 @@ export declare namespace wafv2 {
|
|
|
95739
95977
|
/**
|
|
95740
95978
|
* Indicates whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.
|
|
95741
95979
|
*
|
|
95742
|
-
*
|
|
95980
|
+
* If you configure data protection for the web ACL, the protection applies to the web ACL's sampled web request data.
|
|
95981
|
+
*
|
|
95982
|
+
* > Request sampling doesn't provide a field redaction option, and any field redaction that you specify in your logging configuration doesn't affect sampling. You can only exclude fields from request sampling by disabling sampling in the web ACL visibility configuration or by configuring data protection for the web ACL.
|
|
95743
95983
|
*/
|
|
95744
95984
|
sampledRequestsEnabled: boolean;
|
|
95745
95985
|
}
|
|
@@ -97342,7 +97582,9 @@ export declare namespace wafv2 {
|
|
|
97342
97582
|
/**
|
|
97343
97583
|
* Indicates whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.
|
|
97344
97584
|
*
|
|
97345
|
-
*
|
|
97585
|
+
* If you configure data protection for the web ACL, the protection applies to the web ACL's sampled web request data.
|
|
97586
|
+
*
|
|
97587
|
+
* > Request sampling doesn't provide a field redaction option, and any field redaction that you specify in your logging configuration doesn't affect sampling. You can only exclude fields from request sampling by disabling sampling in the web ACL visibility configuration or by configuring data protection for the web ACL.
|
|
97346
97588
|
*/
|
|
97347
97589
|
sampledRequestsEnabled: boolean;
|
|
97348
97590
|
}
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAmvjBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;;QACrD,uCACO,GAAG,KACN,qBAAqB,EAAE,MAAA,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,CAAC,IACzD;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
|