@awboost/cfntypes 1.0.0-beta.35 → 1.0.0-beta.37
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/lib/cjs/types.generated.js +17 -5
- package/lib/types.generated.d.ts +404 -41
- package/lib/types.generated.js +17 -5
- package/package.json +2 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.AttributeNames = exports.ResourceType = exports.ResourceSpecificationVersion = void 0;
|
4
|
-
exports.ResourceSpecificationVersion = "
|
4
|
+
exports.ResourceSpecificationVersion = "135.0.0";
|
5
5
|
exports.ResourceType = {
|
6
6
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
7
7
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -243,6 +243,7 @@ exports.ResourceType = {
|
|
243
243
|
ConnectRule: "AWS::Connect::Rule",
|
244
244
|
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
245
245
|
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
246
|
+
ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup",
|
246
247
|
ConnectUser: "AWS::Connect::User",
|
247
248
|
ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup",
|
248
249
|
ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign",
|
@@ -271,6 +272,7 @@ exports.ResourceType = {
|
|
271
272
|
DataBrewSchedule: "AWS::DataBrew::Schedule",
|
272
273
|
DataPipelinePipeline: "AWS::DataPipeline::Pipeline",
|
273
274
|
DataSyncAgent: "AWS::DataSync::Agent",
|
275
|
+
DataSyncLocationAzureBlob: "AWS::DataSync::LocationAzureBlob",
|
274
276
|
DataSyncLocationEFS: "AWS::DataSync::LocationEFS",
|
275
277
|
DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre",
|
276
278
|
DataSyncLocationFSxONTAP: "AWS::DataSync::LocationFSxONTAP",
|
@@ -744,7 +746,11 @@ exports.ResourceType = {
|
|
744
746
|
MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration",
|
745
747
|
MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup",
|
746
748
|
MediaStoreContainer: "AWS::MediaStore::Container",
|
749
|
+
MediaTailorChannel: "AWS::MediaTailor::Channel",
|
750
|
+
MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy",
|
751
|
+
MediaTailorLiveSource: "AWS::MediaTailor::LiveSource",
|
747
752
|
MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
|
753
|
+
MediaTailorVodSource: "AWS::MediaTailor::VodSource",
|
748
754
|
MemoryDBACL: "AWS::MemoryDB::ACL",
|
749
755
|
MemoryDBCluster: "AWS::MemoryDB::Cluster",
|
750
756
|
MemoryDBParameterGroup: "AWS::MemoryDB::ParameterGroup",
|
@@ -1352,6 +1358,7 @@ exports.AttributeNames = {
|
|
1352
1358
|
"AWS::Connect::Rule": ["RuleArn"],
|
1353
1359
|
"AWS::Connect::SecurityKey": ["AssociationId"],
|
1354
1360
|
"AWS::Connect::TaskTemplate": ["Arn"],
|
1361
|
+
"AWS::Connect::TrafficDistributionGroup": ["Status", "IsDefault", "TrafficDistributionGroupArn"],
|
1355
1362
|
"AWS::Connect::User": ["UserArn"],
|
1356
1363
|
"AWS::Connect::UserHierarchyGroup": ["UserHierarchyGroupArn"],
|
1357
1364
|
"AWS::ConnectCampaigns::Campaign": ["Arn"],
|
@@ -1380,6 +1387,7 @@ exports.AttributeNames = {
|
|
1380
1387
|
"AWS::DataBrew::Schedule": [],
|
1381
1388
|
"AWS::DataPipeline::Pipeline": ["PipelineId"],
|
1382
1389
|
"AWS::DataSync::Agent": ["AgentArn", "EndpointType"],
|
1390
|
+
"AWS::DataSync::LocationAzureBlob": ["LocationUri", "LocationArn"],
|
1383
1391
|
"AWS::DataSync::LocationEFS": ["LocationUri", "LocationArn"],
|
1384
1392
|
"AWS::DataSync::LocationFSxLustre": ["LocationUri", "LocationArn"],
|
1385
1393
|
"AWS::DataSync::LocationFSxONTAP": ["LocationUri", "FsxFilesystemArn", "LocationArn"],
|
@@ -1447,12 +1455,12 @@ exports.AttributeNames = {
|
|
1447
1455
|
"AWS::EC2::NetworkInsightsAnalysis": ["Status", "ReturnPathComponents", "StartDate", "NetworkInsightsAnalysisId", "AlternatePathHints", "Explanations", "NetworkPathFound", "SuggestedAccounts", "ForwardPathComponents", "NetworkInsightsAnalysisArn", "StatusMessage"],
|
1448
1456
|
"AWS::EC2::NetworkInsightsPath": ["SourceArn", "NetworkInsightsPathId", "CreatedDate", "NetworkInsightsPathArn", "DestinationArn"],
|
1449
1457
|
"AWS::EC2::NetworkInterface": ["SecondaryPrivateIpAddresses", "PrimaryPrivateIpAddress", "Id"],
|
1450
|
-
"AWS::EC2::NetworkInterfaceAttachment": [],
|
1458
|
+
"AWS::EC2::NetworkInterfaceAttachment": ["AttachmentId"],
|
1451
1459
|
"AWS::EC2::NetworkInterfacePermission": [],
|
1452
1460
|
"AWS::EC2::NetworkPerformanceMetricSubscription": [],
|
1453
1461
|
"AWS::EC2::PlacementGroup": ["GroupName"],
|
1454
1462
|
"AWS::EC2::PrefixList": ["OwnerId", "PrefixListId", "Version", "Arn"],
|
1455
|
-
"AWS::EC2::Route": [],
|
1463
|
+
"AWS::EC2::Route": ["CidrBlock"],
|
1456
1464
|
"AWS::EC2::RouteTable": ["RouteTableId"],
|
1457
1465
|
"AWS::EC2::SecurityGroup": ["GroupId", "VpcId"],
|
1458
1466
|
"AWS::EC2::SecurityGroupEgress": [],
|
@@ -1777,7 +1785,7 @@ exports.AttributeNames = {
|
|
1777
1785
|
"AWS::Lambda::EventSourceMapping": ["Id"],
|
1778
1786
|
"AWS::Lambda::Function": ["SnapStartResponse.OptimizationStatus", "SnapStartResponse.ApplyOn", "SnapStartResponse", "Arn"],
|
1779
1787
|
"AWS::Lambda::LayerVersion": ["LayerVersionArn"],
|
1780
|
-
"AWS::Lambda::LayerVersionPermission": [],
|
1788
|
+
"AWS::Lambda::LayerVersionPermission": ["Id"],
|
1781
1789
|
"AWS::Lambda::Permission": ["Id"],
|
1782
1790
|
"AWS::Lambda::Url": ["FunctionArn", "FunctionUrl"],
|
1783
1791
|
"AWS::Lambda::Version": ["Version"],
|
@@ -1853,7 +1861,11 @@ exports.AttributeNames = {
|
|
1853
1861
|
"AWS::MediaPackage::PackagingConfiguration": ["Arn"],
|
1854
1862
|
"AWS::MediaPackage::PackagingGroup": ["DomainName", "Arn"],
|
1855
1863
|
"AWS::MediaStore::Container": ["Endpoint"],
|
1864
|
+
"AWS::MediaTailor::Channel": ["Arn"],
|
1865
|
+
"AWS::MediaTailor::ChannelPolicy": [],
|
1866
|
+
"AWS::MediaTailor::LiveSource": ["Arn"],
|
1856
1867
|
"AWS::MediaTailor::PlaybackConfiguration": ["HlsConfiguration.ManifestEndpointPrefix", "SessionInitializationEndpointPrefix", "DashConfiguration.ManifestEndpointPrefix", "PlaybackConfigurationArn", "PlaybackEndpointPrefix"],
|
1868
|
+
"AWS::MediaTailor::VodSource": ["Arn"],
|
1857
1869
|
"AWS::MemoryDB::ACL": ["Status", "Arn"],
|
1858
1870
|
"AWS::MemoryDB::Cluster": ["Status", "ClusterEndpoint.Address", "ClusterEndpoint.Port", "ParameterGroupStatus", "ARN"],
|
1859
1871
|
"AWS::MemoryDB::ParameterGroup": ["ARN"],
|
@@ -2091,7 +2103,7 @@ exports.AttributeNames = {
|
|
2091
2103
|
"AWS::SageMaker::Domain": ["HomeEfsFileSystemId", "DomainId", "SecurityGroupIdForDomainBoundary", "SingleSignOnManagedApplicationInstanceId", "DomainArn", "Url"],
|
2092
2104
|
"AWS::SageMaker::Endpoint": ["EndpointName"],
|
2093
2105
|
"AWS::SageMaker::EndpointConfig": ["EndpointConfigName"],
|
2094
|
-
"AWS::SageMaker::FeatureGroup": [],
|
2106
|
+
"AWS::SageMaker::FeatureGroup": ["FeatureGroupStatus", "CreationTime"],
|
2095
2107
|
"AWS::SageMaker::Image": ["ImageArn"],
|
2096
2108
|
"AWS::SageMaker::ImageVersion": ["ImageVersionArn", "Version", "ContainerImage", "ImageArn"],
|
2097
2109
|
"AWS::SageMaker::InferenceExperiment": ["Status", "EndpointMetadata.EndpointConfigName", "CreationTime", "LastModifiedTime", "EndpointMetadata.EndpointName", "Arn", "EndpointMetadata.EndpointStatus", "EndpointMetadata"],
|
package/lib/types.generated.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "135.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -7704,12 +7704,12 @@ export interface CloudTrailTrailInsightSelector {
|
|
7704
7704
|
/**
|
7705
7705
|
* Type definition for AWS::CloudWatch::Alarm.Dimension
|
7706
7706
|
*
|
7707
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
7707
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-dimension.html | AWS::CloudWatch::Alarm.Dimension}
|
7708
7708
|
* @group AWS::CloudWatch
|
7709
7709
|
*/
|
7710
7710
|
export interface CloudWatchAlarmDimension {
|
7711
|
-
Name: string;
|
7712
7711
|
Value: string;
|
7712
|
+
Name: string;
|
7713
7713
|
}
|
7714
7714
|
/**
|
7715
7715
|
* Type definition for AWS::CloudWatch::Alarm.Metric
|
@@ -7718,8 +7718,8 @@ export interface CloudWatchAlarmDimension {
|
|
7718
7718
|
* @group AWS::CloudWatch
|
7719
7719
|
*/
|
7720
7720
|
export interface CloudWatchAlarmMetric {
|
7721
|
-
Dimensions?: any[];
|
7722
7721
|
MetricName?: string;
|
7722
|
+
Dimensions?: any[];
|
7723
7723
|
Namespace?: string;
|
7724
7724
|
}
|
7725
7725
|
/**
|
@@ -7730,12 +7730,12 @@ export interface CloudWatchAlarmMetric {
|
|
7730
7730
|
*/
|
7731
7731
|
export interface CloudWatchAlarmMetricDataQuery {
|
7732
7732
|
AccountId?: string;
|
7733
|
+
ReturnData?: boolean;
|
7733
7734
|
Expression?: string;
|
7734
|
-
Id: string;
|
7735
7735
|
Label?: string;
|
7736
7736
|
MetricStat?: CloudWatchAlarmMetricStat;
|
7737
7737
|
Period?: number;
|
7738
|
-
|
7738
|
+
Id: string;
|
7739
7739
|
}
|
7740
7740
|
/**
|
7741
7741
|
* Type definition for AWS::CloudWatch::Alarm.MetricStat
|
@@ -7744,9 +7744,9 @@ export interface CloudWatchAlarmMetricDataQuery {
|
|
7744
7744
|
* @group AWS::CloudWatch
|
7745
7745
|
*/
|
7746
7746
|
export interface CloudWatchAlarmMetricStat {
|
7747
|
-
Metric: CloudWatchAlarmMetric;
|
7748
|
-
Period: number;
|
7749
7747
|
Stat: string;
|
7748
|
+
Period: number;
|
7749
|
+
Metric: CloudWatchAlarmMetric;
|
7750
7750
|
Unit?: string;
|
7751
7751
|
}
|
7752
7752
|
/**
|
@@ -9312,6 +9312,15 @@ export interface ConfigConfigurationAggregatorOrganizationAggregationSource {
|
|
9312
9312
|
AwsRegions?: any[];
|
9313
9313
|
RoleArn: string;
|
9314
9314
|
}
|
9315
|
+
/**
|
9316
|
+
* Type definition for AWS::Config::ConfigurationRecorder.ExclusionByResourceTypes
|
9317
|
+
*
|
9318
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-exclusionbyresourcetypes.html | AWS::Config::ConfigurationRecorder.ExclusionByResourceTypes}
|
9319
|
+
* @group AWS::Config
|
9320
|
+
*/
|
9321
|
+
export interface ConfigConfigurationRecorderExclusionByResourceTypes {
|
9322
|
+
ResourceTypes: any[];
|
9323
|
+
}
|
9315
9324
|
/**
|
9316
9325
|
* Type definition for AWS::Config::ConfigurationRecorder.RecordingGroup
|
9317
9326
|
*
|
@@ -9320,9 +9329,20 @@ export interface ConfigConfigurationAggregatorOrganizationAggregationSource {
|
|
9320
9329
|
*/
|
9321
9330
|
export interface ConfigConfigurationRecorderRecordingGroup {
|
9322
9331
|
AllSupported?: boolean;
|
9332
|
+
ExclusionByResourceTypes?: ConfigConfigurationRecorderExclusionByResourceTypes;
|
9323
9333
|
IncludeGlobalResourceTypes?: boolean;
|
9334
|
+
RecordingStrategy?: ConfigConfigurationRecorderRecordingStrategy;
|
9324
9335
|
ResourceTypes?: any[];
|
9325
9336
|
}
|
9337
|
+
/**
|
9338
|
+
* Type definition for AWS::Config::ConfigurationRecorder.RecordingStrategy
|
9339
|
+
*
|
9340
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordingstrategy.html | AWS::Config::ConfigurationRecorder.RecordingStrategy}
|
9341
|
+
* @group AWS::Config
|
9342
|
+
*/
|
9343
|
+
export interface ConfigConfigurationRecorderRecordingStrategy {
|
9344
|
+
UseOnly: string;
|
9345
|
+
}
|
9326
9346
|
/**
|
9327
9347
|
* Type definition for AWS::Config::ConformancePack.ConformancePackInputParameter
|
9328
9348
|
*
|
@@ -11567,6 +11587,15 @@ export interface DataPipelinePipelinePipelineTag {
|
|
11567
11587
|
Value: string;
|
11568
11588
|
Key: string;
|
11569
11589
|
}
|
11590
|
+
/**
|
11591
|
+
* Type definition for AWS::DataSync::LocationAzureBlob.AzureBlobSasConfiguration
|
11592
|
+
*
|
11593
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationazureblob-azureblobsasconfiguration.html | AWS::DataSync::LocationAzureBlob.AzureBlobSasConfiguration}
|
11594
|
+
* @group AWS::DataSync
|
11595
|
+
*/
|
11596
|
+
export interface DataSyncLocationAzureBlobAzureBlobSasConfiguration {
|
11597
|
+
AzureBlobSasToken: string;
|
11598
|
+
}
|
11570
11599
|
/**
|
11571
11600
|
* Type definition for AWS::DataSync::LocationEFS.Ec2Config
|
11572
11601
|
*
|
@@ -13582,6 +13611,24 @@ export interface EC2NetworkInsightsPathPathFilter {
|
|
13582
13611
|
export interface EC2NetworkInterfaceInstanceIpv6Address {
|
13583
13612
|
Ipv6Address: string;
|
13584
13613
|
}
|
13614
|
+
/**
|
13615
|
+
* Type definition for AWS::EC2::NetworkInterface.Ipv4PrefixSpecification
|
13616
|
+
*
|
13617
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-ipv4prefixspecification.html | AWS::EC2::NetworkInterface.Ipv4PrefixSpecification}
|
13618
|
+
* @group AWS::EC2
|
13619
|
+
*/
|
13620
|
+
export interface EC2NetworkInterfaceIpv4PrefixSpecification {
|
13621
|
+
Ipv4Prefix: string;
|
13622
|
+
}
|
13623
|
+
/**
|
13624
|
+
* Type definition for AWS::EC2::NetworkInterface.Ipv6PrefixSpecification
|
13625
|
+
*
|
13626
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-ipv6prefixspecification.html | AWS::EC2::NetworkInterface.Ipv6PrefixSpecification}
|
13627
|
+
* @group AWS::EC2
|
13628
|
+
*/
|
13629
|
+
export interface EC2NetworkInterfaceIpv6PrefixSpecification {
|
13630
|
+
Ipv6Prefix: string;
|
13631
|
+
}
|
13585
13632
|
/**
|
13586
13633
|
* Type definition for AWS::EC2::NetworkInterface.PrivateIpAddressSpecification
|
13587
13634
|
*
|
@@ -15587,6 +15634,7 @@ export interface EMRClusterStepConfig {
|
|
15587
15634
|
export interface EMRClusterVolumeSpecification {
|
15588
15635
|
Iops?: number;
|
15589
15636
|
SizeInGB: number;
|
15637
|
+
Throughput?: number;
|
15590
15638
|
VolumeType: string;
|
15591
15639
|
}
|
15592
15640
|
/**
|
@@ -15675,6 +15723,7 @@ export interface EMRInstanceFleetConfigSpotProvisioningSpecification {
|
|
15675
15723
|
export interface EMRInstanceFleetConfigVolumeSpecification {
|
15676
15724
|
Iops?: number;
|
15677
15725
|
SizeInGB: number;
|
15726
|
+
Throughput?: number;
|
15678
15727
|
VolumeType: string;
|
15679
15728
|
}
|
15680
15729
|
/**
|
@@ -15806,6 +15855,7 @@ export interface EMRInstanceGroupConfigSimpleScalingPolicyConfiguration {
|
|
15806
15855
|
export interface EMRInstanceGroupConfigVolumeSpecification {
|
15807
15856
|
Iops?: number;
|
15808
15857
|
SizeInGB: number;
|
15858
|
+
Throughput?: number;
|
15809
15859
|
VolumeType: string;
|
15810
15860
|
}
|
15811
15861
|
/**
|
@@ -17116,7 +17166,7 @@ export interface EventsRuleRedshiftDataParameters {
|
|
17116
17166
|
Database: string;
|
17117
17167
|
DbUser?: string;
|
17118
17168
|
SecretManagerArn?: string;
|
17119
|
-
Sql
|
17169
|
+
Sql?: string;
|
17120
17170
|
StatementName?: string;
|
17121
17171
|
WithEvent?: boolean;
|
17122
17172
|
}
|
@@ -20456,7 +20506,17 @@ export interface IAMUserPolicy {
|
|
20456
20506
|
* @group AWS::IVS
|
20457
20507
|
*/
|
20458
20508
|
export interface IVSRecordingConfigurationDestinationConfiguration {
|
20459
|
-
S3
|
20509
|
+
S3?: IVSRecordingConfigurationS3DestinationConfiguration;
|
20510
|
+
}
|
20511
|
+
/**
|
20512
|
+
* Type definition for AWS::IVS::RecordingConfiguration.RenditionConfiguration
|
20513
|
+
*
|
20514
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-recordingconfiguration-renditionconfiguration.html | AWS::IVS::RecordingConfiguration.RenditionConfiguration}
|
20515
|
+
* @group AWS::IVS
|
20516
|
+
*/
|
20517
|
+
export interface IVSRecordingConfigurationRenditionConfiguration {
|
20518
|
+
RenditionSelection?: string;
|
20519
|
+
Renditions?: any[];
|
20460
20520
|
}
|
20461
20521
|
/**
|
20462
20522
|
* Type definition for AWS::IVS::RecordingConfiguration.S3DestinationConfiguration
|
@@ -20475,7 +20535,9 @@ export interface IVSRecordingConfigurationS3DestinationConfiguration {
|
|
20475
20535
|
*/
|
20476
20536
|
export interface IVSRecordingConfigurationThumbnailConfiguration {
|
20477
20537
|
TargetIntervalSeconds?: number;
|
20478
|
-
|
20538
|
+
Storage?: any[];
|
20539
|
+
RecordingMode?: string;
|
20540
|
+
Resolution?: string;
|
20479
20541
|
}
|
20480
20542
|
/**
|
20481
20543
|
* Type definition for AWS::IVSChat::LoggingConfiguration.CloudWatchLogsDestinationConfiguration
|
@@ -20984,7 +21046,9 @@ export interface InspectorV2FilterStringFilter {
|
|
20984
21046
|
* @group AWS::InternetMonitor
|
20985
21047
|
*/
|
20986
21048
|
export interface InternetMonitorMonitorHealthEventsConfig {
|
21049
|
+
AvailabilityLocalHealthEventsConfig?: InternetMonitorMonitorLocalHealthEventsConfig;
|
20987
21050
|
PerformanceScoreThreshold?: number;
|
21051
|
+
PerformanceLocalHealthEventsConfig?: InternetMonitorMonitorLocalHealthEventsConfig;
|
20988
21052
|
AvailabilityScoreThreshold?: number;
|
20989
21053
|
}
|
20990
21054
|
/**
|
@@ -20996,6 +21060,17 @@ export interface InternetMonitorMonitorHealthEventsConfig {
|
|
20996
21060
|
export interface InternetMonitorMonitorInternetMeasurementsLogDelivery {
|
20997
21061
|
S3Config?: InternetMonitorMonitorS3Config;
|
20998
21062
|
}
|
21063
|
+
/**
|
21064
|
+
* Type definition for AWS::InternetMonitor::Monitor.LocalHealthEventsConfig
|
21065
|
+
*
|
21066
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-internetmonitor-monitor-localhealtheventsconfig.html | AWS::InternetMonitor::Monitor.LocalHealthEventsConfig}
|
21067
|
+
* @group AWS::InternetMonitor
|
21068
|
+
*/
|
21069
|
+
export interface InternetMonitorMonitorLocalHealthEventsConfig {
|
21070
|
+
Status?: string;
|
21071
|
+
HealthScoreThreshold?: number;
|
21072
|
+
MinTrafficImpact?: number;
|
21073
|
+
}
|
20999
21074
|
/**
|
21000
21075
|
* Type definition for AWS::InternetMonitor::Monitor.S3Config
|
21001
21076
|
*
|
@@ -24333,6 +24408,7 @@ export interface KendraDataSourceDataSourceConfiguration {
|
|
24333
24408
|
ConfluenceConfiguration?: KendraDataSourceConfluenceConfiguration;
|
24334
24409
|
WorkDocsConfiguration?: KendraDataSourceWorkDocsConfiguration;
|
24335
24410
|
OneDriveConfiguration?: KendraDataSourceOneDriveConfiguration;
|
24411
|
+
TemplateConfiguration?: KendraDataSourceTemplateConfiguration;
|
24336
24412
|
ServiceNowConfiguration?: KendraDataSourceServiceNowConfiguration;
|
24337
24413
|
}
|
24338
24414
|
/**
|
@@ -24667,6 +24743,15 @@ export interface KendraDataSourceSharePointConfiguration {
|
|
24667
24743
|
export interface KendraDataSourceSqlConfiguration {
|
24668
24744
|
QueryIdentifiersEnclosingOption?: string;
|
24669
24745
|
}
|
24746
|
+
/**
|
24747
|
+
* Type definition for AWS::Kendra::DataSource.TemplateConfiguration
|
24748
|
+
*
|
24749
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-templateconfiguration.html | AWS::Kendra::DataSource.TemplateConfiguration}
|
24750
|
+
* @group AWS::Kendra
|
24751
|
+
*/
|
24752
|
+
export interface KendraDataSourceTemplateConfiguration {
|
24753
|
+
Template: string;
|
24754
|
+
}
|
24670
24755
|
/**
|
24671
24756
|
* Type definition for AWS::Kendra::DataSource.WebCrawlerAuthenticationConfiguration
|
24672
24757
|
*
|
@@ -31854,6 +31939,69 @@ export interface MediaStoreContainerMetricPolicyRule {
|
|
31854
31939
|
ObjectGroup: string;
|
31855
31940
|
ObjectGroupName: string;
|
31856
31941
|
}
|
31942
|
+
/**
|
31943
|
+
* Type definition for AWS::MediaTailor::Channel.DashPlaylistSettings
|
31944
|
+
*
|
31945
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-dashplaylistsettings.html | AWS::MediaTailor::Channel.DashPlaylistSettings}
|
31946
|
+
* @group AWS::MediaTailor
|
31947
|
+
*/
|
31948
|
+
export interface MediaTailorChannelDashPlaylistSettings {
|
31949
|
+
ManifestWindowSeconds?: number;
|
31950
|
+
SuggestedPresentationDelaySeconds?: number;
|
31951
|
+
MinBufferTimeSeconds?: number;
|
31952
|
+
MinUpdatePeriodSeconds?: number;
|
31953
|
+
}
|
31954
|
+
/**
|
31955
|
+
* Type definition for AWS::MediaTailor::Channel.HlsPlaylistSettings
|
31956
|
+
*
|
31957
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html | AWS::MediaTailor::Channel.HlsPlaylistSettings}
|
31958
|
+
* @group AWS::MediaTailor
|
31959
|
+
*/
|
31960
|
+
export interface MediaTailorChannelHlsPlaylistSettings {
|
31961
|
+
ManifestWindowSeconds?: number;
|
31962
|
+
}
|
31963
|
+
/**
|
31964
|
+
* Type definition for AWS::MediaTailor::Channel.LogConfigurationForChannel
|
31965
|
+
*
|
31966
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-logconfigurationforchannel.html | AWS::MediaTailor::Channel.LogConfigurationForChannel}
|
31967
|
+
* @group AWS::MediaTailor
|
31968
|
+
*/
|
31969
|
+
export interface MediaTailorChannelLogConfigurationForChannel {
|
31970
|
+
LogTypes?: any[];
|
31971
|
+
}
|
31972
|
+
/**
|
31973
|
+
* Type definition for AWS::MediaTailor::Channel.RequestOutputItem
|
31974
|
+
*
|
31975
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-requestoutputitem.html | AWS::MediaTailor::Channel.RequestOutputItem}
|
31976
|
+
* @group AWS::MediaTailor
|
31977
|
+
*/
|
31978
|
+
export interface MediaTailorChannelRequestOutputItem {
|
31979
|
+
ManifestName: string;
|
31980
|
+
DashPlaylistSettings?: MediaTailorChannelDashPlaylistSettings;
|
31981
|
+
HlsPlaylistSettings?: MediaTailorChannelHlsPlaylistSettings;
|
31982
|
+
SourceGroup: string;
|
31983
|
+
}
|
31984
|
+
/**
|
31985
|
+
* Type definition for AWS::MediaTailor::Channel.SlateSource
|
31986
|
+
*
|
31987
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-slatesource.html | AWS::MediaTailor::Channel.SlateSource}
|
31988
|
+
* @group AWS::MediaTailor
|
31989
|
+
*/
|
31990
|
+
export interface MediaTailorChannelSlateSource {
|
31991
|
+
VodSourceName?: string;
|
31992
|
+
SourceLocationName?: string;
|
31993
|
+
}
|
31994
|
+
/**
|
31995
|
+
* Type definition for AWS::MediaTailor::LiveSource.HttpPackageConfiguration
|
31996
|
+
*
|
31997
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-livesource-httppackageconfiguration.html | AWS::MediaTailor::LiveSource.HttpPackageConfiguration}
|
31998
|
+
* @group AWS::MediaTailor
|
31999
|
+
*/
|
32000
|
+
export interface MediaTailorLiveSourceHttpPackageConfiguration {
|
32001
|
+
Path: string;
|
32002
|
+
Type: string;
|
32003
|
+
SourceGroup: string;
|
32004
|
+
}
|
31857
32005
|
/**
|
31858
32006
|
* Type definition for AWS::MediaTailor::PlaybackConfiguration.AdMarkerPassthrough
|
31859
32007
|
*
|
@@ -31932,6 +32080,17 @@ export interface MediaTailorPlaybackConfigurationLivePreRollConfiguration {
|
|
31932
32080
|
export interface MediaTailorPlaybackConfigurationManifestProcessingRules {
|
31933
32081
|
AdMarkerPassthrough?: MediaTailorPlaybackConfigurationAdMarkerPassthrough;
|
31934
32082
|
}
|
32083
|
+
/**
|
32084
|
+
* Type definition for AWS::MediaTailor::VodSource.HttpPackageConfiguration
|
32085
|
+
*
|
32086
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-vodsource-httppackageconfiguration.html | AWS::MediaTailor::VodSource.HttpPackageConfiguration}
|
32087
|
+
* @group AWS::MediaTailor
|
32088
|
+
*/
|
32089
|
+
export interface MediaTailorVodSourceHttpPackageConfiguration {
|
32090
|
+
Path: string;
|
32091
|
+
Type: string;
|
32092
|
+
SourceGroup: string;
|
32093
|
+
}
|
31935
32094
|
/**
|
31936
32095
|
* Type definition for AWS::MemoryDB::Cluster.Endpoint
|
31937
32096
|
*
|
@@ -58013,6 +58172,7 @@ export interface TimestreamTableSchema {
|
|
58013
58172
|
export interface TransferConnectorAs2Config {
|
58014
58173
|
Compression?: string;
|
58015
58174
|
MessageSubject?: string;
|
58175
|
+
BasicAuthSecretId?: string;
|
58016
58176
|
PartnerProfileId?: string;
|
58017
58177
|
EncryptionAlgorithm?: string;
|
58018
58178
|
SigningAlgorithm?: string;
|
@@ -58020,6 +58180,16 @@ export interface TransferConnectorAs2Config {
|
|
58020
58180
|
MdnResponse?: string;
|
58021
58181
|
MdnSigningAlgorithm?: string;
|
58022
58182
|
}
|
58183
|
+
/**
|
58184
|
+
* Type definition for AWS::Transfer::Connector.SftpConfig
|
58185
|
+
*
|
58186
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-sftpconfig.html | AWS::Transfer::Connector.SftpConfig}
|
58187
|
+
* @group AWS::Transfer
|
58188
|
+
*/
|
58189
|
+
export interface TransferConnectorSftpConfig {
|
58190
|
+
TrustedHostKeys?: any[];
|
58191
|
+
UserSecretId?: string;
|
58192
|
+
}
|
58023
58193
|
/**
|
58024
58194
|
* Type definition for AWS::Transfer::Server.As2Transport
|
58025
58195
|
*
|
@@ -63454,6 +63624,7 @@ export interface CertificateManagerCertificateProps {
|
|
63454
63624
|
CertificateTransparencyLoggingPreference?: string;
|
63455
63625
|
DomainName: string;
|
63456
63626
|
DomainValidationOptions?: any[];
|
63627
|
+
KeyAlgorithm?: string;
|
63457
63628
|
SubjectAlternativeNames?: any[];
|
63458
63629
|
Tags?: any[];
|
63459
63630
|
ValidationMethod?: string;
|
@@ -64298,27 +64469,27 @@ export interface CloudTrailTrailAttribs {
|
|
64298
64469
|
* @group AWS::CloudWatch
|
64299
64470
|
*/
|
64300
64471
|
export interface CloudWatchAlarmProps {
|
64301
|
-
|
64302
|
-
|
64303
|
-
|
64304
|
-
AlarmName?: string;
|
64472
|
+
ThresholdMetricId?: string;
|
64473
|
+
EvaluateLowSampleCountPercentile?: string;
|
64474
|
+
ExtendedStatistic?: string;
|
64305
64475
|
ComparisonOperator: string;
|
64306
|
-
|
64476
|
+
TreatMissingData?: string;
|
64307
64477
|
Dimensions?: any[];
|
64308
|
-
|
64478
|
+
Period?: number;
|
64309
64479
|
EvaluationPeriods: number;
|
64310
|
-
|
64311
|
-
InsufficientDataActions?: any[];
|
64312
|
-
MetricName?: string;
|
64313
|
-
Metrics?: any[];
|
64480
|
+
Unit?: string;
|
64314
64481
|
Namespace?: string;
|
64315
64482
|
OKActions?: any[];
|
64316
|
-
|
64483
|
+
AlarmActions?: any[];
|
64484
|
+
MetricName?: string;
|
64485
|
+
ActionsEnabled?: boolean;
|
64486
|
+
Metrics?: any[];
|
64487
|
+
AlarmDescription?: string;
|
64488
|
+
AlarmName?: string;
|
64317
64489
|
Statistic?: string;
|
64490
|
+
InsufficientDataActions?: any[];
|
64491
|
+
DatapointsToAlarm?: number;
|
64318
64492
|
Threshold?: number;
|
64319
|
-
ThresholdMetricId?: string;
|
64320
|
-
TreatMissingData?: string;
|
64321
|
-
Unit?: string;
|
64322
64493
|
}
|
64323
64494
|
/**
|
64324
64495
|
* Attributes type definition for AWS::CloudWatch::Alarm
|
@@ -65657,6 +65828,29 @@ export interface ConnectTaskTemplateProps {
|
|
65657
65828
|
export interface ConnectTaskTemplateAttribs {
|
65658
65829
|
Arn?: string;
|
65659
65830
|
}
|
65831
|
+
/**
|
65832
|
+
* Type definition for AWS::Connect::TrafficDistributionGroup
|
65833
|
+
*
|
65834
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-trafficdistributiongroup.html | AWS::Connect::TrafficDistributionGroup}
|
65835
|
+
* @group AWS::Connect
|
65836
|
+
*/
|
65837
|
+
export interface ConnectTrafficDistributionGroupProps {
|
65838
|
+
Description?: string;
|
65839
|
+
InstanceArn: string;
|
65840
|
+
Tags?: any[];
|
65841
|
+
Name: string;
|
65842
|
+
}
|
65843
|
+
/**
|
65844
|
+
* Attributes type definition for AWS::Connect::TrafficDistributionGroup
|
65845
|
+
*
|
65846
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-trafficdistributiongroup.html | AWS::Connect::TrafficDistributionGroup}
|
65847
|
+
* @group AWS::Connect
|
65848
|
+
*/
|
65849
|
+
export interface ConnectTrafficDistributionGroupAttribs {
|
65850
|
+
Status?: string;
|
65851
|
+
IsDefault?: boolean;
|
65852
|
+
TrafficDistributionGroupArn?: string;
|
65853
|
+
}
|
65660
65854
|
/**
|
65661
65855
|
* Type definition for AWS::Connect::User
|
65662
65856
|
*
|
@@ -66240,6 +66434,32 @@ export interface DataSyncAgentAttribs {
|
|
66240
66434
|
AgentArn?: string;
|
66241
66435
|
EndpointType?: string;
|
66242
66436
|
}
|
66437
|
+
/**
|
66438
|
+
* Type definition for AWS::DataSync::LocationAzureBlob
|
66439
|
+
*
|
66440
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationazureblob.html | AWS::DataSync::LocationAzureBlob}
|
66441
|
+
* @group AWS::DataSync
|
66442
|
+
*/
|
66443
|
+
export interface DataSyncLocationAzureBlobProps {
|
66444
|
+
AzureAccessTier?: string;
|
66445
|
+
Subdirectory?: string;
|
66446
|
+
AzureBlobSasConfiguration?: DataSyncLocationAzureBlobAzureBlobSasConfiguration;
|
66447
|
+
AzureBlobType?: string;
|
66448
|
+
AzureBlobContainerUrl?: string;
|
66449
|
+
AgentArns: any[];
|
66450
|
+
Tags?: any[];
|
66451
|
+
AzureBlobAuthenticationType: string;
|
66452
|
+
}
|
66453
|
+
/**
|
66454
|
+
* Attributes type definition for AWS::DataSync::LocationAzureBlob
|
66455
|
+
*
|
66456
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationazureblob.html | AWS::DataSync::LocationAzureBlob}
|
66457
|
+
* @group AWS::DataSync
|
66458
|
+
*/
|
66459
|
+
export interface DataSyncLocationAzureBlobAttribs {
|
66460
|
+
LocationUri?: string;
|
66461
|
+
LocationArn?: string;
|
66462
|
+
}
|
66243
66463
|
/**
|
66244
66464
|
* Type definition for AWS::DataSync::LocationEFS
|
66245
66465
|
*
|
@@ -67832,16 +68052,20 @@ export interface EC2NetworkInsightsPathAttribs {
|
|
67832
68052
|
* @group AWS::EC2
|
67833
68053
|
*/
|
67834
68054
|
export interface EC2NetworkInterfaceProps {
|
67835
|
-
SourceDestCheck?: boolean;
|
67836
|
-
InterfaceType?: string;
|
67837
68055
|
Description?: string;
|
67838
68056
|
PrivateIpAddress?: string;
|
67839
68057
|
PrivateIpAddresses?: any[];
|
67840
68058
|
SecondaryPrivateIpAddressCount?: number;
|
67841
|
-
|
68059
|
+
Ipv6PrefixCount?: number;
|
68060
|
+
Ipv4Prefixes?: any[];
|
68061
|
+
Ipv4PrefixCount?: number;
|
67842
68062
|
GroupSet?: any[];
|
67843
68063
|
Ipv6Addresses?: any[];
|
68064
|
+
Ipv6Prefixes?: any[];
|
67844
68065
|
SubnetId: string;
|
68066
|
+
SourceDestCheck?: boolean;
|
68067
|
+
InterfaceType?: string;
|
68068
|
+
Ipv6AddressCount?: number;
|
67845
68069
|
Tags?: any[];
|
67846
68070
|
}
|
67847
68071
|
/**
|
@@ -67858,14 +68082,23 @@ export interface EC2NetworkInterfaceAttribs {
|
|
67858
68082
|
/**
|
67859
68083
|
* Type definition for AWS::EC2::NetworkInterfaceAttachment
|
67860
68084
|
*
|
67861
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-
|
68085
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html | AWS::EC2::NetworkInterfaceAttachment}
|
67862
68086
|
* @group AWS::EC2
|
67863
68087
|
*/
|
67864
68088
|
export interface EC2NetworkInterfaceAttachmentProps {
|
67865
|
-
DeleteOnTermination?: boolean;
|
67866
|
-
DeviceIndex: string;
|
67867
68089
|
InstanceId: string;
|
68090
|
+
DeviceIndex: string;
|
67868
68091
|
NetworkInterfaceId: string;
|
68092
|
+
DeleteOnTermination?: boolean;
|
68093
|
+
}
|
68094
|
+
/**
|
68095
|
+
* Attributes type definition for AWS::EC2::NetworkInterfaceAttachment
|
68096
|
+
*
|
68097
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html | AWS::EC2::NetworkInterfaceAttachment}
|
68098
|
+
* @group AWS::EC2
|
68099
|
+
*/
|
68100
|
+
export interface EC2NetworkInterfaceAttachmentAttribs {
|
68101
|
+
AttachmentId?: string;
|
67869
68102
|
}
|
67870
68103
|
/**
|
67871
68104
|
* Type definition for AWS::EC2::NetworkInterfacePermission
|
@@ -67943,19 +68176,28 @@ export interface EC2PrefixListAttribs {
|
|
67943
68176
|
* @group AWS::EC2
|
67944
68177
|
*/
|
67945
68178
|
export interface EC2RouteProps {
|
67946
|
-
CarrierGatewayId?: string;
|
67947
|
-
DestinationCidrBlock?: string;
|
67948
68179
|
DestinationIpv6CidrBlock?: string;
|
67949
|
-
|
67950
|
-
GatewayId?: string;
|
68180
|
+
RouteTableId: string;
|
67951
68181
|
InstanceId?: string;
|
67952
68182
|
LocalGatewayId?: string;
|
67953
|
-
|
68183
|
+
CarrierGatewayId?: string;
|
68184
|
+
DestinationCidrBlock?: string;
|
68185
|
+
GatewayId?: string;
|
67954
68186
|
NetworkInterfaceId?: string;
|
67955
|
-
RouteTableId: string;
|
67956
|
-
TransitGatewayId?: string;
|
67957
68187
|
VpcEndpointId?: string;
|
68188
|
+
TransitGatewayId?: string;
|
67958
68189
|
VpcPeeringConnectionId?: string;
|
68190
|
+
EgressOnlyInternetGatewayId?: string;
|
68191
|
+
NatGatewayId?: string;
|
68192
|
+
}
|
68193
|
+
/**
|
68194
|
+
* Attributes type definition for AWS::EC2::Route
|
68195
|
+
*
|
68196
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html | AWS::EC2::Route}
|
68197
|
+
* @group AWS::EC2
|
68198
|
+
*/
|
68199
|
+
export interface EC2RouteAttribs {
|
68200
|
+
CidrBlock?: string;
|
67959
68201
|
}
|
67960
68202
|
/**
|
67961
68203
|
* Type definition for AWS::EC2::RouteTable
|
@@ -72340,6 +72582,7 @@ export interface IVSPlaybackKeyPairAttribs {
|
|
72340
72582
|
*/
|
72341
72583
|
export interface IVSRecordingConfigurationProps {
|
72342
72584
|
DestinationConfiguration: IVSRecordingConfigurationDestinationConfiguration;
|
72585
|
+
RenditionConfiguration?: IVSRecordingConfigurationRenditionConfiguration;
|
72343
72586
|
RecordingReconnectWindowSeconds?: number;
|
72344
72587
|
Tags?: any[];
|
72345
72588
|
ThumbnailConfiguration?: IVSRecordingConfigurationThumbnailConfiguration;
|
@@ -74342,11 +74585,12 @@ export interface KMSKeyProps {
|
|
74342
74585
|
MultiRegion?: boolean;
|
74343
74586
|
Description?: string;
|
74344
74587
|
PendingWindowInDays?: number;
|
74345
|
-
|
74588
|
+
BypassPolicyLockoutSafetyCheck?: boolean;
|
74589
|
+
KeyPolicy?: object;
|
74346
74590
|
KeySpec?: string;
|
74347
74591
|
Enabled?: boolean;
|
74348
|
-
EnableKeyRotation?: boolean;
|
74349
74592
|
KeyUsage?: string;
|
74593
|
+
EnableKeyRotation?: boolean;
|
74350
74594
|
Tags?: any[];
|
74351
74595
|
}
|
74352
74596
|
/**
|
@@ -74989,6 +75233,15 @@ export interface LambdaLayerVersionPermissionProps {
|
|
74989
75233
|
OrganizationId?: string;
|
74990
75234
|
Principal: string;
|
74991
75235
|
}
|
75236
|
+
/**
|
75237
|
+
* Attributes type definition for AWS::Lambda::LayerVersionPermission
|
75238
|
+
*
|
75239
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversionpermission.html | AWS::Lambda::LayerVersionPermission}
|
75240
|
+
* @group AWS::Lambda
|
75241
|
+
*/
|
75242
|
+
export interface LambdaLayerVersionPermissionAttribs {
|
75243
|
+
Id?: string;
|
75244
|
+
}
|
74992
75245
|
/**
|
74993
75246
|
* Type definition for AWS::Lambda::Permission
|
74994
75247
|
*
|
@@ -76759,6 +77012,61 @@ export interface MediaStoreContainerProps {
|
|
76759
77012
|
export interface MediaStoreContainerAttribs {
|
76760
77013
|
Endpoint?: string;
|
76761
77014
|
}
|
77015
|
+
/**
|
77016
|
+
* Type definition for AWS::MediaTailor::Channel
|
77017
|
+
*
|
77018
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channel.html | AWS::MediaTailor::Channel}
|
77019
|
+
* @group AWS::MediaTailor
|
77020
|
+
*/
|
77021
|
+
export interface MediaTailorChannelProps {
|
77022
|
+
FillerSlate?: MediaTailorChannelSlateSource;
|
77023
|
+
ChannelName: string;
|
77024
|
+
Tier?: string;
|
77025
|
+
Outputs: any[];
|
77026
|
+
LogConfiguration?: MediaTailorChannelLogConfigurationForChannel;
|
77027
|
+
PlaybackMode: string;
|
77028
|
+
Tags?: any[];
|
77029
|
+
}
|
77030
|
+
/**
|
77031
|
+
* Attributes type definition for AWS::MediaTailor::Channel
|
77032
|
+
*
|
77033
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channel.html | AWS::MediaTailor::Channel}
|
77034
|
+
* @group AWS::MediaTailor
|
77035
|
+
*/
|
77036
|
+
export interface MediaTailorChannelAttribs {
|
77037
|
+
Arn?: string;
|
77038
|
+
}
|
77039
|
+
/**
|
77040
|
+
* Type definition for AWS::MediaTailor::ChannelPolicy
|
77041
|
+
*
|
77042
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channelpolicy.html | AWS::MediaTailor::ChannelPolicy}
|
77043
|
+
* @group AWS::MediaTailor
|
77044
|
+
*/
|
77045
|
+
export interface MediaTailorChannelPolicyProps {
|
77046
|
+
Policy: object;
|
77047
|
+
ChannelName: string;
|
77048
|
+
}
|
77049
|
+
/**
|
77050
|
+
* Type definition for AWS::MediaTailor::LiveSource
|
77051
|
+
*
|
77052
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-livesource.html | AWS::MediaTailor::LiveSource}
|
77053
|
+
* @group AWS::MediaTailor
|
77054
|
+
*/
|
77055
|
+
export interface MediaTailorLiveSourceProps {
|
77056
|
+
LiveSourceName: string;
|
77057
|
+
SourceLocationName: string;
|
77058
|
+
HttpPackageConfigurations: any[];
|
77059
|
+
Tags?: any[];
|
77060
|
+
}
|
77061
|
+
/**
|
77062
|
+
* Attributes type definition for AWS::MediaTailor::LiveSource
|
77063
|
+
*
|
77064
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-livesource.html | AWS::MediaTailor::LiveSource}
|
77065
|
+
* @group AWS::MediaTailor
|
77066
|
+
*/
|
77067
|
+
export interface MediaTailorLiveSourceAttribs {
|
77068
|
+
Arn?: string;
|
77069
|
+
}
|
76762
77070
|
/**
|
76763
77071
|
* Type definition for AWS::MediaTailor::PlaybackConfiguration
|
76764
77072
|
*
|
@@ -76795,6 +77103,27 @@ export interface MediaTailorPlaybackConfigurationAttribs {
|
|
76795
77103
|
PlaybackConfigurationArn?: string;
|
76796
77104
|
PlaybackEndpointPrefix?: string;
|
76797
77105
|
}
|
77106
|
+
/**
|
77107
|
+
* Type definition for AWS::MediaTailor::VodSource
|
77108
|
+
*
|
77109
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-vodsource.html | AWS::MediaTailor::VodSource}
|
77110
|
+
* @group AWS::MediaTailor
|
77111
|
+
*/
|
77112
|
+
export interface MediaTailorVodSourceProps {
|
77113
|
+
VodSourceName: string;
|
77114
|
+
SourceLocationName: string;
|
77115
|
+
HttpPackageConfigurations: any[];
|
77116
|
+
Tags?: any[];
|
77117
|
+
}
|
77118
|
+
/**
|
77119
|
+
* Attributes type definition for AWS::MediaTailor::VodSource
|
77120
|
+
*
|
77121
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-vodsource.html | AWS::MediaTailor::VodSource}
|
77122
|
+
* @group AWS::MediaTailor
|
77123
|
+
*/
|
77124
|
+
export interface MediaTailorVodSourceAttribs {
|
77125
|
+
Arn?: string;
|
77126
|
+
}
|
76798
77127
|
/**
|
76799
77128
|
* Type definition for AWS::MemoryDB::ACL
|
76800
77129
|
*
|
@@ -77704,6 +78033,7 @@ export interface OmicsReferenceStoreAttribs {
|
|
77704
78033
|
*/
|
77705
78034
|
export interface OmicsRunGroupProps {
|
77706
78035
|
MaxDuration?: number;
|
78036
|
+
MaxGpus?: number;
|
77707
78037
|
MaxRuns?: number;
|
77708
78038
|
MaxCpus?: number;
|
77709
78039
|
Tags?: Record<string, any>;
|
@@ -77782,6 +78112,7 @@ export interface OmicsWorkflowProps {
|
|
77782
78112
|
ParameterTemplate?: Record<string, any>;
|
77783
78113
|
Description?: string;
|
77784
78114
|
StorageCapacity?: number;
|
78115
|
+
Accelerators?: string;
|
77785
78116
|
DefinitionUri?: string;
|
77786
78117
|
Main?: string;
|
77787
78118
|
Engine?: string;
|
@@ -82253,6 +82584,16 @@ export interface SageMakerFeatureGroupProps {
|
|
82253
82584
|
RoleArn?: string;
|
82254
82585
|
Tags?: any[];
|
82255
82586
|
}
|
82587
|
+
/**
|
82588
|
+
* Attributes type definition for AWS::SageMaker::FeatureGroup
|
82589
|
+
*
|
82590
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-featuregroup.html | AWS::SageMaker::FeatureGroup}
|
82591
|
+
* @group AWS::SageMaker
|
82592
|
+
*/
|
82593
|
+
export interface SageMakerFeatureGroupAttribs {
|
82594
|
+
FeatureGroupStatus?: string;
|
82595
|
+
CreationTime?: string;
|
82596
|
+
}
|
82256
82597
|
/**
|
82257
82598
|
* Type definition for AWS::SageMaker::Image
|
82258
82599
|
*
|
@@ -83852,9 +84193,10 @@ export interface TransferCertificateAttribs {
|
|
83852
84193
|
* @group AWS::Transfer
|
83853
84194
|
*/
|
83854
84195
|
export interface TransferConnectorProps {
|
83855
|
-
As2Config
|
84196
|
+
As2Config?: TransferConnectorAs2Config;
|
83856
84197
|
LoggingRole?: string;
|
83857
84198
|
AccessRole: string;
|
84199
|
+
SftpConfig?: TransferConnectorSftpConfig;
|
83858
84200
|
Tags?: any[];
|
83859
84201
|
Url: string;
|
83860
84202
|
}
|
@@ -85060,6 +85402,7 @@ export interface ResourceTypes {
|
|
85060
85402
|
"AWS::Connect::Rule": ConnectRuleProps;
|
85061
85403
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyProps;
|
85062
85404
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateProps;
|
85405
|
+
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupProps;
|
85063
85406
|
"AWS::Connect::User": ConnectUserProps;
|
85064
85407
|
"AWS::Connect::UserHierarchyGroup": ConnectUserHierarchyGroupProps;
|
85065
85408
|
"AWS::ConnectCampaigns::Campaign": ConnectCampaignsCampaignProps;
|
@@ -85088,6 +85431,7 @@ export interface ResourceTypes {
|
|
85088
85431
|
"AWS::DataBrew::Schedule": DataBrewScheduleProps;
|
85089
85432
|
"AWS::DataPipeline::Pipeline": DataPipelinePipelineProps;
|
85090
85433
|
"AWS::DataSync::Agent": DataSyncAgentProps;
|
85434
|
+
"AWS::DataSync::LocationAzureBlob": DataSyncLocationAzureBlobProps;
|
85091
85435
|
"AWS::DataSync::LocationEFS": DataSyncLocationEFSProps;
|
85092
85436
|
"AWS::DataSync::LocationFSxLustre": DataSyncLocationFSxLustreProps;
|
85093
85437
|
"AWS::DataSync::LocationFSxONTAP": DataSyncLocationFSxONTAPProps;
|
@@ -85561,7 +85905,11 @@ export interface ResourceTypes {
|
|
85561
85905
|
"AWS::MediaPackage::PackagingConfiguration": MediaPackagePackagingConfigurationProps;
|
85562
85906
|
"AWS::MediaPackage::PackagingGroup": MediaPackagePackagingGroupProps;
|
85563
85907
|
"AWS::MediaStore::Container": MediaStoreContainerProps;
|
85908
|
+
"AWS::MediaTailor::Channel": MediaTailorChannelProps;
|
85909
|
+
"AWS::MediaTailor::ChannelPolicy": MediaTailorChannelPolicyProps;
|
85910
|
+
"AWS::MediaTailor::LiveSource": MediaTailorLiveSourceProps;
|
85564
85911
|
"AWS::MediaTailor::PlaybackConfiguration": MediaTailorPlaybackConfigurationProps;
|
85912
|
+
"AWS::MediaTailor::VodSource": MediaTailorVodSourceProps;
|
85565
85913
|
"AWS::MemoryDB::ACL": MemoryDBACLProps;
|
85566
85914
|
"AWS::MemoryDB::Cluster": MemoryDBClusterProps;
|
85567
85915
|
"AWS::MemoryDB::ParameterGroup": MemoryDBParameterGroupProps;
|
@@ -86100,6 +86448,7 @@ export interface AttributeTypes {
|
|
86100
86448
|
"AWS::Connect::Rule": ConnectRuleAttribs;
|
86101
86449
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyAttribs;
|
86102
86450
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateAttribs;
|
86451
|
+
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupAttribs;
|
86103
86452
|
"AWS::Connect::User": ConnectUserAttribs;
|
86104
86453
|
"AWS::Connect::UserHierarchyGroup": ConnectUserHierarchyGroupAttribs;
|
86105
86454
|
"AWS::ConnectCampaigns::Campaign": ConnectCampaignsCampaignAttribs;
|
@@ -86114,6 +86463,7 @@ export interface AttributeTypes {
|
|
86114
86463
|
"AWS::DMS::ReplicationInstance": DMSReplicationInstanceAttribs;
|
86115
86464
|
"AWS::DataPipeline::Pipeline": DataPipelinePipelineAttribs;
|
86116
86465
|
"AWS::DataSync::Agent": DataSyncAgentAttribs;
|
86466
|
+
"AWS::DataSync::LocationAzureBlob": DataSyncLocationAzureBlobAttribs;
|
86117
86467
|
"AWS::DataSync::LocationEFS": DataSyncLocationEFSAttribs;
|
86118
86468
|
"AWS::DataSync::LocationFSxLustre": DataSyncLocationFSxLustreAttribs;
|
86119
86469
|
"AWS::DataSync::LocationFSxONTAP": DataSyncLocationFSxONTAPAttribs;
|
@@ -86172,8 +86522,10 @@ export interface AttributeTypes {
|
|
86172
86522
|
"AWS::EC2::NetworkInsightsAnalysis": EC2NetworkInsightsAnalysisAttribs;
|
86173
86523
|
"AWS::EC2::NetworkInsightsPath": EC2NetworkInsightsPathAttribs;
|
86174
86524
|
"AWS::EC2::NetworkInterface": EC2NetworkInterfaceAttribs;
|
86525
|
+
"AWS::EC2::NetworkInterfaceAttachment": EC2NetworkInterfaceAttachmentAttribs;
|
86175
86526
|
"AWS::EC2::PlacementGroup": EC2PlacementGroupAttribs;
|
86176
86527
|
"AWS::EC2::PrefixList": EC2PrefixListAttribs;
|
86528
|
+
"AWS::EC2::Route": EC2RouteAttribs;
|
86177
86529
|
"AWS::EC2::RouteTable": EC2RouteTableAttribs;
|
86178
86530
|
"AWS::EC2::SecurityGroup": EC2SecurityGroupAttribs;
|
86179
86531
|
"AWS::EC2::SpotFleet": EC2SpotFleetAttribs;
|
@@ -86406,6 +86758,7 @@ export interface AttributeTypes {
|
|
86406
86758
|
"AWS::Lambda::EventSourceMapping": LambdaEventSourceMappingAttribs;
|
86407
86759
|
"AWS::Lambda::Function": LambdaFunctionAttribs;
|
86408
86760
|
"AWS::Lambda::LayerVersion": LambdaLayerVersionAttribs;
|
86761
|
+
"AWS::Lambda::LayerVersionPermission": LambdaLayerVersionPermissionAttribs;
|
86409
86762
|
"AWS::Lambda::Permission": LambdaPermissionAttribs;
|
86410
86763
|
"AWS::Lambda::Url": LambdaUrlAttribs;
|
86411
86764
|
"AWS::Lambda::Version": LambdaVersionAttribs;
|
@@ -86473,7 +86826,10 @@ export interface AttributeTypes {
|
|
86473
86826
|
"AWS::MediaPackage::PackagingConfiguration": MediaPackagePackagingConfigurationAttribs;
|
86474
86827
|
"AWS::MediaPackage::PackagingGroup": MediaPackagePackagingGroupAttribs;
|
86475
86828
|
"AWS::MediaStore::Container": MediaStoreContainerAttribs;
|
86829
|
+
"AWS::MediaTailor::Channel": MediaTailorChannelAttribs;
|
86830
|
+
"AWS::MediaTailor::LiveSource": MediaTailorLiveSourceAttribs;
|
86476
86831
|
"AWS::MediaTailor::PlaybackConfiguration": MediaTailorPlaybackConfigurationAttribs;
|
86832
|
+
"AWS::MediaTailor::VodSource": MediaTailorVodSourceAttribs;
|
86477
86833
|
"AWS::MemoryDB::ACL": MemoryDBACLAttribs;
|
86478
86834
|
"AWS::MemoryDB::Cluster": MemoryDBClusterAttribs;
|
86479
86835
|
"AWS::MemoryDB::ParameterGroup": MemoryDBParameterGroupAttribs;
|
@@ -86645,6 +87001,7 @@ export interface AttributeTypes {
|
|
86645
87001
|
"AWS::SageMaker::Domain": SageMakerDomainAttribs;
|
86646
87002
|
"AWS::SageMaker::Endpoint": SageMakerEndpointAttribs;
|
86647
87003
|
"AWS::SageMaker::EndpointConfig": SageMakerEndpointConfigAttribs;
|
87004
|
+
"AWS::SageMaker::FeatureGroup": SageMakerFeatureGroupAttribs;
|
86648
87005
|
"AWS::SageMaker::Image": SageMakerImageAttribs;
|
86649
87006
|
"AWS::SageMaker::ImageVersion": SageMakerImageVersionAttribs;
|
86650
87007
|
"AWS::SageMaker::InferenceExperiment": SageMakerInferenceExperimentAttribs;
|
@@ -86975,6 +87332,7 @@ export declare const ResourceType: {
|
|
86975
87332
|
readonly ConnectRule: "AWS::Connect::Rule";
|
86976
87333
|
readonly ConnectSecurityKey: "AWS::Connect::SecurityKey";
|
86977
87334
|
readonly ConnectTaskTemplate: "AWS::Connect::TaskTemplate";
|
87335
|
+
readonly ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup";
|
86978
87336
|
readonly ConnectUser: "AWS::Connect::User";
|
86979
87337
|
readonly ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup";
|
86980
87338
|
readonly ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign";
|
@@ -87003,6 +87361,7 @@ export declare const ResourceType: {
|
|
87003
87361
|
readonly DataBrewSchedule: "AWS::DataBrew::Schedule";
|
87004
87362
|
readonly DataPipelinePipeline: "AWS::DataPipeline::Pipeline";
|
87005
87363
|
readonly DataSyncAgent: "AWS::DataSync::Agent";
|
87364
|
+
readonly DataSyncLocationAzureBlob: "AWS::DataSync::LocationAzureBlob";
|
87006
87365
|
readonly DataSyncLocationEFS: "AWS::DataSync::LocationEFS";
|
87007
87366
|
readonly DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre";
|
87008
87367
|
readonly DataSyncLocationFSxONTAP: "AWS::DataSync::LocationFSxONTAP";
|
@@ -87476,7 +87835,11 @@ export declare const ResourceType: {
|
|
87476
87835
|
readonly MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration";
|
87477
87836
|
readonly MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup";
|
87478
87837
|
readonly MediaStoreContainer: "AWS::MediaStore::Container";
|
87838
|
+
readonly MediaTailorChannel: "AWS::MediaTailor::Channel";
|
87839
|
+
readonly MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy";
|
87840
|
+
readonly MediaTailorLiveSource: "AWS::MediaTailor::LiveSource";
|
87479
87841
|
readonly MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration";
|
87842
|
+
readonly MediaTailorVodSource: "AWS::MediaTailor::VodSource";
|
87480
87843
|
readonly MemoryDBACL: "AWS::MemoryDB::ACL";
|
87481
87844
|
readonly MemoryDBCluster: "AWS::MemoryDB::Cluster";
|
87482
87845
|
readonly MemoryDBParameterGroup: "AWS::MemoryDB::ParameterGroup";
|
package/lib/types.generated.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export const ResourceSpecificationVersion = "
|
1
|
+
export const ResourceSpecificationVersion = "135.0.0";
|
2
2
|
export const ResourceType = {
|
3
3
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
4
4
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -240,6 +240,7 @@ export const ResourceType = {
|
|
240
240
|
ConnectRule: "AWS::Connect::Rule",
|
241
241
|
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
242
242
|
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
243
|
+
ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup",
|
243
244
|
ConnectUser: "AWS::Connect::User",
|
244
245
|
ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup",
|
245
246
|
ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign",
|
@@ -268,6 +269,7 @@ export const ResourceType = {
|
|
268
269
|
DataBrewSchedule: "AWS::DataBrew::Schedule",
|
269
270
|
DataPipelinePipeline: "AWS::DataPipeline::Pipeline",
|
270
271
|
DataSyncAgent: "AWS::DataSync::Agent",
|
272
|
+
DataSyncLocationAzureBlob: "AWS::DataSync::LocationAzureBlob",
|
271
273
|
DataSyncLocationEFS: "AWS::DataSync::LocationEFS",
|
272
274
|
DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre",
|
273
275
|
DataSyncLocationFSxONTAP: "AWS::DataSync::LocationFSxONTAP",
|
@@ -741,7 +743,11 @@ export const ResourceType = {
|
|
741
743
|
MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration",
|
742
744
|
MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup",
|
743
745
|
MediaStoreContainer: "AWS::MediaStore::Container",
|
746
|
+
MediaTailorChannel: "AWS::MediaTailor::Channel",
|
747
|
+
MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy",
|
748
|
+
MediaTailorLiveSource: "AWS::MediaTailor::LiveSource",
|
744
749
|
MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
|
750
|
+
MediaTailorVodSource: "AWS::MediaTailor::VodSource",
|
745
751
|
MemoryDBACL: "AWS::MemoryDB::ACL",
|
746
752
|
MemoryDBCluster: "AWS::MemoryDB::Cluster",
|
747
753
|
MemoryDBParameterGroup: "AWS::MemoryDB::ParameterGroup",
|
@@ -1349,6 +1355,7 @@ export const AttributeNames = {
|
|
1349
1355
|
"AWS::Connect::Rule": ["RuleArn"],
|
1350
1356
|
"AWS::Connect::SecurityKey": ["AssociationId"],
|
1351
1357
|
"AWS::Connect::TaskTemplate": ["Arn"],
|
1358
|
+
"AWS::Connect::TrafficDistributionGroup": ["Status", "IsDefault", "TrafficDistributionGroupArn"],
|
1352
1359
|
"AWS::Connect::User": ["UserArn"],
|
1353
1360
|
"AWS::Connect::UserHierarchyGroup": ["UserHierarchyGroupArn"],
|
1354
1361
|
"AWS::ConnectCampaigns::Campaign": ["Arn"],
|
@@ -1377,6 +1384,7 @@ export const AttributeNames = {
|
|
1377
1384
|
"AWS::DataBrew::Schedule": [],
|
1378
1385
|
"AWS::DataPipeline::Pipeline": ["PipelineId"],
|
1379
1386
|
"AWS::DataSync::Agent": ["AgentArn", "EndpointType"],
|
1387
|
+
"AWS::DataSync::LocationAzureBlob": ["LocationUri", "LocationArn"],
|
1380
1388
|
"AWS::DataSync::LocationEFS": ["LocationUri", "LocationArn"],
|
1381
1389
|
"AWS::DataSync::LocationFSxLustre": ["LocationUri", "LocationArn"],
|
1382
1390
|
"AWS::DataSync::LocationFSxONTAP": ["LocationUri", "FsxFilesystemArn", "LocationArn"],
|
@@ -1444,12 +1452,12 @@ export const AttributeNames = {
|
|
1444
1452
|
"AWS::EC2::NetworkInsightsAnalysis": ["Status", "ReturnPathComponents", "StartDate", "NetworkInsightsAnalysisId", "AlternatePathHints", "Explanations", "NetworkPathFound", "SuggestedAccounts", "ForwardPathComponents", "NetworkInsightsAnalysisArn", "StatusMessage"],
|
1445
1453
|
"AWS::EC2::NetworkInsightsPath": ["SourceArn", "NetworkInsightsPathId", "CreatedDate", "NetworkInsightsPathArn", "DestinationArn"],
|
1446
1454
|
"AWS::EC2::NetworkInterface": ["SecondaryPrivateIpAddresses", "PrimaryPrivateIpAddress", "Id"],
|
1447
|
-
"AWS::EC2::NetworkInterfaceAttachment": [],
|
1455
|
+
"AWS::EC2::NetworkInterfaceAttachment": ["AttachmentId"],
|
1448
1456
|
"AWS::EC2::NetworkInterfacePermission": [],
|
1449
1457
|
"AWS::EC2::NetworkPerformanceMetricSubscription": [],
|
1450
1458
|
"AWS::EC2::PlacementGroup": ["GroupName"],
|
1451
1459
|
"AWS::EC2::PrefixList": ["OwnerId", "PrefixListId", "Version", "Arn"],
|
1452
|
-
"AWS::EC2::Route": [],
|
1460
|
+
"AWS::EC2::Route": ["CidrBlock"],
|
1453
1461
|
"AWS::EC2::RouteTable": ["RouteTableId"],
|
1454
1462
|
"AWS::EC2::SecurityGroup": ["GroupId", "VpcId"],
|
1455
1463
|
"AWS::EC2::SecurityGroupEgress": [],
|
@@ -1774,7 +1782,7 @@ export const AttributeNames = {
|
|
1774
1782
|
"AWS::Lambda::EventSourceMapping": ["Id"],
|
1775
1783
|
"AWS::Lambda::Function": ["SnapStartResponse.OptimizationStatus", "SnapStartResponse.ApplyOn", "SnapStartResponse", "Arn"],
|
1776
1784
|
"AWS::Lambda::LayerVersion": ["LayerVersionArn"],
|
1777
|
-
"AWS::Lambda::LayerVersionPermission": [],
|
1785
|
+
"AWS::Lambda::LayerVersionPermission": ["Id"],
|
1778
1786
|
"AWS::Lambda::Permission": ["Id"],
|
1779
1787
|
"AWS::Lambda::Url": ["FunctionArn", "FunctionUrl"],
|
1780
1788
|
"AWS::Lambda::Version": ["Version"],
|
@@ -1850,7 +1858,11 @@ export const AttributeNames = {
|
|
1850
1858
|
"AWS::MediaPackage::PackagingConfiguration": ["Arn"],
|
1851
1859
|
"AWS::MediaPackage::PackagingGroup": ["DomainName", "Arn"],
|
1852
1860
|
"AWS::MediaStore::Container": ["Endpoint"],
|
1861
|
+
"AWS::MediaTailor::Channel": ["Arn"],
|
1862
|
+
"AWS::MediaTailor::ChannelPolicy": [],
|
1863
|
+
"AWS::MediaTailor::LiveSource": ["Arn"],
|
1853
1864
|
"AWS::MediaTailor::PlaybackConfiguration": ["HlsConfiguration.ManifestEndpointPrefix", "SessionInitializationEndpointPrefix", "DashConfiguration.ManifestEndpointPrefix", "PlaybackConfigurationArn", "PlaybackEndpointPrefix"],
|
1865
|
+
"AWS::MediaTailor::VodSource": ["Arn"],
|
1854
1866
|
"AWS::MemoryDB::ACL": ["Status", "Arn"],
|
1855
1867
|
"AWS::MemoryDB::Cluster": ["Status", "ClusterEndpoint.Address", "ClusterEndpoint.Port", "ParameterGroupStatus", "ARN"],
|
1856
1868
|
"AWS::MemoryDB::ParameterGroup": ["ARN"],
|
@@ -2088,7 +2100,7 @@ export const AttributeNames = {
|
|
2088
2100
|
"AWS::SageMaker::Domain": ["HomeEfsFileSystemId", "DomainId", "SecurityGroupIdForDomainBoundary", "SingleSignOnManagedApplicationInstanceId", "DomainArn", "Url"],
|
2089
2101
|
"AWS::SageMaker::Endpoint": ["EndpointName"],
|
2090
2102
|
"AWS::SageMaker::EndpointConfig": ["EndpointConfigName"],
|
2091
|
-
"AWS::SageMaker::FeatureGroup": [],
|
2103
|
+
"AWS::SageMaker::FeatureGroup": ["FeatureGroupStatus", "CreationTime"],
|
2092
2104
|
"AWS::SageMaker::Image": ["ImageArn"],
|
2093
2105
|
"AWS::SageMaker::ImageVersion": ["ImageVersionArn", "Version", "ContainerImage", "ImageArn"],
|
2094
2106
|
"AWS::SageMaker::InferenceExperiment": ["Status", "EndpointMetadata.EndpointConfigName", "CreationTime", "LastModifiedTime", "EndpointMetadata.EndpointName", "Arn", "EndpointMetadata.EndpointStatus", "EndpointMetadata"],
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awboost/cfntypes",
|
3
|
-
"version": "1.0.0-beta.
|
3
|
+
"version": "1.0.0-beta.37",
|
4
4
|
"private": false,
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"ts-node": "^10.9.1",
|
60
60
|
"typescript": "^4.9.5"
|
61
61
|
},
|
62
|
-
"awsResourceSpecificationVersion": "
|
62
|
+
"awsResourceSpecificationVersion": "135.0.0"
|
63
63
|
}
|