Skip to content

Commit af6d2c6

Browse files
chore: update analytics metadata blueprints
1 parent 260dd77 commit af6d2c6

File tree

4 files changed

+102
-35
lines changed

4 files changed

+102
-35
lines changed

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

+68-31
Original file line numberDiff line numberDiff line change
@@ -11543,6 +11543,7 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
1154311543
}
1154411544
},
1154511545
'executionMode': 'ExecutionMode',
11546+
'usePipelineRoleForActions': 'boolean',
1154611547
'addStage': [
1154711548
{
1154811549
'placement': {
@@ -12856,6 +12857,7 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
1285612857
'timeToLiveAttribute': '*',
1285712858
'stream': 'StreamViewType',
1285812859
'removalPolicy': 'RemovalPolicy',
12860+
'replicaRemovalPolicy': 'RemovalPolicy',
1285912861
'replicationRegions': '*',
1286012862
'replicationTimeout': '*',
1286112863
'waitForReplicationToFinish': 'boolean',
@@ -13507,6 +13509,18 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
1350713509
'node': '*'
1350813510
}
1350913511
},
13512+
'placementGroup': {
13513+
'placementGroupName': '*',
13514+
'partitions': '*',
13515+
'spreadLevel': 'PlacementGroupSpreadLevel',
13516+
'strategy': 'PlacementGroupStrategy',
13517+
'stack': '*',
13518+
'env': {
13519+
'account': '*',
13520+
'region': '*'
13521+
},
13522+
'node': '*'
13523+
},
1351013524
'addSecurityGroup': [
1351113525
{
1351213526
'securityGroupId': '*',
@@ -13724,7 +13738,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
1372413738
'contributorInsights': 'boolean',
1372513739
'whitelistedPrincipals': '*',
1372613740
'allowedPrincipals': '*',
13727-
'supportedIpAddressTypes': 'IpAddressType'
13741+
'supportedIpAddressTypes': 'IpAddressType',
13742+
'allowedRegions': '*'
1372813743
},
1372913744
'GatewayVpcEndpoint': {
1373013745
'vpc': {
@@ -19687,7 +19702,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
1968719702
'databaseInsightsMode': 'DatabaseInsightsMode',
1968819703
'autoMinorVersionUpgrade': 'boolean',
1968919704
'clusterScalabilityType': 'ClusterScalabilityType',
19690-
'clusterScailabilityType': 'ClusterScailabilityType'
19705+
'clusterScailabilityType': 'ClusterScailabilityType',
19706+
'engineLifecycleSupport': 'EngineLifecycleSupport'
1969119707
},
1969219708
'DatabaseClusterFromSnapshot': {
1969319709
'snapshotIdentifier': '*',
@@ -20019,7 +20035,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2001920035
'databaseInsightsMode': 'DatabaseInsightsMode',
2002020036
'autoMinorVersionUpgrade': 'boolean',
2002120037
'clusterScalabilityType': 'ClusterScalabilityType',
20022-
'clusterScailabilityType': 'ClusterScailabilityType'
20038+
'clusterScailabilityType': 'ClusterScailabilityType',
20039+
'engineLifecycleSupport': 'EngineLifecycleSupport'
2002320040
},
2002420041
'DatabaseSecret': {
2002520042
'username': '*',
@@ -25152,14 +25169,19 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2515225169
'httpApi': {
2515325170
'defaultAuthorizer': '*',
2515425171
'defaultAuthorizationScopes': '*',
25155-
'apiId': '*',
25156-
'apiEndpoint': '*',
25157-
'stack': '*',
25158-
'env': {
25159-
'account': '*',
25160-
'region': '*'
25172+
'defaultStage': {
25173+
'domainUrl': '*',
25174+
'stageName': '*',
25175+
'url': '*',
25176+
'stack': '*',
25177+
'env': {
25178+
'account': '*',
25179+
'region': '*'
25180+
},
25181+
'node': '*'
2516125182
},
25162-
'node': '*'
25183+
'apiId': '*',
25184+
'apiEndpoint': '*'
2516325185
},
2516425186
'type': 'HttpAuthorizerType',
2516525187
'identitySource': '*',
@@ -25174,14 +25196,19 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2517425196
'httpApi': {
2517525197
'defaultAuthorizer': '*',
2517625198
'defaultAuthorizationScopes': '*',
25177-
'apiId': '*',
25178-
'apiEndpoint': '*',
25179-
'stack': '*',
25180-
'env': {
25181-
'account': '*',
25182-
'region': '*'
25199+
'defaultStage': {
25200+
'domainUrl': '*',
25201+
'stageName': '*',
25202+
'url': '*',
25203+
'stack': '*',
25204+
'env': {
25205+
'account': '*',
25206+
'region': '*'
25207+
},
25208+
'node': '*'
2518325209
},
25184-
'node': '*'
25210+
'apiId': '*',
25211+
'apiEndpoint': '*'
2518525212
},
2518625213
'integrationType': 'HttpIntegrationType',
2518725214
'integrationSubtype': 'HttpIntegrationSubtype',
@@ -25199,14 +25226,19 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2519925226
'httpApi': {
2520025227
'defaultAuthorizer': '*',
2520125228
'defaultAuthorizationScopes': '*',
25202-
'apiId': '*',
25203-
'apiEndpoint': '*',
25204-
'stack': '*',
25205-
'env': {
25206-
'account': '*',
25207-
'region': '*'
25229+
'defaultStage': {
25230+
'domainUrl': '*',
25231+
'stageName': '*',
25232+
'url': '*',
25233+
'stack': '*',
25234+
'env': {
25235+
'account': '*',
25236+
'region': '*'
25237+
},
25238+
'node': '*'
2520825239
},
25209-
'node': '*'
25240+
'apiId': '*',
25241+
'apiEndpoint': '*'
2521025242
},
2521125243
'routeKey': '*',
2521225244
'authorizer': '*',
@@ -25229,14 +25261,19 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2522925261
'httpApi': {
2523025262
'defaultAuthorizer': '*',
2523125263
'defaultAuthorizationScopes': '*',
25232-
'apiId': '*',
25233-
'apiEndpoint': '*',
25234-
'stack': '*',
25235-
'env': {
25236-
'account': '*',
25237-
'region': '*'
25264+
'defaultStage': {
25265+
'domainUrl': '*',
25266+
'stageName': '*',
25267+
'url': '*',
25268+
'stack': '*',
25269+
'env': {
25270+
'account': '*',
25271+
'region': '*'
25272+
},
25273+
'node': '*'
2523825274
},
25239-
'node': '*'
25275+
'apiId': '*',
25276+
'apiEndpoint': '*'
2524025277
},
2524125278
'stageName': '*',
2524225279
'autoDeploy': 'boolean',

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

+14-2
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
867867
'WED',
868868
'THU',
869869
'FRI',
870-
'SAT'
870+
'SAT',
871+
'UNSET_VALUE'
871872
],
872873
'DeduplicationScope': [
873874
'messageGroup',
@@ -1069,6 +1070,10 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
10691070
'EDGE',
10701071
'REGIONAL'
10711072
],
1073+
'EngineLifecycleSupport': [
1074+
'open-source-rds-extended-support',
1075+
'open-source-rds-extended-support-disabled'
1076+
],
10721077
'EnvironmentFileType': [
10731078
's3'
10741079
],
@@ -2033,7 +2038,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
20332038
],
20342039
'LambdaVersion': [
20352040
'V1_0',
2036-
'V2_0'
2041+
'V2_0',
2042+
'V3_0'
20372043
],
20382044
'LatencyMode': [
20392045
'LOW',
@@ -2316,6 +2322,8 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
23162322
'BOTTLEROCKET_x86_64',
23172323
'BOTTLEROCKET_ARM_64_NVIDIA',
23182324
'BOTTLEROCKET_x86_64_NVIDIA',
2325+
'BOTTLEROCKET_ARM_64_FIPS',
2326+
'BOTTLEROCKET_x86_64_FIPS',
23192327
'WINDOWS_CORE_2019_x86_64',
23202328
'WINDOWS_CORE_2022_x86_64',
23212329
'WINDOWS_FULL_2019_x86_64',
@@ -2748,6 +2756,10 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
27482756
0,
27492757
1
27502758
],
2759+
'RegistryType': [
2760+
'private',
2761+
'public'
2762+
],
27512763
'RemovalPolicy': [
27522764
'destroy',
27532765
'retain',

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

+2
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,8 @@
16221622
"LOOKOUT_EQUIPMENT",
16231623
"LOOKOUT_METRICS",
16241624
"LOOKOUT_VISION",
1625+
"MAILMANAGER",
1626+
"MAILMANAGER_FIPS",
16251627
"MAINFRAME_MODERNIZATION",
16261628
"MAINFRAME_MODERNIZATION_APP_TEST",
16271629
"MACIE",

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

+18-2
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@
157157
"BOTTLEROCKET_x86_64",
158158
"BOTTLEROCKET_ARM_64_NVIDIA",
159159
"BOTTLEROCKET_x86_64_NVIDIA",
160+
"BOTTLEROCKET_ARM_64_FIPS",
161+
"BOTTLEROCKET_x86_64_FIPS",
160162
"WINDOWS_CORE_2019_x86_64",
161163
"WINDOWS_CORE_2022_x86_64",
162164
"WINDOWS_FULL_2019_x86_64",
@@ -436,7 +438,8 @@
436438
"WED",
437439
"THU",
438440
"FRI",
439-
"SAT"
441+
"SAT",
442+
"UNSET_VALUE"
440443
],
441444
"Frequency": [
442445
"DAILY",
@@ -1986,6 +1989,12 @@
19861989
"Events"
19871990
]
19881991
},
1992+
"aws-cdk/packages/aws-cdk-lib/aws-codepipeline-actions/lib/ecr/build-and-publish-action.ts": {
1993+
"RegistryType": [
1994+
"private",
1995+
"public"
1996+
]
1997+
},
19891998
"aws-cdk/packages/aws-cdk-lib/aws-codepipeline-actions/lib/github/source-action.ts": {
19901999
"GitHubTrigger": [
19912000
"None",
@@ -2121,7 +2130,8 @@
21212130
],
21222131
"LambdaVersion": [
21232132
"V1_0",
2124-
"V2_0"
2133+
"V2_0",
2134+
"V3_0"
21252135
],
21262136
"Mfa": [
21272137
"OFF",
@@ -3759,6 +3769,8 @@
37593769
"BOTTLEROCKET_x86_64",
37603770
"BOTTLEROCKET_ARM_64_NVIDIA",
37613771
"BOTTLEROCKET_x86_64_NVIDIA",
3772+
"BOTTLEROCKET_ARM_64_FIPS",
3773+
"BOTTLEROCKET_x86_64_FIPS",
37623774
"WINDOWS_CORE_2019_x86_64",
37633775
"WINDOWS_CORE_2022_x86_64",
37643776
"WINDOWS_FULL_2019_x86_64",
@@ -4301,6 +4313,10 @@
43014313
]
43024314
},
43034315
"aws-cdk/packages/aws-cdk-lib/aws-rds/lib/cluster.ts": {
4316+
"EngineLifecycleSupport": [
4317+
"open-source-rds-extended-support",
4318+
"open-source-rds-extended-support-disabled"
4319+
],
43044320
"DBClusterStorageType": [
43054321
"aurora",
43064322
"aurora-iopt1"

0 commit comments

Comments
 (0)