@@ -59,7 +59,7 @@ export default {
5959 */
6060 fetchingCloudFrontData :
6161 'Fetching CloudFront Distros for this AWS account via the AWS SDK...' ,
62- fetchedCloudFrontDistros : ( num : number ) =>
62+ fetchedCloudFrontDistros : ( num : number ) : string =>
6363 `Fetched ${ num } CloudFront Distros` ,
6464 fetchingCloudFrontDistrosConfigAndTags :
6565 'Fetching CloudFront Distros Config Data and Tags...' ,
@@ -117,7 +117,7 @@ export default {
117117 lookingForIotThing : 'Looking for IoT Things to add to Region...' ,
118118 addingIotThing : ( num : number ) : string =>
119119 `Created and added ${ num } IoT Things to this region` ,
120- foundMoreIoTThings : ( num : number ) =>
120+ foundMoreIoTThings : ( num : number ) : string =>
121121 `Found another ${ num } IoT things in this region...` ,
122122 gettingIoTThings : 'Fetching IoT things...' ,
123123 /**
@@ -134,10 +134,24 @@ export default {
134134 `Fetched ${ num } Api Gateway Stages` ,
135135 fetchedApiGwDomainNames : ( num : number ) : string =>
136136 `Fetched ${ num } API Gateway Domain Names` ,
137+ fetchedApiGatewayApiKeys : ( num : number ) : string =>
138+ `Fetched ${ num } Api Gateway Api Keys` ,
139+ fetchedApiGatewayVpcLinks : ( num : number ) : string =>
140+ `Fetched ${ num } Api Gateway Vpc Links` ,
141+ fetchedApiGatewayUsagePlans : ( num : number ) : string =>
142+ `Fetched ${ num } Api Gateway Usage Plans` ,
137143 fetchingApiGatewayData :
138144 'Fetching API Gateway data for this AWS account via the AWS SDK...' ,
139145 doneFetchingApiGatewayData : '✅ Done fetching API Gateway Data ✅' ,
140146 gettingApiGatewayTags : 'Fetching tags for each Api Gateway Rest Api...' ,
147+ gettingApiGatewayAuthorizers :
148+ 'Fetching authorizers for each Api Gateway Rest Api...' ,
149+ gettingApiGatewayDocumentationParts :
150+ 'Fetching authorizers for each Api Gateway Documentation Parts...' ,
151+ gettingApiGatewayGatewayResponses :
152+ 'Fetching authorizers for each Api Gateway Gateway Responses...' ,
153+ gettingApiGatewayModels :
154+ 'Fetching authorizers for each Api Gateway Models...' ,
141155 gettingApiGatewayStageTags : 'Fetching tags for each Api Gateway Stage...' ,
142156 /**
143157 * Vpc
@@ -318,13 +332,14 @@ export default {
318332 fetchedEmrClusters : ( num : number ) : string => `Fetched ${ num } EMR Clusters` ,
319333 fetchedEmrClusterInstances : ( num : number ) : string =>
320334 `Fetched ${ num } EMR Clusters Instances` ,
321- foundAnotherFiftyClusters : ( region : string ) =>
335+ foundAnotherFiftyClusters : ( region : string ) : string =>
322336 `Found another 50 EMR clusters for the ${ region } region...` ,
323- foundAnotherTwoThousandInstances : ( cluster : string ) =>
337+ foundAnotherTwoThousandInstances : ( cluster : string ) : string =>
324338 `Found another 2000 EMR instances for the ${ cluster } cluster...` ,
325- foundAnotherFiftySteps : ( cluster : string ) =>
339+ foundAnotherFiftySteps : ( cluster : string ) : string =>
326340 `Found another 50 EMR steps for the ${ cluster } cluster...` ,
327- fetchedEmrClusterSteps : ( num : number ) => `Fetched ${ num } EMR Cluster Steps` ,
341+ fetchedEmrClusterSteps : ( num : number ) : string =>
342+ `Fetched ${ num } EMR Cluster Steps` ,
328343 addingEmrEc2Connection : (
329344 clusterName : string ,
330345 ec2InstanceName : string
@@ -377,11 +392,11 @@ export default {
377392 lookingForDynamoDb : 'Looking for DynamoDb Tables to add...' ,
378393 fetchingDynamoDbData :
379394 'Fetching DynamoDB data for this AWS account via the AWS SDK...' ,
380- doneFetchingDynamoDbData : ( num : number ) =>
395+ doneFetchingDynamoDbData : ( num : number ) : string =>
381396 `🕒 Done fetching DynamoDb Data in ${ num } 🕘` ,
382- fetchedDynamoDbTableNames : ( num : number ) =>
397+ fetchedDynamoDbTableNames : ( num : number ) : string =>
383398 `Fetched ${ num } DynamoDB table names` ,
384- addingDynamoDbTables : ( num : number ) =>
399+ addingDynamoDbTables : ( num : number ) : string =>
385400 `Found ${ num } Dynamo DB tables, adding them to the Region` ,
386401 gettingTableDetails : 'Fetching details for each table...' ,
387402 gettingTableTags : 'Fetching tags for each table...' ,
@@ -391,10 +406,10 @@ export default {
391406 /**
392407 * SNS
393408 */
394- fetchedSNSTopics : ( num : number ) => `Fetched ${ num } SNS Topics` ,
395- gettingSNSTopicAttributes : ` Fetching attributes for each topic...` ,
396- gettingSNSTopicTags : ` Fetching tags for each topic...` ,
397- gettingSNSTopicSubscriptions : ` Fetching subscriptions for each topic...` ,
409+ fetchedSNSTopics : ( num : number ) : string => `Fetched ${ num } SNS Topics` ,
410+ gettingSNSTopicAttributes : ' Fetching attributes for each topic...' ,
411+ gettingSNSTopicTags : ' Fetching tags for each topic...' ,
412+ gettingSNSTopicSubscriptions : ' Fetching subscriptions for each topic...' ,
398413 lookingForSns : 'Looking for SNS topics and subscriptions to add...' ,
399414 addingSns : ( num : number ) : string =>
400415 `Found ${ num } SNS topics, adding them to the Region` ,
@@ -459,7 +474,7 @@ export default {
459474 `Found ${ num } EKS Clusters, adding them to the VPC` ,
460475 canNotFindClusterForAsg :
461476 'ERROR: Can not find ECS/EKS cluster for ASG - it should have been added already' ,
462- foundMoreEKSClusters : ( num : number ) =>
477+ foundMoreEKSClusters : ( num : number ) : string =>
463478 `Found another ${ num } EKS clusters in this region...` ,
464479 /**
465480 * Elastic Beanstalk
@@ -476,13 +491,13 @@ export default {
476491 `Found ${ num } ElastiCache Clusters, adding them to the VPC` ,
477492 missingReplicationGroup : ( is : string ) : string =>
478493 `Missing replication group for ${ is } ElastiCache Cluster! Not adding ElastiCache Data` ,
479- fetchedElasticacheClusters : ( num : number ) =>
494+ fetchedElasticacheClusters : ( num : number ) : string =>
480495 `Fetched ${ num } Elasticache clusters...` ,
481496 /**
482497 * ECR
483498 */
484499 fetchedECRRepos : ( num : number ) : string => `Found ${ num } ECR repos...` ,
485- foundMoreECRRepos : ( num : number ) =>
500+ foundMoreECRRepos : ( num : number ) : string =>
486501 `Found another ${ num } ECR repos in this region...` ,
487502 gettingECRRepos : 'Fetching ECR repos...' ,
488503 gettingECRRepoTags : 'Fetching tags for each ECR repo...' ,
@@ -625,7 +640,7 @@ export default {
625640 lookingForCloud9 : 'Looking for Cloud9 to add to Region...' ,
626641 addingCloud9 : ( num : number ) : string =>
627642 `Created and added ${ num } Cloud9 to this region` ,
628- foundMoreCloud9Environments : ( num : number ) =>
643+ foundMoreCloud9Environments : ( num : number ) : string =>
629644 `Found another ${ num } Cloud9 environments in this region...` ,
630645 gettingCloud9Environments : 'Fetching Cloud9 environments...' ,
631646 gettingCloud9EnvironmentTags : 'Fetching tags for each Cloud9 environment...' ,
0 commit comments