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(iot1click): remove the shut down service aws-iot1click #32844

Merged
merged 3 commits into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 0 additions & 1 deletion .github/workflows/issue-label-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ env:
{"area":"@aws-cdk/aws-inspector","keywords":["aws-inspector","inspector"],"labels":["@aws-cdk/aws-inspector"]},
{"area":"@aws-cdk/aws-iot","keywords":["internet-of-things","aws-iot","iot"],"labels":["@aws-cdk/aws-iot"],"affixes":{"suffixes":["-alpha"]}},
{"area":"@aws-cdk/aws-iot-actions","keywords":["aws-iot-actions","iot-actions"],"labels":["@aws-cdk/aws-iot-actions"],"affixes":{"suffixes":["-alpha"]}},
{"area":"@aws-cdk/aws-iot1click","keywords":["aws-iot1click","iot1click"],"labels":["@aws-cdk/aws-iot1click"]},
{"area":"@aws-cdk/aws-iotanalytics","keywords":["aws-iotanalytics","iotanalytics"],"labels":["@aws-cdk/aws-iotanalytics"]},
{"area":"@aws-cdk/aws-iotevents","keywords":["aws-iotevents","iotevents"],"labels":["@aws-cdk/aws-iotevents"],"affixes":{"suffixes":["-alpha"]}},
{"area":"@aws-cdk/aws-iotevents-actions","keywords":["aws-iotevents","iotevents-actions"],"labels":["@aws-cdk/aws-iotevents-actions"],"affixes":{"suffixes":["-alpha"]}},
Expand Down
1 change: 1 addition & 0 deletions deprecated_apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1098,3 +1098,4 @@ aws-cdk-lib.pipelines.UpdatePipelineActionProps#pipelineStackHierarchicalId
aws-cdk-lib.pipelines.UpdatePipelineActionProps#pipelineStackName
aws-cdk-lib.pipelines.UpdatePipelineActionProps#privileged
aws-cdk-lib.pipelines.UpdatePipelineActionProps#projectName
aws-cdk-lib.iot1click
13 changes: 0 additions & 13 deletions packages/aws-cdk-lib/aws-iot1click/.jsiirc.json

This file was deleted.

27 changes: 0 additions & 27 deletions packages/aws-cdk-lib/aws-iot1click/README.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/aws-cdk-lib/aws-iot1click/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 @@ -133,7 +133,6 @@ export * as aws_inspectorv2 from './aws-inspectorv2';
export * as aws_internetmonitor from './aws-internetmonitor';
export * as aws_invoicing from './aws-invoicing';
export * as aws_iot from './aws-iot';
export * as aws_iot1click from './aws-iot1click';
export * as aws_iotanalytics from './aws-iotanalytics';
export * as aws_iotcoredeviceadvisor from './aws-iotcoredeviceadvisor';
export * as aws_iotevents from './aws-iotevents';
Expand Down
1 change: 0 additions & 1 deletion packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@
"./aws-internetmonitor": "./aws-internetmonitor/index.js",
"./aws-invoicing": "./aws-invoicing/index.js",
"./aws-iot": "./aws-iot/index.js",
"./aws-iot1click": "./aws-iot1click/index.js",
"./aws-iotanalytics": "./aws-iotanalytics/index.js",
"./aws-iotcoredeviceadvisor": "./aws-iotcoredeviceadvisor/index.js",
"./aws-iotevents": "./aws-iotevents/index.js",
Expand Down
1 change: 0 additions & 1 deletion tools/@aws-cdk/pkglint/lib/aws-service-official-names.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"AWS::GuardDuty": "Amazon GuardDuty",
"AWS::IAM": "AWS Identity and Access Management",
"AWS::Inspector": "Amazon Inspector",
"AWS::IoT1Click": "AWS IoT 1-Click",
"AWS::IoT": "AWS IoT",
"AWS::IoTAnalytics": "AWS IoT Analytics",
"AWS::IoTThingsGraph": "AWS IoT Things Graph",
Expand Down
Loading