Skip to content

Commit

Permalink
chore: remove module from aws-cdk-lib (#29050)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

Closes #<issue number here>.

### Reason for this change



### Description of changes



### Description of how you validated changes



### Checklist
- [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
TheRealAmazonKendra committed Feb 9, 2024
1 parent 46dde1f commit 2e4067b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 62 deletions.
13 changes: 0 additions & 13 deletions packages/aws-cdk-lib/aws-ssmguiconnect/.jsiirc.json

This file was deleted.

39 changes: 0 additions & 39 deletions packages/aws-cdk-lib/aws-ssmguiconnect/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/aws-cdk-lib/aws-ssmguiconnect/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/aws-cdk-lib/aws-ssmguiconnect/lib/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/aws-cdk-lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ export * as aws_sns_subscriptions from './aws-sns-subscriptions';
export * as aws_sqs from './aws-sqs';
export * as aws_ssm from './aws-ssm';
export * as aws_ssmcontacts from './aws-ssmcontacts';
export * as aws_ssmguiconnect from './aws-ssmguiconnect';
export * as aws_ssmincidents from './aws-ssmincidents';
export * as aws_sso from './aws-sso';
export * as aws_stepfunctions from './aws-stepfunctions';
Expand Down
3 changes: 1 addition & 2 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@
"./aws-sqs": "./aws-sqs/index.js",
"./aws-ssm": "./aws-ssm/index.js",
"./aws-ssmcontacts": "./aws-ssmcontacts/index.js",
"./aws-ssmguiconnect": "./aws-ssmguiconnect/index.js",
"./aws-ssmincidents": "./aws-ssmincidents/index.js",
"./aws-sso": "./aws-sso/index.js",
"./aws-stepfunctions": "./aws-stepfunctions/index.js",
Expand Down Expand Up @@ -505,4 +504,4 @@
"@aws-cdk/aws-kinesisfirehose-destinations-alpha": "*"
}
}
}
}
5 changes: 1 addition & 4 deletions packages/aws-cdk-lib/scripts/scope-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,6 @@
"aws-ssmcontacts": [
"AWS::SSMContacts"
],
"aws-ssmguiconnect": [
"AWS::SSMGuiConnect"
],
"aws-ssmincidents": [
"AWS::SSMIncidents"
],
Expand Down Expand Up @@ -705,4 +702,4 @@
"core": [
"AWS::CloudFormation"
]
}
}

0 comments on commit 2e4067b

Please sign in to comment.