File tree Expand file tree Collapse file tree 3 files changed +104
-0
lines changed
packages/aws-cdk-lib/core/lib/analytics-data-source Expand file tree Collapse file tree 3 files changed +104
-0
lines changed Original file line number Diff line number Diff line change @@ -25995,6 +25995,48 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2599525995 }
2599625996 ]
2599725997 },
25998+ 'ApiKey': {
25999+ 'customerId': '*',
26000+ 'enabled': 'boolean',
26001+ 'generateDistinctId': 'boolean',
26002+ 'apiKeyName': '*',
26003+ 'value': '*',
26004+ 'description': '*'
26005+ },
26006+ 'RateLimitedApiKey': {
26007+ 'apiStages': {
26008+ 'api': {
26009+ 'apiId': '*',
26010+ 'apiEndpoint': '*',
26011+ 'stack': '*',
26012+ 'env': {
26013+ 'account': '*',
26014+ 'region': '*'
26015+ },
26016+ 'node': '*'
26017+ },
26018+ 'stage': {
26019+ 'callbackUrl': '*',
26020+ 'stageName': '*',
26021+ 'url': '*'
26022+ }
26023+ },
26024+ 'quota': {
26025+ 'limit': '*',
26026+ 'offset': '*',
26027+ 'period': 'Period'
26028+ },
26029+ 'throttle': {
26030+ 'rateLimit': '*',
26031+ 'burstLimit': '*'
26032+ },
26033+ 'customerId': '*',
26034+ 'enabled': 'boolean',
26035+ 'generateDistinctId': 'boolean',
26036+ 'apiKeyName': '*',
26037+ 'value': '*',
26038+ 'description': '*'
26039+ },
2599826040 'WebSocketApi': {
2599926041 'addRoute': [
2600026042 '*',
@@ -26141,6 +26183,55 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2614126183 }
2614226184 }
2614326185 ]
26186+ },
26187+ 'UsagePlan': {
26188+ 'apiStages': {
26189+ 'api': {
26190+ 'apiId': '*',
26191+ 'apiEndpoint': '*',
26192+ 'stack': '*',
26193+ 'env': {
26194+ 'account': '*',
26195+ 'region': '*'
26196+ },
26197+ 'node': '*'
26198+ },
26199+ 'stage': {
26200+ 'callbackUrl': '*',
26201+ 'stageName': '*',
26202+ 'url': '*'
26203+ }
26204+ },
26205+ 'description': '*',
26206+ 'quota': {
26207+ 'limit': '*',
26208+ 'offset': '*',
26209+ 'period': 'Period'
26210+ },
26211+ 'throttle': {
26212+ 'rateLimit': '*',
26213+ 'burstLimit': '*'
26214+ },
26215+ 'usagePlanName': '*',
26216+ 'addApiStage': [
26217+ {
26218+ 'api': {
26219+ 'apiId': '*',
26220+ 'apiEndpoint': '*',
26221+ 'stack': '*',
26222+ 'env': {
26223+ 'account': '*',
26224+ 'region': '*'
26225+ },
26226+ 'node': '*'
26227+ },
26228+ 'stage': {
26229+ 'callbackUrl': '*',
26230+ 'stageName': '*',
26231+ 'url': '*'
26232+ }
26233+ }
26234+ ]
2614426235 }
2614526236 },
2614626237 'aws-cloudfront.lib': {
Original file line number Diff line number Diff line change 704704 " ANTHROPIC_CLAUDE_3_OPUS_20240229_V1_0_28K" ,
705705 " ANTHROPIC_CLAUDE_3_OPUS_20240229_V1_0_200K" ,
706706 " ANTHROPIC_CLAUDE_OPUS_4_20250514_V1_0" ,
707+ " ANTHROPIC_CLAUDE_OPUS_4_1_20250805_V1_0" ,
707708 " ANTHROPIC_CLAUDE_INSTANT_V1" ,
708709 " ANTHROPIC_CLAUDE_INSTANT_V1_2_100K" ,
709710 " COHERE_COMMAND_V14" ,
718719 " COHERE_EMBED_MULTILINGUAL_V3" ,
719720 " COHERE_EMBED_MULTILINGUAL_V3_0_512" ,
720721 " DEEP_SEEK_R1_V1_0" ,
722+ " OPENAI_GPT_OSS_120B_1" ,
723+ " OPENAI_GPT_OSS_20B_1" ,
721724 " LUMA_RAY_V2_0" ,
722725 " META_LLAMA_2_13B_V1" ,
723726 " META_LLAMA_2_13B_V1_0_4K" ,
Original file line number Diff line number Diff line change 11221122 " WHEN_NO_TEMPLATES"
11231123 ]
11241124 },
1125+ "aws-cdk/packages/aws-cdk-lib/aws-apigatewayv2/lib/websocket/usage-plan.ts" : {
1126+ "Period" : [
1127+ " DAY" ,
1128+ " WEEK" ,
1129+ " MONTH"
1130+ ],
1131+ "UsagePlanKeyType" : [
1132+ " API_KEY"
1133+ ]
1134+ },
11251135 "aws-cdk/packages/aws-cdk-lib/aws-appconfig/lib/application.ts" : {
11261136 "Platform" : [
11271137 " x86-64" ,
You can’t perform that action at this time.
0 commit comments