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

6 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L329: type Condition struct {
		types.go#L3384: 	Condition *Condition

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L13736: func awsRestxml_deserializeDocumentCondition(v **types.Condition, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L13740: 	var sv *types.Condition
		deserializers.go#L13742: 		sv = &types.Condition{}
		serializers.go#L9019: func awsRestxml_serializeDocumentCondition(v *types.Condition, value smithyxml.Value) error {