Skip to content

Commit 2e4067b

Browse files
chore: remove module from aws-cdk-lib (#29050)
### 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*
1 parent 46dde1f commit 2e4067b

File tree

7 files changed

+2
-62
lines changed

7 files changed

+2
-62
lines changed

packages/aws-cdk-lib/aws-ssmguiconnect/.jsiirc.json

-13
This file was deleted.

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

-39
This file was deleted.

packages/aws-cdk-lib/aws-ssmguiconnect/index.ts

-1
This file was deleted.

packages/aws-cdk-lib/aws-ssmguiconnect/lib/index.ts

-2
This file was deleted.

packages/aws-cdk-lib/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ export * as aws_sns_subscriptions from './aws-sns-subscriptions';
239239
export * as aws_sqs from './aws-sqs';
240240
export * as aws_ssm from './aws-ssm';
241241
export * as aws_ssmcontacts from './aws-ssmcontacts';
242-
export * as aws_ssmguiconnect from './aws-ssmguiconnect';
243242
export * as aws_ssmincidents from './aws-ssmincidents';
244243
export * as aws_sso from './aws-sso';
245244
export * as aws_stepfunctions from './aws-stepfunctions';

packages/aws-cdk-lib/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@
452452
"./aws-sqs": "./aws-sqs/index.js",
453453
"./aws-ssm": "./aws-ssm/index.js",
454454
"./aws-ssmcontacts": "./aws-ssmcontacts/index.js",
455-
"./aws-ssmguiconnect": "./aws-ssmguiconnect/index.js",
456455
"./aws-ssmincidents": "./aws-ssmincidents/index.js",
457456
"./aws-sso": "./aws-sso/index.js",
458457
"./aws-stepfunctions": "./aws-stepfunctions/index.js",
@@ -505,4 +504,4 @@
505504
"@aws-cdk/aws-kinesisfirehose-destinations-alpha": "*"
506505
}
507506
}
508-
}
507+
}

packages/aws-cdk-lib/scripts/scope-map.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -642,9 +642,6 @@
642642
"aws-ssmcontacts": [
643643
"AWS::SSMContacts"
644644
],
645-
"aws-ssmguiconnect": [
646-
"AWS::SSMGuiConnect"
647-
],
648645
"aws-ssmincidents": [
649646
"AWS::SSMIncidents"
650647
],
@@ -705,4 +702,4 @@
705702
"core": [
706703
"AWS::CloudFormation"
707704
]
708-
}
705+
}

0 commit comments

Comments
 (0)