type github.com/aws/aws-sdk-go-v2/service/s3/types.PolicyStatus

5 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L2932: type PolicyStatus struct {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_GetBucketPolicyStatus.go#L73: 	PolicyStatus *types.PolicyStatus
		deserializers.go#L19609: func awsRestxml_deserializeDocumentPolicyStatus(v **types.PolicyStatus, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L19613: 	var sv *types.PolicyStatus
		deserializers.go#L19615: 		sv = &types.PolicyStatus{}