Skip to content

Commit 53d1dc7

Browse files
Leo10GamaLeonardo Gama
authored and
Leonardo Gama
committed
chore: update CHANGELOG
2 parents 3c22d16 + 49a5dd1 commit 53d1dc7

File tree

4 files changed

+9
-303
lines changed

4 files changed

+9
-303
lines changed

packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts

+8-253
Original file line numberDiff line numberDiff line change
@@ -514,186 +514,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
514514
'description': '*'
515515
}
516516
},
517-
'@aws-cdk.aws-cognito-identitypool-alpha': {
518-
'IdentityPool': {
519-
'identityPoolName': '*',
520-
'authenticatedRole': {
521-
'roleArn': '*',
522-
'roleName': '*',
523-
'assumeRoleAction': '*',
524-
'policyFragment': '*',
525-
'principalAccount': '*',
526-
'grantPrincipal': {
527-
'assumeRoleAction': '*',
528-
'principalAccount': '*'
529-
},
530-
'stack': '*',
531-
'env': {
532-
'account': '*',
533-
'region': '*'
534-
},
535-
'node': '*'
536-
},
537-
'unauthenticatedRole': {
538-
'roleArn': '*',
539-
'roleName': '*',
540-
'assumeRoleAction': '*',
541-
'policyFragment': '*',
542-
'principalAccount': '*',
543-
'grantPrincipal': {
544-
'assumeRoleAction': '*',
545-
'principalAccount': '*'
546-
},
547-
'stack': '*',
548-
'env': {
549-
'account': '*',
550-
'region': '*'
551-
},
552-
'node': '*'
553-
},
554-
'allowUnauthenticatedIdentities': 'boolean',
555-
'roleMappings': {
556-
'providerUrl': '*',
557-
'mappingKey': '*',
558-
'useToken': 'boolean',
559-
'resolveAmbiguousRoles': 'boolean',
560-
'rules': {
561-
'claim': '*',
562-
'mappedRole': {
563-
'roleArn': '*',
564-
'roleName': '*',
565-
'assumeRoleAction': '*',
566-
'policyFragment': '*',
567-
'principalAccount': '*',
568-
'grantPrincipal': {
569-
'assumeRoleAction': '*',
570-
'principalAccount': '*'
571-
},
572-
'stack': '*',
573-
'env': {
574-
'account': '*',
575-
'region': '*'
576-
},
577-
'node': '*'
578-
},
579-
'claimValue': '*',
580-
'matchType': 'RoleMappingMatchType'
581-
}
582-
},
583-
'allowClassicFlow': 'boolean',
584-
'authenticationProviders': {
585-
'facebook': {
586-
'appId': '*'
587-
},
588-
'google': {
589-
'clientId': '*'
590-
},
591-
'amazon': {
592-
'appId': '*'
593-
},
594-
'apple': {
595-
'servicesId': '*'
596-
},
597-
'twitter': {
598-
'consumerKey': '*',
599-
'consumerSecret': '*'
600-
},
601-
'userPools': '*',
602-
'openIdConnectProviders': {
603-
'openIdConnectProviderArn': '*',
604-
'openIdConnectProviderIssuer': '*',
605-
'stack': '*',
606-
'env': {
607-
'account': '*',
608-
'region': '*'
609-
},
610-
'node': '*'
611-
},
612-
'samlProviders': {
613-
'samlProviderArn': '*'
614-
},
615-
'customProvider': '*'
616-
},
617-
'addUserPoolAuthentication': [
618-
'*'
619-
]
620-
},
621-
'IdentityPoolRoleAttachment': {
622-
'identityPool': {
623-
'identityPoolId': '*',
624-
'identityPoolArn': '*',
625-
'identityPoolName': '*',
626-
'stack': '*',
627-
'env': {
628-
'account': '*',
629-
'region': '*'
630-
},
631-
'node': '*'
632-
},
633-
'authenticatedRole': {
634-
'roleArn': '*',
635-
'roleName': '*',
636-
'assumeRoleAction': '*',
637-
'policyFragment': '*',
638-
'principalAccount': '*',
639-
'grantPrincipal': {
640-
'assumeRoleAction': '*',
641-
'principalAccount': '*'
642-
},
643-
'stack': '*',
644-
'env': {
645-
'account': '*',
646-
'region': '*'
647-
},
648-
'node': '*'
649-
},
650-
'unauthenticatedRole': {
651-
'roleArn': '*',
652-
'roleName': '*',
653-
'assumeRoleAction': '*',
654-
'policyFragment': '*',
655-
'principalAccount': '*',
656-
'grantPrincipal': {
657-
'assumeRoleAction': '*',
658-
'principalAccount': '*'
659-
},
660-
'stack': '*',
661-
'env': {
662-
'account': '*',
663-
'region': '*'
664-
},
665-
'node': '*'
666-
},
667-
'roleMappings': {
668-
'providerUrl': '*',
669-
'mappingKey': '*',
670-
'useToken': 'boolean',
671-
'resolveAmbiguousRoles': 'boolean',
672-
'rules': {
673-
'claim': '*',
674-
'mappedRole': {
675-
'roleArn': '*',
676-
'roleName': '*',
677-
'assumeRoleAction': '*',
678-
'policyFragment': '*',
679-
'principalAccount': '*',
680-
'grantPrincipal': {
681-
'assumeRoleAction': '*',
682-
'principalAccount': '*'
683-
},
684-
'stack': '*',
685-
'env': {
686-
'account': '*',
687-
'region': '*'
688-
},
689-
'node': '*'
690-
},
691-
'claimValue': '*',
692-
'matchType': 'RoleMappingMatchType'
693-
}
694-
}
695-
}
696-
},
697517
'@aws-cdk.aws-ec2-alpha': {
698518
'IpamPool': {
699519
'ipamScopeId': '*',
@@ -2231,31 +2051,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
22312051
}
22322052
}
22332053
},
2234-
'@aws-cdk.aws-kinesisfirehose-alpha': {
2235-
'DeliveryStream': {
2236-
'destination': '*',
2237-
'deliveryStreamName': '*',
2238-
'source': '*',
2239-
'role': {
2240-
'roleArn': '*',
2241-
'roleName': '*',
2242-
'assumeRoleAction': '*',
2243-
'policyFragment': '*',
2244-
'principalAccount': '*',
2245-
'grantPrincipal': {
2246-
'assumeRoleAction': '*',
2247-
'principalAccount': '*'
2248-
},
2249-
'stack': '*',
2250-
'env': {
2251-
'account': '*',
2252-
'region': '*'
2253-
},
2254-
'node': '*'
2255-
},
2256-
'encryption': '*'
2257-
}
2258-
},
22592054
'@aws-cdk.aws-lambda-go-alpha': {
22602055
'GoFunction': {
22612056
'entry': '*',
@@ -4160,50 +3955,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
41603955
]
41613956
}
41623957
},
4163-
'@aws-cdk.aws-scheduler-alpha': {
4164-
'Group': {},
4165-
'ScheduleGroup': {},
4166-
'Schedule': {
4167-
'schedule': '*',
4168-
'target': '*',
4169-
'scheduleName': '*',
4170-
'description': '*',
4171-
'group': {
4172-
'groupName': '*',
4173-
'groupArn': '*',
4174-
'stack': '*',
4175-
'env': {
4176-
'account': '*',
4177-
'region': '*'
4178-
},
4179-
'node': '*'
4180-
},
4181-
'scheduleGroup': {
4182-
'scheduleGroupName': '*',
4183-
'scheduleGroupArn': '*',
4184-
'stack': '*',
4185-
'env': {
4186-
'account': '*',
4187-
'region': '*'
4188-
},
4189-
'node': '*'
4190-
},
4191-
'enabled': 'boolean',
4192-
'key': {
4193-
'keyArn': '*',
4194-
'keyId': '*',
4195-
'stack': '*',
4196-
'env': {
4197-
'account': '*',
4198-
'region': '*'
4199-
},
4200-
'node': '*'
4201-
},
4202-
'timeWindow': '*',
4203-
'start': '*',
4204-
'end': '*'
4205-
}
4206-
},
42073958
'@aws-cdk.aws-servicecatalogappregistry-alpha': {
42083959
'Application': {
42093960
'applicationName': '*',
@@ -4858,7 +4609,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
48584609
},
48594610
'capacityType': 'CapacityType',
48604611
'maxUnavailable': '*',
4861-
'maxUnavailablePercentage': '*'
4612+
'maxUnavailablePercentage': '*',
4613+
'enableNodeAutoRepair': 'boolean'
48624614
}
48634615
],
48644616
'addFargateProfile': [
@@ -5378,7 +5130,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
53785130
},
53795131
'capacityType': 'CapacityType',
53805132
'maxUnavailable': '*',
5381-
'maxUnavailablePercentage': '*'
5133+
'maxUnavailablePercentage': '*',
5134+
'enableNodeAutoRepair': 'boolean'
53825135
},
53835136
'OpenIdConnectProvider': {
53845137
'url': '*'
@@ -15695,7 +15448,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
1569515448
},
1569615449
'capacityType': 'CapacityType',
1569715450
'maxUnavailable': '*',
15698-
'maxUnavailablePercentage': '*'
15451+
'maxUnavailablePercentage': '*',
15452+
'enableNodeAutoRepair': 'boolean'
1569915453
}
1570015454
],
1570115455
'addFargateProfile': [
@@ -16243,7 +15997,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
1624315997
},
1624415998
'capacityType': 'CapacityType',
1624515999
'maxUnavailable': '*',
16246-
'maxUnavailablePercentage': '*'
16000+
'maxUnavailablePercentage': '*',
16001+
'enableNodeAutoRepair': 'boolean'
1624716002
},
1624816003
'OpenIdConnectProvider': {
1624916004
'url': '*'

packages/aws-cdk-lib/core/lib/analytics-data-source/enums/module-enumlikes.json

+1-18
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@
3838
"RUBY_31"
3939
]
4040
},
41-
"aws-cdk/packages/@aws-cdk/aws-cognito-identitypool-alpha/lib/identitypool.ts": {
42-
"IdentityPoolProviderUrl": [
43-
"FACEBOOK",
44-
"GOOGLE",
45-
"AMAZON",
46-
"APPLE",
47-
"TWITTER"
48-
]
49-
},
5041
"aws-cdk/packages/@aws-cdk/aws-eks-v2-alpha/lib/access-entry.ts": {
5142
"AccessPolicyArn": [
5243
"AMAZON_EKS_ADMIN_POLICY",
@@ -210,15 +201,6 @@
210201
"SQL_1_0"
211202
]
212203
},
213-
"aws-cdk/packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha/lib/common.ts": {
214-
"Compression": [
215-
"GZIP",
216-
"HADOOP_SNAPPY",
217-
"SNAPPY",
218-
"ZIP",
219-
"UNCOMPRESSED"
220-
]
221-
},
222204
"aws-cdk/packages/@aws-cdk/aws-msk-alpha/lib/cluster-version.ts": {
223205
"KafkaVersion": [
224206
"V1_1_1",
@@ -3071,6 +3053,7 @@
30713053
"VER_15_00_4395_2_V1",
30723054
"VER_15_00_4410_1_V1",
30733055
"VER_15_00_4415_2_V1",
3056+
"VER_15_00_4420_2_V1",
30743057
"VER_16",
30753058
"VER_16_00_4085_2_V1",
30763059
"VER_16_00_4095_4_V1",

packages/aws-cdk-lib/core/lib/analytics-data-source/enums/module-enums.json

-32
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,6 @@
5858
1
5959
]
6060
},
61-
"aws-cdk/packages/@aws-cdk/aws-cognito-identitypool-alpha/lib/identitypool.ts": {
62-
"IdentityPoolProviderType": [
63-
"Facebook",
64-
"Google",
65-
"Amazon",
66-
"Apple",
67-
"Twitter",
68-
"OpenId",
69-
"Saml",
70-
"UserPool",
71-
"Custom"
72-
],
73-
"RoleMappingMatchType": [
74-
"Equals",
75-
"Contains",
76-
"StartsWith",
77-
"NotEqual"
78-
]
79-
},
8061
"aws-cdk/packages/@aws-cdk/aws-ec2-alpha/lib/ipam.ts": {
8162
"AddressFamily": [
8263
"ipv4",
@@ -538,19 +519,6 @@
538519
"PARALLELISM"
539520
]
540521
},
541-
"aws-cdk/packages/@aws-cdk/aws-kinesisfirehose-alpha/lib/delivery-stream.ts": {
542-
"StreamEncryptionType": [
543-
0,
544-
1,
545-
2
546-
]
547-
},
548-
"aws-cdk/packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha/lib/common.ts": {
549-
"BackupMode": [
550-
0,
551-
1
552-
]
553-
},
554522
"aws-cdk/packages/@aws-cdk/aws-lambda-python-alpha/lib/packaging.ts": {
555523
"DependenciesFile": [
556524
"requirements.txt",

0 commit comments

Comments
 (0)