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

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObjectAcl.go#L44: func (c *Client) GetObjectAcl(ctx context.Context, params *GetObjectAclInput, optFns ...func(*Options)) (*GetObjectAclOutput, error) {
		api_op_GetObjectAcl.go#L54: 	out := result.(*GetObjectAclOutput)
		api_op_GetObjectAcl.go#L98: type GetObjectAclOutput struct {
		deserializers.go#L5504: 	output := &GetObjectAclOutput{}
		deserializers.go#L5586: func awsRestxml_deserializeOpHttpBindingsGetObjectAclOutput(v *GetObjectAclOutput, response *smithyhttp.Response) error {
		deserializers.go#L5598: func awsRestxml_deserializeOpDocumentGetObjectAclOutput(v **GetObjectAclOutput, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L5602: 	var sv *GetObjectAclOutput
		deserializers.go#L5604: 		sv = &GetObjectAclOutput{}