github.com/aws/aws-sdk-go-v2/aws/arn.ARN.Service (field)

13 uses

	github.com/aws/aws-sdk-go-v2/aws/arn (current package)
		arn.go#L37: 	Service string
		arn.go#L71: 		Service:   sections[sectionService],
		arn.go#L88: 		arn.Service + arnDelimiter +

	github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
		arn.go#L42: 	if !isSupportedServiceARN(a.Service) {
		arn.go#L84: 	return fmt.Sprintf("invalid Amazon %s ARN, %s, %s", e.ARN.Service, e.Reason, e.ARN.String())

	github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
		arn_parser.go#L27: 		switch a.Service {
		arn_parser.go#L36: 		if a.Service != s3OutpostsNamespace {
		arn_parser.go#L47: 	if a.Service != "s3-outposts" {
		arn_parser.go#L90: 	if a.Service != s3ObjectsLambdaNamespace {

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
		process_arn_resource.go#L257: 	resolveService := tv.Service
		process_arn_resource.go#L322: 	resolveService := tv.Service
		process_arn_resource.go#L390: 	resolveService := tv.Service
		process_arn_resource.go#L493: 	resolveService := tv.Service