Skip to content

Commit be6fef7

Browse files
authored
Merge branch 'main' into huijbers/runner-flags
2 parents 068ebe7 + 8f97112 commit be6fef7

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

packages/@aws-cdk/cloudformation-diff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"license": "Apache-2.0",
2525
"dependencies": {
26-
"@aws-cdk/aws-service-spec": "^0.1.44",
27-
"@aws-cdk/service-spec-types": "^0.0.110",
26+
"@aws-cdk/aws-service-spec": "^0.1.45",
27+
"@aws-cdk/service-spec-types": "^0.0.111",
2828
"chalk": "^4",
2929
"diff": "^5.2.0",
3030
"fast-deep-equal": "^3.1.3",

packages/@aws-cdk/integ-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@aws-cdk/cloud-assembly-schema": "^39.0.0",
7676
"@aws-cdk/cloudformation-diff": "0.0.0",
7777
"@aws-cdk/cx-api": "0.0.0",
78-
"@aws-cdk/aws-service-spec": "^0.1.44",
78+
"@aws-cdk/aws-service-spec": "^0.1.45",
7979
"cdk-assets": "3.0.0-rc.111",
8080
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
8181
"aws-cdk": "0.0.0",

packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const lb = new elbv2.ApplicationLoadBalancer(this, 'LB', {
212212
// The idle timeout value, in seconds
213213
idleTimeout: Duration.seconds(1000),
214214

215-
// Whether HTTP headers with header fields thatare not valid
215+
// Whether HTTP headers with header fields that are not valid
216216
// are removed by the load balancer (true), or routed to targets
217217
dropInvalidHeaderFields: true,
218218

@@ -578,7 +578,7 @@ You can set cross-zone load balancing setting at the target group level by setti
578578

579579
If not specified, it will use the load balancer's configuration.
580580

581-
For more infomation, see [How Elastic Load Balancing works](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html).
581+
For more information, see [How Elastic Load Balancing works](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html).
582582

583583
```ts
584584
declare const vpc: ec2.Vpc;
@@ -809,7 +809,7 @@ Node.of(resource).addDependency(targetGroup.loadBalancerAttached);
809809
You may look up load balancers and load balancer listeners by using one of the
810810
following lookup methods:
811811

812-
- `ApplicationLoadBalancer.fromlookup(options)` - Look up an application load
812+
- `ApplicationLoadBalancer.fromLookup(options)` - Look up an application load
813813
balancer.
814814
- `ApplicationListener.fromLookup(options)` - Look up an application load
815815
balancer listener.

packages/aws-cdk-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"mime-types": "^2.1.35"
137137
},
138138
"devDependencies": {
139-
"@aws-cdk/aws-service-spec": "^0.1.44",
139+
"@aws-cdk/aws-service-spec": "^0.1.45",
140140
"@aws-cdk/cdk-build-tools": "0.0.0",
141141
"@aws-cdk/custom-resource-handlers": "0.0.0",
142142
"@aws-cdk/pkglint": "0.0.0",

tools/@aws-cdk/spec2cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"license": "Apache-2.0",
3434
"dependencies": {
35-
"@aws-cdk/aws-service-spec": "^0.1.44",
35+
"@aws-cdk/aws-service-spec": "^0.1.45",
3636
"@aws-cdk/service-spec-importers": "^0.0.62",
37-
"@aws-cdk/service-spec-types": "^0.0.110",
37+
"@aws-cdk/service-spec-types": "^0.0.111",
3838
"@cdklabs/tskb": "^0.0.3",
3939
"@cdklabs/typewriter": "^0.0.3",
4040
"camelcase": "^6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.0.tgz#6d3c7860354d4856a7e75375f2f0ecab313b4989"
6464
integrity sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==
6565

66-
"@aws-cdk/aws-service-spec@^0.1.44":
67-
version "0.1.44"
68-
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.44.tgz#eb43f18346433a4d87871e98cbab4697b3b7f126"
69-
integrity sha512-t21QOjnBwskftloYVzSi8g2Ls6u4sGG2eLY5WB9PMZ3Mhnv2V1L81sZ8I8Uoe9TSzjHlCvew5SYAFkXKdeqnaQ==
66+
"@aws-cdk/aws-service-spec@^0.1.45":
67+
version "0.1.45"
68+
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.45.tgz#2f2ca43007ff469f21a134c7730ef58cf97c7be5"
69+
integrity sha512-Bus8BdIAHEvEbzavb2WXFYbkfktWPS+vqWd07RjryNT9Qqh/YiMgjUF3RFRBhtV3Obu7XZfbXbWkNJWvsWvY4g==
7070
dependencies:
71-
"@aws-cdk/service-spec-types" "^0.0.110"
71+
"@aws-cdk/service-spec-types" "^0.0.111"
7272
"@cdklabs/tskb" "^0.0.3"
7373

7474
"@aws-cdk/cloud-assembly-schema@^39.0.0", "@aws-cdk/cloud-assembly-schema@^39.0.1", "@aws-cdk/cloud-assembly-schema@^39.1.34":
@@ -129,10 +129,10 @@
129129
dependencies:
130130
"@cdklabs/tskb" "^0.0.3"
131131

132-
"@aws-cdk/service-spec-types@^0.0.110":
133-
version "0.0.110"
134-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.110.tgz#8eb340306cb8de5038c9254fce97edb6036fc22f"
135-
integrity sha512-ms9LK1lboCFh8FZrmR1X5VWUP6PnfYsm+RsvRDHRMRZ4ohJHwX7anOdWU2qduoAReaPDVP4G6HRjQC418UXCEg==
132+
"@aws-cdk/service-spec-types@^0.0.111":
133+
version "0.0.111"
134+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.111.tgz#7b264494eed118bedc8ce445f2ff38f3772eda02"
135+
integrity sha512-/LElEMPhkqOHbLlnRZ3T621qxNuPWuMfGTElJzphllS/Xh44/UrNETKqLnnsRgsRVBj/vBwpPquLLfHiJwtWbg==
136136
dependencies:
137137
"@cdklabs/tskb" "^0.0.3"
138138

0 commit comments

Comments
 (0)