Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove module from aws-cdk-lib #29050

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
]
}
}
Loading