Skip to content

Commit

Permalink
Update sdks.yaml to match root repo. (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laren-AWS authored Aug 28, 2024
1 parent 1daecf8 commit 4f56006
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions aws_doc_sdk_examples_tools/config/sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Go:
ivs-realtime: ivsrealtime
kinesis-analytics-v2: kinesisanalyticsv2
license-manager: licensemanager
marketplace-agreement: marketplaceagreement
marketplace-catalog: marketplacecatalog
mediapackage-vod: mediapackagevod
mediastore-data: mediastoredata
medical-imaging: medicalimaging
Expand Down Expand Up @@ -277,7 +279,8 @@ Rust:
api_ref:
uid: "SdkForRustV1"
name: "&guide-rust-api;"
link_template: "https://docs.rs/releases/search?query=aws-sdk"
# https://docs.rs/aws-sdk-apigateway/latest/aws_sdk_apigateway/client/struct.Client.html#method.get_rest_apis
link_template: "https://docs.rs/aws-sdk-{{.ServiceCollapsed}}/latest/aws_sdk_{{.ServiceCollapsed}}/client/struct.Client.html#method.{{.ActionSnake}}"
guide: "&guide-rust-dev;"
Swift:
property: swift
Expand All @@ -297,7 +300,7 @@ Swift:
guide: "&guide-swift-dev;"
CLI:
property: cli
syntax: none
syntax: cli
sdk:
2:
long: "&CLIlong;"
Expand Down

0 comments on commit 4f56006

Please sign in to comment.