Skip to content

Commit

Permalink
feat: update AWS Service Spec
Browse files Browse the repository at this point in the history
AWS Service Spec packages to latest versions.
  • Loading branch information
aws-cdk-automation authored Sep 25, 2023
1 parent b3bbc7f commit 83613ea
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 11 deletions.
13 changes: 13 additions & 0 deletions packages/aws-cdk-lib/aws-healthimaging/.jsiirc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "services.healthimaging"
},
"dotnet": {
"package": "Amazon.CDK.AWS.HealthImaging"
},
"python": {
"module": "aws_cdk.aws_healthimaging"
}
}
}
39 changes: 39 additions & 0 deletions packages/aws-cdk-lib/aws-healthimaging/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# AWS::HealthImaging Construct Library
<!--BEGIN STABILITY BANNER-->

---

![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)

> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
>
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
---

<!--END STABILITY BANNER-->

This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.

```ts nofixture
import * as healthimaging from 'aws-cdk-lib/aws-healthimaging';
```

<!--BEGIN CFNONLY DISCLAIMER-->

There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:

- Search [Construct Hub for HealthImaging construct libraries](https://constructs.dev/search?q=healthimaging)
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::HealthImaging resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_HealthImaging.html) directly.


<!--BEGIN CFNONLY DISCLAIMER-->

There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::HealthImaging](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_HealthImaging.html).

(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)

<!--END CFNONLY DISCLAIMER-->
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-healthimaging/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './lib';
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-healthimaging/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AWS::HealthImaging Cloudformation Resources
export * from './healthimaging.generated';
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export * as aws_greengrass from './aws-greengrass';
export * as aws_greengrassv2 from './aws-greengrassv2';
export * as aws_groundstation from './aws-groundstation';
export * as aws_guardduty from './aws-guardduty';
export * as aws_healthimaging from './aws-healthimaging';
export * as aws_healthlake from './aws-healthlake';
export * as aws_iam from './aws-iam';
export * as aws_identitystore from './aws-identitystore';
Expand Down
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@
"./aws-greengrassv2": "./aws-greengrassv2/index.js",
"./aws-groundstation": "./aws-groundstation/index.js",
"./aws-guardduty": "./aws-guardduty/index.js",
"./aws-healthimaging": "./aws-healthimaging/index.js",
"./aws-healthlake": "./aws-healthlake/index.js",
"./aws-iam": "./aws-iam/index.js",
"./aws-identitystore": "./aws-identitystore/index.js",
Expand Down
3 changes: 3 additions & 0 deletions packages/aws-cdk-lib/scripts/scope-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@
"aws-guardduty": [
"AWS::GuardDuty"
],
"aws-healthimaging": [
"AWS::HealthImaging"
],
"aws-healthlake": [
"AWS::HealthLake"
],
Expand Down
4 changes: 2 additions & 2 deletions tools/@aws-cdk/spec2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.0.15",
"@aws-cdk/service-spec-types": "^0.0.15",
"@aws-cdk/aws-service-spec": "^0.0.16",
"@aws-cdk/service-spec-types": "^0.0.16",
"@cdklabs/tskb": "^0.0.1",
"@cdklabs/typewriter": "^0.0.2",
"camelcase": "^6",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.0.1.tgz#6dc9b7cdb22ff622a7176141197962360c33e9ac"
integrity sha512-DDt4SLdLOwWCjGtltH4VCST7hpOI5DzieuhGZsBpZ+AgJdSI2GCjklCXm0GCTwJG/SolkL5dtQXyUKgg9luBDg==

"@aws-cdk/aws-service-spec@^0.0.15":
version "0.0.15"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.15.tgz#244eb96901891d644af2bd13eaa7abbce1477483"
integrity sha512-AYU8SQAnSElmiTfyGWxDKoOBxAaNlwm0mEEiYMiPxF2lZMI82nN89pfeGut6Lk1LfW34FplhlY3/GrHIxV8qvg==
"@aws-cdk/aws-service-spec@^0.0.16":
version "0.0.16"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.16.tgz#2d60b281fc02a9a7badae4e220127c7ae7cb5f59"
integrity sha512-hlf3pvqDnsTZguGp4IR8rl/XrEb60wet0rdux6qbJxjLTfDrwWHsQGsquCvg24WminH8FCU2u2hUkc+mGWi1Ig==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.15"
"@aws-cdk/service-spec-types" "^0.0.16"
"@cdklabs/tskb" "^0.0.1"

"@aws-cdk/lambda-layer-kubectl-v24@^2.0.242":
version "2.0.242"
resolved "https://registry.npmjs.org/@aws-cdk/lambda-layer-kubectl-v24/-/lambda-layer-kubectl-v24-2.0.242.tgz#4273a5ad7714f933a7eba155eb9280823086db71"
integrity sha512-7/wIOo685tmrEe4hh6zqDELhBZh5OQGf3Hd2FU2Vnwy2ZubW8qTmEw5gqJCsCrGKeYDoa1BcVhDRZ/nzjkaqyA==

"@aws-cdk/service-spec-types@^0.0.15":
version "0.0.15"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.15.tgz#f06d580a6c6d19aec32b4f2e52b283d5a5737f95"
integrity sha512-KSIbHv7TFjQfUi2pNMXSJ+ouJBMGjXNjf8rAl+kQTuGHcvYFfYh6xHQOiZfm0ZnpvdPJc4RR0lSm28bqtyn4Ig==
"@aws-cdk/service-spec-types@^0.0.16":
version "0.0.16"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.16.tgz#8dba76e337aa23d37ef5d1ea0c7d625155db7d08"
integrity sha512-dp/vWNe7OILyLkWmR0UDeWS4VNTNK2yUs0C2pTO69OfeBMZGf7iQnC2gDaKTL7LJ/S1U/8QX4wlVgJJ8MlSI0Q==
dependencies:
"@cdklabs/tskb" "^0.0.1"

Expand Down

0 comments on commit 83613ea

Please sign in to comment.