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.
Files changed (2) hide show
  1. package/link2aws.js +1 -1
  2. 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": null,
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "link2aws",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Convert ARN (Amazon Resource Name) to AWS Console link",
5
5
  "main": "link2aws.js",
6
6
  "directories": {