@pulumi/aws-native 1.47.0-alpha.1767440016 → 1.47.0-alpha.1767590517
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/arcregionswitch/getPlan.d.ts +3 -0
- package/arcregionswitch/getPlan.js.map +1 -1
- package/arcregionswitch/plan.d.ts +6 -0
- package/arcregionswitch/plan.js.map +1 -1
- package/bedrockagentcore/gatewayTarget.d.ts +2 -0
- package/bedrockagentcore/gatewayTarget.js +2 -0
- package/bedrockagentcore/gatewayTarget.js.map +1 -1
- package/bedrockagentcore/getGatewayTarget.d.ts +1 -0
- package/bedrockagentcore/getGatewayTarget.js.map +1 -1
- package/bedrockagentcore/getRuntime.d.ts +4 -0
- package/bedrockagentcore/getRuntime.js.map +1 -1
- package/bedrockagentcore/getRuntimeEndpoint.d.ts +4 -0
- package/bedrockagentcore/getRuntimeEndpoint.js.map +1 -1
- package/bedrockagentcore/runtime.d.ts +4 -0
- package/bedrockagentcore/runtime.js +2 -0
- package/bedrockagentcore/runtime.js.map +1 -1
- package/bedrockagentcore/runtimeEndpoint.js +1 -1
- package/bedrockagentcore/runtimeEndpoint.js.map +1 -1
- package/billing/billingView.js +1 -1
- package/billing/billingView.js.map +1 -1
- package/billing/getBillingView.d.ts +4 -0
- package/billing/getBillingView.js.map +1 -1
- package/ec2/vpnConnection.d.ts +2 -2
- package/ecr/getRepositoryCreationTemplate.d.ts +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +2 -2
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/types/enums/bedrockagentcore/index.d.ts +42 -0
- package/types/enums/bedrockagentcore/index.js +27 -1
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/dms/index.d.ts +7 -0
- package/types/enums/dms/index.js +7 -1
- package/types/enums/dms/index.js.map +1 -1
- package/types/enums/mediapackagev2/index.d.ts +5 -0
- package/types/enums/mediapackagev2/index.js +5 -1
- package/types/enums/mediapackagev2/index.js.map +1 -1
- package/types/input.d.ts +143 -0
- package/types/output.d.ts +143 -0
- package/types/output.js.map +1 -1
|
@@ -119,6 +119,11 @@ export declare const OriginEndpointScteFilter: {
|
|
|
119
119
|
readonly Program: "PROGRAM";
|
|
120
120
|
};
|
|
121
121
|
export type OriginEndpointScteFilter = (typeof OriginEndpointScteFilter)[keyof typeof OriginEndpointScteFilter];
|
|
122
|
+
export declare const OriginEndpointScteInSegments: {
|
|
123
|
+
readonly None: "NONE";
|
|
124
|
+
readonly All: "ALL";
|
|
125
|
+
};
|
|
126
|
+
export type OriginEndpointScteInSegments = (typeof OriginEndpointScteInSegments)[keyof typeof OriginEndpointScteInSegments];
|
|
122
127
|
export declare const OriginEndpointTsEncryptionMethod: {
|
|
123
128
|
readonly Aes128: "AES_128";
|
|
124
129
|
readonly SampleAes: "SAMPLE_AES";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.OriginEndpointTsEncryptionMethod = exports.OriginEndpointScteFilter = exports.OriginEndpointPresetSpeke20Video = exports.OriginEndpointPresetSpeke20Audio = exports.OriginEndpointMssManifestLayout = exports.OriginEndpointIsmEncryptionMethod = exports.OriginEndpointEndpointErrorCondition = exports.OriginEndpointDrmSystem = exports.OriginEndpointDashUtcTimingMode = exports.OriginEndpointDashTtmlProfile = exports.OriginEndpointDashSegmentTemplateFormat = exports.OriginEndpointDashProfile = exports.OriginEndpointDashPeriodTrigger = exports.OriginEndpointDashDrmSignaling = exports.OriginEndpointDashCompactness = exports.OriginEndpointContainerType = exports.OriginEndpointCmafEncryptionMethod = exports.OriginEndpointAdMarkerHls = exports.OriginEndpointAdMarkerDash = exports.ChannelInputType = void 0;
|
|
5
|
+
exports.OriginEndpointTsEncryptionMethod = exports.OriginEndpointScteInSegments = exports.OriginEndpointScteFilter = exports.OriginEndpointPresetSpeke20Video = exports.OriginEndpointPresetSpeke20Audio = exports.OriginEndpointMssManifestLayout = exports.OriginEndpointIsmEncryptionMethod = exports.OriginEndpointEndpointErrorCondition = exports.OriginEndpointDrmSystem = exports.OriginEndpointDashUtcTimingMode = exports.OriginEndpointDashTtmlProfile = exports.OriginEndpointDashSegmentTemplateFormat = exports.OriginEndpointDashProfile = exports.OriginEndpointDashPeriodTrigger = exports.OriginEndpointDashDrmSignaling = exports.OriginEndpointDashCompactness = exports.OriginEndpointContainerType = exports.OriginEndpointCmafEncryptionMethod = exports.OriginEndpointAdMarkerHls = exports.OriginEndpointAdMarkerDash = exports.ChannelInputType = void 0;
|
|
6
6
|
exports.ChannelInputType = {
|
|
7
7
|
Hls: "HLS",
|
|
8
8
|
Cmaf: "CMAF",
|
|
@@ -105,6 +105,10 @@ exports.OriginEndpointScteFilter = {
|
|
|
105
105
|
DistributorOverlayPlacementOpportunity: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
106
106
|
Program: "PROGRAM",
|
|
107
107
|
};
|
|
108
|
+
exports.OriginEndpointScteInSegments = {
|
|
109
|
+
None: "NONE",
|
|
110
|
+
All: "ALL",
|
|
111
|
+
};
|
|
108
112
|
exports.OriginEndpointTsEncryptionMethod = {
|
|
109
113
|
Aes128: "AES_128",
|
|
110
114
|
SampleAes: "SAMPLE_AES",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/mediapackagev2/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/mediapackagev2/index.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -6778,6 +6778,9 @@ export declare namespace arcregionswitch {
|
|
|
6778
6778
|
externalId?: pulumi.Input<string>;
|
|
6779
6779
|
}
|
|
6780
6780
|
interface PlanReportConfigurationArgs {
|
|
6781
|
+
/**
|
|
6782
|
+
* The output configuration for the report.
|
|
6783
|
+
*/
|
|
6781
6784
|
reportOutput?: pulumi.Input<pulumi.Input<inputs.arcregionswitch.PlanReportOutputConfigurationPropertiesArgs>[]>;
|
|
6782
6785
|
}
|
|
6783
6786
|
interface PlanReportOutputConfigurationPropertiesArgs {
|
|
@@ -14131,9 +14134,33 @@ export declare namespace bedrockagentcore {
|
|
|
14131
14134
|
interface GatewayAuthorizerConfigurationPropertiesArgs {
|
|
14132
14135
|
customJwtAuthorizer: pulumi.Input<inputs.bedrockagentcore.GatewayCustomJwtAuthorizerConfigurationArgs>;
|
|
14133
14136
|
}
|
|
14137
|
+
/**
|
|
14138
|
+
* The value or values in the custom claim to match and relationship of match
|
|
14139
|
+
*/
|
|
14140
|
+
interface GatewayAuthorizingClaimMatchValueTypeArgs {
|
|
14141
|
+
claimMatchOperator: pulumi.Input<enums.bedrockagentcore.GatewayClaimMatchOperator>;
|
|
14142
|
+
claimMatchValue: pulumi.Input<inputs.bedrockagentcore.GatewayClaimMatchValueTypeArgs>;
|
|
14143
|
+
}
|
|
14144
|
+
/**
|
|
14145
|
+
* The value or values in the custom claim to match for
|
|
14146
|
+
*/
|
|
14147
|
+
interface GatewayClaimMatchValueTypeArgs {
|
|
14148
|
+
matchValueString?: pulumi.Input<string>;
|
|
14149
|
+
matchValueStringList?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14150
|
+
}
|
|
14151
|
+
/**
|
|
14152
|
+
* Required custom claim
|
|
14153
|
+
*/
|
|
14154
|
+
interface GatewayCustomClaimValidationTypeArgs {
|
|
14155
|
+
authorizingClaimMatchValue: pulumi.Input<inputs.bedrockagentcore.GatewayAuthorizingClaimMatchValueTypeArgs>;
|
|
14156
|
+
inboundTokenClaimName: pulumi.Input<string>;
|
|
14157
|
+
inboundTokenClaimValueType: pulumi.Input<enums.bedrockagentcore.GatewayInboundTokenClaimValueType>;
|
|
14158
|
+
}
|
|
14134
14159
|
interface GatewayCustomJwtAuthorizerConfigurationArgs {
|
|
14135
14160
|
allowedAudience?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14136
14161
|
allowedClients?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14162
|
+
allowedScopes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14163
|
+
customClaims?: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.GatewayCustomClaimValidationTypeArgs>[]>;
|
|
14137
14164
|
discoveryUrl: pulumi.Input<string>;
|
|
14138
14165
|
}
|
|
14139
14166
|
interface GatewayInterceptorConfigurationArgs {
|
|
@@ -14202,6 +14229,11 @@ export declare namespace bedrockagentcore {
|
|
|
14202
14229
|
interface GatewayTargetMcpTargetConfiguration3PropertiesArgs {
|
|
14203
14230
|
mcpServer: pulumi.Input<inputs.bedrockagentcore.GatewayTargetMcpServerTargetConfigurationArgs>;
|
|
14204
14231
|
}
|
|
14232
|
+
interface GatewayTargetMetadataConfigurationArgs {
|
|
14233
|
+
allowedQueryParameters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14234
|
+
allowedRequestHeaders?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14235
|
+
allowedResponseHeaders?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14236
|
+
}
|
|
14205
14237
|
interface GatewayTargetOAuthCredentialProviderArgs {
|
|
14206
14238
|
customParameters?: pulumi.Input<{
|
|
14207
14239
|
[key: string]: pulumi.Input<string>;
|
|
@@ -14246,6 +14278,7 @@ export declare namespace bedrockagentcore {
|
|
|
14246
14278
|
lambda: pulumi.Input<inputs.bedrockagentcore.GatewayLambdaInterceptorConfigurationArgs>;
|
|
14247
14279
|
}
|
|
14248
14280
|
interface MemoryCustomConfigurationInputArgs {
|
|
14281
|
+
episodicOverride?: pulumi.Input<inputs.bedrockagentcore.MemoryEpisodicOverrideArgs>;
|
|
14249
14282
|
selfManagedConfiguration?: pulumi.Input<inputs.bedrockagentcore.MemorySelfManagedConfigurationArgs>;
|
|
14250
14283
|
semanticOverride?: pulumi.Input<inputs.bedrockagentcore.MemorySemanticOverrideArgs>;
|
|
14251
14284
|
summaryOverride?: pulumi.Input<inputs.bedrockagentcore.MemorySummaryOverrideArgs>;
|
|
@@ -14277,6 +14310,53 @@ export declare namespace bedrockagentcore {
|
|
|
14277
14310
|
*/
|
|
14278
14311
|
updatedAt?: pulumi.Input<string>;
|
|
14279
14312
|
}
|
|
14313
|
+
interface MemoryEpisodicMemoryStrategyArgs {
|
|
14314
|
+
/**
|
|
14315
|
+
* Creation timestamp of the memory strategy
|
|
14316
|
+
*/
|
|
14317
|
+
createdAt?: pulumi.Input<string>;
|
|
14318
|
+
description?: pulumi.Input<string>;
|
|
14319
|
+
name: pulumi.Input<string>;
|
|
14320
|
+
namespaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14321
|
+
reflectionConfiguration?: pulumi.Input<inputs.bedrockagentcore.MemoryEpisodicReflectionConfigurationInputArgs>;
|
|
14322
|
+
/**
|
|
14323
|
+
* Status of the memory strategy
|
|
14324
|
+
*/
|
|
14325
|
+
status?: pulumi.Input<enums.bedrockagentcore.MemoryEpisodicMemoryStrategyStatus>;
|
|
14326
|
+
/**
|
|
14327
|
+
* Unique identifier for the memory strategy
|
|
14328
|
+
*/
|
|
14329
|
+
strategyId?: pulumi.Input<string>;
|
|
14330
|
+
/**
|
|
14331
|
+
* Type of memory strategy
|
|
14332
|
+
*/
|
|
14333
|
+
type?: pulumi.Input<enums.bedrockagentcore.MemoryEpisodicMemoryStrategyType>;
|
|
14334
|
+
/**
|
|
14335
|
+
* Last update timestamp of the memory strategy
|
|
14336
|
+
*/
|
|
14337
|
+
updatedAt?: pulumi.Input<string>;
|
|
14338
|
+
}
|
|
14339
|
+
interface MemoryEpisodicOverrideArgs {
|
|
14340
|
+
consolidation?: pulumi.Input<inputs.bedrockagentcore.MemoryEpisodicOverrideConsolidationConfigurationInputArgs>;
|
|
14341
|
+
extraction?: pulumi.Input<inputs.bedrockagentcore.MemoryEpisodicOverrideExtractionConfigurationInputArgs>;
|
|
14342
|
+
reflection?: pulumi.Input<inputs.bedrockagentcore.MemoryEpisodicOverrideReflectionConfigurationInputArgs>;
|
|
14343
|
+
}
|
|
14344
|
+
interface MemoryEpisodicOverrideConsolidationConfigurationInputArgs {
|
|
14345
|
+
appendToPrompt: pulumi.Input<string>;
|
|
14346
|
+
modelId: pulumi.Input<string>;
|
|
14347
|
+
}
|
|
14348
|
+
interface MemoryEpisodicOverrideExtractionConfigurationInputArgs {
|
|
14349
|
+
appendToPrompt: pulumi.Input<string>;
|
|
14350
|
+
modelId: pulumi.Input<string>;
|
|
14351
|
+
}
|
|
14352
|
+
interface MemoryEpisodicOverrideReflectionConfigurationInputArgs {
|
|
14353
|
+
appendToPrompt: pulumi.Input<string>;
|
|
14354
|
+
modelId: pulumi.Input<string>;
|
|
14355
|
+
namespaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14356
|
+
}
|
|
14357
|
+
interface MemoryEpisodicReflectionConfigurationInputArgs {
|
|
14358
|
+
namespaces: pulumi.Input<pulumi.Input<string>[]>;
|
|
14359
|
+
}
|
|
14280
14360
|
interface MemoryInvocationConfigurationInputArgs {
|
|
14281
14361
|
payloadDeliveryBucketName?: pulumi.Input<string>;
|
|
14282
14362
|
topicArn?: pulumi.Input<string>;
|
|
@@ -14328,6 +14408,7 @@ export declare namespace bedrockagentcore {
|
|
|
14328
14408
|
}
|
|
14329
14409
|
interface MemoryStrategyArgs {
|
|
14330
14410
|
customMemoryStrategy?: pulumi.Input<inputs.bedrockagentcore.MemoryCustomMemoryStrategyArgs>;
|
|
14411
|
+
episodicMemoryStrategy?: pulumi.Input<inputs.bedrockagentcore.MemoryEpisodicMemoryStrategyArgs>;
|
|
14331
14412
|
semanticMemoryStrategy?: pulumi.Input<inputs.bedrockagentcore.MemorySemanticMemoryStrategyArgs>;
|
|
14332
14413
|
summaryMemoryStrategy?: pulumi.Input<inputs.bedrockagentcore.MemorySummaryMemoryStrategyArgs>;
|
|
14333
14414
|
userPreferenceMemoryStrategy?: pulumi.Input<inputs.bedrockagentcore.MemoryUserPreferenceMemoryStrategyArgs>;
|
|
@@ -14529,6 +14610,7 @@ export declare namespace billing {
|
|
|
14529
14610
|
* The specific `Tag` to use for `Expression` .
|
|
14530
14611
|
*/
|
|
14531
14612
|
tags?: pulumi.Input<inputs.billing.DataFilterExpressionPropertiesTagsPropertiesArgs>;
|
|
14613
|
+
timeRange?: pulumi.Input<inputs.billing.DataFilterExpressionPropertiesTimeRangePropertiesArgs>;
|
|
14532
14614
|
}
|
|
14533
14615
|
/**
|
|
14534
14616
|
* The specific `Dimension` to use for `Expression` .
|
|
@@ -14544,6 +14626,10 @@ export declare namespace billing {
|
|
|
14544
14626
|
key?: pulumi.Input<string>;
|
|
14545
14627
|
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14546
14628
|
}
|
|
14629
|
+
interface DataFilterExpressionPropertiesTimeRangePropertiesArgs {
|
|
14630
|
+
beginDateInclusive?: pulumi.Input<string>;
|
|
14631
|
+
endDateInclusive?: pulumi.Input<string>;
|
|
14632
|
+
}
|
|
14547
14633
|
}
|
|
14548
14634
|
export declare namespace budgets {
|
|
14549
14635
|
interface BudgetsActionActionThresholdArgs {
|
|
@@ -25645,6 +25731,10 @@ export declare namespace dms {
|
|
|
25645
25731
|
* RedshiftSettings property identifier.
|
|
25646
25732
|
*/
|
|
25647
25733
|
redshiftSettings?: pulumi.Input<inputs.dms.SettingsPropertiesRedshiftSettingsPropertiesArgs>;
|
|
25734
|
+
/**
|
|
25735
|
+
* SybaseAseSettings property identifier.
|
|
25736
|
+
*/
|
|
25737
|
+
sybaseAseSettings?: pulumi.Input<inputs.dms.SettingsPropertiesSybaseAseSettingsPropertiesArgs>;
|
|
25648
25738
|
}
|
|
25649
25739
|
/**
|
|
25650
25740
|
* DocDbSettings property identifier.
|
|
@@ -25750,6 +25840,17 @@ export declare namespace dms {
|
|
|
25750
25840
|
port: pulumi.Input<number>;
|
|
25751
25841
|
serverName: pulumi.Input<string>;
|
|
25752
25842
|
}
|
|
25843
|
+
/**
|
|
25844
|
+
* SybaseAseSettings property identifier.
|
|
25845
|
+
*/
|
|
25846
|
+
interface SettingsPropertiesSybaseAseSettingsPropertiesArgs {
|
|
25847
|
+
certificateArn?: pulumi.Input<string>;
|
|
25848
|
+
databaseName?: pulumi.Input<string>;
|
|
25849
|
+
encryptPassword?: pulumi.Input<boolean>;
|
|
25850
|
+
port: pulumi.Input<number>;
|
|
25851
|
+
serverName: pulumi.Input<string>;
|
|
25852
|
+
sslMode: pulumi.Input<enums.dms.DataProviderSybaseSslModeValue>;
|
|
25853
|
+
}
|
|
25753
25854
|
}
|
|
25754
25855
|
export declare namespace docdbelastic {
|
|
25755
25856
|
}
|
|
@@ -26752,6 +26853,12 @@ export declare namespace ec2 {
|
|
|
26752
26853
|
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
26753
26854
|
*/
|
|
26754
26855
|
availabilityZone?: pulumi.Input<string>;
|
|
26856
|
+
/**
|
|
26857
|
+
* The ID of the Availability Zone in which to launch the instances. For example, `use2-az1` .
|
|
26858
|
+
*
|
|
26859
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
26860
|
+
*/
|
|
26861
|
+
availabilityZoneId?: pulumi.Input<string>;
|
|
26755
26862
|
/**
|
|
26756
26863
|
* The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.
|
|
26757
26864
|
*
|
|
@@ -29733,6 +29840,12 @@ export declare namespace ec2 {
|
|
|
29733
29840
|
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
29734
29841
|
*/
|
|
29735
29842
|
availabilityZone?: pulumi.Input<string>;
|
|
29843
|
+
/**
|
|
29844
|
+
* The ID of the Availability Zone in which to launch the instances. For example, `use2-az1` .
|
|
29845
|
+
*
|
|
29846
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
29847
|
+
*/
|
|
29848
|
+
availabilityZoneId?: pulumi.Input<string>;
|
|
29736
29849
|
/**
|
|
29737
29850
|
* The instance requirements. When you specify instance requirements, Amazon EC2 will identify instance types with the provided requirements, and then use your On-Demand and Spot allocation strategies to launch instances from these instance types, in the same way as when you specify a list of instance types.
|
|
29738
29851
|
*
|
|
@@ -30013,6 +30126,14 @@ export declare namespace ec2 {
|
|
|
30013
30126
|
* To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
|
|
30014
30127
|
*/
|
|
30015
30128
|
availabilityZone?: pulumi.Input<string>;
|
|
30129
|
+
/**
|
|
30130
|
+
* The ID of the Availability Zone. For example, `use2-az1` .
|
|
30131
|
+
*
|
|
30132
|
+
* [Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, " `use2-az1` , `use2-bz1` ".
|
|
30133
|
+
*
|
|
30134
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
30135
|
+
*/
|
|
30136
|
+
availabilityZoneId?: pulumi.Input<string>;
|
|
30016
30137
|
/**
|
|
30017
30138
|
* The name of the placement group.
|
|
30018
30139
|
*/
|
|
@@ -55777,6 +55898,7 @@ export declare namespace mediapackagev2 {
|
|
|
55777
55898
|
* <p>The SCTE-35 message types that you want to be treated as ad markers in the output.</p>
|
|
55778
55899
|
*/
|
|
55779
55900
|
scteFilter?: pulumi.Input<pulumi.Input<enums.mediapackagev2.OriginEndpointScteFilter>[]>;
|
|
55901
|
+
scteInSegments?: pulumi.Input<enums.mediapackagev2.OriginEndpointScteInSegments>;
|
|
55780
55902
|
}
|
|
55781
55903
|
/**
|
|
55782
55904
|
* <p>The SCTE configuration.</p>
|
|
@@ -93910,6 +94032,9 @@ export declare namespace s3 {
|
|
|
93910
94032
|
* This property contains the details of account-level advanced data protection metrics for S3 Storage Lens.
|
|
93911
94033
|
*/
|
|
93912
94034
|
advancedDataProtectionMetrics?: pulumi.Input<inputs.s3.StorageLensAdvancedDataProtectionMetricsArgs>;
|
|
94035
|
+
/**
|
|
94036
|
+
* This property contains the account-level details for S3 Storage Lens advanced performance metrics.
|
|
94037
|
+
*/
|
|
93913
94038
|
advancedPerformanceMetrics?: pulumi.Input<inputs.s3.StorageLensAdvancedPerformanceMetricsArgs>;
|
|
93914
94039
|
/**
|
|
93915
94040
|
* This property contains the details of the account-level bucket-level configurations for Amazon S3 Storage Lens. To enable bucket-level configurations, make sure to also set the same metrics at the account level.
|
|
@@ -93985,6 +94110,9 @@ export declare namespace s3 {
|
|
|
93985
94110
|
* A property for bucket-level advanced data protection metrics for S3 Storage Lens.
|
|
93986
94111
|
*/
|
|
93987
94112
|
advancedDataProtectionMetrics?: pulumi.Input<inputs.s3.StorageLensAdvancedDataProtectionMetricsArgs>;
|
|
94113
|
+
/**
|
|
94114
|
+
* A property for bucket-level advanced performance metrics for S3 Storage Lens.
|
|
94115
|
+
*/
|
|
93988
94116
|
advancedPerformanceMetrics?: pulumi.Input<inputs.s3.StorageLensAdvancedPerformanceMetricsArgs>;
|
|
93989
94117
|
/**
|
|
93990
94118
|
* A property for bucket-level detailed status code metrics for S3 Storage Lens.
|
|
@@ -94037,6 +94165,9 @@ export declare namespace s3 {
|
|
|
94037
94165
|
* This property contains the details of the bucket and or Regions excluded for Amazon S3 Storage Lens configuration.
|
|
94038
94166
|
*/
|
|
94039
94167
|
exclude?: pulumi.Input<inputs.s3.StorageLensBucketsAndRegionsArgs>;
|
|
94168
|
+
/**
|
|
94169
|
+
* This property configures your S3 Storage Lens expanded prefixes metrics report.
|
|
94170
|
+
*/
|
|
94040
94171
|
expandedPrefixesDataExport?: pulumi.Input<inputs.s3.StorageLensExpandedPrefixesDataExportArgs>;
|
|
94041
94172
|
/**
|
|
94042
94173
|
* This property contains the details of the ID of the S3 Storage Lens configuration.
|
|
@@ -94071,6 +94202,9 @@ export declare namespace s3 {
|
|
|
94071
94202
|
* This property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.
|
|
94072
94203
|
*/
|
|
94073
94204
|
s3BucketDestination?: pulumi.Input<inputs.s3.StorageLensS3BucketDestinationArgs>;
|
|
94205
|
+
/**
|
|
94206
|
+
* This property contains the details of the S3 table bucket where the S3 Storage Lens default metrics report will be placed. This property enables you to store your Storage Lens metrics in read-only S3 Tables.
|
|
94207
|
+
*/
|
|
94074
94208
|
storageLensTableDestination?: pulumi.Input<inputs.s3.StorageLensTableDestinationArgs>;
|
|
94075
94209
|
}
|
|
94076
94210
|
/**
|
|
@@ -94091,7 +94225,13 @@ export declare namespace s3 {
|
|
|
94091
94225
|
* Expanded Prefixes Data Export.
|
|
94092
94226
|
*/
|
|
94093
94227
|
interface StorageLensExpandedPrefixesDataExportArgs {
|
|
94228
|
+
/**
|
|
94229
|
+
* This property specifies the general purpose bucket where the S3 Storage Lens Expanded Prefixes metrics export files are located. At least one export destination must be specified.
|
|
94230
|
+
*/
|
|
94094
94231
|
s3BucketDestination?: pulumi.Input<inputs.s3.StorageLensS3BucketDestinationArgs>;
|
|
94232
|
+
/**
|
|
94233
|
+
* This property configures S3 Storage Lens Expanded Prefixes metrics report to read-only S3 table buckets.
|
|
94234
|
+
*/
|
|
94095
94235
|
storageLensTableDestination?: pulumi.Input<inputs.s3.StorageLensTableDestinationArgs>;
|
|
94096
94236
|
}
|
|
94097
94237
|
/**
|
|
@@ -94298,6 +94438,9 @@ export declare namespace s3 {
|
|
|
94298
94438
|
* S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
|
|
94299
94439
|
*/
|
|
94300
94440
|
interface StorageLensTableDestinationArgs {
|
|
94441
|
+
/**
|
|
94442
|
+
* This resource configures your data encryption settings for Storage Lens metrics in read-only S3 table buckets.
|
|
94443
|
+
*/
|
|
94301
94444
|
encryption?: pulumi.Input<inputs.s3.StorageLensEncryptionArgs>;
|
|
94302
94445
|
/**
|
|
94303
94446
|
* Specifies whether the export to S3 Tables is enabled or disabled.
|
package/types/output.d.ts
CHANGED
|
@@ -6692,6 +6692,9 @@ export declare namespace arcregionswitch {
|
|
|
6692
6692
|
externalId?: string;
|
|
6693
6693
|
}
|
|
6694
6694
|
interface PlanReportConfiguration {
|
|
6695
|
+
/**
|
|
6696
|
+
* The output configuration for the report.
|
|
6697
|
+
*/
|
|
6695
6698
|
reportOutput?: outputs.arcregionswitch.PlanReportOutputConfigurationProperties[];
|
|
6696
6699
|
}
|
|
6697
6700
|
interface PlanReportOutputConfigurationProperties {
|
|
@@ -14909,9 +14912,33 @@ export declare namespace bedrockagentcore {
|
|
|
14909
14912
|
interface GatewayAuthorizerConfigurationProperties {
|
|
14910
14913
|
customJwtAuthorizer: outputs.bedrockagentcore.GatewayCustomJwtAuthorizerConfiguration;
|
|
14911
14914
|
}
|
|
14915
|
+
/**
|
|
14916
|
+
* The value or values in the custom claim to match and relationship of match
|
|
14917
|
+
*/
|
|
14918
|
+
interface GatewayAuthorizingClaimMatchValueType {
|
|
14919
|
+
claimMatchOperator: enums.bedrockagentcore.GatewayClaimMatchOperator;
|
|
14920
|
+
claimMatchValue: outputs.bedrockagentcore.GatewayClaimMatchValueType;
|
|
14921
|
+
}
|
|
14922
|
+
/**
|
|
14923
|
+
* The value or values in the custom claim to match for
|
|
14924
|
+
*/
|
|
14925
|
+
interface GatewayClaimMatchValueType {
|
|
14926
|
+
matchValueString?: string;
|
|
14927
|
+
matchValueStringList?: string[];
|
|
14928
|
+
}
|
|
14929
|
+
/**
|
|
14930
|
+
* Required custom claim
|
|
14931
|
+
*/
|
|
14932
|
+
interface GatewayCustomClaimValidationType {
|
|
14933
|
+
authorizingClaimMatchValue: outputs.bedrockagentcore.GatewayAuthorizingClaimMatchValueType;
|
|
14934
|
+
inboundTokenClaimName: string;
|
|
14935
|
+
inboundTokenClaimValueType: enums.bedrockagentcore.GatewayInboundTokenClaimValueType;
|
|
14936
|
+
}
|
|
14912
14937
|
interface GatewayCustomJwtAuthorizerConfiguration {
|
|
14913
14938
|
allowedAudience?: string[];
|
|
14914
14939
|
allowedClients?: string[];
|
|
14940
|
+
allowedScopes?: string[];
|
|
14941
|
+
customClaims?: outputs.bedrockagentcore.GatewayCustomClaimValidationType[];
|
|
14915
14942
|
discoveryUrl: string;
|
|
14916
14943
|
}
|
|
14917
14944
|
interface GatewayInterceptorConfiguration {
|
|
@@ -14980,6 +15007,11 @@ export declare namespace bedrockagentcore {
|
|
|
14980
15007
|
interface GatewayTargetMcpTargetConfiguration3Properties {
|
|
14981
15008
|
mcpServer: outputs.bedrockagentcore.GatewayTargetMcpServerTargetConfiguration;
|
|
14982
15009
|
}
|
|
15010
|
+
interface GatewayTargetMetadataConfiguration {
|
|
15011
|
+
allowedQueryParameters?: string[];
|
|
15012
|
+
allowedRequestHeaders?: string[];
|
|
15013
|
+
allowedResponseHeaders?: string[];
|
|
15014
|
+
}
|
|
14983
15015
|
interface GatewayTargetOAuthCredentialProvider {
|
|
14984
15016
|
customParameters?: {
|
|
14985
15017
|
[key: string]: string;
|
|
@@ -15027,6 +15059,7 @@ export declare namespace bedrockagentcore {
|
|
|
15027
15059
|
lambda: outputs.bedrockagentcore.GatewayLambdaInterceptorConfiguration;
|
|
15028
15060
|
}
|
|
15029
15061
|
interface MemoryCustomConfigurationInput {
|
|
15062
|
+
episodicOverride?: outputs.bedrockagentcore.MemoryEpisodicOverride;
|
|
15030
15063
|
selfManagedConfiguration?: outputs.bedrockagentcore.MemorySelfManagedConfiguration;
|
|
15031
15064
|
semanticOverride?: outputs.bedrockagentcore.MemorySemanticOverride;
|
|
15032
15065
|
summaryOverride?: outputs.bedrockagentcore.MemorySummaryOverride;
|
|
@@ -15058,6 +15091,53 @@ export declare namespace bedrockagentcore {
|
|
|
15058
15091
|
*/
|
|
15059
15092
|
updatedAt?: string;
|
|
15060
15093
|
}
|
|
15094
|
+
interface MemoryEpisodicMemoryStrategy {
|
|
15095
|
+
/**
|
|
15096
|
+
* Creation timestamp of the memory strategy
|
|
15097
|
+
*/
|
|
15098
|
+
createdAt?: string;
|
|
15099
|
+
description?: string;
|
|
15100
|
+
name: string;
|
|
15101
|
+
namespaces?: string[];
|
|
15102
|
+
reflectionConfiguration?: outputs.bedrockagentcore.MemoryEpisodicReflectionConfigurationInput;
|
|
15103
|
+
/**
|
|
15104
|
+
* Status of the memory strategy
|
|
15105
|
+
*/
|
|
15106
|
+
status?: enums.bedrockagentcore.MemoryEpisodicMemoryStrategyStatus;
|
|
15107
|
+
/**
|
|
15108
|
+
* Unique identifier for the memory strategy
|
|
15109
|
+
*/
|
|
15110
|
+
strategyId?: string;
|
|
15111
|
+
/**
|
|
15112
|
+
* Type of memory strategy
|
|
15113
|
+
*/
|
|
15114
|
+
type?: enums.bedrockagentcore.MemoryEpisodicMemoryStrategyType;
|
|
15115
|
+
/**
|
|
15116
|
+
* Last update timestamp of the memory strategy
|
|
15117
|
+
*/
|
|
15118
|
+
updatedAt?: string;
|
|
15119
|
+
}
|
|
15120
|
+
interface MemoryEpisodicOverride {
|
|
15121
|
+
consolidation?: outputs.bedrockagentcore.MemoryEpisodicOverrideConsolidationConfigurationInput;
|
|
15122
|
+
extraction?: outputs.bedrockagentcore.MemoryEpisodicOverrideExtractionConfigurationInput;
|
|
15123
|
+
reflection?: outputs.bedrockagentcore.MemoryEpisodicOverrideReflectionConfigurationInput;
|
|
15124
|
+
}
|
|
15125
|
+
interface MemoryEpisodicOverrideConsolidationConfigurationInput {
|
|
15126
|
+
appendToPrompt: string;
|
|
15127
|
+
modelId: string;
|
|
15128
|
+
}
|
|
15129
|
+
interface MemoryEpisodicOverrideExtractionConfigurationInput {
|
|
15130
|
+
appendToPrompt: string;
|
|
15131
|
+
modelId: string;
|
|
15132
|
+
}
|
|
15133
|
+
interface MemoryEpisodicOverrideReflectionConfigurationInput {
|
|
15134
|
+
appendToPrompt: string;
|
|
15135
|
+
modelId: string;
|
|
15136
|
+
namespaces?: string[];
|
|
15137
|
+
}
|
|
15138
|
+
interface MemoryEpisodicReflectionConfigurationInput {
|
|
15139
|
+
namespaces: string[];
|
|
15140
|
+
}
|
|
15061
15141
|
interface MemoryInvocationConfigurationInput {
|
|
15062
15142
|
payloadDeliveryBucketName?: string;
|
|
15063
15143
|
topicArn?: string;
|
|
@@ -15109,6 +15189,7 @@ export declare namespace bedrockagentcore {
|
|
|
15109
15189
|
}
|
|
15110
15190
|
interface MemoryStrategy {
|
|
15111
15191
|
customMemoryStrategy?: outputs.bedrockagentcore.MemoryCustomMemoryStrategy;
|
|
15192
|
+
episodicMemoryStrategy?: outputs.bedrockagentcore.MemoryEpisodicMemoryStrategy;
|
|
15112
15193
|
semanticMemoryStrategy?: outputs.bedrockagentcore.MemorySemanticMemoryStrategy;
|
|
15113
15194
|
summaryMemoryStrategy?: outputs.bedrockagentcore.MemorySummaryMemoryStrategy;
|
|
15114
15195
|
userPreferenceMemoryStrategy?: outputs.bedrockagentcore.MemoryUserPreferenceMemoryStrategy;
|
|
@@ -15319,6 +15400,7 @@ export declare namespace billing {
|
|
|
15319
15400
|
* The specific `Tag` to use for `Expression` .
|
|
15320
15401
|
*/
|
|
15321
15402
|
tags?: outputs.billing.DataFilterExpressionPropertiesTagsProperties;
|
|
15403
|
+
timeRange?: outputs.billing.DataFilterExpressionPropertiesTimeRangeProperties;
|
|
15322
15404
|
}
|
|
15323
15405
|
/**
|
|
15324
15406
|
* The specific `Dimension` to use for `Expression` .
|
|
@@ -15334,6 +15416,10 @@ export declare namespace billing {
|
|
|
15334
15416
|
key?: string;
|
|
15335
15417
|
values?: string[];
|
|
15336
15418
|
}
|
|
15419
|
+
interface DataFilterExpressionPropertiesTimeRangeProperties {
|
|
15420
|
+
beginDateInclusive?: string;
|
|
15421
|
+
endDateInclusive?: string;
|
|
15422
|
+
}
|
|
15337
15423
|
}
|
|
15338
15424
|
export declare namespace budgets {
|
|
15339
15425
|
interface BudgetsActionActionThreshold {
|
|
@@ -26719,6 +26805,10 @@ export declare namespace dms {
|
|
|
26719
26805
|
* RedshiftSettings property identifier.
|
|
26720
26806
|
*/
|
|
26721
26807
|
redshiftSettings?: outputs.dms.SettingsPropertiesRedshiftSettingsProperties;
|
|
26808
|
+
/**
|
|
26809
|
+
* SybaseAseSettings property identifier.
|
|
26810
|
+
*/
|
|
26811
|
+
sybaseAseSettings?: outputs.dms.SettingsPropertiesSybaseAseSettingsProperties;
|
|
26722
26812
|
}
|
|
26723
26813
|
/**
|
|
26724
26814
|
* DocDbSettings property identifier.
|
|
@@ -26824,6 +26914,17 @@ export declare namespace dms {
|
|
|
26824
26914
|
port: number;
|
|
26825
26915
|
serverName: string;
|
|
26826
26916
|
}
|
|
26917
|
+
/**
|
|
26918
|
+
* SybaseAseSettings property identifier.
|
|
26919
|
+
*/
|
|
26920
|
+
interface SettingsPropertiesSybaseAseSettingsProperties {
|
|
26921
|
+
certificateArn?: string;
|
|
26922
|
+
databaseName?: string;
|
|
26923
|
+
encryptPassword?: boolean;
|
|
26924
|
+
port: number;
|
|
26925
|
+
serverName: string;
|
|
26926
|
+
sslMode: enums.dms.DataProviderSybaseSslModeValue;
|
|
26927
|
+
}
|
|
26827
26928
|
}
|
|
26828
26929
|
export declare namespace docdbelastic {
|
|
26829
26930
|
}
|
|
@@ -27869,6 +27970,12 @@ export declare namespace ec2 {
|
|
|
27869
27970
|
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
27870
27971
|
*/
|
|
27871
27972
|
availabilityZone?: string;
|
|
27973
|
+
/**
|
|
27974
|
+
* The ID of the Availability Zone in which to launch the instances. For example, `use2-az1` .
|
|
27975
|
+
*
|
|
27976
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
27977
|
+
*/
|
|
27978
|
+
availabilityZoneId?: string;
|
|
27872
27979
|
/**
|
|
27873
27980
|
* The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.
|
|
27874
27981
|
*
|
|
@@ -31402,6 +31509,12 @@ export declare namespace ec2 {
|
|
|
31402
31509
|
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
31403
31510
|
*/
|
|
31404
31511
|
availabilityZone?: string;
|
|
31512
|
+
/**
|
|
31513
|
+
* The ID of the Availability Zone in which to launch the instances. For example, `use2-az1` .
|
|
31514
|
+
*
|
|
31515
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
31516
|
+
*/
|
|
31517
|
+
availabilityZoneId?: string;
|
|
31405
31518
|
/**
|
|
31406
31519
|
* The instance requirements. When you specify instance requirements, Amazon EC2 will identify instance types with the provided requirements, and then use your On-Demand and Spot allocation strategies to launch instances from these instance types, in the same way as when you specify a list of instance types.
|
|
31407
31520
|
*
|
|
@@ -31682,6 +31795,14 @@ export declare namespace ec2 {
|
|
|
31682
31795
|
* To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
|
|
31683
31796
|
*/
|
|
31684
31797
|
availabilityZone?: string;
|
|
31798
|
+
/**
|
|
31799
|
+
* The ID of the Availability Zone. For example, `use2-az1` .
|
|
31800
|
+
*
|
|
31801
|
+
* [Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, " `use2-az1` , `use2-bz1` ".
|
|
31802
|
+
*
|
|
31803
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
|
|
31804
|
+
*/
|
|
31805
|
+
availabilityZoneId?: string;
|
|
31685
31806
|
/**
|
|
31686
31807
|
* The name of the placement group.
|
|
31687
31808
|
*/
|
|
@@ -57998,6 +58119,7 @@ export declare namespace mediapackagev2 {
|
|
|
57998
58119
|
* <p>The SCTE-35 message types that you want to be treated as ad markers in the output.</p>
|
|
57999
58120
|
*/
|
|
58000
58121
|
scteFilter?: enums.mediapackagev2.OriginEndpointScteFilter[];
|
|
58122
|
+
scteInSegments?: enums.mediapackagev2.OriginEndpointScteInSegments;
|
|
58001
58123
|
}
|
|
58002
58124
|
/**
|
|
58003
58125
|
* <p>The SCTE configuration.</p>
|
|
@@ -97064,6 +97186,9 @@ export declare namespace s3 {
|
|
|
97064
97186
|
* This property contains the details of account-level advanced data protection metrics for S3 Storage Lens.
|
|
97065
97187
|
*/
|
|
97066
97188
|
advancedDataProtectionMetrics?: outputs.s3.StorageLensAdvancedDataProtectionMetrics;
|
|
97189
|
+
/**
|
|
97190
|
+
* This property contains the account-level details for S3 Storage Lens advanced performance metrics.
|
|
97191
|
+
*/
|
|
97067
97192
|
advancedPerformanceMetrics?: outputs.s3.StorageLensAdvancedPerformanceMetrics;
|
|
97068
97193
|
/**
|
|
97069
97194
|
* This property contains the details of the account-level bucket-level configurations for Amazon S3 Storage Lens. To enable bucket-level configurations, make sure to also set the same metrics at the account level.
|
|
@@ -97139,6 +97264,9 @@ export declare namespace s3 {
|
|
|
97139
97264
|
* A property for bucket-level advanced data protection metrics for S3 Storage Lens.
|
|
97140
97265
|
*/
|
|
97141
97266
|
advancedDataProtectionMetrics?: outputs.s3.StorageLensAdvancedDataProtectionMetrics;
|
|
97267
|
+
/**
|
|
97268
|
+
* A property for bucket-level advanced performance metrics for S3 Storage Lens.
|
|
97269
|
+
*/
|
|
97142
97270
|
advancedPerformanceMetrics?: outputs.s3.StorageLensAdvancedPerformanceMetrics;
|
|
97143
97271
|
/**
|
|
97144
97272
|
* A property for bucket-level detailed status code metrics for S3 Storage Lens.
|
|
@@ -97191,6 +97319,9 @@ export declare namespace s3 {
|
|
|
97191
97319
|
* This property contains the details of the bucket and or Regions excluded for Amazon S3 Storage Lens configuration.
|
|
97192
97320
|
*/
|
|
97193
97321
|
exclude?: outputs.s3.StorageLensBucketsAndRegions;
|
|
97322
|
+
/**
|
|
97323
|
+
* This property configures your S3 Storage Lens expanded prefixes metrics report.
|
|
97324
|
+
*/
|
|
97194
97325
|
expandedPrefixesDataExport?: outputs.s3.StorageLensExpandedPrefixesDataExport;
|
|
97195
97326
|
/**
|
|
97196
97327
|
* This property contains the details of the ID of the S3 Storage Lens configuration.
|
|
@@ -97225,6 +97356,9 @@ export declare namespace s3 {
|
|
|
97225
97356
|
* This property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.
|
|
97226
97357
|
*/
|
|
97227
97358
|
s3BucketDestination?: outputs.s3.StorageLensS3BucketDestination;
|
|
97359
|
+
/**
|
|
97360
|
+
* This property contains the details of the S3 table bucket where the S3 Storage Lens default metrics report will be placed. This property enables you to store your Storage Lens metrics in read-only S3 Tables.
|
|
97361
|
+
*/
|
|
97228
97362
|
storageLensTableDestination?: outputs.s3.StorageLensTableDestination;
|
|
97229
97363
|
}
|
|
97230
97364
|
/**
|
|
@@ -97245,7 +97379,13 @@ export declare namespace s3 {
|
|
|
97245
97379
|
* Expanded Prefixes Data Export.
|
|
97246
97380
|
*/
|
|
97247
97381
|
interface StorageLensExpandedPrefixesDataExport {
|
|
97382
|
+
/**
|
|
97383
|
+
* This property specifies the general purpose bucket where the S3 Storage Lens Expanded Prefixes metrics export files are located. At least one export destination must be specified.
|
|
97384
|
+
*/
|
|
97248
97385
|
s3BucketDestination?: outputs.s3.StorageLensS3BucketDestination;
|
|
97386
|
+
/**
|
|
97387
|
+
* This property configures S3 Storage Lens Expanded Prefixes metrics report to read-only S3 table buckets.
|
|
97388
|
+
*/
|
|
97249
97389
|
storageLensTableDestination?: outputs.s3.StorageLensTableDestination;
|
|
97250
97390
|
}
|
|
97251
97391
|
/**
|
|
@@ -97452,6 +97592,9 @@ export declare namespace s3 {
|
|
|
97452
97592
|
* S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
|
|
97453
97593
|
*/
|
|
97454
97594
|
interface StorageLensTableDestination {
|
|
97595
|
+
/**
|
|
97596
|
+
* This resource configures your data encryption settings for Storage Lens metrics in read-only S3 table buckets.
|
|
97597
|
+
*/
|
|
97455
97598
|
encryption?: outputs.s3.StorageLensEncryption;
|
|
97456
97599
|
/**
|
|
97457
97600
|
* Specifies whether the export to S3 Tables is enabled or disabled.
|
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;;;AAwzrBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;QACrD,OAAO;YACH,GAAG,GAAG;YACN,qBAAqB,EAAE,CAAC,GAAG,CAAC,qBAAqB,CAAC,IAAI,CAAC;SAC1D,CAAC;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
|