We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90e04f commit ba10feaCopy full SHA for ba10fea
resources/quicksight-subscriptions.go
@@ -7,11 +7,13 @@ import (
7
8
"github.com/aws/aws-sdk-go/service/quicksight"
9
"github.com/aws/aws-sdk-go/service/quicksight/quicksightiface"
10
- "github.com/ekristen/aws-nuke/v3/pkg/nuke"
+
11
"github.com/ekristen/libnuke/pkg/registry"
12
"github.com/ekristen/libnuke/pkg/resource"
13
libsettings "github.com/ekristen/libnuke/pkg/settings"
14
"github.com/ekristen/libnuke/pkg/types"
15
16
+ "github.com/ekristen/aws-nuke/v3/pkg/nuke"
17
)
18
19
const QuickSightSubscriptionResource = "QuickSightSubscription"
0 commit comments