link2aws 1.0.4 → 1.0.5
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
|
@@ -541,7 +541,7 @@ class ARN {
|
|
|
541
541
|
"access-report": null,
|
|
542
542
|
"assumed-role": null,
|
|
543
543
|
"federated-user": null,
|
|
544
|
-
"group":
|
|
544
|
+
"group": () => `https://${this.console}/iamv2/home#/groups/details/${this.pathLast}`,
|
|
545
545
|
"instance-profile": null,
|
|
546
546
|
"mfa": null,
|
|
547
547
|
"oidc-provider": () => `https://${this.console}/iam/home?#/providers/${this.string}`,
|
|
@@ -963,7 +963,7 @@ class ARN {
|
|
|
963
963
|
"states": { // AWS Step Functions
|
|
964
964
|
"activity": null,
|
|
965
965
|
"execution": null,
|
|
966
|
-
"stateMachine":
|
|
966
|
+
"stateMachine": () => `https://${this.region}.${this.console}/states/home?region=${this.region}#/statemachines/view/${this.string}`,
|
|
967
967
|
},
|
|
968
968
|
"storagegateway": { // Amazon Storage Gateway
|
|
969
969
|
"gateway": null,
|