File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hll/dynamodb-mapper/dynamodb-mapper/jvm/test/aws/sdk/kotlin/hll/dynamodbmapper Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import aws.sdk.kotlin.hll.dynamodbmapper.operations.scanPaginated
1212import aws.sdk.kotlin.hll.dynamodbmapper.testutils.DdbLocalTest
1313import aws.sdk.kotlin.hll.dynamodbmapper.values.scalars.IntConverter
1414import aws.sdk.kotlin.hll.dynamodbmapper.values.scalars.StringConverter
15- import aws.sdk.kotlin.runtime.http.interceptors.AwsBusinessMetric
15+ import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics. AwsBusinessMetric
1616import aws.sdk.kotlin.services.dynamodb.scan
1717import aws.sdk.kotlin.services.dynamodb.withConfig
1818import aws.smithy.kotlin.runtime.businessmetrics.BusinessMetric
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import aws.sdk.kotlin.hll.dynamodbmapper.DynamoDbMapper
88import aws.sdk.kotlin.hll.dynamodbmapper.items.ItemSchema
99import aws.sdk.kotlin.hll.dynamodbmapper.model.Item
1010import aws.sdk.kotlin.runtime.auth.credentials.StaticCredentialsProvider
11- import aws.sdk.kotlin.runtime.http.interceptors.AwsBusinessMetric
11+ import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics. AwsBusinessMetric
1212import aws.sdk.kotlin.services.dynamodb.DynamoDbClient
1313import aws.sdk.kotlin.services.dynamodb.deleteTable
1414import aws.sdk.kotlin.services.dynamodb.waiters.waitUntilTableNotExists
You can’t perform that action at this time.
0 commit comments