cdk-common 2.0.332 → 2.0.334

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/assert",
3
- "version": "2.51.1",
3
+ "version": "2.52.0",
4
4
  "description": "An assertion library for use with CDK Apps",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -34,21 +34,21 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "devDependencies": {
37
- "@aws-cdk/assert-internal": "2.51.1",
38
- "@aws-cdk/cdk-build-tools": "2.51.1",
39
- "@aws-cdk/pkglint": "2.51.1",
37
+ "@aws-cdk/assert-internal": "2.52.0",
38
+ "@aws-cdk/cdk-build-tools": "2.52.0",
39
+ "@aws-cdk/pkglint": "2.52.0",
40
40
  "@types/jest": "^27.5.2",
41
- "aws-cdk-lib": "2.51.1",
42
- "aws-cdk-migration": "2.51.1",
41
+ "aws-cdk-lib": "2.52.0",
42
+ "aws-cdk-migration": "2.52.0",
43
43
  "constructs": "^10.0.0",
44
44
  "jest": "^27.3.1",
45
45
  "ts-jest": "^27.1.5"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-cdk/cloudformation-diff": "2.51.1"
48
+ "@aws-cdk/cloudformation-diff": "2.52.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "aws-cdk-lib": "^2.51.1",
51
+ "aws-cdk-lib": "^2.52.0",
52
52
  "constructs": "^10.0.0",
53
53
  "jest": ">=26.6.3"
54
54
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-cdk/cfnspec",
3
3
  "description": "The CloudFormation resource specification used by @aws-cdk packages",
4
- "version": "2.51.1",
4
+ "version": "2.52.0",
5
5
  "scripts": {
6
6
  "update": "cdk-build && /bin/bash build-tools/update.sh",
7
7
  "update-metrics": "/bin/bash build-tools/update-metrics.sh",
@@ -30,8 +30,8 @@
30
30
  "main": "lib/index.js",
31
31
  "types": "lib/index.d.ts",
32
32
  "devDependencies": {
33
- "@aws-cdk/cdk-build-tools": "2.51.1",
34
- "@aws-cdk/pkglint": "2.51.1",
33
+ "@aws-cdk/cdk-build-tools": "2.52.0",
34
+ "@aws-cdk/pkglint": "2.52.0",
35
35
  "@types/fs-extra": "^8.1.2",
36
36
  "@types/jest": "^27.5.2",
37
37
  "@types/md5": "^2.3.2",
@@ -1,5 +1,5 @@
1
1
  {
2
- "Fingerprint": "dafcfb58ec23fbaf6323f713cf920e91",
2
+ "Fingerprint": "bc551f17e0486eed917c03b7a76e0e32",
3
3
  "PropertyTypes": {
4
4
  "AWS::ACMPCA::Certificate.ApiPassthrough": {
5
5
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",
@@ -29134,6 +29134,17 @@
29134
29134
  }
29135
29135
  }
29136
29136
  },
29137
+ "AWS::ECS::Cluster.ServiceConnectDefaults": {
29138
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-serviceconnectdefaults.html",
29139
+ "Properties": {
29140
+ "Namespace": {
29141
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-serviceconnectdefaults.html#cfn-ecs-cluster-serviceconnectdefaults-namespace",
29142
+ "PrimitiveType": "String",
29143
+ "Required": false,
29144
+ "UpdateType": "Mutable"
29145
+ }
29146
+ }
29147
+ },
29137
29148
  "AWS::ECS::ClusterCapacityProviderAssociations.CapacityProviderStrategy": {
29138
29149
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-clustercapacityproviderassociations-capacityproviderstrategy.html",
29139
29150
  "Properties": {
@@ -29285,6 +29296,31 @@
29285
29296
  }
29286
29297
  }
29287
29298
  },
29299
+ "AWS::ECS::Service.LogConfiguration": {
29300
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-logconfiguration.html",
29301
+ "Properties": {
29302
+ "LogDriver": {
29303
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-logconfiguration.html#cfn-ecs-service-logconfiguration-logdriver",
29304
+ "PrimitiveType": "String",
29305
+ "Required": false,
29306
+ "UpdateType": "Mutable"
29307
+ },
29308
+ "Options": {
29309
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-logconfiguration.html#cfn-ecs-service-logconfiguration-options",
29310
+ "PrimitiveItemType": "String",
29311
+ "Required": false,
29312
+ "Type": "Map",
29313
+ "UpdateType": "Mutable"
29314
+ },
29315
+ "SecretOptions": {
29316
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-logconfiguration.html#cfn-ecs-service-logconfiguration-secretoptions",
29317
+ "ItemType": "Secret",
29318
+ "Required": false,
29319
+ "Type": "List",
29320
+ "UpdateType": "Mutable"
29321
+ }
29322
+ }
29323
+ },
29288
29324
  "AWS::ECS::Service.NetworkConfiguration": {
29289
29325
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-networkconfiguration.html",
29290
29326
  "Properties": {
@@ -29330,6 +29366,100 @@
29330
29366
  }
29331
29367
  }
29332
29368
  },
29369
+ "AWS::ECS::Service.Secret": {
29370
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-secret.html",
29371
+ "Properties": {
29372
+ "Name": {
29373
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-secret.html#cfn-ecs-service-secret-name",
29374
+ "PrimitiveType": "String",
29375
+ "Required": true,
29376
+ "UpdateType": "Mutable"
29377
+ },
29378
+ "ValueFrom": {
29379
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-secret.html#cfn-ecs-service-secret-valuefrom",
29380
+ "PrimitiveType": "String",
29381
+ "Required": true,
29382
+ "UpdateType": "Mutable"
29383
+ }
29384
+ }
29385
+ },
29386
+ "AWS::ECS::Service.ServiceConnectClientAlias": {
29387
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectclientalias.html",
29388
+ "Properties": {
29389
+ "DnsName": {
29390
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectclientalias.html#cfn-ecs-service-serviceconnectclientalias-dnsname",
29391
+ "PrimitiveType": "String",
29392
+ "Required": false,
29393
+ "UpdateType": "Mutable"
29394
+ },
29395
+ "Port": {
29396
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectclientalias.html#cfn-ecs-service-serviceconnectclientalias-port",
29397
+ "PrimitiveType": "Integer",
29398
+ "Required": true,
29399
+ "UpdateType": "Mutable"
29400
+ }
29401
+ }
29402
+ },
29403
+ "AWS::ECS::Service.ServiceConnectConfiguration": {
29404
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html",
29405
+ "Properties": {
29406
+ "Enabled": {
29407
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html#cfn-ecs-service-serviceconnectconfiguration-enabled",
29408
+ "PrimitiveType": "Boolean",
29409
+ "Required": true,
29410
+ "UpdateType": "Mutable"
29411
+ },
29412
+ "LogConfiguration": {
29413
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html#cfn-ecs-service-serviceconnectconfiguration-logconfiguration",
29414
+ "Required": false,
29415
+ "Type": "LogConfiguration",
29416
+ "UpdateType": "Mutable"
29417
+ },
29418
+ "Namespace": {
29419
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html#cfn-ecs-service-serviceconnectconfiguration-namespace",
29420
+ "PrimitiveType": "String",
29421
+ "Required": false,
29422
+ "UpdateType": "Mutable"
29423
+ },
29424
+ "Services": {
29425
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html#cfn-ecs-service-serviceconnectconfiguration-services",
29426
+ "ItemType": "ServiceConnectService",
29427
+ "Required": false,
29428
+ "Type": "List",
29429
+ "UpdateType": "Mutable"
29430
+ }
29431
+ }
29432
+ },
29433
+ "AWS::ECS::Service.ServiceConnectService": {
29434
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectservice.html",
29435
+ "Properties": {
29436
+ "ClientAliases": {
29437
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectservice.html#cfn-ecs-service-serviceconnectservice-clientaliases",
29438
+ "ItemType": "ServiceConnectClientAlias",
29439
+ "Required": false,
29440
+ "Type": "List",
29441
+ "UpdateType": "Mutable"
29442
+ },
29443
+ "DiscoveryName": {
29444
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectservice.html#cfn-ecs-service-serviceconnectservice-discoveryname",
29445
+ "PrimitiveType": "String",
29446
+ "Required": false,
29447
+ "UpdateType": "Mutable"
29448
+ },
29449
+ "IngressPortOverride": {
29450
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectservice.html#cfn-ecs-service-serviceconnectservice-ingressportoverride",
29451
+ "PrimitiveType": "Integer",
29452
+ "Required": false,
29453
+ "UpdateType": "Mutable"
29454
+ },
29455
+ "PortName": {
29456
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectservice.html#cfn-ecs-service-serviceconnectservice-portname",
29457
+ "PrimitiveType": "String",
29458
+ "Required": true,
29459
+ "UpdateType": "Mutable"
29460
+ }
29461
+ }
29462
+ },
29333
29463
  "AWS::ECS::Service.ServiceRegistry": {
29334
29464
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceregistry.html",
29335
29465
  "Properties": {
@@ -30015,6 +30145,12 @@
30015
30145
  "AWS::ECS::TaskDefinition.PortMapping": {
30016
30146
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-portmappings.html",
30017
30147
  "Properties": {
30148
+ "AppProtocol": {
30149
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-portmappings.html#cfn-ecs-taskdefinition-portmapping-appprotocol",
30150
+ "PrimitiveType": "String",
30151
+ "Required": false,
30152
+ "UpdateType": "Immutable"
30153
+ },
30018
30154
  "ContainerPort": {
30019
30155
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-portmappings.html#cfn-ecs-taskdefinition-containerdefinition-portmappings-containerport",
30020
30156
  "PrimitiveType": "Integer",
@@ -30027,6 +30163,12 @@
30027
30163
  "Required": false,
30028
30164
  "UpdateType": "Immutable"
30029
30165
  },
30166
+ "Name": {
30167
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-portmappings.html#cfn-ecs-taskdefinition-portmapping-name",
30168
+ "PrimitiveType": "String",
30169
+ "Required": false,
30170
+ "UpdateType": "Immutable"
30171
+ },
30030
30172
  "Protocol": {
30031
30173
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions-portmappings.html#cfn-ecs-taskdefinition-containerdefinition-portmappings-sourcevolume",
30032
30174
  "PrimitiveType": "String",
@@ -103247,6 +103389,12 @@
103247
103389
  "Type": "List",
103248
103390
  "UpdateType": "Mutable"
103249
103391
  },
103392
+ "ServiceConnectDefaults": {
103393
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-serviceconnectdefaults",
103394
+ "Required": false,
103395
+ "Type": "ServiceConnectDefaults",
103396
+ "UpdateType": "Mutable"
103397
+ },
103250
103398
  "Tags": {
103251
103399
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-tags",
103252
103400
  "ItemType": "Tag",
@@ -103422,6 +103570,12 @@
103422
103570
  "Required": false,
103423
103571
  "UpdateType": "Immutable"
103424
103572
  },
103573
+ "ServiceConnectConfiguration": {
103574
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-serviceconnectconfiguration",
103575
+ "Required": false,
103576
+ "Type": "ServiceConnectConfiguration",
103577
+ "UpdateType": "Mutable"
103578
+ },
103425
103579
  "ServiceName": {
103426
103580
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicename",
103427
103581
  "PrimitiveType": "String",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/cloudformation-diff",
3
- "version": "2.51.1",
3
+ "version": "2.52.0",
4
4
  "description": "Utilities to diff CDK stacks against CloudFormation templates",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-cdk/cfnspec": "2.51.1",
26
+ "@aws-cdk/cfnspec": "2.52.0",
27
27
  "@types/node": "^14.18.33",
28
28
  "chalk": "^4",
29
29
  "diff": "^5.1.0",
@@ -32,8 +32,8 @@
32
32
  "table": "^6.8.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@aws-cdk/cdk-build-tools": "2.51.1",
36
- "@aws-cdk/pkglint": "2.51.1",
35
+ "@aws-cdk/cdk-build-tools": "2.52.0",
36
+ "@aws-cdk/pkglint": "2.52.0",
37
37
  "@types/jest": "^27.5.2",
38
38
  "@types/string-width": "^4.0.1",
39
39
  "fast-check": "^2.25.0",
package/package.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "jsii-pacmak": "^1.71.0",
56
56
  "json-schema": "^0.4.0",
57
57
  "npm-check-updates": "^16",
58
- "projen": "0.65.36",
58
+ "projen": "0.65.38",
59
59
  "standard-version": "^9",
60
60
  "ts-jest": "^27",
61
61
  "typescript": "3.9.10"
@@ -65,7 +65,7 @@
65
65
  "constructs": "^10.0.5"
66
66
  },
67
67
  "dependencies": {
68
- "@aws-cdk/assert": "^2.51.1",
68
+ "@aws-cdk/assert": "^2.52.0",
69
69
  "case": "^1.6.3",
70
70
  "sync-request": "^6.1.0"
71
71
  },
@@ -83,7 +83,7 @@
83
83
  ],
84
84
  "main": "lib/index.js",
85
85
  "license": "Apache-2.0",
86
- "version": "2.0.332",
86
+ "version": "2.0.334",
87
87
  "jest": {
88
88
  "testMatch": [
89
89
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
@@ -145,7 +145,8 @@
145
145
  },
146
146
  "resolutions": {
147
147
  "got": "12.3.0",
148
- "@types/prettier": "2.6.0"
148
+ "@types/prettier": "2.6.0",
149
+ "@types/babel__traverse": "7.18.2"
149
150
  },
150
151
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
151
152
  }