link2aws 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/link2aws.js +1 -1
- package/package.json +1 -1
package/link2aws.js
CHANGED
|
@@ -992,7 +992,7 @@ class ARN {
|
|
|
992
992
|
},
|
|
993
993
|
"states": { // AWS Step Functions
|
|
994
994
|
"activity": null,
|
|
995
|
-
"execution":
|
|
995
|
+
"execution": () => `https://${this.region}.${this.console}/states/home?region=${this.region}#/v2/executions/details/${this.string}`,
|
|
996
996
|
"stateMachine": () => `https://${this.region}.${this.console}/states/home?region=${this.region}#/statemachines/view/${this.string}`,
|
|
997
997
|
},
|
|
998
998
|
"storagegateway": { // Amazon Storage Gateway
|