@intentius/chant-lexicon-aws 0.18.26 → 0.18.28
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/dist/generated/index.d.ts +13 -4
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +212 -20
- package/dist/plugin.d.ts.map +1 -1
- package/dist/types/index.d.ts +193 -29
- package/package.json +3 -3
- package/src/generated/index.d.ts +193 -29
- package/src/generated/index.ts +13 -4
- package/src/generated/lexicon-aws.json +212 -20
- package/src/lifecycle-integration.test.ts +34 -0
- package/src/plugin.ts +29 -1
package/src/generated/index.d.ts
CHANGED
|
@@ -27517,6 +27517,39 @@ export declare class QuickSightFlow {
|
|
|
27517
27517
|
readonly StepAliases: QuickSightFlow_StepAliasMapping[];
|
|
27518
27518
|
}
|
|
27519
27519
|
|
|
27520
|
+
export declare class QuickSightKnowledgeBase {
|
|
27521
|
+
constructor(props: {
|
|
27522
|
+
AwsAccountId: string;
|
|
27523
|
+
DataSourceArn: string;
|
|
27524
|
+
KnowledgeBaseConfiguration: QuickSightKnowledgeBase_KnowledgeBaseConfiguration;
|
|
27525
|
+
KnowledgeBaseId: string;
|
|
27526
|
+
Name: string;
|
|
27527
|
+
AccessControlConfiguration?: QuickSightKnowledgeBase_AccessControlConfiguration;
|
|
27528
|
+
CreatedAt?: string;
|
|
27529
|
+
Description?: string;
|
|
27530
|
+
DocumentCount?: number;
|
|
27531
|
+
IsEmailNotificationOptedForIngestionFailures?: boolean;
|
|
27532
|
+
KnowledgeBaseArn?: string;
|
|
27533
|
+
KnowledgeBaseSizeBytes?: number;
|
|
27534
|
+
MediaExtractionConfiguration?: QuickSightKnowledgeBase_MediaExtractionConfiguration;
|
|
27535
|
+
Permissions?: QuickSightKnowledgeBase_ResourcePermission[];
|
|
27536
|
+
PrimaryOwnerArn?: string;
|
|
27537
|
+
PrimaryOwnerUsername?: string;
|
|
27538
|
+
Status?: QuickSightKnowledgeBase_DataSetStatus;
|
|
27539
|
+
Tags?: QuickSightKnowledgeBase_Tag[];
|
|
27540
|
+
Type?: string;
|
|
27541
|
+
UpdatedAt?: string;
|
|
27542
|
+
}, attributes?: CFResourceAttributes);
|
|
27543
|
+
readonly CreatedAt: string;
|
|
27544
|
+
readonly DocumentCount: number;
|
|
27545
|
+
readonly KnowledgeBaseArn: string;
|
|
27546
|
+
readonly KnowledgeBaseSizeBytes: number;
|
|
27547
|
+
readonly PrimaryOwnerUsername: string;
|
|
27548
|
+
readonly Status: QuickSightKnowledgeBase_DataSetStatus;
|
|
27549
|
+
readonly Type: string;
|
|
27550
|
+
readonly UpdatedAt: string;
|
|
27551
|
+
}
|
|
27552
|
+
|
|
27520
27553
|
export declare class QuickSightTemplate {
|
|
27521
27554
|
constructor(props: {
|
|
27522
27555
|
AwsAccountId: string;
|
|
@@ -35361,6 +35394,55 @@ export declare class TransferWorkflow {
|
|
|
35361
35394
|
readonly WorkflowId: string;
|
|
35362
35395
|
}
|
|
35363
35396
|
|
|
35397
|
+
export declare class TransformJob {
|
|
35398
|
+
constructor(props: {
|
|
35399
|
+
/** The name of the model that you want to use for the transform job. */
|
|
35400
|
+
ModelName: string;
|
|
35401
|
+
/** Describes the input source and the way the transform job consumes it. */
|
|
35402
|
+
TransformInput: Record<string, unknown>;
|
|
35403
|
+
/** The name of the transform job. The name must be unique within an AWS Region in an AWS account. */
|
|
35404
|
+
TransformJobName: string;
|
|
35405
|
+
/** Describes the results of the transform job. */
|
|
35406
|
+
TransformOutput: Record<string, unknown>;
|
|
35407
|
+
/** Describes the resources, including ML instance types and ML instance count, to use for the transform job. */
|
|
35408
|
+
TransformResources: Record<string, unknown>;
|
|
35409
|
+
/** Specifies the number of records to include in a mini-batch for an HTTP inference request. */
|
|
35410
|
+
BatchStrategy?: "MultiRecord" | "SingleRecord";
|
|
35411
|
+
/** A timestamp that shows when the transform job was created. */
|
|
35412
|
+
CreationTime?: string;
|
|
35413
|
+
/** Configuration to control how SageMaker captures inference data. */
|
|
35414
|
+
DataCaptureConfig?: Record<string, unknown>;
|
|
35415
|
+
/** The data structure used to specify the data to be used for inference in a batch transform job. */
|
|
35416
|
+
DataProcessing?: Record<string, unknown>;
|
|
35417
|
+
/** The environment variables to set in the Docker container. */
|
|
35418
|
+
Environment?: Record<string, unknown>;
|
|
35419
|
+
/** Associates a SageMaker job as a trial component with an experiment and trial. */
|
|
35420
|
+
ExperimentConfig?: Record<string, unknown>;
|
|
35421
|
+
/** The maximum number of parallel requests that can be sent to each instance in a transform job. */
|
|
35422
|
+
MaxConcurrentTransforms?: number;
|
|
35423
|
+
/** The maximum allowed size of the payload, in MB. */
|
|
35424
|
+
MaxPayloadInMB?: number;
|
|
35425
|
+
/** Configures the timeout and maximum number of retries for processing a transform job invocation. */
|
|
35426
|
+
ModelClientConfig?: Record<string, unknown>;
|
|
35427
|
+
/** An array of key-value pairs. */
|
|
35428
|
+
Tags?: Record<string, unknown>[];
|
|
35429
|
+
/** Indicates when the transform job has been completed, or has stopped or failed. */
|
|
35430
|
+
TransformEndTime?: string;
|
|
35431
|
+
/** The Amazon Resource Name (ARN) of the transform job. */
|
|
35432
|
+
TransformJobArn?: string;
|
|
35433
|
+
/** The status of the transform job. */
|
|
35434
|
+
TransformJobStatus?: "Completed" | "Failed" | "InProgress" | "Stopped" | "Stopping";
|
|
35435
|
+
/** Indicates when the transform job starts on ML instances. */
|
|
35436
|
+
TransformStartTime?: string;
|
|
35437
|
+
}, attributes?: CFResourceAttributes);
|
|
35438
|
+
readonly CreationTime: string;
|
|
35439
|
+
readonly TransformEndTime: string;
|
|
35440
|
+
readonly TransformJobArn: string;
|
|
35441
|
+
readonly TransformJobName: string;
|
|
35442
|
+
readonly TransformJobStatus: "Completed" | "Failed" | "InProgress" | "Stopped" | "Stopping";
|
|
35443
|
+
readonly TransformStartTime: string;
|
|
35444
|
+
}
|
|
35445
|
+
|
|
35364
35446
|
export declare class TransitGateway {
|
|
35365
35447
|
constructor(props: {
|
|
35366
35448
|
AmazonSideAsn?: number;
|
|
@@ -38600,6 +38682,12 @@ export declare class AccessControlAllowOrigins {
|
|
|
38600
38682
|
});
|
|
38601
38683
|
}
|
|
38602
38684
|
|
|
38685
|
+
export declare class AccessControlConfiguration {
|
|
38686
|
+
constructor(props: {
|
|
38687
|
+
IsACLEnabled?: boolean;
|
|
38688
|
+
});
|
|
38689
|
+
}
|
|
38690
|
+
|
|
38603
38691
|
export declare class AccessControlExposeHeaders {
|
|
38604
38692
|
constructor(props: {
|
|
38605
38693
|
/** The list of HTTP headers. You can specify ``*`` to expose all headers. */
|
|
@@ -44628,12 +44716,6 @@ export declare class AudioDescription {
|
|
|
44628
44716
|
});
|
|
44629
44717
|
}
|
|
44630
44718
|
|
|
44631
|
-
export declare class AudioExtractionConfiguration {
|
|
44632
|
-
constructor(props: {
|
|
44633
|
-
AudioExtractionStatus: QBusinessDataSource_AudioExtractionStatus;
|
|
44634
|
-
});
|
|
44635
|
-
}
|
|
44636
|
-
|
|
44637
44719
|
export declare class AudioFeedInput {
|
|
44638
44720
|
constructor(props: {
|
|
44639
44721
|
AudioSelectorName?: string;
|
|
@@ -77541,12 +77623,6 @@ export declare class ImageConfigurationInput {
|
|
|
77541
77623
|
});
|
|
77542
77624
|
}
|
|
77543
77625
|
|
|
77544
|
-
export declare class ImageExtractionConfiguration {
|
|
77545
|
-
constructor(props: {
|
|
77546
|
-
ImageExtractionStatus: QBusinessDataSource_ImageExtractionStatus;
|
|
77547
|
-
});
|
|
77548
|
-
}
|
|
77549
|
-
|
|
77550
77626
|
export declare class ImageLoggingConfiguration {
|
|
77551
77627
|
constructor(props: {
|
|
77552
77628
|
/** The name of the log group for image build logs. */
|
|
@@ -82069,6 +82145,12 @@ export declare class KafkaSettings {
|
|
|
82069
82145
|
});
|
|
82070
82146
|
}
|
|
82071
82147
|
|
|
82148
|
+
export declare class KbTemplateConfiguration {
|
|
82149
|
+
constructor(props: {
|
|
82150
|
+
Template?: any;
|
|
82151
|
+
});
|
|
82152
|
+
}
|
|
82153
|
+
|
|
82072
82154
|
export declare class KendraConfiguration {
|
|
82073
82155
|
constructor(props: {
|
|
82074
82156
|
KendraIndex: string;
|
|
@@ -83225,16 +83307,6 @@ export declare class KmsKey_Tag {
|
|
|
83225
83307
|
});
|
|
83226
83308
|
}
|
|
83227
83309
|
|
|
83228
|
-
export declare class KnowledgeBaseConfiguration {
|
|
83229
|
-
constructor(props: {
|
|
83230
|
-
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
83231
|
-
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
83232
|
-
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
83233
|
-
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
83234
|
-
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
83235
|
-
});
|
|
83236
|
-
}
|
|
83237
|
-
|
|
83238
83310
|
export declare class KubernetesNetworkConfig {
|
|
83239
83311
|
constructor(props: {
|
|
83240
83312
|
/** Todo: add description */
|
|
@@ -102419,6 +102491,84 @@ export declare class QuickSightFlow_StepAliasMapping {
|
|
|
102419
102491
|
});
|
|
102420
102492
|
}
|
|
102421
102493
|
|
|
102494
|
+
export declare class QuickSightKnowledgeBase_AccessControlConfiguration {
|
|
102495
|
+
constructor(props: {
|
|
102496
|
+
IsACLEnabled?: boolean;
|
|
102497
|
+
});
|
|
102498
|
+
}
|
|
102499
|
+
|
|
102500
|
+
export declare class QuickSightKnowledgeBase_AudioExtractionConfiguration {
|
|
102501
|
+
constructor(props: {
|
|
102502
|
+
AudioExtractionStatus: QuickSightKnowledgeBase_AudioExtractionStatus;
|
|
102503
|
+
});
|
|
102504
|
+
}
|
|
102505
|
+
|
|
102506
|
+
export declare class QuickSightKnowledgeBase_ImageExtractionConfiguration {
|
|
102507
|
+
constructor(props: {
|
|
102508
|
+
ImageExtractionStatus: QuickSightKnowledgeBase_ImageExtractionStatus;
|
|
102509
|
+
});
|
|
102510
|
+
}
|
|
102511
|
+
|
|
102512
|
+
export declare class QuickSightKnowledgeBase_KbTemplateConfiguration {
|
|
102513
|
+
constructor(props: {
|
|
102514
|
+
Template?: any;
|
|
102515
|
+
});
|
|
102516
|
+
}
|
|
102517
|
+
|
|
102518
|
+
export declare class QuickSightKnowledgeBase_KnowledgeBaseConfiguration {
|
|
102519
|
+
constructor(props: {
|
|
102520
|
+
TemplateConfiguration?: QuickSightKnowledgeBase_KbTemplateConfiguration;
|
|
102521
|
+
});
|
|
102522
|
+
}
|
|
102523
|
+
|
|
102524
|
+
export declare class QuickSightKnowledgeBase_MediaExtractionConfiguration {
|
|
102525
|
+
constructor(props: {
|
|
102526
|
+
AudioExtractionConfiguration?: QuickSightKnowledgeBase_AudioExtractionConfiguration;
|
|
102527
|
+
ImageExtractionConfiguration?: QuickSightKnowledgeBase_ImageExtractionConfiguration;
|
|
102528
|
+
VideoExtractionConfiguration?: QuickSightKnowledgeBase_VideoExtractionConfiguration;
|
|
102529
|
+
});
|
|
102530
|
+
}
|
|
102531
|
+
|
|
102532
|
+
export declare class QuickSightKnowledgeBase_ResourcePermission {
|
|
102533
|
+
constructor(props: {
|
|
102534
|
+
/** <p>The IAM action to grant or revoke permissions on.</p> */
|
|
102535
|
+
Actions: string[];
|
|
102536
|
+
/** <p>The Amazon Resource Name (ARN) of the principal. This can be one of the
|
|
102537
|
+
following:</p>
|
|
102538
|
+
<ul>
|
|
102539
|
+
<li>
|
|
102540
|
+
<p>The ARN of an Amazon Quick user or group associated with a data source or dataset. (This is common.)</p>
|
|
102541
|
+
</li>
|
|
102542
|
+
<li>
|
|
102543
|
+
<p>The ARN of an Amazon Quick user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
|
|
102544
|
+
</li>
|
|
102545
|
+
<li>
|
|
102546
|
+
<p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
|
|
102547
|
+
ARN. Use this option only to share resources (templates) across Amazon Web Services accounts.
|
|
102548
|
+
(This is less common.) </p>
|
|
102549
|
+
</li>
|
|
102550
|
+
</ul> */
|
|
102551
|
+
Principal: string;
|
|
102552
|
+
Resource?: string;
|
|
102553
|
+
});
|
|
102554
|
+
}
|
|
102555
|
+
|
|
102556
|
+
export declare class QuickSightKnowledgeBase_Tag {
|
|
102557
|
+
constructor(props: {
|
|
102558
|
+
/** <p>Tag key.</p> */
|
|
102559
|
+
Key: string;
|
|
102560
|
+
/** <p>Tag value.</p> */
|
|
102561
|
+
Value: string;
|
|
102562
|
+
});
|
|
102563
|
+
}
|
|
102564
|
+
|
|
102565
|
+
export declare class QuickSightKnowledgeBase_VideoExtractionConfiguration {
|
|
102566
|
+
constructor(props: {
|
|
102567
|
+
VideoExtractionStatus: QuickSightKnowledgeBase_VideoExtractionStatus;
|
|
102568
|
+
VideoExtractionType?: QuickSightKnowledgeBase_VideoExtractionType;
|
|
102569
|
+
});
|
|
102570
|
+
}
|
|
102571
|
+
|
|
102422
102572
|
export declare class QuickSightTemplate_AnalysisDefaults {
|
|
102423
102573
|
constructor(props: {
|
|
102424
102574
|
DefaultNewSheetConfiguration: QuickSightTemplate_DefaultNewSheetConfiguration;
|
|
@@ -121267,12 +121417,6 @@ export declare class VideoDescription {
|
|
|
121267
121417
|
});
|
|
121268
121418
|
}
|
|
121269
121419
|
|
|
121270
|
-
export declare class VideoExtractionConfiguration {
|
|
121271
|
-
constructor(props: {
|
|
121272
|
-
VideoExtractionStatus: QBusinessDataSource_VideoExtractionStatus;
|
|
121273
|
-
});
|
|
121274
|
-
}
|
|
121275
|
-
|
|
121276
121420
|
export declare class VideoMonitoringSetting {
|
|
121277
121421
|
constructor(props: {
|
|
121278
121422
|
BlackFrames?: MediaConnectFlow_BlackFrames;
|
|
@@ -126870,6 +127014,8 @@ export type BedrockAgentCoreGateway_AuthorizerType =
|
|
|
126870
127014
|
|
|
126871
127015
|
export type BedrockAgentCoreGateway_ClaimMatchOperator = "CONTAINS" | "CONTAINS_ANY" | "EQUALS";
|
|
126872
127016
|
|
|
127017
|
+
export type BedrockAgentCoreGateway_EndpointIpAddressType = "IPV4" | "IPV6";
|
|
127018
|
+
|
|
126873
127019
|
export type BedrockAgentCoreGateway_ExceptionLevel = "DEBUG";
|
|
126874
127020
|
|
|
126875
127021
|
export type BedrockAgentCoreGateway_GatewayInterceptionPoint = "REQUEST" | "RESPONSE";
|
|
@@ -128967,7 +129113,8 @@ export type KinesisStream_EnhancedMetric =
|
|
|
128967
129113
|
export type LambdaCapacityProvider_Architecture = "arm64" | "x86_64";
|
|
128968
129114
|
|
|
128969
129115
|
export type LambdaCapacityProvider_CapacityProviderPredefinedMetricType =
|
|
128970
|
-
| "LambdaCapacityProviderAverageCPUUtilization"
|
|
129116
|
+
| "LambdaCapacityProviderAverageCPUUtilization"
|
|
129117
|
+
| "LambdaCapacityProviderAverageGPUUtilization";
|
|
128971
129118
|
|
|
128972
129119
|
export type LambdaCapacityProvider_CapacityProviderScalingMode = "Auto" | "Manual";
|
|
128973
129120
|
|
|
@@ -130632,6 +130779,23 @@ export type QuickSightDataSource_StarburstProductType = "ENTERPRISE" | "GALAXY";
|
|
|
130632
130779
|
|
|
130633
130780
|
export type QuickSightFlow_FlowPublishState = "DRAFT" | "PENDING_APPROVAL" | "PUBLISHED";
|
|
130634
130781
|
|
|
130782
|
+
export type QuickSightKnowledgeBase_AudioExtractionStatus = "DISABLED" | "ENABLED";
|
|
130783
|
+
|
|
130784
|
+
export type QuickSightKnowledgeBase_DataSetStatus =
|
|
130785
|
+
| "ACTIVE"
|
|
130786
|
+
| "CREATING"
|
|
130787
|
+
| "DELETING"
|
|
130788
|
+
| "FAILED"
|
|
130789
|
+
| "UPDATING";
|
|
130790
|
+
|
|
130791
|
+
export type QuickSightKnowledgeBase_ImageExtractionStatus = "DISABLED" | "ENABLED";
|
|
130792
|
+
|
|
130793
|
+
export type QuickSightKnowledgeBase_VideoExtractionStatus = "DISABLED" | "ENABLED";
|
|
130794
|
+
|
|
130795
|
+
export type QuickSightKnowledgeBase_VideoExtractionType =
|
|
130796
|
+
| "AUDIO_TRANSCRIPTION_ONLY"
|
|
130797
|
+
| "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION";
|
|
130798
|
+
|
|
130635
130799
|
export type QuickSightTemplate_AnchorOption = "NOW";
|
|
130636
130800
|
|
|
130637
130801
|
export type QuickSightTemplate_ArcThickness = "LARGE" | "MEDIUM" | "SMALL" | "WHOLE";
|
package/src/generated/index.ts
CHANGED
|
@@ -1125,6 +1125,7 @@ export const QuickResponse = createResource("AWS::Wisdom::QuickResponse", "aws",
|
|
|
1125
1125
|
export const QuickSightDashboard = createResource("AWS::QuickSight::Dashboard", "aws", {"Arn":"Arn","CreatedTime":"CreatedTime","LastPublishedTime":"LastPublishedTime","LastUpdatedTime":"LastUpdatedTime","Version":"Version"});
|
|
1126
1126
|
export const QuickSightDataSource = createResource("AWS::QuickSight::DataSource", "aws", {"Arn":"Arn","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime","Status":"Status"});
|
|
1127
1127
|
export const QuickSightFlow = createResource("AWS::QuickSight::Flow", "aws", {"Arn":"Arn","CreatedTime":"CreatedTime","FlowId":"FlowId","LastUpdatedTime":"LastUpdatedTime","PublishState":"PublishState","StepAliases":"StepAliases"});
|
|
1128
|
+
export const QuickSightKnowledgeBase = createResource("AWS::QuickSight::KnowledgeBase", "aws", {"CreatedAt":"CreatedAt","DocumentCount":"DocumentCount","KnowledgeBaseArn":"KnowledgeBaseArn","KnowledgeBaseSizeBytes":"KnowledgeBaseSizeBytes","PrimaryOwnerUsername":"PrimaryOwnerUsername","Status":"Status","Type":"Type","UpdatedAt":"UpdatedAt"});
|
|
1128
1129
|
export const QuickSightTemplate = createResource("AWS::QuickSight::Template", "aws", {"Arn":"Arn","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime","Version":"Version"});
|
|
1129
1130
|
export const QuickSightTheme = createResource("AWS::QuickSight::Theme", "aws", {"CreatedTime":"CreatedTime","Version":"Version","LastUpdatedTime":"LastUpdatedTime","Arn":"Arn","Type":"Type"});
|
|
1130
1131
|
export const QuickSightTopic = createResource("AWS::QuickSight::Topic", "aws", {"Arn":"Arn"});
|
|
@@ -1486,6 +1487,7 @@ export const TransferConnector = createResource("AWS::Transfer::Connector", "aws
|
|
|
1486
1487
|
export const TransferProfile = createResource("AWS::Transfer::Profile", "aws", {"Arn":"Arn","ProfileId":"ProfileId"});
|
|
1487
1488
|
export const TransferUser = createResource("AWS::Transfer::User", "aws", {"Arn":"Arn"});
|
|
1488
1489
|
export const TransferWorkflow = createResource("AWS::Transfer::Workflow", "aws", {"WorkflowId":"WorkflowId","Arn":"Arn"});
|
|
1490
|
+
export const TransformJob = createResource("AWS::SageMaker::TransformJob", "aws", {"TransformJobArn":"TransformJobArn","TransformJobName":"TransformJobName","TransformJobStatus":"TransformJobStatus","CreationTime":"CreationTime","TransformStartTime":"TransformStartTime","TransformEndTime":"TransformEndTime"});
|
|
1489
1491
|
export const TransitGateway = createResource("AWS::EC2::TransitGateway", "aws", {"Id":"Id","TransitGatewayArn":"TransitGatewayArn","EncryptionSupportState":"EncryptionSupportState"});
|
|
1490
1492
|
export const TransitGatewayAttachment = createResource("AWS::EC2::TransitGatewayAttachment", "aws", {"Id":"Id"});
|
|
1491
1493
|
export const TransitGatewayConnect = createResource("AWS::EC2::TransitGatewayConnect", "aws", {"TransitGatewayAttachmentId":"TransitGatewayAttachmentId","State":"State","CreationTime":"CreationTime","TransitGatewayId":"TransitGatewayId"});
|
|
@@ -1657,6 +1659,7 @@ export const AccessConfiguration = createProperty("AWS::MediaTailor::SourceLocat
|
|
|
1657
1659
|
export const AccessControlAllowHeaders = createProperty("AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowHeaders", "aws");
|
|
1658
1660
|
export const AccessControlAllowMethods = createProperty("AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowMethods", "aws");
|
|
1659
1661
|
export const AccessControlAllowOrigins = createProperty("AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowOrigins", "aws");
|
|
1662
|
+
export const AccessControlConfiguration = createProperty("AWS::QuickSight::KnowledgeBase.AccessControlConfiguration", "aws");
|
|
1660
1663
|
export const AccessControlExposeHeaders = createProperty("AWS::CloudFront::ResponseHeadersPolicy.AccessControlExposeHeaders", "aws");
|
|
1661
1664
|
export const AccessControlListConfiguration = createProperty("AWS::Kendra::DataSource.AccessControlListConfiguration", "aws");
|
|
1662
1665
|
export const AccessEntry_AccessPolicy = createProperty("AWS::EKS::AccessEntry.AccessPolicy", "aws");
|
|
@@ -2284,7 +2287,6 @@ export const AttributeType = createProperty("AWS::Cognito::UserPoolUser.Attribut
|
|
|
2284
2287
|
export const AttributeTypesSelector = createProperty("AWS::CustomerProfiles::Domain.AttributeTypesSelector", "aws");
|
|
2285
2288
|
export const AudioCodecSettings = createProperty("AWS::MediaLive::Channel.AudioCodecSettings", "aws");
|
|
2286
2289
|
export const AudioDescription = createProperty("AWS::MediaLive::Channel.AudioDescription", "aws");
|
|
2287
|
-
export const AudioExtractionConfiguration = createProperty("AWS::QBusiness::DataSource.AudioExtractionConfiguration", "aws");
|
|
2288
2290
|
export const AudioFeedInput = createProperty("AWS::MediaLive::Channel.AudioFeedInput", "aws");
|
|
2289
2291
|
export const AudioFillerSettings = createProperty("AWS::Lex::Bot.AudioFillerSettings", "aws");
|
|
2290
2292
|
export const AudioLanguageConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.AudioLanguageConfiguration", "aws");
|
|
@@ -5662,7 +5664,6 @@ export const ImageBuilderLifecyclePolicy_ResourceSelection = createProperty("AWS
|
|
|
5662
5664
|
export const ImageBuilderWorkflow_LatestVersion = createProperty("AWS::ImageBuilder::Workflow.LatestVersion", "aws");
|
|
5663
5665
|
export const ImageConfiguration = createProperty("AWS::AppRunner::Service.ImageConfiguration", "aws");
|
|
5664
5666
|
export const ImageConfigurationInput = createProperty("AWS::EMRServerless::Application.ImageConfigurationInput", "aws");
|
|
5665
|
-
export const ImageExtractionConfiguration = createProperty("AWS::QBusiness::DataSource.ImageExtractionConfiguration", "aws");
|
|
5666
5667
|
export const ImageLoggingConfiguration = createProperty("AWS::ImageBuilder::Image.ImageLoggingConfiguration", "aws");
|
|
5667
5668
|
export const ImageMetadata = createProperty("AWS::WorkSpacesWeb::UserSettings.ImageMetadata", "aws");
|
|
5668
5669
|
export const ImageOverrideConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.ImageOverrideConfiguration", "aws");
|
|
@@ -6157,6 +6158,7 @@ export const KafkaConnectConnector_Vpc = createProperty("AWS::KafkaConnect::Conn
|
|
|
6157
6158
|
export const KafkaConnectConnector_WorkerConfiguration = createProperty("AWS::KafkaConnect::Connector.WorkerConfiguration", "aws");
|
|
6158
6159
|
export const KafkaConnectConnector_WorkerLogDelivery = createProperty("AWS::KafkaConnect::Connector.WorkerLogDelivery", "aws");
|
|
6159
6160
|
export const KafkaSettings = createProperty("AWS::DMS::Endpoint.KafkaSettings", "aws");
|
|
6161
|
+
export const KbTemplateConfiguration = createProperty("AWS::QuickSight::KnowledgeBase.KbTemplateConfiguration", "aws");
|
|
6160
6162
|
export const KendraConfiguration = createProperty("AWS::Lex::Bot.KendraConfiguration", "aws");
|
|
6161
6163
|
export const KendraDataSource_AccessControlListConfiguration = createProperty("AWS::Kendra::DataSource.AccessControlListConfiguration", "aws");
|
|
6162
6164
|
export const KendraDataSource_AclConfiguration = createProperty("AWS::Kendra::DataSource.AclConfiguration", "aws");
|
|
@@ -6289,7 +6291,6 @@ export const KmsConfiguration = createProperty("AWS::BedrockAgentCore::TokenVaul
|
|
|
6289
6291
|
export const KmsEncryptionConfig = createProperty("AWS::HealthLake::FHIRDatastore.KmsEncryptionConfig", "aws");
|
|
6290
6292
|
export const KMSEncryptionConfig = createProperty("AWS::KinesisFirehose::DeliveryStream.KMSEncryptionConfig", "aws");
|
|
6291
6293
|
export const KmsKey_Tag = createProperty("AWS::KMS::Key.Tag", "aws");
|
|
6292
|
-
export const KnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.KnowledgeBaseConfiguration", "aws");
|
|
6293
6294
|
export const KubernetesNetworkConfig = createProperty("AWS::EKS::Cluster.KubernetesNetworkConfig", "aws");
|
|
6294
6295
|
export const Label_Tag = createProperty("AWS::FraudDetector::Label.Tag", "aws");
|
|
6295
6296
|
export const LabelSummary = createProperty("AWS::WAFv2::RuleGroup.LabelSummary", "aws");
|
|
@@ -8271,6 +8272,15 @@ export const QuickSightDataSource_TrinoParameters = createProperty("AWS::QuickSi
|
|
|
8271
8272
|
export const QuickSightDataSource_VpcConnectionProperties = createProperty("AWS::QuickSight::DataSource.VpcConnectionProperties", "aws");
|
|
8272
8273
|
export const QuickSightFlow_Permission = createProperty("AWS::QuickSight::Flow.Permission", "aws");
|
|
8273
8274
|
export const QuickSightFlow_StepAliasMapping = createProperty("AWS::QuickSight::Flow.StepAliasMapping", "aws");
|
|
8275
|
+
export const QuickSightKnowledgeBase_AccessControlConfiguration = createProperty("AWS::QuickSight::KnowledgeBase.AccessControlConfiguration", "aws");
|
|
8276
|
+
export const QuickSightKnowledgeBase_AudioExtractionConfiguration = createProperty("AWS::QuickSight::KnowledgeBase.AudioExtractionConfiguration", "aws");
|
|
8277
|
+
export const QuickSightKnowledgeBase_ImageExtractionConfiguration = createProperty("AWS::QuickSight::KnowledgeBase.ImageExtractionConfiguration", "aws");
|
|
8278
|
+
export const QuickSightKnowledgeBase_KbTemplateConfiguration = createProperty("AWS::QuickSight::KnowledgeBase.KbTemplateConfiguration", "aws");
|
|
8279
|
+
export const QuickSightKnowledgeBase_KnowledgeBaseConfiguration = createProperty("AWS::QuickSight::KnowledgeBase.KnowledgeBaseConfiguration", "aws");
|
|
8280
|
+
export const QuickSightKnowledgeBase_MediaExtractionConfiguration = createProperty("AWS::QuickSight::KnowledgeBase.MediaExtractionConfiguration", "aws");
|
|
8281
|
+
export const QuickSightKnowledgeBase_ResourcePermission = createProperty("AWS::QuickSight::KnowledgeBase.ResourcePermission", "aws");
|
|
8282
|
+
export const QuickSightKnowledgeBase_Tag = createProperty("AWS::QuickSight::KnowledgeBase.Tag", "aws");
|
|
8283
|
+
export const QuickSightKnowledgeBase_VideoExtractionConfiguration = createProperty("AWS::QuickSight::KnowledgeBase.VideoExtractionConfiguration", "aws");
|
|
8274
8284
|
export const QuickSightTemplate_AnalysisDefaults = createProperty("AWS::QuickSight::Template.AnalysisDefaults", "aws");
|
|
8275
8285
|
export const QuickSightTemplate_AssetOptions = createProperty("AWS::QuickSight::Template.AssetOptions", "aws");
|
|
8276
8286
|
export const QuickSightTemplate_CalculatedField = createProperty("AWS::QuickSight::Template.CalculatedField", "aws");
|
|
@@ -10223,7 +10233,6 @@ export const VersionLineageMetadata = createProperty("AWS::BedrockAgentCore::Con
|
|
|
10223
10233
|
export const VersionWeight = createProperty("AWS::Lambda::Alias.VersionWeight", "aws");
|
|
10224
10234
|
export const VideoCodecSettings = createProperty("AWS::MediaLive::Channel.VideoCodecSettings", "aws");
|
|
10225
10235
|
export const VideoDescription = createProperty("AWS::MediaLive::Channel.VideoDescription", "aws");
|
|
10226
|
-
export const VideoExtractionConfiguration = createProperty("AWS::QBusiness::DataSource.VideoExtractionConfiguration", "aws");
|
|
10227
10236
|
export const VideoMonitoringSetting = createProperty("AWS::MediaConnect::Flow.VideoMonitoringSetting", "aws");
|
|
10228
10237
|
export const VideoOverrideConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.VideoOverrideConfiguration", "aws");
|
|
10229
10238
|
export const VideoSelector = createProperty("AWS::MediaLive::Channel.VideoSelector", "aws");
|
|
@@ -1069,6 +1069,11 @@
|
|
|
1069
1069
|
"kind": "property",
|
|
1070
1070
|
"lexicon": "aws"
|
|
1071
1071
|
},
|
|
1072
|
+
"AccessControlConfiguration": {
|
|
1073
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.AccessControlConfiguration",
|
|
1074
|
+
"kind": "property",
|
|
1075
|
+
"lexicon": "aws"
|
|
1076
|
+
},
|
|
1072
1077
|
"AccessControlExposeHeaders": {
|
|
1073
1078
|
"resourceType": "AWS::CloudFront::ResponseHeadersPolicy.AccessControlExposeHeaders",
|
|
1074
1079
|
"kind": "property",
|
|
@@ -7928,11 +7933,6 @@
|
|
|
7928
7933
|
"kind": "property",
|
|
7929
7934
|
"lexicon": "aws"
|
|
7930
7935
|
},
|
|
7931
|
-
"AudioExtractionConfiguration": {
|
|
7932
|
-
"resourceType": "AWS::QBusiness::DataSource.AudioExtractionConfiguration",
|
|
7933
|
-
"kind": "property",
|
|
7934
|
-
"lexicon": "aws"
|
|
7935
|
-
},
|
|
7936
7936
|
"AudioFeedInput": {
|
|
7937
7937
|
"resourceType": "AWS::MediaLive::Channel.AudioFeedInput",
|
|
7938
7938
|
"kind": "property",
|
|
@@ -47245,11 +47245,6 @@
|
|
|
47245
47245
|
"kind": "property",
|
|
47246
47246
|
"lexicon": "aws"
|
|
47247
47247
|
},
|
|
47248
|
-
"ImageExtractionConfiguration": {
|
|
47249
|
-
"resourceType": "AWS::QBusiness::DataSource.ImageExtractionConfiguration",
|
|
47250
|
-
"kind": "property",
|
|
47251
|
-
"lexicon": "aws"
|
|
47252
|
-
},
|
|
47253
47248
|
"ImageLoggingConfiguration": {
|
|
47254
47249
|
"resourceType": "AWS::ImageBuilder::Image.ImageLoggingConfiguration",
|
|
47255
47250
|
"kind": "property",
|
|
@@ -52061,6 +52056,11 @@
|
|
|
52061
52056
|
"kind": "property",
|
|
52062
52057
|
"lexicon": "aws"
|
|
52063
52058
|
},
|
|
52059
|
+
"KbTemplateConfiguration": {
|
|
52060
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.KbTemplateConfiguration",
|
|
52061
|
+
"kind": "property",
|
|
52062
|
+
"lexicon": "aws"
|
|
52063
|
+
},
|
|
52064
52064
|
"KendraConfiguration": {
|
|
52065
52065
|
"resourceType": "AWS::Lex::Bot.KendraConfiguration",
|
|
52066
52066
|
"kind": "property",
|
|
@@ -53245,11 +53245,6 @@
|
|
|
53245
53245
|
"kind": "property",
|
|
53246
53246
|
"lexicon": "aws"
|
|
53247
53247
|
},
|
|
53248
|
-
"KnowledgeBaseConfiguration": {
|
|
53249
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.KnowledgeBaseConfiguration",
|
|
53250
|
-
"kind": "property",
|
|
53251
|
-
"lexicon": "aws"
|
|
53252
|
-
},
|
|
53253
53248
|
"KnowledgeBasePolicy": {
|
|
53254
53249
|
"resourceType": "AWS::Bedrock::KnowledgeBasePolicy",
|
|
53255
53250
|
"kind": "resource",
|
|
@@ -76041,6 +76036,126 @@
|
|
|
76041
76036
|
"kind": "property",
|
|
76042
76037
|
"lexicon": "aws"
|
|
76043
76038
|
},
|
|
76039
|
+
"QuickSightKnowledgeBase": {
|
|
76040
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase",
|
|
76041
|
+
"kind": "resource",
|
|
76042
|
+
"lexicon": "aws",
|
|
76043
|
+
"attrs": {
|
|
76044
|
+
"CreatedAt": "CreatedAt",
|
|
76045
|
+
"DocumentCount": "DocumentCount",
|
|
76046
|
+
"KnowledgeBaseArn": "KnowledgeBaseArn",
|
|
76047
|
+
"KnowledgeBaseSizeBytes": "KnowledgeBaseSizeBytes",
|
|
76048
|
+
"PrimaryOwnerUsername": "PrimaryOwnerUsername",
|
|
76049
|
+
"Status": "Status",
|
|
76050
|
+
"Type": "Type",
|
|
76051
|
+
"UpdatedAt": "UpdatedAt"
|
|
76052
|
+
},
|
|
76053
|
+
"propertyConstraints": {
|
|
76054
|
+
"AwsAccountId": {
|
|
76055
|
+
"pattern": "^[0-9]*$",
|
|
76056
|
+
"minLength": 12,
|
|
76057
|
+
"maxLength": 12
|
|
76058
|
+
},
|
|
76059
|
+
"CreatedAt": {
|
|
76060
|
+
"format": "date-time"
|
|
76061
|
+
},
|
|
76062
|
+
"DataSourceArn": {
|
|
76063
|
+
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$",
|
|
76064
|
+
"minLength": 0,
|
|
76065
|
+
"maxLength": 1284
|
|
76066
|
+
},
|
|
76067
|
+
"Description": {
|
|
76068
|
+
"pattern": "^\\P{C}*$",
|
|
76069
|
+
"maxLength": 1000
|
|
76070
|
+
},
|
|
76071
|
+
"DocumentCount": {
|
|
76072
|
+
"default": null
|
|
76073
|
+
},
|
|
76074
|
+
"IsEmailNotificationOptedForIngestionFailures": {
|
|
76075
|
+
"default": null
|
|
76076
|
+
},
|
|
76077
|
+
"KnowledgeBaseArn": {
|
|
76078
|
+
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$",
|
|
76079
|
+
"minLength": 0,
|
|
76080
|
+
"maxLength": 1284
|
|
76081
|
+
},
|
|
76082
|
+
"KnowledgeBaseId": {
|
|
76083
|
+
"pattern": "^[0-9a-zA-Z-_=.+]+$",
|
|
76084
|
+
"minLength": 1,
|
|
76085
|
+
"maxLength": 1024
|
|
76086
|
+
},
|
|
76087
|
+
"KnowledgeBaseSizeBytes": {
|
|
76088
|
+
"default": null
|
|
76089
|
+
},
|
|
76090
|
+
"Name": {
|
|
76091
|
+
"pattern": "^[\\p{L}\\p{N}][\\p{L}\\p{N} _\\-\\.]*$",
|
|
76092
|
+
"maxLength": 128
|
|
76093
|
+
},
|
|
76094
|
+
"UpdatedAt": {
|
|
76095
|
+
"format": "date-time"
|
|
76096
|
+
}
|
|
76097
|
+
},
|
|
76098
|
+
"createOnly": [
|
|
76099
|
+
"AwsAccountId",
|
|
76100
|
+
"DataSourceArn",
|
|
76101
|
+
"KnowledgeBaseId",
|
|
76102
|
+
"PrimaryOwnerArn"
|
|
76103
|
+
],
|
|
76104
|
+
"primaryIdentifier": [
|
|
76105
|
+
"AwsAccountId",
|
|
76106
|
+
"KnowledgeBaseId"
|
|
76107
|
+
],
|
|
76108
|
+
"tagging": {
|
|
76109
|
+
"taggable": true,
|
|
76110
|
+
"tagOnCreate": true,
|
|
76111
|
+
"tagUpdatable": true
|
|
76112
|
+
}
|
|
76113
|
+
},
|
|
76114
|
+
"QuickSightKnowledgeBase_AccessControlConfiguration": {
|
|
76115
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.AccessControlConfiguration",
|
|
76116
|
+
"kind": "property",
|
|
76117
|
+
"lexicon": "aws"
|
|
76118
|
+
},
|
|
76119
|
+
"QuickSightKnowledgeBase_AudioExtractionConfiguration": {
|
|
76120
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.AudioExtractionConfiguration",
|
|
76121
|
+
"kind": "property",
|
|
76122
|
+
"lexicon": "aws"
|
|
76123
|
+
},
|
|
76124
|
+
"QuickSightKnowledgeBase_ImageExtractionConfiguration": {
|
|
76125
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.ImageExtractionConfiguration",
|
|
76126
|
+
"kind": "property",
|
|
76127
|
+
"lexicon": "aws"
|
|
76128
|
+
},
|
|
76129
|
+
"QuickSightKnowledgeBase_KbTemplateConfiguration": {
|
|
76130
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.KbTemplateConfiguration",
|
|
76131
|
+
"kind": "property",
|
|
76132
|
+
"lexicon": "aws"
|
|
76133
|
+
},
|
|
76134
|
+
"QuickSightKnowledgeBase_KnowledgeBaseConfiguration": {
|
|
76135
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.KnowledgeBaseConfiguration",
|
|
76136
|
+
"kind": "property",
|
|
76137
|
+
"lexicon": "aws"
|
|
76138
|
+
},
|
|
76139
|
+
"QuickSightKnowledgeBase_MediaExtractionConfiguration": {
|
|
76140
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.MediaExtractionConfiguration",
|
|
76141
|
+
"kind": "property",
|
|
76142
|
+
"lexicon": "aws"
|
|
76143
|
+
},
|
|
76144
|
+
"QuickSightKnowledgeBase_ResourcePermission": {
|
|
76145
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.ResourcePermission",
|
|
76146
|
+
"kind": "property",
|
|
76147
|
+
"lexicon": "aws"
|
|
76148
|
+
},
|
|
76149
|
+
"QuickSightKnowledgeBase_Tag": {
|
|
76150
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.Tag",
|
|
76151
|
+
"kind": "property",
|
|
76152
|
+
"lexicon": "aws"
|
|
76153
|
+
},
|
|
76154
|
+
"QuickSightKnowledgeBase_VideoExtractionConfiguration": {
|
|
76155
|
+
"resourceType": "AWS::QuickSight::KnowledgeBase.VideoExtractionConfiguration",
|
|
76156
|
+
"kind": "property",
|
|
76157
|
+
"lexicon": "aws"
|
|
76158
|
+
},
|
|
76044
76159
|
"QuickSightTemplate": {
|
|
76045
76160
|
"resourceType": "AWS::QuickSight::Template",
|
|
76046
76161
|
"kind": "resource",
|
|
@@ -98152,6 +98267,88 @@
|
|
|
98152
98267
|
"kind": "property",
|
|
98153
98268
|
"lexicon": "aws"
|
|
98154
98269
|
},
|
|
98270
|
+
"TransformJob": {
|
|
98271
|
+
"resourceType": "AWS::SageMaker::TransformJob",
|
|
98272
|
+
"kind": "resource",
|
|
98273
|
+
"lexicon": "aws",
|
|
98274
|
+
"attrs": {
|
|
98275
|
+
"TransformJobArn": "TransformJobArn",
|
|
98276
|
+
"TransformJobName": "TransformJobName",
|
|
98277
|
+
"TransformJobStatus": "TransformJobStatus",
|
|
98278
|
+
"CreationTime": "CreationTime",
|
|
98279
|
+
"TransformStartTime": "TransformStartTime",
|
|
98280
|
+
"TransformEndTime": "TransformEndTime"
|
|
98281
|
+
},
|
|
98282
|
+
"propertyConstraints": {
|
|
98283
|
+
"TransformJobArn": {
|
|
98284
|
+
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/",
|
|
98285
|
+
"minLength": 0,
|
|
98286
|
+
"maxLength": 256
|
|
98287
|
+
},
|
|
98288
|
+
"TransformJobName": {
|
|
98289
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
98290
|
+
"minLength": 1,
|
|
98291
|
+
"maxLength": 63
|
|
98292
|
+
},
|
|
98293
|
+
"TransformJobStatus": {
|
|
98294
|
+
"enum": [
|
|
98295
|
+
"InProgress",
|
|
98296
|
+
"Completed",
|
|
98297
|
+
"Failed",
|
|
98298
|
+
"Stopping",
|
|
98299
|
+
"Stopped"
|
|
98300
|
+
]
|
|
98301
|
+
},
|
|
98302
|
+
"ModelName": {
|
|
98303
|
+
"pattern": "^[a-zA-Z0-9]([\\-a-zA-Z0-9]*[a-zA-Z0-9])?$",
|
|
98304
|
+
"maxLength": 63
|
|
98305
|
+
},
|
|
98306
|
+
"MaxConcurrentTransforms": {
|
|
98307
|
+
"minimum": 0
|
|
98308
|
+
},
|
|
98309
|
+
"MaxPayloadInMB": {
|
|
98310
|
+
"minimum": 0
|
|
98311
|
+
},
|
|
98312
|
+
"BatchStrategy": {
|
|
98313
|
+
"enum": [
|
|
98314
|
+
"MultiRecord",
|
|
98315
|
+
"SingleRecord"
|
|
98316
|
+
]
|
|
98317
|
+
},
|
|
98318
|
+
"CreationTime": {
|
|
98319
|
+
"format": "date-time"
|
|
98320
|
+
},
|
|
98321
|
+
"TransformStartTime": {
|
|
98322
|
+
"format": "date-time"
|
|
98323
|
+
},
|
|
98324
|
+
"TransformEndTime": {
|
|
98325
|
+
"format": "date-time"
|
|
98326
|
+
}
|
|
98327
|
+
},
|
|
98328
|
+
"createOnly": [
|
|
98329
|
+
"BatchStrategy",
|
|
98330
|
+
"DataCaptureConfig",
|
|
98331
|
+
"DataProcessing",
|
|
98332
|
+
"Environment",
|
|
98333
|
+
"ExperimentConfig",
|
|
98334
|
+
"MaxConcurrentTransforms",
|
|
98335
|
+
"MaxPayloadInMB",
|
|
98336
|
+
"ModelClientConfig",
|
|
98337
|
+
"ModelName",
|
|
98338
|
+
"Tags",
|
|
98339
|
+
"TransformInput",
|
|
98340
|
+
"TransformOutput",
|
|
98341
|
+
"TransformResources"
|
|
98342
|
+
],
|
|
98343
|
+
"primaryIdentifier": [
|
|
98344
|
+
"TransformJobArn"
|
|
98345
|
+
],
|
|
98346
|
+
"tagging": {
|
|
98347
|
+
"taggable": true,
|
|
98348
|
+
"tagOnCreate": false,
|
|
98349
|
+
"tagUpdatable": false
|
|
98350
|
+
}
|
|
98351
|
+
},
|
|
98155
98352
|
"TransformJobDefinition": {
|
|
98156
98353
|
"resourceType": "AWS::SageMaker::ModelPackage.TransformJobDefinition",
|
|
98157
98354
|
"kind": "property",
|
|
@@ -101818,11 +102015,6 @@
|
|
|
101818
102015
|
"kind": "property",
|
|
101819
102016
|
"lexicon": "aws"
|
|
101820
102017
|
},
|
|
101821
|
-
"VideoExtractionConfiguration": {
|
|
101822
|
-
"resourceType": "AWS::QBusiness::DataSource.VideoExtractionConfiguration",
|
|
101823
|
-
"kind": "property",
|
|
101824
|
-
"lexicon": "aws"
|
|
101825
|
-
},
|
|
101826
102018
|
"VideoMonitoringSetting": {
|
|
101827
102019
|
"resourceType": "AWS::MediaConnect::Flow.VideoMonitoringSetting",
|
|
101828
102020
|
"kind": "property",
|