link2aws 1.0.21 → 1.0.22
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 +4 -1
- package/package.json +1 -1
package/link2aws.js
CHANGED
|
@@ -293,6 +293,9 @@ class ARN {
|
|
|
293
293
|
},
|
|
294
294
|
"codecommit": { // Amazon CodeGuru Reviewer
|
|
295
295
|
},
|
|
296
|
+
"codeconnections": { // AWS CodeConnections
|
|
297
|
+
"connection": () => `https://${this.region}.${this.console}/codesuite/settings/${this.account}/${this.region}/${this.service}/${this.resource_type}s/${this.resource}`,
|
|
298
|
+
},
|
|
296
299
|
"codedeploy": { // AWS CodeDeploy
|
|
297
300
|
"application": null,
|
|
298
301
|
"deploymentconfig": null,
|
|
@@ -315,7 +318,7 @@ class ARN {
|
|
|
315
318
|
"project": null,
|
|
316
319
|
},
|
|
317
320
|
"codestar-connections": { // AWS CodeStar Connections
|
|
318
|
-
"connection":
|
|
321
|
+
"connection": () => `https://${this.region}.${this.console}/codesuite/settings/${this.account}/${this.region}/${this.service}/${this.resource_type}s/${this.resource}`,
|
|
319
322
|
},
|
|
320
323
|
"codestar-notifications": { // AWS CodeStar Notifications
|
|
321
324
|
"notificationrule": null,
|