link2aws 1.0.15 → 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 +2 -2
- package/package.json +1 -1
package/link2aws.js
CHANGED
|
@@ -728,7 +728,7 @@ class ARN {
|
|
|
728
728
|
"queues": null,
|
|
729
729
|
},
|
|
730
730
|
"medialive": { // AWS Elemental MediaLive
|
|
731
|
-
"channel":
|
|
731
|
+
"channel": () => `https://${this.region}.${this.console}/medialive/home?region=${this.region}#/channels/${this.resource}`,
|
|
732
732
|
"input": null,
|
|
733
733
|
"inputDevice": null,
|
|
734
734
|
"inputSecurityGroup": null,
|
|
@@ -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
|