File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
+ // Package convertersv2 provides conversion functions for AWS SDK V2 types to CAPA types.
17
18
package convertersv2
18
19
19
20
import (
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
21
21
"testing"
22
22
23
23
v2ec2 "github.com/aws/aws-sdk-go-v2/service/ec2"
24
- v2elbv2 "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2"
25
24
v2elb "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing"
25
+ v2elbv2 "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2"
26
26
rgapiv2 "github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi"
27
27
rgapit "github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi/types"
28
28
"github.com/aws/aws-sdk-go/aws"
Original file line number Diff line number Diff line change @@ -127,4 +127,4 @@ func (s *Service) getProviderOwnedSecurityGroups(ctx context.Context) ([]*AWSRes
127
127
// }
128
128
129
129
// return resources, nil
130
- // }
130
+ // }.
You can’t perform that action at this time.
0 commit comments