@@ -94,6 +94,9 @@ export default {
9494 `Found ${ num } CloudWatch metric alarms to add for ${ namespace } ` ,
9595 gettingCloudwatchAlarms : 'Fetching CloudWatch alarms...' ,
9696 gettingCloudwatchAlarmTags : 'Fetching tags for each CloudWatch alarm...' ,
97+ gettingCloudwatchDashboards : 'Fetching CloudWatch dashboards...' ,
98+ gettingCloudwatchRules : 'Fetching CloudWatch events rules...' ,
99+ gettingCloudwatchRuleTargets : 'Fetching CloudWatch events rule targets...' ,
97100 /**
98101 * Kinesis Data Streams
99102 */
@@ -257,10 +260,11 @@ export default {
257260 /**
258261 * EBS Snapshot
259262 */
260- fetchingEbsSnapshotData : 'Fetching EBS Snapshot data for this AWS account via the AWS SDK...' ,
261- doneFetchingEbsSnapshotData : '✅ Done fetching EBS Snapshot Data ✅' ,
262- fetchedEbsSnapshots : ( num : number ) : string => `Fetched ${ num } EBS Snapshots` ,
263- lookingForEbsSnapshot : 'Looking for EBS Snapshots...' ,
263+ fetchingEbsSnapshotData :
264+ 'Fetching EBS Snapshot data for this AWS account via the AWS SDK...' ,
265+ doneFetchingEbsSnapshotData : '✅ Done fetching EBS Snapshot Data ✅' ,
266+ fetchedEbsSnapshots : ( num : number ) : string => `Fetched ${ num } EBS Snapshots` ,
267+ lookingForEbsSnapshot : 'Looking for EBS Snapshots...' ,
264268 /**
265269 * EC2
266270 */
@@ -274,8 +278,7 @@ export default {
274278 fetchedNetworkInterfaces : ( num : number ) : string =>
275279 `Fetched ${ num } Network Interfaces` ,
276280 lookingForNetworkInterfaces : 'Gathering Network Interfaces to add...' ,
277- foundKeyPair : ( id : string ) : string =>
278- `Found Key Pair ${ id } for instance` ,
281+ foundKeyPair : ( id : string ) : string => `Found Key Pair ${ id } for instance` ,
279282 doneFetchingEc2Data : '✅ Done fetching EC2 Instance Data ✅' ,
280283 /**
281284 * RDS
@@ -486,23 +489,25 @@ export default {
486489 `Adding Transit Gateway ${ name } to the VPC` ,
487490 addingTransitGatewayToRegion : ( { name } ) : string =>
488491 `Transit Gateway not attached to a VPC, adding Transit Gateway ${ name } to the region level` ,
489- fetchedTransitGateways : ( num : number ) : string => `Found ${ num } Transit Gateways` ,
492+ fetchedTransitGateways : ( num : number ) : string =>
493+ `Found ${ num } Transit Gateways` ,
490494 /**
491495 * Transit Gateway Attachment
492496 */
493- fetchedTransitGatewayAttachments : ( num : number ) : string => `Found ${ num } Transit Gateway Attachments` ,
494- /**
497+ fetchedTransitGatewayAttachments : ( num : number ) : string =>
498+ `Found ${ num } Transit Gateway Attachments` ,
499+ /**
495500 * Transit Gateway Route Tables
496501 */
497- fetchedTransitGatewayRouteTables : ( num : number ) : string => `Found ${ num } Transit Gateway Route Tables` ,
502+ fetchedTransitGatewayRouteTables : ( num : number ) : string =>
503+ `Found ${ num } Transit Gateway Route Tables` ,
498504 /**
499505 * VPN Gateway
500506 */
501507 lookingForVpnGateway : 'Looking for Vpn Gateways to add...' ,
502508 addingVpnGatewayToVpc : ( num : number ) : string =>
503509 `Adding ${ num } Vpn Gateways to the VPC` ,
504- fetchedVpnGateways : ( num : number ) : string =>
505- `Fetched ${ num } Vpn Gateways` ,
510+ fetchedVpnGateways : ( num : number ) : string => `Fetched ${ num } Vpn Gateways` ,
506511 /**
507512 * Customer Gateway
508513 */
@@ -659,57 +664,67 @@ export default {
659664 * NACL
660665 */
661666 fetchedNacls : ( num : number ) : string => `Fetched ${ num } NACLs` ,
662- /**
667+ /**
663668 * Customer Gateway
664669 */
665- fetchedCustomerGateways : ( num : number ) : string => `Fetched ${ num } Customer Gateways` ,
670+ fetchedCustomerGateways : ( num : number ) : string =>
671+ `Fetched ${ num } Customer Gateways` ,
666672 /**
667673 * CloudWatch Logs
668674 */
669- lookingForCloudwatchLogGroups : 'Looking for CloudWatch Log groups to add to Region...' ,
670- fetchingCloudwatchLogGroupsData :
671- 'Fetching CloudWatch Log groups for this AWS account via the AWS SDK...' ,
672- doneFetchingCloudwatchLogGroupsData : ( num : number ) : string =>
673- `🕒 Done fetching CloudWatch Log groups in ${ num } 🕘` ,
674- foundMoreCloudwatchLogGroups : ( num : number ) : string =>
675- `Found another ${ num } CloudWatch Log groups in this region...` ,
676- gettingCloudwatchLogGroups : 'Fetching CloudWatch Log groups...' ,
677- foundMoreCloudwatchMetricFilters : ( num : number ) : string =>
678- `Found another ${ num } CloudWatch Metric filters in this region...` ,
675+ lookingForCloudwatchLogGroups :
676+ 'Looking for CloudWatch Log groups to add to Region...' ,
677+ fetchingCloudwatchLogGroupsData :
678+ 'Fetching CloudWatch Log groups for this AWS account via the AWS SDK...' ,
679+ doneFetchingCloudwatchLogGroupsData : ( num : number ) : string =>
680+ `🕒 Done fetching CloudWatch Log groups in ${ num } 🕘` ,
681+ foundMoreCloudwatchLogGroups : ( num : number ) : string =>
682+ `Found another ${ num } CloudWatch Log groups in this region...` ,
683+ gettingCloudwatchLogGroups : 'Fetching CloudWatch Log groups...' ,
684+ foundMoreCloudwatchMetricFilters : ( num : number ) : string =>
685+ `Found another ${ num } CloudWatch Metric filters in this region...` ,
679686 /**
680687 * Configuration Recorders
681688 */
682- fetchedConfigurationRecorders : ( num : number ) : string => `Fetched ${ num } Configuration Recorders` ,
689+ fetchedConfigurationRecorders : ( num : number ) : string =>
690+ `Fetched ${ num } Configuration Recorders` ,
683691 /**
684692 * Configuration Recorder Status
685693 */
686- fetchedConfigurationRecorderStatus : ( num : number ) : string => `Fetched ${ num } Configuration Recorder Status` ,
687- /**
694+ fetchedConfigurationRecorderStatus : ( num : number ) : string =>
695+ `Fetched ${ num } Configuration Recorder Status` ,
696+ /**
688697 * Vpc Endpoints
689698 */
690- fetchedVpcEndpoints : ( num : number ) : string => `Fetched ${ num } Vpc Endpoints` ,
699+ fetchedVpcEndpoints : ( num : number ) : string => `Fetched ${ num } Vpc Endpoints` ,
691700 /**
692701 * Access Analyzers
693702 */
694- fetchedaccessAnalyzers : ( num : number ) : string => `Found ${ num } Access Analyzers` ,
703+ fetchedaccessAnalyzers : ( num : number ) : string =>
704+ `Found ${ num } Access Analyzers` ,
695705 /**
696706 * Managed Prefix Lists
697707 */
698- fetchedManagedPrefixLists : ( num : number ) : string => `Found ${ num } Managed Prefix Lists` ,
699- fetchedManagedPrefixListEntries : ( num : number ) : string => `Found ${ num } Managed Prefix List Entries` ,
708+ fetchedManagedPrefixLists : ( num : number ) : string =>
709+ `Found ${ num } Managed Prefix Lists` ,
710+ fetchedManagedPrefixListEntries : ( num : number ) : string =>
711+ `Found ${ num } Managed Prefix List Entries` ,
700712 /**
701713 * Vpc Peering Connections
702714 */
703- fetchedVpcPeeringConnections : ( num : number ) : string => `Found ${ num } Vpc Peering Connections` ,
715+ fetchedVpcPeeringConnections : ( num : number ) : string =>
716+ `Found ${ num } Vpc Peering Connections` ,
704717 /**
705718 * Security Hub
706719 */
707- securityHubNotFound : ( region : string ) : string => `Security Hub not found/disabled for region: ${ region } ` ,
708- fetchedSecurityHub : ( region : string ) : string => `Security Hub found/enabled for region: ${ region } ` ,
709- fetchingSecurityHub : 'Fetching Security Hub data for this AWS account via the AWS SDK...' ,
720+ securityHubNotFound : ( region : string ) : string =>
721+ `Security Hub not found/disabled for region: ${ region } ` ,
722+ fetchedSecurityHub : ( region : string ) : string =>
723+ `Security Hub found/enabled for region: ${ region } ` ,
724+ fetchingSecurityHub :
725+ 'Fetching Security Hub data for this AWS account via the AWS SDK...' ,
710726 /**
711727 * Msk
712728 */
713- fetchedMskClusters : ( num : number ) : string =>
714- `Fetched ${ num } Msk clusters` ,
729+ fetchedMskClusters : ( num : number ) : string => `Fetched ${ num } Msk clusters` ,
715730}
0 commit comments