Skip to content

Commit 9f44774

Browse files
authored
Rust: Add fake symlinks for all rust_dev_preview files. (#5692)
1 parent 95a5dc9 commit 9f44774

File tree

443 files changed

+445
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

443 files changed

+445
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ target
1919
vendor
2020
venv
2121
xcuserdata
22+
23+
# Ignore rust_dev_preview as it's no longer part of the project
24+
rust_dev_preview

rust_dev_preview

-1
This file was deleted.

rust_dev_preview/.cargo/config.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/.cargo/config.toml

rust_dev_preview/.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/.dockerignore

rust_dev_preview/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/.gitignore

rust_dev_preview/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/Dockerfile

rust_dev_preview/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/Dockerfile
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/detect_faces/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/detect_faces/src/main.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/detect_labels/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/detect_labels/src/main.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/examples/detect_labels.json"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/examples/download.json"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/examples/labels.json"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/examples/upload.json"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/integration/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/integration/tests/update_label.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/bin/detect_labels.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/bin/download.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/bin/hello.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/bin/labels.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/bin/pam.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/bin/upload.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/chunked_uploader.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/common.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/handlers/detect_labels.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/handlers/download.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/handlers/hello.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/handlers/labels.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/handlers/mod.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/handlers/upload.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/lib.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/src/uploader.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/tests/test_pipe.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/photo_asset_management/tests/test_upload_part.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/.dockerignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/Dockerfile
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/configuration/.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/configuration/base.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/client.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/configuration.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/healthz.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/lib.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/main.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/report.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/startup.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/telemetry.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/work_item/collection.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/work_item/mod.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/work_item/repository.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/src/work_item/work_item_archived.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/tests/api/healthz.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/tests/api/main.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/tests/api/startup.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/tests/api/work_item/happy.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/tests/api/work_item/mocked.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rest_ses/tests/api/work_item/mod.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/rust-toolchain.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/telephone/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/cross_service/telephone/src/main.rs

rust_dev_preview/examples/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/apigateway/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/apigateway/src/bin/get_rest_apis.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/apigateway/src/lib.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/apigatewaymanagement/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/apigatewaymanagement/src/bin/post_to_connection.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/applicationautoscaling/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/applicationautoscaling/src/bin/describe-scaling-policies.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/aurora/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/aurora/src/aurora_scenario/mod.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/aurora/src/aurora_scenario/tests.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/aurora/src/bin/aurora-scenario.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/aurora/src/bin/hello-world.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/aurora/src/lib.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/aurora/src/rds.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/auto-scaling/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/auto-scaling/src/bin/create-autoscaling-group.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/auto-scaling/src/bin/delete-autoscaling-group.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/auto-scaling/src/bin/list-autoscaling-groups.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/auto-scaling/src/bin/scenario.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/auto-scaling/src/bin/update-autoscaling-group.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/auto-scaling/src/lib.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/auto-scaling/src/scenario.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/autoscalingplans/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/autoscalingplans/src/bin/describe-scaling-plans.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/batch/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/batch/src/bin/batch-helloworld.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudformation/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudformation/src/bin/create-stack.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudformation/src/bin/delete-stack.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudformation/src/bin/describe-stack.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudformation/src/bin/list-stacks.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudwatch/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudwatch/src/bin/list-metrics.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudwatchlogs/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudwatchlogs/src/bin/get-log-events.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudwatchlogs/src/bin/list-log-groups.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cloudwatchlogs/src/bin/list-log-streams.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cognitoidentity/Cargo.toml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cognitoidentity/src/bin/describe-identity-pool.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cognitoidentity/src/bin/list-identity-pools.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cognitoidentity/src/bin/list-pool-identities.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cognitoidentity/src/lib.rs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file has been moved to https://github.com/awsdocs/aws-doc-sdk-examples/blob/rust_dev_preview/rustv1/examples/cognitoidentityprovider/Cargo.toml

0 commit comments

Comments
 (0)