diff --git a/.gitignore b/.gitignore index 33f13b16..81617b25 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ build/ -og-aws-describer-new +og-describer-aws .idea \ No newline at end of file diff --git a/SDK/generated/resources_clients.go b/SDK/generated/resources_clients.go index 2f308200..d0b5842b 100644 --- a/SDK/generated/resources_clients.go +++ b/SDK/generated/resources_clients.go @@ -3,7 +3,7 @@ package opengovernance import ( "context" - aws "github.com/opengovern/og-aws-describer-new/provider/model" + aws "github.com/opengovern/og-describer-aws/provider/model" essdk "github.com/opengovern/og-util/pkg/opengovernance-es-sdk" steampipesdk "github.com/opengovern/og-util/pkg/steampipe" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/SDK/nats.go b/SDK/nats.go index 49f8c6e7..c02a1324 100644 --- a/SDK/nats.go +++ b/SDK/nats.go @@ -9,7 +9,7 @@ import ( "time" "github.com/nats-io/nats.go/jetstream" - "github.com/opengovern/og-aws-describer-new/describer" + "github.com/opengovern/og-describer-aws/describer" "github.com/opengovern/og-util/pkg/describe" esSinkClient "github.com/opengovern/og-util/pkg/es/ingest/client" diff --git a/describer/worker.go b/describer/worker.go index ba7bfe84..b06b1dc5 100755 --- a/describer/worker.go +++ b/describer/worker.go @@ -7,10 +7,10 @@ import ( "strings" "github.com/go-errors/errors" - "github.com/opengovern/og-aws-describer-new/provider" - "github.com/opengovern/og-aws-describer-new/provider/describer" - awsmodel "github.com/opengovern/og-aws-describer-new/provider/model" - "github.com/opengovern/og-aws-describer-new/steampipe" + "github.com/opengovern/og-describer-aws/provider" + "github.com/opengovern/og-describer-aws/provider/describer" + awsmodel "github.com/opengovern/og-describer-aws/provider/model" + "github.com/opengovern/og-describer-aws/steampipe" "github.com/opengovern/og-util/pkg/describe" "github.com/opengovern/og-util/pkg/source" "github.com/opengovern/og-util/pkg/vault" diff --git a/go.mod b/go.mod index 3e73729f..e7bd6379 100755 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/opengovern/og-aws-describer-new +module github.com/opengovern/og-describer-aws go 1.22.0 diff --git a/main.go b/main.go index 539ba3d6..0cf13dc1 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( "os/signal" "syscall" - local "github.com/opengovern/og-aws-describer-new/service" + local "github.com/opengovern/og-describer-aws/service" ) func main() { diff --git a/provider/describer/accessanalyzer.go b/provider/describer/accessanalyzer.go index 3342aa26..695c5154 100755 --- a/provider/describer/accessanalyzer.go +++ b/provider/describer/accessanalyzer.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/accessanalyzer" "github.com/aws/aws-sdk-go-v2/service/accessanalyzer/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func GetAccessAnalyzerAnalyzer(ctx context.Context, cfg aws.Config, fields map[string]string) ([]Resource, error) { diff --git a/provider/describer/account.go b/provider/describer/account.go index acad51c8..b1ad81d6 100755 --- a/provider/describer/account.go +++ b/provider/describer/account.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/account" "github.com/aws/aws-sdk-go-v2/service/account/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func AccountAlternateContact(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/acm.go b/provider/describer/acm.go index 134c56ed..c5a2a534 100755 --- a/provider/describer/acm.go +++ b/provider/describer/acm.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/acm" "github.com/aws/aws-sdk-go-v2/service/acmpca" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CertificateManagerAccount(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/amp.go b/provider/describer/amp.go index 5ba3c683..26c9c26a 100755 --- a/provider/describer/amp.go +++ b/provider/describer/amp.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/amp" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func AMPWorkspace(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/amplify.go b/provider/describer/amplify.go index 5ce68746..9095378f 100755 --- a/provider/describer/amplify.go +++ b/provider/describer/amplify.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/amplify" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func AmplifyApp(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/apigateway.go b/provider/describer/apigateway.go index 6ffa5839..ab25d610 100755 --- a/provider/describer/apigateway.go +++ b/provider/describer/apigateway.go @@ -10,7 +10,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/apigateway/types" "github.com/aws/aws-sdk-go-v2/service/apigatewayv2" typesv2 "github.com/aws/aws-sdk-go-v2/service/apigatewayv2/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ApiGatewayStage(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/appautoscaling.go b/provider/describer/appautoscaling.go index d08bee3d..c0794106 100755 --- a/provider/describer/appautoscaling.go +++ b/provider/describer/appautoscaling.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/applicationautoscaling" "github.com/aws/aws-sdk-go-v2/service/applicationautoscaling/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ApplicationAutoScalingTarget(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/appconfig.go b/provider/describer/appconfig.go index 130e777b..a7897178 100755 --- a/provider/describer/appconfig.go +++ b/provider/describer/appconfig.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/appconfig" "github.com/aws/aws-sdk-go-v2/service/appconfig/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func AppConfigApplication(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/appstream.go b/provider/describer/appstream.go index 9cf2317f..86002f68 100755 --- a/provider/describer/appstream.go +++ b/provider/describer/appstream.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/appstream" "github.com/aws/aws-sdk-go-v2/service/appstream/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func AppStreamApplication(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/athenaquery.go b/provider/describer/athenaquery.go index 3f4355d5..333094da 100644 --- a/provider/describer/athenaquery.go +++ b/provider/describer/athenaquery.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/athena" "github.com/aws/aws-sdk-go-v2/service/athena/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func AthenaWrokgroup(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/auditmanager.go b/provider/describer/auditmanager.go index 6815be02..40c434e5 100755 --- a/provider/describer/auditmanager.go +++ b/provider/describer/auditmanager.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/auditmanager" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func AuditManagerAssessment(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/autoscaling.go b/provider/describer/autoscaling.go index 803b9028..9efb695c 100755 --- a/provider/describer/autoscaling.go +++ b/provider/describer/autoscaling.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/autoscaling" "github.com/aws/aws-sdk-go-v2/service/autoscaling/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func AutoScalingAutoScalingGroup(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/backup.go b/provider/describer/backup.go index af79dfc9..b79b1918 100755 --- a/provider/describer/backup.go +++ b/provider/describer/backup.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/backup" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func BackupPlan(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/batch.go b/provider/describer/batch.go index 7a5060d9..57e866dc 100755 --- a/provider/describer/batch.go +++ b/provider/describer/batch.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/batch" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func BatchComputeEnvironment(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/cloudcontrol.go b/provider/describer/cloudcontrol.go index e46695ca..46c4e8dd 100755 --- a/provider/describer/cloudcontrol.go +++ b/provider/describer/cloudcontrol.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/cloudcontrol" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CloudControlResource(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/cloudformation.go b/provider/describer/cloudformation.go index 2d9ec9ab..00abba86 100755 --- a/provider/describer/cloudformation.go +++ b/provider/describer/cloudformation.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/cloudformation" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CloudFormationStack(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/cloudfront.go b/provider/describer/cloudfront.go index b3341400..9320062b 100755 --- a/provider/describer/cloudfront.go +++ b/provider/describer/cloudfront.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/cloudfront" "github.com/aws/aws-sdk-go-v2/service/cloudfront/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CloudFrontDistribution(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/cloudsearch.go b/provider/describer/cloudsearch.go index 35128df5..f7ba9b2b 100755 --- a/provider/describer/cloudsearch.go +++ b/provider/describer/cloudsearch.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/cloudsearch" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CloudSearchDomain(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/cloudtrail.go b/provider/describer/cloudtrail.go index ebfc9779..ee0d4686 100755 --- a/provider/describer/cloudtrail.go +++ b/provider/describer/cloudtrail.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/cloudtrail/types" "github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs" "github.com/aws/aws-sdk-go-v2/service/sts" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CloudTrailTrail(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/cloudwatch.go b/provider/describer/cloudwatch.go index d6319c30..0d5e3c79 100755 --- a/provider/describer/cloudwatch.go +++ b/provider/describer/cloudwatch.go @@ -11,7 +11,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/cloudwatch/types" "github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs" logstypes "github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CloudWatchAlarm(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/codeartifact.go b/provider/describer/codeartifact.go index 961fba07..1b173165 100755 --- a/provider/describer/codeartifact.go +++ b/provider/describer/codeartifact.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/codeartifact" "github.com/aws/aws-sdk-go-v2/service/codeartifact/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CodeArtifactRepository(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/codebuild.go b/provider/describer/codebuild.go index 1c900a5d..59dfce6f 100755 --- a/provider/describer/codebuild.go +++ b/provider/describer/codebuild.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/codebuild" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CodeBuildProject(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/codecommit.go b/provider/describer/codecommit.go index a9632e6b..bc24d8ce 100755 --- a/provider/describer/codecommit.go +++ b/provider/describer/codecommit.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/codecommit" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CodeCommitRepository(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/codedeploy.go b/provider/describer/codedeploy.go index 5aa1e7a0..a1730371 100755 --- a/provider/describer/codedeploy.go +++ b/provider/describer/codedeploy.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/codedeploy" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CodeDeployDeploymentGroup(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/codepipeline.go b/provider/describer/codepipeline.go index 4c126953..e155ffbe 100755 --- a/provider/describer/codepipeline.go +++ b/provider/describer/codepipeline.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/codepipeline" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CodePipelinePipeline(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/codestar.go b/provider/describer/codestar.go index b9403a93..a2926dcd 100755 --- a/provider/describer/codestar.go +++ b/provider/describer/codestar.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/codestar" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func CodeStarProject(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/config.go b/provider/describer/config.go index 5221fea8..eec168a4 100755 --- a/provider/describer/config.go +++ b/provider/describer/config.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/configservice" "github.com/aws/aws-sdk-go-v2/service/configservice/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ConfigConfigurationRecorder(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/costexplorer.go b/provider/describer/costexplorer.go index 4ffe5e47..8637d3f4 100755 --- a/provider/describer/costexplorer.go +++ b/provider/describer/costexplorer.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/costexplorer" "github.com/aws/aws-sdk-go-v2/service/costexplorer/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" "github.com/opengovern/og-util/pkg/describe/enums" pointerUtil "github.com/opengovern/og-util/pkg/pointer" diff --git a/provider/describer/dax.go b/provider/describer/dax.go index 4e6094ed..3b4fa016 100755 --- a/provider/describer/dax.go +++ b/provider/describer/dax.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/dax" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func DAXCluster(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/directconnect.go b/provider/describer/directconnect.go index cbfb2000..730139c1 100755 --- a/provider/describer/directconnect.go +++ b/provider/describer/directconnect.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/directconnect" "github.com/aws/aws-sdk-go-v2/service/directconnect/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func DirectConnectConnection(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/directoryservice.go b/provider/describer/directoryservice.go index 612ee5c8..77322cd0 100755 --- a/provider/describer/directoryservice.go +++ b/provider/describer/directoryservice.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/directoryservice" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func DirectoryServiceDirectory(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/dlm.go b/provider/describer/dlm.go index d0733544..b936d240 100755 --- a/provider/describer/dlm.go +++ b/provider/describer/dlm.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/dlm" "github.com/aws/aws-sdk-go-v2/service/dlm/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func DLMLifecyclePolicy(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/dms.go b/provider/describer/dms.go index 1c06555a..dea664e1 100755 --- a/provider/describer/dms.go +++ b/provider/describer/dms.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" dms "github.com/aws/aws-sdk-go-v2/service/databasemigrationservice" "github.com/aws/aws-sdk-go-v2/service/databasemigrationservice/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func DMSReplicationInstance(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/docdb.go b/provider/describer/docdb.go index e121422c..93e09070 100755 --- a/provider/describer/docdb.go +++ b/provider/describer/docdb.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/docdb" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func DocDBCluster(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/drs.go b/provider/describer/drs.go index ee37a65c..7d73baa6 100755 --- a/provider/describer/drs.go +++ b/provider/describer/drs.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/drs" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func DRSSourceServer(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/dynamodb.go b/provider/describer/dynamodb.go index 691565ac..2e743e39 100755 --- a/provider/describer/dynamodb.go +++ b/provider/describer/dynamodb.go @@ -10,7 +10,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/dynamodb" "github.com/aws/aws-sdk-go-v2/service/dynamodbstreams" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func DynamoDbTable(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/ec2.go b/provider/describer/ec2.go index 91d95ace..ea27a213 100755 --- a/provider/describer/ec2.go +++ b/provider/describer/ec2.go @@ -13,7 +13,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/ec2" "github.com/aws/aws-sdk-go-v2/service/ec2/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func EC2ElasticIP(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/ecr.go b/provider/describer/ecr.go index 2a93230a..70ff7f02 100755 --- a/provider/describer/ecr.go +++ b/provider/describer/ecr.go @@ -12,7 +12,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/ecrpublic" public_types "github.com/aws/aws-sdk-go-v2/service/ecrpublic/types" "github.com/aws/smithy-go" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ECRPublicRepository(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/ecs.go b/provider/describer/ecs.go index 6b90431c..0ab20079 100755 --- a/provider/describer/ecs.go +++ b/provider/describer/ecs.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/ecs" "github.com/aws/aws-sdk-go-v2/service/ecs/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ECSCapacityProvider(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/efs.go b/provider/describer/efs.go index 84e7f0c0..542a9cac 100755 --- a/provider/describer/efs.go +++ b/provider/describer/efs.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/efs" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) const ( diff --git a/provider/describer/eks.go b/provider/describer/eks.go index 57a9a332..3d2b85e4 100755 --- a/provider/describer/eks.go +++ b/provider/describer/eks.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/eks" "github.com/aws/aws-sdk-go-v2/service/eks/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func listEksClusters(ctx context.Context, cfg aws.Config) ([]string, error) { diff --git a/provider/describer/elasticache.go b/provider/describer/elasticache.go index 36f70f72..398eefea 100755 --- a/provider/describer/elasticache.go +++ b/provider/describer/elasticache.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/elasticache" "github.com/aws/aws-sdk-go-v2/service/elasticache/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ElastiCacheReplicationGroup(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/elasticbeanstalk.go b/provider/describer/elasticbeanstalk.go index 40d1edd4..28842737 100755 --- a/provider/describer/elasticbeanstalk.go +++ b/provider/describer/elasticbeanstalk.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ElasticBeanstalkEnvironment(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/elb.go b/provider/describer/elb.go index 961d0cae..1c8b5955 100755 --- a/provider/describer/elb.go +++ b/provider/describer/elb.go @@ -12,7 +12,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing" "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2" "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ElasticLoadBalancingV2LoadBalancer(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/emr.go b/provider/describer/emr.go index f0ff07d9..a878cf66 100755 --- a/provider/describer/emr.go +++ b/provider/describer/emr.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/emr" "github.com/aws/aws-sdk-go-v2/service/emr/types" _ "github.com/aws/aws-sdk-go/service/configservice" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func EMRCluster(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/es.go b/provider/describer/es.go index ab517de9..b4bf5671 100755 --- a/provider/describer/es.go +++ b/provider/describer/es.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" es "github.com/aws/aws-sdk-go-v2/service/elasticsearchservice" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ESDomain(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/eventbridge.go b/provider/describer/eventbridge.go index 8bab4c57..d6c82133 100755 --- a/provider/describer/eventbridge.go +++ b/provider/describer/eventbridge.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/eventbridge" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func EventBridgeBus(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/firehose.go b/provider/describer/firehose.go index 49866d19..d39bbe07 100755 --- a/provider/describer/firehose.go +++ b/provider/describer/firehose.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/firehose" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func FirehoseDeliveryStream(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/fms.go b/provider/describer/fms.go index cc0335cd..aeacec7f 100755 --- a/provider/describer/fms.go +++ b/provider/describer/fms.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/fms" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func FMSPolicy(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/fsx.go b/provider/describer/fsx.go index 9541101e..386194d7 100755 --- a/provider/describer/fsx.go +++ b/provider/describer/fsx.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/fsx" "github.com/aws/aws-sdk-go-v2/service/fsx/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func FSXFileSystem(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/glacier.go b/provider/describer/glacier.go index 3aa13ee7..e2815aa1 100755 --- a/provider/describer/glacier.go +++ b/provider/describer/glacier.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/glacier" "github.com/aws/aws-sdk-go-v2/service/glacier/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func GlacierVault(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/globalaccelerator.go b/provider/describer/globalaccelerator.go index ba9d1837..9147206e 100755 --- a/provider/describer/globalaccelerator.go +++ b/provider/describer/globalaccelerator.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/globalaccelerator" "github.com/aws/aws-sdk-go-v2/service/globalaccelerator/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func GlobalAcceleratorAccelerator(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/glue.go b/provider/describer/glue.go index 50808858..1dd94f00 100755 --- a/provider/describer/glue.go +++ b/provider/describer/glue.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/glue/types" "github.com/aws/aws-sdk-go-v2/service/lakeformation" lakeformationTypes "github.com/aws/aws-sdk-go-v2/service/lakeformation/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func GlueCatalogDatabase(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/grafana.go b/provider/describer/grafana.go index a974fdea..677bffbc 100755 --- a/provider/describer/grafana.go +++ b/provider/describer/grafana.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/grafana" "github.com/aws/aws-sdk-go-v2/service/grafana/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func GrafanaWorkspace(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/guardduty.go b/provider/describer/guardduty.go index b90864d5..fb766ab9 100755 --- a/provider/describer/guardduty.go +++ b/provider/describer/guardduty.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/guardduty" "github.com/aws/aws-sdk-go-v2/service/guardduty/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func GuardDutyFinding(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/health.go b/provider/describer/health.go index 310b51dd..576243bb 100755 --- a/provider/describer/health.go +++ b/provider/describer/health.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/health" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func HealthEvent(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/iam.go b/provider/describer/iam.go index 45e13c38..e76d0b33 100755 --- a/provider/describer/iam.go +++ b/provider/describer/iam.go @@ -15,7 +15,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/organizations" iam2 "github.com/aws/aws-sdk-go/service/iam" "github.com/gocarina/gocsv" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) const ( diff --git a/provider/describer/identitystore.go b/provider/describer/identitystore.go index ff91f911..5372a180 100755 --- a/provider/describer/identitystore.go +++ b/provider/describer/identitystore.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/identitystore" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func IdentityStoreGroup(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/imagebuilder.go b/provider/describer/imagebuilder.go index 6aca2391..5023239e 100755 --- a/provider/describer/imagebuilder.go +++ b/provider/describer/imagebuilder.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/imagebuilder" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ImageBuilderImage(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/inspector.go b/provider/describer/inspector.go index 9dca316b..19da5c1c 100755 --- a/provider/describer/inspector.go +++ b/provider/describer/inspector.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/inspector" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func InspectorAssessmentRun(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/kafka.go b/provider/describer/kafka.go index 4391927e..f50e0ee9 100755 --- a/provider/describer/kafka.go +++ b/provider/describer/kafka.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/kafka" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func KafkaCluster(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/keyspaces.go b/provider/describer/keyspaces.go index cbcd92cb..b1276486 100755 --- a/provider/describer/keyspaces.go +++ b/provider/describer/keyspaces.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/keyspaces" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func KeyspacesKeyspace(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/kinesis.go b/provider/describer/kinesis.go index 75d4ca9f..89187a7f 100755 --- a/provider/describer/kinesis.go +++ b/provider/describer/kinesis.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/kinesis" "github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2" "github.com/aws/aws-sdk-go-v2/service/kinesisvideo" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func KinesisStream(ctx context.Context, cfg aws.Config, streamS *StreamSender) ([]Resource, error) { diff --git a/provider/describer/kms.go b/provider/describer/kms.go index 4f1f6489..6e435ad3 100755 --- a/provider/describer/kms.go +++ b/provider/describer/kms.go @@ -13,7 +13,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/kms" "github.com/aws/aws-sdk-go-v2/service/kms/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func KMSAlias(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/lambda.go b/provider/describer/lambda.go index 45d787cd..a18f2cd7 100755 --- a/provider/describer/lambda.go +++ b/provider/describer/lambda.go @@ -10,7 +10,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/lambda/types" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/smithy-go" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func LambdaFunction(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/lightsail.go b/provider/describer/lightsail.go index 1d90d230..1689ab44 100755 --- a/provider/describer/lightsail.go +++ b/provider/describer/lightsail.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/lightsail" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func LightsailInstance(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/macie2.go b/provider/describer/macie2.go index abbef6bc..d4577661 100755 --- a/provider/describer/macie2.go +++ b/provider/describer/macie2.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/macie2" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func Macie2ClassificationJob(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/mediastore.go b/provider/describer/mediastore.go index 257735d6..0c573854 100755 --- a/provider/describer/mediastore.go +++ b/provider/describer/mediastore.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/mediastore" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func MediaStoreContainer(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/memorydb.go b/provider/describer/memorydb.go index 9476a19b..45281f29 100755 --- a/provider/describer/memorydb.go +++ b/provider/describer/memorydb.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/memorydb" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func MemoryDbCluster(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/mgn.go b/provider/describer/mgn.go index 473b91e2..56106176 100755 --- a/provider/describer/mgn.go +++ b/provider/describer/mgn.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/mgn" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func MGNApplication(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/mq.go b/provider/describer/mq.go index ae27163b..b70d8cbc 100755 --- a/provider/describer/mq.go +++ b/provider/describer/mq.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/mq" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func MQBroker(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/mwaa.go b/provider/describer/mwaa.go index e00141a2..a7fe7efe 100755 --- a/provider/describer/mwaa.go +++ b/provider/describer/mwaa.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/mwaa" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func MWAAEnvironment(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/neptune.go b/provider/describer/neptune.go index c7e64c25..deac02b4 100755 --- a/provider/describer/neptune.go +++ b/provider/describer/neptune.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/neptune" "github.com/aws/aws-sdk-go-v2/service/neptune/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func NeptuneDatabase(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/networkfirewall.go b/provider/describer/networkfirewall.go index 9cbc14d0..6afb199b 100755 --- a/provider/describer/networkfirewall.go +++ b/provider/describer/networkfirewall.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/networkfirewall" "github.com/aws/aws-sdk-go-v2/service/networkfirewall/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func NetworkFirewallFirewall(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/oam.go b/provider/describer/oam.go index 09b29cff..40a344d8 100755 --- a/provider/describer/oam.go +++ b/provider/describer/oam.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/oam" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func OAMLink(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/opensearch.go b/provider/describer/opensearch.go index 574c5a55..d5e535f2 100755 --- a/provider/describer/opensearch.go +++ b/provider/describer/opensearch.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/opensearch" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func OpenSearchDomain(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/opensearchserverless.go b/provider/describer/opensearchserverless.go index e6e0b21e..9e05a527 100755 --- a/provider/describer/opensearchserverless.go +++ b/provider/describer/opensearchserverless.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/opensearchserverless" "github.com/aws/aws-sdk-go-v2/service/opensearchserverless/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func OpenSearchServerlessCollection(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/opsworks.go b/provider/describer/opsworks.go index 65de35cd..e7297b86 100755 --- a/provider/describer/opsworks.go +++ b/provider/describer/opsworks.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/opsworkscm" "github.com/aws/aws-sdk-go-v2/service/opsworkscm/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func OpsWorksCMServer(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/organizations.go b/provider/describer/organizations.go index 8a0e859f..5f60a12c 100755 --- a/provider/describer/organizations.go +++ b/provider/describer/organizations.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/organizations" "github.com/aws/aws-sdk-go-v2/service/organizations/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) // OrganizationOrganization Retrieves information about the organization that the diff --git a/provider/describer/organizations_account.go b/provider/describer/organizations_account.go index a7f8444f..2626035e 100644 --- a/provider/describer/organizations_account.go +++ b/provider/describer/organizations_account.go @@ -9,7 +9,7 @@ import ( "sync" "time" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" // AWS SDK for Go V2 packages "github.com/aws/aws-sdk-go-v2/aws" diff --git a/provider/describer/pinpoint.go b/provider/describer/pinpoint.go index 0fc46ccc..076ee1d4 100755 --- a/provider/describer/pinpoint.go +++ b/provider/describer/pinpoint.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/pinpoint/types" "github.com/aws/aws-sdk-go-v2/aws" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func PinpointApp(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/pipes.go b/provider/describer/pipes.go index a8c8e4a6..890c1d9e 100755 --- a/provider/describer/pipes.go +++ b/provider/describer/pipes.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/pipes" "github.com/aws/aws-sdk-go-v2/aws" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func PipesPipe(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/ram.go b/provider/describer/ram.go index 7e43d095..18761cfc 100755 --- a/provider/describer/ram.go +++ b/provider/describer/ram.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/ram" "github.com/aws/aws-sdk-go-v2/service/ram/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func RamPrincipalAssociation(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/rds.go b/provider/describer/rds.go index 86aaf50a..b83e5f56 100755 --- a/provider/describer/rds.go +++ b/provider/describer/rds.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/rds" "github.com/aws/aws-sdk-go-v2/service/rds/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func RDSDBCluster(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/redshift.go b/provider/describer/redshift.go index 230c345d..0543c33f 100755 --- a/provider/describer/redshift.go +++ b/provider/describer/redshift.go @@ -13,7 +13,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/redshift/types" "github.com/aws/aws-sdk-go-v2/service/redshiftserverless" "github.com/aws/smithy-go" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func RedshiftCluster(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/resource_explorer.go b/provider/describer/resource_explorer.go index c58dd80d..8a9d6b25 100755 --- a/provider/describer/resource_explorer.go +++ b/provider/describer/resource_explorer.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/resourceexplorer2" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ResourceExplorerIndex(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/resource_group.go b/provider/describer/resource_group.go index 8ad23fa8..1272cf7f 100644 --- a/provider/describer/resource_group.go +++ b/provider/describer/resource_group.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/resourcegroups" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ResourceGroups(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/route53.go b/provider/describer/route53.go index 420d6ab6..d7ed8b19 100755 --- a/provider/describer/route53.go +++ b/provider/describer/route53.go @@ -16,7 +16,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/route53/types" "github.com/aws/aws-sdk-go-v2/service/route53resolver" resolvertypes "github.com/aws/aws-sdk-go-v2/service/route53resolver/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func Route53HealthCheck(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/s3.go b/provider/describer/s3.go index 23492158..843c2eae 100755 --- a/provider/describer/s3.go +++ b/provider/describer/s3.go @@ -14,7 +14,7 @@ import ( s3controltypes "github.com/aws/aws-sdk-go-v2/service/s3control/types" "github.com/aws/aws-sdk-go-v2/service/sts" "github.com/aws/smithy-go" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) const ( diff --git a/provider/describer/sagemaker.go b/provider/describer/sagemaker.go index 5a045198..5c98fbfb 100755 --- a/provider/describer/sagemaker.go +++ b/provider/describer/sagemaker.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/sagemaker" "github.com/aws/aws-sdk-go-v2/service/sagemaker/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func SageMakerEndpointConfiguration(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/secretsmanager.go b/provider/describer/secretsmanager.go index 7e2d5dff..067efa8e 100755 --- a/provider/describer/secretsmanager.go +++ b/provider/describer/secretsmanager.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/secretsmanager" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func SecretsManagerSecret(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/securityhub.go b/provider/describer/securityhub.go index 5cd7ccca..a42fdf7b 100755 --- a/provider/describer/securityhub.go +++ b/provider/describer/securityhub.go @@ -11,7 +11,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/securityhub/types" "github.com/aws/smithy-go/middleware" smithyhttp "github.com/aws/smithy-go/transport/http" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func SecurityHubHub(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/securitylake.go b/provider/describer/securitylake.go index fcea4870..48221027 100755 --- a/provider/describer/securitylake.go +++ b/provider/describer/securitylake.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/securitylake" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) // SecurityLakeDataLake TODO: new sdk version available but a field is missing diff --git a/provider/describer/serverlessapplicationrepository.go b/provider/describer/serverlessapplicationrepository.go index 1f3b48f6..fc518ddf 100755 --- a/provider/describer/serverlessapplicationrepository.go +++ b/provider/describer/serverlessapplicationrepository.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/serverlessapplicationrepository" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ServerlessApplicationRepositoryApplication(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/serviceCatalog.go b/provider/describer/serviceCatalog.go index 7c056fed..afd6d138 100644 --- a/provider/describer/serviceCatalog.go +++ b/provider/describer/serviceCatalog.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/servicecatalog" "github.com/aws/aws-sdk-go-v2/aws" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ServiceCatalogProduct(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/serviceDiscovery.go b/provider/describer/serviceDiscovery.go index 4e68e890..6f9de5af 100644 --- a/provider/describer/serviceDiscovery.go +++ b/provider/describer/serviceDiscovery.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/servicediscovery" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ServiceDiscoveryService(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/servicequotas.go b/provider/describer/servicequotas.go index ea62edf4..ca6e985e 100755 --- a/provider/describer/servicequotas.go +++ b/provider/describer/servicequotas.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/servicequotas" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func ServiceQuotasService(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/ses.go b/provider/describer/ses.go index 104275c3..d8b116a8 100755 --- a/provider/describer/ses.go +++ b/provider/describer/ses.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/ses/types" "github.com/aws/aws-sdk-go-v2/service/sesv2" sesv2types "github.com/aws/aws-sdk-go-v2/service/sesv2/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func SESConfigurationSet(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/shield.go b/provider/describer/shield.go index cccc6088..299efa09 100755 --- a/provider/describer/shield.go +++ b/provider/describer/shield.go @@ -5,7 +5,7 @@ import ( _ "database/sql/driver" "github.com/aws/aws-sdk-go-v2/service/shield/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/shield" diff --git a/provider/describer/simspaceweaver.go b/provider/describer/simspaceweaver.go index 90d946ee..10b66394 100755 --- a/provider/describer/simspaceweaver.go +++ b/provider/describer/simspaceweaver.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/simspaceweaver" "github.com/aws/aws-sdk-go-v2/aws" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func SimSpaceWeaverSimulation(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/sns.go b/provider/describer/sns.go index 1b039490..5026f4a7 100755 --- a/provider/describer/sns.go +++ b/provider/describer/sns.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/sns" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func SNSSubscription(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/sqs.go b/provider/describer/sqs.go index 72b3a2e5..35ddeb50 100755 --- a/provider/describer/sqs.go +++ b/provider/describer/sqs.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/sqs" "github.com/aws/aws-sdk-go-v2/service/sqs/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func SQSQueue(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/ssm.go b/provider/describer/ssm.go index 09928170..ae06f6ed 100755 --- a/provider/describer/ssm.go +++ b/provider/describer/ssm.go @@ -11,7 +11,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/ssm" "github.com/aws/aws-sdk-go-v2/service/ssm/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func SSMManagedInstance(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/ssoadmin.go b/provider/describer/ssoadmin.go index 92b9230c..8a14e6b9 100755 --- a/provider/describer/ssoadmin.go +++ b/provider/describer/ssoadmin.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/identitystore" "github.com/aws/aws-sdk-go-v2/service/ssoadmin" "github.com/aws/aws-sdk-go-v2/service/ssoadmin/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func SSOAdminInstance(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/stepfunction.go b/provider/describer/stepfunction.go index 7eac461f..40da919c 100755 --- a/provider/describer/stepfunction.go +++ b/provider/describer/stepfunction.go @@ -8,7 +8,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/sfn/types" "github.com/aws/aws-sdk-go-v2/aws" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func StepFunctionsStateMachine(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/storagegateway.go b/provider/describer/storagegateway.go index e51e23a5..8a6b4010 100755 --- a/provider/describer/storagegateway.go +++ b/provider/describer/storagegateway.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/storagegateway" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func StorageGatewayStorageGateway(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/sts.go b/provider/describer/sts.go index 041bd1f9..cee01fea 100755 --- a/provider/describer/sts.go +++ b/provider/describer/sts.go @@ -3,7 +3,7 @@ package describer import ( "context" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/sts" diff --git a/provider/describer/tagging.go b/provider/describer/tagging.go index 1eb9504a..8f9ab145 100755 --- a/provider/describer/tagging.go +++ b/provider/describer/tagging.go @@ -6,7 +6,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi" "github.com/aws/aws-sdk-go-v2/aws" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func TaggingResources(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/timestream.go b/provider/describer/timestream.go index 114004ee..3cddcec5 100644 --- a/provider/describer/timestream.go +++ b/provider/describer/timestream.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/timestreamwrite" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func TimestreamDatabase(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/waf.go b/provider/describer/waf.go index 894d115b..e828be9d 100755 --- a/provider/describer/waf.go +++ b/provider/describer/waf.go @@ -20,7 +20,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/wafv2" "github.com/aws/aws-sdk-go-v2/service/wafv2/types" "github.com/aws/aws-sdk-go/aws/awserr" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func WAFv2IPSet(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/wellarchitected.go b/provider/describer/wellarchitected.go index 2f61399f..6b833ca6 100755 --- a/provider/describer/wellarchitected.go +++ b/provider/describer/wellarchitected.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" "github.com/aws/aws-sdk-go-v2/service/wellarchitected/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func WellArchitectedWorkload(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/describer/workspace.go b/provider/describer/workspace.go index 7105fffc..de40618f 100755 --- a/provider/describer/workspace.go +++ b/provider/describer/workspace.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/workspaces" "github.com/aws/aws-sdk-go-v2/service/workspaces/types" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" ) func WorkSpacesConnectionAlias(ctx context.Context, cfg aws.Config, stream *StreamSender) ([]Resource, error) { diff --git a/provider/resource_types.go b/provider/resource_types.go index 1c4b69da..499f52f4 100755 --- a/provider/resource_types.go +++ b/provider/resource_types.go @@ -1,7 +1,7 @@ package provider import ( - "github.com/opengovern/og-aws-describer-new/provider/describer" + "github.com/opengovern/og-describer-aws/provider/describer" "github.com/opengovern/og-util/pkg/source" ) diff --git a/provider/resources.go b/provider/resources.go index 6aa97638..399857e6 100755 --- a/provider/resources.go +++ b/provider/resources.go @@ -11,7 +11,7 @@ import ( "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/smithy-go" - "github.com/opengovern/og-aws-describer-new/provider/describer" + "github.com/opengovern/og-describer-aws/provider/describer" "github.com/opengovern/og-util/pkg/describe/enums" "github.com/opengovern/og-util/pkg/source" "go.uber.org/zap" diff --git a/service/service.go b/service/service.go index b6a03719..35ee335d 100644 --- a/service/service.go +++ b/service/service.go @@ -1,7 +1,7 @@ package local import ( - "github.com/opengovern/og-aws-describer-new/SDK" + "github.com/opengovern/og-describer-aws/SDK" "github.com/spf13/cobra" "go.uber.org/zap" ) diff --git a/steampipe-plugin-aws/aws/canonical_policy.go b/steampipe-plugin-aws/aws/canonical_policy.go index e26e9137..c0d1cc74 100644 --- a/steampipe-plugin-aws/aws/canonical_policy.go +++ b/steampipe-plugin-aws/aws/canonical_policy.go @@ -9,7 +9,7 @@ import ( "sort" "strings" - "github.com/opengovern/og-aws-describer-new/provider/model" + "github.com/opengovern/og-describer-aws/provider/model" "github.com/turbot/go-kit/types" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_accessanalyzer_analyzer.go b/steampipe-plugin-aws/aws/table_aws_accessanalyzer_analyzer.go index a8e7ba31..ab073f9b 100644 --- a/steampipe-plugin-aws/aws/table_aws_accessanalyzer_analyzer.go +++ b/steampipe-plugin-aws/aws/table_aws_accessanalyzer_analyzer.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_accessanalyzer_finding.go b/steampipe-plugin-aws/aws/table_aws_accessanalyzer_finding.go index f8759d1a..c1995d8b 100644 --- a/steampipe-plugin-aws/aws/table_aws_accessanalyzer_finding.go +++ b/steampipe-plugin-aws/aws/table_aws_accessanalyzer_finding.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/accessanalyzer/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_account.go b/steampipe-plugin-aws/aws/table_aws_account.go index 552a3ca3..f77331a6 100644 --- a/steampipe-plugin-aws/aws/table_aws_account.go +++ b/steampipe-plugin-aws/aws/table_aws_account.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_account_alternate_contact.go b/steampipe-plugin-aws/aws/table_aws_account_alternate_contact.go index 0943313f..9b80f074 100644 --- a/steampipe-plugin-aws/aws/table_aws_account_alternate_contact.go +++ b/steampipe-plugin-aws/aws/table_aws_account_alternate_contact.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_account_contact.go b/steampipe-plugin-aws/aws/table_aws_account_contact.go index f114039b..06493bbf 100644 --- a/steampipe-plugin-aws/aws/table_aws_account_contact.go +++ b/steampipe-plugin-aws/aws/table_aws_account_contact.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_acm_certificate.go b/steampipe-plugin-aws/aws/table_aws_acm_certificate.go index c53b031e..b2009be1 100644 --- a/steampipe-plugin-aws/aws/table_aws_acm_certificate.go +++ b/steampipe-plugin-aws/aws/table_aws_acm_certificate.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_acmpca_certificate_authority.go b/steampipe-plugin-aws/aws/table_aws_acmpca_certificate_authority.go index 4b906943..c07bd0ed 100644 --- a/steampipe-plugin-aws/aws/table_aws_acmpca_certificate_authority.go +++ b/steampipe-plugin-aws/aws/table_aws_acmpca_certificate_authority.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_amp_workspace.go b/steampipe-plugin-aws/aws/table_aws_amp_workspace.go index 0bfe6c77..3f619a41 100644 --- a/steampipe-plugin-aws/aws/table_aws_amp_workspace.go +++ b/steampipe-plugin-aws/aws/table_aws_amp_workspace.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_amplify_app.go b/steampipe-plugin-aws/aws/table_aws_amplify_app.go index 7fbe1800..eb3a845f 100644 --- a/steampipe-plugin-aws/aws/table_aws_amplify_app.go +++ b/steampipe-plugin-aws/aws/table_aws_amplify_app.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gateway_api_authorizer.go b/steampipe-plugin-aws/aws/table_aws_api_gateway_api_authorizer.go index 97f85e2f..dbe7df81 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gateway_api_authorizer.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gateway_api_authorizer.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gateway_api_key.go b/steampipe-plugin-aws/aws/table_aws_api_gateway_api_key.go index 3a3c5908..309a8caa 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gateway_api_key.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gateway_api_key.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gateway_rest_api.go b/steampipe-plugin-aws/aws/table_aws_api_gateway_rest_api.go index ea3ef4b7..3a31f8ab 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gateway_rest_api.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gateway_rest_api.go @@ -7,7 +7,7 @@ import ( go_kit_packs "github.com/turbot/go-kit/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gateway_stage.go b/steampipe-plugin-aws/aws/table_aws_api_gateway_stage.go index 8f1c9abf..abe7f450 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gateway_stage.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gateway_stage.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gateway_usage_plan.go b/steampipe-plugin-aws/aws/table_aws_api_gateway_usage_plan.go index c1314ab0..8fb809a3 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gateway_usage_plan.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gateway_usage_plan.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_api.go b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_api.go index cf8a0a2c..91cfcb6d 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_api.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_api.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_domain_name.go b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_domain_name.go index 144f72c2..617e0e1c 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_domain_name.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_domain_name.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_integration.go b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_integration.go index 6f9a383c..4fe0733d 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_integration.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_integration.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_route.go b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_route.go index 4aedc4f0..17f4c298 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_route.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_route.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_stage.go b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_stage.go index bbdead6c..b0128bb4 100644 --- a/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_stage.go +++ b/steampipe-plugin-aws/aws/table_aws_api_gatewayv2_stage.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_appautoscaling_policy.go b/steampipe-plugin-aws/aws/table_aws_appautoscaling_policy.go index 56e7d301..da5b39dd 100644 --- a/steampipe-plugin-aws/aws/table_aws_appautoscaling_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_appautoscaling_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_appautoscaling_target.go b/steampipe-plugin-aws/aws/table_aws_appautoscaling_target.go index 9fc5a30c..674283c7 100644 --- a/steampipe-plugin-aws/aws/table_aws_appautoscaling_target.go +++ b/steampipe-plugin-aws/aws/table_aws_appautoscaling_target.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_appconfig_application.go b/steampipe-plugin-aws/aws/table_aws_appconfig_application.go index 280162c1..07076fba 100644 --- a/steampipe-plugin-aws/aws/table_aws_appconfig_application.go +++ b/steampipe-plugin-aws/aws/table_aws_appconfig_application.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_appstream_application.go b/steampipe-plugin-aws/aws/table_aws_appstream_application.go index ff7187c0..af1eb391 100644 --- a/steampipe-plugin-aws/aws/table_aws_appstream_application.go +++ b/steampipe-plugin-aws/aws/table_aws_appstream_application.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_appstream_fleet.go b/steampipe-plugin-aws/aws/table_aws_appstream_fleet.go index af3634fc..dd07e7ad 100644 --- a/steampipe-plugin-aws/aws/table_aws_appstream_fleet.go +++ b/steampipe-plugin-aws/aws/table_aws_appstream_fleet.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_appstream_image.go b/steampipe-plugin-aws/aws/table_aws_appstream_image.go index 8b3375ef..9169cb13 100644 --- a/steampipe-plugin-aws/aws/table_aws_appstream_image.go +++ b/steampipe-plugin-aws/aws/table_aws_appstream_image.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_appstream_stack.go b/steampipe-plugin-aws/aws/table_aws_appstream_stack.go index 3c09e9b6..c1bf25f4 100644 --- a/steampipe-plugin-aws/aws/table_aws_appstream_stack.go +++ b/steampipe-plugin-aws/aws/table_aws_appstream_stack.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_athena_query_execution.go b/steampipe-plugin-aws/aws/table_aws_athena_query_execution.go index 0f4be22d..2bd5c8fb 100644 --- a/steampipe-plugin-aws/aws/table_aws_athena_query_execution.go +++ b/steampipe-plugin-aws/aws/table_aws_athena_query_execution.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_athena_workgroup.go b/steampipe-plugin-aws/aws/table_aws_athena_workgroup.go index 384d2d98..50420441 100644 --- a/steampipe-plugin-aws/aws/table_aws_athena_workgroup.go +++ b/steampipe-plugin-aws/aws/table_aws_athena_workgroup.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/athena" diff --git a/steampipe-plugin-aws/aws/table_aws_auditmanager_assessment.go b/steampipe-plugin-aws/aws/table_aws_auditmanager_assessment.go index 8568687d..fc3b4c9d 100644 --- a/steampipe-plugin-aws/aws/table_aws_auditmanager_assessment.go +++ b/steampipe-plugin-aws/aws/table_aws_auditmanager_assessment.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_auditmanager_control.go b/steampipe-plugin-aws/aws/table_aws_auditmanager_control.go index 6a816241..fe0b0d12 100644 --- a/steampipe-plugin-aws/aws/table_aws_auditmanager_control.go +++ b/steampipe-plugin-aws/aws/table_aws_auditmanager_control.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_auditmanager_evidence.go b/steampipe-plugin-aws/aws/table_aws_auditmanager_evidence.go index b95ea501..6d3eb1ad 100644 --- a/steampipe-plugin-aws/aws/table_aws_auditmanager_evidence.go +++ b/steampipe-plugin-aws/aws/table_aws_auditmanager_evidence.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_auditmanager_evidence_folder.go b/steampipe-plugin-aws/aws/table_aws_auditmanager_evidence_folder.go index 6738cac6..1ef0468e 100644 --- a/steampipe-plugin-aws/aws/table_aws_auditmanager_evidence_folder.go +++ b/steampipe-plugin-aws/aws/table_aws_auditmanager_evidence_folder.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_auditmanager_framework.go b/steampipe-plugin-aws/aws/table_aws_auditmanager_framework.go index cbbd92d3..00e4bc0e 100644 --- a/steampipe-plugin-aws/aws/table_aws_auditmanager_framework.go +++ b/steampipe-plugin-aws/aws/table_aws_auditmanager_framework.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_availability_zone.go b/steampipe-plugin-aws/aws/table_aws_availability_zone.go index 02e78f00..01981090 100644 --- a/steampipe-plugin-aws/aws/table_aws_availability_zone.go +++ b/steampipe-plugin-aws/aws/table_aws_availability_zone.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_backup_framework.go b/steampipe-plugin-aws/aws/table_aws_backup_framework.go index c0f4e95f..ac0252fc 100644 --- a/steampipe-plugin-aws/aws/table_aws_backup_framework.go +++ b/steampipe-plugin-aws/aws/table_aws_backup_framework.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_backup_legal_hold.go b/steampipe-plugin-aws/aws/table_aws_backup_legal_hold.go index 257bcf35..f165de14 100644 --- a/steampipe-plugin-aws/aws/table_aws_backup_legal_hold.go +++ b/steampipe-plugin-aws/aws/table_aws_backup_legal_hold.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_backup_plan.go b/steampipe-plugin-aws/aws/table_aws_backup_plan.go index 9c330f3d..52eb177c 100644 --- a/steampipe-plugin-aws/aws/table_aws_backup_plan.go +++ b/steampipe-plugin-aws/aws/table_aws_backup_plan.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_backup_protected_resource.go b/steampipe-plugin-aws/aws/table_aws_backup_protected_resource.go index edd54f05..a3025adb 100644 --- a/steampipe-plugin-aws/aws/table_aws_backup_protected_resource.go +++ b/steampipe-plugin-aws/aws/table_aws_backup_protected_resource.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_backup_recovery_point.go b/steampipe-plugin-aws/aws/table_aws_backup_recovery_point.go index b5dd831b..5adce141 100644 --- a/steampipe-plugin-aws/aws/table_aws_backup_recovery_point.go +++ b/steampipe-plugin-aws/aws/table_aws_backup_recovery_point.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_backup_region_settings.go b/steampipe-plugin-aws/aws/table_aws_backup_region_settings.go index 25f4b323..201369a5 100644 --- a/steampipe-plugin-aws/aws/table_aws_backup_region_settings.go +++ b/steampipe-plugin-aws/aws/table_aws_backup_region_settings.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_backup_report_plan.go b/steampipe-plugin-aws/aws/table_aws_backup_report_plan.go index 9b249ce6..3d591003 100644 --- a/steampipe-plugin-aws/aws/table_aws_backup_report_plan.go +++ b/steampipe-plugin-aws/aws/table_aws_backup_report_plan.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_backup_selection.go b/steampipe-plugin-aws/aws/table_aws_backup_selection.go index 56ca2823..fe15b638 100644 --- a/steampipe-plugin-aws/aws/table_aws_backup_selection.go +++ b/steampipe-plugin-aws/aws/table_aws_backup_selection.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_backup_vault.go b/steampipe-plugin-aws/aws/table_aws_backup_vault.go index 1bc46201..8ab7e9cc 100644 --- a/steampipe-plugin-aws/aws/table_aws_backup_vault.go +++ b/steampipe-plugin-aws/aws/table_aws_backup_vault.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_batch_compute_environment.go b/steampipe-plugin-aws/aws/table_aws_batch_compute_environment.go index ff41b65e..9915182d 100644 --- a/steampipe-plugin-aws/aws/table_aws_batch_compute_environment.go +++ b/steampipe-plugin-aws/aws/table_aws_batch_compute_environment.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_batch_job.go b/steampipe-plugin-aws/aws/table_aws_batch_job.go index eb3ece8a..6c6d7378 100644 --- a/steampipe-plugin-aws/aws/table_aws_batch_job.go +++ b/steampipe-plugin-aws/aws/table_aws_batch_job.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_batchjob_queue.go b/steampipe-plugin-aws/aws/table_aws_batchjob_queue.go index 5e4ef86b..4b291d78 100644 --- a/steampipe-plugin-aws/aws/table_aws_batchjob_queue.go +++ b/steampipe-plugin-aws/aws/table_aws_batchjob_queue.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudformation_stack.go b/steampipe-plugin-aws/aws/table_aws_cloudformation_stack.go index 9248fabb..eae6c925 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudformation_stack.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudformation_stack.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/cloudformation/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudformation_stack_resource.go b/steampipe-plugin-aws/aws/table_aws_cloudformation_stack_resource.go index 7c3ae11c..aef98a3b 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudformation_stack_resource.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudformation_stack_resource.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudformation_stack_set.go b/steampipe-plugin-aws/aws/table_aws_cloudformation_stack_set.go index fd525178..917f4ed4 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudformation_stack_set.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudformation_stack_set.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudfront_cache_policy.go b/steampipe-plugin-aws/aws/table_aws_cloudfront_cache_policy.go index 2f16134a..f9cf289a 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudfront_cache_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudfront_cache_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudfront_distribution.go b/steampipe-plugin-aws/aws/table_aws_cloudfront_distribution.go index e822dac6..74d8261d 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudfront_distribution.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudfront_distribution.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudfront_function.go b/steampipe-plugin-aws/aws/table_aws_cloudfront_function.go index edf32ee7..b639fd9a 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudfront_function.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudfront_function.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_access_control.go b/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_access_control.go index a9a0ff92..b75d35ee 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_access_control.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_access_control.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_access_identity.go b/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_access_identity.go index aa643f11..f3be47ce 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_access_identity.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_access_identity.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_request_policy.go b/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_request_policy.go index 5d5aec7e..f34f942c 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_request_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudfront_origin_request_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudfront_response_headers_policy.go b/steampipe-plugin-aws/aws/table_aws_cloudfront_response_headers_policy.go index 538ee765..e0407355 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudfront_response_headers_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudfront_response_headers_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudfront_streamingdistribution.go b/steampipe-plugin-aws/aws/table_aws_cloudfront_streamingdistribution.go index 12973311..30498b45 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudfront_streamingdistribution.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudfront_streamingdistribution.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudsearch_domain.go b/steampipe-plugin-aws/aws/table_aws_cloudsearch_domain.go index d0248662..8c975e4d 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudsearch_domain.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudsearch_domain.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudtrail_channel.go b/steampipe-plugin-aws/aws/table_aws_cloudtrail_channel.go index c49b9c07..1a28c97f 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudtrail_channel.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudtrail_channel.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudtrail_event_data_store.go b/steampipe-plugin-aws/aws/table_aws_cloudtrail_event_data_store.go index 0776a8cc..37508f89 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudtrail_event_data_store.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudtrail_event_data_store.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudtrail_import.go b/steampipe-plugin-aws/aws/table_aws_cloudtrail_import.go index e7190e2c..50be8536 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudtrail_import.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudtrail_import.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudtrail_query.go b/steampipe-plugin-aws/aws/table_aws_cloudtrail_query.go index 2bbc44a1..19f4bc3a 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudtrail_query.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudtrail_query.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudtrail_trail.go b/steampipe-plugin-aws/aws/table_aws_cloudtrail_trail.go index b675baaa..9832d991 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudtrail_trail.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudtrail_trail.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudtrail_trail_event.go b/steampipe-plugin-aws/aws/table_aws_cloudtrail_trail_event.go index eb0ef4de..97b4b4cd 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudtrail_trail_event.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudtrail_trail_event.go @@ -5,7 +5,7 @@ import ( "encoding/json" "time" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudwatch_alarm.go b/steampipe-plugin-aws/aws/table_aws_cloudwatch_alarm.go index b51380ed..17d991ff 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudwatch_alarm.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudwatch_alarm.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_event.go b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_event.go index 1296b339..2c3a4b9a 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_event.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_event.go @@ -5,7 +5,7 @@ import ( "encoding/json" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/go-kit/types" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_group.go b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_group.go index 79149a0f..aeddf2ec 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_group.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_metric_filter.go b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_metric_filter.go index 58f44b51..b81e5baa 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_metric_filter.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_metric_filter.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_resource_policy.go b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_resource_policy.go index 193a06e6..868fbbbc 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_resource_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_resource_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_stream.go b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_stream.go index 9309f037..020122fe 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_stream.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_stream.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_subscription_filter.go b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_subscription_filter.go index 01507b25..9649d311 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_subscription_filter.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudwatch_log_subscription_filter.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cloudwatch_metric.go b/steampipe-plugin-aws/aws/table_aws_cloudwatch_metric.go index ea1b9ac4..8feda64c 100644 --- a/steampipe-plugin-aws/aws/table_aws_cloudwatch_metric.go +++ b/steampipe-plugin-aws/aws/table_aws_cloudwatch_metric.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_codeartifact_domain.go b/steampipe-plugin-aws/aws/table_aws_codeartifact_domain.go index 60acbb5f..aafa95e6 100644 --- a/steampipe-plugin-aws/aws/table_aws_codeartifact_domain.go +++ b/steampipe-plugin-aws/aws/table_aws_codeartifact_domain.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_codeartifact_repository.go b/steampipe-plugin-aws/aws/table_aws_codeartifact_repository.go index ebd02320..08a6915e 100644 --- a/steampipe-plugin-aws/aws/table_aws_codeartifact_repository.go +++ b/steampipe-plugin-aws/aws/table_aws_codeartifact_repository.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_codebuild_build.go b/steampipe-plugin-aws/aws/table_aws_codebuild_build.go index c936f232..c4473486 100644 --- a/steampipe-plugin-aws/aws/table_aws_codebuild_build.go +++ b/steampipe-plugin-aws/aws/table_aws_codebuild_build.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_codebuild_project.go b/steampipe-plugin-aws/aws/table_aws_codebuild_project.go index a2fec192..55605cdd 100644 --- a/steampipe-plugin-aws/aws/table_aws_codebuild_project.go +++ b/steampipe-plugin-aws/aws/table_aws_codebuild_project.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_codebuild_source_credential.go b/steampipe-plugin-aws/aws/table_aws_codebuild_source_credential.go index 7df34271..c08d3452 100644 --- a/steampipe-plugin-aws/aws/table_aws_codebuild_source_credential.go +++ b/steampipe-plugin-aws/aws/table_aws_codebuild_source_credential.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_codecommit_repository.go b/steampipe-plugin-aws/aws/table_aws_codecommit_repository.go index 1ab44615..c7bbfea3 100644 --- a/steampipe-plugin-aws/aws/table_aws_codecommit_repository.go +++ b/steampipe-plugin-aws/aws/table_aws_codecommit_repository.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_codedeploy_app.go b/steampipe-plugin-aws/aws/table_aws_codedeploy_app.go index f38a8b2f..4472760e 100644 --- a/steampipe-plugin-aws/aws/table_aws_codedeploy_app.go +++ b/steampipe-plugin-aws/aws/table_aws_codedeploy_app.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_codedeploy_deployment_config.go b/steampipe-plugin-aws/aws/table_aws_codedeploy_deployment_config.go index cc710bfc..701a6652 100644 --- a/steampipe-plugin-aws/aws/table_aws_codedeploy_deployment_config.go +++ b/steampipe-plugin-aws/aws/table_aws_codedeploy_deployment_config.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_codedeploy_deployment_group.go b/steampipe-plugin-aws/aws/table_aws_codedeploy_deployment_group.go index 06c15ed9..801197df 100644 --- a/steampipe-plugin-aws/aws/table_aws_codedeploy_deployment_group.go +++ b/steampipe-plugin-aws/aws/table_aws_codedeploy_deployment_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_codepipeline_pipeline.go b/steampipe-plugin-aws/aws/table_aws_codepipeline_pipeline.go index 2cdadbe4..ad05f39f 100644 --- a/steampipe-plugin-aws/aws/table_aws_codepipeline_pipeline.go +++ b/steampipe-plugin-aws/aws/table_aws_codepipeline_pipeline.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_codestar_project.go b/steampipe-plugin-aws/aws/table_aws_codestar_project.go index e2c4dc6c..fe4cb9e9 100644 --- a/steampipe-plugin-aws/aws/table_aws_codestar_project.go +++ b/steampipe-plugin-aws/aws/table_aws_codestar_project.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_config_aggregate_authorization.go b/steampipe-plugin-aws/aws/table_aws_config_aggregate_authorization.go index d8cbf80e..c7db8304 100644 --- a/steampipe-plugin-aws/aws/table_aws_config_aggregate_authorization.go +++ b/steampipe-plugin-aws/aws/table_aws_config_aggregate_authorization.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_config_configuration_recorder.go b/steampipe-plugin-aws/aws/table_aws_config_configuration_recorder.go index 4da212a3..1c00d56c 100644 --- a/steampipe-plugin-aws/aws/table_aws_config_configuration_recorder.go +++ b/steampipe-plugin-aws/aws/table_aws_config_configuration_recorder.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_config_conformance_pack.go b/steampipe-plugin-aws/aws/table_aws_config_conformance_pack.go index 4bc4e23d..35ec5762 100644 --- a/steampipe-plugin-aws/aws/table_aws_config_conformance_pack.go +++ b/steampipe-plugin-aws/aws/table_aws_config_conformance_pack.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_config_retention_configuration.go b/steampipe-plugin-aws/aws/table_aws_config_retention_configuration.go index d7439611..2944fd10 100644 --- a/steampipe-plugin-aws/aws/table_aws_config_retention_configuration.go +++ b/steampipe-plugin-aws/aws/table_aws_config_retention_configuration.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_config_rule.go b/steampipe-plugin-aws/aws/table_aws_config_rule.go index dc31ffa3..038f1b09 100644 --- a/steampipe-plugin-aws/aws/table_aws_config_rule.go +++ b/steampipe-plugin-aws/aws/table_aws_config_rule.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_by_account_daily.go b/steampipe-plugin-aws/aws/table_aws_cost_by_account_daily.go index c02c21c7..197cb5f9 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_by_account_daily.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_by_account_daily.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_by_account_monthly.go b/steampipe-plugin-aws/aws/table_aws_cost_by_account_monthly.go index ee2b70f2..c6601b11 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_by_account_monthly.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_by_account_monthly.go @@ -4,7 +4,7 @@ import ( "context" "time" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/costexplorer" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_by_record_type_daily.go b/steampipe-plugin-aws/aws/table_aws_cost_by_record_type_daily.go index b064e798..39452709 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_by_record_type_daily.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_by_record_type_daily.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_by_record_type_monthly.go b/steampipe-plugin-aws/aws/table_aws_cost_by_record_type_monthly.go index 0051b51b..344b62cd 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_by_record_type_monthly.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_by_record_type_monthly.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_by_service_daily.go b/steampipe-plugin-aws/aws/table_aws_cost_by_service_daily.go index e238efa6..528cedf3 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_by_service_daily.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_by_service_daily.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_by_service_monthly.go b/steampipe-plugin-aws/aws/table_aws_cost_by_service_monthly.go index 061ca939..529ceb60 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_by_service_monthly.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_by_service_monthly.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_by_service_usage_type_daily.go b/steampipe-plugin-aws/aws/table_aws_cost_by_service_usage_type_daily.go index 41451881..d5ec948c 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_by_service_usage_type_daily.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_by_service_usage_type_daily.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_by_service_usage_type_monthly.go b/steampipe-plugin-aws/aws/table_aws_cost_by_service_usage_type_monthly.go index ded04262..673412c0 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_by_service_usage_type_monthly.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_by_service_usage_type_monthly.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_forecast_daily.go b/steampipe-plugin-aws/aws/table_aws_cost_forecast_daily.go index 0070b27a..64abef2b 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_forecast_daily.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_forecast_daily.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_cost_forecast_monthly.go b/steampipe-plugin-aws/aws/table_aws_cost_forecast_monthly.go index b64df5d1..857910f7 100644 --- a/steampipe-plugin-aws/aws/table_aws_cost_forecast_monthly.go +++ b/steampipe-plugin-aws/aws/table_aws_cost_forecast_monthly.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dax_cluster.go b/steampipe-plugin-aws/aws/table_aws_dax_cluster.go index c05204b7..6560666e 100644 --- a/steampipe-plugin-aws/aws/table_aws_dax_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_dax_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dax_parameter.go b/steampipe-plugin-aws/aws/table_aws_dax_parameter.go index 42d63c40..1ba6fdbe 100644 --- a/steampipe-plugin-aws/aws/table_aws_dax_parameter.go +++ b/steampipe-plugin-aws/aws/table_aws_dax_parameter.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dax_parameter_group.go b/steampipe-plugin-aws/aws/table_aws_dax_parameter_group.go index a3164c4d..c84d76b4 100644 --- a/steampipe-plugin-aws/aws/table_aws_dax_parameter_group.go +++ b/steampipe-plugin-aws/aws/table_aws_dax_parameter_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dax_subnet_group.go b/steampipe-plugin-aws/aws/table_aws_dax_subnet_group.go index d35e03ba..a6eeb1ef 100644 --- a/steampipe-plugin-aws/aws/table_aws_dax_subnet_group.go +++ b/steampipe-plugin-aws/aws/table_aws_dax_subnet_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_directconnect_connection.go b/steampipe-plugin-aws/aws/table_aws_directconnect_connection.go index 966843df..b57c3ec0 100644 --- a/steampipe-plugin-aws/aws/table_aws_directconnect_connection.go +++ b/steampipe-plugin-aws/aws/table_aws_directconnect_connection.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_directconnect_gateway.go b/steampipe-plugin-aws/aws/table_aws_directconnect_gateway.go index ab7854a1..4222fa31 100644 --- a/steampipe-plugin-aws/aws/table_aws_directconnect_gateway.go +++ b/steampipe-plugin-aws/aws/table_aws_directconnect_gateway.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_directory_service_certificate.go b/steampipe-plugin-aws/aws/table_aws_directory_service_certificate.go index a55aa613..ec9f7c59 100644 --- a/steampipe-plugin-aws/aws/table_aws_directory_service_certificate.go +++ b/steampipe-plugin-aws/aws/table_aws_directory_service_certificate.go @@ -4,7 +4,7 @@ import ( "context" "time" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/directoryservice/types" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_directory_service_directory.go b/steampipe-plugin-aws/aws/table_aws_directory_service_directory.go index 646a63da..8c2dc67e 100644 --- a/steampipe-plugin-aws/aws/table_aws_directory_service_directory.go +++ b/steampipe-plugin-aws/aws/table_aws_directory_service_directory.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_directory_service_log_subscription.go b/steampipe-plugin-aws/aws/table_aws_directory_service_log_subscription.go index 19668520..1742a459 100644 --- a/steampipe-plugin-aws/aws/table_aws_directory_service_log_subscription.go +++ b/steampipe-plugin-aws/aws/table_aws_directory_service_log_subscription.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_dlm_lifecycle_policy.go b/steampipe-plugin-aws/aws/table_aws_dlm_lifecycle_policy.go index ae2099f4..99d7067c 100644 --- a/steampipe-plugin-aws/aws/table_aws_dlm_lifecycle_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_dlm_lifecycle_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dms_endpoint.go b/steampipe-plugin-aws/aws/table_aws_dms_endpoint.go index 9e8279d8..1a3f1e89 100644 --- a/steampipe-plugin-aws/aws/table_aws_dms_endpoint.go +++ b/steampipe-plugin-aws/aws/table_aws_dms_endpoint.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/databasemigrationservice" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_dms_replication_instance.go b/steampipe-plugin-aws/aws/table_aws_dms_replication_instance.go index 6774b320..dad6d2d2 100644 --- a/steampipe-plugin-aws/aws/table_aws_dms_replication_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_dms_replication_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dms_replication_task.go b/steampipe-plugin-aws/aws/table_aws_dms_replication_task.go index 8eeb68c0..f0aa7598 100644 --- a/steampipe-plugin-aws/aws/table_aws_dms_replication_task.go +++ b/steampipe-plugin-aws/aws/table_aws_dms_replication_task.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/databasemigrationservice" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_docdb_cluster.go b/steampipe-plugin-aws/aws/table_aws_docdb_cluster.go index c66764c8..dfef75b4 100644 --- a/steampipe-plugin-aws/aws/table_aws_docdb_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_docdb_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_docdb_cluster_instance.go b/steampipe-plugin-aws/aws/table_aws_docdb_cluster_instance.go index c2e5e881..9c3d4737 100644 --- a/steampipe-plugin-aws/aws/table_aws_docdb_cluster_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_docdb_cluster_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/docdb" diff --git a/steampipe-plugin-aws/aws/table_aws_docdb_cluster_snapshot.go b/steampipe-plugin-aws/aws/table_aws_docdb_cluster_snapshot.go index 368394d7..00059e80 100644 --- a/steampipe-plugin-aws/aws/table_aws_docdb_cluster_snapshot.go +++ b/steampipe-plugin-aws/aws/table_aws_docdb_cluster_snapshot.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dynamodb_backup.go b/steampipe-plugin-aws/aws/table_aws_dynamodb_backup.go index ec290cc8..1ca66eeb 100644 --- a/steampipe-plugin-aws/aws/table_aws_dynamodb_backup.go +++ b/steampipe-plugin-aws/aws/table_aws_dynamodb_backup.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_dynamodb_global_secondary_index.go b/steampipe-plugin-aws/aws/table_aws_dynamodb_global_secondary_index.go index b212680e..5602bc3b 100644 --- a/steampipe-plugin-aws/aws/table_aws_dynamodb_global_secondary_index.go +++ b/steampipe-plugin-aws/aws/table_aws_dynamodb_global_secondary_index.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dynamodb_global_table.go b/steampipe-plugin-aws/aws/table_aws_dynamodb_global_table.go index 40669bab..7997d730 100644 --- a/steampipe-plugin-aws/aws/table_aws_dynamodb_global_table.go +++ b/steampipe-plugin-aws/aws/table_aws_dynamodb_global_table.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dynamodb_local_secondary_index.go b/steampipe-plugin-aws/aws/table_aws_dynamodb_local_secondary_index.go index 9e7f611d..87288b79 100644 --- a/steampipe-plugin-aws/aws/table_aws_dynamodb_local_secondary_index.go +++ b/steampipe-plugin-aws/aws/table_aws_dynamodb_local_secondary_index.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dynamodb_table.go b/steampipe-plugin-aws/aws/table_aws_dynamodb_table.go index cbc57673..4534a99e 100644 --- a/steampipe-plugin-aws/aws/table_aws_dynamodb_table.go +++ b/steampipe-plugin-aws/aws/table_aws_dynamodb_table.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/dynamodb/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dynamodb_table_export.go b/steampipe-plugin-aws/aws/table_aws_dynamodb_table_export.go index d73846ce..dc61fe92 100644 --- a/steampipe-plugin-aws/aws/table_aws_dynamodb_table_export.go +++ b/steampipe-plugin-aws/aws/table_aws_dynamodb_table_export.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_dynamodbstreams_stream.go b/steampipe-plugin-aws/aws/table_aws_dynamodbstreams_stream.go index 576fc81e..051af11b 100644 --- a/steampipe-plugin-aws/aws/table_aws_dynamodbstreams_stream.go +++ b/steampipe-plugin-aws/aws/table_aws_dynamodbstreams_stream.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ebs_snapshot.go b/steampipe-plugin-aws/aws/table_aws_ebs_snapshot.go index d2b60751..164f7db1 100644 --- a/steampipe-plugin-aws/aws/table_aws_ebs_snapshot.go +++ b/steampipe-plugin-aws/aws/table_aws_ebs_snapshot.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ebs_volume.go b/steampipe-plugin-aws/aws/table_aws_ebs_volume.go index fb5ec4a6..a8cd7233 100644 --- a/steampipe-plugin-aws/aws/table_aws_ebs_volume.go +++ b/steampipe-plugin-aws/aws/table_aws_ebs_volume.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_ami.go b/steampipe-plugin-aws/aws/table_aws_ec2_ami.go index 73ae5813..f669438e 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_ami.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_ami.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go b/steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go index 14e3b97d..c52869df 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_application_load_balancer.go b/steampipe-plugin-aws/aws/table_aws_ec2_application_load_balancer.go index 204ac1e9..9fb250a7 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_application_load_balancer.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_application_load_balancer.go @@ -4,7 +4,7 @@ import ( "context" elbv2types "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_autoscaling_group.go b/steampipe-plugin-aws/aws/table_aws_ec2_autoscaling_group.go index e134d769..72c08fc4 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_autoscaling_group.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_autoscaling_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_capacity_reservation.go b/steampipe-plugin-aws/aws/table_aws_ec2_capacity_reservation.go index 69334457..306d65bc 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_capacity_reservation.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_capacity_reservation.go @@ -5,7 +5,7 @@ import ( ec2 "github.com/aws/aws-sdk-go-v2/service/ec2/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_capacity_reservation_fleet.go b/steampipe-plugin-aws/aws/table_aws_ec2_capacity_reservation_fleet.go index 18dfb926..487d9ad6 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_capacity_reservation_fleet.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_capacity_reservation_fleet.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_classic_load_balancer.go b/steampipe-plugin-aws/aws/table_aws_ec2_classic_load_balancer.go index ff8853d3..b4ce2285 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_classic_load_balancer.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_classic_load_balancer.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_client_vpn_endpoint.go b/steampipe-plugin-aws/aws/table_aws_ec2_client_vpn_endpoint.go index 84c4cfb6..bdce0a5a 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_client_vpn_endpoint.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_client_vpn_endpoint.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/ec2/types" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_elasticip.go b/steampipe-plugin-aws/aws/table_aws_ec2_elasticip.go index 811a76ce..c340f125 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_elasticip.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_elasticip.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_fleet.go b/steampipe-plugin-aws/aws/table_aws_ec2_fleet.go index 5f39ec38..dfc47383 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_fleet.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_fleet.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_host.go b/steampipe-plugin-aws/aws/table_aws_ec2_host.go index 57769ce0..d651a271 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_host.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_host.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_instance.go b/steampipe-plugin-aws/aws/table_aws_ec2_instance.go index aa434a48..eb56967e 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_instance.go @@ -5,7 +5,7 @@ import ( "regexp" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/turbot/go-kit/helpers" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_instance_availability.go b/steampipe-plugin-aws/aws/table_aws_ec2_instance_availability.go index 08c41c12..58e68794 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_instance_availability.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_instance_availability.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization.go b/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization.go index 1a69ab46..c3a147a3 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization_daily.go b/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization_daily.go index 7dcd6528..715cc3b4 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization_daily.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization_daily.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization_hourly.go b/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization_hourly.go index 5213bd6c..3eab291f 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization_hourly.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_instance_metric_cpu_utilization_hourly.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_instance_type.go b/steampipe-plugin-aws/aws/table_aws_ec2_instance_type.go index 07d71166..3fd385a5 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_instance_type.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_instance_type.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_ipam.go b/steampipe-plugin-aws/aws/table_aws_ec2_ipam.go index 69884322..334d1e94 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_ipam.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_ipam.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_ipam_pool.go b/steampipe-plugin-aws/aws/table_aws_ec2_ipam_pool.go index 88ad0551..b0018821 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_ipam_pool.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_ipam_pool.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_key_pair.go b/steampipe-plugin-aws/aws/table_aws_ec2_key_pair.go index edf134e6..cc593b32 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_key_pair.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_key_pair.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_launch_configuration.go b/steampipe-plugin-aws/aws/table_aws_ec2_launch_configuration.go index 58a42749..ab17df79 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_launch_configuration.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_launch_configuration.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_launch_template.go b/steampipe-plugin-aws/aws/table_aws_ec2_launch_template.go index 18f4fa8f..b41ea947 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_launch_template.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_launch_template.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_launch_template_version.go b/steampipe-plugin-aws/aws/table_aws_ec2_launch_template_version.go index a052876f..429732d5 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_launch_template_version.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_launch_template_version.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_load_balancer_listener.go b/steampipe-plugin-aws/aws/table_aws_ec2_load_balancer_listener.go index 668b189b..e2c02e1e 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_load_balancer_listener.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_load_balancer_listener.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_load_balancer_listener_rule.go b/steampipe-plugin-aws/aws/table_aws_ec2_load_balancer_listener_rule.go index 308e77a7..42eb320d 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_load_balancer_listener_rule.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_load_balancer_listener_rule.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_localgateway.go b/steampipe-plugin-aws/aws/table_aws_ec2_localgateway.go index ae667fef..1dcfc645 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_localgateway.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_localgateway.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_managed_prefix_list.go b/steampipe-plugin-aws/aws/table_aws_ec2_managed_prefix_list.go index 691528cb..239b8e9d 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_managed_prefix_list.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_managed_prefix_list.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_network_interface.go b/steampipe-plugin-aws/aws/table_aws_ec2_network_interface.go index f4df84d2..77d3d10a 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_network_interface.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_network_interface.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_placement_group.go b/steampipe-plugin-aws/aws/table_aws_ec2_placement_group.go index 0b511355..e1a615a8 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_placement_group.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_placement_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_regional_settings.go b/steampipe-plugin-aws/aws/table_aws_ec2_regional_settings.go index 31398556..1009ac2d 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_regional_settings.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_regional_settings.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_reserved_instance.go b/steampipe-plugin-aws/aws/table_aws_ec2_reserved_instance.go index ccc13991..f7cc20b1 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_reserved_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_reserved_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_ssl_policy.go b/steampipe-plugin-aws/aws/table_aws_ec2_ssl_policy.go index 4a4f9ee3..c14dbf98 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_ssl_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_ssl_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_target_group.go b/steampipe-plugin-aws/aws/table_aws_ec2_target_group.go index b4c3491a..74558b5d 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_target_group.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_target_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway.go b/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway.go index 732f4329..86f5bbfd 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_route.go b/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_route.go index cc518e30..376ca5c7 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_route.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_route.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_route_table.go b/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_route_table.go index f491572f..9234b024 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_route_table.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_route_table.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_vpc_attachment.go b/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_vpc_attachment.go index 9acd1d6d..a3965992 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_vpc_attachment.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_transit_gateway_vpc_attachment.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecr_image.go b/steampipe-plugin-aws/aws/table_aws_ecr_image.go index b1ba8f65..b9272441 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecr_image.go +++ b/steampipe-plugin-aws/aws/table_aws_ecr_image.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecr_image_scan_finding.go b/steampipe-plugin-aws/aws/table_aws_ecr_image_scan_finding.go index b85ab47a..1b876c65 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecr_image_scan_finding.go +++ b/steampipe-plugin-aws/aws/table_aws_ecr_image_scan_finding.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecr_registry.go b/steampipe-plugin-aws/aws/table_aws_ecr_registry.go index 46e276d4..a4206490 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecr_registry.go +++ b/steampipe-plugin-aws/aws/table_aws_ecr_registry.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ecr_registry_scanning_configuration.go b/steampipe-plugin-aws/aws/table_aws_ecr_registry_scanning_configuration.go index b5878ea6..7f02cbc6 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecr_registry_scanning_configuration.go +++ b/steampipe-plugin-aws/aws/table_aws_ecr_registry_scanning_configuration.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" ecrv1 "github.com/aws/aws-sdk-go/service/ecr" diff --git a/steampipe-plugin-aws/aws/table_aws_ecr_repository.go b/steampipe-plugin-aws/aws/table_aws_ecr_repository.go index 5119b589..42792acf 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecr_repository.go +++ b/steampipe-plugin-aws/aws/table_aws_ecr_repository.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ecrpublic_registry.go b/steampipe-plugin-aws/aws/table_aws_ecrpublic_registry.go index 73927411..5726d464 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecrpublic_registry.go +++ b/steampipe-plugin-aws/aws/table_aws_ecrpublic_registry.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecrpublic_repository.go b/steampipe-plugin-aws/aws/table_aws_ecrpublic_repository.go index 73c171c2..f3d430b0 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecrpublic_repository.go +++ b/steampipe-plugin-aws/aws/table_aws_ecrpublic_repository.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_cluster.go b/steampipe-plugin-aws/aws/table_aws_ecs_cluster.go index d6cbf8ea..89b301ad 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/ecs/types" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization.go b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization.go index b0634ff0..f89659cd 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization.go @@ -4,7 +4,7 @@ import ( "context" "strings" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_daily.go b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_daily.go index 59fd371f..ecdf6969 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_daily.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_daily.go @@ -4,7 +4,7 @@ import ( "context" "strings" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_hourly.go b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_hourly.go index 8d54df04..c2657c75 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_hourly.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_hourly.go @@ -4,7 +4,7 @@ import ( "context" "strings" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_container_instance.go b/steampipe-plugin-aws/aws/table_aws_ecs_container_instance.go index f69ee761..c077b874 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_container_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_container_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_service.go b/steampipe-plugin-aws/aws/table_aws_ecs_service.go index dc8d21ec..24a08d61 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_service.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_service.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_task.go b/steampipe-plugin-aws/aws/table_aws_ecs_task.go index 35cf348b..a1fc7d9a 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_task.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_task.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_task_definition.go b/steampipe-plugin-aws/aws/table_aws_ecs_task_definition.go index 0f123d02..1c30077a 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_task_definition.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_task_definition.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_task_set.go b/steampipe-plugin-aws/aws/table_aws_ecs_task_set.go index bb243fdc..eb5e61a1 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_task_set.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_task_set.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_efs_access_point.go b/steampipe-plugin-aws/aws/table_aws_efs_access_point.go index d3295e4b..877b8c60 100644 --- a/steampipe-plugin-aws/aws/table_aws_efs_access_point.go +++ b/steampipe-plugin-aws/aws/table_aws_efs_access_point.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_efs_file_system.go b/steampipe-plugin-aws/aws/table_aws_efs_file_system.go index 4aacb6d7..a3d3bebb 100644 --- a/steampipe-plugin-aws/aws/table_aws_efs_file_system.go +++ b/steampipe-plugin-aws/aws/table_aws_efs_file_system.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_efs_mount_target.go b/steampipe-plugin-aws/aws/table_aws_efs_mount_target.go index 40b515a3..4fd9b4b0 100644 --- a/steampipe-plugin-aws/aws/table_aws_efs_mount_target.go +++ b/steampipe-plugin-aws/aws/table_aws_efs_mount_target.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_eks_addon.go b/steampipe-plugin-aws/aws/table_aws_eks_addon.go index 73179145..45d45707 100644 --- a/steampipe-plugin-aws/aws/table_aws_eks_addon.go +++ b/steampipe-plugin-aws/aws/table_aws_eks_addon.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_eks_addon_version.go b/steampipe-plugin-aws/aws/table_aws_eks_addon_version.go index 6cf4a546..c928ca3b 100644 --- a/steampipe-plugin-aws/aws/table_aws_eks_addon_version.go +++ b/steampipe-plugin-aws/aws/table_aws_eks_addon_version.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_eks_cluster.go b/steampipe-plugin-aws/aws/table_aws_eks_cluster.go index 05a34603..5d333e66 100644 --- a/steampipe-plugin-aws/aws/table_aws_eks_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_eks_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_eks_fargate_profile.go b/steampipe-plugin-aws/aws/table_aws_eks_fargate_profile.go index 87bb3888..30e5d030 100644 --- a/steampipe-plugin-aws/aws/table_aws_eks_fargate_profile.go +++ b/steampipe-plugin-aws/aws/table_aws_eks_fargate_profile.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_eks_node_group.go b/steampipe-plugin-aws/aws/table_aws_eks_node_group.go index 9d497eae..b1d85a38 100644 --- a/steampipe-plugin-aws/aws/table_aws_eks_node_group.go +++ b/steampipe-plugin-aws/aws/table_aws_eks_node_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_application.go b/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_application.go index cae354ef..21c25093 100644 --- a/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_application.go +++ b/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_application.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_application_version.go b/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_application_version.go index 76d5c66a..d8673be5 100644 --- a/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_application_version.go +++ b/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_application_version.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_environment.go b/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_environment.go index ceca6fe5..d3f3c95c 100644 --- a/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_environment.go +++ b/steampipe-plugin-aws/aws/table_aws_elastic_beanstalk_environment.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_cluster.go b/steampipe-plugin-aws/aws/table_aws_elasticache_cluster.go index 3cbab1e9..351ba6ba 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_parameter_group.go b/steampipe-plugin-aws/aws/table_aws_elasticache_parameter_group.go index 7218d0fc..618f06c2 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_parameter_group.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_parameter_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_cache_hits_hourly.go b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_cache_hits_hourly.go index 6a535e0e..f0747882 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_cache_hits_hourly.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_cache_hits_hourly.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go/service/elasticache" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_curr_connections_hourly.go b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_curr_connections_hourly.go index d3503314..050e548a 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_curr_connections_hourly.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_curr_connections_hourly.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go/service/elasticache" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_engine_cpu_utilization_daily.go b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_engine_cpu_utilization_daily.go index 716f1c2f..09eb2fc9 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_engine_cpu_utilization_daily.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_engine_cpu_utilization_daily.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/elasticache/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_engine_cpu_utilization_hourly.go b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_engine_cpu_utilization_hourly.go index b7eb2e1d..40cc6d30 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_engine_cpu_utilization_hourly.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_engine_cpu_utilization_hourly.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go/service/elasticache" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_get_type_cmds_hourly.go b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_get_type_cmds_hourly.go index f034a518..99cd7dff 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_get_type_cmds_hourly.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_get_type_cmds_hourly.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go/service/elasticache" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_list_based_cmds_hourly.go b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_list_based_cmds_hourly.go index c6a65ec4..9b31cbae 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_list_based_cmds_hourly.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_list_based_cmds_hourly.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go/service/elasticache" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_new_connections_hourly.go b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_new_connections_hourly.go index 58ee6510..bf0430e7 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_new_connections_hourly.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_redis_metric_new_connections_hourly.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go/service/elasticache" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_replication_group.go b/steampipe-plugin-aws/aws/table_aws_elasticache_replication_group.go index c9e8b65f..6c895824 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_replication_group.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_replication_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_reserved_cache_node.go b/steampipe-plugin-aws/aws/table_aws_elasticache_reserved_cache_node.go index f9c33bfd..648908c9 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_reserved_cache_node.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_reserved_cache_node.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticache_subnet_group.go b/steampipe-plugin-aws/aws/table_aws_elasticache_subnet_group.go index fdfcb9c1..a0be72a6 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticache_subnet_group.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticache_subnet_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_elasticsearch_domain.go b/steampipe-plugin-aws/aws/table_aws_elasticsearch_domain.go index 153df936..8f80778f 100644 --- a/steampipe-plugin-aws/aws/table_aws_elasticsearch_domain.go +++ b/steampipe-plugin-aws/aws/table_aws_elasticsearch_domain.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_emr_block_public_access_configuration.go b/steampipe-plugin-aws/aws/table_aws_emr_block_public_access_configuration.go index 8d626cad..dd8b91a2 100644 --- a/steampipe-plugin-aws/aws/table_aws_emr_block_public_access_configuration.go +++ b/steampipe-plugin-aws/aws/table_aws_emr_block_public_access_configuration.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_emr_cluster.go b/steampipe-plugin-aws/aws/table_aws_emr_cluster.go index 695ad4f6..1368e592 100644 --- a/steampipe-plugin-aws/aws/table_aws_emr_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_emr_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_emr_instance.go b/steampipe-plugin-aws/aws/table_aws_emr_instance.go index d12efd13..80f114d6 100644 --- a/steampipe-plugin-aws/aws/table_aws_emr_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_emr_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_emr_instance_fleet.go b/steampipe-plugin-aws/aws/table_aws_emr_instance_fleet.go index e03d4255..fde22d39 100644 --- a/steampipe-plugin-aws/aws/table_aws_emr_instance_fleet.go +++ b/steampipe-plugin-aws/aws/table_aws_emr_instance_fleet.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_emr_instance_group.go b/steampipe-plugin-aws/aws/table_aws_emr_instance_group.go index 1a9c5710..243f07e6 100644 --- a/steampipe-plugin-aws/aws/table_aws_emr_instance_group.go +++ b/steampipe-plugin-aws/aws/table_aws_emr_instance_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_eventbridge_bus.go b/steampipe-plugin-aws/aws/table_aws_eventbridge_bus.go index c8b1fe4e..d389c88e 100644 --- a/steampipe-plugin-aws/aws/table_aws_eventbridge_bus.go +++ b/steampipe-plugin-aws/aws/table_aws_eventbridge_bus.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_eventbridge_rule.go b/steampipe-plugin-aws/aws/table_aws_eventbridge_rule.go index 0749c60d..2559ffb4 100644 --- a/steampipe-plugin-aws/aws/table_aws_eventbridge_rule.go +++ b/steampipe-plugin-aws/aws/table_aws_eventbridge_rule.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_fsx_file_system.go b/steampipe-plugin-aws/aws/table_aws_fsx_file_system.go index 655b62ea..35f4dcea 100644 --- a/steampipe-plugin-aws/aws/table_aws_fsx_file_system.go +++ b/steampipe-plugin-aws/aws/table_aws_fsx_file_system.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_fsx_snapshot.go b/steampipe-plugin-aws/aws/table_aws_fsx_snapshot.go index 39b93dc1..5bb61afd 100644 --- a/steampipe-plugin-aws/aws/table_aws_fsx_snapshot.go +++ b/steampipe-plugin-aws/aws/table_aws_fsx_snapshot.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_fsx_storage_virtual_machine.go b/steampipe-plugin-aws/aws/table_aws_fsx_storage_virtual_machine.go index 2f4af46c..19129d81 100644 --- a/steampipe-plugin-aws/aws/table_aws_fsx_storage_virtual_machine.go +++ b/steampipe-plugin-aws/aws/table_aws_fsx_storage_virtual_machine.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_fsx_task.go b/steampipe-plugin-aws/aws/table_aws_fsx_task.go index 0da80fef..ec0aad76 100644 --- a/steampipe-plugin-aws/aws/table_aws_fsx_task.go +++ b/steampipe-plugin-aws/aws/table_aws_fsx_task.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_fsx_volume.go b/steampipe-plugin-aws/aws/table_aws_fsx_volume.go index b5b3c0ac..7d9201a0 100644 --- a/steampipe-plugin-aws/aws/table_aws_fsx_volume.go +++ b/steampipe-plugin-aws/aws/table_aws_fsx_volume.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_glacier_vault.go b/steampipe-plugin-aws/aws/table_aws_glacier_vault.go index f9e1431c..0c1ad6e4 100644 --- a/steampipe-plugin-aws/aws/table_aws_glacier_vault.go +++ b/steampipe-plugin-aws/aws/table_aws_glacier_vault.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_globalaccelerator_accelerator.go b/steampipe-plugin-aws/aws/table_aws_globalaccelerator_accelerator.go index fc614298..11e17689 100644 --- a/steampipe-plugin-aws/aws/table_aws_globalaccelerator_accelerator.go +++ b/steampipe-plugin-aws/aws/table_aws_globalaccelerator_accelerator.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_globalaccelerator_endpoint_group.go b/steampipe-plugin-aws/aws/table_aws_globalaccelerator_endpoint_group.go index 9f1aeeaf..73eda0e2 100644 --- a/steampipe-plugin-aws/aws/table_aws_globalaccelerator_endpoint_group.go +++ b/steampipe-plugin-aws/aws/table_aws_globalaccelerator_endpoint_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_globalaccelerator_listener.go b/steampipe-plugin-aws/aws/table_aws_globalaccelerator_listener.go index 79947175..16b3bd7c 100644 --- a/steampipe-plugin-aws/aws/table_aws_globalaccelerator_listener.go +++ b/steampipe-plugin-aws/aws/table_aws_globalaccelerator_listener.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_glue_catalog_database.go b/steampipe-plugin-aws/aws/table_aws_glue_catalog_database.go index 297c8698..136af09f 100644 --- a/steampipe-plugin-aws/aws/table_aws_glue_catalog_database.go +++ b/steampipe-plugin-aws/aws/table_aws_glue_catalog_database.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_glue_catalog_table.go b/steampipe-plugin-aws/aws/table_aws_glue_catalog_table.go index b5f3d7aa..88cea24b 100644 --- a/steampipe-plugin-aws/aws/table_aws_glue_catalog_table.go +++ b/steampipe-plugin-aws/aws/table_aws_glue_catalog_table.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_glue_connection.go b/steampipe-plugin-aws/aws/table_aws_glue_connection.go index 41c13e2b..40ccf25c 100644 --- a/steampipe-plugin-aws/aws/table_aws_glue_connection.go +++ b/steampipe-plugin-aws/aws/table_aws_glue_connection.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_glue_crawler.go b/steampipe-plugin-aws/aws/table_aws_glue_crawler.go index bf12ad18..0fcbdbd0 100644 --- a/steampipe-plugin-aws/aws/table_aws_glue_crawler.go +++ b/steampipe-plugin-aws/aws/table_aws_glue_crawler.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_glue_data_catalog_encryption_settings.go b/steampipe-plugin-aws/aws/table_aws_glue_data_catalog_encryption_settings.go index d8c4aa58..39afe9d5 100644 --- a/steampipe-plugin-aws/aws/table_aws_glue_data_catalog_encryption_settings.go +++ b/steampipe-plugin-aws/aws/table_aws_glue_data_catalog_encryption_settings.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_glue_data_quality_ruleset.go b/steampipe-plugin-aws/aws/table_aws_glue_data_quality_ruleset.go index d5f26a18..f83369a8 100644 --- a/steampipe-plugin-aws/aws/table_aws_glue_data_quality_ruleset.go +++ b/steampipe-plugin-aws/aws/table_aws_glue_data_quality_ruleset.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_glue_dev_endpoint.go b/steampipe-plugin-aws/aws/table_aws_glue_dev_endpoint.go index cb0ccd66..4c6faa48 100644 --- a/steampipe-plugin-aws/aws/table_aws_glue_dev_endpoint.go +++ b/steampipe-plugin-aws/aws/table_aws_glue_dev_endpoint.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_glue_job.go b/steampipe-plugin-aws/aws/table_aws_glue_job.go index 7e93a7e6..e9eecfe0 100644 --- a/steampipe-plugin-aws/aws/table_aws_glue_job.go +++ b/steampipe-plugin-aws/aws/table_aws_glue_job.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_glue_security_configuration.go b/steampipe-plugin-aws/aws/table_aws_glue_security_configuration.go index 460a9493..77cfa188 100644 --- a/steampipe-plugin-aws/aws/table_aws_glue_security_configuration.go +++ b/steampipe-plugin-aws/aws/table_aws_glue_security_configuration.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_grafana_workspace.go b/steampipe-plugin-aws/aws/table_aws_grafana_workspace.go index 18ff11d0..0777d985 100644 --- a/steampipe-plugin-aws/aws/table_aws_grafana_workspace.go +++ b/steampipe-plugin-aws/aws/table_aws_grafana_workspace.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_guardduty_detector.go b/steampipe-plugin-aws/aws/table_aws_guardduty_detector.go index 462987b8..d2da7f4b 100644 --- a/steampipe-plugin-aws/aws/table_aws_guardduty_detector.go +++ b/steampipe-plugin-aws/aws/table_aws_guardduty_detector.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/guardduty" diff --git a/steampipe-plugin-aws/aws/table_aws_guardduty_filter.go b/steampipe-plugin-aws/aws/table_aws_guardduty_filter.go index 20728a8d..960cf7c2 100644 --- a/steampipe-plugin-aws/aws/table_aws_guardduty_filter.go +++ b/steampipe-plugin-aws/aws/table_aws_guardduty_filter.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_guardduty_finding.go b/steampipe-plugin-aws/aws/table_aws_guardduty_finding.go index 1238952f..023b1eee 100644 --- a/steampipe-plugin-aws/aws/table_aws_guardduty_finding.go +++ b/steampipe-plugin-aws/aws/table_aws_guardduty_finding.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_guardduty_ipset.go b/steampipe-plugin-aws/aws/table_aws_guardduty_ipset.go index dabb5931..53ecc3f8 100644 --- a/steampipe-plugin-aws/aws/table_aws_guardduty_ipset.go +++ b/steampipe-plugin-aws/aws/table_aws_guardduty_ipset.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_guardduty_member.go b/steampipe-plugin-aws/aws/table_aws_guardduty_member.go index 98a60592..1387ffab 100644 --- a/steampipe-plugin-aws/aws/table_aws_guardduty_member.go +++ b/steampipe-plugin-aws/aws/table_aws_guardduty_member.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_guardduty_publishing_destination.go b/steampipe-plugin-aws/aws/table_aws_guardduty_publishing_destination.go index 291a5753..5e3bcb2b 100644 --- a/steampipe-plugin-aws/aws/table_aws_guardduty_publishing_destination.go +++ b/steampipe-plugin-aws/aws/table_aws_guardduty_publishing_destination.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/guardduty/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_guardduty_threat_intel_set.go b/steampipe-plugin-aws/aws/table_aws_guardduty_threat_intel_set.go index 93459f9e..b36ff644 100644 --- a/steampipe-plugin-aws/aws/table_aws_guardduty_threat_intel_set.go +++ b/steampipe-plugin-aws/aws/table_aws_guardduty_threat_intel_set.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_health_affected_entity.go b/steampipe-plugin-aws/aws/table_aws_health_affected_entity.go index 89d291d2..bbda4ecb 100644 --- a/steampipe-plugin-aws/aws/table_aws_health_affected_entity.go +++ b/steampipe-plugin-aws/aws/table_aws_health_affected_entity.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_health_event.go b/steampipe-plugin-aws/aws/table_aws_health_event.go index cc92b7a8..68e984fd 100644 --- a/steampipe-plugin-aws/aws/table_aws_health_event.go +++ b/steampipe-plugin-aws/aws/table_aws_health_event.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_access_advisor.go b/steampipe-plugin-aws/aws/table_aws_iam_access_advisor.go index 0a8a2803..ffc52e7b 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_access_advisor.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_access_advisor.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_access_key.go b/steampipe-plugin-aws/aws/table_aws_iam_access_key.go index 9151f02f..89018a06 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_access_key.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_access_key.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_account_password_policy.go b/steampipe-plugin-aws/aws/table_aws_iam_account_password_policy.go index a0d5ac43..6d1c21ff 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_account_password_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_account_password_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_account_summary.go b/steampipe-plugin-aws/aws/table_aws_iam_account_summary.go index 204c987b..28de6449 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_account_summary.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_account_summary.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_credential_report.go b/steampipe-plugin-aws/aws/table_aws_iam_credential_report.go index d4f78396..a02ec0b2 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_credential_report.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_credential_report.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/go-kit/types" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_group.go b/steampipe-plugin-aws/aws/table_aws_iam_group.go index 43d1b128..41889c2e 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_group.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_open_id_connect_provider.go b/steampipe-plugin-aws/aws/table_aws_iam_open_id_connect_provider.go index bae99aa8..6a4a6994 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_open_id_connect_provider.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_open_id_connect_provider.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/iam" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_policy.go b/steampipe-plugin-aws/aws/table_aws_iam_policy.go index 504db562..1da6530b 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_policy.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_policy_attachment.go b/steampipe-plugin-aws/aws/table_aws_iam_policy_attachment.go index e17ea02f..5bb0a8a0 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_policy_attachment.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_policy_attachment.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_role.go b/steampipe-plugin-aws/aws/table_aws_iam_role.go index 1108481a..46a26759 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_role.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_role.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_saml_provider.go b/steampipe-plugin-aws/aws/table_aws_iam_saml_provider.go index 8d8ab609..425a08ad 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_saml_provider.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_saml_provider.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_server_certificate.go b/steampipe-plugin-aws/aws/table_aws_iam_server_certificate.go index ab0f2839..5dcb5cef 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_server_certificate.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_server_certificate.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_service_specific_credential.go b/steampipe-plugin-aws/aws/table_aws_iam_service_specific_credential.go index 6c794ae4..207d365b 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_service_specific_credential.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_service_specific_credential.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_ssh_public_key.go b/steampipe-plugin-aws/aws/table_aws_iam_ssh_public_key.go index d945dbcf..853da871 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_ssh_public_key.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_ssh_public_key.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_user.go b/steampipe-plugin-aws/aws/table_aws_iam_user.go index a1c5fd86..a3a06a69 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_user.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_user.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_iam_virtual_mfa_device.go b/steampipe-plugin-aws/aws/table_aws_iam_virtual_mfa_device.go index 43329ff7..d7d9db5e 100644 --- a/steampipe-plugin-aws/aws/table_aws_iam_virtual_mfa_device.go +++ b/steampipe-plugin-aws/aws/table_aws_iam_virtual_mfa_device.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_identitystore_group.go b/steampipe-plugin-aws/aws/table_aws_identitystore_group.go index 950b6044..bbd14426 100644 --- a/steampipe-plugin-aws/aws/table_aws_identitystore_group.go +++ b/steampipe-plugin-aws/aws/table_aws_identitystore_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_identitystore_group_membership.go b/steampipe-plugin-aws/aws/table_aws_identitystore_group_membership.go index 03944ff4..e5f3c1dc 100644 --- a/steampipe-plugin-aws/aws/table_aws_identitystore_group_membership.go +++ b/steampipe-plugin-aws/aws/table_aws_identitystore_group_membership.go @@ -4,7 +4,7 @@ import ( "context" identitystorev1 "github.com/aws/aws-sdk-go/service/identitystore" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_identitystore_user.go b/steampipe-plugin-aws/aws/table_aws_identitystore_user.go index e45738a1..4b8f9845 100644 --- a/steampipe-plugin-aws/aws/table_aws_identitystore_user.go +++ b/steampipe-plugin-aws/aws/table_aws_identitystore_user.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_imagebuilder_image.go b/steampipe-plugin-aws/aws/table_aws_imagebuilder_image.go index 588bf74f..c4d7c563 100644 --- a/steampipe-plugin-aws/aws/table_aws_imagebuilder_image.go +++ b/steampipe-plugin-aws/aws/table_aws_imagebuilder_image.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_inspector_assessment_run.go b/steampipe-plugin-aws/aws/table_aws_inspector_assessment_run.go index 72cddd19..6605dd56 100644 --- a/steampipe-plugin-aws/aws/table_aws_inspector_assessment_run.go +++ b/steampipe-plugin-aws/aws/table_aws_inspector_assessment_run.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_inspector_assessment_target.go b/steampipe-plugin-aws/aws/table_aws_inspector_assessment_target.go index 517fc979..3e16d747 100644 --- a/steampipe-plugin-aws/aws/table_aws_inspector_assessment_target.go +++ b/steampipe-plugin-aws/aws/table_aws_inspector_assessment_target.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_inspector_assessment_template.go b/steampipe-plugin-aws/aws/table_aws_inspector_assessment_template.go index 40e9beb0..b879855a 100644 --- a/steampipe-plugin-aws/aws/table_aws_inspector_assessment_template.go +++ b/steampipe-plugin-aws/aws/table_aws_inspector_assessment_template.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/inspector/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_inspector_exclusion.go b/steampipe-plugin-aws/aws/table_aws_inspector_exclusion.go index d9682079..893031c8 100644 --- a/steampipe-plugin-aws/aws/table_aws_inspector_exclusion.go +++ b/steampipe-plugin-aws/aws/table_aws_inspector_exclusion.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/inspector/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_inspector_finding.go b/steampipe-plugin-aws/aws/table_aws_inspector_finding.go index 3270ded3..38cc2e62 100644 --- a/steampipe-plugin-aws/aws/table_aws_inspector_finding.go +++ b/steampipe-plugin-aws/aws/table_aws_inspector_finding.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_kafka_cluster.go b/steampipe-plugin-aws/aws/table_aws_kafka_cluster.go index 54d03612..011ab000 100644 --- a/steampipe-plugin-aws/aws/table_aws_kafka_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_kafka_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_keyspaces_keyspace.go b/steampipe-plugin-aws/aws/table_aws_keyspaces_keyspace.go index b8453115..a6f37155 100644 --- a/steampipe-plugin-aws/aws/table_aws_keyspaces_keyspace.go +++ b/steampipe-plugin-aws/aws/table_aws_keyspaces_keyspace.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_keyspaces_table.go b/steampipe-plugin-aws/aws/table_aws_keyspaces_table.go index a6d05b51..224cb238 100644 --- a/steampipe-plugin-aws/aws/table_aws_keyspaces_table.go +++ b/steampipe-plugin-aws/aws/table_aws_keyspaces_table.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_kinesis_consumer.go b/steampipe-plugin-aws/aws/table_aws_kinesis_consumer.go index cc29ec59..038a56e9 100644 --- a/steampipe-plugin-aws/aws/table_aws_kinesis_consumer.go +++ b/steampipe-plugin-aws/aws/table_aws_kinesis_consumer.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_kinesis_firehose_delivery_stream.go b/steampipe-plugin-aws/aws/table_aws_kinesis_firehose_delivery_stream.go index 7a73cb53..5ec735a9 100644 --- a/steampipe-plugin-aws/aws/table_aws_kinesis_firehose_delivery_stream.go +++ b/steampipe-plugin-aws/aws/table_aws_kinesis_firehose_delivery_stream.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/firehose/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_kinesis_stream.go b/steampipe-plugin-aws/aws/table_aws_kinesis_stream.go index 051c1e49..9d5b8700 100644 --- a/steampipe-plugin-aws/aws/table_aws_kinesis_stream.go +++ b/steampipe-plugin-aws/aws/table_aws_kinesis_stream.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/kinesis/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_kinesis_video_stream.go b/steampipe-plugin-aws/aws/table_aws_kinesis_video_stream.go index c218ac7c..5eb5fc43 100644 --- a/steampipe-plugin-aws/aws/table_aws_kinesis_video_stream.go +++ b/steampipe-plugin-aws/aws/table_aws_kinesis_video_stream.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_kinesisanalyticsv2_application.go b/steampipe-plugin-aws/aws/table_aws_kinesisanalyticsv2_application.go index ca31afb8..660cfc1b 100644 --- a/steampipe-plugin-aws/aws/table_aws_kinesisanalyticsv2_application.go +++ b/steampipe-plugin-aws/aws/table_aws_kinesisanalyticsv2_application.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_kms_alias.go b/steampipe-plugin-aws/aws/table_aws_kms_alias.go index f8c01784..6b95c96b 100644 --- a/steampipe-plugin-aws/aws/table_aws_kms_alias.go +++ b/steampipe-plugin-aws/aws/table_aws_kms_alias.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_kms_key.go b/steampipe-plugin-aws/aws/table_aws_kms_key.go index d07afb38..1e4f5e59 100644 --- a/steampipe-plugin-aws/aws/table_aws_kms_key.go +++ b/steampipe-plugin-aws/aws/table_aws_kms_key.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_kms_key_rotation.go b/steampipe-plugin-aws/aws/table_aws_kms_key_rotation.go index d8ccbc34..5f5bab51 100644 --- a/steampipe-plugin-aws/aws/table_aws_kms_key_rotation.go +++ b/steampipe-plugin-aws/aws/table_aws_kms_key_rotation.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_lambda_alias.go b/steampipe-plugin-aws/aws/table_aws_lambda_alias.go index caf729ac..255f787d 100644 --- a/steampipe-plugin-aws/aws/table_aws_lambda_alias.go +++ b/steampipe-plugin-aws/aws/table_aws_lambda_alias.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_lambda_function.go b/steampipe-plugin-aws/aws/table_aws_lambda_function.go index 4188b10d..8e73f8ed 100644 --- a/steampipe-plugin-aws/aws/table_aws_lambda_function.go +++ b/steampipe-plugin-aws/aws/table_aws_lambda_function.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/lambda" diff --git a/steampipe-plugin-aws/aws/table_aws_lambda_layer.go b/steampipe-plugin-aws/aws/table_aws_lambda_layer.go index 6964e126..01b61d42 100644 --- a/steampipe-plugin-aws/aws/table_aws_lambda_layer.go +++ b/steampipe-plugin-aws/aws/table_aws_lambda_layer.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_lambda_layer_version.go b/steampipe-plugin-aws/aws/table_aws_lambda_layer_version.go index e84d824d..107aec93 100644 --- a/steampipe-plugin-aws/aws/table_aws_lambda_layer_version.go +++ b/steampipe-plugin-aws/aws/table_aws_lambda_layer_version.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_lambda_version.go b/steampipe-plugin-aws/aws/table_aws_lambda_version.go index d0c5d120..fdb77cd8 100644 --- a/steampipe-plugin-aws/aws/table_aws_lambda_version.go +++ b/steampipe-plugin-aws/aws/table_aws_lambda_version.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_lightsail_instance.go b/steampipe-plugin-aws/aws/table_aws_lightsail_instance.go index 8c910630..595a7e85 100644 --- a/steampipe-plugin-aws/aws/table_aws_lightsail_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_lightsail_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/lightsail/types" diff --git a/steampipe-plugin-aws/aws/table_aws_macie2_classification_job.go b/steampipe-plugin-aws/aws/table_aws_macie2_classification_job.go index b315bdf7..885b304f 100644 --- a/steampipe-plugin-aws/aws/table_aws_macie2_classification_job.go +++ b/steampipe-plugin-aws/aws/table_aws_macie2_classification_job.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_media_store_container.go b/steampipe-plugin-aws/aws/table_aws_media_store_container.go index 8a7d08e7..cf155f9a 100644 --- a/steampipe-plugin-aws/aws/table_aws_media_store_container.go +++ b/steampipe-plugin-aws/aws/table_aws_media_store_container.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_memorydb_cluster.go b/steampipe-plugin-aws/aws/table_aws_memorydb_cluster.go index a009ffe7..2f243b10 100644 --- a/steampipe-plugin-aws/aws/table_aws_memorydb_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_memorydb_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_mgn_application.go b/steampipe-plugin-aws/aws/table_aws_mgn_application.go index c8a175af..8e8830d5 100644 --- a/steampipe-plugin-aws/aws/table_aws_mgn_application.go +++ b/steampipe-plugin-aws/aws/table_aws_mgn_application.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_mq_broker.go b/steampipe-plugin-aws/aws/table_aws_mq_broker.go index 6617e105..55ca288d 100644 --- a/steampipe-plugin-aws/aws/table_aws_mq_broker.go +++ b/steampipe-plugin-aws/aws/table_aws_mq_broker.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_msk_cluster.go b/steampipe-plugin-aws/aws/table_aws_msk_cluster.go index 01ea9d09..17876936 100644 --- a/steampipe-plugin-aws/aws/table_aws_msk_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_msk_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_msk_serverless_cluster.go b/steampipe-plugin-aws/aws/table_aws_msk_serverless_cluster.go index 6498cb82..96da32fc 100644 --- a/steampipe-plugin-aws/aws/table_aws_msk_serverless_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_msk_serverless_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_mwaa_environment.go b/steampipe-plugin-aws/aws/table_aws_mwaa_environment.go index ad0b6828..5755bed9 100644 --- a/steampipe-plugin-aws/aws/table_aws_mwaa_environment.go +++ b/steampipe-plugin-aws/aws/table_aws_mwaa_environment.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_neptune_database.go b/steampipe-plugin-aws/aws/table_aws_neptune_database.go index 7039f710..ce562c69 100644 --- a/steampipe-plugin-aws/aws/table_aws_neptune_database.go +++ b/steampipe-plugin-aws/aws/table_aws_neptune_database.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_neptune_db_cluster.go b/steampipe-plugin-aws/aws/table_aws_neptune_db_cluster.go index a63bddb2..950410c4 100644 --- a/steampipe-plugin-aws/aws/table_aws_neptune_db_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_neptune_db_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_neptune_db_cluster_snapshot.go b/steampipe-plugin-aws/aws/table_aws_neptune_db_cluster_snapshot.go index bc018744..44d0eff0 100644 --- a/steampipe-plugin-aws/aws/table_aws_neptune_db_cluster_snapshot.go +++ b/steampipe-plugin-aws/aws/table_aws_neptune_db_cluster_snapshot.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_networkfirewall_firewall.go b/steampipe-plugin-aws/aws/table_aws_networkfirewall_firewall.go index 3ed8ea8c..f63c9af6 100644 --- a/steampipe-plugin-aws/aws/table_aws_networkfirewall_firewall.go +++ b/steampipe-plugin-aws/aws/table_aws_networkfirewall_firewall.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_networkfirewall_firewall_policy.go b/steampipe-plugin-aws/aws/table_aws_networkfirewall_firewall_policy.go index 21bec28c..5ff8d8a7 100644 --- a/steampipe-plugin-aws/aws/table_aws_networkfirewall_firewall_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_networkfirewall_firewall_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_networkfirewall_rule_group.go b/steampipe-plugin-aws/aws/table_aws_networkfirewall_rule_group.go index 34749c51..dd94ee24 100644 --- a/steampipe-plugin-aws/aws/table_aws_networkfirewall_rule_group.go +++ b/steampipe-plugin-aws/aws/table_aws_networkfirewall_rule_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_oam_link.go b/steampipe-plugin-aws/aws/table_aws_oam_link.go index 8e17f3bd..4e02d469 100644 --- a/steampipe-plugin-aws/aws/table_aws_oam_link.go +++ b/steampipe-plugin-aws/aws/table_aws_oam_link.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_oam_sink.go b/steampipe-plugin-aws/aws/table_aws_oam_sink.go index 60d21577..ce0d0011 100644 --- a/steampipe-plugin-aws/aws/table_aws_oam_sink.go +++ b/steampipe-plugin-aws/aws/table_aws_oam_sink.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_opensearch_domain.go b/steampipe-plugin-aws/aws/table_aws_opensearch_domain.go index 81d8ba1d..c28e6dca 100644 --- a/steampipe-plugin-aws/aws/table_aws_opensearch_domain.go +++ b/steampipe-plugin-aws/aws/table_aws_opensearch_domain.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_opensearchserverless_collection.go b/steampipe-plugin-aws/aws/table_aws_opensearchserverless_collection.go index c1736611..c969befc 100644 --- a/steampipe-plugin-aws/aws/table_aws_opensearchserverless_collection.go +++ b/steampipe-plugin-aws/aws/table_aws_opensearchserverless_collection.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_opsworkscm_server.go b/steampipe-plugin-aws/aws/table_aws_opsworkscm_server.go index da81c28c..3988e8af 100644 --- a/steampipe-plugin-aws/aws/table_aws_opsworkscm_server.go +++ b/steampipe-plugin-aws/aws/table_aws_opsworkscm_server.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_organizations_account.go b/steampipe-plugin-aws/aws/table_aws_organizations_account.go index 5b61a70a..a3822aa4 100644 --- a/steampipe-plugin-aws/aws/table_aws_organizations_account.go +++ b/steampipe-plugin-aws/aws/table_aws_organizations_account.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_organizations_organization.go b/steampipe-plugin-aws/aws/table_aws_organizations_organization.go index 5e64485f..8ec1c5ff 100644 --- a/steampipe-plugin-aws/aws/table_aws_organizations_organization.go +++ b/steampipe-plugin-aws/aws/table_aws_organizations_organization.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_organizations_organizational_unit.go b/steampipe-plugin-aws/aws/table_aws_organizations_organizational_unit.go index c0c67cde..74f9b6b0 100644 --- a/steampipe-plugin-aws/aws/table_aws_organizations_organizational_unit.go +++ b/steampipe-plugin-aws/aws/table_aws_organizations_organizational_unit.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_organizations_policy.go b/steampipe-plugin-aws/aws/table_aws_organizations_policy.go index 3fa1da11..a2b335f4 100644 --- a/steampipe-plugin-aws/aws/table_aws_organizations_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_organizations_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_organizations_policy_target.go b/steampipe-plugin-aws/aws/table_aws_organizations_policy_target.go index 526e6f97..0893332b 100644 --- a/steampipe-plugin-aws/aws/table_aws_organizations_policy_target.go +++ b/steampipe-plugin-aws/aws/table_aws_organizations_policy_target.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_organizations_root.go b/steampipe-plugin-aws/aws/table_aws_organizations_root.go index 2503a71b..01c813bf 100644 --- a/steampipe-plugin-aws/aws/table_aws_organizations_root.go +++ b/steampipe-plugin-aws/aws/table_aws_organizations_root.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_pinpoint_app.go b/steampipe-plugin-aws/aws/table_aws_pinpoint_app.go index 3b59fff0..05a0bc4b 100644 --- a/steampipe-plugin-aws/aws/table_aws_pinpoint_app.go +++ b/steampipe-plugin-aws/aws/table_aws_pinpoint_app.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_pipes_pipe.go b/steampipe-plugin-aws/aws/table_aws_pipes_pipe.go index dfe1b36c..28ae80fd 100644 --- a/steampipe-plugin-aws/aws/table_aws_pipes_pipe.go +++ b/steampipe-plugin-aws/aws/table_aws_pipes_pipe.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ram_principal_association.go b/steampipe-plugin-aws/aws/table_aws_ram_principal_association.go index 7855049b..d2587680 100644 --- a/steampipe-plugin-aws/aws/table_aws_ram_principal_association.go +++ b/steampipe-plugin-aws/aws/table_aws_ram_principal_association.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ram_resource_association.go b/steampipe-plugin-aws/aws/table_aws_ram_resource_association.go index 48895726..172fafba 100644 --- a/steampipe-plugin-aws/aws/table_aws_ram_resource_association.go +++ b/steampipe-plugin-aws/aws/table_aws_ram_resource_association.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_cluster.go b/steampipe-plugin-aws/aws/table_aws_rds_db_cluster.go index b8b43e39..b9aea7e3 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_cluster_parameter_group.go b/steampipe-plugin-aws/aws/table_aws_rds_db_cluster_parameter_group.go index 59f4797f..8a59571a 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_cluster_parameter_group.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_cluster_parameter_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_cluster_snapshot.go b/steampipe-plugin-aws/aws/table_aws_rds_db_cluster_snapshot.go index 9974e0a6..c04aae6c 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_cluster_snapshot.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_cluster_snapshot.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_engine_version.go b/steampipe-plugin-aws/aws/table_aws_rds_db_engine_version.go index a5ef43fd..c2093b61 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_engine_version.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_engine_version.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/rds/types" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_event_subscription.go b/steampipe-plugin-aws/aws/table_aws_rds_db_event_subscription.go index f6381781..5dbd30d3 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_event_subscription.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_event_subscription.go @@ -5,7 +5,7 @@ import ( "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_instance.go b/steampipe-plugin-aws/aws/table_aws_rds_db_instance.go index c4ecba5f..4f54dcc9 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/rds" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_instance_automated_backup.go b/steampipe-plugin-aws/aws/table_aws_rds_db_instance_automated_backup.go index e2b448b6..bb8fa426 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_instance_automated_backup.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_instance_automated_backup.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_option_group.go b/steampipe-plugin-aws/aws/table_aws_rds_db_option_group.go index f23024ae..59c8d90b 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_option_group.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_option_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_parameter_group.go b/steampipe-plugin-aws/aws/table_aws_rds_db_parameter_group.go index 3da58b10..bff44236 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_parameter_group.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_parameter_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_proxy.go b/steampipe-plugin-aws/aws/table_aws_rds_db_proxy.go index 92d7a74a..69ff8a4a 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_proxy.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_proxy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_recommendation.go b/steampipe-plugin-aws/aws/table_aws_rds_db_recommendation.go index 1a22bcc7..2dcf2d0b 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_recommendation.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_recommendation.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_snapshot.go b/steampipe-plugin-aws/aws/table_aws_rds_db_snapshot.go index ae773b61..06713839 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_snapshot.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_snapshot.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_db_subnet_group.go b/steampipe-plugin-aws/aws/table_aws_rds_db_subnet_group.go index a54fd39a..31efc475 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_db_subnet_group.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_db_subnet_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_global_cluster.go b/steampipe-plugin-aws/aws/table_aws_rds_global_cluster.go index 7e32a026..ea47ff9e 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_global_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_global_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_rds_reserved_db_instance.go b/steampipe-plugin-aws/aws/table_aws_rds_reserved_db_instance.go index 027b6646..1a623be4 100644 --- a/steampipe-plugin-aws/aws/table_aws_rds_reserved_db_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_rds_reserved_db_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_redshift_cluster.go b/steampipe-plugin-aws/aws/table_aws_redshift_cluster.go index e2a9a33e..a3d4a37b 100644 --- a/steampipe-plugin-aws/aws/table_aws_redshift_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_redshift_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_redshift_event_subscription.go b/steampipe-plugin-aws/aws/table_aws_redshift_event_subscription.go index 448cc2d3..1a81d14a 100644 --- a/steampipe-plugin-aws/aws/table_aws_redshift_event_subscription.go +++ b/steampipe-plugin-aws/aws/table_aws_redshift_event_subscription.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_redshift_parameter_group.go b/steampipe-plugin-aws/aws/table_aws_redshift_parameter_group.go index e702f9c9..1dbd7965 100644 --- a/steampipe-plugin-aws/aws/table_aws_redshift_parameter_group.go +++ b/steampipe-plugin-aws/aws/table_aws_redshift_parameter_group.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_redshift_snapshot.go b/steampipe-plugin-aws/aws/table_aws_redshift_snapshot.go index beff9fdb..fc3632a1 100644 --- a/steampipe-plugin-aws/aws/table_aws_redshift_snapshot.go +++ b/steampipe-plugin-aws/aws/table_aws_redshift_snapshot.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_redshift_subnet_group.go b/steampipe-plugin-aws/aws/table_aws_redshift_subnet_group.go index cf9fd94c..7756ca15 100644 --- a/steampipe-plugin-aws/aws/table_aws_redshift_subnet_group.go +++ b/steampipe-plugin-aws/aws/table_aws_redshift_subnet_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_redshiftserverless_namespace.go b/steampipe-plugin-aws/aws/table_aws_redshiftserverless_namespace.go index 84cd3103..0c717480 100644 --- a/steampipe-plugin-aws/aws/table_aws_redshiftserverless_namespace.go +++ b/steampipe-plugin-aws/aws/table_aws_redshiftserverless_namespace.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_redshiftserverless_snapshot.go b/steampipe-plugin-aws/aws/table_aws_redshiftserverless_snapshot.go index 89a5e165..bf23eef9 100644 --- a/steampipe-plugin-aws/aws/table_aws_redshiftserverless_snapshot.go +++ b/steampipe-plugin-aws/aws/table_aws_redshiftserverless_snapshot.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_redshiftserverless_workgroup.go b/steampipe-plugin-aws/aws/table_aws_redshiftserverless_workgroup.go index 86fda430..6313c312 100644 --- a/steampipe-plugin-aws/aws/table_aws_redshiftserverless_workgroup.go +++ b/steampipe-plugin-aws/aws/table_aws_redshiftserverless_workgroup.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/redshiftserverless" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_region.go b/steampipe-plugin-aws/aws/table_aws_region.go index f7e66c4a..7198a4df 100644 --- a/steampipe-plugin-aws/aws/table_aws_region.go +++ b/steampipe-plugin-aws/aws/table_aws_region.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_resource_explorer_index.go b/steampipe-plugin-aws/aws/table_aws_resource_explorer_index.go index 0f709695..36e7acbc 100644 --- a/steampipe-plugin-aws/aws/table_aws_resource_explorer_index.go +++ b/steampipe-plugin-aws/aws/table_aws_resource_explorer_index.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_resource_explorer_supported_resource_type.go b/steampipe-plugin-aws/aws/table_aws_resource_explorer_supported_resource_type.go index 5dc62a7f..6916262e 100644 --- a/steampipe-plugin-aws/aws/table_aws_resource_explorer_supported_resource_type.go +++ b/steampipe-plugin-aws/aws/table_aws_resource_explorer_supported_resource_type.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_resourcegroups_group.go b/steampipe-plugin-aws/aws/table_aws_resourcegroups_group.go index 33774f83..9cf7a8c5 100644 --- a/steampipe-plugin-aws/aws/table_aws_resourcegroups_group.go +++ b/steampipe-plugin-aws/aws/table_aws_resourcegroups_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_route53_domain.go b/steampipe-plugin-aws/aws/table_aws_route53_domain.go index 2a2e6114..a7cb541a 100644 --- a/steampipe-plugin-aws/aws/table_aws_route53_domain.go +++ b/steampipe-plugin-aws/aws/table_aws_route53_domain.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_route53_health_check.go b/steampipe-plugin-aws/aws/table_aws_route53_health_check.go index 0880c010..e9487012 100644 --- a/steampipe-plugin-aws/aws/table_aws_route53_health_check.go +++ b/steampipe-plugin-aws/aws/table_aws_route53_health_check.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/route53/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_route53_record.go b/steampipe-plugin-aws/aws/table_aws_route53_record.go index 064dc037..f4b50b0e 100644 --- a/steampipe-plugin-aws/aws/table_aws_route53_record.go +++ b/steampipe-plugin-aws/aws/table_aws_route53_record.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/go-kit/types" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_route53_resolver_endpoint.go b/steampipe-plugin-aws/aws/table_aws_route53_resolver_endpoint.go index df253c92..f8471814 100644 --- a/steampipe-plugin-aws/aws/table_aws_route53_resolver_endpoint.go +++ b/steampipe-plugin-aws/aws/table_aws_route53_resolver_endpoint.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/route53resolver/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_route53_resolver_rule.go b/steampipe-plugin-aws/aws/table_aws_route53_resolver_rule.go index 3be7a7cb..790d93fb 100644 --- a/steampipe-plugin-aws/aws/table_aws_route53_resolver_rule.go +++ b/steampipe-plugin-aws/aws/table_aws_route53_resolver_rule.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/route53resolver/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_route53_traffic_policy.go b/steampipe-plugin-aws/aws/table_aws_route53_traffic_policy.go index 60e6d1b9..bc17fd8b 100644 --- a/steampipe-plugin-aws/aws/table_aws_route53_traffic_policy.go +++ b/steampipe-plugin-aws/aws/table_aws_route53_traffic_policy.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_route53_traffic_policy_instance.go b/steampipe-plugin-aws/aws/table_aws_route53_traffic_policy_instance.go index 027c1132..5ffb848f 100644 --- a/steampipe-plugin-aws/aws/table_aws_route53_traffic_policy_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_route53_traffic_policy_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_route53_zone.go b/steampipe-plugin-aws/aws/table_aws_route53_zone.go index eda2e99f..06e47a28 100644 --- a/steampipe-plugin-aws/aws/table_aws_route53_zone.go +++ b/steampipe-plugin-aws/aws/table_aws_route53_zone.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_s3_access_point.go b/steampipe-plugin-aws/aws/table_aws_s3_access_point.go index f724e8dc..d07e635c 100644 --- a/steampipe-plugin-aws/aws/table_aws_s3_access_point.go +++ b/steampipe-plugin-aws/aws/table_aws_s3_access_point.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_s3_account_settings.go b/steampipe-plugin-aws/aws/table_aws_s3_account_settings.go index cd06335a..7399ae66 100644 --- a/steampipe-plugin-aws/aws/table_aws_s3_account_settings.go +++ b/steampipe-plugin-aws/aws/table_aws_s3_account_settings.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_s3_bucket.go b/steampipe-plugin-aws/aws/table_aws_s3_bucket.go index 076b1238..95db71c8 100644 --- a/steampipe-plugin-aws/aws/table_aws_s3_bucket.go +++ b/steampipe-plugin-aws/aws/table_aws_s3_bucket.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_s3_multi_region_access_point.go b/steampipe-plugin-aws/aws/table_aws_s3_multi_region_access_point.go index 75d317c3..5126983e 100644 --- a/steampipe-plugin-aws/aws/table_aws_s3_multi_region_access_point.go +++ b/steampipe-plugin-aws/aws/table_aws_s3_multi_region_access_point.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/s3control" diff --git a/steampipe-plugin-aws/aws/table_aws_s3_object.go b/steampipe-plugin-aws/aws/table_aws_s3_object.go index 1dde0dc4..67cbe6fa 100644 --- a/steampipe-plugin-aws/aws/table_aws_s3_object.go +++ b/steampipe-plugin-aws/aws/table_aws_s3_object.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/s3" "github.com/aws/aws-sdk-go/aws" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sagemaker_app.go b/steampipe-plugin-aws/aws/table_aws_sagemaker_app.go index a5d73a04..8afc2a26 100644 --- a/steampipe-plugin-aws/aws/table_aws_sagemaker_app.go +++ b/steampipe-plugin-aws/aws/table_aws_sagemaker_app.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_sagemaker_domain.go b/steampipe-plugin-aws/aws/table_aws_sagemaker_domain.go index 70e62253..46178fd3 100644 --- a/steampipe-plugin-aws/aws/table_aws_sagemaker_domain.go +++ b/steampipe-plugin-aws/aws/table_aws_sagemaker_domain.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sagemaker_endpoint_configuration.go b/steampipe-plugin-aws/aws/table_aws_sagemaker_endpoint_configuration.go index 1e8f1e0f..c6fc54eb 100644 --- a/steampipe-plugin-aws/aws/table_aws_sagemaker_endpoint_configuration.go +++ b/steampipe-plugin-aws/aws/table_aws_sagemaker_endpoint_configuration.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sagemaker_model.go b/steampipe-plugin-aws/aws/table_aws_sagemaker_model.go index 14d2afaf..1a7304b4 100644 --- a/steampipe-plugin-aws/aws/table_aws_sagemaker_model.go +++ b/steampipe-plugin-aws/aws/table_aws_sagemaker_model.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sagemaker_notebook_instance.go b/steampipe-plugin-aws/aws/table_aws_sagemaker_notebook_instance.go index adef108d..df9eab1c 100644 --- a/steampipe-plugin-aws/aws/table_aws_sagemaker_notebook_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_sagemaker_notebook_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sagemaker_training_job.go b/steampipe-plugin-aws/aws/table_aws_sagemaker_training_job.go index 09a3219a..53662cac 100644 --- a/steampipe-plugin-aws/aws/table_aws_sagemaker_training_job.go +++ b/steampipe-plugin-aws/aws/table_aws_sagemaker_training_job.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_secretsmanager_secret.go b/steampipe-plugin-aws/aws/table_aws_secretsmanager_secret.go index c58f034b..fc8ef9dc 100644 --- a/steampipe-plugin-aws/aws/table_aws_secretsmanager_secret.go +++ b/steampipe-plugin-aws/aws/table_aws_secretsmanager_secret.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/secretsmanager/types" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_securityhub_action_target.go b/steampipe-plugin-aws/aws/table_aws_securityhub_action_target.go index 538694e7..e75b2e0c 100644 --- a/steampipe-plugin-aws/aws/table_aws_securityhub_action_target.go +++ b/steampipe-plugin-aws/aws/table_aws_securityhub_action_target.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securityhub_finding.go b/steampipe-plugin-aws/aws/table_aws_securityhub_finding.go index ed686f63..81f63b5e 100644 --- a/steampipe-plugin-aws/aws/table_aws_securityhub_finding.go +++ b/steampipe-plugin-aws/aws/table_aws_securityhub_finding.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securityhub_finding_aggregator.go b/steampipe-plugin-aws/aws/table_aws_securityhub_finding_aggregator.go index 8a013ab5..9f1017ab 100644 --- a/steampipe-plugin-aws/aws/table_aws_securityhub_finding_aggregator.go +++ b/steampipe-plugin-aws/aws/table_aws_securityhub_finding_aggregator.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securityhub_hub.go b/steampipe-plugin-aws/aws/table_aws_securityhub_hub.go index cf408137..ffd1630d 100644 --- a/steampipe-plugin-aws/aws/table_aws_securityhub_hub.go +++ b/steampipe-plugin-aws/aws/table_aws_securityhub_hub.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securityhub_insight.go b/steampipe-plugin-aws/aws/table_aws_securityhub_insight.go index 36774ab0..0be25ad4 100644 --- a/steampipe-plugin-aws/aws/table_aws_securityhub_insight.go +++ b/steampipe-plugin-aws/aws/table_aws_securityhub_insight.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securityhub_member.go b/steampipe-plugin-aws/aws/table_aws_securityhub_member.go index a07f0322..8c86fa15 100644 --- a/steampipe-plugin-aws/aws/table_aws_securityhub_member.go +++ b/steampipe-plugin-aws/aws/table_aws_securityhub_member.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securityhub_product.go b/steampipe-plugin-aws/aws/table_aws_securityhub_product.go index 611ccfea..d6855263 100644 --- a/steampipe-plugin-aws/aws/table_aws_securityhub_product.go +++ b/steampipe-plugin-aws/aws/table_aws_securityhub_product.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securityhub_standards_control.go b/steampipe-plugin-aws/aws/table_aws_securityhub_standards_control.go index 343bb80f..79d02182 100644 --- a/steampipe-plugin-aws/aws/table_aws_securityhub_standards_control.go +++ b/steampipe-plugin-aws/aws/table_aws_securityhub_standards_control.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securityhub_standards_subscription.go b/steampipe-plugin-aws/aws/table_aws_securityhub_standards_subscription.go index eebe349a..85a738c8 100644 --- a/steampipe-plugin-aws/aws/table_aws_securityhub_standards_subscription.go +++ b/steampipe-plugin-aws/aws/table_aws_securityhub_standards_subscription.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securitylake_data_lake.go b/steampipe-plugin-aws/aws/table_aws_securitylake_data_lake.go index c6032f3b..29ebcc83 100644 --- a/steampipe-plugin-aws/aws/table_aws_securitylake_data_lake.go +++ b/steampipe-plugin-aws/aws/table_aws_securitylake_data_lake.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_securitylake_subscriber.go b/steampipe-plugin-aws/aws/table_aws_securitylake_subscriber.go index b593e7d0..4c034d0d 100644 --- a/steampipe-plugin-aws/aws/table_aws_securitylake_subscriber.go +++ b/steampipe-plugin-aws/aws/table_aws_securitylake_subscriber.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_serverlessapplicationrepository_application.go b/steampipe-plugin-aws/aws/table_aws_serverlessapplicationrepository_application.go index c71cc63f..73cff6d9 100644 --- a/steampipe-plugin-aws/aws/table_aws_serverlessapplicationrepository_application.go +++ b/steampipe-plugin-aws/aws/table_aws_serverlessapplicationrepository_application.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_service_discovery_instance.go b/steampipe-plugin-aws/aws/table_aws_service_discovery_instance.go index 8ef39d75..9da6d330 100644 --- a/steampipe-plugin-aws/aws/table_aws_service_discovery_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_service_discovery_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_service_discovery_namespace.go b/steampipe-plugin-aws/aws/table_aws_service_discovery_namespace.go index 81506336..8ce47e5a 100644 --- a/steampipe-plugin-aws/aws/table_aws_service_discovery_namespace.go +++ b/steampipe-plugin-aws/aws/table_aws_service_discovery_namespace.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_service_discovery_service.go b/steampipe-plugin-aws/aws/table_aws_service_discovery_service.go index 3a8fa11a..2f6e0958 100644 --- a/steampipe-plugin-aws/aws/table_aws_service_discovery_service.go +++ b/steampipe-plugin-aws/aws/table_aws_service_discovery_service.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_servicecatalog_portfolio.go b/steampipe-plugin-aws/aws/table_aws_servicecatalog_portfolio.go index 76fd1e27..f2c76ce9 100644 --- a/steampipe-plugin-aws/aws/table_aws_servicecatalog_portfolio.go +++ b/steampipe-plugin-aws/aws/table_aws_servicecatalog_portfolio.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_servicecatalog_product.go b/steampipe-plugin-aws/aws/table_aws_servicecatalog_product.go index 8a4d45c2..843bd77e 100644 --- a/steampipe-plugin-aws/aws/table_aws_servicecatalog_product.go +++ b/steampipe-plugin-aws/aws/table_aws_servicecatalog_product.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_servicequotas_service.go b/steampipe-plugin-aws/aws/table_aws_servicequotas_service.go index eea416db..4b1a7b68 100644 --- a/steampipe-plugin-aws/aws/table_aws_servicequotas_service.go +++ b/steampipe-plugin-aws/aws/table_aws_servicequotas_service.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/servicequotas/types" diff --git a/steampipe-plugin-aws/aws/table_aws_servicequotas_service_quota_change_request.go b/steampipe-plugin-aws/aws/table_aws_servicequotas_service_quota_change_request.go index a1da6098..034cfa88 100644 --- a/steampipe-plugin-aws/aws/table_aws_servicequotas_service_quota_change_request.go +++ b/steampipe-plugin-aws/aws/table_aws_servicequotas_service_quota_change_request.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ses_configuration_set.go b/steampipe-plugin-aws/aws/table_aws_ses_configuration_set.go index 0899edb6..222821f9 100644 --- a/steampipe-plugin-aws/aws/table_aws_ses_configuration_set.go +++ b/steampipe-plugin-aws/aws/table_aws_ses_configuration_set.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ses_domain_identity.go b/steampipe-plugin-aws/aws/table_aws_ses_domain_identity.go index 3de04e27..609b7c8d 100644 --- a/steampipe-plugin-aws/aws/table_aws_ses_domain_identity.go +++ b/steampipe-plugin-aws/aws/table_aws_ses_domain_identity.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/ses/types" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ses_email_identity.go b/steampipe-plugin-aws/aws/table_aws_ses_email_identity.go index 494102ef..8215260e 100644 --- a/steampipe-plugin-aws/aws/table_aws_ses_email_identity.go +++ b/steampipe-plugin-aws/aws/table_aws_ses_email_identity.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/ses/types" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ses_identity.go b/steampipe-plugin-aws/aws/table_aws_ses_identity.go index 9de6024d..51430143 100644 --- a/steampipe-plugin-aws/aws/table_aws_ses_identity.go +++ b/steampipe-plugin-aws/aws/table_aws_ses_identity.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sesv2_emailidentity.go b/steampipe-plugin-aws/aws/table_aws_sesv2_emailidentity.go index 52cbd655..249e26e4 100644 --- a/steampipe-plugin-aws/aws/table_aws_sesv2_emailidentity.go +++ b/steampipe-plugin-aws/aws/table_aws_sesv2_emailidentity.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sfn_state_machine.go b/steampipe-plugin-aws/aws/table_aws_sfn_state_machine.go index d8bf498f..8a77db54 100644 --- a/steampipe-plugin-aws/aws/table_aws_sfn_state_machine.go +++ b/steampipe-plugin-aws/aws/table_aws_sfn_state_machine.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sfn_state_machine_execution.go b/steampipe-plugin-aws/aws/table_aws_sfn_state_machine_execution.go index 1c02622b..cbb80794 100644 --- a/steampipe-plugin-aws/aws/table_aws_sfn_state_machine_execution.go +++ b/steampipe-plugin-aws/aws/table_aws_sfn_state_machine_execution.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sfn_state_machine_execution_history.go b/steampipe-plugin-aws/aws/table_aws_sfn_state_machine_execution_history.go index 695eb028..4bdb89ac 100644 --- a/steampipe-plugin-aws/aws/table_aws_sfn_state_machine_execution_history.go +++ b/steampipe-plugin-aws/aws/table_aws_sfn_state_machine_execution_history.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_shield_protection_group.go b/steampipe-plugin-aws/aws/table_aws_shield_protection_group.go index 3dddd622..69240ac9 100644 --- a/steampipe-plugin-aws/aws/table_aws_shield_protection_group.go +++ b/steampipe-plugin-aws/aws/table_aws_shield_protection_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_simspaceweaver_simulation.go b/steampipe-plugin-aws/aws/table_aws_simspaceweaver_simulation.go index a2be665c..1f02821d 100644 --- a/steampipe-plugin-aws/aws/table_aws_simspaceweaver_simulation.go +++ b/steampipe-plugin-aws/aws/table_aws_simspaceweaver_simulation.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_sns_topic.go b/steampipe-plugin-aws/aws/table_aws_sns_topic.go index abb5ca08..55de5959 100644 --- a/steampipe-plugin-aws/aws/table_aws_sns_topic.go +++ b/steampipe-plugin-aws/aws/table_aws_sns_topic.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_sns_topic_subscription.go b/steampipe-plugin-aws/aws/table_aws_sns_topic_subscription.go index 6ab7780d..9ec6134f 100644 --- a/steampipe-plugin-aws/aws/table_aws_sns_topic_subscription.go +++ b/steampipe-plugin-aws/aws/table_aws_sns_topic_subscription.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/go-kit/types" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_sqs_queue.go b/steampipe-plugin-aws/aws/table_aws_sqs_queue.go index cbd011ca..dbcf155f 100644 --- a/steampipe-plugin-aws/aws/table_aws_sqs_queue.go +++ b/steampipe-plugin-aws/aws/table_aws_sqs_queue.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/go-kit/types" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_association.go b/steampipe-plugin-aws/aws/table_aws_ssm_association.go index caa71dc0..b3f5071b 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_association.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_association.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_document.go b/steampipe-plugin-aws/aws/table_aws_ssm_document.go index 1a421561..1c1a8d6e 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_document.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_document.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/ssm/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_document_permission.go b/steampipe-plugin-aws/aws/table_aws_ssm_document_permission.go index 732daa4d..23cabeee 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_document_permission.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_document_permission.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_inventory.go b/steampipe-plugin-aws/aws/table_aws_ssm_inventory.go index cca6ec98..9acdb3cc 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_inventory.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_inventory.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_inventory_entry.go b/steampipe-plugin-aws/aws/table_aws_ssm_inventory_entry.go index 147fd548..9fa129bd 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_inventory_entry.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_inventory_entry.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_maintenance_window.go b/steampipe-plugin-aws/aws/table_aws_ssm_maintenance_window.go index c93655b9..7ca6323c 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_maintenance_window.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_maintenance_window.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/ssm/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance.go b/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance.go index 38577197..a9f4f6cc 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance_compliance.go b/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance_compliance.go index 67c713a5..fd7e84fe 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance_compliance.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance_compliance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance_patch_state.go b/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance_patch_state.go index d2bb2e2a..ddd4779d 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance_patch_state.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_managed_instance_patch_state.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_parameter.go b/steampipe-plugin-aws/aws/table_aws_ssm_parameter.go index d118c85a..ca891d79 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_parameter.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_parameter.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/ssm/types" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" diff --git a/steampipe-plugin-aws/aws/table_aws_ssm_patch_baseline.go b/steampipe-plugin-aws/aws/table_aws_ssm_patch_baseline.go index 43939234..b0340547 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssm_patch_baseline.go +++ b/steampipe-plugin-aws/aws/table_aws_ssm_patch_baseline.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ssoadmin_account_assignment.go b/steampipe-plugin-aws/aws/table_aws_ssoadmin_account_assignment.go index 8e1864e4..1b0c9a77 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssoadmin_account_assignment.go +++ b/steampipe-plugin-aws/aws/table_aws_ssoadmin_account_assignment.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ssoadmin_instance.go b/steampipe-plugin-aws/aws/table_aws_ssoadmin_instance.go index d1da8247..2dc6664a 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssoadmin_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_ssoadmin_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_ssoadmin_managed_policy_attachment.go b/steampipe-plugin-aws/aws/table_aws_ssoadmin_managed_policy_attachment.go index 16567f98..ed426b27 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssoadmin_managed_policy_attachment.go +++ b/steampipe-plugin-aws/aws/table_aws_ssoadmin_managed_policy_attachment.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ssoadmin_permission_set.go b/steampipe-plugin-aws/aws/table_aws_ssoadmin_permission_set.go index 47c647d1..e1b945d2 100644 --- a/steampipe-plugin-aws/aws/table_aws_ssoadmin_permission_set.go +++ b/steampipe-plugin-aws/aws/table_aws_ssoadmin_permission_set.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_storagegateway_storage_gateway.go b/steampipe-plugin-aws/aws/table_aws_storagegateway_storage_gateway.go index bc75bcd3..ccf943ff 100644 --- a/steampipe-plugin-aws/aws/table_aws_storagegateway_storage_gateway.go +++ b/steampipe-plugin-aws/aws/table_aws_storagegateway_storage_gateway.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_timestream_database.go b/steampipe-plugin-aws/aws/table_aws_timestream_database.go index 60b4541a..c846a797 100644 --- a/steampipe-plugin-aws/aws/table_aws_timestream_database.go +++ b/steampipe-plugin-aws/aws/table_aws_timestream_database.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_user_effective_access.go b/steampipe-plugin-aws/aws/table_aws_user_effective_access.go index 115df953..8e3f8e39 100644 --- a/steampipe-plugin-aws/aws/table_aws_user_effective_access.go +++ b/steampipe-plugin-aws/aws/table_aws_user_effective_access.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc.go b/steampipe-plugin-aws/aws/table_aws_vpc.go index e735f785..48628815 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/ec2/types" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_customer_gateway.go b/steampipe-plugin-aws/aws/table_aws_vpc_customer_gateway.go index 83eadc0e..abfe53a1 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_customer_gateway.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_customer_gateway.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_dhcp_options.go b/steampipe-plugin-aws/aws/table_aws_vpc_dhcp_options.go index 3130a4ea..a8095e36 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_dhcp_options.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_dhcp_options.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/ec2/types" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_egress_only_internet_gateway.go b/steampipe-plugin-aws/aws/table_aws_vpc_egress_only_internet_gateway.go index aa8473ee..689d53f1 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_egress_only_internet_gateway.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_egress_only_internet_gateway.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_eip.go b/steampipe-plugin-aws/aws/table_aws_vpc_eip.go index 84603476..4a9e1223 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_eip.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_eip.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_eip_address_transfer.go b/steampipe-plugin-aws/aws/table_aws_vpc_eip_address_transfer.go index 07d63581..f2127f37 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_eip_address_transfer.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_eip_address_transfer.go @@ -5,7 +5,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/ec2" "github.com/aws/aws-sdk-go-v2/service/ec2/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_endpoint.go b/steampipe-plugin-aws/aws/table_aws_vpc_endpoint.go index ffd19f6b..778f120d 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_endpoint.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_endpoint.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_endpoint_service.go b/steampipe-plugin-aws/aws/table_aws_vpc_endpoint_service.go index 6fbd40fb..258a17aa 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_endpoint_service.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_endpoint_service.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_flow_log.go b/steampipe-plugin-aws/aws/table_aws_vpc_flow_log.go index 7679464f..c187190b 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_flow_log.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_flow_log.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_flow_log_event.go b/steampipe-plugin-aws/aws/table_aws_vpc_flow_log_event.go index cb2c1106..2a1d66ae 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_flow_log_event.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_flow_log_event.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_internet_gateway.go b/steampipe-plugin-aws/aws/table_aws_vpc_internet_gateway.go index 7d4dffbd..68367c7f 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_internet_gateway.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_internet_gateway.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_nat_gateway.go b/steampipe-plugin-aws/aws/table_aws_vpc_nat_gateway.go index 69250e57..30beacfb 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_nat_gateway.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_nat_gateway.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_network_acl.go b/steampipe-plugin-aws/aws/table_aws_vpc_network_acl.go index 48726fde..3c56965e 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_network_acl.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_network_acl.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_peering_connection.go b/steampipe-plugin-aws/aws/table_aws_vpc_peering_connection.go index 39806991..1f1f6fec 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_peering_connection.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_peering_connection.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_route.go b/steampipe-plugin-aws/aws/table_aws_vpc_route.go index 8dbcbd75..42701d2d 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_route.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_route.go @@ -4,8 +4,8 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/ec2/types" - "github.com/opengovern/og-aws-describer-new/pkg/opengovernance-es-sdk" - "github.com/opengovern/og-aws-describer-new/provider/model" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" + "github.com/opengovern/og-describer-aws/provider/model" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_route_table.go b/steampipe-plugin-aws/aws/table_aws_vpc_route_table.go index 6068399b..89da6db4 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_route_table.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_route_table.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_security_group.go b/steampipe-plugin-aws/aws/table_aws_vpc_security_group.go index dec02043..5c66420a 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_security_group.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_security_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_security_group_rule.go b/steampipe-plugin-aws/aws/table_aws_vpc_security_group_rule.go index ce181f81..11a78917 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_security_group_rule.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_security_group_rule.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_subnet.go b/steampipe-plugin-aws/aws/table_aws_vpc_subnet.go index 41821e02..2d50d9c7 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_subnet.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_subnet.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/service/ec2/types" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_endpoint.go b/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_endpoint.go index c55828dc..02e6046f 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_endpoint.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_endpoint.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/ec2/types" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_group.go b/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_group.go index b52b71a0..7ffdd85c 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_group.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_instance.go b/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_instance.go index 01dc3027..62613464 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_instance.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_instance.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_trust_provider.go b/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_trust_provider.go index fae9f1bf..2f59c84c 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_trust_provider.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_verified_access_trust_provider.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_vpn_connection.go b/steampipe-plugin-aws/aws/table_aws_vpc_vpn_connection.go index 3cc1663b..3e0582be 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_vpn_connection.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_vpn_connection.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_vpc_vpn_gateway.go b/steampipe-plugin-aws/aws/table_aws_vpc_vpn_gateway.go index d901c4b6..b4a37c84 100644 --- a/steampipe-plugin-aws/aws/table_aws_vpc_vpn_gateway.go +++ b/steampipe-plugin-aws/aws/table_aws_vpc_vpn_gateway.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_waf_rate_based_rule.go b/steampipe-plugin-aws/aws/table_aws_waf_rate_based_rule.go index 9d0a0b57..1d93d958 100644 --- a/steampipe-plugin-aws/aws/table_aws_waf_rate_based_rule.go +++ b/steampipe-plugin-aws/aws/table_aws_waf_rate_based_rule.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_waf_rule.go b/steampipe-plugin-aws/aws/table_aws_waf_rule.go index 528ed956..b0b3a693 100644 --- a/steampipe-plugin-aws/aws/table_aws_waf_rule.go +++ b/steampipe-plugin-aws/aws/table_aws_waf_rule.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_waf_rule_group.go b/steampipe-plugin-aws/aws/table_aws_waf_rule_group.go index 70b54d5b..ca4b16c7 100644 --- a/steampipe-plugin-aws/aws/table_aws_waf_rule_group.go +++ b/steampipe-plugin-aws/aws/table_aws_waf_rule_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_waf_web_acl.go b/steampipe-plugin-aws/aws/table_aws_waf_web_acl.go index d33717c6..ae6505cf 100644 --- a/steampipe-plugin-aws/aws/table_aws_waf_web_acl.go +++ b/steampipe-plugin-aws/aws/table_aws_waf_web_acl.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_wafregional_rule.go b/steampipe-plugin-aws/aws/table_aws_wafregional_rule.go index 0a0b1047..7ccb7698 100644 --- a/steampipe-plugin-aws/aws/table_aws_wafregional_rule.go +++ b/steampipe-plugin-aws/aws/table_aws_wafregional_rule.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_wafregional_rule_group.go b/steampipe-plugin-aws/aws/table_aws_wafregional_rule_group.go index 215cd01e..28d84c63 100644 --- a/steampipe-plugin-aws/aws/table_aws_wafregional_rule_group.go +++ b/steampipe-plugin-aws/aws/table_aws_wafregional_rule_group.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/wafregional" "github.com/aws/aws-sdk-go-v2/service/wafregional/types" diff --git a/steampipe-plugin-aws/aws/table_aws_wafregional_web_acl.go b/steampipe-plugin-aws/aws/table_aws_wafregional_web_acl.go index ed934f96..7358cb34 100644 --- a/steampipe-plugin-aws/aws/table_aws_wafregional_web_acl.go +++ b/steampipe-plugin-aws/aws/table_aws_wafregional_web_acl.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wafregional" diff --git a/steampipe-plugin-aws/aws/table_aws_wafv2_ip_set.go b/steampipe-plugin-aws/aws/table_aws_wafv2_ip_set.go index 55fe8146..8377025d 100644 --- a/steampipe-plugin-aws/aws/table_aws_wafv2_ip_set.go +++ b/steampipe-plugin-aws/aws/table_aws_wafv2_ip_set.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_wafv2_regex_pattern_set.go b/steampipe-plugin-aws/aws/table_aws_wafv2_regex_pattern_set.go index 2c82dd04..cc1a4a49 100644 --- a/steampipe-plugin-aws/aws/table_aws_wafv2_regex_pattern_set.go +++ b/steampipe-plugin-aws/aws/table_aws_wafv2_regex_pattern_set.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_wafv2_rule_group.go b/steampipe-plugin-aws/aws/table_aws_wafv2_rule_group.go index 53c16f6d..221c2f2f 100644 --- a/steampipe-plugin-aws/aws/table_aws_wafv2_rule_group.go +++ b/steampipe-plugin-aws/aws/table_aws_wafv2_rule_group.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_wafv2_web_acl.go b/steampipe-plugin-aws/aws/table_aws_wafv2_web_acl.go index d5a0f13b..316e3766 100644 --- a/steampipe-plugin-aws/aws/table_aws_wafv2_web_acl.go +++ b/steampipe-plugin-aws/aws/table_aws_wafv2_web_acl.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_answer.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_answer.go index b2a7b2df..09772d86 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_answer.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_answer.go @@ -4,7 +4,7 @@ import ( "context" "errors" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_check_detail.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_check_detail.go index f57a4fab..ac8cc498 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_check_detail.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_check_detail.go @@ -4,7 +4,7 @@ import ( "context" "errors" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_check_summary.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_check_summary.go index cadce17f..c2981de0 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_check_summary.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_check_summary.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_consolidated_report.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_consolidated_report.go index b7774370..79ec2606 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_consolidated_report.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_consolidated_report.go @@ -4,7 +4,7 @@ import ( "context" "github.com/aws/aws-sdk-go-v2/aws" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" "github.com/aws/aws-sdk-go-v2/service/wellarchitected/types" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens.go index 8fdc6a0e..8f8dcc1c 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens.go @@ -4,7 +4,7 @@ import ( "context" "time" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review.go index f13cbcf0..edc6a3a6 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review_improvement.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review_improvement.go index 07eb2a2b..e80a510c 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review_improvement.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review_improvement.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review_report.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review_report.go index c82093ba..feaa1157 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review_report.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_review_report.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" "github.com/aws/aws-sdk-go-v2/aws" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_share.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_share.go index 8b0674bb..ee7ce9dd 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_share.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_lens_share.go @@ -4,7 +4,7 @@ import ( "context" "errors" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_milestone.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_milestone.go index 75754102..2e64f5bf 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_milestone.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_milestone.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_notification.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_notification.go index fe1b8b59..cc7c2d88 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_notification.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_notification.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_share_invitation.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_share_invitation.go index 973c957e..1e29df32 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_share_invitation.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_share_invitation.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_workload.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_workload.go index cb2243c9..7daf9238 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_workload.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_workload.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe-plugin-aws/aws/table_aws_wellarchitected_workload_share.go b/steampipe-plugin-aws/aws/table_aws_wellarchitected_workload_share.go index 55f51fbc..49cc7261 100644 --- a/steampipe-plugin-aws/aws/table_aws_wellarchitected_workload_share.go +++ b/steampipe-plugin-aws/aws/table_aws_wellarchitected_workload_share.go @@ -4,7 +4,7 @@ import ( "context" "strings" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/service/wellarchitected" diff --git a/steampipe-plugin-aws/aws/table_aws_workspaces_bundle.go b/steampipe-plugin-aws/aws/table_aws_workspaces_bundle.go index e80e76db..32f7592b 100644 --- a/steampipe-plugin-aws/aws/table_aws_workspaces_bundle.go +++ b/steampipe-plugin-aws/aws/table_aws_workspaces_bundle.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_workspaces_workspace.go b/steampipe-plugin-aws/aws/table_aws_workspaces_workspace.go index c5bc1a7d..f429ae14 100644 --- a/steampipe-plugin-aws/aws/table_aws_workspaces_workspace.go +++ b/steampipe-plugin-aws/aws/table_aws_workspaces_workspace.go @@ -3,7 +3,7 @@ package aws import ( "context" - opengovernance "github.com/opengovern/og-aws-describer-new/SDK/generated" + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/template/table_aws_service_template.go b/steampipe-plugin-aws/aws/template/table_aws_service_template.go index 7159523e..e6e86b96 100644 --- a/steampipe-plugin-aws/aws/template/table_aws_service_template.go +++ b/steampipe-plugin-aws/aws/template/table_aws_service_template.go @@ -19,7 +19,7 @@ package aws import ( "context" - "github.com/opengovern/og-aws-describer-new/SDK/generated" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/main.go b/steampipe-plugin-aws/main.go index 92e20de0..cb502e26 100644 --- a/steampipe-plugin-aws/main.go +++ b/steampipe-plugin-aws/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/opengovern/og-aws-describer-new/steampipe-plugin-aws/aws" + "github.com/opengovern/og-describer-aws/steampipe-plugin-aws/aws" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" ) diff --git a/steampipe/plugin.go b/steampipe/plugin.go index 7ec175d3..dfe9349c 100755 --- a/steampipe/plugin.go +++ b/steampipe/plugin.go @@ -10,7 +10,7 @@ import ( "fmt" - "github.com/opengovern/og-aws-describer-new/steampipe-plugin-aws/aws" + "github.com/opengovern/og-describer-aws/steampipe-plugin-aws/aws" "github.com/opengovern/og-util/pkg/steampipe" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" diff --git a/steampipe/table_index_map.go b/steampipe/table_index_map.go index 8e218ee0..97729088 100755 --- a/steampipe/table_index_map.go +++ b/steampipe/table_index_map.go @@ -2,9 +2,7 @@ package steampipe // Please import resource clients file after it's genrated completly import ( - "github.com/opengovern/og-aws-describer-new/SDK/generated" - - + opengovernance "github.com/opengovern/og-describer-aws/SDK/generated" ) var Map = map[string]string{ "AWS::Redshift::Snapshot": "aws_redshift_snapshot",