File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
javascriptv3/example_code/iotsitewise
python/example_code/iotsitewise Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,11 @@ Code excerpts that show you how to call individual service functions.
4949- [ CreateAsset] ( actions/create-asset.js#L4 )
5050- [ CreateAssetModel] ( actions/create-asset-model.js#L4 )
5151- [ CreateGateway] ( actions/create-gateway.js#L4 )
52- - [ CreatePortal] ( actions/create-portal.js#L4 )
5352- [ DeleteAsset] ( actions/delete-asset.js#L4 )
5453- [ DeleteAssetModel] ( actions/delete-asset-model.js#L4 )
5554- [ DeleteGateway] ( actions/delete-gateway.js#L4 )
56- - [ DeletePortal] ( actions/delete-portal.js#L4 )
5755- [ DescribeAssetModel] ( actions/describe-asset-model.js#L4 )
5856- [ DescribeGateway] ( actions/describe-gateway.js#L4 )
59- - [ DescribePortal] ( actions/describe-portal.js#L4 )
6057- [ GetAssetPropertyValue] ( actions/get-asset-property-value.js#L4 )
6158- [ ListAssetModels] ( actions/list-asset-models.js#L4 )
6259
Original file line number Diff line number Diff line change @@ -54,13 +54,10 @@ Code excerpts that show you how to call individual service functions.
5454- [ CreateAsset] ( iotsitewise_wrapper.py#L75 )
5555- [ CreateAssetModel] ( iotsitewise_wrapper.py#L41 )
5656- [ CreateGateway] ( iotsitewise_wrapper.py#L315 )
57- - [ CreatePortal] ( iotsitewise_wrapper.py#L259 )
5857- [ DeleteAsset] ( iotsitewise_wrapper.py#L415 )
5958- [ DeleteAssetModel] ( iotsitewise_wrapper.py#L434 )
6059- [ DeleteGateway] ( iotsitewise_wrapper.py#L371 )
61- - [ DeletePortal] ( iotsitewise_wrapper.py#L393 )
6260- [ DescribeGateway] ( iotsitewise_wrapper.py#L347 )
63- - [ DescribePortal] ( iotsitewise_wrapper.py#L315 )
6461- [ GetAssetPropertyValue] ( iotsitewise_wrapper.py#L229 )
6562- [ ListAssetModels] ( iotsitewise_wrapper.py#L105 )
6663
You can’t perform that action at this time.
0 commit comments