@awboost/cfntypes 1.0.0-beta.57 → 1.0.0-beta.58
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.
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "142.
|
1
|
+
export declare const ResourceSpecificationVersion = "142.1.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -1344,6 +1344,16 @@ export interface ApiGatewayV2StageRouteSettings {
|
|
1344
1344
|
DetailedMetricsEnabled?: boolean;
|
1345
1345
|
ThrottlingRateLimit?: number;
|
1346
1346
|
}
|
1347
|
+
/**
|
1348
|
+
* Type definition for AWS::AppConfig::Application.Tags
|
1349
|
+
*
|
1350
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html | AWS::AppConfig::Application.Tags}
|
1351
|
+
* @group AWS::AppConfig
|
1352
|
+
*/
|
1353
|
+
export interface AppConfigApplicationTags {
|
1354
|
+
Value?: string;
|
1355
|
+
Key?: string;
|
1356
|
+
}
|
1347
1357
|
/**
|
1348
1358
|
* Type definition for AWS::AppConfig::ConfigurationProfile.Tags
|
1349
1359
|
*
|
@@ -17306,9 +17316,9 @@ export interface EventsEventBusPolicyCondition {
|
|
17306
17316
|
* @group AWS::Events
|
17307
17317
|
*/
|
17308
17318
|
export interface EventsRuleAwsVpcConfiguration {
|
17309
|
-
AssignPublicIp?: string;
|
17310
17319
|
SecurityGroups?: any[];
|
17311
17320
|
Subnets: any[];
|
17321
|
+
AssignPublicIp?: string;
|
17312
17322
|
}
|
17313
17323
|
/**
|
17314
17324
|
* Type definition for AWS::Events::Rule.BatchArrayProperties
|
@@ -17327,9 +17337,9 @@ export interface EventsRuleBatchArrayProperties {
|
|
17327
17337
|
*/
|
17328
17338
|
export interface EventsRuleBatchParameters {
|
17329
17339
|
ArrayProperties?: EventsRuleBatchArrayProperties;
|
17330
|
-
JobDefinition: string;
|
17331
17340
|
JobName: string;
|
17332
17341
|
RetryStrategy?: EventsRuleBatchRetryStrategy;
|
17342
|
+
JobDefinition: string;
|
17333
17343
|
}
|
17334
17344
|
/**
|
17335
17345
|
* Type definition for AWS::Events::Rule.BatchRetryStrategy
|
@@ -17347,8 +17357,8 @@ export interface EventsRuleBatchRetryStrategy {
|
|
17347
17357
|
* @group AWS::Events
|
17348
17358
|
*/
|
17349
17359
|
export interface EventsRuleCapacityProviderStrategyItem {
|
17350
|
-
Base?: number;
|
17351
17360
|
CapacityProvider: string;
|
17361
|
+
Base?: number;
|
17352
17362
|
Weight?: number;
|
17353
17363
|
}
|
17354
17364
|
/**
|
@@ -17367,19 +17377,19 @@ export interface EventsRuleDeadLetterConfig {
|
|
17367
17377
|
* @group AWS::Events
|
17368
17378
|
*/
|
17369
17379
|
export interface EventsRuleEcsParameters {
|
17370
|
-
|
17380
|
+
PlatformVersion?: string;
|
17381
|
+
Group?: string;
|
17371
17382
|
EnableECSManagedTags?: boolean;
|
17372
17383
|
EnableExecuteCommand?: boolean;
|
17373
|
-
Group?: string;
|
17374
|
-
LaunchType?: string;
|
17375
|
-
NetworkConfiguration?: EventsRuleNetworkConfiguration;
|
17376
17384
|
PlacementConstraints?: any[];
|
17377
|
-
PlacementStrategies?: any[];
|
17378
|
-
PlatformVersion?: string;
|
17379
17385
|
PropagateTags?: string;
|
17386
|
+
TaskCount?: number;
|
17387
|
+
PlacementStrategies?: any[];
|
17388
|
+
CapacityProviderStrategy?: any[];
|
17389
|
+
LaunchType?: string;
|
17380
17390
|
ReferenceId?: string;
|
17381
17391
|
TagList?: any[];
|
17382
|
-
|
17392
|
+
NetworkConfiguration?: EventsRuleNetworkConfiguration;
|
17383
17393
|
TaskDefinitionArn: string;
|
17384
17394
|
}
|
17385
17395
|
/**
|
@@ -17389,8 +17399,8 @@ export interface EventsRuleEcsParameters {
|
|
17389
17399
|
* @group AWS::Events
|
17390
17400
|
*/
|
17391
17401
|
export interface EventsRuleHttpParameters {
|
17392
|
-
HeaderParameters?: Record<string, any>;
|
17393
17402
|
PathParameterValues?: any[];
|
17403
|
+
HeaderParameters?: Record<string, any>;
|
17394
17404
|
QueryStringParameters?: Record<string, any>;
|
17395
17405
|
}
|
17396
17406
|
/**
|
@@ -17428,8 +17438,8 @@ export interface EventsRuleNetworkConfiguration {
|
|
17428
17438
|
* @group AWS::Events
|
17429
17439
|
*/
|
17430
17440
|
export interface EventsRulePlacementConstraint {
|
17431
|
-
Expression?: string;
|
17432
17441
|
Type?: string;
|
17442
|
+
Expression?: string;
|
17433
17443
|
}
|
17434
17444
|
/**
|
17435
17445
|
* Type definition for AWS::Events::Rule.PlacementStrategy
|
@@ -17448,11 +17458,12 @@ export interface EventsRulePlacementStrategy {
|
|
17448
17458
|
* @group AWS::Events
|
17449
17459
|
*/
|
17450
17460
|
export interface EventsRuleRedshiftDataParameters {
|
17461
|
+
StatementName?: string;
|
17462
|
+
Sqls?: any[];
|
17451
17463
|
Database: string;
|
17452
|
-
DbUser?: string;
|
17453
17464
|
SecretManagerArn?: string;
|
17454
|
-
|
17455
|
-
|
17465
|
+
DbUser?: string;
|
17466
|
+
Sql: string;
|
17456
17467
|
WithEvent?: boolean;
|
17457
17468
|
}
|
17458
17469
|
/**
|
@@ -17462,8 +17473,8 @@ export interface EventsRuleRedshiftDataParameters {
|
|
17462
17473
|
* @group AWS::Events
|
17463
17474
|
*/
|
17464
17475
|
export interface EventsRuleRetryPolicy {
|
17465
|
-
MaximumEventAgeInSeconds?: number;
|
17466
17476
|
MaximumRetryAttempts?: number;
|
17477
|
+
MaximumEventAgeInSeconds?: number;
|
17467
17478
|
}
|
17468
17479
|
/**
|
17469
17480
|
* Type definition for AWS::Events::Rule.RunCommandParameters
|
@@ -17481,8 +17492,8 @@ export interface EventsRuleRunCommandParameters {
|
|
17481
17492
|
* @group AWS::Events
|
17482
17493
|
*/
|
17483
17494
|
export interface EventsRuleRunCommandTarget {
|
17484
|
-
Key: string;
|
17485
17495
|
Values: any[];
|
17496
|
+
Key: string;
|
17486
17497
|
}
|
17487
17498
|
/**
|
17488
17499
|
* Type definition for AWS::Events::Rule.SageMakerPipelineParameter
|
@@ -17491,8 +17502,8 @@ export interface EventsRuleRunCommandTarget {
|
|
17491
17502
|
* @group AWS::Events
|
17492
17503
|
*/
|
17493
17504
|
export interface EventsRuleSageMakerPipelineParameter {
|
17494
|
-
Name: string;
|
17495
17505
|
Value: string;
|
17506
|
+
Name: string;
|
17496
17507
|
}
|
17497
17508
|
/**
|
17498
17509
|
* Type definition for AWS::Events::Rule.SageMakerPipelineParameters
|
@@ -17512,16 +17523,6 @@ export interface EventsRuleSageMakerPipelineParameters {
|
|
17512
17523
|
export interface EventsRuleSqsParameters {
|
17513
17524
|
MessageGroupId: string;
|
17514
17525
|
}
|
17515
|
-
/**
|
17516
|
-
* Type definition for AWS::Events::Rule.Tag
|
17517
|
-
*
|
17518
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-tag.html | AWS::Events::Rule.Tag}
|
17519
|
-
* @group AWS::Events
|
17520
|
-
*/
|
17521
|
-
export interface EventsRuleTag {
|
17522
|
-
Key?: string;
|
17523
|
-
Value?: string;
|
17524
|
-
}
|
17525
17526
|
/**
|
17526
17527
|
* Type definition for AWS::Events::Rule.Target
|
17527
17528
|
*
|
@@ -17529,22 +17530,22 @@ export interface EventsRuleTag {
|
|
17529
17530
|
* @group AWS::Events
|
17530
17531
|
*/
|
17531
17532
|
export interface EventsRuleTarget {
|
17532
|
-
Arn: string;
|
17533
|
-
BatchParameters?: EventsRuleBatchParameters;
|
17534
|
-
DeadLetterConfig?: EventsRuleDeadLetterConfig;
|
17535
|
-
EcsParameters?: EventsRuleEcsParameters;
|
17536
|
-
HttpParameters?: EventsRuleHttpParameters;
|
17537
|
-
Id: string;
|
17538
|
-
Input?: string;
|
17539
17533
|
InputPath?: string;
|
17534
|
+
HttpParameters?: EventsRuleHttpParameters;
|
17535
|
+
DeadLetterConfig?: EventsRuleDeadLetterConfig;
|
17536
|
+
RunCommandParameters?: EventsRuleRunCommandParameters;
|
17540
17537
|
InputTransformer?: EventsRuleInputTransformer;
|
17541
17538
|
KinesisParameters?: EventsRuleKinesisParameters;
|
17542
|
-
RedshiftDataParameters?: EventsRuleRedshiftDataParameters;
|
17543
|
-
RetryPolicy?: EventsRuleRetryPolicy;
|
17544
17539
|
RoleArn?: string;
|
17545
|
-
|
17546
|
-
|
17540
|
+
RedshiftDataParameters?: EventsRuleRedshiftDataParameters;
|
17541
|
+
Input?: string;
|
17547
17542
|
SqsParameters?: EventsRuleSqsParameters;
|
17543
|
+
EcsParameters?: EventsRuleEcsParameters;
|
17544
|
+
BatchParameters?: EventsRuleBatchParameters;
|
17545
|
+
Id: string;
|
17546
|
+
Arn: string;
|
17547
|
+
SageMakerPipelineParameters?: EventsRuleSageMakerPipelineParameters;
|
17548
|
+
RetryPolicy?: EventsRuleRetryPolicy;
|
17548
17549
|
}
|
17549
17550
|
/**
|
17550
17551
|
* Type definition for AWS::Evidently::Experiment.MetricGoalObject
|
@@ -61783,16 +61784,6 @@ export interface AlexaASKSkillSkillPackage {
|
|
61783
61784
|
S3Key: string;
|
61784
61785
|
Overrides?: AlexaASKSkillOverrides;
|
61785
61786
|
}
|
61786
|
-
/**
|
61787
|
-
* Type definition for Dev::AppConfig::Application.Tags
|
61788
|
-
*
|
61789
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html | Dev::AppConfig::Application.Tags}
|
61790
|
-
* @group Dev::AppConfig
|
61791
|
-
*/
|
61792
|
-
export interface DevAppConfigApplicationTags {
|
61793
|
-
Value?: string;
|
61794
|
-
Key?: string;
|
61795
|
-
}
|
61796
61787
|
/**
|
61797
61788
|
* Type definition for Tag
|
61798
61789
|
*
|
@@ -62906,6 +62897,17 @@ export interface ApiGatewayV2VpcLinkProps {
|
|
62906
62897
|
export interface ApiGatewayV2VpcLinkAttribs {
|
62907
62898
|
VpcLinkId?: string;
|
62908
62899
|
}
|
62900
|
+
/**
|
62901
|
+
* Type definition for AWS::AppConfig::Application
|
62902
|
+
*
|
62903
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html | AWS::AppConfig::Application}
|
62904
|
+
* @group AWS::AppConfig
|
62905
|
+
*/
|
62906
|
+
export interface AppConfigApplicationProps {
|
62907
|
+
Description?: string;
|
62908
|
+
Tags?: any[];
|
62909
|
+
Name: string;
|
62910
|
+
}
|
62909
62911
|
/**
|
62910
62912
|
* Type definition for AWS::AppConfig::ConfigurationProfile
|
62911
62913
|
*
|
@@ -71946,14 +71948,14 @@ export interface EventsEventBusPolicyProps {
|
|
71946
71948
|
* @group AWS::Events
|
71947
71949
|
*/
|
71948
71950
|
export interface EventsRuleProps {
|
71949
|
-
Description?: string;
|
71950
71951
|
EventBusName?: string;
|
71951
71952
|
EventPattern?: object;
|
71952
|
-
Name?: string;
|
71953
|
-
RoleArn?: string;
|
71954
71953
|
ScheduleExpression?: string;
|
71954
|
+
Description?: string;
|
71955
71955
|
State?: string;
|
71956
71956
|
Targets?: any[];
|
71957
|
+
RoleArn?: string;
|
71958
|
+
Name?: string;
|
71957
71959
|
}
|
71958
71960
|
/**
|
71959
71961
|
* Attributes type definition for AWS::Events::Rule
|
@@ -87119,17 +87121,6 @@ export interface AlexaASKSkillProps {
|
|
87119
87121
|
VendorId: string;
|
87120
87122
|
SkillPackage: AlexaASKSkillSkillPackage;
|
87121
87123
|
}
|
87122
|
-
/**
|
87123
|
-
* Type definition for Dev::AppConfig::Application
|
87124
|
-
*
|
87125
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html | Dev::AppConfig::Application}
|
87126
|
-
* @group Dev::AppConfig
|
87127
|
-
*/
|
87128
|
-
export interface DevAppConfigApplicationProps {
|
87129
|
-
Description?: string;
|
87130
|
-
Tags?: any[];
|
87131
|
-
Name: string;
|
87132
|
-
}
|
87133
87124
|
export interface ResourceTypes {
|
87134
87125
|
"AWS::ACMPCA::Certificate": ACMPCACertificateProps;
|
87135
87126
|
"AWS::ACMPCA::CertificateAuthority": ACMPCACertificateAuthorityProps;
|
@@ -87179,6 +87170,7 @@ export interface ResourceTypes {
|
|
87179
87170
|
"AWS::ApiGatewayV2::RouteResponse": ApiGatewayV2RouteResponseProps;
|
87180
87171
|
"AWS::ApiGatewayV2::Stage": ApiGatewayV2StageProps;
|
87181
87172
|
"AWS::ApiGatewayV2::VpcLink": ApiGatewayV2VpcLinkProps;
|
87173
|
+
"AWS::AppConfig::Application": AppConfigApplicationProps;
|
87182
87174
|
"AWS::AppConfig::ConfigurationProfile": AppConfigConfigurationProfileProps;
|
87183
87175
|
"AWS::AppConfig::Deployment": AppConfigDeploymentProps;
|
87184
87176
|
"AWS::AppConfig::DeploymentStrategy": AppConfigDeploymentStrategyProps;
|
@@ -88272,7 +88264,6 @@ export interface ResourceTypes {
|
|
88272
88264
|
"AWS::XRay::ResourcePolicy": XRayResourcePolicyProps;
|
88273
88265
|
"AWS::XRay::SamplingRule": XRaySamplingRuleProps;
|
88274
88266
|
"Alexa::ASK::Skill": AlexaASKSkillProps;
|
88275
|
-
"Dev::AppConfig::Application": DevAppConfigApplicationProps;
|
88276
88267
|
}
|
88277
88268
|
export interface AttributeTypes {
|
88278
88269
|
"AWS::ACMPCA::Certificate": ACMPCACertificateAttribs;
|
@@ -89167,6 +89158,7 @@ export declare const ResourceType: {
|
|
89167
89158
|
readonly ApiGatewayV2RouteResponse: "AWS::ApiGatewayV2::RouteResponse";
|
89168
89159
|
readonly ApiGatewayV2Stage: "AWS::ApiGatewayV2::Stage";
|
89169
89160
|
readonly ApiGatewayV2VpcLink: "AWS::ApiGatewayV2::VpcLink";
|
89161
|
+
readonly AppConfigApplication: "AWS::AppConfig::Application";
|
89170
89162
|
readonly AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile";
|
89171
89163
|
readonly AppConfigDeployment: "AWS::AppConfig::Deployment";
|
89172
89164
|
readonly AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy";
|
@@ -90260,7 +90252,6 @@ export declare const ResourceType: {
|
|
90260
90252
|
readonly XRayResourcePolicy: "AWS::XRay::ResourcePolicy";
|
90261
90253
|
readonly XRaySamplingRule: "AWS::XRay::SamplingRule";
|
90262
90254
|
readonly AlexaASKSkill: "Alexa::ASK::Skill";
|
90263
|
-
readonly DevAppConfigApplication: "Dev::AppConfig::Application";
|
90264
90255
|
};
|
90265
90256
|
export declare const AttributeNames: AttributeNameMap;
|
90266
90257
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export const ResourceSpecificationVersion = "142.
|
1
|
+
export const ResourceSpecificationVersion = "142.1.0";
|
2
2
|
export const ResourceType = {
|
3
3
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
4
4
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -48,6 +48,7 @@ export const ResourceType = {
|
|
48
48
|
ApiGatewayV2RouteResponse: "AWS::ApiGatewayV2::RouteResponse",
|
49
49
|
ApiGatewayV2Stage: "AWS::ApiGatewayV2::Stage",
|
50
50
|
ApiGatewayV2VpcLink: "AWS::ApiGatewayV2::VpcLink",
|
51
|
+
AppConfigApplication: "AWS::AppConfig::Application",
|
51
52
|
AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile",
|
52
53
|
AppConfigDeployment: "AWS::AppConfig::Deployment",
|
53
54
|
AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy",
|
@@ -1140,8 +1141,7 @@ export const ResourceType = {
|
|
1140
1141
|
XRayGroup: "AWS::XRay::Group",
|
1141
1142
|
XRayResourcePolicy: "AWS::XRay::ResourcePolicy",
|
1142
1143
|
XRaySamplingRule: "AWS::XRay::SamplingRule",
|
1143
|
-
AlexaASKSkill: "Alexa::ASK::Skill"
|
1144
|
-
DevAppConfigApplication: "Dev::AppConfig::Application"
|
1144
|
+
AlexaASKSkill: "Alexa::ASK::Skill"
|
1145
1145
|
};
|
1146
1146
|
export const AttributeNames = {
|
1147
1147
|
"AWS::ACMPCA::Certificate": ["Arn", "Certificate"],
|
@@ -1192,6 +1192,7 @@ export const AttributeNames = {
|
|
1192
1192
|
"AWS::ApiGatewayV2::RouteResponse": ["RouteResponseId"],
|
1193
1193
|
"AWS::ApiGatewayV2::Stage": [],
|
1194
1194
|
"AWS::ApiGatewayV2::VpcLink": ["VpcLinkId"],
|
1195
|
+
"AWS::AppConfig::Application": [],
|
1195
1196
|
"AWS::AppConfig::ConfigurationProfile": [],
|
1196
1197
|
"AWS::AppConfig::Deployment": [],
|
1197
1198
|
"AWS::AppConfig::DeploymentStrategy": [],
|
@@ -2284,6 +2285,5 @@ export const AttributeNames = {
|
|
2284
2285
|
"AWS::XRay::Group": ["GroupARN"],
|
2285
2286
|
"AWS::XRay::ResourcePolicy": [],
|
2286
2287
|
"AWS::XRay::SamplingRule": ["RuleARN"],
|
2287
|
-
"Alexa::ASK::Skill": []
|
2288
|
-
"Dev::AppConfig::Application": []
|
2288
|
+
"Alexa::ASK::Skill": []
|
2289
2289
|
};
|
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.58",
|
4
4
|
"private": false,
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"scripts": {
|
48
48
|
"lint": "eslint src/ --ext=ts"
|
49
49
|
},
|
50
|
-
"awsResourceSpecificationVersion": "142.
|
50
|
+
"awsResourceSpecificationVersion": "142.1.0"
|
51
51
|
}
|