@awboost/cfntypes 1.0.0-beta.34 → 1.0.0-beta.35
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 +8 -8
- package/lib/types.generated.d.ts +178 -88
- package/lib/types.generated.js +8 -8
- 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 = "133.0.0";
|
5
5
|
exports.ResourceType = {
|
6
6
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
7
7
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -202,8 +202,6 @@ exports.ResourceType = {
|
|
202
202
|
CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository",
|
203
203
|
CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection",
|
204
204
|
CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule",
|
205
|
-
CodeTestPersistentConfiguration: "AWS::CodeTest::PersistentConfiguration",
|
206
|
-
CodeTestSeries: "AWS::CodeTest::Series",
|
207
205
|
CognitoIdentityPool: "AWS::Cognito::IdentityPool",
|
208
206
|
CognitoIdentityPoolPrincipalTag: "AWS::Cognito::IdentityPoolPrincipalTag",
|
209
207
|
CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment",
|
@@ -261,6 +259,7 @@ exports.ResourceType = {
|
|
261
259
|
DMSCertificate: "AWS::DMS::Certificate",
|
262
260
|
DMSEndpoint: "AWS::DMS::Endpoint",
|
263
261
|
DMSEventSubscription: "AWS::DMS::EventSubscription",
|
262
|
+
DMSReplicationConfig: "AWS::DMS::ReplicationConfig",
|
264
263
|
DMSReplicationInstance: "AWS::DMS::ReplicationInstance",
|
265
264
|
DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
|
266
265
|
DMSReplicationTask: "AWS::DMS::ReplicationTask",
|
@@ -954,6 +953,7 @@ exports.ResourceType = {
|
|
954
953
|
SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
|
955
954
|
SNSTopicPolicy: "AWS::SNS::TopicPolicy",
|
956
955
|
SQSQueue: "AWS::SQS::Queue",
|
956
|
+
SQSQueueInlinePolicy: "AWS::SQS::QueueInlinePolicy",
|
957
957
|
SQSQueuePolicy: "AWS::SQS::QueuePolicy",
|
958
958
|
SSMAssociation: "AWS::SSM::Association",
|
959
959
|
SSMDocument: "AWS::SSM::Document",
|
@@ -1311,8 +1311,6 @@ exports.AttributeNames = {
|
|
1311
1311
|
"AWS::CodeStar::GitHubRepository": [],
|
1312
1312
|
"AWS::CodeStarConnections::Connection": ["ConnectionArn", "ConnectionStatus", "OwnerAccountId"],
|
1313
1313
|
"AWS::CodeStarNotifications::NotificationRule": ["Arn"],
|
1314
|
-
"AWS::CodeTest::PersistentConfiguration": ["Name"],
|
1315
|
-
"AWS::CodeTest::Series": [],
|
1316
1314
|
"AWS::Cognito::IdentityPool": ["Name"],
|
1317
1315
|
"AWS::Cognito::IdentityPoolPrincipalTag": [],
|
1318
1316
|
"AWS::Cognito::IdentityPoolRoleAttachment": [],
|
@@ -1329,7 +1327,7 @@ exports.AttributeNames = {
|
|
1329
1327
|
"AWS::Comprehend::DocumentClassifier": ["Arn"],
|
1330
1328
|
"AWS::Comprehend::Flywheel": ["Arn"],
|
1331
1329
|
"AWS::Config::AggregationAuthorization": ["AggregationAuthorizationArn"],
|
1332
|
-
"AWS::Config::ConfigRule": ["
|
1330
|
+
"AWS::Config::ConfigRule": ["ConfigRuleId", "Compliance.Type", "Arn"],
|
1333
1331
|
"AWS::Config::ConfigurationAggregator": ["ConfigurationAggregatorArn"],
|
1334
1332
|
"AWS::Config::ConfigurationRecorder": [],
|
1335
1333
|
"AWS::Config::ConformancePack": [],
|
@@ -1370,6 +1368,7 @@ exports.AttributeNames = {
|
|
1370
1368
|
"AWS::DMS::Certificate": [],
|
1371
1369
|
"AWS::DMS::Endpoint": ["ExternalId"],
|
1372
1370
|
"AWS::DMS::EventSubscription": [],
|
1371
|
+
"AWS::DMS::ReplicationConfig": [],
|
1373
1372
|
"AWS::DMS::ReplicationInstance": ["ReplicationInstancePublicIpAddresses", "ReplicationInstancePrivateIpAddresses"],
|
1374
1373
|
"AWS::DMS::ReplicationSubnetGroup": [],
|
1375
1374
|
"AWS::DMS::ReplicationTask": [],
|
@@ -1646,9 +1645,9 @@ exports.AttributeNames = {
|
|
1646
1645
|
"AWS::IAM::Group": ["Arn"],
|
1647
1646
|
"AWS::IAM::GroupPolicy": [],
|
1648
1647
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1649
|
-
"AWS::IAM::ManagedPolicy": [
|
1648
|
+
"AWS::IAM::ManagedPolicy": [],
|
1650
1649
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1651
|
-
"AWS::IAM::Policy": [],
|
1650
|
+
"AWS::IAM::Policy": ["Id"],
|
1652
1651
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
1653
1652
|
"AWS::IAM::RolePolicy": [],
|
1654
1653
|
"AWS::IAM::SAMLProvider": ["Arn"],
|
@@ -2063,6 +2062,7 @@ exports.AttributeNames = {
|
|
2063
2062
|
"AWS::SNS::TopicInlinePolicy": [],
|
2064
2063
|
"AWS::SNS::TopicPolicy": ["Id"],
|
2065
2064
|
"AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
|
2065
|
+
"AWS::SQS::QueueInlinePolicy": [],
|
2066
2066
|
"AWS::SQS::QueuePolicy": ["Id"],
|
2067
2067
|
"AWS::SSM::Association": ["AssociationId"],
|
2068
2068
|
"AWS::SSM::Document": [],
|
package/lib/types.generated.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "133.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -6220,6 +6220,7 @@ export interface BatchSchedulingPolicyShareAttributes {
|
|
6220
6220
|
*/
|
6221
6221
|
export interface BillingConductorBillingGroupAccountGrouping {
|
6222
6222
|
LinkedAccountIds: any[];
|
6223
|
+
AutoAssociate?: boolean;
|
6223
6224
|
}
|
6224
6225
|
/**
|
6225
6226
|
* Type definition for AWS::BillingConductor::BillingGroup.ComputationPreference
|
@@ -8678,16 +8679,6 @@ export interface CodeStarNotificationsNotificationRuleTarget {
|
|
8678
8679
|
TargetType: string;
|
8679
8680
|
TargetAddress: string;
|
8680
8681
|
}
|
8681
|
-
/**
|
8682
|
-
* Type definition for AWS::CodeTest::PersistentConfiguration.VpcConfig
|
8683
|
-
*
|
8684
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codetest-persistentconfiguration-vpcconfig.html | AWS::CodeTest::PersistentConfiguration.VpcConfig}
|
8685
|
-
* @group AWS::CodeTest
|
8686
|
-
*/
|
8687
|
-
export interface CodeTestPersistentConfigurationVpcConfig {
|
8688
|
-
Subnets?: any[];
|
8689
|
-
SecurityGroupIds?: any[];
|
8690
|
-
}
|
8691
8682
|
/**
|
8692
8683
|
* Type definition for AWS::Cognito::IdentityPool.CognitoIdentityProvider
|
8693
8684
|
*
|
@@ -9235,6 +9226,15 @@ export interface ComprehendFlywheelVpcConfig {
|
|
9235
9226
|
Subnets: any[];
|
9236
9227
|
SecurityGroupIds: any[];
|
9237
9228
|
}
|
9229
|
+
/**
|
9230
|
+
* Type definition for AWS::Config::ConfigRule.Compliance
|
9231
|
+
*
|
9232
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-compliance.html | AWS::Config::ConfigRule.Compliance}
|
9233
|
+
* @group AWS::Config
|
9234
|
+
*/
|
9235
|
+
export interface ConfigConfigRuleCompliance {
|
9236
|
+
Type?: string;
|
9237
|
+
}
|
9238
9238
|
/**
|
9239
9239
|
* Type definition for AWS::Config::ConfigRule.CustomPolicyDetails
|
9240
9240
|
*
|
@@ -9243,8 +9243,17 @@ export interface ComprehendFlywheelVpcConfig {
|
|
9243
9243
|
*/
|
9244
9244
|
export interface ConfigConfigRuleCustomPolicyDetails {
|
9245
9245
|
EnableDebugLogDelivery?: boolean;
|
9246
|
-
PolicyRuntime?: string;
|
9247
9246
|
PolicyText?: string;
|
9247
|
+
PolicyRuntime?: string;
|
9248
|
+
}
|
9249
|
+
/**
|
9250
|
+
* Type definition for AWS::Config::ConfigRule.EvaluationModeConfiguration
|
9251
|
+
*
|
9252
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-evaluationmodeconfiguration.html | AWS::Config::ConfigRule.EvaluationModeConfiguration}
|
9253
|
+
* @group AWS::Config
|
9254
|
+
*/
|
9255
|
+
export interface ConfigConfigRuleEvaluationModeConfiguration {
|
9256
|
+
Mode?: string;
|
9248
9257
|
}
|
9249
9258
|
/**
|
9250
9259
|
* Type definition for AWS::Config::ConfigRule.Scope
|
@@ -9254,8 +9263,8 @@ export interface ConfigConfigRuleCustomPolicyDetails {
|
|
9254
9263
|
*/
|
9255
9264
|
export interface ConfigConfigRuleScope {
|
9256
9265
|
ComplianceResourceId?: string;
|
9257
|
-
ComplianceResourceTypes?: any[];
|
9258
9266
|
TagKey?: string;
|
9267
|
+
ComplianceResourceTypes?: any[];
|
9259
9268
|
TagValue?: string;
|
9260
9269
|
}
|
9261
9270
|
/**
|
@@ -9265,15 +9274,15 @@ export interface ConfigConfigRuleScope {
|
|
9265
9274
|
* @group AWS::Config
|
9266
9275
|
*/
|
9267
9276
|
export interface ConfigConfigRuleSource {
|
9268
|
-
CustomPolicyDetails?: ConfigConfigRuleCustomPolicyDetails;
|
9269
9277
|
Owner: string;
|
9270
|
-
|
9278
|
+
CustomPolicyDetails?: ConfigConfigRuleCustomPolicyDetails;
|
9271
9279
|
SourceIdentifier?: string;
|
9280
|
+
SourceDetails?: any[];
|
9272
9281
|
}
|
9273
9282
|
/**
|
9274
9283
|
* Type definition for AWS::Config::ConfigRule.SourceDetail
|
9275
9284
|
*
|
9276
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-
|
9285
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-sourcedetail.html | AWS::Config::ConfigRule.SourceDetail}
|
9277
9286
|
* @group AWS::Config
|
9278
9287
|
*/
|
9279
9288
|
export interface ConfigConfigRuleSourceDetail {
|
@@ -10870,6 +10879,23 @@ export interface DMSEndpointSybaseSettings {
|
|
10870
10879
|
SecretsManagerSecretId?: string;
|
10871
10880
|
SecretsManagerAccessRoleArn?: string;
|
10872
10881
|
}
|
10882
|
+
/**
|
10883
|
+
* Type definition for AWS::DMS::ReplicationConfig.ComputeConfig
|
10884
|
+
*
|
10885
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-replicationconfig-computeconfig.html | AWS::DMS::ReplicationConfig.ComputeConfig}
|
10886
|
+
* @group AWS::DMS
|
10887
|
+
*/
|
10888
|
+
export interface DMSReplicationConfigComputeConfig {
|
10889
|
+
DnsNameServers?: string;
|
10890
|
+
KmsKeyId?: string;
|
10891
|
+
VpcSecurityGroupIds?: any[];
|
10892
|
+
MaxCapacityUnits: number;
|
10893
|
+
ReplicationSubnetGroupId?: string;
|
10894
|
+
AvailabilityZone?: string;
|
10895
|
+
PreferredMaintenanceWindow?: string;
|
10896
|
+
MinCapacityUnits?: number;
|
10897
|
+
MultiAZ?: boolean;
|
10898
|
+
}
|
10873
10899
|
/**
|
10874
10900
|
* Type definition for AWS::DataBrew::Dataset.CsvOptions
|
10875
10901
|
*
|
@@ -18325,11 +18351,13 @@ export interface GlobalAcceleratorListenerPortRange {
|
|
18325
18351
|
* @group AWS::Glue
|
18326
18352
|
*/
|
18327
18353
|
export interface GlueClassifierCsvClassifier {
|
18354
|
+
ContainsCustomDatatype?: any[];
|
18328
18355
|
QuoteSymbol?: string;
|
18329
18356
|
ContainsHeader?: string;
|
18330
18357
|
Delimiter?: string;
|
18331
18358
|
Header?: any[];
|
18332
18359
|
AllowSingleColumn?: boolean;
|
18360
|
+
CustomDatatypeConfigured?: boolean;
|
18333
18361
|
DisableValueTrimming?: boolean;
|
18334
18362
|
Name?: string;
|
18335
18363
|
}
|
@@ -18425,6 +18453,18 @@ export interface GlueCrawlerDeltaTarget {
|
|
18425
18453
|
export interface GlueCrawlerDynamoDBTarget {
|
18426
18454
|
Path?: string;
|
18427
18455
|
}
|
18456
|
+
/**
|
18457
|
+
* Type definition for AWS::Glue::Crawler.IcebergTarget
|
18458
|
+
*
|
18459
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-icebergtarget.html | AWS::Glue::Crawler.IcebergTarget}
|
18460
|
+
* @group AWS::Glue
|
18461
|
+
*/
|
18462
|
+
export interface GlueCrawlerIcebergTarget {
|
18463
|
+
ConnectionName?: string;
|
18464
|
+
Exclusions?: any[];
|
18465
|
+
Paths?: any[];
|
18466
|
+
MaximumTraversalDepth?: number;
|
18467
|
+
}
|
18428
18468
|
/**
|
18429
18469
|
* Type definition for AWS::Glue::Crawler.JdbcTarget
|
18430
18470
|
*
|
@@ -18501,6 +18541,7 @@ export interface GlueCrawlerTargets {
|
|
18501
18541
|
MongoDBTargets?: any[];
|
18502
18542
|
JdbcTargets?: any[];
|
18503
18543
|
DynamoDBTargets?: any[];
|
18544
|
+
IcebergTargets?: any[];
|
18504
18545
|
}
|
18505
18546
|
/**
|
18506
18547
|
* Type definition for AWS::Glue::DataCatalogEncryptionSettings.ConnectionPasswordEncryption
|
@@ -18559,6 +18600,7 @@ export interface GlueDatabaseDataLakePrincipal {
|
|
18559
18600
|
*/
|
18560
18601
|
export interface GlueDatabaseDatabaseIdentifier {
|
18561
18602
|
DatabaseName?: string;
|
18603
|
+
Region?: string;
|
18562
18604
|
CatalogId?: string;
|
18563
18605
|
}
|
18564
18606
|
/**
|
@@ -18885,6 +18927,32 @@ export interface GlueTableColumn {
|
|
18885
18927
|
Type?: string;
|
18886
18928
|
Name: string;
|
18887
18929
|
}
|
18930
|
+
/**
|
18931
|
+
* Type definition for AWS::Glue::Table.IcebergInput
|
18932
|
+
*
|
18933
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-iceberginput.html | AWS::Glue::Table.IcebergInput}
|
18934
|
+
* @group AWS::Glue
|
18935
|
+
*/
|
18936
|
+
export interface GlueTableIcebergInput {
|
18937
|
+
MetadataOperation?: GlueTableMetadataOperation;
|
18938
|
+
Version?: string;
|
18939
|
+
}
|
18940
|
+
/**
|
18941
|
+
* Type definition for AWS::Glue::Table.MetadataOperation
|
18942
|
+
*
|
18943
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-metadataoperation.html | AWS::Glue::Table.MetadataOperation}
|
18944
|
+
* @group AWS::Glue
|
18945
|
+
*/
|
18946
|
+
export type GlueTableMetadataOperation = string;
|
18947
|
+
/**
|
18948
|
+
* Type definition for AWS::Glue::Table.OpenTableFormatInput
|
18949
|
+
*
|
18950
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-opentableformatinput.html | AWS::Glue::Table.OpenTableFormatInput}
|
18951
|
+
* @group AWS::Glue
|
18952
|
+
*/
|
18953
|
+
export interface GlueTableOpenTableFormatInput {
|
18954
|
+
IcebergInput?: GlueTableIcebergInput;
|
18955
|
+
}
|
18888
18956
|
/**
|
18889
18957
|
* Type definition for AWS::Glue::Table.Order
|
18890
18958
|
*
|
@@ -18968,6 +19036,7 @@ export interface GlueTableStorageDescriptor {
|
|
18968
19036
|
*/
|
18969
19037
|
export interface GlueTableTableIdentifier {
|
18970
19038
|
DatabaseName?: string;
|
19039
|
+
Region?: string;
|
18971
19040
|
CatalogId?: string;
|
18972
19041
|
Name?: string;
|
18973
19042
|
}
|
@@ -59397,6 +59466,19 @@ export interface WAFv2RuleGroupXssMatchStatement {
|
|
59397
59466
|
TextTransformations: any[];
|
59398
59467
|
FieldToMatch: WAFv2RuleGroupFieldToMatch;
|
59399
59468
|
}
|
59469
|
+
/**
|
59470
|
+
* Type definition for AWS::WAFv2::WebACL.AWSManagedRulesACFPRuleSet
|
59471
|
+
*
|
59472
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-awsmanagedrulesacfpruleset.html | AWS::WAFv2::WebACL.AWSManagedRulesACFPRuleSet}
|
59473
|
+
* @group AWS::WAFv2
|
59474
|
+
*/
|
59475
|
+
export interface WAFv2WebACLAWSManagedRulesACFPRuleSet {
|
59476
|
+
RegistrationPagePath: string;
|
59477
|
+
ResponseInspection?: WAFv2WebACLResponseInspection;
|
59478
|
+
CreationPath: string;
|
59479
|
+
EnableRegexInPath?: boolean;
|
59480
|
+
RequestInspection: WAFv2WebACLRequestInspectionACFP;
|
59481
|
+
}
|
59400
59482
|
/**
|
59401
59483
|
* Type definition for AWS::WAFv2::WebACL.AWSManagedRulesATPRuleSet
|
59402
59484
|
*
|
@@ -59405,6 +59487,7 @@ export interface WAFv2RuleGroupXssMatchStatement {
|
|
59405
59487
|
*/
|
59406
59488
|
export interface WAFv2WebACLAWSManagedRulesATPRuleSet {
|
59407
59489
|
ResponseInspection?: WAFv2WebACLResponseInspection;
|
59490
|
+
EnableRegexInPath?: boolean;
|
59408
59491
|
LoginPath: string;
|
59409
59492
|
RequestInspection?: WAFv2WebACLRequestInspection;
|
59410
59493
|
}
|
@@ -59753,6 +59836,7 @@ export interface WAFv2WebACLManagedRuleGroupConfig {
|
|
59753
59836
|
AWSManagedRulesATPRuleSet?: WAFv2WebACLAWSManagedRulesATPRuleSet;
|
59754
59837
|
AWSManagedRulesBotControlRuleSet?: WAFv2WebACLAWSManagedRulesBotControlRuleSet;
|
59755
59838
|
PasswordField?: WAFv2WebACLFieldIdentifier;
|
59839
|
+
AWSManagedRulesACFPRuleSet?: WAFv2WebACLAWSManagedRulesACFPRuleSet;
|
59756
59840
|
PayloadType?: string;
|
59757
59841
|
}
|
59758
59842
|
/**
|
@@ -59927,6 +60011,20 @@ export interface WAFv2WebACLRequestInspection {
|
|
59927
60011
|
PasswordField: WAFv2WebACLFieldIdentifier;
|
59928
60012
|
PayloadType: string;
|
59929
60013
|
}
|
60014
|
+
/**
|
60015
|
+
* Type definition for AWS::WAFv2::WebACL.RequestInspectionACFP
|
60016
|
+
*
|
60017
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-requestinspectionacfp.html | AWS::WAFv2::WebACL.RequestInspectionACFP}
|
60018
|
+
* @group AWS::WAFv2
|
60019
|
+
*/
|
60020
|
+
export interface WAFv2WebACLRequestInspectionACFP {
|
60021
|
+
UsernameField?: WAFv2WebACLFieldIdentifier;
|
60022
|
+
EmailField?: WAFv2WebACLFieldIdentifier;
|
60023
|
+
PasswordField?: WAFv2WebACLFieldIdentifier;
|
60024
|
+
AddressFields?: any[];
|
60025
|
+
PayloadType: string;
|
60026
|
+
PhoneNumberFields?: any[];
|
60027
|
+
}
|
59930
60028
|
/**
|
59931
60029
|
* Type definition for AWS::WAFv2::WebACL.ResponseInspection
|
59932
60030
|
*
|
@@ -60278,8 +60376,8 @@ export interface AlexaASKSkillSkillPackage {
|
|
60278
60376
|
* @group Tag
|
60279
60377
|
*/
|
60280
60378
|
export interface Tag {
|
60281
|
-
Value: string;
|
60282
60379
|
Key: string;
|
60380
|
+
Value: string;
|
60283
60381
|
}
|
60284
60382
|
/**
|
60285
60383
|
* Type definition for AWS::ACMPCA::Certificate
|
@@ -64722,39 +64820,6 @@ export interface CodeStarNotificationsNotificationRuleProps {
|
|
64722
64820
|
export interface CodeStarNotificationsNotificationRuleAttribs {
|
64723
64821
|
Arn?: string;
|
64724
64822
|
}
|
64725
|
-
/**
|
64726
|
-
* Type definition for AWS::CodeTest::PersistentConfiguration
|
64727
|
-
*
|
64728
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html | AWS::CodeTest::PersistentConfiguration}
|
64729
|
-
* @group AWS::CodeTest
|
64730
|
-
*/
|
64731
|
-
export interface CodeTestPersistentConfigurationProps {
|
64732
|
-
Version?: string;
|
64733
|
-
VpcConfig?: CodeTestPersistentConfigurationVpcConfig;
|
64734
|
-
Name?: string;
|
64735
|
-
ResultsRoleArn: string;
|
64736
|
-
}
|
64737
|
-
/**
|
64738
|
-
* Attributes type definition for AWS::CodeTest::PersistentConfiguration
|
64739
|
-
*
|
64740
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html | AWS::CodeTest::PersistentConfiguration}
|
64741
|
-
* @group AWS::CodeTest
|
64742
|
-
*/
|
64743
|
-
export interface CodeTestPersistentConfigurationAttribs {
|
64744
|
-
Name?: string;
|
64745
|
-
}
|
64746
|
-
/**
|
64747
|
-
* Type definition for AWS::CodeTest::Series
|
64748
|
-
*
|
64749
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-series.html | AWS::CodeTest::Series}
|
64750
|
-
* @group AWS::CodeTest
|
64751
|
-
*/
|
64752
|
-
export interface CodeTestSeriesProps {
|
64753
|
-
RunDefinition: object;
|
64754
|
-
State: string;
|
64755
|
-
PersistentConfigurationId: string;
|
64756
|
-
Name?: string;
|
64757
|
-
}
|
64758
64823
|
/**
|
64759
64824
|
* Type definition for AWS::Cognito::IdentityPool
|
64760
64825
|
*
|
@@ -65080,12 +65145,14 @@ export interface ConfigAggregationAuthorizationAttribs {
|
|
65080
65145
|
* @group AWS::Config
|
65081
65146
|
*/
|
65082
65147
|
export interface ConfigConfigRuleProps {
|
65083
|
-
|
65148
|
+
EvaluationModes?: any[];
|
65084
65149
|
Description?: string;
|
65085
|
-
InputParameters?: object;
|
65086
|
-
MaximumExecutionFrequency?: string;
|
65087
65150
|
Scope?: ConfigConfigRuleScope;
|
65151
|
+
Compliance?: ConfigConfigRuleCompliance;
|
65152
|
+
ConfigRuleName?: string;
|
65153
|
+
MaximumExecutionFrequency?: string;
|
65088
65154
|
Source: ConfigConfigRuleSource;
|
65155
|
+
InputParameters?: object;
|
65089
65156
|
}
|
65090
65157
|
/**
|
65091
65158
|
* Attributes type definition for AWS::Config::ConfigRule
|
@@ -65094,9 +65161,9 @@ export interface ConfigConfigRuleProps {
|
|
65094
65161
|
* @group AWS::Config
|
65095
65162
|
*/
|
65096
65163
|
export interface ConfigConfigRuleAttribs {
|
65097
|
-
Arn?: string;
|
65098
|
-
"Compliance.Type"?: string;
|
65099
65164
|
ConfigRuleId?: string;
|
65165
|
+
"Compliance.Type"?: string;
|
65166
|
+
Arn?: string;
|
65100
65167
|
}
|
65101
65168
|
/**
|
65102
65169
|
* Type definition for AWS::Config::ConfigurationAggregator
|
@@ -65947,6 +66014,25 @@ export interface DMSEventSubscriptionProps {
|
|
65947
66014
|
SourceIds?: any[];
|
65948
66015
|
Tags?: any[];
|
65949
66016
|
}
|
66017
|
+
/**
|
66018
|
+
* Type definition for AWS::DMS::ReplicationConfig
|
66019
|
+
*
|
66020
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html | AWS::DMS::ReplicationConfig}
|
66021
|
+
* @group AWS::DMS
|
66022
|
+
*/
|
66023
|
+
export interface DMSReplicationConfigProps {
|
66024
|
+
ReplicationSettings?: object;
|
66025
|
+
ResourceIdentifier?: string;
|
66026
|
+
ReplicationConfigIdentifier?: string;
|
66027
|
+
ComputeConfig?: DMSReplicationConfigComputeConfig;
|
66028
|
+
ReplicationType?: string;
|
66029
|
+
TableMappings?: object;
|
66030
|
+
SourceEndpointArn?: string;
|
66031
|
+
ReplicationConfigArn?: string;
|
66032
|
+
SupplementalSettings?: object;
|
66033
|
+
TargetEndpointArn?: string;
|
66034
|
+
Tags?: any[];
|
66035
|
+
}
|
65950
66036
|
/**
|
65951
66037
|
* Type definition for AWS::DMS::ReplicationInstance
|
65952
66038
|
*
|
@@ -71323,6 +71409,7 @@ export interface GlueSecurityConfigurationProps {
|
|
71323
71409
|
*/
|
71324
71410
|
export interface GlueTableProps {
|
71325
71411
|
TableInput: GlueTableTableInput;
|
71412
|
+
OpenTableFormatInput?: GlueTableOpenTableFormatInput;
|
71326
71413
|
DatabaseName: string;
|
71327
71414
|
CatalogId: string;
|
71328
71415
|
}
|
@@ -71978,30 +72065,14 @@ export interface IAMInstanceProfileAttribs {
|
|
71978
72065
|
* @group AWS::IAM
|
71979
72066
|
*/
|
71980
72067
|
export interface IAMManagedPolicyProps {
|
71981
|
-
ManagedPolicyName?: string;
|
71982
|
-
Path?: string;
|
71983
72068
|
Description?: string;
|
71984
72069
|
Groups?: any[];
|
72070
|
+
ManagedPolicyName?: string;
|
72071
|
+
Path?: string;
|
71985
72072
|
PolicyDocument: object;
|
71986
72073
|
Roles?: any[];
|
71987
72074
|
Users?: any[];
|
71988
72075
|
}
|
71989
|
-
/**
|
71990
|
-
* Attributes type definition for AWS::IAM::ManagedPolicy
|
71991
|
-
*
|
71992
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html | AWS::IAM::ManagedPolicy}
|
71993
|
-
* @group AWS::IAM
|
71994
|
-
*/
|
71995
|
-
export interface IAMManagedPolicyAttribs {
|
71996
|
-
IsAttachable?: boolean;
|
71997
|
-
UpdateDate?: string;
|
71998
|
-
PermissionsBoundaryUsageCount?: number;
|
71999
|
-
AttachmentCount?: number;
|
72000
|
-
PolicyArn?: string;
|
72001
|
-
DefaultVersionId?: string;
|
72002
|
-
CreateDate?: string;
|
72003
|
-
PolicyId?: string;
|
72004
|
-
}
|
72005
72076
|
/**
|
72006
72077
|
* Type definition for AWS::IAM::OIDCProvider
|
72007
72078
|
*
|
@@ -72031,11 +72102,20 @@ export interface IAMOIDCProviderAttribs {
|
|
72031
72102
|
*/
|
72032
72103
|
export interface IAMPolicyProps {
|
72033
72104
|
Groups?: any[];
|
72034
|
-
PolicyDocument: object;
|
72035
72105
|
PolicyName: string;
|
72106
|
+
PolicyDocument: object;
|
72036
72107
|
Roles?: any[];
|
72037
72108
|
Users?: any[];
|
72038
72109
|
}
|
72110
|
+
/**
|
72111
|
+
* Attributes type definition for AWS::IAM::Policy
|
72112
|
+
*
|
72113
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html | AWS::IAM::Policy}
|
72114
|
+
* @group AWS::IAM
|
72115
|
+
*/
|
72116
|
+
export interface IAMPolicyAttribs {
|
72117
|
+
Id?: string;
|
72118
|
+
}
|
72039
72119
|
/**
|
72040
72120
|
* Type definition for AWS::IAM::Role
|
72041
72121
|
*
|
@@ -76856,26 +76936,27 @@ export interface MemoryDBUserAttribs {
|
|
76856
76936
|
export interface NeptuneDBClusterProps {
|
76857
76937
|
StorageEncrypted?: boolean;
|
76858
76938
|
RestoreToTime?: string;
|
76859
|
-
EngineVersion?: string;
|
76860
|
-
KmsKeyId?: string;
|
76861
76939
|
AssociatedRoles?: any[];
|
76862
76940
|
SnapshotIdentifier?: string;
|
76941
|
+
DBClusterIdentifier?: string;
|
76942
|
+
PreferredBackupWindow?: string;
|
76943
|
+
DBPort?: number;
|
76944
|
+
VpcSecurityGroupIds?: any[];
|
76945
|
+
CopyTagsToSnapshot?: boolean;
|
76946
|
+
RestoreType?: string;
|
76947
|
+
Tags?: any[];
|
76948
|
+
EngineVersion?: string;
|
76949
|
+
KmsKeyId?: string;
|
76863
76950
|
AvailabilityZones?: any[];
|
76864
76951
|
ServerlessScalingConfiguration?: NeptuneDBClusterServerlessScalingConfiguration;
|
76865
|
-
DBClusterIdentifier?: string;
|
76866
76952
|
PreferredMaintenanceWindow?: string;
|
76867
76953
|
IamAuthEnabled?: boolean;
|
76868
76954
|
DBSubnetGroupName?: string;
|
76869
76955
|
DeletionProtection?: boolean;
|
76870
|
-
PreferredBackupWindow?: string;
|
76871
76956
|
UseLatestRestorableTime?: boolean;
|
76872
|
-
VpcSecurityGroupIds?: any[];
|
76873
76957
|
SourceDBClusterIdentifier?: string;
|
76874
|
-
CopyTagsToSnapshot?: boolean;
|
76875
76958
|
DBClusterParameterGroupName?: string;
|
76876
76959
|
BackupRetentionPeriod?: number;
|
76877
|
-
RestoreType?: string;
|
76878
|
-
Tags?: any[];
|
76879
76960
|
DBInstanceParameterGroupName?: string;
|
76880
76961
|
EnableCloudwatchLogsExports?: any[];
|
76881
76962
|
}
|
@@ -81545,6 +81626,16 @@ export interface SQSQueueAttribs {
|
|
81545
81626
|
QueueName?: string;
|
81546
81627
|
QueueUrl?: string;
|
81547
81628
|
}
|
81629
|
+
/**
|
81630
|
+
* Type definition for AWS::SQS::QueueInlinePolicy
|
81631
|
+
*
|
81632
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queueinlinepolicy.html | AWS::SQS::QueueInlinePolicy}
|
81633
|
+
* @group AWS::SQS
|
81634
|
+
*/
|
81635
|
+
export interface SQSQueueInlinePolicyProps {
|
81636
|
+
PolicyDocument: object;
|
81637
|
+
Queue: string;
|
81638
|
+
}
|
81548
81639
|
/**
|
81549
81640
|
* Type definition for AWS::SQS::QueuePolicy
|
81550
81641
|
*
|
@@ -84928,8 +85019,6 @@ export interface ResourceTypes {
|
|
84928
85019
|
"AWS::CodeStar::GitHubRepository": CodeStarGitHubRepositoryProps;
|
84929
85020
|
"AWS::CodeStarConnections::Connection": CodeStarConnectionsConnectionProps;
|
84930
85021
|
"AWS::CodeStarNotifications::NotificationRule": CodeStarNotificationsNotificationRuleProps;
|
84931
|
-
"AWS::CodeTest::PersistentConfiguration": CodeTestPersistentConfigurationProps;
|
84932
|
-
"AWS::CodeTest::Series": CodeTestSeriesProps;
|
84933
85022
|
"AWS::Cognito::IdentityPool": CognitoIdentityPoolProps;
|
84934
85023
|
"AWS::Cognito::IdentityPoolPrincipalTag": CognitoIdentityPoolPrincipalTagProps;
|
84935
85024
|
"AWS::Cognito::IdentityPoolRoleAttachment": CognitoIdentityPoolRoleAttachmentProps;
|
@@ -84987,6 +85076,7 @@ export interface ResourceTypes {
|
|
84987
85076
|
"AWS::DMS::Certificate": DMSCertificateProps;
|
84988
85077
|
"AWS::DMS::Endpoint": DMSEndpointProps;
|
84989
85078
|
"AWS::DMS::EventSubscription": DMSEventSubscriptionProps;
|
85079
|
+
"AWS::DMS::ReplicationConfig": DMSReplicationConfigProps;
|
84990
85080
|
"AWS::DMS::ReplicationInstance": DMSReplicationInstanceProps;
|
84991
85081
|
"AWS::DMS::ReplicationSubnetGroup": DMSReplicationSubnetGroupProps;
|
84992
85082
|
"AWS::DMS::ReplicationTask": DMSReplicationTaskProps;
|
@@ -85680,6 +85770,7 @@ export interface ResourceTypes {
|
|
85680
85770
|
"AWS::SNS::TopicInlinePolicy": SNSTopicInlinePolicyProps;
|
85681
85771
|
"AWS::SNS::TopicPolicy": SNSTopicPolicyProps;
|
85682
85772
|
"AWS::SQS::Queue": SQSQueueProps;
|
85773
|
+
"AWS::SQS::QueueInlinePolicy": SQSQueueInlinePolicyProps;
|
85683
85774
|
"AWS::SQS::QueuePolicy": SQSQueuePolicyProps;
|
85684
85775
|
"AWS::SSM::Association": SSMAssociationProps;
|
85685
85776
|
"AWS::SSM::Document": SSMDocumentProps;
|
@@ -85984,7 +86075,6 @@ export interface AttributeTypes {
|
|
85984
86075
|
"AWS::CodePipeline::Webhook": CodePipelineWebhookAttribs;
|
85985
86076
|
"AWS::CodeStarConnections::Connection": CodeStarConnectionsConnectionAttribs;
|
85986
86077
|
"AWS::CodeStarNotifications::NotificationRule": CodeStarNotificationsNotificationRuleAttribs;
|
85987
|
-
"AWS::CodeTest::PersistentConfiguration": CodeTestPersistentConfigurationAttribs;
|
85988
86078
|
"AWS::Cognito::IdentityPool": CognitoIdentityPoolAttribs;
|
85989
86079
|
"AWS::Cognito::UserPool": CognitoUserPoolAttribs;
|
85990
86080
|
"AWS::Cognito::UserPoolClient": CognitoUserPoolClientAttribs;
|
@@ -86211,8 +86301,8 @@ export interface AttributeTypes {
|
|
86211
86301
|
"AWS::IAM::AccessKey": IAMAccessKeyAttribs;
|
86212
86302
|
"AWS::IAM::Group": IAMGroupAttribs;
|
86213
86303
|
"AWS::IAM::InstanceProfile": IAMInstanceProfileAttribs;
|
86214
|
-
"AWS::IAM::ManagedPolicy": IAMManagedPolicyAttribs;
|
86215
86304
|
"AWS::IAM::OIDCProvider": IAMOIDCProviderAttribs;
|
86305
|
+
"AWS::IAM::Policy": IAMPolicyAttribs;
|
86216
86306
|
"AWS::IAM::Role": IAMRoleAttribs;
|
86217
86307
|
"AWS::IAM::SAMLProvider": IAMSAMLProviderAttribs;
|
86218
86308
|
"AWS::IAM::ServerCertificate": IAMServerCertificateAttribs;
|
@@ -86844,8 +86934,6 @@ export declare const ResourceType: {
|
|
86844
86934
|
readonly CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository";
|
86845
86935
|
readonly CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection";
|
86846
86936
|
readonly CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule";
|
86847
|
-
readonly CodeTestPersistentConfiguration: "AWS::CodeTest::PersistentConfiguration";
|
86848
|
-
readonly CodeTestSeries: "AWS::CodeTest::Series";
|
86849
86937
|
readonly CognitoIdentityPool: "AWS::Cognito::IdentityPool";
|
86850
86938
|
readonly CognitoIdentityPoolPrincipalTag: "AWS::Cognito::IdentityPoolPrincipalTag";
|
86851
86939
|
readonly CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment";
|
@@ -86903,6 +86991,7 @@ export declare const ResourceType: {
|
|
86903
86991
|
readonly DMSCertificate: "AWS::DMS::Certificate";
|
86904
86992
|
readonly DMSEndpoint: "AWS::DMS::Endpoint";
|
86905
86993
|
readonly DMSEventSubscription: "AWS::DMS::EventSubscription";
|
86994
|
+
readonly DMSReplicationConfig: "AWS::DMS::ReplicationConfig";
|
86906
86995
|
readonly DMSReplicationInstance: "AWS::DMS::ReplicationInstance";
|
86907
86996
|
readonly DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup";
|
86908
86997
|
readonly DMSReplicationTask: "AWS::DMS::ReplicationTask";
|
@@ -87596,6 +87685,7 @@ export declare const ResourceType: {
|
|
87596
87685
|
readonly SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy";
|
87597
87686
|
readonly SNSTopicPolicy: "AWS::SNS::TopicPolicy";
|
87598
87687
|
readonly SQSQueue: "AWS::SQS::Queue";
|
87688
|
+
readonly SQSQueueInlinePolicy: "AWS::SQS::QueueInlinePolicy";
|
87599
87689
|
readonly SQSQueuePolicy: "AWS::SQS::QueuePolicy";
|
87600
87690
|
readonly SSMAssociation: "AWS::SSM::Association";
|
87601
87691
|
readonly SSMDocument: "AWS::SSM::Document";
|
package/lib/types.generated.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export const ResourceSpecificationVersion = "
|
1
|
+
export const ResourceSpecificationVersion = "133.0.0";
|
2
2
|
export const ResourceType = {
|
3
3
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
4
4
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -199,8 +199,6 @@ export const ResourceType = {
|
|
199
199
|
CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository",
|
200
200
|
CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection",
|
201
201
|
CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule",
|
202
|
-
CodeTestPersistentConfiguration: "AWS::CodeTest::PersistentConfiguration",
|
203
|
-
CodeTestSeries: "AWS::CodeTest::Series",
|
204
202
|
CognitoIdentityPool: "AWS::Cognito::IdentityPool",
|
205
203
|
CognitoIdentityPoolPrincipalTag: "AWS::Cognito::IdentityPoolPrincipalTag",
|
206
204
|
CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment",
|
@@ -258,6 +256,7 @@ export const ResourceType = {
|
|
258
256
|
DMSCertificate: "AWS::DMS::Certificate",
|
259
257
|
DMSEndpoint: "AWS::DMS::Endpoint",
|
260
258
|
DMSEventSubscription: "AWS::DMS::EventSubscription",
|
259
|
+
DMSReplicationConfig: "AWS::DMS::ReplicationConfig",
|
261
260
|
DMSReplicationInstance: "AWS::DMS::ReplicationInstance",
|
262
261
|
DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
|
263
262
|
DMSReplicationTask: "AWS::DMS::ReplicationTask",
|
@@ -951,6 +950,7 @@ export const ResourceType = {
|
|
951
950
|
SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
|
952
951
|
SNSTopicPolicy: "AWS::SNS::TopicPolicy",
|
953
952
|
SQSQueue: "AWS::SQS::Queue",
|
953
|
+
SQSQueueInlinePolicy: "AWS::SQS::QueueInlinePolicy",
|
954
954
|
SQSQueuePolicy: "AWS::SQS::QueuePolicy",
|
955
955
|
SSMAssociation: "AWS::SSM::Association",
|
956
956
|
SSMDocument: "AWS::SSM::Document",
|
@@ -1308,8 +1308,6 @@ export const AttributeNames = {
|
|
1308
1308
|
"AWS::CodeStar::GitHubRepository": [],
|
1309
1309
|
"AWS::CodeStarConnections::Connection": ["ConnectionArn", "ConnectionStatus", "OwnerAccountId"],
|
1310
1310
|
"AWS::CodeStarNotifications::NotificationRule": ["Arn"],
|
1311
|
-
"AWS::CodeTest::PersistentConfiguration": ["Name"],
|
1312
|
-
"AWS::CodeTest::Series": [],
|
1313
1311
|
"AWS::Cognito::IdentityPool": ["Name"],
|
1314
1312
|
"AWS::Cognito::IdentityPoolPrincipalTag": [],
|
1315
1313
|
"AWS::Cognito::IdentityPoolRoleAttachment": [],
|
@@ -1326,7 +1324,7 @@ export const AttributeNames = {
|
|
1326
1324
|
"AWS::Comprehend::DocumentClassifier": ["Arn"],
|
1327
1325
|
"AWS::Comprehend::Flywheel": ["Arn"],
|
1328
1326
|
"AWS::Config::AggregationAuthorization": ["AggregationAuthorizationArn"],
|
1329
|
-
"AWS::Config::ConfigRule": ["
|
1327
|
+
"AWS::Config::ConfigRule": ["ConfigRuleId", "Compliance.Type", "Arn"],
|
1330
1328
|
"AWS::Config::ConfigurationAggregator": ["ConfigurationAggregatorArn"],
|
1331
1329
|
"AWS::Config::ConfigurationRecorder": [],
|
1332
1330
|
"AWS::Config::ConformancePack": [],
|
@@ -1367,6 +1365,7 @@ export const AttributeNames = {
|
|
1367
1365
|
"AWS::DMS::Certificate": [],
|
1368
1366
|
"AWS::DMS::Endpoint": ["ExternalId"],
|
1369
1367
|
"AWS::DMS::EventSubscription": [],
|
1368
|
+
"AWS::DMS::ReplicationConfig": [],
|
1370
1369
|
"AWS::DMS::ReplicationInstance": ["ReplicationInstancePublicIpAddresses", "ReplicationInstancePrivateIpAddresses"],
|
1371
1370
|
"AWS::DMS::ReplicationSubnetGroup": [],
|
1372
1371
|
"AWS::DMS::ReplicationTask": [],
|
@@ -1643,9 +1642,9 @@ export const AttributeNames = {
|
|
1643
1642
|
"AWS::IAM::Group": ["Arn"],
|
1644
1643
|
"AWS::IAM::GroupPolicy": [],
|
1645
1644
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1646
|
-
"AWS::IAM::ManagedPolicy": [
|
1645
|
+
"AWS::IAM::ManagedPolicy": [],
|
1647
1646
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1648
|
-
"AWS::IAM::Policy": [],
|
1647
|
+
"AWS::IAM::Policy": ["Id"],
|
1649
1648
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
1650
1649
|
"AWS::IAM::RolePolicy": [],
|
1651
1650
|
"AWS::IAM::SAMLProvider": ["Arn"],
|
@@ -2060,6 +2059,7 @@ export const AttributeNames = {
|
|
2060
2059
|
"AWS::SNS::TopicInlinePolicy": [],
|
2061
2060
|
"AWS::SNS::TopicPolicy": ["Id"],
|
2062
2061
|
"AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
|
2062
|
+
"AWS::SQS::QueueInlinePolicy": [],
|
2063
2063
|
"AWS::SQS::QueuePolicy": ["Id"],
|
2064
2064
|
"AWS::SSM::Association": ["AssociationId"],
|
2065
2065
|
"AWS::SSM::Document": [],
|
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.35",
|
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": "133.0.0"
|
63
63
|
}
|